@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/**,*/
/**::before,*/
/**::after {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    -webkit-box-sizing: inherit;*/
/*    box-sizing: inherit;*/
/*    list-style: none;*/
/*    list-style-type: none;*/
/*    text-decoration: none;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    text-rendering: optimizeLegibility;*/
/*}*/

/*body {*/
/*    font-family: 'Inter', Tahoma, Geneva, Verdana, sans-serif;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    overflow-x: hidden;*/
/*    color: #121212;*/
/*    background: #fafafa;*/
/*}*/

a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    a,
    button {
        cursor: default !important;
        border: none;
        outline: none;
    }
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.94rem);
    padding-left: var(--bs-gutter-x,.94rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}
.header-right-buttons{
    display: flex;
    align-items: center;
}
.header{
    background-color: #FAF7F3;
    border-bottom: 10px solid #004D42;
    position: relative;
    z-index: 2;
    height: 171px;
    display: flex;
    align-items: center;
}
.main-header{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: var(--bs-gutter-x,.94rem);
    padding-left: var(--bs-gutter-x,.94rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
    height: 100%;
    align-items: center;
}
.search-panel form {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.search-panel form input {
    margin: 0;
    width: 216px;
    border-radius: 17px;
    border: 1px solid #214C42;
    font-size: 14px;
    color: #004D42;
    outline: none;
    background-color: #ffffff;
    padding: 6px 43px 6px 14px;
}

.search-panel form .header_search_btn {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 23px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-panel form input::placeholder {
    color: #004D42;
}
header .menu-wrapper ul li.menu-item-has-children:hover>svg {
    transform: rotate(90deg);
}
header .menu-wrapper ul li.menu-item-has-children>svg {
    margin-left: 4px;
    transition: all .3s ease;
}
header .main-header .menu-wrapper ul li.menu-item-has-children>.sub-menu {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1500px - 1.88rem);
    background-color: #ffffff;
    display: flex;
    padding: 45px 70px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px  rgba(0,0,0,.1);
    box-shadow: 0 0 20px  rgba(0,0,0,.1);
    z-index: 10;
    opacity: 0;
    transition: .1s;
    pointer-events: none;
    transform: translateY(20px);
}

ul.sub-menu:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    top: -70px;
}

header .main-header .menu-wrapper ul li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    z-index: 20;
    transition: .3s;
    pointer-events: all;
    transform: translateY(0);
    justify-content: center;
    align-items: flex-start;
}

.right-menu-li-wrap .menu-item-has-children ul.sub-menu li:nth-last-child(-n+2) .submenu-link{
    display: none
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    margin: 0;
    width: 216px;
    border-radius: 17px;
    border: 1px solid #214C42;
    font-size: 14px;
    color: #004D42;
    outline: none;
    background-color: #ffffff;
    padding: 6px 43px 6px 14px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #004D42;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 55px;
}

