

/* Start:/local/templates/medicina/components/bitrix/news.list/pages/style.css?1743753689349*/
#doctors .section_doctors_slider .title,
#reviews .section_reviews_slider .title {
	color: var(--color1);
	font-size: var(--title_size1);
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#doctors .section_doctors_slider .title,
	#reviews .section_reviews_slider .title {
		line-height: normal;
	}
}

/* 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 */


/* Start:/local/templates/medicina/style/blocks/style.css?175094389050343*/
.therapy_header {
    position: relative;
    background: #fff;
    padding-top: 40px;
    overflow: hidden;
    z-index: 0;
    font-family: 'Montserrat', sans-sarif;
    color: #282828;
}

.therapy_header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 197px;
    height: 566px;
    background: url('/local/templates/medicina/style/blocks/images/bg-left.svg') 0 0 / contain no-repeat;
    z-index: -1;
}

.therapy_header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 171px;
    height: 363px;
    background: url('/local/templates/medicina/style/blocks/images/bg-right.svg') 100% 0 / contain no-repeat;
    z-index: -1;
}

.therapy_header .breadcrumbs {
    font-family: 'Geometria', sans-sarif;
    margin-bottom: 50px;
}

.therapy_header .breadcrumbs a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.69;
    color: #282828;
    transition: .2s linear;
    text-decoration: none;
    opacity: .5;
}

.therapy_header .breadcrumbs a:hover {
    opacity: 1;
}

.therapy_header .breadcrumbs span {
    color: #282828;
    opacity: 1;
}

.therapy_header .breadcrumbs span.sep {
    color: #282828;
    opacity: .5;
}

.therapy_header .info-cols {
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 44px;
}

.therapy_header .info-cols .col-content {
    flex: 1 0 0;
    /*min-width: 54%;*/
}

.therapy_header .info-cols .col-image {
    flex: 1 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/*@media (min-width: 1600px) {
    .therapy_header .info-cols .col-image {
        margin-right: -128px;
        margin-bottom: -12px;
    }
}*/

.therapy_header .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.29;
    color: #0031A4;
    margin-bottom: 32px;
}
.therapy_header .title{
    font-size: 44px;
}
.therapy_header .description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
}

.therapy_header .description p {
    margin: 0;
    padding: 0;
}

.therapy_header .description * + p {
    margin-top: 23px;
}

.therapy_header .buttons {
    margin-top: 40px;
}


.therapy_header .col-image img {
    max-width: 100%;
    height: auto;
}

.therapy_header .btn-red {
    display: block;
    background: #FF6262;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 700;
    padding: 14px 20px;
    text-align: center;
    color: #FFFFFF;
    width: 487px;
    max-width: 100%;
    text-decoration: none;
    cursor: pointer;
}

.therapy_header .btn-red:hover {
    background: #ff5555;
    color: #FFFFFF;
    text-decoration: none;
}


.therapy_benefits {
    padding-top: 62px;
    padding-bottom: 80px;
    border-bottom: 2px solid #EBEBEB;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 30px;
}

.therapy_benefits .item {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    flex: 1 0 0;
    max-width: calc((100% / 3) - 20px);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.therapy_benefits .item img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}


/* Page links */
.page-links-wrap .page-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

.page-links-wrap .page-links a {
    font-size: 16px;
    line-height: 1.24;
    padding: 8px 32px;
    border: 1px solid #0031A4;
    color: #0031A4;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-links-wrap .page-links a:hover {
    border-color: #0031A4;
    background-color: #0031A4;
    color: #fff;
}

@media (max-width: 768px) {
    .page-links-wrap .page-links {
        gap: 12px;
        padding-bottom: 24px;
    }

    .page-links-wrap .page-links a {
        font-size: 14px;
        padding: 6px 18px;
    }
}


.therapy_list {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: 'Montserrat', sans-sarif;
}

.therapy_list .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 40px;
}

.therapy_list-filter {
    background: #F5F5F5;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 40px;
}

.therapy_list-filter .item {
    padding: 12px 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #0031A4;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.1s;
}

.therapy_list-filter .item:hover {
    color: #0031A4;
    text-decoration: underline;
}

.therapy_list-filter .item.active {
    background: #0031A4;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.therapy_list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.therapy_list-items .item {
    flex: 1 0 calc(100% - 20px);
    max-width: calc(100% / 4 - 15px);
}



.therapy_list-items .item a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    text-decoration: underline;
    color: #0031A4;
}

.therapy_list-items .item a:hover {
    text-decoration: none;
}

.therapy_list-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.28;
    color: #282828;
    margin-top: 40px;
}

