@font-face {
  font-family: "KyivType Titling";
  src: url("../../../kukuruza2/fonts/KyivTypeTitling-Light3.otf");
  /* IE 9 Compatibility Mode */
  src: url("../../../kukuruza2/fonts/KyivTypeTitling-Light3.woff2") format("woff2"), url("../../../kukuruza2/fonts/KyivTypeTitling-Light3.woff") format("woff");
}
picture {
  display: inline-block;
}
picture img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  background-color: #131313;
}

details > summary {
  list-style: none;
}

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

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

.breadcrumb a {
  color: #ffffff !important;
}

.breadcrumb li:not(:last-child) a::after {
  background-color: #ffffff !important;
}

.breadcrumb li:first-child a {
  filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7481%) hue-rotate(179deg) brightness(107%) contrast(114%) !important;
}

.button {
  font-size: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
  position: relative;
  overflow: visible;
}
.button::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
}

main .button {
  min-height: clamp(3.4375rem, 3.4375rem + 15 * (100vw - 360px) / 1080, 4.375rem);
}

.footer.black {
  background-color: transparent;
  background-image: url(../img/icons/footer-back.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: clamp(0rem, 0rem + 180 * (100vw - 360px) / 1080, 11.25rem);
}
.footer.black .button {
  background-color: #06774a;
}
.footer.black .button:hover {
  border-color: #06774a;
  background-color: transparent;
  color: #06774a;
}
.footer.black .social img:hover {
  filter: brightness(0) saturate(100%) invert(36%) sepia(24%) saturate(1858%) hue-rotate(109deg) brightness(89%) contrast(95%);
}
@media (max-width: 768px) {
  .footer.black {
    padding-bottom: 0;
    background-image: none;
  }
  .footer.black .container .content {
    background-color: #f7f7f7;
    color: #1a1a1a;
    border-radius: 30px 30px 0 0;
  }
  .footer.black .container .nav .nav-link a {
    color: #1a1a1a;
  }
  .footer.black .container .logo {
    color: #1a1a1a;
  }
  .footer.black .content .social img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(0%) hue-rotate(252deg) brightness(88%) contrast(93%);
  }
}

/* hero section */
.hero {
  padding-top: clamp(5.5rem, 5.5rem + 42 * (100vw - 360px) / 1080, 8.125rem);
  padding-bottom: clamp(5rem, 5rem + 20 * (100vw - 360px) / 1080, 6.25rem);
  position: relative;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero__title, .hero__pre-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__title {
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
  font-size: clamp(4.8125rem, 3.2917rem + 6.7593vw, 9.375rem);
  line-height: 75%;
  letter-spacing: -5%;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: clamp(0.625rem, 0.625rem + 15 * (100vw - 360px) / 1080, 1.5625rem);
  width: -moz-fit-content;
  width: fit-content;
}
.hero__pre-title {
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  text-transform: uppercase;
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  font-family: "KyivType Titling";
  color: #ffffff;
  font-weight: 200;
  width: -moz-fit-content;
  width: fit-content;
}
.hero__picture {
  position: absolute;
  right: 0;
  width: clamp(18.75rem, 18.75rem + 387 * (100vw - 360px) / 1080, 42.9375rem);
  bottom: -30px;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero__picture {
    position: relative;
    transform: none;
    top: inherit;
    width: 100vw;
    left: -36px;
    margin-top: -50px;
  }
}
.hero__sub-title {
  color: #e2ffb9;
}
.hero__buttons {
  margin-top: clamp(-2.5rem, -2.5rem + 120 * (100vw - 360px) / 1080, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 620px;
  row-gap: 15px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 768px) {
  .hero__buttons {
    grid-template-columns: 100%;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
  }
}
.hero__start, .hero__format {
  font-weight: 200;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.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: #e2ffb9;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .hero__start div, .hero__format div {
    font-size: 13px;
    min-height: 21px;
    min-width: 21px;
  }
}
.hero__start {
  max-width: 168px;
  grid-column: 1/2;
}
.hero__format {
  max-width: 205px;
  grid-column: 2/3;
  grid-row: 2/3;
  margin-left: auto;
}
@media (max-width: 768px) {
  .hero__format, .hero__start {
    grid-column: inherit;
    grid-row: inherit;
    margin-left: 0;
    max-width: none;
    justify-content: center;
    font-size: 14px;
    gap: 5px;
  }
}
.hero__button-green {
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
  transition: all 0.3s;
}
.hero__button-green::before {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
  transition: all 0.5s;
}
.hero__button-green:hover {
  color: #fff;
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
}
.hero__button-green:hover::before {
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
}
@media (max-width: 768px) {
  .hero__button-green {
    margin-bottom: 5px;
  }
}
.hero__button-black {
  background: #131313;
  color: #ffffff;
}
.hero__button-black::before {
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
}
@media (max-width: 768px) {
  .hero__button-black {
    margin-bottom: 10px;
  }
}

/* learn section */
.learn {
  padding-top: clamp(0rem, 0rem + 50 * (100vw - 360px) / 1080, 3.125rem);
  padding-bottom: clamp(0rem, 0rem + 50 * (100vw - 360px) / 1080, 3.125rem);
}
.learn__inner {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  padding-top: clamp(2.5rem, 2.5rem + 10 * (100vw - 360px) / 1080, 3.125rem);
  padding-bottom: clamp(0rem, 0rem + 50 * (100vw - 360px) / 1080, 3.125rem);
  padding-left: clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem);
  padding-right: clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem);
  position: relative;
  color: #fff;
  overflow: visible;
  background-image: url(../img/icons/learn-patern.png);
  background-size: cover;
}
@media (max-width: 768px) {
  .learn__inner {
    text-align: center;
    background-image: url(../img/icons/learn-patern-mob.png);
    padding-bottom: 0;
  }
  .learn__inner::before {
    background: linear-gradient(91.42deg, #ffffff 1.21%, #e2ffb9 100%);
    height: 100%;
  }
}
.learn__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + 4px);
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91.42deg, #ffffff 1.21%, #e2ffb9 100%);
  z-index: -1;
}
.learn__picture {
  position: absolute;
  right: clamp(0rem, 0rem + -56 * (100vw - 360px) / 1080, -3.5rem);
  bottom: clamp(0rem, 0rem + -21 * (100vw - 360px) / 1080, -1.3125rem);
  width: clamp(15.625rem, 15.625rem + 319 * (100vw - 360px) / 1080, 35.5625rem);
  right: -56px;
  bottom: -18px;
  height: auto;
}
@media (max-width: 768px) {
  .learn__picture {
    position: relative;
    margin-top: 10px;
    right: inherit;
    width: 115%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -2px;
  }
}
.learn__title {
  font-family: "KyivType Titling";
  line-height: 90%;
  font-weight: 200;
  letter-spacing: -3%;
  text-transform: uppercase;
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  margin-bottom: clamp(0.3125rem, 0.3125rem + 15 * (100vw - 360px) / 1080, 1.25rem);
}
.learn__sub-title {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.6667rem + 2.037vw, 2.5rem);
  line-height: 1;
  max-width: 60%;
}
@media (max-width: 768px) {
  .learn__sub-title {
    max-width: none;
  }
}

