*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
    margin: 0;
    padding: 0;
    border: 0
}

sup {
    line-height: 0;
    font-size: smaller;
    vertical-align: super
}

sub {
    line-height: 0;
    font-size: smaller;
    vertical-align: sub
}

input, select {font-family: 'Gilroy', Arial, sans-serif;outline:none;}
input[type=submit] {cursor:pointer;}
body {
    margin: 0;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    /*padding: 0 15px;*/
       /* overflow-x: hidden;*/
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal
}
ul, ol {padding:0;margin:0;list-style:none;}
a {text-decoration:none;}
/*
input::-webkit-input-placeholder {color:#7d8194;}
input::-moz-placeholder {color:#7d8194;}
input:-moz-placeholder {color:#7d8194;}
input:-ms-input-placeholder {color:#7d8194;}
*/

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
   /*padding: 0 15px;*/
    box-sizing: border-box;
}


@media screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
        
    }
}

@media screen and (max-width: 960px) {
    .container {
        max-width: 640px;
}
}












ul.header_menu li.sub_menu > ul {
    display: none;
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 30px 0px rgba(65, 65, 65, 0.1);
    background:#fff;
    padding:15px;
}


a.header_logo img {
    max-width: 159px;
    width: 100%;
    outline:none;
}

.header_container {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

ul.header_menu {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    margin-left:auto;
    
    
}

ul.header_menu li a {
    color: #2f2f2f;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}




a.header_phone {
    color: #00183c;
    font-size: 20px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 600;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-left: auto;
}

a.header_phone:hover {
    color: #8c8c8c;
}

.seti_top {
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    grid-gap: 10px;
}

.phone_seti {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-left: auto;
}

ul.header_menu li.sub_menu:hover > ul {
    display: block;
    position: absolute;
}



ul.header_menu li.sub_menu > ul li a {
    color: #2e2e2e;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}



ul.header_menu li.sub_menu ul li:not(:last-child) {
    margin-bottom: 5px;
}



.header_content h1 {
    color: #2f2f2f;
    font-size: 64px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
}

.top_descr {
    color: #2f2f2f;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 30px 0;
}

.top_descr a {
    color: #2f2f2f;
    border-bottom: 1px solid rgb(47, 47, 47);
    color: rgb(128, 135, 176);
}

a.zapis_consult {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    box-sizing:border-box;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #8087b0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 280px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.zapis_consult:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #8087b0;
    color: #8087b0;
}

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

img.bytdaev_img {
    max-width: 650px;
    border-radius: 50%;
}

img.bytdaev_oper {
    position: absolute;
    right: -130px;
    bottom: -10px;
    max-width: 400px;
    width: 100%;
}

.header_content_right {
    position: relative;
}

.all_contents_pd_15 {
    padding: 0 15px;
    box-sizing: border-box;
}

.img_bg_btm {
    background: #fff;
    position: absolute;
    bottom: -13px;
    right: -40px;
    width: 100%;
    height: 50px;
}

.img_bg_top {
    background: #fff;
    position: absolute;
    top: 0;
    right: -40px;
    width: 100%;
    height: 50px;
}






img.hov_seti {
    display: none;
}

.seti_top a:hover img {
    display: none;
}

.seti_top a:hover img.hov_seti {
    display: inline;
animation: hreg 0.3s linear forwards;
backface-visibility: hidden;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}


.service_price_descr_top p {
    color: #2e2e2e;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    line-height: normal;
}

.service_price_descr p span {
    color: rgb(128, 135, 176);
}

h2 {
    color: #2e2e2e;
    font-size: 48px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
}

.service_price {
    margin-top: 50px;
}

.service_price_cart {
    display: flex;
    align-items: center;
    
}
.service_price_cart:hover {cursor:pointer;}
.service_price_name {
    white-space: nowrap;
    min-width: 443px;
}
.service_price_descr {
    padding: 0 90px;
}
.service_price_name span {
    color: #8087b0;
    font-size: 36px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
}

.service_price_descr p {
    color: #2f2f2f;
    font-size: 17px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
}

.hiden_serive_tabs {
    margin-top: 20px;
}


.service_price_cart:hover .arrow_price_service img {
    animation: sbs-648133907-1696351526501 0.00001s linear forwards;
    backface-visibility: hidden;
}
    
.service_price_container {
    counter-reset: tidbit-counter;
}

.service_price_cart .service_price_name:before {
    counter-increment: tidbit-counter;
    content: counters(tidbit-counter, ".", decimal-leading-zero);
    border: 1px solid #2f2f2f;
    border-radius: 50%;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-size: 20px;
    font-weight: 500;
}

.service_price_name {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.service_price_cart {
    padding: 0 20px;
}

.service_price_container {
    margin-top: 35px;
}

.service_price_descr_top {
    margin-bottom: 10px;
}



.hiden_serive_tabs_cart {
    background: url(/assets/img/plastika_vek_bg.jpg) no-repeat;
    border-radius: 10px;
    padding: 40px 30px 40px 100px;
    display: flex;
    align-items: flex-end;
    /* width: 100%; */
    justify-content: space-between;
    background-size: cover;
}

.hiden_cart span {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
}

.hiden_cart {
    border-bottom: 1px solid #8087b0;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

.hiden_serive_tabs_cart div.zapis_consult {
    color: #8087b0;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out;
    min-width: 280px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiden_serive_tabs_cart div.zapis_consult:hover {
        background-color: #8087b0;
        background-image: none;
        color: #fff;
}

.hiden_cart span:nth-child(2) {
    white-space: nowrap;
}

.hiden_cart span:nth-child(1) {max-width: 390px;}

.hiden_serive_tabs_cart_price {
    width: 70%;
}

.hiden_cart:last-child {
    margin-bottom: 0;
}


.service_price_cart {
    border-bottom: 1px solid #cccfdf;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.hiden_serive_tabs {
    margin-bottom: 40px;
}

.hiden_serive_tabs {display:none;}

.sub_zag {
    color: #2e2e2e;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

h2 span {
    color: rgb(128, 135, 176);
}

.service_price_tabs:last-child .service_price_cart {
    border: none;
    margin-bottom: 0;
    /* padding-bottom: 0; */
}

.service_price_tabs {}

.photo_result {
    padding-top: 40px;
}


.sub_zag {
    color: #2e2e2e;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

h2 span {
    color: rgb(128, 135, 176);
}

.service_price_tabs:last-child .service_price_cart {
    border: none;
    margin-bottom: 0;
}

.service_price_tabs {}

.photo_result {
    padding-top: 40px;
    margin-bottom: 60px;
}

.about_hirurg_container {
    margin-top: 25px;
    display: flex;
    grid-gap: 30px;
    align-items: center;
}

.about_hirurg_container img {
    border-radius: 10px;
    align-self: center;
    
}

.about_hirurg_descr > span {
    color: #000000;
    font-size: 24px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
}

.about_hir_d {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 40px;
}

.about_hir_cart p span {
    color: rgb(128, 135, 176);
    font-weight: 700;
}

.about_hir_cart p {
    color: #000000;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 300;
}

.about_hir_c {
    margin-top: 40px;
    /* display: grid; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.about_hir_c_cart span {
    color: #8087b0;
    font-size: 48px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 800;
}

.about_hir_c_cart p {
    color: #8087b0;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
}

.about_hir_c {}

.about_hir_lable {
    margin-toP: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.about_hir_lable_cart img {
    border-radius: 50%;
}

.about_hir_lable_cart {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.about_hir_lable_cart p {
    color: #000000;
    font-size: 20px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
}

.about_ind_cons a {
    color: #8087b0;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    /* border-bottom: 1px solid rgb(128, 135, 176); */
}

.about_ind_cons a span {
    border-bottom: 1px solid rgb(128, 135, 176);
}

.about_ind_cons a {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.about_ind_cons {
    margin-top: 35px;
}

.about_clinic {
    margin-TOP: 10PX;
}
.service_page_single .about_clinic {margin-top:80px;}
.about_clinic_container {
    display: flex;
    /* align-items: center; */
    grid-gap: 40px;
}

.about_clinic_text p {
    color: #2e2e2e;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
}

.about_clinic_text p:not(:last-child) {
    margin-bottom: 15px;
}

img.about_clinic_img_second {
    position: absolute;
    right: -30px;
    bottom: -70px;
    border-radius: 50%;
}

.about_clinic_img {
    position: relative;
}

.about_clinic_cart span {
    color: #8087b0;
    font-size: 48px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 800;
}

.about_clinic_cart p {
    color: #8087b0;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
}

.about_clinic_number {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    margin-top: 25px;
}

a.knopka_zapisi_consult {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
    /* border-width: 1px; */
    border-radius: 30px;
    background-color: #8087b0;
    width: 280px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.knopki_zapisi {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin-top: 35px;
}

a.knopka_about, a.knopka_reviews {
    display: flex;
    align-items: center;
    color: #8087b0;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    /* border-bottom: 1px solid rgb(128, 135, 176); */
    grid-gap: 15px;
}

a.knopka_about span, a.knopka_reviews span {
    border-bottom: 1px solid rgb(128, 135, 176);
}

img.about_clinic_img_first {
    margin-top: -80px;
}

.about_clinic_text {
    margin-top: 35px;
}

a.knopka_zapisi_consult:hover {
    color: #8087b0;
    background-color: #ffffff;
    background-image: none;
    /* border-color: #8087b0; */
    border: 1px solid #8087b0;
}




.gallery_links img {max-width:1200px;width:100%;}


.gallery_links a {
    position: relative;
}

.gallery_links span {
    border-radius: 10px;
    color: #000000;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    background-color: #ffffff;
    /* padding: 11px 20px; */
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_links span:first-child {}

.gallery_links span:last-child {
    right: 0;
}



.photo_result_container #tabs .tabs-nav a {
    color: #2f2f2f;
    font-size: 36px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.photo_result_container #tabs .tabs-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.photo_result_container {
    margin-top: 40px;
}

.photo_result_container #tabs .tabs-nav a.active {color:#8087b0;}



.photo_result_container .slick-dots li.slick-active button:before, .reviews_type3_container .slick-dots li.slick-active button:before {
    display: none;
}

.photo_result_container .slick-dots li button, .reviews_type3_container .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    /* background: #8087b0; */
    background-color: rgb(195, 199, 226);
    transition: background-color .2s ease-in-out;
}

.photo_result_container .slick-dots li, .reviews_type3_container .slick-dots li {
    width: 10px;
    height: 10px;
}



.photo_result_container .slick-dots li button:before, .reviews_type3_container .slick-dots li button:before {
    display: none;
}

.photo_result_container .slick-dots li.slick-active button, .reviews_type3_container .slick-dots li.slick-active button {
    background: #8087b0;
}

.photo_result_container .slick-dots {
    bottom: -35px;
}

.reviews_type3_container .slick-dots {bottom: -25px;}

.photo_result_container .slick-prev {
    background: url(/assets/img/arrl.svg) no-repeat;
    left:-40px;

}

.photo_result_container .slick-next {
    background: url(/assets/img/arrright.svg) no-repeat;
    right:-40px;
}

.photo_result_container .slick-arrow {
    width: 30px;
    height: 30px;
        background-color: rgb(128, 135, 176);
        border-radius:50%;
}
.photo_result_container .slick-prev, .photo_result_container .slick-next {background-size:30px;}
.photo_result_container .slick-prev:before, .photo_result_container .slick-next:before {display:none;}

.more_btn a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: normal;
    font-weight: 400;
    border-width: 1px;
    border-radius: 30px;
    background-color: #8087b0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 17px 27px;
    display: inline-block;
}

.photo_result_container .more_btn {
    padding-top: 35px;
}

a {}

.more_btn a:hover {
    background: #ffffff;
    border-color: #8087b0;
    color: #8087b0;
}

.news_clinic, .rev_clients, .reviews_new, .footer_map, .sertificate, .reviews_type2, .reviews_type3, .service_bt, .what_price, .service_bt_faq, .service_page_content .about_clinic {
    margin-top: 80px;
}
.chestnye_otzyvy {padding-top: 50px;}
.news_clinic_cart {
    border: 1px solid #8087b0;
    border-radius: 10px;
    padding: 20px;
}

.news_clinic_cart_zag {
    color: #2f2f2f;
    font-size: 36px;
    font-weight: 500;
    /* line-height: normal; */
    margin-bottom: 10px;
}

.news_clinic_cart_descr {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 300;
}

.news_clinic_cart_img img {
    width: 100%;
    max-width: 200px;
    width: 100%;
}

.news_clinic_cart_img {
    /* display: flex; */
}

.news_clinic_cart .news_clinic_cart_img img {
    margin-top: 25px;
}

.news_clinic_cart_video a, .news_clinic_full_href a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

.news_clinic_cart_video a span, .news_clinic_full_href a span, .full_link_href span {
    /* color: #2f2f2f; */
    font-size: 14px;
    font-weight: 300;
}

.news_clinic_cart.bg {
    background-color: #8087b0;
    border: none;
}

.news_clinic_cart.bg .news_clinic_cart_zag {
    color: #ffffff;
}

.news_clinic_cart_video a span {
    color: #2f2f2f;
}

.news_clinic_full_href a span {
    color: #ffffff;
}

.news_clinic_cart_video a img {
    /* max-width: 25px; */
    /* width: 100%; */
}

.news_clinic_full_href a img {
    max-width: 25px;
    width: 100%;
}

.news_clinic_full_href a {
    grid-gap: 20px;
}

.news_clinic_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.news_clinic_cart.bg .news_clinic_cart_descr {
    color: #fff;
}

.news_clinic a.knopka_about, a.knopka_reviews {justify-content: flex-end;margin-top: 20px;}


.bytdaev_video_frame {
    /* display: flex; */
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* border: 1px solid #fff; */
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.bytdaev_video_container {
    display: flex;
    /* box-sizing: border-box; */
    /* align-items: stretch; */
}

.bytdaev_video_list {
    max-width: 360px;
    width: 100%;
    border: 1px solid rgb(128, 135, 176);
    /* padding: 20px; */
    box-sizing: border-box;
    max-height: 450px;
    overflow: auto;
}

.bytdaev_video_frame iframe {
    background-color: #000000;
    /* border-top: 1px solid #000000; */
    /* border-left: 1px solid #000000; */
    /* border-bottom: 1px solid #000000; */
    height: 100%;
    margin: 0;
    padding: 0;
}

.bytdaev_video_zag {
    font-size: 24px;
    color: #2f2f2f;
    font-weight: 600;
}

.bytdaev_video_count span {
    margin-left: 6px;
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 300;
}

.bytdaev_video_count {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.bytdaev_video_cart.active_video_cart, .bytdaev_video_cart:hover {
    background-color: #8087b0;
    color: #4d4c4c;
    cursor: pointer;
}

.bytdaev_video_cart {
    color: #2f2f2f;
    font-weight: 400;
    font-size: 15px;
    /* padding: 20px; */
    border-bottom: 1px solid rgb(128, 135, 176);
    display: flex;
    align-items: baseline;
}

.video_count_container, .bytdaev_video_cart {
    padding: 20px;
}

.video_count_container {
    padding-bottom: 0;
}

.bytdaev_video_cart.active_video_cart span, .bytdaev_video_cart:hover span {
    color: #2f2f2f;
}

.bytdaev_video_list_container {
    counter-reset: tidbit-counter;
}

.bytdaev_video_cart:before {
    counter-increment: tidbit-counter;
    content: counter(tidbit-counter);
    color: #a3a3a3;
    font-size: 13px;
}

.bytdaev_video_cart span {
    margin-left: 10px;
}

.bytdaev_video_cart:last-child {
    border-bottom: none;
}

.bytdaev_video_cart:first-child {
    border-top: 1px solid rgb(128, 135, 176);
}

.bytdaev_video {
    margin-top: 20px;
}


.full_link_href {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    grid-gap: 15px;
    right: 20px;
    bottom: 20px;
}

.full_link_href img {
    max-width: 25px;
    width: 100%;
}

a.full_rev, a.reviews_new_cart.big {
    height: 400px;
    display: flex;
    background-repeat: no-repeat;
    flex-direction: column;
}

a.mini_rev, a.reviews_new_cart {
    height: 200px;
    display: flex;
    background-repeat: no-repeat;
    overflow: hidden;
    flex-direction: column;
}

.rev_clients_left, .rev_clients_right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
a.reviews_new_cart {    background-color: #8087b0;}
.rev_clients_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}

a.full_rev > span, a.mini_rev > span, .reviews_new_cart > span {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.rev_descr_clients p, .reviews_new_descr p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 300;
}

.full_link_href span {
    color: #fff;
}

a.full_rev, a.mini_rev, .reviews_new_cart {
    position: relative;
    background-size: cover;
    border-radius: 10px;
    background-color: #8087b0;
    padding: 20px;
    box-sizing: border-box;
    background-position: center center;
}

.rev_clients_form {
    border-radius: 10px;
    background-color: #8087b0;
    padding: 20px;
    box-sizing: border-box;
}

.rev_clients_form > span {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
}

.rev_clients_form form input, .rev_clients_form form select {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    outline: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    /* padding-bottom: 15px; */
    font-family: 'Gilroy', Arial, sans-serif;
    width: 100%;
}

.rev_clients_form form input::-webkit-input-placeholder {    color: #ffffff;
    opacity: 0.5;}

.rev_clients_form form {
    margin-top: 65px;
}

.rev_clients_form form select {
    /* display: flex; */
    /* align-items: center; */
    padding-bottom: 15px;
    margin-bottom: 35px;
    /* vertical-align: baseline; */
    background: url(/assets/img/s.png) no-repeat;
    background-position: right 15px top 3px; /* Change the px value here to change the distance */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* padding : 4px 20px; */
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
}

.rev_clients_form form input {
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.rev_clients_form form select option {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.rev_clients_form form input.consultation__submit {
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s ease all;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
}

.rev_clients_form form input.consultation__submit:hover {
    color: #8087b0;
    border-color: #8087b0;
    background-color: #ffffff;
}
.news_clinic h2, .rev_clients h2, .reviews_new h2, .footer_map_container h2, .sertificate_nav_container, .reviews_type2_arr_container, .rekvizity_contacts_container h2, .reviews_type3 h2, .full_text_container h2, .service_bt h2, .what_price h2, .service_bt_faq h2 {margin-bottom:35px;}






.reviews_new_old {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    /* align-items: flex-start; */
}

.reviews_new_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    align-items: flex-start;
}

a.knopka_reviews {
  height:100%;
  margin-top:25px;
}

.reviews_new_old:last-child a.reviews_new_cart.big {
    height: 280px;
}

.footer_map iframe {
    position: absolute;
    right: 0;
    bottom: 0;
}


.footer_map form input, .footer_map form select {
    /* border-bottom: 1px solid rgb(128, 135, 176); */
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(128, 135, 176);
    color: rgb(47, 47, 47);
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
    padding-bottom: 15px;
    margin-bottom: 35px;
}


.footer_map form select {
    background: url(/assets/img/s_bl.png) no-repeat;
    background-position: right 15px top 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy', Arial, sans-serif;
    /* filter: invert(57%) sepia(4%) saturate(3013%) hue-rotate(194deg) brightness(94%) contrast(83%); */
    color: rgb(47, 47, 47);
}

.footer_map form {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    box-shadow: 5px 5px 15px 0px rgba(128, 135, 176, 0.2);
    padding: 25px;
    position: absolute;
    top: -80px;
    box-sizing: border-box;
    z-index: 1;
}

.form_footer_map {
    position: relative;
    margin-top: 100px;
}

.footer_map form input[type="submit"] {
    color: #fff;
    border: 1px solid #8087b0;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    background-color: #8087b0;
    transition: 0.3s ease all;
    padding: 0;
    margin: 0;
    width: 280px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_map form input[type="submit"]:hover {
    color: #8087b0;
    border-color: #8087b0;
    background-color: #ffffff;
}

.footer_form_descr p {
    font-size: 14px;
    color: rgb(128, 135, 176);
}

.footer_form_descr p span {
    font-weight: 700;
}

.footer_form_descr p a {
    color: rgb(128, 135, 176);
    text-decoration: underline;
}

.footer_form_descr {
    margin-top: 15px;
}

.footer_seti a img:last-child, .footer_seti a:hover img:first-child {display:none;}
.footer_seti a:hover img:last-child {display:block;}
.footer_map {
    position: relative;
}
.map_bg {height:609px;}

/**/
.footer {
    background-color: #00183c;
    padding: 50px 0;
}

.footer_container ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    /* font-family: 'Gilroy', Arial, sans-serif; */
}

.footer_container ul {
    display: grid;align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 90px;
}

a.footer_tel {
    color: #ffffff;
    font-size: 20px;
    /* font-family: 'Gilroy', Arial, sans-serif; */
    /* line-height: 1.95; */
    font-weight: 500;
}

a.footer_zv {
    color: #ffffff;
    font-size: 14px;
    /* font-family: 'Gilroy', Arial, sans-serif; */
    /* line-height: 1.4; */
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.footer_phone {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.footer_seti {
    margin-top: 10px;
    display: flex;
    grid-gap: 5px;
}

.footer_contacts_adr p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.footer_contacts_mail a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.logo_footer_descr p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.logo_footer_descr p span {
    font-weight: 700;
}

.logo_footer_descr p:not(:last-child) {
    margin-bottom: 15px;
}

.logo_footer_descr p a {
    color: #fff;
    text-decoration: underline;
}

.logo_footer > a > img {
    max-width: 190px;
    width: 100%;
    /* margin-right: -10px; */
}

.footer_contacts_old {
    display: flex;
    /* align-items: center; */
    grid-gap: 30px;
}

.footer_contacts {
    border-right: 1px solid #fff;
    padding-right: 30px;
}

.footer_contacts_adr {
    border-right: 1px solid #fff;
    padding-right: 30px;
    display: flex;
    align-items: center;
}

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

.logo_footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}

.logo_footer > a {
    display: flex;
    margin-right: -70px;
}

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

.footer_contacts_container {
    margin-right: 90px;
    /* margin-left: auto; */
}






/**/
.bModal {
    display: none;position:relative;
    }
.bModal.is-consult.fancybox__content {
    padding: 40px 45px;
    box-sizing: border-box;
    max-width: 560px;
    width: 100%;
}

.zag_form {
    font-weight: 600;
    color: #2f2f2f;
    font-size: 36px;
    margin-bottom: 10px;
}


.descr_form p {
    font-size: 16px;
    font-weight: 300;
    color: #2f2f2f;
    margin-bottom: 40px;
    line-height: 1.55;
}

.bModal form input, .bModal form select, .bModal form textarea {
    border: none;
    border-bottom: 1px solid #8087b0;
    padding-bottom: 15px;
    margin-bottom: 35px;
    color: #2f2f2f;
    font-size: 16px;
    font-family: 'Gilroy', Arial, sans-serif;
}
.bModal form textarea {height:102px;}
.bModal form input::-webkit-input-placeholder, .bModal form textarea::-webkit-input-placeholder {
    color: #2f2f2f;
    opacity: 0.5;
}

.bModal form {
    display: flex;
    flex-direction: column;
}

.bModal form input[type=submit] {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    color: #8087b0;
    border: 1px solid #8087b0;
    margin: 0;
    padding: 0;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    background: transparent;
    font-weight: 700;
}

.bModal .footer_form_descr p {
    font-weight: 300;
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.55;
}

.bModal .footer_form_descr {
    margin-top: 20px;
}

.bModal form input[type=submit]:hover {
    color: #ffffff;
    background-color: #8087b0;
}


.bModal form select {
    background: url(/assets/img/select_black.png) no-repeat;
    background-position: right 15px top 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    
}

.bModal.fancybox__content>.f-button.is-close-btn svg {
    display: none;
}




.bModal.fancybox__content>.f-button.is-close-btn {
    background: url(/assets/img/close_form.svg) no-repeat;
    width: 23px;
    height: 23px;
    /* position: absolute; */
    right: 10px;
    opacity: 1;
    top: 10px;
}

.bModal.fancybox__content>.f-button.is-close-btn:hover {
    opacity: .7;
}

.fancybox__backdrop {
    opacity: 0.8;
}




/**/
a.logo_menu img {
    max-width: 161px;
    width: 100%;
}

.header_mnu_logo_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_mnu {
    padding: 20px 0;
        display: none;
    
}
.header_mnu_container {
    overflow: auto;
}
.header_mnu ul li a {
    color: #2f2f2f;
    font-size: 28px;
    font-weight: 400;
}

.header_mnu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    /* align-items: flex-start; */
    max-width: 480px;
    margin: 60px 0;
}

.podmenu_header_descr p {
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 300;
}

.podmenu_header_descr p:not(:last-child) {
    margin-bottom: 15px;
}

.podmenu_header_descr p a {
    /* color: #2f2f2f; */
    text-decoration: underline;
    color: rgb(128, 135, 176);
}

.podmenu_header_ph > a {
    color: #00183c;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}
.podm_seti a {
    display: flex;
}
.podm_seti a img:first-child {
    display: none;
}

.podm_seti a:hover img:first-child {
    display: block;
}

.podm_seti a:hover img:last-child {
    display: none;
}

.podm_seti {
    display: flex;
    grid-gap: 5px;
    margin-top: 10px;
}

.podmenu_header_adr, .podmenu_header_mail a {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 400;
    /* height: 100%; */
    display: flex;
    /* align-items: center; */
}

.podmenu_header_consult a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-radius: 30px;
    background-color: #00183c;
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00183c;
    box-sizing: border-box;
}

.podmenu_header_consult a:hover {background-color: #ffffff;background-image: none;border: 1px solid #00183c;color: #00183c;}

.podmenu_header {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.podmenu_header_adr, .podmenu_header_consult, .podmenu_header_mail {
    display: flex;
    align-items: center;
    /* height: 100%; */
}



.podmenu_header_adr, .podmenu_header_mail {
    border-left: 1px solid #8087b0;
    padding-left: 30px;
}

.podmenu_header_descr p span {
    font-weight: 700;
}

.podmenu_header_ph > a:hover {
    color: #8c8c8c;
}


/**/

body.overhide {
    overflow: hidden;
}







.block_404_container h1 {
    color: #2f2f2f;
    font-size: 56px;
    font-weight: 300;
    line-height: 87px;
}

.index_href a {
    color: #8087b0;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-gap: 25px;
}

.content_404 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url(/assets/img/404.webp); */
    margin-top: 40px;
}

.content_404 > img {
    max-width: 806px;
    width: 100%;
    margin-right: 0;
}

.index_href {
    margin-top: -90px;
    margin-left: 30px;
}

.block_404_container {
    background: url(/assets/img/404.webp) no-repeat;
    padding-top: 80px;
    padding-bottom: 30px;
    background-size: contain;
    background-position: top center;
}

.page_block_404 {
    padding-top: 30px;
}


/**/
.banner_bg {
    /* border-radius: 20px; */
}

.banner_bg_inner {
    border-radius: 20px;
    min-height: 400px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}

.breadcrumb {
    font-size: 12px;
    color: #ff8562;
    display: flex;
    margin-bottom: 25px;
}

.breadcrumb a {
    color: #ff8562;
}

ul#breadcrumbs {}

.banner_bg_inner h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 400;
}

.intro_text {
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

span.separator {
    color: #fff;
    margin: 0 10px;
}



/**/
.hirurg_text h2 {
    color: #2f2f2f;
    font-size: 48px;
    /* line-height: 58px; */
    margin-bottom: 25px;
}

.hirurg_text {
    border-radius: 10px;
    border: 1px solid #8087b0;
    padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.hirurg_about {
    margin-top: 60px;
    display: flex;
    grid-gap: 40px;
}

.hirurg_text p {
    color: #2f2f2f;
    font-size: 16px;
}

.hirurg_text p:not(:last-child) {
    margin-bottom: 20px;
}

.hirurg_text_container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hirurg_text_container img {
    max-width: 310px;
    width: 100%;
}

.hirurg_about > img {
    border-radius: 10px;
    align-self: baseline;
    max-width: 360px;
    width: 100%;
}


/**/
.kachestvo_clinic, .zaur_block {
    margin-top: 40px;
}

.kachestvo_clinic_container {
    display: flex;
    grid-gap: 40px;
}

.kach_descr p {
    color: #ffffff;
    font-size: 16px;
}

.kach_descr span {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    display: flex;
    margin-bottom: 15px;
}

.kach_descr {
    background-color: #8087b0;
    border-radius: 10px;
    padding: 20px 35px;
}

.kachestvo_clinic_container img {
    max-width: 760px;
    width: 100%;
}

/**/
.about_adv {
    margin-top: 30px;
    display: flex;
    grid-gap: 15px;
    /* align-items: stretch; */
    /* height: 100%; */
}

.about_adv_descr {
    border-radius: 10px;
    border: 1px solid #8087b0;
    padding: 30px;
    max-width: 480px;
}

.about_adv a img {
    max-width: 660px;
    width: 100%;
    /* align-self: stretch; */
    height: 100%;
    border-radius: 10px;
}

.about_adv_descr p {
    color: #4e4a4a;
    font-size: 16px;
}

.about_adv_descr span {
    color: #191818;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    display: block;
    margin-bottom: 15px;
}

.about_adv a {
    display: flex;
    align-self: stretch;
}



.sertificate_container .slick-track {
    display: flex;
}

.sertificate_container .slick-track .slick-slide {
    display: flex;
    height: 300px;
}

.sertificate_container .slick-slide img {
    height: 100%;
    width:100%;
    object-fit: contain;
    object-position: center;
}
.sertificate_container a {
    margin: 0 10px;
    border: 1px solid #c3c7e2;
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
}


/*.sertificate_container .slick-prev:before, .sertificate_container .slick-next:before {display:none;}*/




.sertificate_nav_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-arrows {
    margin-right: 60px;
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.slider-arrows span, .slider-arrows-rv span {
    cursor: pointer;
}

.reviews_type2_arr_container {
    display: flex;
    align-items: flex-end;
}

.slider-arrows-rv {
    display: flex; 
    align-items: center;
    grid-gap: 30px;
}


.slider-arrows {}

.mt-50 {margin-top:50px;}

.fs18 .hirurg_text p {
    font-size: 18px;
}

.img-550 .hirurg_text_container > img {
    max-width: 550px;
    margin-toP: 30px;
}



.kachestvo_clinic_container .rev_clients_form form {
    margin-top: 25px;
}

.kachestvo_clinic_container .rev_clients_form > span {
    line-height: 56px;
}

.kachestvo_clinic_container .rev_clients_form form input.consultation__submit {
    margin-bottom: 0;
}

.kachestvo_clinic_container .rev_clients_form {
    max-width: 360px;
    width: 100%;
}

.kachestvo_clinic_container img {
    border-radius: 10px;
}


.kachestvo_clinic_container.width-100 > img {
    width: 100%;
    max-width: unset;
}

.kachestvo_clinic_container.width-100 {
    justify-content: space-between;
}




.zaur_descr span {
    font-size: 48px;
    color: #2f2f2f;
    display: block;
    margin-bottom: 30px;
}

.zaur_descr p {
    color: #2f2f2f;
    font-size: 16px;
}

.zaur_descr p:not(:last-child) {
    margin-bottom: 20px;
}

.zaur_gallery img {
    border-radius: 10px;
}

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

.zaur_gallery img {
    /* max-width: 660px; */
    width: 100%;
}

.zaur_descr {
    max-width: 460px;
    width: 100%;
    border: 1px solid #8087b0;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}

.zaur_gallery {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.reviews_type2_container a:nth-child(even) span, .reviews_type2_container a:nth-child(even) p {
    color: #fff;
}

.reviews_type2_container a > span {
    font-size: 28px;
    color: #2f2f2f;
    display: block;
    margin-bottom: 10px;
}

.reviews_type2_container a p {
    color: #2f2f2f;
    font-size: 16px;
}

.reviews_type2_container a:nth-child(even) p {}

.reviews_type2_container {margin:0 -15px;}
.reviews_type2_container a {
    border: 1px solid #8087b0;
    display: block;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    height: 300px;
    position: relative;
    margin: 0 15px;
}

.reviews_type2_container a:nth-child(even) {background-color: #8087b0;}

.btn_rv span {
    color: #8087b0;
    font-size: 15px;
    font-weight: 300;
}

.btn_rv {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn_rv img {
    max-width: 60px;
    width: 100%;
    /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(196deg) brightness(103%) contrast(103%); */
}

.reviews_type2_container a .btn_rv:after {
    content: '';
    background: url(/assets/img/Big-Arrow-Up.webp) no-repeat;
    width: 60px;
    height: 60px;
    background-position: center;
}

.reviews_type2_container a:nth-child(even) .btn_rv:after {background: url(/assets/img/mini-top.svg) no-repeat;background-size: 25px;width: 25px;height: 25px;/* bottom: 15px; */}



.reviews_type2_container a:nth-child(even) .btn_rv {
    bottom: 18px;
    right: 18px;
    grid-gap: 20px;
}





.rev_container_modals {
    /* max-width: 1160px; */
    /* width: 100%; */
    display: flex;
    /* align-items: center; */
    box-sizing: border-box;
    grid-gap: 50px;
}

.rev_modals_text span {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
}

.bModal.is-review {
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 25px 25px 25px;
    max-width: 1160px;
    width: 100%;
}

.rev_modals_text p {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.rev_container_modals > img {
    max-width: 400px;
    width: 100%;
}

.rev_container_modals a {
    display: flex;
    border: 1px solid #c3c7e2;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}


/**/
.news_all a {
    display: flex;
    position: relative;
    flex-direction: column;
    /* width: 360px; */
    /* height: 500px; */
    max-width: 360px;
    /* border-radius: 10px; */
    /* transform: translateY(20%); */
    /* transition: all ease-in-out .25s; */
}

.news_all a:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out .25s;
}

.news_all a:hover:before {
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(top, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
    background-image: -ms-linear-gradient(top, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
}

.hover_news span {
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    /* z-index: 1; */
    /* position: relative; */
}

.mb-50 {margin-bottom:50px;}

.hover_news p {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
}

.news_all a .hover_news {
    /* display: none; */
    opacity: 0;
    transition: all ease-in-out .25s;
    transform: translateY(20%);
}

.news_all a:hover .hover_news {
    display: flex;
    flex-direction: column;
    z-index: 2;
    transform: translateY(0);
}

.hover_news {
    position: absolute;
    bottom: 40px;
    padding: 0 40px;
}

.news_all a img, .news_all a:hover:before {
    border-radius: 10px;
}

.news_all a:hover .hover_news {
    opacity: 1;
}

.news_all a:hover:before {
    opacity: 1;
}


.full_news {
    display: flex;
    color: #2f2f2f;
    font-size: 16px;
    grid-gap: 35px;
}

.full_news img {
    border-radius: 10px;
    max-width: 565px;
    width: 100%;
    align-self: baseline;
}

.full_news_text p:not(:last-child) {
    margin-bottom: 25px;
}

.full_news_text {
    line-height: 25px;
}






/**/
.rekvizity_text {
    border-radius: 10px;
    border: 1px solid #8087b0;
    padding: 20px;
    box-sizing: border-box;
}

.rekvizity_text p {
    color: #2f2f2f;
    font-size: 14px;
    /* line-height: 17px; */
}

.rekvizity_text p span {
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.rekvizity_text p:not(:last-of-type) {
    margin-bottom: 20px;
}

.download_rekv a {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-radius: 30px;
    background-color: #8087b0;
    color: #ffffff;
    font-size: 16px;
    width: 280px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8087b0;
    box-sizing: border-box;
}

.download_rekv a:hover {
    background-color: #ffffff;
    background-image: none;
    /* border: 1px solid #8087b0; */
    color: #8087b0;
    box-sizing: border-box;
}

.download_rekv {
    margin-top: 30px;
}

.rekvizity_contacts {
    display: flex;
    grid-gap: 40px;
}


.form_footer_map.contacts_page form {
    position: relative;
    top: 0;
}

.form_footer_map.contacts_page {
    margin-top: 0;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    grid-gap: 40px;
}

.contact_logo img {
    max-width: 793px;
    width: 100%;
    min-width: 600px;
}


/**/
.chestnye_otzyvy p {
    color: #2f2f2f;
    font-size: 16px;
}

.chestnye_otzyvy h2 {
    margin-bottom: 20px;
}

.che_full p:not(:last-of-type), .che_small p:not(:last-of-type) {
    margin-bottom: 15px;
}

.ost_ch_otzyv a span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.ost_ch_otzyv a {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: flex-end;
    margin-top: 30px;
}

.ost_ch_otzyv a img {
    max-width: 25px;
    width: 100%;
}

.ost_ch_otzyv {
    margin-bottom: 5px;
}

.chestnye_otzyvy {
    display: flex;
    grid-gap: 40px;
    align-items: flex-start;
}

.che_small {
    background-color: #8087b0;
    /* width: 100%; */
    max-width: 360px;
    width: 100%;
}

.che_small p {
    color: #fff;
}

.che_full, .che_small {
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.che_full {
    border: 1px solid #8087b0;
    /* max-width: 760px; */
    width: 100%;
}

.reviews_type3_container .slick-slide img {
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
}


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




.reviews_type3_container .slick-prev {background:url(/assets/img/arr_mini_prev.svg) no-repeat;left: 60px;}
.reviews_type3_container .slick-next {background:url(/assets/img/arr_mini_next.svg) no-repeat;right: 60px;}

.reviews_type3_container .slick-next, .reviews_type3_container .slick-prev {
    z-index: 1;
    background-size: 12px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-position: center;
}



.full_text_container p {
    color: #000000;
    font-size: 16px;
}

.full_text_container p:not(:last-of-type) {
    margin-bottom: 15px;
}

.full_text_container a {
    color: #ff8562;
}

.breadcrumb > li > span {
    color: #fff;
}


.nas_vybirayut {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.nas_vybirayut_cart {
    border: 1px solid #8087b0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 25px;
}

.nas_vybirayut_cart span {
    color: #8087b0;
    font-size: 36px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.nas_vybirayut_cart p {
    color: #8087b0;
    font-size: 14px;
    font-weight: 300;
}

.service_bt_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.btn_service_bt {
    display: flex;
    align-items: center;
    position: absolute;
    grid-gap: 15px;
    right: 20px;
    bottom: 20px;
}

.btn_service_bt img {
    max-width: 25px;
    width: 100%;
}

.btn_service_bt span {
    color: #fff;
}

a.service_bt_cart {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    height: 200px;
    box-sizing: border-box;
    /* background-repeat: no-repeat; */
    /* width: 100%; */
    background-size: cover;
}

a.service_bt_cart > span {
    color: #ffffff;
    font-size: 32px;
    display: block;
    font-weight: 500;
}

a.service_bt_cart p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
}

.btn_service_bt span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
/**/
.service_bt_text_left {
    /* border: 1px solid #8087b0; */
}

.service_bt_text_right, .service_bt_text, .service_bt_text_sale {
    /* border-radius: 10px; */
    padding: 25px;
    box-sizing: border-box;
}

.service_bt_text_container {
    display: flex;
    grid-gap: 35px;
    margin-top: 20px;
}

.service_bt_text_right {
    background-color: #8087b0;
    min-width: 380px;
    max-width: 380px;
    width: 100%;
}

.service_bt_text span {
    color: #2f2f2f;
    font-size: 48px;
    /* line-height: 58px; */
}

.service_bt_text p, .service_bt_text_right p, .service_bt_text_sale p {
    /* color: #2f2f2f; */
    font-size: 16px;
}

.service_bt_text {
    border: 1px solid #8087b0;
}

.service_bt_text p, .service_bt_text ul li, .service_bt_text ol li {
    color: #2f2f2f;
}

.service_bt_text ol {list-style:decimal;}

.service_bt_text_right > span {
    /* line-height: 58px; */
    color: #ffffff;
    font-size: 48px;
}

.service_bt_text span, .service_bt_text_right > span, .service_bt_text_sale span {
    display: block;
    margin-bottom: 20px;
}

.service_bt_text p:not(:last-of-type), .service_bt_text_right p:not(:last-of-type) {
    margin-bottom: 19px;
}

.service_bt_text:not(:last-child) {
    margin-bottom: 25px;
}

.service_bt_text_sale span {
    color: #ffffff;
    font-size: 48px;
}

.service_bt_text_sale {
    background-color: #8087b0;
}

.service_bt_text_sale,.service_bt_text_right, .service_bt_text {
    border-radius: 10px;
}

.service_bt_text_sale p {
    color: #fff;
}

.service_bt_text_right p {
    color: #fff;
}

.service_bt_text_right p span {
    display: block;
    font-weight: 700;
}


.what_price_cart_descr span {
    color: #2f2f2f;
    font-size: 24px;
    line-height: 37px;
    display: block;
    margin-bottom: 15px;
}

.what_price_cart_descr p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 25px;
}

.what_price {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
}

h2 {}

h2 {}

.what_price_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 50px;
}

.what_price_container {
    counter-reset: tidbit-counter;
}

.what_price_cart:before {
    counter-increment: tidbit-counter;
    content: counter(tidbit-counter, decimal-leading-zero);
    border: 1px solid #8087b0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8087b0;
    font-size: 21px;
    min-width: 60px;
}

.what_price_cart {
    display: flex;
    grid-gap: 25px;
}

.what_price_cart:last-child:before {
    display: none;
}

.what_price_cart img {
    max-width: 550px;
    width: 100%;
    display:none;
}
.service_bt_faq {
    display: flex;
    grid-gap: 130px;
    justify-content: space-between;align-items: flex-start;
}

.service_bt_faq .rev_clients_form form {
    margin-top: 40px;
}

.ui-accordion-header-icon {
    border-radius: 50%;
    background: url(/assets/img/faq-arrow.svg) no-repeat;
    min-width: 40px;
    width: 40px;
    height: 40px;
    /* display: flex; */
    order: 1;
    /* align-items: center; */
    /* justify-content: center; */
    background-position: center;
}

.service_bt_faq_left {
    width: 100%;
}

.service_bt_faq .rev_clients_form {
    max-width: 360px;
    width: 100%;
}

.faq_questions {
    font-size: 24px;
    color: #2f2f2f;
    order: 0;
}

.ui-accordion-content {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 300;
    margin-top: 25px;
}

.accordion-item {
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    padding-bottom: 30px;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header:hover .ui-accordion-header-icon {
    background: url(/assets/img/faq-arrow-hover.svg) #eeeeee no-repeat;
    background-position: center;
}

.ui-accordion-header-active .ui-accordion-header-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all ease-in-out .3s;
}

.pt-80 {padding-top:80px !important; }

.service_page_single .service_bt_text_container {
    margin-top: 80px;
}

.service_page_single .service_bt_faq {
    margin-top: 0;
    padding-top: 60px;
}
.service_bt_text ul {
    list-style: disc;
    margin-left: 20px;
}
.service_bt_text ol {margin-left: 20px;}
.service_bt_text_right > ul {
    list-style: disc;
    margin-left: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.service_bt_text_right > ul li:not(:last-child) {
    margin-bottom: 5px;
}
.service_bt_text ul li:not(:last-child), .service_bt_text ol li:not(:last-child) {margin-bottom:15px}

.service_bt_text p + * {
    margin-top: 19px;
}

@media screen and (max-width: 1200px) {

.reviews_type2_container a {
    height: 400px;
}

.nas_vybirayut {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}


.form_footer_map.contacts_page {
    grid-gap: 0;
}
.contact_logo img {
    display: none;
}

.form_footer_map.contacts_page form {
    max-width: 100%;
}


.rekvizity_iframe iframe {
    width: 100%;
}

.rekvizity_text, .rekvizity_iframe {
    width: 50%;
}




.zaur_descr {padding:30px;}
.kachestvo_clinic_container {
    flex-direction: column;
}

.kachestvo_clinic_container .rev_clients_form {
    max-width: 100%;
}

.zaur_block_container {
    flex-direction: column;
}

.zaur_descr {
    max-width: 100%;
}

.zaur_gallery {
    max-width: 100%;
    margin-top: 30px;
}


.content_404 > img {
    max-width: 600px;
}
.footer_contacts, .footer_contacts_adr {
    border: none;
    padding: 0;
}

.footer_container ul {
    grid-gap: 20px;
}


.reviews_new_container {
    grid-template-columns: repeat(1, 1fr);
}
.rev_clients_container {
    grid-template-columns: repeat(1, 1fr);
}
a.full_rev, a.reviews_new_cart.big, a.full_rev, a.reviews_new_cart.big {
    height: 200px;
}
.news_clinic_container {
    grid-template-columns: repeat(2, 1fr);
}
.about_clinic_container {
    flex-direction: column;
}

.about_clinic_img {
    order: -1;
    text-align: center;
}

img.about_clinic_img_first {
    margin-top: 0;
    /* text-align: center; */
    /* margin: 0 auto; */
}

img.about_clinic_img_second {
	right: 80px;
    bottom: -40px;
}

.about_clinic {
    margin-top: 60px;
}

.about_hirurg_container {
    flex-direction: column;
}
.photo_result_container .slick-dots, .reviews_type3_container .slick-dots {display:none !important;}
.photo_result_container .slick-prev {    left: 15px;z-index: 1;}
.photo_result_container .slick-next {    right: 15px;z-index: 1;}
.photo_result_container #tabs .tabs-nav a {
    font-size: 24px;
    white-space: nowrap;
}

.photo_result_container #tabs .tabs-nav {
    overflow: scroll;
    grid-gap: 15px;
}

ul.header_menu {
    grid-gap: 15px;
}

.seti_top {
    display: none;
}

.phone_seti {
    margin-right: auto;
}


.header_mnu ul {
    margin: 30px 0;
    grid-gap: 15px 30px;
}

.podmenu_header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.podmenu_header_adr, .podmenu_header_mail {
    padding: 0;
    border: none;
}

.podmenu_header_descr p {
    white-space: nowrap;
}

.header_banner_container {
    grid-gap: 20px;
}

img.bytdaev_img {
    max-width: 450px;
}

img.bytdaev_oper {
    max-width: 240px;
    right: 0;
    bottom: -75px;
}
.hiden_serive_tabs_cart_price {
    width: 100%;
}

.hiden_serive_tabs_cart {
    flex-direction: column;
    padding: 40px;        align-items: center;
}

.hiden_serive_tabs_cart div.zapis_consult {margin-top:35px;}
}











.logo_footer_mob {display:none;}



@media screen and (max-width: 960px) {

.banner_bg_inner {    background-position: top center !important;}
.service_bt_text_right {
    min-width: 100%;
}

.service_bt_container {
    grid-template-columns: repeat(2, 1fr);
}

.service_bt_text_container {
    flex-direction: column;
    grid-gap: 20px;
}

.service_bt_text:not(:last-child) {
    margin-bottom: 20px;
}

.what_price_container {
    grid-template-columns: repeat(1, 1fr);
}

.service_bt_faq {
    grid-gap: 40px;
    flex-direction: column;
}

.service_bt_faq .rev_clients_form {
    max-width: 100%;
}
.rekvizity_contacts {
    grid-gap: 25px;
    flex-direction: column;
}

.rekvizity_text, .rekvizity_iframe {
    width: 100%;
}
.about_adv {
    flex-direction: column;
}

.about_adv_descr {
    max-width: 100%;
}


.full_news {
    flex-direction: column;
}

.full_news img {
    order: -1;
    margin: 0 auto;
}

.kachestvo_clinic_container {
    flex-direction: column;
}

.kachestvo_clinic_container .rev_clients_form {
    max-width: 100%;
    order: -1;
}

.zaur_block_container {
    flex-direction: column;
}

.zaur_descr {
    max-width: 100%;
}

.zaur_gallery {
    margin-top: 30px;
}

.sertificate_container .slick-track .slick-slide {
    height: 200px;
}
.hirurg_about {
    flex-direction: column;
}

.hirurg_text_container > img {
    order: 3;
}

.hirurg_about > img {
    order: -1;
    width: 100%;
    max-width: unset;
}

.hirurg_text {
    order: 2;
}

.img-550 .hirurg_text_container > img {
    max-width: 100%;
}
.content_404 > img {
    max-width: 350px;
    margin-right: 0;
}

.index_href {
    margin-top: -35px;
    margin-left: 0;
}

.block_404_container h1 {
    font-size: 46px;
}





.logo_footer_desc {display:none;}
.logo_footer_mob {display:block;text-align: center;}

.footer_container {
    flex-direction: column;
    grid-gap: 40px;
}

.footer_contacts_container {
    order: 1;
}

.footer_container ul {
    order: 2;
}

.footer {
    padding: 25px 0;
}
.footer_contacts {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.footer_contacts_old {
    flex-direction: column;
    grid-gap: 20px;
}

.logo_footer > a {
    display: none;
}

.footer_contacts_container {
    margin-top: -25px;margin-right:0;
}

.logo_footer {
    margin-top: 15px;
}


.footer_map form {
    max-width: 320px;
}

.footer_map form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
}
a.full_rev, a.reviews_new_cart.big {
    height: 354px;
    background-size: cover;
    /* background-position: center; */
}

form {}

.footer_map form {
    right;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 30px;
}

.form_footer_map {
    margin-top: 35px;
}

a.full_rev > span, a.mini_rev > span, .reviews_new_cart > span {
    font-size: 26px;
}

.bytdaev_video_container {
    flex-direction: column;
}

.bytdaev_video_list {
    max-width: 100%;
    margin-top: 5px;
}

.bytdaev_video_frame iframe {
    /* width: 100%; */
    /* box-sizing: border-box; */
    border: 1px solid #000;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    /* border: none; */
}

.bytdaev_video_frame {
    border: none;
    position: relative;
    padding-top: 56.25%;
}

.bytdaev_video {
    margin-top: 60px;
}
.news_clinic_container {
    grid-template-columns: repeat(1, 1fr);
}
.about_clinic_img {
    margin-top: 25px;
}

img.about_clinic_img_first {
    max-width: 320px;
    width: 100%;
}

img.about_clinic_img_second {
    max-width: 140px;
    width: 100%;
    right: 145px;
    bottom: 0px;
}
.about_clinic_img {
    margin-top: 25px;
}

img.about_clinic_img_first {
    max-width: 320px;
    width: 100%;
}

img.about_clinic_img_second {
    max-width: 140px;
    width: 100%;
    right: 145px;
    bottom: 0px;
}

.knopki_zapisi {
    flex-direction: column;
}

.about_clinic_number {
    justify-content: center;
}
.about_clinic_container {
    grid-gap: unset;
}
.about_hir_d {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

.about_hir_c {
    grid-template-columns: repeat(2, 1fr);
}

.about_hir_lable_cart {
    /* flex-direction: column; */
}

.about_hir_lable {
    grid-template-columns: repeat(1, 1fr);
}

.about_ind_cons a {
    justify-content: center;
}
.hiden_cart {
    grid-gap: 30px;
}

ul.header_menu {
    display: none;
}

.header_container {
    margin: 10px 0;
}
.podmenu_header {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.podmenu_header_adr br {
    display: none;
}

.podmenu_header_ph {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.podm_seti {
    margin: 0;
}
a.logo_menu img {max-width:225px;}
.podmenu_header_adr, .podmenu_header_mail a, .podmenu_header_descr p {font-size:22px;}
.podmenu_header_ph > a {font-size:24px;}
.header_mnu ul li a {
    font-size: 25px;
}

.podmenu_header_ph {
    order: 1;
}

.podmenu_header_mail {
    order: 2;
}

.podmenu_header_adr {
    order: 3;
}

.podmenu_header_descr {
    order: 4;
}

.podmenu_header_consult {
    order: 5;
}

.header_banner_container {
    flex-direction: column;
}

.header_content_right {
    order: -1;
}

img.bytdaev_oper {
    bottom: 0;
    right: -40px;
}

.header_content h1 {
    font-size: 50px;
}

.top_descr {
    /* font-size: 15px; */
    margin: 20px 0;
}
.header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    will-change: transform;
}

/**/
.header_mnu {
    background: #fff;
    position: fixed;
    width: 100%;        height: inherit;
    overflow: auto;
    box-sizing: border-box;
}



.header_mnu_container {
    position: fixed;
}

.service_price_cart {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
}

.arrow_price_service {
    display: none;
}

.service_price_name {
    margin-bottom: 20px;
    width: 100%;
}

.service_price_cart .service_price_name:after {
    content: '';
    background: url(/assets/img/Outlined.svg) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    /* display: flex; */
    /* align-items: center; */
    margin-left: auto;
}

.service_price_descr {
    padding: 0;
}



}


@media screen and (max-width: 640px) {
    .rev_container_modals a img {
    max-width: 500px;
    width: 100%;
}



.rev_container_modals {
    flex-direction: column;
}
.chestnye_otzyvy {
    flex-direction: column;
    grid-gap: 30px;
    padding-top: 0;
}

.chestnye_otzyvy .che_small {
    max-width: 100%;
}
.photo_result {
    margin-bottom: 0;
    padding-top: 20px;
}
.block_404_container {
    padding: 40px 0;
}

.page_block_404 {
    padding: 0;
}

.block_404_container h1 {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
}

.content_404 {
    flex-direction: column;
    /* align-items: flex-start; */
    margin-top: 0;
    padding-top: 40px;
}



.banner_bg_inner {padding: 0 30px;}
}

@media screen and (max-width: 480px) {
.reviews_type2_arr_container {margin-bottom:15px;}
    .reviews_type2_container a {
        height: auto;
    }
.btn_rv {
    position: relative;
    justify-content: center;
    margin-top: 40px;right: 0 !important;    bottom: 0 !important;
}
.service_bt_text span, .service_bt_text_right > span, .service_bt_text_sale span {
    word-break: break-word;
}
.nas_vybirayut_cart span {
    font-size: 24px;
}

a.service_bt_cart > span {
    font-size: 22px;
}

img {}

.service_bt_container {
    grid-template-columns: repeat(1, 1fr);
}

.service_bt_text span, .service_bt_text_right > span, .service_bt_text_sale span {
    font-size: 32px;
}

.what_price_cart_descr span {
    font-size: 20px;
    line-height: 28px;
}

.what_price_cart_descr p {
    font-size: 15px;
}

.accordion-header {
    grid-gap: 30px;
}

.faq_questions {
    font-size: 22px;
}

.ui-accordion-content {
    font-size: 15px;
}

/*
.breadcrumb {
    overflow: auto;
}
*/
ul#breadcrumbs {
    display: block;
}

ul#breadcrumbs span {
    display: inline-block;
}

ul#breadcrumbs li {
    display: inline-block;
}
.breadcrumb li a, .breadcrumb li span {
    white-space: nowrap;
}
.news_all a .hover_news {
    transform: translateY(0);
    opacity: 1;    z-index: 2;
}


.news_all a:before {
       opacity: 1;
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(top, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
    background-image: -ms-linear-gradient(top, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
}

.hover_news span {
    font-size: 20px;
}

.hover_news p {
    font-size: 15px;
}


.kachestvo_clinic_container .rev_clients_form > span {
    font-size: 32px;
}

.img-550 .hirurg_text_container > img {
    max-width: 80%;
    margin-top: 15px;
}

.zaur_descr span, .hirurg_text h2, .kach_descr span, .about_adv_descr span, .about_adv_descr span {
    font-size: 32px;line-height: 38px;
}

.sertificate_nav_container, .reviews_type2_arr_container {
    flex-direction: column;
    align-items: center;
}

.slider-arrows, .slider-arrows-rv {
    margin: 20px 0 0;
    align-items: center;
}

.banner_bg_inner {padding: 0 20px;}
.banner_bg_inner h1 {
 font-size: 32px;/*word-break: break-all;*/word-break: normal;
}

.reviews_new h2 {
    white-space: pre-wrap;
    word-break: break-word;
}
.footer_map form {
    position: relative;
    max-width: 100%;
    box-shadow: 0 0 15px 0 rgba(128, 135, 176, 0.2);
    top: 0;
}

.map_bg {
    margin-top: 25px;
    height: 400px;
}

.footer_map iframe {
    position: relative;
    height: 400px;
}





.rev_clients_form form {
    margin-top: 40px;
}
.rev_clients_form form input.consultation__submit {
    margin-bottom: 0;
}
.news_clinic_cart_zag {
    font-size: 25px;
}

.news_clinic_full_href a img {
    max-width: 22px;
}

a.knopka_about span, a.knopka_reviews span {
    border-bottom: none;
    text-decoration: underline;
}


img.about_clinic_img_second {
    right: 7%;
    bottom: 0px;
}
.about_ind_cons a span {
    border: none;
    text-decoration: underline;
}
h2 {font-size: 32px;}
.more_btn a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.photo_result_container .more_btn {
    padding-top: 15px;
}
.photo_result_container #tabs .tabs-nav a {
        font-size: 22px;
        }
.gallery_links span {
    width: 60px;
    height: 25px;
    font-size: 15px;
}

.photo_result_container .slick-prev {
    left: 5px;
}

.photo_result_container .slick-next {
    right: 5px;
}

.hiden_serive_tabs_cart_price br {
    display: none;
}
.hiden_cart span {
    font-size: 17px;
}
.hiden_serive_tabs_cart {padding:20px;}
.header_mnu ul li a {
    font-size: 18px;
}

a.logo_menu img {
    max-width: 160px;
}

.podmenu_header_ph > a {
    font-size: 20px;
}

.podmenu_header_descr p {
    font-size: 13px;
}

.podmenu_header_descr p:not(:last-child) {
    margin-bottom: 10px;
}

.podmenu_header_adr,.podmenu_header_mail a {
    font-size: 18px;
}
.podmenu_header_consult a {width:100%;}
.podmenu_header {
        grid-gap: 15px;
}

.header_mnu ul {
grid-gap: 15px;
}
    
img.bytdaev_img {
    max-width: 320px;    width: 100%;
}

img.bytdaev_oper {
    max-width: 150px;
    right: 0;
    bottom: 0;
}

.header_content h1 {
    font-size: 32px;
}

.top_descr {
    font-size: 15px;
}

a.zapis_consult {
    width: 100%;
}
.service_price_name span {
    font-size: 24px;
}

.service_price_descr p {
    font-size: 15px;
}
.service_price_name {min-width:unset;    grid-gap: unset;}
.service_price_name span {margin-left:15px;}
.service_price_name {
    white-space: break-spaces;
}

.about_hirurg_descr > span {
    font-size: 21px;
}

.about_hirurg_container > img {
    max-width: 470px;
    width: 100%;
}

.about_hir_lable_cart img {
    max-width: 110px;
    width: 100%;
}

.about_hir_lable_cart p {
    font-size: 18px;
}

.full_link_href img {    max-width: 22px;}
a.knopka_reviews {
    margin-top: 10px;
}
}



@media screen and (max-width: 460px) {
.phone_seti {
    display: none;
}
.header_container {
    justify-content: space-between;
}
}

@media screen and (max-width: 380px) {
.download_rekv a {width:100%;}
.more_btn a {
        padding: 15px;
        font-size: 15px;
    }
    
    
.hiden_cart {
    flex-direction: column;
    align-items: center;
    text-align: center;
    grid-gap: 15px;
}
}

@keyframes hreg {


0% {
    opacity: 1;
    animation-timing-function: 0;
}

100% {
    opacity: 0;
}

}


@keyframes sbs-648133907-1696351526501 {
0% {
    transform: rotate(0deg);
    animation-timing-function: 0;
}


100% {
    transform: rotate(180deg);
}

}