.grecaptcha-badge {
  display: none;
}

.form-result {
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
      padding: 20px;
    border-radius: 24px;
    margin-bottom: 20px;
}

.mobile-number {
  display: block;
}

.select__searches {
  display: none;
}

/* Поиск по городам в select (popup_consult и др.) */
.select_city .select__searches {
  display: block !important;
}

/* Ошибка валидации select города */
.select._form-error .select__title {
  border-color: var(--color-error, #e53935);
}

.select-city-wrap {
  margin-left: 10px;
}

.form-title-success {
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-bottom: 5px;
}

.form-checkbox-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.form-checkbox-container input {
  width: 18px;
  height: 18px;
}

.form-checkbox-container input:checked {
  accent-color: #00A460;
}

.form-checkbox-container label {
      font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #218b85;
}

.select-city__block__text-city {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  display: block !important; /* или inline-block */
  max-width: 100px; /* явно заданная ширина */
  line-height: 1;
}

.policy-text {
  text-decoration: underline;
  display: inline;
}

.contacts__form-success {
  display: none;
}
.header-top__tel {
  font-size: 24px;
}
.calculator__content .calculator__submit,
.consultation__btn.btn {
  font-size: 1.5rem;
}
/*.documents__list li:nth-child(4) {
    margin-bottom: 50px
}*/

.footer-link {
  display: inline;
  text-decoration: underline;
}

.section-send-content .manager-item.sm {
  display: none;
}

input:focus {
  outline: none;
}

.faq_content {
  display: flex;
  flex-direction: row;
  gap: 150px;
}

.questions-categories {
  display: flex;
  flex-direction: column;
  display: flex;
  gap: 5px;
  max-width: 300px;
  width: 100%;
}

.questions-categories a {
  color: black;
  opacity: 0.7;
  transition: 0.2s;
}

.questions-categories a:hover {
  opacity: 1;
}

.elements-list {
  width: 100%;
}

.elements-item {
  margin-bottom: 50px;
}

.elements-item h5 svg {
  transform: rotate(270deg);
}

.elements-item h3 {
  margin-bottom: 10px;
}

/*.questions-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}*/

/*.question-item {
    background: #dcffe0;
    box-shadow: 0px 3px 2px #e4e4e4;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.2s;
}

.question-item:hover {
    background: #e9ffeb;
}*/

.question-item-active h5 {
  margin-bottom: 10px;
}

.question-item-active h5 svg {
  transform: rotate(0deg);
}

.question-item h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.que-hidden {
  display: none;
}

.custom-button-consultation {
  display: block;
  width: fit-content;
  display: flex;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 0px;
}

.contacts__info-tel-num a {
  display: inline-block;
}

.footer__container {
  max-width: 100%;
  padding: 0px;
}

.footer {
  padding: 0px;
}
/*.footer-bottom-custom, .footer__main {*/
/*    max-width: 1280px;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*}*/

.footer_desc-custom {
  width: 100%;
  background: white;
}

.footer_payments-custom {
  width: 100%;
  background: #999999;
}

.footer__desc {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__main {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__payments {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer__bottom {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
}

.footer__bottom,
.footer__payments div {
  color: white;
}

#container {
  display: flex;
  flex-direction: row;
  height: 550px;
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}

#city-list {
  width: 526px;
  background: white;
  border-right: 1px solid #ddd;
  overflow-y: auto;
  padding: 32px;
}

#city-list h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

#city-search {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
}

.city-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  margin-bottom: 10px;
  border: none;
  background: #d6dedd;
  text-align: left;
  cursor: pointer;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: background 0.2s;
  font-size: 15px;
}

.city-btn .city-number {
  font-weight: 500;
  width: fit-content;
  font-size: 17px;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  padding: 13px 32px;
  border-radius: 30px;
  margin-bottom: 37px;
  color: white;
}

.city-btn .city-info {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #072329;
  margin-bottom: 24px;
}

.city-btn.active,
.city-btn:hover {
  background: #eaf2f1;
  border: 2px solid #00a460;
  color: white;
}

.city-btn.active .city-info,
.city-btn:hover > .city-info {
  color: #1c3b42;
}

.city-btn .links-list {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 12px;
}

#city-select {
  width: 100%;
  padding: 13px 20px;
  border-radius: 30px;
  border: 2px solid #00a460;
  color: #072329;
  margin-bottom: 24px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 2rem; /* место под стрелку */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 0.75rem center;
  background-size: 1rem;
}

/*#city-select::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}*/

#map {
  flex: 1;
  min-height: 400px;
}

.map_content {
  display: flex;
  flex-direction: row;
  gap: 150px;
}

@media (max-width: 768px) {
  #container {
    flex-direction: column;
  }

  #city-list {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  #container {
    height: 800px;
  }
}

@media screen and (max-width: 1355px) {
  .footer__main,
  .footer_payments-custom,
  .footer_desc-custom {
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .faq_content {
    gap: 75px;
  }
}

@media screen and (max-width: 877px) {
  .faq_content {
    gap: 50px;
    flex-direction: column;
  }
}

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1); padding: 20px; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1000; } .cookie-banner.show { transform: translateY(0); } .cookie-banner-content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; } .cookie-icon { font-size: 2rem; flex-shrink: 0; } .cookie-text { flex: 1; color: #333; font-size: 14px; line-height: 1.5; min-width: 300px; } .cookie-actions { display: flex; gap: 12px; flex-shrink: 0; } .cookie-btn { padding: 12px 24px; border: none; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; text-decoration: none; white-space: nowrap; } .cookie-btn-primary { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); } .cookie-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4); } .cookie-btn-secondary { background: transparent; color: #666; border: 1px solid #ddd; } .cookie-btn-secondary:hover { background: #f5f5f5; border-color: #ccc; } @media (max-width: 768px) { .cookie-banner-content { flex-direction: column; text-align: center; gap: 15px; } .cookie-text { min-width: auto; } .cookie-actions { width: 100%; justify-content: center; } .cookie-btn { flex: 1; max-width: 200px; } }

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Golos Text", sans-serif;
  font-weight: 400; /* Regular */
}

body.offScroll {
  overflow: hidden;
}

/*#bx-panel {
    display: none !important;
}*/

header {
  width: 100%;
  background-color: white;
  border-radius: 0px 0px 80px 80px;
  border-bottom: 2px solid #eaf2f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  transition: 0.2s;
}

header.hidden {
  transform: translateY(-100%);
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 100px;
}

.why-section {
  padding-left: 20px;
  padding-right: 20px;
}

.ref-section {
  padding-left: 20px;
  padding-right: 20px;
}

.section-title div {
  width: 86px;
  height: 6px;
  background: #00a460;
}

.section-title h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
}

.header-container {
  max-width: 1296px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px 0px;
  max-height: 104px;
}

.header-bottom-menu {
  max-width: 1296px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-bottom-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #eaf2f1;
  padding: 20px 0px;
  width: 100%;
  display: none;
}

.header-bottom-menu-list.active {
  display: flex;
}

.header-bottom-menu-list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #1c3b42;
}

.header-bottom-menu-list div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaf2f1;
  border-radius: 30px;
}

.header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.header-nav-menu-block {
  display: flex;
  flex-direction: row;
}

.header-nav-links-block {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.header-nav-links-block a {
  font-size: 18px;
}

.gradient-button-green {
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: white;
  border-radius: 25px;
  font-weight: 500;
  font-size: 15px;
}

.gradient-button-green:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}

.gradient-button-blue {
  background: #c7e2e6;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: black;
  border-radius: 25px;
  font-weight: 500;
  font-size: 15px;
}

.header-nav-links-block .gradient-button-blackblue:hover {
  background:#1C3B42;
}

.header-nav-links-block .gradient-button-blackblue:hover svg path {
  stroke: transparent;
  fill: white;
}


.gradient-button-blackblue {
  background: #8ebdc5;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: black;
  border-radius: 25px;
  font-weight: 500;
  font-size: 15px;
}

.header-nav-text-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 22px;
  margin-right: 22px;
  gap: 24px;
}

.header-nav-text-block a {
  font-weight: 500;
  font-size: 16px;
  color: #072329;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.partners-top-content .link-button.green.sm {
  display: none;
}

.manager-content-left .link-button.green.sm {
  display: none;
}

.show-header-menu.active {
  color: #00a460;
}

.show-header-menu.active svg path {
  stroke: #00a460;
}