/* results section */
.results {
  padding-top: clamp(5rem, 5rem + 20 * (100vw - 360px) / 1080, 6.25rem);
  padding-bottom: 100px;
  color: #fff;
  position: relative;
  border-radius: clamp(2.5rem, 2.5rem + 20 * (100vw - 360px) / 1080, 3.75rem);
  overflow: visible;
  margin-top: clamp(6.25rem, 6.25rem + 30 * (100vw - 360px) / 1080, 8.125rem);
  margin-bottom: clamp(6.25rem, 6.25rem + 30 * (100vw - 360px) / 1080, 8.125rem);
  background: linear-gradient(53.75deg, #001f3e -3.71%, #00804d 51.25%, #74c465 97.21%);
}
.results__content {
  position: relative;
  z-index: 2;
}
.results::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + 20px);
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
  background: linear-gradient(93.33deg, #74c465 0%, #00804d 45.31%, #001f3e 99.49%);
  z-index: -1;
}
.results__container {
  overflow-x: hidden;
}
.results__title {
  line-height: 0.9;
  letter-spacing: -3%;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  margin-bottom: clamp(0.3125rem, 0.3125rem + 5 * (100vw - 360px) / 1080, 0.625rem);
}
.results__sub-title {
  font-family: "KyivType Titling";
  font-size: clamp(1rem, 0.8125rem + 0.8333vw, 1.5625rem);
  line-height: 0.9;
  letter-spacing: -3%;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
}
.results__button-black {
  background: #131313;
  color: #ffffff;
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 2px;
  position: relative;
}
.results__button-black::before {
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
}
@media (max-width: 768px) {
  .results__button-black {
    margin-top: 40px;
    max-width: none;
  }
}

.splide__arrows {
  position: absolute;
  right: 0;
  bottom: -80px;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .splide__arrows {
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    z-index: 2;
    justify-content: center;
  }
}

