input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.privacy, .terms {
  padding: 140px 0 80px 0;
}

.privacy h2, .terms h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 50px 0;
}

.privacy p, .privacy li, .terms p, .terms li {
  color: var(--main-dark, #060919);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.terms ol li {
  color: var(--main-dark, #060919);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 20px 0;
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v20-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/poppins-v20-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.header {
  padding: 20px 0;
  position: absolute;
  z-index: 100;
  width: 100%;
}

.header.fixed {
  position: fixed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 100;
  background-color: #415EF8;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.34);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-white, #FFF);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__logo:hover {
  color: #86F728;
}

.header__logo img {
  margin: 0 10px 0 0;
}

.header__logo-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__logo-menu:hover {
  color: #86F728;
}

.header__logo-menu img {
  margin: 0 10px 0 0;
}

.header__nav.active {
  right: 0;
}

@media (max-width: 768px) {
  .header__nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    opacity: 1;
    overflow: auto;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-top {
  display: none;
}

@media (max-width: 768px) {
  .header__nav-top {
    display: block;
    background-color: #415EF8;
    height: 70px;
    margin: 0 0 40px 0;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__item {
  margin: 0 40px 0 0;
}

.header__item:nth-child(1) {
  display: none;
}

@media (max-width: 768px) {
  .header__item:nth-child(1) {
    display: block;
  }
}

.header__item:nth-last-child(1) {
  display: none;
}

@media (max-width: 768px) {
  .header__item:nth-last-child(1) {
    display: block;
    margin: 0;
  }
}

.header__item:nth-last-child(2) {
  margin: 0;
}

@media (max-width: 768px) {
  .header__item:nth-last-child(2) {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 768px) {
  .header__item {
    margin: 0 0 30px 0;
  }
}

.header__link {
  color: var(--main-white, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.header__link:hover {
  color: #86F728;
}

@media (max-width: 768px) {
  .header__link {
    color: #000;
  }
}

.header__download {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  border-radius: 56px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: #86F728;
  color: #000;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.header__download:hover {
  background-color: #000;
  color: #86F728;
  border: 2px solid #86f728;
}

@media (max-width: 768px) {
  .header__download {
    display: none;
  }
}

.header__download-menu {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  border-radius: 56px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: #86F728;
  color: #000;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.header__download-menu:hover {
  background-color: #000;
  color: #86F728;
  border: 2px solid #86f728;
}

.header__burger {
  display: none;
}

@media (max-width: 768px) {
  .header__burger {
    display: block;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 21px;
    z-index: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__burger:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
  }
  .header__burger:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
  }
  .header__burger span {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.swiper {
  width: 100% !important;
  padding-top: 50px !important;
  padding-bottom: 70px !important;
}

@media (max-width: 768px) {
  .swiper {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 16px;
  background: var(--main-tint, #B3BFFC);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--main-tint, #B3BFFC);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  height: 4px;
  border-radius: 16px;
  background: var(--main-tint, #B3BFFC);
}

@media (max-width: 768px) {
  .mySwiper {
    display: none;
  }
}

.mySwiperMobile {
  display: none;
}

@media (max-width: 768px) {
  .mySwiperMobile {
    display: block;
  }
}

.mySwiperMobile .comments-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 20px;
}

.footer {
  padding: 40px 0;
  background-color: #060919;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-white, #FFF);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__logo:hover {
  color: #86F728;
}

.footer__logo img {
  margin: 0 10px 0 0;
}

@media (max-width: 480px) {
  .footer__logo {
    margin: 0 0 30px 0;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__link {
  color: var(--main-white, #FFF);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__link:hover {
  color: #0CB34C;
}

.footer__link:nth-child(1) {
  margin: 0 20px 0 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100%;
}

body.lock {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

body::-webkit-scrollbar-thumb {
  background-color: #0CB34C;
  border-radius: 20px;
}

input, textarea, select {
  border: none;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

input:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  min-height: 100%;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}

.mainblock {
  height: 100vh;
  background-color: #415EF8;
  overflow: hidden;
}

@media (max-width: 480px) {
  .mainblock {
    height: 93vh;
  }
}

.mainblock .container {
  height: 100%;
}

.mainblock__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mainblock__content-text {
  padding: 180px 0 0 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .mainblock__content-text {
    padding: 140px 0 0 0;
  }
}

@media (max-width: 500px) {
  .mainblock__content-text {
    padding: 100px 0 0 0;
  }
}

@media (max-width: 480px) {
  .mainblock__content-text {
    z-index: 5;
  }
}

.mainblock__title {
  color: var(--main-white, #FFF);
  text-align: center;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-family: Poppins;
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  /* 130.909% */
  letter-spacing: -1.375px;
  margin: 0 0 20px 0;
}

@media (max-width: 992px) {
  .mainblock__title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 480px) {
  .mainblock__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) and (max-height: 700px) {
  .mainblock__title {
    margin: 0 0 10px 0;
  }
}

.mainblock__subtitle {
  color: var(--main-white, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 40px 0;
}

@media (max-width: 992px) {
  .mainblock__subtitle {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .mainblock__subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) and (max-height: 700px) {
  .mainblock__subtitle {
    margin: 0 0 20px 0;
  }
}

.mainblock__link {
  border-radius: 56px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: #86F728;
  color: #000;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.mainblock__link:hover {
  background-color: #000;
  color: #86F728;
  border: 2px solid #86f728;
}

.mainblock__link:hover svg path {
  fill: #86F728;
}

.mainblock__link svg {
  margin: 0 10px 0 0;
}

.mainblock__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.mainblock__img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: unset;
}

@media (max-width: 480px) {
  .mainblock__img {
    display: none;
  }
}

@media screen and (max-width: 1400px) and (max-height: 750px) {
  .mainblock__img {
    display: none;
  }
}

.mainblock__img-mobile {
  display: none;
  position: absolute;
  left: 0;
  bottom: -4px;
  min-height: unset;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .mainblock__img-mobile {
    display: block;
    width: 100%;
  }
}

.works {
  padding: 80px 0;
}

.works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__header-block {
  margin: 0 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__title {
  color: var(--additional-green, #0CB34C);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.works__subtitle {
  color: var(--neutral-900, #111827);
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.works__body {
  margin: 0 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .works__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.works__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.works__link {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  border-radius: 56px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: #0CB34C;
  color: #fff;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.works__link:hover {
  background-color: #000;
  color: #0CB34C;
  border: 2px solid #0cb34c;
}

.works__link:hover svg path {
  fill: #0CB34C;
}

.works__link svg {
  margin: 0 10px 0 0;
}

.works__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.works-item {
  border-radius: 24px;
  background: var(--main-background, #ECEFFE);
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 32px 32px 42px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 210px;
}

@media (max-width: 850px) {
  .works-item {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .works-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: auto;
    margin: 0 0 120px 0;
  }
  .works-item:nth-last-child(1) {
    margin: 0;
  }
}

.works-item__media {
  margin: -110px 0 20px 0;
}

.works-item__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-item__text {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.works-item__link {
  color: var(--main-blue, #415EF8);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.works-item__link:hover {
  color: #0CB34C;
}

.works-item__link:hover svg path {
  fill: #0CB34C;
}

.works-item__link svg {
  margin: 0 0 0 10px;
}

.works-item__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.advantages {
  padding: 80px 0;
  background-color: #ECEFFE;
}

.advantages__header-main {
  display: none;
}

@media (max-width: 768px) {
  .advantages__header-main {
    display: block;
    margin: 0 0 40px 0;
  }
}

.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .advantages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.advantages__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

@media (max-width: 768px) {
  .advantages__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.advantages__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

@media (max-width: 768px) {
  .advantages__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.advantages__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px 0;
}

@media (max-width: 768px) {
  .advantages__header-block {
    display: none;
  }
}

.advantages__title {
  color: var(--additional-green, #0CB34C);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.advantages__subtitle {
  color: var(--neutral-900, #111827);
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.advantages__list {
  margin: 0 0 40px 0;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 500px) {
  .advantages__item {
    font-size: 16px;
  }
}

.advantages__link {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  border-radius: 56px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: #415EF8;
  color: #fff;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.advantages__link:hover {
  background-color: #000;
  color: #415EF8;
  border: 2px solid #415ef8;
}

.advantages__link:hover svg path {
  fill: #415EF8;
}

.advantages__link svg {
  margin: 0 10px 0 0;
}

.advantages__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.comments {
  padding: 80px 0;
}

.comments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comments__header-block {
  text-align: center;
  margin: 0 0 40px 0;
}

.comments__title {
  color: var(--additional-green, #0CB34C);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.comments__subtitle {
  color: var(--neutral-900, #111827);
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.comments__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  border-radius: 24px;
  background: var(--main-background, #ECEFFE);
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comments-card__top {
  margin: 0 0 20px 0;
}

.comments-card__name {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.comments-card__title {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.comments-card__text {
  color: var(--main-dark, #060919);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.gp {
  background-color: #415EF8;
}

@media (max-width: 850px) {
  .gp {
    padding: 60px 0;
  }
}

.gp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gp__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 850px) {
  .gp__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.gp__title {
  color: var(--additional-text-orange, #F7CA40);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 40px 0;
}

.gp__text {
  color: var(--main-white, #FFF);
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 125% */
  letter-spacing: -1.2px;
  width: 75%;
  margin: 0 0 50px 0;
}

@media (max-width: 850px) {
  .gp__text {
    width: 100%;
  }
}

.gp__link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gp__link-title {
  color: var(--main-tint, #B3BFFC);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin: 0 0 20px 10px;
}

.gp__link {
  border-radius: 56px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: #86F728;
  color: #000;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.gp__link:hover {
  background-color: #000;
  color: #86F728;
  border: 2px solid #86f728;
}

.gp__link:hover svg path {
  fill: #86F728;
}

.gp__link svg {
  margin: 0 10px 0 0;
}

.gp__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.gp__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.gp__media img {
  vertical-align: bottom;
}

@media (max-width: 850px) {
  .gp__media {
    display: none;
  }
}

.faq {
  padding: 80px 0;
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__title {
  color: var(--neutral-900, #111827);
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 850px) {
  .faq__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (max-width: 850px) {
  .faq__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 0 40px 0;
  }
}

.faq__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (max-width: 850px) {
  .faq__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
}

.accordion__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.accordion__item {
  border-radius: 10px 10px 10px 10px;
  padding: 10px 15px;
  margin: 0 0 20px 0;
}

.accordion__item.active {
  background-color: #ECEFFE;
}

.accordion__item:nth-last-child(1) {
  margin: 0;
}

.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.accordion__question {
  color: var(--main-dark, #060919);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  position: relative;
}

.accordion__question::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 15px;
  top: 10px;
}

@media (max-width: 480px) {
  .accordion__question::before {
    right: -5px;
  }
}

.accordion__question::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

@media (max-width: 480px) {
  .accordion__question::after {
    right: -5px;
  }
}

.accordion__question.active {
  color: var(--main-blue, #415EF8);
}

.accordion__question.active::before {
  background-color: #415EF8;
}

.accordion__question.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #415EF8;
}

.accordion__text {
  color: var(--sub-dark-50, rgba(0, 0, 0, 0.5));
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: none;
  padding: 20px 0 0 0;
}

.accordion__text.active {
  display: block;
}
