

/* Start:/local/templates/dent/components/bitrix/news.detail/style2/style.css?174349124715822*/
.page_author {
	font-size: 18px;
    line-height: 20px;
    margin: 0 auto 10px;
    max-width: 1135px;
}
.page_author a {
	color: #002356;
    text-decoration: none;
    font-weight: 400;
}
.page_author a:hover {
	color: #1AA8C3;
}

.flex_row {
    --flex_row--flex-grow: 1;
    --flex_row--flex-basis-percent: 'auto';
    --flex_row--flex-column-gap: 10px;
    --flex_row--flex-basis: calc(var(--flex_row--flex-basis-percent) - var(--flex_row--flex-column-gap));
}
.flex_column {
    --flex_column--flex-row-gap: 10px;
}


.flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: var(--flex_row--flex-column-gap);
    /*justify-content: space-between;*/
}


.flex_row.max_width > * {
    /*need for short tail strategy*/
    --flex_row--flex-basis: calc(var(--flex_row--flex-basis-percent) - var(--flex_row--flex-column-gap));
    flex-grow: var(--flex_row--flex-grow);
    flex-basis: var(--flex_row--flex-basis);
    /*
      flex-grow: 1;
      flex-basis: auto;
         */

}

.flex_row.max_width > *.not_equal {
    /*flex-grow: 1;
    flex-basis: auto;*/
}


.flex_column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: var(--flex_column--flex-row-gap);
}

.flex_column.vertical-center {
    justify-content: center;
}
.flex_row.vertical-center {
    align-items: center;
}
.flex_row.horizontal-left {
    justify-content: flex-start;
}
.flex_row.horizontal-left > * {
    margin:0px;
}


.news_detail_first_img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 16px;
}

.news_detail_first_img_wrap {
    float: left;
    margin: 0 40px 40px 0;
    min-width: 250px;
    max-width: 50%;
}

@media (max-width: 1024px) {
    .news_detail_first_img_wrap {
        float: none;
        margin: inherit;
        max-width: 100%;
    }
}



.include_block {
    clear: both;
}
.content-content-wrap {
    overflow: auto;
}
.content-content {
    background: #F3F4F9;
    border-radius: 7px;
    width: 100%;
    padding: 20px 0 20px 20px;
    margin-bottom: 30px;
}
.content-content .content-head {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.content-content ol {
    padding-left: 20px;
    margin: 20px 0 0;
}
.content-content ol li {
    font-size: 16px;
    line-height: 140%;
    color: #0F6CB6;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .content-content ol li {
        font-size: 14px;
    }
}
.content-content ol li::marker {
    color: #919090;
}
.content-content ol li a {
    text-decoration: none;
}
.expert-section, .warning-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.expert_check{
    min-height:108px;
    border-radius: 16px;
    width:100%;
    background: #EDF3FF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}
.expert_check .image{
    margin-right:1.5%;
    margin-left:4%;

}
.expert_check .image img{
    min-width:25px;
    margin-bottom: 0px;
    min-height: auto;
}
.expert_check  .text{
    color: #000000;

    text-transform:uppercase;

}

.expert_check  .separator{
    height: 43px;
    border-left: 1px solid #000000;

    margin-right:4%;
    margin-left:4%;
}

.expert_check .expert_doctor{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.expert_check .expert_doctor .expert_image{
    width: auto;
    height: auto;
    max-height: 78px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0px;
    min-height:auto;
}
.expert_check .expert_doctor_image_wrap{
    margin-right:15px;
    flex: 1 0 auto;
}

.expert_check .expert_doctor .expert_link{
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration:underline;
    padding-bottom:5px;
    border-bottom:0px;
}
.expert_check .expert_doctor .expert_details{
    color: #000000cc;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    margin-right: 5%;
}

@media (max-width: 870px){
    .expert_check{
        flex-direction: column;
        padding:1% 5%;
    }
    .expert_check .image{
        margin:5% 0 3% 0;
    }
    .expert_check .text{
        text-align:center;
        margin-bottom:10px;
    }
    .expert_check  .separator{
        width: 43px;
        height: 1px;

        border-top: 1px solid #000000;
        border-left:none;
        margin-bottom:10px;
    }
    .expert_check .expert_doctor{
        text-align:center;
        flex-direction: column;
        margin-bottom:20px;
    }
    .expert_check .expert_doctor .expert_link{
        text-align:center;
        margin:1% 0;
    }
    .expert_check .expert_doctor_image_wrap{
        margin:0px;
    }
}

.faq_wrapper .content-small {
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 185%;
    color: #919090;
}
.faq_wrapper .horizonal-card {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
    border-radius: 7px;
}
.faq_wrapper .ill-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 47px;
}
.faq_wrapper .ill-notice svg {
    margin-right: 20px;
}
.faq_wrapper .ill-notice .ill-title {
    font-weight: bold;
    font-size: 18.72px;
    line-height: 140%;
    padding-top: 10px;
}
.faq_wrapper .quote {
    margin-top: 23px;
    padding: 0 0 0 60px;
}

.faq_wrapper .quote .quote-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
}