.splide__arrow {
  height: clamp(3.125rem, 3.125rem + 20 * (100vw - 360px) / 1080, 4.375rem);
  width: clamp(3.125rem, 3.125rem + 20 * (100vw - 360px) / 1080, 4.375rem);
  background-color: #e2ffb9;
  border-radius: 50%;
  overflow: hidden;
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  transform: none;
  left: initial;
  right: initial;
  top: initial;
  background-image: url(../img/icons/splide-arrow.svg);
  border: none;
  background-position: 40%;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--next {
  transform: rotate(180deg);
}

.splide__slide {
  opacity: 0.5;
}
.splide__slide.is-visible {
  opacity: 1;
}

.splide__list {
  height: auto;
}

.splide__track {
  overflow: visible;
}

.result {
  background-image: url(../img/icons/result-back.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  border-radius: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  color: #1a1a1a;
  width: clamp(15.625rem, 15.625rem + 150 * (100vw - 360px) / 1080, 25rem);
  opacity: 0.5;
  aspect-ratio: 0.89/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .result {
    width: 100%;
  }
}
.result__content {
  padding: clamp(1.25rem, 1.25rem + 20 * (100vw - 360px) / 1080, 2.5rem);
  padding-top: 30px;
  padding-bottom: 0;
}
.result__number {
  font-size: clamp(4.375rem, 4.1667rem + 0.9259vw, 5rem);
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  line-height: 90%;
  font-family: "KyivType Titling";
}
.result__text {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.9792rem + 0.6481vw, 1.5625rem);
  line-height: 1;
}
.result img {
  width: 100%;
  height: auto;
}

/* resume section */
.resume {
  color: #ffffff;
}
.resume__inner {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
  padding: clamp(2.5rem, 2.5rem + 20 * (100vw - 360px) / 1080, 3.75rem);
  padding-left: clamp(0rem, 0rem + 80 * (100vw - 360px) / 1080, 5rem);
  margin: 15px 0px;
  position: relative;
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  padding-right: 0;
}
.resume__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + 10px);
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(107.22deg, #ffffff -0.53%, #e2ffb9 100%);
  z-index: -1;
}
.resume__button-black {
  background: #131313;
  color: #ffffff;
  display: none;
}
.resume__button-black::before {
  background: linear-gradient(137.95deg, #3a3a3a 2.28%, #a4a4a4 19.8%, #606060 32.94%, #cecece 50.16%, #8f8f8f 62.15%, #464646 78.69%, #696969 95.24%);
}
@media (max-width: 768px) {
  .resume__button-black {
    margin-bottom: 10px;
    display: flex;
  }
}
.resume__head {
  padding: 29px 0;
  position: relative;
}
.resume__head::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: calc(100% + clamp(0rem, 0rem + 80 * (100vw - 360px) / 1080, 5rem));
  right: -1px;
  top: 0;
  background-image: url(../img/icons/cv.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .resume__head {
    padding: 0;
  }
  .resume__head::before {
    top: 32%;
    height: 116px;
  }
  .resume__head .resume__title {
    padding: 0 15px 0 20px;
    max-width: none;
  }
}
.resume__title {
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 80%;
  letter-spacing: -3%;
  color: #f7f7f7;
  max-width: 400px;
  z-index: 1;
  position: relative;
}
.resume__title span {
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  font-family: "KyivType Titling";
  font-weight: 300;
  margin-bottom: clamp(0.3125rem, 0.3125rem + 15 * (100vw - 360px) / 1080, 1.25rem);
  display: block;
  text-transform: uppercase;
}
.resume__picture {
  position: absolute;
  width: clamp(14.5rem, 14.5rem + 227 * (100vw - 360px) / 1080, 28.6875rem);
  height: auto;
  bottom: 0;
  right: clamp(3.125rem, 3.125rem + 199 * (100vw - 360px) / 1080, 15.5625rem);
  z-index: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .resume__picture {
    position: relative;
    right: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
  }
}
.resume__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  margin-bottom: clamp(1.875rem, 1.875rem + 20 * (100vw - 360px) / 1080, 3.125rem);
  padding-right: clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem);
}
@media (max-width: 768px) {
  .resume__content {
    padding-left: 20px;
    grid-template-columns: 100%;
  }
}
.resume__name {
  margin-bottom: clamp(0.625rem, 0.625rem + 10 * (100vw - 360px) / 1080, 1.25rem);
  line-height: 1;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #e2ffb9;
  font-size: clamp(1.125rem, 0.6667rem + 2.037vw, 2.5rem);
  border-top: 8px solid;
  border-image-source: linear-gradient(90deg, #e2ffb9 0%, rgba(226, 255, 185, 0) 100%);
  padding-top: 30px;
  position: relative;
}
.resume__name::before {
  height: 8px;
  top: 0;
  width: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #e2ffb9 0%, rgba(226, 255, 185, 0) 100%);
}
@media (max-width: 768px) {
  .resume__name {
    padding-top: 15px;
  }
  .resume__name::before {
    height: 3px;
  }
}
.resume__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: 200;
}
.resume__list li {
  display: flex;
  align-items: center;
}
.resume__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.75rem, 0.625rem + 0.5556vw, 1.125rem);
}
@media (max-width: 768px) {
  .resume .resume__technologies {
    padding: 0px 20px;
  }
}
.resume__logos {
  position: relative;
  width: calc(100% + clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem));
  margin-left: calc(-1 * clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem));
}
@media (max-width: 768px) {
  .resume__logos {
    width: 100%;
    height: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* program section */
.program {
  padding-top: clamp(6.25rem, 6.25rem + 20 * (100vw - 360px) / 1080, 7.5rem);
  color: #ffffff;
}
.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;
  gap: clamp(1.25rem, 1.25rem + 20 * (100vw - 360px) / 1080, 2.5rem);
}
@media (max-width: 768px) {
  .program__items {
    flex-direction: column;
  }
}
.program__column {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(1.875rem, 1.875rem + 0 * (100vw - 360px) / 1080, 1.875rem);
}
@media (max-width: 768px) {
  .program__column:last-of-type .program__item:last-of-type {
    border-bottom: none;
  }
}
.program__head {
  position: relative;
}
.program__head .program__number {
  display: block;
}
@media (max-width: 768px) {
  .program__head .program__number {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.program__number {
  font-size: clamp(1.25rem, 1.375rem - 0.5556vw, 0.875rem);
  line-height: 1;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: clamp(0.625rem, 0.625rem + 5 * (100vw - 360px) / 1080, 0.9375rem);
}
.program__text {
  font-weight: 600;
  font-size: clamp(1rem, 1.0417rem - 0.1852vw, 0.875rem);
  line-height: 1.2;
  max-width: 79%;
  display: inline-block;
}
.program__icon {
  background-color: #06774a;
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(2.125rem, 2.125rem + 6 * (100vw - 360px) / 1080, 2.5rem);
  height: clamp(2.125rem, 2.125rem + 6 * (100vw - 360px) / 1080, 2.5rem);
  border-radius: 50%;
  display: flex;
  top: 75%;
  right: 0;
  transform: translate(0, -50%);
  transition: background-color 0.3s;
}
.program__icon::after {
  background-image: url(../img/icons/program+.svg);
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-position: center;
  background-size: 70%;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .program__icon {
    transform: none;
    top: 0;
  }
}
.program__content {
  font-size: clamp(1rem, 1.0417rem - 0.1852vw, 0.875rem);
  line-height: 1.2;
  font-weight: 200;
  margin-top: 20px;
  max-width: 90%;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.program__item {
  padding-bottom: clamp(1.875rem, 1.875rem + 0 * (100vw - 360px) / 1080, 1.875rem);
}
.program__item:not(:last-child) {
  border-bottom: 2px solid rgba(221, 221, 221, 0.5);
}
@media (max-width: 768px) {
  .program__item {
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
  }
}
.program__item[open] .program__icon {
  background-color: #75d164;
}
.program__item[open] .program__icon::after {
  transform: rotate(45deg);
}
.program__item[open] .program__content {
  height: -moz-fit-content;
  height: fit-content;
}
.program__lessons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.program__practice {
  font-weight: 600;
  margin-top: 20px;
  max-width: 500px;
}
.program__bonus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
  line-height: 1.2;
}
.program__bonus p {
  font-weight: 600;
  margin-bottom: 10px;
}
.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: #e2ffb9;
}
.program__materials li::before {
  background-image: url(../img/icons/materials.svg);
}
.program__results p {
  color: #75d164;
}
.program__results li::before {
  background-image: url(../img/icons/results.svg);
}
.program__button-green {
  display: none;
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
  margin-top: 20px;
  margin-bottom: 2px;
}
.program__button-green::before {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
}
@media (max-width: 768px) {
  .program__button-green {
    display: flex;
  }
}

/* rates section */
.rates {
  padding-top: clamp(5rem, 5rem + 60 * (100vw - 360px) / 1080, 8.75rem);
  padding-bottom: clamp(5.3125rem, 5.3125rem + 25 * (100vw - 360px) / 1080, 6.875rem);
  position: relative;
  color: #131313;
  border-radius: clamp(2.5rem, 2.5rem + 20 * (100vw - 360px) / 1080, 3.75rem);
  background: linear-gradient(107.64deg, #ffffff 0.08%, #e2ffb9 100%);
  margin-top: clamp(3.75rem, 3.75rem + 30 * (100vw - 360px) / 1080, 5.625rem);
  margin-bottom: clamp(5.625rem, 5.625rem + 50 * (100vw - 360px) / 1080, 8.75rem);
  overflow: visible;
}
.rates::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + clamp(0.625rem, 0.625rem + 10 * (100vw - 360px) / 1080, 1.25rem));
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(53.06deg, #001f3e -3.67%, #00804d 50.71%, #74c465 96.17%);
  z-index: -1;
}
.rates__title {
  margin-bottom: 10px;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 0.9;
  letter-spacing: -3%;
}
.rates__sub-title {
  font-family: "KyivType Titling";
  font-weight: 200;
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  line-height: 90%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #06774a;
}
.rates__rates {
  margin-top: clamp(3.125rem, 3.125rem + 0 * (100vw - 360px) / 1080, 3.125rem);
}
.rates__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: clamp(1.875rem, 1.875rem + 20 * (100vw - 360px) / 1080, 3.125rem);
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .rates__items {
    grid-template-columns: 100%;
    gap: 40px;
  }
}

.rate {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rate__head {
  background-color: #75d164;
  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-color: #131313;
  color: #ffffff;
  padding: clamp(1.5625rem, 1.5625rem + 25 * (100vw - 360px) / 1080, 3.125rem);
  padding-bottom: clamp(1.875rem, 1.875rem + 10 * (100vw - 360px) / 1080, 2.5rem);
  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;
}
.rate ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
  position: relative;
}
.rate ul:not(:last-of-type) {
  margin-bottom: 20px;
}
.rate ul:last-of-type {
  margin-bottom: clamp(2.1875rem, 2.1875rem + 25 * (100vw - 360px) / 1080, 3.75rem);
}
.rate ul li {
  display: flex;
  gap: 10px;
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  position: relative;
  padding-left: clamp(1.3125rem, 1.3125rem + 9 * (100vw - 360px) / 1080, 1.875rem);
  position: relative;
}
.rate ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: clamp(0.875rem, 0.875rem + 6 * (100vw - 360px) / 1080, 1.25rem);
  width: clamp(0.875rem, 0.875rem + 6 * (100vw - 360px) / 1080, 1.25rem);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  background-color: #c0c0c0;
}
.rate__active li::before {
  background-image: url(../img/icons/active-black.svg);
}
.rate__max li::before {
  background-image: url(../img/icons/max.svg);
}
.rate__bonus {
  color: #75d164;
  font-weight: 600;
}
.rate__bonus li::before {
  background-image: url(../img/icons/bonus.svg);
}
@media (max-width: 768px) {
  .rate__body {
    padding-top: 45px;
  }
}
.rate__cost {
  margin-top: auto;
}
.rate__full-price {
  margin-bottom: 10px;
  position: relative;
  color: #a8a8a8;
  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: #a8a8a8;
  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;
  color: #e2ffb9;
  text-align: center;
  z-index: 2;
  position: relative;
}
.rate.rates__item-individual .rate__body {
  background: linear-gradient(53.75deg, #001f3e -3.71%, #00804d 51.25%, #74c465 97.21%);
  background-color: #00804d;
  position: relative;
  overflow: hidden;
}
.rate.rates__item-individual .rate__body::before {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(../img/icons/patern-individual.svg);
  content: "";
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rate__button-buy {
  color: #e2ffb9;
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
}
.rate__button-buy::before {
  background: linear-gradient(92.61deg, #75d164 0%, #06774a 102.44%);
}
.rate__button-split {
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
  margin-top: 12px;
}
.rate__button-split::before {
  background: linear-gradient(92.61deg, #75d164 0%, #06774a 102.44%);
}
.rate.rates__item-individual .rate__body {
  background: linear-gradient(53.75deg, #001f3e -3.71%, #00804d 51.25%, #74c465 97.21%);
  background-color: #00804d;
  position: relative;
  overflow: hidden;
}
.rate.rates__item-individual .rate__body::before {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(../img/icons/patern-individual.svg);
  content: "";
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rate.rates__item-individual .rate__button-buy {
  color: #75d164;
  background: #131313;
}
.rate.rates__item-individual .rate__button-buy::before {
  background: linear-gradient(92.61deg, #75d164 0%, #06774a 102.44%);
}
.rate.rates__item-individual .rate__button-split {
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
}
.rate.rates__item-individual .rate__button-split::before {
  background: linear-gradient(92.61deg, #75d164 0%, #06774a 102.44%);
}

/* salary section */
.salary {
  color: #ffffff;
}
.salary__inner {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
  padding: clamp(2.5rem, 2.5rem + 20 * (100vw - 360px) / 1080, 3.75rem);
  padding-left: clamp(0rem, 0rem + 80 * (100vw - 360px) / 1080, 5rem);
  margin: 15px 0px;
  position: relative;
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  padding-right: clamp(0rem, 0rem + 80 * (100vw - 360px) / 1080, 5rem);
}
.salary__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + 10px);
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91.42deg, #ffffff 1.21%, #e2ffb9 100%);
  z-index: -1;
}
.salary__decor {
  position: absolute;
  width: 110%;
  height: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.salary__decor img {
  width: 100%;
  height: auto;
}
.salary__title {
  margin-bottom: clamp(0.3125rem, 0.3125rem + 15 * (100vw - 360px) / 1080, 1.25rem);
  font-family: "KyivType Titling";
  font-weight: 300;
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  line-height: 95%;
  letter-spacing: -3%;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  max-width: 65%;
}
.salary__text {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.125rem, 0.0417rem + 4.8148vw, 4.375rem);
  line-height: 0.9;
  letter-spacing: -3%;
  z-index: 2;
  position: relative;
  max-width: 43%;
}
.salary__picture {
  width: clamp(18.125rem, 18.125rem + 240 * (100vw - 360px) / 1080, 33.125rem);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .salary__picture {
    position: relative;
    width: 100%;
    top: inherit;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 35px;
    right: inherit;
  }
}
.salary__info {
  font-weight: 300;
  font-style: Italic;
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  line-height: 1;
  color: #a8a8a8;
  text-align: right;
  z-index: 3;
  position: relative;
}
.salary__info a {
  color: #a8a8a8;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .salary__inner {
    text-align: center;
  }
  .salary__title {
    margin-left: auto;
    margin-right: auto;
  }
  .salary__text {
    max-width: none;
  }
  .salary__info {
    text-align: center;
  }
}

/* speakers section */
.speakers {
  color: #f7f7f7;
  background-color: transparent;
}
.speakers__title {
  margin-bottom: 30px;
  line-height: 0.9;
  letter-spacing: -3%;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
}
.speakers__button-green {
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
}
@media (max-width: 768px) {
  .speakers__button-green {
    margin-top: 35px !important;
    font-size: 16px !important;
    line-height: 1;
    height: 60px !important;
    width: 100% !important;
  }
}
.speakers__button-green::before {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
}

.speaker {
  padding: 5px 0;
  background: linear-gradient(53.75deg, #001f3e -3.71%, #00804d 51.25%, #74c465 97.21%);
  width: clamp(18.125rem, 18.125rem + 110 * (100vw - 360px) / 1080, 25rem);
  display: flex;
  flex-direction: column;
}
.speaker__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: #212121;
  border-radius: 20px;
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.speaker__photo {
  border-radius: 15px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 5px;
  width: 100%;
  aspect-ratio: 1.38/1;
  overflow: hidden;
}
.speaker__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speaker__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);
}
.speaker__social {
  display: flex;
  aspect-ratio: 1/1;
  height: 35px;
  width: 35px;
  background-color: #06774a;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 50%;
}
.speaker__social-insta {
  background-image: url(../img/icons/insta.svg);
}
.speaker__social-tg {
  background-image: url(../img/icons/tg.png);
}
.speaker__social-lndn {
  background-image: url(../img/icons/linkedin.png);
}
.speaker__social-page {
  background-color: #75d164;
  background-image: url(../img/icons/author-page.svg);
}
.speaker__bio {
  background: linear-gradient(53.75deg, #001f3e -3.71%, #00804d 51.25%, #74c465 97.21%);
  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;
}
.speaker__tag {
  position: absolute;
  color: #06774a;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #e2ffb9;
  padding-left: 4px;
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  padding-right: 8px;
  top: 0;
  transform: translate(0, -50%);
}
.speaker__name {
  font-family: "Ermilov-Bold";
  font-weight: 700;
  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);
}
.speaker__position {
  font-family: "KyivType Titling";
  font-weight: 200;
  font-style: Light;
  font-size: clamp(1.125rem, 0.9792rem + 0.6481vw, 1.5625rem);
  line-height: 95%;
  letter-spacing: -3%;
  text-transform: uppercase;
}
.speaker__about {
  font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
  margin-top: 15;
}
@media (max-width: 768px) {
  .speaker__content {
    border-radius: 30px;
  }
  .speaker__about {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .speaker {
    width: 100%;
  }
}

/* train section */
.train__inner {
  color: #e2ffb9;
  position: relative;
  background: linear-gradient(90deg, #212121 0%, #131313 100%);
  padding: clamp(0.75rem, 0.75rem + 68 * (100vw - 360px) / 1080, 5rem);
  padding-top: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  padding-bottom: clamp(1.25rem, 1.25rem + 40 * (100vw - 360px) / 1080, 3.75rem);
  border-radius: clamp(2.5rem, 2.5rem + 20 * (100vw - 360px) / 1080, 3.75rem);
  margin-top: clamp(0rem, 0rem + 7 * (100vw - 360px) / 1080, 0.4375rem);
  margin-bottom: clamp(0rem, 0rem + 7 * (100vw - 360px) / 1080, 0.4375rem);
}
.train__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #75d164 100%);
  display: block;
  width: 100%;
  height: calc(100% + 10px);
  z-index: -1;
}
@media (max-width: 768px) {
  .train__inner::before {
    background: linear-gradient(180deg, #e2ffb9 0%, #131313 100%);
    height: 100%;
  }
}
.train__pre-title {
  font-size: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
  line-height: 1;
  margin-bottom: clamp(0.625rem, 0.625rem + 21 * (100vw - 360px) / 1080, 1.9375rem);
  max-width: 63%;
}
.train__title {
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 0.9;
  letter-spacing: -3%;
  margin-bottom: clamp(0.625rem, 0.625rem + 15 * (100vw - 360px) / 1080, 1.5625rem);
  font-family: "Ermilov-Bold";
}
.train__sub-title {
  font-family: "KyivType Titling";
  font-size: clamp(1rem, 0.6042rem + 1.7593vw, 2.1875rem);
  line-height: 1.2;
  letter-spacing: -3%;
  text-transform: uppercase;
}
.train__picture {
  position: absolute;
  width: clamp(21.6875rem, 21.6875rem + 155 * (100vw - 360px) / 1080, 31.375rem);
  height: auto;
  top: -9px;
  right: -14px;
}
@media (max-width: 768px) {
  .train__picture {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .train__picture {
    transform: translate(-50%, 0);
    left: 50%;
  }
}
.train__button-green {
  display: none;
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
}
.train__button-green::before {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
}
@media (max-width: 768px) {
  .train {
    text-align: center;
  }
  .train__pre-title {
    max-width: none;
  }
  .train__sub-title {
    font-family: "Commissioner";
    font-weight: 200;
  }
  .train__button-green {
    display: flex;
    margin-top: 5px;
    margin-bottom: 3px;
  }
}

/* screen section */
.screen {
  padding-top: clamp(7.5rem, 7.5rem + 20 * (100vw - 360px) / 1080, 8.75rem);
  padding-bottom: clamp(7.5rem, 7.5rem + 20 * (100vw - 360px) / 1080, 8.75rem);
}
@media (max-width: 600px) {
  .screen__container {
    padding: 0px;
  }
}

/* review section */
.review {
  color: #f7f7f7;
  padding-bottom: 20px;
}
.review__title {
  margin-bottom: 30px;
  line-height: 0.9;
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
}
.review__slide {
  width: clamp(18.125rem, 18.125rem + 110 * (100vw - 360px) / 1080, 25rem);
}
.review__slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .review__slide {
    width: 100%;
  }
}
.review__button-green {
  color: #06774a;
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #ffffff 100%);
  margin-top: 15px;
  max-width: 300px;
}
.review__button-green::before {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
}
@media (max-width: 768px) {
  .review__button-green {
    margin-top: 30px;
    max-width: none;
  }
}

/* faq section */
.faq {
  color: #fff;
  padding-bottom: 100px;
}
.faq__title {
  margin-bottom: 10px;
}
.faq__items {
  display: flex;
  gap: clamp(1.25rem, 1.25rem + 20 * (100vw - 360px) / 1080, 2.5rem);
}
@media (max-width: 768px) {
  .faq__items {
    flex-direction: column;
  }
}
.faq__column {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
}
.faq__question {
  position: relative;
  cursor: pointer;
}
.faq__question span {
  display: block;
}
.faq__number {
  font-size: clamp(1.25rem, 1.375rem - 0.5556vw, 0.875rem);
  line-height: 1.4;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: clamp(0.625rem, 0.625rem + 5 * (100vw - 360px) / 1080, 0.9375rem);
}
.faq__text {
  font-weight: 600;
  font-size: clamp(1rem, 1.0417rem - 0.1852vw, 0.875rem);
  line-height: 1.2;
  max-width: 85%;
}
.faq__icon {
  background-color: #06774a;
  position: absolute;
  aspect-ratio: 1/1;
  width: clamp(2.125rem, 2.125rem + 6 * (100vw - 360px) / 1080, 2.5rem);
  height: clamp(2.125rem, 2.125rem + 6 * (100vw - 360px) / 1080, 2.5rem);
  border-radius: 50%;
  display: flex;
  top: 75%;
  right: 0;
  transform: translate(0, -50%);
  transition: background-color 0.3s;
}
.faq__icon::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/icons/faq-arrow.svg);
  background-repeat: no-repeat;
  background-position: center 75%;
  transition: all 0.3s;
}
.faq__answer {
  font-size: clamp(1rem, 1.0417rem - 0.1852vw, 0.875rem);
  line-height: 1.2;
  font-weight: 200;
  margin-top: 20px;
  max-width: 90%;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.faq__item {
  padding-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
}
.faq__item:not(:last-child) {
  border-bottom: 2px solid rgba(221, 221, 221, 0.5);
}
@media (max-width: 768px) {
  .faq__item {
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
  }
}
.faq__item[open] .faq__icon {
  background-color: #e2ffb9;
}
.faq__item[open] .faq__icon::after {
  filter: brightness(0) saturate(100%) invert(19%) sepia(82%) saturate(4060%) hue-rotate(156deg) brightness(86%) contrast(95%);
  transform: rotate(-180deg);
}
.faq__item[open] .faq__answer {
  height: -moz-fit-content;
  height: fit-content;
}

/* problem section */
.problem__inner {
  background: linear-gradient(92.61deg, #06774a 0%, #75d164 102.44%);
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  padding-top: clamp(1.875rem, 1.875rem + 20 * (100vw - 360px) / 1080, 3.125rem);
  padding-bottom: clamp(2.1875rem, 2.1875rem + 15 * (100vw - 360px) / 1080, 3.125rem);
  padding-left: clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem);
  padding-right: clamp(1.25rem, 1.25rem + 60 * (100vw - 360px) / 1080, 5rem);
  position: relative;
  color: #fff;
  overflow: visible;
  background-image: url(../img/icons/learn-patern.png);
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1.78fr 1fr;
  gap: 0px 14px;
}
.problem__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + 15px);
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91.42deg, #ffffff 1.21%, #e2ffb9 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .problem__inner {
    text-align: center;
    background-image: url(../img/icons/problem-back-mob.png);
    grid-template-columns: 100%;
    gap: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .problem__inner::before {
    background: linear-gradient(91.42deg, #ffffff 1.21%, #e2ffb9 100%);
    height: calc(100% + 8px);
  }
}
.problem__title {
  font-family: "KyivType Titling";
  font-size: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
  line-height: 0.9;
  letter-spacing: -3%;
  text-transform: uppercase;
  grid-row: 1/3;
  font-weight: 100;
}
.problem__title span {
  font-family: "Ermilov-Bold";
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  margin-top: 20px;
  display: inline-block;
  text-transform: none;
}
@media (max-width: 768px) {
  .problem__title {
    grid-column: inherit;
  }
  .problem__title span {
    margin-top: 5px;
  }
}
.problem__text {
  font-weight: 200;
  font-size: clamp(1.25rem, 1.3333rem - 0.3704vw, 1rem);
  line-height: 110%;
  padding-top: 5px;
  color: #e2ffb9;
}
@media (max-width: 768px) {
  .problem__text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.problem__buttons {
  display: flex;
  gap: 5px;
  grid-column: 2/3;
  align-items: end;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .problem__buttons {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    grid-column: inherit;
    align-items: center;
    width: 100%;
  }
}
.problem__button-telegram {
  background-image: url(../img/icons/telegram.png);
  width: clamp(3.8125rem, 3.8125rem + 11 * (100vw - 360px) / 1080, 4.5rem);
  height: clamp(3.8125rem, 3.8125rem + 11 * (100vw - 360px) / 1080, 4.5rem);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}
.problem__button-telegram::before {
  display: none;
}
.problem__button-blue {
  background: #42bff5;
  color: #ffffff;
}
.problem__button-blue::before {
  background: linear-gradient(91.42deg, #ffffff 1.21%, #e2ffb9 100%);
}

/* seo section */
.seo {
  margin-top: clamp(5rem, 5rem + 40 * (100vw - 360px) / 1080, 7.5rem);
  padding-top: clamp(0.3125rem, 0.3125rem + 5 * (100vw - 360px) / 1080, 0.625rem);
  padding-bottom: clamp(0.3125rem, 0.3125rem + 5 * (100vw - 360px) / 1080, 0.625rem);
}
@media (max-width: 768px) {
  .seo {
    background-image: url(../img/icons/problem-back.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: -30px;
    padding-bottom: 150px;
  }
}
.seo__content {
  position: relative;
  z-index: 2;
}
.seo__inner {
  color: #f7f7f7;
  position: relative;
  background: linear-gradient(90deg, #212121 0%, #131313 100%);
  padding: clamp(0.75rem, 0.75rem + 68 * (100vw - 360px) / 1080, 5rem);
  padding-top: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  padding-bottom: clamp(1.25rem, 1.25rem + 40 * (100vw - 360px) / 1080, 3.75rem);
  border-radius: clamp(1.875rem, 1.875rem + 30 * (100vw - 360px) / 1080, 3.75rem);
  margin-top: clamp(0rem, 0rem + 7 * (100vw - 360px) / 1080, 0.4375rem);
  margin-bottom: clamp(0rem, 0rem + 7 * (100vw - 360px) / 1080, 0.4375rem);
}
.seo__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91.42deg, #e2ffb9 1.21%, #75d164 100%);
  display: block;
  width: 100%;
  height: calc(100% + 10px);
  z-index: -1;
}
@media (max-width: 768px) {
  .seo__inner::before {
    background: linear-gradient(180deg, #e2ffb9 0%, #131313 100%);
    height: 100%;
  }
}
.seo__title {
  font-size: clamp(1.125rem, 0.6667rem + 2.037vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -3%;
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  font-family: "Ermilov-Bold";
}
.seo .content-show {
  margin-bottom: clamp(1.25rem, 1.25rem + 10 * (100vw - 360px) / 1080, 1.875rem);
  font-weight: 300;
  font-style: Light;
  line-height: 1.2;
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  height: 80px;
  overflow: hidden;
  transition: height 1s ease-out;
}
.seo .content-show.open {
  height: -moz-fit-content;
  height: fit-content;
  transition: height 0.4s ease;
}
.seo .content-show ul {
  list-style: inside;
  margin-bottom: 20px;
}
.seo .content-show b,
.seo .content-show strong {
  font-weight: 560;
}
.seo .content-show li {
  margin-bottom: 5px;
}
.seo .content-show p {
  margin-bottom: 10px;
}
.seo .content-show a {
  text-decoration: underline;
  color: #00804d;
  cursor: pointer;
}
.seo .content-show h2 {
  font-size: clamp(1.125rem, 0.6667rem + 2.037vw, 2.5rem);
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
}
.seo__button {
  background: transparent;
  color: #ffffff;
  max-width: 300px;
  border: solid #ffffff 1px;
  font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
  min-height: clamp(1.875rem, 1.875rem + 6 * (100vw - 360px) / 1080, 2.25rem) !important;
  font-weight: 300;
  font-family: "Commissioner";
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo__button::before {
  display: none;
}
@media (max-width: 768px) {
  .seo__button {
    margin-bottom: 10px;
    max-width: none;
  }
}/*# sourceMappingURL=targetologist.css.map */