/* https://med-union.info/wp-content/themes/cloudfeel/assets/css/style.css?ver=123123 */
* {
    outline: none!important
}

.info-modal {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background: #f55781;
    padding: 9px 0
}
.newyear{
    position: fixed;
    width: 140px;
    left: 0;
    top: 0;
    z-index: 9;
}
.protiv{
        font-size: 31px;
    text-align: center;
    color: #33333336;
}
.info-modal .info-text {
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.info-modal .info-close {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    width: 16px;
    height: 16px;
    background: url(../images/info-close.svg) no-repeat center / contain;
    cursor: pointer
}

@media (max-width: 500px) {
    .info-modal .info-close {
        top:11px;
        bottom: auto
    }

    .info-modal .container {
        padding-right: 30px
    }

    .info-modal .info-text {
        font-size: 16px;
        line-height: 22px
    }
}

.cover-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    font-size: 0;
    z-index: 99;
    padding: 20px 0;
    overflow-y: auto
}

.cover-form:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.cover-form .screen-reader-response {
    display: none!important
}

.cover-form .popup {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 926px;
    position: relative;
    text-align: left;
    background: #fff;
    padding: 53px 118px 63px;
    border-radius: 10px;
    max-width: 100%
}

.cover-form .popup.text-center {
    text-align: center
}

.cover-form .popup.mini {
    width: 494px;
    padding: 46px 72px 72px
}

.cover-form .popup .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/close.svg) no-repeat center / contain;
    top: 20px;
    right: 20px
}

.cover-form .popup .blue-btn {
    margin-top: 30px;
    text-transform: uppercase;
    width: 240px;
    height: 50px;
    margin-left: auto;
    margin-right: auto
}

.cover-form .popup .popup-title {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    font-weight: 700;
    color: #004283
}

.cover-form .popup .popup-title.mt35 {
    margin-top: 35px
}

.cover-form .popup p {
    margin-top: 10px;
    color: #004283;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300
}

.cover-form .popup form {
    margin-top: 7px
}

.cover-form .popup form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0
}

.cover-form .popup form .form-row .input {
    flex: 1;
    margin: 0 10px;
    position: relative
}

.cover-form .popup form .form-row .input[data-error] input,.cover-form .popup form .form-row .input[data-error] textarea {
    color: #E7476D;
    border-color: #E7476D;
    border-width: 2px;
    z-index: 1
}

.cover-form .popup form .form-row .input[data-error]:after {
    content: attr(data-error);
    background: #E7476D;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    padding: 8px 19px;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    z-index: 2;
    padding-right: 14px;
    border-radius: 0 0 4px 4px
}

.cover-form .popup form .form-row input,.cover-form .popup form .form-row textarea {
    width: 100%;
    padding: 0 21px;
    font-size: 16px;
    color: #00274E;
    border-radius: 4px;
    border: 1px solid #E2E5E9;
    height: 60px;
    margin-top: 0
}

.cover-form .popup form .form-row textarea {
    height: 130px;
    padding-top: 18px;
    padding-bottom: 18px;
    resize: none;
    position: relative;
    top: 6px
}

.cover-form .popup form .form-row.mt10 {
    margin-top: 10px
}

.cover-form .popup form .form-row.mt40 {
    margin-top: 40px
}

.cover-form .popup form .form-row input:focus,.cover-form .popup form .form-row textarea:focus {
    border: 2px solid #00B2FE
}

.cover-form .popup form .form-row .text {
    margin: 0 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #8B97A5;
    max-width: 545px
}

.cover-form .popup form .form-row .text .blue-btn {
    width: 240px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 25px
}

.cover-form .popup form .form-row .text a {
    text-decoration: none;
    border-bottom: 1px dotted #0199da
}

.cover-form .popup form .form-row .text a:hover {
    border-color: transparent;
    color: #E7476D
}

.cover-form .popup form .form-row input::-webkit-input-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row input::-moz-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row input:-ms-input-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row input:-moz-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row textarea::-webkit-input-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row textarea::-moz-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row textarea:-ms-input-placeholder {
    color: #8B97A5
}

.cover-form .popup form .form-row textarea:-moz-placeholder {
    color: #8B97A5
}

.rub:after {
    content: " \20B7"
}

img {
    max-width: 100%;
    height: auto
}

.news-list-title {
    margin-top: 0!important;
    padding-top: 0!important;
    text-decoration: none
}

.news-list-title:hover {
    text-decoration: underline
}

.ng_event {
    max-width: 100%;
    box-shadow: 0 0 10px rgba(150,150,150,.7);
    border: 2px solid #ccc
}

.ng-event:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.9);
    border: 3px solid #fff
}

.pr {
    position: relative
}

.fake-link {
    border-bottom: 1px dotted;
    text-decoration: none
}

.fake-link:hover,.fake-link.active {
    border-bottom-color: transparent;
    text-decoration: none
}

.f-XXXXL {
    font-size: 49.005px;
    line-height: 1em
}

.f-XXXL {
    font-size: 39px;
    line-height: 1em
}

.f-XXL {
    font-size: 27px;
    line-height: 1.12em
}

.f-XL {
    font-size: 25.0005px;
    line-height: 1.15em
}

.f-L {
    font-size: 19.0005px;
    line-height: 1.15em
}

.f-N {
    font-size: 15px;
    line-height: 1.25em
}

.f-M {
    font-size: 16.9995px;
    line-height: 1.25em
}

.f-S {
    font-size: 13.0005px;
    line-height: 1.4em
}

.f-666 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400
}

.f-XS {
    font-size: 10.9995px;
    line-height: 1.4em
}

.f-XXS {
    font-size: 10.005px;
    line-height: 1.3em
}

.f-normal {
    font-size: 15px;
    line-height: 1.4em
}

h1,h2,h3,h4,p {
    margin-top: 0
}

h1,h2 {
    letter-spacing: -.075ex
}

p {
    padding: 0 0 10px;
    margin-bottom: 0
}

body {
    font-size: 15px;
    min-width: 320px;
    overflow-x: hidden;
    font-family: 'Roboto',serif
}

html {
    overflow-x: hidden
}

.f-i {
    font-style: italic
}

.f-b {
    font-weight: 700
}

.f-UC {
    text-transform: uppercase
}

.f-lc {
    text-transform: lowercase
}

.f-Cp {
    text-transform: capitalize
}

.t-C {
    text-align: center
}

.t-R {
    text-align: right
}

.t-L {
    text-align: left
}

.t-J {
    text-align: justify;
    word-spacing: -.08em
}

.nobr {
    white-space: nowrap
}

.menu {
    padding: 0;
    margin: 0
}

.menu li {
    list-style-type: none;
    list-style-image: none;
    line-height: 130%
}

.menu li.clear {
    display: block!important;
    float: none!important;
    padding: 0
}

.menu a {
    color: #39c;
    text-decoration: none;
    border-bottom: 1px solid #d5dadd
}

.menu a:hover {
    color: #39c;
    text-decoration: none;
    border-bottom-color: #9da9af;
    color: #39c;
    text-decoration: none;
    border-bottom-color: #9da9af
}

.menu-h li {
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: top
}

.menu-h a {
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom:1;margin: .2em .5em .25em;
    vertical-align: top
}

.menu-h a span {
    vertical-align: top
}

@media (max-width: 768px) {
    .menu-h li {
        display:block;
        margin: 0!important
    }
}

.body {
    overflow: visible;
    font-family: Arial,Helvetica,sans-serif
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left
}

.pre-y-0 {
    padding-top: 0
}

.post-y-0 {
    padding-bottom: 0
}

.pre-y-4 {
    padding-top: 4em
}

.post-y-4 {
    padding-bottom: 4em
}

.pre-y-3 {
    padding-top: 3em
}

.post-y-3 {
    padding-bottom: 3em
}

.pre-y-2 {
    padding-top: 2em
}

.post-y-2 {
    padding-bottom: 2em
}

.pre-y-1 {
    padding-top: 1em
}

.post-y-1 {
    padding-bottom: 1em
}

.pre-y-025 {
    padding-top: .25em
}

.pre-y-05 {
    padding-top: .5em
}

.pre-y-15 {
    padding-top: 1.5em
}

.pre-y-25 {
    padding-top: 2.5em
}

.pre-y-35 {
    padding-top: 3.5em
}

.post-y-025 {
    padding-bottom: .25em
}

.post-y-05 {
    padding-bottom: .5em
}

.post-y-075 {
    padding-bottom: .75em
}

.post-y-15 {
    padding-bottom: 1.5em
}

.post-y-1 {
    padding-bottom: 1em
}

.post-y-25 {
    padding-bottom: 2.5em
}

.post-y-2 {
    padding-bottom: 2em
}

.post-y-35 {
    padding-bottom: 3.5em
}

.m-post-y-1 {
    margin-bottom: 1em
}

.post-x-1 {
    padding-right: 1em
}

.post-x-15 {
    padding-right: 1.5em
}

.post-x-2 {
    padding-right: 2em
}

.post-x-25 {
    padding-right: 2.5em
}

.post-x-3 {
    padding-right: 3em
}

body {
    background: #fff
}

.ib {
    display: inline-block;
    *display: inline;
    *zoom:1}

.exo2 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif
}

body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #333
}

h1,h2,h3,h4,h5 {
    font-family: 'Bebas Neue';
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px
}

h1 span,h2 span,h3 span,h4 span,h5 span,.fz45 span,.fz30 span,.fz18 span {
    color: #0199da
}

span.fz16 {
    font-size: 16px
}

.link {
    color: #39c;
    text-decoration: none;
    border-bottom: 1px solid #d5dadd
}

.link:hover {
    color: #39c;
    text-decoration: none;
    border-bottom-color: #9da9af
}

.t-C {
    text-align: center
}

.t-C img.img-responsive {
    margin: auto
}

.grey-light {
    color: #a9a9a9
}

a {
    color: #52739d;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.header-menu {
    height: 118px;
    background: #fff;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative
}

.header-menu .header-menu-phone {
    font-size: 22px;
    color: #014383;
    font-weight: 700
}

.header-menu .header-menu-phone .afte-phone {
    font-size: 8px
}

.header-menu .logo-head {
    margin-top: -14px
}

.header-menu .menu {
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer
}

.header-menu .menu .butter {
    font-size: 14px;
    color: #014383
}

.header-menu .menu .butter span.glyphicon {
    font-size: 15px;
    line-height: 25px;
    margin-left: 6px
}

.header-menu .menu .butter span.menu-text {
    margin-top: 0
}

.fz45,.fz30,.fz18 {
    font-size: 45px;
    font-family: 'Bebas Neue';
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px
}

.fz30 {
    font-size: 30px
}

.fz18 {
    font-size: 18px
}

.carousel-banner .text {
    padding-top: 95px;
    padding-bottom: 95px
}

.carousel-banner .text h2,.carousel-banner .text h1 {
    font-size: 50px
}

.carousel-banner .text h2 span,.carousel-banner .text h1 span {
    color: #0199da
}

.carousel-banner .bg-carousel {
    background-image: url(/images/Top-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px
}

.under-btn {
    font-size: 10px;
    font-style: italic;
    color: #333;
    margin-top: 10px
}

.border-bottom-header {
    border-bottom: 1px solid #b2c1d3
}

.info-index {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #dce3eb;
    background-image: url(/wp-content/themes/cloudfeel/assets/css/../img/bg-2.jpg);
    background-size: cover;
    font-size: 13px;
    overflow: hidden
}

.info-index .logo-bg {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -165px
}

.info-index h2 {
    font-size: 50px
}

.info-index .icons-index {
    color: #014383;
    font-size: 12px
}

.info-index .icons-index .dots {
    padding-top: 70px;
    color: #0199da;
    font-size: 25px
}

h3 {
    font-size: 30px
}

h2 {
    font-size: 45px
}

h1 {
    font-size: 50px
}

.request-index {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 85px
}

.request-index img {
    margin: auto
}

.dw-hr {
    height: 15px;
    border-bottom: 5px solid #dce3eb;
    border-top: 5px solid #dce3eb
}

.dw-hr-ny {
    height: 5px;
    border-top: 5px solid #dce3eb
}

.tabs-index {
    padding-top: 115px;
    padding-bottom: 115px
}

.tabs-index .nav-stacked li {
    margin: 0
}

.tabs-index .nav-stacked li a {
    border-radius: 0;
    border: 1px solid #dce3eb;
    color: #014383;
    margin: 0;
    text-decoration: none;
    font-weight: 600
}

.tabs-index .nav-stacked li a:hover {
    background: #fff;
    color: #014383
}

.tabs-index .nav-stacked li.active a {
    background: #dce3eb
}

#why {
    font-size: 12px
}

#why .zagolovok {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px
}

.panel-group-accrodition .panel-default {
    border-radius: 0;
    margin-top: 0!important;
    border: 0;
    border-bottom: 1px solid #d6d6d6
}

.panel-group-accrodition .panel-default .panel-heading {
    border-bottom: 0;
    border-radius: 0;
    padding: 0
}

.panel-group-accrodition .panel-default .panel-heading h4,.panel-group-accrodition .panel-default .panel-heading h3 {
    font-family: "Open Sans";
    letter-spacing: 0
}

.panel-group-accrodition .panel-default .panel-heading h4 a,.panel-group-accrodition .panel-default .panel-heading h3 a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #014383;
    padding-top: 20px;
    padding-left: 65px;
    display: block;
    background: #fff;
    height: 60px;
    position: relative
}

.panel-group-accrodition .panel-default .panel-heading h4 a:after,.panel-group-accrodition .panel-default .panel-heading h3 a:after {
    border: 7px solid transparent;
    border-top: 7px solid #014383;
    content: '';
    position: absolute;
    left: 30px;
    top: 27px
}

.panel-group-accrodition .panel-default .panel-heading h4 a.collapsed,.panel-group-accrodition .panel-default .panel-heading h3 a.collapsed {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #014383;
    padding-top: 20px;
    padding-left: 65px;
    display: block;
    background: #dce3eb;
    height: 60px
}

.panel-group-accrodition .panel-default .panel-heading h4 a.collapsed:after,.panel-group-accrodition .panel-default .panel-heading h3 a.collapsed:after {
    border: 7px solid transparent;
    border-left: 7px solid #014383;
    content: '';
    position: absolute;
    left: 30px;
    top: 23px
}

.cliniks-index {
    background-image: url(../images/clinics-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 65px;
    padding-top: 65px
}

.nav-pills {
    margin-bottom: 30px
}

.nav-pills ul {
    list-style: none
}

.how-text h3 {
    font-weight: 400;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 16px
}

.comment h2 {
    font-weight: 400;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    text-transform: initial;
    letter-spacing: 0
}

.comment-item h2 {
    font-size: 18px
}

.comment h2 a {
    display: block
}

.nav-pills a {
    display: block;
    text-align: center;
    color: #014383;
    border: 1px solid #014383;
    border-radius: 25px;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px
}

.nav-pills a:hover {
    background: #014383;
    color: #fff;
    text-decoration: none
}

.nav-pills li h2,.nav-pills li h3,.nav-pills li h4 {
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-transform: initial
}

.nav-pills li.active a {
    background: #014383;
    color: #fff;
    text-decoration: none
}

.nav-pills>li+li {
    margin-left: 0!important
}

.item {
    margin-bottom: 30px
}

.item .img {
    position: relative
}

.item .link-or-text {
    padding: 20px;
    font-size: 10px;
    color: #333;
    background: #fff
}

.item .link-or-text a {
    font-size: 16px;
    color: #014383
}

.item .link-or-text h2 {
    font-size: 16px;
    color: #014383;
    text-transform: initial;
    letter-spacing: 0;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin: 0
}

.item .link-or-text h2 a {
    display: block
}

.item .hovered {
    display: none
}

.item:hover .hovered {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    background-image: url(/images/link.png);
    background-position: center center;
    background-repeat: no-repeat
}

.btn-med {
    border-radius: 40px;
    color: #fff;
    background: #0199da;
    text-decoration: none;
    padding: 12px 20px
}

.btn-med:hover {
    color: #fff!important
}

.btn-med:visited {
    color: #fff!important
}

.btn-med:focus {
    color: #fff!important
}

.btn-med-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.btn-med-shadow:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.news_index {
    padding-bottom: 65px;
    padding-top: 65px
}

.news_index h2 {
    padding-bottom: 30px
}

.news_index .item-news-index {
    height: 180px
}

.news_index .item-news-index .border-50percent {
    display: block;
    border-radius: 50%
}

.news_index .item-news-index .news-date-time {
    display: block;
    padding-bottom: 7px;
    font-size: 12px;
    color: #b4c1d2;
    padding-top: 20px
}

.footer {
    background: #dce3eb;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 12px
}

.modal {
    background: #fff;
    padding-top: 25px
}

.modal .header-menu-phone {
    font-size: 22px;
    color: #014383;
    font-weight: 700
}

.modal .header-menu-phone .afte-phone {
    font-size: 8px
}

.modal.gray {
    background: none!important
}

.modal.gray .container {
    background: #fff!important;
    padding-top: 20px;
    padding-bottom: 20px
}

textarea.form-control {
    height: 200px
}

input.form-control {
    border-radius: 30px
}

.cursor {
    cursor: pointer
}

.why-div {
    display: none
}

.padding-top-bottom {
    padding-top: 65px;
    padding-bottom: 65px
}

.grey-bg {
    background-color: #dce3eb
}

.menu-right {
    display: none;
    position: fixed;
    width: 400px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    padding-right: 53px;
    padding-left: 53px;
    border-left: 1px solid #dce3eb;
    overflow: scroll;
    z-index: 101
}

.menu-right .brd-1px {
    border-bottom: 1px solid #dce3eb
}

.menu-right .mwnu-close {
    text-align: right;
    font-size: 14px;
    color: #014383;
    padding-top: 45px;
    padding-bottom: 50px
}

.menu-right .link-level1 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px
}

.menu-right .link-level2 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    font-size: 12px
}

.words {
    padding-left: 15px;
    font-size: 13px
}

.words .word {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 5px
}

.hr-lech {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #a8b9ce;
    margin-top: 15px;
    margin-bottom: 30px
}

.panel-collapse table {
    width: 100%
}

.panel-collapse table td {
    width: 49%
}

.panel-collapse ul {
    list-style: none
}

.panel-collapse ul li {
    position: relative
}

.panel-collapse ul li:after {
    content: '';
    width: 15px;
    color: #014383;
    height: 1px;
    border-bottom: 1px solid #014383;
    position: absolute;
    top: 10px;
    left: -25px
}

.panel-revers .panel-default {
    border-radius: 0;
    margin-top: 0!important;
    border: 0;
    border-bottom: 1px solid #d6d6d6
}

.panel-revers .panel-default .panel-body {
    background: #dce3eb
}

.panel-revers .panel-default .panel-heading {
    border-bottom: 0;
    border-radius: 0;
    padding: 0
}

.panel-revers .panel-default .panel-heading h4,.panel-revers .panel-default .panel-heading .panel-title {
    font-family: "Open Sans"
}

.panel-revers .panel-default .panel-heading h4 a,.panel-revers .panel-default .panel-heading .panel-title a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #014383;
    padding-top: 20px;
    padding-left: 65px;
    display: block;
    background: #fff;
    height: 60px;
    position: relative
}

.panel-revers .panel-default .panel-heading h4 a:after,.panel-revers .panel-default .panel-heading .panel-title a:after {
    border: 7px solid transparent;
    border-top: 7px solid #014383;
    content: '';
    position: absolute;
    left: 30px;
    top: 27px
}

.panel-revers .panel-default .panel-heading h4 a.collapsed,.panel-revers .panel-default .panel-heading .panel-title a.collapsed {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #014383;
    padding-top: 20px;
    padding-left: 65px;
    display: block;
    background: #fff;
    height: 60px
}

.panel-revers .panel-default .panel-heading h4 a.collapsed:after,.panel-revers .panel-default .panel-heading .panel-title a.collapsed:after {
    border: 7px solid transparent;
    border-left: 7px solid #014383;
    content: '';
    position: absolute;
    left: 30px;
    top: 23px
}

.panel-opacity .panel-default {
    border-radius: 0;
    margin-top: 0!important;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    background: transparent;
    box-shadow: none
}

.panel-opacity .panel-default .panel-body {
    background: rgba(255,255,255,.5)
}

.panel-opacity .panel-default .panel-heading {
    border-bottom: 0;
    background: transparent;
    border-radius: 0;
    padding: 0
}

.panel-opacity .panel-default .panel-heading h2,.panel-opacity .panel-default .panel-heading h4,.panel-opacity .panel-default .panel-heading h3,.panel-opacity .panel-default .panel-heading h5,.panel-opacity .panel-default .panel-heading .panel-title {
    font-family: "Open Sans"
}

.panel-opacity .panel-default .panel-heading h2 a,.panel-opacity .panel-default .panel-heading h4 a,.panel-opacity .panel-default .panel-heading h3 a,.panel-opacity .panel-default .panel-heading h5 a,.panel-opacity .panel-default .panel-heading .panel-title a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #014383;
    padding-top: 20px;
    padding-left: 65px;
    display: block;
    background: rgba(255,255,255,.5);
    height: 60px;
    position: relative;
    letter-spacing: 0
}

.panel-opacity .panel-default .panel-heading h2 a:after,.panel-opacity .panel-default .panel-heading h4 a:after,.panel-opacity .panel-default .panel-heading h3 a:after,.panel-opacity .panel-default .panel-heading h5 a:after,.panel-opacity .panel-default .panel-heading .panel-title a:after {
    border: 7px solid transparent;
    border-top: 7px solid #014383;
    content: '';
    position: absolute;
    left: 30px;
    top: 27px
}

.panel-opacity .panel-default .panel-heading h2 a.collapsed,.panel-opacity .panel-default .panel-heading h4 a.collapsed,.panel-opacity .panel-default .panel-heading h3 a.collapsed,.panel-opacity .panel-default .panel-heading h5 a.collapsed,.panel-opacity .panel-default .panel-heading .panel-title a.collapsed {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #014383;
    padding-top: 20px;
    padding-left: 65px;
    display: block;
    background: transparent;
    height: 60px
}

.panel-opacity .panel-default .panel-heading h2 a.collapsed:after,.panel-opacity .panel-default .panel-heading h4 a.collapsed:after,.panel-opacity .panel-default .panel-heading h3 a.collapsed:after,.panel-opacity .panel-default .panel-heading h5 a.collapsed:after,.panel-opacity .panel-default .panel-heading .panel-title a.collapsed:after {
    border: 7px solid transparent;
    border-left: 7px solid #014383;
    content: '';
    position: absolute;
    left: 30px;
    top: 23px
}

.etap-order {
    font-size: 13px;
    color: #014383
}

.f-I {
    font-style: italic
}

img.alignright {
    margin: 12px 0 12px 24px;
    float: right;
    max-width: 500px;
    height: auto
}

