.header__logo2 {
    display: flex;
    background-color: #fff;
    padding: 6px 10px;
    gap: 16px;
    align-items: center;
}

.header__logo2__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 135%;
    color: #000;
    align-items: center;
}

.header__contacts.for-desktop {
    margin: 0 auto;
}

.copy-btn svg {
    width: 14px;
    height: 14px;
    margin-right: 0;
}


.js-add-btn-copy {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 1024px) {
    .header__logo2 {
        display: none;
    }
    .header__logo__image img {
        width: 10.86667vmin;
    }
    .header__logo__text {
        line-height: 2.06667vmin;
    }
}
@media (max-width: 768px) {

    .header__logo__image img {
        width: 17.86667vmin;
    }

    .header__logo__text {
        line-height: 5.06667vmin;
    }
}


/* Основные стили для кнопки */
.mainNav__link {
    position: relative;
}

.pulse {
    position: absolute;
    top: -5px;
    right: -13px;
    width: 10px;
    height: 10px;
    background-color: rgb(255, 55, 0);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 55, 0, 0.8);
    transform: translate(-50%, -50%);
    animation: pulse-core 1.5s infinite ease-in-out;
}

@media (max-width: 1200px) {
    .pulse {
        right: -9px;
    }
}

/* Центральное пульсирование */
@keyframes pulse-core {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 8px rgba(255, 55, 0, 0.9);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        box-shadow: 0 0 15px rgba(255, 55, 0, 0.6);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 8px rgba(255, 55, 0, 0.9);
    }
}

/* Волны */
.pulse::before,
.pulse::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 55, 0, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: pulse-wave 2.5s infinite;
}

.pulse::before {
    animation-delay: 0.5s;
}

.pulse::after {
    animation-delay: 1.2s;
}

/* Анимация расходящихся волн */
@keyframes pulse-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    70% {
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.intro__offer__list {
    margin-top: 30px;
}
.intro__offer__list li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 15px;
}

.intro__offer__list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background-image: url('/images/new/check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.intro .h3.h3_new {
    width: 800px;
}

@media (max-width: 1024px) {
    .intro .h3.h3_new {
        width: 52.06944vw;
    }
}

@media (max-width: 768px) {
    .intro .h3.h3_new {
        width: auto;
    }
}

@media (max-width: 769px) {
    .intro .h3.h3_new {
        margin: 0 0 38.33333vmin;
    }
}


@media (min-width: 1440px) {
    .intro__info__item_3 {
        padding-left: 177px;
    }
}




.readmore-block {
  position: relative;
  display: block;
}

.readmore-block__more {
  display: none;
}

.readmore-block__toggle {
  display: none;
}

.readmore-block__toggle:checked ~ .readmore-block__more {
  display: inline;
}

.readmore-block__link--more,
.readmore-block__link--less {
  cursor: pointer;
  color: #e41922;
  text-decoration: underline;
  user-select: none;
}

/* управление видимостью ссылок */
.readmore-block__toggle:checked ~ .readmore-block__link--more {
  display: none;
}

.readmore-block__toggle:not(:checked) ~ .readmore-block__link--less {
  display: none;
}

.tabs__specialty__menu>li {
    position: relative;
}

.tabs__specialty__menu img {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 20px;
    pointer-events: none;
}

.tabs__specialty__menu>li:hover a {
    font-weight: 700;
}

