

/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.list/services.section_update_detail/style.css?17492207128966*/
.otdelenie {
    max-height: 5em;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    position: relative;
    margin-bottom: 0em !important;
}

.otdelenie.expanded {
    max-height: none;
}

.toggle-button {

}

.toggle-button_wrap {
    text-align: center;
    margin-bottom: 1em;
}

/* Сбрасываем поворот текста и иконок внутри */
#scroll-title.active {
    transform: rotate(-180deg);
}
#wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#wrapper.rotated {
    transform: rotate(180deg);
}

#wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#scroll-down {
    display: block;
    position: relative;
    text-align: center;
    padding: 3em 0 1em;
}

.arrow-down {
    display: flex;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: .8em;
    height: .8em;
    border-top: 0.15em solid rgb(129, 189, 187);
    border-right: 0.15em solid rgb(129, 189, 187);
    behavior: url(/local/templates/logicloud.health_s1/components/bitrix/news.list/services.section_update_detail/-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: rgb(129, 189, 187);
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: .3em;
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 1.3em;
    left: 50%;
    margin-left: -0.1em;
    width: 0.1em;
    height: 2em;
    background: rgb(129, 189, 187);
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

#paschka {
    display: block;
    color: white;
    font-size: 1em;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    transition: all 0.1s ease;
    background: #000;
    height: 3em;
    line-height: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    border-radius: 5%;
    bottom: 20px;
    right: 20px;
}

#paschka:hover {
    background: #232323;
    transition: all 0.1s ease;
    color: #f0f0f0;
}


.toggle-button{
    cursor: pointer;
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.detail/procedures/style.css?174922071217637*/
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

.section_doctor {
    padding: 3vh 0;
}

.doctor_card_stack a {
    border-radius: 1vw;
    background: #F3F0F0;
    padding: 0.5vh 0.5vw;

    color: rgb(0, 0, 0);
    font-size: 1em;
    font-weight: 400;
    transition: transform 1s ease;
}

.doctor_card_stack a:hover {
    transform: scale(1.07);
    text-decoration: none;
    color: rgb(0, 0, 0);

}

.doctro_card_info a:hover {
    text-decoration: none;
}

.doctor_card_wrap {
    display: flex;
    gap: 2vw;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    border: 0.1vw solid rgb(129, 189, 187);
    border-radius: 0.3vw;
    padding: 1.5vh;
    margin-bottom: 2vh;

}

.doctor_card {
    flex: 0 0 68%;

}

.doctor_record {
    flex: 1 1 100%;
}


.doctor_card_info_wrap {
    display: flex;
    align-items: flex-start;
    gap: 2vw;
    margin-bottom: 2vh;

}

.doctors__title {
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    margin-bottom: 1.5vh;
}

.doctor_card_stack_wrap {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
}

.doctors__bold{
    font-family: 'OpenSans-Bold';
    font-weight: 500;
}

.doctors_p {
    font-family: 'OpenSans-Bold';
    font-weight: 500;
    color: rgb(129, 189, 187);
    font-size: 1.1em;
    margin-bottom: 0;
}


.doctor_card_stack {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    flex-wrap: wrap;
    margin-bottom: 1.5vh;
}


.doctor_card_expirience {
    display: grid;
    grid-template-columns: 3.5vw 1fr;
    align-items: flex-start;
    margin-bottom: 1.5vh;
}

.doctor_card_expirience:last-child {
    margin-bottom: 0;
}

.doctor_card_expirience h6 {
    color: rgb(0, 0, 0) !important;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 0;
}

.doctor_card_expirience img {
    height: 100%;
}

.doctor_card_expirience_img {
    height: 1.5em;
}

.doctor_card ul {
    margin-top: 1.5vh;
    border-radius: 0.3vw;
    background: rgb(247, 243, 243);
    padding: 1.5vh 1vw;
}

.doctor_card ul li {
    list-style-type: disc;
    color: rgb(0, 0, 0);
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1vh;
    list-style-position: inside;
}

.doctor_card ul li:last-child {
    margin-bottom: 0;
}

.doctor_card ul li::marker {
    color: rgb(129, 189, 187);
    font-size: 1vw;
    margin-right: 1vw;
}

.doctor_card_logo {
    min-width: 14vw;
    max-width: 14vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.3vw;
}

#mobile_calendary {
    display: none;
}


