<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col-lg-6.left {
    border-top-left-radius: 1000px;
    background: linear-gradient(0.00deg, rgb(160, 31, 40),rgb(238, 85, 100) 100%);
    border-bottom-left-radius: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
section {
    overflow: hidden;
}
.section11_block {
    border-radius: 60px;
    /* background: linear-gradient(270.00deg, rgba(24, 153, 169, 0.5) -0.26%,rgba(238, 85, 100, 0.5) 97.382%); */
    max-width: 780px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgb(8, 101, 119) 0%, rgb(203, 61, 73) 77%);
}

div#med_price .tab-content-container p {
    text-align: center;
    margin-bottom: 30px;
}

.item_content {
    padding: 25px;
}

section.section11 h2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 40px;
}

.col-lg-6.right {
    background-image: url(/include/medical/img/lines_1.png);
    background-size: cover;
    background-position: 70%;
    position: relative;
    min-height: 625px;
    background: linear-gradient(180.00deg, rgb(12, 129, 148), rgb(3, 71, 89) 100%);
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

.col-lg-6.right:before {
    content: "";
    background-image: url(/include/medical/img/lines_1.png);
    background-size: 1060px;
    background-position: top;
    position: relative;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    opacity: 0.3;
}

.section11_block .col-lg-9 {
    display: flex;
    align-items: center;
}

.section11_block .col-lg-8 .item_content {
    max-width: 90%;
    padding: 30px 30px;
}

.section11_block .col-lg-8 .item_content p {
    color: rgb(255, 255, 255);
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    max-width: 450px;
    margin-bottom: 15px;
    position: relative;
}

.section11_block .col-lg-12 .item_content {
    max-width: 100%;
    padding: 30px 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

cur {
    text-align: left;
    color: #fff;
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
}

.section11_block .col-lg-12 .item_content p {
    color: rgb(255, 255, 255);
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    max-width: 650px;
    margin-bottom: 15px;
    position: relative;
}

section.section1 .container {
    max-width: 1630px;
}

.col-lg-6.right img {
    position: absolute;
    max-width: 696px;
    bottom: 0px;
    left: -160px;
}

.col-lg-6.left h1 {
    color: rgb(255, 255, 255);
    font-size: 59px;
    font-weight: 400;
    line-height: 110%;
    text-align: right;
    margin-bottom: 60px;
    z-index: 10;
    font-family: Montserrat Alternates;
}

.col-lg-6.left a {
    position: relative;
    box-sizing: border-box;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    width: max-content;
    padding: 15px 30px;
    z-index: 10;
    transition: 0.5s;
}

section.section1 {
    background: linear-gradient(180.00deg, rgb(230, 241, 243),rgb(249, 235, 236) 100%);
    padding-bottom: 80px;
    padding-top: 30px;
}

.advantages {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 0px;
}

.advantages img {
    margin-bottom: 5px;
}

.advantages span {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.ya_container {
    max-width: 1180px;
    margin: 0 auto;
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

.ya_container_block {
    display: flex;
    align-items: center;
}

.ya_container_block img {
    margin-right: 30px;
    -webkit-tap-highlight-color: transparent;
    -ms-transform: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-animation: anim_btn_ya 3s linear infinite;
    animation: anim_btn_ya 3s linear infinite;
    border-radius: 80px;
}

@-webkit-keyframes anim_btn_ya {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3287FF,0 0 0 0 rgb(50 135 255 / 70%);
        box-shadow: 0 0 0 0 #3287FF,0 0 0 0 rgb(50 135 255 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 19.2px rgb(50 135 255 / 0%),0 0 0 10px rgb(50 135 255 / 70%);
        box-shadow: 0 0 0 19.2px rgb(50 135 255 / 00%),0 0 0 9.6px rgb(50 135 255 / 70%)
    }

    80% {
        -webkit-box-shadow: 0 0 0 38.4px rgba(255,77,94,0),0 0 0 19.2px rgba(255,77,94,0);
        box-shadow: 0 0 0 38.4px rgba(255,77,94,0),0 0 0 19.2px rgba(255,77,94,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 48px rgba(255,77,94,0),0 0 0 38.4px rgba(255,77,94,0);
        box-shadow: 0 0 0 48px rgba(255,77,94,0),0 0 0 38.4px rgba(255,77,94,0)
    }
}

.ya_container_block span {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

section.section6 .item b {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 22px;
    text-align: left;
}

section.section6 .item {
    padding: 0 40px;
}

.col-lg-4.images {
    display: flex;
    align-items: center;
}

section.section6 h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 40px;
}

section.section6 h2 b {
    font-weight: 800;
}

section.section4 h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 40px;
}

section.section4 h2 b {
    font-weight: 800;
}

section.section6 {
    padding-top: 60px;
    padding-bottom: 60px;
    /* font-size: 18px; */
}

.medical_page .feedback {
    background: url(/include/medical/img/form_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.medical_page .feedback h2 {
    max-width: 990px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: Montserrat Alternates;
}

.medical_page .feedback h2 b {
    font-weight: 800;
}

section.medical_used h2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 40px;
}

section.medical_used h2 b {
    font-weight: 800;
}

section.section11 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.medical_page .feedback input {
    border-radius: 20px !important;
    background: linear-gradient(180.00deg, rgba(230, 241, 243, 0.5),rgba(249, 235, 236, 0.5) 100%);
    color: #fff !important;
    text-align: center;
    outline: none;
}

.medical_page .feedback .personal {
    text-align: center;
}

.medical_page .feedback form .row input.button-fb {
    border-radius: 20px;
    background: linear-gradient(180.00deg, rgb(230, 241, 243),rgb(249, 235, 236) 100%);
    color: rgb(0, 0, 0) !important;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 0;
    transition: 0.5s;
}
.medical_page .feedback form .row input.button-fb:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
section.medical_used {
    padding-bottom: 60px;
    padding-top: 60px;
}

section.medical_used .owl-nav button {
    position: absolute;
}

section.medical_used button.owl-prev {
    left: -80px;
    top: 40%;
    position: absolute;
}

section.medical_used button.owl-next {
    right: -80px;
    top: 40%;
    position: absolute;
}

section.medical_used .owl-nav button:hover {
    opacity: 0.8;
}

.medical_page .feedback input::placeholder {
    color: #fff;
}

section.section8 {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    background: linear-gradient(180.00deg, rgb(230, 241, 243),rgb(249, 235, 236) 100%);
    border-radius: 20px;
}

section.section8 h2 {
    text-align: center;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 40px;
}

section.section8 .col-lg-4 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

section.section8 span {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    border-radius: 50px;
    background: linear-gradient(180.00deg, rgb(160, 31, 40),rgb(238, 85, 100) 100%);
    padding: 45px 5px;
    max-width: 75px;
    text-align: center;
    margin-right: 15px;
}

section.section8 .col-lg-4 b {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}

section.section8 .col-lg-4 p {
    line-height: 130%;
    font-size: 16px;
    max-width: 240px;
}

.medical_page {
    font-family: Montserrat Alternates;
}

section.section8 .col-lg-4:nth-child(2n) span {
    border-radius: 50px;
    background: linear-gradient(180.00deg, rgb(12, 129, 148),rgb(3, 71, 89) 100%);
}

section.section4 .container {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 20px;
    background: linear-gradient(180.00deg, rgb(230, 241, 243),rgb(249, 235, 236) 100%);
}

/*Vertical Tabs*/
.mdl-tabs__panel {
    display: none;
}

.vertical-mdl-tabs {
    /* margin-top: 30px; */
    max-width: 1100px;
    margin: 0 auto;
}

.vertical-mdl-tabs .mdl-tabs__tab-bar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
    height: inherit;
    border-bottom: none;
    /* border-right: 1px solid rgba(10, 11, 49, 0.2); */
}

.vertical-mdl-tabs .mdl-tabs__tab {
    width: 100%;
    padding: 15px 30px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.5);
}

.vertical-mdl-tabs .mdl-tabs__tab:hover {
    /* background: rgba(158, 158, 158, 0.34); */
    /* color: black; */
    opacity: 0.8;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active:after {
    top: 40%;
    content: "";
    width: 15px !important;
    height: 15px !important;
    background: rgb(5, 116, 135);
    display: block;
    position: absolute;
    left: 98%;
    transform: rotate(45deg);
    opacity: 1;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    content: inherit;
    height: 0;
}

span.hollow-circle {
    height: 20px;
    display: flex;
    width: 20px;
    align-items: center;
    margin-right: 20px;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
    padding: 0 30px;
}

.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
    text-align: left;
}

.text-center {
    text-align: center;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: rgb(5, 116, 135);
    padding: 15px 30px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.owl-carousel-face .item_content {
    /* border-radius: 20px; */
    background: rgb(230, 241, 243);
    color: #000;
    text-align: left;
    padding: 25px;
    color: rgb(255 255 255);
    font-family: Montserrat;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    /* margin-top: 20px; */
    /* min-height: 280px; */
    border-radius: 20px;
    font-weight: normal;
    min-height: 210px;
}

.owl-carousel-face .item_content p {
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 130%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.owl-carousel-face .hidden {
    border-radius: 20px;
    color: #000;
    text-align: left;
    padding: 25px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    margin-top: 0px;
    min-height: 200px;
    padding: 25px;
    padding-bottom: 50px;
    display: block !important;
    /* min-height: 260px; */
}

.owl-carousel-face .hidden p {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    min-height: 190px;
}

.owl-carousel-face .item {
    border-radius: 20px;
    background: rgb(238, 85, 100);
    color: #fff;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 0 0px;
    padding: 0px 0px 0 0px;
}

.owl-carousel-face .hidden img {
    margin: 0px;
    margin-bottom: 15px;
    max-width: 40px;
    float: right;
}

.owl-carousel-face .item_content img {
    margin: 0px;
    margin-bottom: 15px;
    max-width: 40px;
}

section.section3 h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}

section.section2 h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 64px;
}

section.section2 p {
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}

section.section3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.owl-carousel-face .item:hover .item_content {
    /* display: none; */
}

.owl-carousel-face .item:hover .hidden {
    display: block !important;
}

section.section3 .owl-nav button {
    position: absolute;
}

section.section3 button.owl-prev {
    left: -80px;
    top: 40%;
    position: absolute;
}

section.section3 button.owl-next {
    right: -80px;
    top: 40%;
    position: absolute;
}

section.section3 .owl-nav button:hover {
    opacity: 0.8;
}

section.section2 {
    background: url(/include/medical/img/kpi.jpg);
    background-size: cover;
    min-height: 500px;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.section2 .col-lg-3:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section2 .col-lg-3:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section2 .col-lg-3:nth-child(3) {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

section.section2 .col-lg-3:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section5 h2 {
    text-align: center;
    margin-bottom: 60px;
}

.owl-carousel-specialists {
    padding-top: 90px;
}

.owl-carousel-specialists .owl-nav {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 210px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-carousel-specialists .item_content span {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
    /* min-height: 0px; */
}

.owl-carousel-specialists .item_content p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    line-height: 120%;
    padding: 0px 20px;
}

.owl-carousel-specialists .item_content {
    border-radius: 200px;
    background: rgb(230, 241, 243);
    padding: 10px 10px 90px 10px;
    height: 100%;
    /* min-height: 555px; */
}

section.section5 {
    margin: 0 auto;
    max-width: 1800px;
    padding-bottom: 60px;
    padding-top: 60px;
}

section.section5 .item {
    height: 100%;
}

section.section6 .item p {
    font-size: 16px;
}

section.section9 {
}

section.section9 h2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 40px;
}

section.section9 h2 b {
    font-weight: 800;
    display: unset;
}

section.section9 .itemcol:nth-child(1) .item {
    border-radius: 500px;
    background: rgb(249, 235, 236);
    display: flex;
    padding: 30px 50px;
    align-items: center;
}

section.section9 .itemcol:nth-child(2) .item {
    border-radius: 500px;
    background: url(/include/medical/img/standart2.png);
    padding: 57px 50px;
    background-size: cover;
    background-position: center;
    color: #fff;
}

section.section9 .itemcol:nth-child(3) .item {
    border-radius: 500px;
    background: linear-gradient(180.00deg, rgb(160, 31, 40),rgb(238, 85, 100) 100%);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    padding: 40px;
}

section.section9 .itemcol:nth-child(4) .item {
    display: flex;
    padding: 40px;
    border-radius: 500px;
    background: rgb(230, 241, 243);
    align-items: center;
}

section.section9 .itemcol:nth-child(5) .item {
    display: flex;
    padding: 40px;
    border-radius: 500px;
    background: rgb(207, 64, 76);
    color: #fff;
    align-items: center;
}

section.section9 .itemcol:nth-child(6) .item {
    border-radius: 500px;
    background: linear-gradient(180.00deg, rgb(12, 129, 148),rgb(3, 71, 89) 100%);
    color: rgb(255, 255, 255);
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    padding: 40px;
}

section.section9 b {
    display: block;
    margin-bottom: 10px;
}

.itemcol {
    margin-bottom: 30px;
}

section.section9 .itemcol:nth-child(1) .item img {
    margin-right: 30px;
    max-width: 150px;
}

section.section9 .itemcol:nth-child(4) .item img {
    margin-right: 0px;
    max-width: 145px;
}

section.section9 .itemcol:nth-child(5) .item img {
    margin-right: 30px;
    max-width: 210px;
}

section.section10 .owl-dot.active {
    background: var(--root-middle) !important;
}

section.section10 .owl-dot {
    width: 19px;
    height: 19px;
    display: block;
    opacity: 1;
    font-size: 0px !important;
    margin: 0px 5px;
    border-radius: 10px;
    background: rgba(5, 116, 135, 0.5) !important;
}

section.section10 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_content {
    padding: 0px;
}

section.section10 button.owl-dot.active {
    width: 43px;
    border-radius: 10px;
}

.owl-carousel-section10 .owl-dots {
    position: absolute;
    top: 0px;
}

section.section10 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.owl-carousel-section10 {
    padding-top: 30px;
}

section.section10 h2 {
    text-align: center;
    margin-bottom: 30px;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 40px;
}

section.section10 p {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.section11_block .item_content span {
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 130%;
    /* font-weight: 500; */
    max-width: 450px;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

.section11_block .item_content span .social a:last-child {
    margin-right: 0px;
}

.section11_block .item_content span .social a {
    display: block;
    max-width: 50px;
    margin-right: 15px;
}
.section11_block .item_content span .social a:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.section11_block .item_content span .social a img {
    transition: 0.5s;
}
.section11_block .item_content span .social {
    display: flex;
    align-items: center;
    max-width: 40%;
}

.section11_block .item_content span b {
    margin-right: 10px;
    max-width: 60%;
}

.section11_block .col-lg-8 .item_content p:before {
    background: url(/include/medical/img/q.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tags_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

div#blog h2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 40px;
}

div#blog {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.section12 h2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 40px;
}

.tab-content {
    /* background: linear-gradient(270deg, rgb(230, 241, 243), rgb(249, 235, 236) 100%); */
    /* padding: 30px  80px; */
    overflow: auto;
}

div#med_price h3 {
    color: rgb(0, 0, 0);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

div#med_price ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border: 0;
}

div#med_price a.nav-link.active {
    border-radius: 20px;
    background: rgba(24, 153, 169, 0.5);
    border: 0;
}

div#med_price a.nav-link {
    border-radius: 20px;
    background: rgb(249, 236, 237);
    color: rgb(39, 39, 39);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 0;
}

div#med_price li.nav-item {
    margin-right: 15px;
}

div#med_price li.nav-item:last-child {
    margin-right: 0px;
}

