@charset "UTF-8";

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

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;
}

.header {
  padding: 33px 0 30px;
}

@media (max-width: 767px) {
  .header {
    padding: 30px 0 42px;
  }
}

.header .content-wrap {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 130px;
  margin-right: auto;
}

.header__logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .header__logo {
    width: 105px;
  }
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0070DA;
  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: #0070DA;
}

.header__social {
  background: #F1F4F7;
  border-radius: 12px;
  padding: 12px;
  margin-left: 16px;
  transition: 0.2s;
}

.header__social--email {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  font-weight: 500;
  color: #0070DA;
  text-decoration: none;
}

@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: #0070DA;
}

.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;
  }
}

.header__region-bar {
  border-top: 1px solid #e8ecf0;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 0;
}

.header__region-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.header__region-label {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}

.header__region-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.header__region-btn {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #dce3ea;
  background: #fff;
  color: #1f2937;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.header__region-btn:hover {
  border-color: #0070da;
  color: #0070da;
}

.header__region-btn--active {
  background: #0070da;
  border-color: #0070da;
  color: #fff;
}

.header__region-btn--active:hover {
  color: #fff;
  border-color: #005bb5;
  background: #005bb5;
}

@media (max-width: 767px) {
  .header__region-bar {
    margin-top: 12px;
    padding-top: 10px;
  }

  .header__region-btn {
    padding: 7px 12px;
    font-size: 12px;
  }
}

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__logo {
  width: 140px;
  display: inline-block;
}

.footer__logo img {
  width: 100%;
}

.footer__social {
  display: flex;
  gap: 16px;
}

.footer__social-link {
  background: #DEEBF9;
  border-radius: 12px;
  padding: 12px;
  transition: 0.2s;
}

.footer__social-link--email {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  font-weight: 500;
  color: #0070DA;
  text-decoration: none;
}

.footer__social-link:hover {
  background: rgb(200.4230769231, 221.9230769231, 245.0769230769);
}

.footer__social-icon {
  width: 24px;
  height: 24px;
  fill: #0070DA;
}

.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;
  }
}

.document {
  margin-top: 33px;
  margin-right: 15vw;
}

@media (max-width: 767px) {
  .document {
    margin-right: 5vw;
  }
}

.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: #2997FF;
}

.document__section a:hover {
  color: #0070DA;
  text-decoration: underline;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.change-password {
  background: url("../images/reset-password__desktop-bg.png") no-repeat center center;
  background-size: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 12px;
  overflow: hidden;
}

.change-password__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #F3F5FC;
  border-radius: 24px;
  padding: 32px;
  margin: 0 12px;
  min-width: 434px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .change-password__block {
    min-width: 100%;
    padding: 24px;
  }
}

.change-password__title {
  color: #1F2129;
  font-weight: 700;
  font-size: 30px;
}

.change-password__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.change-password__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.change-password__field-label {
  font-weight: 500;
  font-size: 12px;
  color: #454A59;
  text-transform: uppercase;
}

.change-password__field-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 370px;
  min-width: 300px;
  max-width: 100%;
  height: 57px;
  padding: 16px 20px;
  border-radius: 12px;
  background: white;
}

.change-password__field-wrapper--disabled {
  background: #E5E8F5;
  color: #C7CEDE;
}

.change-password__field-wrapper--focused {
  border: 1px solid #122B94;
}

.change-password__field-wrapper--error {
  border: 1px solid #DD3333;
}

.change-password__field-wrapper--error input {
  color: #DD3333;
}

.change-password__field-input {
  background: none;
  border: none;
  font-size: 18px;
}

.change-password__field-eye {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  fill: #C7CEDE;
  cursor: pointer;
}

.change-password__field-eye use {
  pointer-events: none;
}

