/*! ====  HEADER START  ===== */
body.mm_noscroll {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

header {
    display: block;
    position: fixed;
    width: 100%;
    min-width: 310px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

@keyframes fix {
    0% {
        top: -120px;
    }

    100% {
        top: 0px;
    }
}

header.visible_mob .header_bottom {
    top: 0;
    position: fixed;
    animation: fix 0.3s;
    -webkit-animation: fix 0.3s;
}

.header_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    background-color: #f2ede6;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.header_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 28px 16px;
    background-color: #fff;
}

.header_top .main_center,
.header_bottom .main_center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header_left {
    display: flex;
    align-items: center;
    width: auto;
    float: left;
    margin: 0 auto 0 0;
}

.header_right {
    display: flex;
    align-items: center;
    width: auto;
    float: right;
    margin: 0 0 0 auto;
}

/* menu */
.menu_btn.clicked::before {
    background-position: 0 100%;
}

.menu_btn {
    display: none;
    float: left;
    width: 36px;
    height: 36px;
    padding: 4px;
    margin: 0 0 0 auto;
    cursor: pointer;
    background: #2c415c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu_btn::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/icons/menu.svg");
}

.menu_btn.close {
    position: absolute;
    right: 16px;
    /* top: 24px; */
}

.menu_btn.close::before {
    background-image: url("../img/icons/close.svg");
}

/* menu */

/* header social */
.header_socials {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: auto;
    margin-right: auto;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #241b0e;
}

.header_socials .socials {
    gap: 16px;
}

.header_socials .socials li a {
    width: 16px;
    height: 16px;
}

/* header social */

/* logo */
.logo_sect {
    display: inline-flex;
    align-items: center;
    width: auto;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: auto;
}

.logo_img {
    display: block;
    position: relative;
    width: auto;
    overflow: hidden;
}

.logo_img img {
    display: block;
    width: 100%;
}

/* logo */

/* language */
.lang_sect {
    display: flex;
    justify-content: center;
    float: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #cccccc;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.clicked,
.lang_sect:hover,
.lang_sect:focus-within {
    border-color: #2c415c;
    border-bottom-color: transparent;
    border-radius: 32px 32px 0 0;
    -webkit-border-radius: 32px 32px 0 0;
    -moz-border-radius: 32px 32px 0 0;
    -ms-border-radius: 32px 32px 0 0;
    -o-border-radius: 32px 32px 0 0;
}
.lang_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    color: #404040;
    opacity: 1;
    z-index: 9991;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.clicked .lang_btn,
.lang_sect:hover .lang_btn,
.lang_sect:focus-within .lang_btn {
    box-shadow: 0 2px 4px #cccccc;
}

.langs {
    display: block;
    position: absolute;
    top: -10%;
    background: #fff;
    width: 36px;
    padding-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border: 1px solid #2c415c;
    border-top: none;
    border-radius: 0 0 32px 32px;
    -webkit-border-radius: 0 0 32px 32px;
    -moz-border-radius: 0 0 32px 32px;
    -ms-border-radius: 0 0 32px 32px;
    -o-border-radius: 0 0 32px 32px;
}

.lang_sect.clicked .langs,
.lang_sect:hover .langs,
.lang_sect:focus-within .langs {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.langs li {
    display: block;
    width: 100%;
}

.langs li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 8px 2px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    color: #404040;
    opacity: 1;
    z-index: 9991;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.langs li a:hover,
.langs li.active a {
    color: #ee3a2f;
}

/* language */

/* user dropdown */
.user-dd {
    position: relative;
    display: inline-block;
}

/* icon button */
.user-btn {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    border: 1px solid #cccccc;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.clicked .user-btn {
    border-color: #2c415c;
}

.user-ico {
    width: 16px;
    height: 16px;
    stroke: #404040;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* dropdown panel */
.user-menu {
    position: absolute;
    top: 83px;
    right: 0;
    min-width: 190px;
    max-width: calc(100vw - 24px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffffffd8;
    padding: 18px 20px;
    display: none;
    z-index: 999;
    box-shadow: 0 0px 9px #cccccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* caret (top small triangle) */
.user-menu .caret {
    position: absolute;
    top: -11px;
    right: 15px;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffffd8;
}

.user_links {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
}

.user_links:hover {
    color: #ee3a2f;
}
/* user dropdown */

/* search */

.search-pill-sect {
    display: flex;
    align-items: center;
    background: #f4f5fb;
    cursor: pointer;
    padding: 0 12px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.search-pill-sect input {
    display: block;
    width: 75px;
    padding: 4px 0 4px 4px;
    min-height: 40px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #434343;
    background: transparent;
}
.search-pill {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.search-icon {
    width: 24px;
    height: 24px;
    stroke: #241b0e;
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.search-mob-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    cursor: pointer;
    padding: 0;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 9999px;
}
.search-mob-icon .search-icon {
    width: 18px;
    height: 18px;
    stroke: #241b0e;
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* search */

/* Other menu */
ul.other_menu {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    gap: 32px;
    padding-left: 32px;
    margin-left: 32px;
}

ul.other_menu::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 16px;
    background: #857155;
}

ul.other_menu > li > a {
    color: #857155 !important;
}

/* Other menu */

nav.nav_desk {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px;
    padding-left: 25px;
    z-index: 999;
}

ul.hdr_menu {
    display: inline-flex;
    list-style: none;
    gap: 28px;
}

ul.hdr_menu > li {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    margin: 0;
}

ul.hdr_menu > li > a {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    word-break: break-word;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.hdr_menu > li:hover > a,
ul.hdr_menu > li.active > a {
    color: #ee3a2f;
}
ul.hdr_menu > li > ul >li > a .arrow_menu{
    right:20px;
    position:absolute;
}
ul.hdr_menu > li > a .arrow_menu,ul.hdr_menu > li > ul >li > a .arrow_menu {
    display: block;
    position: relative;
    margin-left: 6px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    color: #000;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

ul.hdr_menu > li.active > a .arrow_menu {
    color: #ee3a2f;
}
ul.hdr_menu > li:hover > a .arrow_menu {
    color: #ee3a2f;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

/* Drop section */
ul.hdr_menu > li:hover .drop_section {
    visibility: visible;
    opacity: 1;
}

.drop_section::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 20px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/icons/icon_drop.svg);
}

.drop_section::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -58px;
    width: 100%;
    height: 60px;
    opacity: 0;
    /* visibility: hidden; */
}

.drop_section {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    max-width: 160px;
    min-width: 160px;
    width: auto;
    top: 74px;
    left: 0%;
    padding: 16px;
    box-shadow: 0 6px 12px #cccccc;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffffffd8;
    z-index: 99999;
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.drop_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.drop_list li {
    display: block;
    position: relative;
    width: 100%;
}

.drop_list li a {
    display: block;
    position: relative;
    padding: 6px 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    word-break: break-word;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.drop_list > li:hover > a,
.drop_list > li.active > a {
    color: #ee3a2f;
}

.drop_sub_list {
    display: none;
    position: absolute;
    left: 100%;
    top: -8px;
    min-width: 180px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: #ffffffd8;
    box-shadow: 0 6px 12px #cccccc;
    backdrop-filter: blur(10px);
    z-index: 100000;
}

.drop_list > li.has_children {
    position: relative;
}

.drop_list > li.has_children > .drop_sub_list::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    width: 14px;
    height: 100%;
}

.drop_list > li.has_children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.drop_list > li.has_children > a::after {
    content: "\203A";
    font-size: 15px;
    line-height: 1;
    opacity: 0.75;
}

.drop_list > li.has_children:hover > a::after,
.drop_list > li.has_children:focus-within > a::after {
    opacity: 1;
    color: #ee3a2f;
}

.drop_list > li.has_children:hover > .drop_sub_list,
.drop_list > li.has_children:focus-within > .drop_sub_list {
    display: block;
}

.drop_sub_list > li > a {
    font-size: 13px;
}

/* Drop section */

.mob_body {
    width: 100%;
    max-height: calc(100% - 70px);
    padding-right: 7px;
    overflow: auto;
    margin-top: 48px;
}

.mob_ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 12px 20px 24px 20px;
    bottom: 0;
    left: 0;
}

nav.nav_mobile.transformed {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

nav.nav_mobile {
    display: none;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 24px 0px 24px 20px;
    margin: 0 auto;
    background-color: #171e26;
    z-index: 9999999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
nav.nav_mobile .menu_btn {
    background: #ffffff;
}
nav.nav_mobile ul.hdr_menu {
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    background: transparent;
    backdrop-filter: none;
}
nav.nav_mobile ul.hdr_menu li > a .arrow_menu {
    position: absolute;
    right: 5px;
    color: #fff;
}

nav.nav_mobile ul.hdr_menu li > a:hover .arrow_menu {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}
nav.nav_mobile ul.hdr_menu li > a.show:hover .arrow_menu {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
nav.nav_mobile ul.hdr_menu li > a.show .arrow_menu {
    transform: rotateX(180deg) !important;
    -webkit-transform: rotateX(180deg) !important;
    -moz-transform: rotateX(180deg) !important;
    -ms-transform: rotateX(180deg) !important;
    -o-transform: rotateX(180deg) !important;
}
nav.nav_mobile ul.hdr_menu > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0px 0px 24px 0px;
}

nav.nav_mobile ul.hdr_menu > li > a {
    width: 100%;
    color: #fff !important;
}

nav.nav_mobile ul.hdr_menu li.has_sub {
    padding-right: 32px;
}

nav.nav_mobile ul.hdr_menu > li > a::before {
    display: none;
}

nav.nav_mobile ul.hdr_menu li ul {
    display: none;
}

nav.nav_mobile ul.hdr_menu li > a.show::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* nav.nav_mobile ul.hdr_menu > li.has_sub > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.38) !important;
    margin: 0 0 24px 0;
} */

nav.nav_mobile ul.hdr_menu ul {
    padding: 20px 0 0 20px;
}

nav.nav_mobile ul.hdr_menu ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    float: none;
    width: 100%;
    padding: 0 0 16px 0px;
}

nav.nav_mobile ul.hdr_menu ul li > a {
    color: #fff !important;
}

/* header link items */
.head_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.call_center {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 32px;
}

.call_center::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 16px;
    background: #857155;
}

.call_center a {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #241b0e;
}

.h_link_item {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 16px;
    position: relative;
    padding-left: 20px;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #241b0e;
}

.h_link_icon {
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
}

/* header link items */

@media only screen and (min-width: 1025px) and (max-width: 1232px) {
    /* Header responsive */
    .header_bottom {
        padding: 12px 0;
    }
    header.visible_mob .logo_sect,
    header.visible_mob .head_icons {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .menu_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    ul.other_menu.desk,
    .lang_sect.desk {
        display: none;
    }

    .logo_img {
        width: 160px;
    }

    .logo_img::before {
        padding-top: 34px;
    }

    .head_icons {
        margin-left: auto;
    }
    .user-menu {
        top: 62px;
    }

    /* Header responsive */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Header responsive */
    .header_bottom {
        padding: 12px 0;
    }
    header.visible_mob .logo_sect,
    header.visible_mob .head_icons {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .menu_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    ul.other_menu.desk,
    .lang_sect.desk {
        display: none;
    }

    .logo_img {
        width: 160px;
    }

    .logo_img::before {
        padding-top: 34px;
    }

    .head_icons {
        margin-left: auto;
    }
    .user-menu {
        top: 62px;
    }

    /* Header responsive */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* Header responsive */
    .header_bottom {
        padding: 12px 0;
    }
    header.visible_mob .logo_sect,
    header.visible_mob .head_icons {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .menu_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    ul.other_menu.desk,
    .lang_sect.desk {
        display: none;
    }

    .logo_img {
        width: 160px;
    }

    .logo_img::before {
        padding-top: 34px;
    }

    .head_icons {
        margin-left: auto;
    }

    .user-menu {
        top: 62px;
    }

    /* Header responsive */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* Header responsive */
    .header_bottom {
        padding: 12px 0;
    }
    header.visible_mob .logo_sect,
    header.visible_mob .head_icons {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .menu_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    ul.other_menu.desk,
    .lang_sect.desk {
        display: none;
    }

    .logo_img {
        width: 130px;
    }

    .logo_img::before {
        padding-top: 34px;
    }

    .head_icons {
        gap: 4px;
        margin-left: auto;
    }

    .user-menu {
        top: 58px;
    }
    .user-btn {
        width: 32px;
        height: 32px;
    }
    .lang_btn {
        width: 30px;
        height: 30px;
    }
    .langs {
        width: 32px;
    }

    .search-mob-icon {
        display: inline-flex;
        width: 32px;
        height: 32px;
    }
    .search-mob-icon .search-icon {
        width: 16px;
        height: 16px;
    }

    .search-pill-mob {
        display: flex;
        align-items: center;
        position: relative;
        gap: 4px;
    }

    .search-pill-sect {
        position: absolute;
        right: 40px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
    }

    .search-pill-sect.show_search_mob {
        opacity: 1;
        visibility: visible;
    }
    /* Header responsive */
}

/*! ====  HEADER FINISH  ===== */
