@font-face {
    font-family: 'GothamPro';
    src: url('Gotham/GothamPro-Light.eot') format('eot'),
        url('Gotham/GothamPro-Light.ttf') format('truetype'),
        /* Только если нужна поддержка старых Android, иначе закомментировать */
        url('Gotham/GothamPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

/* .clearfix:after {
    content: "";
    display: table;
    clear: both;
} */

body {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
}

body * {
    outline: 0 !important;
}

a {
    color: #cd9a3a;
    transition: .3s;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #17312c;
    text-decoration: none;
}

button,
button:focus,
button:hover {
    outline: 0 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    background: #17312c;
}

.btn.focus,
.btn:focus {
    background: #17312c;
    outline: 0;
    box-shadow: none;
}

.container {
    max-width: 1366px;
    margin: 0 auto;
    min-height: 100%;
}

.entry-content ul {
    margin-left: 17px;
}

/*Header*/
.bread {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

.header {
    font-size: 13px;
    color: #4d4d4d;
    line-height: 1;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
    flex: 0 0 auto;
}

.header .header__top {
    padding-top: 15px;
    font-size: 0;
    height: 45px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.header .header__top .location {
    padding-left: 17px;
}

.header .header__top .email,
.header .header__top .license,
.header .header__top .location,
.header .header__top .time {
    display: inline-block;
    margin-right: 22px;
    position: relative;
    font-size: 13px;
}

.header .header__top .email,
.header .header__top .license,
.header .header__top .location,
.header .header__top .metro_before,
.header .header__top .time {
    display: inline-block;
    margin-right: 22px;
    position: relative;
    font-size: 13px;
}

.header .header__top .email:before,
.header .header__top .license:before,
.header .header__top .location:before,
.header .header__top .time:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.header .header__top .time {
    padding-left: 19px;
}

.location a {
    padding-left: 25px;
}

.header .header__top .time:before {
    height: 14px;
    width: 14px;
    background: url(../img/icon__time.svg) no-repeat;
}

.header .header__top .email {
    margin-right: 0;
    padding-left: 23px;
}

.header .header__top .email:before {
    top: -2px;
    height: 16px;
    width: 15px;
    background: url(../img/header/icon__email.svg) no-repeat;
}

.header .header__top .metro_before:before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
}

.header .header__top .metro_before:before {
    height: 14px;
    width: 14px;
    background: url(../img/icon__location.png) no-repeat;
}




/*header middle*/
.header .header__middle {
    min-height: 100px;
    height: 85px;
    padding-top: 20px;
    border-top: 1px solid #e1f2f5;
    border-bottom: 1px solid #e1f2f5;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header .header__middle .info {
    min-height: 46px;
    display: flex;
    align-items: center;
}

.logo img {
    max-width: 228px;
}

.text-right {
    text-align: right !important;
}

.header .header__middle .link {
    display: inline-block;
    font-size: 0;
    margin: 28px 58px 0 85px;
    position: relative;
}

.header .header__middle .link .link__item {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 20px;
    position: relative;
    padding-top: 23px;
}

.header .header__middle .link .link__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    height: 22px;
    width: 22px;
}

.header .header__middle .link .link__item.link__item_facebook:before {
    background: url(../img/icon__facebook.svg) top center no-repeat;
}

.header .header__middle .link .link__item.link__item_whatsapp:before {
    background: url(../img/icon__whatsap2.png) top center no-repeat;
}

.header .header__middle .link .link__item.link__item_viber:before {
    background: url(../img/icon__viber.svg) top center no-repeat;
}

.header .header__middle .link .link__item.link__item_telegram:before {
    width: 20px;
    margin-left: -10px;
    background: url(../img/icon__telegram.svg) top center no-repeat;
}

.linkM {
    display: inline-block;
    font-size: 0;
    margin: 28px 58px 0 85px;
}

.linkB {
    display: none;
}

.linkM .linkM__item {
    color: #4d4d4d;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 20px;
    position: relative;
    padding: 10px;
}

.linkB .linkB__item {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    position: relative;
    padding-right: 24px;
    margin-top: 5px;
    font-weight: 700;
    color: green;
    display: block;
}

.linkM .linkM__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    height: 18px;
    width: 18px;
}

.linkB .linkB__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -9px;
    height: 18px;
    width: 18px;
}

.linkM .linkM__item.linkM__item_facebook:before {
    background: url(../img/icon__facebook.svg) top center no-repeat;
}

.linkM .linkM__item.linkM__item_whatsapp:before {
    background: url(../img/icon__whatsap.svg) top center no-repeat;
}

.linkB .linkB__item.linkB__item_whatsapp:before {
    background: url(../img/icon__whatsap.svg) bottom right no-repeat;
    background-size: contain;
}

.linkM .linkM__item.linkM__item_viber:before {
    background: url(../img/icon__viber.svg) top center no-repeat;
}

.linkM .linkM__item.linkM__item_telegram:before {
    width: 20px;
    margin-left: -10px;
    background: url(../img/icon__telegram.svg) top center no-repeat;
}








.header .header__middle .button {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
    display: inline-block;
    margin-right: 20px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-radius: 10px;
}

.button.button_violet {
    background: #dc9c00;
}

.button.button_yellow {
    background: #dc9c00;
}

.button.button_yellow:hover {
    background: #956b05;
}

.button {
    transition: .3s;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    width: 184px;
    height: 46px;
    padding-top: 17px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
}

.button,
.button-link,
.button-link.button-link_small,
.button__link-transparent,
.page_main .nd-box .nd__link,
.page_second .menu__left.menu__prices>ul>li>a {
    text-transform: uppercase;
}

.header .header__middle .phone {
    display: inline-block;
    color: #17312c;
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
    margin-top: 14px;
}

.phone-shapka-n {
    position: absolute;
    left: -195px;
    top: -28px;
}

.phone4 {
    border-radius: 3px;
    position: absolute;
    bottom: 8px;
    left: 224px;
    padding-top: 30px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: block;
}