.change-password__field-eye svg {
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.change-password__field-tags {
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.change-password__field-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #E0E6F7;
  color: #919AB6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  padding: 6px 10px 6px 4px;
  border-radius: 900px;
}

.change-password__field-tag--correct {
  background: #DDF1E4;
  color: #06AC03;
}

.change-password__field-tag--correct svg {
  fill: #06AC03;
}

.change-password__field-tag svg {
  width: 18px;
  height: 18px;
  fill: #919AB6;
}

.change-password__field-error {
  display: none;
  color: #DD3333;
  font-size: 14px;
  font-weight: 400;
}

.change-password__field--error .change-password__field-label {
  color: #DD3333;
}

.change-password__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 56px;
  border-radius: 39px;
  background: #1E47F7;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.change-password__button:disabled {
  background: #E0E6F7;
  color: #AFB5C5;
  cursor: not-allowed;
}

.change-password__button--loading:disabled {
  background: #1E47F7;
  color: white;
  cursor: wait;
}

.change-password__button-loading {
  display: none;
  width: 16px;
  height: 16px;
  fill: white;
  animation: spin 3s linear infinite;
}

.change-password__result {
  padding: 12px;
}

.change-password__result-image {
  margin: -70px auto -30px;
  width: 200px;
}

.change-password__result-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.change-password__result-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  max-width: 300px;
}

.change-password__result-description {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.change-password__result-button {
  width: 100%;
  height: 56px;
  border-radius: 39px;
  background: white;
  color: #15171D;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

#change-password-success,
#change-password-fail {
  display: none;
}

#reset-password-success,
#reset-password-fail {
  display: none;
}

.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: #0070DA;
  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 #F1F4F7;
  border-radius: 12px;
  background: #F1F4F7;
  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: #2997FF;
}

.questionnaire__form .offer a:hover {
  color: #0070DA;
  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: #F1F4F7;
  border-radius: 20px;
  padding: 16px;
}

.questionnaire .questionnaire__aside .benefit-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0070DA;
  display: grid;
  place-items: center;
  fill: #0070DA;
}

.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: #0070DA;
  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, 100.8, 196.2);
  box-shadow: 0 0 0 3px rgba(0, 112, 218, 0.16);
}

.questionnaire2__form .uploader__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: #0070DA;
  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, 103.04, 200.56);
}

.questionnaire2__form .uploader__btn:active {
  transform: translateY(1px);
}

.questionnaire2__form .uploader__btn-ico {
  inline-size: 20px;
  block-size: 20px;
  -webkit-mask: url("../sprite.html#upload") no-repeat center/contain;
  mask: url("../sprite.html#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.html#file") no-repeat center/contain;
  mask: url("../sprite.html#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.html#info-outline-rounded") no-repeat center/contain;
  mask: url("../sprite.html#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: #0070DA;
  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: #0070DA;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}

.questionnaire2__form .agreements label.checkbox .checkbox__text a:hover {
  color: rgb(0, 100.8, 196.2);
}

@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: #0070DA;
  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, 98.8990825688, 192.5);
}

.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: #0070DA;
}

.slider-nav__btn:hover .slider-nav__btn-icon {
  fill: #F1F4F7;
}

.slider-nav__btn-icon {
  width: 100%;
  height: 100%;
  fill: #0070DA;
  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: #0070DA;
}

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: #F1F4F7;
  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: #2997FF;
  border-radius: 12px;
  transition: 0.2s;
}

.popup-wrap .popup__socials-item:hover {
  background: #0070DA;
}

.popup-wrap .popup__socials-item .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.popup-wrap .popup__socials-item--email {
  width: auto;
  padding: 0 14px;
  background: #DEEBF9;
  color: #0070DA;
  text-decoration: none;
  font-weight: 500;
}

.popup-wrap .popup__socials-item--email:hover {
  background: rgb(200.4230769231, 221.9230769231, 245.0769230769);
}

.feedback-socials__item--email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  background: #DEEBF9;
  color: #0070DA;
  text-decoration: none;
  font-weight: 500;
}

.feedback-socials__item--email:hover {
  background: rgb(200.4230769231, 221.9230769231, 245.0769230769);
}

.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: #2997FF;
}

.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: #0070DA;
}

.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: 545px;
  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: #F1F4F7;
  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: #0070DA;
}

