@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.landing-section {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .landing-section {
    padding: 60px 0;
  }
}
.landing-section__container {
  position: relative;
  z-index: 2;
}
.landing-section__title {
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 400px) {
  .landing-section__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 576px) {
  .landing-section__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .landing-section__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .landing-section__title {
    margin-bottom: 88px;
  }
}
@media (min-width: 1200px) {
  .landing-section__title {
    margin-bottom: 88px;
  }
}
@media (min-width: 1600px) {
  .landing-section__title {
    margin-bottom: 88px;
  }
}
@media (min-width: 1800px) {
  .landing-section__title {
    margin-bottom: 88px;
  }
}
.landing-section__title > h2 {
  margin: 0;
}
.landing-section__description {
  margin-top: 24px;
  font-weight: 500;
  font-size: var(--fz-h6);
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 400px) {
  .landing-section__description {
    margin-top: 24px;
  }
}
@media (min-width: 576px) {
  .landing-section__description {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .landing-section__description {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .landing-section__description {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .landing-section__description {
    margin-top: 48px;
  }
}
@media (min-width: 1600px) {
  .landing-section__description {
    margin-top: 48px;
  }
}
@media (min-width: 1800px) {
  .landing-section__description {
    margin-top: 48px;
  }
}
.landing-section .steps-slider__slide > img {
  border-radius: var(--landing-border-radius);
}

.landing-card {
  position: relative;
  background: rgba(34, 34, 34, 0.8);
  border-radius: var(--landing-border-radius);
  font-size: 18px;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .landing-card {
    font-size: 20px;
    padding: 40px 24px;
  }
}
@media (min-width: 1200px) {
  .landing-card {
    padding: 40px;
  }
}
.landing-card > h3 {
  color: #fff;
  margin-top: 0;
}
.landing-card > p {
  font-weight: 500;
  font-size: var(--fz-h6);
  padding: 0;
}
.landing-card > p > a {
  color: #72C38E;
}
.landing-card > p > a:hover {
  color: #A9FFC6;
}
@media (max-width: 767.98px) {
  .landing-card--quote {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .landing-card--quote {
    padding-right: 120px;
  }
}
.landing-card--quote::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 44 42'%3e%3cpath d='M44 .38C38.28-.663 33.822.44 30.625 3.69c-3.137 3.25-4.705 8.095-4.705 14.533v23.548H44V20.984h-9.501c-.308-3.68.061-6.807 1.107-9.382 1.107-2.637 3.567-3.833 7.38-3.588L44 .38Zm-25.92 0C12.36-.663 7.902.44 4.704 3.69 1.568 6.941 0 11.786 0 18.224v23.548h18.08V20.984H8.579c-.308-3.68.061-6.807 1.107-9.382 1.107-2.637 3.566-3.833 7.379-3.588L18.08.38Z' fill='%23A9FFC6'/%3e%3c/svg%3e") center no-repeat;
  width: 48px;
  height: 48px;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .landing-card--quote::after {
    top: 30px;
    right: 40px;
  }
}

.landing-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-person__image {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .landing-person__image {
    margin-right: 40px;
  }
}
.landing-person__image > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 160px;
}
@media (min-width: 768px) {
  .landing-person__image > img {
    width: 190px;
    height: 210px;
  }
}
@media (min-width: 1600px) {
  .landing-person__image > img {
    width: 270px;
    height: 300px;
  }
}
.landing-person__name {
  font-size: 24px;
  color: #fff;
}
.landing-person__post {
  margin-top: 8px;
  font-weight: 400;
}

.landing-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .landing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1600px) {
  .landing-cards {
    gap: 36px;
  }
}
.landing-cards .landing-card {
  text-align: center;
}

.landing-cards-iconed {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 1200px) {
  .landing-cards-iconed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1600px) {
  .landing-cards-iconed {
    gap: 36px;
  }
}
.landing-cards-iconed .landing-card-iconed {
  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-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (min-width: 1200px) {
  .landing-cards-iconed .landing-card-iconed {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.landing-cards-iconed .landing-card-iconed__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 98px;
  top: -98px;
}
@media (min-width: 768px) {
  .landing-cards-iconed .landing-card-iconed__header {
    height: 128px;
    top: -128px;
  }
}
.landing-cards-iconed .landing-card-iconed__header__icon {
  height: 98px;
  width: 98px;
}
@media (min-width: 768px) {
  .landing-cards-iconed .landing-card-iconed__header__icon {
    height: 128px;
    width: 128px;
  }
}
.landing-cards-iconed .landing-card-iconed__header__icon > svg {
  width: 100%;
  height: 100%;
}
.landing-cards-iconed .landing-card-iconed__header__tail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(34, 34, 34, 0.8);
  border-top-right-radius: var(--landing-border-radius);
  height: 92px;
}
@media (min-width: 768px) {
  .landing-cards-iconed .landing-card-iconed__header__tail {
    height: 122px;
  }
}
.landing-cards-iconed .landing-card-iconed__body {
  border-bottom-left-radius: var(--landing-border-radius);
  border-bottom-right-radius: var(--landing-border-radius);
  background: rgba(34, 34, 34, 0.8);
  height: 100%;
  font-size: 18px;
  padding: 16px 20px 24px 20px;
}
@media (min-width: 768px) {
  .landing-cards-iconed .landing-card-iconed__body {
    font-size: 20px;
    padding: 16px 24px 40px 24px;
  }
}
@media (min-width: 1200px) {
  .landing-cards-iconed .landing-card-iconed__body {
    padding: 16px 40px 40px 40px;
  }
}
.landing-cards-iconed .landing-card-iconed__body > h3 {
  color: #fff;
  margin-top: 0;
}
.landing-cards-iconed .landing-card-iconed__body > p {
  font-weight: 500;
  font-size: var(--fz-h6);
  padding: 0;
}

.landing-form__title {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max-width);
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  font-size: clamp(38px, 5vw, 60px);
}
.landing-form__image {
  width: 280px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .landing-form__image {
    width: 460px;
    height: 460px;
  }
}
.landing-form__footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 12px;
  margin-top: 18px;
}
@media (min-width: 400px) {
  .landing-form__footer {
    padding-bottom: 12px;
  }
}
@media (min-width: 576px) {
  .landing-form__footer {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .landing-form__footer {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .landing-form__footer {
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .landing-form__footer {
    padding-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .landing-form__footer {
    padding-bottom: 16px;
  }
}
@media (min-width: 1800px) {
  .landing-form__footer {
    padding-bottom: 16px;
  }
}
@media (min-width: 400px) {
  .landing-form__footer {
    margin-top: 18px;
  }
}
@media (min-width: 576px) {
  .landing-form__footer {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .landing-form__footer {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .landing-form__footer {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .landing-form__footer {
    margin-top: 32px;
  }
}
@media (min-width: 1600px) {
  .landing-form__footer {
    margin-top: 32px;
  }
}
@media (min-width: 1800px) {
  .landing-form__footer {
    margin-top: 32px;
  }
}
.landing-form__footer > a {
  color: #72C38E;
}
.landing-form .form-content {
  max-width: none;
}
.landing-form .form-content .form {
  max-width: var(--landing-max-width);
  margin-left: auto;
  margin-right: auto;
}
.landing-form .form-content .form__footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-form .form-content .form__fz152 {
  text-align: center;
}
.landing-form .form-content .form__field-label {
  color: #808080;
}
.landing-form .form-content .form__input, .landing-form .form-content .form__textarea, .landing-form .form-content .form__select {
  color: #fff;
  caret-color: #fff;
  border: 2px solid #808080;
}
.landing-form .form-content .form__select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.landing-form .form-content .form__select option {
  color: #000;
}
.landing-form .form-content .form__file {
  color: #fff;
}
.landing-form .form-content .form__file span::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 22'%3e%3cpath d='M14.306 7.027 12.91 5.632 5.932 12.61a2.96 2.96 0 0 0 4.187 4.185l8.374-8.372a4.933 4.933 0 1 0-6.978-6.977l-8.792 8.79-.02.019a6.879 6.879 0 0 0 0 9.73 6.883 6.883 0 0 0 9.733 0l.018-.019.001.002 6.002-6-1.396-1.395-6.002 5.999-.017.018a4.913 4.913 0 0 1-6.941 0 4.911 4.911 0 0 1 .019-6.958l-.002-.001 8.794-8.79a2.963 2.963 0 0 1 4.187 0 2.962 2.962 0 0 1 0 4.185l-8.374 8.373a.987.987 0 0 1-1.396-1.395l6.978-6.978-.001.002Z' fill='%23fff'/%3e%3c/svg%3e");
}
.landing-form .form-content .form__file:hover {
  color: #72C38E;
}
.landing-form .form-content .form__file:hover span::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 22'%3e%3cpath d='M14.306 7.027 12.91 5.632 5.932 12.61a2.96 2.96 0 0 0 4.187 4.185l8.374-8.372a4.933 4.933 0 1 0-6.978-6.977l-8.792 8.79-.02.019a6.879 6.879 0 0 0 0 9.73 6.883 6.883 0 0 0 9.733 0l.018-.019.001.002 6.002-6-1.396-1.395-6.002 5.999-.017.018a4.913 4.913 0 0 1-6.941 0 4.911 4.911 0 0 1 .019-6.958l-.002-.001 8.794-8.79a2.963 2.963 0 0 1 4.187 0 2.962 2.962 0 0 1 0 4.185l-8.374 8.373a.987.987 0 0 1-1.396-1.395l6.978-6.978-.001.002Z' fill='%2372C38E'/%3e%3c/svg%3e");
}

.landing-faq-item.accordion-item {
  background: rgba(34, 34, 34, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: var(--landing-border-radius);
}
.landing-faq-item__button.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
}
.landing-faq-item__body.accordion-body {
  color: #afafaf;
  margin-bottom: 0 !important;
}
.landing-faq-item__body ul, .landing-faq-item__body ol {
  margin-top: 0;
}
.landing-faq-item__body ul::before, .landing-faq-item__body ol::before {
  color: #A9FFC6;
}
.landing-faq-item__body ul:last-child, .landing-faq-item__body ol:last-child {
  margin-bottom: 0;
}