.therapy_list-description p {
    margin: 0;
}

.therapy_list-description * + p {
    margin-top: 12px;
}

.therapy_description {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.therapy_description .description {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
}

.therapy_description .description ul,
.therapy_description .description ol {
    padding-left: 20px;
}

.therapy_description .description * + p,
.therapy_description .description * + ul,
.therapy_description .description * + ol {
    margin-top: 12px;
}

.therapy_description .description * + h1,
.therapy_description .description * + h2,
.therapy_description .description * + h3,
.therapy_description .description * + h4,
.therapy_description .description * + h6,
.therapy_description .description * + h5 {
    margin-top: 24px;
}


.therapy_description .description + .form-callback_wrap {
    margin-top: 60px;
}
.bg-white{
    background-color: #fff;
}
.section_cont{
    padding: 40px 0;
}
.title_section {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #0031A4;
    margin: 20px 0;
}
.description_text{
    margin: 20px 0;
}
.text_icon_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.text_icon_wrap .item {
    position: relative;
    background-color: #f5f5f5;
    flex: 1 0 calc(100% / 4 - 30px);
}

.section_gallery {
    overflow: hidden;
}

.section_gallery .title {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 30px;
    padding-right: 80px;
}

.section_gallery .slider_photo {
    padding: 0 25.38%;
}

.section_gallery .slider_photo .photo {
    padding-bottom: 56.7%;
}

.section_gallery .slider_photo .photo img {
    border-radius: 6px;
}

.section_gallery .owl-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    position: absolute;
    top: -65px;
    right: 0;
}

.section_gallery .owl-carousel .owl-nav button.owl-prev,
.section_gallery .owl-carousel .owl-nav button.owl-next {
    position: static;
    margin: 0;
    width: 20px;
    height: 30px;
    transform: scale(1);
    transition: .2s linear;
}

.section_gallery .owl-carousel .owl-nav button.owl-prev::before,
.section_gallery .owl-carousel .owl-nav button.owl-next::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: '';
    transition: .2s linear;
    transform: rotate(-45deg);
}

.section_gallery .owl-carousel .owl-nav button.owl-prev::before {
    left: 50%;
    margin-left: -4px;
    border-top: 3px solid #0031A4;
    border-left: 3px solid #0031A4;
}

.section_gallery .owl-carousel .owl-nav button.owl-next::before {
    right: 50%;
    margin-right: -4px;
    border-right: 3px solid #0031A4;
    border-bottom: 3px solid #0031A4;
}

.section_gallery .owl-carousel .owl-nav button.owl-prev:hover,
.section_gallery .owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1.1);
}

.section_gallery .description {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
    margin-top: 30px;
}

