
@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans_900.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans_700.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Museo Slab";
    src: url("../fonts/Museo_Slab_500.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}

h1,
h2,
h3,
h4 {
    font-weight: 700 !important;
    font-family: "Museo Sans", "Noto Serif", Arial, sans-serif !important;

}

@font-face {
    font-family: "Museo Slab";
    src: url("../fonts/Museo_Slab_500.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}



html {
    font-weight: 700 !important;
     font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4a4a4a
}






.loading--opacity:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5)
}

.loading__progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 6px;
    z-index: 1000;
    width: 0;
    background: #d5ba70;
    -webkit-transition: width .4s ease;
    transition: width .4s ease
}

@media (max-width:47.99em) {
    .loading__progress {
        height: .3125rem
    }
}

.loading__page {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    background: #fff
}

.loading__page.fade-loading-enter-active,
.loading__page.fade-loading-leave-active {
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.loading__page.fade-loading-enter,
.loading__page.fade-loading-leave-to {
    opacity: 0
}



h1,
h2,
h3,
h4 {
    font-weight: 400
}

@font-face {
    font-family: LeagueGothicRegular;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("../fonts/leaguegothic-regular.woff") format("woff")
}


@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans-300.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}



.noto-serif-regular {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
  }

  .noto-serif-medium {
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .noto-serif-semibold {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .noto-serif-bold {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .noto-serif-regular-italic {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .noto-serif-semibold-italic {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .noto-serif-bold-italic {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-style: italic;
  }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    background: #05291d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.\--noscroll {
    overflow: hidden
}

@media (max-width:47.99em) {
    body.\--noscroll {
        position: fixed
    }
}

body.\--noscrollfix {
    overflow: hidden;
    position: fixed
}

.page-wrapper {
    min-height: 100vh
}

.page-wrapper--reveal {
    position: relative;
    z-index: 1;
    background: #fff
}

.page {
    min-height: 100vh;
    background: #fff
}

.page:after,
.page:before {
    content: "";
    display: table;
    clear: both
}

.page--grey {
    background: #ededed
}

/* Anasayfa: blok aralığı + koyu zemin + yuvarlatılmış kartlar */
.page.page--home {
    background-color: #efeeb6;
    padding: 22px 24px 56px;
    box-sizing: border-box;
}

@media (max-width: 47.99em) {
    .page.page--home {
        padding: 16px 14px 40px;
    }
}

.page--home > .mosaic,
.page--home > .hero {
    margin-bottom: 22px;
}

/* Anaslider: sağ / sol / üst viewport ile bitişik; yalnızca altta boşluk */
.page--home > .swiper-commitment-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -22px;
    margin-bottom: 22px;
    box-sizing: border-box;
}

@media (max-width: 47.99em) {
    .page--home > .swiper-commitment-section {
        margin-top: -16px;
    }
}

.page--home > *:last-child {
    margin-bottom: 0;
}

.page--home .swiper-commitment--desktop,
.page--home .swiper-commitment--mobile {
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    box-shadow: none;
}

.page--home > .hero {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
}

.page--home .mosaic {
    overflow: visible;
    background: transparent;
    box-sizing: border-box;
    padding: 6px;
}

/* İki sütun (Hakkımızda / Sızma): kartlar arası gerçek boşluk */
.page--home .mosaic--rowbig {
    gap: 14px;
}

.page--home .mosaic--rowbig .mosaic-item--double {
    width: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 14px) / 2);
    flex: 0 0 calc((100% - 14px) / 2);
}

/* Ürün mozaik (NATÜREL / RIVIERA / ÇEŞNİLİ): bloklar bitişik, köşeler keskin */
.page--home .mosaic:not(.mosaic--rowbig) {
    padding: 0;
    row-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}

.page--home .mosaic:not(.mosaic--rowbig) .mosaic-item,
.page--home .mosaic:not(.mosaic--rowbig) .mosaic-item--big {
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.page--home .mosaic:not(.mosaic--rowbig) .mosaic-item--big {
    width: 65%;
    max-width: none;
}

.page--home .mosaic:not(.mosaic--rowbig) > .mosaic-item:not(.mosaic-item--big) {
    width: 35%;
    max-width: none;
    height: 50%;
}

@media (max-width: 64.0525em) {
    .page--home .mosaic:not(.mosaic--rowbig) .mosaic-item--big {
        width: 55%;
    }

    .page--home .mosaic:not(.mosaic--rowbig) > .mosaic-item:not(.mosaic-item--big) {
        width: 45%;
    }
}

@media (max-width: 47.99em) {

    .page--home .mosaic--rowbig .mosaic-item--double,
    .page--home .mosaic:not(.mosaic--rowbig) .mosaic-item--big,
    .page--home .mosaic:not(.mosaic--rowbig) > .mosaic-item:not(.mosaic-item--big) {
        width: 100%;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: auto;
        min-height: 280px;
    }
}

.page--home .mosaic-item {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
}

/* Tanıtım videosu: yeşil şeritleri kaldır (body #05291d + .hero padding); görsel tam dolsun */
.page--home > #hero-usa-hp-hero-olives {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 !important;
    background-color: #efeeb6;
    box-sizing: border-box;
}

.page--home #hero-usa-hp-hero-olives .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page--home #hero-usa-hp-hero-olives .video-thumbnail {
    background-color: #efeeb6 !important;
}

.page--home #hero-usa-hp-hero-olives .video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.page--endspace,
.page--news {
    padding-bottom: 100px;
    padding-bottom: 6.25rem
}

.page-enter-active {
    -webkit-transition: opacity .4s .4s;
    transition: opacity .4s .4s
}

.page-enter {
    opacity: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 70px;
    height: 4.375rem;
    -webkit-transition: height 1ms .4s;
    transition: height 1ms .4s
}

.main-menu:before {
    z-index: -2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, transparent)
}

.main-menu:after,
.main-menu:before {
    content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    top: 0
}

