

/* 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/style/therap_detail.css?170359804910982*/
.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/images/indications.svg");
}

.section_contraindications .items .item.contraindications::before {
    background-image: url("/local/templates/medicina/style/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;
}

@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;
    }
}

@media (max-width: 767.98px) {
    .section_contraindications .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .section_contraindications .items {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .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;
    }
}
/*************/
.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% / 3 - 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;
}

@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: row;
        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_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;
}


.obor_text {
    margin: 30px 0;
}
.therapy_description{
    position: relative;
}
.therapy_description_callback_white {
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 0;
}
.form-callback_wrap.callback_v1.callback_blue{
    position: relative;
    z-index: 2;
}
.therapy_description.therapy_description_callback_blue{
    padding-top: 1px;
}
.item-text {
    font-size: 16px;
    line-height: 26px;
    color: #6D6D6D;
    margin: 20px 0;
}


@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;
    }
    .section_study_preparation .podgotovka_list2 {
        grid-template-columns: 1fr;
    }
}

@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;
    }
}

/* 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/news/therapy_new/bitrix/news.list/detail_style/style.css?174375368911306*/
.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/components/bitrix/news/therapy_new/bitrix/news.list/detail_style/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/components/bitrix/news/therapy_new/bitrix/news.list/detail_style/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 .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-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;
}

.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;
}

/***************************/
.two_col_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.num_metod_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
}
.num_metod_list_item {
    width: calc(50% - 15px);
}
.num_metod {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #0031A4;
}
.num_metod_text {
    color: #6D6D6D;
}

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

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

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

@media (max-width: 767.98px) {
    .callback_blue .form-image {
        order: 2;
    }

    .therapy_description .description ul.number_list{
        grid-template-columns: 1fr;
    }



    /****************/
    .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%;
    }
}

@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-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/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/.default/components/mwi/template.include/callback_blue/style.css?17035980484366*/
.form-callback_wrap.callback_v1 {

}

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

.form-callback_wrap.callback_v1 .description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 30px;
}

.form-callback_wrap.callback_v1 .form-callback_cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.form-callback_wrap.callback_v1 .form-content {
    flex: 1 0 0%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px;
    max-width: 638px;
}

.form-callback_wrap.callback_v1 .form-image {
    flex: 1 0 0%;
    overflow: hidden;
    border-radius: 6px;
}

.form-callback_wrap.callback_v1 .form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.form-callback_wrap.callback_v1 .form-title {
    font-family: 'Montserrat', sans-sarif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.27;
    color: #282828;
    margin-bottom: 30px;
}

.form-callback_wrap.callback_v1 .form-group {
    margin-bottom: 20px;
}

.form-callback_wrap.callback_v1 .form-group .input {
    background: #FFFFFF;
    border: 1px solid #D0D0E3;
    border-radius: 6px;
    font-family: 'Montserrat', sans-sarif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #6D6D6D;
    display: block;
    width: 100%;
    padding: 12px 20px;
}

.form-callback_wrap.callback_v1 .form-group .field {
    position: relative;
}

.form-callback_wrap.callback_v1 .form-group .field .icon_input {
    position: absolute;
    left: 20px;
    top: 14px;
}

.form-callback_wrap.callback_v1 .form-group .field .icon_input svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.form-callback_wrap.callback_v1 .form-group .field .icon_input + .input {
    padding-left: 60px;
}

.form-callback_wrap.callback_v1 .form-submit {

}

.form-callback_wrap.callback_v1 .submit_btn {
    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%;
}

.form-callback_wrap.callback_v1 .submit_btn:hover {
    background: #ff5555;
    color: #FFFFFF;
    text-decoration: none;
}


.form-callback_wrap.callback_v1 .form-agreement {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #6D6D6D;
    margin-top: 10px;
}

.form-callback_wrap.callback_v1 .form-agreement a {
    color: inherit;
    text-decoration: underline;
}

