.menu_wrapper {
    display: flex;
}

/*language switch*/
.dropdown {
    margin-top: 33px;
    margin-left: 30px;
    font-size: 14px;
    height: 100%;
    z-index: 1;
}

.dropbtn {
    cursor: pointer;
    background: url('../img/Britain-Flag-icon-16.png') no-repeat left center;
    padding-left: 25px;
    width: 40px;
    color: #ffffff;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 60px;
}

.dropdown-content {
    background: url('../img/Russia-Flag-icon-16.png') no-repeat left center;
}

.dropdown-content a {
    color: #ffffff;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.dropbtn-wrap {
    padding-left: 12px;
}

.dropdown-wrap {
    width: 60px;
    height: 28px;
    padding-left: 12px;
}

.dropdown-wrap:hover {
    outline: 1px solid;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*language switch*/

/*Content*/
#Content .desc {
    text-align: justify;
    margin-top: 50px;
}

#Content .desc_title {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3e6edf;
    text-align: center;
}

#Content .icon_box .title {
    text-align: center;
}

#Content .desc_wrapper strong {
    color: #404040;
}

#Content .screenshot_wrapper {
    text-align: center;
}

#Content .screenshot_wrapper img {
    border: 1px solid lightgrey;
    max-height: 200px;
}
/*Content*/

#Subheader {
    background-image: url(../wp-content/uploads/2018/01/68636495-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.section-border-bottom {
    border-bottom: 1px solid #dddddd;
}

/* Icon box */
.icon_box .desc_wrapper {
    margin: 0 5%;
}

/* Header */
.tr-menu.header-classic #Top_bar:not(.is-sticky) {
    background: rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.menu_contacts {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 30px;
    font-size: 14px;
}

.menu_contacts a,
.menu_contacts a:hover,
.menu_contacts a:visited,
.menu_contacts a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

@media (max-width: 767px)  {
    .menu_contacts {
        display: none;
    }
}