

/* Start:/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?17724710327877*/
.services-list-content {
    display: block !important;
    margin-top: 20px;
}

.doctor_item_link {
    text-align: center;
}

.other-services,
.other-services * {
    box-sizing: border-box;
}

.other-services {
    margin-top: 20px;
    margin-bottom: 20px;

}

.other-services__title {
    font: normal 23px/30px Arial, sans-serif;
    margin: 1em 0;
    font-weight: normal;
    font-size: 23px;
    line-height: 30px;
    color: #4C4C4C;
    margin-top: 0;
}

.other-services__col {
    width: 33.33%;
    padding-right: 15px;
}

a.other-services__item {
    color: #A7598A;
    display: block;

    margin-bottom: 16px;

    position: relative;
    padding-left: 20px;
}

a.other-services__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 15px;
    height: 1px;
    background-color: #A7598A;
}

.other-services__wrap {
    display: flex;
    flex-wrap: wrap;
}

a.other-services__item:hover:before {
    background-color: #3AA598;
}

.other-services__all a {
    display: block;
    color: #4c4c4c;
    transition: all ease 0.3s;
    padding-bottom: 10px;
    padding-top: 20px;
    text-decoration: underline;
    font-size: 21px;
    text-align: center;
}

.other-services__all a:hover {
    color: #3AA598;
}

.doctor_item_link {
    text-align: center;
}

@media (max-width: 991px) {
    .other-services__all a {
        font-size: 18px;
    }
}

@media(max-width: 630px) {
    .other-services__col {
        width: 100%
    }
}

.service-anchors__outer {
    width: calc(100% - 20px);
    float: left;
    height: 53px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.service-anchors {
    overflow-x: auto;
    opacity: 0;
    border-bottom: 1px solid #EEEEEE;

}

.service-anchors__inner {
    margin: 0 auto;
    max-width: 1004px;
    padding-left: 10px;
    padding-right: 10px;
}

.service-anchors--fixed {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #EEEEEE;

}

.service-anchors::-webkit-scrollbar {
    display: none !important;

}

@media (hover: none) {
    .service-anchors::-webkit-scrollbar {
        display: none !important;
    }
}

.service-anchors__wrap {
    display: flex;

}

.service-anchors--fixed .service-anchors__wrap {
    border: none;
}

.service-anchors__outer {
    position: relative;

}

.service-anchors__outer:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -3px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
}

.service-anchors__item {
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    cursor: pointer;
    transition: color .3s, border-color .3s;
    position: relative;
}

.service-anchors__item:last-child {
    padding-right: 40px;
}

.service-anchors__item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    opacity: 0;
    width: calc(100% - 16px);
    background-color: #3AA598;
}

.service-anchors__item:last-child:before {
    width: calc(100% - 40px);
}

.service-anchors__item:hover,
.service-anchors__item--active {
    color: #3AA598;
}

.service-anchors__item:hover:before,
.service-anchors__item--active:before {
    opacity: 1;
}

@media (max-width: 1199px) {
    .service-anchors__inner {
        max-width: 950px;
    }
}

@media (max-width: 991px) {
    .service-anchors__inner {
        max-width: 730px;
    }

    .service-anchors--fixed {
        top: 54px;
        position: static !important;
    }

    .service-anchors__outer {
        margin-top: -10px;
    }

}

/* Clinic Advantages */
.clinic-advantages {
    margin-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.clinic-advantages * {
    box-sizing: border-box;
}

.clinic-advantages__title {
    font: normal 23px/30px Arial, sans-serif;
    color: #4C4C4C;
    margin-bottom: 50px;
}

.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.advantage-item {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 49px;
    display: flex;
    align-items: flex-start;
}

.advantage-item__icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.advantage-item__info {
    flex-grow: 1;
}

.advantage-item__title {
    font-weight: bold;
    font-size: 20px;
    color: #4C4C4C;
    margin-bottom: 8px;
}

.advantage-item__desc {
    font-size: 16px;
    color: #878787;
    line-height: 1.4;
}

/* How to get there section */
.how-to-get {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 30px;
}

.how-to-get__header {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.how-to-get__header:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3AA598;
    margin-left: 15px;
    transition: transform 0.3s;
}

.how-to-get__header.active:after {
    transform: rotate(180deg);
}

.how-to-get__title {
    font: normal 23px/30px Arial, sans-serif;
    color: #4C4C4C;
}

.how-to-get__content {
    display: none;
    background: #fff;

}

.how-to-get__address {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #4C4C4C;
    margin-bottom: 25px;
}

.metro-icon {
    width: 24px;
    height: 24px;
    background: #0072C6;
    /* Blue for metro */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    flex-shrink: 0;
}

.route-grid {
    display: flex;
    gap: 30px;
}

.route-map {
    width: 485px;
    aspect-ratio: 3/1;
    border-radius: 6px;
    overflow: hidden;
}

.route-info {
    width: calc(100% - 485px);
    display: flex;
    flex-direction: column;
}

.info-block {
    margin-bottom: 25px;
}

.info-block__label {
    font-weight: bold;
    font-size: 16px;
    color: #4C4C4C;
    margin-bottom: 10px;
}

.info-block__value {
    font-size: 15px;
    color: #4C4C4C;
    line-height: 1.6;
}

.route-actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-route-more {
    background: #F49F4A;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-route-more:hover {
    background: #3AA598;
    color: #fff;
    text-decoration: none;
}

.btn-route-how {
    color: #fff;
}

.btn-route-how {
    color: #3AA598;
    text-decoration: underline;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.btn-route-how span {
    margin-right: 5px;
}

.btn-route-how:hover {
    text-decoration: none;
}


@media (max-width: 991px) {
    .advantage-item {
        width: 50%;
    }

    .route-grid {
        flex-direction: column;
    }

    .route-map {
        width: 100%;
        aspect-ratio: 3 / 1.3;
    }

    .route-info {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .advantage-item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .service-anchors__inner {
        max-width: 730px;
    }

    .service-anchors--fixed {
        top: 54px;
        position: static !important;
    }

    .service-anchors__outer {
        margin-top: -10px;
    }

}

/*
.middle-navigation {
    z-index: 9999 !important;
}
*/
/* End */


/* Start:/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/style.css?17071273911098*/
/* item_detail_v2 */

/* item_detail_slider */
.bx-touch .bx_item_detail.bx_blue .bx_item_slider .bx_slide ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}

/* scu_detail_size */
.bx-touch .bx_item_detail.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-touch .bx_item_detail.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */
/* /bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?17724710327877 */
/* /bitrix/templates/beauty_modern_s1/components/bitrix/catalog/services/bitrix/catalog.element/.default/themes/blue/style.css?17071273911098 */
