.s-info {
  min-height: auto;
}

/*new ZSO*/

.content-block {
  position: relative;
  padding: 40px 0;
}

.content-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.image-text-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.content-image {
  flex: 0 0 35%;
  max-width: 35%;
}

.content-image img {
  width: 100%;
  height: auto;
}

.text-content {
  flex: 1;
  min-width: 300px;
  /* text-align: center; */
  /* margin-top: 35px; */
  font-size: 18px;
}

.content-heading {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.content-description {
  font-size: 16px;
  line-height: 1.6;
}

.margin-bottom {
  margin-bottom: 20px;
}

.expandable-content {
  width: 100%;
}

.toggle-hidden {
  display: none;
}

.additional-text,
.content-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.toggle-hidden:checked~.additional-text,
.toggle-hidden:checked~.content-list {
  max-height: 2000px;
}

.show-less {
  display: none;
}

.toggle-hidden:checked~.toggle-button .show-more {
  display: none;
}

.toggle-hidden:checked~.toggle-button .show-less {
  display: inline;
}

@media (min-width:1200px) {
  .content-wrapper_toggle {
    position: relative;
  }

  .toggle-button .show-more {
    position: absolute;
    right: 51%;
    top: 74%;
    border-bottom: 1px solid #2D77EC;
  }

  .toggle-button:hover .show-more {
    border-bottom: none;
  }

  .content-image_toggle img {
    width: 80%;
  }
}

.toggle-button {
  cursor: pointer;
  color: #2D77EC;
  border-bottom: 1px solid #2D77EC;
}
.toggle-button--white {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.toggle-button:hover {
  border-bottom: none;
}



.expandable-list {
  padding-left: 20px;
  margin: 15px 0;
}

.list-item {
  margin-bottom: 10px;
}

.list-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.list-item a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.info__more-ul2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.info__more-li {
  margin: 0;
  padding: 15px;
  border: solid 1px #0066cc;
  position: relative;
  transition: all 0.2s;
}

.info__more-li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info__more-li:hover {
  background-color: #0066cc;
  color: #fff;
}

.info__more-li:hover a {
  color: #fff;
}

.new-offer-subtitle {
  margin-top: 27px;
  max-width: 650px;
}

@media (max-width: 768px) {

  .content-image,
  .text-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-heading {
    font-size: 24px;
  }

  .image-text-container {
    flex-direction: column-reverse;
  }

  .content-image img {
    max-width: 300px;
  }
}


.text-news {
  font-family: "Circe", "Roboto", sans-serif;
  font-size: 16px;
  color: rgba(21, 27, 29, 0.92);
  line-height: 1.6;
}

.text-news h1,
.text-news h2,
.text-news h3,
.text-news h4,
.text-news h5,
.text-news h6 {
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.3;
}

.text-news h1 {
  font-size: 36px;
}

.text-news h2 {
  font-size: 30px;
}

.text-news h3 {
  font-size: 24px;
}

.text-news h4 {
  font-size: 20px;
}

.text-news h5 {
  font-size: 18px;
}

.text-news h6 {
  font-size: 16px;
}

.text-news p {
  margin: 15px 0;
}

.text-news ul,
.text-news ol {
  margin: 15px 0 15px 20px;
  padding-left: 20px;
}

.text-news ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.text-news ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

.text-news a {
  color: #2D77EC;
  text-decoration: underline;
  transition: color 0.3s;
}

.text-news a:hover {
  color: #135dd3;
  text-decoration: none;
}

.text-news img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  display: block;
}

.text-news blockquote {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 4px solid #2D77EC;
  color: #2D77EC;
  font-style: italic;
}

.text-news hr {
  border: none;
  border-top: 1px solid #D3D3D3;
  margin: 30px 0;
}




.header-with-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.hint-container {
  position: relative;
  width: 200px;
  margin: 15px auto;
}

.hint-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  transition: all 0.2s ease;
  margin: 0 auto;
  font-weight: 700;
}

/* Увеличенная область наведения (псевдоэлемент) */
.hint-container::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  z-index: 1;
}

.hint-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 10px;
  padding: 12px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 80vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
}

/* Показываем подсказку при наведении на контейнер */
.hint-container:hover .hint-tooltip {
  opacity: 1;
  visibility: visible;
}

/* Эффект при наведении на иконку */
.hint-container:hover .hint-icon {
  background-color: #007bff;
  color: white;
}

