@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import "https://sethburkart123.github.io/sf-pro-fonts/fonts.css";
html, body, p, h1, h2, h3, h4, h5, h6, a {
  color: #252525;
  font-family: "Golos Text";
}

html, body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

input, textarea, button, select {
  font-family: "Golos Text";
}

img, picture, svg {
  display: block;
  user-select: none;
}

img {
  width: 100%;
}

.content-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .content-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}

html.is-yandex .header__social {
  display: none !important;
}
html.is-yandex .popup-wrap .popup__socials {
  display: none !important;
}
html.is-yandex .popup-wrap .popup__subtitle {
  display: none !important;
}

.header {
  padding: 33px 0 30px;
}
@media (max-width: 767px) {
  .header {
    padding: 30px 0 42px;
  }
}
.header .content-wrap {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: auto;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #00B288;
  line-height: 19px;
  background: #F1F4F7;
  border-radius: 12px;
  padding: 12px;
  transition: 0.2s;
}
.header__phone:hover {
  background: rgb(224.7727272727, 231.25, 237.7272727273);
}
.header__phone-icon {
  width: 24px;
  height: 24px;
  fill: #00B288;
}
.header__social {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-left: 16px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .header__social + .header__social {
    display: none;
  }
}
.header__social:hover {
  background: rgb(224.7727272727, 231.25, 237.7272727273);
}
.header__social-icon {
  width: 24px;
  height: 24px;
  fill: #00B288;
}
.header__btn {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .header__btn {
    width: 135px;
    height: 48px;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-left: 12px;
    padding: 0 !important;
  }
}

html.is-yandex .footer__social {
  display: none !important;
}

.footer {
  margin-top: 100px;
  margin-bottom: 71px;
}
.footer .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .footer .content-wrap {
    gap: 48px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}