.fc-daygrid-day {
    background-color: #f0f0f0;
}

.fc-daygrid-day-number {
    color: #333;
}

.fc-daygrid-day.fc-day-today {
    background-color: #007bff;
    color: #fff;
}

.doctro_card_info .doctor_card_expirience:last-of-type img {
    margin-left: 0.3vw;
}

.invisible_block_info {
    display: none;
}

.invisible_block_info.active {
    display: block;
}

.doctor_info {
    background: rgb(247, 243, 243);
    display: block;
    font-size: 1.3vw;
    margin: auto;
    border-radius: 0.3vw;
    color: rgb(129, 189, 187);
}

.text-container {
    margin-bottom: 15px;
}

.read-more-btn, .collapse-btn {
    display: block;
    width: 15em;
    padding: 1em 0.5em;
    text-align: center;
    background: #81BDBB;
    border-radius: 1em;
    color: white;
    transition: all 0.3s ease;
    margin-bottom: 2em;
}


.read-more-btn:hover, .collapse-btn:hover {
    text-decoration: none;
    border: 0.1em solid #81BDBB;
    color: #81BDBB;

    background: white;
}

.doctor_info.closeBtn{
    display: none;
    margin-top: 1vh;
}
.otdelenie {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.otdelenie a {
    border-radius: 1vw;
    background: #F3F0F0;
    padding: 0.5vh 0.5vw;
    color: rgb(0, 0, 0);
    font-size: 1vw;
    font-weight: 400;
    transition: transform 1s ease;
}
.otdelenie a:hover {
    transform: scale(1.07);
    text-decoration: none;
    color: rgb(0, 0, 0);

}

.news_more__wrap {
    display: flex;
    justify-content: flex-start;
    gap: 0.5em;
}

.news_more__block {
    padding: 1em 1em;
    border-radius: 0.5em;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between;
    background: #F3F0F0;
}

.news_more__img {
    height: 10em;
    margin-bottom: 1em;
}

.news_more__img img {
    margin: 0 !important;
    width: 100%;
    border-radius: 0.5em;
    height: 100%;
    object-fit: cover;
}
.news_more__block h5{
    margin: 0 !important;
}

.news_more__block a {
    display: block;
    padding: 0.5em;
    border-radius: 0.3em;
    background: #81BDBB;
    text-align: center;
    color: white;
}

.news_more__block a:hover{
    color: white;
    text-decoration: none;
    transform: scale(1.03);
}

.news_more__content{
    max-height: 12em; /* ограничьте высоту контейнера */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* количество строк */
    -webkit-box-orient: vertical;
}

.news_more__content p{
    margin: 1em 0 0;
}
.left_img {
    height:auto;
    width:22em;
    float:left;
    padding: 0 3em 2em 1em;
}
.page-doctors__desc, .doctor__metro {
    border-radius: 0.3vw;
    background: rgb(247, 243, 243);
    padding: 1.5vh 1vw;
}
.doctor__metro {
    margin-bottom: 2em;
}
.page-doctors__desc p {
    color: #363636;
    font-size: 1.2em;
    line-height: 1.8;
    font-family: 'OpenSans';
}
.doc_text {
    border: 0.1vw solid #3D3E63;
    padding: 1vw;
    margin-bottom: 1.5vw;
    border-radius: 0.2vw;
}
.doc_text ul li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
    margin-bottom: 1em;
}
.page-doctors__desc .doc_text ul li:before {
    background: none;
}
.page-doctors__desc .doc_text ul li {
    list-style-type: none;
    font-size: 1.2em;
}
.page-doctors__desc .doc_text ul li:before {
    border-radius: 0;
    left: -1.9em;
    top: 2em;
    margin-top: -1.8em;
    background-size: 2em;
    background-repeat: no-repeat;
    background-image: url(/images/plus.png);
    height: 2em;
    width: 2em;
    line-height: 2em;
    transition: all .7s ease-out;
}
.doc_text ul {
    display: grid;
    grid-template-columns: 40% 40%;
    gap: 0 5%;
    margin: 3% 2%;
}