.no-margin {
  margin: 0;
}

/*new ZSO*/




.consultation-block {
  margin-bottom: 30px;
  display: none;
}

@media (max-width:768px) {
  html.js-menu-active .consultation-block {
    display: block;
  }
}

.wrap_label_messendger {
  display: flex;
  gap: 20px;
}

.wrap_label_messendger a {
  color: #fff;
  font-weight: 600;
}

.section-consultation a {
  color: #fff;
  font-weight: 600;
}

.title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section {
  margin-bottom: 25px;
}

.section-title {
  margin-bottom: 10px;
  color: #fff;
}

.option {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 5px;
}

/* .option:hover {
            background-color: #f0f0f0;
            color: #000;
        } */
.option input {
  margin-right: 12px;
}

.option img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.expert {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.expert img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.expert-info {
  font-weight: bold;
}




/* Раскрывающийся блок по клику */
.toggle-checkbox {
  display: none;
}



.toggle-content {
  display: none;
  margin-top: 20px;
}

.toggle-checkbox:checked+.toggle-content {
  display: block;
}

/* Таблица */
.penalty-table {
  width: 100%;
  border: 1px solid #D3D3D3;
  border-collapse: collapse;
}

.penalty-table th,
.penalty-table td {
  padding: 10px;
  text-align: left;
  border-top: 1px solid #D3D3D3;
}

.penalty-table thead th {
  background-color: #f2f5fc;
}

.penalty-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}




/* прыгающие стрелки */
.choice-block {
  display: none;
}
@media (min-width: 767px) {
  .choice-block {
    display: block;
  }
}
.choice-block {
  position: relative;
  padding-top: 25px;
  text-align: center;
  /* место для блоков над надписью */
}

.choice-title-wrapper {
  position: relative;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgba(21, 27, 29, 0.92);
}

/* Центральная надпись */
.choice-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}

/* Общий стиль стрелки */
.arrow {
  position: absolute;
  width: 100px;
  height: 100%;
}

/* Линии */
.line-horizontal {
  position: absolute;
  width: 257px;
  height: 3px;
  background-color: #fed957;
  top: 50%;
}

.line-vertical {
  position: absolute;
  width: 3px;
  height: 53px;
  background-color: #fed957;
  top: -26px;
  animation: arrowBounce 1.5s infinite ease-in-out;
}

/* Наконечник */
.arrow-tip {
  position: absolute;
  top: -37px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #fed957;
  animation: arrowBounce 1.5s infinite ease-in-out;
}

/* Левая стрелка */
.arrow-left {
  left: calc(50% - 400px);
}

.arrow-left .line-horizontal {
  left: 0;
}

.arrow-left .line-vertical {
  left: 0px;
}

.arrow-left .arrow-tip {
  left: -5px;
}

/* Центральная стрелка */
.arrow-center {
  left: 50%;
  transform: translateX(-50%);
}

.arrow-center .line-horizontal {
  display: none;
}

.arrow-center .line-vertical {
  left: 50%;
  transform: translateX(-50%);
  height: 37px;
}

.arrow-center .arrow-tip {
  left: 44px;
}

/* Правая стрелка */
.arrow-right {
  right: calc(50% - 250px);
}

.arrow-right .line-horizontal {
  right: -150px;
}

.arrow-right .line-vertical {
  right: -150px;
}

.arrow-right .arrow-tip {
  right: -155px;
  left: auto;
}

/* Анимация */
/* Анимация движения стрелки по сложной траектории */
@keyframes arrowFlow {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(-6px) scale(1.2);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-12px) scale(1.4);
    opacity: 1;
  }
  75% {
    transform: translateY(-6px) scale(1.2);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Пульсация цвета линии */
@keyframes pulseColor {
  0% {
    background-color: #c2e0fd;
  }
  50% {
    background-color: #7cc3ff;
  }
  100% {
    background-color: #c2e0fd;
  }
}

/* Применение к элементам стрелок */
.line-horizontal,
.line-vertical {
  animation: pulseColor 2s infinite ease-in-out;
}

.arrow-tip {
  animation: arrowFlow 2s infinite linear;
}

/* Увеличение общей заметности при наведении на контейнер */
.choice-block:hover .arrow-tip,
.choice-block:hover .line-horizontal,
.choice-block:hover .line-vertical {
  filter: brightness(1.3);
  transition: filter 0.3s;
}






.table--newtabs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(21, 27, 29, 0.92);
}