div#med_price .tab-content li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: rgb(194, 55, 66);
    position: absolute;
    left: 0px;
    top: 7px;
    border-radius: 30px;
    /* background: unset; */
}

div#med_price .tab-content li {
    position: relative;
    background: unset;
    padding-left: 25px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

div#med_price .tab-content ul {
    margin-bottom: 60px;
}

div#med_price .col-lg-12.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
    align-content: center;
}

div#med_price .tab-content-container {
    background: linear-gradient(270deg, rgb(230, 241, 243), rgb(249, 235, 236) 100%);
    padding: 30px 80px;
}

div#med_price .tab-content-container-price {
    padding: 60px 80px 60px 80px;
    /* background: url(/include/medical/img/lines_1.png), linear-gradient(90deg, rgb(8, 101, 119) 0%, rgb(203, 61, 73) 77%); */
    background-repeat: no-repeat;
    background-position: left;
    background: url(/include/medical/img/price_bg.jpg);
    background-size: cover;
}

.col-lg-12.price_btn a.callme_top.blue_border.blue_gradient_hov {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    font-family: Montserrat Alternates;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    width: max-content;
    padding: 15px 30px;
    z-index: 10;
    margin-top: 10px;
    transition: 0.5s;
}
.col-lg-12.price_btn a.callme_top.blue_border.blue_gradient_hov:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