.main-menu:after {
    z-index: -1;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.main-menu__nav {
    position: relative;
    z-index: 2;
    padding: 0 50px;
    padding: 0 3.125rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-menu__nav,
.main-menu__nav__content {
    height: 70px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-menu__nav__content {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:64.0525em) {
    .main-menu__nav {
        padding: 0 .9375rem
    }
}

.main-menu__logo {
    cursor: pointer
}

.main-menu__logo img {
    position: relative;
    padding: 7px 0;
    padding: .4375rem 0;
    height: 70px;
    margin: 0;
    top: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .4s ease, height .4s ease, margin .4s ease, top .4s ease;
    transition: padding .4s ease, height .4s ease, margin .4s ease, top .4s ease
}

.main-menu__content {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media (max-width:48.0625em) {
    .main-menu__content {
        height: 100vh
    }
}

.main-menu__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu--big {
    height: 100px;
    height: 6.25rem
}

.main-menu--big .main-menu__nav,
.main-menu--big .main-menu__nav__content,
.main-menu--big:after,
.main-menu--big:before {
    height: 70px
}

.main-menu--big .main-menu__logo img {
    height: 90px;
    margin-top: -10px;
    top: 20px
}

[lang=ru-RU] .main-menu--big .main-menu__logo {
    height: 70px;
    margin-top: 0;
    top: 0
}

.main-menu__item-link {
    display: inline-block;
    padding: 20px 15px;
    padding: 1.25rem .9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.main-menu__item-link--drop {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
    padding-right: 1.875rem
}

.main-menu__item-link--opened {
    opacity: .5
}

.main-menu__item-link--is-sub {
    opacity: 1
}

.main-menu__item-link--is-sub.main-menu__item-link--drop {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExIDcuN2MtLjMgMC0uNS0uMS0uNy0uM0w2IDMuMSAxLjcgNy40Yy0uNC40LTEgLjQtMS40IDBzLS40LTEgMC0xLjRMNiAuMyAxMS43IDZjLjQuNC40IDEgMCAxLjQtLjIuMi0uNS4zLS43LjN6Ii8+PC9zdmc+)
}

.\--hover .main-menu__item-link:hover {
    opacity: 1
}

@media (min-width:48em) {
    .main-menu__item-link--hovered {
        opacity: .5
    }

    .main-menu__item-link--is-hovered {
        opacity: 1
    }
}

@media (max-width:64.0525em) {
    .main-menu__item-link {
        display: block;
        width: auto;
        padding: 1.25rem .9375rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #4a4a4a
    }

    .main-menu__item-link--drop {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNy40IDEyIj48c3R5bGU+LnN0MHtmaWxsOiM0YTRhNGF9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCAxMWMwLS4zLjEtLjUuMy0uN0w0LjYgNiAuMyAxLjdDLS4xIDEuMy0uMS43LjMuM3MxLS40IDEuNCAwTDcuNCA2bC01LjcgNS43Yy0uNC40LTEgLjQtMS40IDAtLjItLjItLjMtLjUtLjMtLjd6Ii8+PC9zdmc+);
        background-size: 6px;
        background-position: 100%
    }
}

@media (max-width:64.0525em) {
    .main-menu__hamburger {
        position: relative;
        height: 30px;
        width: 30px;
        margin-left: auto;
        z-index: 5;
        cursor: pointer
    }

    .main-menu__hamburger>i {
        height: 2px;
        width: 24px;
        top: 50%;
        margin-top: -1px;
        left: 3px
    }

    .main-menu__hamburger>i,
    .main-menu__hamburger>i:after,
    .main-menu__hamburger>i:before {
        display: block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        -webkit-transition: all .3s cubic-bezier(.68, -.55, .27, 1.55);
        transition: all .3s cubic-bezier(.68, -.55, .27, 1.55)
    }

    .main-menu__hamburger>i:after,
    .main-menu__hamburger>i:before {
        content: "";
        height: 100%;
        width: 100%;
        will-change: transform
    }

    .main-menu__hamburger>i:before {
        top: -8px
    }

    .main-menu__hamburger>i:after {
        bottom: -8px
    }

    .main-menu__hamburger--opened>i {
        background: transparent
    }

    .main-menu__hamburger--opened>i:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .main-menu__hamburger--opened>i:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.main-menu__switch-lang {
    border: 0;
    margin-left: 15px;
    margin-left: .9375rem;
    background: transparent;
    font-size: 14px;
    font-size: .875rem;
    height: 48px;
    height: 3rem;
    width: 76px;
    width: 4.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 25px;
    padding-right: 1.5625rem;
    cursor: pointer
}

.main-menu__switch-lang--opened {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojNGE0YTRhfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
    background-color: #fff;
    color: #4a4a4a
}

.main-menu__switch-lang__list {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-clip: content-box;
    width: 100%;
    text-align: center;
    padding-top: 48px;
    padding-top: 3rem
}

.main-menu__switch-lang__item {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px;
    padding: .5rem .3125rem;
    cursor: pointer;
    opacity: .3;
    display: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.main-menu__switch-lang__item img {
    vertical-align: middle;
    margin-top: -3px;
    margin-top: -.1875rem;
    height: 18px;
    height: 1.125rem
}

.main-menu__switch-lang__item:hover {
    opacity: 1
}

.main-menu__switch-lang__item--global {
    padding-top: 8px;
    padding-top: .5rem;
    padding-bottom: 16px;
    padding-bottom: 1rem
}

.main-menu__switch-lang__item--active {
    position: absolute;
    padding-right: 30px;
    padding-right: 1.875rem;
    text-align: right;
    line-height: 32px;
    line-height: 2rem;
    top: 0;
    opacity: 1;
    display: block
}

.main-menu__switch-lang--opened .main-menu__switch-lang__list {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .1), 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .1), 0 4px 20px rgba(0, 0, 0, .1)
}

.main-menu__switch-lang--opened .main-menu__switch-lang__item {
    display: block;
    opacity: 1
}

.main-menu__switch-lang--opened .main-menu__switch-lang__item:hover {
    background: #f6f3f2
}

.main-menu__switch-lang--opened .main-menu__switch-lang__item--active {
    opacity: .3
}

.main-menu__switch-lang--opened .main-menu__switch-lang__item--active:hover {
    background: transparent
}

.main-menu__switch-lang-mobile-wrap {
    padding: 15px;
    padding: .9375rem
}

.main-menu__switch-lang-mobile-wrap>img {
    height: 14px;
    height: .875rem;
    margin-right: 12px;
    margin-right: .75rem;
    vertical-align: middle;
    margin-top: -2px;
    margin-top: -.125rem
}

.main-menu__switch-lang-mobile {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-size: .875rem;
    color: #4a4a4a;
    letter-spacing: 1px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojNGE0YTRhfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
    background-size: 10px;
    background-position: 100%;
    padding-right: 15px;
    padding-right: .9375rem
}

.main-menu__switch-lang-mobile option {
    padding: 0
}

.main-menu__store-icon {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 20px 15px;
    padding: 1.25rem .9375rem
}

.main-menu__store-icon__label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #d9cb23;
    margin-left: 14px;
    margin-left: .875rem;
    display: inline-block;
    vertical-align: middle
}

.main-menu__store-icon img {
    height: 18px;
    height: 1.125rem;
    vertical-align: top
}

@media (max-width:64.0525em) {
    .main-menu__store-icon {
        padding: .9375rem;
        margin-top: 1.25rem
    }

    .main-menu__store-icon+.main-menu__search-mobile {
        margin-top: 0
    }

    .main-menu__store-icon__label {
        font-weight: 400;
        color: #4a4a4a
    }
}

.main-menu__search-icon {
    cursor: pointer
}

.main-menu__search-icon img {
    height: 16px;
    height: 1rem;
    vertical-align: top
}

@media (max-width:64.0525em) {
    .main-menu__search-icon {
        padding: .9375rem 0 1.5625rem
    }

    .main-menu__search-icon img {
        padding: 1rem;
        opacity: .25
    }
}

.main-menu__search-mobile {
    cursor: pointer;
    display: inline-block;
    padding: 20px 15px;
    padding: 1.25rem .9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.main-menu__search-mobile img {
    height: 14px;
    height: .875rem;
    vertical-align: top
}

@media (max-width:64.0525em) {
    .main-menu__search-mobile {
        padding: .9375rem;
        margin-top: 1.25rem
    }

    .main-menu__search-mobile img {
        padding: 0;
        margin-right: .625rem
    }
}

.main-menu__search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 16px 0;
    margin: 1rem 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 14px;
    letter-spacing: .1px;
    color: #979797
}

.main-menu__search-input--white {
    color: #fff
}

.main-menu__subnav {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 120px 0 75px;
    padding: 7.5rem 0 4.6875rem
}

@media (max-width:64.0525em) {
    .main-menu__subnav {
        background-color: transparent;
        padding: 7.5rem 0 1.5625rem
    }
}

.main-menu__subnav__content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.main-menu__subnav__content--show {
    -webkit-transition: opacity .4s ease .8s;
    transition: opacity .4s ease .8s;
    opacity: 1
}

@media (max-width:64.0525em) {
    .main-menu__subnav__content {
        opacity: 1
    }
}

.main-menu__subnav--product {
    padding: 125px 50px 50px;
    padding: 7.8125rem 3.125rem 3.125rem
}

.main-menu__subnav--product__content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main-menu__subnav--search {
    padding: 155px 0 125px;
    padding: 9.6875rem 0 7.8125rem
}

.main-menu__subnav--search .main-menu__subnav__content {
    display: block
}

.main-menu__subnav__section {
    padding: 0 50px;
    padding: 0 3.125rem;
    margin-right: auto
}

.main-menu__subnav__title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 16px;
    letter-spacing: .1px;
    color: #fff;
    text-transform: uppercase;
    opacity: .5;
    letter-spacing: 1.5px;
    margin: 25px 0;
    margin: 1.5625rem 0
}

.main-menu__subnav__item {
    font-size: 18px;
    font-size: 1.125rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 38px;
    letter-spacing: .1px;
    color: #fff;
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media (max-width:47.99em) {
    .main-menu__subnav__item {
        font-size: 1.375rem;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 42px;
        letter-spacing: .1px
    }
}

.main-menu__subnav__item--hovered {
    opacity: .5
}

.main-menu__subnav__item--is-hovered {
    opacity: 1
}

.main-menu__subnav__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 67%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-menu__subnav__products--full {
    width: 100%
}

.main-menu__subnav__product {
    display: block;
    padding: 0 15px;
    padding: 0 .9375rem;
    text-decoration: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    cursor: pointer
}

.main-menu__subnav__product__image {
    display: block;
    margin: 0 auto;
    width: 160px;
    width: 10rem
}

.main-menu__subnav__product__name {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 28px;
    letter-spacing: .1px;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: .9375rem
}

.main-menu__subnav__product--hovered {
    opacity: .5
}

.main-menu__subnav__product--is-hovered {
    opacity: 1
}

.main-menu__subnav__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    padding: 50px 65px;
    padding: 3.125rem 4.0625rem;
    margin: 0 0 0 25px;
    margin: 0 0 0 1.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, .15);
    text-decoration: none;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.\--hover .main-menu__subnav__banner:hover {
    background: rgba(0, 0, 0, .35)
}

.main-menu__subnav__banner__text {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 38px;
    font-size: 2.375rem;
    color: #fff;
    margin: auto auto 0;
    text-transform: uppercase;
    letter-spacing: .5px
}

[lang=ru-RU] .main-menu__subnav__banner__text {
    font-family: Oswald, sans-serif
}

.main-menu__subnav__banner__icon {
    display: block;
    margin: 20px auto auto;
    margin: 1.25rem auto auto;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-menu__subnav__banner__icon img {
    display: block;
    margin: 0 auto;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem
}

.main-menu__subnav__search-title {
    display: block;
    font-size: 32px;
    font-size: 2rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 40px;
    letter-spacing: .1px;
    color: #fff;
    text-align: center;
    letter-spacing: 1.4px
}

.main-menu__subnav__search-input {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    margin: 1.25rem auto 0;
    max-width: 570px;
    max-width: 35.625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
    padding: 14px 35px;
    padding: .875rem 2.1875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 14px;
    letter-spacing: .1px;
    color: #fff
}

.main-menu__backpanel,
.main-menu__return,
.main-menu__section-title {
    display: none
}

.main-menu--white:after {
    opacity: 1
}

.main-menu--open,
.main-menu--open-sub {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    -webkit-transition: none;
    transition: none
}

.main-menu--hovered .main-menu__hamburger>i,
.main-menu--hovered .main-menu__hamburger>i:after,
.main-menu--hovered .main-menu__hamburger>i:before {
    background: #4a4a4a
}

.main-menu--hovered .main-menu__hamburger--opened>i {
    background: transparent
}

@media (min-width:48em) {
    .main-menu--hovered .main-menu__item-link {
        color: #4a4a4a
    }

    .main-menu--hovered .main-menu__item-link--drop {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojNGE0YTRhfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=)
    }

    .main-menu--hovered .main-menu__switch-lang {
        color: #4a4a4a;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojNGE0YTRhfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=)
    }
}

@media (max-width:64.0525em) {
    .main-menu__logo img {
        height: 70px;
        padding: .625rem 0
    }

    .main-menu__nav__content {
        padding: 0 1.25rem
    }

    .main-menu__backpanel {
        position: fixed;
        top: 0;
        right: -43.84%;
        width: 85.84%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: right .2s ease;
        transition: right .2s ease;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%
    }

    .main-menu__content {
        display: block;
        position: fixed;
        -webkit-overflow-scrolling: touch;
        right: 0;
        top: 0;
        width: 42%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 100%;
        max-height: 100%;
        overflow: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: right .4s ease;
        transition: right .4s ease
    }
}

@media (max-width:64.0525em) and (min-width:64.0625em) {
    .main-menu__content {
        min-height: 100vh;
        max-height: 100vh
    }
}

@media (max-width:64.0525em) {
    .main-menu__content--subnav:before {
        content: "";
        position: absolute;
        height: 80%;
        top: 10%;
        width: 1px;
        right: 0;
        background: hsla(0, 0%, 100%, .3)
    }

    .main-menu__content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 7.8125rem 3.75rem 4.6875rem 2.5rem
    }

    .main-menu__item-link {
        opacity: 1;
        padding-right: 1.5625rem;
        background-position: 100% calc(50% - 1px)
    }

    .main-menu__subnav {
        position: fixed;
        left: auto;
        right: -43.84%;
        width: 43.84%;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 100%;
        max-height: 100%;
        -webkit-transition: right .4s ease;
        transition: right .4s ease
    }

    .main-menu__subnav--product {
        padding: 4.6875rem 1.875rem 0
    }

    .main-menu__subnav__content {
        display: block;
        padding: 0 1.875rem 3.125rem
    }

    .main-menu__subnav--product .main-menu__subnav__content {
        padding: 0
    }

    .main-menu__subnav__section+.main-menu__subnav__section {
        margin-top: 4.6875rem
    }

    .main-menu__subnav__item {
        opacity: 1
    }

    .main-menu__subnav__products {
        display: block;
        width: 100%;
        padding: .9375rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:64.0525em) and (min-width:48.0625em) and (max-width:64.0525em) {
    .main-menu__subnav__products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:64.0525em) {
    .main-menu__subnav__product {
        padding: .9375rem
    }

    .main-menu__subnav__product__image {
        margin: 0 auto;
        width: 8.4375rem
    }
}

@media (max-width:64.0525em) and (min-width:48.0625em) and (max-width:64.0525em) {
    .main-menu__subnav__product {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:64.0525em) {
    .main-menu__subnav__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        width: 90%;
        padding: 1.5625rem 2.1875rem;
        margin: 1.5625rem auto 3.125rem
    }

    .main-menu__subnav__banner__text {
        margin: 0
    }

    .main-menu__subnav__banner__icon {
        margin: 0 0 0 1.5625rem
    }

    .main-menu--open .main-menu__nav {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent
    }

    .main-menu--open .main-menu__hamburger>i,
    .main-menu--open .main-menu__hamburger>i:after,
    .main-menu--open .main-menu__hamburger>i:before {
        background: #4a4a4a
    }

    .main-menu--open .main-menu__hamburger--opened>i {
        background: transparent
    }

    .main-menu--open-sub .main-menu__content {
        right: 43.84%
    }

    .main-menu--open-sub .main-menu__backpanel,
    .main-menu--open-sub .main-menu__subnav {
        right: 0
    }

    .main-menu--open-sub .main-menu__item-link {
        color: #fff
    }

    .main-menu--open-sub .main-menu__item-link--drop {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOCAxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTS4zIDExYzAtLjMuMS0uNS4zLS43TDQuOSA2IC42IDEuN0MuMiAxLjMuMi43LjYuM3MxLS40IDEuNCAwTDcuNyA2IDIgMTEuN2MtLjQuNC0xIC40LTEuNCAwLS4yLS4yLS4zLS41LS4zLS43eiIvPjwvc3ZnPg==)
    }

    .main-menu--open-sub .main-menu__search-mobile {
        color: #fff
    }

    .main-menu--open-sub .main-menu__switch-lang-mobile {
        color: #fff;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=)
    }

    .main-menu--open-sub .main-menu__hamburger>i:after,
    .main-menu--open-sub .main-menu__hamburger>i:before {
        background: #fff
    }
}