.form-callback_wrap.callback_v1 .form-agreement a:hover {
    text-decoration: none;
}

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

    .form-callback_wrap.callback_v1 .description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .form-callback_wrap.callback_v1 .form-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .form-callback_wrap.callback_v1 .form-agreement {
        font-size: 12px;
        line-height: 18px;
    }
}

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

    .form-callback_wrap.callback_v1 .submit_btn {
        font-size: 16px;
        padding: 12px 16px;
    }

    .form-callback_wrap.callback_v1 .form-callback_cols {
        flex-direction: column;
        gap: 20px;
    }

    .form-callback_wrap.callback_v1 .form-content {
        max-width: 100%;
        order: 2;
    }
}

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

    .form-callback_wrap.callback_v1 .description {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .form-callback_wrap.callback_v1 .form-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .form-callback_wrap.callback_v1 .form-content {
        padding: 20px;
    }

    .form-callback_wrap.callback_v1 .form-agreement {
        font-size: 10px;
        line-height: 14px;
    }
}

/* End */


/* Start:/local/components/mwi/pricelist/templates/therapy/style.css?16976509007758*/
.section_therapy_prices {
    font-family: 'Montserrat';
    color: #282828;
}

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

.section_therapy_prices .description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 44px;
}

.section_therapy_prices .prices__search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.section_therapy_prices .prices__search .input {
    color: var(--color1);
    font: 200 var(--text_size) var(--font_family);
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    transition: .2s linear;
    border: 1px solid var(--bg2);
    background: var(--bg1);
    width: 100%;
    padding-right: 50px;
}

.section_therapy_prices .prices__search .submit_btn {
    width: 46px;
    margin-left: -46px;
    height: 46px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.71 16.29L14.31 12.9C15.407 11.5025 16.0022 9.77666 16 8C16 6.41775 15.5308 4.87103 14.6518 3.55544C13.7727 2.23985 12.5233 1.21447 11.0615 0.608967C9.59966 0.00346625 7.99113 -0.15496 6.43928 0.153721C4.88743 0.462403 3.46197 1.22433 2.34315 2.34315C1.22433 3.46197 0.462403 4.88743 0.153721 6.43928C-0.15496 7.99113 0.00346625 9.59966 0.608967 11.0615C1.21447 12.5233 2.23985 13.7727 3.55544 14.6518C4.87103 15.5308 6.41775 16 8 16C9.77666 16.0022 11.5025 15.407 12.9 14.31L16.29 17.71C16.383 17.8037 16.4936 17.8781 16.6154 17.9289C16.7373 17.9797 16.868 18.0058 17 18.0058C17.132 18.0058 17.2627 17.9797 17.3846 17.9289C17.5064 17.8781 17.617 17.8037 17.71 17.71C17.8037 17.617 17.8781 17.5064 17.9289 17.3846C17.9797 17.2627 18.0058 17.132 18.0058 17C18.0058 16.868 17.9797 16.7373 17.9289 16.6154C17.8781 16.4936 17.8037 16.383 17.71 16.29ZM2 8C2 6.81332 2.3519 5.65328 3.01119 4.66658C3.67047 3.67989 4.60755 2.91085 5.7039 2.45673C6.80026 2.0026 8.00666 1.88378 9.17055 2.11529C10.3344 2.3468 11.4035 2.91825 12.2426 3.75736C13.0818 4.59648 13.6532 5.66558 13.8847 6.82946C14.1162 7.99335 13.9974 9.19975 13.5433 10.2961C13.0892 11.3925 12.3201 12.3295 11.3334 12.9888C10.3467 13.6481 9.18669 14 8 14C6.4087 14 4.88258 13.3679 3.75736 12.2426C2.63214 11.1174 2 9.5913 2 8Z' fill='%233F4374'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section_therapy_prices .prices__accordions {
}

.section_therapy_prices .prices__accordions .accordion {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #D0D0E3;
    border-radius: 5px;
}

.section_therapy_prices .prices__accordions .accordion + .accordion {
    margin-top: 20px;
}

.section_therapy_prices .prices__accordions .accordion.hidden {
    display: none;
}

.section_therapy_prices .prices__accordions .accordion .js-checkbox {
    display: none;
}

.section_therapy_prices .prices__accordions .accordion__header {
    position: relative;
    display: block;
    padding: 30px 80px 30px 30px;
    background: #F8F8F8;
    transition: .15s;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.24;
}

.section_therapy_prices .prices__accordions .accordion__header:hover {

}