.show-header-menu.active svg {
  transform: rotate(180deg);
}

.header-nav-buttons-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  /*margin-right: 32px;*/
   margin-right: auto;
}

.section {
  width: 100%;
}

.section-content {
  max-width: 1296px;
  width: 100%;
  margin: auto;
}

.section-services {
  padding: 0;
}

/*получить деньги под залог авто*/
.section-hero-container {
  background: #eaf2f1;
  padding: 0 20px;
  padding-top: 150px;
  padding-bottom: 120px;
}

.section-hero {
  padding: 80px;
  background: #072329;
  border-radius: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 548px);
  column-gap: 62px;
  row-gap: 24px;
  align-items: start;
}

.section-hero > .hero-info {
  grid-column: 1;
  grid-row: 1;
}

.section-hero > .hero-calculator {
  grid-column: 2;
  grid-row: 1;
}

.section-hero > .service-info-fullwidth-row {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}

.hero-info h1 {
  font-weight: 500;
  font-size: 60px;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 70px;
}

.hero-info span {
  color: #00a460;
}

.hero-info-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-info-points.sm {
  display: none;
}

.hero-info-points span {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  padding: 8px 16px;
  background: white;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 25px;
}

.hero-calculator {
  max-width: 548px;
  width: 100%;
}

.calculator-form-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.calculator-form-title div {
  width: 46px;
  height: 4px;
  background: #00a460;
}

.calculator-form-title h2 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  color: white;
}

/*услуги для вас */

.section-services {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  margin-bottom: 120px;
}

.services-content {
  /* padding: 0 20px; */
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 100px;
}

.services-title div {
  width: 86px;
  height: 6px;
  background: #00a460;
}

.services-title h2 {
  font-weight: 500;
  font-size: 56px;
}

.services-block-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.services-block-item {
  width: 100%;
  background: red;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #005b65;
  padding-top: 18px;
  padding-bottom: 18px;
  background: white;
  border-radius: 24px 24px 0px 0px;
}

.services-block-item.active {
  background: #072329;
  color: #8ebdc5;
}

.service-info {
  width: 100%;
  border-radius: 0px 0px 64px 64px;
  background: #072329;
  padding: 80px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
}

.service-info.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-info-fullwidth-row {
  width: 100%;
  flex-basis: 100%;
  margin-top: 24px;
  opacity: 0.5;
}

.service-info-fullwidth-block {
  width: 100%;
  min-height: 30px;
}

.service-info-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.service-info-title div {
  width: 64px;
  height: 4px;
  background: #00a460;
}

.service-info-title h2 {
  font-weight: 500;
  font-size: 30px;
  color: white;
  margin-bottom: 56px;
  line-height: 1;
}

.service-info-content-left {
  display: flex;
  flex-direction: column;
}

.service-info-data {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.service-info-data h3 {
  font-weight: 500;
  font-size: 24px;
  color: #00a460;
  margin-bottom: 30px;
}

.service-info-data p {
  font-weight: 500;
  font-size: 24px;
  color: #8ebdc5;
  line-height: 0.5;
}

.service-info-data p span.large-text {
  font-weight: 500;
  font-size: 120px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 5px;
}

.service-info-data p span.large-text.font-120 {
  font-size: 120px;
}

.service-info-data p span.large-text.font-80 {
  font-size: 80px;
}

.service-info-data p span.small-text {
  font-weight: 500;
  font-size: 30px;
  color: white;
  vertical-align: top;
}

.service-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.service-info-list p {
  font-weight: 500;
  font-size: 16px;
  color: #218b85;
}

.service-info-list p span {
  font-weight: 500;
  font-size: 16px;
  color: #8ebdc5;
}

.service-info-content-right {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 544px;
  width: 100%;
  align-self: flex-end;
}

.service-info-notice {
  padding: 5px;
  background: rgba(13, 162, 122, 0.35);
  border-radius: 12px;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  font-variant: small-caps;
}

.service-info-content-right img {
  width: 100%;
  height: 376px;
  object-fit: cover;
  border-radius: 24px;
}

.service-info-links-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.service-info-links-list .social-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.service-info-links-list .social-list a {
  width: 40px;
  height: 40px;
  background: #1c3b42;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.service-info-links-list .get-consult {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 16px 20px;
  color: white;
  border-radius: 50px;
  width: 100%;
  justify-content: center;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
}

  .service-info-links-list .get-consult:hover {
    background: linear-gradient(273.48deg, #13915D, #13915D);
  }

/*почему нам доверяют*/

.why-trust-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.why-thrust-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}

.why-trust-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid #d6dedd;
  width: 100%;
}

.why-trust-item:last-child {
  border: 0;
}

.why-trust-item span {
  font-weight: 500;
  font-size: 80px;
  text-align: center;
  line-height: 0.8;
  color: #00a460;
}

.why-trust-item p {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: black;
}

.why-trust-bottom-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.why-trust-item-bottom {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d6dedd;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.why-trust-item-bottom:last-child {
  border: 0;
}

.why-trust-item-bottom .icon-block {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaf2f1;
  margin-bottom: 50px;
  border-radius: 45px;
}

.why-trust-item-bottom span {
  font-weight: 500;
  font-size: 30px;
  color: #072329;
  margin-bottom: 24px;
}

.why-trust-item-bottom p {
  font-weight: 500;
  font-size: 20px;
  color: #005b65;
}

/* категории заемщиков */

.category-block {
  padding: 80px;
  background: #072329;
  border-radius: 64px;
}

.category-block .section-title  {
  margin-bottom: 50px;
}

.category-block .section-title h2 {
  color: white;
  font-size: 40px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 16px;
  background: #082a32;
}

.category-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.category-item h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 24px;
  color: white;
}

.category-item p {
  font-weight: 400;
  font-size: 16px;
  color: #8ebdc5;
  line-height: 1.4;
}

.category-link-button {
  padding: 16px 193px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  border-radius: 50px;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: auto;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  width: fit-content;

  font-weight: 500;
  font-size: 18px;
  color: white;
}

.category-link-button:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}

/* retviews */

.retviews-content {
  max-width: unset;
}

.retviews-content-box {
  max-width: 1286px;
  width: 100%;
  margin: auto;
}

.retviews-list {
  background: #eaf2f1;
  border-radius: 80px;
  overflow-x: hidden;
}

.retviews-content-box .section-title {
  margin-bottom: 60px;
}

.retviews-content .section-title h2 {
  font-size: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.retviews-content .section-title div {
  height: 4px;
}

.retviews-content .section-title a {
  background: #eaf2f1;
  padding: 16px 40px;
  border-radius: 30px;
  line-height: 0.5;
}

/* refetral  */

.referal-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 64px;
  background: #072329;
  padding: 80px;
  gap: 46px;
}

.referal-content-left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.referal-left-content-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.referal-left-content-title div {
  width: 86px;
  height: 6px;
  background: #00a460;
}

.referal-left-content-title h2 {
  font-weight: 500;
  font-size: 56px;
  color: white;
  margin-bottom: 48px;
  line-height: 1;
}

.referal-content-left .ref-desc {
  font-weight: 500;
  font-size: 24px;
  color: #8ebdc5;
  margin-bottom: 75px;
}

.referal-content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.referal-content-list .content-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.referal-content-list .content-list-item div {
  width: 64px;
  height: 64px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #1c3b42;
  color: white;
}

.referal-content-list .content-list-item p {
  font-weight: 500;
  font-size: 20px;
  color: #c7e2e6;
}

.referal-content-right {
  max-width: 564px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.referal-content-right img {
  width: 100%;
  height: 376px;
  border-radius: 24px;
  object-fit: cover;
}

.referal-content-text {
  padding: 24px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #8ebdc5;
  background: #082a32;
}

.referal-content-right a {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.referal-content-right a:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}

/* questions */

.questions-content .section-title h2 {
  font-size: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.questions-content .section-title div {
  height: 4px;
}

.questions-content .section-title a {
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  padding: 13px 32px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;

  font-weight: 500;
  font-size: 17px;
  color: white;
}

.questions-content .section-title a:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}

.questions-block {
  display: flex;
  flex-direction: row;
  gap: 134px;
  min-height: 381px;
}

.questions-block-list {
  display: flex;
  flex-direction: column;
  max-width: 306px;
  width: 100%;
}

.question-item {
  border-left: 2px solid #d6dedd;
  font-weight: 500;
  font-size: 16px;
  color: #66959d;
  padding: 10px 16px;
  cursor: pointer;
}

.question-item.active {
  border-left: 2px solid #00a460;
  color: #1c3b42;
}

.answers-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.answers-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tab-content {
  flex-direction: column;
  gap: 40px;
  display: none;
}

.tab-content.active {
  display: flex;
}

.answers-block .answers-title div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 56px;
  height: 4px;
  background: #00a460;
}

