@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
picture {
  display: inline-block;
}
picture img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  background-color: #ffffff;
}

details > summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.header .button:hover {
  border: solid 1px #ff6b00;
}

.button {
  font-size: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
  position: relative;
  overflow: visible;
  height: clamp(3.125rem, 3.125rem + 20 * (100vw - 360px) / 1080, 4.375rem);
  min-height: clamp(3.125rem, 3.125rem + 20 * (100vw - 360px) / 1080, 4.375rem);
}
.button span {
  height: clamp(2.5rem, 2.5rem + 10 * (100vw - 360px) / 1080, 3.125rem);
  width: clamp(2.5rem, 2.5rem + 10 * (100vw - 360px) / 1080, 3.125rem);
  display: block;
  background-image: url(../img/icons/finger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(1.125rem, 1.125rem + 8 * (100vw - 360px) / 1080, 1.625rem);
  background-color: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
  right: clamp(0.3125rem, 0.3125rem + 5 * (100vw - 360px) / 1080, 0.625rem);
}

[class*=__button-orange] {
  background: linear-gradient(91.42deg, #ff6b00 1.21%, #c72b00 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: #ffffff;
}

section {
  margin-top: clamp(5.625rem, 5.625rem + 30 * (100vw - 360px) / 1080, 7.5rem);
  margin-bottom: clamp(5.625rem, 5.625rem + 30 * (100vw - 360px) / 1080, 7.5rem);
}

.footer .button,
.header .button {
  min-height: 0;
}
.footer .button span,
.header .button span {
  top: auto;
  transform: none;
  background-color: transparent;
  background-image: none;
  position: inherit;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: inherit;
}

.splide__list {
  height: -moz-fit-content;
  height: fit-content;
}

.splide__arrows {
  bottom: -30px;
  position: absolute;
  right: 0;
  display: flex;
  gap: clamp(0.4375rem, 0.4375rem + 3 * (100vw - 360px) / 1080, 0.625rem);
  transform: translateY(100%);
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 768px) {
  .splide__arrows {
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    right: auto;
  }
}

.splide__arrow {
  border: 11px solid #e04c01;
  background-color: #f7f7f7;
  box-shadow: 0px 2px 6px 0px rgba(123, 43, 14, 0.4);
  aspect-ratio: 1/1;
  width: clamp(3.125rem, 3.125rem + 20 * (100vw - 360px) / 1080, 4.375rem);
  height: clamp(3.125rem, 3.125rem + 20 * (100vw - 360px) / 1080, 4.375rem);
  border-radius: 50%;
  transition: background-color 0.3s;
  background-image: url(../img/icons/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  position: static;
  left: inherit;
  top: inherit;
  transform: none;
  right: inherit;
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .splide__arrow {
    border: 8px solid #e04c01;
  }
}

/* hero section */
.hero {
  padding-top: clamp(8.125rem, 8.125rem + 60 * (100vw - 360px) / 1080, 11.875rem);
  padding-bottom: clamp(2.5rem, 2.5rem + 187 * (100vw - 360px) / 1080, 14.1875rem);
  position: relative;
  margin-top: 0;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.hero__container {
  position: static;
  display: grid;
  grid-template-columns: max-content auto 280px;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .hero__container {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.hero__title {
  font-size: clamp(5.625rem, 4.2708rem + 6.0185vw, 9.6875rem);
  line-height: 90%;
  width: -moz-fit-content;
  width: fit-content;
  color: #f7f7f7;
  font-family: "Ermilov-Bold";
}
.hero__title span {
  font-family: "Oswald";
  font-weight: 300;
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  line-height: 94%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-20px);
}
@media (max-width: 480px) {
  .hero__title {
    letter-spacing: -5%;
    width: 100%;
    text-align: center;
    margin-bottom: -30px;
  }
  .hero__title span {
    width: 100%;
    transform: translateY(-40px);
  }
}
.hero__text {
  max-width: clamp(6.25rem, 6.25rem + 347 * (100vw - 360px) / 1080, 27.9375rem);
  background: linear-gradient(103.68deg, #ffffff 6.17%, #fdf1dd 51.37%, #ffcca3 96.57%);
  border: 1px solid #eacbba;
  padding-bottom: clamp(0.9375rem, 0.9375rem + 15 * (100vw - 360px) / 1080, 1.875rem);
  padding-top: clamp(0.8125rem, 0.8125rem + 12 * (100vw - 360px) / 1080, 1.5625rem);
  padding-right: clamp(0.6875rem, 0.6875rem + 149 * (100vw - 360px) / 1080, 10rem);
  padding-left: clamp(0.6875rem, 0.6875rem + 19 * (100vw - 360px) / 1080, 1.875rem);
  color: #dc5005;
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  font-weight: 400;
  border-radius: clamp(0.5rem, 0.5rem + 7 * (100vw - 360px) / 1080, 0.9375rem);
  line-height: 110%;
  grid-column: 1;
  grid-row: 2;
  height: -moz-fit-content;
  height: fit-content;
  align-self: end;
}
@media (max-width: 768px) {
  .hero__text {
    grid-row: 2;
    max-width: none;
    text-align: center;
    max-width: 400px;
    padding: 13px 11px 15px 11px;
  }
}
.hero__picture {
  position: absolute;
  left: calc(50% + 10px);
  transform: translate(-50%, 0);
  width: clamp(17.75rem, 17.75rem + 508 * (100vw - 360px) / 1080, 49.5rem);
  bottom: -5px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero__picture {
    bottom: clamp(8.5rem, 8.5rem + 104 * (100vw - 360px) / 1080, 15rem);
    left: inherit;
    transform: none;
    max-width: 400px;
  }
}
.hero__button {
  max-height: clamp(3.125rem, 3.125rem + 16 * (100vw - 360px) / 1080, 4.125rem);
  height: clamp(3.125rem, 3.125rem + 16 * (100vw - 360px) / 1080, 4.125rem);
  min-height: 0 !important;
}
.hero__button span.arrow {
  background-image: url(../img/icons/arrow-btn-orange.svg);
  width: clamp(2.5rem, 2.5rem + 8 * (100vw - 360px) / 1080, 3rem);
  height: clamp(2.5rem, 2.5rem + 8 * (100vw - 360px) / 1080, 3rem);
  background-size: clamp(0.5rem, 0.5rem + 5 * (100vw - 360px) / 1080, 0.8125rem);
  background-position: 55%;
}
.hero__button-orange {
  padding-left: 41px;
  justify-content: start;
}
.hero__button-orange:hover {
  background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
@media (max-width: 768px) {
  .hero__button-orange {
    border: 1px solid #eacbba;
    color: #ff6b00;
    background: linear-gradient(103.68deg, #ffffff 6.17%, #fdf1dd 51.37%, #ffcca3 96.57%);
    box-shadow: none;
    padding: inherit;
    justify-content: center;
  }
  .hero__button-orange:hover {
    background: #131313;
  }
  .hero__button-orange span.arrow {
    background-color: #ff6b00;
    background-image: url(../img/icons/arrow-btn.svg);
  }
}
.hero__button-transparent {
  border: 2px solid #ff6b00;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: #ff6b00;
  padding-left: 69px;
  justify-content: start;
}
.hero__button-transparent:hover {
  background: #ffffff;
}
.hero__button-transparent span.arrow {
  background-color: #ff6b00;
  background-image: url(../img/icons/arrow-btn.svg);
}
@media (max-width: 768px) {
  .hero__button-transparent {
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
    padding: inherit;
    justify-content: center;
    box-shadow: none;
  }
  .hero__button-transparent:hover {
    background: #131313;
  }
  .hero__button-transparent span.arrow {
    background-color: #ffffff;
    background-image: url(../img/icons/arrow-btn-orange.svg);
  }
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 768px) {
  .hero__buttons {
    gap: 10px;
    margin-top: 235px;
    grid-row: inherit;
    grid-column: inherit;
  }
}
@media (max-width: 380px) {
  .hero__buttons {
    margin-top: 195px;
  }
}
.hero__start, .hero__format {
  font-weight: 200;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f7f7f7;
  z-index: 2;
}
.hero__start div, .hero__format div {
  min-height: 33px;
  min-width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #ff6b00;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .hero__start div, .hero__format div {
    font-size: 13px;
    min-height: 21px;
    min-width: 21px;
  }
}
.hero__info {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .hero__info {
    grid-row: inherit;
    grid-column: inherit;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .hero__info p {
    text-align: start;
  }
  .hero__format, .hero__start {
    margin-left: 0;
    max-width: 50%;
    justify-content: start;
    font-size: 14px;
    gap: 5px;
  }
}

.version1 {
  background-image: url(../img/icons/first-back.svg);
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 480px) {
  .version1 {
    background-image: url(../img/icons/first-back-mob.svg);
  }
}
.version1 .hero__text img {
  display: none;
}

.version2 {
  background-image: url(../img/icons/second-back.svg);
  background-size: cover;
  background-position: bottom;
  padding-bottom: clamp(1.875rem, 1.875rem + 142 * (100vw - 360px) / 1080, 10.75rem);
}
@media (max-width: 480px) {
  .version2 {
    background-image: url(../img/icons/second-back-mob.svg);
  }
}
.version2 .hero__title {
  color: #131313;
}
.version2 .hero__format,
.version2 .hero__start {
  color: #131313;
}
@media (max-width: 768px) {
  .version2 .hero__info {
    flex-direction: row;
    grid-row: 5;
    justify-content: space-between;
  }
  .version2 .hero__info .hero__format,
  .version2 .hero__info .hero__start {
    color: #fff;
  }
}
.version2 .hero__text {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-right: clamp(0.3125rem, 0.3125rem + 41 * (100vw - 360px) / 1080, 2.875rem);
  z-index: 2;
  max-width: clamp(15.625rem, 15.625rem + 197 * (100vw - 360px) / 1080, 27.9375rem);
}
.version2 .hero__text p {
  display: inline-block;
  padding-left: 25px;
  border-left: #dc5005 solid 2px;
}
.version2 .hero__text img {
  width: clamp(3.125rem, 3.125rem + 24 * (100vw - 360px) / 1080, 4.625rem);
  height: auto;
}
@media (max-width: 768px) {
  .version2 .hero__text {
    max-width: none;
  }
  .version2 .hero__text img {
    display: none;
  }
  .version2 .hero__text p {
    padding-left: 0px;
    border-left: none;
  }
}
.version2 .hero__button-transparent {
  box-shadow: none;
}
.version2 .hero__picture {
  left: calc(50% + 100px);
}
@media (max-width: 768px) {
  .version2 .hero__picture {
    right: 0;
    left: inherit;
    bottom: -3px;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .version2 .hero__buttons {
    margin-top: 275px;
  }
}

/* after section */
.after__container {
  padding-left: clamp(2.1875rem, 2.1875rem + 5 * (100vw - 360px) / 1080, 2.5rem) !important;
  padding-right: clamp(2.1875rem, 2.1875rem + 5 * (100vw - 360px) / 1080, 2.5rem) !important;
}
.after__inner {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078) inset;
  background: #f5f5f5;
  padding: clamp(1.5625rem, 1.5625rem + 35 * (100vw - 360px) / 1080, 3.75rem);
  padding-top: clamp(2.5rem, 2.5rem + 30 * (100vw - 360px) / 1080, 4.375rem);
  padding-bottom: clamp(1.5625rem, 1.5625rem + 25 * (100vw - 360px) / 1080, 3.125rem);
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: 0 20px;
}
.after__title {
  letter-spacing: -3%;
  text-transform: uppercase;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
}
.after__title span {
  font-family: "Oswald";
  font-weight: 300;
  font-size: clamp(2.8125rem, 1.4583rem + 6.0185vw, 6.875rem);
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  line-height: 94%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.after__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.625rem, 0.625rem + 10 * (100vw - 360px) / 1080, 1.25rem);
  grid-row: 1/3;
  grid-column: 2;
}
@media (max-width: 480px) {
  .after__cards {
    grid-template-columns: 100%;
  }
}
.after .card {
  background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
  border: 2px solid #3c3c3c;
  transition: all 0.2s ease-out;
  border-radius: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
  padding-top: 20px;
  padding-left: clamp(0.9375rem, 0.9375rem + 15 * (100vw - 360px) / 1080, 1.875rem);
  padding-right: 10px;
  height: 100%;
  position: relative;
  padding-bottom: clamp(12.25rem, 12.25rem + 180 * (100vw - 360px) / 1080, 23.5rem);
  aspect-ratio: 0.77/1 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.after .card:hover {
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  border: 2px solid #ff6b00;
}
.after .card:hover .card__name span {
  color: #131313;
}
.after .card__img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.after .card__name {
  color: #f7f7f7;
  font-size: clamp(1.125rem, 0.875rem + 1.1111vw, 1.875rem);
  line-height: 100%;
  font-family: "Ermilov-Bold";
}
.after .card__name span {
  color: #ff6b00;
}
.after .card__number {
  color: #ff6b00;
  background-color: #ffffff;
  height: clamp(2.0625rem, 2.0625rem + 22 * (100vw - 360px) / 1080, 3.4375rem);
  width: clamp(2.0625rem, 2.0625rem + 22 * (100vw - 360px) / 1080, 3.4375rem);
  aspect-ratio: 1/1;
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.875rem + 1.1111vw, 1.875rem);
  line-height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .after .card {
    flex-direction: row;
    gap: 10px;
    aspect-ratio: 0.79/1 !important;
  }
}
.after__buttons {
  grid-row: 2;
  align-self: end;
}
.after__button-orange:hover {
  background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.after__button-transparent {
  color: #131313;
  border: 1px solid #131313;
  margin-top: clamp(0.25rem, 0.25rem + 6 * (100vw - 360px) / 1080, 0.625rem);
}
.after__button-transparent p.mobile {
  display: none;
}
@media (max-width: 480px) {
  .after__button-transparent p.mobile {
    display: inline;
  }
  .after__button-transparent p.desktop {
    display: none;
  }
}
.after__button-transparent:hover {
  background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
  color: #fff;
}
@media (max-width: 1024px) {
  .after__inner {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .after__cards {
    grid-row: inherit;
    grid-column: inherit;
  }
  .after__buttons {
    grid-row: inherit;
    grid-column: inherit;
  }
}

/* program section */
.program {
  padding-top: clamp(6.25rem, 6.25rem + 20 * (100vw - 360px) / 1080, 7.5rem);
  padding-bottom: clamp(6.25rem, 6.25rem + 20 * (100vw - 360px) / 1080, 7.5rem);
  color: #ffffff;
  background-color: #131313;
  border-radius: clamp(1.875rem, 1.875rem + 40 * (100vw - 360px) / 1080, 4.375rem);
}
.program__container {
  display: grid;
  grid-template-columns: auto minmax(290px, 400px);
  gap: clamp(1.875rem, 1.875rem + 120 * (100vw - 360px) / 1080, 9.375rem);
}
@media (max-width: 768px) {
  .program__container {
    grid-template-columns: 100%;
  }
}
.program__title {
  margin-bottom: 30px;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 0.9;
  letter-spacing: -2%;
}
.program__items {
  display: flex;
  flex-direction: column;
}
.program__head {
  position: relative;
  display: flex;
  gap: clamp(0.3125rem, 0.3125rem + 10 * (100vw - 360px) / 1080, 0.9375rem);
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  padding-top: clamp(1.25rem, 1.25rem + 2 * (100vw - 360px) / 1080, 1.375rem);
  padding-bottom: clamp(1.25rem, 1.25rem + 2 * (100vw - 360px) / 1080, 1.375rem);
  padding-right: clamp(2rem, 2rem + 18 * (100vw - 360px) / 1080, 3.125rem);
}
.program__number {
  opacity: 0.35;
}
.program__text {
  max-width: 79%;
  line-height: 90%;
}
.program__icon {
  border: 7px solid #e04c01;
  background-color: #f7f7f7;
  box-shadow: 0px 2px 6px 0px rgba(123, 43, 14, 0.4);
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(1.625rem, 1.625rem + 19 * (100vw - 360px) / 1080, 2.8125rem);
  height: clamp(1.625rem, 1.625rem + 19 * (100vw - 360px) / 1080, 2.8125rem);
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: background-color 0.3s;
  background-image: url(../img/icons/details.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
@media (max-width: 768px) {
  .program__icon {
    border: 4px solid #e04c01;
  }
}
.program__content {
  font-size: clamp(1rem, 1.0417rem - 0.1852vw, 0.875rem);
  line-height: 1.2;
  font-weight: 200;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
}
.program__item:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.program__item:last-child {
  padding-bottom: 0;
}
.program__item:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .program__item {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
.program__item[open] .program__icon {
  filter: grayscale(100%);
  transform: translate(0, -50%) rotate(45deg);
}
.program__item[open] .program__content {
  height: -moz-fit-content;
  height: fit-content;
}
.program__lessons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
.program__lessons li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 120%;
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  justify-content: end;
  gap: 5px;
}
.program__lessons li .name {
  width: 47%;
  margin-right: auto;
}
.program__lessons li .format {
  display: inline-flex;
  border-radius: 100px;
  padding: 3px 15px;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.program__lessons li .format.live {
  background-color: #a1b858;
}
.program__lessons li .format.video {
  background-color: #f5b400;
}
.program__lessons li .format.training {
  background-color: #5e721b;
}
.program__lessons li .format.speaker {
  background-color: #8f8f8f;
}
.program__bonus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  line-height: 1.2;
  background-color: #212121;
  border-radius: 15px;
  padding: 20px;
  padding-left: clamp(1.25rem, 1.25rem + 30 * (100vw - 360px) / 1080, 3.125rem);
  padding-right: clamp(1.25rem, 1.25rem + 30 * (100vw - 360px) / 1080, 3.125rem);
}
.program__bonus .program__practice {
  font-weight: 600;
  grid-column: 1/3;
}
@media (max-width: 480px) {
  .program__bonus .program__practice {
    grid-column: inherit;
  }
}
.program__bonus li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}
.program__bonus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: clamp(0.875rem, 0.875rem + -2 * (100vw - 360px) / 1080, 0.75rem);
  width: clamp(0.875rem, 0.875rem + -2 * (100vw - 360px) / 1080, 0.75rem);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 480px) {
  .program__bonus {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.program__materials p {
  color: #ffc08d;
  margin-bottom: 10px;
}
.program__materials li::before {
  background-image: url(../img/icons/materials.svg);
  filter: brightness(0) saturate(100%) invert(85%) sepia(95%) saturate(4644%) hue-rotate(300deg) brightness(105%) contrast(101%);
}
.program__results p {
  color: #ff6b00;
  margin-bottom: 10px;
}
.program__results li::before {
  background-image: url(../img/icons/results.svg);
  filter: brightness(0) saturate(100%) invert(58%) sepia(50%) saturate(5895%) hue-rotate(359deg) brightness(99%) contrast(107%);
}
.program__tag {
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .program__tag {
    margin-left: auto;
  }
}
.program__tag-new {
  background-color: #ffbc00;
}
.program__tag-bonus {
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
}
.program__right {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  grid-template-rows: max-content max-content max-content auto;
}
@media (max-width: 768px) {
  .program__right {
    grid-template-columns: 1fr 1fr;
  }
}
.program__button {
  margin-top: auto;
}
@media (max-width: 768px) {
  .program__button {
    grid-column: 1/3;
  }
}
.program__cart {
  text-transform: uppercase;
  border-radius: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
  padding-left: clamp(1.5625rem, 1.5625rem + 6 * (100vw - 360px) / 1080, 1.9375rem);
  padding-top: clamp(0.9375rem, 0.9375rem + 20 * (100vw - 360px) / 1080, 2.1875rem);
  padding-bottom: clamp(1.5625rem, 1.5625rem + 15 * (100vw - 360px) / 1080, 2.5rem);
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
.program__cart .number {
  font-family: "Ermilov-Bold";
  font-size: clamp(3.75rem, 2.5rem + 5.5556vw, 7.5rem);
  line-height: 80%;
  letter-spacing: -3%;
  margin-right: 10px;
}
.program__cart .text {
  font-family: "Oswald";
  font-weight: 300;
  font-size: clamp(1.5625rem, 0.625rem + 4.1667vw, 4.375rem);
  line-height: 90%;
  letter-spacing: -5%;
}
.program__cart .image {
  width: clamp(2.6875rem, 2.6875rem + 57 * (100vw - 360px) / 1080, 6.25rem);
  aspect-ratio: 1/1;
  height: auto;
}
.program__cart-orange {
  background: linear-gradient(97.17deg, #ff9c4a 0%, #ff6b00 51.67%, #c72b00 100%);
  border: 2px solid var(--Color-2, #ff6b00);
  color: #ffffff;
}
.program__cart-light {
  border: 1px solid #eacbba;
  background: linear-gradient(103.68deg, #ffffff 6.17%, #fdf1dd 51.37%, #ffcca3 96.57%);
  color: #ff6b00;
}
@media (max-width: 768px) {
  .program__cart {
    display: grid;
    grid-template-columns: 100%;
    grid-area: 5px;
  }
  .program__cart .number {
    grid-row: 2;
  }
  .program__cart .image {
    grid-row: 1;
    margin-bottom: 14px;
  }
}
.program__list {
  border: 1px solid #727272;
  color: #ffffff;
  border-radius: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
  padding-left: clamp(1.5625rem, 1.5625rem + 6 * (100vw - 360px) / 1080, 1.9375rem);
  padding-top: 30px;
  padding-bottom: clamp(1.875rem, 1.875rem + 14 * (100vw - 360px) / 1080, 2.75rem);
}
@media (max-width: 768px) {
  .program__list {
    grid-column: 1/3;
  }
}
.program__list p {
  margin-bottom: 10px;
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.875rem + 1.1111vw, 1.875rem);
  line-height: 100%;
  letter-spacing: 0%;
}
.program__list ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: outside;
  padding-left: 14px;
}
.program__list li {
  font-weight: 200;
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  line-height: 110%;
  padding-left: 5px;
}
.program__list li::marker {
  content: url(../img/icons/Star1-list.svg);
  display: block;
}

/* review section */
.review__title {
  line-height: 0.9;
  overflow: visible;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  letter-spacing: -3%;
  text-transform: uppercase;
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  line-height: 94%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 90%;
  line-height: 1.2;
}
.review__sub-title {
  font-family: "Oswald";
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 0.9583rem + 2.4074vw, 3.125rem);
  color: #131313;
  line-height: 0.6;
}
.review__slider {
  margin-top: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
}
.review__slide {
  width: clamp(18.125rem, 18.125rem + 109 * (100vw - 360px) / 1080, 24.9375rem);
  height: -moz-fit-content;
  height: fit-content;
  padding-top: clamp(0.1875rem, 0.1875rem + 2 * (100vw - 360px) / 1080, 0.3125rem);
  padding-bottom: clamp(0.1875rem, 0.1875rem + 2 * (100vw - 360px) / 1080, 0.3125rem);
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
}
.review__slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .review__slide {
    width: 100%;
  }
}
.review__button-orange {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .review__button-orange {
    color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
    background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
    margin-top: 30px;
    max-width: 400px;
  }
  .review__button-orange:hover {
    background: linear-gradient(91.42deg, #ff6b00 1.21%, #df4a00 100%);
  }
  .review__button-orange span {
    background-image: url(../img/icons/finger-black.svg);
  }
}

/* logos section */
.logos__container {
  padding-left: clamp(2.25rem, 2.25rem + 4 * (100vw - 360px) / 1080, 2.5rem);
  padding-right: clamp(2.25rem, 2.25rem + 4 * (100vw - 360px) / 1080, 2.5rem);
}
.logos__inner {
  box-shadow: 0px 4px 20px 0px #000000 inset;
  background-color: #131313;
  padding-bottom: clamp(3.125rem, 3.125rem + 40 * (100vw - 360px) / 1080, 5.625rem);
  padding-top: clamp(1.875rem, 1.875rem + 40 * (100vw - 360px) / 1080, 4.375rem);
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  color: #ffffff;
  background-image: url(../img/icons/partners-back-pc.png);
  background-size: cover;
  padding-left: clamp(1.5625rem, 1.5625rem + 35 * (100vw - 360px) / 1080, 3.75rem);
  padding-right: clamp(1.5625rem, 1.5625rem + 35 * (100vw - 360px) / 1080, 3.75rem);
}
@media (max-width: 480px) {
  .logos__inner {
    background-image: url(../img/icons/partners-back-mob.png);
  }
}
.logos__title {
  line-height: 130%;
  letter-spacing: -5%;
  text-transform: uppercase;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  margin-bottom: clamp(1.25rem, 1.25rem + 25 * (100vw - 360px) / 1080, 2.8125rem);
}
.logos__title span {
  font-family: "Oswald";
  font-weight: 300;
  font-size: clamp(2.8125rem, 1.4583rem + 6.0185vw, 6.875rem);
}
.logos__picture {
  width: calc(100% + clamp(3.125rem, 3.125rem + 70 * (100vw - 360px) / 1080, 7.5rem));
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.logos__button {
  margin-top: 20px;
  display: none;
}
@media (max-width: 768px) {
  .logos__button {
    display: flex;
  }
}

/* faq section */
/* program section */
.faq {
  padding: 0;
}
@media (max-width: 768px) {
  .faq__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq__inner {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .faq__inner {
    grid-template-columns: 100%;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1490196078) inset;
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
.faq__title {
  margin-bottom: clamp(0rem, 0rem + 30 * (100vw - 360px) / 1080, 1.875rem);
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 90%;
  letter-spacing: -2%;
  text-transform: uppercase;
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .faq__title {
    grid-column: inherit;
  }
}
.faq__title span {
  font-family: "Oswald";
  font-weight: 300;
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  margin-top: 10px;
  line-height: 118%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-20px);
  font-size: clamp(2.8125rem, 1.4583rem + 6.0185vw, 6.875rem);
}
.faq__items {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  border-radius: clamp(0rem, 0rem + 30 * (100vw - 360px) / 1080, 1.875rem);
  padding-left: clamp(0rem, 0rem + 90 * (100vw - 360px) / 1080, 5.625rem);
  padding-top: clamp(0rem, 0rem + 42 * (100vw - 360px) / 1080, 2.625rem);
  padding-bottom: clamp(0rem, 0rem + 50 * (100vw - 360px) / 1080, 3.125rem);
  padding-right: clamp(0rem, 0rem + 90 * (100vw - 360px) / 1080, 5.625rem);
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .faq__items {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}
.faq__head {
  position: relative;
  display: flex;
  gap: clamp(0.3125rem, 0.3125rem + 10 * (100vw - 360px) / 1080, 0.9375rem);
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  padding-top: clamp(0.875rem, 0.875rem + 13 * (100vw - 360px) / 1080, 1.6875rem);
  padding-bottom: clamp(0.875rem, 0.875rem + 13 * (100vw - 360px) / 1080, 1.6875rem);
  padding-right: clamp(2rem, 2rem + 18 * (100vw - 360px) / 1080, 3.125rem);
}
.faq__number {
  opacity: 0.35;
}
.faq__text {
  max-width: 79%;
}
.faq__icon {
  border: 7px solid #e04c01;
  background-color: #f7f7f7;
  box-shadow: 0px 2px 6px 0px rgba(123, 43, 14, 0.4);
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(1.625rem, 1.625rem + 19 * (100vw - 360px) / 1080, 2.8125rem);
  height: clamp(1.625rem, 1.625rem + 19 * (100vw - 360px) / 1080, 2.8125rem);
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: background-color 0.3s;
  background-image: url(../img/icons/details.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
@media (max-width: 768px) {
  .faq__icon {
    border: 4px solid #e04c01;
  }
}
.faq__content {
  font-size: clamp(1rem, 1.0417rem - 0.1852vw, 0.875rem);
  line-height: 1.2;
  font-weight: 200;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
}
.faq__content b {
  font-weight: 600;
}
.faq__content a {
  text-decoration: underline;
  cursor: pointer;
}
.faq__content ul,
.faq__content ol {
  list-style: inside;
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #8f8f8f;
}
.faq__item:last-child {
  padding-bottom: 0;
}
.faq__item:first-child {
  padding-top: 0;
}
.faq__item[open] .faq__icon {
  filter: grayscale(100%);
  transform: translate(0, -50%) rotate(45deg);
}
.faq__item[open] .faq__content {
  height: -moz-fit-content;
  height: fit-content;
}
.faq .form {
  background: linear-gradient(97.17deg, #ff9c4a 0%, #ff6b00 51.67%, #c72b00 100%);
  border: 2px solid #ff6b00;
  height: -moz-fit-content;
  height: fit-content;
  align-self: end;
  color: #ffffff;
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.875rem + 1.1111vw, 1.875rem);
  line-height: 90%;
  padding: clamp(1.5625rem, 1.5625rem + 5 * (100vw - 360px) / 1080, 1.875rem);
  padding-top: 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .faq .form {
    margin-top: 20px;
  }
}
.faq .form form {
  padding: 0;
}
.faq .form form label {
  display: none;
}
.faq .form p,
.faq .form span {
  color: #fff !important;
}
.faq .form p a span,
.faq .form span a span {
  color: #fff !important;
  text-decoration: underline;
}
.faq .form input,
.faq .form .default-phone-input[data-v-009a0a95] {
  background-color: #ffffff !important;
  border: none;
}
.faq .form__pre-title {
  margin-bottom: clamp(2.5rem, 2.5rem + 40 * (100vw - 360px) / 1080, 5rem);
}
.faq .form__title {
  margin-bottom: 15px;
  font-family: "Oswald";
  font-size: clamp(2.8125rem, 2.2917rem + 2.3148vw, 4.375rem);
  text-transform: uppercase;
  line-height: 1;
}
.faq .form__title img {
  width: clamp(2.5625rem, 2.5625rem + 28 * (100vw - 360px) / 1080, 4.3125rem);
  height: auto;
}
.faq .form__text {
  margin-bottom: 20px;
}

/* expertise section */
.expertise .after__inner {
  background: linear-gradient(-76.92deg, #ff9c4a 9.43%, #ff6b00 55.84%, #c72b00 99.25%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078) inset;
  position: relative;
}
.expertise .after__inner::after {
  background-image: url(../img/icons/skills-pc.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
}
.expertise .after__inner .after__title {
  z-index: 2;
}
.expertise .after__inner .after__title span {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.expertise .after__inner .after__cards {
  z-index: 2;
}
.expertise .after__inner .after__buttons {
  z-index: 2;
}
.expertise .after__inner .after__buttons .after__button {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: #ff6b00;
  background: #ffffff;
}
.expertise .after__inner .after__buttons .after__button span {
  background-color: #ff6b00;
  background-image: url(../img/icons/finger-white.svg);
}
.expertise .after__inner .after__buttons .after__button:hover {
  background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: #ffffff;
}
.expertise .after__inner .after__buttons .after__button:hover span {
  background-color: #f7f7f7;
  background-image: url(../img/icons/finger-black.svg);
}
.expertise .after__inner .card {
  flex-direction: row;
  align-items: start;
  gap: 30px clamp(0.625rem, 0.625rem + 5 * (100vw - 360px) / 1080, 0.9375rem);
  flex-wrap: wrap;
  padding-bottom: clamp(1.5625rem, 1.5625rem + 10 * (100vw - 360px) / 1080, 2.1875rem);
}
@media (max-width: 480px) {
  .expertise .after__inner .card {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 0 !important;
  }
}
.expertise .after__inner .card__list {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.75rem + 0.5556vw, 1.25rem);
  gap: clamp(0.3125rem, 0.3125rem + 5 * (100vw - 360px) / 1080, 0.625rem);
  font-weight: 400;
  margin-top: auto;
  width: 100%;
}
.expertise .after__inner .card__list li {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.expertise .after__inner .card__list span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  width: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  margin-right: clamp(0.4375rem, 0.4375rem + 3 * (100vw - 360px) / 1080, 0.625rem);
  font-size: clamp(0.625rem, 0.5rem + 0.5556vw, 1rem);
}

/* rates section */
.rates__container {
  padding-left: clamp(2.1875rem, 2.1875rem + 5 * (100vw - 360px) / 1080, 2.5rem);
  padding-right: clamp(2.1875rem, 2.1875rem + 5 * (100vw - 360px) / 1080, 2.5rem);
}
@media (max-width: 768px) {
  .rates__container {
    background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
    border-radius: 30px;
  }
}
.rates__inner {
  background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
  border-radius: 30px;
  padding-bottom: clamp(5.625rem, 5.625rem + 30 * (100vw - 360px) / 1080, 7.5rem);
  padding-left: clamp(0rem, 0rem + 90 * (100vw - 360px) / 1080, 5.625rem);
  padding-right: clamp(0rem, 0rem + 90 * (100vw - 360px) / 1080, 5.625rem);
  padding-top: clamp(7.0625rem, 7.0625rem + 17 * (100vw - 360px) / 1080, 8.125rem);
}
.rates__title {
  margin-bottom: 10px;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 0.9;
  letter-spacing: -3%;
  color: #fff;
  text-transform: uppercase;
}
.rates__sub-title {
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  line-height: 90%;
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  line-height: 94%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.rates__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.875rem, 1.875rem + 5 * (100vw - 360px) / 1080, 2.1875rem);
  margin-top: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .rates__items {
    grid-template-columns: 100%;
  }
}

.rate {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rate__head {
  background-color: #ff6b00;
  border-radius: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem) clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem) 0 0;
  font-size: clamp(1.25rem, 0.9375rem + 1.3889vw, 2.1875rem);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: clamp(1.5625rem, 1.5625rem + 9 * (100vw - 360px) / 1080, 2.125rem);
  color: #ffffff;
}
.rate__body {
  background: linear-gradient(126.99deg, #ffffff 5.33%, #fdf1dd 42.04%, #ffcca3 78.75%);
  border: 1px solid #e1b195;
  color: #131313;
  padding: clamp(1.5625rem, 1.5625rem + 25 * (100vw - 360px) / 1080, 3.125rem);
  padding-bottom: clamp(1.25rem, 1.25rem + 20 * (100vw - 360px) / 1080, 2.5rem);
  padding-top: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  border-radius: 0 0 clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem) clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  margin-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: none;
  margin-top: -1px;
}
.rate ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: outside;
  padding-left: 14px;
}
.rate ul:not(:last-of-type) {
  margin-bottom: 10px;
}
.rate ul:last-of-type {
  margin-bottom: clamp(1.25rem, 1.25rem + 20 * (100vw - 360px) / 1080, 2.5rem);
}
.rate ul li {
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  position: relative;
  padding-left: clamp(0.375rem, 0.375rem + 3 * (100vw - 360px) / 1080, 0.5625rem);
}
.rate ul li::marker {
  display: block;
}
.rate__active li::marker {
  content: url(../img/icons/Star1-list.svg);
}
.rate__no-active {
  color: #8F8F8F;
}
.rate__no-active li::marker {
  content: url(../img/icons/star-list-noactive.svg);
}
.rate__max li {
  font-weight: 600;
}
.rate__max li::marker {
  content: url(../img/icons/star-black.svg);
}
.rate__bonus {
  font-weight: 600;
}
.rate__bonus li::marker {
  content: url(../img/icons/star-black.svg);
}
@media (max-width: 768px) {
  .rate__body {
    padding-top: 45px;
  }
}
.rate__cost {
  margin-top: auto;
  background: #ffc494;
  border-radius: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
  padding: clamp(1.1875rem, 1.1875rem + -6 * (100vw - 360px) / 1080, 0.8125rem);
}
.rate__full-price {
  margin-bottom: 5px;
  position: relative;
  color: #ff6b00;
  margin-top: 10px;
  font-size: clamp(1.25rem, 1.0625rem + 0.8333vw, 1.8125rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.rate__full-price::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ff6b00;
  transform: rotate(-10.39deg) translate(0, -50%);
  left: 0;
  top: 50%;
}
.rate__price {
  font-size: clamp(1.875rem, 1.6667rem + 0.9259vw, 2.5rem);
  text-align: center;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.rate__info {
  font-weight: 200;
  font-style: Italic;
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  line-height: 1.1;
  margin-top: 10px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.rate__button-buy {
  color: #fff;
  background: linear-gradient(91.42deg, #ff6b00 1.21%, #c72b00 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.rate__button-buy:hover {
  background: #fff;
  color: #ff6b00;
}
.rate__button-buy:hover span {
  background-color: #131313;
}
.rate__button-split {
  color: #fff;
  background: transparent;
  margin-top: 10px;
  border: #fff solid 1px;
}
.rate__button-split span {
  background-image: url(../img/icons/arrow-btn-black.svg);
  background-size: 35%;
}
.rate__button-split:hover:hover {
  background: #fff;
  color: #ff6b00;
}
.rate__button-split:hover:hover span {
  background-color: #ff6b00;
}
.rate__text-after {
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-weight: 200;
}
.rate__text-after b {
  font-weight: 500;
}
.rate.rates__item-individual .rate__head {
  background: #c72b00;
}
.rate.rates__item-individual .rate__body {
  background: linear-gradient(197.36deg, #ff6b00 -2.21%, #c72b00 88.09%);
  border: none;
}
.rate.rates__item-individual .rate__text-after {
  color: #ff6b00;
}
.rate.rates__item-individual .rate__active {
  color: #fff;
}
.rate.rates__item-individual .rate__active li::marker {
  content: url(../img/icons/star-white.svg);
}

/* lectors section */
.lectors {
  color: #f7f7f7;
  background-color: transparent;
}
.lectors__title {
  margin-bottom: 30px;
  line-height: 0.9;
  letter-spacing: -3%;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  color: #131313;
  text-transform: uppercase;
}
.lectors__title span {
  font-family: "Oswald";
  font-weight: 300;
  font-size: clamp(2.8125rem, 1.4583rem + 6.0185vw, 6.875rem);
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  line-height: 94%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.lectors__button-orange {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .lectors__button-orange {
    color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
    background: linear-gradient(109.4deg, #2a2a2a -1.12%, #131313 99.53%);
    max-width: 400px;
    margin-top: 30px;
  }
  .lectors__button-orange:hover {
    background: linear-gradient(91.42deg, #ff6b00 1.21%, #df4a00 100%);
  }
  .lectors__button-orange span {
    background-image: url(../img/icons/finger-black.svg);
  }
}

.lector {
  width: clamp(18.125rem, 18.125rem + 110 * (100vw - 360px) / 1080, 25rem);
  display: flex;
  flex-direction: column;
}
.lector__content {
  padding: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  padding-top: clamp(1.25rem, 1.25rem + 5 * (100vw - 360px) / 1080, 1.5625rem);
  background: linear-gradient(131.73deg, #ffffff 1.08%, #fdf1dd 37.42%, #ffcca3 73.76%);
  border-radius: 20px;
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #eacbba;
}
.lector__photo {
  border-radius: 15px;
  margin-bottom: 5px;
  width: 100%;
  aspect-ratio: 1.38/1;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.lector__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lector__socials {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 10px;
  top: clamp(1.25rem, 1.25rem + 5 * (100vw - 360px) / 1080, 1.5625rem);
  right: clamp(0.1875rem, 0.1875rem + 10 * (100vw - 360px) / 1080, 0.8125rem);
}
.lector__social {
  display: flex;
  aspect-ratio: 1/1;
  height: 35px;
  width: 35px;
  background-color: #ff6b00;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 50%;
}
.lector__social-insta {
  background-image: url(../img/icons/insta.svg);
}
.lector__social-tg {
  background-image: url(../img/icons/tg.png);
}
.lector__social-lndn {
  background-image: url(../img/icons/linkedin.png);
}
.lector__social-page {
  background-color: #df4a00;
  background-image: url(../img/icons/author-page.svg);
}
.lector__bio {
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  border-radius: 15px;
  padding-top: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  padding-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  padding-left: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
  padding-right: clamp(0.625rem, 0.625rem + 10 * (100vw - 360px) / 1080, 1.25rem);
  position: relative;
}
.lector__tag {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #c72b00;
  padding-left: 4px;
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  padding-right: 8px;
  top: 0;
  transform: translate(0, -50%);
  font-weight: 200;
}
.lector__name {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.875rem + 1.1111vw, 1.875rem);
  line-height: 1;
  letter-spacing: -3%;
  margin-bottom: clamp(0.3125rem, 0.3125rem + 5 * (100vw - 360px) / 1080, 0.625rem);
}
.lector__position {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  line-height: 110%;
}
.lector__about {
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  margin-top: 15px;
  color: #131313;
  line-height: 110%;
  font-weight: 200;
}
@media (max-width: 768px) {
  .lector__content {
    border-radius: 30px;
  }
  .lector__about {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .lector {
    width: 100%;
  }
}

/* test section */
.test {
  overflow: visible;
}
.test__container {
  padding-left: clamp(2.1875rem, 2.1875rem + 5 * (100vw - 360px) / 1080, 2.5rem);
  padding-right: clamp(2.1875rem, 2.1875rem + 5 * (100vw - 360px) / 1080, 2.5rem);
}
.test__inner {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078) inset;
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  background-image: url(../img/icons/test-back.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: clamp(1.5625rem, 1.5625rem + 663 * (100vw - 360px) / 1080, 43rem);
  padding-top: clamp(3.125rem, 3.125rem + 30 * (100vw - 360px) / 1080, 5rem);
  padding-bottom: clamp(1.25rem, 1.25rem + 70 * (100vw - 360px) / 1080, 5.625rem);
  padding-right: clamp(1.5625rem, 1.5625rem + 35 * (100vw - 360px) / 1080, 3.75rem);
  position: relative;
}
@media (max-width: 768px) {
  .test__inner {
    background-image: url(../img/icons/test-back-mob.png);
    padding-left: 25px;
  }
}
.test__picture {
  width: clamp(18.75rem, 18.75rem + 483 * (100vw - 360px) / 1080, 48.9375rem);
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (max-width: 768px) {
  .test__picture {
    width: 100%;
    max-width: 500px;
  }
}
.test__title {
  text-transform: uppercase;
  font-family: "Oswald";
  color: #fff;
  font-weight: 300;
  font-size: clamp(1.5625rem, -0.2083rem + 7.8704vw, 6.875rem);
  letter-spacing: -5%;
  z-index: 2;
  position: relative;
  line-height: 1;
}
.test__title span {
  font-family: "Ermilov-Bold";
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  letter-spacing: -3%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
}
.test__text {
  font-weight: 200;
  font-size: clamp(0.75rem, 0.5833rem + 0.7407vw, 1.25rem);
  line-height: 110%;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
  color: #fff;
  margin-top: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
}
.test__text img {
  width: clamp(2.4375rem, 2.4375rem + 7 * (100vw - 360px) / 1080, 2.875rem);
  aspect-ratio: 1/1;
  height: auto;
}
.test__text p {
  border-left: 2px solid #a8a8a8;
  padding-left: clamp(0.9375rem, 0.9375rem + 5 * (100vw - 360px) / 1080, 1.25rem);
}
.test__text span {
  color: #ff6b00;
  font-weight: 500;
}
.test__button-orange {
  margin-top: 277px;
}
@media (min-width: 769px) {
  .test__button-orange {
    background: #ffffff;
    color: #ff6b00;
    max-width: 400px;
    margin-top: 50px;
  }
  .test__button-orange span {
    background-color: #ff6b00;
    background-image: url(../img/icons/finger-white.svg);
  }
}
@media (max-width: 481px) {
  .test__button-orange {
    margin-top: 300px;
  }
}
.test .scroll-progress {
  position: relative;
  margin-top: clamp(1.25rem, 1.25rem + 80 * (100vw - 360px) / 1080, 6.25rem);
}
.test {
  /* Лінія */
}
.test .progress-track {
  width: 100%;
  height: 20px;
  background: linear-gradient(91.42deg, #ff6b00 1.21%, #c72b00 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 4px;
}
.test {
  /* Заповнення */
}
.test .progress-fill {
  height: 100%;
  width: 0%;
  background: #f7f7f7;
  border-radius: 20px;
  position: relative;
}
.test {
  /* Відсоток */
}
.test .progress-percent {
  font-size: clamp(0.875rem, 0.75rem + 0.5556vw, 1.25rem);
  color: #fff;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: -26px;
  transform: translateX(50%);
  white-space: nowrap;
}

/* networking */
.networking__title {
  margin-bottom: 30px;
  line-height: 0.9;
  letter-spacing: -3%;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  color: #131313;
  text-transform: uppercase;
}
.networking__title span {
  font-family: "Oswald";
  font-weight: 300;
  font-size: clamp(2.8125rem, 1.4583rem + 6.0185vw, 6.875rem);
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  line-height: 94%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.networking__button {
  margin-top: 30px;
  max-width: 400px;
}
.networking__button:hover {
  background: #131313;
  color: #fff;
  border: none;
}
@media (max-width: 768px) {
  .networking__button {
    margin-top: 50px;
    max-width: none;
  }
}
.networking__item {
  border: 1px solid #e3e3e3;
  background: linear-gradient(103.68deg, #ffffff 6.17%, #f3f3f3 51.37%, #e6e6e6 96.57%);
  display: grid;
  grid-template-columns: auto auto;
  border-radius: 20px;
  color: #131313;
  padding: 20px;
  padding-left: 16px;
  gap: 10px 20px;
}
.networking__item:hover {
  border: 1px solid #eacbba;
  background: linear-gradient(103.68deg, #ffffff 6.17%, #fdf1dd 51.37%, #ffcca3 96.57%);
}
.networking__item:hover .networking__name {
  color: #ff6b00;
}
.networking__item-last .networking__name {
  background: linear-gradient(91.42deg, #ff9c4a 1.21%, #ff6b00 52.26%, #c72b00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  .networking__item {
    width: 100%;
  }
}
.networking__photo {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1/3;
  height: clamp(6.25rem, 6.25rem + 74 * (100vw - 360px) / 1080, 10.875rem);
  width: clamp(6.25rem, 6.25rem + 74 * (100vw - 360px) / 1080, 10.875rem);
  aspect-ratio: 1/1;
}
.networking__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.networking__name {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.875rem + 1.1111vw, 1.875rem);
  line-height: 1;
  align-self: end;
}
.networking__text {
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  font-weight: 200;
}
@media (max-width: 768px) {
  .networking .splide__slide {
    width: 100%;
  }
}/*# sourceMappingURL=head-of-smm.css.map */