.section_therapy_prices .prices__accordions .close-icon {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    background-color: #FF6262;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.section_therapy_prices .prices__accordions .accordion__header .close-icon:before,
.section_therapy_prices .prices__accordions .accordion__header .close-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .15s ease;
    transition: .15s ease;
    background: #fff;
}

.section_therapy_prices .prices__accordions .accordion__header .close-icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.section_therapy_prices .prices__accordions input[type=checkbox]:checked + .accordion__header .close-icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.section_therapy_prices .prices__accordions .accordion__content {
    display: none;
}

.section_therapy_prices .prices__accordions input[type=checkbox]:checked ~ .accordion__content {
    display: block;
}


.section_therapy_prices .table_price_wrap {
    overflow-x: auto;
}

.section_therapy_prices .prices__table {
    width: 100%;
    border-collapse: collapse;
}

.section_therapy_prices .prices__table tr th {
    padding: 30px;
    font-weight: 500;
    background: #f8f8f8;
    text-align: left;
    border-top: 1px solid #D0D0E3;
}

.section_therapy_prices .prices__table tr th:last-child {
    text-align: right;
}

.section_therapy_prices .prices__table tr td {
    padding: 30px;
    border-top: 1px solid #D0D0E3;
}

.section_therapy_prices .prices__table tr td:first-child {
    width: 297px;
}

.section_therapy_prices .prices__table tr td:last-child {
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
}

.section_therapy_prices .prices__table tr.odd td {
    /*background-color: #F9F7F5;*/
}

.section_therapy_prices .prices__table .js-row-search.hidden {
    display: none;
}

.section_therapy_prices .prices__info {
    padding: 30px;
    text-align: center;
}

.section_therapy_prices .prices__info.hidden {
    display: none;
}

.section_therapy_prices .prices__btn {
    margin: 20px 0;
    text-align: center;
}

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

    .section_therapy_prices .description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .section_therapy_prices .prices__accordions .accordion__header {
        padding: 20px 60px 20px 20px;
        font-size: 18px;
    }

    .section_therapy_prices .prices__table tr th,
    .section_therapy_prices .prices__table tr td {
        padding: 20px;
        font-size: 16px;
    }

    .section_therapy_prices .prices__table tr td:first-child {
        width: 230px;
    }
}

@media (max-width: 767.99px) {

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

    .section_therapy_prices .prices__search {
        margin-bottom: 20px;
    }

    .section_therapy_prices .prices__accordions .accordion__header {
        font-size: 16px;
    }

    .section_therapy_prices .prices__accordions .close-icon {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .section_therapy_prices .prices__table tr th,
    .section_therapy_prices .prices__table tr td {
        padding: 10px;
        font-size: 14px;
    }

    .section_therapy_prices .prices__table tr td:first-child {
        width: auto;
        min-width: 100px;
    }
}

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

    .section_therapy_prices .description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section_therapy_prices .prices__accordions .accordion__header {
        font-size: 14px;
    }

    .section_therapy_prices .prices__table tr th,
    .section_therapy_prices .prices__table tr td {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/medicina/components/bitrix/news.list/faq_doctor_one_n/style.css?17437536898839*/
.section_therapy_faq {
    font-family: 'Montserrat', sans-sarif;
    color: #282828;
}

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

.section_therapy_faq .doctor_info {
    background: #F8F8F8;
    border-radius: 7px;
    min-height: 230px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.section_therapy_faq .doctor_info-image {
    position: relative;
    width: 310px;
    overflow: hidden;
    border-radius: 7px;

}

.section_therapy_faq .doctor_info-image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.section_therapy_faq .doctor_info-content {
    flex: 1 0 0;
    padding: 30px 20px;
}

.section_therapy_faq .doctor_info-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #0031A4;
    margin-bottom: 12px;
}

.section_therapy_faq .doctor_info-name span:first-child {
    display: block;
    font-size: 30px;
    line-height: 1.27;
}

.section_therapy_faq .doctor_info-meta {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #6D6D6D;
    margin-top: 12px;
}

.section_therapy_faq .doctor_info-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
}

.section_therapy_faq .doctor_info-contacts {
    position: relative;
    width: 310px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_therapy_faq .doctor_info-contacts::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 30px;
    width: 1px;
    background-color: #D7D7D7;
}


.section_therapy_faq .doctor_info-contact_description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
}