@media (max-width:47.99em) {
    .main-menu__content {
        width: 100%;
        background: #fff;
        -webkit-transition: right .2s ease;
        transition: right .2s ease
    }

    .main-menu__content-inner {
        padding: 7.8125rem 2.5rem 4.6875rem 1.25rem
    }

    .main-menu__nav {
        z-index: auto;
        padding: 0 1.5625rem
    }

    .main-menu__nav__content {
        padding: 0
    }

    .main-menu__subnav {
        right: -100%;
        width: 100%;
        z-index: 2
    }

    .main-menu__subnav--product {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .main-menu__subnav__content-inner {
        padding: 0 1.875rem 3.125rem
    }

    .main-menu__subnav__section {
        padding-left: 0;
        padding-right: 0
    }

    .main-menu__subnav__products {
        padding: 0 1.5625rem
    }

    .main-menu__subnav__product__name {
        font-size: 1.375rem;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 42px;
        letter-spacing: .1px
    }

    .main-menu__subnav__banner {
        margin: 1.5625rem auto 1.25rem
    }

    .main-menu__subnav__banner__icon {
        margin-left: 3.125rem
    }

    .main-menu--open-sub .main-menu__content {
        right: 90%;
        -webkit-transition: right .4s ease .1s;
        transition: right .4s ease .1s
    }

    .main-menu--open-sub .main-menu__item-link {
        color: #4a4a4a
    }

    .main-menu--open-sub .main-menu__item-link--drop {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNy40IDEyIj48c3R5bGU+LnN0MHtmaWxsOiM0YTRhNGF9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCAxMWMwLS4zLjEtLjUuMy0uN0w0LjYgNiAuMyAxLjdDLS4xIDEuMy0uMS43LjMuM3MxLS40IDEuNCAwTDcuNCA2bC01LjcgNS43Yy0uNC40LTEgLjQtMS40IDAtLjItLjItLjMtLjUtLjMtLjd6Ii8+PC9zdmc+)
    }

    .main-menu--open-sub .main-menu__return {
        position: absolute;
        left: 1.5625rem;
        padding: .625rem;
        height: 2.25rem;
        width: 2.25rem;
        top: 1.125rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        cursor: pointer;
        z-index: 5
    }

    .main-menu--open-sub .main-menu__return img {
        height: 1rem
    }

    .main-menu--open-sub .main-menu__section-title {
        display: block;
        position: fixed;
        top: 1.5625rem;
        left: 50%;
        font-size: .875rem;
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 16px;
        letter-spacing: .1px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 5
    }
}

.main-menu .main-menu__search-input--white:-moz-placeholder,
.main-menu .main-menu__search-input--white:-ms-input-placeholder,
.main-menu .main-menu__search-input--white::-moz-placeholder,
.main-menu .main-menu__search-input--white::-webkit-input-placeholder {
    color: #fff
}

.main-menu .main-menu__search-input--white:-moz-placeholder,
.main-menu .main-menu__search-input--white:-ms-input-placeholder,
.main-menu .main-menu__search-input--white::-moz-placeholder,
.main-menu .main-menu__search-input--white::-webkit-input-placeholder,
.main-menu .main-menu__search-input--white::placeholder {
    color: #fff
}

.main-menu .slide-enter-active,
.main-menu .slide-leave-active {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.main-menu .slide-enter,
.main-menu .slide-leave-to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.main-menu .slide-delay-enter-active {
    -webkit-transition: -webkit-transform .4s ease .2s;
    transition: -webkit-transform .4s ease .2s;
    transition: transform .4s ease .2s;
    transition: transform .4s ease .2s, -webkit-transform .4s ease .2s
}

.main-menu .slide-delay-leave-active {
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.main-menu .slide-delay-enter,
.main-menu .slide-delay-leave-to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.main-menu .none-enter-active,
.main-menu .none-leave-active {
    -webkit-transition: none !important;
    transition: none !important;
    display: none
}

.main-menu .slide-down-enter-active,
.main-menu .slide-down-leave-active {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.main-menu .slide-down-enter,
.main-menu .slide-down-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.main-menu .fade-delay-enter-active {
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

.main-menu .fade-delay-leave-active {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.main-menu .fade-delay-enter,
.main-menu .fade-delay-leave-to {
    opacity: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.hero {
    position: relative;
    height: 100%;
    padding: 70px 0 70px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}



.hero--dark-layer:before {
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, .2)
}

.hero--dark-layer:before,
.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.hero__video {
    z-index: 0;
    overflow: hidden
}

.hero__video video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3)
}

.hero__content {
    position: relative;
    width: 100%;
    padding: 25px 50px;
    padding: 1.5625rem 3.125rem;
    text-align: center;
    z-index: 2;
    max-width: 1170px;
    margin: 0 auto
}

@media (max-width:47.99em) {
    .hero__content {
        padding: 1.5625rem 2.1875rem
    }
}

.hero__paragraph,
.hero__uptitle {
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
    letter-spacing: .9px;
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:47.99em) {

    .hero__paragraph,
    .hero__uptitle {
        font-size: 1.125rem;
        line-height: 1.375rem
    }
}

.hero__uptitle {
    margin-bottom: 15px;
    margin-bottom: .9375rem
}

.hero__paragraph {
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    letter-spacing: .9px;
    margin-top: 15px;
    margin-top: .9375rem
}

.hero__paragraph--small {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 22px;
    letter-spacing: .1px
}

@media (max-width:47.99em) {
    [lang=ru-RU] .hero__paragraph {
        font-size: 1.0625rem;
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 22px;
        letter-spacing: .1px
    }
}

.hero__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:47.99em) {
    .hero__title {
        font-size: 3.4375rem
    }
}

[lang=ru-RU] .hero__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 48px;
    font-size: 3rem;
    font-family: Oswald, sans-serif
}

@media (max-width:47.99em) {
    [lang=ru-RU] .hero__title {
        font-size: 2.5rem
    }
}

[lang=ru-RU] [lang=ru-RU] .hero__title {
    font-family: Oswald, sans-serif
}

@media (min-width:93.75em) {
    [lang=ru-RU] .hero__title {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 4.25rem
    }

    [lang=ru-RU] .hero__title,
    [lang=ru-RU] [lang=ru-RU] .hero__title {
        font-family: Oswald, sans-serif
    }
}

@media (max-width:47.99em) {
    [lang=ru-RU] .hero__title {
        font-size: 30px
    }
}

.hero__scrollhint {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .3px;
    letter-spacing: 1.5px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    line-height: 1.875rem;
    z-index: 1;
    padding: 0 0 80px;
    padding: 0 0 5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero__scrollhint:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 1px;
    height: 60px;
    height: 3.75rem;
    background: #fff;
    -webkit-animation: scrollhint 1.5s infinite;
    animation: scrollhint 1.5s infinite
}

@media (max-width:47.99em) {
    .hero__scrollhint {
        padding: 0 0 3.125rem
    }

    .hero__scrollhint:after {
        -webkit-animation: none;
        animation: none;
        height: 3.125rem;
        width: 3.125rem;
        margin-left: -1.5625rem;
        background: transparent;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
        background-size: .9375rem auto;
        background-repeat: no-repeat;
        background-position: 50%
    }
}

.hero__mobile-iframe {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 70;
    background: #000
}

.hero__mobile-iframe__close {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .1), 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .1), 0 4px 20px rgba(0, 0, 0, .1);
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    border-radius: 50%;
    top: 75px;
    top: 4.6875rem;
    left: 50%;
    margin: 0 auto;
    margin-left: -20px;
    margin-left: -1.25rem;
    cursor: pointer
}