.doc_text ul li:hover:before {transform: rotate(360deg);}
@media screen and (orientation: portrait) {

    .doc_text {
        padding: 4vw;
        margin: 4vw 0;
        border-radius: 1.3vw;
    }

    .page-doctors__desc,.doctor__metro {
        padding: 1.5vh 4vw;
        margin: 0 -3vw;
    }
    .doctor__metro {
        margin-bottom: 2em;
    }


    .doc_text ol li:before {
        left: -1.3em;
    }

    .doc_text ol li {
        padding-left: 2em;
    }

    .doc_text ul {
        display: flex;
        flex-direction: column;
    }

    .doc_text ul li {

        padding: .4em .4em .4em 1em;
    }
}

.ux-input{
    margin-bottom: 1em !important;
}

.doctor_info_btn{
    display: block;
    width: 100%;
    border-radius: 0.3vw;
    background: rgb(255, 255, 255) !important;
    padding: 1vh 0;
    text-align: center;
    color: rgb(129, 189, 187);
    margin-bottom: 1vh;

    box-sizing: border-box;
    border: 0.1vw solid rgb(129, 189, 187);
    transition: transform 1s ease;
}

.doctor_info_btn:hover{
    color: rgb(129, 189, 187);
    text-decoration: none;
    transform: scale(1.05);
}


.ux-input {
    display: block;
    width: 100%;
    padding: 0 2vh;
    background: #fff;
    border-radius: 0.3em;
    outline: 0;
    box-shadow: none;
    font-family: inherit;
    font-weight: 400;
    color: #000;
    text-align: left;
    appearance: none;
    height: 2em;
    font-size: 1em;
    border: 0.1vw solid rgb(129, 189, 187);

    margin-bottom: 0.4em;
}

select.ux-input {
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Standard */
    background: url('/local/templates/logicloud.health_s1/components/bitrix/news.detail/procedures/images/arrow_bot.svg') no-repeat right 1em center;
    padding-right: 3em; /* Space for the custom arrow */
    background-size: 1em;
}
.text-container p {
    color: #363636;
    font-size: 1em;
    line-height: 1.8;
}
.text-container h2 {
    margin: 0.5em 0;
}
.text-container ol {
    margin: 3% 2%;
    counter-reset: li;
    list-style: none;
    padding: 0;
}
.text-container ol li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    background: #3D3E63;
    color: white;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
    margin-bottom: 1em;
}
.text-container ol li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.9em;
    top: 50%;
    margin-top: -1.8em;
    background: #3D3E63;
    height: 3.5em;
    width: 3.5em;
    line-height: 4em;
    border: .3em solid white;
    text-align: center;
    display: flex;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    align-items: center;
    justify-content: center;
    color: white !important;
}
.text-container ul {
    display: grid;
    grid-template-columns: 40% 40%;
    gap: 0 20%;
    margin: 3% 2%;
}
.text-container ul li {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em;
    display: block;
    position: relative;
    color: rgb(54, 54, 54);
    font-size: 1em;
    line-height: 1.8;
    font-weight: normal;
}
.text-container ul li:before {
    border-radius: 0;
    position: absolute;
    left: -1.9em;
    top: 2em;
    margin-top: -1.8em;
    background-size: 2em;
    background-repeat: no-repeat;
    background-image: url(/upload/neutron.png);
    height: 2em;
    width: 2em;
    line-height: 2em;
    transition: all .7s ease-out;
    content: " ";
}

.text-container {
    padding: 1em;
    border-radius: 0.5em;
    border: 0.1em solid #81bdbb;
    margin: 2em 0;
    width: 85%;
}
.text-container h3 {
    font-size: 1.5em;
}
.text-container ul li:hover:before {transform: rotate(360deg);}
@media only screen and (orientation: portrait) {
    .text-container {
        width: 100%;
    }
    .text-container ul {
        display: flex;
        flex-direction: column;
    }
    .text-container ul li {
        font-size: .9em;
    }
}
.services-text__table_wrap {
    border: 0.1em solid #CDCDCD;
    border-radius: .5em;
    padding: 1em;
    margin: 3em 0;
}
#services-text__table_wrap{
    display: none;
}


#services-text__table_wrap.active{
    display: block;
}

