html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body{min-width:320px;}
a {
    background-color: transparent
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[hidden] {
    display: none
}

.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 {
    flex-direction: column
}

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

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

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

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

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

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

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    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: center;
    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 {
  left: 10px;
  right: auto;
}

.swiper-button-next {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
    display: none
}

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

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

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

.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;
    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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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;
    font-family: "object-fit:contain";
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.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 {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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
}

.tabs-nav {
    position: relative;
    z-index: 1
}

.tabs-nav__item {
    display: inline-block;
    vertical-align: top
}

.tabs-nav__link {
    text-decoration: none;
    transition-duration: .7s;
    transition-timing-function: linear
}

.tabs-content {
    overflow: hidden;
    position: relative
}

.tabs-content .tabs-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.tab {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-timing-function: linear;
    width: 100%
}

.tab.active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.tab.slide {
    display: none;
    opacity: 1
}

.tab.slide.active {
    display: block
}

.tab.slide.moved {
    display: block
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs__container * {
    box-sizing: border-box
}

.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs__fill-container, .mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%
}

.mejs__fill-container {
    background: 0 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs__container:focus {
    outline: 0
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs__embed, .mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs__fullscreen {
    overflow: hidden !important
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important
}

.mejs__background {
    left: 0;
    position: absolute;
    top: 0
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs__poster-img {
    display: none
}

.mejs__poster-img {
    border: 0;
    padding: 0
}

.mejs__overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs__layer {
    z-index: 1
}

.mejs__overlay-play {
    cursor: pointer
}

.mejs__overlay-button {
    background: url(../styles/images/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px
}

.mejs__overlay-loading-bg-img {
    animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url(../styles/images/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@keyframes mejs__loading-spinner {
    100% {
        transform: rotate(360deg)
    }
}

.mejs__controls {
    bottom: 0;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, .7);
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs__button, .mejs__time, .mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs__button > button {
    background: transparent url(../styles/images/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs__button > button:focus {
    outline: dotted 1px #999
}

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
    outline: 0
}

.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs__play > button {
    background-position: 0 0
}

.mejs__pause > button {
    background-position: -20px 0
}

.mejs__replay > button {
    background-position: -160px 0
}

.mejs__time-rail {
    direction: ltr;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs__time-total {
    background: rgba(255, 255, 255, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs__time-buffering {
    animation: buffering-stripes 2s linear infinite;
    background: linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, .3)
}

.mejs__time-current, .mejs__time-handle-content {
    background: rgba(255, 255, 255, .9)
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, .5);
    z-index: 10
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, .2)
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: .15s ease-in all;
    width: 100%
}

.mejs__time-buffering {
    transform: scaleX(1)
}

.mejs__time-hovered {
    transition: height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs__time-hovered.no-hover {
    transform: scaleX(0) !important
}

.mejs__time-handle, .mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    transform: translateX(0);
    z-index: 11
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    transform: scale(0);
    width: 10px
}

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
    transform: scale(1)
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 36px
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px
}

.mejs__long-video .mejs__time-float-current {
    width: 60px
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs__fullscreen-button > button {
    background-position: -80px 0
}

.mejs__unfullscreen > button {
    background-position: -100px 0
}

.mejs__mute > button {
    background-position: -60px 0
}

.mejs__unmute > button {
    background-position: -40px 0
}

.mejs__volume-button {
    position: relative
}

.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs__volume-total {
    background: rgba(255, 255, 255, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 2px
}

.mejs__volume-current {
    background: rgba(255, 255, 255, .9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, .9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 16px
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, .8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mejs__horizontal-volume-handle {
    display: none
}

.mejs__captions-button, .mejs__chapters-button {
    position: relative
}

.mejs__captions-button > button {
    background-position: -140px 0
}

.mejs__chapters-button > button {
    background-position: -180px 0
}

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs__captions-selector-list, .mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, .4) !important
}

.mejs__captions-selector-input, .mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs__captions-selector-label, .mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs__captions-selected, .mejs__chapters-selected {
    color: rgba(33, 248, 248, 1)
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs__captions-position-hover {
    bottom: 35px
}

.mejs__captions-text, .mejs__captions-text * {
    background: rgba(20, 20, 20, .5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
    padding: 0;
    white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs__overlay-error {
    position: relative
}

.mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs__cannotplay, .mejs__cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs__cannotplay {
    position: relative
}

.mejs__cannotplay a, .mejs__cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

@font-face {
    font-display: swap;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/BebasNeue.woff) format('woff'), url(fonts/BebasNeue.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/HelveticaNeue.woff) format('woff'), url(fonts/HelveticaNeue.woff2) format('woff2')
}

:root {
    --white: #ffffff;
    --brown: #1c160f;
    --ocher: #b4987a;
    --black: #000000;
    --dark: #0f141c;
    --light-black: #1c232f;
    --light-grey: #c1c1c1;
    --grey: #f2f2f2;
    --dark-grey: #707070;
    --bullet: #e5e5e5;
    --red: #e55454;
    --animate-duration-timeout: 2500ms;
    --animate-duration-effect: 700ms;
    --animate-duration-enter: 250ms;
    --animate-duration-leave: 200ms;
    --animate-duration-micro: 100ms;
    --animate-easing-linear: cubic-bezier(0, 0, 1, 1);
    --animate-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-easing-deceleration: cubic-bezier(0, 0, 0.2, 1);
    --animate-easing-acceleration: cubic-bezier(0.4, 0, 1, 1)
}

@keyframes spinner1 {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes spinner2 {
    0% {
        opacity: 1
    }
    100% {
        opacity: .5
    }
}

@keyframes pulse {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.5)
    }
}

@keyframes load {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%, 95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes round {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

* {
    box-sizing: border-box
}

:focus {
    outline: 0
}

::after, ::before {
    box-sizing: border-box
}

* ::selection {
    background-color: #b4987a;
    background-color: var(--ocher)
}

[hidden] {
    display: none !important
}

html {
    font-size: 16px
}

@media (min-width: 1200px) {
    html {
        font-size: 112.5%
    }
}

body {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: #0f141c
}

body.disable-hover {
    pointer-events: none
}

picture img {
    display: inherit;
    width: 100%
}

button, input {
    background-color: transparent;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: var(--text-color);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

button:-ms-input-placeholder, input:-ms-input-placeholder {
    color: var(--text-d-color)
}

button::-ms-input-placeholder, input::-ms-input-placeholder {
    color: var(--text-d-color)
}

button::placeholder, input::placeholder {
    color: var(--text-d-color)
}

svg {
    height: 100%;
    width: 100%
}

img {
    max-width: 100%
}

h1 {
    font-family: BebasNeue, sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 960px) {
    h1 {
        font-size: 60px;
        line-height: 1.2
    }
}

h2 {
    font-family: BebasNeue, sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 960px) {
    h2 {
        font-size: 52px;
        line-height: 1.2
    }
}

h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 960px) {
    h3 {
        font-size: 30px
    }
}

h4 {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 960px) {
    h4 {
        font-size: 18px;
        line-height: 1.2
    }
}

p {
    margin-bottom: 0;
    margin-top: 0
}

a {
    color: #b4987a
}

.visuallyhidden {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.swiper-pagination-bullet {
    background-color: #e5e5e5;
    background-color: var(--bullet);
    height: 11px;
    opacity: 1;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 11px
}

.swiper-pagination-bullet-active {
    background-color: #707070;
    background-color: var(--dark-grey)
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 9px;
    margin-right: 9px
}

.swiper-button-next, .swiper-button-prev {
    height: 55px;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.227' height='51.484' viewBox='0 0 26.227 51.484'%3E%3Cpath id='����_1-2' data-name='���� 1-2' d='M0,50.994l.482.489L25.738,26.227l.489-.489-.489-.482L.482,0,0,.482,25.256,25.738Z' fill='%23000'/%3E%3C/svg%3E%0A")
}

.swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.227' height='51.484' viewBox='0 0 26.227 51.484'%3E%3Cpath id='����_1-2' data-name='���� 1-2' d='M0,50.994l.482.489L25.738,26.227l.489-.489-.489-.482L.482,0,0,.482,25.256,25.738Z' fill='%23b4987a'/%3E%3C/svg%3E%0A")
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.227' height='51.484' viewBox='0 0 26.227 51.484'%3E%3Cpath id='����_1-2' data-name='���� 1-2' d='M0,50.994l.482.489L25.738,26.227l.489-.489-.489-.482L.482,0,0,.482,25.256,25.738Z' transform='translate(26.227 51.484) rotate(180)' fill='%23000'/%3E%3C/svg%3E%0A")
}

.swiper-button-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.227' height='51.484' viewBox='0 0 26.227 51.484'%3E%3Cpath id='����_1-2' data-name='���� 1-2' d='M0,50.994l.482.489L25.738,26.227l.489-.489-.489-.482L.482,0,0,.482,25.256,25.738Z' transform='translate(26.227 51.484) rotate(180)' fill='%23b4987a'/%3E%3C/svg%3E%0A")
}

.btn {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.btn:disabled {
    cursor: none;
    pointer-events: none
}

.btn--ocher {
    border-bottom-color: #b4987a;
    border-bottom-color: var(--ocher);
    border-left-color: #b4987a;
    border-left-color: var(--ocher);
    border-right-color: #b4987a;
    border-right-color: var(--ocher);
    border-top-color: #b4987a;
    border-top-color: var(--ocher);
    box-shadow: inset 0 0 0 56px #b4987a;
    box-shadow: inset 0 0 0 56px var(--ocher);
    color: #fff;
    color: var(--white)
}

.btn--ocher:hover {
    box-shadow: none;
    color: #b4987a;
    color: var(--ocher)
}

.btn--transparent {
    border-bottom-color: #b4987a;
    border-bottom-color: var(--ocher);
    border-left-color: #b4987a;
    border-left-color: var(--ocher);
    border-right-color: #b4987a;
    border-right-color: var(--ocher);
    border-top-color: #b4987a;
    border-top-color: var(--ocher);
    color: #b4987a;
    color: var(--ocher)
}

.btn--transparent:hover {
    box-shadow: inset 0 0 0 56px #b4987a;
    box-shadow: inset 0 0 0 56px var(--ocher);
    color: #fff;
    color: var(--white)
}

.btn--red {
    border-bottom-color: #e55454;
    border-bottom-color: var(--red);
    border-left-color: #e55454;
    border-left-color: var(--red);
    border-right-color: #e55454;
    border-right-color: var(--red);
    border-top-color: #e55454;
    border-top-color: var(--red);
    box-shadow: inset 0 0 0 56px #e55454;
    box-shadow: inset 0 0 0 56px var(--red)
}

.btn--red:hover {
    box-shadow: none;
    color: #e55454;
    color: var(--red)
}

.btn--grey {
    border-bottom-color: #707070;
    border-bottom-color: var(--dark-grey);
    border-left-color: #707070;
    border-left-color: var(--dark-grey);
    border-right-color: #707070;
    border-right-color: var(--dark-grey);
    border-top-color: #707070;
    border-top-color: var(--dark-grey);
    box-shadow: inset 0 0 0 56px #707070;
    box-shadow: inset 0 0 0 56px var(--dark-grey)
}

.btn--grey:hover {
    box-shadow: none;
    color: #707070;
    color: var(--dark-grey)
}

.btn-circle {
    align-items: center;
    border-bottom-color: #fff;
    border-bottom-color: var(--white);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #fff;
    border-left-color: var(--white);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 100%;
    border-right-color: #fff;
    border-right-color: var(--white);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #fff;
    border-top-color: var(--white);
    border-top-style: solid;
    border-top-width: 1px;
    color: #fff;
    color: var(--white);
    cursor: pointer;
    display: flex;
    height: 157px;
    justify-content: center;
    text-transform: uppercase;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 157px
}

.btn-circle:hover {
    box-shadow: inset 0 0 0 157px #fff;
    box-shadow: inset 0 0 0 157px var(--white);
    color: #0f141c;
    color: var(--dark)
}

.checkbox {
    cursor: pointer;
    display: flex;
    line-height: normal;
    line-height: initial;
    margin-bottom: 30px
}

.checkbox--error .checkbox__label {
    color: #e55454;
    color: var(--red)
}

.checkbox__input {
    display: flex;
    flex-shrink: 0;
    height: 31px;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    width: 31px
}

.checkbox__checked {
    height: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 16px
}

.checkbox input:not(:checked) ~ .checkbox__input .checkbox__checked {
    opacity: 0
}

.checkbox input:checked ~ .checkbox__input .checkbox__checked {
    opacity: 1
}

.checkbox__label {
    color: #707070;
    color: var(--dark-grey);
    font-size: 13px;
    text-align: left
}

.checkbox__label a {
    color: #fff;
    color: var(--white)
}

.toggle {
    align-items: center;
    cursor: pointer;
    justify-content: center;
    display: flex
}

.toggle__input {
    display: none
}

.toggle__holder {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 20px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    display: inline-block;
    height: 31px;
    position: relative;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 51px
}

.toggle__circle {
    border-radius: 100%;
    height: 25px;
    position: absolute;
    top: 2px;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 25px
}

.toggle input:disabled ~ .toggle__holder, .toggle input:disabled ~ .toggle__label {
    opacity: .5
}

.toggle input:not(:checked) ~ .toggle__holder {
    border-bottom-color: #bfbfbf;
    border-left-color: #bfbfbf;
    border-right-color: #bfbfbf;
    border-top-color: #bfbfbf
}

.toggle input:checked ~ .toggle__holder {
    border-bottom-color: #b4987a;
    border-bottom-color: var(--ocher);
    border-left-color: #b4987a;
    border-left-color: var(--ocher);
    border-right-color: #b4987a;
    border-right-color: var(--ocher);
    border-top-color: #b4987a;
    outline: none;
    border-top-color: var(--ocher)
}

.toggle input:not(:checked) ~ .toggle__holder .toggle__circle {
    background-color: #bfbfbf;
    outline: none;
    left: 2px
}

.toggle input:checked ~ .toggle__holder .toggle__circle {
    background-color: #b4987a;
    outline: none;
    background-color: var(--ocher);
    left: 22px
}

.toggle__label {
    color: #707070;
    color: var(--dark-grey);
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    text-transform: uppercase
}

@media (min-width: 960px) {
    .toggle__label {
        margin: 0 5px
    }
}

@media (min-width: 1440px) {
    .toggle__label {
        margin:0 25px
    }
}

.field {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 420px
}

@media (max-width: 677px) {
    .field {
        width: 100%
    }
}

.field--required::before {
    color: #b4987a;
    color: var(--ocher);
    content: '*';
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 5px
}

.field--error::before {
    color: #e55454;
    color: var(--red)
}

.field__input {
    border-bottom-color: #b4987a;
    border-bottom-color: var(--ocher);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b4987a;
    border-left-color: var(--ocher);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b4987a;
    border-right-color: var(--ocher);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b4987a;
    border-top-color: var(--ocher);
    border-top-style: solid;
    border-top-width: 1px;
    color: #b4987a;
    color: var(--ocher);
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.field--error .field__input {
    border-bottom-color: #e55454;
    border-bottom-color: var(--red);
    border-left-color: #e55454;
    border-left-color: var(--red);
    border-right-color: #e55454;
    border-right-color: var(--red);
    border-top-color: #e55454;
    border-top-color: var(--red);
    color: #e55454;
    color: var(--red)
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 960px) {
    .wrapper {
        padding-left: 35px;
        padding-right: 35px
    }
}

.header {
    position: relative
}

.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__logo {
    display: inline-block;
    position: fixed;
    right: 15px;
    top: 23px;
    width: 33px;
    z-index: 5
}

@media (min-width: 960px) {
    .header__logo {
        right: 35px;
        top: 49px
    }
}

.menu-btn {
    cursor: pointer;
    height: 21px;
    left: 15px;
    position: fixed;
    top: 30px;
    width: 30px;
    z-index: 6
}

@media (min-width: 960px) {
    .menu-btn {
        left: 35px;
        top: 56px
    }

    .menu-btn::after {
        color: #fff;
        color: var(--white);
        content: attr(data-menu-text);
        display: inline-block;
        font-family: BebasNeue, sans-serif;
        font-size: 30px;
        line-height: 25px;
        margin-left: 45px;
        opacity: .3;
        vertical-align: middle;
        transition-duration: .7s;
        transition-duration: var(--animate-duration-effect);
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: var(--animate-easing-standard);
		margin-top:2px;
    }

    .menu-btn.menu-btn--close::after {
        opacity: 0
    }
}

.menu-btn__line {
    background-color: #fff;
    background-color: var(--white);
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.menu-btn__line--top {
    top: 0
}

.menu-btn:hover .menu-btn__line--top {
    top: -2px
}

.menu-btn--close .menu-btn__line--top {
    top: 9px;
    transform: rotate(-45deg)
}

.menu-btn.menu-btn--close:hover .menu-btn__line--top {
    top: 9px
}

.menu-btn__line--middle {
    top: 11px
}

.menu-btn--close .menu-btn__line--middle {
    opacity: 0
}

.menu-btn__line--bottom {
    top: 21px
}

.menu-btn:hover .menu-btn__line--bottom {
    top: 23px
}

.menu-btn--close .menu-btn__line--bottom {
    top: 9px;
    transform: rotate(45deg)
}

.menu-btn.menu-btn--close:hover .menu-btn__line--bottom {
    top: 9px
}

.menu {
    background-color: #000;
    background-color: var(--black);
    bottom: 0;
    left: -100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    position: fixed;
    top: 0;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 320px;
    z-index: 5
}

@media (min-width: 960px) {
    .menu {
        padding-top: 40px
    }
}

.menu--active {
    left: 0
}

.menu__inner {
    bottom: 50px;
    left: 0;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    right: 0;
    top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 959px) {
    .menu__inner {
        overflow-y: auto
    }
}

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

.menu__nav-btn {
    color: #c1c1c1;
    color: var(--light-grey);
    cursor: pointer;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 100%
}

.menu__nav-btn:hover {
    color: #b4987a;
    color: var(--ocher)
}

.menu__copyright {
    color: #c1c1c1;
    color: var(--light-grey);
    font-size: 14px
}

.menu__company {
    color: #707070;
    color: var(--dark-grey);
    font-size: 14px
}

.menu__company a {
    color: #707070;
    color: var(--dark-grey);
    text-decoration: none;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.menu__company a:hover {
    color: #b4987a;
    color: var(--ocher)
}

.menu-close-btn > svg {
    fill: #fff;
    fill: var(--white)
}

.lang-btn {
    border-bottom-color: #707070;
    border-bottom-color: var(--dark-grey);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #707070;
    border-left-color: var(--dark-grey);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #707070;
    border-right-color: var(--dark-grey);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #707070;
    border-top-color: var(--dark-grey);
    border-top-style: solid;
    border-top-width: 1px;
    color: #707070;
    color: var(--dark-grey);
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.lang-btn:hover {
    border-bottom-color: #fff;
    border-bottom-color: var(--white);
    border-left-color: #fff;
    border-left-color: var(--white);
    border-right-color: #fff;
    border-right-color: var(--white);
    border-top-color: #fff;
    border-top-color: var(--white);
    color: #fff;
    color: var(--white)
}

.special-btn {
    background-color: #b4987a;
    background-color: var(--ocher);
    color: #fff;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    margin-left: -40px;
    margin-right: -40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: calc(100% + 80px)
}

.special-btn:hover {
    background-color: #ccb295
}

.phone {
    margin-top: 30px
}

.phone > a {
    color: #fff;
    color: var(--white);
    font-size: 24px;
    text-decoration: none;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.phone > a:hover {
    color: #b4987a;
    color: var(--ocher)
}

.phone__label {
    color: #707070;
    color: var(--dark-grey);
    font-size: 14px
}

.banner {
min-height:100vh;
z-index: 0;
    position: relative;
    width: 100%
}

.banner__back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 677px) {
    .banner__back {
        position: fixed
    }

    .banner__back--scrolled {
        z-index: 1;
    }
}

.banner__back img, .banner__back > picture  {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.banner__back::before {
    background-color: rgba(15, 20, 28, .89);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 677px) {
    .banner__back--scrolled::before {
        background-color: #0f141c;
    }
}

.banner__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-end;
    padding-bottom: 55px;
    position: relative;
    width: 100%
}

@media (max-width: 677px) {
    .banner__inner {
        left: 0;
        position: fixed;
        right: 0;
        width: auto;
        top: 153px;
        height: calc(100vh - 170px);
        justify-content: center;
    }
}

@media (min-width: 678px) {
    .banner__inner {
        align-items: flex-end;
        flex-direction: row;
        justify-content: initial;
        padding-bottom: 100px
    }
}

.banner__logo {
    left: 50%;
    position: absolute;
    top: 70px;
    transform: translateX(-50%);
    width: 136px
}

@media (max-width: 677px) {
    .banner__logo {
        position: fixed;
        top: 150px;
    }
}

@media (min-width: 678px) {
    .banner__logo {
        top: 50%;
        transform: translate(-50%, -50%);
        width: 500px
    }
}

@media (min-width: 678px) and (max-height: 700px) {
    .banner__logo {
        max-height: 200px;
        top: 40%;
		width: auto;
    }
}

.banner__name {
display:none!important;
    color: #b4987a;
    color: var(--ocher);
    margin-bottom: 30px;
    text-align: center

}

@media (min-width: 678px) {
    .banner__name {
        display: none;
        margin-bottom: 50px;
    }
}

.banner__titles {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%
}

@media (max-width: 677px) {
    .banner__titles {
        margin-bottom: 5px;
    }
}

@media (min-width: 678px) {
    .banner__titles {
        flex-direction: row
    }
}

.banner__title {
    color: #fff;
    color: var(--white);
    font-family: BebasNeue, sans-serif;
    text-align: center;
min-width:175px;
}

.banner__title:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 678px) {
    .banner__title:not(:last-child) {
        margin-bottom: 0
    }
}

.banner__title--ocher {
    color: #b4987a;
    color: var(--ocher)
}

.banner__scrolldown {
    bottom: 5px;
    height: 38px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
    z-index: 1
}

@media (min-width: 960px) {
    .banner__scrolldown {
        bottom: 45px
    }
}

.banner__scrolldown > svg {
    animation-duration: 2.5s;
    animation-duration: var(--animate-duration-timeout);
    animation-iteration-count: infinite;
    animation-name: pulse;
    position: absolute
}

.premium {
    background-color: #1c160f;
    background-color: var(--brown);
    padding-bottom: 130px;
    padding-top: 130px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.premium__title {
    color: #b4987a;
    color: var(--ocher);
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 960px) {
    .premium__title {
        width: 70%
    }
}

.scrollmagic-pin-spacer {
    display: none !important
}

@media (min-width: 960px) {
    .scrollmagic-pin-spacer {
        display: block !important
    }
}

.large-gallery {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #0f141c
}

@media (max-width: 959px) {
    .large-gallery--mobile-hide {
        height: 100vh
    }

    .large-gallery--mobile-hide .large-gallery__item {
        display: none
    }
}

@media (min-width: 960px) {
    .large-gallery .swiper-container {
        height: 100%
    }
}

@media (min-width: 960px) {
    .large-gallery .swiper-wrapper {
        display: block
    }
}

.large-gallery .swiper-pagination {
    display: block
}

@media (min-width: 960px) {
    .large-gallery .swiper-pagination {
        display: none
    }
}

.large-gallery__item {
    height: 100vh
}

@media (min-width: 960px) {
    .large-gallery__item {
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.large-gallery__item{box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.66);}
.large-gallery__item::before {
    /*background-color: rgba(0, 0, 0, .5);*/

    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

.large-gallery__item--changed-delay::before {
    transition-delay: 1s
}

.large-gallery__item--changed::before {
    opacity: 1
}

.large-gallery__item > img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.large-gallery .swiper-pagination {
    display: block
}

@media (min-width: 960px) {
    .large-gallery .swiper-pagination {
        display: none
    }
}

.slogan {
    align-items: center;
    display: flex;
    height: 378px;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 960px) {
    .slogan {
        height: 512px
    }
}

.slogan--black {
    background-color: #0f141c;
    background-color: var(--dark)
}

.slogan--brown {
    background-color: #1c160f;
    background-color: var(--brown)
}

.slogan--ocher {
    background-color: #b4987a;
    background-color: var(--ocher)
}

.slogan--ocher .slogan__title {
    color: #fff;
    color: var(--white)
}

.slogan--white {
    background-color: #fff;
    background-color: var(--white)
}

.slogan--white .slogan__title {
    color: #0f141c;
    color: var(--dark)
}

.slogan--small {
    height: auto;
    padding-bottom: 96px;
    padding-top: 96px
}

.slogan__title {
    color: #b4987a;
    color: var(--ocher);
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 960px) {
    .slogan__title {
        width: 50%
    }
}

.video {
    display: flex;
    height: 100vh;
    position: relative;
    width: 100%
}

.video__inner {
    background-color: #000;
    background-color: var(--black);
    height: 100%;
    position: absolute;
    width: 100%
}

.video__back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4
}

.video__back > img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.video__back::before {
    background-color: rgba(15, 20, 28, .5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.video__back-btn, .video__btn {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video__btn {
    opacity: 0
}

.video__btn:hover {
    opacity: 1
}

.video__close-btn {
    background-color: #fff;
    background-color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px
}

.video__inner--active .video__close-btn {
    display: block
}

.video__close-btn > svg {
    fill: #0f141c;
    fill: var(--dark);
    height: 15px;
    width: 15px
}

.video__movie {
    height: 100% !important;
    width: 100% !important
}

.video__subtitle {
    bottom: 40px;
    color: #fff;
    color: var(--white);
    font-size: 16px;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    text-align: center
}

@media (min-width: 960px) {
    .video__subtitle {
        bottom: 80px;
        font-size: 18px
    }
}

.video__year {
    color: #fff;
    color: var(--white);
    left: 50%;
    position: absolute;
    top: calc(50% - 250px);
    transform: translate(-50%, -50%)
}

.video__inner--active .video__year {
    display: none
}

.mejs__container iframe, .mejs__layers {
    height: 100% !important;
    width: 100% !important
}

.mejs__overlay-play {
    display: none
}

.advantages {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
}

.advantages__info {
    align-items: center;
    background-color: rgba(255, 255, 255, .95);
    color: #0f141c;
    color: var(--dark);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    z-index: 1
}

@media (max-width: 959px) {
    .advantages__info {
        height: auto !important
    }
}

@media (min-width: 960px) {
    .advantages__info {
        height: 100%;
        left: 0;
        min-width: 460px;
        position: absolute;
        top: 0
    }

    .advantages__info.fixed {
        position: fixed
    }

    .advantages__info.bottom {
        bottom: 0;
        top: auto
    }
}

@media (max-width: 959px) {
    .advantages__item--first {
        display: block !important;
        opacity: 1 !important
    }

    .advantages__item--second {
        display: block !important;
        opacity: 1 !important
    }
}

@media (min-width: 960px) {
    .advantages__item--second {
        display: none
    }
}

.advantages__item:not(:last-child) {
    margin-bottom: 70px
}

@media (min-width: 960px) {
    .advantages__item:not(:last-child) {
        margin-bottom: 40px
    }
}

@media (max-width: 959px) {
    .advantages__img {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 960px) {
    .advantages__img {
        flex-shrink: 0;
        height: 150vh;
        width: calc(100% - 460px)
    }
}

.advantages__img > img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.advantage {
    font-size: 16px;
    text-align: center
}

.advantage::before {
    color: #b4987a;
    color: var(--ocher);
    content: attr(data-adv-num);
    display: block;
    font-size: 44px
}

@media (min-width: 960px) {
    .advantage::before {
        font-size: 94px
    }
}

.ideal-place {
    background-color: #1c160f;
    background-color: var(--brown);
    color: #fff;
    color: var(--white);
    height: 100vh;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 678px) {
    .ideal-place {
        height: auto!important;
        padding-bottom: 130px;
        padding-top: 130px
    }
}

.ideal-place .wrapper {
    height: 100%
}

@media (min-width: 678px) {
    .ideal-place .wrapper {
        height: auto
    }
}

.ideal-place__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.ideal-place__title {
    color: #b4987a;
    color: var(--ocher);
    margin-bottom: 40px
}

@media (min-width: 678px) {
    .ideal-place__title {
        margin-bottom: 60px
    }
}

.ideal-place__items {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

@media (min-width: 678px) {
    .ideal-place__items {
        flex-direction: row
    }
}

.ideal-place__item:not(:last-child) {
    margin-bottom: 40px
}

@media (min-width: 678px) {
    .ideal-place__item:not(:last-child) {
        margin-bottom: 0
    }
}

.map-box {
    position: relative;
    z-index: 1;
}

.map-box__inner {
    display: none;
    left: 0;
    position: absolute;
    top: 80px
}

@media (min-width: 960px) {
    .map-box__inner {
        display: block
    }
}

.map-box__logo {
    display: inline-block;
    margin-left: 80px;
    width: 135px
}

.map-info {
    margin-top: 140px
}

.map-info__item {
    align-items: center;
    display: flex
}

.map-info__item:not(:last-child) {
    margin-bottom: 15px
}

.map-info__btn {
    cursor: pointer;
    height: 36px;
    margin-right: 15px;
    width: 36px
}

.map-info__btn--hidden {
    opacity: .5
}

.map-info__text {
    color: #707070;
    color: var(--dark-grey);
    font-size: 14px
}

.map {
    height: 50vh
}

@media (min-width: 960px) {
    .map {
        height: 100vh
    }
}

.virtual {
    background-color: #0f141c;
    background-color: var(--dark);
    height: 100vh;
    position: relative;
    text-align: center;
    z-index: 1;
}

.virtual .wrapper {
    height: 100%
}

.virtual__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.virtual__title {
    color: #b4987a;
    color: var(--ocher);
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 960px) {
    .virtual__title {
        width: 55%
    }
}

.virtual-movie {
    background-color: #0f141c;
    background-color: var(--dark);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.virtual-movie__video {
    height: 100%;
    width: 100%
}

.infrastructure {
    background-color: #1c160f;
    background-color: var(--brown);
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 960px) {
    .infrastructure {
        height: 100vh
    }
}

@media (max-height: 768px) and (min-width: 960px) {
    .infrastructure {
        height: auto
    }
}

.infrastructure__title {
    color: #b4987a;
    color: var(--ocher);
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 960px) {
    .infrastructure__title {
        margin-bottom: 90px
    }
}

.infrastructure .wrapper {
    height: 100%
}

.infrastructure__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.infrastructure__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 1200px) {
    .infrastructure__items {
        width: 80%
    }
}

.infrastructure__item {
    color: #fff;
    color: var(--white);
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%
}

@media (min-width: 678px) {
    .infrastructure__item {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .infrastructure__item {
        font-size: 24px
    }
}

.infrastructure__item:not(:last-child) {
    margin-bottom: 50px
}

.gallery__thumbs {
    display: none
}

@media (min-width: 960px) {
    .gallery__thumbs {
        display: block
    }
}

.gallery__slide {
    height: 768px;
    width: 100%
}

.gallery__slide > img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.gallery__thumb {
    cursor: pointer;
    height: 380px;
    position: relative
}

.gallery__thumb > img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.gallery__thumb::before {
    background-color: rgba(15, 20, 28, .5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gallery .swiper-pagination {
    display: block
}

@media (min-width: 960px) {
    .gallery .swiper-pagination {
        display: none
    }
}

.penthouses-img {
    filter: blur(10px);
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px
}

.flats-content:last-child img {
    /*filter: blur(10px);*/
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px
}

.penthouses {
    height: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media (min-width: 678px) {
    .penthouses {
        height: 380px;
        width: 400px
    }
}

.penthouses__title {
    font-size: 22px;
    margin-bottom: 30px
}

@media (min-width: 678px) {
    .penthouses__title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.flats {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
}

.flats__tabs {
    background-color: #f2f2f2;
    background-color: var(--grey);
    width: 100%
}

.flats__content {
    background-color: #fff;
    background-color: var(--white);
    height: auto !important;
    width: 100%
}

.flats-tabs {
    position: relative
}

@media (max-width: 677px) {
    .flats-tabs.d-tabs-nav--active {
        height: auto
    }
}

.flats-tabs__item {
    height: 144px;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    width: 100%
}

@media (min-width: 678px) {
    .flats-tabs__item {
        width: 258px
    }
    .flats-tabs__item{
        margin-right: 0;
    }
}

@media (min-width: 678px) {
    .flats-tabs__item.active {
        box-shadow: inset 258px 0 0 0 #0f141c;
        box-shadow: inset 258px 0 0 0 var(--dark)
    }
}

.flats-tabs__item:not(:last-child) {
    border-bottom-color: #c1c1c1;
    border-bottom-color: var(--light-grey);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-right: 70px
}

@media (min-width: 678px) {
    .flats-tabs__item:not(:last-child) {
        border-bottom-width: 0
    }
}

.flats-tabs__link {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 144px;
    justify-content: center;
    width: 100%
}

.flats-tabs__type {
    color: #0f141c;
    color: var(--dark);
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (min-width: 678px) {
    .active .flats-tabs__type {
        color: #fff;
        color: var(--white)
    }
}

.flats-tabs__area {
    color: #b4987a;
    color: var(--ocher);
    font-size: 18px
}

.flats-content.active {
    z-index: 1
}

.flats-content__toggles {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    user-select: none;
    margin-top: 20px
}
.flats-content__toggles *{
    user-select: none;
    outline: none;
}
@media (min-width: 960px) {
    .flats-content__toggles {
        display: flex;
        margin-bottom: 60px;
        margin-top: 60px
    }
}

.flats-content__holder {
    position: relative
}

.flat-slider__container {
    padding-bottom: 120px;
    padding-top: 20px
}

@media (min-width: 960px) {
    .flat-slider__container {
        padding-bottom: 90px;
        padding-top: 0
    }
}

.flat-slider__slide {
    text-align: center;
    position: relative;
}

@media (min-width: 678px) {
    .flat-slider__slide > img {
        max-height: 600px;
        max-width: calc(100% - 86px)
    }
}

.flat-slider__footer {
    margin-bottom: 50px;
    text-align: center;
    z-index: 99;
    position: relative;
}

@media (max-width: 959px) {
    .flat-slider__footer {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px
    }
}

@media (max-width: 677px) {
    .flat-slider__footer > button {
        max-width: 100%
    }
    .flats-tabs__link,
    .flats-tabs__item{
        height: 80px;
    }
}

.flat-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px
}

@media (min-width: 960px) {
    .flat-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 45px
    }
}

.flat-slider .swiper-button-next, .flat-slider .swiper-button-prev {
    display: none
}

@media (min-width: 960px) {
    .flat-slider .swiper-button-next, .flat-slider .swiper-button-prev {
        display: block
    }
}

.flat-3d-btn {
    margin-top: 20px
}

@media (min-width: 960px) {
    .flat-3d-btn {
        margin-top: 0;
        position: absolute;
        right: 35px;
        top: -11px
    }
}

.img-empty-one, .img-empty-two, .img-furniture-two {
    display: none
}

.mobile-dropdown {
    align-items: center;
    background-color: #0f141c;
    background-color: var(--dark);
    cursor: pointer;
    display: flex;
    height: 144px;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% + 30px)
}

@media (min-width: 678px) {
    .mobile-dropdown {
        display: none
    }
}

.mobile-dropdown__type {
    color: #fff;
    color: var(--white);
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.mobile-dropdown__area {
    color: #b4987a;
    color: var(--ocher);
    font-size: 18px
}

.mobile-dropdown__text {
    color: #b4987a;
    color: var(--ocher);
    font-size: 22px
}

.mobile-dropdown__icon {
    height: 14px;
    width: 27px
}

@media (max-width: 677px) {
    .d-tabs-nav {
        transition-duration: .7s;
        transition-duration: var(--animate-duration-effect);
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: var(--animate-easing-standard)
    }
    .flat-slider__street-info .bottom,
    .flat-slider__street-info .top{
        left: 0;
    }
}

.d-tabs-nav__list {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 677px) {
    .d-tabs-nav__list {
        transform: none !important
    }
}

@media (min-width: 678px) {
    .d-tabs-nav__list {
        flex-wrap: nowrap
    }
}

.offer {
    background-color: #b4987a;
    background-color: var(--ocher);
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .offer {
        background-color: #1c160f;
        background-color: var(--brown);
        height: 100vh
    }
}

.offer .wrapper {
    height: 100%
}

.offer__info {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    text-align: center;
    width: 100%
}

@media (min-width: 1200px) {
    .offer__info {
        text-align: left;
        width: 50%
    }
}

.offer__title {
    color: #fff;
    color: var(--white);
    margin-bottom: 50px
}

@media (min-width: 1200px) {
    .offer__title {
        color: #b4987a;
        color: var(--ocher)
    }
}

.offer__label {
    color: #fff;
    color: var(--white);
    font-size: 22px
}

@media (min-width: 1200px) {
    .offer__label {
        font-size: 24px
    }
}

.offer__img-holder {
    height: 100vh;
    position: relative
}

@media (min-width: 1200px) {
    .offer__img-holder {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }
}

.offer__img-holder::before {
    background-color: rgba(15, 20, 28, .5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.offer__img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    text-align: center
}

.offer__img-title {
    bottom: 70px;
    color: #fff;
    color: var(--white);
    left: 50px;
    position: absolute
}

.offer-slider {
    height: 100vh;
    position: relative
}

@media (min-width: 1200px) {
    .offer-slider {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }
}

.offer-slider::before {
    background-color: rgba(15, 20, 28, .5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.offer-slider__title {
    bottom: 70px;
    color: #fff;
    color: var(--white);
    left: 50px;
    position: absolute;
    z-index: 2
}

.offer-slider__container {
    width: 100%;
    height: 100%
}

.offer-slider img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    text-align: center;
    width: 100%
}

.countdown {
    margin-bottom: 80px;
    margin-top: 60px
}

.countdown__label {
    color: #fff;
    color: var(--white);
    font-size: 18px
}

@media (min-width: 1200px) {
    .countdown__label {
        font-size: 24px
    }
}

.countdown__inner {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

@media (min-width: 1200px) {
    .countdown__inner {
        justify-content: initial
    }
}

.countdown__int {
    color: #fff;
    color: var(--white);
    font-size: 47px;
    text-align: center
}

@media (min-width: 1200px) {
    .countdown__int {
        color: #b4987a;
        color: var(--ocher);
        font-size: 94px
    }
}

.countdown__int .changed {
    animation-duration: 2.5s;
    animation-duration: var(--animate-duration-timeout);
    animation-iteration-count: 1;
    animation-name: pulse
}

.countdown__int::after {
    color: #fff;
    color: var(--white);
    content: attr(data-int);
    display: block;
    font-size: 16px;
    margin-top: 10px
}

@media (min-width: 1200px) {
    .countdown__int::after {
        margin-top: 15px
    }
}

.countdown__divider {
    height: 32px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    max-width: 5px;
    min-width: 5px
}

@media (min-width: 1200px) {
    .countdown__divider {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 40px;
        max-width: 10px;
        min-width: 10px
    }
}

.countdown__circle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #b4987a;
    background-color: var(--ocher);
    opacity: .352;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: pulse
}

.countdown__circle--one {
    margin-bottom: 15px
}

.countdown__circle--two {
    animation-delay: 1.5s
}

@media (max-width: 1199px) {
    .open-offer-btn {
        border-bottom-color: #fff;
        border-bottom-color: var(--white);
        border-left-color: #fff;
        border-left-color: var(--white);
        border-right-color: #fff;
        border-right-color: var(--white);
        border-top-color: #fff;
        border-top-color: var(--white);
        color: #fff;
        color: var(--white)
    }

    .open-offer-btn:hover {
        box-shadow: none;
        color: #fff;
        color: var(--white)
    }
}

.grid-gallery {
    height: 100vh;
    position: relative
}

@media (min-width: 960px) {
    .grid-gallery {
        height: auto
    }
}

@media (min-width: 960px) {
    .grid-gallery__wrapper {
        display: grid;
        grid-gap: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 50vh)
    }
}

.grid-gallery__slide {
    height: 100vh
}

@media (min-width: 960px) {
    .grid-gallery__slide {
        height: auto;
        width: auto !important
    }
}

@media (min-width: 960px) {
    .grid-gallery__slide--1 {
        grid-column-end: 3;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-row-start: 1
    }
}

@media (min-width: 960px) {
    .grid-gallery__slide--2 {
        grid-column-end: 2;
        grid-column-start: 1;
        grid-row-end: 5;
        grid-row-start: 3
    }
}

@media (min-width: 960px) {
    .grid-gallery__slide--3 {
        grid-column-end: 3;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-row-start: 3
    }
}

@media (min-width: 960px) {
    .grid-gallery__slide--4 {
        grid-column-end: 3;
        grid-column-start: 2;
        grid-row-end: 4;
        grid-row-start: 4
    }
}

.grid-gallery__item {
    height: 100%
}

.grid-gallery__item > img {
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.docs {
    background-color: #0f141c;
    background-color: var(--dark);
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

@media (min-width: 678px) {
    .docs {
        padding-bottom: 115px;
        padding-top: 150px
    }
}

.docs__title {
    color: #b4987a;
    color: var(--ocher);
    text-align: center
}

@media (min-width: 678px) {
    .docs__title {
        margin-bottom: 40px
    }
}

.docs__footer {
    margin-top: 30px;
    text-align: center
}

@media (min-width: 960px) {
    .docs__footer {
        margin-top: 60px
    }
}

@media (min-width: 678px) {
    .docs__tabs {
        text-align: center
    }
}

@media (max-width: 677px) {
    .docs-tabs.d-tabs-nav--active {
        height: 200px
    }
}

@media (min-width: 678px) {
    .docs-tabs {
        margin-bottom: 80px;
        display: inline-block
    }
}

.docs-tabs__item {
    width: auto
}

@media (max-width: 677px) {
    .docs-tabs__item {
        height: auto;
        padding-bottom: 20px
    }
}

@media (min-width: 678px) {
    .docs-tabs__item:not(:last-child) {
        margin-right: 80px
    }
}

.docs-tabs__link {
    color: #707070;
    color: var(--dark-grey);
    font-family: BebasNeue, sans-serif;
    font-size: 30px
}

.docs-tabs__link:hover {
    color: #fff;
    color: var(--white)
}

.active .docs-tabs__link {
    color: #b4987a;
    color: var(--ocher)
}

.docs-table {
    border-collapse: collapse;
    width: 100%
}

@media (max-width: 959px) {
    .docs-table {
        display: block
    }

    .docs-table tbody {
        display: block;
        width: 100%
    }
}

@media (max-width: 959px) {
    .docs-table__row {
        border-top-color: #707070;
        border-top-color: var(--dark-grey);
        border-top-style: solid;
        border-top-width: 1px;
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 100%
    }

    .docs-table__row:last-child {
        border-bottom-color: #707070;
        border-bottom-color: var(--dark-grey);
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
}

@media (min-width: 960px) {
    .docs-table__row:nth-child(odd) {
        background-color: #1c232f;
        background-color: var(--light-black)
    }
}

.docs-table__cell {
    color: #fff;
    color: var(--white);
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    vertical-align: top
}

@media (max-width: 959px) {
    .docs-table__cell {
        display: block;
        width: 100%
    }
}

@media (min-width: 960px) {
    .docs-table__cell {
        padding-bottom: 30px;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 30px
    }
}

@media (min-width: 1200px) {
    .docs-table__cell--nowrap {
        white-space: nowrap
    }
}

.docs-table__cell > span {
    color: #707070;
    color: var(--dark-grey)
}

@media (min-width: 960px) {
    .docs-table__cell:first-child {
        padding-left: 70px
    }
}

@media (min-width: 960px) {
    .docs-table__cell:last-child {
        padding-right: 60px
    }
}

.docs-table__link {
    color: #fff;
    color: var(--white)
}

.docs-table__link:hover {
    color: #b4987a;
    color: var(--ocher)
}

.spinner {
    display: none;
    position: relative
}

.spinner--active {
    display: inline-block
}

.spinner span {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background-color: #fff;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    height: 11px;
    margin-left: 9px;
    margin-right: 9px;
    width: 11px
}

.spinner span:nth-child(1) {
    animation-delay: 0;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: spinner1
}

.spinner span:nth-child(2) {
    animation-delay: .2s;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: spinner2
}

.spinner span:nth-child(3) {
    animation-delay: .4s;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: spinner2
}

.spinner span:nth-child(4) {
    animation-delay: .6s;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: spinner2
}

.spinner span:nth-child(5) {
    animation-delay: .8s;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: spinner2
}

.steps {
    display: flex;
    height: 100vh;
    position: relative;
    width: 100%
}

.steps__tabs {
    width: 100%
}

.steps__content {
    height: 100% !important;
    width: 100%
}

.step-thumbs {
    bottom: 40px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.step-thumbs--mobile {
    bottom: 80px
}

.steps-tabs__list {
    align-items: flex-end
}

.steps-tabs__item {
    width: auto
}

.steps-tabs__item:not(:last-child) {
    margin-left: 40px
}

.steps-tabs__link {
    color: #f2f2f2;
    color: var(--grey);
    font-size: 20px;
    opacity: .7;
    width: auto
}

.active .steps-tabs__link {
    font-size: 22px;
    opacity: 1
}

@media (min-width: 960px) {
    .active .steps-tabs__link {
        font-size: 30px
    }
}

.steps-content {
    height: 100%
}

.news {
    background-color: #0f141c;
    background-color: var(--dark);
    height: 100vh;
    position: relative;
    z-index: 1;
}

.news .wrapper {
    height: 100%
}

.news__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.news__title {
    color: #b4987a;
    color: var(--ocher);
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 960px) {
    .news__title {
        margin-bottom: 90px
    }
}

.news-slider {
    position: relative
}

.news-slider__item {
    color: #c1c1c1;
    color: var(--light-grey);
    cursor: pointer;
    font-size: 14px;
    height: 385px;
    padding-top: 20px;
    width: 270px !important
}

.news-slider__text br {
    display: block;
    margin: 7px 0;
    line-height: 18px;
    content: " "
}

@media (min-width: 960px) {
    .news-slider__item {
        background-color: #1c232f;
        background-color: var(--light-black);
        padding-bottom: 65px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 90px;
        width: 650px !important
    }
}

.news-slider__date {
    color: #b4987a;
    color: var(--ocher);
    font-size: 19px;
    margin-bottom: 35px
}

.news-slider__title {
    color: #fff;
    color: var(--white);
    margin-bottom: 20px;
    width: 70%
}

.news-slider .swiper-button-next, .news-slider .swiper-button-prev {
    display: none;
    top: auto;
bottom:0;
}

.news-slider{padding-bottom:55px;}
    .news-slider .swiper-button-next, .news-slider .swiper-button-prev {
        display: block
    }


.news-slider .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.2 51.5' enable-background='new 0 0 26.2 51.5' xml:space='preserve'%3E%3Cpath id='????_1-2' d='M26.2,1.5L25.7,0L0.5,25.3L0,25.7l0.5,0.5l25.3,25.3l0.5-1.5L2,25.7L26.2,1.5z' fill='%23f1d484'/%3E%3C/svg%3E%0A");
    left: auto;
    right: 120px
}

.news-slider .swiper-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.2 51.5' enable-background='new 0 0 26.2 51.5' xml:space='preserve'%3E%3Cpath id='????_1-2' d='M0,50l0.5,1.5l25.3-25.3l0.5-0.5l-0.5-0.5L0.5,0L0,1.5l24.3,24.3L0,50z' fill='%23f1d484'/%3E%3C/svg%3E%0A");
    right: 40px
}

.footer {
    background-color: #1c160f;
    background-color: var(--brown);
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
@media (min-width: 960px) {
	.news-slider{padding-bottom:0;}
.news-slider .swiper-button-next, .news-slider .swiper-button-prev {
top:110px;
bottom:auto;
	}
}
@media (min-width: 960px) {
    .footer {
        padding-top: 100px
    }
}

.footer__box {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='413.913' height='519.605' viewBox='0 0 413.913 519.605'%3E%3Cpath id='Union_6' data-name='Union 6' d='M115.981,519.6S23.613,414.731,23.613,297.551V35.933S17.268,16.532.044,16.815c-.1-.17,0-7.56,0-7.56h92.82v7.56s-22.1,1.71-22.1,19.118V138.969s41.217-62.356,98.444-95.124S264.573,0,264.573,0l76.006,71.526s-14.766-.4-37.642,3.01v398.1c0,19.16,23,19.966,23,19.966v6.881H231.862s-.254-6.429,0-6.881c18.892.113,22.5-19.966,22.5-19.966V85.671C203.5,101.6,140.977,135.338,98.347,206.822,15.163,346.328,133.87,519.6,133.87,519.6ZM310.425,446.99V428.338a225.916,225.916,0,0,0,51.688-12.449V355c0-9.015-47.1-11.8-47.562-11.827V330.431c.24.014,36.173,2.967,57.354,2.967h.155a345.367,345.367,0,0,0,41.853-2.967V341.2c-.113.071-10.456,6.994-12.251,9.764-2.939,4.507-4.437,16.165-4.451,34.661-.028,24.134,3.123,40.511,3.151,40.68l-.085.042c-4.126,1.681-41.585,16.518-89.839,20.644ZM246.712,445.1A204.033,204.033,0,0,1,193,429.087c-22.453-10.357-40.864-28.175-53.27-51.518-11.53-21.69-17.578-47.265-17.493-73.957.085-27.13,6.457-53.2,18.44-75.4,12.858-23.823,31.708-41.881,54.5-52.225a211.364,211.364,0,0,1,51.561-15.628V177.12a96.764,96.764,0,0,0-36.314,17.38c-27.525,21.52-44.072,53.934-46.573,91.238a149.265,149.265,0,0,0,8.422,59.9A145.6,145.6,0,0,0,205.2,398.623a98.41,98.41,0,0,0,41.542,25.18V445.1ZM392.605,235.492H379.8v-31.03c0-5.709-31.411-22.184-69.379-28.571V157.352c50.783,3.321,89.542,18.482,89.938,18.638l-7.743,59.488v.014Z' transform='translate(0)' fill='%23fff' opacity='0.057'/%3E%3C/svg%3E%0A");
    background-position: 100% 600px;
    background-repeat: no-repeat
}

@media (min-width: 960px) {
    .footer__box {
        background-position: 100% 150px
    }
}

.footer__inner {
    display: flex;
    justify-content: space-between
}

@media (max-width: 959px) {
    .footer__inner {
        align-items: center;
        flex-direction: column;
        text-align: center
    }
}

.contacts__title {
    color: #b4987a;
    color: var(--ocher);
    margin-bottom: 40px
}

@media (min-width: 960px) {
    .contacts__title {
        margin-bottom: 30px
    }
}

.contacts__inner {
    padding-left: 20px
}

.contacts__item:not(:last-child) {
    margin-bottom: 30px
}

.contacts__label {
    color: #707070;
    color: var(--dark-grey);
    font-size: 14px;
    margin-bottom: 15px
}

.contacts__phone {
    display: inline-block;
    margin-bottom: 30px
}

.contacts__phone > a {
    color: #fff;
    color: var(--white);
    font-size: 30px;
    text-decoration: none
}

.contacts__phone > a:hover {
    color: #b4987a;
    color: var(--ocher)
}

@media (min-width: 960px) {
    .contacts__phone {
        margin-bottom: 20px
    }
}

.contacts__text {
    color: #fff;
    color: var(--white);
    font-size: 18px
}

@media (max-width: 959px) {
    .social {
        margin-bottom: 50px
    }
}

.social__item {
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    width: 35px
}

.social__item > svg {
    fill: #fff;
    fill: var(--white);
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.social__item:hover > svg {
    fill: #b4987a;
    fill: var(--ocher)
}

.copyright {
    color: #707070;
    color: var(--dark-grey);
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding-bottom: 55px;
    padding-top: 110px
}

@media (max-width: 959px) {
    .copyright {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 40px;
        text-align: center
    }

    .copyright p:not(.copyright__text) {
        margin-bottom: 15px
    }
}

.copyright__text {
    margin-bottom: 60px
}

@media (min-width: 960px) {
    .copyright__text {
        margin-bottom: 0;
        width: 35%
    }
}

.copyright__link {
    color: #707070;
    color: var(--dark-grey);
    font-weight: 700;
    text-decoration: none;
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard)
}

.copyright__link:hover {
    color: #b4987a;
    color: var(--ocher)
}

.news-popup, .news-popup-modal {
    background-color: #1c232f;
    background-color: var(--light-black);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(0);
    transition-duration: .7s;
    transition-duration: var(--animate-duration-effect);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: var(--animate-easing-standard);
    z-index: 100
}
.news-popup-modal {
	background-color: rgba(28, 35, 47, 0.7);
}
@media (min-width: 960px) {
    .news-popup .simplebar-content-wrapper {
        display: flex;
        align-items: center
    }
}

.news-popup .simplebar-placeholder {
    display: none
}

.news-popup--active, .news-popup-modal--active {
    transform: scale(1)
}

.news-popup .wrapper, .news-popup-modal .wrapper {
    height: 100%
}

.news-popup .js-append-new, .news-popup .js-append-new > div,
.news-popup-modal .js-append-new-modal, .news-popup-modal .js-append-new-modal > div  {
    height: 100%
}

.news-popup__inner, .news-popup-modal__inner {
    color: #fff;
    color: var(--white);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px
}
.news-popup-modal__inner div {width: 100%;}

.news-popup__text br {
    display: block;
    margin: 12px 0;
    line-height: 22px;
    content: " "
}
.news-popup-modal__text {
	width: 100%;
}
.news-popup-modal__text a {
	margin: auto;
    display: block;
}

@media (min-width: 960px) {
    .news-popup__inner, .news-popup-modal__inner {
        align-items: center;
        display: flex
    }
}

.news-popup__inner p {
    margin-bottom: 15px
}

.news-popup__date {
    color: #b4987a;
    color: var(--ocher);
    font-size: 19px;
    margin-bottom: 35px
}

.news-popup__title {
    margin-bottom: 20px
}

.news-popup__close, .news-popup-modal__close {
    align-items: center;
    border-bottom-color: #fff;
    border-bottom-color: var(--white);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #fff;
    border-left-color: var(--white);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 100%;
    border-right-color: #fff;
    border-right-color: var(--white);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #fff;
    border-top-color: var(--white);
    border-top-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 1
}

@media (min-width: 960px) {
    .news-popup__close, .news-popup-modal__close {
        height: 72px;
        right: 35px;
        top: 55px;
        width: 72px
    }
}

.news-popup__close > svg, .news-popup-modal__close > svg {
    fill: #fff;
    fill: var(--white);
    height: 22px;
    width: 22px
}

.popup {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.popup .simplebar-placeholder {
    display: none
}

.popup--active {
    display: block
}

.popup__inner {
    height: 747px;
    left: 50%;
    max-height: calc(100% - 20px);
    max-width: 478px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px)
}

@media (min-width: 960px) {
    .popup__inner {
        padding: 65px 50px 50px;
    }
}

.popup__inner--black {
    background-color: #000;
    background-color: var(--black);
    color: #fff;
    color: var(--white)
}

.popup__inner--white {
    background-color: #fff;
    background-color: var(--white);
    color: #0f141c;
    color: var(--dark)
}

.popup__inner--white .phone a {
    color: #0f141c;
    color: var(--dark)
}

.popup__close {
    border-radius: 100%;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px
}

@media (min-width: 960px) {
    .popup__close {
        right: 30px;
        top: 30px
    }
}

.popup__inner--white .popup__close > svg {
    fill: #0f141c;
    fill: var(--dark)
}

.popup__inner--black .popup__close > svg {
    fill: #fff;
    fill: var(--white)
}

.popup__body {
    text-align: center
}

.popup__subtitle {
    font-size: 14px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 70%
}

.popup .btn, .popup .field {
    width: 100%
}

.preloader {
    background-color: #0f141c;
    background-color: var(--dark);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 110;
    transition-duration: .5s;
    transition-property: bottom;
    transition-timing-function: ease-in-out;
    width: 100vw;
}

.preloader.hidden {
    bottom: 100%;
    visibility: hidden;
}

@keyframes fillUp {
    0% {
        transform: translate(0, 135px)
    }
    100% {
        transform: translate(0, -135px)
    }
}

.preloader__animation {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 106px;
    height: 132px;
    margin: 0 auto;
    background: #1c160f;
    position: absolute;
    opacity: 1;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: ease-in-out
}

.hidden .preloader__animation {
    opacity: 0
}

.preloader__icon {
    position: absolute;
    top: -1px;
    left: -2px;
    z-index: 1;
    width: 110px;
    height: 135px;
    fill: #fff
}

.preloader__fill {
    width: 205px;
    height: 135px;
    background: #b4987a;
    animation: fillUp 1.5s ease-in-out infinite
}

.mejs__overlay-button {
    background-image: url(../styles/images/mejs-controls.svg)
}

.mejs__overlay-loading-bg-img {
    background-image: url(../styles/images/mejs-controls.svg)
}

.mejs__button > button {
    background-image: url(../styles/images/mejs-controls.svg)
}

.scroll::-webkit-scrollbar {
    width: 5px
}

.scroll::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 5px
}

.scroll::-webkit-scrollbar-thumb {
    background: #000;
    opacity: .5
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #000
}
.nicescroll-rails{z-index:99!important;}
.block-brands{display:flex;justify-content:center;margin-left:0!important}
.block-brands div:first-child{margin-left:0;}
.nowrap{white-space:nowrap;}