@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../fonts/ClashDisplay-Variable.woff") format("woff"), url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Light.woff2") format("woff2"), url("../fonts/ClashDisplay-Light.woff") format("woff"), url("../fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/ClashDisplay-Regular.woff") format("woff"), url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/ClashDisplay-Semibold.woff") format("woff"), url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/ClashDisplay-Bold.woff") format("woff"), url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html,
body {
  background: #000000;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-family: "ClashDisplay", sans-serif !important;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 800px) {
  html,
  body {
    font-size: 14px;
    line-height: 17px;
  }
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

.first {
  background: url("/assets/img/Bg_first.png") no-repeat;
  background-size: contain;
  padding: 360px 0;
  text-align: center;
}
.first__sub_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.first__sub_block__image {
  margin-right: 12px;
}
.first__sub_block__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 29.5px;
}
.first__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 78px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.first__title span {
  color: #B0F127;
}
.first__description {
  margin: 0 auto 80px;
  width: 60%;
}
.first__button {
  background: #B0F127;
  color: #060606;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  padding: 24px 120px 24px 120px;
}

.second__wrapper {
  display: flex;
  border: 1px solid #2F2F2F;
  border-radius: 24px;
}
.second__block {
  display: flex;
  padding: 40px 0 0 40px;
}
.second__block.colum {
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #2F2F2F;
  padding: 90px 40px 40px 40px;
}
.second__block__information {
  width: 300px;
}
.second__block__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
}
.second__block__description {
  margin-bottom: 20px;
}
.second__block__description.col {
  text-align: center;
}
.second__block__link__block {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.second__block__link__link_text {
  font-weight: 500;
  color: white;
  margin-right: 8px;
}
.second__block__image_ico {
  width: 120px;
  height: 120px;
  margin-bottom: 95px;
}
.second__block__image {
  object-fit: none;
  max-width: 430px;
  position: relative;
  top: 54px;
}

.third {
  padding: 230px 0;
  text-align: center;
}
.third__image {
  margin-bottom: 40px;
}
.third__title {
  color: #B0F127;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 12px;
}

.fourth {
  background: #B0F127;
  padding-top: 85px;
}
.fourth__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fourth__image_block:before {
  content: url("/assets/img/image_befor.png");
  position: absolute;
  margin-left: 400px;
  z-index: 100;
  margin-top: -60px;
}
.fourth__image {
  max-width: 650px;
  margin-right: 80px;
  position: relative;
  top: 10px;
}
@media (max-width: 1500px) {
  .fourth__image {
    top: 5px;
  }
}
.fourth__text {
  color: black;
}
.fourth__text__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.fifth {
  padding: 230px 0;
}
.fifth__header {
  text-align: center;
  width: 50%;
  margin: 0 auto 60px;
}
.fifth__header__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.fifth__header__description {
  color: rgba(255, 255, 255, 0.8);
}
.fifth__wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #2F2F2F;
  border-radius: 24px;
}
.fifth__block {
  padding: 40px;
  text-align: center;
  border-right: 1px solid #2F2F2F;
  width: 280px;
}
.fifth__block:last-child {
  border-right: none;
}
.fifth__block__ico {
  margin-bottom: 24px;
}
.fifth__block__title {
  height: 75px;
}

