

/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.list/doctors.section1/style.css?17492207129138*/
/* 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: 1vw;
    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;

}

.doctro_card_info h2 {
    color: rgb(0, 0, 0);
    font-size: 1.4vw;
    margin-bottom: 1.5vh;
}

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

.section_doctor h5 {
    color: rgb(129, 189, 187);
    font-size: 1.1vw;
    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: flex;
    grid-template-columns: 3.5vw 1fr;
    align-items: flex-start;
    margin-bottom: 1.5vh;
    gap: 1em;
}

.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);
}

.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;
}

.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.list/doctors.section1/images/arrow_bot.svg') no-repeat right 1em center;
    padding-right: 3em; /* Space for the custom arrow */
    background-size: 1em;
}
.doctors__bold {
    font-family: 'OpenSans-Bold';
    font-weight: 500;
}
.doctors__title {
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    margin-bottom: 1.5vh;
}
.doctors_p {
    font-family: 'OpenSans-Bold';
    font-weight: 500;
    color: rgb(129, 189, 187);
    font-size: 1.1em;
    margin-bottom: 0;
}
.page-doctors__desc .doc_text 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/plus.png);
    height: 2em;
    width: 2em;
    line-height: 2em;
    transition: all .7s ease-out;
    content: " ";
}

/* End */


/* Start:/local/templates/logicloud.health_s1/components/bitrix/news.list/doctors.section1/media_style.css?17492207121582*/
@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;
    }
    
    .inside-page__caption{
        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;
    }
}
/* 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 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.list/doctors.section1/style.css?17492207129138 */
/* /local/templates/logicloud.health_s1/components/bitrix/news.list/doctors.section1/media_style.css?17492207121582 */
/* /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 */