.table--newtabs thead {
  background-color: #f2f5fc;
  font-weight: 700;
}

.table--newtabs th,
.table--newtabs td {
  border: 1px solid #dce1e5;
  padding: 15px;
  vertical-align: top;
}

.table--newtabs th {
  font-weight: 600;
  color: #154BA1;
}

.table--newtabs td small {
  font-size: 85%;
  color: #999;
}

.table--newtabs a {
  color: #2D77EC;
  text-decoration: underline;
}

.table--newtabs a:hover {
  text-decoration: none;
  color: #154BA1;
}

.table--newtabs tbody tr:nth-child(even) {
  background-color: #f9fbfd;
}

@media screen and (max-width: 767px) {
  .table--newtabs table,
  .table--newtabs thead,
  .table--newtabs tbody,
  .table--newtabs th,
  .table--newtabs td,
  .table--newtabs tr {
    display: block;
    width: 100%;
  }

  .table--newtabs thead tr {
    display: none;
  }

  .table--newtabs td {
    position: relative;
    padding-left: 50%;
    margin-bottom: 15px;
  }

  .table--newtabs td::before {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 700;
    color: #154BA1;
    content: attr(data-label);
  }
}




.s-offer--newoffer {
  background-image: url('/img/bg/offer-2.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 48%;
  padding: 60px 0;
}

/* Заголовки */
.offer__title--newoffer {
  margin-bottom: 25px;
}


.offer__subtitle--newoffer {
  max-width: 65%;
  margin-bottom: 30px;
}

@media (max-width:991px) {
  .offer__subtitle--newoffer {
    max-width: 100%;
  }
}
/* Контактный блок — строка */
.contact-row--newoffer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
  margin-bottom: 25px;
}

/* Мессенджеры */
.messenger__buttons--newoffer {
  display: flex;
  gap: 20px;
}

.messenger-btn--newoffer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #2D77EC;
  border: 1px solid #2D77EC;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.messenger-btn--newoffer .icon {
  transition: transform 0.4s ease;
}

.messenger-btn--newoffer:hover {
  background-color: #2D77EC;
  color: #fff;
}

.messenger-btn--newoffer:hover .icon {
  transform: rotate(360deg);
}

/* Телефон */
.phone-link--newoffer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.phone-link--newoffer:hover {
  text-decoration: none;
}

/* Фраза + фото эксперта */
.expert-cta--newoffer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.expert-cta__img--newoffer {
  display: none;
}

.expert-cta__img--newoffer img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.expert-cta__text--newoffer {
  margin: 0;
  font-size: 16px;
  font-style: italic;
}
.mb-10 {
  margin-bottom: 10px;
}
/* Мобилка */
@media (max-width: 990px) {
  .s-offer--newoffer {
    background-image: none;
  }

  .offer__title--newoffer {
    text-align: center;
  }

  .contact-row--newoffer {
    flex-direction: column;
    gap: 20px;
  }

  .expert-cta__img--newoffer {
    display: block;
  }
}




/* карточки с гостами */

.s-gost--gost {
  padding: 60px 0;
  background-color: #f5f8ff;
}

.h2_left--gost {
  margin-bottom: 40px;
  text-align: left;
}

.gost-items--gost {
  row-gap: 30px;
}

.gost-card--gost {
  background: #fff;
  border: 1px solid #e1e3e6;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.gost-card--gost:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gost-icon--gost {
  margin-bottom: 20px;
}

.gost-icon--gost img {
  max-width: 100%;
  height: auto;
}