header .main-header .left-header-wrapper {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
    align-items: center;
}
header .main-header .menu-wrapper {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
header .main-header .left-header-wrapper .menu-wrapper ul.sub-menu {
    justify-content: flex-start;
}
header .main-header .left-header-wrapper .menu-wrapper ul {
    -ms-flex-pack: end;
    justify-content: space-between;
}
header .main-header .left-header-wrapper .menu-wrapper ul.sub-menu li a,
.mobile-fixed-wrapper .menu-item-has-children .sub-menu > li .link-name{
    font-family: 'Gotham Bold', sans-serif;
    font-weight: 400;
}
header .main-header .menu-wrapper ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
header .main-header .menu-wrapper>ul {
    height: 100%;
}
header .main-header .menu-wrapper ul li:not(:last-of-type) {
    margin-right: 30px;
}
header .main-header .menu-wrapper ul li {
    list-style-type: none;
}
header .main-header .menu-wrapper>ul>li {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
header .main-header .menu-wrapper ul li a {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    color: #004D42;
    outline: none;
    font-family: 'Gotham Black', sans-serif;
    transition: all .3s ease;
    position: relative;
}
header .main-header .menu-wrapper ul.sub-menu li .logo_for_link {
    height: 84.3px;
    max-width: 111.77px;
    margin: 0 0 12.7px;
}
header .main-header .menu-wrapper ul.sub-menu li a.logo_for_link {
    height: 84.3px;
    max-width: 111.77px;
    margin: 0 0 12.7px;
}
header .main-header .menu-wrapper ul li a.logo_for_link:hover::before{
    content: unset;
}
header .main-header .menu-wrapper ul.sub-menu li .submenu-link:hover {
    opacity: .7;
}
header .main-header .menu-wrapper ul.sub-menu li .submenu-link:hover::before {
    width: 0;
}
header .main-header .menu-wrapper ul.sub-menu li .submenu-link {
    font-family: 'Gotham Book', sans-serif;
    text-decoration: underline;
    font-size: 14px;
    line-height: 23px;
    color: #004D42;
    text-transform: initial;
}
header .main-header .menu-wrapper ul.sub-menu li .link-name {
    margin-top: 0;
    margin-bottom: 8.9px;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    color: #004D42;
}
header .main-header .menu-wrapper ul.sub-menu li a.link-name{
    text-transform: unset;
}
header .main-header .menu-wrapper ul.sub-menu li .link-descr {
    margin-top: 0;
    margin-bottom: 26px;
    color: #2E2C2B;
    font-family: 'Gotham Book', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
header .main-header .menu-wrapper ul.sub-menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
header .main-header .menu-wrapper ul.sub-menu li:not(:last-of-type) {
    margin-right: 88px;
}
header .main-header .menu-wrapper ul.sub-menu li img{
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
header .main-header .menu-wrapper ul li a:hover::before {
    width: 100%;
}
header .main-header .menu-wrapper ul li a::before {
    content: '';
    position: absolute;
    bottom: -3.4px;
    left: 0;
    right: 0;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 2px;
    background-color: #214C42;
}
header .main-header .menu-wrapper ul li.current-menu-item > a::before {
    width: 100%;
}
header .main-header .header-logo {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
}
header .main-header .right-header-wrapper {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
header .main-header .right-header-wrapper .menu-wrapper {
    flex: initial;
    margin-right: 30px;
}
body.open-menu {
    overflow: hidden;
}

.additional-header-section-wrapper {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.green-template {
    /*background-color: rgba(49,178,154,.32) !important;*/
    background-color: #AEE2D9 !important;
}
.red-template {
    /*background-color: rgba(183,101,69,.42) !important;*/
    background-color: #DFB6A8 !important;
}
.blue-template {
    /*background-color: rgba(107,169,221,.37) !important;*/
    background-color: #BFDCF0 !important;
}
.pearl-template {
    background-color: rgba(235,227,215,1) !important;
}
.food-template {
    /*background-color: rgba(255,108,55,.37) !important;*/
    background-color: #FF8C6B !important;
}
.orasi-template {
    /*background-color: rgba(255,108,55,.37) !important;*/
    background-color: #F7F7F7 !important;
}
.additional-header-section-wrapper.food-template .additional-header-links a {
    color: #004D42;
}
.additional-header-section-wrapper.green-template .additional-header-links a {
    color: #004D42;
}
.additional-header-section-wrapper.red-template .additional-header-links a {
    color: #074D42;
}
.additional-header-section-wrapper.blue-template .additional-header-links a {
    color: #004D42;
}
.additional-header-section-wrapper.pearl-template .additional-header-links a {
    color: #004D42;
}
.additional-header-logo{
    margin-right: auto;
}
.additional-header-section {
    padding-right: var(--bs-gutter-x,.94rem);
    padding-left: var(--bs-gutter-x,.94rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.additional-header-logo img {
    height: auto;
    object-fit: contain;
    width: 111.77px;
}
.additional-header-links a {
    font-size: 14px;
    line-height: 23px;
    color: #004D42;
    text-transform: uppercase;
    font-family: 'Gotham Black', sans-serif;
    display: block;
    position: relative;
    transition: all .3s ease;
}

.additional-header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.additional-header-links a:not(:last-of-type)::after {
    content: '';
    width: 1px;
    height: 41px;
    position: absolute;
    right: -23.5px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #214C42;
}

.additional-header-links a:not(:last-of-type) {
    margin-right: 23.5px;
}

.additional-header-links a:not(:first-of-type) {
    margin-left: 23.5px;
}

.additional-header-links a::before {
    content: '';
    position: absolute;
    bottom: -3.4px;
    left: 0;
    right: 0;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 2px;
    background-color: #214C42;
}

.additional-header-links a:hover::before {
    width: 100%;
}

.custom-additional-header-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 var(--bs-gutter-x,.94rem);
}

.custom-additional-header-links a {
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'Gotham Black', sans-serif;
    color: #004D42;
    position: relative;
}

.custom-additional-header-links a:not(:last-of-type) {
    margin-bottom: 23px;
}

.custom-additional-header-links a::before {
    content: '';
    position: absolute;
    bottom: -3.4px;
    left: 0;
    right: 0;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 2px;
    background-color: #214C42;
}

.custom-additional-header-links a:hover::before {
    width: 100%;
}

.uniq-logo-block img {
    width: 87px;
}
.uniq-logo-block {
    margin-top: 31px;
    margin-bottom: 15px;
    background-color: #004D42;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0;
    width: 100%;
}

.mobile-header.custom-mobile.active a.mobile-header-logos {
    display: none;
}

.mobile-header.custom-mobile .burger::before{
    background-color: #134d42;
}
.mobile-header.custom-mobile .burger span{
    background: #134d42;
}
.mobile-header.custom-mobile.active .burger {
    right: .94rem;
    left: inherit;
}
.mobile-header.custom-mobile.active .custom_mobile_logo {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-socials{
    display: flex;
    gap: 15px;
    margin-left: 23.5px;
}

.additional-header-links .header-socials a:not(:last-of-type)::after{
    display: none;
}

.additional-header-section-wrapper.green-template .additional-header-links .header-socials a,
.additional-header-section-wrapper.red-template .additional-header-links .header-socials a,
.additional-header-section-wrapper.blue-template .additional-header-links .header-socials a,
.additional-header-section-wrapper.pearl-template .additional-header-links .header-socials a{
    margin: 0;
}



























@media all and (max-width: 1475px) and (min-width: 1150px){
    .additional-header-links > a {
        width: min-content;
        flex: 1;
        text-align: center;
    }
}
@media (max-width: 1370px) {
    header .main-header .menu-wrapper ul li a,
    .language-menu li a{
        font-size: 13px;
    }
    header .main-header .header-logo{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1350px) {
	.active .burger{
		position: initial;
	}
	.active .mobile-header-logos{
		text-align: -webkit-center;
		flex-grow: 1;
	}
	.mobile-header.active a.mobile-header-logos img.white-logo{
		margin-right: 10px;
	}
	.mobile-header.active{
    	justify-content: space-between;
	}
}

@media (max-width: 1300px){
    .language-menu{
        margin: 0 0 0 7px;
        padding: 0 0 0 7px;
    }
}

@media all and (max-width: 1280px) {
    header .main-header .menu-wrapper ul > li:not(:last-of-type) {
        margin-right: 20px;
    }
    header .main-header .menu-wrapper ul li.menu-item-has-children>.sub-menu{
        padding-right: var(--bs-gutter-x,.94rem);
        padding-left: var(--bs-gutter-x,.94rem);
    }
    header .main-header .header-logo {
        margin-left: 10px;
        margin-right: 10px;
    }
    header .main-header .right-header-wrapper .menu-wrapper{
        margin-right: 20px;
    }
}
@media all and (min-width: 1151px) {
    .mobile-header, .mobile-fixed-wrapper, .custom_mobile_logo, .search-panel.mobile-search-panel {
        display: none;
    }
	header .main-header .menu-wrapper ul li.menu-item-has-children.>.sub-menu{
        opacity: 1;
        z-index: 20;
        transition: .3s;
        pointer-events: all;
        transform: translateY(0);
    }
}
@media all and (max-width: 1150px) {
    .custom_mobile_logo {
        position: absolute;
        left: calc(.94rem + 56.5px);
        width: 86.11px;
        height: auto;
        object-fit: contain;

    }
    .mobile-header.custom-mobile .burger {
        right: initial;
        left: var(--bs-gutter-x,.94rem);
    }

    .mobile-header.custom-mobile a.mobile-header-logos img.default-logo {
        display: none;
    }

    .mobile-header.custom-mobile a.mobile-header-logos img.white-logo {
        display: block;
        width: 87px;
    }

    .mobile-header.custom-mobile {
        border-bottom: unset;
    }
    .mobile-header.custom-mobile a.mobile-header-logos {
        margin: 0 var(--bs-gutter-x,-0.94rem) 0 auto;
        background-color: #004D42;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 118px;
    }

    .additional-header-section-wrapper {
        display: none;
    }
    .arrow-mobile-menu {
        transition: .5s;
    }
    .arrow-mobile-menu.rotate-arrow {
        transform: rotate(90deg);
    }
    .header .mobile-search-panel form .header_search_btn {
        right: 52px;
    }
    .header .mobile-search-panel form input {height: 100%;border-radius: unset;width: 100%;border-right: unset;border-left: unset;border-bottom: unset;border-top: 1px solid #214C42;padding: 0 75px 0 var(--bs-gutter-x,.94rem);}
    .header .mobile-search-panel form {
        display: flex;
        height: 100%;
    }
    .mobile-fixed-wrapper ul.sub-menu {
        margin: 23.5px auto;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li:not(:first-of-type) {
        margin-top: 13.5px;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li:not(:last-of-type) {
        margin-bottom: 13.5px;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li a.submenu-link {
        display: none;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li .logo_for_link {
        grid-area: logo_link;
        height: auto;
        max-width: 66px;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li .link-name {
        grid-area: title;
        line-height: 18px;
        text-transform: initial;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li .link-descr {
        grid-area: descr;
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        max-width: 166px;
    }
    .mobile-fixed-wrapper .menu-item-has-children .sub-menu > li{
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto 1fr;
        gap: 4px 19.2px;
        grid-template-areas:
            "logo_link title"
            "logo_link descr";
        padding-bottom: 14.5px;
        border-bottom: 1px solid #074D42;
    }
    .mobile-fixed-wrapper ul li.menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        z-index: 20;
        pointer-events: all;
        transform: translateY(0);
    }
    .mobile-fixed-wrapper ul li a,
    .mobile-language-toggle span{
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 14px;
        color: #004D42;
        outline: none;
        font-family: 'Gotham Black', sans-serif;
        transition: all .3s ease;
        position: relative;
    }
    .mobile-fixed-wrapper ul li a:hover::before {
        width: 100%;
    }
    .mobile-fixed-wrapper ul li a::before {
        content: '';
        position: absolute;
        bottom: -3.4px;
        left: 0;
        right: 0;
        width: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        height: 2px;
        background-color: #214C42;
    }
    .mobile-fixed-wrapper ul li a.logo_for_link:hover::before{
        content: unset;
    }
    .mobile-fixed-wrapper ul,
    .mobile-language-toggle
    {
        margin-left: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        padding: 0 var(--bs-gutter-x,.94rem);
    }

    .mobile-fixed-wrapper ul li a{
        color: #004D42;
        font-size: 14px;
        line-height: 23px;
        text-transform: uppercase;
    }

    .mobile-fixed-wrapper ul li:not(:last-of-type) {
        margin-bottom: 23px;
    }

    .mobile-fixed-wrapper ul li.menu-item-has-children .sub-menu {
        display: none;
    }
    .mobile-header.active {
        background-color: #004D42;
    }

    .mobile-header.active a.mobile-header-logos img.default-logo {
        display: none;
    }

    .mobile-header.active a.mobile-header-logos img.white-logo {
        display: block;
    }

    .burger.active span {
        background: #ffffff;
    }

    .burger.active::before {
        opacity: 1;
    }
    .burger::before {
        transition: all .25s ease;
        content: '';
        position: absolute;
        left: -10px;
        width: 1px;
        height: 58px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        background-color: #ffffff;
    }
    .mobile-fixed-wrapper {
        background-color: #ffffff;
        position: fixed;
        transform: translateX(-100%);
        overflow-y: auto;
        transition: all .3s ease;
        z-index: 2;
        top: 85px;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 393px;
        width: 100%;
        padding: 15px 0 58.5px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: calc(100vh - 85px);
    }
    .mobile-fixed-wrapper.active {
        transform: translateX(0);
    }
    .mobile-fixed-wrapper .menu-close-icon {
        height: 58.5px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end; }

    .mobile-menu-overlay {
        position: fixed;
        top: 85px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        opacity: 0;
        transition: all .3s ease; }
    .mobile-menu-overlay.active {
        opacity: 1;
        pointer-events: all; }

    a.mobile-header-logos {
        margin: auto;
    }

    a.mobile-header-logos img {
        width: 113px;
        height: auto;
        object-fit: contain;
    }
    .burger span:nth-child(1) {
        top: 0;
    }

    .burger span:nth-child(2),.burger span:nth-child(3) {
        top: 10px;
    }

    .burger span:nth-child(4) {
        top: 21px;
    }

    .burger.active span:nth-child(1) {
        top: -18px;
        width: 0%;
        left: 50%;
    }

    .burger.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .burger.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .burger.active span:nth-child(4) {
        top: 36px;
        width: 0%;
        left: 50%;
    }
    .burger {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: absolute;
        right: var(--bs-gutter-x,.94rem);
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        width: 36px;
        height: 24px;
        margin: auto;
        justify-content: space-between;
    }

    .burger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #134d42;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .20s ease-in-out;
        -moz-transition: .20s ease-in-out;
        -o-transition: .20s ease-in-out;
        transition: .20s ease-in-out;
    }
    .burger {
        position: absolute;
        right: var(--bs-gutter-x,.94rem);
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        width: 36px;
        height: 24px;
        margin: auto;
        justify-content: space-between;
    }

    .burger div {
        background-color: #134d42;
        height: 3px;
        width: 100%;
    }
    .mobile-header {
        height: 85px;
        border-bottom: 5px solid #004D42;
        background-color: #FAF7F3;
        position: inherit;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        padding-right: var(--bs-gutter-x,.94rem);
        padding-left: var(--bs-gutter-x,.94rem);
    }
    .white-logo{
        display: none;
    }
    .header .mobile-search-panel.active {
        transform: translateX(0);
    }
    .header .mobile-search-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 48px;
        width: 100%;
        z-index: 2;
        transform: translateX(-100%);
        transition: all .3s ease;
    }
    .header {
        height: 85px;
        background-color: transparent;
        border-bottom: unset;
    }
    .main-header {
        display: none;
    }
}
@media all and (max-width: 576px) {
    .mobile-fixed-wrapper{
        max-width: 100%;
    }
}
@media all and (max-width: 414px) {
    .burger {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .burger.active {
        width: 16px;
        height: 19px;
    }
}

.language-menu{
    display: flex;
    list-style-type: none;
    margin: 0 0 0 19px;
    padding: 0 0 0 19px;
    position: relative;
}

.right-header-wrapper .language-menu::before{
    content: '';
    width: 1px;
    height: 41px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #214C42;
}

.language-menu li a{
    white-space: nowrap;
    font-size: 14px;
    color: #B5D1CE;
    outline: none;
    font-family: 'Gotham Black', sans-serif;
    transition: all .3s ease;
    position: relative;
}

.language-menu li a.current-lang{
    color: #004D42;
}

.mobile-header .language-menu{
    display: none;
}

.mobile-header.active .language-menu{
    display: block;
}

/*.mobile-header.active .language-menu li a{*/
/*    color: #B5D1CE;*/
/*}*/

/*.mobile-header.active .language-menu li a.current-lang{*/
/*    color: #ffffff;*/
/*}*/

.mobile-header.custom-mobile.active .language-menu li a{
    color: #B5D1CE;
}

.mobile-header.custom-mobile.active .language-menu li a.current-lang{
    color: #004D42;
}

.language-menu{
    position: relative;
}
.sub-menu-language{
    list-style: none;
    padding-left: 0;
    opacity: 0;
    transition: .2s linear;
    position: absolute;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
}

.language-menu:hover > ul.sub-menu-language {
    padding: 15px 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: #FAF7F3;
}

.language-menu a.current-language{
    color: #004D42;
    font-family: 'Gotham Black', sans-serif;
    white-space: nowrap;
    font-size: 14px;
	text-transform: uppercase;
}

.language-menu li a {
    white-space: nowrap;
    font-size: 14px;
    color: #004D42;
    outline: none;
    font-family: 'Gotham Black', sans-serif;
    transition: all .3s ease;
    position: relative;
	text-transform: uppercase;
}

ul.sub-menu-language li.menu-item:hover a::before{
    content: '';
    position: absolute;
    bottom: -3.4px;
    left: 0;
    right: 0;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 2px;
    background-color: #214C42;
}

ul.sub-menu-language li.menu-item:hover a:hover::before {
    width: 100%;
}

.sticky-header-with-bottom-menu + div{
   margin-top: 251px;
}

.sticky-header-normal + div{
    margin-top: 171px;
}

.sticky-header-with-bottom-menu,
.sticky-header-normal{
    position: fixed;
    width: 100%;
    z-index: 99;
}

.mobile-language-list{
    display: none;
}
.menu.language-menu {
    flex-direction: column;
}
.menu.language-menu li {
    margin: 5px 20px !important;
}

@media (max-width: 1150px){
    .sticky-header-with-bottom-menu + div,
    .sticky-header-normal + div{
        margin-top: 85px;
    }
}