@media (max-width: 1199.98px) {
    .section_gallery .title {
        font-size: 28px;
    }

    .section_gallery .description {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .section_gallery .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .section_gallery .owl-nav {
        top: -55px;
    }
}

@media (max-width: 479.98px) {
    .section_gallery .title {
        font-size: 20px;
    }

    .section_gallery .owl-nav {
        top: -52px;
    }

    .section_gallery .slider_photo {
        padding: 0 60px;
    }

    .section_gallery .description {
        font-size: 14px;
        margin-top: 15px;
    }
}


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

    .therapy_header::after {
        right: -70px;
    }
}

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

    .therapy_header::after {
        right: 0;
        width: 100px;
        height: 220px
    }

    .therapy_header .breadcrumbs {
        margin-bottom: 30px;
    }

    .therapy_header .title {
        font-size: 42px;
        margin-bottom: 24px;
    }

    .therapy_header .description {
        font-size: 16px;
    }

    .therapy_benefits {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .therapy_benefits .item {
        font-size: 16px;
    }

    .therapy_list {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .therapy_list .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .therapy_list-filter .item {
        font-size: 16px;
    }

    .therapy_list-items .item a {
        font-size: 16px;
    }

    .therapy_list-description {
        font-size: 16px;
    }

    .therapy_description {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .therapy_description .description {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .therapy_header .info-cols {
        padding-bottom: 40px;
        display: block;
    }

    .therapy_header .info-cols .col-image {
        display: block;
        margin-top: 40px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .therapy_list-items .item {
        max-width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 767.98px) {
    .therapy_list {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .therapy_header .breadcrumbs a {
        font-size: 14px;
    }

    .therapy_list .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .therapy_header .btn-red {
        font-size: 16px;
        padding: 12px 16px;
    }

    .therapy_benefits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .therapy_benefits {
        flex-direction: column;
    }

    .therapy_benefits .item {
        max-width: 100%;
    }

    .therapy_list-items .item {
        max-width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 479.98px) {

    .therapy_header .breadcrumbs a {
        font-size: 12px;
    }

    .therapy_header .title {
        font-size: 36px;
    }

    .therapy_header .description {
        font-size: 14px;
    }

    .therapy_header .description * + p {
        margin-top: 15px;
    }

    .therapy_header .buttons {
        margin-top: 20px;
    }

    .therapy_benefits {
        padding-top: 0px;
    }

    .therapy_benefits .item {
        font-size: 14px;
    }

    .therapy_benefits .item img {
        width: 40px;
        height: 40px;
    }

    .therapy_list-filter {
        margin-bottom: 20px;
    }

    .therapy_list-filter .item {
        font-size: 14px;
        padding: 10px 16px;
    }

    .therapy_list-items .item {
        max-width: 100%;
    }

    .therapy_list-description {
        font-size: 14px;
        margin-top: 30px;
    }

    .therapy_description {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .therapy_description .description {
        font-size: 14px;
    }
}
/**************************/
.description_text ul > li {
    display: block;
    position: relative;
    padding-left: 38px;
    margin: 0;
}
.description_text ul > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #FF6262;
    border-radius: 14px;
}
.description_text{
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
}
.description_text p{
    margin-top: 12px;
}
.slider_photo{
    margin: 60px 0;
}
.section_study_preparation {
    font-family: 'Montserrat';
    color: #282828;
}

.section_study_preparation .title {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 30px;
}

.section_study_preparation .description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    margin-top: 30px;
}

.section_study_preparation .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section_study_preparation .items .item {
    position: relative;
    flex: 1 0 calc(100% / 4 - 30px);
}

.section_study_preparation .items .image {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.section_study_preparation .items .item-image img {
    max-width: 100%;
    height: auto;
}

.section_study_preparation .items .item-description {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 15px;
}

.section_study_preparation ul {
    display: block;
}

.section_study_preparation ul > li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0;
}

.section_study_preparation ul > * + li {
    margin-top: 10px;
}

.section_study_preparation ul > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #FF6262;
    border-radius: 14px;
}

.section_study_preparation * + p,
.section_study_preparation * + ul {
    margin-top: 12px;
}

.section_study_preparation h4,
.section_study_preparation h5,
.section_study_preparation h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}

.section_study_preparation h1,
.section_study_preparation h2,
.section_study_preparation h3,
.section_study_preparation h4,
.section_study_preparation h5,
.section_study_preparation h6 {
    margin-bottom: 10px;
}

.section_study_preparation * + h1,
.section_study_preparation * + h2,
.section_study_preparation * + h3,
.section_study_preparation * + h4,
.section_study_preparation * + h5,
.section_study_preparation * + h6 {
    margin-top: 30px;
}
/***************************************/


.section_study_preparation ul.podgotovka_list2 > li{
    padding: 0;
}
.section_study_preparation ul.podgotovka_list2 > li:before{
    display: none;
}
.podgotovka_list2_item_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #6D6D6D;
}
.podgotovka_list2_item_title {
    font-size: 20px;
    line-height: 26px;
    color: #282828;
}


/*************************************/
@media (max-width: 1199.98px) {
    .section_study_preparation .title {
        font-size: 28px;
    }

    .section_study_preparation .description {
        font-size: 16px;
        margin-top: 20px;
    }

    .section_study_preparation .items .item-description {
        font-size: 18px;
        margin-top: 10px;
    }

    .section_study_preparation .items {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section_study_preparation h4,
    .section_study_preparation h5,
    .section_study_preparation h6 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .section_study_preparation .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .section_study_preparation .items {
        flex-direction: column;
    }

    .section_study_preparation .items .item {
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .section_study_preparation .items .item-description {
        font-size: 16px;
        margin-top: 0;
    }

    .section_study_preparation .items .item-image {
        flex: 1 0 60px;
    }
}

@media (max-width: 479.98px) {
    .section_study_preparation .description {
        font-size: 14px;
        margin-top: 15px;
    }

    .section_study_preparation h4,
    .section_study_preparation h5,
    .section_study_preparation h6 {
        font-size: 16px;
    }

    .section_study_preparation .items .item-description {
        font-size: 14px;
    }

    .section_study_preparation .items .item-image {
        flex: 1 0 40px;
    }
}
.section_advantages .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}
.section_advantages .items .item {
    position: relative;
    flex: 1 0 calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
}
.section_advantages .items .item-image img {
    max-width: 100%;
    height: auto;
}
.section_advantages .items .item-description {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    max-width: 380px;
    margin-top: 5px;
}
@media (max-width: 1199.98px) {
    .section_advantages .items {
        gap: 30px;
        margin-top: 30px;
    }
    .section_advantages .items .item-description {
        font-size: 16px;
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .section_advantages .items .item {
        position: relative;
        flex: 1 0 calc(100% / 2 - 30px);
    }
}

@media (max-width: 479.98px) {
    .section_advantages .items .item-image {
        flex: 1 0 40px;
        max-width: 40px;
    }
    .section_advantages .items .item {
        flex: 1 0 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        gap: 20px;
    }
    .section_advantages .items {
        gap: 20px;
    }
}
.section_doctors_slider {
    overflow: hidden;
}

.section_doctors_slider .title {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 30px;
    padding-right: 80px;
}

.section_doctors_slider .doctor {
    background: #FFFFFF;
    border-radius: 6px;

}

.section_doctors_slider .doctor_photo {
    display: block;
    position: relative;
    padding-top: 110%;
    border-radius: 6px;
    overflow: hidden;
    background-image: url("/local/templates/medicina/style/blocks/images/fon_doc.png");
    background-size: cover;
}

.section_doctors_slider .doctor_photo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 100%;
}

.section_doctors_slider .doctor_content {
    padding: 20px;
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
}


.section_doctors_slider .doctor_experience {
    color: #6D6D6D;
    margin-bottom: 20px;
}

.section_doctors_slider .doctor_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
}

.section_doctors_slider .doctor_name a {
    color: #0031A4;
    text-decoration: none;
}

.section_doctors_slider .doctor_name a:hover {
    color: #0031A4;
    text-decoration: underline;
}

.section_doctors_slider .doctor_position {
    margin-bottom: 20px;
}

.section_doctors_slider .doctor_link {
    margin-top: 30px;
    display: block;
    background: #FF6262;
    border-radius: 6px;
    font-family: 'Montserrat', sans-sarif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 14px 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    width: 100%;
}

.section_doctors_slider .doctor_link:hover {
    background: #ff5555;
    color: #FFFFFF;
    text-decoration: none;
}

.section_doctors_slider .owl-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    position: absolute;
    top: -65px;
    right: 0;
}

.section_doctors_slider .owl-carousel .owl-nav button.owl-prev,
.section_doctors_slider .owl-carousel .owl-nav button.owl-next {
    position: static;
    margin: 0;
    width: 20px;
    height: 30px;
    transform: scale(1);
    transition: .2s linear;
}

.section_doctors_slider .owl-carousel .owl-nav button.owl-prev::before,
.section_doctors_slider .owl-carousel .owl-nav button.owl-next::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: '';
    transition: .2s linear;
    transform: rotate(-45deg);
}

.section_doctors_slider .owl-carousel .owl-nav button.owl-prev::before {
    left: 50%;
    margin-left: -4px;
    border-top: 3px solid #0031A4;
    border-left: 3px solid #0031A4;
}

.section_doctors_slider .owl-carousel .owl-nav button.owl-next::before {
    right: 50%;
    margin-right: -4px;
    border-right: 3px solid #0031A4;
    border-bottom: 3px solid #0031A4;
}

.section_doctors_slider .owl-carousel .owl-nav button.owl-prev:hover,
.section_doctors_slider .owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1.1);
}