.specialty__count {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: translate(50%, -50%);
    background: -moz-linear-gradient(301.16deg, #ffec3e 15.61%, #fad629 42.47%, #f0ae04 91.44%);
    background: -o-linear-gradient(301.16deg, #ffec3e 15.61%, #fad629 42.47%, #f0ae04 91.44%);
    background: linear-gradient(148.84deg, #ffec3e 15.61%, #fad629 42.47%, #f0ae04 91.44%);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    justify-content: start;
    gap: 5px;
    padding-top: 4px;
}
.specialty__count_img {
    height: 14px;
}
.specialty__count_img img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.specialty__count_text {
    font-size: 14px;
    line-height: 1;
}

.specialty__count_atent img {
    width: 5px;
    height: 5px;
}

.specialty__count_atent_text {
    display: none;
}

.specialty__count_atent {
    position: absolute;
    top: 10px;
    right: 5px;
}



.compare__detail-toggle {
    display: none;
}

.compare__detail-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}




.compare__detail-description {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-left: 4.8vmin;
    font-size: 3.2vmin;
}



.compare__detail-toggle:checked + .compare__detail-trigger + .compare__detail-description {
    max-height: 200px;
    margin-top: 20px;
}

.compare__item__info ul li {
    display: block;

}
.compare__item__info ul li label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 3.2vmin;
}

.compare__detail-trigger_close {
    color: #433030;
    font-weight: 500;
    text-decoration: underline;
    word-wrap: break-word;
    margin-top: 10px;
    cursor: pointer;
}

.compare__item__info__label {
    max-width: none;
}

.compare__item__info__label span {
    text-decoration: underline;
}
.compare__item__info__label:hover span {
    text-decoration: none;
}

.control__detail-trigger span {
    text-decoration: underline;
}
.control__detail-trigger:hover span {
    text-decoration: none;
}

.text-check ul li .control__detail-trigger img  , .text-check ul li .staff__detail-trigger img   {
    display: inline;
}

.staff__detail-trigger span {
    text-decoration: underline;
}
.staff__detail-trigger:hover span {
    text-decoration: none;
}

.compare__item__info__value {
    width: auto;
}

@media (min-width: 1024px) {
    .compare__item__desc {
        margin: 0 2.08333vw 0.48611vw 0;
    }
    .text-info-topmargin {
        margin-top: 3.47222vw;
    }
}


@media (min-width: 1024px) {
    .compare__detail-description {
        padding-left: 1.73611vw;
    }
    .compare__detail-description {
        font-size: 1.11111vw;
    }
    .compare__item__info ul li label {
        font-size: 1.11111vw;
    }
}

@media (min-width: 1440px) {
    .compare__detail-description {
        padding-left: 25px;
    }
    .compare__detail-description {
        font-size: 16px;
    }
    .compare__item__info ul li label {
        font-size: 16px;
    }
    .text-info-topmargin {
        margin-top:  40px;
    }

}


.problem__detail-toggle {
    display: none;
}

.problem__detail-trigger {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    display: block;
}

.compare__item__info__label {
    position: relative;
    display: flex;
    align-items: center;
}
.compare__item__info__label_w100 {
    width: 100%;
}

.compare__item__info__label img {
    margin-left: 8px;
    vertical-align: middle;
}

.problem__detail-description {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-left: 4.8vmin;
    font-size: 3.2vmin;
    opacity: 0;
}

.problem__detail-toggle:checked + .problem__detail-trigger + .problem__detail-description {
    max-height: 500px;
    margin-top: 15px;
    opacity: 1;
}

.problem__detail-trigger_close {
    color: #433030;
    font-weight: 500;
    text-decoration: underline;
    word-wrap: break-word;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}

.compare__item__info ul li {
    display: block;
    margin-bottom: 10px;
}


/* Адаптивность */
@media (min-width: 1024px) {
    .problem__detail-description {
        padding-left: 1.73611vw;
        font-size: 1.11111vw;
    }
}

@media (min-width: 1440px) {
    .problem__detail-description {
        padding-left: 25px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .problem__detail-description {
        padding-left: 3vmin;
        font-size: 2.8vmin;
    }
    
    .problem__detail-trigger_close {
        text-align: center;
        margin-top: 15px;
    }
}

.control__detail-toggle,
.staff__detail-toggle {
    display: none;
}

.control__detail-trigger,
.staff__detail-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.control__question-icon,
.staff__question-icon {
    margin-left: 8px;
    vertical-align: middle;
}

.control__detail-description,
.staff__detail-description {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-left: 4.8vmin;
    font-size: 3.2vmin;
    opacity: 0;
}

.control__detail-toggle:checked + .control__detail-trigger + .control__detail-description,
.staff__detail-toggle:checked + .staff__detail-trigger + .staff__detail-description {
    max-height: 500px;
    margin-top: 15px;
    opacity: 1;
}

.control__detail-trigger_close,
.staff__detail-trigger_close {
    color: #433030;
    font-weight: 500;
    text-decoration: underline;
    word-wrap: break-word;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}

.text-check ul li {
    display: block;
    margin-bottom: 10px;
}

.control__detail-trigger:hover,
.staff__detail-trigger:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Адаптивность */
@media (min-width: 1024px) {
    .control__detail-description,
    .staff__detail-description {
        padding-left: 1.73611vw;
        font-size: 1.11111vw;
    }
}

@media (min-width: 1440px) {
    .control__detail-description,
    .staff__detail-description {
        padding-left: 25px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .control__detail-description,
    .staff__detail-description {
        padding-left: 3vmin;
        font-size: 2.8vmin;
    }
    
    .control__detail-trigger_close,
    .staff__detail-trigger_close {
        margin-top: 15px;
    }
}

.market__box_v2 {

}

@media (min-width: 1024px) {
    .market__box_v2 {
        width: 66vw;
    }
}
@media (min-width: 1440px) {
    .market__box_v2 {
        width: 940px;
    }
}

.market_box_triggers {
    display: flex;
    gap: 30px;
    margin-top: 36px;
}

.market_box_trigger {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.market_box_trigger_title {
    font-weight: 700;
    padding-left: 25px;
    position: relative;
}

.market_box_trigger_title::before {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: #FAD629;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width:768px) {
    .market_box_triggers {
        flex-direction: column;
    }
}

.clients__slider__item__image_logo {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 3px;
    outline-offset: -1px;
    margin: 0 auto;
    margin-bottom: -24px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
}

.clients__slider__item__image_logo img {
    height: 100%;
    width: auto;
}

.clients__slider__item__image_logo--active {
    outline: 1px #838383 solid;
    background: #F6F6F6;

}

.clients__slider__item__image {
    z-index: -1;
}

.pride__item__image_new  {
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}

.pride__item {
    position: relative;
}

@media (max-width:769px) {
    .pride__item__image_new {
        width: 112px;
    }
}


@media (max-width:321px) {
    .pride__item__image_new {
        width: 96px;
    }
}




.contacts__office__list ul li a.contacts__office__list_phone {
    font-size: 4.26667vmin;
    color: #E41820;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .contacts__office__list ul li a.contacts__office__list_phone {
        font-size: 18px;
    }
}

@media (min-width: 1440px) {
    .contacts__office__list ul li a.contacts__office__list_phone {
        font-size: 1.25vw;
    }
}


.specialty__item__image_popup {
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px auto;
}

.specialty__count_popup {
    right: 20px;
}
@media (min-width: 1440px) {
    .news__col-4 {
        width: 25%;
    }
}


@media (min-width: 1024px) {
    .news__item__content {
        /* min-height: 161px; */
        min-height: 175px;
    }
}

@media (min-width: 1440px) {
    .news__item__content {
        /* min-height: 369px; */
        /* min-height: 292px; */
        min-height: 293px;
    }
}

/* .news__item__content {
    min-height: 292px;
} */
@media (min-width: 1024px) {
    .news__item__content.news__item__content__main {
        min-height: 204px;
    }
}

@media (min-width: 1440px) {
    .news__item__content.news__item__content__main { 
    min-height: 190px;
    }
}


/* ===== СТИЛИ ДЛЯ 5-ГО ШАГА КВИЗА ===== */

/* Контейнер для поля ввода города */
.city-input-container {
    position: relative;
    width: 100%;
}

/* Поле ввода города */
.quiz__city-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    background-color: #fff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.quiz__city-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.quiz__city-input::placeholder {
    color: #9ca3af;
}

/* Контейнер для подсказок */
.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-top: -1px;
    display: none;
}

/* Отдельная подсказка */
.autocomplete-suggestion {
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.autocomplete-suggestion:last-child {
    border-bottom: none;
}

.autocomplete-suggestion:hover {
    background-color: #f3f4f6;
}

.autocomplete-suggestion.active {
    background-color: #007bff;
    color: white;
}

/* Сообщение об ошибке для города */
#cityError {
    margin-top: 8px;
    font-size: 14px;
    color: #e11d48;
    display: none;
    align-items: center;
    gap: 4px;
}

/* Стиль для активного инпута с подсказками */
.quiz__city-input:focus + .autocomplete-suggestions,
.autocomplete-suggestions.show {
    display: block;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .quiz__city-input {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .autocomplete-suggestions {
        max-height: 150px;
    }
    
    .autocomplete-suggestion {
        padding: 8px 14px;
        font-size: 14px;
    }
}

/* Стили для отображения города в результатах */
#quiz__summaryCity {
    color: #374151;
    font-weight: 600;
}





/* для основного квиза */
/* ===== СТИЛИ ДЛЯ 5-ГО ВОПРОСА КВИЗА ===== */



/* Поле ввода города для основного квиза */
.form-input.city-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    background-color: #fff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.form-input.city-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-input.city-input::placeholder {
    color: #9ca3af;
}