.text__table_dop_sections_wrap{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.text__table_dop_sections_dop_block .services-text__table_wrap {
    border: none;
    border-radius: 0;
    padding: 0;
}
.text__table_dop_sections_dop_block {
    border: 0.1em solid #CDCDCD;
    border-radius: .5em;
    padding: 1em;
    margin-bottom: 1em;
}
.text__table_dop_sections_wrap h2 {
    font-size: 1.5em;
    font-family: 'OpenSans', Arial, sans-serif;
}

.text__table_dop_sections_wrap.active img{
    transform: rotate(90deg);
}

.text__table_dop_sections_wrap img{
    transition: all 0.3s ease;
}

.text__table_dop_sections_img{
    max-width: 1.5em;
}

.text__table_dop_sections_img img{
    width: 100%;
}

.inside-page .inside-page__caption {
    padding: 1em 0;
}
.inside-page__caption {
    padding: 0;
}
.proceduri-key-info__item-desc ol li p {
    color: white;
    margin: 0;
}
.services__section {
    display: grid;
    align-items: center;
    padding: 1em 1em;
    gap: 2em;
    grid-template-columns: 45% 32% 1fr;
}
.services-text__block ol {
    margin: 3% 2%;
    counter-reset: li;
    list-style: none;
    padding: 0;
}


.services-text__block ol li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    background: #3D3E63;
    color: white;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
    margin-bottom: 1em;
}
.services-text__block ol li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.9em;
    top: 50%;
    margin-top: -1.8em;
    background: #3D3E63;
    height: 3.5em;
    width: 3.5em;
    line-height: 4em;
    border: .3em solid white;
    text-align: center;
    display: flex;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.services__section:not(:last-child) {
    border-bottom: 0.1em solid #CDCDCD;
}

.services-text__table {
    margin: 0 !important;
    padding: 0 !important;
}

.services-text__table td {
    padding: 0.5em 0 !important;
}

.services__section_title {
    display: flex;
    align-items: center;
    gap: 1em;

}

.services__section_title img {
    min-width: 1.5em !important;
    max-width: 1.5em !important;
}

.services-text__block ul li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
    margin-bottom: 1em;
    list-style-type: none;
    line-height: 2em;
}

.services-text__table_wrap span {
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal !important;
    color: black !important;
}
.services__section .services__section_title p{
    margin: 0;
}

.services-text__block ul li:before {
    border-radius: 0;
    position: absolute;
    left: -1.9em;
    top: 2em;
    margin-top: -1.8em;
    background-size: 2em;
    background-repeat: no-repeat;
    background-image: url(/images/backteriya.png);
    height: 2em;
    width: 2em;
    line-height: 2em;
    transition: all .7s ease-out;
    content: " ";
}

.services-text__block ul {
    display: grid;
    grid-template-columns: 40% 40%;
    gap: 0 20%;
    margin: 3% 2%;
}

.services-text__block ul li:hover:before {
    transform: rotate(360deg);
}

@media screen and (orientation: portrait) {

    .services-text__table_wrap img, .desctop {
        display: none;

    }


    .services-text__block ol li:before {
        left: -1.3em;
    }

    .services-text__block ol li {
        padding-left: 2em;
    }

    .services-text__block ul {
        display: flex;
        flex-direction: column;
    }

    .services-text__block ul li {

        padding: 0 .4em .4em 1em;
    }
}
.services__section_title a {
    display: block;
    width: 100%;
    padding: 0.5em 0.7em;
    text-align: center;
    border: 0.1em solid #81BDBB;
    border-radius: 0.3em;
    color: #81BDBB;
    transition: all 0.3s ease;
}

.services__section_title a:hover {
    text-decoration: none;
    background: #81BDBB;
    color: white;
}
.text-container .text-full::-webkit-scrollbar {
    width: .8em;               /* ширина scrollbar */
}
.text-container .text-full::-webkit-scrollbar-track {
    background: #E7F5F4;        /* цвет дорожки */
}
.text-container .text-full::-webkit-scrollbar-thumb {
    background-color: #8889a0;    /* цвет плашки */
    border-radius: .1em;       /* закругления плашки */
    border: .1em solid #E7F5F4;  /* padding вокруг плашки */
}

#services_mobile{
    display: none;
}
.text__table_dop_sections_wrap h2{
    margin-bottom: 0;
}

.procedure_detail_banner{
    width: 100%;
    border-radius: 0.6em;
    overflow: hidden;
    height: auto;
    margin-bottom: 1em;
}


.procedure_detail_banner img{
    width: 100%;
}


