

/* Start:/local/templates/main/components/bitrix/news/stocks/bitrix/news.detail/stock_detail/style.css?17709825604896*/

.news-inner__slider
{
    margin-top: 26px;
}

.news-inner__item
{
    position: relative;
}

.news-inner__date
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;

    color: rgba(6, 37, 50, .50);
    font-size: 14px;
    line-height: 1.3;

    min-width: 70px;
    padding: 6px 16px 8px;

    border-top: 2px solid #062532;
    border-radius: 5px;
    background: #FFF;
}

.news-inner__date_red
{
    border-top-color: #BF0939;
}

.news-inner__date b
{
    color: #062532;
    font-size: 26px;

    letter-spacing: .52px;
}

.news-inner__date + .news-inner__photo
{
    margin-top: 31px;
}

.news-inner__photo
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 72.23%;

    border-radius: 12px;
}

.news-inner__photo img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.news-inner__box
{
    position: relative;
    z-index: 2;

    margin-top: -13px;
    padding: 20px 0;

    border-radius: 12px;
    background: #F6F7F7;
}

.news-inner__name
{
    color: #062532;

    padding: 0 20px;
}

.news-inner__name a
{
    color: #062532;

    text-decoration: none;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .news-inner__name a:hover
    {
        color: #19A3DD;
    }
}

.news-inner__text
{
    color: #828F96;

    margin-top: 10px;
    padding: 10px 20px 0;

    border-top: 1px solid #FFF;
}

.news-inner__btn
{
    margin-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
}

.news-inner__btn-blue
{
    width: 100%;
}


.news-inner__item.swiper-slide
{
    height: auto;
    display: flex;
    flex-direction: column;
}

.news-inner__item.swiper-slide .news-inner__box
{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-inner__item.swiper-slide .news-inner__box .news-inner__text {
    height: auto!important;
    margin-bottom: auto;
}

.about-action__coll{
 width: 100%;
 max-width: 100%;
}

.about-action__bot{
 justify-content: space-evenly!important;
 margin: 0 auto;
 box-shadow: 0px 61px 17px 0px rgba(0, 0, 0, .00), 0px 39px 16px 0px rgba(0, 0, 0, .01), 0px 22px 13px 0px rgba(0, 0, 0, .03), 0px 10px 10px 0px rgba(0, 0, 0, .04), 0px 2px 5px 0px rgba(0, 0, 0, .05);
 width: 100%;
 padding-bottom: 32px;
 border-radius: 10px;
}

.sale-line__title{
 color: #BF0939!important;
}

thead{
 background-color:#fff;
}

.program-price__table-price, .program-price__table-oldprice{
 font-size: 22px!important;
}

.text-block table tr td:first-child{
 min-width: 200px!important;
}

.text-block .kinds a {
 border-bottom: none;
}

.text-block .kinds a:hover{
 color: #fff;
}

.mri__img-wrap{
 padding-bottom: 178.42%!important;
}

@media (max-width: 479px)
{
	.text-block table tr td{
 		border:none!important;
	}
	.text-block table tr td:first-child{
 		max-height: 100px;
	}
	.about-action .program-price__table tr{
 		border-bottom: 0;
		padding: 0;
	}
	.about-action .text-block a {
 		border-bottom: none;
	}
	.about-action .program-price__table td.program-price__table-td,
	.about-action .accordion .program-price__table td {
		width: 100%;
	}

    .about-action .about-action__coll .text-block table tr td:first-child {
        font-weight: 600;
    }
    .about-action .about-action__coll .text-block table tr td:nth-child(2) {
        text-align: left;
    }
    .about-action__coll .text-block table.program-price__table tr td:nth-child(2) {
        width: 100%;
    }
    .program-price__table.stock_price_table tbody tr td:nth-child(3) {
        position: absolute;
        bottom: -4px;
        right: 0;
        max-width: 178px;
    }
    .program-price__table:not(.stock_price_table) tbody tr td:nth-child(3) {
        padding-left: 0;
        /* margin-left: -20px; */
    }
    .program-price__table:not(.stock_price_table) .program-price__table-td .program-price__table-prices {
        justify-content: center;
    }

}
.about-action .text-block button {
    margin-top: 15px;
}
.header__signup {
    width: 100%;
}

.main-banner.stock-banner .card_advertising {
   padding: 0;
   box-shadow: unset;
   background: transparent;
}

.main-banner.stock-banner .card_advertising--line {
    width: 590px;
}

.main-banner.stock-banner .card_advertising-cont {
    margin-top: 80px;
}

@media (max-width: 1100px) {
    .main-banner.stock-banner .card_advertising--line {
        width: 223px;
    }
}

@media screen and (max-width: 440px) {
    .main-banner.stock-banner .card_advertising--token, .main-banner.stock-banner .card_advertising--header {
        display: inline-block;
    }
}

@media screen and (min-width: 479px) and (max-width: 767px) {
    .main-banner.stock-banner .card_advertising-cont.cont {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .main-banner.stock-banner .card_advertising-cont.cont {
        padding-top: 0;
    }
}

/* End */


/* Start:/local/templates/main/components/mwi/template.include/page_banner/style.css?1728366024193*/
@media (max-width: 768px){
    .main-banner .service_banner_img {
        display: none;
    }
}
.main-banner__desc a {
    text-decoration: none;
}
.main-banner__desc p {
    margin: 15px 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/doctors/style.css?1729850647479*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.info-gray, .section-sorting{
	display:none;
}

.doctor .doctor_clinic[data-color]:not([data-color=""]) {
    padding-left: 15px;
}

.doctor .doctor_clinic[data-color]:not([data-color=""])::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/stocks_other/style.css?17709832141273*/
.clinics-stock__more {
    position: absolute;
    bottom: 25px;
}
.clinics-stock__items {
    margin-bottom: 42px;
}

.news-inner__slider .news-inner__photo {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 133.335%;
}
@media (max-width: 767px) {
    .news-inner__slider .news-inner__photo {
        padding-bottom: 130.72%;
    }
}
.news-inner__slider .news-inner__name {
    flex: 1;
    padding: 0 15px;
}
.news-inner__slider .news-inner__box {
    padding: 15px 0;
}
.news-inner__slider .news-inner__btn {
    padding: 0 15px;
    margin-top: 15px;
}
.branches__slider .branch__name a {
    display: block;
    width: 232px;
}
.news-inner__name a {
    color: #062532;
    text-decoration: none;
    transition: color .2s linear;
}
.news-inner__photo img
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner__item.swiper-slide
{
    height: auto;
    display: flex;
    flex-direction: column;
}

.news-inner__item.swiper-slide .news-inner__box
{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-inner__item.swiper-slide .news-inner__box .news-inner__text {
    height: auto!important;
    margin-bottom: auto;
}
/* End */
/* /local/templates/main/components/bitrix/news/stocks/bitrix/news.detail/stock_detail/style.css?17709825604896 */
/* /local/templates/main/components/mwi/template.include/page_banner/style.css?1728366024193 */
/* /local/templates/main/components/bitrix/news.list/doctors/style.css?1729850647479 */
/* /local/templates/main/components/bitrix/news.list/stocks_other/style.css?17709832141273 */