/* Контейнер для подсказок в основном квизе */
/* .autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 
                0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-top: -1px;
    display: none;
} */

/* Отдельная подсказка */
.autocomplete-suggestion {
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.autocomplete-suggestion:last-child {
    border-bottom: none;
}



/* Сообщение об ошибке для города в основном квизе */
#cityError {
    margin-top: 8px;
    font-size: 14px;
    color: #e11d48;
    display: none;
    align-items: center;
    gap: 4px;
}

/* Стиль для активного инпута с подсказками */
.form-input.city-input:focus + .autocomplete-suggestions,
.autocomplete-suggestions.show {
    display: block;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .form-input.city-input {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .autocomplete-suggestions {
        max-height: 150px;
    }
    
    .autocomplete-suggestion {
        padding: 8px 14px;
        font-size: 14px;
    }
}

/* Стили для отображения города в результатах */
#summaryCity {
    color: #374151;
    font-weight: 600;
}



/* Стили для кнопок "Далее" */
.btn-next {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.btn-next:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  background-color: #ccc !important;
}

/* Стили для автокомплита */
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: none;
}

.autocomplete-suggestions.show {
  display: block;
}

.autocomplete-suggestion {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.autocomplete-suggestion:hover {
  background-color: #f5f5f5;
}

.autocomplete-suggestion.active {
  background-color: #007bff;
  color: white;
}

.autocomplete-suggestion.no-results {
  color: #999;
  font-style: italic;
  cursor: default;
}

.autocomplete-suggestion.no-results:hover {
  background-color: white;
}

/* Для инпута города */
.city-input-container {
  position: relative;
  margin-top: 20px;
}

.form-input.city-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-input.city-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
}


.dropdown-option {
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropdown-option:hover {
  background-color: #f0f0f0;
}

.dropdown-option.selected {
  background-color: #007bff;
  color: white;
}

.dropdown-option:active {
  background-color: #0056b3 !important;
  color: white !important;
}

.dropdown-options.show {
  display: block !important;
  z-index: 9999 !important;
}

#dropdownOptions {
  display: none;
  position: absolute !important;
  z-index: 9999 !important;
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  width: 100% !important;
  margin-top: 5px !important;
}

#dropdownOptions.show {
  display: block !important;
  border: 2px solid #007bff !important;
}

.dropdown-option {
  padding: 10px 15px !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.dropdown-option:last-child {
  border-bottom: none !important;
}

.dropdown-option:hover {
  background-color: #f5f5f5 !important;
}

.dropdown-option.selected {
  background-color: #007bff !important;
  color: white !important;
}

#multiselectDropdown {
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
}

.block_quiz {
  position: relative;
  z-index: 1;
}

#dropdownOptions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}