.gost-title--gost {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.s-name--gost a {
  color: #151b1d;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.s-name--gost a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.s-name--gost a:hover {
  color: #3561ce;
}

.gost-desc--gost {
  font-size: 15px;
  color: #6f6f6f;
  margin-bottom: 20px;
}

.gost-btn-wrap--gost {
  margin-top: auto;
  width: 80%;
  display: none;;
}

.gost-btn--gost {
  padding: 6px 20px !important;
  font-size: 14px !important;
  min-width: auto !important;
  line-height: 1.2 !important;
}


/* таблица с ценами */
.table--price-table {
  border-collapse: collapse;
  font-size: 15px;
  color: #151b1d;
  background-color: #fff;
}

.table--price-table thead th {
  background-color: #f1f3f5;
  font-weight: 700;
  text-align: left;
  padding: 12px;
  border: 1px solid #dee2e6;
}

.table--price-table td {
  padding: 12px;
  border: 1px solid #dee2e6;
  vertical-align: top;
}

.price-table--price-table {
  margin-bottom: 40px;
}


@media (max-width: 767px) {
  .popup__close--bottom {
    display: none;
  }
  
}



/* табы с ценами */
.tabs-wrapper--prices-tab {
  color: #000000;
  text-align: left;
}

.tabs--prices-tab {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tab-label--prices-tab {
  padding: 8px 16px;
  border: 1px solid #2D77EC;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  color: #2D77EC;
  transition: 0.3s;
}

.tab-label--prices-tab:hover {
  background: #2D77EC;
  color: #fff;
}

.tab-input--prices-tab {
  display: none;
}

.tab-content--prices-tab {
  display: none;
}



.price-table--prices-tab {
  width: 100%;
  border-collapse: collapse;
}

.price-table--prices-tab th,
.price-table--prices-tab td {
  border: 1px solid #757575;
  padding: 8px;
}

.price-table--prices-tab th {
  background: #f2f5fc;
  color: #000000;
  text-align: left;
}


/* новая шапка */
.header-line__item--city {
  margin-left: 30px;
}

.header-line__item--city a {
  color: #fff;
}

.header-line__item--city a:hover, .header-line__item--city:hover .text-link {
  color: rgba(255, 255, 255, 0.7);
}

.header-line__item--city .text-icon--location {
  background-image: url("../img/sprite.svg#location--white");
}

.header-line__item--city .text-icon--chevron-down-sharp {
  background-image: url("../img/sprite.svg#chevron-down-sharp--white");
}

.header__top {
  display: none;
}

@media only screen and (min-width: 992px) {
    .header.js-fixed.js-scroll-up {
        top: 0px;
    }
    .header.js-fixed {
        top: -90px;
    }
    .header.js-fixed .header-line__item--button-burger {
        display: none !important;
    }
}
@media (max-width: 1230px) {
  .header-line__item--btn {
    display: none;
  }
  
}

@media (max-width: 992px) {
  .header-line__item--contacts {
    display: none;
  }
  
}

@media only screen and (max-width: 991.5px) {
    .header.js-fixed {
        top: 0;
    }
}


.header-line__item--menu .menu__link.menu__link-yellow {
  color: #FFE074;
}
.header-line__item--menu .menu__link.menu__link-yellow:hover {
  color: #fff;
}

.item-bg-wrapper--hover:hover>.item-bg::after {
  box-shadow: none;
}

/* Правки от Анастасии */
.s-offer--newoffer-ek {
  background-image: url('/img/bg/offer-ekaterina.png');
  background-repeat: no-repeat;
  background-position: right 17% bottom;
  /* размер картинки: растягивается/сжимается по ширине экрана */
  background-size: 450px auto;
  z-index: 1;
}

/* Скрываем картинку на узких экранах */
@media (max-width: 993px) {
  .s-offer--newoffer-ek {
    background-image: none;
  }
}
/* Уменьшаем картинку на широких экранах */
@media (min-width: 993px) and (max-width: 1050px) {
  .s-offer--newoffer-ek {
     background-position: right 0% bottom;
  }
}

@media (min-width: 1050px) and (max-width: 1099px) {
  .s-offer--newoffer-ek {
     background-position: right 3% bottom;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .s-offer--newoffer-ek {
     background-position: right 7% bottom;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .s-offer--newoffer-ek {
     background-position: right 15% bottom;
     background-size: 477px auto;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .s-offer--newoffer-ek {
     background-position: right 22% bottom;
     background-size: 477px auto;
  }
}

@media (min-width: 1600px) and (max-width: 2199px) {
  .s-offer--newoffer-ek {
     background-position: right 27% bottom;
     background-size: 477px auto;
  }
}

@media (min-width: 2200px) and (max-width: 2499px) {
  .s-offer--newoffer-ek {
     background-position: right 33% bottom;
     background-size: 477px auto;
  }
}

@media (min-width: 2500px) {
  .s-offer--newoffer-ek {
    background-position: right 36% bottom;
  }
}

.section {
  z-index: 2;
}
/* Правки от Анастасии */


.header__phone {
  display: none !important;
}

.js-fixed .header__phone {
  display: flex !important;
  gap: 10px;
}

.js-scroll-up .header__phone {
  display: none !important;
}