

/* Start:/local/templates/chudoV2/components/bitrix/catalog/services/style.css?17340358541356*/
.services_fd__wrapper {
    background: #e7e7e7;
    position: relative;
}
.page-v2 .services_fd__wrapper .content-header {
    z-index: 2;
    background: transparent;
}
.services_fd__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    z-index: 1;
    background-position: center bottom;
}
.services_fd__text {
    max-width: 550px;
    font-size: 20px;
    margin-bottom: 30px;
    color: #555555;
}
.services_fd__wrapper .content-header__title {
    margin: 0;
}
.services_fd__price {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    margin-bottom: 30px;
}
.services_fd__price .price {
    font-size: 68px;
    color: #FF732C;
    font-weight: bold;
}
.services_fd__price .text {
    font-size: 28px;
    color: #333;
    align-self: center;
}
.services_fd__wrapper a.btn-type-green {
    margin-bottom: 80px;
}
.page-v2 .page-cols-right_type2 {
    padding: 0;
}

@media only screen and (max-width: 620px) {
    .services_fd__img {
        background-image: unset !important;
    }
    .services_fd__price {
        width: 100%;
        flex-direction: column;
        text-align: center;
	}
	.page-v2 .services_fd__wrapper a.btn-type-green {
		width: auto;
        display: block;
	}
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?173376748569*/
.page-v2 .selected-block {
    border: none;
    padding: 0;
}


/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/left-col-directions-v2/style.css?17394431182357*/
.left-directions-v2 {
    border: 1px solid #E3E3E5;
    border-radius: 25px;
}
.current_direction__items,
.other_directions__items {
    opacity: 0;
    height: 0;
    padding: 0;
}
.current_direction__name.open + .current_direction__items,
.other_directions__name.open + .other_directions__items {
    opacity: 1;
    height: auto;
    padding: 10px 30px;
}
.current_direction__item,
.other_directions__item {
    margin: 10px 0 0 0;
}
.current_direction__item:first-child,
.other_directions__item:first-child {
    margin: 0;
}
.current_direction__item a,
.current_direction__item a:link,
.current_direction__item a:visited {
    color: #333;
}
.current_direction__item a:hover,
.current_direction__item a.active,
.current_direction__item a.active:link {
    color: #169F8F;
}
.current_direction__name {
    background: #169F8F;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 30px;
    text-transform: uppercase;
    border-top-left-radius: 25px;
    border-top-right-radius: 20px;
    position: relative;
    cursor: pointer;
}
.current_direction__name:after,
.other_directions__name:after {
    content: '';
    font-family: icomoon;
    position: absolute;
    right: 35px;
    top: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.current_direction__name.open:after,
.other_directions__name.open:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.other_directions__name {
    background: #F0F3F5;
    padding: 13px 30px;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.other_directions__name:not(.open) {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 20px;
}
.other_directions__item a,
.other_directions__item a:link,
.other_directions__item a:visited {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.current_direction__col {
    position: relative;
    z-index: 1;
}
.other_directions__col {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/components/techbox/price.list/templates/price-v2-services/style.css?1733676899843*/
.price-v2-services .tabs {
    padding: 0;
    gap: 20px;
    margin-bottom: 40px;
}
.price-v2-services .tabs__item {
    background: #F0F3F5;
    border-radius: 12px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 18px;
    color: #555;
}
.price-v2-services .tabs__item.active,
.price-v2-services .tabs__item:hover,
.no-touch-dev .price-v2-services .tabs__item:hover {
    background: #169F8F;
    color: #fff;
}
.page-v2 .price-v2-services .services-price-list {
    margin-bottom: 0;
}
.price-v2-services .tab-panes {
    border-radius: 25px;
}
.price-v2-services .tab-pane {
    padding: 30px 40px;
}


@media (max-width: 992px) {
    .price-v2 {
        margin-bottom: 20px;
        margin-right: 0;
    }
}
@media (max-width: 760px) { 
   
}
@media (max-width: 576px) { 

}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/slider_do_posle2/style.css?1721466326528*/
.do_posle__item {
    width: 32.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
    height: auto;
    display: block;
}
.do_posle__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.do_posle__item.slick-slide {
    display: block;
}
@media (max-width: 620px) {
    .do_posle__item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/photo.sections.top/about-certificates-v2/style.css?17231259411713*/
.certificates-tabs-v2 .tab-panes {
    background: #fff;
}
.certificates-v2 .tabs__item:after {
    display: none;
}
.certificates-v2  .tabs_main .tabs__item {
    font-size: 18px;
    background: #F0F3F5;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 10px;
}
.certificates-v2 li.tabs__item.tabs__item_active.active {
    background: #169F8F;
    color: #FFF;
}
.certificates-list-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.certificates-list-v2 .certificates-list__item {
    padding: 0;
}
.certificates-list-v2 .slick-track {
    margin: unset;
}
.page-width.certificates-v2 {
    padding-bottom: 40px;
}
@media only screen and (max-width: 1366px) {
    .certificates-list-v2 {
        margin: 0 -30px;
    }
}
@media only screen and (max-width: 1024px) {
    .certificates-list-v2 {
        margin: 0 -20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 620px) {
    .certificates-list-v2 {
        display: block;
    }
    .certificates-scroll.v2-slider-style {
        padding-top: 10px;
        margin: 0;
    }
}
@media only screen and (max-width: 500px) {
    .certificates-list-v2 {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 575px) {
    .tabs-scroll-v2 ul {
        flex-direction: column;
        display: flex;
    }
    .certificates-v2 .tabs_main .tabs__item {
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/klinik-list-another-v2/style.css?17287359414652*/
.klinik_list:not(.klinik_list_slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.klinik_list__item.slick-slide {
    display: block;
    height:auto;
}
.klinik_list__item .mode_text {
    margin-bottom: 10px;
}
.klinik_list_slider .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}
.klinik_list_slider .slick-arrow.slick-next {
    left: auto;
    right: -80px;
}
.klinik_list_slider .slick-arrow {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    font-size: 20px;
    z-index: 15;
    left: -80px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    border: none;
    top: 50%;
    background: #e8f0ec;
    margin-top: -45px;
    color: #19815a;
    -webkit-transition: all .4s cubic-bezier(.46,.84,.32,.94);
    transition: all .4s cubic-bezier(.46,.84,.32,.94);
    padding: 0;
}
.klinik_list:not(.klinik_list_slider) .klinik_list__item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.klinik_list__item {
    padding: 40px;
    margin: 15px;
    background: #fff;
    border-radius: 24px;
}
.klinik_list__item:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}
.klinik_list__button {
    margin-top: 15px;
}
.klinik_list__item > div {
    margin-bottom: 15px;
}
.klinik_list__phone a {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.klinik_list__name a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    display: block;
}
.klinik_list__metro-row .metro_ico {
    background: url(/upload/img/Metro2.png) center no-repeat;
    width: 23px;
    margin: 0;
}
.klinik_list__metro-row .metro_ico:before {
    display: none!important;
}
.klinik_list__metro-row {
    display: flex;
    justify-content: space-between;
}
.klinik_list__metro-row > div {
    position: relative;
    margin-left: 30px;
}
.klinik_list__metro-row > div:before {
    position: absolute;
    content: '';
    border-radius: 20px;
    width: 17px;
    height: 7px;
    display: block;
    left: -20px;
    top: 9px;
}
.klinik_list__metro-205:before {
    background: #79ee55;
}
.klinik_list__metro-206:before {
    background: #ffde25;
}
.klinik_list__icon__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.klinik_list__icon__row div:not(.tooltip) {
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: 0 5px;
    cursor: pointer;
}
.klinik_list__icon__row .tooltip{
    display: none;
}
.klinik_list__icon__row .tooltip.show {
    display: block;
    position: absolute;
    top: -30px;
    background: #30C8B6;
    color: #fff;
    padding: 5px;
}
.klinik_work__name {
    color: rgba(22, 159, 143, 1);
    font-size: 18px;
}
.klinik_work__time {
    text-align: right;
}
.klinik_list__item .klinik_work_row {
    border-bottom: 1px solid #DBDEE2;
    color: rgba(151, 151, 151, 1);
    margin-bottom: 5px;
}
.klinik_list__icon__207 {
    background: url(/upload/img/klinika/238.png) center no-repeat;
}
.klinik_list__icon__208 {
    background: url(/upload/img/klinika/239.png) center no-repeat;
}
.klinik_list__icon__209 {
    background: url(/upload/img/klinika/240.jpg) center no-repeat;
}
.klinik_list__icon__210 {
    background: url(/upload/img/klinika/241.png) center no-repeat;
}
.klinik_list__icon__211 {
    background: url(/upload/img/klinika/242.jpg) center no-repeat;
}
.klinik_list__icon__212 {
    background: url(/upload/img/klinika/243.jpg) center no-repeat;
}
.klinik_list__icon__213 {
    background: url(/upload/img/klinika/244.png) center no-repeat;
}
@media (max-width: 920px) {
    .klinik_list__item,
    .klinik_list:not(.klinik_list_slider) .klinik_list__item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/slider-video_under-text/style.css?17214663262557*/

.doctors_video-wrapper .fancybox-slide>video {
    width: 100%;
}
.doctors_video-wrapper .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 100%!important;
    height: 100%!important;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    overflow: visible;
    background: #fff;
}
a.doctors_video {
    display: block;
    min-height: 300px;
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 0;
    max-width: 98%;
}
#video_block.doctors_video-wrapper {
    margin:0;
}
.specialist-item_video .fancybox-toolbar {
    display: none;
}

.slider_video-init .slick-arrow.slick-next {
    left: auto;
    right: -80px;
}
.slider_video-init .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}
.slider_video-init .slick-arrow {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    font-size: 20px;
    z-index: 15;
    left: -80px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    border: none;
    top: 50%;
    background: #e8f0ec;
    margin-top: -45px;
    color: #19815a;
    -webkit-transition: all .4s cubic-bezier(.46,.84,.32,.94);
    transition: all .4s cubic-bezier(.46,.84,.32,.94);
    padding: 0;
}
.no-touch-dev .slider_video-init .slick-arrow:hover, .touch-dev .slider_video-init .slick-arrow:active {
    background: rgba(25, 129, 90, .5);
    color: rgba(255, 255, 255, .7);
}


@media (max-width: 621px) {
    #video_block-aceptor.videi_w-30 .specialist-item_video {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .slider_video-init .slick-arrow {
        left: auto;
        right: 80px;
        top: 0;
        margin-top: -80px;
    }
    .slider_video-init .slick-arrow.slick-next {
        right: 12px;
    }
}
@media only screen and (max-width: 620px) {
    #video_block .doctors_video-wrapper {
        margin: 70px -9px 30px;
    }
    .specialist-item_video {
        width: 100%;
    }
    #video_block .h2 {
        padding: 0;
    }
    .fancybox-slide--video.fancybox-slide--iframe .fancybox-content{
        height: 400px!important;
    }


    
}
@media only screen and (max-width: 420px) {
    .fancybox-slide--video.fancybox-slide--iframe .fancybox-content {
        height: 300px!important;
    }
}


/* End */


/* Start:/local/templates/chudoV2/components/custom/iblock.element.add.form/price/style.css?1721466329113*/
#price_list_div {
    pointer-events: none;
    font-size: 14px;
}
#price_list_div p {
    margin-bottom: 5px;
}

/* End */
/* /local/templates/chudoV2/components/bitrix/catalog/services/style.css?17340358541356 */
/* /local/templates/chudoV2/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?173376748569 */
/* /local/templates/chudoV2/components/bitrix/news.list/left-col-directions-v2/style.css?17394431182357 */
/* /local/components/techbox/price.list/templates/price-v2-services/style.css?1733676899843 */
/* /local/templates/chudoV2/components/bitrix/news.list/slider_do_posle2/style.css?1721466326528 */
/* /local/templates/chudoV2/components/bitrix/photo.sections.top/about-certificates-v2/style.css?17231259411713 */
/* /local/templates/chudoV2/components/bitrix/news.list/klinik-list-another-v2/style.css?17287359414652 */
/* /local/templates/chudoV2/components/bitrix/news.list/slider-video_under-text/style.css?17214663262557 */
/* /local/templates/chudoV2/components/custom/iblock.element.add.form/price/style.css?1721466329113 */