.section_doctors_slider .description {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
    margin: 30px 0;
}

@media (max-width: 1199.98px) {
    .section_doctors_slider .title {
        font-size: 28px;
    }

    .section_doctors_slider .description {
        font-size: 16px;
        margin-top: 20px;
    }

    .section_doctors_slider .doctor_content {
        font-size: 16px;
        padding: 15px;
    }

    .section_doctors_slider .doctor_experience {
        margin-bottom: 10px;
    }

    .section_doctors_slider .doctor_name {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .section_doctors_slider .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .section_doctors_slider .owl-nav {
        top: -55px;
    }

    .section_doctors_slider .doctor_link {
        font-size: 16px;
        padding: 12px 16px;
    }
}

@media (max-width: 479.98px) {
    .section_doctors_slider .title {
        font-size: 20px;
    }

    .section_doctors_slider .owl-nav {
        top: -52px;
    }

    .section_doctors_slider .doctor_content {
        font-size: 14px;
        padding: 15px;
    }

    .section_doctors_slider .doctor_link {
        margin-top: 20px;
    }

    .section_doctors_slider .description {
        font-size: 14px;
        margin-top: 15px;
    }
}
.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/style/blocks/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/style/blocks/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/style/blocks/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/style/blocks/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;
}

.two_colum_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.colum_ul_2{
    column-count: 2;
}

