

/* Start:/local/templates/main_new/components/bitrix/catalog/clinics/realweb/catalog.element/.default/style.css?17697635315841*/
.klinika__title .title_norm {
    margin-top: 10px !important;
    color: #211D37;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
}
body .clinic__phone a{
    text-decoration: underline;
}
@media only screen and (max-width: 767px) and (min-width: 0px)
{
    .stomatology {
        display: block !important;
    }
}

body .stomatology__sliderThumb .stomatology__more{
   
}
body .title_homeWhite .title__br{
    width: 20%;
}
.fix-for-map-and-doctors-slider {
    display: flex;
    flex-direction: column-reverse;
}
body .clinic__img{
    min-width: 390px;
}
.clinik-pdf-price-list {
    display: block;
    padding-top: 15px;
    text-align: center;
}
.clinic__topWrap{
    border-radius: 16px;
    background: var(--ctoma-ru-nero, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
}
body .clinic__img div::before{
    content: none;
}
.clinic__topWrap .clinic__img{
    overflow: hidden;
    border-radius: 16px;
}
body .clinic__img img{
    border: none;
    border-radius: 16px;
    box-shadow: none;
    height: 388px;
    width: auto;
    max-width: none;
}
body .clinic__adres::before,
body .clinic__metro::before,
body .clinic__phone::before,
body .clinic__rezim::before{
    
}
body .clinic__adres,
body .clinic__metro,
body .clinic__phone,
body .clinic__rezim{
    
}
.clinic__name{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #D82043;
}
body .clinic__info{
    padding: 0px 16px 0;    
}
.clinic__info div label{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #D82043;
}
.clinic__info div div{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #211D37;
    display: block;
}
body .clinic__rezim div{
    display: block;
}
body .clinic__topWrap .clinic__info {
    flex-basis: 60% !important;
}
body .actions__zapis{
    font-size: 16px;
}
body .clinic__bottom{
    width: 820px;
    margin: 0 auto;
    display: block;
}
body .kliniksGallery .colorbox.cboxElement{

}
body .kliniksGallery{
    margin-top: 0;
    width: 100%;
    overflow: hidden; 
}
.clinik_photo {
    display: flex;
    overflow-x: auto;
    max-width: 100%; /* Ограничение по ширине */
    scroll-snap-type: x mandatory;
    padding: 15px;
    background: #f9f9f9; /* Фон для контейнера */
    border-radius: 8px;
}

.clinik_photo > div {
    flex: 0 0 200px; /* Фиксированная ширина для каждого элемента */
    scroll-snap-align: start;
}

.clinik_photo img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
body .klinika__content{
    padding-bottom: 0;
}
 .kliniki__title .title__br.left {
    background: linear-gradient(270deg, #C7CFD8 0%, rgba(199, 207, 216, 0) 100%);
    max-width: 400px;
}
.kliniki__title .title__br.right {
    background: linear-gradient(90deg, #C7CFD8 0%, rgba(199, 207, 216, 0) 100%);
    max-width: 400px;
}
.kliniki__title .title__br {
    height: 2px;
    max-width: none;
}

 .kliniki__title .title__text {
    color: #000;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    width: 120%;
}
.content_norm a.clinik-pdf-price-list{
    background: url(/images/image_pdf.svg) no-repeat 10% 50%;
    border: 1px solid #D82043;
    width: 166px;
    margin: 40px auto 0;
    padding: 9px 10px 9px 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: left;
    
}
@media (max-width: 767px){
    .width.width_norm.content_norm.pdf_list{
        display: flex;
    }
    .content_norm a.clinik-pdf-price-list{
        margin: 20px auto 20px;
        background: transparent;
        width: 90%;
        text-align: center;
        padding: 9px 10px 9px 0px;
        display: inline-block;
        margin-left: 20px;
        margin-right: 30px;
    }
    .content_norm a.clinik-pdf-price-list span{
        background: url(/images/image_pdf.svg) no-repeat 0% 50%;
        padding-left: 30px;
    }
    .clinik_photo img {
        width: auto;
        height: auto;
    }
    body .clinic__bottom{
        width: 95%;
        display: block;
        text-align: left;
    }
    body .clinic__img{
        min-width: auto;
    }
    body .clinic__img img{
        width: 100%;
    }
    .klinika__title .title_norm{
        font-size: 23px!important;
        margin-bottom: 10px;
    }
    body .clinic__info{
        padding: 20px 0 0;
    }
    .actions__actions a{
        width: -webkit-fill-available;
        margin-top: 10px;
        text-align: center;
    }
    .searchMap__info{
        text-align: left;
    }
    .clinik_photo{
        flex-wrap: nowrap;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    .kliniksGallery{
        width: 100%;
        overflow: hidden;
    }
    body .kliniksGallery .colorbox.cboxElement {
        width: 264px;
        height: 174px;
    }
    body .klinika__content{
        display: block;
    }
    body .title_homeWhite .title__br{
        width: 10%;
    }
    body .title_homeWhite .title__text{
        text-align: center;
        margin: 0;
    }
    body .select{
        margin-bottom: 30px;
    }
    body #actionsHome{
        margin-top: 0;
    }
    #actionsHome .title_home .title__text{
        width: auto;
    }
    #reviewsHome .title_homeWhite .title__br{
        width: 100%;
    }
    body .rev__home_block .otzyvButtonWrapper .otzyvDefault__more{
        margin-bottom: 0 !important;
    }
}
/* End */


/* Start:/local/components/realweb/rw_forms_new/templates/small_new/style.css?17059277733800*/
span.error {
    background-color: #fff0f0;
    color: #000 !important;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 5px 10px;
}
#any_name{
    display:none;
}
.action_text{
    display:block;
    width:100%;
    color:#fff;
    border-bottom:1px solid #fff;
    font-size: 1.5rem;
}
.any_text{
    display:none;
}
.form-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #999;
    background-color: #fbfbfb;
    z-index: 10;
    font-size:1rem !important;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
    opacity: 0.5;
}