.section_therapy_faq .doctor_info-contacts .btn-red {
    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%;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.section_therapy_faq .doctor_info-phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-top: auto;
}

.section_therapy_faq .doctor_info-phone a {
    position: relative;
    text-decoration: underline;
    color: #0031A4;
    padding-left: 28px;
    border-bottom:0px;
}

.section_therapy_faq .doctor_info-phone a:hover {
    text-decoration: none;
}

.section_therapy_faq .doctor_info-phone a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.965 8.0925C6.045 10.215 7.785 11.955 9.9075 13.035L11.5575 11.385C11.7675 11.175 12.06 11.115 12.3225 11.1975C13.1625 11.475 14.0625 11.625 15 11.625C15.1989 11.625 15.3897 11.704 15.5303 11.8447C15.671 11.9853 15.75 12.1761 15.75 12.375V15C15.75 15.1989 15.671 15.3897 15.5303 15.5303C15.3897 15.671 15.1989 15.75 15 15.75C11.6185 15.75 8.37548 14.4067 5.98439 12.0156C3.5933 9.62452 2.25 6.38151 2.25 3C2.25 2.80109 2.32902 2.61032 2.46967 2.46967C2.61032 2.32902 2.80109 2.25 3 2.25H5.625C5.82391 2.25 6.01468 2.32902 6.15533 2.46967C6.29598 2.61032 6.375 2.80109 6.375 3C6.375 3.9375 6.525 4.8375 6.8025 5.6775C6.885 5.94 6.825 6.2325 6.615 6.4425L4.965 8.0925Z' fill='%230031A4'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section_therapy_faq .faq_list-item + .faq_list-item {
    margin-top: 40px;
}

.section_therapy_faq .faq_list-question {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #282828;
    padding-left: 50px;
    margin-bottom: 20px;
}

.section_therapy_faq .faq_list-question::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6312 28.125L15 27.1875L18.75 20.625H24.375C24.8723 20.625 25.3492 20.4275 25.7008 20.0758C26.0525 19.7242 26.25 19.2473 26.25 18.75V7.5C26.25 7.00272 26.0525 6.52581 25.7008 6.17417C25.3492 5.82254 24.8723 5.625 24.375 5.625H5.625C5.12772 5.625 4.65081 5.82254 4.29917 6.17417C3.94754 6.52581 3.75 7.00272 3.75 7.5V18.75C3.75 19.2473 3.94754 19.7242 4.29917 20.0758C4.65081 20.4275 5.12772 20.625 5.625 20.625H14.0625V22.5H5.625C4.63044 22.5 3.67661 22.1049 2.97335 21.4016C2.27009 20.6984 1.875 19.7446 1.875 18.75V7.5C1.875 6.50544 2.27009 5.55161 2.97335 4.84835C3.67661 4.14509 4.63044 3.75 5.625 3.75H24.375C25.3696 3.75 26.3234 4.14509 27.0266 4.84835C27.7299 5.55161 28.125 6.50544 28.125 7.5V18.75C28.125 19.7446 27.7299 20.6984 27.0266 21.4016C26.3234 22.1049 25.3696 22.5 24.375 22.5H19.8375L16.6312 28.125Z' fill='%230031A4'/%3E%3Cpath d='M7.5 9.375H22.5V11.25H7.5V9.375ZM7.5 15H16.875V16.875H7.5V15Z' fill='%230031A4'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section_therapy_faq .faq_list-answer {
    position: relative;
    padding-left: 72px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
}
.section_therapy_faq .faq_list-answer span {
    color: #282828;
}

.section_therapy_faq .faq_list-answer a {
    text-decoration: underline;
    color: #0031A4;
}

.section_therapy_faq .faq_list-answer a:hover {
    text-decoration: none;
    color: #0031A4;
}

.section_therapy_faq .faq_list-answer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 2px;
    height: 100%;
    background-color: #FF6262;
}

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

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

    .section_therapy_faq .doctor_info-image {
        width: 290px;
    }

    .section_therapy_faq .faq_list-question {
        font-size: 18px;
    }

    .section_therapy_faq .faq_list-answer {
        font-size: 16px;
    }

    .section_therapy_faq .doctor_info-contacts {
        width: 290px;
    }
}