@media screen and (orientation: portrait) {
    .services-text__block ol li {
        padding-left: 3em;
    }

    .services__section {
        gap: 1em;
        align-items: center;
        grid-template-columns: 40% 27% 1fr;
        padding: 1em;
        justify-content: center;

    }
    .services__section_title {
        justify-content: center;
    }
    .first {
        justify-content: left;
    }
    .services__section_title:first-child{
        max-width: 100%;
    }

    .services__section_title:last-child img{
        min-width: 0.6em !important;
        max-width: 0.6em !important;
    }
    .services__section_title{
        align-items: center;
        gap: 0;
    }


    #services_mobile {
        display: block;
    }
    .services-text__table_wrap a:hover{
        text-decoration: none;
    }

    .services__section {
        border-bottom: 0.1em solid #CDCDCD;
    }

    .services-text__table_wrap a:last-child .services__section{
        border-bottom: none;
    }
}




/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.detail/procedures/media_style.css?17492207121577*/
@media screen and (orientation: portrait){

    .doctor_card_wrap {
        display: block;
        border-radius: 1.3vw;
        padding: 1vh;
    }
    .doctor_card_logo {
        min-width: 54vw;
        max-width: 54vw;
        border-radius: 1.3vw;
    }
    .doctor_card_info_wrap {
        display: block;
    }
    .doctor_card_logo_block{
        text-align: center;
        margin-bottom: 1vw;
    }
    .doctro_card_info h2 {
        font-size: 4.8vw;
        text-align: center;
    }
    .section_doctor h5 {
        color: rgb(129, 189, 187);
        font-size: 4.3vw;
        font-family: "OpenSans", sans-serif;
        margin-bottom: 0;
    }
    .doctor_card_stack a {
        border-radius: 4vw;
        padding: 0.7vh 3vw;
        font-size: 3.2vw;
    }
    .doctor_card_stack {
        gap: 1.7vw;
    }

    .doctro_card_info > .doctor_card_expirience:nth-of-type(3),
    .doctro_card_info > .doctor_card_expirience:nth-of-type(4){
        display: none;
    }
    .doctor_card_expirience {
        grid-template-columns: 15vw 1fr;
        align-items: center;
    }
    .doctor_card_expirience h6 {
        font-size: 3.75vw;
    }
    .doctor_card > h5:last-of-type{
        display: none;
    }

    .doctor_card ul{
        display: none;
    }
    


        .otdelenie a {
            border-radius: 4vw;
            padding: 0.7vh 3vw;
            font-size: 3.2vw;
        }
    .otdelenie {
       
        margin-bottom: 6vw;
    }
    .news_more__wrap {
        flex-direction: column;
    }

    .doctors__spec{
        display: none;
    }
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/main.feedback/client_record_test/style.min.css?1749220712251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/main.feedback/client_record_test/media_style.css?17492207122489*/
@media screen and (orientation: portrait){
    .doctor_price_wrap{
        display: none;
    }
    .doctor_calendary_date_wrap{
        display: none;
    }
    .doctor_calendary{
        display: none;
    }
    .doctor_record_btn {
        border-radius: 1.3vw;
    }
    .doctor_info_btn {
        border-radius: 1.3vw;
    }

    #calendar-container{
        display: none;
    }

    .dorctor_form_wrap {
        width: 91.5vw;
        border-radius: 1.5vw;
        height: auto;
        padding: 4.5vh 4vw 3.5vh;
    }
    .doctor_info_recording{
        display: none;
    }
    .doctor_form_block label {
        font-size: 4.25vw;
    }
    .dorctor_form_content {
        display: block;
    }

    .doctor_form_block{
        margin-bottom: 1vh;
    }
    .doctor_form_block input {
        border-radius: 1.3vw;
        padding: 1vh 2vw 1vh 8vw;
    }

    .doctor_form_close {
        width: 3.3vw;
        top: 1.5vh;
        right: 6vw;
    }
    .doctor_form_block textarea {
        border-radius: 1.3vw;
        padding: 1vh 2vw 1vh 8vw;

    }
    .checkbox_wrap {
        margin: 1vh 0 1vh;
        gap: 2.5vw;
    }
    .checkbox_wrap p {
        margin-bottom: 0;
    }
    .doctor_form form input[type="submit"] {
        margin-top: 2vh;
        font-size: 4.25vw;
        border-radius: 1.3vw;
    }
    .medflex-round-widget{
        display: none;
    }

    #mobile_calendary{
        display: grid !important;
    }
    .mobile_title h2{
        display: block;
        font-size: 5vw;
    }
    .doctor_calendary_date.active {
        border-radius: 1.3vw;
        padding: 0.8vh 0vw;
    }
    .doctor_calendary_time button {
        border-radius: 1.3vw;
    }
    .doctor_calendary_time{
        gap: 1.5vw;
    }
    .doctor_calendary_time button:hover {
        transform: none;
    }
    .doctor_calendary_date_wrap {
        gap: 1.5vw;
    }
    .doctor_calendary_date:hover {
        transform: none;
    }

    .form_close_wrap:last-of-type {
        align-items: unset;
        gap: 4vw;
    }
    .btn_form {
        padding: 0.5vh 1vw;
        border-radius: 1.3vw;
    }

    .form_close_wrap p {
        font-size: 1em;
    }

    .doctor_successful_close {
        width: 3.3vw;
        top: 1vh;
        right: 3.5vw;
    }

    .section_form_successful p {
        font-size: 1.1em;
    }
    #doctor__metro_pc{
        display: none;
    }
    #mobile_metro{
        display: block;
    }
    #get_recording{
        display: none;
    }
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.calendar/template1/style.css?17492207121413*/
.news-calendar{
	background: white;
	position: absolute;
	top: -100%;
	left: -100%;
	width: 21vw;
	padding: 1vh 1vw 0.5vh;
	box-shadow: 0px 0.2vw 0.2vw 0px rgba(0, 0, 0, 0.25);
	border-radius: 0.5vw;
	border: 0.1vw solid grey;
}
.NewsCalHeader{
	text-align: center;
	flex: 1 1 100%;
	font-size: 1vw;
	margin-bottom: 0.3vh;
}
.standart_td{
	flex: 1 1 100%;
	border-radius: 0.3vw;
	text-align: center;
	font-size: 1vw;
	padding: 0.5vw;
	width: 1vw;
	aspect-ratio: 1/1;
	transition: background 0.3s ease, color 0.3s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.NewsCalToday{
	background: #81bdbb;
	color: white;
}
.standart_td:hover{
	background: #81bdbb;
	color: white;
}
.NewsCalOtherMonth:hover{
	background: none;
}
tr{
	display: flex;
	justify-content: space-between;
	gap: 0.3vw;
	margin-bottom: 0.3vw;
}
.month_wrap{
	flex: 1 1 100%;
	text-align: center;
	position: relative;
}
.month_text{
	display: none;
	font-size: 1.11111vw;
	display: none;
}
.month_text.active{
	display: block;
}
.month_arrow{
	position: absolute;
	width: 1.1vw;
	aspect-ratio: 1/1;
	top: 0.1vw;
}
.month_arrow.left{
	left: 0;
}
.month_arrow.right{
	right: 0;
}
tr:last-child{
	margin-bottom: 0;
}
.NewsCalTable{
	margin-top: 1.5vh;
}


.NewsCalWeekend{
	background: #E7F5F4;
}

.non_active{
	background: #F7F3F3;
	pointer-events: none;
	cursor: default;
	color: black;
	opacity: 0.3;
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.calendar/template1/media_style.css?1749220712354*/
@media screen and (orientation: portrait) {
    .news-calendar {
        width: 45vw;
        top: 100%;
        left: 0;
    }
    .month_text {
        font-size: 3vw;
    }
    .month_arrow {
        width: 3.1vw;
    }
    .NewsCalHeader {
        font-size: 3vw;
    }
    .standart_td {
        border-radius: 1.3vw;
        font-size: 3vw;
    }
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.list/reviews_all_company/style.css?17495368435020*/
.section_reviews p {
    margin-bottom: 0;
}
.section_reviews {
    margin-bottom: 1em;
}
.section_reviews button {
    border: none;
    background: none;
    padding: 0;
}

.reviews_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}

.reviews {
    height: 100%;
    padding: 1em;
    border-radius: 0.3em;
    border: 0.1vw solid rgba(217, 217, 217, 1);
}

.reviews__title__img {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    overflow: hidden;
}

.reviews__title {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}

.reviews__title__text_name {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.reviews__title__rating {
    display: flex;
    align-items: center;
    gap: 0.1em;
    margin-bottom: 0;
}

.reviews_description {
    max-height: 3lh;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.reviews_description.expanded {
    max-height: none;
    -webkit-line-clamp: unset;
}

.reviews_description_btn {
    margin-top: 0.2em;
    color: #757575;
}

.reviews__title__text_date {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.reviews .sw-review-source-link {
    display: block;
    margin-top: 0.5em;
    text-decoration: underline;
    padding-bottom: .1vw;
    transition: all 1s ease;
    color: black;
}

.sw-review-source-link:hover {
    color: black;
    transform: scale(1.03);
}

#toggleReviewsBtn {
    display: inline-block;
    padding: 1vh 0;
    border-radius: 0.3em;
    background: #81bdbb;
    font-size: 1em;
    transition: all 1s ease;
    line-height: normal;
    min-width: 13vw;
    color: white;
}

#collapseBtn {
    display: inline-block;
    padding: 1vh 0;
    border-radius: 0.3em;
    background: #81bdbb;
    font-size: 1em;
    transition: all 1s ease;
    line-height: normal;
    min-width: 13vw;
    color: white;
}

#collapseBtn:hover {
    background: #3D3E63;
}

.reviews__btns {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
}

#toggleReviewsBtn:hover {
    background: #3D3E63;
    color: white;
}

.reviews__info {
    width: 100%;
    padding: 2em 2em;
    border: 0.1em solid rgb(129, 189, 187);
    border-radius: .3em;
    margin-bottom: 1em;

}

.reviews__info_review a {
    display: block;
    width: 10em;
}

.reviews__info_review a img {
    display: inline-block;
    width: auto;
    height: 1.5em;
}

.reviews__info_review_title {
    margin-top: 1em;
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.reviews__info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__info_review {
    flex: 40%;
}

.reviews__info_review_title-h2 {
    font-size: 2em;
    font-weight: bold;
}

.reviews__info_wrap svg {
    width: 2em;
}

.reviews__info_review_title-h3 {
    font-size: 1.1em;
    color: #757575;
}

.sw-reviews-btn {
    display: inline-block;
    padding: 1vh 0;
    border-radius: 0.3em;
    background: rgb(255, 230, 0);
    font-size: 1em;
    transition: all 1s ease;
    line-height: normal;
    min-width: 13vw;
    text-align: center;
}

.sw-reviews-btn:hover {
    background: #854385;
    color: white;
}

.otziv .container .container {
    max-width: 100%;
}

.otziv .container .container .reviews {
    background: #ffffff;
}

.otziv .container .section_reviews {
    padding: 0;
}


.reviews__component_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    padding: 2em 0;
    border-top: 0.1em solid rgba(217, 217, 217, 1);
    border-bottom: 0.1em solid rgba(217, 217, 217, 1);
    margin: 2em 0;
}

.reviews__component_content_img {
    height: 2em;
    margin-bottom: 1em;
}

.reviews__component_content_img img {
    height: 100%;
    width: auto;
}


.reviews__component_content_title {
    font-family: 'OpenSans-Bold';
    font-size: 1.1em;
    display: block;
    margin-bottom: 0.8em;
}

.reviews__component_content p {
    text-align: justify;
}

#review_filter,
#site_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/local/templates/logicloud.health_s1/components/bitrix/news.list/reviews_all_company/images/arrow_bot.svg) no-repeat right 1em center;
    background-size: 1em;

    display: block;
    padding: 0 3em 0 1em;
    border-radius: 0.3em;
    outline: 0;
    box-shadow: none;
    font-family: inherit;
    font-weight: 400;
    color: #000;
    text-align: left;
    appearance: none;
    height: 2em;
    font-size: 1em;
    border: 0.1em solid rgb(129, 189, 187);
}