.phone44 {
    bottom: -2px;
    left: 181px;
}

.phone4:before {
    background: white;
    width: 39px;
    height: 39px;
    position: absolute;
    top: -11px;
    content: "";
    border-radius: 50%;
    border: 1px solid #f8f1ff;
    transition: .3s;
}

.phone4:after {
    background: url(../img/icon__contacts_phone4.png) 0 2px no-repeat;
    width: 18px;
    height: 18px;
    left: 12px;
    position: absolute;
    top: -1px;
    content: "";
}


.button.button_violet:hover {
    background: #2c0066;
    color: #fff;
}

/*Header menu*/
.header .header__menu {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.header .header__menu .menu__mobile {
    position: relative;
    margin-top: 4px;
    cursor: pointer;
}

.header .header__menu .menu__mobile .line {
    width: 16px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 3px;
}

.header .header__menu .menu__mobile .text {
    position: absolute;
    left: 25px;
    color: #fff;
    top: -2px;
    font-size: 16px;
}

.header .header__menu .data {
    position: absolute;
    right: 175px;
    top: -9px;
    color: #fff;
}

.header .header__menu .data .data__phone {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.header .header__menu .data .data__phone a {
    color: #fff;
    text-decoration: none;
}

.header .header__menu .data .data__time {
    margin-top: 4px;
    font-size: 9px;
    text-transform: uppercase;
}

.header .header__menu .data__button {
    position: absolute;
    right: 0;
    top: -9px;
    color: #fff;
    width: 164px;
    /* border: 1px solid #fff; */
    font-size: 10px;
    border-radius: 3px;
    padding: 10px 0 0;
    line-height: 1;
    height: 30px;
    background: #dc9c00;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 300;
}

.header .header__menu .data__button:hover {
    background: #956b05;
    color: #fff;
}



.header .header__menu .menu {
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
}

.header .header__menu li {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 9px 10px 8px;
    vertical-align: middle;
}

.header .header__menu li:first-child:before {
    left: 0;
    width: 0;
}

.header .header__menu li:after,
.header .header__menu li:first-child:before {
    position: absolute;
    top: 0;
    height: 30px;
    content: "";
    background: #e8fcf6;
}

.header .header__menu li a {
    color: #1a1a1a;
    text-decoration: none;
}

.header .header__menu li:after {
    right: 0;
    width: 1px;
}

.menu__data {
    display: none;
}

.button.button__small {
    width: 180px;
    height: 36px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    padding-top: 12px;
    border-radius: 10px;
}

/* .menu li:hover {
    background: #f6f6f6;
    color: #fff;
} */

/*Slider*/
.sliders {
    position: relative;
    max-height: 430px;
    overflow-y: hidden;
    background-color: #3f6e65;
}

.sliders .sliders__list {
    height: 430px;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.sliders .sliders__list {
    height: 430px;
    overflow: hidden;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    min-width: 100%;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.sliders .sliders__list .slide {
    position: relative;
    height: 100%;
    color: #fff;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.sliders .sliders__list .slide * {
    user-select: none;
}

.sliders .sliders__list .container {
    height: 430px;
    width: 1200px;
}

.sliders .sliders__list .slide .slide__box {
    position: absolute;
    top: 88px;
}

.slide_item_button {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 25px;
    font-weight: 600;
    text-align: center;
    background: white;
    margin-top: 10px;
}

.sliders .sliders__list .slide .slide__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 32px;
    max-width: 60%;
    margin-bottom: 10px;
}

.sliders .sliders__list .slide .slide__text {
    max-width: 600px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sliders .sliders__list .slide .slide__button {
    width: 220px;
    height: 50px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
    padding-top: 19px;
    font-weight: 300;
    font-size: 14px;
    font-family: Roboto;
}

.slick-track:after {
    clear: both;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.sliders .sliders__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -23px;
}

.sliders .sliders__arrows .container {
    position: relative;
}

.sliders .sliders__arrows .slick-arrow.slick-prev {
    position: absolute;
    left: -76px;
    background-image: url(../img/arrow_prev.svg);
    background-position: 17px 14px;
}

.sliders .sliders__arrows .slick-arrow {
    content: "";
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .3);
    transition: .3s;
}

.sliders .sliders__arrows .slick-arrow.slick-next {
    position: absolute;
    right: -76px;
    background-position: 18px 14px;
    background-image: url(../img/arrow_next.svg);
}

.sliders .sliders__dots {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    text-align: center;
    width: 100%;
}

/*info-box*/
.page_main .info-box {
    position: relative;
    z-index: 5;
    margin-top: -20px;
    margin-bottom: 80px;
}

.page_main .info-box .container {
    padding-right: 20px;
    padding-left: 20px;
}

.page_main .info-box * {
    user-select: none;
}

.page_main .info-box .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.page_main .info-box .item {
    transition: .4s;
    padding: 110px 45px 30px;
    height: 210px;
    box-shadow: 0 4px 16px rgb(44 0 102 / 8%);
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    text-align: center;
}

.page_main .info-box .item__img.item__img_1 {
    padding-top: 16px;
    padding-left: 1px;
    background-color: #F8F1FF;
}

.page_main .info-box .item__img {
    transition: .4s;
    background: #fff;
    position: absolute;
    padding-top: 16px;
    top: 30px;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.page_main .info-box .item__img.item__img_2 {
    padding-top: 18px;
    background-color: #E8FCF6;
}

.page_main .info-box .item__img.item__img_3 {
    padding-top: 16px;
    padding-left: 3px;
    background-color: #FFF7DE;
}

.page_main .info-box .item__img.item__img_4 {
    padding-top: 14px;
    background-color: #FFEEE3;
}

/*Clinica box*/
.clinica__photo img {
    border-radius: 5px;
}

.clinica__title h1 {
    font-size: 30px;
    font-weight: 700;
    padding-left: 20px;
}

.page_main .clinica-box .clinica__content {
    padding-left: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #4d4d4d;
}

.page_main .clinica-box .clinica__button {
    padding-top: 8px;
    margin-top: 20px;
}

.button-link {
    background: #dc9d00;
    border: 1px solid #dc9d00;
    border-radius: 10px;
    font-size: 18px;
    font-family: Roboto;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 250px font-size: 8px;
    font-weight: 300;
    font-size: 14px;
    font-family: Roboto;
}

.button-link2 {
    padding-top: 9px;
}

/* .button-link:before {
    background: #cd9a3a;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 4px;
    content: "";
    border-radius: 50%;
    transition: .3s;
} */
/* .button-link:after {
    background: url(../img/icon__arrow_right.svg) center center no-repeat;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 17px;
    top: 15px;
    content: "";
} */
.button-link:hover {
    background: #fff;
    color: #1D1D1D;
    box-shadow: none;
    transition: 0.3s all;
    border: 1px solid #135666;
}

.clinica__photo {
    float: right;
    padding-left: 30px;
    padding-bottom: 20px;
}

.clinica__text {
    padding-top: 20px;
}

br {
    content: "A";
    display: block;
    margin-bottom: 10px;
}

.page_main .clinica-box {
    margin-bottom: 80px;
}

/*data-box */
.data-box_italic {
    text-align: center;
    box-shadow: 0 10px 30px rgb(135 77 210 / 10%);
    border-radius: 6px;
    border: 1px solid #f8f1ff;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}

.page_main .data-box {
    margin-bottom: 60px;
}

.page_main .data-box .consult {
    background: url(../img/data_consult.png) top right no-repeat #E6FBFF;
}

.page_main .data-box .box {
    position: relative;
    min-height: 245px;
    border-radius: 6px;
    margin-bottom: 0px;
    padding: 40px 40px 0;
}

.page_main .data-box .data__title {
    color: #2c0066;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 14px;
    max-width: 640px;
}

.page_main .data-box a {
    color: #17312c;
}

.page_main .data-box .data__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    max-width: 640px;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.page_main .data-box .data__button {
    display: inline-block;
    color: #fff;
    width: 166px;
    height: 40px;
    border-radius: 3px;
    background-color: #17312c;
    font-size: 12px;
    font-weight: 500;
    padding-top: 14px;
}

.button.button_violet:hover {
    background: #5f6357;
    color: #fff;
}

.page_main .data-box .data__phone {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 17px;
}

/*help box */
.page_main .help-box {
    margin-bottom: 80px;
}

.page_main .help-box .help {
    height: 278px;
    background-color: #fff;
    text-align: center;
    padding: 40px 30px;
}

.page_contacts .info-box .item,
.page_main .help-box .help {
    border-radius: 6px;
    position: relative;
    box-shadow: 0 4px 16px rgb(44 0 102 / 8%);
}

.page_main .help-box .help__img {
    width: 120px;
    height: 120px;
    background-color: #f8f1ff;
    border-radius: 50%;
    display: inline-block;
    padding-top: 30px;
    margin-bottom: 30px;
}

.page_main .help-box .help__img.help__img_2 {
    background-color: #e8fcf6;
}

.page_main .help-box .help__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.page_main .help-box .help__img.help__img_3 {
    background-color: #fff7de;
    padding-top: 33px;
}

.page_main .help-box .help__img.help__img_4 {
    background-color: #ffeee3;
    padding-left: 10px;
}

/*data box*/
.data__text_abs {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.data__text_abs2 {
    position: relative;
    padding-top: 15px;
    padding-right: 30px;
    float: right;
}

.data__text_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.data__text_item2 {
    font-weight: 700;
    text-align: right;
}

.data__text_item {
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
    line-height: 16px;
    font-weight: 500;
}

.data__text_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #ff923c;
    background-color: #ffffff;
}

.pere {
    text-decoration: line-through;
    color: brown;
}

.pere_block {
    display: block;
    color: navajowhite;
}

.data-box_margin {
    margin-bottom: 0px;
}

.page_main .data-box .diagnostics {
    background: #e8fcf6;
    height: 100%;
    position: relative;
}

.page_main .data-box .pediatr {
    /*     background: #fff7de; */
    height: 100%;
    position: relative;
}

.page_main .data-box .pacient {
    background: #f8f1ff;
    height: 100%;
    position: relative;
}

.page_main .data-box .contacts {
    background: #ffeee3;
    height: 100%;
    position: relative;
}

.button-link_bata {
    position: absolute;
    bottom: 10px;
}

.button-link_bata2 {
    position: relative;
    bottom: 0px;
}

.page_main .data-box .box {
    min-height: 260px;
    border-radius: 6px;
    margin-bottom: 0px;
    padding: 40px 40px 0;
}

.page_main .data-box .pediatr2 {
    min-height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #f8f1ff;
}

.page_main .data-box .pacient2 {
    min-height: 500px;
}

.page_main .data-box .data__title {
    color: #2c0066;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 50px;
    max-width: 640px;
}

.page_main .data-box .diagnostics .data__text_operation {
    max-width: 100%;
}

.page_main .data-box .data__text_operation {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page_main .data-box a {
    color: #2c0066;
}


/*Doctors */
.doc-list .slick-prev {
    transform: scale(-1, 1) !important;
}

.doc-list .slick-prev {
    /* right: 85px; */
    left: 15px;
}

.doc-list .slick-next,
.doc-list .slick-prev {
    width: 50px;
    height: 50px;
    bottom: -15px;
    top: auto;
    background-image: url(../img/strelka.svg);
    transform: none;
    z-index: 10;
    transition: 0.3s all;
}

.doc-list .slick-next {
    right: 15px;
    left: auto;
}

.doc-list .slick-next:hover,
.doc-list .slick-prev:hover {
    transition: 0.3s all;
    background-image: url(../img/property-1hover.svg);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}



.doc {
    max-width: 270px !important;
    display: inline-block;
    height: 100%;
    padding-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #f8f1ff;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin: 15px 15px 0;
}

.doc-img {
    border: 10px solid #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    position: relative;
}

.doc-img img {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.doc-list .slick-track {
    display: flex !important;
    justify-content: center;
}

.doc-list .slick-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.doc-list .slick-dots li.slick-active:before {
    opacity: 1;
}

.doc-list .slick-dots li:before {
    content: '';
    position: absolute;
    background: #929A85;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 0;
}

.doc-list .slick-dots li button {
    display: none;
}

.doc-list .slick-dots li {
    padding: 0;
    margin: 0 10px;
    border: 1px solid #89ABB3;
    box-sizing: border-box;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}





.page_main .doctors-box {
    margin-bottom: 80px;
}

.page_main .box__title {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.page_main .box__text {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.doctors__list {
    padding: 0;
    text-align: center;
    position: relative;
}

.doctors__list .doctor-box {
    display: inline-block;
    height: 100%;
}

.doctors__list .doctor {
    width: 300px;
    display: inline-block;
    min-height: 520px;
    height: 100%;
    padding-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #f8f1ff;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.doctors__list .doctor:focus,
.doctors__list .doctor:hover {
    border: 1px solid #6fb6a8;
}

.doctors__list .doctor__photo {
    margin-bottom: 20px;
    background-size: cover !important;
    border-radius: 6px 6px 0 0;
}

.doctors__list .doctor__title {
    padding: 0 6px;
    color: #17312c;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: 216px;
    margin: 0 auto;
}

.doctors__list .doctor__post {
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #1a1a1a;
    height: 50px;
    padding-top: 5px;
    width: 268px;
    margin: 0 auto;
}

.doctors__list .doctor__stage {
    display: block;
    margin: 16px auto 0;
    max-width: 100px;
    border-radius: 3px;
    border: 1px solid #874dd2;
    background-color: transparent;
    padding: 0 10px;
    text-align: center;
    color: #874dd2;
    font-size: 13px;
}

.button.button_transparent {
    border-radius: 3px;
    border: 1px solid #f8f1ff;
    background-color: #fff;
    color: #6fb6a8;
}

.doctors__list .doctor__button {
    display: inline-block;
    width: 180px;
    height: 36px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    padding-top: 12px;
    margin-top: 15px;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.doctor-center {
    display: flex;
    justify-content: center;
}

.doctors__list .col-doctor,
.doctors__list .doctor-box {
    padding-left: 10px;
    padding-right: 10px;
}

.button.button_transparent:focus,
.button.button_transparent:hover {
    background-color: #5f6357;
    color: #fff;
}

.doctors__list .doctors__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}

.doctors__list .doctors__arrows .slick-arrow.slick-prev {
    position: absolute;
    left: -90px;
    background: url(../img/arrow-orange_prev.png) 14px 13px no-repeat #fff;
}

.doctors__list .doctors__arrows .slick-arrow {
    opacity: .7;
    content: "";
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #ffeee3;
    transition: .3s;
    background: #fff;
}

.doctors__list .doctors__arrows .slick-arrow.slick-next {
    position: absolute;
    right: -90px;
    background: url(../img/arrow-orange_next.png) 18px 13px no-repeat #fff;
}

.doctors__list .doctors__arrows .slick-arrow {
    opacity: .7;
    content: "";
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #ffeee3;
    transition: .3s;
    background: #fff;
}

.doctors__list .doctors__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}

.doctors__list .doctors__arrows .slick-arrow:focus,
.doctors__list .doctors__arrows .slick-arrow:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, .5);
}

/*contacts */

.contacts-box .box {
    background: #fff;
    box-shadow: 0 4px 16px rgb(44 0 102 / 8%);
    width: 340px;
    height: auto;
    padding: 40px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 9%;
    margin-top: 40px;
    z-index: 10;
}

.contacts-box .box__title {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.page_main .box__title {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.contacts-box .option .option__title {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
    padding-left: 19px;
}

.contacts-box .option .option__title.option__title_adres {
    background: url(../img/icon__contacts_adres.png) 0 2px no-repeat;
}

.contacts-box .option .option__text {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.contacts-box .option .option__title.option__title_phone {
    background: url(../img/icon__contacts_phone.png) 0 2px no-repeat;
}

.contacts-box .option .option__text a {
    color: #333;
}

.contacts-box .option .option__title.option__title_time {
    background: url(../img/icon__contacts_time.png) 0 2px no-repeat;
}

.button.button__small {
    display: inline-block;
    color: #fff;
    width: 180px;
    height: 36px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    padding-top: 12px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 12px;
    font-family: Roboto;
}

.contacts-box .map {
    height: 512px;
    width: 100%;
    background: #f0f0f0;
    border-radius: 10px;
}

.ymaps-2-1-79-map {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    color: #000;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-print-color-adjust: exact;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.relative-up {
    position: relative;
}

.contacts-box .option {
    margin-bottom: 13px;
}

/*Footer */
.footer {
    margin-top: 80px;
    padding: 40px 0;
    background-color: #f5fdff;
    flex: 0 0 auto;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.footer .logo__text {
    color: #4d4d4d;
}

.footer .license,
.footer .logo__text {
    font-size: 13px;
    line-height: 20px;
    max-width: 220px;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.footer .license {
    color: #2c0066;
}

.footer .license,
.footer .logo__text {
    font-size: 13px;
    line-height: 20px;
    max-width: 220px;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.footer .footer__title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    color: #2c0066;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 13px;
}

.footer .option {
    margin-bottom: 13px;
}

.footer .option .option__title {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
}

.footer .option .option__text {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}



.popup-forma label {
    max-width: 400px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.333;
}

.popup-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.28rem;
    font-family: inherit;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
}

.popup-subtitle_bot {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 15px;
}

.popup-subtitle-tel {
    font-size: 20px;
    font-weight: 600;
    color: #cd9a3a;
}

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

.wpcf7-response-output {
    display: none;
}

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

.wpcf7-form input {
    height: 47px;
    width: 100%;
    background: #fff;
    padding-left: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #505050;
    margin-bottom: 10px;
    border: 1px solid #17312c;
    background-color: #fff;
}

.fancybox-skin {
    padding: 15px !important;
}

.wpcf7-list-item-label {
    text-align: left;
    display: inline-block;
    padding-left: 15px;
}

.wpcf7-form input[type=checkbox] {
    position: absolute;
    left: -4%;
    width: 20px;
    height: 20px;
}

.wpcf7-list-item {
    position: relative;
}

.popup-forma .wpcf7-submit {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    background: #17312c;
    padding-left: 0px;
}

.footer_pacient {
    padding-left: 15px;
}

.popup-forma .wpcf7-submit:hover {
    background: #5f6357;
    color: #fff;
    cursor: pointer;
}

.fancybox-skin {
    max-height: 430px;
}


/*price-box*/
.price-box {
    background: #929a85;
    padding: 60px;
    margin-bottom: 35px;
}

.box_price {
    box-shadow: 0 10px 30px rgb(135 77 210 / 10%);
    border-radius: 6px;
    border: 1px solid #e8fcf6;
    background-color: #ffffff;
    padding: 5px 0 15px;
}

.price_content {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.price_content table {
    margin-bottom: 0;
    overflow-y: hidden;
}

.price_content th.table__th_name {
    width: 70%;
    padding-left: 30px;
}

.price_content th {
    color: #2c0066;
    font-size: 14px;
    font-weight: 500;
    border-top: 0;
    border-bottom: 0;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    border: none;
}

.price_content tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.price_content tbody tr:nth-of-type(odd) {
    background-color: #e8fcf6;
}

.price_content td:first-child {
    padding-left: 30px;
}

.price_content td {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    border-top: 0;
}

.sliders .container {
    background: url('/wp-content/uploads/2024/11/12121212333.png') no-repeat bottom right
}


/*Адаптация*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .header .header__middle .hide-xl {
        display: none;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .header .header__menu .data,
    .header .header__menu .data__button,
    .header .header__menu .menu__mobile {
        display: none;
    }

}

@media (min-width: 1200px) and (max-width: 2000px) {
    .flex {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 2000px) {
    .footer_none {
        display: none;
    }

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

    #none {
        display: none;
    }
}

@media (min-width: 2px) and (max-width: 991px) {
    #none2 {
        display: none;
    }

    .footer_none {
        display: block;
    }

    .footer_kont,
    .footer__title2 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sliders .sliders__list .slide .slide__title {
        max-width: 100%;
        font-size: 20px;
    }

    .doc {
        max-width: 100% !important;
        /* 		max-height: 655px!important; */
    }

    .page_main .data-box .data__text_operation {
        padding-bottom: 0px;
    }

    /* 	.sliders .sliders__list .container {
		background-image: none!important;
	} */
    .header .header__middle .phone {
        margin-top: 0px;
    }

    .sliders .sliders__list .container {
        height: 430px;
        width: 600px;
    }

    .header .header__top {
        display: none;
    }

    .header .header__middle .link {
        display: none;
    }

    .header .header__middle .none {
        display: none;
    }

    .ymaps-2-1-79-map iframe {
        max-width: 100%;
    }

    .header .header__menu {
        background-color: #17312c;
        min-height: 40px;
    }

    .header .header__menu .container {
        position: relative;
        padding-left: 0px;
    }

    .header .header__menu .menu {
        display: none;
    }

    .header .header__menu .menu.menu_active {
        display: block;
        position: absolute;
        background-color: #f5fdff;
        width: 100%;
        left: 0;
        top: 26px;
        z-index: 99;
        box-shadow: 0 4px 16px rgb(44 0 102 / 8%);
    }

    .header .header__menu .menu.menu_active li {
        text-transform: none;
        display: block;
        text-align: left;
        border-bottom: 1px solid #e9f0f2;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .header__menu .menu.menu_active li a {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .page_main .info-box .item {
        text-align: left;
        height: 100px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .page_main .info-box .item__img {
        left: 0;
        top: 20px;
        margin-left: 20px;
    }

    .page_main .info-box .item__title {
        position: absolute;
        left: 100px;
        top: 0;
        height: 100px;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }

    .clinica__photo img {
        width: 300px;
    }

    .page_main .data-box .box {
        padding: 30px 40px;
    }

    .page_main .data-box .pediatr2 {
        padding-bottom: 30px;
    }

    .page_main .data-box .pacient2 {
        padding-bottom: 92px;
    }

    .page_main .data-box .data__text {
        max-width: 50%;
    }

    .page_main .help-box .help {
        margin-bottom: 30px;
    }

    .doctors__list .doctor-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .doctors__list .doctor {
        min-height: 550px;
        width: 300px;
    }

    .doctors__list .doctor__photo {
        /*         min-height: 330px; */
    }

    .footer {
        padding: 40px 0 40px;
    }
}

@media (max-width: 991px) {
    .page_main .data-box .box {
        min-height: 250px;
        padding-bottom: 0px;
    }

    .data__text_abs2 {
        float: left;
    }

    .data__text_abs {
        right: inherit;
        left: 40px;
    }

    .data__text_item2 {
        text-align: left;
    }

    .doctors__list .slick-slider .slick-track,
    .slick-slider .slick-list {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .doc {
        max-width: 100% !important;
        /* 		max-height: 655px!important; */
    }

    .doctors__list .doctor__post {
        height: 35px;
    }

    .doctors__list .doctor__photo {
        /* 		min-height: 400px; */
    }

    .doctors__list .slick-slider .slick-track,
    .slick-slider .slick-list {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .linkB {
        display: block;
        padding-left: 13px;
    }

    .nonez {
        display: flex;
        justify-content: flex-end;
    }

    .p-l-0 {
        padding-left: 0px;
    }

    .page_main .data-box .consult:before {
        content: "";
        height: 180px;
        display: block;
        background: url(../img/data_consult.png) top left no-repeat;
        background-size: contain;
        margin-bottom: 15px;
    }

    .page_main .data-box .consult .data__text {
        max-width: 100%;
    }

    .page_main .data-box .consult {
        background: #E6FBFF;
    }

    .clinica__photo img {
        display: none;
    }

    .hide-xl {
        display: none;
    }

    .btn-callback-mob {
        max-width: 171px;
        font-size: 12px;
    }

    .logo {
        justify-content: left;
        display: flex;
    }

    .centtr {
        justify-content: space-between;
    }

    .sliders .sliders__list .container {
        height: 430px;
        width: 560px;
    }

    .btn-zapis {
        bottom: 47px;
    }

    .contacts-box .box {
        width: 100%;
        box-shadow: none;
        position: relative;
        padding: 0 0 30px;
    }

    .page_main .box__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
    }

    #btn-footer {
        width: 100% !important;
    }

    .sliders .sliders__list .slide .slide__text {
        justify-content: center;
    }

    .sliders .sliders__list .slide .slide__box {
        text-align: center;
        top: 85px;
    }

    .sliders .sliders__list .slide .slide__button {
        bottom: 32px;
        left: calc(50% - 110px);
    }

    .slide_item {
        width: 410px;
    }
}

@media (max-width: 575px) {
    .slide_item {
        width: 410px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .sliders .sliders__list .container {
        height: 475px;
        width: 430px;
    }

    .entry-title {
        font-size: 24px;
    }

    .header .header__menu .container {
        padding-left: 12px;
    }

    .cbm {
        margin-right: 10px;
    }

    .header .header__menu .data .data__phone a {
        font-size: 12px;
    }

    .data__time {
        display: none;
    }

    .header .header__menu .data {
        top: -2px;
        margin-right: 10px;
    }

    .d-sm-none {
        display: none !important;
    }

    .page_main .help-box {
        margin-bottom: 40px;
    }

    .page_main .doctors-box {
        margin-bottom: 40px;
    }

    .conteiner-text {
        max-width: 540px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sliders .sliders__list .slide .slide__title {
        font-size: 18px;
        line-height: 23px;
    }

    .sliders .container {
        /*         background-image: none!important; */
        display: flex;
        justify-content: center;
        background: url(/wp-content/uploads/2024/11/12121212333.png) no-repeat bottom right;
        background-size: 50% !important;
        background-position: 100% 72%;
    }

    .pere_block {
        display: none;
    }

    .slide__box .slide__text {
        max-width: 360px;
    }

    .btn-zapis {
        bottom: 32px !important;
    }

    .sliders .sliders__list .slide .slide__button {
        width: 220px;
        height: 32px;
        border-radius: 3px;
        position: absolute;
        bottom: 88px;
        padding: 10px;
        font-size: 14px;
    }

    .page_main .info-box .item {
        margin-bottom: 20px;
    }

    .info-box {
        margin-bottom: 40px;
    }

    .contacts-box .box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        background-color: #fff;
        width: 100%;
    }

    .header .header__middle {
        min-height: 67px;
        height: 67px;
        padding-top: 5px;
    }

    .sliders {
        margin-top: 30px;
        max-height: 475px;
    }

    .sliders .sliders__list {
        height: 475px;
    }

    .doctors__list .doctor__title {
        font-size: 14px;
    }

    .doctors__list .doctor__post {
        font-size: 12px;
    }

    .sliders .sliders__list .slide .slide__box {
        width: 100%;
    }

    .page_main .info-box {
        margin-bottom: 20px;

    }

    .page_main .clinica-box {
        margin-bottom: 20px;
    }

    .page_main .data-box {
        margin-bottom: 20px;
    }

    .doctors__list .doctor__post {
        font-size: 12px;
    }

    .slide_item_title {
        display: flex;
        width: 220px;
        text-align: left;
    }
}

@media (max-width: 486px) {
    .sliders .sliders__list .slide .slide__text {
        max-width: 430px;
    }

    .data__phone {
        display: none;
    }

    .header .header__middle .phone {
        font-size: 14px;
    }

    .linkB .linkB__item {
        font-size: 12px;
    }

    .linkB .linkB__item:before {
        height: 15px;
    }

    .justify-content-start {
        flex-direction: column;
    }

    .page_main .data-box .data__phone_footer {
        margin-left: 0px;
        padding-top: 15px;
        margin-right: 0px;
    }
}

@media (max-width: 417px) {
    .sliders .sliders__list .slide .slide__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .wpcf7-form input {
        height: 42px;
    }

    .sliders .sliders__list .slide .slide__box {
        max-width: 354px;
    }

    .sliders .sliders__list .slide .slide__text {
        max-width: 600px;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
    }

    .sliders .sliders__list .container {
        max-width: 400px;
    }

    .sliders .sliders__list .slide .slide__box {
        text-align: center;
    }

    .clinica__title h1 {
        font-size: 26px;
    }
}

@media (max-width: 398px) {
    .sliders .sliders__list .slide .slide__box {
        max-width: 330px;
    }

    .wpcf7-form input {
        height: 42px;
    }

    .header .header__middle .phone {
        font-size: 12px;
    }

    .text-right {
        padding-right: 0px;
    }

    .linkB .linkB__item {
        font-size: 12px;
    }

    .linkB .linkB__item:before {
        height: 15px;
    }

    .sliders .sliders__list .container {
        max-width: 370px;
    }

    .sliders .sliders__list .slide .slide__box {
        text-align: center;
        margin-right: 5px;
    }
}

@media (max-width: 360px) {
    .linkB {
        display: none;
    }

    .header .header__middle .phone {
        font-size: 10px;
    }

    .text-right {
        padding-right: 0px;
    }

    .logo img {
        max-width: 187px;
    }
}

.clinica__title {
    text-align: center;
    margin-bottom: 50px;
}

.h2_title {
    font-size: 34px;
    font-weight: 700;
    line-height: initial;
}

.h2_title .yel {
    color: #dc9c00;
}


.clinica__text .lic {
    background-image: url(https://optim.tildacdn.com/tild3433-3165-4631-b534-376362636438/-/format/webp/d7a7169f-d071-41e8-8.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    position: relative;

    height: 680px;
}

.lic .lin1 {
    background-image: url(/wp-content/uploads/2024/11/lin-oval.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 137px;
    height: 228px;
    bottom: 110px;
    right: 442px;
}

.lic .lin1_descr {
    border-radius: 40px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    max-width: 300px;
    bottom: 119px;
    right: 321px;
    padding: 10px;
    text-align: center;
}

.lic .lin2 {
    background-image: url(/wp-content/uploads/2024/11/lin2.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 271px;
    height: 228px;
    top: 126px;
    left: 218px;
}

.lic .lin2_descr {
    border-radius: 40px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    max-width: 255px;
    top: 114px;
    left: 93px;
    padding: 10px;
    text-align: center;
}

.lic .lin3 {
    background-image: url(/wp-content/uploads/2024/11/lin3.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 357px;
    height: 175px;
    top: 128px;
    right: 216px;
}

.lic .lin3_descr {
    border-radius: 40px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    max-width: 272px;
    top: 102px;
    right: 122px;
    padding: 10px;
    text-align: center;
}

.all-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.clinica__photo img {
    width: 400px;
}

.row .data-box_margin .bg-ss {
    min-height: 500px;
    background-image: url(/wp-content/uploads/2024/11/111.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

.data__title22 {
    text-align: center;
}


/*Этапы работ*/
.preimushestva-list_etapi {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.preimushestva-list_etapi .one-preimush_etapi {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 230px;
    height: 195px;
    margin: 15px;
    position: relative;
    border: 1px solid #E5E8E3;
    background: white;
    display: flex;
    border-radius: 6px;
    padding: 10px;
}

.preimushestva-list_etapi .one-preimush_etapi .ikon {
    border: 1px solid #E5E8E3;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    width: 65px;
    height: 65px;
    background: white;
    font-size: 38px;
    color: #929a85;
}

.preimushestva-list_etapi .one-preimush_etapi .line_et {
    height: 1px;
    width: 39px;
    background: #929a85;
    margin-bottom: 20px;
    margin-top: 10px;
}

.etapi-rabot-wrap {
    box-shadow: 3px 5px 35px 0px rgba(118, 127, 96, 0.16);
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 70px;
    background-image: url(/wp-content/uploads/tree.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.etapi-rabot-wrap .div-h2_etapi {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 35px;
    color: #dc9d00;
    font-size: 32px;
}

.preimushestva-list_etapi .one-preimush_etapi .descr {
    font-size: 14px;
    color: #767f60;
}

.preimushestva-list .preimushestva_wr {
    display: flex;
}








@media (max-width: 1199px) {
    .lic .lin3 {
        width: 230px;
        height: 175px;
        top: 151px;
        right: 221px;
    }

    .lic .lin2 {
        width: 176px;
    }

    .lic .lin2_descr {
        top: 139px;
        left: 78px;
    }

    .lic .lin1 {
        background-image: url(/wp-content/uploads/2024/11/lin-oval.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        border-color: transparent;
        border-style: solid;
        position: absolute;
        width: 110px;
        height: 290px;
        bottom: 100px;
        right: 344px;
    }
}

@media (max-width: 991px) {
    .clinica__title {
        text-align: center;
        margin-bottom: 0px;
    }

    .clinica__text .lic {
        background-size: contain;
        height: 580px;
    }

    .preimushestva-list_etapi {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .preimushestva-list_etapi .one-preimush_etapi {
        margin-bottom: 30px;
        width: 270px;
        height: 160px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .etapi-rabot-wrap {
        background-image: none;
    }

    .preimushestva-list .one-preimush {
        padding: 10px;
    }

    .rayting {
        flex-direction: row;
    }

    .lic .lin3 {
        width: 241px;
        height: 171px;
        top: 189px;
        right: 105px;
    }

    .lic .lin2 {
        top: 157px;
        left: 127px;
    }

    .lic .lin1 {
        width: 110px;
        height: 290px;
        bottom: 118px;
        right: 245px;
    }

    .lic .lin2_descr {
        top: 164px;
        left: -7px;
    }

    .lic .lin3_descr {
        border-radius: 40px;
        background-color: #ffffff;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        position: absolute;
        max-width: 272px;
        top: 158px;
        right: -13px;
        padding: 10px;
        text-align: center;
    }

    .lic .lin1_descr {
        bottom: 170px;
        right: 131px;
    }

}

@media (max-width: 768px) {
    .page_main .data-box .data__text_operation {
        flex-direction: column;
        align-items: center;
    }

    .clinica__title {
        text-align: center;
        margin-bottom: 0px;
    }

    .all-w {
        margin-top: 0px;
    }

    .preimushestva-list_etapi .one-preimush_etapi {
        width: 180px;
        height: 180px;
    }

    .lic .lin2_descr {
        font-size: 12px;
    }

    .lic .lin1_descr {
        font-size: 12px;
    }

    .lic .lin3_descr {
        font-size: 12px;
    }

    .lic .lin3 {
        background-image: url(/wp-content/uploads/2024/11/lin3.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        border-color: transparent;
        border-style: solid;
        position: absolute;
        width: 215px;
        height: 175px;
        top: 190px;
        right: 40px;
    }

    .lic .lin2 {
        width: 189px;
        top: 154px;
        left: 24px;
    }

    .lic .lin1 {
        width: 99px;
        height: 290px;
        bottom: 121px;
        right: 164px;
    }

    .lic .lin3_descr {
        max-width: 187px;
        top: 161px;
        right: 3px;
        padding: 10px;
        text-align: center;
    }

    .lic .lin2_descr {
        max-width: 195px;
        top: 190px;
        left: -4px;
        padding: 10px;
        text-align: center;

    }

    .clinica__text .lic {
        background-size: 550px;
    }

    .lic .lin1_descr {
        max-width: 180px;
        bottom: 166px;
        right: 100px;
        padding: 10px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .h2_title {
        font-size: 27px;
    }

    .bl11 {
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 20px;
    }

    .preimushestva-list_etapi .one-preimush_etapi {
        width: 150px;
        height: 230px;
    }

    .lic .lin2 {
        width: 187px;
        top: 157px;
        left: 25px;
    }

    .lic .lin2_descr {
        max-width: 145px;
        top: 189px;
        left: 46px;
    }

    .lic .lin3_descr {
        max-width: 136px;
        top: 200px;
        right: 26px;
    }

    .lic .lin3 {
        width: 214px;
        height: 175px;
        top: 190px;
        right: 39px;
    }

    .lic .lin1 {
        width: 97px;
        height: 290px;
        bottom: 124px;
        right: 165px;
    }

    .lic .lin1_descr {
        max-width: 149px;
        bottom: 156px;
        right: 110px;
    }

    .clinica__text .lic {
        height: 430px;
    }

}

@media (max-width: 550px) {
    .lic .lin3 {
        width: 205px;
        height: 175px;
        top: 66px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: -201px;
        text-align: center;
    }

    .lic .lin3_descr {
        max-width: 144px;
        top: 39px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 255px;
        right: 0;
        text-align: center;
    }

    .lic .lin2 {
        width: 178px;
        height: 175px;
        top: 63px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: -252px;
        right: 0;
        text-align: center;
    }

    .lic .lin2_descr {
        max-width: 159px;
        top: 57px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 296px;
        text-align: center;
    }

    .lic .lin1 {
        width: 97px;
        height: 290px;
        bottom: -4px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: -75px;
        text-align: center;
    }

    .lic .lin1_descr {
        max-width: 213px;
        bottom: 49px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: -110px;
        text-align: center;
    }
}

.bl11 {
    display: flex;
    max-width: 370px;
}

.pere-text {
    text-decoration: line-through;
    text-decoration-color: red;
}

@media (max-width: 768px) {
    .column_mob {
        display: flex;
        flex-direction: column;
    }
}

.lic {
    background-image: ulr("/wp-content/themes/twentytwentyone/img/face.webp");
}

.bubbles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bubble {
    position: absolute;
    display: flex;
    background: white;
    padding: 15px 30px;
    border-radius: 40px;
    gap: 15px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.bubbles svg {
    position: relative;
    width: 100%;
    height: 100%;
}

/* .bubbles g {
    transform: translate(x, y);
}

.bubbles polyline {
    transform: translate(x, y);
}

.bubbles rect {
    transform: translate(x, y) rotate(45deg);
} */

.bubble__point {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #0D2A1D;
    display: block;
    box-shadow: 0 0 10px 5px #90cdb6;
    margin-top: 7px;
    animation: pulse 3s infinite;
}

.bubble__text {
    line-height: 12px;
    color: #696969;
    text-align: left;

}

.bubble-1 {
    top: 10%;
    left: 145px;
}

.bubble-2 {
    top: 5%;
    right: 143px;
}

.bubble-3 {
    right: 163px;
    top: 40%;
}

.bubble-4 {
    right: 163px;
    top: 70%;
}

.bubble-5 {
    left: 50%;
    bottom: 5%;
}

.bubble-6 {
    left: 143px;
    bottom: 20%;
}

.lines-lg, .lines-md, .lines-sm, .lines-xs {
    display: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 10px 5px #90cdb6;
    }

    50% {
        box-shadow: 0 0 10px 5px green;
    }

    100% {
        box-shadow: 0 0 10px 5px #90cdb6;
    }

}

@media (max-width: 1199px) {
    .lines-xl {
        display: none;
    }

    .lines-lg {
        display: block;
    }
}

@media (max-width: 992px) {
    .lines-lg {
        display: none;
    }

    .lines-md {
        display: block;
    }

    .bubble-1 {
        left: 50px;
    }

    .bubble-2 {
        top: 10%;
        right: 50px;
    }

    .bubble-3 {
        right: 10px;
    }

    .bubble-4 {
        right: 40px;
        top: 70%;
    }

    .bubble-5 {
        left: 45%;
        bottom: 5%;
    }

    .bubble-6 {
        left: 80px;
        bottom: 10%;
    }
}

@media (max-width: 768px) {
    .lines-md {
        display: none;
    }

    .lines-sm {
        display: block;
    }

    .conteiner-text {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .clinica__text .lic {
        background-size: cover;
    }

    .bubbles {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .bubble-1 {
        left: 0px;
        top: 15%;
    }

    .bubble-2 {
        right: 0px;
        top: 15%;
    }

    .bubble-3 {
        right: 20px;
    }

    .bubble-4 {
        right: 20px;
        top: 60%;
    }

    .bubble-5 {
        left: 45%;
        bottom: 10%;
    }

    .bubble-6 {
        left: 0px;
        bottom: 20%;
    }
}

@media (max-width: 576px) {
    .lines-sm {
        display: none;
    }

    .lines-xs {
        display: block;
    }

    .bubbles {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .bubble {
        padding: 10px 20px;
    }

    .bubble__text {
        line-height: 10px;
        font-size: 14px;
      }

    .bubble-1, .bubble-2 {
        top: 5%;
    }

    .bubble-3 {
        top: 35%;
        right: 0px;
    }

    .bubble-4 {
        right: 0px;
    }

    .bubble-5 {
        left: 50%;
        bottom: 12%;
    }

    .bubble-6 {
        left: 0px;
        bottom: 15%;
    }
}