a.callme_top.blue_border.blue_gradient_hov:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.col-lg-12.price_btn a.callme_top.blue_border.blue_gradient_hov:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.col-lg-12.price_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price_item p {
    color: rgb(255, 255, 255);
    font-family: Montserrat Alternates;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

div#med_price .value span {
    /* color: rgb(255, 255, 255); */
    font-size: 64px;
}

div#med_price .value {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 130%;
    margin-bottom: 10px;
}

section.section12 {
    padding-bottom: 60px;
}

.medical_page .owl-dot.active {
    background: var(--root-middle) !important;
}

.medical_page .owl-dot {
    width: 19px;
    height: 19px;
    display: block;
    opacity: 1;
    font-size: 0px !important;
    margin: 0px 5px;
    border-radius: 10px;
    background: rgba(5, 116, 135, 0.5) !important;
}

.medical_page .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.medical_page button.owl-dot.active {
    width: 43px;
    border-radius: 10px;
}

div#med_price {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.col-lg-6.left a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.modal-content {
    background: linear-gradient(0.00deg, rgb(8, 101, 119) 0%, rgb(203, 61, 73) 77%);
}

input.form-control {
    border-radius: 20px !important;
    background: linear-gradient(180.00deg, rgba(230, 241, 243, 0.5), rgba(249, 235, 236, 0.5) 100%);
    /* color: #fff !important; */
    text-align: center;
    outline: none;
}