@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%;
    }
}

.form-callback_wrap.callback_v1.callback_blue{
    background: #0031A4;
    box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px;
}
.form-callback_wrap.callback_v1.callback_blue .form-content {
    background: transparent;
}
.form-callback_wrap.callback_v1.callback_blue .title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
}
.form-callback_wrap.callback_v1.callback_blue .form-content {
    padding: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.form-callback_wrap.callback_v1.callback_blue .description {
    color: #fff;
    flex: 1 0 auto;
}

.callback_phone_link a {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    text-decoration: none;
}
.callback_blue .labal_wrap {
    color: #fff;
}
.col_two_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
@media (max-width: 767.98px) {
    .col_two_block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

}

.therapy_header {
    position: relative;
    background: #fff;
    padding-top: 40px;
    overflow: hidden;
    z-index: 0;
    font-family: 'Montserrat', sans-sarif;
    color: #282828;
}

.therapy_header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 197px;
    height: 566px;
    background: url('/local/templates/medicina/style/blocks/images/bg-left.svg') 0 0 / contain no-repeat;
    z-index: -1;
}

.therapy_header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 171px;
    height: 363px;
    background: url('/local/templates/medicina/style/blocks/images/bg-right.svg') 100% 0 / contain no-repeat;
    z-index: -1;
}

.therapy_header .breadcrumbs {
    font-family: 'Geometria', sans-sarif;
    margin-bottom: 50px;
}

.therapy_header .breadcrumbs a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.69;
    color: #282828;
    transition: .2s linear;
    text-decoration: none;
    opacity: .5;
}

.therapy_header .breadcrumbs a:hover {
    opacity: 1;
}

.therapy_header .breadcrumbs span {
    color: #282828;
    opacity: 1;
}

.therapy_header .breadcrumbs span.sep {
    color: #282828;
    opacity: .5;
}

.therapy_header .info-cols {
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 44px;
}

.therapy_header .info-cols .col-content {
    flex: 1 0 0;
    /*min-width: 54%;*/
}

.therapy_header .info-cols .col-image {
    flex: 1 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/*@media (min-width: 1600px) {
    .therapy_header .info-cols .col-image {
        margin-right: -128px;
        margin-bottom: -12px;
    }
}*/
.item_link_price {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.therapy_header .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.29;
    color: #0031A4;
    margin-bottom: 32px;
}
.therapy_header .title{
    font-size: 44px;
}

.therapy_header .description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
}

.therapy_header .description p {
    margin: 0;
    padding: 0;
}

.therapy_header .description * + p {
    margin-top: 23px;
}

.therapy_header .buttons {
    margin-top: 40px;
}


.therapy_header .col-image img {
    max-width: 100%;
    height: auto;
}

.therapy_header .btn-red {
    display: block;
    background: #FF6262;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 700;
    padding: 14px 20px;
    text-align: center;
    color: #FFFFFF;
    width: 487px;
    max-width: 100%;
    text-decoration: none;
    cursor: pointer;
}

.therapy_header .btn-red:hover {
    background: #ff5555;
    color: #FFFFFF;
    text-decoration: none;
}


.therapy_benefits {
    padding-top: 62px;
    padding-bottom: 80px;
    border-bottom: 2px solid #EBEBEB;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 30px;
}

.therapy_benefits .item {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    flex: 1 0 0;
    max-width: calc((100% / 3) - 20px);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.therapy_benefits .item img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}


.therapy_list {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: 'Montserrat', sans-sarif;
}

.therapy_list .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 40px;
}

.therapy_list-filter {
    background: #F5F5F5;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 40px;
}

.therapy_list-filter .item {
    padding: 12px 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #0031A4;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.1s;
}

.therapy_list-filter .item:hover {
    color: #0031A4;
    text-decoration: underline;
}

.therapy_list-filter .item.active {
    background: #0031A4;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.therapy_list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.therapy_list-items .item {
    flex: 1 0 calc(100% - 20px);
    max-width: calc(100% / 4 - 15px);
}

.therapy_list-items .item.hide {
    display: none;
}

.therapy_list-items .item a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    text-decoration: underline;
    color: #0031A4;
}

.therapy_list-items .item a:hover {
    text-decoration: none;
}

.therapy_list-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.28;
    color: #282828;
    margin-top: 40px;
}

.therapy_list-description p {
    margin: 0;
}

.therapy_list-description * + p {
    margin-top: 12px;
}

