

/* Start:/local/templates/.default/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177857497712969*/
.vrt__hero {
    min-width: 320px;
    margin-bottom: 30px;
    padding: 24px 10px 26px;
    background-color: #fff;
    border-radius: 20px;
}

.vrt__hero-title {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 32px;
}

.vrt__hero-description {
    margin-bottom: 20px;
}

.vrt__hero-description.desktop {
    display: none;
}

.vrt__hero-button {
    margin: 0 auto 23px;
    width: 260px;
    height: 50px;
    font-size: 16px;
    line-height: 154.3%;
}

@media screen and (min-width: 930px) {
    .vrt__hero {
        width: 930px;
        margin: 0 auto 60px;
    }
}

@media screen and (min-width: 1290px) {
    .vrt__hero {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto 60px;
        padding: 40px 0;
    }

    .vrt__hero-block {
        display: flex;
        gap: 45px;
        width: 1290px;
        margin: 0 auto;
    }

    .vrt__hero-wrapper {
        margin: 0;
        text-align: left;
    }

    .vrt__hero-title {
        font-size: 70px;
        line-height: 90px;
    }

    .vrt__hero-description {
        display: none;
    }

    .vrt__hero-description.desktop {
        display: block;
        margin-right: 45px;
        font-size: 16px;
    }

    .vrt__hero-button {
        margin: 0;
        height: 60px;
        font-size: 18px;
        line-height: 154.3%;
    }
}

.stimulation {
    padding-top: 35px;
    padding-bottom: 45px;
}

.stimulation .container {
    padding-bottom: 0;
    padding-top: 0;
}

.stimulation .reviews-carousel {
    margin-bottom: 0;
}

.stimulation__title-block {
    margin-bottom: 30px;
}

.stimulation__title-block.container {
    margin-bottom: 30px;
}

.stimulation__title {
    margin-bottom: 23px;
}

.stimulation__description * {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.stimulation__description a {
    max-width: fit-content;
}

.stimulation .faq__title-block {
    display: none;
}

.stimulation__btn-wrapper a {
    padding: 0 10px;
    margin: 0 auto;
    font-family: 'Futura PT', Arial, sans-serif;
}

.stimulation__btn-wrapper a:first-child {
    margin-bottom: 20px;
}

.price-page__card-info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.price-page__card-info h3 {
    margin-bottom: 20px;
}

.stimulation__btn-wrapper {
    margin: 30px 0;
}

@media screen and (max-width: 600px) {
    .stimulation__btn-wrapper {
        display: flex;
        justify-content: center;
    }

    .stimulation__btn-wrapper button {
        max-width: 250px;
    }

    .vrt__hero-icon {
        margin-inline: auto;
    }
}

@media screen and (min-width: 1290px) {
    .stimulation {
        padding-top: 65px;
        padding-bottom: 90px;
    }

    .stimulation__description * {
        font-size: 16px;
    }

    table.analizi-pered-eko tr {
        gap: 0;
    }

    table.analizi-pered-eko td {
        width: 25% !important;
    }

    table.analizi-pered-eko td:nth-child(3) {
        text-align: center;
    }

    .stimulation__title {
        font-size: 70px;
        line-height: 70px;
    }

    .stimulation__description {
        width: 987px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .stimulation__request-button {
        width: 220px;
    }

    .stimulation__btn-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .stimulation__btn-wrapper a {
        margin: 0px;
    }

    .stimulation__btn-wrapper a:first-child {
        margin-bottom: 0px;
    }

    .price-page__card-info {
        font-size: 16px;
    }
}

/* ---------- СЕКЦИИ (ЖЕНЩИНЫ / МУЖЧИНЫ) ---------- */
.section {
    margin-bottom: 48px;
}

.section__title {
    font-family: 'Futura PT', Arial, sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: rgb(63 65 78);
    margin-bottom: .84em;
}

/* ---------- БЛОК АККОРДЕОНА (ОБЩИЕ СТИЛИ) ---------- */
.research-item {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
}

.research-item:last-child {
    margin-bottom: 0;
}

/* Шапка summary (всегда видимая часть) */
.research-item__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 23px 47px 23px 40px;
    cursor: pointer;
    list-style: none;
    border-radius: 8px;
    transition: background-color 0.2s;
    position: relative;
}

/* Убираем стандартный маркер */
.research-item__summary::-webkit-details-marker {
    display: none;
}

/* Кастомная иконка — треугольник вниз (▼) */
.research-item__summary::after {
    content: "▼";
    font-size: 14px;
    color: #8f92a1;
    line-height: 1;
    transition: transform 0.2s;
}

.research-item[open] .research-item__summary {
    border-radius: 8px 8px 0 0;
}

.research-item[open] .research-item__summary::after {
    content: "▲";
}

.research-item__summary:hover {
    background-color: #fafafc;
}

/* Левая часть: номер + название */
.research-info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
}

.research-info__number {
    font-weight: 600;
    font-size: 15px;
    background: #f0f1f5;
    padding: 4px 12px;
    border-radius: 40px;
    color: #5b5e70;
    min-width: 48px;
    text-align: center;
}

.research-info__name {
    font-family: 'Futura PT', Arial, sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: rgb(108, 109, 118);
    line-height: 1.3;
    letter-spacing: -0.2px;
}

/* Срок годности (всегда виден) */
.research-term {
    font-weight: 600;
    font-size: 16px;
    background: #f4f4f8;
    padding: 6px 16px;
    border-radius: 32px;
    white-space: nowrap;
    color: #4c4f60;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    gap: 6px;
}