.faq_wrapper .quote .quote-descr {
    font-size: 14px;
    line-height: 140%;
    color: #919090;
    margin: 5px 0 20px;
}

.faq_wrapper .quote .quote-text {
    padding-left: 20px;
    border-left: 2px solid #1AA8C3;
    font-size: 16px;
    line-height: 185%;
}



.faq_wrapper .horizonal-card img {
    max-width: 161px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 10px auto;
}
.faq_wrapper .horizonal-card .hor-descr {
    padding: 20px 0 22px 20px;
    width: 50%;
}
.faq_wrapper .horizonal-card .hor-descr .last-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.faq_wrapper .horizonal-card .hor-descr .name {
    font-size: 18.72px;
    line-height: 140%;
}
.faq_wrapper .horizonal-card .hor-descr .hor-descr-static {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
    color: #919090;
}
.faq_wrapper .horizonal-card .hor-call {
    padding: 20px;
    position: relative;
}
.faq_wrapper .horizonal-card .hor-call:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: #D7D7D7;
}
.faq_wrapper .horizonal-card .hor-call .pls-call {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}
.faq_wrapper .horizonal-card .hor-call .button-call {
    margin-top: 20px;
    padding: 18px 42px 17px;
    background: #1AA8C3;
    border-radius: 7px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    display: block;
}
.faq_wrapper .horizonal-card .hor-call .call-phone {
    margin-top: 20px;
    color: #0F6CB6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_wrapper .horizonal-card .hor-call .call-phone svg {
    vertical-align: bottom;
}

@media screen and (max-width: 990px) {
    .faq_wrapper .horizonal-card {
        display: block;
        text-align: center;
    }
    .faq_wrapper .horizonal-card .hor-descr {
        margin-top: 20px;
        padding: 0 22px;
        text-align: center;
        width:100%;
    }
    .faq_wrapper .ill-notice {
        display: block;
    }
    .faq_wrapper .quote {
        padding: 0;
    }

    .faq_wrapper .horizonal-card img{
        padding-top:20px;
        min-height:auto;
    }

}

.warning_block{

    background: #EDF3FF;
    color: #000000;
    border-radius: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;

}
.warning_block .warning_info{
    background: #1AA8C3;

    color: #FFFFFF;


    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 0 16px;
}

.warning_block .warning_info .warning_info_text{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;
    transform: rotate(-90deg);

}

.warning_block .warning_text{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;

    padding: 25px 2%;
}


