@charset "UTF-8";
p,
button {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

:root {
  --header-height: 103px;
}
@media (max-width: 1023px) {
  :root {
    --header-height: 64px;
  }
}

.text-medium {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .text-medium {
    font-size: 24px;
    line-height: 32px;
  }
}

.regular_text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .regular_text {
    font-size: 14px;
  }
}

.text-title-main {
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .text-title-main {
    font-size: 32px;
    line-height: 1.25em;
  }
}

.text-title-second {
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .text-title-second {
    font-size: 32px;
    line-height: 1.25em;
  }
}

.page {
  scroll-behavior: smooth;
  background: #0A0A0A;
  color: #D3D3D3;
}
.page__menu {
  display: none;
  position: fixed;
  z-index: 100;
  inset: 0;
  top: var(--header-height);
  transform: translateX(100%);
  transition: transform 0.3s;
}
@media (max-width: 1023px) {
  .page__menu {
    display: flex;
  }
}
.page__menu.open {
  transform: translateX(0);
}
.page__body {
  color: #D3D3D3;
}
.page__imageWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page__circle {
  position: relative;
  width: 493px;
  aspect-ratio: 1;
  overflow: visible;
}
.page__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: rgba(190, 234, 155, 0.6);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.page__button {
  background-color: transparent;
  border: 1px solid;
  border-image-source: linear-gradient(267.49deg, #BEEA9B 6.91%, #BEEA9B 23.15%, rgba(255, 255, 255, 0) 45.43%, #BEEA9B 81.91%, #BEEA9B 96.01%);
  border-image-slice: 1;
  border-image-repeat: stretch;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 80px;
  padding: 24px 35px;
  text-decoration: none;
}
.page__button:hover {
  background-color: #BEEA9B;
  color: #0A0A0A;
}
.page__button:hover path {
  fill: #0A0A0A;
}
@media (max-width: 1023px) {
  .page__button {
    font-size: 18px;
    line-height: 24px;
    min-height: 64px;
    padding-block: 15px;
  }
}
.page__button svg {
  flex-shrink: 0;
}
.page__sunshine {
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  overflow: hidden;
}
.page__sunshine img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-top: 65px;
  opacity: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .header {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .header {
    display: none;
  }
}
.header nav ul {
  display: flex;
  gap: 64px;
  align-items: center;
}
.header nav ul a {
  font-size: 16px;
  line-height: 1;
}

.menu {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #0A0A0A;
}
@media (max-width: 1023px) {
  .menu {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .menu {
    padding-inline: 16px;
  }
}

.woocommerce {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media (max-width: 1023px) {
  .woocommerce {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .woocommerce {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .woocommerce {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .woocommerce {
    margin-top: 40px;
    row-gap: 32px;
  }
}
.woocommerce h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .woocommerce h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.woocommerce h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .woocommerce h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.woocommerce form {
  width: 100%;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 56px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .woocommerce form {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .woocommerce form {
    padding-bottom: 110px;
  }
}
.woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce #customer_details {
  grid-column: span 6;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .woocommerce #customer_details {
    grid-column: 1/-1;
  }
}
.woocommerce #customer_details .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1023px) {
  .woocommerce #customer_details .woocommerce-billing-fields {
    row-gap: 32px;
  }
}
.woocommerce #customer_details .woocommerce-billing-fields h3 {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .woocommerce #customer_details .woocommerce-billing-fields h3 {
    margin-bottom: 8px;
  }
}
.woocommerce #customer_details .woocommerce-billing-fields__field-wrapper {
  width: 100%;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce #customer_details .form-row {
  width: 100%;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 1023px) {
  .woocommerce #customer_details .form-row {
    grid-column: span 2;
  }
}
.woocommerce #customer_details .form-row label {
  font-size: 14px;
  line-height: 18px;
  color: #D3D3D3;
  padding-left: 16px;
}
.woocommerce #customer_details .form-row label span.required {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #BEEA9B;
}
.woocommerce #customer_details .form-row input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #626262;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  box-shadow: none !important;
}
.woocommerce #customer_details .form-row input::-moz-placeholder {
  color: #D3D3D3;
}
.woocommerce #customer_details .form-row input::placeholder {
  color: #D3D3D3;
}
.woocommerce #customer_details .form-row input:focus {
  outline: none;
}
.woocommerce #customer_details .form-row input:not(:-moz-placeholder) {
  border-bottom: 1px solid #989897;
}
.woocommerce #customer_details .form-row input:not(:placeholder-shown) {
  border-bottom: 1px solid #989897;
}
.woocommerce #customer_details .form-row.woocommerce-invalid input {
  border-bottom: 1px solid #8C3637;
}
.woocommerce #customer_details .form-row.woocommerce-invalid label span.required {
  color: #8C3637;
}
.woocommerce #customer_details #custom_invoice_fields {
  width: 100%;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce #customer_details #custom_invoice_fields h3 {
  display: none;
}
.woocommerce #customer_details #custom_invoice_fields .form-row:first-of-type {
  grid-column: span 2;
  margin-bottom: 16px;
}
.woocommerce #customer_details #custom_invoice_fields .form-row label.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.woocommerce #customer_details #custom_invoice_fields .form-row label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.woocommerce #customer_details #custom_invoice_fields .form-row label.checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #BEEA9B;
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
}
.woocommerce #customer_details #custom_invoice_fields .form-row label.checkbox:has(input[type=checkbox]:checked)::before {
  background-color: #BEEA9B;
}
.woocommerce #customer_details #custom_invoice_fields .form-row label.checkbox::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 90% 50%;
  width: 6px;
  height: 12px;
  border: solid #111111;
  border-width: 0 1px 1px 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.woocommerce #customer_details #custom_invoice_fields .form-row label.checkbox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.woocommerce .order-wrapper {
  grid-column: 8/-1;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  width: 100%;
  padding: 24px 32px;
  border: 1px solid #BEEA9B;
  position: relative;
}
@media (max-width: 1023px) {
  .woocommerce .order-wrapper {
    grid-column: 7/-1;
  }
}
@media (max-width: 767px) {
  .woocommerce .order-wrapper {
    grid-column: 1/-1;
  }
}
.woocommerce .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.woocommerce .woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
}
.woocommerce .woocommerce-checkout-review-order-table tfoot tr, .woocommerce .woocommerce-checkout-review-order-table tfoot th, .woocommerce .woocommerce-checkout-review-order-table tfoot td {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal {
  order: 2;
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table:has(.cart-discount) .cart-subtotal {
  display: flex;
}
.woocommerce .woocommerce-checkout-review-order-table .cart-discount {
  order: 3;
}
.woocommerce .woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table .order-total {
  order: 4;
}
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout-review-order-table .order-total td strong {
  color: #fff;
}
@media (max-width: 1023px) {
  .woocommerce .woocommerce-checkout-review-order-table .order-total td {
    font-size: 16px;
    line-height: 24px;
  }
}
.woocommerce .woocommerce-checkout-review-order-table tbody,
.woocommerce .woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce .woocommerce-checkout-review-order-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .product-name {
  position: relative;
  width: 100%;
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .product-name:before {
  content: "Продукти";
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #BEEA9B;
  text-transform: uppercase;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .product-quantity, .woocommerce .woocommerce-checkout-review-order-table .cart_item .product-total {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form {
  order: 1;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form td {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  background-color: rgba(23, 23, 23, 0.4784313725);
  font-size: 14px;
  line-height: 18px;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form .form-row-first {
  position: relative;
  padding-left: 36px;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form .form-row-first::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.0181 14.8356L20.7727 15.5444H20.7727L21.0181 14.8356ZM21.0181 9.16437L21.2635 9.8731V9.8731L21.0181 9.16437ZM2.98189 14.8356L3.22727 15.5444H3.22727L2.98189 14.8356ZM2.98189 9.16437L2.73652 9.8731L2.73652 9.8731L2.98189 9.16437ZM15.5303 9.53033C15.8232 9.23744 15.8232 8.76256 15.5303 8.46967C15.2374 8.17678 14.7626 8.17678 14.4697 8.46967L15.5303 9.53033ZM8.46967 14.4697C8.17678 14.7626 8.17678 15.2374 8.46967 15.5303C8.76256 15.8232 9.23744 15.8232 9.53033 15.5303L8.46967 14.4697ZM6 21V20.25C4.20507 20.25 2.75 18.7949 2.75 17H2H1.25C1.25 19.6234 3.37665 21.75 6 21.75V21ZM22 17H21.25C21.25 18.7949 19.7949 20.25 18 20.25V21V21.75C20.6234 21.75 22.75 19.6234 22.75 17H22ZM18 3V3.75C19.7949 3.75 21.25 5.20507 21.25 7H22H22.75C22.75 4.37665 20.6234 2.25 18 2.25V3ZM6 3V2.25C3.37665 2.25 1.25 4.37665 1.25 7H2H2.75C2.75 5.20507 4.20507 3.75 6 3.75V3ZM21.0181 14.8356L21.2635 14.1269C20.3815 13.8216 19.75 12.9836 19.75 12H19H18.25C18.25 13.6424 19.3054 15.0363 20.7727 15.5444L21.0181 14.8356ZM19 12H19.75C19.75 11.0164 20.3815 10.1784 21.2635 9.8731L21.0181 9.16437L20.7727 8.45565C19.3054 8.96367 18.25 10.3576 18.25 12H19ZM5 12H4.25C4.25 12.9836 3.61845 13.8216 2.73652 14.1269L2.98189 14.8356L3.22727 15.5444C4.69461 15.0363 5.75 13.6424 5.75 12H5ZM2.98189 9.16437L2.73652 9.8731C3.61845 10.1784 4.25 11.0164 4.25 12H5H5.75C5.75 10.3576 4.69462 8.96367 3.22727 8.45565L2.98189 9.16437ZM22 8H22.75V7H22H21.25V8H22ZM22 16H21.25V17H22H22.75V16H22ZM2 16H1.25V17H2H2.75V16H2ZM2 8H2.75V7H2H1.25V8H2ZM18 21V20.25H6V21V21.75H18V21ZM18 3V2.25H6V3V3.75H18V3ZM2.98189 14.8356L2.73652 14.1269C2.05785 14.3619 1.25 14.9975 1.25 16H2H2.75C2.75 15.9441 2.77081 15.8708 2.85172 15.7813C2.9366 15.6873 3.06974 15.5989 3.22727 15.5444L2.98189 14.8356ZM21.0181 9.16437L21.2635 9.8731C21.9422 9.63813 22.75 9.00246 22.75 8H22H21.25C21.25 8.05587 21.2292 8.12917 21.1483 8.21871C21.0634 8.31265 20.9303 8.40111 20.7727 8.45565L21.0181 9.16437ZM2.98189 9.16437L3.22727 8.45565C3.06974 8.40111 2.9366 8.31265 2.85172 8.21871C2.77081 8.12917 2.75 8.05587 2.75 8H2H1.25C1.25 9.00246 2.05785 9.63813 2.73652 9.8731L2.98189 9.16437ZM21.0181 14.8356L20.7727 15.5444C20.9303 15.5989 21.0634 15.6873 21.1483 15.7813C21.2292 15.8708 21.25 15.9441 21.25 16H22H22.75C22.75 14.9975 21.9422 14.3619 21.2635 14.1269L21.0181 14.8356ZM10 9H9.25C9.25 9.13807 9.13807 9.25 9 9.25V10V10.75C9.9665 10.75 10.75 9.9665 10.75 9H10ZM9 10V9.25C8.86193 9.25 8.75 9.13807 8.75 9H8H7.25C7.25 9.9665 8.0335 10.75 9 10.75V10ZM8 9H8.75C8.75 8.86193 8.86193 8.75 9 8.75V8V7.25C8.0335 7.25 7.25 8.0335 7.25 9H8ZM9 8V8.75C9.13807 8.75 9.25 8.86193 9.25 9H10H10.75C10.75 8.0335 9.9665 7.25 9 7.25V8ZM16 15H15.25C15.25 15.1381 15.1381 15.25 15 15.25V16V16.75C15.9665 16.75 16.75 15.9665 16.75 15H16ZM15 16V15.25C14.8619 15.25 14.75 15.1381 14.75 15H14H13.25C13.25 15.9665 14.0335 16.75 15 16.75V16ZM14 15H14.75C14.75 14.8619 14.8619 14.75 15 14.75V14V13.25C14.0335 13.25 13.25 14.0335 13.25 15H14ZM15 14V14.75C15.1381 14.75 15.25 14.8619 15.25 15H16H16.75C16.75 14.0335 15.9665 13.25 15 13.25V14ZM15 9L14.4697 8.46967L8.46967 14.4697L9 15L9.53033 15.5303L15.5303 9.53033L15 9Z' fill='%239D9D9E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form label {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #9D9D9E;
  font-size: inherit;
  line-height: inherit;
  box-shadow: none;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form input:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form button {
  background-color: transparent;
  border: none;
  color: #F9FAFB;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}
.woocommerce .woocommerce-checkout-review-order-table .coupon-form form .clear {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout-payment {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -124px;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-checkout-payment {
    bottom: -104px;
  }
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce-checkout-payment button {
  width: 100%;
  background-color: transparent;
  border: 1px solid;
  border-image-source: linear-gradient(267.49deg, #BEEA9B 6.91%, #BEEA9B 23.15%, rgba(255, 255, 255, 0) 45.43%, #BEEA9B 81.91%, #BEEA9B 96.01%);
  border-image-slice: 1;
  border-image-repeat: stretch;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 80px;
  padding: 24px 35px;
  text-decoration: none;
}
.woocommerce-checkout-payment button:hover {
  background-color: #BEEA9B;
  color: #0A0A0A;
}
.woocommerce-checkout-payment button:hover path {
  fill: #0A0A0A;
}
@media (max-width: 1023px) {
  .woocommerce-checkout-payment button {
    font-size: 18px;
    line-height: 24px;
    min-height: 64px;
    padding-block: 15px;
  }
}

.main-hero {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 21px;
}
@media (max-width: 1023px) {
  .main-hero {
    padding-top: 0;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .main-hero {
    margin-bottom: 80px;
  }
}
.main-hero__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  overflow: visible;
  position: relative;
  aspect-ratio: 1.74;
}
@media (max-width: 1023px) {
  .main-hero__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-hero__container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .main-hero__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .main-hero__container {
    aspect-ratio: 1.35;
  }
}
@media (max-width: 767px) {
  .main-hero__container {
    aspect-ratio: 0.49;
    max-height: 100dvh;
  }
}
.main-hero__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 47%;
  background: linear-gradient(to top, #0A0A0A 10%, rgba(10, 10, 10, 0) 100%);
  z-index: 3;
}
@media (max-width: 1023px) {
  .main-hero__container::after {
    height: 61%;
  }
}
.main-hero__container h1 {
  grid-column: 1/-1;
  width: 100%;
  font-size: 164px;
  line-height: 172px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .main-hero__container h1 {
    font-size: 110px;
    line-height: 130px;
  }
}
@media (max-width: 1023px) {
  .main-hero__container h1 {
    font-size: 72px;
    line-height: 80px;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    height: 112px;
    padding-right: 26px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .main-hero__container h1 {
    margin-top: 57px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    row-gap: 7px;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .main-hero__container h1 span:first-of-type {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .main-hero__container h1 span:first-of-type {
    flex-grow: unset;
  }
}
.main-hero__container h1 span:not(:first-of-type) {
  align-self: flex-end;
  margin-top: -70px;
}
@media (max-width: 1400px) {
  .main-hero__container h1 span:not(:first-of-type) {
    margin-top: -30px;
  }
}
@media (max-width: 1023px) {
  .main-hero__container h1 span:not(:first-of-type) {
    font-size: 56px;
    line-height: 64px;
    display: inline-block;
  }
}
.main-hero__container h1 span:last-of-type {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .main-hero__container h1 span {
    margin-top: 0 !important;
  }
}
.main-hero__container p {
  align-self: flex-start;
  width: 100%;
  max-width: 410px;
  text-align: justify;
}
@media (max-width: 1023px) {
  .main-hero__container p {
    max-width: unset;
    text-align: left;
  }
}
.main-hero__imageContainer {
  position: absolute;
  top: 0;
  left: 15%;
  width: 39%;
  aspect-ratio: 0.7;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main-hero__imageContainer {
    width: 50%;
    aspect-ratio: 0.66;
    left: 9.5%;
  }
}
@media (max-width: 767px) {
  .main-hero__imageContainer {
    width: 68%;
    aspect-ratio: 0.54;
    top: 13%;
    left: 14%;
  }
  .main-hero__imageContainer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 179px;
    background: linear-gradient(0deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 100%);
  }
}
.main-hero__imageContainer--back {
  z-index: 0;
  transform: scale(0);
}
@media (max-width: 767px) {
  .main-hero__imageContainer--back::after {
    display: none;
  }
}
.main-hero__imageWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 140%;
  transform: translate(-50%, 0) scale(0.7);
}
@media (max-width: 767px) {
  .main-hero__imageWrapper {
    width: 140%;
  }
}
.main-hero__imageWrapper img {
  -o-object-position: center 41%;
  object-position: center 41%;
}
@media (max-width: 1023px) {
  .main-hero__imageWrapper img {
    -o-object-position: center 48%;
    object-position: center 48%;
  }
}
@media (max-width: 767px) {
  .main-hero__imageWrapper img {
    -o-object-position: center 95%;
    object-position: center 95%;
  }
}
.main-hero__circle {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .main-hero__circle {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .main-hero__circle {
    width: 76%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.main-hero__bottomBlock {
  grid-column: 8/-1;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media (max-width: 1023px) {
  .main-hero__bottomBlock {
    grid-column: 7/-1;
    align-self: flex-end;
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .main-hero__bottomBlock {
    grid-column: 1/-1;
    row-gap: 36px;
  }
}
.main-hero__button {
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .main-hero__button {
    width: 100%;
  }
}
.main-hero__sunshine {
  display: none;
}
@media (max-width: 1023px) {
  .main-hero__sunshine {
    display: block;
    top: 0;
    right: 0;
    width: 68%;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .main-hero__sunshine {
    width: 100%;
  }
  .main-hero__sunshine img {
    -o-object-position: center top;
    object-position: center top;
  }
}

.main-about {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 200px;
  margin-bottom: 97px;
}
@media (max-width: 1023px) {
  .main-about {
    padding-top: 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-about {
    margin-bottom: 80px;
  }
}
.main-about__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 56px;
  overflow: visible;
}
@media (max-width: 1023px) {
  .main-about__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-about__container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .main-about__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .main-about__container {
    row-gap: 43px;
  }
}
@media (max-width: 767px) {
  .main-about__container {
    row-gap: 32px;
  }
}
.main-about__title {
  grid-column: span 6;
  font-size: 56px;
  line-height: 64px;
  text-transform: uppercase;
  color: #BEEA9B;
}
@media (max-width: 1023px) {
  .main-about__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .main-about__title {
    grid-column: 1/-1;
  }
}
.main-about__titleText {
  grid-column: 7/-1;
  margin-left: -16px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  position: relative;
}
@media (max-width: 1023px) {
  .main-about__titleText {
    font-size: 24px;
    line-height: 32px;
    margin-left: 0;
    row-gap: 2px;
  }
}
@media (max-width: 767px) {
  .main-about__titleText {
    grid-column: 1/-1;
    row-gap: 0;
  }
}
.main-about__titleText span:not(:first-of-type) {
  align-self: flex-end;
}
.main-about__circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}
@media (max-width: 1023px) {
  .main-about__circle {
    display: none;
  }
}
.main-about__mapBlock {
  grid-column: span 6;
  grid-row: 2/3;
  background-color: #0A0A0A;
  margin-top: -76px;
}
@media (max-width: 1023px) {
  .main-about__mapBlock {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-about__mapBlock {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
.main-about__mapBlock video {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: lighten;
}
@media (max-width: 767px) {
  .main-about__mapBlock video {
    width: 100%;
  }
}
.main-about__bottomBlock {
  grid-column: 7/-1;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (max-width: 1023px) {
  .main-about__bottomBlock {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .main-about__bottomBlock {
    grid-column: 1/-1;
    grid-row: 4/5;
  }
}
.main-about__bottomBlock p {
  width: 100%;
  max-width: 413px;
}
@media (max-width: 1023px) {
  .main-about__bottomBlock p {
    max-width: unset;
  }
}
.main-about__bottomBlock p:last-of-type {
  align-self: flex-end;
}
.main-about__button {
  margin-top: 48px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .main-about__button {
    margin-top: 16px;
    width: 100%;
  }
}
.main-about__moreInfo.open svg {
  transform: rotate(180deg);
}

.main-more {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
@media (max-width: 1023px) {
  .main-more {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-more {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .main-more {
    padding-inline: 0;
  }
}
.main-more h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-more h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.main-more__title {
  padding: 32px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .main-more__title {
    display: none;
  }
}
.main-more__block {
  padding: 56px 108px;
  background-color: #171717;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .main-more__block {
    padding: 32px;
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .main-more__block {
    background-color: transparent;
    padding: 24px 16px;
  }
}
.main-more__block--last {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 85px;
}
@media (max-width: 1023px) {
  .main-more__block--last {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .main-more__block--last {
    row-gap: 32px;
  }
}
.main-more__block--last h2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .main-more__block--last h2 {
    display: block;
  }
}
.main-more__block--last h2 strong {
  align-self: flex-end;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .main-more__block--last h2 strong {
    color: #fff;
    display: inline;
  }
}
.main-more__block--public ul {
  justify-content: center;
}
@media (max-width: 767px) {
  .main-more__block--public ul {
    justify-content: unset;
  }
}
.main-more__listBlock {
  width: 100%;
  overflow: hidden;
}
.main-more__listBlock ul {
  width: 100%;
  display: flex;
}
.main-more__listBlock ul li {
  aspect-ratio: 0.82;
}
.main-more__bottomBlock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .main-more__bottomBlock {
    flex-direction: column;
  }
}
.main-more__textBlock {
  width: 63%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1023px) {
  .main-more__textBlock {
    width: 100%;
  }
}
.main-more__textBlock h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #BEEA9B;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-more__textBlock h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-more__button {
  padding: 24px;
}
@media (max-width: 1023px) {
  .main-more__button {
    width: 100%;
    padding-block: 20px;
  }
}
.main-more__button span {
  display: none;
}
@media (max-width: 1023px) {
  .main-more__button span {
    display: flex;
  }
}
.main-more__button img, .main-more__button svg {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
@media (max-width: 1023px) {
  .main-more__button img, .main-more__button svg {
    display: none;
  }
}
.main-more__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.main-more__list ul li {
  position: relative;
  padding-left: 23px;
}
@media (max-width: 1023px) {
  .main-more__list ul li {
    font-size: 18px;
  }
}
.main-more__list ul li::before {
  content: "";
  width: 16px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24' fill='none'%3E%3Cpath d='M10.7403 11.9786L16 14.8525L14.6298 17.2118L9.28177 14.1662L9.32597 20H6.67403L6.71823 14.1662L1.37017 17.2118L0 14.8525L5.30387 11.9786L0 9.14745L1.37017 6.74531L6.71823 9.79088L6.67403 4H9.32597L9.28177 9.79088L14.6298 6.74531L16 9.14745L10.7403 11.9786Z' fill='%23BEEA9B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.main-more__imageContainer {
  width: 37%;
  position: absolute;
  bottom: 0;
  right: 9%;
  aspect-ratio: 0.78;
}
@media (max-width: 1023px) {
  .main-more__imageContainer {
    aspect-ratio: 0.87;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .main-more__imageContainer {
    position: relative;
    width: 100%;
    inset: 0;
  }
}
.main-more__circle {
  position: absolute;
  width: 71%;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
@media (max-width: 1023px) {
  .main-more__circle {
    width: 47%;
    bottom: 20%;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .main-more__circle {
    width: 40%;
    bottom: 42%;
    left: 47%;
  }
}
.main-more__priceBlock {
  width: 100%;
  max-width: 308px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .main-more__priceBlock {
    max-width: 344px;
  }
}
.main-more__priceBlock span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #BEEA9B;
  text-transform: uppercase;
}
.main-more__buttonBuy {
  align-self: flex-end;
  width: -moz-min-content;
  width: min-content;
  padding-block: 16px;
  min-height: unset;
}
@media (max-width: 1023px) {
  .main-more__buttonBuy {
    width: 100%;
    padding-block: 20px;
  }
}
.main-more__imageWrapper {
  position: relative;
  z-index: 1;
}
.main-more.open {
  margin-bottom: 184px;
}
@media (max-width: 1023px) {
  .main-more.open {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-more.open {
    margin-bottom: 64px;
  }
}

.main-consultation {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.42;
}
@media (max-width: 1023px) {
  .main-consultation {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-consultation {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .main-consultation {
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-consultation {
    padding-inline: 0;
    row-gap: 0;
    margin-bottom: 80px;
  }
}
.main-consultation h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .main-consultation h2 {
    max-width: 464px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .main-consultation h2 {
    row-gap: 8px;
    padding-inline: 16px;
  }
}
.main-consultation h2 span {
  width: 100%;
  max-width: 848px;
}
.main-consultation h2 strong {
  font-weight: 600;
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .main-consultation h2 strong {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .main-consultation h2 strong {
    margin-top: 0;
  }
}
.main-consultation__imageContainer {
  width: 52.5%;
  aspect-ratio: 1.02;
  position: absolute;
  bottom: 0;
  left: 19%;
}
@media (max-width: 1023px) {
  .main-consultation__imageContainer {
    width: 48%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .main-consultation__imageContainer {
    position: relative;
    width: 100%;
    inset: 0;
    margin-top: -20px;
  }
}
.main-consultation__circle {
  position: absolute;
  width: 32%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
@media (max-width: 1023px) {
  .main-consultation__circle {
    width: 19%;
    top: 27%;
    left: 56%;
  }
}
@media (max-width: 767px) {
  .main-consultation__circle {
    width: 40%;
    bottom: 42%;
    left: 47%;
  }
}
.main-consultation__imageWrapper {
  position: relative;
  z-index: 1;
}
.main-consultation__imageWrapper:before, .main-consultation__imageWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22%;
  background: linear-gradient(to right, #0A0A0A 0%, rgba(10, 10, 10, 0) 100%);
}
.main-consultation__imageWrapper::after {
  right: 0;
  left: unset;
  transform: rotate(180deg);
}
.main-consultation__listBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  z-index: 3;
}
@media (max-width: 1023px) {
  .main-consultation__listBlock {
    position: relative;
    aspect-ratio: 1.91;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-consultation__listBlock {
    padding-inline: 16px;
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    flex-wrap: wrap;
    aspect-ratio: unset;
  }
}
.main-consultation__block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  max-width: 214px;
  position: absolute;
  top: 0;
  left: 19%;
}
@media (max-width: 1023px) {
  .main-consultation__block {
    row-gap: 16px;
    left: 0;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .main-consultation__block {
    position: relative;
    top: unset;
    left: unset;
    order: 1;
    max-width: unset !important;
    grid-column: span 1;
    padding-top: 32px;
  }
}
.main-consultation__block--second {
  top: 30%;
  left: 80px;
  max-width: 325px;
}
@media (max-width: 1023px) {
  .main-consultation__block--second {
    top: 47%;
    left: 9%;
    max-width: 224px;
  }
}
@media (max-width: 767px) {
  .main-consultation__block--second {
    order: 2;
    top: unset;
    left: unset;
    padding-top: 0;
  }
}
.main-consultation__block--third {
  top: 35%;
  left: unset;
  right: 10%;
  max-width: 253px;
}
@media (max-width: 1023px) {
  .main-consultation__block--third {
    top: 15%;
    right: 0;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .main-consultation__block--third {
    order: 0;
    top: unset;
    right: unset;
    padding-top: 0;
  }
}
.main-consultation__block--fourth {
  top: unset;
  bottom: 8%;
  left: unset;
  right: 17%;
  max-width: 358px;
}
@media (max-width: 1023px) {
  .main-consultation__block--fourth {
    bottom: 2%;
    right: 7%;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .main-consultation__block--fourth {
    order: 3;
    bottom: unset;
    right: unset;
  }
}
.main-consultation__block h2 {
  color: #BEEA9B;
}
.main-consultation__block h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-consultation__block h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.main-course {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 1023px) {
  .main-course {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-course {
    padding-bottom: 80px;
  }
}
.main-course__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  position: relative;
  padding-top: 200px;
}
@media (max-width: 1023px) {
  .main-course__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-course__container {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .main-course__container {
    row-gap: 40px;
    padding-top: unset;
  }
}
@media (max-width: 767px) {
  .main-course__container {
    row-gap: 48px;
  }
}
.main-course__container h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-course__container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.main-course__container h2 strong {
  font-weight: 600;
}
.main-course__sunshine {
  width: 100%;
  position: absolute;
  right: 0;
  top: -20%;
  aspect-ratio: 1;
  background-color: #0A0A0A;
  z-index: 0;
}
@media (max-width: 1023px) {
  .main-course__sunshine {
    display: none;
  }
}
.main-course__sunshine img {
  mix-blend-mode: lighten;
}
.main-course__list {
  margin-left: 109px;
}
@media (max-width: 1023px) {
  .main-course__list {
    margin-left: 0;
  }
}
.main-course__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media (max-width: 1023px) {
  .main-course__list ul {
    row-gap: 32px;
  }
}
.main-course__list ul li {
  position: relative;
  padding-left: 48px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-course__list ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
  }
}
.main-course__list ul li::before {
  content: "//";
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.main-course__circle {
  position: absolute;
  width: 188px;
  top: 25%;
  left: -3%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .main-course__circle {
    display: none;
  }
}

.main-result {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  overflow: visible;
  position: relative;
  aspect-ratio: 1.57;
  margin-bottom: 200px;
}
@media (max-width: 1023px) {
  .main-result {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-result {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .main-result {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .main-result {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-result {
    padding-inline: 0;
    margin-bottom: 80px;
    aspect-ratio: unset;
  }
}
.main-result h2 {
  grid-column: span 7;
  max-width: 689px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
@media (max-width: 1023px) {
  .main-result h2 {
    grid-column: span 6;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .main-result h2 {
    grid-column: 1/-1;
    padding-inline: 16px;
    row-gap: 12px;
    max-width: unset;
  }
}
.main-result h2 span:last-of-type {
  align-self: flex-end;
}
.main-result__imageContainer {
  width: 48%;
  aspect-ratio: 0.78;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .main-result__imageContainer {
    top: 15%;
  }
}
@media (max-width: 1023px) {
  .main-result__imageContainer {
    width: 46%;
    left: 1%;
    top: unset;
    aspect-ratio: 0.63;
  }
}
@media (max-width: 767px) {
  .main-result__imageContainer {
    width: 100%;
    left: 0;
    position: relative;
    grid-column: 1/-1;
    aspect-ratio: 0.83;
    margin-top: -77px;
  }
}
.main-result__listBlock {
  grid-column: 8/-1;
}
@media (max-width: 1023px) {
  .main-result__listBlock {
    grid-column: 7/-1;
  }
}
@media (max-width: 767px) {
  .main-result__listBlock {
    grid-column: 1/-1;
    padding-inline: 16px;
  }
}
.main-result__listBlock ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.main-result__listBlock ul li {
  padding: 39px 24px;
  background-color: rgba(23, 23, 23, 0.4784313725);
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.main-result__listBlock ul li::before {
  content: "";
  width: 61px;
  height: 61px;
  position: absolute;
  top: -18px;
  right: -18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='62' viewBox='0 0 61 62' fill='none'%3E%3Cpath d='M40.9475 30.585L61 41.5421L55.7762 50.5367L35.3867 38.9255L35.5552 61.1667H25.4447L25.6133 38.9255L5.22376 50.5367L0 41.5421L20.221 30.585L0 19.7914L5.22376 10.6332L25.6133 22.2445L25.4447 0.166748H35.5552L35.3867 22.2445L55.7762 10.6332L61 19.7914L40.9475 30.585Z' fill='%23BEEA9B'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .main-result__listBlock ul li::before {
    width: 48px;
    height: 48px;
    top: -24px;
    right: -14px;
  }
}
@media (max-width: 767px) {
  .main-result__listBlock ul li::before {
    top: -11px;
    right: -2px;
  }
}
.main-result__listBlock ul li:nth-child(2) {
  transform: rotate(-12deg);
}
.main-result__listBlock ul li:nth-child(2)::before {
  top: -18px;
  left: -18px;
  right: unset;
}
@media (max-width: 1023px) {
  .main-result__listBlock ul li:nth-child(2) {
    transform: rotate(-4deg);
  }
}
.main-result__listBlock ul li:last-of-type {
  transform: rotate(3deg);
  transform-origin: top left;
}
@media (max-width: 1023px) {
  .main-result__listBlock ul li:last-of-type {
    transform: rotate(5.5deg);
  }
}
@media (max-width: 1023px) {
  .main-result__listBlock ul li {
    padding: 16px;
    row-gap: 16px;
  }
}
.main-result__listBlock ul li h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-result__listBlock ul li h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-result__listBlock ul li p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1023px) {
  .main-result__listBlock ul li p {
    font-size: 16px;
  }
}
.main-result__circle {
  width: 54%;
  position: absolute;
  top: 17%;
  left: 29%;
}
@media (max-width: 767px) {
  .main-result__imageWrapper {
    width: 95%;
  }
}

.main-program {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media (max-width: 1023px) {
  .main-program {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-program {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .main-program {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-program {
    row-gap: 89px;
    margin-bottom: 80px;
  }
}
.main-program h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-program h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .main-program h2 {
    text-align: center;
  }
}
.main-program__listBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  .main-program__listBlock {
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .main-program__listBlock {
    row-gap: 32px;
  }
}
.main-program__listBlock ul {
  counter-reset: item;
  width: 100%;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 0;
}
@media (max-width: 767px) {
  .main-program__listBlock ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .main-program__listBlock ul {
    row-gap: 24px;
  }
}
.main-program__listBlock ul.expanded li {
  display: block !important;
}
.main-program__listBlock ul li {
  position: relative;
  padding-top: 95px;
  grid-column: span 4;
  counter-increment: item;
  z-index: 1;
}
.main-program__listBlock ul li:nth-child(n+7) {
  display: none;
}
@media (max-width: 1023px) {
  .main-program__listBlock ul li {
    grid-column: span 6;
    padding-top: 0;
  }
  .main-program__listBlock ul li:nth-child(n+5) {
    display: none;
  }
}
.main-program__listBlock ul li span {
  font-size: 164px;
  line-height: 172px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(190, 234, 155, 0.12);
  z-index: 0;
}
@media (max-width: 1023px) {
  .main-program__listBlock ul li span {
    top: -84px;
  }
}
@media (max-width: 767px) {
  .main-program__listBlock ul li:nth-of-type(2n) span {
    left: unset;
    right: -10px;
  }
}
.main-program__itemBlock {
  padding: 24px;
  background: rgba(23, 23, 23, 0.48);
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1023px) {
  .main-program__itemBlock {
    row-gap: 16px;
    padding: 24px 16px;
  }
}
.main-program__itemBlock h2 {
  flex-grow: 1;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #BEEA9B;
}
@media (max-width: 1023px) {
  .main-program__itemBlock h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-program__itemBlock p {
  flex-grow: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .main-program__itemBlock p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-program__button {
    width: 100%;
  }
}

.main-price {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .main-price {
    margin-bottom: 45px;
  }
}
.main-price__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 32px;
  padding-top: 200px;
}
@media (max-width: 1023px) {
  .main-price__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-price__container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .main-price__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .main-price__container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .main-price__container {
    row-gap: 16px;
  }
}
.main-price__container h2 {
  grid-column: span 3;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .main-price__container h2 {
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .main-price__container h2 {
    grid-column: 1/-1;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.main-price__list {
  grid-column: 4/-1;
}
@media (max-width: 1023px) {
  .main-price__list {
    grid-column: 1/-1;
  }
}
.main-price__list > ul {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 16px;
}
@media (max-width: 1023px) {
  .main-price__list > ul {
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .main-price__list > ul {
    row-gap: 16px;
  }
}
.main-price__list > ul > li {
  grid-column: span 3;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  min-height: 699px;
  background: rgba(23, 23, 23, 0.48);
}
@media (max-width: 1200px) {
  .main-price__list > ul > li {
    padding: 16px 8px;
  }
}
@media (max-width: 1023px) {
  .main-price__list > ul > li {
    min-height: 543px;
  }
}
@media (max-width: 767px) {
  .main-price__list > ul > li {
    grid-column: 1/-1;
    padding: 24px;
  }
}
.main-price__list > ul > li h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .main-price__list > ul > li h2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
.main-price__list > ul > li:first-of-type li:nth-of-type(n+5) {
  opacity: 0.3;
}
.main-price__list > ul > li:nth-of-type(2) {
  background: linear-gradient(191.51deg, #BEEA9B -98.95%, #101010 99.53%);
}
.main-price__itemList {
  width: 100%;
}
.main-price__itemList ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.main-price__itemList ul li {
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  line-height: 18px;
}
.main-price__itemList ul li::before {
  content: "";
  width: 14px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24' fill='none'%3E%3Cpath d='M10.7403 11.9786L16 14.8525L14.6298 17.2118L9.28177 14.1662L9.32597 20H6.67403L6.71823 14.1662L1.37017 17.2118L0 14.8525L5.30387 11.9786L0 9.14745L1.37017 6.74531L6.71823 9.79088L6.67403 4H9.32597L9.28177 9.79088L14.6298 6.74531L16 9.14745L10.7403 11.9786Z' fill='%23BEEA9B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.main-price__itemPrice {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 32px;
}
@media (max-width: 1023px) {
  .main-price__itemPrice {
    row-gap: 24px;
  }
}
.main-price__priceBlock {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #BEEA9B;
}
@media (max-width: 1023px) {
  .main-price__priceBlock {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-price__priceBlock span:last-of-type {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: line-through;
  position: relative;
  top: -26px;
}
@media (max-width: 1023px) {
  .main-price__priceBlock span:last-of-type {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-price__button {
  align-self: flex-end;
  padding: 16px 32px;
  min-height: unset;
}
@media (max-width: 1023px) {
  .main-price__button {
    width: 100%;
  }
}
.main-price__circle {
  position: absolute;
  width: 188px;
  top: 25%;
  left: -3%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .main-price__circle {
    display: none;
  }
}

.thankyou-main {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-block: 104px;
  display: flex;
  flex-direction: column;
  row-gap: 67px;
}
@media (max-width: 1023px) {
  .thankyou-main {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .thankyou-main {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .thankyou-main {
    row-gap: 81px;
  }
}
.thankyou-main__top {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.thankyou-main__top h1 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .thankyou-main__top p {
    font-size: 16px;
  }
}
.thankyou-main__top a {
  color: #BEEA9B;
  text-decoration: underline;
}
.thankyou-main__bottom {
  width: 100%;
  max-width: 464px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
@media (max-width: 1023px) {
  .thankyou-main__bottom {
    max-width: 343px;
    align-items: flex-start;
  }
}
.thankyou-main__bottom h2 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.thankyou-main__bottom ol {
  padding-inline-start: 1em;
}
.thankyou-main__bottom ol li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .thankyou-main__bottom ol li {
    font-size: 16px;
  }
}

.footerNew {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  padding-block: 40px;
  row-gap: 56px;
}
@media (max-width: 1023px) {
  .footerNew {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .footerNew {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .footerNew {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .footerNew {
    padding-block: 32px;
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .footerNew {
    padding-block: 80px;
    row-gap: 64px;
  }
}
.footerNew__left {
  grid-column: span 6;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .footerNew__left {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footerNew__left {
    flex-direction: column;
    row-gap: 64px;
  }
}
.footerNew__right {
  grid-column: 7/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1023px) {
  .footerNew__right {
    gap: 24px;
    grid-column: 1/-1;
  }
}
.footerNew__infoBlock {
  grid-column: span 1;
}
@media (max-width: 767px) {
  .footerNew__infoBlock {
    grid-column: 1/-1;
  }
}
.footerNew__infoBlock ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footerNew__infoBlock ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1023px) {
  .footerNew__infoBlock ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.footerNew__contactBlock ul {
  display: flex;
  gap: 40px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .footerNew__contactBlock ul {
    gap: 32px;
  }
}
.footerNew__bottom {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .footerNew__bottom {
    flex-wrap: wrap;
  }
}
.footerNew__bottom ul {
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.footerNew__bottom ul li {
  font-size: 18px;
  line-height: 24px;
}
.footerNew__bottom ul li a {
  white-space: nowrap;
}
.footerNew__bottom ul li:not(:last-of-type) {
  text-decoration: underline;
}
.footerNew__socialBlock ul {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media (max-width: 1023px) {
  .footerNew__socialBlock ul {
    gap: 16px;
  }
}
.footerNew__socialBlock ul li {
  width: 24px;
  height: 24px;
}
@media (max-width: 1023px) {
  .footerNew__socialBlock ul li {
    width: 32px;
    height: 32px;
  }
}
.footerNew__socialBlock ul li a {
  width: 100%;
  display: flex;
}
.footerNew__socialBlock ul li a img {
  width: 100%;
}
.footerNew__sign a {
  color: #D3D3D3;
  display: inline-block;
}

html {
  scroll-padding-top: var(--header-height);
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: 5px;
  margin: 0;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #0A0A0A;
  color: #D3D3D3;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
body .close-menu-btn {
  display: none;
}
body.menu-open .open-menu-btn {
  display: none;
}
body.menu-open .close-menu-btn {
  display: flex;
}

main {
  flex-grow: 1;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

strong {
  color: #BEEA9B;
}

button {
  font-family: "Raleway", sans-serif;
}

a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
a:hover {
  color: #BEEA9B;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

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

input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=style.css.map */
