

/* Start:/local/templates/medicina/components/bitrix/news/therapy_new/style.css?17035980493489*/
.section_therapy-white {
    position: relative;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_therapy-white + .section_therapy-white .line_section {
    position: relative;
    top: -80px;
    height: 2px;
    background: #EBEBEB;
}

.section_therapy-gray {
    position: relative;
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_therapy-gray + .section_therapy-gray .line_section {
    position: relative;
    top: -80px;
    height: 2px;
    background: #EBEBEB;
}

.section_therapy-circles {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.section_therapy-circles::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 186px;
    height: 489px;
    background: url('/local/templates/medicina/components/bitrix/news/therapy_new/images/bg-circle-01.svg') 0 0 / contain no-repeat;
    z-index: -1;
}

.section_therapy-circles::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 268px;
    height: 840px;
    background: url('/local/templates/medicina/components/bitrix/news/therapy_new/images/bg-circle-02.svg') 100% 0 / contain no-repeat;
    z-index: -1;
}

.section_therapy-circles_big {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.section_therapy-circles_big::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 899px;
    height: 500px;
    background: url('/local/templates/medicina/components/bitrix/news/therapy_new/images/bg-circle-03.svg') 0 0 / contain no-repeat;
    z-index: -1;
}

.section_therapy-circles_big::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1035px;
    height: 507px;
    background: url('/local/templates/medicina/components/bitrix/news/therapy_new/images/bg-circle-04.svg') 100% 100% / contain no-repeat;
    z-index: -1;
}

.section_study_preparation .podgotovka_list2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    list-style-type: none;
    margin: 40px 0;
}

@media (max-width: 1600px) {
    .section_therapy-circles::before {
        left: -70px;
    }

    .section_therapy-circles::after {
        right: -70px;
    }

    .section_therapy-circles_big::before {
        top: -70px;
    }

    .section_therapy-circles_big::after {
        bottom: -70px;
    }
}

@media (max-width: 1199.98px) {
    .section_therapy-circles::before {
        display: none;
    }

    .section_therapy-circles::after {
        right: 0;
        width: 200px;
        height: 640px;
    }

    .section_therapy-circles_big::before {
        top: 0;
        width: 700px;
        height: 380px;
    }

    .section_therapy-circles_big::after {
        bottom: 0;
        width: 790px;
        height: 380px;
    }

    .section_therapy-white + .section_therapy-white .line_section {
        top: -60px;
    }

    .section_therapy-white {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_therapy-gray {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .section_therapy-white + .section_therapy-white .line_section {
        top: -40px;
    }
    .section_study_preparation .podgotovka_list2{
        grid-template-columns: 1fr;
    }

    .section_therapy-white {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section_therapy-gray {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section_therapy-circles_big::before {
        width: 100%;
    }

    .section_therapy-circles_big::after {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/medicina/components/bitrix/news/therapy_new/bitrix/news.detail/detail_therapy/style.css?17623325351589*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}



.service_card_title a {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
}
.service_card_title a:hover {

}
.service_card_title{
	margin-bottom: 20px;
}
.slider_sameElements{
	margin-top: 40px;
	position: relative;
}
.service_card_link {
	border-bottom: 1px solid;
	transition: .2s linear;
	display: inline-block;
	padding-top: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	color: #0031A4;
	margin-top: 20px;
}
.swiper-button_wrap {
	position: absolute;
	top: -50px;
	right: 0;
}
.slider_sameElements .swiper-button-prev {
	left: -80px;
}
.slider_sameElements .swiper-button-next, .slider_sameElements .swiper-button-prev{
	color: #152236;
	transition: .2s linear;
}
.slider_sameElements .swiper-button-next:after, .slider_sameElements .swiper-button-prev:after{
	margin-left: -4px;
	border-top: 4px solid var(--color_arrow1);
	border-left: 4px solid var(--color_arrow1);
	position: absolute;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	transition: .2s
	linear;
	transform: rotate(-45deg);
}
.slider_sameElements .swiper-button-next:after{
	transform: rotate(135deg);
}
.slider_sameElements .swiper-button-next:hover, .slider_sameElements .swiper-button-prev:hover{
	transform: scale(1.75);
}
.service_card {
	background: #f5f5f5;
	padding: 15px;
	height: 100%;
}
.slider_sameElements .swiper-slide {
	height: auto;
}
/* End */


/* Start:/local/templates/medicina/components/bitrix/breadcrumb/bread/style.css?1697650900585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /local/templates/medicina/components/bitrix/news/therapy_new/style.css?17035980493489 */
/* /local/templates/medicina/components/bitrix/news/therapy_new/bitrix/news.detail/detail_therapy/style.css?17623325351589 */
/* /local/templates/medicina/components/bitrix/breadcrumb/bread/style.css?1697650900585 */