textarea.form-control {
    border-radius: 20px !important;
    background: linear-gradient(180.00deg, rgba(230, 241, 243, 0.5), rgba(249, 235, 236, 0.5) 100%);
    /* color: #fff !important; */
    text-align: center;
    outline: none;
}

button.blue_border.blue_gradient_hov {
    font-weight: 600;
    font-size: 24px;
    background: transparent;
    border: 4px var(--text-light-color) solid;
    padding: 12px 20px;
    min-width: 250px;
    color: var(--text-light-color);
    border-radius: 20px;
    background: linear-gradient(180.00deg, rgb(230, 241, 243), rgb(249, 235, 236) 100%);
    color: rgb(0, 0, 0) !important;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 0;
    margin: 0 auto;
    display: block;
}

.personal {
    color: #fff;
    text-align: center;
}

.modal form .personal {
    color: #fff;
    text-align: center;
}

.modal .personal a {
    color: #fff;
}

.modal h5#myModalLabel {
    font-size: 40px;
    font-family: Montserrat Alternates;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    line-height: 130%;
}

.modal button.btn-close {
    position: absolute;
    right: 30px;
    filter: invert(1);
}

.modal input::placeholder, .modal textarea::placeholder {
    color: #fff;
}

.modal .modal-header {
    border: 0;
}