.answers-block .answers-title h3 {
  font-weight: 500;
  font-size: 24px;
  color: #072329;
}

.answers-block-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.answer-item {
  border-top: 2px solid #eaf2f1;
  padding: 8px 0px;
}

.answer-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  font-weight: 500;
  font-size: 20px;
  color: #1c3b42;
  cursor: pointer;
}

.answer-item-title .answer-svg-container {
  width: 40px;
  height: 40px;
  background: #c7e2e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.answer-description {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.answer-item.expanded .answer-description {
  padding: 20px;
  max-height: fit-content;
}

/* actions */

.section-sales-content {
  border-radius: 80px;
  background: #072329;
  padding: 80px;
}

.sales-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 124px;
}

.sales-content-left {
  display: flex;
  flex-direction: column;
  max-width: 636px;
}

.sales-content-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sales-content-title div {
  background: #00a460;
  width: 86px;
  height: 6px;
}

.sales-content-title h3 {
  font-weight: 500;
  font-size: 56px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 48px;
}

.sales-content-left p {
  font-weight: 500;
  font-size: 30px;
  color: #66959d;
  margin-bottom: 64px;
}

.sales-content-left a {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
  padding-right: 40px;
  width: fit-content;
  background: #097fbe;
  border-radius: 30px;
}

.sales-content-left a:hover {
    background: #0075B4;
  }

.sales-content-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* map */

.section-title-offices-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;

  margin-bottom: 100px;
}

.section-title-offices {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-title-offices div {
  width: 86px;
  height: 6px;
  background: #00a460;
}

.section-title-offices h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
}

.map-links {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.map-links a {
  padding: 13px 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 17px;
  height: fit-content;
  color: white;
}

.map-links a:hover {

  background: linear-gradient(273.48deg, #13915D, #13915D);


}

.map-links .get-consult-link {
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
}

.map-links .get-route-link {
  background: #005b65;
}

/* more questions */

.section-more-questions-content {
  border-radius: 80px;
  padding: 80px 0px;
  background: #eaf2f1;
}

.more-questions-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 124px;
  background: #072329;
  padding: 80px;
  border-radius: 64px;
}

.more-questions-content-left {
  display: flex;
  flex-direction: column;
  max-width: 636px;
}

.more-questions-content-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.more-questions-content-left {
  max-width: 475px !important;
}

.more-questions-content-title div {
  background: #00a460;
  width: 86px;
  height: 6px;
}

.more-questions-content-title h3 {
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 48px;
}

.more-questions-content-left .more-desc {
  font-weight: 500;
  font-size: 24px;
  color: #66959d;
  margin-bottom: 40px;
}
/*
.more-questions-content-left a {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
  padding-right: 40px;
  width: fit-content;
  background: #097fbe;
  border-radius: 30px;
  width: 100%;
}*/

.form-checkbox-container label a {
  display: inline;
}


/*.more-questions-content-left a:hover {
  background: #0075B4;
}*/

.more-questions-content-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 564px;
}

.more-questions-content-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}

.more-questions-callback-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 56px;
}

.more-questions-callback-form input[type="text"] {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #1c3b42;
    background: #1c3b42;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #868e8d;
    font-family: Golos Text;
}

.more-questions-callback-form button {
  padding: 13px 20px;
  width: 100%;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  font-family: Golos Text;
  font-weight: 500;
  font-size: 17px;
  color: white;
  border-radius: 30px;
}

.more-questions-callback-form button:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}

.send-telegram-link-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 58px;
}

.send-telegram-link-text p {
  font-weight: 400;
  font-size: 18px;
  color: #c7e2e6;
}

.personal-data-info {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background: #082a32;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}

.personal-data-info div {
  max-width: 64px;
  width: 100%;
  height: 64px;
  padding: 10px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005b65;
}

.personal-data-info {
  font-weight: 400;
  font-size: 16px;
  color: #8ebdc5;
}



.personal-data-checkbox-block {
  display: flex;
  flex-direction: row;
  gap: 12px;
}


.personal-data-checkbox-block
  #personal-data-check {
  accent-color: #00a460; /* современный способ */
  width: 18px;
  height: 18px;
}


  .personal-data-checkbox-block
  #personal-data-check:checked {
  accent-color: #00a460; /* современный способ */
}

.personal-data-checkbox-block label {
  font-family: Golos Text;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0%;
  color: #66959d;
}

/* footer new */

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eaf2f1;
  border-radius: 35px 35px 0px 0px;
  padding-top: 36px;
  margin-top: 80px;
}

.footer-top-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 2px solid #d6dedd;
}

.footer-top {
  max-width: 1296px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
}

.footer-logo {
  max-width: 192px;
  width: 100%;
  margin-right: 52px;
}

.footer-logo a img {
  object-fit: cover;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu h3 {
  color: #082a32;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 140px;
}

.footer-parthnes-menu {
  margin-right: 25px;
}

.footer-menu-list a {
  color: #005b65;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.footer-info-list {
  display: flex;
  flex-direction: column;
  max-width: 228px;
}

.footer-info-list h3 {
  color: #082a32;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-info-list p {
  color: #005b65;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.footer-info-list a {
  font-weight: 500;
  font-size: 18px;
  color: #082a32;
  margin-top: 20px;
}

.footer-social {
  max-width: 196px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-social h2 {
  font-weight: 500;
  font-size: 16px;
  color: #082a32;
  margin-bottom: 20px;
  text-align: center;
}

.footer-social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.footer-telegram-link {
  padding: 4px 16px 4px 4px;
  background: #097fbe;
  font-weight: 500;
  font-size: 15px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 30px;
}

.footer-telegram-link:hover {
  background: #0075B4;
}

.footer-telegram-link svg {
  margin-right: 16px;
}

.footer-middle {
  max-width: 1296px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 40px 0px;
  margin: auto;
}

.text-content {
  max-width: 966px;
  width: 100%;
}

.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  background: #d6dedd;
  border-radius: 35px 35px 0px 0px;
}

.footer-bottom-container {
  max-width: 1296px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-bottom h3:first-child {
  font-weight: 500;
  font-size: 24px;
  color: #072329;
}

.footer-bottom-payments {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.footer-bottom-other {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.footer-bottom-other p {
  margin-left: auto;
  margin-right: 0px;
}

.footer-bottom-other a {
  text-decoration: underline;
}

/*swiper*/

.slider-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.swiper-retviews {
  width: 100%;
  padding: 100px 68px;
}

.swiper-slide {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 400px; /* 1296 / 3 = 432px */
  height: 472px;
  transition: all 0.3s ease;
  opacity: 0.5; /* все полупрозрачные */
  display: flex;
  flex-direction: column;
}

/* центральный */
.swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1.05);
}

.quote {
  font-size: 40px;
  color: #1fa471;
  margin-bottom: 10px;
}

.review-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin-top: auto;
  margin-bottom: 0px;
}

.author-icon {
  width: 28px;
  height: 28px;
  background: #e6f7f1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1fa471;
  font-size: 16px;
}

.retviews-arrows-container {
  display: flex;
  justify-content: space-between;
  max-width: 1296px;
  margin: auto;
}

.retviews-arrows-container div {
  z-index: 500;
  margin-top: -250px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 56px;
  width: 100%;
  height: 56px;
  min-height: 56px;
  border-radius: 8px;
  height: fit-content;
  cursor: pointer;
  transition: 0.2s;
}

.retviews-arrows-container div:hover {
  background: #00a460;
}

.retviews-arrows-container div:hover svg path {
  stroke: white;
}

.swiper-retviews-button-next svg {
  transform: rotate(180deg);
}

/* прогресс-бар */
.swiper-retviews-pagination {
  position: relative;
  height: 8px;
  background: #dfeee9;
  margin: 40px auto 0;
  border-radius: 4px;
  max-width: 1296px;
  overflow: hidden;
}

.swiper-pagination-progressbar-fill {
  background: #1fa471 !important;
}

/*swiper--*/

/* faq-page */

.faq-page-container {
  margin-top: 50px;
}

/**/

.select-city__dropdown-wrap {
  right: unset !important;
  top: calc(100% + 15px) !important;
}

/* partners */

.partners-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 96px;
  border-radius: 0px 0px 80px 80px;
}