.therapy_description {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.therapy_description .description {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
}

.therapy_description .description ul,
.therapy_description .description ol {
    padding-left: 20px;
}

.therapy_description .description * + p,
.therapy_description .description * + ul,
.therapy_description .description * + ol {
    margin-top: 12px;
}

.therapy_description .description * + h1,
.therapy_description .description * + h2,
.therapy_description .description * + h3,
.therapy_description .description * + h4,
.therapy_description .description * + h6,
.therapy_description .description * + h5 {
    margin-top: 24px;
}


.therapy_description .description + .form-callback_wrap {
    margin-top: 60px;
}


.therapy_list-filter.therapy_list-filter_list {
    background: none;
    border-bottom: solid 2px #D0D0E3;
    border-radius: 0;
}
.therapy_list-filter.therapy_list-filter_list .item {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D;
    background-color: unset;
    border-radius: 0;
    margin-bottom: -2px;
}

.therapy_list-filter.therapy_list-filter_list .item.active {
    color: #FF6262;
    border-bottom: solid 2px #FF6262;
}
.therapy_list-items.therapy_list-items_list .item {
    background: #0031A4;
    border-radius: 6px;
    padding: 20px;
    color: #fff;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}
.therapy_list-items.therapy_list-items_list .item a{
    color: #fff;
    text-decoration: none;
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
}
.therapy_list-items.therapy_list-items_list .item.item_none{
    display: none;
}
.therapy_list-items.therapy_list-items_list .item.item_none.item_none_show{
    display: block;
}

.therapy_list-items.therapy_list-items_list .item.show_more_item {
    background: #D8D8D8;
    border-radius: 6px;
    color: #6D6D6D;
    align-self: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    cursor: pointer;
}
.description_after_list {
    margin: 40px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
}
.therapy_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 40px;
}

.therapy_description .description ul.number_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 40px 0;
    list-style-type: none;
    gap: 30px;
    padding: 0;
}

.number_list_item_number{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    display: flex;
    align-items: center;
    color: #0031A4;
}
.number_list_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #282828;
    margin: 20px 0;
}
.number_list_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #6D6D6D;
}
.form-callback_wrap.callback_v1.callback_blue{
    background: #0031A4;
    box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px;
}
.form-callback_wrap.callback_v1.callback_blue .form-content {
    background: transparent;
}
.form-callback_wrap.callback_v1.callback_blue .title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
}
.form-callback_wrap.callback_v1.callback_blue .form-content {
    padding: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.form-callback_wrap.callback_v1.callback_blue .description {
    color: #fff;
    flex: 1 0 auto;
}
.callback_phone_link a {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    text-decoration: none;
}
.callback_blue .labal_wrap {
    color: #fff;
}
.col_two_block_item img {
    max-width: 100%;
}
.section_contraindications {
    font-family: 'Montserrat';
    color: #282828;
}

.section_contraindications .title {
    font-family: 'Montserrat', sans-sarif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #0031A4;
    margin-bottom: 30px;
}

.section_contraindications .description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    margin-top: 30px;
}

.section_contraindications .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.section_contraindications .items .item {
    position: relative;
    background-color: #f5f5f5;
    padding: 30px 30px 30px 60px;
    flex: 1 0 0;
}

.section_contraindications .items .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 54% 50%;
}

.section_contraindications .items .item.indications::before {
    background-image: url("/local/templates/medicina/style/blocks/images/indications.svg");
}

.section_contraindications .items .item.contraindications::before {
    background-image: url("/local/templates/medicina/style/blocks/images/contraindications.svg");
}

.section_contraindications .items .item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.section_contraindications .items .item-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
}

.section_contraindications ul {
    display: block;
}

.section_contraindications ul > li {
    display: block;
    position: relative;
    padding-left: 38px;
    margin: 0;
}

.section_contraindications ul > * + li {
    margin-top: 10px;
}

.section_contraindications ul > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #FF6262;
    border-radius: 14px;
}

