/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  box-sizing: border-box; }

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

body {
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  background: #000; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

html {
  scroll-behavior: smooth; }

button {
  outline: unset;
  border: unset; }

.container {
  max-width: 1359px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.scroll-block {
  opacity: 0; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  border-radius: 12px;
  background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
  box-shadow: 0px 4px 0px 0px #7D1B1A;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px #B62D2D;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s background-color ease-in-out; }
  .button:hover {
    transition: 0.3s background-color ease-in-out;
    background: linear-gradient(90deg, #DA2E2D 0%, #FF5D5C 51%, #DA2E2D 100%); }
  .button--green {
    background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
    text-shadow: 0px 1px 1px #B2942E; }
  .button--green:hover {
    background: linear-gradient(90deg, #E0B620 0%, #FAD149 51%, #B08F17 100%); }

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  text-transform: uppercase;
  background: linear-gradient(93deg, #B9B9B9 1.41%, #F4F4F4 21.5%, #DFDFDF 51.63%, #F9F9F9 75.73%, #9A9A9A 101.85%);
  background-clip: text;
  color: transparent; }

.close-button {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 41px;
  background: #EDEDED;
  border-radius: 50%;
  cursor: pointer; }
  .close-button:after, .close-button:before {
    content: '';
    width: 18px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .close-button:after {
    transform: rotate(45deg); }
  .close-button:before {
    transform: rotate(315deg); }

.input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #B9B9B9;
  background: linear-gradient(111deg, #2B3238 0%, #353C43 50%, #2A3138 100%); }

.fixed-nav {
  margin-left: 20px !important; }
  .fixed-nav a {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    color: lightgrey; }
  .fixed-nav a:after {
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px; }
  .fixed-nav .is-active a {
    padding-left: 30px;
    color: #fff; }
    .fixed-nav .is-active a:after {
      content: ''; }
  .fixed-nav a:not(:last-child) {
    margin-bottom: 12px; }

.pin-spacer {
  position: fixed !important;
  top: 30% !important;
  left: 20px !important;
  z-index: 10; }

.card-block__wrapper {
  perspective: 1000px; }

.placeholder {
  position: relative;
  z-index: 1;
  pointer-events: none;
  padding: 0.3rem 0rem;
  font-size: 0.6rem;
  opacity: 0.6;
  left: 20px;
  top: 30px;
  transform-origin: left; }

@media (max-width: 1800px) {
  .fixed-nav {
    display: none; } }
@media (max-width: 1150px) {
  .title {
    font-size: 42px; } }
@media (max-width: 860px) {
  .title {
    font-size: 40px; } }
@media (max-width: 620px) {
  .container {
    padding-right: 16px;
    padding-left: 16px; }

  .title {
    font-size: 32px; } }
@media (max-width: 560px) {
  .title {
    font-size: 24px; }

  .input {
    width: 93%; } }
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20; }
  .header__nav {
    display: flex;
    align-items: center; }
  .header__link {
    padding-bottom: 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    .header__link:hover {
      background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
      background-clip: text;
      color: transparent; }
    .header__link:after {
      display: block;
      content: '';
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      width: 100%;
      transform: translateX(-101%); }
    .header__link:hover:after {
      transition: transform 0.3s ease;
      transform: translateX(0); }
  .header__link.animate-out:after {
    transition: transform 0.3s ease !important;
    transform: translateX(100%) !important; }
  .header__link:not(:last-child) {
    margin-right: 40px; }
  .header__mobile-menu {
    display: none;
    z-index: 20;
    cursor: pointer; }
  .header__mobile-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    position: relative; }
  .header__mobile-button {
    width: 28px;
    height: 2px;
    background: linear-gradient(143.27deg, #B9B9B9 12.43%, #F4F4F4 20.63%, #DFDFDF 50%, #F9F9F9 73.52%, #9A9A9A 100%);
    border-radius: 4px; }
    .header__mobile-button:after, .header__mobile-button:before {
      content: '';
      width: 18px;
      height: 2px;
      position: absolute;
      border-radius: 4px;
      background: linear-gradient(143.27deg, #B9B9B9 12.43%, #F4F4F4 20.63%, #DFDFDF 50%, #F9F9F9 73.52%, #9A9A9A 100%); }
    .header__mobile-button:after {
      top: 4px;
      right: 2px; }
    .header__mobile-button:before {
      bottom: 4px;
      left: 2px; }

@media (max-width: 990px) {
  .header__nav {
    display: none; }
  .header__mobile-menu {
    display: flex; }
  .header.has-scrolled {
    width: 100%;
    max-width: unset;
    padding-left: 10%;
    padding-right: 10%;
    position: fixed;
    background: rgba(0, 0, 0, 0.57); }
  .header.has-scrolled .header__mobile-menu {
    display: flex; }
  .header.has-scrolled .header__logo {
    order: 1; }
  .header.has-scrolled .header__nav {
    order: 2; }
  .header.has-scrolled .header__mobile-menu {
    order: 3; } }
@media (max-width: 620px) {
  .header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: rgba(0, 0, 0, 0.87) !important; }
    .header img {
      width: 136px; } }
.main-block {
  width: 100%;
  height: 820px;
  background: url("../images/main-block/bg.png") top no-repeat;
  background-size: 100%; }
  .main-block__wrapper {
    display: flex;
    align-items: center;
    height: 100%; }
  .main-block__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 55%; }
  .main-block__content h1 {
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: 72px;
    line-height: 1.2;
    background: linear-gradient(93deg, #B9B9B9 1.41%, #F4F4F4 21.5%, #DFDFDF 51.63%, #F9F9F9 75.73%, #9A9A9A 101.85%);
    background-clip: text;
    color: transparent;
    text-transform: uppercase; }
  .main-block__content span {
    margin-bottom: 72px;
    font-size: 16px;
    line-height: 1.75;
    color: #fff; }
  .main-block__buttons {
    display: flex;
    align-items: center; }
  .main-block__buttons a {
    width: 292px; }
  .main-block__buttons a:not(:last-child) {
    margin-right: 32px; }

@media (max-width: 1622px) {
  .main-block__content h1 {
    font-size: 62px; }
  .main-block__content span {
    margin-bottom: 52px; } }
@media (max-width: 1544px) {
  .main-block__content {
    margin-top: -90px; }
    .main-block__content h1 {
      font-size: 52px; } }
@media (max-width: 1420px) {
  .main-block {
    height: 825px;
    background-size: auto; }
    .main-block__content {
      margin-top: 0; } }
@media (max-width: 1255px) {
  .main-block {
    background-position-x: -375px; } }
@media (max-width: 1126px) {
  .main-block {
    background-position-x: -475px; } }
@media (max-width: 1016px) {
  .main-block {
    background-position-x: -575px; } }
@media (max-width: 990px) {
  .main-block__content h1 {
    font-size: 48px; }
  .main-block__content span {
    font-size: 14px; } }
@media (max-width: 920px) {
  .main-block {
    background-position-x: -625px; } }
@media (max-width: 900px) {
  .main-block {
    background-position-x: -700px; }
    .main-block__content {
      width: 66%; } }
@media (max-width: 804px) {
  .main-block {
    background-position-x: -750px; } }
@media (max-width: 750px) {
  .main-block {
    background-position-x: -800px; } }
@media (max-width: 680px) {
  .main-block {
    background-position-x: -850px; } }
@media (max-width: 670px) {
  .main-block__buttons {
    flex-direction: column; }
    .main-block__buttons a:not(:last-child) {
      margin-right: 0;
      margin-bottom: 24px; } }
@media (max-width: 620px) {
  .main-block {
    height: 730px;
    background: url("../images/main-block/bg-mobile.png") no-repeat;
    background-size: 100%;
    background-position-y: -75px; }
    .main-block__wrapper {
      position: relative; }
      .main-block__wrapper:after {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0; }
    .main-block__content {
      width: 100%;
      z-index: 1; }
      .main-block__content h1 {
        font-size: 32px; }
      .main-block__content span {
        margin-bottom: 32px; } }
@media (max-width: 550px) {
  .main-block {
    background-position-y: -50px; } }
@media (max-width: 425px) {
  .main-block {
    height: 624px;
    background-position-y: 0; }
    .main-block__content {
      margin-top: 60px; }
    .main-block__buttons {
      width: 100%; }
    .main-block__buttons a {
      width: 100%; } }
@media (max-width: 359px) {
  .main-block {
    height: 565px; }
    .main-block__content h1 {
      font-size: 28px; }
    .main-block__buttons a {
      height: 62px; } }
.block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1; }
  .block__column--1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 57%;
    color: #fff; }
    .block__column--1 h2 {
      margin-bottom: 32px; }
    .block__column--1 span {
      margin-bottom: 48px;
      font-size: 16px; }
    .block__column--1 a {
      width: 292px; }
  .block__icon {
    margin-bottom: 8px; }
  .block__column--2 {
    position: absolute;
    right: 60px;
    bottom: -120px; }

.block-2 {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative; }
  .block-2__bg {
    position: absolute;
    right: 0;
    bottom: -240px;
    z-index: -1; }
  .block-2__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .block-2__column--1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%; }
    .block-2__column--1 h3 {
      max-width: 75%;
      margin-bottom: 24px; }
    .block-2__column--1 p {
      max-width: 85%;
      margin-bottom: 42px;
      font-size: 16px;
      color: #fff;
      line-height: 2; }
  .block-2__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 45px;
    border-radius: 24px;
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(111deg, #181B1F 0%, #282D33 52.5%, #212529 100%);
    color: #fff;
    position: relative; }
    .block-2__info h5 {
      margin-bottom: 12px;
      font-size: 32px;
      font-weight: 600; }
    .block-2__info span {
      max-width: 70%;
      font-size: 14px; }
    .block-2__info img {
      position: absolute;
      right: 0;
      bottom: 0; }
  .block-2__icon {
    margin-bottom: 8px; }
  .block-2__column--2 {
    display: flex;
    flex-direction: column;
    width: 38%;
    height: 100%;
    padding: 48px;
    border-radius: 24px;
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
    color: #fff; }
    .block-2__column--2 h5 {
      margin-bottom: 28px;
      font-size: 20px;
      font-weight: 600;
      text-align: center; }
    .block-2__column--2 b {
      margin-bottom: 12px;
      font-size: 96px;
      font-weight: 600;
      text-align: center;
      background: linear-gradient(93deg, #B9B9B9 1.41%, #F4F4F4 21.5%, #DFDFDF 51.63%, #F9F9F9 75.73%, #9A9A9A 101.85%);
      background-clip: text;
      color: transparent; }
    .block-2__column--2 span {
      margin-bottom: 48px;
      font-size: 14px;
      text-align: center; }
    .block-2__column--2 a {
      width: 292px;
      margin-left: auto;
      margin-right: auto;
      background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
      border: 1px solid #E1C565; }
  .block-2__mobile-title {
    display: none;
    margin-bottom: 32px; }
    .block-2__mobile-title h3 {
      text-align: center; }

.block-3 {
  padding-top: 120px;
  padding-bottom: 116px;
  position: relative;
  overflow: hidden; }
  .block-3__smoke-1 {
    position: absolute;
    left: 0;
    top: 0; }
  .block-3__smoke-2 {
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: -1; }
  .block-3__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative; }
  .block-3__column--1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%; }
  .block-3__column--2 {
    display: flex;
    position: absolute;
    bottom: -117px;
    right: -60px;
    z-index: -1; }
  .block-3__icon {
    margin-bottom: 8px; }
  .block-3 h3 {
    margin-bottom: 48px; }
  .block-3__items {
    width: 100%; }
  .block-3__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 132px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 24px;
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(111deg, #2B3238 0%, #353C43 50%, #2A3138 100%);
    color: #fff; }
  .block-3__item:not(:last-child) {
    margin-bottom: 16px; }
  .block-3__content {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin-left: 20px; }
    .block-3__content h5 {
      margin-bottom: 12px;
      font-size: 20px; }
    .block-3__content span {
      font-size: 14px; }
  .block-3__image-wrapper {
    display: flex;
    justify-content: center;
    width: 624px;
    height: 696px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%); }
    .block-3__image-wrapper img {
      margin-bottom: -30px; }

@media (max-width: 1250px) {
  .block-2__info {
    overflow: hidden; }
    .block-2__info img {
      right: -85px;
      bottom: -25px; } }
@media (max-width: 1150px) {
  .block__column--1 {
    width: 100%; }
    .block__column--1 span {
      max-width: 60%;
      font-size: 14px; }
  .block__column--2 {
    width: 400px;
    height: 250px;
    bottom: 95px; }
    .block__column--2 img {
      width: 100%; }

  .block-2__column--2 {
    padding-left: 16px;
    padding-right: 16px; }
    .block-2__column--2 a {
      width: 223px; }

  .block-3__column--1 {
    width: 60%; } }
@media (max-width: 990px) {
  .block__column--1 span {
    max-width: 55%; }
  .block__column--2 {
    width: 460px;
    bottom: 146px; }

  .block-2 {
    margin-bottom: 80px; }
    .block-2__bg {
      width: 330px;
      height: 330px;
      bottom: -135px; }
    .block-2__column--1 h3 {
      max-width: 100%; }
    .block-2__column--1 p {
      max-width: 100%;
      font-size: 14px; }
    .block-2__column--2 h5 {
      font-size: 14px; }
    .block-2__column--2 b {
      font-size: 64px; }
    .block-2__column--2 span {
      font-size: 13px; }
    .block-2__info {
      padding: 30px 24px; }
      .block-2__info h5 {
        font-size: 24px; }
      .block-2__info span {
        max-width: 66%; }

  .block-3__column--1 {
    width: 75%; }
  .block-3__column--2 {
    width: 572px;
    right: -160px; }
    .block-3__column--2 img {
      width: 100%; }
  .block-3__smoke-1, .block-3__smoke-2 {
    display: none; } }
@media (max-width: 755px) {
  .block__column--1 {
    align-items: center; }
    .block__column--1 h2 {
      margin-bottom: 375px;
      text-align: center; }
    .block__column--1 span {
      max-width: unset; }
  .block__column--2 {
    width: 375px;
    top: 270px;
    bottom: unset;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

  .block-2__wrapper {
    flex-direction: column;
    align-items: center; }
  .block-2__column {
    width: 100%; }
  .block-2__column--2 {
    max-width: 400px;
    margin-bottom: 32px;
    order: 2; }
  .block-2__column--1 {
    order: 3; }
  .block-2__column--1 h3, .block-2__column--1 .block-2__icon {
    display: none; }
  .block-2__mobile-title {
    display: flex;
    flex-direction: column;
    align-items: center; } }
@media (max-width: 620px) {
  .block-3 {
    padding-top: 80px;
    padding-bottom: 80px; }
    .block-3 h3 {
      margin-bottom: 375px; }
    .block-3__wrapper {
      flex-direction: column; }
    .block-3__column--1 {
      align-items: center;
      width: 100%; }
    .block-3__column--2 {
      width: 275px;
      top: 80px;
      bottom: unset;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .block-3__image-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 400px; }
      .block-3__image-wrapper img {
        margin-bottom: 0; } }
@media (max-width: 560px) {
  .block {
    padding-top: 80px;
    padding-bottom: 80px; }
    .block__column--1 h2 {
      margin-bottom: 300px; }
    .block__column--2 {
      width: 300px;
      top: 200px; }

  .block-2 {
    margin-top: 60px;
    margin-bottom: 60px; }
    .block-2__info img {
      width: 150px;
      right: -45px;
      bottom: 2px; }

  .block-3__item {
    flex-direction: column;
    height: auto;
    padding: 24px; }
  .block-3__content {
    width: 100%;
    max-width: unset;
    padding: 0;
    margin-left: 0; }
    .block-3__content h5, .block-3__content span {
      text-align: center; } }
@media (max-width: 375px) {
  .block__column--2 {
    top: 230px; } }
.card-block {
  position: relative;
  z-index: 1; }
  .card-block:before {
    content: '';
    width: calc(100% + 48px);
    max-width: calc(1359px + 48px);
    height: 80%;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    border-radius: 40px;
    background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
    z-index: -2; }
  .card-block__bg {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 80px 48px;
    margin-top: -10px;
    border-radius: 40px;
    background: linear-gradient(111deg, #212529 0%, #212529 100%);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    z-index: 1; }
  .card-block__image {
    position: absolute;
    z-index: -3; }
    .card-block__image--1 {
      left: 0;
      top: 10%; }
    .card-block__image--2 {
      right: 0;
      bottom: 10%; }
  .card-block__icon {
    margin-bottom: 8px; }
  .card-block h3 {
    margin-bottom: 48px;
    z-index: 1; }
  .card-block__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    z-index: 1; }

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 248px;
  margin-bottom: 24px;
  border-radius: 24px;
  border: 1px solid rgba(185, 185, 185, 0.5);
  background: linear-gradient(111deg, #293037 0%, #353C43 50.5%, #2B333A 100%);
  color: #fff; }
  .card img {
    margin-bottom: 12px; }
  .card h5 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .card span {
    max-width: 75%;
    font-size: 14px;
    text-align: center; }

@media (max-width: 1435px) {
  .card-block:before {
    width: 100%; }
  .card-block__bg {
    width: 95%; }
  .card-block__image {
    display: none; } }
@media (max-width: 990px) {
  .card-block:before {
    height: 90%;
    top: 5%; }
  .card-block__bg {
    padding: 40px 24px; }

  .card {
    width: 48%; } }
@media (max-width: 700px) {
  .card {
    height: 188px; }
    .card img {
      width: 32px;
      height: 32px; }
    .card h5 {
      font-size: 16px; } }
@media (max-width: 620px) {
  .card-block__wrapper {
    flex-direction: column; }

  .card {
    max-width: 400px;
    width: 100%; } }
.steps {
  width: 100%;
  height: 655px;
  padding-bottom: 120px;
  padding-top: 99px;
  background: url("../images/steps/bg.jpg") center no-repeat; }
  .steps__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .steps__logo {
    margin-bottom: 8px; }
  .steps h3 {
    margin-bottom: 60px;
    text-align: center; }
  .steps__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1; }
  .steps__item {
    position: relative;
    width: 264px;
    height: 264px;
    perspective: 1000px;
    cursor: pointer; }
  .steps__item-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 264px;
    height: 264px;
    border-radius: 50%;
    border: 1px solid #B9B9B9;
    background: linear-gradient(111deg, #282D33 0%, #3C444D 48%, #272D34 100%);
    box-shadow: 0px 4px 24px 0px #1A1E22;
    position: relative;
    color: #fff; }
    .steps__item-front:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 20px solid #363D44;
      position: absolute;
      bottom: -20px;
      z-index: -1; }
    .steps__item-front h5 {
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: 600;
      text-align: center; }
    .steps__item-front span {
      font-size: 14px;
      text-align: center; }
  .steps__item--gold .steps__item-front, .steps__item--gold .steps__item-back {
    background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%); }
  .steps__item--gold .steps__item-front:before {
    border-top: 20px solid #c5a127; }
  .steps__item-front, .steps__item-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.5s; }
  .steps__item-back {
    display: none;
    border-radius: 50%;
    border: 1px solid #B9B9B9;
    background: linear-gradient(111deg, #282D33 0%, #3C444D 48%, #272D34 100%);
    box-shadow: 0px 4px 24px 0px #1A1E22;
    transform: rotateY(360deg); }
  .steps__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    left: 10px;
    background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
    border-radius: 50%; }
  .steps__item--gold .steps__icon {
    background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%); }
  .steps__item-step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #101214;
    box-shadow: 0px 2px 6px 0px #191C1F;
    font-size: 14px;
    color: #c5a127; }
  .steps__item--gold .steps__item-step {
    color: white;
    background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%); }

@media (max-width: 1150px) {
  .steps {
    padding-top: 34px;
    padding-bottom: 61px;
    background: url("../images/steps/bg-tablet.jpg") center no-repeat;
    height: auto; }
    .steps__items {
      flex-wrap: wrap;
      width: 70%; }
    .steps__item {
      margin-bottom: 110px; } }
@media (max-width: 860px) {
  .steps__items {
    width: 90%; } }
@media (max-width: 692px) {
  .steps {
    padding-top: 25px;
    padding-bottom: 0;
    background: url("../images/steps/bg-mobile.jpg") center no-repeat;
    background-size: cover; }
    .steps h3 {
      margin-bottom: 45px; }
    .steps__items {
      flex-direction: column; } }
@media (max-width: 360px) {
  .steps__item {
    width: 220px;
    height: 220px;
    margin-bottom: 105px; }
    .steps__item span {
      max-width: 90%; } }
.slider {
  width: 100%;
  height: 695px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../images/slider/bg.jpg") center no-repeat; }
  .slider__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .slider__icon {
    margin-bottom: 8px; }
  .slider h3 {
    margin-bottom: 48px; }
  .slider__slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 48px; }
  .slider__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 32%;
    padding: 40px 24px;
    border-radius: 24px;
    border: 1px solid #B9B9B9;
    background: linear-gradient(111deg, #2B3238 0%, #353C43 50%, #2A3138 100%);
    position: relative; }
    .slider__item span {
      margin-bottom: 23px;
      font-size: 14px;
      color: #fff; }
  .slider__item-icon {
    position: absolute;
    top: 24px;
    right: 24px; }
  .slider__item-top {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .slider__item-top h5 {
      margin-left: 20px;
      font-size: 20px;
      font-weight: 600;
      color: #fff; }
  .slider__item-date {
    display: flex;
    align-items: center; }
    .slider__item-date span {
      margin-left: 8px;
      margin-bottom: 0;
      background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
      background-clip: text;
      color: transparent; }
  .slider__toggle-wrapper {
    display: flex;
    align-items: center; }
  .slider__toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #363c42;
    cursor: pointer; }
  .slider__toggle:not(:last-child) {
    margin-right: 18px; }
  .slider__toggle.active {
    background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%); }

@media (max-width: 1350px) {
  .slider .container {
    padding-right: 0; }
  .slider h3 {
    text-align: center; }
  .slider__slider {
    overflow: auto; }
  .slider__item {
    min-width: 424px;
    width: 424px;
    height: 262px; }
  .slider__item:not(:last-child) {
    margin-right: 24px; } }
@media (max-width: 590px) {
  .slider {
    height: 630px;
    padding-top: 80px;
    padding-bottom: 40px; } }
.footer {
  width: 100%;
  height: 454px;
  background-image: url("../images/footer/bg.png");
  background-repeat: no-repeat;
  background-position: left; }
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 80px;
    margin-bottom: 48px; }
  .footer__center {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .footer__center img {
      width: 163px;
      margin-top: -24px; }
  .footer__nav {
    display: flex;
    align-items: center; }
  .footer__link {
    display: flex;
    padding-bottom: 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    .footer__link:hover {
      background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
      background-clip: text;
      color: transparent; }
    .footer__link:after {
      display: block;
      content: '';
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      width: 100%;
      transform: translateX(-101%); }
    .footer__link:hover:after {
      transition: transform 0.3s ease;
      transform: translateX(0); }
  .footer__link.animate-out:after {
    transition: transform 0.3s ease !important;
    transform: translateX(100%) !important; }
  .footer__link:not(:last-child) {
    margin-right: 80px; }
  .footer__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: 84px;
    margin-top: 48px;
    border-radius: 12px;
    border: 1px solid var(--Gradient-Red, #B42726);
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
    background-clip: text;
    color: transparent;
    text-decoration: none; }
    .footer__button img {
      width: 32px;
      height: 32px;
      margin-right: 12px;
      margin-top: 0; }
    .footer__button:hover {
      color: #fff;
      background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
      box-shadow: 0px 4px 0px 0px #7D1B1A; }
  .footer__telegram--hover, .footer__button:hover .footer__telegram {
    display: none; }
  .footer__button:hover .footer__telegram--hover {
    display: flex; }
  .footer__bottom {
    width: 100%;
    border-top: 1px solid #1F2327; }
  .footer__bottom-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px; }
  .footer__copyryting {
    font-size: 16px;
    background: linear-gradient(93deg, #B9B9B9 1.41%, #F4F4F4 21.5%, #DFDFDF 51.63%, #F9F9F9 75.73%, #9A9A9A 101.85%);
    background-clip: text;
    color: transparent; }
  .footer__top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%); }
    .footer__top-button:hover {
      background: linear-gradient(90deg, #E0B620 0%, #FAD149 51%, #B08F17 100%);
      box-shadow: 0px 4px 0px 0px #876F21; }

@media (max-width: 1250px) {
  .footer__link:not(:last-child) {
    margin-right: 45px; } }
@media (max-width: 1250px) {
  .footer {
    height: auto; }
    .footer__center {
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      order: 1;
      padding-bottom: 32px;
      border-bottom: 1px solid #1F2327; }
      .footer__center img {
        margin-top: 0; }
    .footer__button {
      margin-top: 0; }
    .footer__nav {
      margin-top: 32px;
      order: 2; }
    .footer__wrapper {
      flex-wrap: wrap;
      margin-bottom: 32px;
      padding-top: 44px; } }
@media (max-width: 754px) {
  .footer__nav {
    width: 100%; } }
@media (max-width: 575px) {
  .footer__center {
    flex-direction: column;
    align-items: center; }
  .footer__logo {
    margin-bottom: 24px; }
  .footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .footer__link:not(:last-child) {
    margin-right: 0; }
  .footer__nav:last-child {
    padding-left: 16px;
    padding-right: 10px; }
    .footer__nav:last-child a:nth-child(2) {
      margin-right: -16px; }
  .footer__link {
    font-size: 14px; }
  .footer__copyryting {
    font-size: 14px;
    max-width: 75%; }
  .footer__button {
    width: 100%;
    max-width: 300px; }
  .footer__top-button {
    width: 46px;
    height: 46px; }
    .footer__top-button img {
      width: 24px;
      height: 24px; } }
.mobile-menu {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background: #000; }
  .mobile-menu.active {
    display: flex; }
  .mobile-menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .mobile-menu__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px; }
  .mobile-menu__link:not(:last-child) {
    margin-bottom: 40px; }
  .mobile-menu__link a {
    font-size: 24px;
    color: #fff;
    text-decoration: none; }
    .mobile-menu__link a:hover {
      background: linear-gradient(90deg, #B08F17 0%, #D4B034 51%, #B08F17 100%);
      background-clip: text;
      color: transparent; }
  .mobile-menu__telegram-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 292px;
    height: 84px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
    background-clip: text;
    color: transparent;
    border-radius: 12px;
    border: 1px solid var(--Gradient-Red, #B42726); }
    .mobile-menu__telegram-button img {
      width: 24px;
      height: 24px;
      margin-right: 16px; }
    .mobile-menu__telegram-button:hover {
      color: #fff;
      background: linear-gradient(90deg, #B42726 0%, #E04342 51%, #AC2323 100%);
      box-shadow: 0px 4px 0px 0px #7D1B1A; }
  .mobile-menu__telegram--hover, .mobile-menu__telegram-button:hover .mobile-menu__telegram {
    display: none; }
  .mobile-menu__telegram-button:hover .mobile-menu__telegram--hover {
    display: flex; }

@media (max-width: 475px) {
  .mobile-menu__wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .mobile-menu__links {
    margin-bottom: 32px; }
  .mobile-menu__link a {
    font-size: 20px; }
  .mobile-menu__link:not(:last-child) {
    margin-bottom: 32px; }
  .mobile-menu__telegram-button {
    width: 100%; }
  .mobile-menu__close-button {
    top: 35px; } }
.modal-window {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 21;
  opacity: 0; }
  .modal-window__wrapper {
    padding: 48px 60px;
    max-width: 606px;
    position: relative;
    background: linear-gradient(111deg, #212529 0%, #212529 100%);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(239, 244, 250, 0.5);
    border-radius: 24px; }
    .modal-window__wrapper .close-button {
      top: 24px;
      right: 24px; }

@media (max-width: 768px) {
  .modal-window__wrapper {
    width: 90vw; } }
@media (max-width: 560px) {
  .modal-window__wrapper {
    padding-left: 16px;
    padding-right: 16px; } }
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .form img {
    margin-bottom: 8px; }
  .form__title {
    margin-bottom: 16px;
    font-size: 32px;
    text-align: center; }
  .form span {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff; }
  .form__inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .form__input {
    display: flex;
    width: 100%;
    height: 85px;
    margin-bottom: 24px;
    position: relative; }
    .form__input input {
      position: absolute;
      left: 0;
      top: 0; }
  .form__button {
    width: 100%;
    cursor: pointer; }

@media (max-width: 560px) {
  .form__title {
    margin-bottom: 16px;
    font-size: 24px; }
  .form__button {
    height: 62px; } }

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