img.alignleft {
    float: left;
    margin-right: 10px
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.before-plus {
    font-size: 75px;
    position: relative;
    top: 10px
}

.border-from-hotel {
    padding: 40px 30px;
    border: 1px solid #dce3eb
}

.feedback-piils li {
    display: inline-block
}

.feedback-piils li a {
    display: inline-block;
    background: transparent;
    border: none
}

.feedback-piils li.active a {
    background: transparent;
    color: #000
}

.btn-submit {
    background: transparent;
    border: none
}

.slider-inside {
    padding: 20px;
    border: 1px solid grey
}

.slider-zag {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.flexslider {
    padding: 0;
    margin: 0;
    border: none;
    padding-bottom: 0;
    box-shadow: none
}

.flexslider .flex-direction-nav {
    display: none
}

.flexslider .flex-control-nav {
    bottom: 20px
}

.flexslider .carousel-banner img {
    width: auto
}

.flex-control-paging li a {
    background: rgba(201,73,107,.5)
}

.flex-control-paging li a:hover {
    background: #c9496b
}

.flex-control-paging li a.flex-active {
    background: #c9496b
}

.palsjka {
    background-image: url(../images/top-bg-fader.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    min-height: 500px;
    background-size: 60%
}

.palsjka_ny {
    background-image: url(../images/top-bg-fader-ny.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 100%;
    min-height: 500px;
    background-size: 60%
}

.close {
    opacity: 1!important
}

.close img {
    width: 25px
}

.b-top {
    z-index: 2600;
    position: fixed;
    left: 0;
    bottom: 90px;
    width: 100%;
    margin-left: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    height: 0
}

.b-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer
}

.b-top-but {
    z-index: 2600;
    position: absolute;
    display: block;
    left: 56px;
    bottom: 0;
    margin: 0;
    padding: 32px 12px 4px;
    color: #fff;
    background: #d8d5c2 url(../images/b-j-top.png) no-repeat 50% 11px;
    border-radius: 7px;
    border-radius: 50%;
    height: 76px;
    padding-top: 38px;
    background-position: 50% 22px;
    background-color: #0199da
}

.header-menu {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%
}

.body-for-fixed-head {
    min-height: 100%
}

.custom-col-md-2 {
    width: 20%
}

.fixed-button {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    text-align: center
}

.header-menu {
    z-index: 10
}

.responsive-video {
    height: 700px
}

.xs-hidden {
    display: block
}

.xs-hidden-inline {
    display: inline-block
}

.xs-show {
    display: none
}

@media (max-width: 768px) {
    .news_index .item-news-index {
        margin-bottom:3em
    }

    .all-news {
        margin-top: 3em
    }

    .responsive-video {
        height: 250px
    }

    .uptolike-buttons {
        display: none
    }
}

.video-frame-inside iframe {
    height: 200px
}

@media (max-width: 1199px) {
    .video-frame-inside iframe {
        height:165px
    }
}

@media (max-width: 992px) {
    .under-btn {
        font-weight:700
    }

    .xs-hidden,.xs-hidden-inline {
        display: none
    }

    .xs-show {
        display: block
    }

    .xs-post-y-1 {
        padding-bottom: 1em
    }

    .xs-post-y-2 {
        padding-bottom: 2em
    }

    .xs-post-y-3 {
        padding-bottom: 3em
    }

    .xs-post-y-4 {
        padding-bottom: 4em
    }

    .xs-t-C {
        text-align: center
    }

    .xs-t-C .img-responsive {
        margin: auto
    }

    .xs-t-L {
        text-align: left
    }

    .xs-t-R {
        text-align: right
    }

    .custom-col-md-2 {
        width: 100%
    }

    .header-menu {
        position: fixed;
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .header-menu .menu {
        top: 20px
    }

    .header-menu .img-logo {
        width: 100%!important
    }

    .header-menu .img-logo .slogan {
        margin: -8px 0 0 37px!important;
        font-size: 9px!important
    }

    .header-menu .custom-col-xs-6 {
        width: 50%!important;
        text-align: left!important;
        padding-top: 2px
    }

    .header-menu .xs-phone-header {
        font-size: 18px;
        margin-left: -20px
    }

    .header-menu .afte-phone {
        margin-left: -20px
    }

    .clinic-item-xs {
        min-height: 374px
    }

    .palsjka {
        background-size: auto
    }

    .palsjka_ny {
        background-size: auto
    }

    ul.row {
        padding-left: 0
    }

    img.alignright {
        max-width: 35%
    }

    .living .col-md-4 .item .img.pr {
        width: 100%;
        height: auto
    }

    .panel-group-accrodition .panel-default .panel-heading h4 a,.panel-group-accrodition .panel-default .panel-heading h3 a {
        font-size: 14px
    }

    .panel-group-accrodition .panel-default .panel-heading h4 a.collapsed,.panel-group-accrodition .panel-default .panel-heading h3 a.collapsed {
        font-size: 14px
    }

    .xs-glyphicon-menu-hamburger {
        font-size: 26px!important;
        margin-top: 5px;
        color: #014383!important
    }

    .xs-phone-header {
        font-size: 30px
    }

    .xs-h3 {
        font-size: 30px
    }

    .header-menu .menu {
        right: 10px
    }

    .menu-right .mwnu-close {
        margin-right: -50px;
        padding-top: 25px
    }

    .menu-right {
        width: 100%;
        max-width: 400px
    }

    .b-top {
        bottom: 10px
    }

    .b-top-but {
        right: auto;
        left: 10px
    }

    #scroller {
        display: none!important
    }

    .custom-flexslider-feedback-3 .arrow {
        display: none
    }

    #przv_future_call_button {
        display: none
    }

    .tabs-index {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .video-frame-inside iframe {
        height: 135px
    }
}

@media (max-width: 720px) {
    .bx-breadcrumb-item {
        padding-left:10px
    }
}

@media (max-width: 550px) {
    .header-menu .img-logo .logo-head {
        width:80%
    }

    .header-menu .img-logo .slogan {
        margin: -8px 23px 0 27px!important
    }

    .header-menu-phone-new {
        margin-left: -25px
    }

    .header-menu-phone-new .russia .two {
        display: none
    }
}

.video-frame-inside iframe {
    width: 100%!important
}

.footer {
    padding-bottom: 120px
}

.frame-video iframe {
    width: 200px!important;
    height: 150px!important
}

.fixed-button {
    padding-bottom: 0;
    padding-top: 0
}

.button-fixed-bottom-xs {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #014383;
    text-decoration: none;
    text-transform: uppercase
}

.button-fixed-bottom-xs:focus {
    color: #fff;
    text-decoration: none
}

.button-fixed-bottom-xs:active {
    color: #fff;
    text-decoration: none
}

#cashback-block {
    text-decoration: none;
    color: #000
}

#cashback-block:hover {
    color: initial
}

.header-menu-phone-new .glyphicon-triangle-bottom {
    display: none
}

a img {
    width: auto
}

span.wpcf7-list-item {
    margin: 0
}

span.wpcf7-list-item label {
    padding: 0
}

.wp-video,video.wp-video-shortcode,.mejs-container,.mejs-overlay.load {
    width: 100%!important;
    height: 100%!important
}

.mejs-container {
    padding-top: 56.25%
}

.wp-video,video.wp-video-shortcode {
    max-width: 100%!important
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mejs-controls {
    display: none
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto!important;
    height: auto!important
}

div.wpcf7-response-output {
    display: none!important
}

.custom-container {
    width: 1146px;
    margin: 0 auto
}

.header .top-bar {
    display: flex;
    align-items: center;
    padding: 5px 0 6px;
}

.blue-btn,.wblue-btn {
    background: #0199DA;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 166px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border: 0;
    cursor: pointer;
    height: 41px;
    border: 2px solid #0199DA
}

.wblue-btn {
    background: #859DBA
}

.blue-btn:not(.line-btn):not(.white-line):not(.white):not(.blue):hover,.wblue-btn:hover {
    background: #AB2E4B;
    border-color: #AB2E4B
}

.blue-btn.white {
    background: #fff;
    border-color: #fff;
    color: #004283;
    box-shadow: 0 20px 40px rgba(0,66,131,.1)
}

.blue-btn.blue {
    background: #82CFFF;
    border-radius: 25px;
    border-color: #82CFFF;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Uni Sans';
    font-weight: 700;
    min-width: 216px;
    text-transform: uppercase
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    max-height: 100vh;
}

.header .header__form {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 852px;
    display: none
}

div.wpcf7 .ajax-loader {
    display: none!important
}

.header .header__form .form-row.checkbox {
    font-size: 12px;
    color: #2E2E2E;
    line-height: 150%;
    max-width: 540px
}

body .blue-checkbox {
    display: inline-block;
    min-height: 0;
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: middle
}

.blue-checkbox input {
    display: none
}

.blue-checkbox .checkbox-icon {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #E2E5E9;
    display: block
}

.blue-checkbox input:checked+.checkbox-icon {
    background: #00B2FE url(../images/check-mark.svg) no-repeat center;
    border: 0
}

.checkbox label {
    padding-left: 0
}

.header.fixed .top-bar {
    padding: 5px 0 6px;
}

.header.fixed .bottom-bar .menu ul li {
    margin-top: 9px
}

.header.fixed .bottom-bar .menu {
    padding-bottom: 9px
}

.header .header__form h2 {
    font-size: 50px;
    letter-spacing: .04em;
    color: #2E2E2E
}

.header .header__form p {
    margin-top: 25px;
    font-size: 16px;
    color: #2E2E2E;
    padding-bottom: 0
}

.header .header__form textarea {
    margin-top: 40px;
    resize: none;
    height: 157px;
    border: 1px solid #CBD2DA;
    padding: 21px 29px;
    box-shadow: none;
    border-radius: 0;
    width: 100%
}

.header .header__form .form-row {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.header .header__form .form-row input:not([type=submit]) {
    width: 264px;
    height: 45px;
    border: 1px solid #CBD2DA;
    padding: 0 15px
}

.header .header__form .form-row input.big-size {
    width: 363px
}

.header .top-bar,.header .bottom-bar {
    border-bottom: 1px solid #DCE3EB
}

.header .top-bar .logo {
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.header .top-bar .logo img {
    max-width: 116px;
}

.header .top-bar .logo .description {
    margin-left: 70px;
    font-family: Open Sans;
    font-size: 12px;
    color: #004283;
    margin-top: -6px;
}

.header .top-bar .logo .description.on-mobile {
    display: none
}

.header .bottom-bar .menu {
    padding-bottom: 14px
}

.header .bottom-bar .menu ul {
    display: flex;
    padding: 0;
    letter-spacing: normal;
    margin: 0;
    margin-left: -75px
}

.header .bottom-bar .menu ul:not([class]) li:after {
    display: none
}

.header .bottom-bar .menu ul li {
    margin-top: 14px;
    margin-left: 75px
}

.header .bottom-bar .menu ul li a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    color: #004283;
    border: 0
}

.header .bottom-bar .menu ul li.child {
    position: relative
}

.header .bottom-bar .menu ul li.child:hover .children {
    display: flex
}

.header .bottom-bar .menu ul li.child>a {
    display: flex;
    align-items: center
}

.header .bottom-bar .menu ul li.child>a:after {
    content: '';
    width: 8px;
    height: 5px;
    margin-left: 5px;
    background: url(../images/arrow.png) no-repeat center / contain
}

.header .bottom-bar .menu ul li .children {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    flex-direction: column;
    margin: 0 -10px;
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 10px #999;
    padding: 10px 20px 20px 20px
}

.header .bottom-bar .menu ul li .children li {
    display: block;
    margin: 0;
    padding: 5px 0
}

.header .bottom-bar .menu ul li .children li a {
    white-space: nowrap;
    font-weight: 400
}

.header .bottom-bar .menu ul li .children li a:hover {
    text-decoration: underline
}

.header-menu-contacts {
    display: flex
}

.header-address {
    height: 32px;
    display: flex;
    width: 200px;
    min-width: 200px;
    margin-left: auto
}

.header-address a {
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #2E2E2E
}

.header-address:before {
    content: '';
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: block;
    background: url(../images/address-icon.png) no-repeat center / contain;
    margin-right: 10px
}

.header-phone {
    height: 32px;
    display: flex;
    width: 230px;
    min-width: 230px;
    margin-left: 30px
}

.header-phone:before {
    content: '';
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: block;
    background: url(../images/phone-icon.png) no-repeat center / contain;
    margin-right: 10px
}

.header-phone .phone-wrap {
    display: flex;
    flex-direction: column
}

.header-phone .phone-wrap a {
    font-weight: 700;
    font-size: 18px;
    color: #2E2E2E;
    text-decoration: none;
    line-height: 25px;
    margin-top: -4px
}

.header-phone .phone-wrap span {
    display: block;
    margin-top: -4px;
    font-size: 12px;
    line-height: 16px;
    color: #2E2E2E
}

.header .top-bar .toggle-section {
    width: 166px;
    margin-left: 30px
}

.header .top-bar .toggle-section .close-popups {
    display: none;
    margin-left: auto
}

.close-popups {
    width: 14px;
    height: 14px;
    width: 24px;
    height: 24px;
    background: url(../images/gclose.svg) no-repeat center / contain;
    cursor: pointer
}

.header .top-bar .btn--menu {
    width: 21px;
    height: 19px;
    background: url(../images/menu.png) no-repeat center / contain;
    margin-left: 31px;
    display: none
}

.header.view-form,.header.view-form1,.header.view-form2,.header.view-form3,.header.view-form4 {
    height: 100vh;
    overflow-y: auto
}

.header.view-form .top-bar .toggle-section .close-popups {
    display: block
}

.header.view-form .top-bar .toggle-section .blue-btn {
    display: none
}

.header.view-form .bottom-bar {
    display: none
}

.header.view-form1 .top-bar .toggle-section .close-popups {
    display: block
}

.header.view-form1 .top-bar .toggle-section .blue-btn {
    display: none
}

.header.view-form1 .bottom-bar {
    display: none
}

.header.view-form2 .top-bar .toggle-section .close-popups {
    display: block
}

.header.view-form2 .top-bar .toggle-section .blue-btn {
    display: none
}

.header.view-form2 .bottom-bar {
    display: none
}

.header.view-form3 .top-bar .toggle-section .close-popups {
    display: block
}

.header.view-form3 .top-bar .toggle-section .blue-btn {
    display: none
}

.header.view-form3 .bottom-bar {
    display: none
}

.header.view-form4 .top-bar .toggle-section .close-popups {
    display: block
}

.header.view-form4 .top-bar .toggle-section .blue-btn {
    display: none
}

.header.view-form4 .bottom-bar {
    display: none
}

.header.view-form1 .header__form.form_1 {
    display: block
}

.header.view-form2 .header__form.form_2 {
    display: block
}

.header.view-form3 .header__form.form_3 {
    display: block
}

.header.view-form4 .header__form.form_4 {
    display: block
}

.header .header__form.form_3 {
    max-width: 727px
}

.header .header__form.form_4 {
    max-width: 550px
}

.header .header__form.form_4 .city {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    color: #2E2E2E;
    margin-top: 10px
}

.header .header__form.form_4 .encity {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    margin-top: 18px
}

.header .header__form.form_4 iframe {
    margin-top: 18px;
    width: 100%!important
}

.header .header__form .form-row.double {
    display: flex;
    justify-content: space-between
}

.header .header__form .form-row.double .wpcf7-form-control-wrap {
    width: calc(100% / 2 - 10px)
}

.header .header__form .form-row.double input {
    width: 100%
}

.blue-btn.full {
    width: 100%
}

.under-btn {
    margin-top: 25px;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    color: #2E2E2E;
    max-width: 280px
}

.under-btn br {
    display: none
}

.best {
    border-bottom: 1px solid #CBD2DA;
    padding-bottom: 95px;
    margin-bottom: 90px
}

.best b {
    display: table;
    font-size: 22px;
    line-height: 110%;
    text-transform: uppercase;
    color: #004283;
    margin: 40px auto 0
}

.info-index .logo-bg {
    top: 60px
}

.help__items {
    display: flex;
    justify-content: space-between
}

.help__item {
    background: #FFF;
    border: 1px solid #DCE3EB;
    box-sizing: border-box;
    width: 235px
}

.help__item .item__img {
    height: 127px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.help__item .item__img img {
    padding: 0;
    height: auto;
    width: auto;
    max-width: 70px
}

.help__item .item__text {
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 150%;
    color: #2E2E2E;
    text-align: center
}

.help__separator {
    width: 16px;
    background: url(../images/help__separator.png) no-repeat center / contain
}

.love-block {
    margin-top: 40px
}

.love-block p {
    font-size: 15px;
    line-height: 150%;
    color: #2E2E2E;
    max-width: 555px;
    margin: 20px auto 0
}

.love-block p br {
    display: none
}

.banner__content .blue-btn {
    display: inline-flex;
    width: 264px;
    font-size: 14px
}

.get-opinion {
    padding-top: 42px
}

.get-opinion .custom-container {
    position: relative;
    border-bottom: 1px solid #CBD2DA
}

.opinion__text {
    max-width: 570px;
    padding-bottom: 97px
}

.opinion__text h2,.opinion__text .fz45 {
    font-family: 'Bebas Neue';
    font-size: 50px;
    line-height: 110%;
    letter-spacing: .04em;
    color: #2E2E2E;
    margin: 0;
    margin-right: -20px
}

.opinion__text p {
    margin-top: 25px;
    font-size: 15px;
    line-height: 150%;
    color: #2E2E2E
}

.opinion__text .blue-btn {
    margin-top: 25px;
    width: 264px;
    height: 60px;
    font-size: 14px
}

.get-opinion .opinion-man {
    width: 330px;
    height: 475px;
    background: url(../images/director_medunion.jpg) no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0
}

.posr {
    position: relative;
    z-index: 1
}

.tabs-index .nav-stacked li {
    margin-top: 7px
}

.tabs-index .nav-stacked li a {
    height: 62px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    font-weight: 700;
    font-size: 15px;
    color: #004283
}

.tabs-index .nav-stacked li.active a {
    background: #DCE3EB;
    color: #fff
}

.we__list {
    margin-top: 5px
}

.we__list .we__item {
    margin-top: 35px;
    display: flex
}

.we__list .we__item .we-item__icon-section {
    margin-right: 30px;
    width: 116px
}

.we__list .we__item .we-item__content-section {
    width: calc(100% - 146px)
}

.we__list .we__item .we-item__content-section h3,.we__list .we__item .we-item__content-section .h3 {
    color: #2E2E2E;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: initial
}

.we__list .we__item .we-item__content-section p {
    margin-top: 15px;
    font-size: 15px;
    color: #2E2E2E
}

.tabs-index {
    padding-top: 91px;
    padding-bottom: 0
}

.tabs-index .container {
    padding-bottom: 90px;
    border-bottom: 1px solid #CBD2DA
}

.reviews {
    padding-bottom: 90px
}

.reviews__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.reviews__header h2 {
    font-size: 50px;
    letter-spacing: .04em;
    color: #2E2E2E
}

.reviews__header .fz45 a {
    text-decoration: none
}

.reviews__header .navs {
    display: flex
}

.reviews__header .navs .nav-prev,.reviews__header .navs .nav-next {
    width: 42px;
    height: 42px;
    background: url(../images/arrow-left.png) no-repeat center / contain;
    margin-left: 7px;
    cursor: pointer
}

.reviews__header .navs .nav-next {
    transform: rotate(180deg)
}

.reviews__slider .review-item {
    padding: 40px;
    display: flex;
    border: 1px solid #CBD2DA
}

.reviews__slider .review-item .review__thumbnail {
    width: 224px;
    height: 218px;
    overflow: hidden;
    margin-right: 41px;
    border: 1px solid #CBD2DA
}

.reviews__slider .review-item .review__thumbnail img {
    width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover
}

.reviews__slider .review-item .review__content {
    width: calc(100% - 41px - 224px);
    display: flex;
    flex-direction: column
}

.reviews__slider .review-item .review__content .review__separator {
    padding: 15px 0;
    margin: auto 0
}

.reviews__slider .review-item .review__content .review__separator:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #CBD2DA
}

.reviews__slider .review-item .review__content .review__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.reviews__slider .review-item .review__content .review__name {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 15px
}

.reviews__slider .review-item .review__content .review__clinic-name {
    color: #2E2E2E;
    font-size: 15px
}

.reviews__slider .review-item .review__content .review__text {
    font-size: 15px;
    line-height: 150%;
    color: #2E2E2E
}

.reviews__slider .review-item .review__content .review__text a {
    display: table;
    font-size: 15px;
    line-height: 150%;
    color: #2E2E2E
}

.footer__contacts {
    max-width: 183px;
    margin-left: auto
}

.footer__contacts .contacts__name {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E
}

.footer__contacts .socials {
    display: flex;
    justify-content: space-between;
    margin-top: 13px
}

.footer__contacts .socials .social {
    text-decoration: none;
    display: block
}

.footer__contacts .wblue-btn {
    margin-top: 13px;
    width: 100%
}

.footer__text p {
    font-size: 15px;
    line-height: 150%;
    color: #2E2E2E
}

.footer__text b {
    font-weight: 700
}

.footer__menu-item {
    font-size: 15px;
    line-height: 150%;
    color: #5285BE
}

body .footer {
    padding: 40px 0
}

a {
    color: #0199da
}

.popup-menu {
    display: none
}

.tabs-index .cachback__text {
    padding: 0
}

.tabs-index .cachback__text>* {
    padding: 0;
    margin-top: 20px
}

.tabs-index .cachback__text ol,.tabs-index .cachback__text ul {
    list-style-position: inside
}

.blue-btn,.wblue-btn {
    background-color: #f55781;
    border-color: #f55781
}

.blue-btn.line-btn:not(:hover),.wblue-btn.line-btn:not(:hover) {
    background: transparent;
    color: #f55781
}

.blue-btn.white-line {
    border-color: #fff;
    color: #fff;
    background: transparent
}

.panel-group {
    margin-bottom: 0
}

.partner-btns span {
    margin: 0 10px
}

.the_champ_sharing_title {
    padding-top: 10px;
    padding-bottom: 10px
}

.form__title {
    position: relative
}

.form__title .close-popups {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    width: 100%
}

.wa {
    width: auto
}

.search-error {
    position: relative;
    margin-top: 40px
}

.search-error input {
    width: 100%;
    border-radius: 50px;
    height: 34px;
    border: 1px solid #A2A2A2;
    padding: 0 40px 0 17px;
    outline: none
}

.search-error input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    font-family: Open Sans;
    font-weight: 400
}

.search-error input::-moz-placeholder {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    font-family: Open Sans;
    font-weight: 400
}

.search-error input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    font-family: Open Sans;
    font-weight: 400
}

.search-error input:-moz-placeholder {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    font-family: Open Sans;
    font-weight: 400
}

.search-error .btn-search-error {
    width: 15px;
    height: 15px;
    background: url(../images/header-search.png) no-repeat;
    border: none;
    position: absolute;
    top: 9px;
    right: 13px
}

.description-error {
    display: flex;
    margin-top: 28px;
    padding-bottom: 110px
}

.description-error .img-error {
    min-width: 427px;
    height: 316px
}

.description-error .img-error img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.description-error .text {
    padding-left: 45px
}

.description-error .text p {
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    font-family: Open Sans;
    margin-top: 22px;
    padding-bottom: 0
}

.description-error .text .back-main {
    font-size: 12px;
    line-height: 12px;
    color: #0B4A88;
    font-weight: 400;
    font-family: Open Sans;
    margin-top: 25px;
    display: block
}

.description-error .text .nav-error {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.description-error .text .nav-error li {
    list-style-type: none;
    margin-top: 5px
}

.description-error .text .nav-error li a {
    color: #0B4A88;
    font-size: 12px;
    line-height: 12px;
    font-family: Open Sans;
    font-weight: 400
}

.description-error .text .report-error {
    margin-top: 43px
}

.description-error .text .report-error a {
    font-size: 12px;
    line-height: 12px;
    color: #0B4A88;
    font-weight: 400;
    font-family: Open Sans
}

.description-error .text .report-error p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16.34px;
    font-weight: 400;
    font-family: Open Sans
}

.description-error .text .report-error p span {
    color: #0B4A88
}

.footer__text {
    display: flex;
    width: 100%!important;
    justify-content: space-around;
    margin-top: 33px
}

.footer__text p {
    padding: 0;
    font-size: 18px
}

.footer__text p span {
    font-size: 12px;
    font-family: Open Sans;
    line-height: 16px;
    color: #000;
    display: block
}

.footer__text p a {
    text-decoration: none;
    font-size: 18px;
    line-height: 150%;
    color: #2E2E2E
}

body .footer {
    padding: 0;
    background: #fff
}

.footer .footer-contacts {
    padding-top: 45px;
    padding-bottom: 77px
}

.footer .footer-contacts .post-y-2 {
    padding-bottom: 0
}

.footer .footer-contacts .fz45 {
    text-align: center;
    margin: 0
}

.footer .footer-bottom {
    background: #E4EDF7;
    padding-top: 53px
}

.footer .footer-bottom .container {
    display: flex;
    padding: 0
}

.footer .footer-privacy-policy {
    margin-left: 75px;
    margin-top: 0
}

.footer .footer-privacy-policy a {
    color: #0B4A88;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    font-family: Open Sans;
    font-weight: 400
}

.footer-menu {
    columns: 2;
    padding: 0
}

.footer-menu .footer__menu-item {
    line-height: 100%;
    margin-bottom: 15px;
    margin-left: 75px;
    white-space: nowrap
}

.footer-menu .footer__menu-item a {
    font-size: 12px;
    line-height: 1;
    text-decoration: underline;
    font-family: Open Sans;
    color: #0B4A88
}

.footer-menu .post-x-1 {
    padding: 0
}

.footer__contacts {
    max-width: 160px
}

.footer__contacts .contacts__name {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-top: 16px;
    text-align: center
}

.footer__contacts .wblue-btn {
    margin-top: 0;
    width: 100%;
    min-width: 160px
}

.footer__contacts .socials {
    margin-left: -7px;
    justify-content: center;
    margin-top: 8px
}

.footer__contacts .socials .social {
    width: 42px;
    height: 40px;
    margin-left: 7px
}

.footer-copyright {
    padding-top: 30px;
    padding-bottom: 27px;
    background: #E4EDF7
}

.footer-copyright p {
    text-transform: uppercase;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #859DBA;
    margin-left: 538px
}

.reviews {
    padding-bottom: 45px
}

.title-error-mobile {
    display: none
}

.mobile-text-error {
    display: none
}

.mobile-search-error {
    display: none
}

.row.row-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.get-opinion .opinion-man .name-director {
    position: absolute;
    left: -235px;
    bottom: 60px;
    text-align: right
}

.get-opinion .opinion-man .name-director .position {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.get-opinion .opinion-man .name-director .name {
    color: #0199da;
    font-weight: 700;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px
}

.group-flex {
    display: flex;
    margin-left: auto
}

.header-search {
    margin-left: 23px;
    position: relative;
    margin-right: auto
}

.header-search input[name="s"] {
    border: 1px solid #E5EAF0;
    background: transparent;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: url(../images/search-icon.png) no-repeat center / 15px;
    outline: none;
    font-size: 0
}

.header-search input[type="reset"] {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/search-close.png) no-repeat center / 10px;
    cursor: pointer;
    border: 0
}

.header.active-search .hide-bysearch {
    display: none
}

.header.active-search .header-search input[name="s"] {
    width: 505px;
    border-radius: 50px;
    background: transparent;
    padding: 0 17px;
    font-size: 12px
}

.header.active-search .header-search input[type="reset"] {
    display: block
}

.header.scrolldown .bottom-bar {
    display: none
}

.header.scrolldown .top-bar {
    border-bottom: 0
}

.cookie-notice-container {
    max-width: 1146px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: left
}

#cn-notice-text {
    text-align: left;
    display: inline-block
}

