html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.container {
  max-width: 1920px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 12px;
  }
}

html {
  scroll-behavior: smooth;
}

.menu {
  padding: 30px 10px;
}
@media (max-width: 991px) {
  .menu {
    display: none;
  }
}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu ul li {
  margin-left: 20px;
}
.menu ul li:first-child {
  margin-left: 0;
}
.menu ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
}

.top-head {
  display: flex;
  align-items: center;
  padding: 70px 0 190px;
}
@media (max-width: 1100px) {
  .top-head {
    flex-direction: column;
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .top-head {
    padding: 30px 0 20px;
  }
}
.top-head__col {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .top-head__col {
    flex: 0 0 100%;
  }
}

@media (max-width: 1400px) {
  .logo {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 280px;
  }
}

.main-description {
  max-width: 700px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .main-description {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .main-description {
    display: none;
  }
}

.main-description-mobile {
  display: none;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .main-description-mobile {
    display: block;
  }
}

.countdown-inner {
  max-width: max-content;
}

.countdown-box {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 1400px) {
  .countdown-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .countdown-box {
    margin-bottom: 285px;
  }
}

.countdown__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Vogue Cyr";
}

.countdown {
  display: flex;
}
.countdown h6 {
  font-size: 150px;
  font-weight: bold;
  line-height: 1;
  font-family: "Vogue Cyr";
}
@media (max-width: 1600px) {
  .countdown h6 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .countdown h6 {
    font-size: 68px;
  }
}
@media (max-width: 380px) {
  .countdown h6 {
    font-size: 60px;
  }
}
.countdown p {
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .countdown p {
    font-size: 9px;
    line-height: 11px;
  }
}

.countdown-item {
  text-align: center;
  width: 200px;
  letter-spacing: 5px;
}
@media (max-width: 1600px) {
  .countdown-item {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .countdown-item {
    width: 90px;
  }
}
@media (max-width: 380px) {
  .countdown-item {
    width: 82px;
  }
}

.top-footer {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .top-footer {
    padding: 20px 12px;
  }
}
.top-footer__title {
  font-size: 64px;
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
  font-family: "Vogue Cyr";
}
@media (max-width: 991px) {
  .top-footer__title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.top-footer__title .title-arrow {
  position: absolute;
  right: 100%;
  top: 0;
  width: 248px;
  height: 103px;
}
@media (max-width: 991px) {
  .top-footer__title .title-arrow {
    display: none;
  }
}
.top-footer__button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-footer__button-group .button {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .top-footer__button-group {
    display: block;
  }
  .top-footer__button-group .button {
    margin: 5px auto;
  }
}

.button-grill {
  position: absolute;
  top: 16px;
  transform: translateX(80px);
  transition: 0.5s top cubic-bezier(0.7, 0, 0.84, 0);
}
@media (max-width: 991px) {
  .button-grill {
    transform: none;
    top: 15px;
    right: 18%;
  }
}
@media (max-width: 380px) {
  .button-grill {
    right: 9%;
  }
}

.button-fileo {
  position: absolute;
  top: 1px;
  transform: translateX(55px);
  transition: 0.5s top cubic-bezier(0.7, 0, 0.84, 0);
}
@media (max-width: 991px) {
  .button-fileo {
    transform: none;
    top: -6px;
    width: 140px;
    right: 10%;
  }
}

.button {
  padding: 29px 65px;
  border-radius: 120px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  min-width: 600px;
  position: relative;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-family: "Vogue Cyr";
  transition: 0.5s all cubic-bezier(0.7, 0, 0.84, 0);
}
@media (max-width: 1300px) {
  .button {
    min-width: 550px;
  }
}
@media (max-width: 1200px) {
  .button {
    max-width: 400px;
    font-size: 22px;
    line-height: 1;
    padding: 17px 30px;
    display: block;
    min-width: 0;
  }
}
@media (max-width: 520px) {
  .button {
    max-width: 100%;
  }
}
.button:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.button-red {
  background-color: #E30613;
}
.button-yellow {
  background-color: #FFD300;
}

.starlight-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateZ(0);
  will-change: transform;
  animation: blink 3s infinite;
}
@media (max-width: 991px) {
  .starlight-parallax {
    display: none;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.section-top {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 1600px) {
  .section-top {
    background-position: top right -200px;
  }
}

.responsive-youtube {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.responsive-youtube::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

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

.section-receipt {
  min-height: 1100px;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .section-receipt {
    min-height: 0;
  }
}
@media (max-width: 991px) {
  .section-receipt {
    display: none;
  }
}

.receipt {
  display: flex;
}
@media (max-width: 991px) {
  .receipt {
    margin: 0 -12px;
  }
}

.receipt-item-box {
  flex-grow: 1;
  min-height: 1100px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .receipt-item-box {
    min-height: 0;
    padding: 20px 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.receipt-title {
  pointer-events: none;
  font-size: 45px;
  font-family: "MADE Waffle Soft";
  line-height: 1;
  max-width: 780px;
  padding: 50px 0;
  position: absolute;
  right: 20px;
}
.receipt-title.hide {
  animation: hide 1s forwards;
}
.receipt-title.show {
  animation: show 1s forwards;
}
@media (max-width: 1300px) {
  .receipt-title {
    padding: 30px 0 0;
    font-size: 30px;
    max-width: 550px;
  }
}
@media (max-width: 1170px) {
  .receipt-title {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .receipt-title {
    z-index: 2;
    right: auto;
    left: 0;
    padding: 20px 12px;
    width: 100%;
    max-width: 100%;
  }
  .receipt-title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .receipt-title p {
    max-width: 390px;
    font-size: 22px;
    position: relative;
  }
}

.receipt-item {
  padding: 50px 10px 30px 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  max-width: 555px;
  margin: 20px 0;
  transition: 0.5s all cubic-bezier(0.7, 0, 0.84, 0);
}
@media (max-width: 991px) {
  .receipt-item {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 20px 10px 20px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
  .receipt-item.open {
    height: 100%;
    padding-top: 50px;
  }
  .receipt-item.open .receipt-item__box {
    max-height: 100%;
  }
}
.receipt-item__box {
  max-height: 740px;
  overflow-y: auto;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .receipt-item__box {
    max-height: 160px;
    position: relative;
  }
}
.receipt-item__box::-webkit-scrollbar {
  width: 4px;
}
.receipt-item__box::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
.receipt-item__box::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 100px;
}
.receipt-item h3 {
  font-family: "Vogue Cyr";
  font-size: 96px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .receipt-item h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.receipt-item h4 {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  margin: 23px 0;
}
@media (max-width: 991px) {
  .receipt-item h4 {
    font-size: 18px;
    line-height: 23px;
    margin: 15px 0;
  }
}
.receipt-item h5 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .receipt-item h5 {
    font-size: 18px;
    line-height: 23px;
  }
}
.receipt-item ul, .receipt-item ol {
  list-style-type: disc;
  margin-left: 30px;
  padding-bottom: 10px;
}
.receipt-item ul li, .receipt-item ol li {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .receipt-item ul li, .receipt-item ol li {
    font-size: 18px;
    line-height: 23px;
  }
}
.receipt-item ol {
  list-style-type: decimal;
}

.section-receipt-mobile {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .section-receipt-mobile {
    display: block;
  }
}

.receipt-carousel-single {
  background-position: top -50px center;
  background-size: 1230px;
  height: 664px;
}

.read-more {
  position: absolute;
  right: 13px;
  cursor: pointer;
  padding: 1px 8px;
  top: -15px;
  font-size: 12px;
  height: 32px;
  display: flex;
  align-items: center;
}

.read-less {
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  right: 25px;
  top: 25px;
  z-index: 1;
}

.prev-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/prev.svg");
  width: 50px;
  height: 50px;
  z-index: 2;
  border: none;
  background-color: transparent;
}
.prev-btn.disabled {
  opacity: 0.3;
}

.next-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/next.svg");
  width: 50px;
  height: 50px;
  z-index: 2;
  border: none;
  background-color: transparent;
}
.next-btn.disabled {
  opacity: 0.3;
}

.owl-nav {
  display: none;
}

.section-main-description-mobile {
  padding: 35px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .section-main-description-mobile {
    display: block;
  }
}
.section-main-description-mobile:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(circle, rgba(87, 67, 116, 0.4) 40%, rgba(0, 0, 0, 0.14) 70%);
}
.section-main-description-mobile > * {
  position: relative;
}

.main-description-mobile-arrow {
  margin: 20px 0 0;
  text-align: center;
}

/*# sourceMappingURL=screen.css.map */
