/*! ====  HEADER START  ===== */
body.mm_noscroll {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.fixed_header {
    position: fixed;
    top: 0px;
    width: 100%;
}

.open_bg,
.open_menu_bg,
.open_prof_bg {
    display: block;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(14 16 19 / 50%);
    transition: all 0.3s ease;
}

.open_bg.opn,
.open_menu_bg.opn,
.open_prof_bg.opn {
    opacity: 1;
    visibility: visible;
}

header {
    display: block;
    position: relative;
    width: 100%;
    min-width: 310px;
    /* background-color: #fff; */
    z-index: 9999;
}

main.p_top {
    padding-top: 80px;
}

@keyframes fix {
    0% {
        top: -120px;
    }

    100% {
        top: 0px;
    }
}

header.visible_mob {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    animation: fix .6s ease;
    -webkit-animation: fix .6s ease
}

header.visible_mob::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url(../img//texture.png);
    background-repeat: repeat;
    background-position: left top;
    z-index: 0;
}

.header_top {
    position: relative;
    width: 100%;
    padding: 24px 0px;
    /* background-color: #fff; */
}


.header_top .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;
    /* max-width: calc(100% - 350px); */
}

.header_right {
    display: flex;
    align-items: center;
    width: auto;
    float: right;
    margin: 0 0 0 auto;
}

/* .hd_info {
    display: block;
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #0E1013;
} */

.menu_btn.clicked::before {
    background-position: 0 100%;
}

.menu_btn {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    width: 56px;
    height: 56px;
    margin: 0;
    background: #222;
    cursor: pointer;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.menu_btn::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/icons/menu.svg);
    cursor: pointer;
}


.logo_sect {
    display: block;
    float: left;
    width: auto;
    /* max-width: 300px; */
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: auto;
}

.logo_img {
    display: block;
    position: relative;
    width: 80px;
    overflow: hidden;
}

.logo_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.logo_img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.logo_name {
    display: block;
    float: left;
    width: calc(100% - 80px);
    padding-left: 12px;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.lnm_t {
    display: block;
    color: #222;
}

.lnm_b {
    display: block;
    color: rgba(34, 34, 34, 0.59);
    padding-top: 3px;
}

/* language */

.lang_sect {
    display: flex;
    /* float: right; */
    position: relative;
}

.langs {
    display: block;
    /* background-color: #FFF; */
    border-radius: 10px;
    z-index: 999999999;
    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;
}

.lang_sect.mobile .langs li {
    margin: 0 8px 0 0;
}

.langs li {
    display: flex;
    float: left;
    margin-left: 8px;
}

.langs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    width: 56px;
    height: 56px;
    border: 2px solid transparent;
    border-radius: 12px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.24px;
    color: #222;
    opacity: 1;
    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;
}

.langs li a:hover,
.langs li.active a {
    border: 2px solid #222222;
}

/* language */

nav.nav_desk {
    display: block;
    float: left;
    width: auto;
    height: auto;
    padding: 0px 32px 0px 0;
    margin: 0px auto 0 0;
    z-index: 999;
}

ul.hdr_menu {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}


/* ul.hdr_menu>li:last-child,
  ul.hdr_menu>li:last-child>a {
    padding-right: 0;
  } */

ul.hdr_menu > li {
    display: flex;
    align-items: center;
    float: left;
    margin: 0 0 0 40px;
}