.partners-top-content {
  max-width: 1296px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 214px;
  align-items: center;
  padding: 60px 20px;
}

.partners-left-content {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.partners-left-content h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  color: white;
  line-height: 1.1;
}

.partners-left-content h2 span {
  color: #00a460;
}

.link-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 40px;
  gap: 12px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  width: fit-content;
}

.link-button.green {
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  color: white;
}

.link-button.green:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}


.partners-right-content {
  width: 100%;
}

.partners-right-content img {
  max-width: 416px;
  width: 100%;
}

.advantages-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 96px;
}

.advantages-content {
  max-width: 1296px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  border-radius: 40px;
  background: #eaf2f1;
  padding: 64px 120px;
  gap: 108px;
}

.advantages-item {
  max-width: 420px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #005b65;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.advantages-separator {
  width: 6px;
  height: 190px;
  background: #d6dedd;
  align-self: stretch;
}

.manager-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 64px;
  background: #072329;
  padding: 80px;
}

.section-ask-question {
  padding: 90px 20px;
  background: #eaf2f1;
  border-radius: 80px;
}

.manager-content-left {
  display: flex;
  flex-direction: column;
}

.manager-left-content-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.manager-left-content-title div {
  width: 86px;
  height: 6px;
  background: #00a460;
}

.manager-left-content-title h2 {
  font-weight: 500;
  font-size: 56px;
  color: white;
  margin-bottom: 48px;
  line-height: 1;
}

.manager-content-left .ref-desc {
  font-weight: 500;
  font-size: 24px;
  color: #8ebdc5;
  margin-bottom: 75px;
}

.manager-content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.manager-content-list .content-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.manager-content-list .content-list-item div {
  width: 64px;
  height: 64px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #1c3b42;
  color: white;
}

.manager-content-list .content-list-item p {
  font-weight: 500;
  font-size: 20px;
  color: #c7e2e6;
}

.manager-content-right {
  max-width: 564px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.manager-content-right img {
  width: 100%;
  height: 376px;
  border-radius: 24px;
  object-fit: cover;
}

.manager-content-text {
  padding: 24px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #8ebdc5;
}

.manager-content-right a {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.manager-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px 24px;
  background: #082a32;
  border-radius: 50px;
  align-items: center;
  width: fit-content;
  margin-bottom: 48px;
}

.manager-item img {
  max-width: 88px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.manager-item div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.manager-item div h3 {
  font-weight: 500;
  font-size: 24px;
  color: #c7e2e6;
}

.manager-item div p {
  font-weight: 500;
  font-size: 16px;
  color: #66959d;
}

.section-send-content {
  border-radius: 80px;
  background: #072329;
  padding: 80px;
}

.send-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 124px;
}

.send-content-left {
  display: flex;
  flex-direction: column;
  max-width: 636px;
}

.send-content-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.send-content-title div {
  background: #00a460;
  width: 86px;
  height: 6px;
}

.send-content-title h3 {
  font-weight: 500;
  font-size: 56px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 48px;
}

.send-content-left p {
  font-weight: 500;
  font-size: 30px;
  color: #66959d;
  margin-bottom: 64px;
}

.send-content-left a {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
  padding-right: 40px;
  width: fit-content;
  background: #097fbe;
  border-radius: 30px;
}

.send-content-right {
  width: 100%;
  width: 480px;
}

.send-content-right form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.send-content-right form input[type="text"] {
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #8ebdc5;
  background: #1c3b42;
  width: 100%;
  border-radius: 40px;
}

.send-content-right form button {
  padding: 12px 0px;
  width: 100%;
  justify-content: center;
}

.send-prev-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.send-content-right  .link-button {
  width: 100%;
  justify-content: center;
}

.send-prev-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  font-weight: 500;
  font-size: 24px;
  color: #c7e2e6;
  margin-bottom: 24px;
}

.send-prev-item div {
  width: 16px;
  height: 16px;
  background: #00a460;
  margin-top: 9px;
}

.information__bottom-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
}

.information__bottom-group label {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #218b85;
}

.information__bottom-group input[type="checkbox"] {
  max-width: 18px;
  width: 100%;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #00a460;
  appearance: none;
  -webkit-appearance: none;
}

.send-content-right .manager-item {
  margin-top: 64px;
}

/* modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow-x: scroll;
  display: none;
}

.modal.show {
  display: flex;
}

.modal .modal-m {
  max-width: 636px;
  width: 100%;
}

.modal-content {
  background: white;
  padding: 48px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 350px;
  margin-bottom: 50px;
}

.modal-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.modal-title div {
  width: 64px;
  height: 4px;
  background: #00a460;
}

.modal-title h3 {
  font-weight: 500;
  font-size: 30px;
  color: #072329;
  line-height: 1.2;
}

.modal .modal-close {
  position: absolute;
  top: 48px;
  right: 48px;
}

.modal-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  background: #eaf2f1;
  border-radius: 24px;
  margin-bottom: 50px;
}

.form-container h4 {
  font-weight: 500;
  font-size: 14px;
  color: #1c3b42;
  margin-bottom: 20px;
}

.inputs-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* margin-bottom: 24px; */
}

.inputs-list input[type="text"] {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #d6dedd;
  background: #ffffff;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #868e8d;
  font-family: Golos Text;
}

.inputs-list input[type="text"] {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #d6dedd;
  background: #ffffff;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #868e8d;
  font-family: Golos Text;
}

.inputs-list input[type="text"]::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #868e8d;
}

.modal-content .link-button-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 13px 40px;
  gap: 12px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
  color: white;
  margin-bottom: 16px;
}

.select__title {
  width: 100%;
  border: 2px solid #d6dedd;
  background: #ffffff;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #868e8d;
  font-family: Golos Text;
}

.select__options {
  border-radius: 20px;
}

.custom-select {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}

.select-item {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 12px;
  background: #c7e2e6;
  border-radius: 50px;
  cursor: pointer;
}

.select-item.selected {
  background: #3ac168;
  color: white;
}

.popup-info {
  display: flex;
  flex-direction: column;
}

.popup-info .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.popup-info .title div {
  width: 56px;
  height: 4px;
  background: #00a460;
}

.popup-info .title h4 {
  font-weight: 500;
  font-size: 24px;
  color: #072329;
  line-height: 1.1;
}

.popup-info .items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.popup-info .items-list div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: #c7e2e6;
  border-radius: 50px;
}

.items-list-result {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.items-list-result p {
  font-weight: 400;
  font-size: 16px;
  color: #005b65;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.items-list-result p span {
  font-weight: 500;
  font-size: 20px;
  color: #1c3b42;
}

.credit-form {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    width: 100%;
}
.credit-form h2 {
    color: #333;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.credit-form .slider-container {
    margin-bottom: 24px;
}

.credit-form .summ-container {
    display: flex;
    align-items: center;
    /*gap: 8px;*/
     display: inline-flex;
  align-items: center;
}

.slider-container .summ-container input{
    font-size: 24px;
    font-family: "Golos Text", sans-serif;
  font-weight: 500;
  color: #00A460;
/*  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 10px;*/
  outline: none;
  width: auto;
  /*min-width: 80px;*/
}

.slider-container .summ-container span {
  font-weight: 500;
    font-size: 24px;
    color: #00A460;
}


/* "зеркало" для вычисления ширины */
#sumMirror {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  font-size: 24px;
  font-weight: 500;
  font-family: inherit;
}

.info-block-container {
    width: 100%;
    height: fit-content;
    background: linear-gradient(288.99deg, #072329 -7.38%, #187A8F 238.2%);
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-block-container.hidden {
  display: none;
}

.info-block {
    max-width: 1296px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info-block .text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-block .text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
}

.info-block .text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #8EBDC5;
}

.info-block a {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 8px;
    padding-right: 40px;
    width: fit-content;
    background: #097fbe;
    border-radius: 30px;

    margin-right: 100px;
    margin-left: auto;
}

.info-block .close-banner {
    margin-right: 0px;
    display: flex;
    cursor: pointer;
}



/* Для браузеров на базе WebKit (Chrome, Safari) */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Убирает стандартные отступы, чтобы стрелки не были видны */
}

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield; /* Заменяет стандартные стрелки на текстовое поле */
}