.reviews_select_wrap {
    display: flex;
    align-items: center;
    gap: 2em;

}
#openReviewDoctorPopupBtn,
#openReviewPopupBtn {
    color: rgb(255, 255, 255);
    font-size: 1em;
    border-radius: 0.3em;
    background: rgb(129, 189, 187) !important;
    padding: 0.7em 1em;
    transition: all 0.3s ease;
}

#openReviewPopupBtn:hover, #openReviewDoctorPopupBtn:hover {
    background: #3D3E63 !important;
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.list/reviews_all_company/media_style.css?17495375061558*/
@media screen and (orientation: portrait) {
	.reviews_wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.reviews__info_wrap {
		gap: 1.5em;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.back_reviews {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
.reviews_select_wrap {
	width: 100%;
	display: flex;
	align-items: center;
gap:0;
	justify-content: space-between;
}

	#openReviewDoctorPopupBtn, #openReviewPopupBtn, #site_select, #review_filter {
		width: 45%;
		height: 2.5em;
	}
	.reviews__component_content
{
	height: 100%;
	padding: 1em;
	border-radius: 0.3em;
	border: 0.1vw solid rgba(217, 217, 217, 1);
}
	.reviews__info_review a {
		text-align: center;
	}
	.reviews__component_wrap {
		display: flex;
		flex-direction: column;
	}
	.reviews__info_review_title {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 1em;
		row-gap: 0;

	}
	.reviews__info_review {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column-reverse;
		align-content: center;
		gap: 1em;
	}

	.reviews__info_review_title-h2 {
		font-size: 1.4em;
	}

	.reviews__info_wrap svg {
		width: 1.7em;
	}

	.reviews__title svg {
		width: 1em;
	}

	.reviews__info {
		border-radius: 1.3vw;
	}

	.sw-reviews-btn {
		width: 100%;
	}

	#toggleReviewsBtn, #collapseBtn {
		width: 48%;
	}

	.otziv .container .container {
		padding: 0;
	}
	.section_reviews .reviews_title_wrap{
		flex-direction: column;
		margin-bottom: 2em;
		gap: 2em;
	}
	#toggleReviewsBtn{
		width: 100%;
	}
	.popup_review__modal {
		width: 95%;
	}
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/main.feedback/popup_reviews/style.css?17495373352051*/
.popup_review__section button{
    background: none;
    border: none;
}