.sixth {
  background: #141414;
  padding: 80px 0;
}
.sixth__header__title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 80px;
}
.sixth__block_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sixth__block_container:first-child {
  margin-bottom: 40px;
}
.sixth__block {
  padding: 0 90px;
}
.sixth__block__ico {
  border-radius: 50%;
  padding: 0 25px 0 25px;
  margin-bottom: 28px;
  display: block;
}
.sixth__block__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.seventh {
  padding: 230px 0;
}
.seventh__header {
  text-align: center;
  margin: 0 auto 60px;
}
.seventh__header__image {
  margin-bottom: 55px;
  width: 163px;
}
.seventh__header__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  width: 60%;
  margin: 0 auto;
}
.seventh .accordion {
  border-radius: 5px;
}
.seventh .accordion .accordion-item {
  border-bottom: 1px solid #2F2F2F;
}
.seventh .accordion .accordion-item button[aria-expanded=true] {
  padding: 26px 0 0 0;
}
.seventh .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 26px 0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.seventh .accordion button:hover, .seventh .accordion button:focus {
  cursor: pointer;
  color: #ffffff;
}
.seventh .accordion button:hover::after, .seventh .accordion button:focus::after {
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.seventh .accordion button .accordion-title {
  font-family: "ClashDisplay", sans-serif !important;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.seventh .accordion button .icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("./../../assets/img/plus.svg") no-repeat;
}
.seventh .accordion button[aria-expanded=true] {
  color: #ffffff;
}
.seventh .accordion button[aria-expanded=true] .icon {
  background: url("./../../assets/img/minus.svg") no-repeat;
}
.seventh .accordion button[aria-expanded=true] + .accordion-content {
  display: block;
  max-height: 9em;
  transition: all 500ms linear;
}
.seventh .accordion .accordion-content {
  padding: 26px 0;
  display: none;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.eighth {
  background: #B0F127;
  padding: 60px 0;
}
.eighth__header {
  text-align: center;
}
.eighth__header__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.eighth__header__button {
  background: #000000;
  text-decoration: none;
  color: #B0F127;
  padding: 24px 120px 24px 120px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.footer {
  padding: 70px;
}
.footer__description {
  width: 75%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1400px) {
  .first {
    padding: 160px 30px;
  }
}
@media (max-width: 1100px) {
  .second__wrapper {
    flex-direction: column;
    align-items: center;
    border: none;
  }
  .second__block {
    align-items: center;
    flex-direction: column;
    border: 1px solid #2F2F2F;
    border-radius: 24px;
    margin-bottom: 10px;
    padding: 24px 0 0 20px;
  }
  .second__block.colum {
    flex-direction: column-reverse;
  }
  .second__block.colum .mob_block {
    display: flex;
    flex-direction: column;
  }
  .second__block__link__block {
    display: none;
  }
  .second__block__image {
    top: 0;
  }
  .second__block__image_ico {
    margin-bottom: 0;
  }
  .third {
    padding: 80px 30px;
  }
  .fourth {
    padding: 60px 30px 0;
  }
  .fourth__block {
    flex-direction: column-reverse;
  }
  .fourth__image {
    max-width: 100%;
    margin-right: 0;
  }
  .fourth__text__title {
    font-size: 24px;
    line-height: 30px;
  }
  .fourth__text__description {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 80px;
  }
  .fifth {
    padding: 80px 30px;
  }
  .fifth__wrapper {
    flex-direction: column;
    border: none;
  }
  .fifth__block {
    border: 1px solid #2F2F2F;
    margin-bottom: 8px;
    border-radius: 24px;
  }
  .fifth__block:last-child {
    border-right: 1px solid #2F2F2F;
  }
  .fifth__block__title {
    height: auto;
  }
  .sixth__wrapper {
    display: flex;
    justify-content: center;
  }
  .sixth__block_container {
    flex-direction: column;
    justify-content: normal;
  }
  .sixth__block {
    margin-bottom: 40px;
  }
  .sixth__block__title {
    font-weight: 400;
  }
  .seventh {
    padding: 120px 30px;
  }
}
@media (max-width: 800px) {
  .first {
    background: url("/assets/img/bg_360.png") no-repeat;
    background-size: cover;
    padding: 120px 16px;
  }
  .first__sub_block {
    margin-bottom: 12px;
  }
  .first__title {
    font-size: 30px;
    line-height: 28px;
  }
  .first__description {
    width: 95%;
  }
  .first__button {
    padding: 14px 60px 14px 60px;
    font-size: 18px;
    line-height: 22px;
  }
  .second {
    padding: 0 16px;
  }
  .second__block {
    padding: 24px 0 0 0;
    text-align: center;
  }
  .second__block__image {
    width: 100%;
  }
  .second__block__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .second__block__image {
    object-fit: cover;
    width: 90%;
    right: -17px;
    border-radius: 24px;
  }
  .second__block.colum {
    padding: 24px 20px 24px 20px;
  }
  .third {
    padding: 80px 16px;
  }
  .third__title {
    font-size: 24px;
    line-height: 30px;
  }
  .fourth {
    padding: 60px 16px 0;
  }
  .fourth__text__title {
    width: 50%;
  }
  .fourth__image_block:before {
    content: none;
  }
  .fifth {
    padding: 80px 16px;
  }
  .fifth__header {
    width: 90%;
    margin: 0 auto 40px;
  }
  .fifth__header__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .sixth {
    padding: 60px 16px;
  }
  .sixth__header__title {
    font-size: 24px;
    line-height: 30px;
    width: 90%;
  }
  .sixth__block {
    padding: 0 16px;
  }
  .sixth__block__title {
    font-size: 14px;
    line-height: 17px;
  }
  .seventh {
    padding: 120px 16px;
  }
  .seventh__header__title {
    font-size: 24px;
    line-height: 30px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .seventh .accordion button .accordion-title {
    font-size: 14px;
    line-height: 17px;
  }
  .seventh .accordion button[aria-expanded=true] + .accordion-content {
    font-size: 12px;
    line-height: 15px;
  }
  .eighth {
    padding: 60px 16px;
  }
  .eighth__header__title {
    font-size: 24px;
    line-height: 30px;
  }
  .eighth__header__button {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 60px 14px 60px;
  }
  .footer {
    padding: 40px 16px;
  }
  .footer__description {
    width: 90%;
  }
}

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