.hero__mobile-iframe__close:after,
.hero__mobile-iframe__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    height: 1rem;
    width: 2px;
    width: .125rem;
    background: #11523d;
    margin-left: -1px;
    margin-left: -.0625rem;
    margin-top: -8px;
    margin-top: -.5rem;
    border-radius: .125rem
}

.hero__mobile-iframe__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hero__mobile-iframe__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hero__mobile-iframe iframe {
    border: 0;
    height: 100%;
    width: 100%
}

.hero--small {
    min-height: 340px;
    height: 33vh;
    max-height: none !important
}

@media (max-width:47.99em) {
    .hero--small {
        height: auto;
        min-height: auto;
    }
}

.hero--main {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hero--main_small {
    height: 358px;
    max-height: 80vh
}

.hero--main .hero__title,
.hero--main_small .hero__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 3.4rem;
    letter-spacing: 1.5px;
}



[lang=ru-RU] .hero--main .hero__title,
[lang=ru-RU] .hero--main_small .hero__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 48px;
    font-size: 3rem;
    font-family: Oswald, sans-serif
}

@media (max-width:47.99em) {

    [lang=ru-RU] .hero--main .hero__title,
    [lang=ru-RU] .hero--main_small .hero__title {
        font-size: 2.5rem
    }
}

[lang=ru-RU] [lang=ru-RU] .hero--main .hero__title,
[lang=ru-RU] [lang=ru-RU] .hero--main_small .hero__title {
    font-family: Oswald, sans-serif
}

@media (min-width:93.75em) {

    [lang=ru-RU] .hero--main .hero__title,
    [lang=ru-RU] .hero--main_small .hero__title {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 4.25rem;
        font-family: Oswald, sans-serif
    }

    [lang=ru-RU] [lang=ru-RU] .hero--main .hero__title,
    [lang=ru-RU] [lang=ru-RU] .hero--main_small .hero__title {
        font-family: Oswald, sans-serif
    }
}

@-webkit-keyframes scrollhint {
    0% {
        top: auto;
        bottom: 10px;
        height: 60px
    }

    25% {
        top: auto;
        bottom: 10px;
        height: 60px
    }

    50% {
        top: auto;
        bottom: 10px;
        height: 0
    }

    50.01% {
        top: 40px;
        bottom: auto
    }

    to {
        top: 40px;
        bottom: auto;
        height: 60px
    }
}