.popup_review__modal{
    position: relative;

}

.popup_review__section{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: rgba(110, 112, 130, 0.75);
    overflow: hidden;
}

.popup_review__modal{
    border-radius: 1em;
    background: white;
    padding: 2em 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
}

.popup_review__modal_title{
    font-family: 'OpenSans-Bold';
    font-size: 1.2em;
}

.popup_review__modal_input input{
    width: 100%;
    border-radius: 0.7em;
    display: block;
    border: 0.1em solid rgb(110, 112, 130);
    padding: 0.7em 1em;
}

.popup_review__modal_input textarea{
    width: 100%;
    border-radius: 0.7em;
    display: block;
    border: 0.1em solid rgb(110, 112, 130);
    height: 7em;
    padding: 0.7em 1em;
}

.popup_review__modal_input{
    margin-bottom: 1em;
}

.popup_review__modal_close{
    position: absolute;
    right: 2.5em;
    top: 2em;
}

.popup_review__modal_submit{
    margin-top: 1em;
    color: rgb(255, 255, 255);
    font-size: 1em;
    width: 100%;
    border-radius: 0.3em;
    background: rgb(129, 189, 187) !important;
    padding: 0.7em 1em;
}

.reviews_title_wrap{
    display: flex;
    justify-content: space-between;
    gap: 1em;
    align-items: center;
    margin-bottom: 1em;
}