.research-term::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" class="bi bi-clock" viewBox="0 0 16 16"><path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"/></svg>');
    background: grey;
}

/* Раскрывающийся блок (примечание) */
.research-detail {
    /* padding: 0 24px 20px 24px; */
    padding: 23px 47px 23px 40px;
    border-top: 1px solid #EDEDED;
    font-size: 16px;
    line-height: 1.5;
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
}

.research-detail__text {
    margin-top: 18px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", Arial, sans-serif;
}

.research-detail__text p {
    margin-bottom: 10px;
}

.research-detail__text strong {
    font-weight: 600;
    color: #4d5b6e;
}

/* ---------- АДАПТИВ (ОБЩИЙ) ---------- */
@media (max-width: 760px) {
    .research-item__summary {
        padding: 23px 47px 23px 40px;
        flex-direction: column;
        align-items: stretch;
        padding-right: 48px;
    }

    .research-info {
        justify-content: space-between;
        width: 100%;
    }

    .research-info__name {
        font-size: 18px;
    }

    .research-info__number {
        font-size: 13px;
        padding: 2px 10px;
    }

    .research-term {
        white-space: normal;
        font-size: 14px;
        align-self: flex-start;
    }

    .research-item__summary::after {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

/* Вспомогательные / утилиты */
.research-item,
.research-item__summary,
.research-detail {
    box-shadow: none;
}

button,
summary {
    outline: none;
}

.title--h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 450;
    font-family: 'Futura PT', Arial, sans-serif !important;
    color: rgb(63 65 78);
    margin-bottom: 0.34em;
}

.information-title {
    margin-top: 1em;
}

.information__list {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    margin-block: 2rem;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.5;
}

.list--ul {
    list-style: disc;
    padding-inline-start: 4rem;
}

.list--ul > li:not(:last-child) {
	margin-bottom: 10px;
}

.informations {
    margin-bottom: 3rem;
}

.buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-block: 2rem 5rem;
}

@media (width <= 768px) {
    .title--h2 {
        font-size: 36px;
    }
}

.education {
    position: relative;
    margin-bottom: 45px;
}

.education__title {
    margin-bottom: 30px;
}

.education__carousel {
    margin-top: 20px;
    margin-bottom: 30px;
}

.education__carousel-list {
    margin-bottom: 30px;
}

.education__carousel-item {
    padding-top: 20px;
}

.education__carousel-item:nth-child(odd) .education__carousel-point::after {
    background-image: url(/images/icons/education/line-top.svg);
}

.education__carousel-item:nth-child(even) .education__carousel-point::after {
    top: 15px;
    background-image: url(/images/icons/education/line-bottom.svg);
}

.education__carousel-item-description {
    width: 200px;
}

.education__carousel-point {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #f3f2f2;
    border: 2px solid #4a7d7a;
    border-radius: 50%;
    z-index: 2;
}

.education__carousel-point::after {
    content: '';
    position: absolute;
    left: 27px;
    top: -10px;
    width: 206px;
    height: 17px;
}

.education__carousel-point-inner {
    width: 13px;
    height: 13px;
    background-color: #4a7d7a;
    border-radius: 50%;
}

@media screen and (min-width: 1290px) {
    .education__carousel-item {
        padding-top: 20px;
        height: 305px;
    }

    .education__carousel-item:nth-child(odd) .education__carousel-point::after {
        background-image: url(/images/icons/education/line-top-desktop.svg);
    }

    .education__carousel-item:nth-child(even) .education__carousel-point::after {
        top: 15px;
        background-image: url(/images/icons/education/line-bottom-desktop.svg);
    }

    .education__carousel-item-title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 30px;
    }

    .education__carousel-point {
        margin-bottom: 20px;
    }

    .education__carousel-point::after {
        left: 18px;
        top: -17px;
        width: 332px;
        height: 30px;
        z-index: 0;
    }

    .education__carousel-item-description {
        width: 100%;
    }

    .education .main__hero-controls-arrow {
        top: -40px;
    }
}

@media screen and (min-width: 1290px) {
    .doctor__education-block ul.swiper-wrapper {
        margin-top: 100px;
    }

    .doctor__education-block .swiper__arrows-wrapper {
        position: absolute;
        right: 0;
        justify-content: flex-end;
    }
}

.eko-advantages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.eko-advantages__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 25px 10px;
}

.eko-advantages__text {
  font-size: 14px;
}

.eko-advantages__number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4a7d7a;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.eko-advantages__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eko-advantages__title {
  margin: 0;
}

.eko-advantages__text {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .eko-advantages {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .eko-advantages {
    grid-template-columns: 1fr;
  }
}
.vrt__services-item .arrowRight{
    transition: transform 0.3s;
}
.vrt__services-item:hover .arrowRight{
   transform: translateX(-10px);
    transition: transform 0.3s;
}

.rules, .advantages, .faq, .main-form-block-iksi {
    margin-bottom: 5rem;
}

.cards__grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card__item {
    padding: 70px 20px;
    background-color: rgb(244 237 225);
    border-radius: 30px;
    color: rgb(108, 109, 118);
    display: flex;
    flex-direction: column;
}

.card__name {
    color: rgb(111 113 120);
    margin-bottom: 36px;
    font-family: "BebasNeue",sans-serif;
    font-size: 37px;
    min-height: 84px;
}

.list--font {
    font-family: 'Montserrat', Arial, sans-serif;
    padding-inline-start: 20px;
    line-height: 1.5;
    font-weight: 400;
}


/* End */
/* /local/templates/.default/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177857497712969 */
