.header_bottom_bar a:hover{
    text-decoration: underline;
}
.header_top_bar_social li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.7);
}
.header_top_bar_mobile_menu{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1200px){
    .header_mobile_menu_bottom_content li a{
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #0E1117;
    }
    .header_mobile_menu_bottom_content{
        margin-top: 60px;
    }
    .header_mobile_menu_primary_menu{
        margin-top: 40px;
    }
    .header_mobile_menu_primary_menu a{
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #0E1117;
    }
    body .header_top_bar_content{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .header_mobile_menu_primary_menu ul{
        flex-direction: column;
        display: flex;
    }
    .header_mobile_menu_primary_menu li{
        width: 100%;
    }
}
.header_top_bar_social ul{
    gap: 50px;
}
.header_top_bar_content{
    justify-content: space-between;
    flex-basis: 100%;
}
.header_mobile_social{
    max-width: 180px;
}
.header_mobile_social li{
    display: flex;
    align-items: flex-start;
}
.header_top_bar_social li{
    display: flex;
    align-items: center;
}
.header_mobile_social ul li:not(:last-of-type){
    margin-bottom: 12px;
}
li.date:before,
li.nav:before{
    content: '';
    min-width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}

.header_mobile_social .date:before,
.headerblock.fixed-header .date:before{
    background: url("/wp-content/uploads/2022/10/clock_black.svg");
    background-repeat: no-repeat;
}

.header_mobile_social .nav:before,
.headerblock.fixed-header .nav:before{
    background: url("/wp-content/uploads/2022/10/map_black.svg");
    background-repeat: no-repeat;
}

.date:before{
    background: url("/wp-content/uploads/2022/10/clock_map.svg");
    background-repeat: no-repeat;
}
.nav:before{
    background: url("/wp-content/uploads/2022/10/map_white.svg");
    background-repeat: no-repeat;
}
.headerblock .outline_button,
.headerblock .solid_button{
    color: #fff;
}
.headerblock .outline_button{
    background: transparent;
}
.headerblock .outline_button:before{
    content: '';
    background: url("/wp-content/uploads/2022/10/header_phone_icon.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}
@media screen and (max-width: 1200px) {
    .header_mobile_menu_bottom_content:after{
        content: '';
        background: #F8F8FA;
        width: 100%;
        position: absolute;
        height: 283px;
        margin-top: -315px;
        display: block;
        left: 0;
        z-index: -1;
    }
    body .header_mobile_buttons .outline_button{
        color: #0E1117;
    }
    body .header_top_bar_content .header_mobile_buttons a{
        min-width: 100%;
    }
    body .header_mobile_social ul{
        flex-direction: row;
        justify-content: flex-start;
    }
    .header_mobile_buttons> a{
        max-width: 180px;
    }
    .header_mobile_buttons{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .header_mobile_social{
        margin-bottom: 30px;
    }
    .header_bottom_bar,
    body .header_top_bar_social{
        display: none;
    }
    .header_mobile_menu_absol ul{
        flex-direction: column;
        align-items: flex-start;
    }
    body .header_logo{
        max-width: 225px;
    }
    body .fixed-button-mobile> a{
        min-width: calc(50% - 15px) !important;
    }
    body .header_top_bar_content{
        padding-top: 0;
        padding-bottom: 0;
    }
    .header_top_bar_icon{
        display: flex;
    }
    .header_mobile_menu_absol{
        padding-top:70px;
    }
}
.header_mobile_menu_primary_menu li:last-of-type{
    padding-bottom: 0;
}
.header_mobile_menu_primary_menu li:first-of-type{
    padding-top: 0;
}
.header_mobile_menu_primary_menu li{
    padding: 10px 0;
    display: flex;
}
.header_bottom_bar ul{
    justify-content: space-between;
}

.header_bottom_bar ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.header_primary_menu ul svg:last-of-type{
    display: none;
}

.header_bottom_bar a{
    color: #fff;
}

.header_bottom_bar{
    background: linear-gradient(90deg, #0FCCF2 3.35%, #4163FF 100%);
}



.header_top_bar_content .solid_button,
.header_top_bar_content .outline_button,
.fixed-button-mobile .solid_button,
.fixed-button-mobile .outline_button{
    min-width: 180px;
    min-height: 48px;
}

.header_block ul li{
    list-style: none;
}

.outline_button{

}

.header_top_bar_buttons{
    display: flex;
    column-gap: 15px;
}

.header_top_bar_content{
    padding-top: 15px;
    padding-bottom: 15px;
    column-gap: 40px;
    display: flex;
}

.header_top_bar_phone,
.header_top_bar_social,
.header_top_bar_buttons,
.header_logo{
    display: flex;
    align-items: center;
}

.header_top_bar{
    gap: 30px;
    justify-content: space-between;
    display: flex;
}
.header_top_bar_phone_link,
.header_mobile_phone_link{
    display: flex;
    align-items: center;
}
.header_mobile_phone_link{
    margin-bottom: 25px;
}
.header_top_bar_phone_link:before,
.header_mobile_phone_link:before{
    content: '';
    background: url("/wp-content/uploads/2022/08/email.svg");
    min-width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}

@media screen and (max-width: 1200px) {
    .header_top_bar_buttons,
    .header_top_bar_social{
        display: none;
    }
    .fixed-button-mobile{
        position: fixed;
        bottom:0;
        right:0;
        left:0;
        background: #fff;
        padding: 10px;
        display: flex;
        gap:30px;
        flex-wrap: nowrap;
        box-shadow: 0 -19px 43px rgba(23, 29, 50, 0.05);
    }
    body .logo_header img{
        max-height: 80px;
    }
    .but_mob_soc .phone_header span{
        display: block;
    }
    body .logo_menu ul li:hover{
        background: transparent !important;
    }
    body .logo_menu ul li a .menu-image-title-after{
        padding-left: 0;
        font-weight: 500;
        font-size: 17px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #171717;
    }
}

@media screen and (min-width: 1200px) {
    .header_top_bar_mobile_menu{
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .fixed-button-mobile{display: none}
}
.fixed-button-mobile{
    justify-content: center;
}
@media screen and (max-width: 1200px) {

    .header> .phone_button,
    .menu_header {
        display: none !important;
    }
    .mobile_menu{
        display: flex;
    }
    .mobile_menu .button_header{
        display: flex;
    }
}
.phone_button{
    align-items:center;
}
.phone_button{
    display: flex;
}
.menu-image-hover-wrapper {
    display: block;
    position: relative;
}
.hovered-image {
    left: 0;
    position: absolute;
    margin-left: 0 !important;
}
.menu-image-hover-wrapper img {
    border-radius: 4px;
}
.social_footer ul{
    list-style: none;
}
.header_mobile_menu_absol .logo_header{
    margin-left: 25px;
}
@media screen and (max-width: 768px) {
    body .logo_header{
        left: 20px;
    }
}
@media screen and (max-width: 600px) {

    .header_mobile_menu_absol.open{
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .header_top_bar_phone{
        display: none;
    }
    .phone_header span{
        display: none;
    }
    .header_mobile_menu_absol .logo_header{
        padding-bottom: 40px;
    }
    .lang_menu{
        margin-right: 25px;
    }
    body .desc{
        display: none;
    }
}
.logo_header{
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 12px 35px rgba(12, 18, 34, 0.22);
    border-radius: 0px 0px 10px 10px;
}
.logo_header img{
    max-height:100px;
}
.wrap_for_absolute{
    position: relative;
}
.headerblock.fixed-header .outline_button{
    color: #0E1117;
}
.headerblock.fixed-header .header_logo .fixed{
    opacity: 1;
}
.header_logo .fixed{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}
.headerblock{
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(6.5px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999999 !important;
}
.header_mobile_menu_absol ul{
    padding-left: 0;
}
.logo_menu> .menu> div{
    width: 100%;
}
.logo_menu li{
    width: 100%;
}
.logo_menu ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.header_mobile_menu_absol.open{
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}
.header_mobile_menu_absol .button_header a{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.header_mobile_menu_absol .button_header{
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.header_top_bar_menu_click.open button:before{
    background: center / contain no-repeat url("/wp-content/uploads/2022/10/close_icon.svg") !important;
}
.header_top_bar_menu_click.open{
    z-index: 999999999;
    position: relative;
}
.header_mobile_menu_absol.open{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header_mobile_menu_absol{
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: auto;
    left: auto;
    right:0;
    z-index: 999999;
    background:#FFF;
    width: 360px;
    -webkit-transform: translateX(100%);
    transform: translateX(200%);
    -webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.header_top_bar_icon button:focus{
    outline: 0 !important;
}
.header_top_bar_icon button:hover{
    background: transparent !important;
}
.header_top_bar_menu_click button{
    padding: 0;
    border: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px){
    body .logo_header{
        max-width: 210px;
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px){
    .phone_button .phone_header{
        display: none;
    }
    .soc_header ul{
        flex-wrap: nowrap;
    }
}
.header_top_bar_icon button{
    background: transparent;
}
@media screen and (max-width: 1200px){
    body .header_top_bar_content{
        justify-content: flex-end;
    }
    .header_top_bar_icon{
        display: flex;
        align-items: center;
    }
    .header> .button_header{
        display: none;
    }
    .header_top_bar_menu_click{
        display: flex;
        align-items: center;
    }
    .headerblock.fixed-header .header_top_bar_menu_click button:before{
        background: center / contain no-repeat url("/wp-content/uploads/2022/10/black_mobile.svg");
    }
    .header_top_bar_menu_click button:before{
        z-index:9999999;
        content: '';
        background: center / contain no-repeat url("/wp-content/uploads/2022/10/mobile_menu.svg");
        width: 24px;
        height: 24px;
        display: block;
        right: 0;
    }
}
.headerblock.fixed-header{
    background: #fff;
}
.headerblock.fixed-header .header_top_bar_social li a{
    color: #0E1117;
}
@media screen and (max-width: 1200px) {
    .header_block{
        display: flex;
        min-height: 60px;
    }
}

.button_header{
    display: flex;
}
@media screen and (min-width: 1200px){
    .menu_header .menu-image-hover-wrapper{
        display: none;
    }
    .menu_header .menu-image-title{
        padding-left: 0;
    }
}
.menu_header {
    flex-basis: calc(100% - 255px);
    display: flex;
    align-items: center;
}
.menu_header ul li{
    list-style: none;
}
.menu_header ul{
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    padding-left: 0;
}
.header .header_top_bar_icon{
    display: flex;
}
.header{
    padding-top: 12px;
    padding-bottom: 12px;
    column-gap: 40px;
    justify-content: flex-end;
    display: flex;
}