@import url(https://fonts.googleapis.com/css?family=Rubik:regular,500&display=swap);

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:regular,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Roboto:regular&display=swap);

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

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Rubik";
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Rubik";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    background-color: #181F27;
    color: #181618;
}

body._lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

html {
    font-size: 16px;
}

.wrapper,
.site {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper > main,
.wrapper .site-content,
.site > main,
.site .site-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > *,
.site > * {
    min-width: 0;
}

header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
}

[class*=__container] {
    max-width: 71.625rem;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.fancybox__container {
    max-width: none;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.swiper-button-lock {
    display: none !important;
}

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

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn-color {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FCD462;
    height: 64px;
    padding: 0px 52px;
    position: relative;
    overflow: hidden;
    color: #12181F;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    white-space: nowrap;
}

.btn-color:after {
    background: #FFFFFF;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.btn-color:hover {
    color: inherit;
    box-shadow: 0px 14px 24px rgba(190, 173, 142, 0.3);
}

.btn-color:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    font-family: "Playfair Display";
    background: linear-gradient(176.59deg, #c38b00 13.22%, #fdd973 38.09%, #fff3d1 43.06%, #fdd973 46.89%, #e9c154 58.36%, #fff0c8 66.4%, #c48b00 86.67%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.1285714286;
    letter-spacing: 1px;
    font-weight: 400;
}

.section-title span {
    display: block;
    font-family: "Rubik";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.2em;
    line-height: 1.3;
    letter-spacing: 3px;
    color: #FCD462;
}

.no-scroll::-webkit-scrollbar {
    width: 0;
}

.no-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (min-width: 1176px) {
    .section-title {
        font-size: 70px;
    }
}

@media (max-width: 320px) {
    .section-title {
        font-size: 36px;
    }
}

@media (min-width: 320px) and (max-width: 1176px) {
    .section-title {
        font-size: clamp( 36px , 23.2897196262px  +  3.9719626168vw , 70px );
    }
}