@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  background: linear-gradient(to bottom, #ADD1FF 0, #F1F5FF 495px);
  background-color: #F0F5FF;
  background-repeat: no-repeat;
  color: #2840B6;
  position: relative;
  padding-top: 105px;
}

.wrap {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

.btn--link {
  white-space: nowrap;
  display: block;
  background-color: #74B0FC;
  color: #fff;
  padding: clamp(12px, 1.2vw, 21px);
  border-radius: clamp(10px, 1vw, 25px);
  line-height: 1;
  font-size: clamp(14px, 1.6vw, 28px);
  font-weight: 500;
  text-decoration: none;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.btn--link:hover {
  background-color: #2F6EBB;
}

.btn--more {
  white-space: nowrap;
  display: block;
  background-color: #BEE260;
  color: #fff;
  padding: clamp(12px, 1.2vw, 21px);
  border-radius: clamp(10px, 1vw, 25px);
  line-height: 1;
  font-size: clamp(14px, 1.6vw, 28px);
  font-weight: 500;
  text-decoration: none;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.btn--more:hover {
  background-color: #fff !important;
  color: #BEE260;
}

.swiper-pagination {
  position: static;
  align-self: center;
  background-color: #fff;
  width: auto !important;
  padding: 6.5px 25px;
  border-radius: 20px;
  display: flex;
  gap: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #ADD1FF;
  margin: 0 !important;
  height: 12px;
  width: 12px;
  transition: all 0.2s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2840B6;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    padding: 2px 6px;
    gap: 5px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

section {
  padding: 75px 20px;
  /* Исходное состояние - невидимо */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* Состояние при появлении */
}
section.sect-gradient {
  background: linear-gradient(180deg, rgb(173, 209, 255) 0%, rgb(241, 245, 255) 100%);
}
section .sect_header {
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
section .sect_header .header--title {
  font-size: clamp(25px, 3vw, 55px);
  font-weight: 500;
}
section .sect_header .header--desc {
  font-size: clamp(16px, 1.8vw, 32px);
  font-weight: 400;
}
section .sect_footer {
  padding-top: 56px;
  display: flex;
  justify-content: flex-end;
}
section.visible {
  opacity: 1;
  transform: translateY(0);
}

#sect-docs .sect_content {
  font-size: 22px;
  color: #000;
}
#sect-docs .sect_content h2 {
  color: #2840B6;
  display: block;
  font-size: 1.3em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
@media (max-width: 992px) {
  #sect-docs .sect_content {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #sect-docs .sect_content {
    font-size: 12px;
  }
}

/*==========  Desktop First  ==========*/
/* (≥1440px) (≥1500px) down ↓ max xxxl 1 */
/* (≥1340px) (≥1440px) down ↓ max xxl 1 */
/* (≥1200px) (≥1340px) down ↓ max lg 1 */
@media (max-width: 1339.98px) {
  section {
    padding: 50px 20px;
  }
}
/* (≥992px) (≥1200px) down ↓ max lg 2 */
@media (max-width: 1199.98px) {
  section .sect_header .header--title {
    font-size: clamp(25px, 3vw, 55px);
  }
}
/* (≥768px) (≥992px) down ↓ max md 3 */
@media (max-width: 992px) {
  .wrap {
    max-width: 892px;
  }
  section .sect_header {
    padding-bottom: 40px;
    gap: 30px;
  }
  section .sect_footer {
    padding-top: 30px;
  }
}
/* (≥576px) (≥768px) down ↓ max sm 4 */
@media (max-width: 767.98px) {
  body {
    padding-top: 83px;
  }
  section {
    padding: 40px 20px;
  }
  section .sect_header {
    gap: 20px;
  }
  section .sect_header .header--desc {
    font-size: 16px;
  }
  section .sect_footer {
    padding-top: 40px;
  }
}
/* (≥480px) (auto) (≥540px) down ↓ max xd 5 */
/* (≥360px) (auto) (≥480px) down ↓ max zx 6 */
/* (auto) (<320px) down ↓ max sx 7 */
/*==========  Mobile First  ==========*/
/* ≤320px up ↑ min sx */
/* ≤360px up ↑ min zx */
/* ≤480px up ↑ min xd */
/* ≤540px up ↑ min sm */
/* ≤768px up ↑ min md */
/* ≤992px up ↑ min lg */
/* ≤1200px up ↑ min xl */
/* ≤1340px up ↑ min xxl */
/* ≤1400px up ↑ min xxxl */
/* ≤1565px up ↑ */