.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1296px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 688px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 30px);
    padding: 0 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
}

body {
  background-color: #FCFCFC !important;
}

.main {
  overflow: hidden;
}

div > p:not(:last-of-type) {
  margin-bottom: unset;
}

.big-video-wrapper {
  background-image: url("/pioneer/frontend/assets/pages/agroklassy/big-video/poster.png");
}

.about {
  display: flex;
  flex-direction: column;
  padding: 10rem 0 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .about {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 3.5rem 0 0;
  }
}
.about .about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about .about__wrapper .about__content {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about .about__wrapper .about__content {
    flex-direction: column;
  }
}
.about .about__wrapper .about__content .about__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about .about__wrapper .about__content .about__left {
    gap: 16px;
  }
}
.about .about__wrapper .about__content .about__left .about__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 1399px) {
  .about .about__wrapper .about__content .about__left .about__title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about .about__wrapper .about__content .about__left .about__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
@media screen and (max-width: 767px) {
  .about .about__wrapper .about__content .about__left .about__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
@media screen and (max-width: 424px) {
  .about .about__wrapper .about__content .about__left .about__title {
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.about .about__wrapper .about__content .about__left .about__title span {
  color: #FF7237;
}
.about .about__wrapper .about__content .about__right {
  display: flex;
  align-items: center;
  width: 100%;
}
.about .about__wrapper .about__content .about__right .about__image {
  width: 100%;
  max-width: 100%;
}
.about .about__wrapper .about__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 95%;
}
@media screen and (max-width: 991px) {
  .about .about__wrapper .about__buttons {
    display: none;
  }
}
.about .about__wrapper .about__buttons a {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .about .about__wrapper .about__buttons a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__wrapper .about__buttons a {
    font-size: 16px;
    line-height: 100%;
  }
}
.about .about__wrapper .about__buttons-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .about .about__wrapper .about__buttons-mobile {
    display: flex;
    max-width: 544px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__wrapper .about__buttons-mobile {
    max-width: 100%;
  }
}

.description {
  padding: 10rem 0 0;
}
@media screen and (max-width: 991px) {
  .description {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .description {
    padding: 3.5rem 0 0;
  }
}
.description .description__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .description .description__content {
    gap: 56px;
  }
}
.description .description__content .description__text {
  border: 2px dashed #FF7237;
  border-radius: 30px;
  padding: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .description .description__content .description__text {
    padding: 24px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .description .description__content .description__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.description .description__content .description__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .description .description__content .description__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .description .description__content .description__badges {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.description .description__content .description__badges .description__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.description .description__content .description__badges .description__badge-icon {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .description .description__content .description__badges .description__badge-icon {
    width: 72px;
    height: 72px;
  }
}
.description .description__content .description__badges .description__badge-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

.education {
  padding: 80px 0 136px;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .education {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .education {
    padding: 56px 0;
  }
}
.education .education__content {
  position: relative;
}
.education .education__decor {
  position: absolute;
  top: 50px;
  right: -220px;
  width: 176px;
  height: 80px;
  border-radius: 50px;
  background-color: #ffd9ca;
  transform: rotate(18deg);
}
.education .education__decor::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffad8d;
}
@media screen and (max-width: 991px) {
  .education .education__decor {
    width: 96px;
    height: 44px;
  }
  .education .education__decor::before {
    top: 6px;
    left: 6px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .education .education__decor {
    width: 80px;
    height: 38px;
  }
  .education .education__decor::before {
    width: 28px;
    height: 28px;
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 424px) {
  .education .education__decor {
    display: none;
  }
}
.education .education__title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
.education .education__title span {
  display: block;
  color: #ff6833;
}
@media screen and (max-width: 991px) {
  .education .education__title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .education .education__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.education .education__description {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .education .education__description {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 767px) {
  .education .education__description {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
.education .education__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  align-items: start;
  gap: 56px;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .education .education__stats {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .education .education__stats {
    margin-top: 32px;
    gap: 48px;
  }
}
.education .education__stat {
  color: #ff6833;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .education .education__stat {
    text-align: left;
  }
}
.education .education__value {
  display: block;
  width: auto;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .education .education__value {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .education .education__value {
    height: 60px;
  }
}
.education .education__label {
  margin-top: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .education .education__label {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .education .education__label {
    margin-top: 16px;
  }
}
.education .education__card {
  margin-top: 100px;
  padding: 40px;
  border: 1px solid #ff6833;
  border-radius: 24px;
  box-shadow: -10px 10px 0 #ff6833;
}
@media screen and (max-width: 991px) {
  .education .education__card {
    margin-top: 48px;
    border-radius: 22px;
    box-shadow: -8px 8px 0 #FF7237;
  }
}
@media screen and (max-width: 767px) {
  .education .education__card {
    margin-top: 40px;
    margin-left: 6px;
    padding: 24px;
    border-radius: 20px;
    box-shadow: -7px 7px 0 #FF7237;
  }
}
@media screen and (max-width: 424px) {
  .education .education__card {
    margin-top: 33px;
  }
}
.education .education__card-title {
  margin-bottom: 20px;
  color: #FF7237;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .education .education__card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 767px) {
  .education .education__card-title {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.education .education__card-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .education .education__card-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .education .education__card-text {
    font-size: 14px;
    line-height: 1.35;
  }
}

.tasks {
  padding: 160px 0;
  overflow: hidden;
  background-color: #eef7ea;
}
@media screen and (max-width: 991px) {
  .tasks {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .tasks {
    padding: 56px 0;
  }
}
.tasks .tasks__content {
  position: relative;
}
.tasks .tasks__title {
  margin-bottom: 56px;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
}
.tasks .tasks__title span {
  display: block;
  color: #4f9143;
}
@media screen and (max-width: 991px) {
  .tasks .tasks__title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .tasks .tasks__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 424px) {
  .tasks .tasks__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.tasks .tasks__decor {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tasks .tasks__decor {
    display: none;
  }
}
.tasks .tasks__decor-top {
  top: -50px;
  right: -160px;
  width: 160px;
}
.tasks .tasks__decor-bottom {
  bottom: -40px;
  left: -160px;
  width: 96px;
}
.tasks .tasks__swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .tasks .tasks__swiper {
    overflow: hidden;
  }
}
.tasks .tasks__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .tasks .tasks__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tasks .tasks__wrapper {
    display: flex;
    gap: 0;
  }
}
.tasks .tasks__slide {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tasks .tasks__slide {
    width: 100%;
    cursor: pointer;
  }
}
.tasks .tasks__card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 22px;
  background-color: #ffffff;
  box-shadow: -5px 5px 10px 0px rgba(109, 122, 93, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .tasks .tasks__card {
    box-shadow: none;
  }
}
.tasks .tasks__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 17px;
  object-fit: cover;
}
.tasks .tasks__card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .tasks .tasks__card-content {
    padding: 16px 16px 22px;
  }
}
.tasks .tasks__card-title {
  margin-bottom: 24px;
  color: #4f9143;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
.tasks .tasks__card-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.tasks .tasks-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .tasks .tasks-swiper__pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 18px;
  }
}
.tasks .tasks-swiper__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 !important;
  background-color: #dcebd7;
  opacity: 1;
}
.tasks .tasks-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #4f9143;
}

.path {
  padding: 160px 0 160px;
  overflow: hidden;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .path {
    padding: 64px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .path {
    padding: 56px 0 56px;
  }
}
.path .path__content {
  max-width: 1040px;
  margin: 0 auto;
}
.path .path__title {
  margin-bottom: 56px;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
.path .path__title span {
  color: #FF7237;
}
@media screen and (max-width: 991px) {
  .path .path__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .path .path__title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 424px) {
  .path .path__title {
    font-size: 28px;
    line-height: 30px;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
.path .path__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .path .path__wrapper {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}
@media screen and (max-width: 767px) {
  .path .path__wrapper {
    gap: 32px;
  }
}
.path .path__accordion {
  min-width: 0;
}
.path .path__item {
  border-bottom: 1px solid #c7c2ff;
}
.path .path__header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 0;
  border: none;
  color: #FF7237;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .path .path__header {
    grid-template-columns: 34px minmax(0, 1fr) 14px;
    gap: 12px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 424px) {
  .path .path__header {
    align-items: start;
  }
}
.path .path__item:first-child .path__header {
  padding-top: 0;
}
.path .path__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid #FF7237;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .path .path__number {
    width: 34px;
    height: 34px;
    border-width: 1px;
    font-size: 16px;
  }
}
.path .path__header-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .path .path__header-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .path .path__header-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.path .path__arrow {
  width: 14px;
  height: 14px;
  border-right: 2px solid #FF7237;
  border-bottom: 2px solid #FF7237;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .path .path__arrow {
    width: 12px;
    height: 12px;
    margin-top: 6px;
  }
}
.path .path__arrow.arrow-open {
  transform: rotate(225deg);
}
.path .path__body {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.path .path__line {
  position: absolute;
  top: 0;
  bottom: 28px;
  left: 25px;
  width: 3px;
  border-radius: 3px;
  background-color: #FF7237;
}
.path .path__line::before, .path .path__line::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: #FF7237;
}
.path .path__line::before {
  right: 50%;
  transform: rotate(45deg);
  transform-origin: right center;
}
.path .path__line::after {
  left: 50%;
  transform: rotate(-45deg);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .path .path__line {
    left: 16px;
    width: 2px;
  }
  .path .path__line::before, .path .path__line::after {
    width: 18px;
    height: 2px;
  }
}
.path .path__text {
  padding: 0 36px 24px 72px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .path .path__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .path .path__text {
    padding: 0 12px 28px 46px;
  }
}
@media screen and (max-width: 424px) {
  .path .path__text {
    line-height: 22px;
  }
}
.path .path__media {
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .path .path__media {
    border-radius: 16px;
  }
}
.path .path__image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .path .path__image {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .path .path__image {
    aspect-ratio: 1.35/1;
  }
}

.kits {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background-color: #E0EAFA;
}
@media screen and (max-width: 991px) {
  .kits {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kits {
    padding: 3.5rem 0;
  }
}
.kits::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 360px;
  background-image: url("/pioneer/frontend/assets/pages/agroklassy/kits/decor-top.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .kits::before {
    display: none;
  }
}
.kits::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 329px;
  height: 240px;
  background-image: url("/pioneer/frontend/assets/pages/agroklassy/kits/decor-bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .kits::after {
    display: none;
  }
}
.kits .kits__wrapper {
  position: relative;
  z-index: 1;
}
.kits .kits__wrapper .kits__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 78px;
  letter-spacing: 0;
}
.kits .kits__wrapper .kits__title span {
  color: #487FFB;
}
@media screen and (max-width: 991px) {
  .kits .kits__wrapper .kits__title {
    max-width: 650px;
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .kits .kits__wrapper .kits__title {
    max-width: 310px;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 424px) {
  .kits .kits__wrapper .kits__title {
    font-size: 1.75rem;
    line-height: 32px;
  }
}
.kits .kits__wrapper .kits__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 48px;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .kits .kits__wrapper .kits__content {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .kits .kits__wrapper .kits__content {
    gap: 40px;
  }
}
.kits .kits__wrapper .kits__content .kits__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.kits .kits__wrapper .kits__content .kits__card .kits__card-title {
  color: #487FFB;
  font-weight: 600;
  font-size: 2rem;
  line-height: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kits .kits__wrapper .kits__content .kits__card .kits__card-title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1%;
  }
}
.kits .kits__wrapper .kits__content .kits__card .kits__card-description {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .kits .kits__wrapper .kits__content .kits__card .kits__card-description {
    min-height: 0;
    margin-top: 24px;
  }
}
.kits .kits__wrapper .kits__content .kits__card .kits__list {
  position: relative;
  max-height: 150px;
  margin-top: 20px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 991px) {
  .kits .kits__wrapper .kits__content .kits__card .kits__list {
    max-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .kits .kits__wrapper .kits__content .kits__card .kits__list {
    max-height: 135px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 424px) {
  .kits .kits__wrapper .kits__content .kits__card .kits__list {
    max-height: 105px;
  }
}
.kits .kits__wrapper .kits__content .kits__card .kits__list::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70px;
  background: linear-gradient(to top, #E0EAFA 10%, rgba(224, 234, 250, 0));
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.kits .kits__wrapper .kits__content .kits__card .kits__list ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 32px;
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .kits .kits__wrapper .kits__content .kits__card .kits__list ol {
    gap: 6px;
    padding-left: 22px;
  }
}
.kits .kits__wrapper .kits__content .kits__card .kits__list ol li {
  padding-left: 2px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.kits .kits__wrapper .kits__content .kits__card .kits__list ol li ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 24px;
  list-style-type: disc;
}
.kits .kits__wrapper .kits__content .kits__card .kits__list ol li ul li {
  padding-left: 0;
}
.kits .kits__wrapper .kits__content .kits__card .kits__list.kits__list--open::after {
  opacity: 0;
}
.kits .kits__wrapper .kits__content .kits__card .kits__collapse-btn {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 24px auto 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.kits .kits__wrapper .kits__content .kits__card .kits__collapse-btn::before, .kits .kits__wrapper .kits__content .kits__card .kits__collapse-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #487FFB;
  border-bottom: 2px solid #487FFB;
  transform: translateX(-50%) rotate(45deg);
}
.kits .kits__wrapper .kits__content .kits__card .kits__collapse-btn::before {
  top: 2px;
}
.kits .kits__wrapper .kits__content .kits__card .kits__collapse-btn::after {
  top: 8px;
}
.kits .kits__wrapper .kits__content .kits__card .kits__collapse-btn.kits__collapse-btn--active {
  transform: rotate(180deg);
}

.lineup {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background-color: #F4F5FA;
}
@media screen and (max-width: 991px) {
  .lineup {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 3.375rem 0;
  }
}
.lineup .lineup__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .lineup .lineup__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.lineup .lineup__title span {
  color: #487FFB;
}
.lineup .lineup__wrapper {
  display: flex;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lineup .lineup__wrapper::-webkit-scrollbar {
  display: none;
}
.lineup .lineup__wrapper .lineup__content {
  margin-top: 64px;
  flex-shrink: 0;
  width: 1296px;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content {
    margin-top: 40px;
    width: 1116px;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__row {
  display: grid;
  grid-template-columns: 180px 180px 330px 330px 180px;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #d7d7f3;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__row {
    grid-template-columns: 180px 330px 330px 180px;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__header {
  padding: 0 0 24px;
}
.lineup .lineup__wrapper .lineup__content .lineup__header .lineup__header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
}
.lineup .lineup__wrapper .lineup__content .lineup__col {
  font-size: 16px;
  line-height: 1.5;
  color: #3b3b3b;
}
.lineup .lineup__wrapper .lineup__content .lineup__col .lineup__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-left: 16px;
  list-style-type: disc;
  text-decoration: none !important;
}
.lineup .lineup__wrapper .lineup__content .lineup__col .lineup__list li {
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col .lineup__list li {
    font-size: 14px;
    line-height: 18px;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col .lineup__list-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col .lineup__list-mobile {
    display: flex;
    margin-top: 0;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col-mobile {
    display: none;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col--name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col--name {
    display: none;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col-title-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col-title-mobile {
    display: block;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col--image {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col--image {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col--image img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content .lineup__col--image img {
    max-width: 160px;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__col--registry {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--registry img {
  width: fit-content;
  max-height: 45px;
  object-fit: contain;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--registry a {
  color: #5d5d7d;
  text-decoration: underline;
}
.lineup .lineup__wrapper .lineup__content .lineup__col-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #2C2D34;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}
.lineup .lineup__wrapper .lineup__content .lineup__col-title:hover {
  text-decoration: none;
}
.lineup .lineup__wrapper .lineup__content .lineup__link-gost {
  color: inherit;
  text-decoration: underline;
}
.lineup .lineup__wrapper .lineup__content .lineup__link-gost:hover {
  text-decoration: none;
}

.support {
  position: relative;
  padding: 160px 0;
  overflow: hidden;
  background-color: #FCFCFC;
  background-image: radial-gradient(circle at 68% 72%, rgba(190, 225, 180, 0.65) 0, rgba(220, 239, 214, 0.35) 18%, rgba(255, 255, 255, 0) 48%);
}
@media screen and (max-width: 991px) {
  .support {
    padding: 64px 0;
    background-image: radial-gradient(circle at 52% 77%, rgba(190, 225, 180, 0.65) 0, rgba(220, 239, 214, 0.35) 22%, rgba(255, 255, 255, 0) 50%);
  }
}
@media screen and (max-width: 767px) {
  .support {
    padding: 56px 0;
    background-image: radial-gradient(circle at 50% 82%, rgba(190, 225, 180, 0.55) 0, rgba(220, 239, 214, 0.3) 18%, rgba(255, 255, 255, 0) 42%);
  }
}
.support .support__content {
  position: relative;
  max-width: 1216px;
  margin: 0 auto;
}
.support .support__content .support__decor {
  position: absolute;
  top: -60px;
  right: 0;
  width: 150px;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__decor {
    top: -44px;
    width: 82px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__decor {
    top: -34px;
    right: 0;
    width: 68px;
  }
}
@media screen and (max-width: 424px) {
  .support .support__content .support__decor {
    display: none;
  }
}
.support .support__content .support__title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
.support .support__content .support__title span {
  color: #FF7237;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__title {
    max-width: 300px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 424px) {
  .support .support__content .support__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.support .support__content .support__description {
  max-width: 1100px;
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__description {
    max-width: 100%;
    margin-top: 24px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__description {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 424px) {
  .support .support__content .support__description {
    font-size: 20px;
    line-height: 23px;
  }
}
.support .support__content .support__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 48px;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper {
    gap: 32px;
    margin-top: 28px;
  }
}
.support .support__content .support__wrapper .support__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper .support__list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper .support__list {
    gap: 22px;
  }
}
.support .support__content .support__wrapper .support__list .support__item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper .support__list .support__item {
    grid-template-columns: 52px minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper .support__list .support__item {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 16px;
  }
}
.support .support__content .support__wrapper .support__list .support__item .support__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF7237;
  flex-shrink: 0;
}
.support .support__content .support__wrapper .support__list .support__item .support__item-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper .support__list .support__item .support__item-icon {
    width: 64px;
    height: 64px;
  }
  .support .support__content .support__wrapper .support__list .support__item .support__item-icon img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper .support__list .support__item .support__item-icon {
    width: 40px;
    height: 40px;
  }
  .support .support__content .support__wrapper .support__list .support__item .support__item-icon img {
    width: 23px;
    height: 23px;
  }
}
.support .support__content .support__wrapper .support__list .support__item .support__item-content .support__item-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper .support__list .support__item .support__item-content .support__item-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper .support__list .support__item .support__item-content .support__item-text {
    font-size: 16px;
    line-height: 21px;
  }
}
.support .support__content .support__wrapper .support__list .support__item .support__item-content .support__item-note {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper .support__list .support__item .support__item-content .support__item-note {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper .support__list .support__item .support__item-content .support__item-note {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
  }
}
.support .support__content .support__wrapper .support__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.support .support__content .support__wrapper .support__media .support__image {
  display: block;
  width: 100%;
  max-width: 620px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .support .support__content .support__wrapper .support__media .support__image {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .support .support__content .support__wrapper .support__media .support__image {
    max-width: 330px;
  }
}
@media screen and (max-width: 424px) {
  .support .support__content .support__wrapper .support__media .support__image {
    max-width: 250px;
  }
}

.scenarios {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10rem 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .scenarios {
    padding: 4rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .scenarios {
    padding: 3.5rem 0 3.5rem;
  }
}
.scenarios .scenarios__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.scenarios .scenarios__title span {
  color: #487FFB;
}
.scenarios .scenarios-swiper {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper {
    width: 100%;
    margin-top: 2rem;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper {
  display: flex;
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide {
  display: flex;
  width: auto;
  min-height: 16.5625rem;
  height: auto;
  gap: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide {
    box-sizing: border-box;
    width: 100%;
    min-height: 18.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide {
    box-sizing: border-box;
    width: 100%;
    gap: 4px;
    min-height: auto;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide {
  box-sizing: border-box;
  background-color: #F4F5FA;
  border-radius: 30px;
  padding: 2.5rem;
  max-width: 636px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide {
    max-width: 512px;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide {
    padding: 24px;
    max-width: 100%;
    height: 100%;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide .slide__header {
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
  color: #487FFB;
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide .slide__header span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  background-color: #487FFB;
  border-radius: 50%;
  padding: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #FCFCFC;
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide h5 {
    font-size: 1.25rem;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p {
  margin-top: 16px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p .card__link {
  color: inherit;
  text-decoration-color: #2C2D34;
}
.scenarios .scenarios-swiper .scenarios__controls {
  position: absolute;
  top: 180px;
  right: 100px;
  display: flex;
  gap: 10px;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border: 2px solid #487FFB;
  border-radius: 8px;
  color: #FF7237;
  font-size: 0.75rem;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button:nth-child(1) {
  transform: scaleX(-1);
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button svg {
  stroke: #487FFB;
  transition: 0.3s;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button:hover {
  background-color: #487FFB;
  color: #FCFCFC;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button:hover svg {
  stroke: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .scenarios__controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .scenarios__controls {
    display: none;
  }
}
.scenarios .scenarios-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.scenarios .scenarios-swiper__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #487FFB;
}

.benefits {
  padding: 160px 0;
  overflow: hidden;
  color: #FCFCFC;
  background-color: #FF7237;
}
@media screen and (max-width: 991px) {
  .benefits {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 56px 0;
  }
}
.benefits .benefits__content {
  margin: 0 auto;
}
.benefits .benefits__content .benefits__title {
  margin-bottom: 64px;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
  }
}
.benefits .benefits__content .benefits__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.9fr);
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper {
    gap: 40px;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__features {
    gap: 32px 16px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__features {
    gap: 40px 8px;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__features .benefits__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.benefits .benefits__content .benefits__wrapper .benefits__features .benefits__feature .benefits__feature-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__features .benefits__feature .benefits__feature-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__features .benefits__feature .benefits__feature-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__features .benefits__feature .benefits__feature-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__stats {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 416px;
  min-width: 0;
  padding: 50px 40px;
  border-radius: 28px;
  background-color: #FF8E60;
  flex-shrink: 1;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats {
    width: 100%;
    max-width: none;
    padding: 44px 40px 36px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats {
    padding: 32px 24px 28px;
    border-radius: 20px;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-decor {
  position: absolute;
  top: -95px;
  right: -90px;
  display: block;
  width: 190px;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-decor {
    top: -104px;
    right: -148px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-decor {
    top: -36px;
    right: -50px;
    width: 112px;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list {
    flex-direction: row;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat {
    text-align: center;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-value {
  font-weight: 700;
  font-size: 74px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-value {
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-value {
    font-size: 56px;
  }
}
@media screen and (max-width: 424px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-value {
    font-size: 52px;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-label {
  margin-top: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-label {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-list .benefits__stat .benefits__stat-label {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-caption {
  margin-top: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-caption {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__content .benefits__wrapper .benefits__stats .benefits__stats-caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
  }
}

.faq {
  padding: 10rem 0 0;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.375rem 0 0;
  }
}
.faq .faq__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .faq .faq__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.faq .faq__title span {
  color: #FF7237;
}
.faq .faq__content {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .faq .faq__content {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq__content {
    margin-top: 40px;
  }
}
.faq .faq__content .accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .faq .faq__content .accordion {
    gap: 1.125rem;
  }
}
.faq .faq__content .accordion .accordion__divider {
  width: 100%;
  height: 0.125rem;
  background-color: #2C2D34;
}
.faq .faq__content .accordion .accordion__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.faq .faq__content .accordion .accordion__item .accordion__header {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.faq .faq__content .accordion .accordion__item .accordion__header .accordion__title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.01em;
  max-width: 90%;
  color: #FF7237;
}
@media screen and (max-width: 767px) {
  .faq .faq__content .accordion .accordion__item .accordion__header .accordion__title {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.faq .faq__content .accordion .accordion__item .accordion__header .accordion__header-arrow {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.35s;
  background-color: #FF7237;
  mask-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/accordion/accordion-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.faq .faq__content .accordion .accordion__item .accordion-content {
  height: 0;
  transition: height 0.4s, margin-top 0.3s, opacity 0.2s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  opacity: 0;
}
.faq .faq__content .accordion .accordion__item .accordion-content a {
  color: inherit;
}
.faq .faq__content .accordion .accordion__item .content-open {
  margin-top: 24px !important;
  opacity: 1;
}
.faq .faq__content .accordion .accordion__item .arrow-open {
  transform: rotate(0deg) !important;
}

.partners {
  position: relative;
  padding: 160px 0 0;
}
@media screen and (max-width: 991px) {
  .partners {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    padding: 56px 0 0;
  }
}
.partners .partners__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .partners .partners__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.partners .partners__desc {
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .partners .partners__desc {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners__desc {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
.partners .partners__desc span {
  color: #FF7237;
}
.partners .partners-swiper {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .partners .partners-swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners-swiper {
    margin-top: 24px;
  }
}
.partners .partners-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .partners .partners-swiper .swiper-wrapper {
    display: flex;
    gap: unset;
  }
}
.partners .partners-swiper .swiper-wrapper img {
  width: 100%;
  opacity: 0.6;
  filter: grayscale(1);
  transition: 200ms;
}
.partners .partners-swiper .swiper-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.partners .partners-swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}
.partners .partners-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.partners .partners-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #725EF2;
}

.watch-btn {
  width: 16.9375rem;
  height: 3.25rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #487FFB;
  background-color: #FCFCFC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-indent: 23px;
  border: none;
  cursor: pointer;
}
.watch-btn:before {
  position: absolute;
  left: 2rem;
  top: calc(50% - 8px);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #487FFB;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 53% center;
}

.communicate-with-team-block {
  margin-top: 112px;
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .communicate-with-team-block {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .communicate-with-team-block {
    margin-top: 0;
    margin-bottom: 56px;
  }
}

.news-block {
  padding-bottom: 0 !important;
}

.form-contact-us {
  background-color: #FCFCFC !important;
  margin-top: 0 !important;
}

.vk-news-wall {
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .vk-news-wall {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .vk-news-wall {
    padding-bottom: 56px;
  }
}

/*# sourceMappingURL=styles.css.map */