.footer__social {
  display: flex;
  gap: 16px;
}
.footer__social-link {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  transition: 0.2s;
}
.footer__social-link:hover {
  background: rgb(200.4230769231, 221.9230769231, 245.0769230769);
}
.footer__social-icon {
  width: 24px;
  height: 24px;
  fill: #00B288;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}
.footer__bottom-item {
  font-size: 20px;
  font-weight: 400;
  color: #93A1AE;
  font-family: Golos Text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .footer__bottom-item {
    font-size: 18px;
    font-weight: 400;
    color: #93A1AE;
    font-family: Golos Text;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.footer__info {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 60px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  column-gap: 38px;
  row-gap: 32px;
}
@media (max-width: 1199px) {
  .footer__links {
    align-items: flex-start;
  }
}
.footer__link {
  white-space: break-spaces;
}
.footer__copyright {
  font-size: 20px;
  font-weight: 400;
  color: #93A1AE;
  font-family: Golos Text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 18px;
    font-weight: 400;
    color: #93A1AE;
    font-family: Golos Text;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.footer__logo {
  width: clamp(14rem, 14.0845070423vw + 10.698943662rem, 23.375rem);
}

.document {
  margin-top: 33px;
}
.document__section {
  max-width: 1096px;
}
.document__section .date {
  margin-bottom: 64px;
}
.document__section hr {
  margin-top: 32px;
  margin-bottom: 32px;
}
.document__section .bold {
  font-weight: 600;
}
.document__section h1 {
  font-size: 48px;
  font-weight: 500;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .document__section h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .document__section h1 {
    font-size: 26px;
  }
}
.document__section h2 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .document__section h2 {
    font-size: 20px;
  }
}
.document__section p, .document__section ul {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  font-family: Golos Text;
  line-height: 1.5;
  margin-bottom: 16px;
}
.document__section ul {
  margin-left: 45px;
}
.document__section a {
  color: rgb(0, 127, 97.0337078652);
}
.document__section a:hover {
  text-decoration: underline;
}

.questionnaire {
  font-family: "Golos Text";
  color: #252525;
}
.questionnaire__nav a {
  font-size: 18px;
  font-weight: 400;
  color: #71757E;
  font-family: Golos Text;
  line-height: 1.3;
}
.questionnaire__nav a:hover {
  color: rgb(90.4, 93.6, 100.8);
}
.questionnaire__layout {
  display: grid;
  grid-template-columns: 648px 1fr;
  margin-top: 32px;
  gap: 67px;
}
@media (max-width: 991px) {
  .questionnaire__layout {
    grid-template-columns: auto;
  }
}
.questionnaire {
  /* Левая колонка */
}
.questionnaire__title {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .questionnaire__title {
    font-size: 28px;
  }
}
.questionnaire__title.feedbackForm {
  font-size: 32px;
  font-weight: 500;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .questionnaire__title.feedbackForm {
    font-size: 28px;
  }
}
.questionnaire__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Golos Text;
  line-height: 1.3;
}
.questionnaire__subtitle {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.questionnaire .step-badge {
  display: inline-block;
  padding: 12px;
  background: #00B288;
  border-radius: 12px;
  opacity: 1;
  width: 72px;
  height: 43px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: Golos Text;
  text-transform: uppercase;
}
.questionnaire__step-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .questionnaire__step-title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
.questionnaire__form {
  margin-top: 48px;
  display: grid;
  gap: 32px;
  /* Поле формы */
}
.questionnaire__form .field {
  display: grid;
  gap: 16px;
}
.questionnaire__form .field .spec-select__wrap.error {
  border: 2px solid rgb(255, 132.6, 83.8);
  border-radius: 12px;
}
.questionnaire__form .field__label {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  font-family: Golos Text;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.questionnaire__form .field__req {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #FF5A5A;
  font-family: Inter;
}
.questionnaire__form .field__control, .questionnaire__form .select__control {
  width: 100%;
  height: 72px;
  padding: 24px;
  border: 2px solid #fff;
  border-radius: 12px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.2;
  letter-spacing: -0.02em;
  outline: none;
  transition: 0.15s;
}
.questionnaire__form .field__control::placeholder, .questionnaire__form .select__control::placeholder {
  color: #989898;
}
.questionnaire__form .field__control:hover, .questionnaire__form .select__control:hover {
  border-color: rgb(225.4727272727, 231.8, 238.1272727273);
}
.questionnaire__form .field__control:focus, .questionnaire__form .select__control:focus {
  border-color: #2997FF;
  box-shadow: 0 0 0 3px rgba(41, 151, 255, 0.16);
}
.questionnaire__form .field__control.was-validated:invalid[required], .questionnaire__form .was-validated.select__control:invalid[required] {
  border-color: rgb(255, 132.6, 83.8);
}
.questionnaire__form {
  /* Select */
}
.questionnaire__form .select {
  position: relative;
}
.questionnaire__form .select__control {
  appearance: none;
  padding-right: 40px;
}
.questionnaire__form .select__control:not(:focus):invalid {
  font-size: 20px;
  font-weight: 400;
  color: #989898;
  font-family: Golos Text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.questionnaire__form .select__control .default {
  font-size: 20px;
  font-weight: 400;
  color: #989898;
  font-family: Golos Text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.questionnaire__form .select__control option {
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.questionnaire__form .select::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #252525;
  border-bottom: 2px solid #252525;
  pointer-events: none;
}
.questionnaire__form .offer {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Golos Text;
  line-height: 1.08;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 575px) {
  .questionnaire__form .offer {
    font-size: 12px;
  }
}
.questionnaire__form .offer a {
  size: 222px;
  color: #00B288;
}
.questionnaire__form .offer a:hover {
  color: #01B339;
  text-decoration: underline;
}
.questionnaire {
  /* Правая колонка */
}
@media (max-width: 991px) {
  .questionnaire .questionnaire__aside {
    display: none;
  }
}
.questionnaire .questionnaire__aside .benefits {
  display: flex;
  column-gap: 16px;
  row-gap: 32px;
  flex-wrap: wrap;
  margin-left: auto;
}
.questionnaire .questionnaire__aside .benefits__item {
  width: 191px;
  height: 200px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
}
.questionnaire .questionnaire__aside .benefit-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00B288;
  display: grid;
  place-items: center;
  fill: #00B288;
}
.questionnaire .questionnaire__aside .benefit-card__icon-svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}
.questionnaire .questionnaire__aside .benefit-card__title {
  margin-top: 23px;
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  font-family: Golos Text;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.questionnaire .questionnaire__aside .benefit-card__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: Golos Text;
  line-height: 1.3;
}

.questionnaire2 {
  font-family: "Golos Text";
  color: #252525;
}
.questionnaire2__nav a {
  font-size: 18px;
  font-weight: 400;
  color: #71757E;
  font-family: Golos Text;
  line-height: 1.3;
}
.questionnaire2__nav a:hover {
  color: rgb(90.4, 93.6, 100.8);
}
.questionnaire2__layout {
  display: grid;
  grid-template-columns: 648px 1fr;
  margin-top: 48px;
  gap: 67px;
}
@media (max-width: 991px) {
  .questionnaire2__layout {
    grid-template-columns: auto;
  }
}
.questionnaire2 {
  /* Левая колонка */
}
.questionnaire2__title {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .questionnaire2__title {
    font-size: 28px;
  }
}
.questionnaire2__step {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.questionnaire2 .step-badge {
  display: inline-block;
  padding: 12px;
  background: #00B288;
  border-radius: 12px;
  opacity: 1;
  width: 72px;
  height: 43px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: Golos Text;
  text-transform: uppercase;
}
.questionnaire2__step-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: #252525;
  font-family: Golos Text;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .questionnaire2__step-title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
.questionnaire2__form {
  display: grid;
  gap: 24px;
  max-width: 720px;
  margin-top: 48px;
}
.questionnaire2__form .uploader {
  padding: 32px;
  border: 2px dashed #D0D3DA;
  border-radius: 16px;
  background: #F8F9FB;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.questionnaire2__form .uploader.is-dragover {
  border-color: #9AA0AA;
  box-shadow: 0 0 0 3px rgba(154, 160, 170, 0.12);
}
.questionnaire2__form .uploader:focus-visible {
  outline: none;
  border-color: rgb(0, 160.2, 122.4);
  box-shadow: 0 0 0 3px rgba(0, 178, 136, 0.16);
}
.questionnaire2__form .uploader__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: #00B288;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: background-color 0.2s ease, transform 0.05s ease;
}
.questionnaire2__form .uploader__btn:hover {
  background: rgb(0, 163.76, 125.12);
}
.questionnaire2__form .uploader__btn:active {
  transform: translateY(1px);
}
.questionnaire2__form .uploader__btn-ico {
  inline-size: 20px;
  block-size: 20px;
  -webkit-mask: url("../sprite.svg#upload") no-repeat center/contain;
  mask: url("../sprite.svg#upload") no-repeat center/contain;
  background: currentColor;
}
.questionnaire2__form .uploader__hint {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #252525;
}
.questionnaire2__form .uploader__types {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #71757E;
}
.questionnaire2__form .uploader__input {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.questionnaire2__form .uploaded {
  margin-top: 8px;
}
.questionnaire2__form .uploaded__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: #252525;
}
.questionnaire2__form .uploaded__list {
  display: grid;
  gap: 10px;
}
.questionnaire2__form .uploaded-item {
  display: grid;
  grid-template-columns: 20px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #F3F4F6;
}
.questionnaire2__form .uploaded-item__ico {
  inline-size: 20px;
  block-size: 20px;
  -webkit-mask: url("../sprite.svg#file") no-repeat center/contain;
  mask: url("../sprite.svg#file") no-repeat center/contain;
  background: #9AA0AA;
  flex-shrink: 0;
}
.questionnaire2__form .uploaded-item__name {
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.questionnaire2__form .uploaded-item__size {
  font-size: 13px;
  font-weight: 400;
  color: #71757E;
}
.questionnaire2__form .uploaded-item__remove {
  margin-left: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #9AA0AA;
  line-height: 1;
  transition: color 0.2s ease, transform 0.05s ease;
}
.questionnaire2__form .uploaded-item__remove:hover {
  color: rgb(118.8129032258, 126.9032258065, 140.3870967742);
}
.questionnaire2__form .uploaded-item__remove:active {
  transform: translateY(1px);
}
.questionnaire2__form .uploaded-item__remove:focus-visible {
  outline: 2px solid #9AA0AA;
  border-radius: 6px;
}
.questionnaire2__form .agreements {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.questionnaire2__form .agreements .warn {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  column-gap: 12px;
}
.questionnaire2__form .agreements .warn__icon {
  inline-size: 24px;
  block-size: 24px;
  -webkit-mask: url("../sprite.svg#info-outline-rounded") no-repeat center/contain;
  mask: url("../sprite.svg#info-outline-rounded") no-repeat center/contain;
  background: #8A90A0;
  opacity: 0.9;
}
.questionnaire2__form .agreements .warn__text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  opacity: 0.9;
}
.questionnaire2__form .agreements label.checkbox {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  column-gap: 12px;
}
.questionnaire2__form .agreements label.checkbox .checkbox__control {
  inline-size: 18px;
  block-size: 18px;
  accent-color: #00B288;
  margin-top: 2px;
  cursor: pointer;
}
.questionnaire2__form .agreements label.checkbox .checkbox__text {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 1.5;
}
.questionnaire2__form .agreements label.checkbox .checkbox__text a {
  color: #00B288;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}
.questionnaire2__form .agreements label.checkbox .checkbox__text a:hover {
  color: rgb(0, 160.2, 122.4);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 19px;
  background: #00B288;
  border: none;
  border-radius: 12px;
  padding: 14.5px 24px;
  cursor: pointer;
  transition: 0.2s;
}
.button-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  fill: white;
}
.button-icon.button-loading {
  display: none;
}
.button.loading {
  pointer-events: none;
  opacity: 0.7;
}
.button.loading .button-icon.button-loading {
  display: block;
  animation: spin 1s infinite;
}
.button:hover {
  background: rgb(0, 163.76, 125.12);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--big {
  font-size: 20px;
  line-height: 24px;
  border-radius: 14px;
  margin-top: 24px;
  padding: 24px 56.5px;
}
.button--form {
  font-size: 20px;
  font-family: Golos Text;
  line-height: 1.2;
  text-align: center;
  width: 240px;
  height: 72px;
  border-radius: 14px;
  padding: 24px;
}
@media (max-width: 767px) {
  .button--form {
    width: 100%;
  }
}

.slider-nav {
  display: flex;
  gap: 16px;
}
.slider-nav__btn {
  width: 50px;
  height: 50px;
  background: #F1F4F7;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
.slider-nav__btn--left {
  transform: rotate(180deg);
}
.slider-nav__btn:hover {
  background: #00B288;
}
.slider-nav__btn:hover .slider-nav__btn-icon {
  fill: #F1F4F7;
}
.slider-nav__btn-icon {
  width: 100%;
  height: 100%;
  fill: #00B288;
  transition: 0.2s;
}

.order-card {
  position: relative;
  background: #F1F4F7;
  border-radius: 24px;
  padding: 20px;
}
@media (max-width: 767px) {
  .order-card {
    width: 320px;
  }
}
.order-card__type {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  border-radius: 100px;
  padding: 2px 12px;
}
.order-card__type--blue {
  background: #2997FF;
}
.order-card__type--orange {
  background: #FF6629;
}
.order-card__type--green {
  background: #01B339;
}
.order-card__title {
  max-width: calc(100% - 86px);
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}
.order-card__subtitle {
  max-width: calc(100% - 31px);
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
}
.order-card__text {
  border-top: 1px solid #DADDE0;
  margin-top: 28px;
  padding-top: 24px;
}
.order-card__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.order-card__master {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card__master-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.order-card__master-role {
  font-size: 16px;
  line-height: 17px;
}
.order-card__master-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 8px;
}
.order-card__price-title {
  font-size: 16px;
  line-height: 17px;
}
.order-card__price-amount {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 8px;
}
.order-card__price-amount .icon {
  width: 20px;
  height: 20px;
  fill: #00B288;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

video {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
  line-height: 1.5;
  min-width: 320px;
  font-family: "Golos Text", sans-serif;
  background-color: #f2f2f2;
}

button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: 0;
  font-family: "Golos Text", sans-serif;
}

input, textarea {
  background-color: transparent;
  outline: none;
  font-family: "Golos Text", sans-serif;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
  font-family: "Golos Text", sans-serif;
}

button {
  padding: 0;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection, ::selection {
  color: white;
  background-color: #33bae7;
}

:root {
  font-family: "Golos Text", sans-serif;
  scroll-behavior: smooth;
}

.header__content {
  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;
  gap: 10px;
  padding: 30px 0;
}

.header__logo {
  max-width: clamp(7.375rem, 9.9530516432vw + 5.0422535211rem, 14rem);
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.3125rem, 1.5625vw + 0rem, 0.75rem);
}

.header__phone {
  background-color: #fff;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__phone:hover {
  background-color: #ededed;
}

@media (max-width: 768px) {
  .header__phone:nth-child(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__phone {
    width: 48px;
    height: 48px;
  }
}
.header__btn {
  border-radius: 12px;
  padding: 16px clamp(0.3125rem, 5.8035714286vw - 0.8482142857rem, 1.9375rem);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.3883495146vw + 0.6723300971rem, 1rem);
  line-height: 110%;
  color: #fff;
  background-color: #00B288;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__btn:hover {
  background-color: rgb(0, 163.76, 125.12);
}

.home__banner {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
  height: 100%;
  background: url("../images/home-bg.png") no-repeat center center/cover;
  z-index: 1;
}
.home__banner::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(-20deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: -1;
}

@media (max-width: 768px) {
  .home__banner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-height: 100%;
    min-height: 504px;
  }
  .home__banner::after {
    display: block;
  }
}
.home__info {
  position: relative;
  z-index: 10;
  padding: clamp(1.25rem, 1.9417475728vw + 0.8616504854rem, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home__info h1 {
  max-width: clamp(18.75rem, 33.9805825243vw + 11.9538834951rem, 40.625rem);
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #fff;
}
.home__info p {
  display: none;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 108%;
  color: #fff;
  max-width: 163px;
}
.home__info a {
  margin-top: 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  padding: 20px clamp(1.875rem, 8.2589285714vw + 0.2232142857rem, 4.1875rem);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  background-color: #00B288;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home__info a:hover {
  background-color: rgb(0, 163.76, 125.12);
}

@media (max-width: 768px) {
  .home__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .home__info p {
    display: block;
  }
}
@media (max-width: 768px) {
  .home__info a {
    margin-top: auto;
    width: 100%;
    text-align: center;
  }
}
.home__img {
  position: absolute;
  right: clamp(8.125rem, 12.8571428571vw + 0.0892857143rem, 10.9375rem);
  bottom: 0;
  z-index: 2;
}
.home__img > img {
  display: block;
  width: 467px;
  height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 850px) {
  .home__img {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .home__img {
    right: -50px;
  }
}
@media (max-width: 550px) {
  .home__img {
    right: -120px;
  }
}
@media (max-width: 1000px) {
  .home__img > img {
    width: 400px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .home__img > img {
    width: 350px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .home__img-items {
    display: none;
  }
}
.home__img-item {
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.home__img-item > img {
  width: 75px;
  height: 75px;
}
.home__img-item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #242424;
}
.home__img-item:nth-child(1) {
  left: -60px;
  bottom: 130px;
  max-width: 235px;
}
.home__img-item:nth-child(2) {
  left: 59%;
  bottom: 70%;
  max-width: 220px;
}
.home__img-item:nth-child(3) {
  left: 83%;
  bottom: 40%;
  max-width: 222px;
}

@media (max-width: 1000px) {
  .home__img-item:nth-child(1) {
    bottom: 80px;
    left: -90px;
  }
}
@media (max-width: 1000px) {
  .home__img-item:nth-child(2) {
    left: 50%;
    bottom: 77%;
  }
}
@media (max-width: 1000px) {
  .home__img-item:nth-child(3) {
    left: 70%;
    bottom: 50%;
  }
}
@media (max-width: 850px) {
  .home__img-item:nth-child(3) {
    left: 60%;
    bottom: 53%;
  }
}
.orders {
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
}

.orders__title {
  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;
  gap: 10px;
}
.orders__title h2 {
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #242424;
}

.orders__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (max-width: 768px) {
  .orders__buttons {
    display: none;
  }
}
.orders__button {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
.orders__button svg {
  fill: #00B288;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.orders__button:active {
  background-color: #00B288;
}
.orders__button:active svg {
  fill: #fff;
}
.orders__button:first-child {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 769px) {
  .orders__button:hover {
    background-color: rgb(0, 163.76, 125.12);
  }
  .orders__button:hover svg {
    fill: #fff;
  }
}
.orders__cards {
  margin-top: 40px;
}

.orders__card {
  padding: 20px;
  border-radius: 24px;
  background-color: #fff;
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.orders__card > span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.orders__card-tags {
  display: flex;
}
.orders__card-tags > span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.orders__card--orange-lined {
  background: transparent;
  color: #ffa500;
  border: 1px solid #ffa500;
}

.orders__card--blue-lined {
  background: transparent;
  color: #2997ff;
  border: 1px solid #2997ff;
}

.orders__card--blue {
  background-color: #2997ff;
  color: #fff;
}

.orders__card--orange {
  background-color: #ffa500;
  color: #fff;
}

.orders__card--red {
  background-color: #ff9692;
  color: #fff;
}

.orders__card h3 {
  margin-top: 24px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #242424;
  white-space: normal;
}
.orders__card p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #242424;
}

.orders__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
.orders__info-block > p {
  font-size: 16px;
  min-height: 129px;
  margin-bottom: auto;
}

.orders__info {
  border-top: 1px solid #DADDE0;
  margin-top: 32px;
  padding-top: 24px;
  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;
  gap: 10px;
}

.orders__profile {
  display: none;
}

.orders__price {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.orders__price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #242424;
}
.orders__price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 108%;
  color: #242424;
  margin-top: 0;
}
.orders__price p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/price.svg") no-repeat center center/contain;
}

.orders__mob {
  margin-top: 24px;
  display: none;
}

@media (max-width: 768px) {
  .orders__mob {
    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;
    gap: 10px;
  }
}
.orders__pagination {
  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;
  gap: 8px;
}
.orders__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #cbcbcb;
}
.orders__pagination .swiper-pagination-bullet-active {
  background-color: #00B288;
}

.orders .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.orders__banner {
  position: relative;
  padding: 40px clamp(1.25rem, 1.9417475728vw + 0.8616504854rem, 2.5rem);
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
  background-color: #2d3a3a;
  border-radius: 24px;
  min-height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.orders__banner > img {
  position: absolute;
  right: clamp(-6.25rem, 42.8571428571vw - 33.0357142857rem, 3.125rem);
  top: -57%;
  max-width: clamp(24rem, 29.4285714286vw + 5.6071428571rem, 30.4375rem);
  z-index: -1;
}

@media (max-width: 768px) {
  .orders__banner {
    min-height: 882px;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  .orders__banner > img {
    right: clamp(-6.25rem, 34.4827586207vw - 22.8017241379rem, -1.25rem);
    top: -30%;
    max-width: clamp(18.75rem, 21.5517241379vw + 8.4051724138rem, 21.875rem);
  }
}
@media (max-width: 768px) {
  .orders__banner > img {
    top: inherit;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: inherit;
    max-width: clamp(18.75rem, 18.75vw + 15rem, 24rem);
  }
}
@media (max-width: 768px) and (max-width: 550px) {
  .orders__banner > img {
    bottom: -250px;
  }
}
.orders__info-block-banner {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.orders__info-block-banner h3 {
  max-width: 520px;
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #fff;
}
.orders__info-block-banner > p {
  margin-top: 20px;
  max-width: 520px;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.5825242718vw + 1.0084951456rem, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
}

.orders__advantages {
  margin-top: auto;
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(0.125rem, 8.5714285714vw - 5.2321428571rem, 2rem);
  max-width: 763px;
}

@media (max-width: 1000px) {
  .orders__advantages {
    grid-template-columns: repeat(2, 260px);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .orders__advantages {
    margin-top: inherit;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.orders__advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.orders__advantage span {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #435252;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.orders__advantage p {
  max-width: 205px;
  max-width: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.specialties {
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
}
.specialties h2 {
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #242424;
}

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

.specialties__cards {
  margin-top: clamp(2rem, 0.7766990291vw + 1.8446601942rem, 2.5rem);
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.625rem, 4vw - 1.875rem, 1.5rem);
}

@media (max-width: 1000px) {
  .specialties__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .specialties__cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.specialties__card {
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  padding: 16px;
  min-height: 135px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.specialties__card:nth-child(n+9) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.specialties__card > img {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 109px;
  height: 109px;
}

@media (max-width: 1000px) {
  .specialties__card {
    min-width: 312px;
  }
}
@media (max-width: 768px) {
  .specialties__card {
    min-width: 100%;
  }
  .specialties__card:nth-child(n+4) {
    display: none;
  }
}
.specialties__info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.specialties__info h3 {
  max-width: 205px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242424;
}
.specialties__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  border-radius: 30px;
  padding: 8px 10px;
  background-color: #f2f2f2;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #242424;
}
.specialties__info span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #242424;
}

.specialties__more {
  display: none;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #2d3a3a;
  border-radius: 12px;
  padding: 20px 24px;
  background: #fff;
}

@media (max-width: 768px) {
  .specialties__more {
    display: block;
  }
}
.benefits {
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
}
.benefits h2 {
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #242424;
}

.benefits__cards {
  margin-top: clamp(2rem, 0.7766990291vw + 1.8446601942rem, 2.5rem);
}
.benefits__cards .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.625rem, 4vw - 1.875rem, 1.5rem);
}

@media (max-width: 1000px) {
  .benefits__cards .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 850px) {
  .benefits__cards .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .benefits__cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.benefits .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.benefits__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  padding: clamp(0.625rem, 4vw - 1.875rem, 1.5rem);
  background-color: #fff;
  min-height: 329px;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.benefits__card span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #f2f2f2;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.benefits__card h3 {
  padding-top: 10px;
  margin-top: auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242424;
}
.benefits__card p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #242424;
}

@media (min-width: 1001px) {
  .benefits__card:nth-child(n+9) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (max-width: 1000px) {
  .benefits__card {
    padding: 24px;
    grid-column: auto;
    width: 100%;
  }
}
.benefits__card-img {
  position: relative;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.benefits__card-img span {
  display: none;
}
.benefits__card-img img {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}

@media (max-width: 1000px) {
  .benefits__card-img {
    display: none;
  }
}
.benefits__first-img img {
  min-width: 342px;
  left: -10px;
  min-height: 425px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits__second-img img {
  top: 90px;
  min-width: clamp(15.625rem, 26.2857142857vw - 0.8035714286rem, 21.375rem);
  min-height: clamp(12.5rem, 39.1428571429vw - 11.9642857143rem, 21.0625rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits__mob {
  margin-top: 24px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .benefits__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.benefits__button {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
.benefits__button svg {
  fill: #00B288;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.benefits__button:active {
  background-color: #00B288;
}
.benefits__button:active svg {
  fill: #fff;
}
.benefits__button:first-child {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.benefits__pagination {
  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;
  gap: 8px;
}
.benefits__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #cbcbcb;
}
.benefits__pagination .swiper-pagination-bullet-active {
  background-color: #00B288;
}

.work {
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
}
.work h2 {
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #242424;
}

@media (max-width: 768px) {
  .work h2 {
    text-align: start;
    margin: 0;
  }
}
.work__cards {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 3.4285714286vw - 1.3928571429rem, 1.5rem);
  padding: 0 clamp(0rem, 32vw - 20rem, 7rem);
}

@media (max-width: 768px) {
  .work__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work__card {
  position: relative;
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  overflow: hidden;
  min-height: clamp(23.125rem, 18.0803571429vw + 19.5089285714rem, 28.1875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.work__card span {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #00B288;
}
.work__card h3 {
  margin-top: 24px;
  max-width: 300px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242424;
}
.work__card p {
  margin-top: 12px;
  max-width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #242424;
}
.work__card a {
  margin-top: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  padding: 20px clamp(0.625rem, 14.5089285714vw - 2.2767857143rem, 4.6875rem);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  background-color: #00B288;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work__card a:hover {
  background-color: rgb(0, 163.76, 125.12);
}
.work__card img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
.work__card:nth-child(1) img {
  top: 10%;
  right: -16%;
  width: clamp(11.875rem, 24.5535714286vw + 6.9642857143rem, 18.75rem);
  height: clamp(15.625rem, 22.3214285714vw + 11.1607142857rem, 21.875rem);
}
.work__card:nth-child(2) img {
  top: 20%;
  right: -5%;
  width: clamp(17.1875rem, 50.2232142857vw + 7.1428571429rem, 31.25rem);
  height: clamp(24.375rem, 58.0357142857vw + 12.7678571429rem, 40.625rem);
}
.work__card:nth-child(3) img {
  top: 20%;
  right: 5%;
  width: clamp(13.6875rem, 24.7767857143vw + 8.7321428571rem, 20.625rem);
  height: clamp(25rem, 13.3928571429vw + 22.3214285714rem, 28.75rem);
}
.work__card:nth-child(4) img:nth-of-type(1) {
  right: inherit;
  left: -33%;
  top: 40%;
  width: clamp(8.8125rem, 57.8125vw - 2.75rem, 25rem);
  height: clamp(8.8125rem, 28.7946428571vw + 3.0535714286rem, 16.875rem);
}
.work__card:nth-child(4) img:nth-of-type(2) {
  right: -5%;
  top: 40%;
  width: clamp(13.125rem, 22.9910714286vw + 8.5267857143rem, 19.5625rem);
  height: clamp(14.3125rem, 24.5535714286vw + 9.4017857143rem, 21.1875rem);
}

@media (max-width: 768px) {
  .work__card a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .work__card:nth-child(1) p {
    max-width: 260px;
  }
}
@media (max-width: 1000px) {
  .work__card:nth-child(1) img {
    right: -24%;
  }
}
@media (max-width: 850px) {
  .work__card:nth-child(1) img {
    right: -35%;
  }
}
@media (max-width: 768px) {
  .work__card:nth-child(1) img {
    right: -15%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@media (max-width: 450px) {
  .work__card:nth-child(1) img {
    right: -20%;
    top: 23%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@media (max-width: 768px) {
  .work__card:nth-child(2) img {
    top: 30%;
  }
}
@media (max-width: 450px) {
  .work__card:nth-child(2) img {
    top: 35%;
  }
}
@media (max-width: 768px) {
  .work__card:nth-child(3) img {
    top: 50%;
  }
}
@media (max-width: 450px) {
  .work__card:nth-child(3) img {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .work__card:nth-child(4) img:nth-of-type(1) {
    left: -20%;
  }
}
@media (max-width: 450px) {
  .work__card:nth-child(4) img:nth-of-type(1) {
    top: 55%;
  }
}
@media (max-width: 850px) {
  .work__card:nth-child(4) img:nth-of-type(2) {
    right: -35%;
  }
}
@media (max-width: 768px) {
  .work__card:nth-child(4) img:nth-of-type(2) {
    right: -10%;
  }
}
@media (max-width: 450px) {
  .work__card:nth-child(4) img:nth-of-type(2) {
    right: -17%;
    top: 45%;
  }
}
.work__application {
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr clamp(15.625rem, 49.7142857143vw - 15.4464285714rem, 26.5rem);
  gap: clamp(0.75rem, 3.4285714286vw - 1.3928571429rem, 1.5rem);
}

@media (max-width: 1024px) {
  .work__application {
    grid-template-columns: 1fr;
  }
}
.work__application-left {
  position: relative;
  background-color: #00B288;
  padding: 30px clamp(1rem, 4vw - 1.5rem, 1.875rem);
  border-radius: 24px;
  min-height: 486px;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work__application-left h3 {
  font-weight: 500;
  font-size: clamp(1.75rem, 7.4285714286vw - 2.8928571429rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: clamp(17.5625rem, 51.1428571429vw - 14.4017857143rem, 28.75rem);
}
.work__application-left > img {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
  width: clamp(17.5rem, 37.1428571429vw - 5.7142857143rem, 25.625rem);
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 450px) {
  .work__application-left > img {
    right: -5%;
    bottom: -10%;
  }
}
.work__application-save {
  margin-top: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.work__application-save > span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 14px;
  padding: 14px;
  background-color: #fff;
}
.work__application-save > span img {
  display: block;
  min-width: 160px;
  min-height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .work__application-save {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .work__application-save > span {
    display: none;
  }
}
.work__application-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work__application-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  max-width: 150px;
}

.work__application-app {
  margin-top: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.work__application-app a {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2d3a3a;
  border-radius: 8px;
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.work__application-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  padding: 24px;
  background-color: #fff;
  min-height: 486px;
  z-index: 2;
  overflow: hidden;
}
.work__application-right p {
  max-width: 237px;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.1428571429vw + 0.7857142857rem, 1.75rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #242424;
}
.work__application-right img {
  position: absolute;
  right: -20%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 479px;
  min-height: 282px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
.work__application-right a {
  margin-top: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  padding: 20px clamp(0.625rem, 16.2857142857vw - 9.5535714286rem, 4.1875rem);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  background-color: #00B288;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work__application-right a:hover {
  background-color: rgb(0, 163.76, 125.12);
}

@media (max-width: 1024px) {
  .work__application-right {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .work__application-right img {
    right: 0;
  }
}
@media (max-width: 450px) {
  .work__application-right img {
    right: -20%;
  }
}
@media (max-width: 768px) {
  .work__application-right a {
    width: 100%;
    text-align: center;
  }
}
.answers {
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
}

.answers__accordions-block {
  position: relative;
}

.answers h2 {
  font-weight: 500;
  font-size: clamp(2rem, 2.1359223301vw + 1.572815534rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #242424;
}

@media (max-width: 450px) {
  .answers h2 {
    max-width: 200px;
  }
}
.answers__question {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: clamp(15.6875rem, 43.4285714286vw - 11.4553571429rem, 25.1875rem);
  height: clamp(15.6875rem, 43.4285714286vw - 11.4553571429rem, 25.1875rem);
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .answers__question {
    right: -10%;
  }
}
@media (max-width: 1000px) {
  .answers__question {
    right: -10%;
    top: -30%;
    -webkit-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@media (max-width: 450px) {
  .answers__question {
    right: -25%;
    top: -170px;
    -webkit-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
.answers__accordions {
  margin-top: 42px;
  max-width: 872px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.75rem, 0.3883495146vw + 0.6723300971rem, 1rem);
}

.answers__accordion {
  border-radius: 12px;
  background-color: #fff;
}

.answers__accordion-button {
  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;
  gap: 10px;
  padding: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #242424;
  display: flex;
  width: 100%;
  text-align: start;
}
.answers__accordion-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/svg/arr.svg") no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.answers__accordion-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.answers__accordion-content p {
  max-width: 671px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242424;
}

.answers .active-accordion .answers__accordion-button::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.answers .active-accordion .answers__accordion-content {
  padding: 0 20px 20px 20px;
}

@media (max-width: 1024px) {
  .answers .active-accordion .answers__accordion-content {
    padding: 4px 20px 20px 20px;
  }
}
.answers__banner {
  position: relative;
  margin-top: clamp(5rem, 3.8834951456vw + 4.2233009709rem, 7.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 425px;
  border-radius: 24px;
  background: -webkit-image-set(url("../images/banner-answers.webp") type("image/webp"), url("../images/banner-answers.png") type("image/png")) no-repeat center/cover;
  background: image-set(url("../images/banner-answers.webp") type("image/webp"), url("../images/banner-answers.png") type("image/png")) no-repeat center/cover;
  padding: 40px clamp(1.25rem, 1.9417475728vw + 0.8616504854rem, 2.5rem) clamp(1.5rem, 1.5533980583vw + 1.1893203883rem, 2.5rem);
  z-index: 1;
  overflow: hidden;
}
.answers__banner::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(-20deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: -1;
}
.answers__banner h3 {
  margin-top: auto;
  max-width: clamp(18.125rem, 25.7281553398vw + 12.979368932rem, 34.6875rem);
  font-weight: 500;
  font-size: clamp(1.6875rem, 2.6213592233vw + 1.1632281553rem, 3.375rem);
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #fff;
}
.answers__banner a {
  margin-top: 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  padding: 20px clamp(1.875rem, 8.2589285714vw + 0.2232142857rem, 4.1875rem);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  background-color: #00B288;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.answers__banner a:hover {
  background-color: rgb(0, 163.76, 125.12);
}

@media (max-width: 768px) {
  .answers__banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    min-height: 503px;
  }
  .answers__banner::after {
    display: block;
  }
}
@media (max-width: 768px) {
  .answers__banner h3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .answers__banner a {
    width: 100%;
    text-align: center;
  }
}
.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}


html.is-yandex .feedback-socials {
  display: none !important;
}

html.popup {
  overflow: hidden;
}
html.popup .popup-wrap {
  opacity: 1;
  pointer-events: all;
}
html.popup.success .popup-wrap .popup.success, html.popup.success2 .popup-wrap .popup.success2 {
  opacity: 1;
  pointer-events: all;
  transform: none;
}

.popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  background: rgba(14, 14, 14, 0.64);
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 1000;
}
.popup-wrap .popup {
  position: relative;
  width: calc(100% - 24px);
  max-width: 648px;
  background: #fff;
  border-radius: 24px;
  margin: 100px auto;
  padding: 24px;
  transform: translateY(-50px);
  transition: 0.2s;
  z-index: 1;
}
@media (max-width: 767px) {
  .popup-wrap .popup {
    padding: 165px 23px 23px;
  }
}
.popup-wrap .popup__title {
  max-width: 292px;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .popup-wrap .popup__title {
    max-width: none;
    text-align: center;
  }
}
.popup-wrap .popup__subtitle2 {
  max-width: 262px;
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .popup-wrap .popup__subtitle2 {
    max-width: none;
    text-align: center;
  }
}
.popup-wrap .popup__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .popup-wrap .popup__subtitle {
    margin-top: 18px;
    text-align: center;
  }
}
.popup-wrap .popup__socials {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .popup-wrap .popup__socials {
    margin-top: 13px;
    justify-content: center;
  }
}
.popup-wrap .popup__socials-item {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B288;
  border-radius: 12px;
  transition: 0.2s;
}
.popup-wrap .popup__socials-item:hover {
  background: rgb(0, 163.76, 125.12);
}
.popup-wrap .popup__socials-item .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.popup-wrap .popup__x {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .popup-wrap .popup__x {
    top: -52px;
    right: 0;
  }
}
.popup-wrap .popup__x:hover {
  transform: rotate(90deg);
}
.popup-wrap .popup__x-icon {
  width: 100%;
  height: 100%;
  fill: #000;
  pointer-events: none;
}
@media (max-width: 767px) {
  .popup-wrap .popup__x-icon {
    fill: #fff;
  }
}
.popup-wrap .popup__img {
  position: absolute;
  right: 49px;
  bottom: 0;
}
@media (max-width: 767px) {
  .popup-wrap .popup__img {
    top: 0;
    bottom: auto;
    right: calc(50% - 79.5px);
    width: 159px;
    height: 158px;
    overflow: hidden;
  }
  .popup-wrap .popup__img img {
    position: absolute;
    bottom: 0;
  }
}
.popup-wrap .popup.success2 {
  background: #fff;
  padding: 67.5px 24px;
}
@media (max-width: 767px) {
  .popup-wrap .popup.success2 {
    padding: 41.5px 22px 230px;
  }
  .popup-wrap .popup.success2 .popup__title {
    max-width: none;
  }
}
.popup-wrap .popup.success2 .popup__subtitle {
  max-width: 343px;
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .popup-wrap .popup.success2 .popup__subtitle {
    max-width: none;
  }
}
.popup-wrap .popup.success2 .popup__img {
  right: 25px;
  bottom: 32px;
  top: auto;
}
@media (max-width: 767px) {
  .popup-wrap .popup.success2 .popup__img {
    width: 203px;
    height: 211px;
    right: calc(50% - 101.5px);
    bottom: 0;
  }
  .popup-wrap .popup.success2 .popup__img img {
    position: relative;
  }
}

.cookie-consent {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  background: #FFFFFF;
  color: #252525;
  border-radius: 24px;
  padding: 20px;
  width: auto;
  max-width: 100vw;
  box-shadow: 0px 4px 14.7px 0px rgba(0, 0, 0, 0.0901960784);
  display: none;
}
@media (max-width: 767px) {
  .cookie-consent {
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cookie-consent--visible {
  display: block;
}
.cookie-consent__content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cookie-consent__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-consent__text {
  font-size: 16px;
  line-height: 1.3;
}
.cookie-consent__text--link {
  color: #00B288;
}
.cookie-consent__text--link:hover {
  text-decoration: underline;
}
.cookie-consent__btns {
  display: flex;
  gap: 16px;
}
.cookie-consent__btn {
  white-space: nowrap;
}

.section {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section {
    margin-top: 60px;
  }
}
.section__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 28px;
    line-height: 31px;
  }
}
.section__title span {
  color: #00B288;
}

.heroscreen {
  margin-top: 0;
}
.heroscreen__wrap {
  position: relative;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: -webkit-image-set(url("../images/heroscreen__bg.webp") type("image/webp"), url("../images/heroscreen__bg.png") type("image/png")) no-repeat center/cover;
  background: image-set(url("../images/heroscreen__bg.webp") type("image/webp"), url("../images/heroscreen__bg.png") type("image/png")) no-repeat center/cover;
  border-radius: 24px;
  padding: 0 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .heroscreen__wrap {
    height: 504px;
    justify-content: flex-start;
    background-position-x: 72%;
    padding: 24px 20px 20px;
  }
}
.heroscreen__title {
  max-width: 498px;
  font-size: 54px;
  font-weight: 500;
  color: #EFF5FF;
  line-height: 59px;
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .heroscreen__title {
    max-width: 338px;
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .heroscreen__title {
    font-size: 30px;
    line-height: 33px;
  }
}
.heroscreen__text {
  display: none;
  max-width: 163px;
  font-size: 16px;
  color: #fff;
  line-height: 17px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .heroscreen__text {
    display: block;
  }
}
@media (max-width: 767px) {
  .heroscreen__btn {
    width: 100%;
    margin-top: auto;
  }
}
.heroscreen__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 172px;
  background: #fff;
  border-radius: 14.64px;
  padding: 12.2px;
  box-shadow: 2.14px -1.43px 32.83px 0px rgba(33, 57, 92, 0.2588235294);
}
@media (max-width: 767px) {
  .heroscreen__item {
    display: none;
  }
}
.heroscreen__item:nth-of-type(2) {
  top: 39px;
  left: calc(50% + 110px);
}
.heroscreen__item:nth-of-type(3) {
  top: 157px;
  left: calc(50% + 407px);
}
.heroscreen__item:nth-of-type(4) {
  top: 275px;
  left: calc(50% + 64px);
}
.heroscreen__item-title {
  font-size: 12.2px;
  font-weight: 600;
  line-height: 15px;
}
.heroscreen__item-title--small {
  font-size: 11px;
  line-height: 13px;
}
.heroscreen__item-text {
  font-size: 9.76px;
  line-height: 11px;
  margin-top: 7.32px;
}
.heroscreen__item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14.64px;
}
.heroscreen__item-location {
  display: flex;
  align-items: center;
  gap: 4.88px;
  font-size: 9.76px;
  line-height: 11px;
}
.heroscreen__item-location .icon {
  width: 12.2px;
  height: 12.2px;
  fill: #00B288;
}
.heroscreen__item-price {
  display: flex;
  align-items: center;
  gap: 4.88px;
  font-size: 9.76px;
  color: #F1F4F7;
  line-height: 11px;
  background: #00B288;
  border-radius: 426.95px;
  padding: 3.66px 6.1px;
}
.heroscreen__item-price .icon {
  width: 12.2px;
  height: 12.2px;
  fill: #F1F4F7;
}
.heroscreen__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .heroscreen__img {
    display: none;
  }
}
.heroscreen__img img {
  height: 100%;
  object-fit: cover;
}

.about {
  margin-top: 82px;
}
@media (max-width: 767px) {
  .about {
    margin-top: 60px;
  }
}
.about__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .about__wrap {
    grid-template-columns: 100%;
  }
}
.about__left {
  max-width: 461px;
}
.about__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 191px;
  gap: 24px;
}
@media (max-width: 767px) {
  .about__right {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 12px;
  }
}
.about__subtitle {
  font-size: 28px;
  line-height: 32.33333px;
  letter-spacing: -0.04em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__subtitle {
    display: none;
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
  }
}
.about__subtitle + .about__subtitle {
  display: none;
}
@media (max-width: 767px) {
  .about__subtitle + .about__subtitle {
    display: block;
  }
}
.about__text {
  max-width: 353px;
  font-size: 18px;
  line-height: 24.25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__text {
    display: none;
  }
}
.about__item {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about__item {
    display: flex;
    flex-direction: column;
    background: #00B288;
    border-radius: 12px;
    padding: 12px 7px 12px 12px;
  }
}
.about__item:nth-child(1) .about__item-img {
  right: -9.86px;
  bottom: -68.5px;
  transform: rotate(15.06deg);
}
.about__item:nth-child(2) {
  grid-row: span 2;
}
@media (max-width: 767px) {
  .about__item:nth-child(2) {
    grid-row: auto;
  }
}
.about__item:nth-child(2) .about__item-img {
  right: -78px;
  bottom: -30px;
}
.about__item:nth-child(3) .about__item-img {
  right: -13.6px;
  bottom: -56.6px;
  transform: rotate(9.39deg);
}
.about__item-icon {
  display: none;
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .about__item-icon {
    display: block;
  }
}
.about__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .about__item-title {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    letter-spacing: -0.02em;
    margin-top: auto;
  }
}
.about__item-img {
  position: absolute;
  width: auto;
}
@media (max-width: 767px) {
  .about__item-img {
    display: none;
  }
}
.about__item-img img {
  width: inherit;
}

.orders {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .orders {
    padding-bottom: 74px;
  }
}
.orders__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.orders__slider {
  margin-top: 40px;
  overflow: visible;
}
@media (max-width: 767px) {
  .orders__slider-btns {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    justify-content: space-between;
    z-index: 15;
  }
}
.orders__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: -54px;
}
.orders__slider .swiper-pagination-bullet {
  background: #DBEDFF;
  margin: 0 !important;
  opacity: 1;
}
.orders__slider .swiper-pagination-bullet-active {
  background: #00B288;
}

.app__wrap {
  position: relative;
  height: 425px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: #fff;
  border-radius: 24px;
  padding: 35px 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .app__wrap {
    display: none;
  }
}
.app__wrap-sm {
  position: relative;
  display: none;
  height: 340px;
  background: #DBEEFF;
  border-radius: 24px;
  padding: 20px;
}
@media (max-width: 767px) {
  .app__wrap-sm {
    display: block;
  }
}
.app__text {
  max-width: 127px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.app__img {
  position: absolute;
  top: 0;
  left: 173px;
  width: 574px;
}
@media (max-width: 1439px) {
  .app__img {
    left: 40px;
  }
}
@media (max-width: 1199px) {
  .app__img {
    left: -80px;
  }
}
@media (max-width: 991px) {
  .app__img {
    left: -280px;
  }
}
.app__img-sm {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.app__img-sm img {
  width: inherit;
}
.app__qr {
  width: 169px;
}
.app__content {
  display: flex;
  gap: 24px;
}
.app__content-right {
  display: flex;
  flex-direction: column;
}
.app__content-text {
  max-width: 126px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.app__content-icons {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .app__content-icons {
    position: absolute;
    left: 20px;
    bottom: 20px;
    gap: 16px;
  }
}
.app__content-icons img {
  width: 46px;
  height: 46px;
}
@media (max-width: 767px) {
  .app__content-icons img {
    width: 67px;
    height: 67px;
  }
}

.hiring {
  overflow: hidden;
}
.hiring__wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .hiring__wrap {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .hiring__wrap {
    margin-top: 24px;
  }
}
.hiring__left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 13px;
  grid-column: span 8;
}
@media (max-width: 1199px) {
  .hiring__left {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .hiring__left {
    display: none;
  }
}
.hiring__slider {
  display: none;
  width: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .hiring__slider {
    display: block;
  }
}
.hiring__slider-btns {
  display: none;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hiring__slider-btns {
    display: flex;
  }
}
.hiring__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  padding: 18px 16px;
}
@media (max-width: 767px) {
  .hiring__item {
    width: 198px;
    border-radius: 12px;
    padding: 16px;
  }
}
.hiring__item-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .hiring__item-title {
    font-size: 16px;
    line-height: 17px;
  }
}
.hiring__item-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #2997FF;
  line-height: 21px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .hiring__item-price {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 41px;
  }
}
.hiring__item-price span {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.hiring__right {
  position: relative;
  grid-column: span 4;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hiring__right {
    height: 300px;
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .hiring__right {
    border-radius: 12px;
  }
}
.hiring__right-title {
  max-width: 213px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.hiring__right img {
  position: absolute;
  left: 39px;
  bottom: 34px;
  width: auto;
}
@media (max-width: 1199px) {
  .hiring__right img {
    left: auto;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .hiring__right img {
    width: 491px;
    left: auto;
    right: -189px;
    bottom: 0;
  }
}

.get-started__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .get-started__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .get-started__wrap {
    grid-template-columns: 100%;
    margin-top: 24px;
  }
}
.get-started__item {
  position: relative;
  min-height: 400px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .get-started__item:nth-child(4) .get-started__item-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .get-started__item {
    min-height: auto;
    height: 360px;
    display: flex;
    flex-direction: column;
  }
  .get-started__item:nth-child(2) .get-started__item-img {
    bottom: -50px;
  }
}
.get-started__item-step {
  display: inline-block;
  font-size: 18px;
  color: #F1F4F7;
  line-height: 23px;
  background: #00B288;
  border-radius: 100px;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .get-started__item-step {
    width: max-content;
    display: block;
    margin: 0 auto;
  }
}
.get-started__item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.04em;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .get-started__item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-top: 20px;
    text-align: center;
  }
}
.get-started__item-text {
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .get-started__item-text {
    text-align: center;
  }
}
.get-started__item-btn {
  width: 100%;
  height: 60px;
  margin-top: 119px;
  padding: 0;
}
@media (max-width: 1439px) {
  .get-started__item-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .get-started__item-btn {
    font-size: 20px;
    margin-top: auto;
  }
}
.get-started__item-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .get-started__item-img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.get-started__item-img-sm {
  position: absolute;
  bottom: 0.54px;
  left: -45.86px;
  display: none;
  transform: rotate(30.08deg);
}
@media (max-width: 1199px) {
  .get-started__item-img-sm {
    display: block;
  }
}
@media (max-width: 767px) {
  .get-started__item-img-sm {
    bottom: -34.46px;
  }
}
.get-started__item-img-sm + .get-started__item-img-sm {
  left: auto;
  bottom: -58.66px;
  right: -106.66px;
  transform: rotate(74.28deg);
}
@media (max-width: 767px) {
  .get-started__item-img-sm + .get-started__item-img-sm {
    bottom: -95.66px;
  }
}
.get-started__item-img img {
  width: auto;
}

.advantages__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 523px;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .advantages__wrap {
    grid-auto-rows: 550px;
  }
}
@media (max-width: 1199px) {
  .advantages__wrap {
    grid-auto-rows: 430px;
  }
}
@media (max-width: 991px) {
  .advantages__wrap {
    grid-auto-rows: 500px;
  }
}
@media (max-width: 767px) {
  .advantages__wrap {
    grid-template-columns: 100%;
    grid-auto-rows: 414px;
    margin-top: 24px;
  }
}
.advantages__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .advantages__item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .advantages__item {
    padding: 24px;
  }
}
.advantages__item:nth-child(1) .advantages__item-img {
  bottom: -65.94px;
  right: 31.06px;
  transform: rotate(-16.35deg);
}
@media (max-width: 1199px) {
  .advantages__item:nth-child(1) .advantages__item-img {
    right: 17.23px;
    bottom: -46.77px;
    width: 171.6px;
    transform: rotate(-21.14deg);
  }
}
.advantages__item:nth-child(2) .advantages__item-img {
  top: 13.84px;
  right: 15.75px;
  transform: rotate(10.24deg);
}
@media (max-width: 1199px) {
  .advantages__item:nth-child(2) .advantages__item-img {
    width: 201.38px;
  }
}
@media (max-width: 767px) {
  .advantages__item:nth-child(2) .advantages__item-img {
    top: auto;
    right: 6px;
    bottom: -49px;
  }
}
.advantages__item:nth-child(3) .advantages__item-img {
  left: 51px;
  bottom: 35.22px;
}
@media (max-width: 1439px) {
  .advantages__item:nth-child(3) .advantages__item-img {
    left: 50%;
    width: calc(100% - 100px);
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .advantages__item:nth-child(3) .advantages__item-img {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .advantages__item:nth-child(3) .advantages__item-img {
    width: 273px;
  }
}
.advantages__item--alt {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .advantages__item--alt {
    justify-content: flex-start;
    background: #00B288;
  }
  .advantages__item--alt .advantages__item-title,
  .advantages__item--alt .advantages__item-text {
    color: #fff;
  }
  .advantages__item--alt .advantages__item-title::before,
  .advantages__item--alt .advantages__item-text::before {
    background: #fff;
  }
}
.advantages__item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.04em;
}
@media (max-width: 1199px) {
  .advantages__item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.advantages__item-list {
  margin-top: 24px;
}
.advantages__item-text {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding-left: 32px;
}
@media (max-width: 1199px) {
  .advantages__item-text {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .advantages__item-text {
    letter-spacing: 0;
  }
}
.advantages__item-text + .advantages__item-text {
  margin-top: 24px;
}
.advantages__item-text::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
  height: 3px;
  background: #252525;
}
@media (max-width: 1199px) {
  .advantages__item-text::before {
    top: 7px;
  }
}
.advantages__item-img {
  position: absolute;
  width: auto;
}
.advantages__item-img img {
  width: inherit;
}

@media (max-width: 1199px) {
  .faq {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .faq .section__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
}
.faq__wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .faq__wrap {
    grid-template-columns: auto;
  }
}
.faq__left {
  grid-column: span 8;
}
.faq__right {
  grid-column: span 4;
  padding-top: 74.41px;
  padding-right: 9.57px;
}
@media (max-width: 767px) {
  .faq__right {
    display: none;
  }
}
.faq__item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 20px 12.57vw 20px 20px;
  cursor: pointer;
}
.faq__item--opened .faq__item-text {
  display: block;
}
.faq__item--opened .faq__item-icon {
  transform: rotate(180deg);
}
.faq__item + .faq__item {
  margin-top: 16px;
}
.faq__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.faq__item-text {
  display: none;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}
.faq__item-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  fill: #252525;
  transition: 0.2s;
}
.faq__img {
  width: max-content;
  margin-left: auto;
  transform: rotate(-4.51deg);
}
@media (max-width: 1199px) {
  .faq__img {
    width: 100%;
  }
}
.faq__img img {
  width: auto;
}
@media (max-width: 1199px) {
  .faq__img img {
    width: 100%;
  }
}

.cta__wrap {
  height: 431px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: -webkit-image-set(url("../images/cta__bg.webp") type("image/webp"), url("../images/cta__bg.png") type("image/png")) no-repeat center/cover;
  background: image-set(url("../images/cta__bg.webp") type("image/webp"), url("../images/cta__bg.png") type("image/png")) no-repeat center/cover;
  border-radius: 24px;
  padding: 50px;
  overflow: hidden;
  background-position: center;
}
@media (max-width: 767px) {
  .cta__wrap {
    background-position: 70% center;
    height: 508px;
    padding: 24px;
  }
}
.cta__title {
  max-width: 446px;
  font-size: 48px;
  font-weight: 500;
  color: #EFF5FF;
  line-height: 58px;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 28px;
    font-weight: 500;
    color: #EFF5FF;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-right: 40px;
  }
}
.cta__btn {
  margin-top: 32px;
  padding: 20px 46px;
}

.feedback-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-top: 16px;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 1439px) {
  .feedback-socials {
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }
}
.feedback-socials__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.04em;
}
.feedback-socials__subtitle {
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
}
.feedback-socials__right {
  display: flex;
  gap: 16px;
}
.feedback-socials__item {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B288;
  border-radius: 12px;
  transition: 0.2s;
}
.feedback-socials__item:hover {
  background: rgb(0, 163.76, 125.12);
}
.feedback-socials__item-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox-wrap__icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #989898;
  border-radius: 4px;
  transition: 0.2s;
}
.checkbox-wrap__icon .icon {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: 0;
  transition: 0.2s;
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap input:checked + .checkbox-wrap__icon {
  background: #00B288;
  border-color: transparent;
}
.checkbox-wrap input:checked + .checkbox-wrap__icon .icon {
  opacity: 1;
}

.city-select {
  position: relative;
}
.city-select__icon {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 24px;
  height: 12px;
}
.city-select__list {
  overflow: auto;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  height: auto;
  gap: 32px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.city-select__list::-webkit-scrollbar {
  display: none;
}
.city-select__list-item {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.profile {
  margin-top: 30px;
}
.profile .section__title {
  max-width: 470px;
}
.profile .j-validate.was-validated .file-select {
  border: 1px solid rgb(255, 132.6, 83.8);
  border-radius: 14px;
}
.profile .j-validate.was-validated .checkbox__control {
  outline: 1px solid rgb(255, 132.6, 83.8) !important;
}
.profile__text {
  max-width: 407px;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  margin-top: 24px;
}
.profile-status-0 .profile__text, .profile-status-2 .profile__text, .profile-status-3 .profile__text, .profile-status--error .profile__text {
  display: none;
}
.profile-status-0 .profile__form, .profile-status-2 .profile__form, .profile-status-3 .profile__form, .profile-status--error .profile__form {
  display: none;
}
.profile__step ~ .profile__step {
  display: none;
}
.profile__step-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile__step-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.profile-status-0 .profile__step-head, .profile-status-2 .profile__step-head, .profile-status-3 .profile__step-head, .profile-status--error .profile__step-head {
  display: none;
}
.profile__step-num {
  font-size: 16px;
  color: #fff;
  background: #00B288;
  border-radius: 12px;
  padding: 12px 12.5px;
  text-transform: uppercase;
}
.profile__step-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .profile__step-title {
    font-size: 22px;
  }
}
.profile__left {
  width: 648px;
  max-width: 100%;
}
.profile-status-0 .profile__left, .profile-status-2 .profile__left, .profile-status-3 .profile__left, .profile-status--error .profile__left {
  margin: auto;
}
.profile__right {
  max-width: calc(100% - 648px - 50px);
}
@media (max-width: 1199px) {
  .profile__right {
    display: none;
  }
}
.profile__btn {
  width: 240px;
}
.profile__img {
  border-radius: 24px;
  overflow: hidden;
}
.profile__photo-info {
  font-size: 18px;
  color: #898989;
  line-height: 23px;
}
.profile__info {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.profile__info-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  fill: #585B5E;
}
.profile__info-text {
  max-width: 491px;
  font-size: 16px;
  line-height: 23px;
}
.profile__buttons {
  display: flex;
  gap: 16px;
}
.profile__back-btn {
  width: 110px;
  color: #697F95;
  background: none;
  margin-top: 0;
}
.profile__back-btn:hover {
  background: none;
}
.profile__send-btn {
  margin-top: 0;
}

.file-select__select {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  cursor: pointer;
}
.file-select__select input {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.file-select__select-icon {
  width: 24px;
  height: 24px;
  fill: #00B288;
  pointer-events: none;
}
.file-select__select-text {
  font-size: 20px;
  color: #00B288;
  line-height: 24px;
  letter-spacing: -0.02em;
  pointer-events: none;
}
.file-select__file {
  position: relative;
  width: 100%;
  display: none;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  align-items: center;
}
.file-select__file-name {
  position: absolute;
  top: 24px;
  left: 60px;
  right: 67px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.04em;
  margin-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.file-select__file-icon-1 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #00B288;
}
.file-select__file-icon-2 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #FF5A5A;
  margin-left: auto;
  cursor: pointer;
}

.spec-select {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #fff;
  border-radius: 12px;
  padding: 24px 60px 24px 24px;
}
.spec-select__wrap {
  position: relative;
}
.spec-select__text {
  font-size: 20px;
  color: #989898;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.spec-select__icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 24px;
  height: 12px;
}
.spec-select__dd {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #fff;
  border-radius: 12px;
  padding: 32px 20px;
  z-index: 1;
}
.spec-select__item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #A9A9A9;
  border-radius: 100px;
  padding: 9px;
  white-space: nowrap;
}
.spec-select__item-icon {
  width: 14px;
  height: 14px;
}