@media (min-width: 996px) {
    .custom-5 {
        width:calc(100% / 5);
        float: left
    }
}

.clinic_clinics {
    padding-top: 30px;
    padding-bottom: 78px;
    position: relative;
    overflow: hidden
}

.clinic_clinics:after {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    bottom: -100px;
    background: url(../images/Union.png);
    background-size: 427px 510px;
    width: 427px;
    height: 510px
}

.clinic_clinics .container {
    position: relative;
    z-index: 2
}

.clinic_clinics h1 {
    letter-spacing: -2px;
    color: #0B4A88
}

.clinic_clinics .logo_clinic {
    position: absolute;
    right: -10px;
    top: 5px;
    max-width: 310px
}

.clinic_clinics .address_clinic p {
    color: #2E2E2E;
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 0
}

.clinic_clinics .address_clinic p span {
    color: #989898;
    font-size: 12px;
    line-height: 16px
}

.clinic_clinics .address_clinic p .show_map {
    color: #0B4A88;
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px;
    position: relative
}

.clinic_clinics .address_clinic p .show_map:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/location_clinics.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    right: -18px;
    top: -2px
}

.clinic_clinics .main_info_clinic {
    display: flex;
    flex-wrap: wrap
}

.clinic_clinics .main_info_clinic .photo_clinic {
    width: 572px;
    min-width: 572px;
    max-width: 572px;
    height: 449px;
    margin-top: 16px;
    position: relative
}

.clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next {
    background: url(../images/arrow_slider.svg) no-repeat center/cover;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px
}

.clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev {
    background: url(../images/arrow_slider.svg) no-repeat center/cover;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px
}

.clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next span,.clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev span {
    font-size: 0
}

.clinic_clinics .main_info_clinic .photo_clinic .owl-dots {
    margin-top: 15px;
    text-align: center
}

.clinic_clinics .main_info_clinic .photo_clinic .owl-dots .owl-dot {
    background: #D8D8D8;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 7.5px
}

.clinic_clinics .main_info_clinic .photo_clinic .owl-dots .owl-dot.active {
    background: #004283
}

.clinic_clinics .main_info_clinic .photo_clinic img {
    width: 100%;
    height: 100%;
    height: 449px;
    object-fit: cover
}

.clinic_clinics .main_info_clinic .right {
    display: flex;
    width: calc(100% - 572px);
    padding-left: 58px
}

.clinic_clinics .main_info_clinic .right .logo_clinic {
    display: none
}

.clinic_clinics .main_info_clinic .right .lists-info ul {
    margin-top: 45px;
    padding-left: 35px
}

.clinic_clinics .main_info_clinic .right .lists-info ul:first-child {
    margin-top: 20px
}

.clinic_clinics .main_info_clinic .right .lists-info .foreign-patients,.clinic_clinics .main_info_clinic .right .lists-info .sale,.clinic_clinics .main_info_clinic .right .lists-info .language {
    position: relative
}

.clinic_clinics .main_info_clinic .right .lists-info .foreign-patients:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/foreign-patients.svg) no-repeat center/cover;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0
}

.clinic_clinics .main_info_clinic .right .lists-info .sale:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/sale.svg) no-repeat center/cover;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px
}

.clinic_clinics .main_info_clinic .right .lists-info .language:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/language.svg) no-repeat center/cover;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px
}

.clinic_clinics .main_info_clinic .right .lists-info ul li {
    list-style-type: none;
    margin-top: 3px;
    font-size: 15px;
    line-height: 20px;
    font-size: 14px;
    line-height: 130%;
    color: #004283;
    font-family: 'Uni Sans'
}

.clinic_clinics .main_info_clinic .right .lists-info ul li:after {
    display: none
}

.clinic_clinics .main_info_clinic .right .lists-info ul b {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600
}

.clinic_clinics .main_info_clinic .right .reviews {
    margin-left: auto;
    padding-top: 17px;
    margin-right: -25px
}

.clinic_clinics .main_info_clinic .right .reviews .review {
    width: 167px;
    height: 94px;
    margin-top: 11px;
    position: relative;
    display: block
}

.clinic_clinics .main_info_clinic .right .reviews .review img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.clinic_clinics .main_info_clinic .right .reviews .review .btn_play {
    background: url(../images/play_video.svg) no-repeat center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: 19px;
    border: 2px solid #0B4A88;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    background-position-x: 61%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer
}

.clinic_clinics .main_info_clinic .right .reviews .all_review {
    margin-bottom: 20px;
    display: block;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #0B4A88;
    font-size: 12px;
    line-height: 16px
}

.clinic_clinics .main_info_clinic .right .reviews .all_review:before {
    content: '';
    background: url(../images/review-icon.svg);
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.consultation_clinics {
    background: #E4EDF7;
    padding-top: 25px;
    padding-bottom: 32px
}

.consultation_clinics p {
    text-align: center;
    font-size: 19px;
    line-height: 26px
}

.consultation_clinics .send_request {
    margin: 10px auto 0;
    max-width: 216px;
    text-decoration: none;
    font-size: 14px;
    height: 50px
}

.consultation_clinics .send_request:hover {
    color: #fff
}

.consultation_clinics .send_free_request {
    max-width: 290px
}

.about_clinic_clinics {
    padding-top: 59px;
    padding-bottom: 22px;
    border-bottom: .5px solid #E5EAF0
}

.about_clinic_clinics h2 {
    letter-spacing: 0;
    color: #0B4A88
}

.about_clinic_clinics p {
    margin-top: 20px
}

.about_clinic_clinics .free-services {
    margin-top: 20px
}

.about_clinic_clinics .free-services .title_services {
    position: relative;
    padding-left: 36px
}

.about_clinic_clinics .free-services .title_services:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/free-services.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}

.about_clinic_clinics .free-services .title_services .title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.about_clinic_clinics .free-services .title_services p {
    margin-top: 0;
    font-size: 13px;
    opacity: .5
}

.about_clinic_clinics .free-services ul {
    padding-left: 16px
}

.about_clinic_clinics .free-services ul li {
    position: relative;
    font-size: 15px;
    line-height: 20.5px
}

.about_clinic_clinics .free-services ul li:after {
    content: '';
    display: block;
    position: absolute;
    background: #2E2E2E;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 8px;
    left: -10px
}

.about_clinic_clinics .hide-content.hide {
    display: none
}

.descriptions_clinics {
    padding-top: 15px;
    padding-bottom: 30px
}

.descriptions_clinics .collapse-description {
    color: #0B4A88;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #0B4A88;
    position: relative
}

.descriptions_clinics .collapse-description:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow.png) no-repeat center / contain;
    width: 6px;
    height: 5px;
    background-size: 6px 5px;
    right: -10px;
    top: 10px;
    transform: rotate(180deg)
}

.descriptions_clinics .collapse-description.rotate:after {
    transform: rotate(0deg)
}

.about_clinic_clinics .collapse-description {
    color: #0B4A88;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #0B4A88;
    position: relative;
    display: none
}

.about_clinic_clinics .collapse-description:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow.png) no-repeat center / contain;
    width: 6px;
    height: 5px;
    background-size: 6px 5px;
    right: -10px;
    top: 10px;
    transform: rotate(180deg)
}

.about_clinic_clinics .collapse-description.rotate:after {
    transform: rotate(0deg)
}

.descriptions_clinics .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -35px;
    margin-right: -35px
}

.descriptions_clinics .items .item {
    margin: 0 35px;
    position: relative;
    margin-top: 43.68px;
    max-width: 200px
}

.descriptions_clinics .items .item .count {
    color: #00B2FE;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    position: relative;
    display: table
}

.descriptions_clinics .items .item .count:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -100px;
    right: -100px;
    background: url(../images/arrow_clinics.svg) no-repeat center/cover;
    background-size: 44px 11px;
    width: 44px;
    height: 11px;
    margin: auto
}

.treatment-reviews {
    padding-top: 33px
}

.treatment-reviews h2 {
    letter-spacing: 0
}

.treatment-reviews .count-reviews {
    color: #989898;
    font-size: 12px;
    line-height: 16px
}

.treatment-reviews .reviews {
    background: #E4EDF7;
    position: relative;
    margin-top: 18px;
    padding-bottom: 0
}

.treatment-reviews .reviews:before {
    content: '';
    display: block;
    position: absolute;
    background: #E4EDF7;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%
}

.treatment-reviews .reviews:after {
    content: '';
    display: block;
    position: absolute;
    background: #E4EDF7;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%
}

.treatment-reviews .reviews .review {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 41px 38px
}

.treatment-reviews .reviews .owl-nav .owl-prev {
    background: url(../images/arrow_slider.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute
}

.treatment-reviews .reviews .owl-nav .owl-next {
    background: url(../images/arrow_slider.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    position: absolute;
    z-index: 5
}

.treatment-reviews .reviews .owl-nav .owl-prev,.treatment-reviews .reviews .owl-nav .owl-next {
    font-size: 0
}

.treatment-reviews .reviews .owl-dots {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 5
}

.treatment-reviews .reviews .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background: #D8D8D8;
    margin: 0 7.5px;
    border-radius: 50%
}

.treatment-reviews .reviews .owl-dots .owl-dot.active {
    background: #004283
}

.treatment-reviews .reviews .review .patient-name {
    width: 100%;
    color: #2E2E2E;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 14px
}

.treatment-reviews .reviews .review .img {
    width: 335px;
    height: 216px;
    margin-right: 20px
}

.treatment-reviews .reviews .review .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.treatment-reviews .reviews .review .text {
    width: calc(100% - 355px)
}

.treatment-reviews .reviews .review .text .row {
    margin: 17px 0 0
}

.treatment-reviews .reviews .review .text .row:first-child {
    margin-top: 0
}

.treatment-reviews .reviews .review .text .row p {
    padding-bottom: 0
}

.treatment-reviews .reviews .review .text .row .read-more {
    color: #0B4A88;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600
}

.directions_treatment_clinics {
    padding-top: 30px;
    padding-bottom: 32px
}

.directions_treatment_clinics h2 {
    letter-spacing: 0;
    color: #0B4A88
}

.directions_treatment_clinics .directions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.directions_treatment_clinics .directions.cloned {
    display: none
}

.directions_treatment_clinics .directions .direction {
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #0B4A88;
    text-align: center;
    border: 1px solid #0B4A88;
    border-radius: 50px;
    min-width: 255px;
    padding: 14px 10px;
    margin: 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.directions_treatment_clinics .directions .direction h3 {
    font-weight: inherit;
    font-size: inherit;
    margin-bottom: 0;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.directions_treatment_clinics .directions .direction.active,.directions_treatment_clinics .directions .direction:hover {
    background: #0B4A88;
    color: #fff
}

.directions_treatment_clinics .directions .direction.diagnostics:hover:before,.directions_treatment_clinics .directions .direction.diagnostics.active:before {
    background: #0B4A88 url(../images/diagnostics2.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.neurosurgery:hover:before,.directions_treatment_clinics .directions .direction.neurosurgery.active:before {
    background: url(../images/neurosurgery2.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.rehabilitation:hover:before,.directions_treatment_clinics .directions .direction.rehabilitation.active:before {
    background: url(../images/rehabilitation2.svg) no-repeat center/cover
}

.directions_treatment_clinics .description_direction {
    margin-top: 25px
}

.directions_treatment_clinics .description_direction p {
    margin-top: 25px;
    padding-bottom: 0;
    padding-right: 115px
}

.directions_treatment_clinics .description_direction p:first-child {
    margin-top: 0
}

.directions_treatment_clinics .description_direction .top-line {
    display: flex;
    margin-top: 5px
}

.directions_treatment_clinics .description_direction ol {
    padding-left: 0;
    counter-reset: section;
    margin-top: 15px
}

.directions_treatment_clinics .description_direction ol li {
    list-style-type: none
}

.directions_treatment_clinics .description_direction ol li.opened .text_program {
    display: block
}

.directions_treatment_clinics .description_direction ol li .top-line {
    border-bottom: 1px dashed #989898;
    margin-top: 3px
}

.directions_treatment_clinics .description_direction ol li .top-line:before {
    counter-increment: section;
    content: counters(section,".") ".";
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px
}

.directions_treatment_clinics .description_direction ol li .top-line span {
    font-size: 15px
}

.directions_treatment_clinics .description_direction ol li .top-line .name {
    color: #2e2e2e;
    font-weight: 700
}

.directions_treatment_clinics .description_direction ol li .top-line .price_prog {
    line-height: 20.43px;
    color: #989898;
    margin-left: 10px
}

.directions_treatment_clinics .description_direction ol li .top-line .description_prog {
    color: #0B4A88;
    font-size: 15px;
    margin-left: auto;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #0B4A88;
    margin-bottom: -1px;
    cursor: pointer
}

.directions_treatment_clinics .description_direction ol li .top-line .description_prog:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow.png) no-repeat center/contain;
    width: 6px;
    height: 5px;
    right: -10px;
    top: 10px
}

.directions_treatment_clinics .description_direction ol li .text_program {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    display: none
}

.directions_treatment_clinics .description_direction ol li .text_program p {
    font-size: 15px;
    line-height: 20px
}

.directions_treatment_clinics .description_direction ol li .text_program p span {
    color: #989898
}

.directions_treatment_clinics .description_direction ol li.opened .text_program ul {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 20px
}

.directions_treatment_clinics .description_direction ol li.opened .text_program ul li {
    position: relative
}

.directions_treatment_clinics .description_direction ol li.opened .text_program ul li:after {
    content: '';
    display: block;
    position: absolute;
    background: #2E2E2E;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 8px;
    left: -10px
}
}

.doctors_clinics {
    padding-bottom: 33px;
    padding-top: 33px
}

.doctors_clinics h2 {
    letter-spacing: 0
}

.doctors_clinics .show-more {
    color: #0B4A88;
    font-size: 15px;
    line-height: 20px;
    margin: 10px auto 0;
    display: table;
    position: relative
}

.doctors_clinics .show-more:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow.png) no-repeat center/contain;
    width: 6px;
    height: 5px;
    background-size: 6px 5px;
    right: -10px;
    top: 10px
}

.doctors_clinics .show-more.rotate:after {
    transform: rotate(180deg)
}

.doctors_clinics .doctors {
    display: flex;
    flex-wrap: wrap;
    border-bottom: .5px solid #E5EAF0;
    border-top: .5px solid #E5EAF0;
    padding-bottom: 23px;
    padding-top: 0
}

.doctors_clinics .doctors .doctor {
    display: flex;
    flex-wrap: wrap;
    max-width: 570px;
    margin-top: 23px
}

.doctors_clinics .doctors .doctor:nth-child(n+3) {
    display: none
}

.doctors_clinics .doctors.view-all .doctor:nth-child(n) {
    display: flex;
    padding-right: 10px
}

.doctors_clinics .doctors .doctor .img {
    width: 217px;
    height: 220px;
    min-width: 210px;
    margin-right: 20px
}

.doctors_clinics .doctors .doctor .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.doctors_clinics .doctors .doctor .description-doctor {
    max-width: 335px;
    width: calc(100% - 237px)
}

.doctors_clinics .doctors .doctor .description-doctor .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px
}

.doctors_clinics .doctors .doctor .description-doctor .sub-position {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0 0 -9px
}

.doctors_clinics .doctors .doctor .description-doctor .sub-position li {
    list-style-type: none;
    color: #989898;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding: 0 9px
}

.doctors_clinics .doctors .doctor .description-doctor .sub-position li:after {
    content: '|';
    display: block;
    position: absolute;
    right: -3px;
    bottom: 0;
    color: #989898
}

.doctors_clinics .doctors .doctor .description-doctor .sub-position li:last-child:after {
    display: none
}

.doctors_clinics .doctors .doctor .description-doctor .operations-performed {
    padding: 0;
    margin: 10px 0 0
}

.doctors_clinics .doctors .doctor .description-doctor .operations-performed li {
    list-style-type: none;
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    position: relative;
    padding-left: 10px
}

.doctors_clinics .doctors .doctor .description-doctor .operations-performed li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000;
    margin-right: 5px;
    left: 0;
    top: 10px
}

.doctors_clinics .doctors .doctor .description-doctor .info-doctor {
    padding: 0;
    margin: 10px 0 0
}

.doctors_clinics .doctors .doctor .description-doctor .info-doctor li {
    list-style-type: none;
    font-size: 12px;
    line-height: 16px;
    color: #2E2E2E;
    position: relative;
    padding-left: 15px
}

.doctors_clinics .doctors .doctor .description-doctor .info-doctor li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    height: 1px;
    width: 11px;
    left: 0;
    top: 7px
}

.services_clinics {
    padding-top: 103px;
    padding-bottom: 40px
}

.services_clinics h2,.similar_clinics h2,.reliability .fz45,.doctors_clinics h2 {
    color: #0B4A88
}

.services_clinics .services .service {
    margin-top: 30px
}

.services_clinics .services .service:first-child {
    margin-top: 45px
}

.services_clinics .services .service .position_service {
    color: #2E2E2E;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #2E2E2E;
    position: relative
}

.services_clinics .services .service .position_service:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow_services.svg) no-repeat center/cover;
    background-size: 7px 10px;
    width: 7px;
    height: 10px;
    right: -13px;
    top: 10px
}

.services_clinics .services .service .position_service.hidden_content:after {
    transform: rotate(180deg)
}

.services_clinics .services .service .position_service.hidden_content+.items {
    display: none
}

.services_clinics .services .service .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -55px;
    margin-right: -55px;
    margin-top: 20px;
    border-bottom: .5px solid #E5EAF0;
    border-top: .5px solid #E5EAF0;
    padding-bottom: 25px
}

.services_clinics .services .service .items .item {
    display: flex;
    flex-wrap: wrap;
    width: 290px;
    margin: 25px 55px 0;
    align-items: flex-start
}

.services_clinics .services .service .items .item .g-center {
    display: flex;
    align-items: center
}

.services_clinics .services .service .items .item .img {
    width: 40px;
    height: 40px
}

.services_clinics .services .service .items .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services_clinics .services .service .items .item .text {
    margin-left: 10px;
    width: calc(100% - 50px)
}

.services_clinics .services .service .items .item .text p {
    padding-bottom: 0
}

.services_clinics .services .service .items .item .free {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #00B2FE;
    padding-top: 10px;
    padding-left: 50px
}

.similar_clinics {
    padding-top: 82px;
    padding-bottom: 45px
}