/* Для всех браузеров (включая Internet Explorer) */
/*input[type=number] {
  appearance: none;
}*/

/* Для других браузеров, таких как Chrome и Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Сбрасываем марджин, который может появиться */
}

.credit-form .slider-value {
    font-weight: 500;
    font-size: 24px;
    color: #00A460;
}

.credit-form input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #00A460;
    outline: none;
}

.credit-form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 3px solid #00C573;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

/*   .credit-form input[type=range]::-webkit-slider-thumb:hover {
    background: #27ae60;
    transform: scale(1.1);
}*/

.credit-form input[type=range]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 3px solid #00C573;
    cursor: pointer;
}

.credit-form input[type=range]::-moz-range-track {
    height: 4px;
    border-radius: 4px;
    background: #00A460;
}

.credit-form input[type=range]::-ms-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 3px solid #00C573;
    cursor: pointer;
}

.credit-form .range-labels {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    margin-top: 16px;
}

.credit-form .checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.credit-form .checkbox-container label {
    font-weight: 400;
    font-size: 13px;
    color: #218B85;
    line-height: 1;
}

.credit-form .checkbox-container #isIP:checked {
        accent-color: #00a460;
}

.credit-form  .checkbox-container input {
    margin-right: 8px;
}
.credit-form  .monthly-payment {
    color: #2ecc71;
    margin-left: auto;
    margin-right: 0px;
    font-weight: 500;
    font-size: 20px;
    color: #1C3B42;
}
.credit-form a {
   font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    padding: 16px 20px;
    color: white;
    border-radius: 50px;
    background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
    transition: 0.2s;
}

.form-checkbox-container a{
  font-weight: 500;
  font-size: 14px;
  color: #218b85;
  display: inline;
  background:none;
  padding:0;
  margin:0;
  border:none;
  outline:none;
  cursor:pointer;
}


