@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");
#content {
  max-width: 1225px;
}

:root {
  --transition: 0.25s ease;
  --color-primary: #26ad50;
}

section.section {
  margin-bottom: 100px;
}
section.section .head h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
  margin: 0;
}

.section.section-hero .hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5px;
  align-items: stretch;
  min-height: 544px;
}
.section.section-hero .hero__content {
  grid-column: span 7;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 0 20px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section.section-hero .hero__content .label {
  background: #fff;
  border: 1px solid #26ad50;
  border-radius: 50px;
  width: 226px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #373737;
  margin-bottom: 15px;
}
.section.section-hero .hero__content h1 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 20px;
  margin-top: 0;
}
.section.section-hero .hero__content h1 span {
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #07ee4f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section.section-hero .hero__content .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #373737;
  margin-bottom: 20px;
}
.section.section-hero .hero__content .btn {
  border-radius: 50px;
  width: 303px;
  height: 70px;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-hero .hero__media {
  grid-column: span 5;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #07ee4f 100%);
  border-radius: 5px;
  position: relative;
}
.section.section-hero .hero__media .person {
  position: absolute;
  top: -100px;
  left: 43px;
  width: 537px;
  height: 644px;
  z-index: 5;
}
.section.section-hero .hero__media .benefit {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 190px;
  height: 91px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 40%;
  left: 8px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-left: 0;
  border-right: 0;
}
.section.section-hero .hero__media .benefit .count {
  font-family: "Roboto Flex", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.section.section-hero .hero__media .benefit .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  line-height: normal;
}

.section.section-benefit .head h2 {
  margin-bottom: 44px;
}
.section.section-benefit .list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 27px;
}
.section.section-benefit .list .item {
  grid-column: span 4;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 0 12px 0 144px;
  position: relative;
  display: flex;
  align-items: center;
  height: 142px;
  color: #373737;
  cursor: pointer;
}
.section.section-benefit .list .item:hover {
  color: #fff;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #07ee4f 100%);
}
.section.section-benefit .list .item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.section.section-benefit .list .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
}
.section.section-benefit .list .item .text span {
  font-weight: 700;
  font-size: 35px;
}

.section.section-cta .head h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
  margin-bottom: 50px;
}
.section.section-cta .head h2 span {
  display: block;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section.section-cta .head a.btn {
  border-radius: 50px;
  width: 303px;
  height: 70px;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.section.section-about .about-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 25px;
}
.section.section-about .about-grid .about-grid__left {
  grid-column: span 4;
}
.section.section-about .about-grid .about-grid__left h2.section-title {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #373737;
}
.section.section-about .about-grid .about-grid__right {
  grid-column: span 8;
}
.section.section-about .about-grid .about-grid__right p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #373737;
  margin-bottom: 20px;
}
.section.section-about .about-grid .about-grid__right .text-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}
.section.section-about .about-grid .about-grid__right .text-grid .item {
  grid-column: span 4;
  background: linear-gradient(180deg, rgba(237, 237, 237, 0.5) 0%, rgba(246, 246, 246, 0.5) 100%);
  border-radius: 5px;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section.section-about .about-grid .about-grid__right .text-grid .item .count {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
}
.section.section-about .about-grid .about-grid__right .text-grid .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #373737;
}

.section.section-faststart .head h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
  margin-bottom: 20px;
}
.section.section-faststart .head h2 span {
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section.section-faststart .head .chips {
  display: flex;
  gap: 15px;
  margin-bottom: 66px;
  justify-content: center;
}
.section.section-faststart .head .chips span {
  padding: 0 30px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  background: #d0ffc8;
}
.section.section-faststart .list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.section.section-faststart .list .item {
  grid-column: span 3;
  border-radius: 5px;
  padding: 40px 15px;
  background: #f6f6f6;
}
.section.section-faststart .list .item .num {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
.section.section-faststart .list .item .name {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;

  color: #373737;
  margin-bottom: 20px;
}
.section.section-faststart .list .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #373737;
}
.section.section-faststart .list .item .text a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  width: 249px;
  height: 56px;
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  text-decoration: none;
  margin-top: 24px;
}