.heroscreen__item-price {
  display: flex;
  align-items: center;
  gap: 4.88px;
  font-size: 9.76px;
  color: #F1F4F7;
  line-height: 11px;
  background: #0070DA;
  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: #F1F4F7;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about__item {
    display: flex;
    flex-direction: column;
    background: #0070DA;
    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: #0070DA;
}

.app__wrap {
  position: relative;
  height: 425px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: #F1F4F7;
  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: 200px;
  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;
  align-items: center;
  gap: 24px;
}

.app__content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.app__content-text {
  max-width: 220px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.app__content-icons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .app__content-icons {
    position: absolute;
    left: 20px;
    bottom: 20px;
    gap: 16px;
  }
}

.app__content-icons a {
  display: inline-flex;
  line-height: 0;
}

.app__content-icons img {
  width: 46px;
  height: 46px;
  display: block;
}

@media (max-width: 767px) {
  .app__content-icons img {
    width: 67px;
    height: 67px;
  }
}

.app__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #DEEBF9;
  border-radius: 12px;
  transition: 0.2s;
}

.app__contact-link:hover {
  background: rgb(200.4230769231, 221.9230769231, 245.0769230769);
}

.app__contact-icon {
  width: 24px;
  height: 24px;
  fill: #0070DA;
}

.app__email {
  margin-top: 8px;
}

.app__email a {
  color: #0070DA;
  text-decoration: none;
}

@media (max-width: 767px) {
  .app__contact-link {
    width: 67px;
    height: 67px;
    border-radius: 16px;
  }

  .app__email--sm {
    margin-top: 12px;
  }
}

.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: #F1F4F7;
  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: #F1F4F7;
  border-radius: 24px;
  padding: 24px 24px 32px;
  overflow: hidden;
  min-height: 360px;
}

@media (max-width: 1199px) {
  .hiring__right {
    height: 300px;
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .hiring__right {
    border-radius: 12px;
  }
}

.hiring__right-title {
  position: relative;
  z-index: 2;
  max-width: 250px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.hiring__right img {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 45px;
  transform: translateX(-50%);
  width: min(90%, 640px);
  max-width: none;
  z-index: 1;
}

/* Слегка уменьшаем визуальный размер карты Беларуси, не затрагивая карту Казахстана */
img#hiringMap[src*="hiring__map_by1.svg"] {
  transform: translate(-50%, 40px) scale(0.7) !important;
}

@media (max-width: 1199px) {
  .hiring__right img {
    bottom: 18px;
    width: min(76%, 500px);
  }
}

@media (max-width: 767px) {
  .hiring__right {
    min-height: 300px;
    padding: 20px 18px 22px;
  }

  .hiring__right-title {
    max-width: 180px;
  }

  .hiring__right img {
    width: min(88%, 300px);
    max-width: none;
    left: 50%;
    right: auto;
    bottom: 18px;
    transform: translateX(-50%);
  }
}

.get-started__wrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 28px);
  margin-top: 40px;
  align-items: stretch;
}