#popup_review__modal_input_rating_stars{
    display: flex;
    align-items: center;
    gap: 0.3em;
}

#popup_review__modal_input_rating_stars .star{
    width: 2em;
    cursor: pointer;
}

#popup_review_form{
    padding-top: 1em;
}

.review_success{
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5em;
}

@media screen and (orientation: portrait){
    .popup_review__modal {
        width: 95%;
    }
    .popup_form_close {
        position: absolute;
        right: 1em;
        top: 1em;
        width: 2em;
        background: white;
    }
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/main.feedback/popup_reviews_doctor/style.min.css?1749537041251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/logicloud.health_s1/components/bitrix/news.list/services.section_update_detail/style.css?17492207128966 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.detail/procedures/style.css?174922071217637 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.detail/procedures/media_style.css?17492207121577 */
/* /local/templates/logicloud.health_s1/components/bitrix/main.feedback/client_record_test/style.min.css?1749220712251 */
/* /local/templates/logicloud.health_s1/components/bitrix/main.feedback/client_record_test/media_style.css?17492207122489 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.calendar/template1/style.css?17492207121413 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.calendar/template1/media_style.css?1749220712354 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.list/reviews_all_company/style.css?17495368435020 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.list/reviews_all_company/media_style.css?17495375061558 */
/* /local/templates/logicloud.health_s1/components/bitrix/main.feedback/popup_reviews/style.css?17495373352051 */
/* /local/templates/logicloud.health_s1/components/bitrix/main.feedback/popup_reviews_doctor/style.min.css?1749537041251 */