@media (max-width: 991.98px) {
    .section_therapy_faq .doctor_info {
        min-height: 200px;
        margin-bottom: 30px;
    }

    .section_therapy_faq .doctor_info-image {
        width: 220px;
    }

    .section_therapy_faq .doctor_info-name {
        font-size: 18px;
    }

    .section_therapy_faq .doctor_info-name span:first-child {
        font-size: 26px;
    }

    .section_therapy_faq .doctor_info-content {
        padding: 20px;
    }

    .section_therapy_faq .doctor_info-description {
        margin-top: 15px;
    }

    .section_therapy_faq .doctor_info-contacts {
        position: relative;
        width: 280px;
        padding: 20px;
    }

    .section_therapy_faq .doctor_info-contacts::before {
        top: 20px;
        bottom: 20px;
    }
}

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

    .section_therapy_faq .doctor_info-contacts .btn-red {
        font-size: 16px;
        padding: 12px 16px;
    }

    .section_therapy_faq .doctor_info {
        flex-wrap: wrap;
    }

    .section_therapy_faq .doctor_info-contacts {
        width: 100%;
        border-top: 1px solid #D7D7D7;
    }

    .section_therapy_faq .doctor_info-contacts::before {
        display: none;
    }
}

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

    .section_therapy_faq .doctor_info-image {
        width: 100%;
        padding-top: 80%;
    }

    .section_therapy_faq .faq_list-question {
        font-size: 16px;
        padding-left: 40px;
        margin-bottom: 10px;
    }

    .section_therapy_faq .faq_list-question::before {
        width: 22px;
        height: 22px;
    }

    .section_therapy_faq .faq_list-answer {
        font-size: 14px;
        padding-left: 40px;
    }

    .section_therapy_faq .faq_list-answer::before {
        left: 18px;
    }
}
/* End */


/* Start:/local/templates/medicina/components/bitrix/system.pagenavigation/round/style.css?16976509003055*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #ffffff;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #000000;
	font-size: 14px;
	border-radius: 0px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 0px;
	height: 34px;
	min-width: 34px;
	line-height: 34px;
	color: #ffffff;
	vertical-align: middle;
	border:1px solid #b4b4b4;
}
.bx-pagination .bx-pagination-container ul li a:hover {
	border:1px solid #ff6262;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #ff6262;
	color: #ffffff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ff6262;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #ff6262;
	color: #fff;
}

/* End */


/* Start:/local/templates/medicina/components/bitrix/news.list/reviews_slider/style.css?17175748398187*/
.section_reviews_slider {
    font-family: 'Montserrat', sans-sarif;
    /*overflow: hidden;*/
}

.section_reviews_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_reviews_slider .review_item {
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 70px 20px 20px 20px;
    z-index: 0;
    height:100%;
}

.section_reviews_slider .review_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 12L16 8H12C7.58 8 4 13.58 4 18V32H18V18H10C10 12 14 12 14 12ZM28 18C28 12 32 12 32 12L34 8H30C25.58 8 22 13.58 22 18V32H36V18H28Z' fill='%230031A4'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    z-index: -1;
}

.section_reviews_slider .review_item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 146px;
    max-width: 50%;
    height: 131px;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='131' viewBox='0 0 146 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_89_3159)'%3E%3Cpath d='M58.1001 49.8002L66.4001 33.2002H49.8001C31.4571 33.2002 16.6001 56.3572 16.6001 74.7002V132.8H74.7001V74.7002H41.5001C41.5001 49.8002 58.1001 49.8002 58.1001 49.8002ZM116.2 74.7002C116.2 49.8002 132.8 49.8002 132.8 49.8002L141.1 33.2002H124.5C106.157 33.2002 91.3001 56.3572 91.3001 74.7002V132.8H149.4V74.7002H116.2Z' fill='%230031A4' fill-opacity='0.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_89_3159'%3E%3Crect width='146' height='131' rx='6' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.section_reviews_slider .review_item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
    margin-bottom: 10px;
}

.section_reviews_slider .review_item-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #6D6D6D;
    margin-bottom: auto;
}