@media (max-width: 991px) {
    .col-lg-6.right img {
        position: relative;
        max-width: 100%;
        left: 0px;
    }
    section.section1 {
    padding-bottom: 20px;
    }
    
    section.section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    section.section3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .owl-carousel-face .hidden {
        min-height: unset;
    }
    
    .owl-carousel-face .item_content {
        min-height: unset;
    }
    
    .owl-carousel-face .hidden p {
        min-height: unset;
    }
    
    .mdl-grid.mdl-grid--no-spacing {
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* flex-direction: row; */
        /* align-items: center; */
        /* width: 100%; */
        /* justify-content: space-between; */
    }
    
    .mdl-cell.mdl-cell--5-col {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        width: 100% !important;
        justify-content: space-between;
        overflow: auto;
        margin-bottom: 30px !important;
        }
    
    .mdl-tabs__tab-bar {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        min-width: max-content;
    }
    
    .vertical-mdl-tabs .mdl-tabs__tab {
        /* max-width: 210px; */
        width: max-content;
        font-size: 14px;
        padding: 5px 25px;
        display: flex;
        margin-right: 15px;
        padding: 10px 25px;
        max-width: 370px;
        margin-bottom: 15px;
    }
    
    .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
        font-size: 14px;
        padding: 10px 25px;
        max-width: 300px;
        width: max-content;
        display: flex;
        margin-bottom: 15px;
    }
    
    span.hollow-circle {
        margin-right: 10px;
        display: none;
    }
    
    .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active:after {
        display: none;
    }
    
    section.section4 .container {
        padding-top: 30px;
        padding-bottom: 60px;
        margin-top: 0;
    }
    
    a.mdl-tabs__tab:first-child {
        max-width: 280px;
    }
    
    .mdl-cell.mdl-cell--5-col::-webkit-scrollbar {
        height: 6px;
        background-color: var(--root-middle);
        border-radius: 5px;
    }
    
    .mdl-cell.mdl-cell--5-col::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0px 0px 6px rgb(183 183 183 / 30%);
        background-color: #fbfbfb;
    }
    
    .mdl-cell.mdl-cell--5-col::-webkit-scrollbar-thumb {
        background-color: var(--root-middle);
        border-radius: 5px;
    }
    
    .mdl-cell.mdl-cell--7-col img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    
    .mdl-tabs__panel {
        width: 100%;
    }
    
    .mdl-cell.mdl-cell--7-col {
        width: 100%;
    }

    .owl-carousel-specialists .owl-dots {
        position: absolute;
        top: 0px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 210px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    div#med_price .tab-content li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    section.section5 h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    section.section5 {
        margin: 0 auto;
        max-width: 1800px;
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .owl-carousel-specialists {
        padding-top: 60px;
    }

    section.section9 .itemcol .item {
        border-radius: 30px !important;
        padding: 30px !important;
        background-size: 1000px !important;
    }

    .medical_page .feedback form .row input.button-fb {
        margin: 0 auto;
    }

    .owl-carousel-specialists .item_content {
        border-radius: 30px;
    }

    .personal {
        /* max-width: 310px; */
        margin: 0 auto;
        text-align: left;
    }

    .feedback form .personal input[type="checkbox"] + label, .modal form .personal input[type="checkbox"] + label {
        text-align: left;
        font-size: 14px;
    }

    section.section9 .itemcol .item img {
        margin: 0 auto !important;
        max-width: 90px;
        margin-bottom: 15px !important;
 }

    section.section9 b {
        text-align: center;
    }

    .col-lg-6.left h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }

    .col-lg-6.left a {
        font-size: 14px;
    }

    .col-lg-6.right {
        min-height: unset;
        /* background: #646464; */
        order: 1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .col-lg-6.left {
        border-radius: 0;
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        order: 2;
    }

    .ya_container_block span {
        font-size: 14px;
        line-height: 130%;
    }

    .advantages .col-lg-3 {
        margin-bottom: 30px;
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
    }
    .advantages img {
        margin-bottom: 0px;
        margin-right: 10px;
        top: 2px;
        position: relative;
    }
    section.section2 h2 {
        font-size: 26px;
        /* font-size: 16px; */
        /* line-height: 130%; */
    }

    section.section3 h2 {
        font-size: 26px;
        /* line-height: 130%; */
    }

    section.section4 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    section.section6 h2 {
        font-size: 26px;
    }

    .medical_page .feedback h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    section.medical_used h2 {
        font-size: 28px;
    }

    section.section8 h2 {
        font-size: 26px;
    }

    section.section9 h2 {
        font-size: 26px;
    }

    section.section9 .itemcol:nth-child(1) .item {
        display: flex;
        flex-direction: column;
    }

    section.section9 .itemcol:nth-child(4) .item {
        display: flex;
        flex-direction: column;
    }

    section.section9 .itemcol:nth-child(5) .item {
        display: flex;
        flex-direction: column;
    }

    section.section10 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    section.section12 h2 {
        font-size: 28px;
    }

    div#med_price h3 {
        font-size: 24px;
    }

    div#med_price .tab-content-container {
        padding: 30px 30px;
        /* min-width: 1000px; */
    }

    div#med_price .tab-content ul {
        padding-left: 0px;
        font-size: 14px;
        margin-bottom: 0;
    }

    section.section11 h2 {
        font-size: 26px;
    }

    .section11_block .col-lg-12 .item_content {
        padding: 25px 25px;
        border-radius: 50px !important;
        }
    .advantages span {
    font-size: 16px;
}

