@charset "UTF-8";
.form-section {
  padding-top: 270px;
  padding-bottom: 28px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section {
    padding-top: 21.568627451vw;
    padding-bottom: 3.137254902vw;
  }
}
@media (max-width: 575px) {
  .form-section {
    padding-top: 18.75vw;
    padding-bottom: 6.6666666667vw;
  }
}
.form-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section__content {
    gap: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .form-section__content {
    gap: 3.3333333333vw;
  }
}
.form-section__title {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--black-color);
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section__title {
    font-size: 4.1176470588vw;
  }
}
@media (max-width: 575px) {
  .form-section__title {
    font-size: 6.6666666667vw;
    line-height: 130%;
  }
  .form-section__title br {
    display: none;
  }
}
.form-section__title strong {
  display: inline-block;
  padding: 0 10px 8px 10px;
  color: var(--white-color);
  font-weight: 600;
  border-radius: 16px;
  line-height: 1;
  background: var(--blue-color);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section__title strong {
    padding: 0 0.9803921569vw 0.7843137255vw 0.9803921569vw;
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .form-section__title strong {
    padding: 0 2.0833333333vw 1.6666666667vw 2.0833333333vw;
    border-radius: 1.25vw;
  }
}
.form-section__description {
  color: var(--gray-color);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section__description {
    font-size: 1.7647058824vw;
  }
}
@media (max-width: 575px) {
  .form-section__description {
    font-size: 3.9583333333vw;
  }
  .form-section__description br {
    display: none;
  }
}
.form-section__description strong {
  color: var(--blue-color);
  font-weight: 500;
}
.form-section .request-form {
  margin: 64px auto 0;
  width: 640px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section .request-form {
    margin: 4.7058823529vw auto 0;
    width: 60.7843137255vw;
  }
}
@media (max-width: 575px) {
  .form-section .request-form {
    margin: 8.3333333333vw auto 0;
    width: 77.0833333333vw;
  }
}
.form-section .slider-section {
  margin-top: 140px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-section .slider-section {
    margin-top: 7.8431372549vw;
  }
}
@media (max-width: 575px) {
  .form-section .slider-section {
    margin-top: 13.3333333333vw;
  }
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider__track {
  display: flex;
  gap: 0;
  transition: transform 0.1s linear;
  will-change: transform;
}
.slider__slide {
  flex-shrink: 0;
  padding: 10px 16px 20px;
  width: 592px;
  height: 430px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .slider__slide {
    padding: 0.9803921569vw 1.568627451vw 1.9607843137vw;
    width: 58.0392156863vw;
    height: 42.1568627451vw;
    /*
    padding: px-to-vw-tablet(5) px-to-vw-tablet(16) px-to-vw-tablet(20);
    width: px-to-vw-tablet(296);
    height: px-to-vw-tablet(215);*/
  }
}
@media (max-width: 575px) {
  .slider__slide {
    padding: 1.0416666667vw 3.3333333333vw 4.1666666667vw;
    width: 61.6666666667vw;
    height: 44.7916666667vw;
  }
}
.slider[data-slide-width="276"] .slider__slide {
  width: 328px;
  height: 370px;
  padding: 10px 16px 20px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .slider[data-slide-width="276"] .slider__slide {
    width: 32.1568627451vw;
    height: 36.2745098039vw;
    padding: 0.9803921569vw 1.568627451vw 1.9607843137vw;
  }
}
@media (max-width: 575px) {
  .slider[data-slide-width="276"] .slider__slide {
    width: 68.3333333333vw;
    height: 77.0833333333vw;
    padding: 2.0833333333vw 3.3333333333vw 4.1666666667vw;
  }
}
.slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .slider__image {
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .slider__image {
    border-radius: 1.6666666667vw;
  }
}

.cards-section__title {
  display: block;
  color: var(--black-color);
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .cards-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .cards-section__title {
    font-size: 5.8333333333vw;
    line-height: 130%;
  }
}
.cards-section__title strong {
  color: var(--blue-color);
  font-weight: 600;
}
.cards-section__grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .cards-section__grid {
    margin-top: 4.7058823529vw;
    gap: 1.9607843137vw;
  }
}
@media (max-width: 575px) {
  .cards-section__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6.6666666667vw;
    gap: 3.3333333333vw;
  }
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--body-background);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--blue-color);
  background: var(--white-color);
  min-height: 320px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .card {
    padding: 2.9411764706vw;
    border-radius: 1.4705882353vw;
    min-height: 33.3333333333vw;
  }
}
@media (max-width: 575px) {
  .card {
    padding: 5vw;
    border-radius: 1.25vw;
    min-height: 0;
    border-left: 0.4166666667vw solid var(--blue-color);
  }
}
.card:hover .card__arrow svg {
  transform: rotate(45deg);
}
.card:hover .card__image-wrapper {
  transform: scale(105%) rotate(5deg);
}
.card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 2;
}
.card__title {
  display: block;
  color: var(--black-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .card__title {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .card__title {
    font-size: 5.2083333333vw;
  }
}
.card__description {
  display: block;
  margin-top: 16px;
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .card__description {
    margin-top: 1.568627451vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .card__description {
    margin-top: 2.5vw;
    font-size: 3.75vw;
  }
}
.card__arrow {
  margin-top: auto;
}
@media (max-width: 575px) {
  .card__arrow {
    margin-top: 11.25vw;
  }
}
.card__arrow svg {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .card__arrow svg {
    width: 5.8823529412vw;
    height: 5.8823529412vw;
  }
}
@media (max-width: 575px) {
  .card__arrow svg {
    width: 11.25vw;
    height: 11.25vw;
  }
}
.card__image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 197px;
  height: 197px;
  z-index: -1;
  transition: transform 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .card__image-wrapper {
    width: 19.3137254902vw;
    height: 19.3137254902vw;
  }
}
@media (max-width: 575px) {
  .card__image-wrapper {
    width: 32.2916666667vw;
    height: 32.2916666667vw;
  }
}
.card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.card--form .card__content .request-form {
  margin-top: 20px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .card--form .card__content .request-form {
    margin-top: 3.137254902vw;
  }
  .card--form .card__content .request-form__col:nth-child(1) {
    order: 1;
    width: 100% !important;
  }
  .card--form .card__content .request-form__col:nth-child(2) {
    order: 3;
    width: 100% !important;
  }
  .card--form .card__content .request-form__col:nth-child(3) {
    order: 2;
    width: 100% !important;
  }
  .card--form .card__content .request-form__col:nth-child(4) {
    order: 4;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .card--form .card__content .request-form {
    margin-top: 6.6666666667vw;
  }
  .card--form .card__content .request-form__col:nth-child(1) {
    order: 1;
    width: 100% !important;
  }
  .card--form .card__content .request-form__col:nth-child(2) {
    order: 3;
    width: 100% !important;
  }
  .card--form .card__content .request-form__col:nth-child(3) {
    order: 2;
    width: 100% !important;
  }
  .card--form .card__content .request-form__col:nth-child(4) {
    order: 4;
    width: 100% !important;
  }
}

.team-section__title {
  display: block;
  color: var(--white-color);
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .team-section__title {
    font-size: 5.8333333333vw;
    line-height: 130%;
  }
}
.team-section__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__cards {
    margin-top: 4.7058823529vw;
    gap: 1.9607843137vw;
  }
}
@media (max-width: 575px) {
  .team-section__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.1666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.team-section__wide-card {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 42px;
  padding: 32px;
  gap: 30px;
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.07), 7px -5px 25px -10px rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(50px);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__wide-card {
    margin-top: 1.9607843137vw;
    padding: 3.137254902vw;
    gap: 2.9411764706vw;
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .team-section__wide-card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 4.1666666667vw;
    padding: 5vw;
    gap: 6.25vw;
    border-radius: 3.3333333333vw;
  }
}
.team-section__wide-title {
  color: var(--black-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__wide-title {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .team-section__wide-title {
    font-size: 5.2083333333vw;
  }
}
.team-section__wide-description {
  display: block;
  margin-top: 16px;
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__wide-description {
    margin-top: 1.568627451vw;
    font-size: 1.4705882353vw;
  }
}
@media (max-width: 575px) {
  .team-section__wide-description {
    margin-top: 3.3333333333vw;
    font-size: 3.5416666667vw;
    line-height: 140%;
  }
}
.team-section__wide-more-heading {
  display: block;
  color: var(--black-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__wide-more-heading {
    font-size: 1.1764705882vw;
  }
}
@media (max-width: 575px) {
  .team-section__wide-more-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25vw;
    font-size: 2.7083333333vw;
    line-height: 150%;
  }
  .team-section__wide-more-heading br {
    display: none;
  }
}
.team-section__wide-more-heading strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__wide-more-heading strong {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .team-section__wide-more-heading strong {
    font-size: 4.1666666667vw;
  }
}
.team-section__avatars {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 16px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-section__avatars {
    margin-top: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .team-section__avatars {
    margin-top: 1.6666666667vw;
  }
}

.team-card {
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.07), 7px -5px 25px -10px rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(50px);
  transition: transform background box-shadow;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-card {
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .team-card {
    border-radius: 3.3333333333vw;
  }
}
.team-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease;
}
.team-card__photo-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-card__photo-wrapper {
    height: 19.6078431373vw;
    border-radius: 1.568627451vw 1.568627451vw 0 0;
  }
}
@media (max-width: 575px) {
  .team-card__photo-wrapper {
    height: 41.6666666667vw;
    border-radius: 3.3333333333vw 3.3333333333vw 0 0;
  }
}
.team-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card__content {
  padding: 32px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-card__content {
    padding: 3.137254902vw;
  }
}
@media (max-width: 575px) {
  .team-card__content {
    padding: 5vw;
  }
}
.team-card__name {
  color: var(--black-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-card__name {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .team-card__name {
    font-size: 5.2083333333vw;
  }
}
.team-card__status {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-card__status {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .team-card__status {
    font-size: 3.75vw;
  }
}
.team-card__description {
  margin-top: 16px;
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-card__description {
    margin-top: 1.568627451vw;
    font-size: 1.4705882353vw;
  }
}
@media (max-width: 575px) {
  .team-card__description {
    margin-top: 3.3333333333vw;
    font-size: 3.5416666667vw;
    line-height: 140%;
  }
}

.team-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -38px;
  position: relative;
  transition: transform z-index ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .team-avatar {
    width: 5.8823529412vw;
    height: 5.8823529412vw;
    margin-left: -3.7254901961vw;
  }
}
@media (max-width: 575px) {
  .team-avatar {
    width: 12.5vw;
    height: 12.5vw;
    margin-left: -7.9166666667vw;
  }
}
.team-avatar:first-child {
  margin-left: 0;
}
.team-avatar:hover {
  transform: scale(1.1);
  z-index: 100;
}
.team-avatar__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.packages-section__title {
  display: block;
  color: var(--black-color);
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .packages-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .packages-section__title {
    font-size: 5.8333333333vw;
    line-height: 130%;
  }
}
.packages-section__title strong {
  color: var(--blue-color);
  font-weight: 600;
}
.packages-section__description {
  display: block;
  margin-top: 16px;
  color: var(--gray-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .packages-section__description {
    margin-top: 1.568627451vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .packages-section__description {
    margin-top: 3.3333333333vw;
    font-size: 3.75vw;
  }
  .packages-section__description br {
    display: none;
  }
}
.packages-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 48px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .packages-section__grid {
    grid-template-columns: repeat(auto-fit, minmax(29.4117647059vw, 1fr));
    gap: 1.9607843137vw;
    margin-top: 4.7058823529vw;
  }
}
@media (max-width: 575px) {
  .packages-section__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.0833333333vw;
    margin-top: 6.6666666667vw;
  }
}

.package-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 465px;
  opacity: 0;
  transform: translateY(30px);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card {
    padding: 2.3529411765vw;
    border-radius: 1.568627451vw;
    min-height: 43.6274509804vw;
  }
}
@media (max-width: 575px) {
  .package-card {
    padding: 5vw;
    min-height: 96.875vw;
    border-radius: 1.6666666667vw;
  }
}
.package-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.package-card__title {
  color: var(--white-color);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__title {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .package-card__title {
    font-size: 5.2083333333vw;
  }
}
.package-card__description {
  display: block;
  margin-top: 2px;
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.4;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__description {
    margin-top: 0.1960784314vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .package-card__description {
    margin-top: 0.4166666667vw;
    font-size: 3.75vw;
  }
}
.package-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-card__image img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: contain;
  -o-object-fit: contain;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__image img {
    width: 14.2156862745vw;
    height: 14.2156862745vw;
  }
}
@media (max-width: 575px) {
  .package-card__image img {
    width: 29.1666666667vw;
    height: 29.1666666667vw;
  }
}
.package-card__features {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 12px;
  margin: 24px 0 0 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__features {
    gap: 1.1764705882vw;
    margin: 2.3529411765vw 0 0 0;
  }
}
@media (max-width: 575px) {
  .package-card__features {
    gap: 2.5vw;
    margin: 5vw 0 0 0;
  }
}
.package-card__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__feature {
    gap: 1.1764705882vw;
  }
}
@media (max-width: 575px) {
  .package-card__feature {
    gap: 2.5vw;
  }
}
.package-card__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__feature-icon {
    width: 3.137254902vw;
    height: 3.137254902vw;
  }
}
@media (max-width: 575px) {
  .package-card__feature-icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.package-card__feature-icon svg, .package-card__feature-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__feature-icon svg, .package-card__feature-icon img {
    width: 3.137254902vw;
    height: 3.137254902vw;
  }
}
@media (max-width: 575px) {
  .package-card__feature-icon svg, .package-card__feature-icon img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.package-card__feature-text {
  flex: 1;
  color: var(--body-background);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__feature-text {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .package-card__feature-text {
    font-size: 3.75vw;
  }
}
.package-card__benefits {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 24px;
  margin: 24px 0 0 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__benefits {
    gap: 2.3529411765vw;
    margin: 2.3529411765vw 0 0 0;
  }
}
@media (max-width: 575px) {
  .package-card__benefits {
    gap: 5vw;
    margin: 6.6666666667vw 0 0 0;
  }
}
.package-card__benefit {
  display: block;
}
.package-card__benefit-heading {
  display: block;
  color: var(--white-color);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__benefit-heading {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .package-card__benefit-heading {
    font-size: 5.2083333333vw;
  }
}
.package-card__benefit-text {
  display: block;
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.4;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__benefit-text {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .package-card__benefit-text {
    font-size: 3.75vw;
  }
}
.package-card__link {
  display: inline-flex;
  margin: auto auto 0;
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__link {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .package-card__link {
    font-size: 3.9583333333vw;
  }
}
.package-card__link:hover {
  opacity: 0.85;
}
.package-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: var(--white-color);
  color: var(--black-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__button {
    height: 5.8823529412vw;
    border-radius: 0.9803921569vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .package-card__button {
    height: 14.5833333333vw;
    border-radius: 1.25vw;
    font-size: 3.9583333333vw;
  }
}
.package-card__button:hover {
  opacity: 0.85;
}
.package-card__link + .package-card__button {
  margin-top: 16px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .package-card__link + .package-card__button {
    margin-top: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .package-card__link + .package-card__button {
    margin-top: 4.1666666667vw;
  }
}

.steps-section__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__row {
    gap: 1.9607843137vw;
  }
}
@media (max-width: 575px) {
  .steps-section__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw;
  }
}
.steps-section__left {
  position: sticky;
  top: 64px;
  align-self: start;
  height: fit-content;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__left {
    top: 6.2745098039vw;
  }
}
@media (max-width: 575px) {
  .steps-section__left {
    top: auto;
    position: relative;
  }
}
.steps-section__step-header {
  display: inline-flex;
  padding: 6px;
  gap: 6px;
  border-radius: 16px;
  background: var(--step-background);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) inset;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__step-header {
    padding: 0.5882352941vw;
    gap: 0.5882352941vw;
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-section__step-header {
    padding: 1.25vw;
    gap: 1.25vw;
    border-radius: 1.6666666667vw;
  }
}
.steps-section__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 16px;
  border: 1px solid var(--body-background);
  background: var(--white-color);
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__step-number {
    padding: 1.1764705882vw 2.7450980392vw;
    font-size: 1.568627451vw;
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-section__step-number {
    padding: 2.5vw 5.8333333333vw;
    font-size: 3.75vw;
    border-radius: 1.6666666667vw;
  }
}
.steps-section__step-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 16px;
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__step-label {
    padding: 1.1764705882vw 2.7450980392vw;
    font-size: 1.568627451vw;
    border-radius: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-section__step-label {
    padding: 2.5vw 5.8333333333vw;
    font-size: 3.75vw;
    border-radius: 1.6666666667vw;
  }
}
.steps-section__title {
  display: block;
  margin-top: 24px;
  color: var(--black-color);
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .steps-section__title {
    margin-top: 5vw;
    font-size: 5.8333333333vw;
    line-height: 130%;
  }
}
.steps-section__title strong {
  color: var(--blue-color);
  font-weight: 600;
}
.steps-section__description {
  display: block;
  margin-top: 16px;
  color: var(--gray-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__description {
    margin-top: 1.568627451vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-section__description {
    margin-top: 3.3333333333vw;
    font-size: 3.75vw;
  }
}
.steps-section__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__links {
    margin-top: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-section__links {
    margin-top: 3.3333333333vw;
  }
}
.steps-section__links button, .steps-section__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--blue-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__links button, .steps-section__links a {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-section__links button, .steps-section__links a {
    font-size: 3.75vw;
  }
}
.steps-section__links button:hover, .steps-section__links a:hover {
  color: var(--dark-blue-color);
}
.steps-section .request-form {
  margin-top: 32px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section .request-form {
    margin-top: 3.137254902vw;
  }
  .steps-section .request-form__col:nth-child(1) {
    order: 1;
    width: 100% !important;
  }
  .steps-section .request-form__col:nth-child(2) {
    order: 3;
    width: 100% !important;
  }
  .steps-section .request-form__col:nth-child(3) {
    order: 2;
    width: 100% !important;
  }
  .steps-section .request-form__col:nth-child(4) {
    order: 4;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .steps-section .request-form {
    display: none;
  }
}
.steps-section__right {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 64px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__right {
    gap: 6.2745098039vw;
  }
}
@media (max-width: 575px) {
  .steps-section__right {
    gap: 10vw;
  }
}
.steps-section__right:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--body-background);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-section__right:before {
    left: 2.9411764706vw;
  }
}
@media (max-width: 575px) {
  .steps-section__right:before {
    left: 5.4166666667vw;
  }
}

.steps-benefit {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  gap: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-benefit {
    gap: 3.9215686275vw;
  }
}
@media (max-width: 575px) {
  .steps-benefit {
    gap: 4.1666666667vw;
  }
}
.steps-benefit:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--blue-color);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-benefit:before {
    left: 2.9411764706vw;
  }
}
@media (max-width: 575px) {
  .steps-benefit:before {
    left: 5.4166666667vw;
  }
}
.steps-benefit.visible {
  opacity: 1;
  transform: translateY(0);
}
.steps-benefit__number {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 32px;
  color: var(--blue-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-benefit__number {
    width: 3.137254902vw;
    font-size: 1.2745098039vw;
  }
}
@media (max-width: 575px) {
  .steps-benefit__number {
    width: 6.25vw;
    font-size: 2.0833333333vw;
  }
}
.steps-benefit__content {
  flex: 1;
}
.steps-benefit__title {
  display: block;
  color: var(--black-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-benefit__title {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .steps-benefit__title {
    font-size: 5.2083333333vw;
  }
}
.steps-benefit__description {
  display: block;
  margin-top: 12px;
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-benefit__description {
    margin-top: 1.1764705882vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-benefit__description {
    margin-top: 2.5vw;
    font-size: 3.75vw;
  }
}
.steps-benefit__description a {
  color: var(--blue-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .steps-benefit__description a {
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .steps-benefit__description a {
    font-size: 3.75vw;
  }
}
.steps-benefit__description a:hover {
  color: var(--dark-blue-color);
}

.services-section__title {
  color: var(--black-color);
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .services-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .services-section__title {
    font-size: 5.8333333333vw;
    line-height: 130%;
  }
}
.services-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .services-section__grid {
    gap: 1.9607843137vw;
    margin-top: 4.7058823529vw;
  }
}
@media (max-width: 575px) {
  .services-section__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6.6666666667vw;
    gap: 4.1666666667vw;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--body-background);
  border-top: 4px solid var(--blue-color);
  background: var(--white-color);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow transform ease;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}
@media (min-width: 576px) and (max-width: 1159px) {
  .service-card {
    border-radius: 1.568627451vw;
    border-top: 0.3921568627vw solid var(--blue-color);
  }
}
@media (max-width: 575px) {
  .service-card {
    border-radius: 3.3333333333vw;
    border-top: 0.4166666667vw solid var(--blue-color);
  }
}
.service-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
}
.service-card__image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.service-card__image {
  display: block;
  width: 197px;
  height: 197px;
  object-fit: contain;
  -o-object-fit: contain;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .service-card__image {
    width: 19.3137254902vw;
    height: 19.3137254902vw;
  }
}
@media (max-width: 575px) {
  .service-card__image {
    width: 27.7083333333vw;
    height: 27.7083333333vw;
  }
}
.service-card__content {
  display: flex;
  flex-direction: column;
  padding: 25px 32px 32px;
  flex: 1;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .service-card__content {
    padding: 4.9019607843vw 1.4705882353vw 1.4705882353vw;
  }
}
@media (max-width: 575px) {
  .service-card__content {
    padding: 0 3.125vw 3.125vw;
  }
}
.service-card__title {
  color: var(--black-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .service-card__title {
    font-size: 2.4509803922vw;
  }
}
@media (max-width: 575px) {
  .service-card__title {
    font-size: 5.2083333333vw;
  }
  .service-card__title br {
    display: none;
  }
}
.service-card__description {
  margin-top: 8px;
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .service-card__description {
    margin-top: 0.7843137255vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .service-card__description {
    margin-top: 1.6666666667vw;
    font-size: 3.75vw;
  }
}
.service-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0 0;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border: none;
  cursor: pointer;
  background: var(--blue-color);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 4px 4px 8px 0 rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .service-card__btn {
    margin: 2.3529411765vw 0 0 0;
    height: 5.8823529412vw;
    border-radius: 0.9803921569vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .service-card__btn {
    margin: 5vw 0 0 0;
    height: 14.5833333333vw;
    border-radius: 1.25vw;
    font-size: 3.9583333333vw;
  }
}
.service-card__btn:hover {
  background-color: var(--dark-blue-color);
}

.partners-section__title {
  color: var(--black-color);
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .partners-section__title {
    font-size: 7.5vw;
  }
}
.partners-section__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-section__button-wrapper {
    margin-top: 4.7058823529vw;
  }
}
@media (max-width: 575px) {
  .partners-section__button-wrapper {
    margin-top: 10vw;
  }
}
.partners-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 310px;
  max-width: 100%;
  border-radius: 10px;
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 4px 4px 8px 0 rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s ease;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-section__button {
    height: 5.8823529412vw;
    width: 30.3921568627vw;
    border-radius: 0.9803921569vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .partners-section__button {
    height: 14.5833333333vw;
    width: 77.0833333333vw;
    border-radius: 1.25vw;
    font-size: 3.9583333333vw;
  }
}
.partners-section__button:hover {
  background-color: var(--dark-blue-color);
}

.partners-slider-wrapper {
  position: relative;
  margin: 48px auto 0;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-slider-wrapper {
    margin: 4.7058823529vw auto 0;
  }
}
@media (max-width: 575px) {
  .partners-slider-wrapper {
    margin: 10vw auto 0;
  }
}
.partners-slider-wrapper__gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-slider-wrapper__gradient {
    width: 9.8039215686vw;
  }
}
@media (max-width: 575px) {
  .partners-slider-wrapper__gradient {
    width: 10.4166666667vw;
  }
}
.partners-slider-wrapper__gradient--left {
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.partners-slider-wrapper__gradient--right {
  right: 0;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 32px 0;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-slider {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .partners-slider {
    padding: 0;
  }
}
.partners-slider__track {
  display: flex;
  gap: 100px;
  align-items: center;
  will-change: transform;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-slider__track {
    gap: 7.8431372549vw;
  }
}
@media (max-width: 575px) {
  .partners-slider__track {
    gap: 12.5vw;
  }
}
.partners-slider__slide {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .partners-slider__slide {
    height: 2.9411764706vw;
  }
}
@media (max-width: 575px) {
  .partners-slider__slide {
    height: 6.25vw;
  }
}
.partners-slider__slide img {
  max-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.partners-slider__logo {
  max-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.form-bg-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .form-bg-section {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10vw;
  }
}
.form-bg-section__form-wrapper {
  max-width: 660px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-bg-section__form-wrapper {
    max-width: 55.8823529412vw;
  }
}
@media (max-width: 575px) {
  .form-bg-section__form-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.form-bg-section__title {
  color: var(--white-color);
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-bg-section__title {
    font-size: 3.5294117647vw;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .form-bg-section__title {
    font-size: 5.8333333333vw;
    line-height: 130%;
    text-align: center;
  }
}
.form-bg-section__description {
  margin-top: 16px;
  color: var(--body-background);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-bg-section__description {
    margin-top: 1.568627451vw;
    font-size: 1.568627451vw;
  }
}
@media (max-width: 575px) {
  .form-bg-section__description {
    margin-top: 3.3333333333vw;
    font-size: 3.75vw;
    text-align: center;
  }
}
.form-bg-section .request-form {
  margin-top: 48px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-bg-section .request-form {
    margin-top: 4.7058823529vw;
  }
  .form-bg-section .request-form__col:nth-child(1) {
    width: calc(55% - 0.7843137255vw);
  }
  .form-bg-section .request-form__col:nth-child(2) {
    width: calc(45% - 0.7843137255vw);
  }
}
@media (max-width: 575px) {
  .form-bg-section .request-form {
    margin-top: 10vw;
  }
}
.form-bg-section__image-wrapper {
  width: 365px;
}
@media (min-width: 576px) and (max-width: 1159px) {
  .form-bg-section__image-wrapper {
    width: 29.4117647059vw;
  }
}
@media (max-width: 575px) {
  .form-bg-section__image-wrapper {
    width: 76.0416666667vw;
  }
}
.form-bg-section__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * Стили для главной страницы
 * Скомпилировать в assets/scss/front-page.css (в ту же директорию)
 * Содержит только специфичные блоки для главной страницы
 * Глобальные стили подключаются отдельно через style.css
 */
.front-page {
  /* Основные стили для главной страницы */
}

/*# sourceMappingURL=front-page.css.map */