.section_reviews_slider .review_item-description img {
    max-width: 100%;
    height: auto;
}

.section_reviews_slider .review_item-link {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: underline;
    color: #0031A4;
    margin-top: 20px;
}

.section_reviews_slider .review_item-link:hover {
    text-decoration: none;
    color: #0031A4;
}

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

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

.section_reviews_slider .owl-carousel .owl-nav button.owl-prev::before,
.section_reviews_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_reviews_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_reviews_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_reviews_slider .owl-carousel .owl-nav button.owl-prev:hover,
.section_reviews_slider .owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1.1);
}

.section_reviews_slider .more-button {
    text-align: center;
    margin-top: 40px;
}

.section_reviews_slider .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: 268px;
    max-width: 100%;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

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

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

.modal.review_wrap {
    font-family: 'Montserrat', sans-sarif;
    width: 680px;
}

.modal.review_wrap .review_modal-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    color: #282828;
    margin-bottom: 10px;
}

.modal.review_wrap .review_modal-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #6D6D6D;
    margin-bottom: auto;
}

.modal.review_wrap .review_modal-description img {
    max-width: 100%;
    height: auto;
}


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

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

    .section_reviews_slider .review_item-title {
        font-size: 16px;
    }

    .section_reviews_slider .review_item-description {
        font-size: 13px;
    }
}

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

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

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

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

    .section_reviews_slider .review_item {
        position: relative;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 60px 15px 15px 15px;
    }

    .section_reviews_slider .review_item::before {
        top: 15px;
        left: 15px;
        width: 30px;
        height: 30px;
    }

    .section_reviews_slider .review_item::after {
        width: 50%;
        height: 100px;
    }

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

.review_item .review_item-date{
    position: absolute;
    right: 20px;
    top: 30px;
}
.review_item  .review_item-doctor{
    margin-top:20px;
    min-height:45px;
}
.review_item  .review_item-doctor span{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #6D6D6D;
    margin-bottom: auto;
    display:block;
}
.review_item  .review_item-doctor a{
    color: #0031A4;
    font-weight: 700;
    text-decoration: none;
}
.review_item  .review_item-doctor a:hover{
    text-decoration: underline;
}
.review_item .review_item-description{
    min-height: 180px;
}
.review_item .review_item-link{
    min-height:20px;
}
@media (max-width: 480px) {
    .section_reviews_slider .review_item {
        height:auto;
    }
    .review_item .review_item-link{
        min-height:auto;
    }
    .review_item .review_item-description{
        min-height: auto;
    }
    .review_item  .review_item-doctor{
        margin-top:20px;
        min-height:auto;
    }
}
@media (max-width: 767px) {
    .doctor_detail_rew_wrap  .section_reviews_slider .review_item {
        height:auto;
    }
    .doctor_detail_rew_wrap  .review_item .review_item-link{
        min-height:auto;
    }
    .doctor_detail_rew_wrap  .review_item .review_item-description{
        min-height: auto;
    }
    .doctor_detail_rew_wrap  .review_item  .review_item-doctor{
        margin-top:20px;
        min-height:auto;
    }
}

.doctor_detail_rew_wrap .section_reviews_slider .review_item{
    background-color: #41587f1f;
}
/* End */
/* /local/templates/medicina/components/bitrix/news/therapy_new/style.css?17035980493489 */
/* /local/templates/medicina/style/therap_detail.css?170359804910982 */
/* /local/templates/medicina/style/blocks/style.css?175094389050343 */
/* /local/templates/medicina/components/bitrix/news/therapy_new/bitrix/news.list/detail_style/style.css?174375368911306 */
/* /local/templates/medicina/components/bitrix/breadcrumb/bread/style.css?1697650900585 */
/* /local/templates/.default/components/mwi/template.include/callback_blue/style.css?17035980484366 */
/* /local/components/mwi/pricelist/templates/therapy/style.css?16976509007758 */
/* /local/templates/medicina/components/bitrix/news.list/faq_doctor_one_n/style.css?17437536898839 */
/* /local/templates/medicina/components/bitrix/system.pagenavigation/round/style.css?16976509003055 */
/* /local/templates/medicina/components/bitrix/news.list/reviews_slider/style.css?17175748398187 */
