.header_bottom_bar a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    body .header_mobile_phone_link{
        font-size: 12px;
        text-transform: none;
    }
    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: 25px;
    }
    .header_bottom_bar,
    body .header_top_bar_social{
        display: none;
    }
    .header_mobile_menu_absol ul{
        flex-direction: column;
        align-items: flex-start;
    }
    body .fixed-button-mobile> a{
        min-width: calc(50% - 15px) !important;
    }
    body .header_top_bar_content{
        padding-top: 0;
        padding-bottom: 0;
    }
    .header_mobile_menu_absol{
        padding-top:70px;
    }
}
.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%);
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    body .header_logo img{
        min-width: 267px;
    }
    body .header_logo{
        max-width: 50px;
        overflow: hidden;
    }
}


.header_items{
    display: flex;
    column-gap: 20px;
    margin-right: 40px;
}
.header_block ul li{
    list-style: none;
}
.header_item_title{
    color: #788191;
}
.header_top_bar_buttons{
    display: flex;
    column-gap: 30px;
}

.header_top_bar_content{
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    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{
    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: 991px) {

    body .header_items{
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .header_mobile_menu_primary_menu{
        margin-bottom: 30px;
    }
    .header_mobile_buttons{
        display: flex;
    }
    .header_mobile_menu_logo{
        margin-bottom: 40px;
    }
    .header_mobile_menu_primary_menu ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    body .header_logo{
        max-width: 190px;
    }
    .header_top_bar_content{
        display: none;
    }
    .fixed-button-mobile{
        position: fixed;
        bottom:0;
        right:0;
        left:0;
        background: #0E1623;
        padding: 16px 20px;
        display: flex;
        gap:15px;
        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: 991px) {
    .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 (min-width: 1200px) {
    body .mobile{
        display: none;
    }
}
@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;
}
.headerblock{
    background: #fff;
    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{
    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/09/mobile_menu_open.svg");
}
.header_mobile_menu_absol.open{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header_mobile_menu_absol{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: auto;
    left: auto;
    right:0;
    z-index: 999999;
    background:#FFF;
    width: 360px;
    height: 100%;
    -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){
    .header> .button_header{
        display: none;
    }
    .header_top_bar_menu_click{
        display: flex;
        align-items: center;
    }
    .header_top_bar_menu_click button:before{
        z-index:9999999;
        content: '';
        background: center / contain no-repeat url("/wp-content/uploads/2022/09/mobile_menu.svg");
        width: 26px;
        height: 26px;
        display: block;
    }
}
.header_mobile_menu_primary_menu ul li{
    padding: 10px 0;
}
.header_top_bar_icon,
.header_top_bar_mobile_menu{
    display: flex;
    align-items: center;
}
.header_mobile_menu_absol{
    padding-top: 15px;
    padding-left: 30px;
}
.header_top_bar_icon button{
    z-index: 9999999999;
}
.header_mobile_menu_absol,
.header_block{
    background: #0E1623;
}
@media screen and (max-width: 991px) {
    .header_mobile_social{
        margin-bottom: 85px;
    }
    .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;
}