.credit-form a:hover {
    background: linear-gradient(273.48deg, #13915D, #13915D);
}

.form-checkbox-container a:hover{
  text-decoration: underline;
  background:none;
  padding:0;
  margin:0;
  border:none;
  outline:none;
  cursor:pointer;
}


.credit-form button {
       font-weight: 500;
    width: 100%;
    font-size: 17px;
    display: flex;
    height: 48px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    /* padding: 16px 20px; */
    color: white;
    border-radius: 50px;
    background: linear-gradient(273.48deg, #0da27a 14.14%, #3ac168 81.82%);
    transition: 0.2s;
    margin-bottom: 10px;
}

.credit-form button:hover {
    background: linear-gradient(273.48deg, #13915D, #13915D);
}

.about{
  margin-top: 130px;
}

.line{
  max-width: 86px;
  width: 100%;
  height: 4px;
  background: #00A460;
  margin-bottom: 32px;
}

.about__block{
  padding: 80px;
  background-color:#072329; 
  border-radius: 64px;
  color: #C7E2E6;
  margin-bottom: 100px;
}

.about__block-content{
  display: flex;
  gap: 64px;
}

.about__block-info{
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about__block-info h2{
  color: #ffffff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
}

.about__block-info p{
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  max-width: 440px;
}

.about__block-info p:first-child{
  margin-bottom: 10px;
}

.about__block-info p span{
  color: #00A460;
}

.about__block-info a{
  color:#ffffff;
  padding: 16px 40px;
  background: linear-gradient(to left, #0DA27A, #3AC168);
  max-width: 247px;
  width: 100%;
  border-radius: 500px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.about__block-info a:hover {
  background: linear-gradient(273.48deg, #13915D, #13915D);
}

.about__block-left{
  max-width: 480px;
  width: 100%;
}

.about__block-right{
  width: 100%;
}

.about__block-right img{
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.breadcrumbs{
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  color: #3D9198; 
  margin-bottom: 40px;
}

.advantage{
  margin-bottom: 100px;
}

.advantage__row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.advantage__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.advantage__item div{
  padding: 20px;
  border-radius: 50%;
  background:#EAF2F1;
  max-height: 80px;
}

.advantage__item h3{
  font-size: 30px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}

.advantage__item:not(:last-child){
  padding-right: 24px;
  border-right: 2px solid #D6DEDD;
}
/*

  @media screen and (max-width: 576px) {
    .br{
      display: block;
    }
  }*/




/* новые отступы */

@media screen and (max-width:  1900px) {
  /* шапка */
  header {
    border-radius: 0px 0px 40px 40px;
  }

  .documents.section {
    margin-top: 100px;
  }

  #success-modal {
    align-items: center;
  }

  .header-container {
    padding: 20px 20px;
  }

  .header-main__logo {
    max-width: 144px;
    /*margin-right: 20px;*/
  }

  /*..шапка*/

  /* блок получить дэньги */

  .section-hero-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 120px !important;
    padding-bottom: 30px !important;
  }

  .section-hero {
    padding: 40px;
    border-radius: 30px;
  }

  .hero-calculator .calculator-form-title {
    display: none;
  }
  .services-title {
    gap: 15px !important;
  }

  /* ...блок получить дэньги */
  .service-info-title {
    gap: 15px !important;
  }

  .service-info-title h2 {
    margin-bottom: 0px !important;
  }
  .services-block-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  /* услуги для вас */
  .service-info-list {
    margin-top: 0px;
    gap: 5px;
  }
  .service-info-links-list .get-consult {
    padding: 0;
    height: 48px;
    width: 100%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
  .service-info-content-right {
    gap: 45px;
    align-self: unset;
  }
  .section-services {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .section {
    padding: 30px 0px;
  }
  .services-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .service-info-data p span.large-text.font-120 {
    font-size: 80px;
  }

  .services-title {
    margin-bottom: 30px;
  }

  .service-info-title {
    margin-bottom: 30px;
  }

  .services-title h2 {
    line-height: 1;
  }


  .service-info {
    border-radius: 0px 0px 30px 30px;
    padding: 40px;
  }

  /* ...услуги для вас */

  /* почему нам доверяют */

  .why-thrust-list {
    margin-bottom: 40px;
  }

  .why-trust-item span {
    font-size: 65px;
  }

  .why-trust-item-bottom .icon-block {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .why-trust-item-bottom span {
    line-height: 1.2;
  }


  /* ...почему нам доверяют */

  /* категории заемщиков */

  .category-block {
    border-radius: 30px;
    padding: 40px;
  }


  /* ...категории заемщиков */

  /* отзывы  */
  .retviews-list {
    border-radius: 30px;
  }
  .swiper-retviews {
    padding: 40px 68px;
  }

  .category-link-button {
    padding: 0;
    height: 48px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 120px;
    margin-top: 30px;
  }

  /* ...отзывы */

  /*реферальная программа credeo*/
  .section-title {
    margin-bottom: 30px;
    gap: 15px;
  }
  .referal-content {
    padding: 40px;
    border-radius: 30px;
  }

  .category-block .section-title {
    margin-bottom: 30px;
  }

  .category-block {
    padding: 30px;
  }

  .referal-left-content-title {
    gap: 15px;
  }

  .referal-left-content-title h2 {
    margin-bottom: 30px;
    font-size: 44px;
  }


  .referal-content-list .content-list-item p {
    font-size: 18px;
  }

  .referal-content-left .ref-desc {
    font-size: 18px;
  }

  .referal-content-left .ref-desc {
    margin-bottom: 45px;
  }

  .referal-content-list .content-list-item div {
    height: 35px;
    width: 35px;
  }

  .referal-content-list {
    gap: 15px;
  }

  .referal-content-right a {
    padding: 0px;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
  }

  .referal-content-right img {
    height: 250px;
  }

  /*...реферальная программа credeo*/



  /* оставьте заявку сегодня  */
  .sales-content-left a {
    height: 48px;
  }
  .sales-content {
    justify-content: unset;
    gap: 200px;
  }

  .sales-content-title {
    gap: 15px;
  }
  .sales-content-title h3 {
    line-height: 1.1;
    font-size: 44px;
    margin-bottom: 30px;
  }

  .sales-content-left p {
    font-size: 20px;
  }
  .section-sales-content {
    padding: 40px;
    border-radius: 30px;
  }

  .sales-content-right {
    max-width: 300px;
  }

  /*...оставьте заявку сегодня*/

  /* наши офисы  */
  
  .section-title-offices {
    gap: 15px;
  }

  .section-title-offices-block {
    margin-bottom: 30px;
  }

  .city-btn .city-number {
    margin-bottom: 10px;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 1;
  }

  .retviews-content .section-title a {
    padding: 0px;
    padding-right: 30px;
    padding-left: 30px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #city-list {
    width: 400px;
  }

  .retviews-content-box .section-title {
    margin-bottom: 30px;
  }
.city-btn .city-info {
  font-size: 14px;
  font-weight: 1.1;
}

.city-btn {
  padding: 10px;
}


  /* ...наши офисы  */


   /* остались вопросы */
.personal-data-info {
  align-items: center;
  padding: 10px;
}
   .more-questions-content-title {
    gap: 15px;
   }

   .more-questions-content-title h3 {
    margin-bottom: 15px;
    line-height: 1;
   }

   .more-questions-content {
    border-radius: 30px;
    padding: 40px;
   }
   .more-questions-callback-form {
    gap: 15px;
    margin-bottom: 40px;
   }

   .more-questions-content-left .more-desc {
    font-size: 15px;
   }

   .more-questions-callback-form button {
    padding: 0;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
   }

/*   .more-questions-content-left a {
    padding: 0;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
   }*/

   .more-questions-content-right img {
    object-fit: cover;
    height: 590px;
   }

   .send-telegram-link-text {
    margin-bottom: 20px;
    gap: 15px;
   }

   .send-telegram-link-text p {
    font-size: 15px;
   }
   /* ...остались вопросы */

   /* страница о нас */

    .breadcrumbs {
      display: none;
    }

    .about__block {
      border-radius: 30px;
      padding: 40px;
    }

    footer {
      margin-top: 30px;
    }


   /* ...страница о нас */

   /* страница партнерская программа */
    .manager-content {
      padding: 40px;
      border-radius: 30px;
    }

    .section-send-content {
      padding: 40px;
      border-radius: 30px;
    }

    .send-content-right .manager-item {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    .send-content-title {
      gap: 15px;
    }

    .send-content-title h3 {
      font-size: 44px;
      line-height: 1.1;
      margin-bottom: 30px;
    }

    .send-content-left p {
      font-size: 18px;
      line-height: 1.1;
    }

    .send-prev-item {
      font-size: 18px;
    }

    .send-prev-item div {
      margin-top: 5px;
    }

    .link-button {
      height: 48px;
      font-size: 17px;
      justify-content: center;
      width: 100%;
    }

    .send-content-right form {
      gap: 18px;
    }

   /* ...страница партнерская программа */



   /* модалки */

   .modal {
    align-items: unset;
   }

   .modal-content {
    height: fit-content;
    margin-top: 50px;
   }

   /**/

   .line {
    margin-bottom: 15px !important;
   }

   .head {
    font-size: 44px !important;
    line-height: 1 !important;
    margin-bottom: 30px !important;
   }

   .how__item div {
    margin-bottom: 20px !important;
   }

   .information {
    margin-top: 90px !important;
   }

   .partners-top-content {
    padding: 0px 20px !important;
   }

   .advantages-container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
   }
}



/* ... */












@media screen and (max-width: 1300px) {
  .hero-info {
    max-width: 400px;
  }

/*  .section-hero-container {
    margin-top: 50px;
  }
*/
  .service-info {
    flex-direction: column;
    border-radius: 64px;
  }

  .service-info-content-right {
    max-width: 100%;
  }

  .why-thrust-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .more-questions-content {
    gap: 40px;
  }

  .more-questions-content-right img {
    height: auto;
  }

  .services-block-list {
    margin-bottom: 16px;
    gap: 8px;
    /*width: calc(100vw - 40px);*/
    overflow-x: scroll;
    justify-content: flex-start;
  }

  .services-block-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .services-block-item {
    border-radius: 500px;
    color: #072329;
    background: #c7e2e6;
    padding: 12px;
    width: fit-content;
    flex-shrink: 0;
    line-height: 1;
  }

  .services-content {
    background: #eaf2f1;
    border-radius: 50px;
  }

  .section-send-content {
    padding: 80px 40px;
  }

  .send-content {
    gap: 80px;
  }

  .send-content-right form {
    min-width: 376px;
  }
}

@media screen and (max-width: 1024px) {
  .info-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-block a {
    margin: 0;
  }

  .info-block .text {
    margin-bottom: 20px;
  }

  .info-block .close-banner {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .section-hero {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }

  .section-hero > .hero-info,
  .section-hero > .hero-calculator,
  .section-hero > .service-info-fullwidth-row {
    grid-column: 1;
    grid-row: auto;
  }

  .category-link-button {
    justify-content: center;
    width: 100%;
  }

  .send-content-right {
    width: 100%;
  }

  .send-content-right form {
    align-items: flex-start;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .sales-content {
    flex-direction: column;
  }

  .sales-content-left {
    max-width: 100%;
  }

  .sales-content-title h3 {
    max-width: 560px;
  }

  .hero-info {
    max-width: 100%;
  }

  .hero-info-points {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-calculator {
    max-width: 100%;
  }

  .calculator__submit.btn:before {
    top: 20px;
    right: 12px;
  }

  .btn--xl:after {
    height: 2.5rem;
    width: 2.5rem;
  }

  .why-trust-bottom-list {
    flex-direction: column;
    gap: 40px;
  }

  .why-trust-item-bottom {
    border-right: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  .why-thrust-list {
    margin-bottom: 0;
  }

  .why-trust-block {
    gap: 56px;
  }

  .referal-content {
    flex-direction: column;
  }

  .referal-content-left {
    width: 100%;
  }

  .referal-content-left .ref-desc {
    margin-bottom: 40px;
  }

  .referal-content-right {
    max-width: 100%;
  }

  .more-questions-content {
    flex-direction: column;
    align-items: center;
  }

  .more-questions-content-left {
    max-width: 100%;
  }

  .send-content {
    flex-direction: column;
    gap: 40px;
  }

  .send-content-left {
    max-width: 100%;
  }

  .send-content-right .manager-item {
    margin-bottom: 0;
    margin-top: 0;
  }

  .about__block-content{
    flex-direction: column;
  }

  .about__block-info a{
    max-width: 100%;
  }

  .about__block-left{
    max-width: 100%;
  }

  .about__block-info p{
    max-width: 100%;
  }

  .advantage{
    margin-bottom: 20px;
  }

  .about__block{
    margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
  .info-block-container {
    padding: 50px 0px 20px 0px;
  }

  .info-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-block a {
    margin: 0;
    width: 100%;
    font-size: 15px;
  }

  .info-block .text {
    gap: 10px;
  }

  .info-block .text h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .info-block .text p {
    font-size: 12px;
    line-height: 1.1;
  }

  .info-block .close-banner {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .section-more-questions-content {
    background: #fff;
  }

  .section-send-content .manager-item {
    display: none;
  }

  .section-send-content .manager-item.sm {
    display: flex;
  }

  .section.section-send-content {
    padding: 20px;
    padding-top: 24px;
    border-radius: 24px;
  }

  .send-content-title {
    gap: 20px;
  }

  .send-content-title h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .send-prev-item {
    font-size: 20px;
    margin-bottom: 16px;
    gap: 20px;
  }

  .send-prev-item div {
    flex-shrink: 0;
  }

  .send-content-right form {
    min-width: auto;
  }

  .send-content-left p {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .services-content {
    padding: 40px 20px;
    border-radius: 24px;
  }

  .services-title {
    gap: 20px;
    margin-bottom: 40px;
  }

  .services-block-item {
    font-size: 15px;
  }

  .section-services {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .partners-top-content .link-button.green.sm {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .services-title h2 {
    font-size: 32px;
  }

  .category-block {
    padding: 24px;
    border-radius: 24px;
  }

  .section-title {
    gap: 20px;
  }

  .service-info {
    padding: 16px;
    padding-top: 24px;
    border-radius: 24px;
  }

  .service-info-title {
    gap: 16px;
  }

  .service-info-title h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .service-info-data h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .service-info-data p {
    font-size: 18px;
    line-height: 1.3;
  }

  .service-info-list {
    gap: 8px;
    margin-top: 8px;
  }

  .service-info-data p span.large-text.font-120 {
    font-size: 60px;
  }

  .service-info-data p span.large-text.font-80 {
    font-size: 26px;
  }

  .service-info-data p span.large-text {
    margin-left: 2px;
  }

  .service-info-data p {
    white-space: nowrap;
  }

  .service-info-data {
    margin-bottom: 24px;
  }

  .service-info-list p {
    font-size: 14px;
  }

  .service-info-links-list {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .service-info-content-right {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .service-info-content-right img {
    height: 192px;
  }

  .service-info-links-list .get-consult {
    padding: 13px;
    width: 100%;
    font-size: 14px;
    justify-content: center;
  }

  .service-info-list p span {
    font-size: 14px;
  }

  .service-info-data p span.small-text {
    font-size: 24px;
  }

  .category-block .section-title h2 {
    font-size: 28px;
  }

  .category-item {
    padding: 0 16px;
  }

  .category-list {
    padding: 16px 0;
    gap: 12px;
  }

  .category-item h3 {
    font-size: 20px;
  }

  .category-item p {
    font-size: 14px;
  }

  .category-link-button {
    padding: 16px;
    margin-top: 40px;
  }

  .send-telegram-link-text {
    gap: 24px;
    margin-bottom: 40px;
  }

  .personal-data-info {
    padding: 0;
    background: transparent;
    font-size: 14px;
    gap: 16px;
  }

  .send-telegram-link-text p {
    font-size: 16px;
  }

  .more-questions-content-title {
    gap: 20px;
  }

  .more-questions-content-title h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }


  .more-questions-callback-form {
    gap: 16px;
    margin-bottom: 40px;
  }

 /* .more-questions-content-left a {
    padding-right: 8px;
    font-size: 15px;
    justify-content: start;
  }
*/
  .more-questions-content-left .more-desc {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .more-questions-content {
    padding: 20px;
    padding-top: 24px;
    border-radius: 24px;
  }

  .more-questions-content-right img {
    border-radius: 8px;
    height: 340px;
    max-width: 320px;
    width: 100%;
    object-fit: cover;
  }

  .section-hero {
    padding: 16px;
    padding-top: 24px;
    border-radius: 24px;
    gap: 40px;
    margin-bottom: 56px;
  }

  .calculator__content .calculator__submit,
  .consultation__btn.btn {
    font-size: 16px;
  }

  .section-hero-container {
    background-color: #fff;
    padding-bottom: 0;
  }

  .section-hero .hero-info-points {
    display: none;
  }

  .hero-info-points.sm {
    display: flex;
    gap: 8px;
  }

  .hero-info-points span {
    font-size: 15px;
    gap: 4px;
    background-color: #c7e2e6;
    padding: 8px 12px;
    border-radius: 500px;
  }

  .hero-info h1 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 0px;
  }

  .calculator-form-title h2 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .section-sales-content {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .sales-content-title {
    gap: 20px;
  }

  .sales-content-title h3 {
    font-size: 32px;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .sales-content-left p {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sales-content-left a {
    font-size: 17px;
    padding-right: 8px;
    width: 100%;
    justify-content: start;
  }


  .sales-content {
    gap: 40px;
  }

  .sales-content-right img {
    max-width: 247px;
  }

  .why-trust-item {
    border: 0;
    gap: 16px;
  }

  .why-trust-item span {
    font-size: 40px;
  }

  .why-trust-item span img {
    height: 30px;
  }

  .why-trust-item p {
    font-size: 18px;
  }

  .why-thrust-list {
    padding-bottom: 40px;
    border-bottom: 2px solid #d6dedd;
  }

  .why-trust-item-bottom .icon-block {
    margin-bottom: 40px;
  }

  .why-trust-item-bottom span {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .why-trust-item-bottom p {
    font-size: 18px;
  }
  .why-trust-bottom-list {
    gap: 80px;
  }

  .ref-section {
    background-color: #eaf2f1;
    border-radius: 24px;
  }

  .referal-content {
    padding: 16px;
    padding-top: 24px;
    border-radius: 24px;
  }

  .referal-left-content-title {
    gap: 20px;
  }

  .referal-left-content-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .referal-content-left .ref-desc {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .referal-content-list .content-list-item div {
    width: 40px;
    height: 40px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .referal-content-list .content-list-item {
    gap: 16px;
  }

  .referal-content-list .content-list-item p {
    font-size: 16px;
  }

  .referal-content {
    gap: 32px;
  }

  .referal-content-text {
    font-size: 16px;
    padding: 8px;
    border-radius: 8px;
  }

    .breadcrumbs{
      display: none;
    }

    .about{
      padding-bottom: 40px;
      background-color: #EAF2F1;
      border-radius: 24px;
      margin-bottom: 56px;
    }

    .about__block{
      padding: 16px;
      padding-top: 24px;
      border-radius: 24px;
      margin-bottom: 0;
    }

    .about__block-content{
      gap: 40px;
    }

    .about__block-info{
      gap: 20px;
    }

    .about__block-info h2{
      font-size: 28px;
    }

    .about__block-info div{
      margin-bottom: 20px;
    }

    .about__block-info p{
      font-size: 16px;
    }

    .line{
      margin-bottom: 20px;
      max-width: 72px;
    }

    .advantage__row{
      grid-template-columns: 1fr;
      gap: 80px;
    }

    .advantage__item{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

    .advantage__item:not(:last-child) {
      padding-right: 0;
      border-right: none;
    }

    .advantage__item h3{
      font-size: 24px;
    }

    .br{
      display: none;
    }

}

.mobile-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: none;
}

.mobile-menu-container a {
  font-weight: 500;
  font-size: 14px;
  color: #005b65;
  line-height: 0.9;
}

.burger-menu .closed {
    display: none;
}

.burger-menu.active .opened {
    display: none;
}

.burger-menu.active .closed {
    display: block;
}

.header-nav {
    display: none;
}

.header-nav.active {
    display: flex;
}

@media screen and (min-width: 1061px) {
  .header-nav {
    display: flex;
  }

  .burger-menu {
    display: none;
  }

  .mobile-number {
    display: none;
  }

}

@media screen and (max-width: 1300px) {
  header {
    border-radius: 0px 0px 40px 40px;
  }

  .questions-content {
    padding: 0 20px;
  }

  .header-container {
    padding: 20px 20px;
    justify-content: space-between;
  }

  

  footer {
    padding: 20px;
  }

  .footer-top {
    flex-wrap: wrap;
    row-gap: 80px;
  }

  .section-title-offices-block {
    padding: 0px 20px;
  }

  #container {
    margin: 0px 20px;
  }

  .footer-bottom {
    padding: 20px;
  }
}

@media screen and (max-width: 1180px) {
  .header-main__logo {
    max-width: 144px;
  }
}

@media screen and (max-width: 1060px) {
  header {
    border-radius: 0px;
  }

  .header-container {
    justify-content: space-between;
    align-items: center;
  }

  .manager-content {
    flex-direction: column;
    gap: 40px;
  }

  .manager-content-left .ref-desc {
    margin-bottom: 40px;
  }

  .manager-content-left .link-button.green {
    width: 100%;
    justify-content: center;
  }

  .manager-content-right {
    max-width: 100%;
  }

  .select-city__block__text-city {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: unset;
    display: flex !important; /* или inline-block */
    width: fit-content; /* явно заданная ширина */
    line-height: 1;
  }


  .header-nav {
    position: absolute;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    top: 70px;
    left: 0;
    width: 100%;
    height: 91vh;
    z-index: 1100;
    display: none;
  }

  .header-nav-links-block a:first-child {
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }

  .header-nav-links-block {
    /*flex-direction: row-reverse;*/
    display: none;
  }

  .header-nav-text-block {
    flex-direction: column;
    margin: unset;
    align-items: flex-start;
    margin-bottom: 24px;
  }

/*  .header-nav-links-block {
    margin-top: auto;
    margin-bottom: 0px;
    width: 100%;
  }*/

  .select-city-wrap {
    margin-bottom: 22px;
  }

  .header-nav-buttons-block {
    flex-direction: column;
  }

  .burger-menu {
    display: flex;
  }

  .show-header-menu svg {
    display: none;
  }

  .mobile-menu-container {
    display: flex;
  }

  .questions-block-list {
    display: none;
  }

  .tab-content {
    display: flex;
  }

  .answers-block {
    gap: 60px;
  }

  .answer-item-title .answer-svg-container {
    min-width: 40px;
  }

  .map-links {
    display: none;
  }

  #city-list {
    width: 350px;
  }

  .partners-top-content {
    gap: 50px;
  }

  .advantages-separator {
    display: none;
  }

  .advantages-content {
    gap: 50px;
  }

  .advantages-item {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .retviews-content .retviews-content-box .section-title h2 a {
    display: none;
  }

  .hero-info-points {
    margin-top: 20px;
  }

  .credit-form a {
    font-size: 14px;
    gap: 10px;
  }

  .credit-form {
    padding: 20px;
  }


  .section-title-offices h2 {
    font-size: 32px;
  }
  .questions-content .section-title h2 a {
    display: none;
  }

  .questions-content {
    margin-bottom: 50px;
  }

  .retviews-list {
    border-radius: 24px;
  }

  .retviews-content .retviews-content-box .section-title h2 {
    flex-direction: column;
    font-size: 32px;
    gap: 32px;
  }

  .retviews-content .retviews-content-box .section-title h2 a {
    width: fit-content;
    align-items: center;
  }

  .swiper-retviews {
    padding: 40px 20px;
  }

  .swiper-slide {
    width: 240px;
    height: 354px;
  }

  .review-text {
    font-size: 12px;
    line-height: 1.2;
  }

  .retviews-arrows-container {
    display: none;
  }

  .city-btn .city-info {
    font-size: 12px;
  }

  #city-list {
    width: unset;
    border: 2px solid #eaf2f1;
    border-radius: 16px;
    padding: 8px;
  }

  .city-btn {
    padding: 10px;
  }

  #container {
    border: none;
    gap: 20px;
  }


  .city-btn .city-number {
    margin-bottom: 16px;
  }

  .section-title-offices-block {
    margin-bottom: 40px;
  }

  .section {
    padding: 40px 20px;
  }

  .footer-bottom-payments {
    flex-wrap: wrap;
  }

  .footer-bottom-other {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-other p {
    margin: unset;
  }

  .partners-top-content {
    flex-direction: column;
    padding: 20px;
    padding-top: 40px;
    gap: 24px;
  }

  .partners-top-container {
    border-radius: 24px;
  }

  .partners-right-content img {
    max-width: 100%;
    height: 281px;
    object-fit: contain;
  }

  .partners-right-content {
    margin-bottom: 26px;
  }

  .partners-left-content {
    width: 100%;
  }

  .partners-left-content .link-button.green {
    display: none;
  }

  .partners-left-content h2 {
    font-size: 36px;
  }

  .advantages-content {
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    padding: 40px 20px;
    gap: 40px;
  }

  .advantages-item {
    font-size: 20px;
    max-width: 100%;
    gap: 20px;
  }

  .advantages-item:first-child {
    padding-bottom: 40px;
    border-bottom: 2px solid #d6dedd;
  }

  .advantages-container {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .section-ask-question {
    border-radius: 24px;
  }

  .manager-content {
    border-radius: 24px;
    padding: 16px;
    padding-top: 24px;
  }

  .manager-left-content-title {
    gap: 20px;
  }

  .manager-left-content-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .manager-content-left .ref-desc {
    font-size: 20px;
  }

  .manager-content-left .link-button.green {
    display: none;
  }

  .manager-content-left .link-button.green.sm {
    display: flex;
    margin-bottom: 40px;
    padding: 16px 30px;
  }

  .manager-item {
    width: 100%;
    margin-bottom: 0;
    border-radius: 500px;
    padding: 11px 20px;
  }

  .manager-item div h3 {
    font-size: 20px;
  }

  .manager-item div p {
    font-size: 12px;
  }

  .manager-content-right img {
    height: 192px;
  }

  .manager-item img {
    max-width: 80px;
  }
}

@media screen and (max-width: 500px) {
  .header-nav-buttons-block {
    width: 100%;
  }

  .retviews-content .retviews-content-box .section-title h2 a {
    width: 100%;
  }

  .footer-social {
    max-width: unset;
    align-items: flex-start;
  }

  .footer-telegram-link {
    width: 100%;
  }
}

#success-modal {
  padding-left: 10px;
  padding-right: 10px;
}

#success-modal .modal-content {
  margin-bottom: 0px;
  margin-top: 0;
}


#success-modal .modal-content .modal-title {
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {

  #success-modal .modal-close {
        top: 20px;
    right: 20px;
  }

  #success-modal .modal-content {
    padding: 20px;
    border-radius: 10px;;
  }


  #success-modal .modal-content .modal-title h3 {
    font-size: 24px;
  }


  .modal {
    height: 100vh;
    align-items: unset;
    overflow: scroll;
    z-index: 100011;
  }

  .modal::-webkit-scrollbar {
    display: none;
  }

  .modal {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .modal-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
    border-radius: 0px;
    height: fit-content;
  }

  .modal .form-container {
    padding: 10px;
    border-radius: 15px;
  }

  .modal-content {
    padding-bottom: 80px;
  }

}

/* Кастомный autocomplete поиска города в hero-форме */
.city-ac-wrap {
  position: relative;
  margin-bottom: 0;
}

.city-ac__input {
  width: 100%;
  height: 48px;
  border: 2px solid #d6dedd;
  border-radius: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #1c3b42;
  font-family: "Golos Text", sans-serif;
  background: #fff;
  outline: none;
  transition: border-color .2s;
}

.city-ac__input::placeholder {
  color: #868e8d;
  font-weight: 400;
}

.city-ac__input:focus {
  border-color: #00A460;
}

.city-ac__input._error {
  border-color: #e53935;
}

.city-ac__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d6dedd;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  max-height: 260px;
  overflow-y: auto;
  z-index: 100;
  padding: 6px 0;
}

.city-ac__item,
.credit-form .city-ac__item {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 9px 18px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Golos Text", sans-serif;
  color: #1c3b42;
  cursor: pointer;
  transition: background .15s, color .15s;
  height: auto;
}

.city-ac__item:hover,
.city-ac__item._active,
.credit-form .city-ac__item:hover,
.credit-form .city-ac__item._active {
  background: #f0faf5;
  color: #00A460;
}

.city-ac__item mark,
.credit-form .city-ac__item mark {
  background: transparent;
  color: #00A460;
  font-weight: 600;
}

.city-ac__empty {
  padding: 10px 18px;
  font-size: 14px;
  color: #868e8d;
}

/* Сброс стилей кнопок для опций кастомного select внутри .credit-form */
.credit-form .select__option {
  background: transparent;
  color: #333;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-align: left;
  padding: 6px 15px;
  transition: color .3s ease-in-out;
}

.credit-form .select__option:hover {
  background: transparent;
  color: var(--color-accent, #00A460);
}

.credit-form .select__option._select-selected {
  color: var(--color-accent, #00A460);
  background: transparent;
}

.credit-form .select__title {
  background-color: #fff;
  border: 2px solid #d6dedd;
  border-radius: 40px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #868e8d;
  width: 100%;
  text-align: left;
}

.credit-form .select__options {
  background-color: #fff;
  border: 1px solid #d6dedd;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.credit-form .select__search {
  border: 1px solid #d6dedd;
  border-radius: 40px;
  padding: 8px 14px;
  font-size: 15px;
  outline: none;
  width: 100%;
}

.hero-credit-main {
  display: grid;
  gap: 0;
}

.hero-credit-main .slider-container {
  margin-bottom: 24px;
}

.hero-sms-code-block {
  display: grid;
  gap: 12px;
}

.hero-sms-code-block h2 {
  margin: 0;
}

.hero-sms-code-block__hint {
  margin: 0;
  color: #5b6666;
  font-size: 14px;
}

.hero-sms-code-block__input {
  width: 100%;
  height: 48px;
  border: 2px solid #d6dedd;
  border-radius: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #1c3b42;
  font-family: "Golos Text", sans-serif;
  outline: none;
  transition: border-color .2s;
}

.hero-sms-code-block__input:focus {
  border-color: #00A460;
}

.credit-form .hero-sms-resend-btn {
  border: 2px solid #00A460;
  color: #00A460;
  background: transparent;
  height: 52px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Golos Text", sans-serif;
}

.credit-form .hero-sms-resend-btn:hover {
  background: #f0faf5;
}

.credit-form .hero-sms-resend-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.hero-sms-resend-timer {
  margin: 0;
  font-size: 13px;
  color: #7f8a89;
}

.hero-sms-error {
  margin: 0;
  min-height: 20px;
  color: #e53935;
  font-size: 14px;
}