ul.hdr_menu > li > a {
    display: block;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    color: #222;
    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 > a:hover,
ul.hdr_menu > li > a.active {
    color: #1D8CDC;
}


.mob_body {
    width: 100%;
    max-height: calc(100% - 100px);
    margin-top: 56px;
    padding-right: 7px;
    overflow: auto;
}

.mob_ftr {
    position: absolute;
    width: 100%;
    padding: 12px 0px 24px 0px;
    bottom: 0;
}

nav.nav_mobile::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url(../img//texture.png);
    background-repeat: repeat;
    background-position: left top;
    z-index: 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: calc(100% - 88px);
    padding: 40px 9px 24px 16px;
    margin: 0px auto 0 auto;
    background-color: #fff;
    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 ul.hdr_menu {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

nav.nav_mobile ul.hdr_menu > li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0px 0px 20px 0px;
}

nav.nav_mobile ul.hdr_menu > li > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
}


nav.nav_mobile ul.hdr_menu li ul {
    display: none;
    padding-left: 16px;
}

nav.nav_mobile ul.hdr_menu li ul li {
    padding: 12px 0;
}

nav.nav_mobile ul.hdr_menu li ul li a {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    /* line-height: 1.5; */
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
}



.favorites_links:hover {
    background-color: #F5F5F5;
}

.favorites_links span {
    display: flex;
    position: relative;
    padding-left: 28px;
}

.favorites_links span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/heart.svg");
}

.favorites_links {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 12px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sing_links:hover {
    background-color: #000000 !important;
    color: #FFFFFF;
}

.sing_links {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 0 0 4px;
    padding: 11px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sign_itm {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 26px;
}

.sign_itm span {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sign_itm::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/user.svg") no-repeat center;
}


@media only screen and (min-width: 1025px) and (max-width: 1232px) {

    /* Header responsive */
    header {
        padding: 0;
    }

    .header_top {
        padding: 16px 0;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .logo_img {
        width: 80px;
        margin: 0;
    }

    ul.hdr_menu > li {
        margin: 0 0 0 16px;
    }

    /* Header responsive */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {


    /* Header responsive */
    header {
        padding: 0;
    }

    .header_top {
        padding: 16px 0;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .logo_img {
        width: 56px;
        margin: 0;
    }

    .logo_name {
        display: none;
    }

    .menu_btn {
        display: flex;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    .sign_link {
        float: right;
    }

    .lang_sect.desk {
        display: none;
    }

    .sing_links {
        float: left;
        margin-left: 12px;
    }

    .sing_links.desk {
        display: none;
    }

    .favorites_links {
        background-color: #F5F5F5;
    }

    .favorites_links.desk {
        display: none;
    }

    .mob_ftr .socials li {
        margin: 0 24px 0 0;
    }

    /* Header responsive */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {

    /* Header responsive */
    header {
        padding: 0;
    }

    .header_top {
        padding: 16px 0;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .logo_img {
        width: 56px;
        margin: 0;
    }

    .logo_name {
        display: none;
    }

    .menu_btn {
        display: flex;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    .sign_link {
        float: right;
    }

    .lang_sect.desk {
        display: none;
    }

    .sing_links {
        float: left;
        margin-left: 12px;
    }

    .sing_links.desk {
        display: none;
    }

    .favorites_links {
        background-color: #F5F5F5;
    }

    .favorites_links.desk {
        display: none;
    }

    .mob_ftr .socials li {
        margin: 0 24px 0 0;
    }

    /* Header responsive */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {

    /* Header responsive */
    header {
        padding: 0;
    }

    .header_top {
        padding: 16px 0;
    }

    .header_left {
        width: auto;
        margin: 0 0 0 0;
        max-width: 100%;
    }

    .header_right {
        width: auto;
        float: right;
        padding: 0 0;
    }

    .logo_img {
        width: 56px;
        margin: 0;
    }

    .logo_name {
        display: none;
    }

    .menu_btn {
        display: flex;
    }

    nav.nav_desk {
        display: none;
    }

    nav.nav_mobile {
        display: block;
    }

    .sign_link {
        float: right;
    }


    .lang_sect.desk {
        display: none;
    }

    .sing_links {
        float: left;
        margin-left: 12px;
    }

    .sing_links.desk {
        display: none;
    }

    .favorites_links {
        background-color: #F5F5F5;
    }

    .favorites_links.desk {
        display: none;
    }

    .mob_ftr .socials li {
        margin: 0 24px 0 0;
    }


    /* Header responsive */
}

/*! ====  HEADER FINISH  ===== */