.section_contraindications * + p,
.section_contraindications * + ul {
    margin-top: 20px;
}
.description {
    margin: 20px 0;
}
.therapy_description.therapy_description_callback_blue {
    position: relative;
}
.therapy_description_callback_white {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50%;
    background-color: #fff;
    z-index: 0;
}
.form-callback_wrap.callback_v1.callback_blue {
    position: relative;
    z-index: 1;
}
.therapy_list-items .item.hide {
    display: none;
}
.text_icon_name {
    font-weight: 700;
    padding: 10px 0;
}
.text_icon_text {
    color: #6D6D6D;
}
.section_study_preparation ul.podgot_two_col_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 0;
}
.section_study_preparation ul > li.podgot_two_col_item {
    padding: 0;
}
.section_study_preparation ul > li.podgot_two_col_item:before{
    display: none;
}
.podgot_two_col_list_name {
    font-weight: 700;
    padding: 10px 0;
}
.podgot_two_col_list_text {
    color: #6D6D6D;
}
.item-image-text_big {
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #282828;
}
.line_section {
    position: relative;
    top: -80px;
    height: 2px;
    background: #EBEBEB;
}
.two_colum_grid_item img {
    max-width: 100%;
}
.text_icon_wrap.icon_cols_3 .item {
    flex: 1 0 calc(100% / 3 - 30px);
}
.two_colum_grid_item p {
    margin-bottom: 10px;
}
.item-opis {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #6D6D6D;
    padding-top: 10px;
}
.white_bg_raidus{
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 30px;
}
.list_with_dots {
    padding: 10px 0 10px 30px;
}
.white_bg_raidus h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #282828;
    margin-bottom: 15px;
}



/**************/

.pad-bt-40{
    padding: 40px 0;
}
.therapy_header .info-cols.pad-b-0{
    padding-bottom: 0;
}
.block_isledovanie_wrap h3 {
    color: #0031A4;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
}
.block_isledovanie_wrap {
    border-radius: 6px;
    background: rgba(195, 213, 255, 0.41);
    padding: 60px;
}
.block_isledovanie_wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.block_isledovanie_wrap ul li{
    padding: 0 0 10px 40px;
    position: relative;
}
.block_isledovanie_wrap ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FF6262;
    left: 0;
    top: 5px;
}
.programm_block_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
    list-style-type: none;
}
.programm_block_item {
    border-radius: 6px;
    background: #0031A4;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.programm_block_item_forma {
    font-size: 14px;
}
.programm_block_item_name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0 5px 0;
    flex: 1 0 auto;
}
.programm_block_item_desc {
    font-size: 14px;
    padding-bottom: 20px;
}
.programm_block_item_date_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.block_vrach_section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.block_vrach_section .doctor_content{
    display: flex;
    flex-direction: column;
}
/*.block_vrach_section .doctor{
    position: relative;
    padding-bottom: 80px;
}*/
.block_vrach_section .doctor_link.modal_link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: auto;
}
.metodichka_block_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
    margin: 0;
    list-style-type: none;
}
.metodichka_block_img {
    max-width: 100%;
}
.programm_block_descript{
    max-width: 500px;
}
.block_vrach_section .doctor_experience {
    color: rgba(40, 40, 40, 0.53);
    font-size: 16px;
}
/******************/
@media (max-width: 1600px) {
    .therapy_header::before {
        left: -70px;
    }

    .therapy_header::after {
        right: -70px;
    }
}