.form-element {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;

&:focus {
     box-shadow: 0 2px 0 0 blue;
 }
}
.webform-submission-form label{
    margin-right: 20px;
    float: left;
    background: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    font-family: "ralewayregular", sans-serif;
}
.webform-submission-form .checked label{
    color: #fff!important;
}
.form-element.filled {
    box-shadow: 0 2px 0 0 lightgreen;
}
.form-label{
    color:#636363 !important;
}
.form-group{
    position:relative;
}
.form-input{
    border:none;
    border-bottom:1px solid #dedede;
    background:#fbfbfb !important;
}
.js-form-itemx,
.js-form-item{
    flex-basis:33% !important;
    -webkit-flex-basis:33% !important;
}
.block .webform-submission-form{
    display:flex;
    align-items: center;
}
.makeform__clinic {
    top:-5px;
}
.makeform__clinic  select{
    height:40px;
    font-size:1rem;
}
body .makeform__actions{
    display:block;
    padding-bottom: 25px;
}
body .form-wrapper a{
    color: #fff;
    text-decoration: underline;
}
body .cap_label{
    width: 34%!important;
    margin: 0;
    height: 41px;
    margin-top: 5px;
}
body .cap_code_block{
    width: 33%!important;
    float: left;
}
body .cap_label img{
    height: 100%;
    float: left;
}
.serviceDefault .make__form .success_form{
    color: #fff;
    background-color: transparent;
}
body .cap_code_block input{
    width: 100%;
    font-family: "ralewayregular", sans-serif;
}
body .cap_code_block, .cap_label{
    width:30% !important;
}
body .makeform__name input{
    border-radius: 8px;
}
body #agreement_subscribe-error{
    bottom: -60px;
}
body .form-checkbox{
    width: 0;
}
body .makeform select{
    border-radius: 8px;
    background: url(/images/select.svg) no-repeat #f6f6f6 right center / cover;
    background-position: 96% center;
    background-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    font-family: "ralewayregular", sans-serif;
}
body .makeform select:hover{
    background: url(/images/select.svg) no-repeat #f6f6f6 right center / cover;
    background-position: 96% center;
    background-size: auto;
}
.makeform__actions button{
    height:40px;
    width:30% !important;
    top: -5px;
    position: relative;
    float: right;
}
.cap_label{
    height: 40px;
    top: -10px;
    position: relative;
}
.makeform__actions {
    margin-top:1rem;

}
#quick-order{
    background: white;
    border: 1px solid #dde2e7;
    box-shadow: 4px 6.928px 23.04px 0.96px rgb(0 0 0 / 10%);
    padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
    .js-form-item {
        flex-basis: 100% !important;
        -webkit-flex-basis: 100% !important;
    }
    .cap_code_block, .cap_label{
        width:45% !important;
    }
    .content_norm img{
        height:40px;
    }
    .makeform__actions {
        display: block;
    }
    .makeform__actions button{
        width:100% !important;
        display:block !important;
    }
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/system.pagenavigation/.default/style.css?17059277731211*/

.pager {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.pager__items {
    text-align: center;
}

.pager__item {
    display: inline-block;
}

.pager__item.is-active a {
    color: #c21d3c;
}

.pager__item a {
    cursor: pointer;
    padding: 5px 20px 5px 0;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-family: "pantonregular", sans-serif;
    color: #525252;
    font-weight: bold;
    text-decoration: none;
}

.pager__item a:hover {
    color: #d82043;
}
body .pager li>a, body .pager li>span {
    display: table-caption;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: 0 2px;
}
body .pager li>a:hover, body .pager li>span:hover,
body .pager__item.is-active a {
    border-color: #DD425F; 
    background-color: transparent;
}
.pager__item--next a{
    background: url(/images/next.png) no-repeat 50%;
}
.pager__item--previous a{
    background: url(/images/prev.png) no-repeat 50%;
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/map.yandex.system/.default/style.css?1705927773666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/main_new/components/realweb/blank/subscribe/style.css?1707387321717*/
.subscription__name span.error{
    top: 7px;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    min-width: 230px;
    font-weight: normal;
    color: #871228!important;  
}
.subscription__agreement span.error{
    top: 27px;
    position: absolute;
    background-color: transparent;
    font-size: 14px;
    min-width: 230px;
    font-weight: normal;
    color: #fff!important;
    left: 54px; 
}
.subscription__agreement label.option{
    color: #90182e;
    font-size: 14px;
}
.subscription__agreement label.option a{
    color: #90182e;
}
body label.option.js-form-required:before{
    top: 2px;
}
body label.option.js-form-required.active:before{
    top: 2px;
    margin-right: 9px;
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/akcii/style.css?1705927773155*/
.actions__swiper.swiper-container{
    max-height: 100%
}
.actions__slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    z-index: 1;
}
/* End */
/* /local/templates/main_new/components/bitrix/catalog/clinics/realweb/catalog.element/.default/style.css?17697635315841 */
/* /local/components/realweb/rw_forms_new/templates/small_new/style.css?17059277733800 */
/* /local/templates/main_new/components/bitrix/system.pagenavigation/.default/style.css?17059277731211 */
/* /local/templates/main_new/components/bitrix/map.yandex.system/.default/style.css?1705927773666 */
/* /local/templates/main_new/components/realweb/blank/subscribe/style.css?1707387321717 */
/* /local/templates/main_new/components/bitrix/news.list/akcii/style.css?1705927773155 */