@keyframes scrollhint {
    0% {
        top: auto;
        bottom: 10px;
        height: 60px
    }

    25% {
        top: auto;
        bottom: 10px;
        height: 60px
    }

    50% {
        top: auto;
        bottom: 10px;
        height: 0
    }

    50.01% {
        top: 40px;
        bottom: auto
    }

    to {
        top: 40px;
        bottom: auto;
        height: 60px
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.cta {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
    margin-top: 25px;
    margin-top: 1.5625rem;
    letter-spacing: .5px;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px
}

.cta,
.cta:before {
    border-radius: 1.875rem;
    top: 0
}

.cta:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.cta a,
.cta span {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 30px 13px;
    padding: .875rem 1.875rem .8125rem;
    z-index: 1
}

.\--hover .cta:hover:before {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.\--hover .cta:active {
    opacity: .75
}

.\--hover .cta:active:before {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.cta:before {
    background: #fff
}

.cta,
.cta a {
    color: #75ad40
}

.cta--reverse {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    border-radius: 1.875rem;
    font-weight: 700;
    margin-top: 25px;
    margin-top: 1.5625rem;
    letter-spacing: .5px;
    top: 0;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px
}

.cta--reverse:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.875rem;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.cta--reverse a,
.cta--reverse span {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 30px 13px;
    padding: .875rem 1.875rem .8125rem;
    z-index: 1
}

.\--hover .cta--reverse:hover:before {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.\--hover .cta--reverse:active {
    opacity: .75
}

.\--hover .cta--reverse:active:before {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.cta--reverse:before {
    background: #11523d
}

.cta--reverse,
.cta--reverse a {
    color: #fff
}

.\--hover .cta--reverse:hover:before {
    background: #15674d
}

.cta--green-light {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    border-radius: 1.875rem;
    font-weight: 700;
    margin-top: 25px;
    margin-top: 1.5625rem;
    letter-spacing: .5px;
    top: 0;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px
}

.cta--green-light:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.875rem;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.cta--green-light a,
.cta--green-light span {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 30px 13px;
    padding: .875rem 1.875rem .8125rem;
    z-index: 1
}

.\--hover .cta--green-light:hover:before {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.\--hover .cta--green-light:active {
    opacity: .75
}

.\--hover .cta--green-light:active:before {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.cta--green-light:before {
    background: #75ad40
}

.cta--green-light,
.cta--green-light a {
    color: #fff
}

.\--hover .cta--green-light:hover:before {
    background: #82bc4a
}

.cta--brown {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    border-radius: 1.875rem;
    font-weight: 700;
    margin-top: 25px;
    margin-top: 1.5625rem;
    letter-spacing: .5px;
    top: 0;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px
}

.cta--brown:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.875rem;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.cta--brown a,
.cta--brown span {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 30px 13px;
    padding: .875rem 1.875rem .8125rem;
    z-index: 1
}

.\--hover .cta--brown:hover:before {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.\--hover .cta--brown:active {
    opacity: .75
}

.\--hover .cta--brown:active:before {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.cta--brown:before {
    background: #715b4a
}

.cta--brown,
.cta--brown a {
    color: #fff
}

.\--hover .cta--brown:hover:before {
    background: #806754
}

.cta--green-dark {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    border-radius: 1.875rem;
    font-weight: 700;
    margin-top: 25px;
    margin-top: 1.5625rem;
    letter-spacing: .5px;
    top: 0;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px
}

.cta--green-dark:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.875rem;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.cta--green-dark a,
.cta--green-dark span {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 30px 13px;
    padding: .875rem 1.875rem .8125rem;
    z-index: 1
}

.\--hover .cta--green-dark:hover:before {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.\--hover .cta--green-dark:active {
    opacity: .75
}

.\--hover .cta--green-dark:active:before {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.cta--green-dark:before {
    background: #898549
}

.cta--green-dark,
.cta--green-dark a {
    color: #fff
}

.\--hover .cta--green-dark:hover:before {
    background: #9a9552
}

.cta--yellow {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    border-radius: 1.875rem;
    font-weight: 700;
    margin-top: 25px;
    margin-top: 1.5625rem;
    letter-spacing: .5px;
    top: 0;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px
}

.cta--yellow:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.875rem;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.cta--yellow a,
.cta--yellow span {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 30px 13px;
    padding: .875rem 1.875rem .8125rem;
    z-index: 1
}

.\--hover .cta--yellow:hover:before {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0)
}

.\--hover .cta--yellow:active {
    opacity: .75
}

.\--hover .cta--yellow:active:before {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.cta--yellow:before {
    background: #d5ba70
}

.cta--yellow,
.cta--yellow a {
    color: #fff
}

.\--hover .cta--yellow:hover:before {
    background: #dbc484
}

.cta--disabled {
    cursor: default;
    color: #fff
}

.cta--disabled:before {
    background: #979797
}

.\--hover .cta--disabled:hover:before {
    -webkit-transform: none;
    transform: none
}

.\--hover .cta--disabled:active {
    opacity: 1
}

.\--hover .cta--disabled:active:before {
    -webkit-transform: none;
    transform: none
}

.cta__icon {
    height: 18px;
    height: 1.125rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: .625rem;
    margin-top: -3px;
    margin-top: -.1875rem
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.mosaic {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 800px;
    height: 80vh;
    max-height: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:90.625em) {
    .mosaic {
        height: 90vh;
        max-height: 1300px
    }
}

.mosaic--row {
    min-height: 400px;
    height: 40vh;
    max-height: 550px
}

.mosaic--row,
.mosaic--rowbig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mosaic--rowbig {
    min-height: 600px;
    height: 60vh;
    max-height: 720px
}

@media (max-width:47.99em) {
    .mosaic {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .mosaic,
    .mosaic--row,
    .mosaic-rowbig {
        height: auto !important;
        max-height: none !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mosaic--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.mosaic-item {
    position: relative;
    width: 35%;
    min-height: 400px;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 1.78% 25px 4.85%;
    padding: 1.5625rem 1.78% 1.5625rem 4.85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75%
}

@media (max-width:64.0525em) {
    .mosaic-item {
        width: 45%
    }
}

.mosaic-item__content {
    width: 60%;
    max-width: 350px;
    -webkit-box-flex: 1;
    /* -ms-flex: 1 0 60%;
        flex: 1 0 60% */
}

@media (min-width:90.625em) {
    .mosaic-item__content {
        padding-right: 1.5625rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

.mosaic-item__image {
    width: 45%
}

@media (min-width:90.625em) {
    .mosaic-item__image {
        width: auto;
        max-width: 13.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.mosaic-item__image img {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    max-width: 100%
}

.mosaic-item__uptitle {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
    margin-bottom: 10px;
    letter-spacing: .9px;
    color: #fff
}

@media (max-width:47.99em) {
    .mosaic-item__uptitle {
        font-size: .875rem
    }
}

@media (min-width:93.75em) {
    .mosaic-item__uptitle {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        letter-spacing: .9px
    }
}

.mosaic-item__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 48px;
    font-size: 3rem;
    color: #fff;
}

@media (max-width:47.99em) {
    .mosaic-item__title {
        font-size: 1.5rem
    }
}

[lang=ru-RU] .mosaic-item__title {
    font-family: Oswald, sans-serif
}

@media (min-width:93.75em) {
    .mosaic-item__title {
        font-weight: 900 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 3rem
    }

    [lang=ru-RU] .mosaic-item__title {
        font-family: Oswald, sans-serif
    }
}

.mosaic-item__line {
    border-top: 1px solid #fff;
    width: 60px;
    margin: 25px 0;
}

.mosaic-item__paragraph {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 24px;
    letter-spacing: .1px;
    color: #fff;
    display: none;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

.main-hakkimizda {
     font-family: "Museo Slab", Arial, sans-serif !important;
    font-size: 20px !important;
     font-weight: 500 !important;
    line-height: 24px;
    letter-spacing: .1px;
    color: #fff;
    display: none;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

.mosaic-item__paragraph--visible {
    display: block
}

.mosaic-item__small_paragraph {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

.mosaic-item__small_paragraph--hide {
    display: none
}

.mosaic-item__cta {
    margin-top: 0
}

.mosaic-item--row {
    width: 33.33%;
    height: 100%
}

.mosaic-item--big {
    width: 65%;
    height: 100%;
    padding: 50px 7.14%;
    padding: 3.125rem 7.14%
}

@media (max-width:64.0525em) {
    .mosaic-item--big {
        width: 55%
    }
}

.mosaic-item--big .mosaic-item__content {
    width: 50%;
    max-width: 360px;
    margin-right: 50%
}

@media (max-width:64.0525em) {
    .mosaic-item--big .mosaic-item__content {
        margin-right: auto
    }
}

.mosaic-item--big .mosaic-item__image {
    position: absolute;
    bottom: 0;
    right: 2vw;
    width: 50%;
    min-width: 300px;
    max-width: 27vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2% 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:90.625em) {
    .mosaic-item--big .mosaic-item__image {
        padding: 2% 12% 0 2%;
        max-width: 26vw
    }
}

.mosaic-item--big .mosaic-item__image img {
    display: block;
    vertical-align: top;
    max-height: 100%;
    margin: 0 auto;
    margin-top: auto
}

.mosaic-item--big .mosaic-item__line {
    margin-top: 50px;
    margin-bottom: 50px
}

.mosaic-item--big .mosaic-item__paragraph {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

.mosaic-item--big .mosaic-item__uptitle {
    font-weight: 900 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
    letter-spacing: .9px
}

@media (max-width:47.99em) {
    .mosaic-item--big .mosaic-item__uptitle {
        font-size: 1.125rem;
        line-height: 1.375rem
    }
}

.mosaic-item--big .mosaic-item__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 1.5px
}

@media (max-width:47.99em) {
    .mosaic-item--big .mosaic-item__title {
        font-size: 3.4375rem
    }
}

@media (min-width:93.75em) {
    .mosaic-item--big .mosaic-item__title {
        font-weight: 900 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 3rem
    }

    [lang=ru-RU] .mosaic-item--big .mosaic-item__title {
        font-family: Oswald, sans-serif
    }
}

[lang=ru-RU] .mosaic-item--big .mosaic-item__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 48px;
    font-size: 3rem;
    font-family: Oswald, sans-serif
}

@media (max-width:47.99em) {
    [lang=ru-RU] .mosaic-item--big .mosaic-item__title {
        font-size: 2.5rem
    }
}

[lang=ru-RU] [lang=ru-RU] .mosaic-item--big .mosaic-item__title {
    font-family: Oswald, sans-serif
}

@media (min-width:93.75em) {
    [lang=ru-RU] .mosaic-item--big .mosaic-item__title {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 4.25rem;
        font-family: Oswald, sans-serif
    }

    [lang=ru-RU] [lang=ru-RU] .mosaic-item--big .mosaic-item__title {
        font-family: Oswald, sans-serif
    }
}

.mosaic-item--big .mosaic-item__cta {
    margin-top: 0
}

.mosaic-item--double {
    width: 50%;
    height: 100%
}

.mosaic-item--double .mosaic-item__content {
    padding-right: 9.5%
}

.mosaic-item--double .mosaic-item__image {
    max-width: 650px;
    max-width: 40.625rem
}

.mosaic-item--double .mosaic-item__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .2px;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    color: #017330;
    font-weight: bold;
}

@media (max-width:47.99em) {
    .mosaic-item--double .mosaic-item__title {
        font-size: 1rem;
    }
}

[lang=ru-RU] .mosaic-item--double .mosaic-item__title {
    font-family: Oswald, sans-serif
}

.mosaic-item--double.mosaic-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mosaic-item--double.mosaic-item--reverse .mosaic-item__content {
    padding-left: 9.5%
}

.mosaic-item--full {
    width: 100%;
    padding: 50px 30px;
    padding: 3.125rem 1.875rem
}

.mosaic-item--full:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .15)
}

.mosaic-item--full .mosaic-item__content {
    padding-right: 50px;
    padding-right: 3.125rem;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 650px;
    max-width: 40.625rem;
    text-align: center;
    z-index: 1
}

@media (max-width:48.0625em) {
    .mosaic-item--full .mosaic-item__content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.mosaic-item--full .mosaic-item__line {
    margin: 25px auto
}

.mosaic-item--full .mosaic-item__paragraph {
    max-width: 450px;
    max-width: 28.125rem;
    margin: 0 auto
}

.mosaic-item--full .mosaic-item__image {
    position: relative;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 650px;
    max-width: 40.625rem;
    z-index: 1
}

@media (max-width:48.0625em) {
    .mosaic-item--full .mosaic-item__image {
        padding-left: 1.875rem
    }

    .mosaic-item--full .mosaic-item__image img {
        display: block;
        margin: 0 auto
    }
}

.mosaic-item--full.mosaic-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mosaic-item--full.mosaic-item--reverse:before {
    right: auto;
    left: 0
}

.mosaic-item--full.mosaic-item--reverse .mosaic-item__content {
    padding-right: 0;
    padding-left: 50px;
    padding-left: 3.125rem
}

@media (max-width:48.0625em) {
    .mosaic-item--full.mosaic-item--reverse .mosaic-item__content {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media (max-width:48.0625em) {
    .mosaic-item--full.mosaic-item--reverse .mosaic-item__image {
        padding-left: 0;
        padding-right: 1.875rem
    }
}

.mosaic-item--service {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.mosaic-item--service .mosaic-item__content {
    width: 90%;
    margin-right: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%
}

.mosaic-item--service .mosaic-item__paragraph {
    display: block
}

.mosaic-item--service .mosaic-item__small_paragraph {
    display: none
}

.mosaic-item--service.mosaic-item--big .mosaic-item__content {
    width: 65%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

@media (max-width:64.0525em) {
    .mosaic-item--service.mosaic-item--big .mosaic-item__content {
        width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }
}

.mosaic-item--service.mosaic-item--big .mosaic-item__paragraph {
    display: block
}

.mosaic-item--service.mosaic-item--big .mosaic-item__small_paragraph {
    display: none
}

@media (max-width:47.99em) {
    .mosaic-item {
        width: 100%;
        min-height: 330px;
        height: auto;
        padding: 3.125rem 2.1875rem
    }

    .mosaic-item--service .mosaic-item__content,
    .mosaic-item .mosaic-item__content {
        width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        margin-right: auto
    }

    .mosaic-item--service .mosaic-item__paragraph,
    .mosaic-item .mosaic-item__paragraph {
        display: none;
        font-size: .875rem;
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 20px;
        letter-spacing: .1px;
        margin-bottom: 1.5625rem
    }

    .mosaic-item--service .mosaic-item__paragraph--visible,
    .mosaic-item .mosaic-item__paragraph--visible {
        display: block
    }

    .mosaic-item--service .mosaic-item__small_paragraph,
    .mosaic-item .mosaic-item__small_paragraph {
        display: block;
        margin-bottom: 1.5625rem
    }

    .mosaic-item--service .mosaic-item__small_paragraph--hide,
    .mosaic-item .mosaic-item__small_paragraph--hide {
        display: none
    }

    .mosaic-item--service .mosaic-item__line,
    .mosaic-item .mosaic-item__line {
        width: 1.5rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .mosaic-item--service .mosaic-item__cta,
    .mosaic-item .mosaic-item__cta {
        margin-top: 0
    }

    .mosaic-item--service.mosaic-item--big .mosaic-item__content,
    .mosaic-item.mosaic-item--big .mosaic-item__content {
        width: 75%
    }

    .mosaic-item--big .mosaic-item__uptitle {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        font-size: 1rem;
        line-height: 1.0625rem;
        margin-bottom: 10px;
        letter-spacing: .9px
    }
}

@media (max-width:47.99em) and (max-width:47.99em) {
    .mosaic-item--big .mosaic-item__uptitle {
        font-size: .875rem
    }
}

@media (max-width:47.99em) {
    .mosaic-item--big .mosaic-item__title {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 3rem
    }
}

@media (max-width:47.99em) and (max-width:47.99em) {
    .mosaic-item--big .mosaic-item__title {
        font-size: 1.5rem
    }
}

@media (max-width:47.99em) {
    [lang=ru-RU] .mosaic-item--big .mosaic-item__title {
        font-family: Oswald, sans-serif
    }

    .mosaic-item--full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .mosaic-item--full:before {
        display: none
    }

    .mosaic-item--full .mosaic-item__content {
        padding: 0;
        width: 100%
    }

    .mosaic-item--full .mosaic-item__line {
        margin-left: auto;
        margin-right: auto
    }

    .main-hakkimizda {
        font-size: 18px;
    }

    .hero-usa-le-persone-01zmf-hero {
        display: none;
    }

    .hero--main_small {
        height: 500px;
        max-height: 15vh;
    }


    .mosaic-item--full .mosaic-item__image {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 1.5625rem
    }

    .mosaic-item--full.mosaic-item--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .mosaic-item--full.mosaic-item--reverse .mosaic-item__content,
    .mosaic-item--full.mosaic-item--reverse .mosaic-item__image {
        padding: 0
    }

    .mosaic-item--service .mosaic-item__content {
        width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        z-index: 99999;
    }

    .mosaic-item--service .mosaic-item__paragraph {
        display: block
    }

    .mosaic-item--service .mosaic-item__small_paragraph {
        display: none
    }
}

.page>.mosaic-item {
    width: 100%;
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem
}

.page>.mosaic-item .mosaic-item__content {
    max-width: 1170px
}

.page>.mosaic-item .mosaic-item__image {
    padding: 2% 0 0 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 40vw
}

@media (min-width:90.625em) {
    .page>.mosaic-item .mosaic-item__image {
        padding: 2% 0 0;
        max-width: 32vw
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.recipe-basefilter {
    background: #fff;
    padding: 75px 0 0;
    padding: 4.6875rem 0 0;
    text-align: center
}

.recipe-basefilter--smallpad {
    padding: 30px 0 0;
    padding: 1.875rem 0 0
}

@media (max-width:47.99em) {
    .recipe-basefilter {
        padding: 3.125rem 0 0
    }
}

.recipe-basefilter__title {
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 1;
    letter-spacing: .9px;
    font-size: 46px;
    font-size: 2.875rem;
    color: #75ad40;
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
    padding: 0 3.125rem
}

[lang=ru-RU] .recipe-basefilter__title {
    font-family: Oswald, sans-serif
}

@media (max-width:47.99em) {
    .recipe-basefilter__title {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 2.375rem;
        padding: 0 1.5625rem
    }

    [lang=ru-RU] .recipe-basefilter__title {
        font-family: Oswald, sans-serif
    }
}

.recipe-basefilter__filters {
    font-size: 28px;
    font-size: 1.75rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 50px;
    letter-spacing: .1px;
    color: #11523d;
    max-width: 870px;
    margin: 25px auto 15px;
    margin: 1.5625rem auto .9375rem;
    text-align: center;
    padding: 0 50px;
    padding: 0 3.125rem
}

@media (max-width:47.99em) {
    .recipe-basefilter__filters {
        font-size: 1.25rem;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 40px;
        letter-spacing: .1px;
        padding: 0 1.25rem;
        margin: 1.5625rem 0
    }
}

.recipe-basefilter__filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 2px solid #75ad40;
    padding: 2px 30px 2px 0;
    padding: .125rem 1.875rem .125rem 0;
    outline: 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 28px;
    font-size: 1.75rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 50px;
    letter-spacing: .1px;
    color: #75ad40;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojNzVhZDQwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
    background-position: calc(100% - .3125rem) 1.375rem;
    background-repeat: no-repeat;
    background-size: .625rem auto
}

@media (max-width:47.99em) {
    .recipe-basefilter__filter {
        font-size: 1.375rem;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 50px;
        letter-spacing: .1px;
        padding: .125rem 1.5625rem .125rem 0;
        background-position: calc(100% - .3125rem) .9375rem;
        background-size: .8125rem auto
    }
}

.recipe-basefilter__filter option {
    color: #000;
    color: initial;
    padding: 0
}

.recipe-basefilter__piece {
    position: relative;
    display: inline;
    padding: 0 3px;
    padding: 0 .1875rem
}

.recipe-basefilter__color-wrap {
    padding: 0 0 75px;
    padding: 0 0 4.6875rem;
    position: relative;
    overflow: hidden
}

.recipe-basefilter__color-wrap:after {
    content: "";
    position: absolute;
    top: 150px;
    top: 9.375rem;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f4f4f4;
    z-index: 0
}

@media (max-width:47.99em) {
    .recipe-basefilter__color-wrap:after {
        top: 7.8125rem
    }
}

@media (max-width:47.99em) {
    .recipe-basefilter__color-wrap {
        padding: 0 0 3.125rem
    }
}

.recipe-basefilter__results {
    padding: 50px 0 25px;
    padding: 3.125rem 0 1.5625rem;
    position: relative;
    z-index: 1
}

@media (max-width:47.99em) {
    .recipe-basefilter__results {
        padding: 1.5625rem 0 0
    }
}

.recipe-basefilter__results .swiper-container {
    max-width: 1170px;
    padding: 0 50px;
    padding: 0 3.125rem;
    margin: 0 auto;
    overflow: visible
}

@media (max-width:47.99em) {
    .recipe-basefilter__results .swiper-container {
        padding: 0 3.125rem
    }
}

.recipe-basefilter__results__placeholder {
    width: 370px;
    width: 23.125rem;
    max-width: 100%;
    position: relative;
    overflow: hidden
}

.recipe-basefilter__results__placeholder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 135.13514%
}

.recipe-basefilter__results__placeholder>:first-child {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.recipe-basefilter .cta {
    position: relative;
    z-index: 1
}

.recipe-basefilter .intro-recipe-enter-active {
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease
}

.recipe-basefilter .intro-recipe-leave-active {
    -webkit-transition: -webkit-transform opacity .4s ease ease .4s;
    transition: -webkit-transform opacity .4s ease ease .4s;
    transition: transform opacity .4s ease ease .4s;
    transition: transform opacity .4s ease ease .4s, -webkit-transform opacity .4s ease ease .4s
}

.recipe-basefilter .intro-recipe-enter,
.recipe-basefilter .intro-recipe-leave-to {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0
}

.recipe-basefilter .slide-up-mobile-enter-active {
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease
}

@media (max-width:47.99em) {
    .recipe-basefilter .slide-up-mobile-enter-active {
        -webkit-transition: -webkit-transform .8s ease;
        transition: -webkit-transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease
    }
}

.recipe-basefilter .slide-up-mobile-leave-active {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

@media (max-width:47.99em) {
    .recipe-basefilter .slide-up-mobile-leave-active {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease
    }
}

.recipe-basefilter .slide-up-mobile-enter,
.recipe-basefilter .slide-up-mobile-leave-to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (max-width:47.99em) {

    .recipe-basefilter .slide-up-mobile-enter,
    .recipe-basefilter .slide-up-mobile-leave-to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.select-popup {
    position: relative
}

.select-popup__active-voice {
    border: 0;
    border-bottom: 2px solid #75ad40;
    padding: 2px 30px 2px 0;
    padding: .125rem 1.875rem .125rem 0;
    outline: 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 28px;
    font-size: 1.75rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 50px;
    letter-spacing: .1px;
    color: #75ad40;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgOCI+PHN0eWxlPi5zdDB7ZmlsbDojNzVhZDQwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEgLjNjLjMgMCAuNS4xLjcuM0w2IDQuOSAxMC4zLjZjLjQtLjQgMS0uNCAxLjQgMCAuNC40LjQgMSAwIDEuNEw2IDcuNy4zIDJjLS40LS40LS40LTEgMC0xLjRDLjUuNC44LjMgMSAuM3oiLz48L3N2Zz4=);
    background-position: calc(100% - .625rem) 1.25rem;
    background-repeat: no-repeat;
    background-size: .625rem auto;
    cursor: pointer
}

.select-popup__active-voice--disabled {
    cursor: default
}

@media (max-width:47.99em) {
    .select-popup__active-voice {
        font-size: 1.25rem;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 40px;
        letter-spacing: .1px;
        padding: .125rem 1.5625rem .125rem 0;
        background-position: calc(100% - .3125rem) .875rem;
        background-size: .8125rem auto
    }
}

.select-popup__select {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.select-popup__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 100%, .8);
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 101
}

.select-popup__overlay-options {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index: 102;
    margin-top: -5px;
    margin-top: -.3125rem;
    cursor: pointer
}

.select-popup__overlay-options--multiline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200%;
    max-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:64.0625em) {
    .select-popup__overlay-options--multiline {
        width: 300%
    }
}

.select-popup__overlay-options--multiline .select-popup__overlay-option {
    width: 50%
}

@media (min-width:64.0625em) {
    .select-popup__overlay-options--multiline .select-popup__overlay-option {
        width: 33.33%
    }
}

.select-popup__overlay-option {
    display: block;
    white-space: nowrap;
    font-size: 28px;
    font-size: 1.75rem;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 45px;
    letter-spacing: .1px;
    color: #11523d;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer
}

.\--hover .select-popup__overlay-option:hover {
    color: #1e916c
}

.select-popup .fade-enter-active {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.select-popup .fade-leave-active {
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.select-popup .fade-enter,
.select-popup .fade-leave-to {
    opacity: 0
}

.select-popup .fade-slide-enter-active {
    -webkit-transition: opacity .2s ease .2s, -webkit-transform .2s ease .2s;
    transition: opacity .2s ease .2s, -webkit-transform .2s ease .2s;
    transition: opacity .2s ease .2s, transform .2s ease .2s;
    transition: opacity .2s ease .2s, transform .2s ease .2s, -webkit-transform .2s ease .2s
}

.select-popup .fade--slideleave-active {
    -webkit-transition: opacity .2s ease, -webkit-transform 0s ease .2s;
    transition: opacity .2s ease, -webkit-transform 0s ease .2s;
    transition: opacity .2s ease, transform 0s ease .2s;
    transition: opacity .2s ease, transform 0s ease .2s, -webkit-transform 0s ease .2s
}

.select-popup .fade-slide-enter,
.select-popup .fade-slide-leave-to {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

.footer--reveal {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff
}

.footer__bottom__inner,
.footer__main-wrap__inner {
    width: 100%;
    max-width: 1400px;
    max-width: 87.5rem;
    margin: 0 auto
}

.footer__main-wrap {
    background: #4c4d2c;
    padding: 50px 35px;
    padding: 3.125rem 13.1875rem !important;
}

.footer__main-wrap:after,
.footer__main-wrap:before {
    content: "";
    display: table;
    clear: both
}

@media (max-width:47.99em) {
    .footer__main-wrap {
        padding: 0 2.1875rem !important;
    }
}

.footer__main-wrap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:47.99em) {
    .footer__main-wrap__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__logo-cont {
    -webkit-box-flex: 3;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto
}

@media (max-width:47.99em) {
    .footer__logo-cont {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 1.875rem 0 0
    }
}



.footer__store-locator {
    width: 175px;
    width: 10.9375rem;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 25px;
    padding: .75rem 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.footer__store-locator img {
    margin-right: 10px;
    margin-right: .625rem;
    height: 16px;
    height: 1rem
}

@media (max-width:47.99em) {
    .footer__store-locator {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 1.875rem 0
    }
}

.footer__content {
    -webkit-box-flex: 5;
    -ms-flex: 5 0 auto;
    flex: 5 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:47.99em) {
    .footer__content {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 1.875rem 0 0
    }
}

.footer__logo {
    vertical-align: top;
    width: 80px;
    width: 5rem
}

.footer__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-left: 2px solid hsl(60deg 64.44% 82.35%);
    padding: 0 20px;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:47.99em) {
    .footer__group {
        border: 0;
        text-align: center
    }
}

.footer__list {
    padding: 0;
    margin: 0
}

.footer__list>li {
    display: block;
    margin: 20px 0
}

@media (min-width:48em) {
    .footer__list>li:first-child {
        margin-top: 0
    }

    .footer__list>li:last-child {
        margin-bottom: 0
    }
}

.footer__list__item {
    font-size: 1rem;
    font-weight: 700 !important;
   font-family: "Museo Sans", Arial, sans-serif !important;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .3px;
    text-decoration: none;
    color: #efeeb5;
    text-transform: uppercase
}

.footer__links .phone-link {
color: #efeeb5;
}

.footer__bottom {
    background: #797641;
    padding: 18px 35px 14px;
    padding: 1.125rem 2.1875rem .875rem;
    text-align: center
}

.footer__copy {
    font-size: 12px;
    font-size: .75rem;
    color: #efeeb5;
    opacity: .35
}

.footer__scroll-top {
    background: #05291d;
    padding: 19px 35px 17px;
    padding: 1.1875rem 2.1875rem 1.0625rem;
    text-align: center
}

.footer__scroll-top img {
    vertical-align: top
}

.footer__icons,
.footer__links {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.footer__icons--hover,
.footer__links--hover {
    opacity: .5
}

.footer__icons--current,
.footer__links--current {
    opacity: 1
}

/* #hero-hp-hero-monocultivar,
#mariaflora {
    background-color: #d9d9d9;
} */

#hero-usa-le-persone-01zmf-hero {
    background-color: #174c00;
}


@media (max-width: 768px) {
    .logo img {
        width: 48px !important;
    }

    .video-modal-content {
        margin-top: 50% !important;
    }


    .hero--main .hero__title,
    .hero--main_small .hero__title {
        font-weight: 700 !important;
       font-family: "Museo Sans", Arial, sans-serif !important;
        line-height: 1;
        letter-spacing: .9px;
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }

    .hero__title {
        font-size: 2.4375rem;
    }


}

@media (min-width: 768px) {
    .site-header.hide {
        transform: translateY(-100%);
    }

    .dropdown-content.hide {
        transform: translateY(-100%) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {


    .footer__main-wrap {
        background: #0b3729;
        padding: 50px 35px;
        padding: 3.125rem 1.1875rem !important;
    }

    .video-modal-content {
        margin-top: 200px !important;
    }

    .mosaic-item--double .mosaic-item__title {
        font-size: 2.5rem
    }

    .mosaic-item--big .mosaic-item__title {
        font-size: 3rem;
    }

    .hero--small {
        min-height: auto;
        height: 14vh;
        max-height: none !important;
    }

    .hero--main_small {
        height: 215px;
        max-height: 80vh;
    }

    .footer__main-wrap__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer__logo-cont {
        -webkit-box-flex: 3;
        -ms-flex: 3 1 auto;
        flex: 3 1 auto;
        margin-right: 20px;
    }
}



/* -------------- HEADER CSS ----------------- */
/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #00000033;
    transition: background .3s ease, transform .3s ease;
}

.site-header:hover {
    background: #fff;
}

.site-header:hover .nav-link,
.site-header:hover .lang-select .selected {
    color: #000;
}




.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
}

.dropdown-content li {
    color: white;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 sütun */
    gap: 10px 20px;
    /* satır ve sütun aralıkları */
    padding: 20px;
    margin: 0;
}

.logo img {
    width: 60px;
}

/* Desktop Nav */
nav.nav {
    display: flex;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    transition: color .3s;
    gap: 5px;
    display: flex;
    letter-spacing: 1px;
    font-weight: bold;
}

.nav-item.open>.nav-link {
    color: #000;
}

/* Dropdown */
.dropdown-content {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 100px;
    min-width: 200px;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform .3s ease;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.nav-item.open>.dropdown-content {
    transform: scaleY(1);
}

.dropdown-content li {
    margin: .5rem 0;
}

.dropdown-content a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition-duration: 300ms;
}

.dropdown-content a:hover {
    color: #9c9000;
}

.products-dropdown {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
}

.product-box {
    flex: 1 1 200px;
    max-width: 220px;
    text-align: center;
    transition: opacity 0.4s ease;
}

.product-box img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.product-box span {
    color: white;
    font-size: 18px;
    display: block;
}

.product-box.faded {
    opacity: 0.4;
}

.discover-box {
    background-color: rgba(37, 37, 37, 0.1);
    max-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

.discover-box a {
    text-decoration: none;
    color: #efeeb6 !important;
    width: 100%;
}

.discover-box .discover-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.discover-box a:hover {
    color: none !important;
    transition-duration: 300s;
}

.discover-box strong {
    font-size: 24px;
    font-weight: 900;
    font-family: "Museo Sans", Arial, sans-serif !important;
    margin-bottom: 20px;
}

.discover-box .arrow {
    width: 55px;
    margin-top: 10px;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.discover-box:hover .arrow {
    transform: translateX(5px);
}

@media (max-width: 1024px) {

    .lang-select .selected {
        color: black !important;
    }

    .lang-select svg {
        display: none;
    }

    .site-header .up {
        border-bottom: 5px solid #000 !important;
    }

    .site-header .down {
        border-top: 5px solid #000 !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .products-dropdown {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
    }

    .product-box {
        max-width: 50%;
    }

    .discover-box {
        max-width: 100%;
    }

    .product-mobile-list {
        display: flex;
        flex-wrap: wrap;
    }

    .product-box img {
        max-height: 180px;
    }
}



/* Mobile */
.mobile-menu-toggle {
    display: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: #232323;
    cursor: pointer;
}

.mobile-nav {
    display: none;
}

/* Mobil nav’in tümü */
.mobile-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    max-height: none;
    background: #fff;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 2000;
    isolation: isolate;
}

/* Menü açıkken tüm header katmanını yükselt — anasayfa swiper/mozaik GPU katmanları sızmasın */
body.mobile-open .site-header {
    z-index: 100000 !important;
}

/* Ana içerik ağacı header’ın altında kalsın (sabit z-index’li alt öğeler dahil) */
body.mobile-open #__nuxt {
    position: relative;
    z-index: 0 !important;
    isolation: isolate;
}

/* Mobil menü + arama birlikte: overlay en üstte */
body.mobile-open.search-overlay-open .search-overlay.active {
    z-index: 200000;
}
/* Açılınca */
body.mobile-open .mobile-nav {
    transform: translateX(0);
}

/* Kapat butonu (üst sağ) */
.mobile-nav-close {
    position: relative;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #333;
    cursor: pointer;
    z-index: 2100;
    padding: 0px;
    margin-right: 5px;
}

.mobile-nav-close.white {
    color: #fff;
}

/* Ana liste */
.mobile-menu-main {
    list-style: none;
    padding: 0rem 1rem 2rem;
}

.mobile-menu-main .nav-link {
    display: flex;
    justify-content: space-between;
    padding: .75rem 0;
    color: #333;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: bold;
}

/* Her submenu paneli */
.mobile-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
      min-height: 100%;
    z-index: 5;
    background-size: cover;
    background-position: center;
    transform: translateX(100%);
    transition: transform .3s ease;
    padding: 2rem;
    box-sizing: border-box;
}

/* Aktif panel */
.mobile-submenu.active {
    transform: translateX(0);
    overflow: auto;
}





/* Geri butonu (submenü içinde) */
.mobile-submenu-back {
    position: sticky;
    top: 0px;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}

.mobile-submenu ul {
    list-style: none;
    padding: 0;
}

.mobile-submenu li a {
    display: block;
    padding: .5rem 0;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}


/* Responsive */
@media (max-width: 1024px) {
    .nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    body.mobile-open .mobile-nav {
        display: block;
        margin-bottom: 10px;
    }

    .site-header:hover {
        background: transparent;
    }

    body.mobile-open .mobile-nav {
        transform: translateX(0);
    }

    .mobile-nav .nav-list {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .mobile-nav .nav-link {
        color: #333;
    }


    .mobile-nav .dropdown-content {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        padding: 1rem;
        transform: translateX(100%);
        transition: transform .3s ease;
    }

    .mobile-nav .nav-item.open>.dropdown-content {
        transform: translateX(0);
    }
}


.swiper-commitment-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* Masaüstü: mainSlider; mobil (≤768px): mobilSlider */
.swiper-commitment--mobile {
    display: none;
}

@media (max-width: 768px) {
    .swiper-commitment--desktop {
        display: none !important;
    }

    .swiper-commitment--mobile {
        display: block;
    }
}

@media (min-width: 769px) {
    .swiper-commitment--desktop.swiper-container {
        max-width: 1905px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .page--home .swiper-commitment--desktop.swiper-container {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.swiper-commitment .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1000px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-commitment-item {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-commitment-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    text-align: center;
    color: #fff;
    max-width: 600px;
}


.swiper-commitment-content .subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.swiper-commitment-content .title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.swiper-commitment-content .cta {
    display: inline-block;
    padding: 10px 20px;
    background: #9c9000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.swiper-commitment-prev,
.swiper-commitment-next {
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
    --swiper-navigation-size: 20px !important;
}

.swiper-commitment-prev:hover,
.swiper-commitment-next:hover {
    background: rgba(0, 0, 0, 0.7) !important;
    transition-duration: 300ms;
}



.swiper-commitment-prev {
    left: 20px;
}

.swiper-commitment-next {
    right: 20px;
}

@media (max-width: 768px) {

    .site-header {
            background: rgba(255, 255, 255, 0.5) !important;
    }

    .swiper-commitment-content .title {
        font-size: 24px;
    }

    .swiper-commitment-content .subtitle {
        font-size: 16px;
    }

    .swiper-commitment .swiper-slide {
        height: 400px;
    }

    .swiper-commitment-item {

        background-position: 20% center !important;

    }
}

.phone-link {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.lang-select {
    font-family: Arial, sans-serif;
    position: relative;
    max-width: 193px;
}



.lang-select svg {
    vertical-align: middle;
    margin-left: auto;
    margin-right: 10px;
}

.lang-select .selected,
.lang-select .lang-select-dropdown-content a:nth-child(0) {
    color: white;
}

.lang-select .selected,
.lang-select .lang-select-dropdown-content a {
    color: black;
    transition-duration: 0.4s;
}

.lang-select .selected,
.lang-select .lang-select-dropdown-content a:hover {
    color: #f2ca62;
}

.lang-select .selected {
    background-color: transparent;
    color: white;
     font-family: "Museo Sans", Arial, sans-serif !important;
    padding: 11.5px;
    font-size: 17px;
    font-weight: 700;
    border: none;
    transition-duration: 0.3s;
    cursor: pointer;
}

.lang-select .selected:hover,
.lang-select .selected:focus {
    outline: none;
}

.site-header .down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: relative;
    left: 5px;
    top: 14px;
    transition-duration: 0.3s;

}

.site-header .up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    position: relative;
    left: 5px;
    bottom: 9px;
    transition-duration: 0.3s;

}

.site-header:hover .up {
    border-bottom: 5px solid #000;
}

.site-header:hover .down {
    border-top: 5px solid #000;
}

.lang-select svg {
    filter: brightness(100);
    transition-duration: 0.1s;
}

.site-header:hover .lang-select svg {
    filter: brightness(0);

}


.lang-select .lang-select-dropdown-content {
    display: none;
    position: absolute;
    background: white;
     font-family: "Museo Sans", Arial, sans-serif !important;
    box-shadow: -2px -2px 2px #00000040 inset, 2px 2px 2px #ffffff80 inset;
    border: 1px solid #ededed;
    border-radius: 8px;
    width: 138px;
    overflow: visible;
    z-index: 1;
    top: 45px;
    right: 0px;
    padding: 10px 0 10px 0;
    text-align: right;
}

.lang-select .lang-select-dropdown-content a {
    padding: 10px 25px 0 25px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.lang-select-dropdown-content:before {
    content: '';
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-top-left-radius: 4px;
    position: absolute;
    top: -8px;
    right: 8px;
}


.lang-select a:nth-last-child(1):after {
    display: none;
}


.lang-select .show {
    display: block;
}

.lang-select .lang-select-dropdown-content a.current-lang {
    opacity: 0.4;
    pointer-events: none;
    /* tıklanmasın */
    cursor: default;
}

/* Modal Arka Plan */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

/* İçerik */
.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 90%;
    max-width: 700px;
    background-color: transparent;
}

/* Scroll kilitleme */
body.modal-open {
    overflow: hidden;
}

/* Kare video konteyneri */
.video-container {
    position: relative;
    padding-top: 75%;
    /* Kare oran */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Kapat Butonu */
.video-modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Thumbnail ve buton (önceki gibi) */
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: black;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-button {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/e/ef/Youtube_logo.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.swiper-button-next1,
.swiper-button-prev1 {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    /* Siyah yarı saydam arka plan */
    color: #fff;
    /* İsteğe bağlı: metin rengi beyaz */
    border: none;
    border-radius: 24%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
}

/* Sağ buton sağ tarafa hizalı */
.swiper-button-next1 {
    right: 15px;
}

/* Sol buton sol tarafa hizalı */
.swiper-button-prev1 {
    left: 15px;
}

/* Ok işaretleri */
.swiper-button-next1::after,
.swiper-button-prev1::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    /* OKLAR BEYAZ */
    border-right: 3px solid #fff;
    /* OKLAR BEYAZ */
}

/* Sağ oka dönüşüm */
.swiper-button-next1::after {
    transform: rotate(45deg);
}

/* Sol oka dönüşüm */
.swiper-button-prev1::after {
    transform: rotate(-135deg);
}

/* Pagination noktaları */
.swiper-pagination1 {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

/* Pagination noktalarının stili */
.swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

/* Aktif nokta */
.swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #000;
}

/* ----- Arama butonu ve overlay (menü ile uyumlu) ----- */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: color .3s, transform .2s;
    font-size: 1.1rem;
}

.search-toggle-btn:hover,
.search-toggle-btn:focus {
    color: #d5ba70;
    outline: none;
}

.site-header:hover .search-toggle-btn {
    color: #000;
}

.site-header:hover .search-toggle-btn:hover {
    color: #9c9000;
}

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
        align-items: center;
    justify-content: center;
    padding: 6rem 1rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.search-overlay-open {
    overflow: hidden;
}

.search-overlay-inner {
    width: 100%;
    max-width: 560px;
    position: relative;
}

.search-overlay-close {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
    transition: color .3s;
}

.search-overlay-close:hover {
    color: #d5ba70;
}

.search-form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}

.search-input {
    flex: 1;
    border: none;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-family: "Museo Slab", Arial, sans-serif !important;
    outline: none;
    border-radius: 6px;
}

.search-input::placeholder {
    color: #999;
}

.search-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #4c4d2c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: "Museo Slab", Arial, sans-serif !important;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background .3s;
}

.search-submit:hover {
    background: #5a4839;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mobile-only-search-btn {
    display: none;
}

@media (max-width: 768px) {
    .mobile-nav .mobile-only-search-btn {
        display: inline-flex;
        color: #000;
    }

    .site-header .search-toggle-btn {
color: #000;
}
}

@media (min-width: 769px) {
    .mobile-nav .mobile-only-search-btn {
        display: none;
    }
}

.productMenuTitle {
   font-weight: 900 !important;
    margin: 0;
    color: #4b4c2c;
}

.productMenuSubTitle {
    font-weight: 300 !important;
    margin: 0;
    color: #4b4c2c;
}