.content-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    margin: 50px 0 20px;
}
@media (max-width: 1024px) {
    .content-title {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .content-title {
        font-size: 22px;
    }
}
@media (max-width: 479px) {
    .content-title {
        font-size: 20px;
    }
}

.slider-servises_items {
    background: #F1F4F8;
    border-radius: 16px;

    padding: 24px;
}
.slider-servises_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.slider-servises_items p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.btn-link_wrap {
    display: flex;
}
.btn-link {
    width: auto;
    color: #2862FF;
    background-color: transparent;
    border: solid 1px #2862FF;
}
.btn-link_wrap {
    display: flex;
    margin: 20px 0 0 0;
}
.slider-servises .slick-track{
    display: flex;
}
.slider-servises .slider-servises_items{
    height: auto;
    overflow:hidden;
    display:flex;
    flex-direction: column;
}


.slider-servises_wrap .btn-link_wrap a:hover,
.slider-servises_wrap .btn-link_wrap a{
    color: #FFF;
    text-decoration:none;
    text-align:center;
    border-bottom:none;
}
.swiper-wrapper.slider-servises {
    max-width: calc( 100vw - 40px );
}

@media screen and (max-width: 1024px) {
    .swiper-wrapper.slider-servises {
        max-width: calc( 100vw - 40px );
    }
}


.list_grid_info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    list-style-type: none;
}

.list_grid_info_item_link {
    display: block;
    position: relative;
    padding: 20px 20px 20px 50px;
    background: #FFFFFF;
    border-radius: 16px;
    height: 100%;
    text-decoration: none;
    color: #000000;
}
.list_grid_info_item_link:hover {
    background: #F9FAFB;
}
.list_grid_info_item_link:before {
    content: "";
    background-image: url(/images/strelka_blue.svg);
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-size: contain;
    position: absolute;
    left: 10px;
}

.list_grid_info_item a {
    background: #F1F4F8;
    text-decoration: none !important;
}

ul.list_grid_info li {
    list-style: none;
    padding-left: 5px;
    margin: 5px 0;
    line-height: 25px;
    margin-top: 12px !important;

}
ul.list_grid_info li::before{
    content: none !important;
}
@media(max-width: 1024px){
    .list_grid_info {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 870px){
    .list_grid_info_item_link {
        padding: 10px;
        font-size: 13px;
        line-height: 22px;
    }
    .list_grid_info_item_link:before {
        position: static;
        margin: 5px 0;
    }
}

.soderzahnie_font_size_3 a{
    font-size:14px;
}
@media (max-width: 767px) {
    .soderzahnie_font_size_3 a{
        font-size:12px;
    }
}

.bibliogpaphy .content-text{
    padding: 20px 0 20px 20px;
}


/**********************/
.quote_block_wrap {
    border-left: 8px solid #1AA8C3;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 8%);
    border-radius: 16px;
    padding: 70px 170px;
    display: flex;
    flex-direction: column;
}
.quote_block_text {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
}
.quote_block_vrach {
    display: grid;
    gap: 30px;
    margin: 20px 0;
    grid-template-columns: 130px 1fr;
}
.quote_block_vrach_img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    background-color: #eee;
    min-height: auto;
}
.quote_block_vrach_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.quote_block_vrach_descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #465A63;

}
.quote_block_text:before, .quote_block_text:after {
    content: "";
    background-image: url(/images/quote.svg);
    width: 60px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
}
.quote_block_text:before {
    left: -70px;
    top: 0;
}
.quote_block_text:after{
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: -70px;
    bottom: 0;
}


@media screen and (max-width: 768px) {
    .quote_block_wrap {
        padding: 24px;
    }

    .quote_block_text:before, .quote_block_text:after {
        position: static;
        height: 30px;
        background-size: contain;
    }

    .quote_block_text:after {
        text-align: right;
        display: block;
        width: 100%;
    }

    .quote_block_text {
        font-size: 16px;
    }

    .quote_block_vrach {
        order: 1;
    }

    .quote_block_text {
        order: 2;
    }

    .quote_block_vrach {
        grid-template-columns: 60px 1fr;
        gap: 20px;
    }

    .quote_block_vrach_img img {
        width: 60px;
        height: 60px;
        border-radius: 30%;
        min-height: auto !important;
    }

    .quote_block_vrach_descr {
        font-size: 12px;
        line-height: 18px;
    }
}

.article_views{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}


@media (max-width: 767px) {
    .news_detail_title {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }
    .content-content .content-head{
        font-size: 18px;
    }
}


@media (min-width: 1025px) {
    .news_detail_text_grid {
        display: block !important;
    }
}
.text_block .horizonal-card>a{
    text-decoration:none;
    border-bottom:none;
}