.advantages span br {
    display: none;
}

section.section2 p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
}

section.section3 h2 br {
    display: none;
}

section.section5 h2 br {
    display: none;
}

section.section6 h2 br {
    display: none;
}

section.section6 {
    padding-top: 0px;
    padding-bottom: 30px;
}

section.section6 .item {
    padding: 0px 0px;
}

section.section8 .col-lg-4:last-child {
    margin-bottom: 0px;
}

section.section10 {
    padding-top: 30px;
}

section.section10 .owl-dots {
    margin-top: 0px;
}

section.section12 {
    padding-bottom: 0px;
}

.section11_block .col-lg-12 .item_content p {
    font-size: 16px;
}

.section11_block .item_content span {
    font-size: 16px;
}

.section11_block .item_content span b {
    margin-right: 10px;
    max-width: 80%;
}

.section11_block .item_content span .social {
    display: flex;
    align-items: center;
    max-width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}

cur {
    font-size: 16px;
}

div#blog h2 {
    font-size: 26px;
}

.blog_page h2 a {
    font-size: 20px;
    line-height: 100%;
}

.item_blog {
    margin-bottom: 15px;
}
}

@media (max-width: 768px) {
    section.section11 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.medical_used {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    div#med_price .col-lg-12.price {
        display: flex;
        flex-direction: column;
    }

    .section11_block {
        border-radius: 30px;
    }

    div#med_price .value {
        font-size: 20px;
    }

    div#med_price .value span {
        font-size: 32px;
    }

    .price_item p {
        font-size: 16px;
    }

    div#med_price .tab-content-container-price {
        padding: 30px;
    }

    .price_item {
        margin-bottom: 15px;
    }
}
</pre></body></html>