@media (max-width: 1500px) {
  .get-started__wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .get-started__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .get-started__item--qr-block {
    grid-column: 1 / -1;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .get-started__wrap {
    grid-template-columns: 100%;
    gap: 16px;
    margin-top: 24px;
  }
}

.get-started__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  background: #f1f4f7;
  border-radius: 24px;
  padding: 26px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 112, 218, 0.07);
  box-shadow: 0 4px 24px rgba(15, 40, 80, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) {
  .get-started__item:hover {
    box-shadow: 0 12px 36px rgba(15, 40, 80, 0.1);
    border-color: rgba(0, 112, 218, 0.12);
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .get-started__item {
    transition: none;
  }

  .get-started__item:hover {
    transform: none;
  }
}

.get-started__item>.get-started__item-step,
.get-started__item>.get-started__item-title,
.get-started__item>.get-started__item-text,
.get-started__item>.get-started__item-btn,
.get-started__item>.get-started__item-qr {
  position: relative;
  z-index: 2;
}

.get-started__item-img,
.get-started__item-img-sm {
  z-index: 1;
}

@media (max-width: 1199px) {
  .get-started__item:nth-child(4) .get-started__item-img {
    display: none;
  }
}

.get-started__item--text-only {
  min-height: 0;
  justify-content: flex-start;
  padding-bottom: 30px;
}

.get-started__item--qr-block {
  min-height: 400px;
  background: linear-gradient(165deg, #f6f9fc 0%, #eef3f8 100%);
}

.get-started__item--qr-block .get-started__item-qr {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  border-radius: 20px;
  padding: 18px 20px 20px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 112, 218, 0.1);
  box-shadow: 0 8px 32px rgba(0, 50, 120, 0.08);
}

.get-started__item--qr-block .get-started__item-qr img {
  width: auto;
  max-width: min(216px, 100%);
  height: auto;
  max-height: 216px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .get-started__item {
    min-height: auto;
    height: 360px;
    padding: 22px 18px 20px;
  }

  .get-started__item--text-only {
    height: auto;
    min-height: 0;
    padding-bottom: 26px;
  }

  .get-started__item--qr-block {
    height: auto;
    min-height: 0;
    padding-bottom: 22px;
  }

  .get-started__item--qr-block .get-started__item-qr {
    padding: 14px 16px 16px;
    margin-top: 12px;
  }

  .get-started__item--qr-block .get-started__item-qr img {
    max-width: 196px;
    max-height: 196px;
  }
}

.get-started__item-step {
  display: inline-block;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f1f4f7;
  line-height: 1.25;
  background: #0070da;
  border-radius: 100px;
  padding: 7px 14px;
  box-shadow: 0 2px 8px rgba(0, 112, 218, 0.25);
}

@media (max-width: 767px) {
  .get-started__item-step {
    align-self: center;
  }
}

.get-started__item-title {
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin-top: 24px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .get-started__item-title {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-top: 18px;
    text-align: center;
  }
}

.get-started__item-text {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.78);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .get-started__item-text {
    font-size: 16px;
    text-align: center;
  }
}

.get-started__item-btn {
  width: 100%;
  min-height: 60px;
  margin-top: auto;
  padding: 12px 14px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15;
  font-size: clamp(14px, 0.95vw, 18px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 1439px) {
  .get-started__item-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .get-started__item-btn {
    font-size: 18px;
    margin-top: auto;
    padding: 12px 16px;
    white-space: normal;
  }
}

.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;
}

/* Шаг 3: иллюстрация снизу, без перекрытия текста (z-index выше у блока текста) */
.get-started__item-img--slot {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: calc(100% - 44px);
  max-width: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 18px;
  box-sizing: border-box;
  pointer-events: none;
}

.get-started__item-img--slot img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(15, 40, 80, 0.08));
}

.get-started__item-img--step3 img {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .get-started__item-img--slot {
    max-width: min(304px, 100%);
  }
}

@media (max-width: 767px) {
  .get-started__item-img--slot {
    padding-bottom: 12px;
    max-width: 280px;
  }

  .get-started__item-img--step3 img {
    max-height: 168px;
  }
}

.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: #F1F4F7;
  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: #0070DA;
  }

  .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: #F1F4F7;
  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: #F1F4F7;
  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;
  flex-wrap: wrap;
}

.feedback-socials__item {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2997FF;
  border-radius: 12px;
  transition: 0.2s;
}

.feedback-socials__item.feedback-socials__item--email {
  width: auto;
  min-height: 48px;
  height: auto;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 16px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #fff;
}

.feedback-socials__item:hover {
  background: #0070DA;
}

.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: #0070DA;
  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: #F1F4F7;
  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: #0070DA;
  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: #F1F4F7;
  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: #0070DA;
  pointer-events: none;
}

.file-select__select-text {
  font-size: 20px;
  color: #0070DA;
  line-height: 24px;
  letter-spacing: -0.02em;
  pointer-events: none;
}

.file-select__file {
  position: relative;
  width: 100%;
  display: none;
  background: #F1F4F7;
  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: #0070DA;
}

.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: #F1F4F7;
  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: #F1F4F7;
  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;
}