.section.section-map {
  margin-bottom: 80px;
}
.section.section-map .head {
  margin-bottom: 42px;
}
.section.section-map .head h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
  margin-bottom: 20px;
}
.section.section-map .head h2 span {
  background: linear-gradient(90deg, #26ad50 0%, #26be55 50%, #167534 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section.section-map .head .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #373737;
}
.section.section-map .map img {
  max-width: 100%;
}

.section.section-partner .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.section.section-partner .section-head {
  grid-column: span 4;
}
.section.section-partner .section-head h2.section-head {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #373737;
}
.section.section-partner .partner-slider {
  grid-column: span 8;
}
.section.section-partner .partner-slider .partner-card {
  border-radius: 10px;
  padding: 30px 11px 30px 14px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
}
.section.section-partner .partner-slider .partner-card .head {
  margin-bottom: 20px;
}
.section.section-partner .partner-slider .partner-card .head .status {
  border-radius: 50px;
  padding: 0 15px;
  background: #c8e3ff;
  height: 26px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.section.section-partner .partner-slider .partner-card .head .inner {
  display: flex;
  gap: 15px;
  align-items: center;
}
.section.section-partner .partner-slider .partner-card .head .inner .img {
  max-height: 63px;
  max-width: 63px;
  border-radius: 100%;
}
.section.section-partner .partner-slider .partner-card .head .inner .text .name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #373737;
  margin-bottom: 10px;
}
.section.section-partner .partner-slider .partner-card .head .inner .text .role {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #373737;
}
.section.section-partner .partner-slider .partner-card .desc {
  margin-bottom: 20px;
}
.section.section-partner .partner-slider .partner-card .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.section.section-partner .partner-slider .partner-card .info .date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9d9d9d;
}
.section.section-partner .partner-slider .partner-card .info .count {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 5px 15px;
  height: 26px;
  background: #d0ffc8;
}
.section.section-partner .partner-slider__viewport {
  overflow: hidden;
}
.section.section-partner .partner-slider__track {
  display: flex;
  gap: 24px;
  will-change: transform;
}
.section.section-partner .partner-slider__slide {
  flex: 0 0 calc((100% - 24px) / var(--per-view));
  max-width: calc((100% - 24px) / var(--per-view));
}
.section.section-partner .partner-slider .partner-slider.is-dragging {
  cursor: grabbing;
}
.section.section-partner .partner-slider .partner-slider.is-dragging .partner-slider__track {
  user-select: none;
}
.section.section-partner .partner-slider__button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.section.section-partner .partner-slider__bottom {
  margin-top: 30px;
}
.section.section-partner .partner-slider__nav {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  justify-content: end;
}
.section.section-partner .partner-slider__button--prev, .section.section-partner .partner-slider__button--next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #373737;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-partner .partner-slider__button--prev:disabled, .section.section-partner .partner-slider__button--next:disabled {
  background: rgba(70, 69, 78, 0.07);
}
.section.section-partner .partner-slider__button--prev:disabled .disabled, .section.section-partner .partner-slider__button--next:disabled .disabled {
  display: block;
}
.section.section-partner .partner-slider__button--prev:disabled .active, .section.section-partner .partner-slider__button--next:disabled .active {
  display: none;
}
.section.section-partner .partner-slider__button--prev .disabled, .section.section-partner .partner-slider__button--next .disabled {
  display: none;
}
.section.section-partner .partner-slider__button--prev .active, .section.section-partner .partner-slider__button--next .active {
  display: block;
}
.section.section-partner .partner-slider__button--prev .active {
  transform: rotate(180deg);
}
.section.section-partner .partner-slider__button--next .disabled {
  transform: rotate(180deg);
}
.section-faq .faq-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.section-faq .faq-layout__head {
  grid-column: span 4;
}
.section-faq .faq-layout h2.section-title {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #373737;
}
.section-faq .faq {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-faq .faq__item {
  padding: 25px 40px 25px 25px;
  background: #f6f6f6;
  border-radius: 10px;
}
.section-faq .faq__item.is-open .faq__icon {
  transform: rotate(45deg);
}
.section-faq .faq__item.is-open .faq__answer {
  display: block;
}
.section-faq .faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 148%;
  letter-spacing: -0.01em;
  color: #081226;
}
.section-faq .faq__question span.name {
  flex: 1 1 auto;
  min-width: 0;
  white-space: break-spaces;
  line-height: normal;
}
.section-faq .faq__icon {
  position: relative;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  transition: transform var(--transition), background-color var(--transition);
}
.section-faq .faq__icon::before, .section-faq .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 2px;
  border-radius: 99px;
  background: var(--color-primary);
  transition: transform var(--transition);
}
.section-faq .faq__icon::after {
  transform: rotate(90deg);
}
.section-faq .faq__answer {
  display: none;
  padding: 20px 80px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #2b2b2b;
}
.section-faq .faq__answer p {
  margin: 0 0 14px;
}
.section-faq .faq__answer ul {
  padding-left: 27px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
}
.section-faq .faq__answer ul li {
  position: relative;
}
.section-faq .faq__answer ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}