.section-padding {
    padding: 60px 0;
}
.main-btn {
    background: #1aa8c3e6;
    box-shadow: 0px 4px 44px 0px #1CB1CA4D;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 16px 25px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    min-height: 60px;
}
.main-btn_not_big {
    max-width: 230px;
    text-align: center;
}

@media (max-width: 870px) {
    .main-btn_not_big {
        max-width: 100%;
        text-align: center;
    }
}

.btn-link_wrap>a{
    border-bottom:none;
}

.slider-servises_wrap{
    position:relative;
}
.slider-servises_wrap .slider-button-prev{
    top:-80px;
    right: 4%;
}
.slider-servises_wrap .slider-button-next{
    top:-80px;
    left: 93%;
}

.slider-servises_wrap .slider-button-prev.swiper-button-disabled,
.slider-servises_wrap .slider-button-next.swiper-button-disabled{
    border-color:#1AA8C3;
}
@media (max-width: 768px) {
    .slider-servises_wrap .slider-button-prev {
        top:-60px;
        right: 4%;
    }

    .slider-servises_wrap .slider-button-next {
        top: -60px;
        left: 93%;
    }
}
/* End */


/* Start:/local/templates/dent/components/bitrix/iblock.vote/article_stars/style.css?17434912472097*/
div.star-active
{
	cursor: pointer;
}
/*
div.star-empty
{
	background-image: url(/local/templates/dent/components/bitrix/iblock.vote/article_stars/images/empty.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(/local/templates/dent/components/bitrix/iblock.vote/article_stars/images/voted.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(/local/templates/dent/components/bitrix/iblock.vote/article_stars/images/over.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}
*/
.star-rating .pi {
	color: #fecb00;
}

.icon, .pi {
	width: 1em;
	height: 1em;
	display: inline-block;
}

.pi {
	font-size: 30px;
}
@media (max-width:  768px){
	.pi {
		font-size: 24px;
	}
}

@media (max-width:  300px){
	.iblock-vote .review-count {
		display:none;
	}
}
.iblock-vote table td{
	border: none;
	padding: 0px 10px 0 10px;
	line-height: 25px;
	font-weight: 400;

	text-align: left;

	background-color: transparent !important;
}
.iblock-vote table tr td:first-child{
	padding: 0px 10px 0 10px!important;
}


.iblock-vote table th{
	padding: 0px 0px 10px 5px;
}
.iblock-vote table tr th:first-child{
	padding: 0px 0px 10px 5px!important;
}
.iblock-vote table {
	margin-top:0px;
}
.iblock-vote table tr th { font-weight: normal; }


.iblock-vote .can-select-default-full .pi-star-fill{
	display:block;
}
.iblock-vote .can-select-default-full .pi-star-empty{
	display:none;
}

.iblock-vote .can-select-default-empty .pi-star-fill{
	display:none;
}
.iblock-vote .can-select-default-empty .pi-star-empty{
	display:block;
}


.iblock-vote .hover_rating:hover .can-select-default-full .pi-star-empty,
.iblock-vote .hover_rating:hover .can-select-default-empty .pi-star-empty{
	display:block;
}

.iblock-vote .hover_rating:hover .can-select-default-full .pi-star-fill,
.iblock-vote .hover_rating:hover .can-select-default-empty .pi-star-fill{
	display:none;
}

.iblock-vote .hover_rating:hover .can-select-default-full.star-over .pi-star-fill,
.iblock-vote .hover_rating:hover .can-select-default-empty.star-over .pi-star-fill{
	display:block;
}
.iblock-vote .hover_rating:hover .can-select-default-full.star-over .pi-star-empty,
.iblock-vote .hover_rating:hover .can-select-default-empty.star-over .pi-star-empty{
	display:none;
}
/* End */
/* /local/templates/dent/components/bitrix/news.detail/style2/style.css?174349124715822 */
/* /local/templates/dent/components/bitrix/iblock.vote/article_stars/style.css?17434912472097 */
