@font-face {
  font-family: "Suisse";
  src: url("../fonts/suisse-intl-regular.woff") format("woff"), url("../fonts/suisse-intl-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  letter-spacing: 0.01rem;
}

body {
  font-family: "Suisse", sans-serif, arial;
  font-size: 16px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #000;
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  margin: 0;
}

svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: currentColor;
}

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
}
button:not([disabled]):hover, button:not([disabled]):focus, button:not([disabled]):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

ul, ul li {
  list-style: none;
}

input, textarea {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

.promo {
  position: relative;
  padding: 128px 0 64px;
}
@media (max-width: 1199px) {
  .promo {
    padding: 96px 0 64px;
  }
}
@media (max-width: 991px) {
  .promo {
    padding: 64px 0 32px;
  }
}
.promo > * {
  position: relative;
  z-index: 1;
}
.promo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/1.png");
  width: 644px;
  height: 1362px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .promo::before {
    left: -322px;
  }
}
.promo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/2.png");
  width: 587px;
  height: 1481px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .promo::after {
    right: -290px;
  }
}
.promo_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo_logos p {
  width: 100%;
  height: 1px;
  background-color: #fff;
  max-width: 64px;
}
@media (max-width: 1199px) {
  .promo_logos img {
    max-width: 64px;
  }
}
.promo_title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .promo_title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .promo_title {
    font-size: 36px;
  }
  .promo_title br {
    display: none;
  }
}
.promo_subtitle {
  margin-bottom: 64px;
  color: #F20C10;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1199px) {
  .promo_subtitle {
    font-size: 34px;
    margin-bottom: 28px;
  }
}
.promo_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding: 40px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}
@media (max-width: 1199px) {
  .promo_info {
    padding: 24px;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .promo_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.promo_info__left {
  max-width: 472px;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .promo_info__left {
    font-size: 28px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .promo_info__left {
    max-width: 100%;
  }
}
.promo_info__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .promo_info__right {
    font-size: 20px;
  }
}

.block1 {
  padding: 64px 0;
}
@media (max-width: 991px) {
  .block1 {
    padding: 32px 0;
  }
}
.block1_title {
  margin-bottom: 64px;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .block1_title {
    font-size: 52px;
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .block1_title {
    font-size: 36px;
  }
}
.block1_subtitle {
  margin-bottom: 16px;
  color: #F20C10;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .block1_subtitle {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.block1_text {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 32px;
}
.block1_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .block1_items {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block1_items__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333333% - 10.666666px);
          flex: 0 1 calc(33.333333% - 10.666666px);
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199px) {
  .block1_items__item {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .block1_items__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
.block1_items__item--top {
  padding: 6px 8px;
  border-left: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block1_items__item--title {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .block1_items__item--title {
    font-size: 28px;
  }
}
.block1_items__item--subtitle {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .block1_items__item--subtitle {
    margin-bottom: 16px;
  }
}
.block1_items__item--text {
  margin-top: auto;
  line-height: 1.4;
}

.block2 {
  padding: 64px 0;
}
@media (max-width: 991px) {
  .block2 {
    padding: 32px 0;
  }
}

.tabs_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  border-radius: 16px;
}
.tabs_nav__item {
  padding: 20px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 16px;
  border: 2px solid #000;
  font-size: 30px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  opacity: 0.56;
}
@media (max-width: 991px) {
  .tabs_nav__item {
    padding: 10px 20px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tabs_nav__item {
    font-size: 20px;
  }
}
.tabs_nav__item.active {
  border-color: #fff;
  opacity: 1;
}
.tabs_content {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .tabs_content {
    padding-top: 24px;
  }
}
.tabs_content__item {
  display: none;
}
.tabs_content__item.active {
  display: block;
}
.tabs_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .tabs_text {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .faq {
    gap: 16px;
  }
}
.faq_item {
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #000;
  padding: 40px;
}
@media (max-width: 991px) {
  .faq_item {
    padding: 24px;
  }
}
.faq_item__question {
  position: relative;
  padding-right: 80px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .faq_item__question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq_item__question::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/arrow.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .faq_item__question::before {
    width: 32px;
    height: 32px;
    background-size: cover;
    top: 50%;
    margin-top: -16px;
  }
}
.faq_item__question span {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .faq_item__question span {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}
.faq_item__question p {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .faq_item__question p {
    font-size: 20px;
  }
}
.faq_item__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #fff;
}
.faq .faq_item.active .faq_item__answer {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .faq .faq_item.active .faq_item__answer {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.faq .faq_item.active .faq_item__question::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq_text {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.2;
}
.faq_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media (max-width: 991px) {
  .faq_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.faq_block__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333333% - 32px);
          flex: 0 1 calc(33.333333% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .faq_block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.faq_block__item--place {
  background-color: #EDCC4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 6px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #161515;
  font-size: 14px;
  line-height: 1.2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.faq_block__item--place.silver {
  background-color: #D2D1D1;
}
.faq_block__item--place.bronze {
  background-color: #C37918;
}
.faq_block__item--title {
  margin-bottom: 64px;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .faq_block__item--title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .faq_block__item--title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.faq_block__item--subtitle {
  margin-top: auto;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .faq_block__item--subtitle {
    font-size: 16px;
  }
}
.faq_block__item--text {
  color: #838383;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .faq_table {
    overflow: auto;
  }
}
.faq_table__head {
  font-weight: 500;
  font-size: 18px;
}
.faq_table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .faq_table__row {
    padding: 8px;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.faq_table__row:nth-of-type(odd) {
  background-color: #161515;
}
.faq_table__row--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .faq_table__row--item {
    min-width: 200px;
  }
}

.block3 {
  padding: 64px 0 128px;
  background-image: url("../img/3.png");
  background-position: 100% 105%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .block3 {
    padding: 64px 0 96px;
  }
}
@media (max-width: 991px) {
  .block3 {
    padding: 32px 0 64px;
  }
}
.block3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
}
.block3_title {
  margin-bottom: 80px;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .block3_title {
    font-size: 52px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .block3_title {
    font-size: 36px;
  }
  .block3_title br {
    display: none;
  }
}
.block3 .promo_info {
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}

footer {
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}
@media (max-width: 1199px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer p {
  line-height: 1.4;
}
footer .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
footer .footer_links a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .footer_links a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1370px;
  min-width: 320px;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}