@media (max-width: 1199.98px) {
    .section_contraindications .title {
        font-size: 28px;
    }

    .section_contraindications .description {
        font-size: 16px;
        margin-top: 20px;
    }

    .section_contraindications .items .item-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .section_contraindications .items .item-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .section_contraindications * + p, .section_contraindications * + ul {
        margin-top: 15px;
    }

    .section_contraindications ul > li {
        padding-left: 30px;
    }

    .section_contraindications ul > li::before {
        top: 5px;
        left: 10px;
        width: 8px;
        height: 8px;
    }
    .therapy_header::before {
        display: none;
    }

    .therapy_header::after {
        right: 0;
        width: 100px;
        height: 220px
    }

    .therapy_header .breadcrumbs {
        margin-bottom: 30px;
    }

    .therapy_header .title {
        font-size: 42px;
        margin-bottom: 24px;
    }

    .therapy_header .description {
        font-size: 16px;
    }

    .therapy_benefits {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .therapy_benefits .item {
        font-size: 16px;
    }

    .therapy_list {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .therapy_list .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .therapy_list-filter .item {
        font-size: 16px;
    }

    .therapy_list-items .item a {
        font-size: 16px;
    }

    .therapy_list-description {
        font-size: 16px;
    }

    .therapy_description {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .therapy_description .description {
        font-size: 16px;
    }
    .block_vrach_section{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .metodichka_block_list{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .therapy_header .info-cols {
        padding-bottom: 40px;
        display: block;
    }

    .therapy_header .info-cols .col-image {
        display: block;
        margin-top: 40px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .therapy_list-items .item {
        max-width: calc(100% / 3 - 15px);
    }
}


@media (max-width: 767.98px) {
    .two_colum_grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .block_vrach_section{
        grid-template-columns: 1fr 1fr;
    }
    .metodichka_block_list{
        grid-template-columns: 1fr 1fr;
    }
    .programm_block_list {
        grid-template-columns: 1fr 1fr;
    }
    .section_study_preparation ul.podgot_two_col_list{
        grid-template-columns: 1fr;
    }
    .therapy_title{
        font-size: 24px;
    }
    .callback_blue .form-image {
        order: 2;
    }
    .section_study_preparation .podgotovka_list2{
        grid-template-columns: 1fr;
    }

    .therapy_description .description ul.number_list{
        grid-template-columns: 1fr;
    }
    .form-callback_wrap.callback_v1.callback_blue .title {
        color: #fff;
        font-weight: 700;
        font-size: 21px;
        line-height: 38px;
    }
    .callback_phone_link a {
        font-weight: 700;
        font-size: 22px;
        line-height: 38px;
        color: #FFFFFF;
        text-decoration: none;
    }


    /****************/
    .therapy_list {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .therapy_header .breadcrumbs a {
        font-size: 14px;
    }

    .therapy_list .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .therapy_header .btn-red {
        font-size: 16px;
        padding: 12px 16px;
    }

    .therapy_benefits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .therapy_benefits {
        flex-direction: column;
    }

    .therapy_benefits .item {
        max-width: 100%;
    }

    .therapy_list-items .item {
        max-width: calc(100% / 2 - 15px);
    }
    .section_contraindications .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .section_contraindications .items {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .block_isledovanie_wrap h3 {
        color: #0031A4;
        font-size: 18px;
    }

    .block_isledovanie_wrap {
        padding: 10px;
    }
    .block_vrach_section{
        grid-template-columns: 1fr;
    }
    .metodichka_block_list{
        grid-template-columns: 1fr;
    }
    .programm_block_list {
        grid-template-columns: 1fr;
    }

    .colum_ul_2{
        column-count: 1;
    }
    .section_contraindications .description {
        font-size: 14px;
        margin-top: 15px;
    }

    .section_contraindications .items .item {
        padding: 20px 20px 20px 40px;
    }

    .section_contraindications .items .item::before {
        width: 20px;
    }

    .section_contraindications .items .item-title {
        font-size: 16px;
    }

    .form-callback_wrap.callback_v1 .submit_btn {
        font-size: 14px;
        padding: 12px 16px;
    }
    .description_text {
        font-family: 'Montserrat', sans-sarif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.44;
        color: #282828;
    }
    .therapy_list-filter.therapy_list-filter_list .item {
        font-weight: 600;
        font-size: 14px;
        line-height: 26px;
        color: #6D6D6D;
        background-color: unset;
        border-radius: 0;
        margin-bottom: -2px;
    }


    .therapy_header .breadcrumbs a {
        font-size: 12px;
    }

    .therapy_header .title {
        font-size: 36px;
    }

    .therapy_header .description {
        font-size: 14px;
    }

    .therapy_header .description * + p {
        margin-top: 15px;
    }

    .therapy_header .buttons {
        margin-top: 20px;
    }

    .therapy_benefits {
        padding-top: 0px;
    }

    .therapy_benefits .item {
        font-size: 14px;
    }

    .therapy_benefits .item img {
        width: 40px;
        height: 40px;
    }

    .therapy_list-filter {
        margin-bottom: 20px;
    }

    .therapy_list-filter .item {
        font-size: 14px;
        padding: 10px 16px;
    }

    .therapy_list-items .item {
        max-width: 100%;
    }

    .therapy_list-description {
        font-size: 14px;
        margin-top: 30px;
    }

    .therapy_description {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .therapy_description .description {
        font-size: 14px;
    }
}


/* End */


/* Start:/local/templates/medicina/components/bitrix/system.pagenavigation/ajax/style.css?1697650900232*/
.load_more{
    padding: 10px 20px;
    background: #425879;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
}
.load_more:hover{
    background-color: #ff6262;
}
/* End */


/* Start:/local/templates/medicina/components/bitrix/news.list/doctors_list/style.css?1697650900149*/
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;
}
/* End */
/* /local/templates/medicina/components/bitrix/news.list/pages/style.css?1743753689349 */
/* /local/templates/medicina/components/bitrix/breadcrumb/bread/style.css?1697650900585 */
/* /local/templates/medicina/style/blocks/style.css?175094389050343 */
/* /local/templates/medicina/components/bitrix/system.pagenavigation/ajax/style.css?1697650900232 */
/* /local/templates/medicina/components/bitrix/news.list/doctors_list/style.css?1697650900149 */
