@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-Thin.woff") format("woff"),
  url("./fonts/Geologica-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-ExtraLight.woff") format("woff"),
  url("./fonts/Geologica-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-Light.woff") format("woff"),
  url("./fonts/Geologica-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-Regular.woff") format("woff"),
  url("./fonts/Geologica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-Medium.woff") format("woff"),
  url("./fonts/Geologica-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-SemiBold.woff") format("woff"),
  url("./fonts/Geologica-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-Bold.woff") format("woff"),
  url("./fonts/Geologica-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-ExtraBold.woff") format("woff"),
  url("./fonts/Geologica-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  font-display: swap;
  src: url("./fonts/Geologica-Black.woff") format("woff"),
  url("./fonts/Geologica-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
:root {
  --font-primary: "Geologica";
  --transition: all .3s ease;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #181818;
  font-size: 14px;
  line-height: 1.1;
  font-family: var(--font-primary), sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
  font-family: var(--font-primary);
  font-size: inherit;
  line-height: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
header {
  position: relative;
}
.container {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 35px;
}
@media (max-width: 1100px) {
  .container {
    max-width: 100vw;
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
section:not(:first-child) {
  margin-top: 72px;
  margin-bottom: 72px;
}
.h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.03em;
}
.h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.03em;
}
.text-14 {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.text-17 {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.text-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.text-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.text-60 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.03em;
}
.p-17 {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.p-20 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.btn-black {
  border-radius: 15px;
  background: linear-gradient(180deg, #363636 0%, #181818 90%);
  padding: 21px 36px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}

/* Шапка - Начало */
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 45px 0;
  height: 120px;
}
.header__logo {
  height: 30px;
  max-width: 92px;
}
.header__list {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
}
.header__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 18px;
  height: 30px;
  background: linear-gradient(180deg, #363636 0%, #181818 90%);
  border-radius: 6px;
  color: #fff;
}

@media (max-width: 900px) {
  .header__content {
    justify-content: center;
  }

  .header__block:last-child {
    display: none;
  }
}
/* Шапка - Конец */

/* Hero - Начало */
.hero__wrapper {
  background: linear-gradient(104.53deg, #174985 6.03%, #6AAEED 60.29%);
  border-radius: 24px;
  padding: 36px 72px;
  color: #fff;
}
.hero__title span {
  font-weight: 400;
}
.hero__description {
  margin-top: 36px;
}
.hero__btn {
  margin-top: 46px;
}

@media (max-width: 768px) {
  .hero__wrapper {
    padding: 36px;
  }
  .hero__wrapper .text-60 {
    font-size: 36px;
    line-height: 42px;
  }
  .hero__btn {
    margin-top: 72px;
  }
}
/* Hero - Конец */

/* Партнеры - Начало */
.partners__title {
  width: 100%;
  text-align: center;
}
.partners__slider {
  margin-top: 72px;
  overflow: hidden;
}
.partners__slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  user-select: none;
  -webkit-user-select: none;
}
.partners__item img {
  height: 120px;
  width: auto;
  display: block;
}
/* Партнеры - Конец */

/* Преимущества - Начало */
.advantages__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.advantages__item {
  border-radius: 24px;
  padding: 60px 72px;
  min-height: 270px;
  background: linear-gradient(113.43deg, #FFE588 41.39%, #FFB931 100%);
}
.advantages__description {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .advantages__item {
    padding: 60px 36px;
  }
}
@media (max-width: 768px) {
  .advantages__wrapper {
    grid-template-columns: 1fr;
  }
}
/* Преимущества - Конец */

/* Категории - Начало */
.categories__headings {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.categories__main-text {
  margin-top: 24px;
}
.categories__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: none;
}
.categories__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #F5F5F5;
  transition: var(--transition);
}
.categories__arrow:hover {
  background: #EEEEEE;
}
.categories__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.categories__slider {
  margin-top: 36px;
  overflow: hidden;
}
.categories__slider .swiper-slide {
  height: auto;
}
.categories__img {
  border-radius: 24px;
  width: 100%;
  max-width: 220px;
  max-height: 220px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: linear-gradient(180deg, #F5F5F5 10%, #EEEEEE 100%);
  overflow: hidden;
}
.categories__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.categories__title {
  margin-top: 18px;
}
.categories__description {
  color: #9F9F9F;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .categories__slider .swiper-slide {
    width: 220px;
  }
}
@media (max-width: 560px) {
  .categories__nav {
    display: none;
  }
}
/* Категории - Конец */

/* Форматы - Начало */
.formats__main-text {
  margin-top: 24px;
}
.formats__wrapper {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.formats__item {
  border-radius: 24px;
  padding: 72px 36px;
  color: #fff;
  background: linear-gradient(161.76deg, #174985 21.16%, #6AAEED 100%);
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.formats__item > * {
  text-align: center;
}
.formats__btn {
  margin: 0 auto;
  border-radius: 54px;
  height: 54px;
  padding: 15px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: linear-gradient(113.43deg, #FFE588 41.39%, #FFB931 100%);
  color: #181818;
}
.formats__footer > * {
  text-align: center;
}

@media (max-width: 1100px) {
  .formats__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .formats__wrapper {
    grid-template-columns: 1fr;
  }
}
/* Форматы - Конец */

/* Цифры - Начало */
.numbers__main-text {
  margin-top: 24px;
}
.numbers__wrapper {
  margin-top: 36px;
  border-radius: 24px;
  padding: 72px;
  background: linear-gradient(180deg, #F5F5F5 10%, #EEEEEE 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 20px;
}
.numbers__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

@media (max-width: 991px) {
  .numbers__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .numbers__wrapper {
    padding: 72px 36px;
    grid-template-columns: 1fr;
  }
}
/* Цифры - Конец */

/* Форма - Начало */
.form__container {
  background: linear-gradient(113.43deg, #FFE588 41.39%, #FFB931 100%);
  border-radius: 24px;
  padding: 36px 72px;
}
.form__main-text {
  margin-top: 24px;
}
.form__inputs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.form__inputs input {
  width: 100%;
  border-radius: 12px;
  padding: 15px 24px;
  height: 54px;
}
.form__inputs input::placeholder {
  color: #9f9f9f;
}
.form__note {
  margin-top: 24px;
}
.form__checkbox label {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.form__checkbox-input {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out,
  background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out,
  box-shadow 0.15s ease-in-out;
  margin: 0;
  flex-shrink: 0;
}
.form__checkbox-input:checked {
  background-color: #181818;
  border-color: #181818;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form__checkbox a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
  text-decoration-thickness: 1px; 
  text-decoration-offset: 5px;
  text-decoration-style: solid;
}
.form__buttons {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 12px;
}
.form__button {
  padding: 10px;
}

@media (max-width: 768px) {
  .form__container {
    padding: 36px;
  }
  .form__inputs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .form__buttons {
    margin-top: 72px;
    grid-template-columns: 1fr;
  }
}
/* Форма - Конец */

/* FAQ - Начало */
.faq__wrapper {
  margin-top: 36px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}
.faq__item {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.faq__item[open] .faq__title::after{
  transform: rotate(-180deg);
}
.faq__item::details-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    content-visibility 0.3s allow-discrete;
}
.faq__item[open]::details-content {
  max-height: 1000px;
  opacity: 1;
}
.faq__title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.faq__title::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5.4502L3 14.4502L4.47645 15.9268L12 8.40332L19.5235 15.9268L21 14.4502L12 5.4502Z' fill='%23181818'/%3E%3C/svg%3E%0A");
  transition: var(--transition);
}
.faq__description {
  padding-top: 18px;
}
/* FAQ - Конец */

/* Подвал - Начало */
footer {
  background: linear-gradient(180deg, #F5F5F5 10%, #EEEEEE 100%);
  padding: 72px 0;
}
.footer__title {
  width: 100%;
  text-align: center;
}
.footer__wrapper {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
.footer__item {
  user-select: none;
  -webkit-user-select: none;
}
.footer__item {
  height: 60px;
}
.footer__copyright {
  margin-top: 72px;
  color: #9F9F9F;
  width: 100%;
  text-align: center;
}
.footer__copyright img {
  max-height: 60px;
}

@media (max-width: 991px) {
  .footer__wrapper {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 72px;
  }
}
/* Подвал - Конец */

/* Попап - Начало */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup-overlay.active {
  display: flex;
  opacity: 1;
}
.popup-content {
  background: white;
  padding: 72px 60px;
  border-radius: 24px;
  text-align: center;
  max-width: 900px;
  width: 90%;
  transform: translateY(-50px);
  transition: transform 0.3s ease;
}
.popup-overlay.active .popup-content {
  transform: translateY(0);
}
.popup-title {
  color: #181818;
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -3%;
  text-align: center;
}
.popup-text {
  margin-bottom: 72px;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -2%;
  text-align: center;
  color: #181818;
}
.popup-button {
  background: #181818;
  color: white;
  border: none;
  width: 100%;
  padding: 18px 36px;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.form__error {
  display: none;
  margin-top: 16px;
  color: #E02B2B;
}
.form__error.is-visible {
  display: block;
}
.form__inputs input.is-error {
  box-shadow: inset 0 0 0 1px #E02B2B;
}
.form__inputs input.is-error::placeholder {
  color: #E02B2B;
}
.form__checkbox label.is-error {
  color: #E02B2B;
}
.form__checkbox label.is-error .form__checkbox-input {
  outline: 1px solid #E02B2B;
  outline-offset: 1px;
}

@media (max-width: 560px) {
  .popup-content {
      padding: 36px 30px;
  }
  .popup-title {
      margin-bottom: 18px;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -3%;
      text-align: center;
  }
  .popup-text {
      margin-bottom: 36px;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%;
      text-align: center;
      color: #181818;
  }
}
/* Попап - Конец */