@media (max-width: 991px) {
  .section-faq .faq-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .section-faq .container {
    padding: 0;
  }
  .section-faq .faq-layout__head {
    grid-column: span 12;
  }
  .section-faq .faq-layout h2.section-title {
    text-align: center;
    font-size: 30px;
    width: 100%;
  }
  .section-faq .faq {
    grid-column: span 12;
  }
  .section-faq .faq__item {
    padding: 25px 15px;
  }
  .section-faq .faq__question {
    font-weight: 700;
    font-size: 20px;
    gap: 15px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2b2b2b;
  }
  .section-faq .faq__icon {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
  .section-faq .faq__icon::before, .section-faq .faq__icon::after {
    top: 50%;
    left: 0;
    width: 23px;
  }
  .section-faq .faq__answer {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2b2b2b;
  }
}
/*
  Responsive additions for partner landing.
  Подключать после всех текущих секционных SCSS.
  FAQ намеренно не трогаем.
*/
@media (max-width: 1200px) {
  #content {
    width: 100%;
  }
  section.section {
    margin-bottom: 80px;
  }
  section.section .head h2 {
    font-size: 44px;
  }
  .section.section-hero .hero {
    min-height: 560px;
  }
  .section.section-hero .hero__content {
    padding: 0 24px 0 32px;
  }
  .section.section-hero .hero__content h1 {
    font-size: 58px;
  }
  .section.section-hero .hero__media .person {
    left: -55px;
    width: 500px;
    height: 560px;
    background-size: contain !important;
  }
  .section.section-benefit .list {
    gap: 20px;
  }
  .section.section-benefit .list .item {
    padding-left: 120px;
  }
  .section.section-benefit .list .item img {
    width: 110px;
    max-width: 110px;
  }
  .section.section-benefit .list .item .text {
    font-size: 22px;
  }
  .section.section-benefit .list .item .text span {
    font-size: 30px;
  }
  .section.section-faststart .list {
    gap: 20px;
  }
  .section.section-faststart .list .item {
    padding: 32px 15px;
  }
  .section.section-faststart .list .item .name {
    font-size: 20px;
  }
  .section.section-faststart .list .item .text a.btn {
    width: 100%;
    max-width: 249px;
  }
  .section.section-cta .head h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  section.section {
    margin-bottom: 70px;
  }
  section.section .head h2 {
    font-size: 38px;
  }
  .section.section-hero .hero {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
  }
  .section.section-hero .hero__content,
  .section.section-hero .hero__media {
    grid-column: 1/-1;
  }
  .section.section-hero .hero__content {
    min-height: auto;
    padding: 48px 32px;
  }
  .section.section-hero .hero__content h1 {
    font-size: 50px;
  }
  .section.section-hero .hero__media {
    min-height: 480px;
    overflow: hidden;
  }
  .section.section-hero .hero__media .person {
    left: 50%;
    top: 0;
    width: 520px;
    height: 480px;
    transform: translateX(-50%);
    background-size: contain !important;
  }
  .section.section-hero .hero__media .benefit {
    left: 24px;
    top: auto;
    bottom: 28px;
    transform: none;
  }
  .section.section-benefit .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section.section-benefit .list .item {
    grid-column: auto;
  }
  .section.section-about .about-grid {
    grid-template-columns: 1fr;
  }
  .section.section-about .about-grid .about-grid__left,
  .section.section-about .about-grid .about-grid__right {
    grid-column: 1/-1;
  }
  .section.section-about .about-grid .about-grid__left h2.section-title {
    font-size: 38px;
    text-align: center;
  }
  .section.section-about .about-grid .about-grid__right p {
    font-size: 17px;
    text-align: center;
  }
  .section.section-faststart .head h2 {
    font-size: 38px;
  }
  .section.section-faststart .head .chips {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .section.section-faststart .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section.section-faststart .list .item {
    grid-column: auto;
  }
  .section.section-map {
    margin-bottom: 70px;
  }
  .section.section-map .head h2 {
    font-size: 38px;
  }
  .section.section-partner .container {
    grid-template-columns: 1fr;
  }
  .section.section-partner .section-head,
  .section.section-partner .partner-slider {
    grid-column: 1/-1;
  }
  .section.section-partner .section-head h2.section-title {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #373737;
    margin: 0;
  }
  .section.section-cta .head h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  #content {
    max-width: 100%;
    overflow-x: hidden;
  }
  section.section {
    margin-bottom: 70px;
  }
  section.section .head h2 {
    font-size: 30px;
    line-height: 105%;
  }
  .section.section-hero .hero {
    gap: 10px;
  }
  .section.section-hero .hero__content {
    padding: 32px 18px;
    text-align: left;
    align-items: center;
  }
  .section.section-hero .hero__content .label {
    width: auto;
    min-width: 0;
    height: 26px;
    padding: 5px 16px;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    color: #373737;
    margin-bottom: 20px;
  }
  .section.section-hero .hero__content h1 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .section.section-hero .hero__content .desc {
    font-size: 16px;
    line-height: 110%;
  }
  .section.section-hero .hero__content .btn {
    margin-right: auto;
    border-radius: 50px;
    width: 261px;
    height: 51px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
  }
  .section.section-hero .hero__media {
    min-height: 394px;
  }
  .section.section-hero .hero__media .person {
    width: 370px;
    height: 400px;
    transform: none;
    right: -20px;
    left: auto;
    bottom: 0;
    top: auto;
  }
  .section.section-hero .hero__media .benefit {
    width: 190px;
    height: 91px;
    top: 110px;
    transform: none;
    left: 15px;
  }
  .section.section-hero .hero__media .benefit .count {
    font-size: 40px;
  }
  .section.section-hero .hero__media .benefit .text {
    font-size: 16px;
  }
  .section.section-benefit .head h2 {
    margin-bottom: 40px;
  }
  .section.section-benefit .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section.section-benefit .list .item {
    height: 108px;
    padding: 20px 40px 20px 135px;
  }
  .section.section-benefit .list .item img {
    width: 125px;
    max-width: 125px;
    left: -10px;
  }
  .section.section-benefit .list .item .text {
    font-size: 16px;
  }
  .section.section-benefit .list .item .text span {
    font-weight: 700;
    font-size: 22px;
  }
  .section.section-cta {
    margin-bottom: 70px;
  }
  .section.section-cta .head h2 {
    font-size: 30px;
    line-height: 105%;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .section.section-cta .head a.btn {
    border-radius: 50px;
    padding: 15px 35px;
    width: 261px;
    height: 51px;
    font-size: 18px;
  }
  .section.section-about .about-grid {
    gap: 18px;
  }
  .section.section-about .about-grid .about-grid__left h2.section-title {
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 40px;
  }
  .section.section-about .about-grid .about-grid__right p {
    font-size: 16px;
    line-height: 110%;
    text-align: left;
  }
  .section.section-about .about-grid .about-grid__right .text-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section.section-about .about-grid .about-grid__right .text-grid .item {
    grid-column: 1/-1;
    border-radius: 5px;
    padding: 25px 10px;
  }
  .section.section-about .about-grid .about-grid__right .text-grid .item .count {
    font-size: 25px;
  }
  .section.section-about .about-grid .about-grid__right .text-grid .item .text {
    font-size: 16px;
    line-height: 110%;
  }
  .section.section-faststart .head h2 {
    font-size: 30px;
    line-height: 105%;
    margin-bottom: 40px;
  }
  .section.section-faststart .head .chips {
    gap: 15px;
    margin-bottom: 55px;
    padding: 0 14px;
  }
  .section.section-faststart .head .chips span {
    width: 100%;
    min-height: auto;
    height: 29px;
    padding: 0 30px;
    text-align: center;
  }
  .section.section-faststart .list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section.section-faststart .list .item {
    grid-column: 1/-1;
    border-radius: 5px;
    padding: 40px 15px;
  }
  .section.section-faststart .list .item .num {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .section.section-faststart .list .item .name {
    font-size: 20px;
    line-height: 105%;
    margin-bottom: 24px;
  }
  .section.section-faststart .list .item .text {
    font-size: 16px;
    line-height: 110%;
  }
  .section.section-faststart .list .item .text a.btn {
    max-width: 100%;
    font-size: 22px;
    border-radius: 50px;
    padding: 15px 35px;
    width: 249px;
    height: 56px;
  }
  .section.section-map {
    margin-bottom: 70px;
  }
  .section.section-map .head {
    margin-bottom: 20px;
  }
  .section.section-map .head h2 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .section.section-map .head .desc {
    font-size: 16px;
    line-height: 110%;
  }
  .section.section-map .map img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .section.section-partner .container {
    gap: 55px;
  }
  .section.section-partner .partner-slider__viewport {
    overflow: hidden;
  }
  .section.section-partner .partner-slider__track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: 100%;
    column-gap: 16px;
    row-gap: 16px;
    align-items: stretch;
  }
  .section.section-partner .partner-slider__slide {
    width: 100%;
    max-width: none;
    flex: initial;
  }
  .section.section-partner .section-head h2.section-title {
    font-size: 30px;
    line-height: 100%;
  }
  .section.section-partner .partner-slider__track {
    gap: 14px 0;
  }
  .section.section-partner .partner-slider__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.section-partner .partner-slider .partner-card {
    padding: 30px 11px 30px 16px;
    overflow: hidden;
  }
  .section.section-partner .partner-slider .partner-card .head .status {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .section.section-partner .partner-slider .partner-card .head .inner {
    gap: 15px;
  }
  .section.section-partner .partner-slider .partner-card .head .inner .name,
  .section.section-partner .partner-slider .partner-card .head .inner .role {
    font-size: 16px;
  }
  .section.section-partner .partner-slider .partner-card .head .inner img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
  }
  .section.section-partner .partner-slider .partner-card .desc {
    font-size: 16px;
    line-height: 120%;
  }
  .section.section-partner .partner-slider .partner-card .info {
    gap: 10px;
  }
  .section.section-partner .partner-slider .partner-card .info .date {
    font-size: 12px;
  }
  .section.section-partner .partner-slider .partner-card .info .count {
    font-size: 14px;
  }
  .section.section-partner .partner-slider__bottom {
    margin-top: 20px;
  }
  .section.section-partner .partner-slider__nav {
    justify-content: center;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=partner-landing.css.map */