.similar_clinics .clinics {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

.similar_clinics .clinics .owl-nav .owl-prev span,.similar_clinics .clinics .owl-nav .owl-next span {
    font-size: 0
}

.similar_clinics .clinics .owl-nav .owl-prev {
    background: url(../images/arrow_slider.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    top: 43%;
    transform: translateY(-43%);
    left: 0;
    position: absolute
}

.similar_clinics .clinics .owl-nav .owl-next {
    background: url(../images/arrow_slider.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    top: 43%;
    transform: translateY(-43%) rotate(180deg);
    right: 0;
    position: absolute
}

.similar_clinics .clinics .owl-dots {
    display: none
}

.similar_clinics .clinics .clinic {
    width: 330px;
    margin: 0 25px;
    display: block;
    text-decoration: none
}

.similar_clinics .clinics .clinic .img {
    width: 100%;
    height: 330px
}

.similar_clinics .clinics .clinic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.similar_clinics .clinics .clinic .description {
    margin-top: 10px
}

.similar_clinics .clinics .clinic .description .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E
}

.similar_clinics .clinics .clinic .description p {
    margin-top: 10px;
    color: #989898;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.reliability {
    padding-top: 45px;
    padding-bottom: 90px
}

.reliability h2 {
    text-align: center
}

.reliability p {
    margin-top: 25px;
    text-align: center
}

.reliability p .order-call {
    color: #23527c
}

.reliability .text {
    margin-top: 20px
}

.reliability .text p {
    text-align: center
}

.reliability .partner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px
}

.reliability .partner-btns a {
    width: 212px;
    margin: 0 15px;
    text-decoration: none;
    height: 50px;
    font-size: 14px;
    line-height: 20px
}

.reliability .partner-btns a:hover {
    color: #fff
}

.bread_crumbs {
    padding-top: 20px
}

.bread_crumbs ol {
    display: flex;
    padding: 0
}

.bread_crumbs ol li {
    list-style-type: none;
    margin-right: 5px;
    display: flex;
    align-items: center
}

.bread_crumbs ol li:after {
    content: '>';
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-left: 5px;
    padding-top: 4px
}

.bread_crumbs ol li a span {
    font-size: 12px;
    line-height: 16px;
    color: #0B4A88
}

.bread_crumbs ol li:last-child a span {
    color: rgba(0,0,0,.5)
}

.bread_crumbs ol li:last-child a {
    text-decoration: none
}

.bread_crumbs ol li:last-child:after {
    display: none
}

.feedback-content iframe {
    width: 100%;
    height: 500px;
    margin-top: 30px
}

@media (max-width: 500px) {
    .feedback-content {
        margin-top:20px
    }

    .feedback-content iframe {
        height: 300px
    }
}

.rev-thumb {
    width: 100%;
    display: block;
    height: 260px;
    margin-bottom: 20px
}

.rev-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

@media(max-width: 480px) {
    .rev-thumb {
        width:100%
    }
}

.about_clinic_clinics .free-services ul li {
    list-style-type: none
}

.directions_treatment_clinics .directions .direction.diagnostics:before {
    content: '';
    background: url(../images/diagnostics.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.orthopedics:before {
    content: '';
    background: url(../images/orthopedics.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.orthopedics:hover:before,.directions_treatment_clinics .directions .direction.orthopedics.active:before {
    background: url(../images/orthopedics2.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.ophthalmology:before {
    content: '';
    background: url(../images/iconb-10.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.ophthalmology:hover:before,.directions_treatment_clinics .directions .direction.ophthalmology.active:before {
    background: url(../images/iconw-10.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.neurosurgery:before {
    content: '';
    background: url(../images/neurosurgery.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.rehabilitation:before {
    content: '';
    background: url(../images/rehabilitation.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.ophthalmology:before {
    content: '';
    background: url(../images/iconb-10.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.ophthalmology:hover:before,.directions_treatment_clinics .directions .direction.ophthalmology.active:before {
    background: url(../images/iconw-10.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.vostochnaya-medicina:before {
    content: '';
    background: url(../images/vostochnaya-medicina-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.vostochnaya-medicina:hover:before,.directions_treatment_clinics .directions .direction.vostochnaya-medicina.active:before {
    background: url(../images/vostochnaya-medicina-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.urologiya:before {
    content: '';
    background: url(../images/urologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.urologiya:hover:before,.directions_treatment_clinics .directions .direction.urologiya.active:before {
    background: url(../images/urologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.transplantaciya:before {
    content: '';
    background: url(../images/transplantaciya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.transplantaciya:hover:before,.directions_treatment_clinics .directions .direction.transplantaciya.active:before {
    background: url(../images/transplantaciya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.stomatologiya:before {
    content: '';
    background: url(../images/stomatologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.stomatologiya:hover:before,.directions_treatment_clinics .directions .direction.stomatologiya.active:before {
    background: url(../images/stomatologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.sosudistaya-hirurgiya:before {
    content: '';
    background: url(../images/sosudistaya-hirurgiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.sosudistaya-hirurgiya:hover:before,.directions_treatment_clinics .directions .direction.sosudistaya-hirurgiya.active:before {
    background: url(../images/sosudistaya-hirurgiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.revmatologiya:before {
    content: '';
    background: url(../images/revmatologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.revmatologiya:hover:before,.directions_treatment_clinics .directions .direction.revmatologiya.active:before {
    background: url(../images/revmatologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.sosudistaya-hirurgiya.active:before {
    background: url(../images/sosudistaya-hirurgiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.reproduktologiya:before {
    content: '';
    background: url(../images/reproduktologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.reproduktologiya:hover:before,.directions_treatment_clinics .directions .direction.reproduktologiya.active:before {
    background: url(../images/reproduktologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.reabilitaciya:before {
    content: '';
    background: url(../images/reabilitaciya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.reabilitaciya:hover:before,.directions_treatment_clinics .directions .direction.reabilitaciya.active:before {
    background: url(../images/reabilitaciya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.plastika:before {
    content: '';
    background: url(../images/plastika-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.plastika:hover:before,.directions_treatment_clinics .directions .direction.plastika.active:before {
    background: url(../images/plastika-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.pediatriya:before {
    content: '';
    background: url(../images/pediatriya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.pediatriya:hover:before,.directions_treatment_clinics .directions .direction.pediatriya.active:before {
    background: url(../images/pediatriya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.otolaringologiya:before {
    content: '';
    background: url(../images/otolaringologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.otolaringologiya:hover:before,.directions_treatment_clinics .directions .direction.otolaringologiya.active:before {
    background: url(../images/otolaringologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.ortopediya:before {
    content: '';
    background: url(../images/ortopediya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.ortopediya:hover:before,.directions_treatment_clinics .directions .direction.ortopediya.active:before {
    background: url(../images/ortopediya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.onkologiya:before {
    content: '';
    background: url(../images/onkologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.onkologiya:hover:before,.directions_treatment_clinics .directions .direction.onkologiya.active:before {
    background: url(../images/onkologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.nejrohirurgiya:before {
    content: '';
    background: url(../images/nejrohirurgiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.nejrohirurgiya:hover:before,.directions_treatment_clinics .directions .direction.nejrohirurgiya.active:before {
    background: url(../images/nejrohirurgiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.kardiologiya:before {
    content: '';
    background: url(../images/kardiologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.kardiologiya:hover:before,.directions_treatment_clinics .directions .direction.kardiologiya.active:before {
    background: url(../images/kardiologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.infekciya:before {
    content: '';
    background: url(../images/infekcii-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.infekciya:hover:before,.directions_treatment_clinics .directions .direction.infekciya.active:before {
    background: url(../images/infekciya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.ginekologiya:before {
    content: '';
    background: url(../images/ginekologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.ginekologiya:hover:before,.directions_treatment_clinics .directions .direction.ginekologiya.active:before {
    background: url(../images/ginekologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.gematologiya:before {
    content: '';
    background: url(../images/gematologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.gematologiya:hover:before,.directions_treatment_clinics .directions .direction.gematologiya.active:before {
    background: url(../images/gematologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.gastroenterologiya:before {
    content: '';
    background: url(../images/gastroenterologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.gastroenterologiya:hover:before,.directions_treatment_clinics .directions .direction.gastroenterologiya.active:before {
    background: url(../images/gastroenterologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.endokrinologiya:before {
    content: '';
    background: url(../images/endokrinologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.endokrinologiya:hover:before,.directions_treatment_clinics .directions .direction.endokrinologiya.active:before {
    background: url(../images/endokrinologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.dermatologiya:before {
    content: '';
    background: url(../images/dermatologiya-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.dermatologiya:hover:before,.directions_treatment_clinics .directions .direction.dermatologiya.active:before {
    background: url(../images/dermatologiya-koreya.svg) no-repeat center/cover
}

.directions_treatment_clinics .directions .direction.akusherstvo:before {
    content: '';
    background: url(../images/akusherstvo-v-koree.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.directions_treatment_clinics .directions .direction.akusherstvo:hover:before,.directions_treatment_clinics .directions .direction.akusherstvo.active:before {
    background: url(../images/eko-v-koree.svg) no-repeat center/cover
}

.med-banner {
    background: url(../images/med-banner.jpg) no-repeat center top / cover;
    min-height: 501px;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.med-banner .text {
    max-width: 534px;
    color: #fff
}

.med-banner .text h1 {
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    letter-spacing: normal
}

.med-banner .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Roboto',sans-serif
}

.med-banner .text .btns {
    display: flex;
    margin-left: -20px
}

.med-banner .text .btns>a {
    margin-top: 30px;
    width: 240px;
    height: 50px;
    text-decoration: none;
    margin-left: 20px
}

.med-banner .text .btns>a:hover {
    color: #fff
}

.director-section {
    padding-top: 100px;
    padding-bottom: 109px;
    padding-bottom: 55px;
    overflow: hidden
}

.director-section .container {
    display: flex
}

.director-section .text-block {
    width: 100%;
    position: relative
}

.director-section .text-block h2 {
    font-size: 42px;
    line-height: 48px;
    color: #0B4A88;
    letter-spacing: normal
}

.director-section .text-block h2 span {
    color: #00b2fe
}

.director-section .text-block ol {
    list-style-type: none;
    counter-reset: ol;
    padding-left: 0
}

.director-section .text-block ol li {
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    font-family: 'Roboto',sans-serif
}

.director-section .text-block ol li h3 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0
}

.director-section .text-block ol li:before {
    counter-increment: ol;
    content: counter(ol);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 24px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,66,131,.1);
    background: #fff;
    color: #00B2FE;
    font-family: 'Bebas Neue';
    font-size: 20px
}


.good-service .text-block ol {
    list-style-type: none;
    counter-reset: ol;
    padding-left: 0
}

.good-service .text-block ol li {
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    font-family: 'Roboto',sans-serif
}

.good-service .text-block ol li h3 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0
}

.good-service .text-block ol li:before {
    counter-increment: ol;
    content: counter(ol);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 24px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,66,131,.1);
    background: #fff;
    color: #00B2FE;
    font-family: 'Bebas Neue';
    font-size: 20px
}

.text-block-list ol {
    list-style-type: none;
    counter-reset: ol;
    padding-left: 0
}

.text-block-list ol li {
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    font-family: 'Roboto',sans-serif
}

.text-block-list ol li h3 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0
}

.text-block-list ol li:before {
    counter-increment: ol;
    content: counter(ol);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 24px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,66,131,.1);
    background: #fff;
    color: #00B2FE;
    font-family: 'Bebas Neue';
    font-size: 20px
}

.director-section .director-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.director-section .director-block:before {
    display: block;
    width: 314px;
    height: 376px;
    background: url(../images/med-logo.svg) no-repeat center / contain;
    position: absolute;
    left: 40px;
    top: 0
}

.director-section .director-block .director-plane {
    padding: 24px 41px 19px 0;
    background: #fff;
    position: relative;
    border-radius: 0 50px 5px 0;
    position: relative
}

.director-section .director-block .director-plane .title {
    font-family: 'Bebas Neue';
    font-size: 26px;
    line-height: 29px;
    color: #00B2FE
}

.director-section .director-block .director-plane .name {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #004283
}

.director-section .director-block img {
    position: absolute;
    left: 38px;
    bottom: calc(-78px - 55px);
    width: 547px;
    height: auto;
    max-width: initial;
    height: 555px
}

.good-service {
    padding: 87px 0 102px;
    background: #F0F8FF
}

.good-service .blue-btn {
    margin-top: 50px;
    width: 240px;
    text-decoration: none
}

.good-service .good-services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    align-items: flex-start
}

.good-service .good-services .service-item {
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
    width: calc(100% / 2 - 20px)
}

.good-service .good-services .service-icon {
    width: 99px;
    min-width: 99px;
    height: 99px;
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 37px
}

.good-service .good-services .service-text {
    padding-top: 17px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: #004283;
    font-size: 18px
}

.global-title {
    font-family: 'Bebas Neue';
    color: #0B4A88;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 0
}

.modern-tpl .global-title {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    line-height: 120%;
    text-transform: initial
}

.global-title span {
    color: #00b2fe
}

.programs-clinic {
    padding-top: 100px
}

.programs-clinic p {
    margin-top: 10px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283
}

.programs-clinic .clinic-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -20px 0
}

.programs-clinic .clinic-tabs .clinic-tab {
    width: calc(100% / 4 - 40px);
    margin: 10px 20px 0;
    border: 1px solid rgba(11,74,136,.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    text-decoration: none;
    font-size: 12px;
    color: #0B4A88
}

.programs-clinic .clinic-tabs .clinic-tab.active {
    background: #0B4A88;
    color: #fff
}

.programs-clinic .clinic-tabs .clinic-tab:not(.active):hover {
    background: rgba(11,74,136,.1);
    border-color: rgba(11,74,136,.1)
}

.programs-clinic .clinic-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -25px 0
}

.programs-clinic .clinic-list .clinic {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin: 40px 25px 0;
    width: calc(100% / 3 - 50px)
}

.programs-clinic .clinic-list .clinic .thumb {
    height: 330px;
    width: 100%
}

.programs-clinic .clinic-list .clinic .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cever
}

.programs-clinic .clinic-list .clinic .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    margin-top: 21px
}

.programs-clinic .clinic-list .clinic .cat-name {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #989898
}

.check-up {
    padding: 100px 0
}

.check-up .text {
    width: 550px
}

.check-up .text ol {
    list-style-type: none;
    counter-reset: ol;
    padding-left: 0
}

.check-up .text ol li {
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    font-family: 'Roboto',sans-serif;
    padding-right: 20px
}

.check-up .text ol li:before {
    counter-increment: ol;
    content: counter(ol);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 24px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,66,131,.1);
    background: #fff;
    color: #00B2FE;
    font-family: 'Bebas Neue';
    font-size: 20px
}

.check-up .video-block {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 572px;
    height: 344px
}

.check-up .video-block img,.check-up .video-block video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.check-up .video-block .play-btn {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff url(../images/video-play.svg) no-repeat center;
    background-size: 14px 21px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.check-up .container {
    display: flex;
    justify-content: space-between;
    position: relative
}

.blue-banner {
    background: #00b1fd;
    overflow: hidden
}

.blue-banner .container {
    position: relative;
    padding: 100px 0 120px;
    min-height: 490px
}

.blue-banner .global-title span {
    color: #fff
}

.blue-banner .text {
    width: 500px;
    position: relative;
    z-index: 2
}

.blue-banner .text p {
    margin-top: 20px;
    font-weight: 300;
    font-weight: 18;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto',sans-serif
}

.blue-banner .text .btns {
    display: flex;
    margin-left: -10px;
    margin-top: 20px
}

.blue-banner .text .blue-btn {
    margin-top: 10px;
    margin-left: 10px;
    width: 240px;
    text-decoration: none
}

.blue-banner .text .blue-btn:not(.white):hover {
    color: #fff
}

.blue-btn.white:hover {
    background: #00274E;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    color: #fff!important;
    border-color: #00274E
}

.blue-banner .woman {
    position: absolute;
    left: 590px;
    bottom: 0;
    height: 100%
}

.blue-banner .woman:before {
    content: '';
    display: block;
    width: 314px;
    height: 376px;
    background: url(../images/med-logo.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    bottom: 67px;
    opacity: .23
}

.blue-banner .woman:after {
    content: '';
    display: block;
    position: absolute;
    left: 67px;
    top: -100px;
    bottom: -100px;
    width: 540px;
    height: 540px;
    background: #fff;
    opacity: .56;
    filter: blur(250px);
    margin: auto
}

.blue-banner .woman img {
    position: absolute;
    left: 76px;
    bottom: 0;
    transform-origin: bottom left;
    transform: scale(.5);
    z-index: 1;
    max-width: initial
}

.global-text {
    padding: 90px 0 100px
}

.global-text .global-text {
    display: none
}

.global-text .text p {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E
}

.global-text .text h2 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 1.1;
    color: #0B4A88;
    letter-spacing: normal
}

.global-text .text img.alignright:not(:first-child) {
    margin-top: 20px
}

.global-text .text img {
    border-radius: 15px;
    width: 380px;
    height: auto
}

.global-text .text h3+p,.global-text .text>strong+p {
    margin-top: 10px
}

.global-text.mini {
    padding: 30px 0 0
}

.global-text.mini .text p {
    margin-top: 10px;
    font-size: 19px
}

.global-text .text p,.global-text .text img {
    margin-top: 20px;
    padding-bottom: 0
}

.global-text .text img.alignright {
    margin-top: 0
}

.global-text .text h3,.global-text .text>strong,.global-text .text span strong,.global-text .text strong span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    color: #0B4A88;
    letter-spacing: normal;
    text-transform: initial;
    font-family: "Open Sans"
}

.global-text .text ul {
    list-style-type: none;
    padding-left: 0
}

.global-text .text ul li {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    display: flex;
    padding-left: 0;
    display: block;
    position: relative;
    padding-left: 24px
}

.global-text .text ul li:before {
    content: '';
    display: block;
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00B2FE;
    margin-right: 20px;
    left: 0;
    top: 9px;
    position: absolute
}

.global-directions {
    padding-bottom: 90px
}

.global-directions .dir-items {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -10px 0
}

.global-directions .dir-items .global-direction {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    text-decoration: none;
    color: #14427F
}

.global-directions .dir-items .global-direction:hover {
    color: #fff;
    background: #14427F
}

.global-directions .dir-items .global-direction .icon {
    height: 110px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.global-directions .dir-items .global-direction .name {
    margin-top: 20px;
    color: #004283;
    line-height: 24px;
    min-height: 48px;
    font-weight: 600;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 3px
}

.global-directions .dir-items .global-direction:hover .name {
    color: #fff
}

.bb-none .dw-hr:last-child {
    display: none
}

.bb-none .under-btn {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    text-align: center;
    font-style: normal
}

.t-banner {
    padding-bottom: 86px;
    margin-top: 20px
}

.t-banner h1 {
    letter-spacing: normal
}

.t-banner .inner-banner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 32px
}

.t-banner .inner-banner .b-text {
    width: 648px
}

.t-banner.extended .inner-banner .b-text {
    width: 768px;
    max-width: 100%
}

.t-banner .inner-banner .b-text strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #004283;
    letter-spacing: normal
}

.t-banner .inner-banner .b-text p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    padding-bottom: 0
}

.t-banner .inner-banner .b-text p:first-child {
    margin-top: 0
}

.t-banner .inner-banner .b-text .btns {
    display: flex;
    margin-top: 30px;
    margin-left: -10px
}

.t-banner .inner-banner .b-text .btns .blue-btn {
    width: 240px;
    text-decoration: none;
    margin-left: 10px;
    height: 50px;
    font-size: 20px;
    margin-top: 10px
}

.t-banner .inner-banner .b-text .btns .blue-btn:not(.blue-line):hover {
    color: #fff
}

.t-banner .inner-banner .b-picture {
    width: 454px;
    height: 253px;
    border-radius: 15px;
    overflow: hidden
}

.t-banner .inner-banner .b-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blue-btn.blue-line {
    border: 1px solid rgba(0,66,131,.2);
    background: transparent;
    color: #004283
}

.blue-btn.blue-line:hover {
    color: #fff!important;
    background: #00274E!important;
    border-color: #00274E!important
}

.blue-btn.bebas {
    font-size: 20px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    border-width: 1px;
    min-height: 50px
}

.dw-hr.news {
    margin: -40px 0 -50px
}

.recomends-clinics {
    padding: 100px 0
}

.recomends-clinics .recomends-clinics-slider {
    margin-top: 40px
}

.recomends-clinics .recomends-clinics-slider .clinic {
    display: block;
    text-decoration: none;
    display: block
}

.recomends-clinics .recomends-clinics-slider .clinic .thumb {
    height: 330px;
    display: block
}

.recomends-clinics .recomends-clinics-slider .clinic .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.recomends-clinics .recomends-clinics-slider .clinic .name {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    display: block;
    font-family: 'Roboto',sans-serif
}

.recomends-clinics .recomends-clinics-slider .clinic .cat-name {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    display: block;
    font-family: 'Roboto',sans-serif
}

.recomends-clinics .recomends-clinics-slider .owl-nav .owl-next svg {
    transform: rotate(180deg)
}

.recomends-clinics .recomends-clinics-slider .owl-nav .owl-next,.recomends-clinics .recomends-clinics-slider .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    background: #00274E;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.recomends-clinics .recomends-clinics-slider .owl-nav .owl-next {
    right: -25px
}

.recomends-clinics .recomends-clinics-slider .owl-nav .owl-prev {
    left: -25px
}

.recomends-clinics .recomends-clinics-slider .owl-nav .owl-next.disabled,.recomends-clinics .recomends-clinics-slider .owl-nav .owl-prev.disabled {
    background: #fff;
    color: #00274E
}

.treatment-list {
    padding: 0 0 90px;
    margin-top: -40px
}

.treatment-list .items-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap
}

.treatment-list .items-list .t-item {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    text-decoration: none
}

.treatment-list .items-list .item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #B3B3B3;
    display: block
}

.treatment-list .items-list .item-name b,.treatment-list .items-list .item-name strong {
    color: #0b4a88
}

.treatment-list .items-list .item-text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #858687;
    display: block;
    max-width: 495px
}

.treatment-list .items-list .item-text b,.treatment-list .items-list .item-text strong {
    color: #00b2fe;
    font-weight: 400
}

.treatment-list .items-list .t-item:hover {
    background: #0B4A88;
    box-shadow: 0 20px 40px rgba(0,66,131,.05)
}

.treatment-list .items-list .t-item:hover .item-name {
    color: #3474B4
}

.treatment-list .items-list .t-item:hover .item-name b,.treatment-list .items-list .t-item:hover .item-name strong {
    color: #00b2fe
}

.treatment-list .items-list .t-item:hover .item-text {
    color: #fff
}

.treatment-list .items-list .t-item:hover .item-text b,.treatment-list .items-list .t-item:hover .item-text strong {
    color: #00b2fe
}

.another-dir {
    padding-top: 90px
}

.another-dir .global-title {
    margin-bottom: 50px
}

.toggleText {
    display: none
}

.good-service+.global-text {
    padding-top: 70px
}

.front__main-banner {
    padding: 100px 0 120px;
    background: no-repeat 10% 54% / cover;
}

.front__main-banner .banner-text {
    max-width: 880px;
}

.front__main-banner .banner-text h1 {
    font-family: 'Uni Sans SemiBold';
    letter-spacing: normal;
    color: #004283;
    font-size: 32px;
    line-height: 1.4;
}

.front__main-banner .banner-text p {
    margin-top: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding: 30px;
    line-height: 0;
    margin-bottom: 80px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f55781;
    border-radius: 5px;
}

.front__main-banner .banner-text .btns {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px
}

.front__main-banner .banner-text .btns>a {
    margin-top: 20px;
    text-decoration: none;
    width: 240px;
    margin-left: 23px;
    font-size: 14px;
    font-family: 'Uni Sans';
    font-weight: 700
}

.front__main-banner .banner-text .btns>a:not(.white):hover {
    color: #fff
}

.front__how-we-work {
    background: #F0F8FF;
    padding: 73px 0 103px
}

.front--title {
    font-family: 'Uni Sans SemiBold';
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #004283
}

.front__how-we-work ol {
    counter-reset: work-item;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative
}

.front__how-we-work ol li {
    width: 360px;
    display: flex;
    color: #004283;
    font-size: 24px;
    line-height: 130%;
    color: #004283;
    font-family: 'Uni Sans Book';
    margin-top: 38px;
    font-weight: 600;
    margin-bottom: 43px
}

.front__how-we-work ol li:before {
    counter-increment: work-item;
    content: counter(work-item);
    font-family: 'Uni Sans';
    font-weight: 900;
    font-size: 112px;
    line-height: 100%;
    color: #fff;
    text-shadow: 0 34px 94px rgb(20 66 127 / 62%);
    margin-right: 37px;
    width: 66px;
    text-align: center;
    margin-top: -10px
}

.front__how-we-work .btn-wrapper {
    margin-top: 44px;
    display: flex;
    justify-content: center
}

.front__how-we-work .btn-wrapper .blue-btn {
    text-decoration: none;
    padding-left: 52px;
    padding-right: 52px;
    font-family: 'Uni Sans';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: normal
}

.front__how-we-work .btn-wrapper .blue-btn:hover {
    color: #fff
}

.front__how-we-work .container {
    position: relative
}

.front__how-we-work .top-vector {
    width: 1166px;
    height: 254px;
    background: url(../images/top-vector.png) no-repeat center / contain;
    top: 27px;
    left: 132px;
    position: absolute
}

.front__how-we-work .bottom-vector {
    width: 1001px;
    height: 235px;
    background: url(../images/bottom-vector.png) no-repeat center / contain;
    top: 220px;
    left: -222px;
    position: absolute
}

.front__how-we-work .bottom-vector:after {
    content: '';
    position: absolute;
    display: block;
    width: 354px;
    height: 114px;
    bottom: 0;
    right: 0;
    background: url(../images/bottom-vector-mod.png) no-repeat center / contain
}

.nreviews {
    padding: 90px 0 85px
}

.nreviews .topline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.nreviews .topline .global-title {
    text-align: left;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Uni Sans SemiBold';
    margin-right: 20px;
    text-transform: unset
}

.nreviews .topline .blue-btn {
    height: 50px
}

.nreviews .rslider {
    margin-top: 20px;
    position: relative
}

.nreviews .rslider .owl-nav .owl-prev,.nreviews .rslider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,66,131,.1);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none
}

.nreviews .rslider .owl-nav .owl-prev:after,.nreviews .rslider .owl-nav .owl-next:after {
    content: '';
    display: block;
    width: 9px;
    height: 14px;
    background: url(../images/slider-btn.svg) no-repeat center / contain
}

.nreviews .rslider .owl-nav .owl-next:after {
    transform: rotate(180deg)
}

.nreviews .rslider .owl-nav .owl-prev {
    left: -25px
}

.nreviews .rslider .owl-nav .owl-next {
    right: -25px
}

.nreviews .rslider .review {
    background: #fff;
    padding: 40px 50px 55px;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    border-radius: 10px
}

.nreviews .rslider .review .user-info {
    display: flex;
    align-items: center
}

.nreviews .rslider .review .user-info .pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.nreviews .rslider .review .user-info .pic img {
    width: 100%;
    height: 100%
}

.nreviews .rslider .review .user-info .info .name {
    font-size: 16px;
    line-height: 22px;
    color: #0B4A88
}

.nreviews .rslider .review .user-info .info .date {
    margin-top: 8px;
    font-size: 12px;
    line-height: 17px;
    color: #8B97A5
}

.nreviews .rslider .review .r-text {
    margin-top: 30px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #525F6C
}

.nreviews .rslider .review .r-text a {
    text-decoration: none;
    font-weight: 500;
    color: #0B4A88
}

.nreviews .more-reviews {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.nreviews .more-reviews .title {
    font-family: 'Uni Sans Book';
    font-size: 34px;
    line-height: 120%;
    color: #004283
}

.nreviews .more-reviews .r-services {
    display: flex;
    align-items: flex-end
}

.nreviews .more-reviews .r-services .service {
    width: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    color: #D2DBE4
}

.nreviews .more-reviews .r-services .service:hover {
    color: #8B97A5
}

.nreviews .more-reviews .r-services .service:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 38px;
    width: 1px;
    opacity: .2;
    background: #8B97A5
}

.fcontainer {
    max-width: 926px
}

.nfaq {
    padding: 100px 0
}

.nfaq .global-title {
    text-align: center;
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    line-height: 120%;
    text-transform: unset;
    letter-spacing: 1
}

.nfaq .nfaq-items {
    margin-top: 20px
}

.nfaq .nfaq-items h3 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0
}

.nfaq .nfaq-items .nfaq-item {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #F0F8FF
}

.nfaq .nfaq-items .nfaq-item .faq-top {
    padding: 25px 30px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    color: #292B2E;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    cursor: pointer;
    display: flex;
    align-items: center
}

.nfaq .nfaq-items .nfaq-item.active .faq-top {
    font-weight: 500
}

.nfaq .nfaq-items .nfaq-item .faq-top .circle {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    min-width: 33px;
    height: 33px;
    margin-right: 25px;
    border-radius: 50%;
    border: 1px solid rgba(139,151,165,.2);
    background: #fff;
    position: relative
}

.nfaq .nfaq-items .nfaq-item .faq-top .circle:before,.nfaq .nfaq-items .nfaq-item .faq-top .circle:after {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #8B97A5
}

.nfaq .nfaq-items .nfaq-item .faq-top .circle:after {
    transform: rotate(90deg)
}

.nfaq .nfaq-items .nfaq-item .faq-text {
    padding: 30px 35px 40px 89px;
    font-size: 15px;
    line-height: 150%;
    color: #525F6C;
    margin-bottom: 10px;
    display: none;
    font-family: 'Roboto',sans-serif
}

.nfaq .nfaq-items .nfaq-item .faq-text a {
    color: #0B4A88;
    text-decoration: none;
    font-weight: 700
}

.nfaq .nfaq-items .nfaq-item.active .faq-top {
    background: #82CFFF;
    color: #fff
}

.nfaq .nfaq-items .nfaq-item.active .faq-top .circle {
    border-color: #fff
}

.nfaq .nfaq-items .nfaq-item.active .faq-top .circle:before,.nfaq .nfaq-items .nfaq-item.active .faq-top .circle:after {
    background: #82CFFF
}

.nprices {
    padding: 100px 0;
    background: #F0F8FF
}

.nprices .global-title {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    text-transform: unset
}

.nprices .nprice-tabs {
    display: flex;
    background: rgba(216,230,242,.4);
    border-radius: 40px;
    margin-top: 30px;
    padding: 5px
}

.nprices .nprice-tabs .nprice-tab {
    flex: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(139,151,165,.6);
    font-family: 'Uni Sans SemiBold';
    font-size: 14px;
    line-height: 17px;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700
}

.nprices .nprice-tabs .nprice-tab:not(.active):hover {
    color: #004283
}

.nprices .nprice-tabs .nprice-tab.active {
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    background: #82CFFF
}

.nprices .nprice-tabs .nprice-tab:not(.active):not(.active-prev):not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 0;
    width: 1px;
    background: rgba(139,151,165,.1)
}

.nprices .nprice-tab-content {
    margin-top: 30px
}

.nprices .nprice-tab-content .toggleTable {
    display: none
}

.nprices .nprice-tab-content .nprice-table {
    width: 100%
}

.nprices .nprice-tab-content .nprice-table thead th {
    border-bottom: 3px solid rgba(139,151,165,.1);
    font-family: 'Uni Sans SemiBold';
    font-size: 14px;
    color: rgba(139,151,165,.66);
    text-transform: uppercase
}

.nprices .nprice-tab-content .nprice-table td,.nprices .nprice-tab-content .nprice-table th {
    padding: 18px 22px
}

.nprices .nprice-tab-content .nprice-table td {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #525F6C;
    border-bottom: 1px solid rgba(139,151,165,.1)
}

.nprices .nprice-tab-content .nprice-table td:not(:last-child) {
    padding-right: 130px
}

.nprices .nprice-tab-content .nprice-table td:not(:first-child) {
    width: 1px;
    white-space: nowrap
}

.nprices .nprice-tab-content .nprice-table td.light {
    font-weight: 300;
    color: #8B97A5
}

.nprices .nprice-tab-content .nprice-table td.bold {
    font-family: 'Uni Sans SemiBold';
    font-size: 27px;
    color: #0B4A88
}

.nprices .btn-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.nprices .btn-wrap .blue-btn {
    padding: 0 41px;
    font-family: 'Uni Sans SemiBold';
    font-size: 14px;
    text-decoration: none
}

.nprices .btn-wrap .blue-btn:hover {
    color: #fff
}

.ninstagram {
    background: #40b0f5;
    padding: 100px 0 72px
}

.ninstagram .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative
}

.ninstagram .container:before,.ninstagram .container:after {
    display: none
}

.ninstagram .ni-text {
    position: relative;
    color: #fff;
    z-index: 2
}


.ninstagram .ni-text .text {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    line-height: 120%;
    color: #F0F8FF
}

.ninstagram .ni-text .instagram {
    margin-top: 50px;
    display: flex;
    align-items: center
}

.ninstagram .ni-text .instagram .icon {
    width: 50px;
    height: 50px;
    margin-right: 23px
}

.ninstagram .ni-text .instagram .icon img {
    width: 100%;
    height: 100%
}

.ninstagram .ni-text .instagram .i-text span {
    display: block;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    color: rgba(255,255,255,.9)
}

.ninstagram .ni-text .instagram .i-text a {
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: rgba(255,255,255,.9)
}

.ninstagram .ni-slider {
    margin-top: 85px;
    width: 460px;
    position: relative
}

.ninstagram .ni-slider img {
    width: 150px!important;
    height: 150px;
    object-fit: cover
}

.ninstagram .ni-slider:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    margin: auto;
    width: 174px;
    height: 174px
}

.ninstagram .ni-slider:after {
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    width: 267px;
    height: 293px;
    background: url(../images/med-phone.png) no-repeat center / contain
}

.ninstagram .ni-slider.owl-carousel .owl-stage-outer {
    overflow: visible
}

.ninstagram .ni-slider .owl-item:not(.active) {
    opacity: 0;
    visibility: hidden
}

.ninstagram .ni-slider .owl-item.active+.owl-item.active {
    transform: scale(1.2);
    z-index: 2
}

.ninstagram .ni-slider .owl-item.active+.owl-item.active+.owl-item.active {
    transform: none;
    z-index: inherit
}

.ninstagram .ni-slider .owl-nav .owl-prev,.ninstagram .ni-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    box-shadow: 0 14.2857px 28.5714px rgba(0,66,131,.05);
    outline: none
}

.ninstagram .ni-slider .owl-prev:before,.ninstagram .ni-slider .owl-next:before {
    content: '';
    display: block;
    width: 9;
    height: 17px;
    background: url(../images/blue-btn.svg) no-repeat center / contain
}

.ninstagram .ni-slider .owl-prev {
    left: -25px
}

.ninstagram .ni-slider .owl-next {
    right: -25px
}

.ninstagram .ni-slider .owl-next:before {
    transform: rotate(180deg)
}

.npartner {
    padding: 35px 0 0;
    overflow: hidden
}

.npartner .container {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.npartner .np-girl {
    width: calc((100vw - 100%) / 2 + (100% - 20px - 536px));
    position: absolute;
    right: calc(536px + 40px);
    height: 1000%;
    top: -35px;
    background: no-repeat center top / 100%
}

.npartner .np-girl:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
    height: 100%;
    display: block;
    background: linear-gradient(270deg,#FFFFFF 0%,rgba(255,255,255,0) 100%)
}

.npartner .np-text {
    width: 536px
}

.npartner .np-text .global-title {
    font-size: 36px;
    line-height: 120%;
    font-family: 'Uni Sans SemiBold';
    color: #004283;
    letter-spacing: normal
}

.npartner .np-text p {
    margin-top: 10px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #004283
}

.npartner .np-text .btns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: 20px
}

.npartner .np-text .btns>a {
    margin-left: 10px;
    text-decoration: none;
    width: 240px;
    font-family: 'Uni Sans SemiBold';
    font-size: 14px;
    height: 50px;
    font-weight: 700;
    margin-top: 10px
}

.npartner .np-text .btns>a:not(.white):hover {
    color: #fff
}

.npartner .np-text .desc {
    margin-top: 40px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283
}

.nfooter {
    padding: 5px 0 55px;
    background: #F5F6F8;
    position: relative
}

.nfooter .nf-toup {
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    border-radius: 50%;
    position: absolute;
    top: -35px;
    right: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #8B97A5;
    cursor: pointer
}

.nfooter .nf-toup:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/up-icon.svg) no-repeat center / contain;
    margin-bottom: 3px
}

.nfooter .container {
    display: flex;
    flex-wrap: wrap
}

.nfooter .nf-menu {
    width: calc((100% - 217px) / 2);
    margin-top: 50px
}

.nfooter .nf-menu .nf-title {
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    line-height: 190%;
    color: rgba(82,95,108,.9);
    margin-bottom: 10px
}

.nfooter .nf-menu ul {
    padding-left: 0
}

.nfooter .nf-menu ul li {
    display: block;
    margin-top: 5px
}

.nfooter .nf-menu ul li a {
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 220%;
    color: #636F7B;
    border: 0
}

.nfooter .nf-menu ul li a:hover,.nfooter .nf-menu.mini ul li a:hover {
    color: #82CFFF
}

.nfooter .nf-menu.mini ul li {
    font-size: 12px;
    color: #AEBBCA
}

.nfooter .nf-menu.mini ul li a {
    font-size: 12px;
    line-height: 17px;
    color: #525F6C;
    font-family: Open Sans
}

.nfooter .nf-contacts {
    width: 217px;
    margin-top: 50px
}

.nfooter .nf-contacts .contact {
    padding-left: 33px;
    position: relative
}

.nfooter .nf-contacts .contact:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/nf-contact.svg) no-repeat center / contain
}

.nfooter .nf-contacts .contact a {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: rgba(82,95,108,.9);
    text-decoration: none
}

.nfooter .nf-contacts .contact a.big {
    font-size: 24px;
    color: #525F6C;
    opacity: .9
}

.nfooter .nf-contacts .contact span {
    display: block;
    margin-top: 4px;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 15px;
    color: #8B97A5
}

.nfooter .nf-contacts .blue-btn {
    margin-top: 24px;
    text-decoration: none;
    width: 100%;
    font-family: 'Uni Sans';
    font-weight: 700;
    font-size: 14px;
    color: #0B4A88;
    box-shadow: 0 20px 40px rgba(0,66,131,.1)
}

.nfooter .nf-contacts .networks {
    margin-top: 40px;
    display: flex;
    margin-left: -10px
}

.nfooter .nf-contacts .networks a {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(139,151,165,.2);
    color: #8B97A5
}

.nfooter .nf-contacts .networks a:hover {
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    background: #fff;
    border-color: #fff;
    color: #0B4A88
}

.n-header .header-address {
    height: auto;
    width: 340px;
    display: flex;
    align-items: center
}

.n-header .header-address:before {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid rgba(209,213,219,.1);
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    border-radius: 50%;
    background: url(../images/n-address.svg) no-repeat center
}

.n-header .header-address a {
    font-size: 18px;
    line-height: 17px;
    color: #004283;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.n-header .header-address a br {
    display: none
}

.header.n-header .top-bar .logo .description {
    max-width: 215px;
}

.header.n-header .top-bar .logo .description br {
    display: none
}

.n-header .header-phone {
    width: 257px;
    margin-left: 28px;
    display: flex;
    align-items: center;
    height: auto
}

.n-header .header-phone:before {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid rgba(209,213,219,.1);
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    border-radius: 50%;
    background: url(../images/n-phone.svg) no-repeat center
}

.n-header .header-phone .phone-wrap a {
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #004283
}

.n-header .header-phone .phone-wrap span {
    font-size: 12px;
    line-height: 16px;
    color: #8B97A5;
    white-space: nowrap;
    margin-top: 0
}

.n-header .group-flex {
    margin-left: 155px;
}

.n-header .header-search input[name="s"] {
    width: 50px;
    height: 50px;
    background: #fff url(../images/n-search.svg) no-repeat center;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    border-color: #fff
}

.n-header.header .top-bar .blue-btn {
    width: 217px;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-family: 'Uni Sans';
    font-weight: 700;
    text-transform: uppercase
}

.header.n-header .top-bar,.header.n-header .bottom-bar {
    border: 0
}

.header.n-header .top-bar {
    position: relative
}

.header.n-header .top-bar:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc((100vw - 100%) / -2);
    height: 1px;
    width: 100vw;
    background: #E5EAF0
}

.header.n-header .bottom-bar .menu {
    padding-bottom: 0
}

.header.n-header .bottom-bar .menu>ul {
    margin-left: -20px;
    display: flex;
    justify-content: space-between
}

.header.n-header .bottom-bar .menu>ul>li {
    margin-left: 20px
}

.header.n-header .bottom-bar .menu ul li {
    margin-top: 0;
    line-height: normal
}

.header.n-header .bottom-bar .menu ul li a {
    font-family: 'Roboto',sans-serif;
    color: #004283;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none!important
}

.header.n-header .bottom-bar .menu>ul>li>a {
    padding: 17px 0 17px;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.header.n-header .bottom-bar .menu ul li a:hover {
    color: #00B2FE
}

.header.n-header .bottom-bar .menu ul li.child>a:after {
    margin-left: 10px;
    width: 8px;
    height: 5px;
    background: url(../images/n-menu-arrow.svg) no-repeat center / contain
}

.header.n-header .bottom-bar .menu ul li.child>a:hover:after {
    background-image: url(../images/n-menu-arrow-active.svg)
}

.header.n-header .bottom-bar .menu ul li .children {
    background: #FFF;
    box-shadow: 0 -10px 40px rgba(0,66,131,.05);
    left: -24px;
    padding: 14px 24px 16px;
    width: 225px
}

.header.n-header .bottom-bar .menu ul li .children:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00B2FE;
    box-shadow: 0 -10px 40px rgba(0,66,131,.05);
    border-radius: 10px
}

.director-section.n-director .text-block h2 {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    line-height: 120%;
    text-transform: unset;
    width: 628px
}

.director-section.n-director .director-block .director-plane .title {
    font-family: 'Uni Sans SemiBold';
    font-size: 22px;
    line-height: 29px
}

.good-service .global-title {
    font-family: 'Uni Sans SemiBold';
    color: #004283;
    font-size: 36px;
    line-height: 120%;
    text-transform: unset
}

.good-service .global-title br {
    display: none
}

.good-service .global-title span {
    color: inherit
}

.good-service .blue-btn {
    font-family: 'Uni Sans SemiBold';
    font-size: 14px;
    line-height: 17px
}

.good-service .blue-btn:hover {
    color: #fff
}

.blue-banner .global-title {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    line-height: 120%;
    font-weight: 700;
    color: #FCFDFE;
    text-transform: unset
}

.blue-banner .global-title br {
    display: none
}

.blue-banner .text .blue-btn {
    font-family: 'Uni Sans SemiBold';
    font-size: 14px;
    font-weight: 700
}

.blue-banner .woman img {
    transform-origin: bottom center;
    left: -145px;
    left: -720px
}

.grecaptcha-badge {
    right: -300px!important
}

.bread_crumbs {
    position: relative
}

.bread_crumbs:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    height: 1px;
    width: 100vw;
    background: #E5EAF0
}

.mobile-nav {
    display: none
}

.global-text+.recomends-clinics {
    padding-top: 0
}

.treatment-list+.global-text {
    padding-top: 0
}

.modern-tpl .bread_crumbs ol li a {
    color: #525F6C;
    text-decoration: none
}

.modern-tpl .bread_crumbs ol li a span {
    color: inherit
}

.modern-tpl .bread_crumbs ol li:last-child a {
    color: #8b97a5
}

.modern-tpl .bread_crumbs ol li:after {
    content: '·'
}

.clinic-consultation {
    background: #82CFFF;
    overflow: hidden
}

.clinic-consultation .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0
}

.clinic-consultation .container:before,.clinic-consultation .container:after {
    display: none
}

.clinic-consultation .text {
    max-width: 577px;
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    color: #FCFDFE;
    line-height: 120%;
    position: relative;
    z-index: 1
}

.clinic-consultation .text span {
    color: #004283
}

.clinic-consultation .blue-btn {
    width: 240px;
    text-decoration: none;
    height: 50px;
    text-transform: uppercase;
    font-family: 'Uni Sans';
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    position: relative;
    z-index: 1
}

.clinic-consultation .blue-btn:hover {
    background: #AB2E4B;
    color: #fff
}

.modern-tpl .directions_treatment_clinics .blue-btn:hover {
    background: #AB2E4B;
    color: #fff
}

.clinic-consultation .img {
    position: absolute;
    width: 440px;
    right: 185px;
    top: 0
}

.about-clinic-wstats {
    padding: 100px 0 84px
}

.about-clinic-wstats .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.about-clinic-wstats .title {
    font-family: 'Uni Sans SemiBold';
    font-size: 36px;
    line-height: 120%;
    color: #004283;
    width: 100%;
    margin-bottom: 30px;
    text-transform: initial;
    letter-spacing: normal
}

.about-clinic-wstats .text {
    max-width: 667px;
    margin-right: auto
}

.about-clinic-wstats .text p {
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    margin-top: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300
}

.about-clinic-wstats .text p em {
    font-style: normal;
    font-weight: 400
}

.about-clinic-wstats .text p:first-child {
    margin-top: 0
}

.about-clinic-wstats .text h3 {
    font-size: 24px;
    line-height: 120%;
    color: #004283;
    font-family: 'Uni Sans SemiBold';
    font-weight: 400;
    letter-spacing: normal;
    text-transform: unset
}

.about-clinic-wstats .text ul {
    margin: 0;
    padding: 0;
    padding-bottom: 10px
}

.about-clinic-wstats .text ul li {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    font-family: 'Roboto',sans-serif;
    padding-left: 20px;
    position: relative
}

.about-clinic-wstats .text ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #00B2FE
}

.about-clinic-wstats .text p strong {
    font-weight: 400;
    font-family: 'Uni Sans SemiBold'
}

.about-clinic-wstats .stats {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    margin-top: -51px;
    margin-left: -40px
}

.about-clinic-wstats .stats .stat {
    width: 135px;
    margin-top: 51px;
    margin-left: 40px
}

.about-clinic-wstats .stats .stat .value {
    color: #004283;
    font-size: 56px;
    line-height: 120%;
    font-family: 'Uni Sans Book'
}

.about-clinic-wstats .stats .stat .name {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283
}

.clinic-services .container {
    padding: 90px 0 100px
}

.clinic-services .global-title {
    margin-bottom: 10px
}

.clinic-services .service-group {
    margin-top: 20px;
    background: #FFF;
    box-shadow: 0 0 40px rgba(0,66,131,.1);
    border-radius: 10px;
    padding: 18px 20px 40px
}

.clinic-services .service-group.hide-services {
    padding-bottom: 18px
}

.clinic-services .service-group.hide-services .services {
    display: none
}

.clinic-services .service-group.hide-services .service-header .title {
    font-family: 'Uni Sans';
    font-weight: 400;
    color: #8B97A5
}

.clinic-services .service-group .service-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.clinic-services .service-group .service-header .title {
    font-size: 24px;
    line-height: 120%;
    color: #004283;
    font-family: 'Uni Sans SemiBold'
}

.clinic-services .service-group .service-header .line-btn {
    font-size: 14px;
    line-height: 50%;
    color: #8B97A5;
    display: flex;
    cursor: pointer
}

.clinic-services .service-group .service-header .line-btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    background: url(../images/desc-arrow-down.svg) no-repeat center / contain
}

.clinic-services .service-group .services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -85px;
    margin-top: 14px
}

.clinic-services .service-group .hide-on-mobile {
    display: none
}

.clinic-services .service-group .services .service {
    width: calc((100% / 3) - 85px);
    margin-left: 85px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start
}

.clinic-services .service-group .services .service .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 19px
}

.clinic-services .service-group .services .service .img img {
    max-width: 100%;
    max-height: 100%
}

.clinic-services .service-group .services .service .text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    margin-top: -4px
}

.clinic-services .service-group .services .service .text .mark {
    display: inline-block;
    margin-top: 12px;
    line-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-family: 'Uni Sans';
    font-weight: 700;
    background: #00B2FE;
    border-radius: 2px
}

.modern-tpl .clinic-services .service-group .services .service .img img {
    opacity: .3
}

.modern-tpl .similar_clinics .clinics {
    padding: 0
}

.modern-tpl .similar_clinics .clinics .clinic {
    width: 100%;
    margin: 0
}

.modern-tpl .similar_clinics .clinics .clinic .img img {
    border-radius: 10px;
    width: 100%
}

.modern-tpl .similar_clinics .clinics .clinic .description {
    margin-top: 21px
}

.modern-tpl .similar_clinics .clinics .clinic .description .name {
    color: #004283;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.modern-tpl .similar_clinics .clinics .clinic .description p {
    padding: 0;
    margin-top: 10px
}

.modern-tpl .similar_clinics .clinics .owl-nav .owl-prev,.modern-tpl .similar_clinics .clinics .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.modern-tpl .similar_clinics .clinics .owl-nav .owl-prev span,.modern-tpl .similar_clinics .clinics .owl-nav .owl-next span {
    display: none
}

.modern-tpl .similar_clinics .clinics .owl-nav .owl-prev {
    left: -25px
}

.modern-tpl .similar_clinics .clinics .owl-nav .owl-next {
    right: -25px
}

.modern-tpl .similar_clinics .clinics .owl-nav .owl-prev:after,.modern-tpl .similar_clinics .clinics .owl-nav .owl-next:after {
    content: '';
    display: block;
    width: 7px;
    height: 13px;
    background: url(../images/slider-arrow.svg) no-repeat center / contain
}

.modern-tpl .doctors_clinics {
    padding: 90px 0 100px
}

.modern-tpl .doctors_clinics .doctors {
    border: 0;
    padding-bottom: 0
}

.modern-tpl .doctors_clinics .doctors .doctor {
    margin-top: 40px;
    padding-right: 0
}

.modern-tpl .doctors_clinics .doctors .doctor:nth-child(odd) {
    padding-right: 40px
}

.modern-tpl .doctors_clinics .doctors .doctor .img {
    border: 1px solid rgba(0,39,78,.1);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 59px
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor {
    width: calc(100% - 276px)
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .name {
    font-family: 'Uni Sans SemiBold';
    font-size: 24px;
    line-height: 120%;
    color: #004283
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .sub-position li {
    font-size: 14px;
    line-height: 17px;
    color: #8B97A5
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .sub-position li:after {
    display: none;
    position: static;
    content: ','
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .sub-position li:last-child:after {
    display: none
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .info-doctor li,.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .operations-performed li {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #004283
}

.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .info-doctor li:before,.modern-tpl .doctors_clinics .doctors .doctor .description-doctor .operations-performed li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00B2FE
}

.moder-tpl .doctors_clinics h2 {
    margin-bottom: 0
}

.modern-tpl .doctors_clinics .show-more {
    width: 100%;
    height: 60px;
    background: #F0F8FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 50%;
    color: #8B97A5;
    text-decoration: none;
    margin-top: 46px
}

.modern-tpl .doctors_clinics .show-more:after {
    display: block;
    width: 10px;
    height: 6px;
    background: url(../images/desc-arrow-down.svg) no-repeat center;
    margin-left: 11px;
    position: static
}

.modern-tpl .directions_treatment_clinics {
    background: #F0F8FF;
    padding: 100px 0
}

.modern-tpl .directions_treatment_clinics h2 {
    margin-bottom: 0
}

.modern-tpl .directions_treatment_clinics .directions {
    margin: 21px 0 0 -10px
}

.modern-tpl .directions_treatment_clinics .directions .direction {
    margin: 19px 10px 0;
    width: auto;
    padding: 0 40px;
    min-width: 0;
    height: 55px;
    background: #E6F1FA;
    border-radius: 30px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    border: 0
}

.modern-tpl .directions_treatment_clinics .directions .direction.active,.modern-tpl .directions_treatment_clinics .directions .direction:hover {
    background: #00B2FE;
    color: #fff
}

.modern-tpl .directions_treatment_clinics .directions .direction.diagnostics:hover:before,.modern-tpl .directions_treatment_clinics .directions .direction.diagnostics.active:before {
    background-color: transparent
}

.modern-tpl .directions_treatment_clinics .description_direction>ol {
    margin: 0
}

.modern-tpl .directions_treatment_clinics .description_direction>ol>li {
    background: #FFF;
    box-shadow: 0 20px 100px rgba(0,66,131,.2);
    border-radius: 10px;
    margin-top: 10px
}

.modern-tpl .directions_treatment_clinics .description_direction>ol>li .top-line {
    padding: 5px 30px;
    min-height: 60px;
    display: flex;
    align-items: center;
    border: 0;
    margin: 0
}

.modern-tpl .directions_treatment_clinics .description_direction>ol>li .top-line:before {
    content: counters(section,".",decimal-leading-zero) '.';
    width: 50px;
    color: #004283;
    opacity: .3;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program {
    padding: 0 30px;
    padding-bottom: 71px;
    position: relative
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 70px;
    height: 1px;
    width: 100%;
    left: 0;
    background: #E5EAF0
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program .hide-prog {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 17px;
    color: #0B4A88;
    display: flex;
    align-items: center
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program .hide-prog:after {
    content: '';
    width: 10px;
    height: 5px;
    margin-left: 11px;
    background: url(../images/prog-up.svg) no-repeat center / contain
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table+p {
    height: 71px;
    margin: 0 -30px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    margin-bottom: -71px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th {
    padding-top: 32px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:nth-child(2) p {
    color: #E7476D
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:nth-child(2):after {
    background-color: #E7476D
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table td:nth-child(2) ul li:after {
    background-color: #E7476D
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p {
    padding: 0;
    margin: 0;
    text-align: left!important;
    width: auto;
    display: inline;
    font-size: 24px;
    line-height: 120%;
    color: #00B2FE;
    text-transform: initial
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:first-child {
    padding-left: 50px;
    font-family: 'Uni Sans Book'
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:last-child {
    margin-left: 41px;
    font-family: 'Uni Sans SemiBold'
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:after {
    content: '';
    display: block;
    background: #00B2FE;
    border-radius: 10px;
    height: 4px;
    margin-top: 19px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:first-child,.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table td:first-child {
    padding-right: 22px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:last-child,.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table td:last-child {
    border-left: 1px solid #E5EAF0;
    padding-left: 22px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program ul {
    padding: 31px 0 36px;
    margin-top: -10px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program ul li {
    padding-left: 44px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #004283;
    margin-top: 10px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program ul li:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00B2FE;
    left: 0;
    top: 6px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .description_prog {
    margin: 0 0 0 auto;
    border: 0;
    font-size: 14px;
    color: #8B97A5;
    font-family: Open Sans;
    display: flex;
    align-items: center
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .description_prog:after {
    width: 10px;
    height: 5px;
    background: url(../images/prog-down.svg) no-repeat center;
    margin-left: 11px;
    position: static
}

.modern-tpl .directions_treatment_clinics .description_direction ol li.opened .top-line .description_prog:after {
    background-image: url(../images/prog-up.svg)
}

.modern-tpl .directions_treatment_clinics .description_direction ol li.opened .top-line .description_prog {
    color: #0B4A88
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .name {
    font-size: 20px;
    line-height: 24px;
    color: #004283;
    font-family: 'Uni Sans';
    font-weight: 400;
    width: calc(50% - 50px);
    padding-right: 22px
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .name.premium {
    color: #E7476D
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .name.premium:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
    width: 18px;
    height: 18px;
    background: url(../images/premium.svg) no-repeat center / contain
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .half-part {
    width: 50%;
    min-width: 50%;
    margin-left: auto;
    padding-left: 25px;
    display: flex
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .price_prog {
    padding-left: 36px;
    font-size: 20px;
    line-height: 24px;
    color: #004283;
    font-family: 'Uni Sans SemiBold';
    position: relative
}

.modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .price_prog .icons {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px
}

.modern-tpl .directions_treatment_clinics .blue-btn {
    width: 330px;
    margin: 40px auto 0;
    height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Uni Sans';
    font-weight: 700
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic img {
    border-radius: 5px;
    max-height: 397px;
    object-fit: cover
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-dots .owl-dot.active {
    background: #00274E;
    opacity: 1;
    border-color: #00274E
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-dots .owl-dot {
    background: #8B97A5;
    opacity: .4;
    border: 2px solid transparent;
    margin: 0 11.5px;
    width: 6px;
    height: 6px;
    display: block
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic {
    margin-top: 0
}

.modern-tpl .clinic_clinics h1 {
    font-family: 'Uni Sans SemiBold';
    font-size: 42px;
    line-height: 52px;
    color: #004283;
    text-transform: initial
}

.modern-tpl .clinic_clinics .address_clinic p {
    font-family: Open Sans;
    font-size: 12px;
    line-height: 17px;
    color: #8B97A5
}

.modern-tpl .clinic_clinics .address_clinic p.city {
    font-family: 'Uni Sans Book';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #004283;
    margin-bottom: 5px
}

.modern-tpl .clinic_clinics .address_clinic p .show_map {
    display: table;
    text-decoration: none;
    margin-left: 0;
    color: #2dc0ff
}

.modern-tpl .clinic_clinics .address_clinic p .show_map:after {
    display: none
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul {
    padding-left: 0
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info .foreign-patients:before,.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info .language:before {
    display: none
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info {
    width: 285px
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info .list-title {
    font-family: 'Uni Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #8B97A5;
    text-transform: uppercase;
    width: 100%;
    margin-top: 30px;
    display: block
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul {
    margin: 5px 0 0
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul.language {
    margin-left: -19px;
    display: flex;
    flex-wrap: wrap
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul.language li {
    margin-left: 18px;
    width: calc(50% - 18px);
    font-size: 14px;
    line-height: 130%;
    color: #004283;
    font-family: 'Uni Sans'
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul.foreign-patients li {
    font-size: 18px;
    line-height: 130%;
    color: #004283;
    font-family: 'Uni Sans Book'
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul.foreign-patients li b {
    font-family: 'Uni Sans SemiBold';
    font-size: 19px
}

.modern-tpl .clinic_clinics .main_info_clinic .right {
    padding-left: 34px
}

.modern-tpl .clinic_clinics .logo_clinic {
    display: block;
    width: 217px;
    height: 135px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0,66,131,.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-left: auto
}

.modern-tpl .clinic_clinics .logo_clinic img {
    width: 151px
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info {
    position: relative;
    margin-left: auto;
    width: 217px
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info .all_review {
    position: absolute;
    left: 28px;
    top: -60px;
    font-size: 20px;
    line-height: 130%;
    color: #004283;
    border-bottom: 2px dotted #004283;
    text-decoration: none
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info .all_review:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/rev.svg) no-repeat center / contain;
    left: -28px;
    position: absolute;
    top: -50px;
    bottom: -50px;
    margin: auto
}

.modern-tpl .clinic_clinics .main_info_clinic .clinic-video {
    width: 217px;
    height: 117px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-top: 22px
}

.modern-tpl .clinic_clinics .main_info_clinic .clinic-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.modern-tpl .clinic_clinics .main_info_clinic .clinic-video .btn_play {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #00B2FE url(../images/c-play.svg) no-repeat center/ 11px 14px
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row .discount {
    background: #E7476D;
    box-shadow: 0 4px 20px rgba(231,71,109,.2);
    border-radius: 4px;
    padding: 0 20px 0 11px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Uni Sans SemiBold';
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    width: 170px;
    min-width: 170px;
    margin-top: 15px
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row .discount:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 11px;
    background: url(../images/discount.svg) no-repeat center/ contain
}

.modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row .discount-desc {
    margin-top: 15px;
    font-family: 'Uni Sans';
    font-size: 14px;
    line-height: 130%;
    color: #004283
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev,.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev span,.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next span {
    display: none
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev {
    left: 22px
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next {
    right: 22px
}

.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev:after,.modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next:after {
    content: '';
    display: block;
    width: 7px;
    height: 13px;
    background: url(../images/slider-arrow.svg) no-repeat center / contain
}

.modern-tpl .clinic_clinics .main_info_clinic {
    margin-top: 23px
}

.modern-tpl .directions_treatment_clinics .description_direction p,.modern-tpl .directions_treatment_clinics .description_direction ul li {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    font-weight: 300
}

.modern-tpl .directions_treatment_clinics .description_direction ul {
    padding-left: 20px;
    padding-top: 10px
}

.modern-tpl .directions_treatment_clinics .description_direction strong,.modern-tpl .directions_treatment_clinics .description_direction b {
    font-size: 18px;
    font-family: 'Uni Sans SemiBold'
}

.modern-tpl .directions_treatment_clinics .description_direction a {
    color: #00B2FE
}

.modern-tpl .clinic-services .service-group .services .service .text p {
    padding-bottom: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: 300
}

.modern-tpl .clinic_clinics .main_info_clinic .right .lists-info .sale:before {
    display: none
}

.modern-tpl .nreviews {
    padding: 100px 0 90px;
    border-bottom: 1px solid #E5EAF0
}

.modern-tpl .clinic_clinics {
    padding: 27px 0 75px
}

.modern-tpl .clinic_clinics:after {
    display: none
}

.modern-tpl .clinic_clinics .h-mobile-info {
    display: none
}

.modern-tpl .clinic_clinics .main_info_clinic .right .logo_clinic {
    display: flex
}

.hline {
    width: 100%;
    height: 1px;
    background: #E5EAF0
}

.modern-tpl .similar_clinics {
    padding: 0 0 105px
}

.popup#fullMap {
    padding: 76px 37px 73px 56px;
    width: 966px
}

.popup#fullMap .global-title {
    font-size: 36px;
    line-height: 100%;
    color: #004283;
    text-transform: initial;
    font-family: 'Uni Sans SemiBold'
}

.popup#fullMap .map-row {
    display: flex;
    align-items: flex-start
}

.popup#fullMap .map-row .map-info {
    width: 267px;
    margin-right: 32px
}

.popup#fullMap .map-row .map-info p {
    font-family: Open Sans;
    font-size: 12px;
    line-height: 17px;
    color: #8B97A5;
    font-size: 12px;
    line-height: 17px;
    color: #8B97A5
}

.popup#fullMap .map-row .map-info p.city {
    margin: 20px 0 5px;
    font-family: 'Uni Sans Book';
    font-size: 18px;
    line-height: 130%;
    color: #004283
}

.popup#fullMap .map-row .map-block {
    height: 473px
}

.popup#fullMap .map-row .map-block iframe {
    width: 100%
}

.page-text-section {
    margin-top: 18px
}

.page-text-section h1 {
    font-family: 'Uni Sans SemiBold';
    font-size: 42px;
    line-height: 52px;
    color: #004283;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    padding: 0
}

.page-text-section p {
    margin-top: 9px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #004283;
    padding: 0
}

.main-filter .human-filter {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.main-filter .human-filter .h-filter-btns {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: auto
}

.main-filter .human-filter .h-filter-btn {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    margin-left: 5px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Uni Sans';
    font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    background: transparent
}

.main-filter .human-filter .h-filter-btn.btn-all {
    background: #E7476D;
    box-shadow: 0 20px 40px rgba(0,66,131,.05);
    color: #fff
}

.main-filter .human-filter .h-filter-btn.btn-man {
    color: #01B0FB;
    border-color: #01B0FB
}

.main-filter .human-filter .h-filter-btn.btn-man:before {
    content: '';
    display: block;
    width: 8px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/man.svg) no-repeat center / contain
}

.main-filter .human-filter .h-filter-btn.btn-woman {
    color: #E7476D;
    border-color: #E7476D
}

.main-filter .human-filter .h-filter-btn.btn-woman:before {
    content: '';
    display: block;
    width: 8px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/woman.svg) no-repeat center / contain
}

.main-filter .human-filter .h-input-group {
    display: flex
}

.main-filter .human-filter .h-input-group.g-v {
    flex-direction: column
}

.main-filter .human-filter .h-input-group.g-v .h-input:not(:first-child) {
    margin-top: 10px
}

.main-filter .human-filter .h-input {
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer
}

.main-filter .human-filter .h-input .blue-checkbox {
    margin: 0 10px 0 0
}

.main-filter .human-filter .h-input .name {
    font-size: 14px;
    line-height: 140%;
    color: #004283;
    font-family: 'Roboto',sans-serif
}

.main-filter .human-filter .h-select-filter {
    display: flex;
    align-items: baseline;
    margin-right: 22px
}

.main-filter .human-filter .h-select-filter .name {
    font-family: 'Uni Sans';
    font-weight: 700;
    color: #AAB6C2;
    text-transform: uppercase;
    font-size: 14px
}

.main-filter .human-filter .h-select-filter .select {
    position: relative;
    display: flex;
    align-items: center
}

.main-filter .human-filter .h-select-filter .selected {
    font-family: 'Uni Sans';
    font-weight: 700;
    color: #004283;
    text-transform: uppercase;
    appearance: none;
    background: transparent;
    border: 0;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    font-size: 14px
}

.main-filter .human-filter .h-select-filter .selected:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 1px dotted #004283;
    margin-top: -4px
}

.main-filter .human-filter .h-select-filter .list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #004283;
    display: none
}

.main-filter .human-filter .h-select-filter .list .option {
    cursor: pointer;
    padding: 4px;
    white-space: nowrap
}

.main-filter .human-filter .h-select-filter .list .option:hover {
    background: rgba(0,66,131,.05)
}

.main-filter .human-filter .h-select-filter .list .option:not(:last-child) {
    border-bottom: 1px solid #004283
}

.main-filter .human-filter .h-select-filter select {
    display: none
}

.main-filter .human-filter .h-select-filter .select:after {
    content: '';
    width: 8px;
    height: 5px;
    display: block;
    background: url(../images/_select.svg) no-repeat center / contain;
    margin-left: 10px
}

.main-filter .search-line {
    margin-top: 25px
}

.main-filter .search-line input {
    width: 100%;
    height: 77px;
    background: #F0F8FF url(../images/search-icon.svg) no-repeat 34px center / 18px;
    border-radius: 4px;
    padding: 0 81px;
    border: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #8B97A5
}

.main-filter .checkbox-filter {
    margin-top: 30px;
    padding: 0 30px;
    display: flex
}

.main-filter .checkbox-filter .title {
    font-family: 'Uni Sans SemiBold';
    font-size: 24px;
    line-height: 120%;
    color: #004283;
    width: 305px
}

.main-filter .checkbox-filter .checkboxes-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 305px);
    margin-top: -12px
}

.main-filter .checkbox-filter .checkboxes-list .h-input {
    width: calc(100% / 4);
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 400
}

.main-filter .checkbox-filter .checkboxes-list .h-input .blue-checkbox {
    margin: 0 10px 0 0
}

.main-filter .checkbox-filter .checkboxes-list .h-input .name {
    font-size: 14px;
    line-height: 140%;
    color: #004283;
    font-family: 'Roboto',sans-serif
}

.d-programs {
    margin-top: 35px;
    padding-bottom: 83px
}

.d-programs+.dw-hr {
    height: 1px;
    border: 0;
    background: #E5EAF0
}

.directions_treatment_clinics .description_direction .d-programs {
    margin-top: 0;
    padding-bottom: 0
}

.d-programs .programs-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.d-programs .d-program {
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0,66,131,.1);
    border-radius: 10px;
    padding: 18px 28px;
    margin-top: 10px;
    position: relative
}

.d-programs .programs-container:not(.view-all) .d-program.hide-for-more {
    display: none
}

.d-programs .d-program.opened .pcontent {
    display: block
}

.d-programs .d-program .p-header {
    display: flex;
    align-items: flex-start
}

.d-programs .d-program .p-header:before {
    content: attr(data-order) '.';
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #004283;
    opacity: .3;
    width: 53px
}

.d-programs .d-program .p-header .name-info {
    display: flex;
    flex-direction: column;
    width: calc(50% - 53px)
}

.d-programs .d-program .p-header .for-indicator {
    width: 61px;
    padding-left: 25px;
    display: flex
}

.d-programs .d-program .p-header .for-indicator .fi {
    width: 9px;
    height: 22px;
    background: no-repeat center / contain
}

.d-programs .d-program .p-header .for-indicator .fi-woman {
    background-image: url(../images/woman.svg)
}

.d-programs .d-program .p-header .for-indicator .fi-man {
    background-image: url(../images/man.svg)
}

.d-programs .d-program .p-header .name-info .name {
    font-family: 'Uni Sans';
    font-size: 20px;
    line-height: 24px;
    color: #004283
}

.d-programs .d-program.premium .p-header .name-info .name {
    color: #E7476D
}

.d-programs .d-program.premium .p-header .name-info .name:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
    width: 18px;
    height: 18px;
    background: url(../images/premium.svg) no-repeat center / contain
}

.d-programs .d-program .p-header .name-info .city {
    margin-top: 5px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #8B97A5
}

.d-programs .d-program .p-header .price-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.d-programs .d-program .p-header .price-info .price {
    font-family: 'Uni Sans SemiBold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #004283
}

.d-programs .d-program .p-header .price-info .discount-price {
    font-family: 'Uni Sans SemiBold';
    font-size: 15px;
    line-height: 24px;
    color: #8B97A5;
    position: relative
}

.d-programs .d-program .p-header .price-info .discount-price:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    left: 0;
    background: #8B97A5
}

.d-programs .d-program .p-header .price-info .discount-price:after {
    content: '-'attr(data-discount) '%';
    display: block;
    position: absolute;
    left: calc(100% + 6px);
    top: -104px;
    bottom: -100px;
    margin: auto;
    background: #E7476D;
    border-radius: 2px;
    padding: 0 2px;
    height: 15px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    color: #FFF
}

.d-programs .d-program .p-header .toggle-program {
    margin-left: auto;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 50%;
    color: #8B97A5;
    margin-top: 6px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.d-programs .d-program:not(.opened) .p-header .toggle-program .opened-state {
    display: none
}

.d-programs .d-program .p-header .toggle-program:after {
    content: '';
    display: block;
    margin-left: 11px;
    width: 10px;
    height: 6px;
    background: url(../images/desc-arrow-down.svg) no-repeat center / contain
}

.d-programs .d-program.opened .p-header .toggle-program .normal-state {
    display: none
}

.d-programs .d-program.opened .p-header .toggle-program {
    color: #0B4A88
}

.d-programs .d-program.opened .p-header .toggle-program:after {
    background-image: url(../images/prog-up.svg)
}

.d-programs .d-program .p-content {
    padding-top: 12px;
    display: none
}

.d-programs .d-program.opened .p-content {
    display: block
}

.d-programs .d-program .p-content .p-content-footer {
    border-top: 1px solid #E5EAF0;
    margin: 0 -30px;
    padding: 22px 30px 4px;
    display: flex
}

.d-programs .d-program .p-content .p-content-footer .footer-notice {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 17px;
    color: #8B97A5;
    max-width: calc(100% - 200px)
}

.d-programs .d-program .p-content .p-content-footer .footer-close-program {
    font-family: 'Open Sans';
    color: #0B4A88;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer
}

.d-programs .d-program .p-content .p-content-footer .footer-close-program:after {
    content: '';
    display: block;
    margin-left: 11px;
    width: 10px;
    height: 5px;
    background: url(../images/prog-up.svg) no-repeat center / contain
}

.d-programs .d-program .p-content .p-notice {
    padding-top: 8px;
    font-family: 'Uni Sans SemiBold';
    font-size: 18px;
    line-height: 120%;
    color: #0B4A88;
    padding-left: 53px
}

.d-programs .d-program .p-content .p-content-text {
    display: flex
}

.d-programs .d-program .p-content .blue-btn {
    margin: 22px auto 38px;
    width: 240px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Uni Sans';
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.d-programs .d-program .p-content .blue-btn:hover {
    color: #fff
}

.d-programs .d-program .p-content .p-content-text .text-col {
    width: 50%;
    margin-top: 6px;
    padding-bottom: 36px
}

.d-programs .d-program .p-content .p-content-text .text-col:first-child {
    padding-right: 22px
}

.d-programs .d-program .p-content .p-content-text .text-col:last-child {
    padding-left: 22px
}

.d-programs .d-program .p-content .p-content-text .text-col .pc-header {
    padding: 34px 0 20px;
    position: relative
}

.d-programs .d-program .p-content .p-content-text .text-col .pc-header .name {
    font-family: 'Uni Sans SemiBold';
    font-size: 24px;
    line-height: 120%;
    color: #00B2FE
}

.d-programs .d-program .p-content .p-content-text .text-col .pc-header .price {
    margin-left: 40px;
    font-family: 'Uni Sans';
    font-size: 24px;
    line-height: 120%;
    color: #00B2FE
}

.d-programs .d-program .p-content .p-content-text .text-col .pc-header:after {
    content: '';
    display: block;
    border-radius: 10px;
    background: #00B2FE;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.d-programs .d-program .p-content .p-content-text .text-col:first-child .pc-header {
    padding-left: 52px
}

.d-programs .d-program .p-content .p-content-text .text-col:last-child:not(:first-child) .pc-header {
    padding-left: 40px
}

.d-programs .d-program .p-content .p-content-text .text-col ul {
    margin-top: 20px;
    padding-left: 0
}

.d-programs .d-program .p-content .p-content-text .text-col ul li {
    margin-top: 9px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #004283;
    list-style-type: none;
    position: relative
}

.d-programs .d-program .p-content .p-content-text .text-col ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 5px;
    background: #00B2FE
}

.d-programs .d-program .p-content .p-content-text .text-col.woman .pc-header .name,.d-programs .d-program .p-content .p-content-text .text-col.woman .pc-header .price {
    color: #E7476D
}

.d-programs .d-program .p-content .p-content-text .text-col.woman .pc-header:after {
    background: #E7476D
}

.d-programs .d-program .p-content .p-content-text .text-col:last-child:not(:first-child) {
    border-left: 1px solid #E5EAF0
}

.d-programs .d-program .p-content .p-content-text .text-col.woman ul li:before {
    background: #E7476D
}

.d-programs .d-program .p-content .p-content-text .text-col:first-child ul {
    padding-left: 52px
}

.d-programs .d-program .p-content .p-content-text .text-col:last-child ul {
    padding-left: 40px
}

.d-programs .load-more-program {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F0F8FF;
    border-radius: 10px;
    height: 60px;
    cursor: pointer;
    font-family: Open Sans;
    font-size: 14px;
    color: #525F6C;
    order: 999999999
}

.d-programs .programs-container:not(.view-all) .load-more-program .hide-text {
    display: none
}

.d-programs .programs-container.view-all .load-more-program .view-text {
    display: none
}

@media (max-width: 1200px) {
    .director-section .director-block img {
        left:85px
    }

    .director-section .text-block {
        width: 440px
    }

    .blue-banner .woman img {
        left: -890px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right .lists-info {
        padding-right: 15px
    }

    .modern-tpl .doctors_clinics .doctors .doctor:first-child {
        margin-top: 40px
    }

    .about-clinic-wstats .text {
        width: 100%;
        max-width: 100%
    }

    .about-clinic-wstats .stats {
        margin-top: -15px;
        width: 100%
    }

    .clinic-consultation .img {
        right: 120px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .name {
        width: calc(40% - 50px)
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .half-part {
        width: 60%;
        min-width: 60%
    }

    .d-programs .d-program .p-header .toggle-program {
        font-size: 0
    }

    .main-filter .human-filter {
        flex-wrap: wrap
    }

    .main-filter .human-filter .h-filter-btns {
        width: 100%
    }

    .main-filter .human-filter .h-select-filter {
        margin-top: 28px
    }

    .main-filter .human-filter .h-input {
        margin-top: 28px
    }

    .main-filter .checkbox-filter {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0
    }

    .main-filter .checkbox-filter .title {
        width: 100%
    }

    .main-filter .checkbox-filter .checkboxes-list {
        width: 100%;
        margin-top: 5px
    }

    .main-filter .checkbox-filter .checkboxes-list .h-input {
        width: calc(100% / 5);
        padding-left: 0;
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .director-section .container {
        display:flex;
        flex-direction: column-reverse
    }

    .director-section .text-block {
        width: 100%
    }

    .director-section .director-block {
        padding-bottom: 0;
        margin-top: 30px
    }

    .director-section .director-block:before {
        top: 90px
    }

    .director-section .director-block img {
        position: relative;
        bottom: 0;
        bottom: -55px;
        left: 0;
        margin-left: 150px
    }

    .director-section .director-block .director-plane {
        position: absolute;
        left: 0;
        bottom: 109px
    }

    .programs-clinic .clinic-tabs .clinic-tab {
        width: calc(100% / 3 - 40px)
    }

    .programs-clinic .clinic-list .clinic {
        width: calc(100% / 2 - 50px)
    }

    .check-up .text {
        width: 100%
    }

    .check-up .video-block {
        display: none
    }

    .blue-banner .text {
        position: relative
    }

    .blue-banner .woman {
        left: 450px
    }

    .global-directions .dir-items .global-direction {
        width: calc(100% / 3 - 20px)
    }

    .director-section.n-director .text-block h2 {
        width: auto
    }

    .nreviews .topline .blue-btn {
        display: none
    }

    .nreviews .more-reviews {
        flex-wrap: wrap
    }

    .nreviews .more-reviews .title {
        margin-bottom: 15px
    }

    .nprices .nprice-tab-content .nprice-table td:not(:last-child) {
        padding-right: 0
    }

    .modern-tpl .clinic_clinics .main_info_clinic .photo_clinic {
        margin-left: 0;
        width: 100%;
        max-width: 100%
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right {
        padding-left: 0
    }

    .modern-tpl .clinic_clinics .main_info_clinic {
        position: relative
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info {
        position: static
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info .all_review {
        left: auto;
        right: 0
    }

    .clinic-consultation .img {
        right: 80px
    }

    .clinic-consultation .text {
        font-size: 26px;
        max-width: 410px
    }

    .clinic-services .service-group .services {
        margin-left: -40px
    }

    .clinic-services .service-group .services .service {
        width: calc((100% / 3) - 40px);
        margin-left: 40px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .description_prog {
        font-size: 0
    }

    .popup#fullMap .map-row .map-block {
        width: calc(100% - 267px - 32px)
    }
}

@media (max-width: 768px) {
    .cover-form .popup {
        padding:20px
    }

    .med-banner .container {
        width: 100%
    }

    .good-service .good-services .service-text br {
        display: none
    }

    .good-service .good-services .service-text {
        font-size: 15px
    }

    .blue-banner .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .blue-banner .container {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 0
    }

    .blue-banner .woman {
        width: 148px;
        height: 158px;
        overflow: hidden;
        border-radius: 0 0 50% 50%;
        bottom: auto;
        top: 30px;
        right: 30px;
        left: auto
    }

    .blue-banner .woman img {
        width: 100%;
        height: auto;
        left: 0;
        transform: none
    }

    .blue-banner .woman:before {
        display: none
    }

    .blue-banner .woman:after {
        background: #00c2ff;
        width: 100%;
        height: calc(100% - 10px);
        border-radius: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        filter: none;
        opacity: 1
    }

    .programs-clinic {
        padding-top: 50px
    }

    .check-up {
        padding: 50px 0
    }

    .global-text {
        padding: 40px 0 50px
    }

    .global-text .container {
        width: 100%
    }

    .t-banner .inner-banner {
        flex-wrap: wrap
    }

    .t-banner .inner-banner .b-text {
        max-width: 100%
    }

    .t-banner .inner-banner .b-picture {
        margin-top: 30px;
        max-width: 100%
    }

    .t-banner .inner-banner .b-text .btns {
        flex-wrap: wrap
    }

    .t-banner .inner-banner .b-text .btns .blue-btn {
        font-size: 15px
    }

    .nfooter .nf-menu {
        width: 50%
    }

    .nfooter .nf-contacts {
        width: 100%
    }

    .nfooter .nf-contacts .blue-btn {
        max-width: 217px
    }

    .nprices {
        padding: 40px 0
    }

    .nprices .global-title {
        font-size: 28px;
        line-height: 110%;
        margin-bottom: 20px
    }

    .nprices .nprice-tabs {
        display: none
    }

    .nprices .nprice-tab-content {
        display: block!important;
        margin-top: 0
    }

    .nprices .nprice-tab-content .toggleTable {
        display: block;
        height: 50px;
        background: #E6F1FA;
        border-radius: 25px;
        font-family: 'Uni Sans';
        font-size: 14px;
        line-height: 17px;
        color: rgba(139,151,165,.66);
        border: 0;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 700
    }

    .nprices .nprice-tab-content .nprice-table {
        margin-top: 10px;
        display: none
    }

    .nprices .nprice-tab-content .nprice-table tbody {
        display: block
    }

    .nprices .nprice-tab-content .nprice-table tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(139,151,165,.2);
        margin-top: 3px
    }

    .nprices .nprice-tab-content .nprice-table thead {
        display: none
    }

    .nprices .nprice-tab-content .nprice-table td:nth-child(n) {
        border: 0;
        width: auto;
        width: 50%;
        padding: 0 10px 0 0;
        margin-top: 17px
    }

    .nprices .nprice-tab-content .nprice-table td:first-child {
        width: 100%;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        color: #292B2E
    }

    .nprices .nprice-tab-content .nprice-table td:not(:first-child) {
        padding-bottom: 10px;
        font-size: 18px
    }

    .nprices .nprice-tab-content .nprice-table td:not(:first-child):before {
        content: attr(data-label);
        display: block;
        font-family: 'Uni Sans';
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 17px;
        color: rgba(139,151,165,.66);
        margin-bottom: 5px
    }

    .nprices .nprice-tab-content .toggleTable.active {
        background: #82CFFF;
        box-shadow: 0 20px 40px rgba(0,66,131,.05);
        color: #fff
    }

    .nprices .nprice-tab-content .toggleTable.active+.nprice-table {
        display: block
    }

    .blue-banner {
        background: #4cd0ff
    }

    .blue-banner .woman:after {
        display: none
    }

    .blue-banner .woman:before {
        content: '';
        display: т;
        position: absolute;
        top: 0;
        left: 0;
        width: 148px;
        height: 148px;
        background: url(../images/woman.jpg) no-repeat center / contain;
        opacity: 1
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right {
        flex-direction: row;
        margin-top: 25px
    }

    .clinic-services .service-group .services .service {
        width: calc((100% / 2) - 40px)
    }

    .d-programs .d-program .p-header .toggle-program:after {
        position: absolute;
        top: 20px;
        right: 15px;
        margin: 0
    }

    .d-programs .d-program .p-header {
        flex-wrap: wrap
    }

    .d-programs .d-program .p-header:before {
        display: none
    }

    .d-programs .d-program .p-header .name-info {
        width: 100%
    }

    .d-programs .d-program .p-header .name-info .name {
        font-size: 18px;
        line-height: 24px
    }

    .d-programs .d-program .p-header .name-info .city {
        margin-top: 0;
        font-size: 14px;
        line-height: 140%
    }

    .d-programs .d-program .p-header .for-indicator {
        width: 30px;
        padding-left: 0
    }

    .d-programs .d-program .p-content {
        padding-top: 10px
    }

    .d-programs .d-program .p-content .p-content-text .text-col {
        margin: 0;
        padding-bottom: 0
    }

    .d-programs .d-program .p-content .p-content-text .text-col:nth-child(n) .pc-header {
        padding: 10px 0 14px;
        flex-direction: column;
        display: flex
    }

    .d-programs .d-program .p-content .p-content-text .text-col .pc-header .name {
        font-size: 18px;
        line-height: 24px;
        font-family: 'Uni Sans'
    }

    .d-programs .d-program .p-content .p-content-text .text-col .pc-header .price {
        margin: 5px 0 0;
        font-size: 20px;
        line-height: 24px
    }

    .d-programs .d-program .p-content .p-content-text .text-col:last-child:not(:first-child) {
        border: 0
    }

    .d-programs .d-program .p-content .p-content-text .text-col:first-child {
        padding-right: 5px
    }

    .d-programs .d-program .p-content .p-content-text .text-col:last-child {
        padding-left: 5px
    }

    .d-programs .d-program .p-content .p-content-text .text-col:last-child:not(:first-child) .pc-header {
        padding-left: 0
    }

    .d-programs .d-program .p-content .p-content-text .text-col:first-child ul {
        padding-left: 14px
    }

    .d-programs .d-program .p-content .p-content-text .text-col:last-child ul {
        padding-left: 14px
    }

    .d-programs .d-program .p-content .p-content-text .text-col ul li:before {
        width: 4px;
        height: 4px;
        left: -12px
    }

    .d-programs .d-program .p-content .p-content-text .text-col ul li {
        font-size: 12px;
        line-height: 120%;
        font-weight: 400
    }

    .d-programs .d-program .p-content .blue-btn {
        margin: 20px auto 0
    }

    .d-programs .d-program .p-content .p-content-footer {
        margin-top: 30px;
        padding-top: 14px;
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        align-items: center
    }

    .d-programs .d-program .p-content .p-content-footer .footer-notice {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 19px
    }

    .d-programs .d-program .p-content .p-content-footer .footer-close-program {
        margin-right: auto
    }

    .d-programs .d-program {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 12px 15px 15px
    }
}

@media (max-width: 640px) {
    .good-service .good-services .service-item {
        width:100%
    }

    .programs-clinic .clinic-tabs .clinic-tab {
        width: calc(100% / 2 - 40px)
    }

    .programs-clinic .clinic-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 19px
    }

    .programs-clinic .clinic-list .clinic {
        width: calc(100% / 2 - 20px);
        margin: 10px
    }

    .programs-clinic .clinic-list .clinic .thumb {
        height: 157px
    }

    .programs-clinic .clinic-list .clinic .name {
        font-size: 15px;
        margin-top: 15px;
        line-height: 20px
    }

    .programs-clinic .clinic-list .clinic .cat-name {
        margin-top: 5px;
        font-size: 11px;
        line-height: 15px
    }

    .blue-banner .text {
        width: 100%
    }

    .blue-banner .text .global-title {
        padding-right: 158px
    }

    .med-banner {
        min-height: 430px
    }

    .med-banner .text h1 {
        font-size: 34px;
        line-height: 34px
    }

    .med-banner .text .btns {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .med-banner .text .btns>a {
        margin-top: 10px
    }

    .director-section {
        padding: 50px 0 0
    }

    .good-service {
        padding: 50px 0
    }

    .global-directions .dir-items .global-direction {
        width: calc(100% / 2 - 20px)
    }

    .recomends-clinics {
        padding: 40px 0
    }

    .recomends-clinics .recomends-clinics-slider {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px
    }

    .recomends-clinics .recomends-clinics-slider .clinic {
        margin: 10px;
        width: calc(100% / 2 - 20px)
    }

    .recomends-clinics .recomends-clinics-slider .clinic .thumb {
        height: 160px
    }

    .recomends-clinics .recomends-clinics-slider .clinic .name {
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px
    }

    .recomends-clinics .recomends-clinics-slider .clinic .cat-name {
        margin-top: 5px;
        font-size: 11px;
        line-height: 15px
    }

    .treatment-list .items-list .t-item {
        width: calc(100% / 1 - 20px)
    }

    .treatment-list {
        padding-bottom: 40px
    }

    .nfooter .nf-menu {
        width: 100%
    }

    .ninstagram .container {
        flex-wrap: wrap;
        padding-bottom: 95px
    }

    .ninstagram .ni-slider {
        width: 100vw;
        margin-left: -10px
    }

    .ninstagram .ni-slider .owl-nav {
        opacity: 0
    }

    .ninstagram .ni-slider {
        margin: 140px 0 12px;
        width: 100%
    }

    .ninstagram .ni-slider .owl-item.active+.owl-item.active {
        transform: scale(1.6)
    }

    .ninstagram .ni-slider:after {
        top: -77px;
        transform: scale(1.28)
    }

    .ninstagram .ni-text .instagram {
        margin-top: 12px;
        margin-bottom: 30px
    }

    .director-section .director-block img {
        margin-left: 0;
        bottom: 0;
        max-width: 100%
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right .lists-info .address_clinic {
        display: none
    }

    .modern-tpl .clinic_clinics .h-mobile-info {
        display: flex;
        margin-top: 20px
    }

    .modern-tpl .clinic_clinics .h-mobile-info .address_clinic {
        width: 195px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right .logo_clinic {
        display: none
    }

    .modern-tpl .clinic_clinics .address_clinic p.city {
        font-size: 18px;
        line-height: 130%
    }

    .modern-tpl .clinic_clinics .logo_clinic {
        width: 130px;
        height: 81px
    }

    .modern-tpl .clinic_clinics .logo_clinic img {
        width: 90px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info .all_review {
        font-size: 16px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .photo_clinic img {
        max-height: 239px
    }

    .clinic-consultation .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 50px 15px
    }

    .clinic-consultation .text {
        max-width: 197px
    }

    .clinic-consultation .blue-btn {
        margin-top: 20px
    }

    .clinic-consultation .img {
        top: auto;
        bottom: 0;
        right: -120px;
        width: 641px
    }

    .clinic-services .container {
        padding: 40px 0 50px
    }

    .clinic-services .global-title {
        padding: 0 15px
    }

    .clinic-services .service-group .services {
        margin-left: 0
    }

    .clinic-services .service-group .services .service {
        margin-left: 0;
        width: 100%
    }

    .modern-tpl .global-title {
        font-size: 32px;
        line-height: 120%
    }

    .modern-tpl .directions_treatment_clinics {
        padding: 40px 0 50px
    }

    .modern-tpl .directions_treatment_clinics h2 {
        max-width: 326px
    }

    .modern-tpl .directions_treatment_clinics .directions {
        margin-top: 9px
    }

    .modern-tpl .directions_treatment_clinics .directions .direction {
        margin-top: 10px
    }

    .modern-tpl .directions_treatment_clinics .description_direction>ol>li .top-line:before {
        display: none
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .name {
        width: 291px;
        font-size: 18px;
        line-height: 24px
    }

    .modern-tpl .directions_treatment_clinics .description_direction>ol>li .top-line {
        flex-wrap: wrap;
        padding: 18px 15px;
        position: relative
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .half-part {
        margin-left: 0;
        padding-left: 0;
        margin-top: 8px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .price_prog {
        margin-left: 0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .description_prog {
        position: absolute;
        top: 24px;
        right: 15px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p {
        display: block
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:first-child {
        padding-left: 0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:first-child strong {
        font-family: 'Uni Sans Book';
        font-weight: 400
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:last-child {
        margin-left: 0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program ul li {
        padding-left: 15px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program ul {
        padding: 21px 0 29px;
        margin-top: 0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program:after {
        display: none
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table {
        border-bottom: 1px solid #E5EAF0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:first-child,.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table td:first-child {
        padding-right: 5px;
        padding-left: 15px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:last-child,.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table td:last-child {
        padding-left: 5px;
        padding-right: 15px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th:last-child,.modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table td:last-child {
        border: 0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table+p {
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        color: #8B97A5;
        height: auto;
        margin: 14px 0 0;
        display: block
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program .hide-prog {
        position: static;
        margin: 19px auto 0;
        justify-content: center
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program {
        padding-bottom: 30px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program {
        padding: 0 0 30px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th {
        padding-top: 0
    }

    .modern-tpl .doctors_clinics {
        padding: 40px 0 50px
    }

    .modern-tpl .doctors_clinics .doctors .doctor:nth-child(n) {
        padding-right: 0;
        margin-top: 30px;
        align-items: flex-start
    }

    .modern-tpl .doctors_clinics .doctors .doctor .img {
        width: 156px;
        margin-right: 21px;
        min-width: 0;
        height: 172px
    }

    .modern-tpl .doctors_clinics .doctors .doctor .description-doctor {
        width: calc(100% - 156px - 21px);
        padding-top: 0
    }

    .popup#fullMap .map-row {
        flex-wrap: wrap
    }

    .popup#fullMap .map-row .map-info {
        width: 100%;
        margin-right: 0
    }

    .popup#fullMap .map-row .map-block {
        width: 100%;
        margin-top: 15px
    }

    .npartner .np-text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px
    }
.protiv {
    font-size: 11px;
}
    .d-programs .d-program .p-content .p-content-footer .footer-notice {
        max-width: 100%
    }

    .main-filter .human-filter .h-filter-btns {
        flex-wrap: wrap;
        margin-top: -10px
    }

    .main-filter .human-filter .h-filter-btn {
        margin-top: 10px
    }

    .main-filter .search-line {
        margin-top: 39px
    }

    .main-filter .search-line input {
        font-size: 14px;
        padding-left: 59px;
        padding-right: 34px;
        background-position-x: 20px
    }

    .main-filter .checkbox-filter .title {
        font-size: 22px
    }

    .main-filter .checkbox-filter .checkboxes-list .h-input {
        width: calc(100% / 2)
    }
}
.zag{
    font-family: 'Roboto',ui-serif;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    padding: 45px 0px;
    margin-top: -10px;
    font-style: italic;
    line-height: 0.2;
    text-transform: uppercase;
    color: #ffffff;
    background: #8c57f5;
    text-shadow: 2px 2px 3px #0000004a;
}
@media (max-width: 480px) {
    .med-banner {
        background:#111 url(../images/med-banner-mobile.png) no-repeat center /cover
    }

    .programs-clinic .clinic-tabs .clinic-tab {
        width: calc(100% / 1 - 40px)
    }

    .med-banner .text {
        max-width: 300px
    }

    .med-banner .text p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 15px
    }

    .med-banner .text h1 {
        margin-bottom: 0
    }

    .global-title {
        font-size: 34px;
        line-height: 34px
    }

    .director-section .text-block ol {
        margin-top: 29px
    }

    .director-section .text-block ol li {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        margin-top: 20px
    }

    .director-section .text-block ol li:before {
        margin-top: -6px
    }

    .director-section .director-block img {
        width: 295px;
        height: auto;
        margin-left: 70px
    }

    .director-section .director-block .director-plane .title {
        font-size: 18px;
        line-height: 16px
    }

    .director-section .director-block .director-plane .name {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px
    }

    .director-section .director-block:before {
        top: 21px;
        width: 170px;
        background-size: contain;
        background-position: top left
    }

    .good-service .global-title {
        width: 338px
    }

    .good-service .global-title br {
        display: none
    }

    .good-service .good-services .service-icon {
        margin-right: 20px;
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 20px
    }

    .good-service .good-services .service-icon img {
        transform-origin: 50% 50%;
        transform: scale(.8)
    }

    .good-service .good-services .service-text {
        padding-top: 0
    }

    .good-service .good-services .service-item {
        margin-top: 30px
    }

    .programs-clinic .global-title {
        max-width: 310px
    }

    .programs-clinic .container>p {
        display: none
    }

    .programs-clinic .clinic-tabs {
        margin-top: 20px
    }

    .check-up .global-title {
        max-width: 200px
    }

    .check-up .text ol li {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px
    }

    .check-up .text ol li:before {
        margin-right: 14px;
        margin-top: -6px
    }

    .blue-banner .container {
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 50px 15px
    }

    .blue-banner .woman {
        top: auto;
        bottom: 0;
        right: -120px;
        width: 641px;
        right: -260px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: flex-end;
        border-radius: 0
    }

    .blue-banner .text .global-title {
        padding-right: 0;
        max-width: 210px
    }

    .blue-banner .text .global-title br {
        display: none
    }

    .blue-banner .text p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 0
    }

    .global-text .toggleText+.text {
        height: 270px;
        overflow: hidden;
        position: relative
    }

    .global-text .toggleText+.text:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 100%)
    }

    .global-text .global-title {
        max-width: 235px
    }

    .global-text .text img.alignright {
        max-width: 50%;
        margin-top: 20px
    }

    .global-text .container {
        display: flex;
        flex-direction: column
    }

    .global-text .toggleText {
        order: 9999;
        margin-top: 6px;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #0B4A88
    }

    .global-text .toggleText:after {
        content: '';
        display: block;
        width: 6px;
        height: 4px;
        margin-left: 6px;
        background: url(../images/toggle-arrow.svg) no-repeat center / contain
    }

    .global-text .toggleText:not(.view) span:last-child {
        display: none
    }

    .global-text .toggleText.view span:first-child {
        display: none
    }

    .global-text .toggleText span {
        text-decoration: underline
    }

    .global-text .toggleText.view:after {
        transform: rotate(180deg)
    }

    .global-text .toggleText.view+.text {
        height: auto
    }

    .global-text .toggleText.view+.text:after {
        display: none
    }

    .global-text.view-helth .text {
        display: none
    }

    .partner-btns .blue-btn {
        margin-top: 10px
    }

    .t-banner {
        margin-top: 15px;
        padding-bottom: 50px
    }

    .t-banner .global-title {
        max-width: 250px;
        margin-bottom: 0
    }

    .t-banner .inner-banner {
        margin-top: 20px
    }

    .t-banner .inner-banner .b-text strong {
        font-size: 20px;
        line-height: 27px
    }

    .t-banner .inner-banner .b-text p {
        margin-top: 20px;
        padding: 0;
        font-size: 16px;
        line-height: 19px
    }

    .t-banner .inner-banner .b-text .btns {
        margin-top: 20px
    }

    .t-banner .inner-banner .b-picture {
        height: 200px
    }

    .blue-banner .text .btns {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .blue-banner .text .blue-btn.view-header-popup2 {
        display: none
    }

    .treatment-list .items-list .item-name,.treatment-list .items-list .item-text {
        max-width: 280px
    }

    .med-banner .text p {
        font-weight: 400;
        font-size: 16px
    }

    .med-banner {
        margin-top: 11px
    }

    .front__main-banner {
        padding: 40px 0 64px
    }

    .header.n-header .top-bar .logo .description.on-mobile {
        display: none
    }

    .front__main-banner {
        background: url(../images/slide.jpg) no-repeat;
        background-position: 82% 100%;
        background-size: 188%;
        padding: 80px 0 24px;
    }

    .front__main-banner .banner-text h1 {
        font-size: 18px;
        line-height: 120%;
        max-width: 227px;
        text-transform: none
    }

    .front__main-banner .banner-text p {
        font-size: 14px;
        line-height: 120%;
        font-weight: 400;
        max-width: 254px
    }

    .front__main-banner .banner-text p strong {
        font-weight: 400
    }

    .front__main-banner .banner-text .btns {
        margin-top: 20px
    }

    .front__main-banner .banner-text .btns>a {
        margin-top: 10px;
        width: 185px;
        font-size: 12px;
        min-height: 40px;
    }

    .good-service .global-title {
        font-size: 28px
    }

    .good-service .blue-btn {
        display: none
    }

    .nreviews {
        padding: 43px 0;
    }

    .nreviews .topline .global-title {
        font-size: 28px;
        line-height: 110%;
        max-width: 310px
    }

    .nreviews .rslider {
        margin-left: -10px;
        margin-right: -10px;
        width: auto
    }

    .nreviews .rslider .review {
        padding: 20px 17px 37px
    }

    .nreviews .rslider .review .r-text {
        font-size: 16px;
        line-height: 120%
    }

    .nreviews .more-reviews .title {
        font-size: 24px;
        line-height: 120%
    }

    .nreviews .more-reviews .r-services {
        margin-top: -10px;
        margin-bottom: -10px
    }

    .nreviews .more-reviews .r-services .service {
        width: auto;
        flex: 1
    }

    .nreviews .more-reviews .r-services .service svg {
        transform-origin: 50% 50%;
        transform: scale(.6)
    }

    .nreviews .more-reviews .r-services .service:last-child:after {
        display: none
    }

    .blue-banner .text .global-title {
        font-size: 28px;
        line-height: 110%;
        max-width: 222px;
        position: relative;
        z-index: 2;
        font-size: 26px
    }

    .blue-banner .woman img {
        transform: inherit;
        position: relative;
        border-radius: 0
    }

    .blue-banner .text p {
        margin-top: 26px;
        display: none
    }

    .front__how-we-work {
        padding: 40px 0
    }

    .front--title {
        font-size: 28px;
        line-height: 110%
    }

    .front__how-we-work ol {
        padding-left: 0;
        margin-top: 7px
    }

    .front__how-we-work ol li:before {
        font-size: 72px;
        margin-right: 30px;
        width: 57px
    }

    .front__how-we-work ol li {
        font-size: 18px;
        line-height: 130%;
        margin: 7px 0
    }

    .front__how-we-work ol li br {
        display: none
    }

    .front__how-we-work .top-vector,.front__how-we-work .bottom-vector {
        display: none
    }

    .front__how-we-work .btn-wrapper {
        margin-top: 30px
    }

    .nfaq {
        padding: 50px 0 40px
    }

    .nfaq .global-title {
        font-size: 28px;
        line-height: 110%
    }

    .nfaq .nfaq-items {
        margin-left: -10px;
        margin-right: -10px
    }

    .nfaq .nfaq-items .nfaq-item {
        border-radius: 0
    }

    .nfaq .nfaq-items .nfaq-item .faq-top {
        font-size: 16px;
        line-height: 120%;
        color: #2A2D30;
        padding: 20px 15px;
        border-radius: 0
    }

    .nfaq .nfaq-items .nfaq-item .faq-top .circle {
        width: 21px;
        height: 21px;
        min-width: 21px;
        margin-right: 15px
    }

    .nfaq .nfaq-items .nfaq-item .faq-top .circle:before,.nfaq .nfaq-items .nfaq-item .faq-top .circle:after {
        width: 7px
    }

    .nfaq .nfaq-items .nfaq-item .faq-text {
        padding: 30px 15px
    }

    .nfooter {
        padding: 10px 0 40px
    }

    .nfooter .nf-menu {
        margin-top: 30px
    }

    .nfooter .nf-menu.mini {
        margin-top: 0
    }

    .nfooter .nf-menu.mini ul {
        margin-bottom: 0
    }

    .nfooter .nf-menu.mini:not(:last-child) ul {
        display: flex;
        flex-direction: column-reverse
    }

    .nfooter .nf-menu .nf-title {
        font-size: 21px;
        line-height: 120%
    }

    .nfooter .nf-contacts {
        margin-top: 30px;
        order: -1
    }

    .npartner {
        padding: 40px 0 45px;
        position: relative
    }

    .npartner .container {
        position: static
    }

    .npartner .np-girl {
        top: 0;
        right: -130px;
        width: 100%;
        height: 100%;
        opacity: .2;
        z-index: -1
    }

    .npartner .np-girl:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg,#FFFFFF 0%,rgba(255,255,255,0) 100%);
        transform: matrix(-1,0,0,1,0,0)
    }

    .npartner .np-text .global-title {
        font-size: 28px;
        line-height: 110%;
        max-width: 345px
    }

    .npartner .np-text p {
        margin-top: 10px;
        font-size: 14px
    }

    .npartner .np-text .btns {
        margin-top: 10px
    }

    .npartner .np-text .desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 120%;
        max-width: 322px
    }

    .ninstagram {
        padding: 40px 0 0
    }

    .ninstagram .ni-text .text {
        font-size: 28px;
        line-height: 110%
    }

    .header.n-header .top-bar .logo img {
        max-width: 51px;
    }

    .n-header .header-address {
        width: auto;
        min-width: 0;
        display: none;
    }

    .n-header .header-address a {
        display: none
    }

    .n-header .header-phone {
        margin-left: 0;
        width: auto;
    }

    .header.n-header .top-bar .btn--menu {
        background: url(../images/n-menu.svg) no-repeat center / contain;
        width: 31px;
        height: 16px
    }

    .director-section .director-block .director-plane {
        bottom: 40px
    }

    .cover-form .popup {
        padding: 50px 14px
    }

    .cover-form .popup.mini {
        padding: 50px 10px
    }

    .cover-form .popup .popup-title {
        line-height: 100%
    }

    .cover-form .popup form .form-row {
        margin-top: 10px
    }

    .cover-form .popup form .form-row .input {
        flex: auto
    }

    .cover-form .popup form .form-row .input+.input {
        margin-top: 10px
    }

    .cover-form .popup form .form-row .text {
        display: flex
    }

    .cover-form .popup form .form-row.mt40 {
        margin-top: 30px
    }

    .cover-form .popup form .form-row textarea {
        top: 0
    }

    .director-section .text-block ol li {
        font-size: 16px;
        line-height: 20px
    }

    .director-section .director-block .director-plane .name {
        font-size: 12px
    }

    .global-text .global-title {
        max-width: 100%
    }

    .global-directions .dir-items .global-direction .name {
        font-size: 15px
    }

    .nreviews .topline .global-title {
        max-width: 100%
    }

    .mobile-nav {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        display: table;
        margin-left: auto
    }

    .mobile-nav .blue-btn {
        width: 190px;
        min-width: 190px
    }

    .rslider {
        position: relative
    }

    .rslider .owl-dots {
        position: absolute;
        left: 17px;
        width: calc(100% - 190px - 32px - 15px);
        width: 70px;
        bottom: -54px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .rslider .owl-dots .owl-dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        border: 2px solid transparent;
        background: #8B97A5;
        opacity: .4;
        display: block
    }

    .rslider .owl-dots .owl-dot.active {
        background: #00274E;
        opacity: 1;
        border-color: #00274E
    }

    .nreviews .rslider .owl-nav .owl-prev,.nreviews .rslider .owl-nav .owl-next {
        position: static;
        margin-left: 17px
    }

    .nreviews .rslider .owl-nav {
        display: flex
    }

    .rslider .owl-dots {
        bottom: -23px
    }

    .mobile-nav {
        margin-top: 0
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right {
        flex-direction: column
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right .lists-info {
        width: 100%;
        padding-right: 0
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right .lists-info ul.language {
        width: 240px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info {
        margin-left: 0;
        width: 100%
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row {
        flex-wrap: nowrap
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row .discount {
        margin-right: 15px
    }

    .clinic-consultation .img {
        right: -260px
    }

    .clinic-services .service-group .service-header {
        justify-content: flex-start
    }

    .clinic-services .service-group .service-header .line-btn {
        font-size: 0
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .half-part {
        width: 100%
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .top-line .price_prog {
        width: 100%
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program ul li {
        font-size: 12px
    }

    .modern-tpl .directions_treatment_clinics .description_direction strong,.modern-tpl .directions_treatment_clinics .description_direction b {
        font-size: inherit
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:first-child {
        font-size: 18px
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:last-child {
        font-size: 20px
    }

    .modern-tpl .directions_treatment_clinics .directions.cloned {
        display: none
    }

    .modern-tpl .directions_treatment_clinics .directions:not(.cloned) {
        display: flex
    }

    .modern-tpl .directions_treatment_clinics .directions .direction {
        height: 34px;
        padding: 0 20px;
        font-size: 13px
    }

    .modern-tpl .directions_treatment_clinics .directions .direction:before {
        display: none
    }

    .modern-tpl .directions_treatment_clinics .description_direction>ol {
        margin-left: -15px;
        margin-right: -15px
    }

    .modern-tpl .directions_treatment_clinics .blue-btn {
        display: none
    }

    .modern-tpl .doctors_clinics .doctors .doctor .description-doctor .name {
        font-size: 22px
    }

    .about-clinic-wstats {
        padding: 50px 0 0
    }

    .about-clinic-wstats .title {
        font-size: 32px;
        margin-bottom: 10px
    }

    .about-clinic-wstats .text p {
        margin-top: 10px;
        padding-bottom: 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 120%;
        font-family: 'Roboto',sans-serif
    }

    .about-clinic-wstats .text ul {
        padding-bottom: 0;
        padding-top: 5px
    }
    .popup-menu__header .logo img,.header .top-bar .logo img {
        max-width: 50px !important;
    }
    .n-header .group-flex {
    margin-left: 14px;
    }
    .about-clinic-wstats .text ul li {
        margin-top: 5px;
        padding-bottom: 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 120%;
        font-family: 'Roboto',sans-serif
    }

    .about-clinic-wstats .stats {
        margin-left: -24px;
        margin-top: -3px;
        width: auto
    }

    .about-clinic-wstats .stats .stat {
        width: 98px;
        margin-left: 24px;
        margin-top: 23px
    }

    .about-clinic-wstats .stats .stat .value {
        font-size: 40px;
        line-height: 120%
    }

    .about-clinic-wstats .stats .stat .name {
        font-size: 16px;
        line-height: 120%
    }

    .modern-tpl .similar_clinics {
        padding-top: 36px;
        padding-bottom: 50px
    }

    .modern-tpl .similar_clinics .clinics {
        width: 100%
    }

    .modern-tpl .similar_clinics .clinics .owl-dots {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 37px 0 0
    }

    .modern-tpl .similar_clinics .clinics .owl-dots .owl-dot {
        width: 6px;
        height: 6px
    }

    .modern-tpl .similar_clinics .clinics .clinic .img {
        height: 160px
    }

    .modern-tpl .similar_clinics .clinics .clinic .description .name {
        font-size: 15px;
        line-height: 20px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-prev {
        left: 10px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .photo_clinic .owl-nav .owl-next {
        right: 10px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info .all_review {
        top: -50px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .right {
        margin-top: 0
    }

    .modern-tpl .clinic_clinics {
        padding-top: 5px;
        padding-bottom: 40px
    }

    .popup#fullMap {
        padding: 20px
    }

    .popup#fullMap .global-title {
        font-size: 27px
    }

    .clinic-services .service-group:not(.hide-services) .hide-on-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Open Sans;
        font-size: 14px;
        color: #00274E;
        margin-top: 20px
    }

    .clinic-services .service-group:not(.hide-services) .hide-on-mobile:after {
        content: '';
        display: block;
        width: 9px;
        height: 5px;
        margin-left: 10px;
        background: url(../images/hide-up.svg) no-repeat center / contain
    }

    .npartner .np-text p {
        font-weight: 400;
        line-height: 120%
    }

    .d-programs .d-program .p-content .blue-btn {
        width: calc(100% - 30px)
    }
}

@media (max-width: 350px) {
    .blue-banner .woman {
        transform-origin:right top;
        transform: scale(.8)
    }

    .blue-banner .text .global-title {
        max-width: 180px;
        font-size: 27px
    }

    .modern-tpl .clinic_clinics .main_info_clinic .r-info .discount-row {
        flex-wrap: wrap
    }

    .modern-tpl .directions_treatment_clinics .description_direction ol li .text_program table th p:last-child {
        font-size: 18px
    }

    .modern-tpl .doctors_clinics .doctors .doctor .img {
        width: 117px
    }

    .modern-tpl .similar_clinics .clinics .clinic .description .name {
        font-size: 14px;
        line-height: 20px
    }
}

#cn-notice-text {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 110%;
    color: #525F6C;
    max-width: 786px
}

#cn-accept-cookie {
    width: 70px;
    min-width: 70px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Uni Sans';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #FEFEFE;
    background: #82CFFF;
    border-radius: 25px;
    border: 0;
    text-shadow: none;
    margin-left: 87px!important;
    display: inline-flex
}

.cookie-notice-container {
    display: flex;
    align-items: center;
    justify-content: center
}
.position{
    position: absolute !important;!i;!;
    top: 56px;
    bottom: auto !important;!i;!;
    right: -125px !important;!i;!;
}
.whatsapp{display: flex;align-items: center;margin-right: 20px;position: fixed;right: 0;bottom: 20px;z-index: 999999999;}
    .wah a{color: #efefef;font-size: 14px;padding: 0 4px 0 2px;letter-spacing: 0.25px;font-weight: 500;}
    .wa{
        width: 30px;
        margin-right: 5px;
        transition: all 0.1s ease-in-out;
    }
    .wa:hover{
        transform: translateY(-4px);
        transition: all 0.1s ease-in-out;
    }
    .tg:hover{
        transform: translateY(-4px);
        transition: all 0.1s ease-in-out;
    }
    .tg{
        width: 30px;
        margin-right: 5px;
        transition: all 0.1s ease-in-out;
    }
    .whatsapp img{
    }
    .online span{
        border-radius: 12px;
        background-color: #00f500;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        display: table-cell;
        height: 12px;
        width: 12px;
    }
    .online {
        display: table;
        width: inherit;
        height: inherit;
        border-radius: 0px;
        filter: none;
        backdrop-filter: none;
        animation: sbs-anim 1.4s infinite linear;
        backface-visibility: hidden;
        margin-top: 1px;
    }
    @keyframes sbs-anim {
    0% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1,1);
        animation-timing-function: linear;
    }
    28.57% {
        opacity: 0.4;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(0.85,0.85);
        animation-timing-function: linear;
    }
    57.14% {
        opacity: 0.4;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(0.85,0.85);
        animation-timing-function: linear;
    }
    71.43% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1,1);
        animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1,1);
    }
    }
    #site-header-right {
        position : absolute;
        right    : 0;
        top      : 50%;
        transform: translateY(-50%);
        z-index  : 99;
        display: flex;
        align-items: center;
    }
    
    #site-header-right .button-header {
        display           : inline-block;
        font-size         : 18px;
        font-weight       : 700;
        color: #ffffff;
        line-height       : 80px;
        padding           : 0 59px;
        background-color: #e58a1f;
        clip-path         : polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition   : all 0.3s ease;
        -ms-transition    : all 0.3s ease;
        -o-transition     : all 0.3s ease;
        transition        : all 0.3s ease;
    }
    .callback1:hover{
        color: #ffffff;
        background: #0dcf44;
        border: 1px solid #0dcf44;
    }
    .callback1{
        transition: 0.3s;
        cursor: pointer;
        color: #001536;
        font-size: 14px;
        border: 1px solid #d6dfed;
        border-radius: 20px;
        padding: 10px 18px;
        font-weight: 600;
        background: #ffffff;
    }
@media(max-width: 480px) {
    #cn-accept-cookie {
        margin-left:20px!important;
        margin-right: 0!important
    }
}

main {
    margin-top: 40px
}

@media screen and (max-width: 790px) {
    main {
        margin-top:25px
    }
}

.operations-performed span {
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 5px;
    display: block;
    color: #004283;
    font-family: 'Uni Sans SemiBold'
}

.nsp-agent .agent {
    height: 487px
}

.nsp-agent .agent img {
    height: 487px
}
.price{

}
.price div{
    font-size: 18px;
    margin-top: 16px;
    font-weight: 600;
}
.price span{background: #f55781;color: #fff;padding: 3px 8px;font-size: 22px;font-weight: 600;border-radius: 2px;}
#rasp{
    position: absolute;
    margin-top: -150px;
}
#price{
    position: absolute;
    margin-top: -150px;
}
#about{
    position: absolute;
    margin-top: -150px;
}
#docs{
    position: absolute;
    margin-top: -150px;
}
.port{

}
.port img{
    
}


div.table-title {
    display: block;
    margin: 15px auto auto auto;
    max-width: 600px;
    padding:5px;
    width: 100%;
    text-align: center;
 }
 
 .table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style:normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform:uppercase;
 }
 
 
 /*** Table Styles **/
 
 .table-fill {
   background: white;
   border-radius:3px;
   border-collapse: collapse;
   height: 320px;
   margin: auto;
   max-width: 600px;
   padding:5px;
   width: 100%;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   animation: float 5s infinite;
 }
  
 th {
   color: #ffffff;
   background: #0b317d;
   border-bottom:4px solid #9ea7af;
   border-right: 1px solid #002265;
   font-size:23px;
   font-weight: 500;
   padding:24px;
   text-align:left;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   vertical-align:middle;
 }
 
 th:first-child {
   border-top-left-radius:3px;
 }
  
 th:last-child {
   border-top-right-radius:3px;
   border-right:none;
 }
   
 tr {
   border-top: 1px solid #C1C3D1;
   border-bottom-: 1px solid #C1C3D1;
   color:#666B85;
   font-size:16px;
   font-weight:normal;
   text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
 }
  
 tr:hover td {
   background:#4E5066;
   color:#FFFFFF;
   border-top: 1px solid #22262e;
 }
  
 tr:first-child {
   border-top:none;
 }
 
 tr:last-child {
   border-bottom:none;
 }
  
 tr:nth-child(odd) td {
   background:#EBEBEB;
 }
  
 tr:nth-child(odd):hover td {
   background:#4E5066;
 }
 
 tr:last-child td:first-child {
   border-bottom-left-radius:3px;
 }
  
 tr:last-child td:last-child {
   border-bottom-right-radius:3px;
 }
  
 td {
   background:#FFFFFF;
   padding:20px;
   text-align:left;
   vertical-align:middle;
   font-weight: 600;
   color: #4f4f4f;
   font-size:18px;
   /* text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); */
   border-right: 1px solid #C1C3D1;
 }
 
 td:last-child {
   border-right: 0px;
 }
 
 th.text-left {
   text-align: left;
 }
 
 th.text-center {
   text-align: center;
 }
 
 th.text-right {
   text-align: right;
 }
 
 td.text-left {
   text-align: left;
 }
 
 td.text-center {
   text-align: center;
 }
 
 td.text-right {
   text-align: right;
 }
.license{
    font-size: 20px;
}
.license a{
        font-size: 18px;
}
   .table-title a{

    }
      .table-title a img{
        
    }
    
    .table-title a{
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        width: 33%;
        border-radius: 20px;
        margin-top: 20px;
        background: #f3f3f3;
        padding-right: 18px;
        color: #004283;
        box-shadow: 1px 0px 1px 1px #0b4a971c;
    }
    .table-title a img{width: 30px;}
@media screen and (max-width: 480px) {
    .nsp-agent .agent {
        margin-left:-15px;
        max-width: 365px;
        height: auto
    }
    #about{
        position: absolute;
        margin-top: -150px;
    }
    .table-title a{
        display: block;
        font-size: 16px;
        text-decoration: none;
        width: fit-content;
        border-radius: 20px;
        margin-top: 20px;
        background: #f3f3f3;
        padding-right: 18px;
        color: #004283;
        box-shadow: 1px 0px 1px 1px #0b4a971c;
    }
    .table-title a img{width: 30px;}
.price div{font-size: 14px;}
.price span{font-size: 16px;background: #f55781d9;display: inline-block;}
    .zag {
        font-family: 'Uni Sans SemiBold';
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 30px 0px 21px 0px;
        margin-top: 0;
        line-height: 0;
        text-transform: uppercase;
    }
    .nsp-agent .agent img {
        height: auto
    }
    .n-header .header-phone .phone-wrap a {
    font-size: 18px;
}
.n-header .header-phone:before {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-size: 20px;
}
}

@media screen and (min-width: 1200px) {
    .nsp-agent .agent img {
        min-height:487px;
        width: 607px
    }
}

.nreviews .rslider .owl-nav .disabled {
    opacity: .5;
    pointer-events: none
}
