@font-face {
    font-family: 'Ubuntu';
    font-display: optional;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('../fonts/Ubuntu-Regular.woff') format('woff'),
        url('../fonts/Ubuntu-Regular.ttf') format('truetype'),
        url('../fonts/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    font-display: optional;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('../fonts/Ubuntu-Bold.woff') format('woff'),
        url('../fonts/Ubuntu-Bold.ttf') format('truetype'),
        url('../fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
    WebSupp Grid
    Made by Alex Belov
    https://websupp.pro/
*/
html,
body {
    margin: 0;
    padding: 0;
}

body,
header,
main,
footer {
    width: 100%;
    flex-basis: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.site {
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

header,
main,
footer {
    width: 100%;
    flex-basis: 100%;
}

main {
    flex-grow: 1;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.wrap,
.wrap_start,
.wrap_end,
.wrap_between,
.wrap_around {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.wrap {
    justify-content: center;
}

.wrap_start {
    justify-content: flex-start;
}

.wrap_end {
    justify-content: flex-end;
}

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

.wrap_around {
    justify-content: space-around;
}

.nowrap,
.nowrap_start,
.nowrap_end,
.nowrap_between,
.nowrap_around {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.nowrap {
    justify-content: center;
}

.nowrap_start {
    justify-content: flex-start;
}

.nowrap_end {
    justify-content: flex-end;
}

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

.nowrap_around {
    justify-content: space-around;
}

.cont,
.n_cont,
.m_cont {
    margin: 0 auto;
    position: relative;
}

.cont {
    width: 1450px;
}

.n_cont {
    width: 1200px;
}

.m_cont {
    width: 900px;
}

.btn {
    padding: 5px 15px;
    background: #455A64;
    font-weight: 600;
    color: #ECEFF1;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    margin: 5px auto;
    display: table;
    border-radius: 5px;
    border: 2px solid #455A64;
}

.btn:hover {
    background: #ECEFF1;
    color: #455A64;
}

.d_0 {
    display: none;
}

.d_1 {
    display: block;
    width: 16.66666666666667%;
    flex-basis: 16.66666666666667%;
}

.d_2 {
    display: block;
    width: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
}

.d_3 {
    display: block;
    width: 50%;
    flex-basis: 50%;
}

.d_4 {
    display: block;
    width: 66.66666666666668%;
    flex-basis: 66.66666666666668%;
}

.d_5 {
    display: block;
    width: 83.33333333333335%;
    flex-basis: 83.33333333333335%;
}

.d_6 {
    display: block;
    width: 100%;
    flex-basis: 100%;
}

.d_a {
    display: block;
    min-width: 1%;
    flex-basis: 0;
    flex-grow: 1;
}

/*adaptive*/

@media (max-width: 1470px) {
    .cont {
        width: 1200px;
    }

    .n_0 {
        display: none !important;
    }

    .n_1 {
        display: block;
        width: 16.66666666666667%;
        flex-basis: 16.66666666666667%;
    }

    .n_2 {
        display: block;
        width: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    }

    .n_3 {
        display: block;
        width: 50%;
        flex-basis: 50%;
    }

    .n_4 {
        display: block;
        width: 66.66666666666668%;
        flex-basis: 66.66666666666668%;
    }

    .n_5 {
        display: block;
        width: 83.33333333333335%;
        flex-basis: 83.33333333333335%;
    }

    .n_6 {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }

    .n_a {
        display: block;
        min-width: 1%;
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (max-width: 1220px) {

    .cont,
    .n_cont,
    .m_cont {
        width: 800px;
    }

    .t_0 {
        display: none !important;
    }

    .t_1 {
        display: block;
        width: 16.66666666666667%;
        flex-basis: 16.66666666666667%;
    }

    .t_2 {
        display: block;
        width: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    }

    .t_3 {
        display: block;
        width: 50%;
        flex-basis: 50%;
    }

    .t_4 {
        display: block;
        width: 66.66666666666668%;
        flex-basis: 66.66666666666668%;
    }

    .t_5 {
        display: block;
        width: 83.33333333333335%;
        flex-basis: 83.33333333333335%;
    }

    .t_6 {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }

    .t_a {
        display: block;
        min-width: 1%;
        flex-basis: 0;
        flex-grow: 1;
    }

    .m_wrap {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 820px) {

    .cont,
    .n_cont,
    .m_cont {
        width: 600px;
    }

    .f_0 {
        display: none !important;
    }

    .f_1 {
        display: block;
        width: 16.66666666666667%;
        flex-basis: 16.66666666666667%;
    }

    .f_2 {
        display: block;
        width: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    }

    .f_3 {
        display: block;
        width: 50%;
        flex-basis: 50%;
    }

    .f_4 {
        display: block;
        width: 66.66666666666668%;
        flex-basis: 66.66666666666668%;
    }

    .f_5 {
        display: block;
        width: 83.33333333333335%;
        flex-basis: 83.33333333333335%;
    }

    .f_6 {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }

    .f_a {
        display: block;
        min-width: 1%;
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (max-width: 620px) {

    .cont,
    .n_cont,
    .m_cont {
        width: 100%;
        padding: 0 10px;
    }

    .m_0 {
        display: none !important;
    }

    .m_1 {
        display: block;
        width: 16.66666666666667%;
        flex-basis: 16.66666666666667%;
    }

    .m_2 {
        display: block;
        width: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    }

    .m_3 {
        display: block;
        width: 50%;
        flex-basis: 50%;
    }

    .m_4 {
        display: block;
        width: 66.66666666666668%;
        flex-basis: 66.66666666666668%;
    }

    .m_5 {
        display: block;
        width: 83.33333333333335%;
        flex-basis: 83.33333333333335%;
    }

    .m_6 {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }

    .m_a {
        display: block;
        min-width: 1%;
        flex-basis: 0;
        flex-grow: 1;
    }
}

/* Common */
body {
    font-family: 'Ubuntu', Tahoma, arial;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #182129;
}

a {
    transition: .3s;
}

a:visited,
a:-webkit-any-link {
    color: #182129;
}

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

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.top_img {
    max-height: 340px;
    overflow: hidden;
    position: relative;
}

.top_img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.top_img_name {
    position: absolute;
    bottom: 25%;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000;
    color: #0c59a9;
    z-index: 3;
    text-align: center;
    width: 100%;
}

.top_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.margin_bottom {
    margin-bottom: 80px;
}

/* Slider */
.slider {
    overflow: hidden;
    position: relative;
}

.slider_block {
    transition: .8s;
    position: relative;
    padding: 142px 0 0;
}

.slider_block,
.slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.slide {
    position: relative;
    height: 600px;
}

.slide_img img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide_next,
.slide_prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    opacity: 0.5;
    transition: .3s;
    z-index: 20;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
}

.slide_next:hover,
.slide_prev:hover {
    opacity: 1;
    transform: scale(1.1);
}

.slide_next {
    right: 15px;
}

.slide_prev {
    left: 15px;
}

.slide_next:before,
.slide_next:after,
.slide_prev:before,
.slide_prev:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #000;
    z-index: 10;
    border-radius: 4px;
    transition: .3s;
}

.slide_next:before,
.slide_prev:before {
    top: 21px;
}

.slide_next:after,
.slide_prev:after {
    bottom: 21px;
}

.slide_next:before,
.slide_next:after {
    left: 15px;
}

.slide_prev:before,
.slide_prev:after {
    right: 15px;
}

.slide_next:before,
.slide_prev:after {
    transform: rotate(35deg);
}

.slide_next:after,
.slide_prev:before {
    transform: rotate(-35deg);
}

.slide_next.arrowanim:before,
.slide_next.arrowanim:after,
.slide_prev.arrowanim:before,
.slide_prev.arrowanim:after {
    width: 0;
}

.slide_text {
    position: relative;
    padding: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide_text_name {
    color: #0c59a9;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    padding: 0 0 20px;
    transition: .3s;
    transform: translateX(-20px);
}

.slide_text_text {
    color: #182129;
    max-width: 50%;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 25px;
    transition: .6s;
    transform: translateX(-30px);
}

.slide_text_link {
    transform: translateX(-50px);
    transition: .6s;
}

.slide_text_name,
.slide_text_text,
.slide_text_link {
    text-shadow: 0 0 10px rgba(255, 255, 255, .9);
    opacity: 0;
}

li.slide:nth-child(2) .slide_text_name,
li.slide:nth-child(2) .slide_text_link,
li.slide:nth-child(2) .slide_text_text {
    opacity: 1;
    transform: none;
}

.slide_text_link a {
    position: relative;
    color: #0c59a9;
}

.slide_text_link a::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #0c59a9;
    transition: .3s;
}

.slide_text_link a:hover::after {
    color: #0c59a9;
    width: 100%;
    left: 0;
}

.slide_text_link a:-webkit-any-link,
.slide_text_link a:visited {
    color: #0c59a9;
}

.dotted {
    display: flex;
    vertical-align: top;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    z-index: 20;
    width: 100%;
    justify-content: center;
}

.dotted .dot {
    position: relative;
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    transition: .3s;
}

.dotted .dot:hover {
    background: #0297da;
}

.dotted .dot.active {
    cursor: default !important;
    background: #0297da;
}

.dotted .dot::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    border: 1px #fff solid;
    width: 8px;
    height: 8px;
}

/* header */
header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.header_info {
    background: #fff;
    padding: 5px 0;
    transition: .3s;
}

.header_menu {
    background: #dbe6f2;
    position: relative;
    z-index: 2;
    transition: .3s;
    box-shadow: 0px 9px 16px -12px rgba(0, 0, 0, 0.57);
}

.header_menu .cont {
    position: relative;
    max-width: 100%;
}

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

.menu li {
    position: relative;
}

.menu li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #000;
}

.menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fe4f32;
    font-size: 20px;
    line-height: 20px;
    z-index: 1;
    transition: .3s;
}

.current-post-ancestor>a,
.header_social a:hover,
.fixed_header_phones a:hover,
.current-menu-item>a,
.menu li a:hover {
    color: #fe4f32 !important;
}

.current-post-ancestor>a::after,
.current-menu-item>a::after,
.menu li a:hover::after {
    left: 0 !important;
    width: 100% !important;
}

.menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 250px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transform-origin: top;
    transform: scaleY(0);
    transition: .3s;
    padding: 5px 10px 10px;
    border-bottom: 1px #fe4f32 solid;
}

.menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu li .sub-menu a {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 16px;
}

.logo {
    display: flex;
    width: 100%;
    position: relative;
    height: 90px;
    transition: .3s;
}

.logo img {
    display: block;
    height: 100%;
    transition: .3s;
    margin: auto 0;
}

.fixed_header_phones,
.header_social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_header_phones {
    justify-content: center;
    color: #182129;
    font-size: 16px;
    line-height: 24px;
}

.nd_head_info {
    text-align: left;
    margin-right: 90px;
}

.header_social {
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.header_social a {
    color: #000;
    padding: 0 10px;
}

.fixed_header_phones a {
    color: #0c59a9;
    font-weight: bold;
}

.fixed_header_phones i {
    width: 20px;
}

.header_call {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_call_button {
    color: #fff;
    padding: 15px 25px;
    border: 1px #0c59a9 solid;
    background: #0c59a9;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
}

.header_call_button:hover {
    background: #fff;
    color: #0c59a9;
}

.scroll_head .logo {
    height: 40px;
}

.scroll_head .header_info {
    padding: 5px 0;
}

.scroll_head .header_call_button {
    padding: 10px 25px
}

.scroll_head .header_menu .menu li a {
    padding: 5px 20px
}

/* sections */
.section_name {
    padding: 95px 0 50px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #464646;
    text-align: center;
}

.section_name h1,
.section_name h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

/* advantages */

.advantages_element {
    text-align: center;
    padding: 0 15px;
}

.advantages_element_icon {
    color: #0297da;
    padding: 0 0 20px;
}

.advantages_element_icon img {
    width: 45px;
    height: 45px;
}

.advantages_element_name {
    padding: 0 0 10px;
}

.advantages_element_text {
    font-size: 14px;
    line-height: 18px;
}

.adv_seo_text {
    position: relative;
    padding: 50px 0 0;
    margin: 40px 0 0;
}

.adv_seo_text::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(2, 151, 218, 1) 30%, rgba(2, 151, 218, 1) 70%, rgba(255, 255, 255, 0) 100%);
}

.doc_seo_text {
    position: relative;
    padding: 50px 0 0;
}

/* services */

.services_main::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(2, 151, 218, 1) 30%, rgba(2, 151, 218, 1) 70%, rgba(255, 255, 255, 0) 100%);
}

.services_item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: 5px;
}

.services_item_img {
    width: 100%;
    height: 100%;
}

.services_item_img img {
    display: block;
    margin: 0 auto;
    transition: .3s;
}

.services_item_name {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #0c59a9;
    color: #fff;
    border-radius: 3px;
    border: 2px #0c59a9 solid;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    padding: 15px 0px;
    transition: .3s;
    height: 15%;
}

.services_item:hover .services_item_img img {
    transform: scale(1.2);
}

.services_item:hover .services_item_name {
    background: #fff;
    color: #0c59a9;
}

.about_main_button {
    width: 300px;
    max-width: 90%;
    display: block;
    margin: 20px auto 0;
    color: #fff !important;
    padding: 15px 25px;
    border: 1px #0c59a9 solid;
    background: #0c59a9;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
}

.about_main_button:hover {
    background: #fff;
    color: #0c59a9 !important;
}

.about_main_img {
    padding: 15px 0 0;
}

.about_main_img img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.about_main_link a i {
    padding: 0 0 0 5px;
}

.table_service {
    position: relative;
}

.table_service_item {
    margin-bottom: 10px;
}

.table_service_name_block {
    padding: 10px;
    border: 1px #0c59a9 solid;
}

.table_service_arrow.tableopen,
.table_service_name.tableopen {
    cursor: pointer;
}

.table_service_arrow {
    width: 5%;
}

.table_service_arrow span {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    margin: auto;
}

.table_service_arrow span::before,
.table_service_arrow span::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    width: 10px;
    height: 2px;
    background: #0c59a9;
    border-radius: 2px;
    transition: .3s;
}

.table_service_arrow span::before {
    right: 2px;
    transform: rotate(-45deg);
}

.table_service_arrow span::after {
    left: 2px;
    transform: rotate(45deg);
}

.table_service_name_block.open .table_service_arrow span::before {
    top: 50%;
    transform: rotate(45deg);
}

.table_service_name_block.open .table_service_arrow span::after {
    top: 50%;
    transform: rotate(-45deg);
}

.table_service_name {
    width: 50%;
    font-weight: bold;
    padding-right: 10px;
}

.table_service_cost {
    width: 25%;
    font-weight: bold;
}

.table_service_link {
    width: 20%;
}

.table_service_link a {
    position: relative;
    color: #0c59a9;
    text-decoration: none;
}

.table_service_link a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    left: 50%;
    background: #0c59a9;
    transition: .3s;
}

.table_service_link a:hover {
    color: #fe4f32;
}

.table_service_link a:hover::after {
    background: #fe4f32;
    left: 0;
    width: 100%;
}

.subtable_service {
    padding: 10px;
    background: #dbe6f2;
    display: none;
}

.subtable_service_item {
    padding: 10px;
    border: 1px #0c59a9 solid;
    margin-bottom: 10px;
    background: #fff;
}

/* partners */
.part .slide_next {
    right: 0;
}

.part .slide_prev {
    left: 0;
}

.doctor {
    padding: 0;
    background: rgba(219, 230, 242, .5);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.part_img {
    position: relative;
    display: block;
    padding: 0 20px;
}

.doctors_img {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.doctors_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.doctors_text {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px 20px;
}

.doctors_name {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px;
    min-height: 80px;
    background: #0c59a9;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctors_text .doctors_work {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.doctors_text .doctors_exp {
    margin-bottom: 10px;
}

.doctors_text span {
    font-weight: bold;
}

.doctors_list_wrap {
    gap: 20px;
}

.doctors_list_item {
    width: calc((100% + 20px) / 12 * 3 - 20px);
    background: rgba(219, 230, 242, .5);
    overflow: hidden;
    border-radius: 10px;
}

.doctors_list {
    margin-bottom: 60px;
}

/* footer */
footer {
    background: #dfdfdf;
    padding: 0 0 50px;
    position: relative;
}

.footer_pad {
    padding: 30px 0 0;
}

footer .cont {
    position: relative;
}

.footer_contacts {
    font-size: 14px;
    line-height: 18px;
}

.footer_contacts i {
    width: 20px;
    margin-right: 5px;
}

.footer_social {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.footer_social a {
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px #6081c4 solid;
    transition: .3s;
}

.footer_social a img {
    width: 20px;
    height: 20px;
    transition: .3s;
}

.footer_social a:hover img {
    transform: scale(1.1);
}

.footer_contacts div,
.footer_contacts a {
    padding: 0 0 12px;
    display: flex !important;
}

.footer_contacts a {
    font-weight: bold;
    font-size: 18px;
}

.footer_contacts a img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.footer_contacts div {
    font-size: 14px;
}

.footer_contacts div svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.footer_contacts a {
    display: block;
    transition: .3s;
    color: #0c59a9;
}

.footer_contacts a i {
    padding: 0 5px 0 0;
}

.footer_contacts a:hover {
    color: #fe4f32;
}

.dev {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.footer_logo p {
    padding: 0;
}

.footer_logo .logo img {
    margin: 0;
    max-width: 80%;
}

/* modal */
.modal_box {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: .3s;
}

.modal_active {
    opacity: 1;
    z-index: 999;
}

.modal_close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -5px;
    border: 2px #fff solid;
    background: #0297da;
    border-radius: 50%;
    transition: .6s;
}

.modal_close:hover {
    transform: scale(1.1) rotate(-180deg);
}

.modal_close:after {
    content: '';
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 12px;
    left: 5px;
}

.modal_close:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 12px;
    left: 5px;
}

.call_modal {
    margin: auto;
    color: #000;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 1200px;
    max-height: 90vh;
}

.call_modal_name {
    padding: 10px 0 20px;
}

.box_form p {
    margin: 0;
}

.box_form div.wpcf7-response-output {
    margin: 5px 0 0;
}

.box_form span.wpcf7-not-valid-tip {
    display: none;
}

.box_form input.wpcf7-not-valid {
    border: 1px red solid;
}

.call_modal .box_form input,
.contacts .box_form input {
    margin: 0 0 10px;
}

.box_form input,
.box_form select,
.box_form textarea {
    width: 100%;
    padding: 10px;
    display: inline-block;
    border: none;
    border-bottom: 1px #ccc solid;
    transition: .3s;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px;
}

.box_form textarea {
    resize: none;
}

.box_form input:active,
.box_form input:focus,
.box_form textarea:active,
.box_form textarea:focus {
    border-bottom: 1px #0c59a9 solid;
}

.box_form input[type="submit"] {
    background: #0c59a9;
    display: inline-block;
    color: #fff;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    border: 1px #0c59a9 solid;
}

.box_form input[type="submit"]:hover {
    background: #fff;
    color: #0c59a9;
}

.box_form input.math,
.box_form input.mathcaptcha {
    width: auto;
    display: inline;
}

.mathcaptcha {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.mathcaptcha>span {
    margin-left: 10px;
}

.mathcaptcha input {
    width: auto;
    display: inline-block;
    margin: 0 !important;
}

/* contacts */
.contacts {
    padding: 40px 0;
}

.page_contacts_form {
    padding: 0 20px 0 0;
}

.about_main_link a,
.page_contacts div,
.page_contacts a {
    color: #000;
    display: block;
    width: 100%;
    padding: 5px 0;
    transition: .3s;
}

.page_contacts div svg,
.page_contacts a img,
.page_contacts a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.addr_1 {
    padding: 10px 0 20px !important;
}

.about_main_link a:hover,
.page_contacts a:hover {
    color: #0297da;
}

/* breadcrumbs */
.bread {
    background: #dfdfdf;
    color: #182129;
}

.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs .breadcrumbs__current {
    color: #0c59a9;
}

.breadcrumbs a {
    color: #182129;
    transition: .3s;
    position: relative;
}

.breadcrumbs a::after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 0;
    bottom: -2px;
    left: 0;
    height: 1px;
    background: #182129;
    transition: .3s;
}

.breadcrumbs a:hover::after {
    width: 100%;
    opacity: 1;
}

.breadcrumbs__separator {
    margin: 0 3px;
}

/* serv */
.services {
    padding: 40px 0 20px;
}

.services_all {
    padding: 0;
    position: relative;
}

.services_list_name {
    padding: 20px 0 10px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #464646;
}

.services_list {
    display: block;
    width: 100%;
    padding: 5px 20px 5px 0;
    margin: 0 0 5px;
    color: #000;
}

.services_list.services_list_active,
.sub_services_list.services_list_active,
.sub_services_list:hover,
.services_list:hover {
    color: #0297da;
}

.sub_services_list {
    display: block;
    width: 100%;
    padding: 0 20px 5px 20px;
    margin: 0 0 5px;
    color: #000;
    font-size: 14px;
    display: block;
}

.cat_text {
    padding: 0 0 50px 20px;
    position: relative;
}

.cat_text::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #0297da;
}

.cat_serv {
    padding: 0 0 50px;
    margin:10px;
}

.main_form {
    padding: 20px 0;
    margin: 40px 0 0;
    background: #dfdfdf;
}

.main_form .box_form .wrap>div {
    padding: 0 10px;
}

.main_form_name {
    padding: 20px 0;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #464646;
    text-align: center;
}

.main_form_name h2 {
    margin: 0;
}

.serv_button {
    padding: 20px 0 0;
    width: 100%;
    clear: both;
}

/* feedback */
.feedback_item {
    background: #fff;
    padding: 0 50px;
}

.feedback_item img {
    width: 150px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    transition: .3s;
}

.feedback_name {
    padding: 5px 0 10px;
    font-size: 18px;
    line-height: 18px;
    transition: .3s;
}

.feedback_name,
.feedback_text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.feedback_text {
    color: #464646;
    font-size: 14px;
    line-height: 14px;
    transition: .3s;
}

.slider_feedback {
    overflow: hidden;
}

.slider_feedback .slide_next:after,
.slider_feedback .slide_next:before,
.slider_feedback .slide_prev:after,
.slider_feedback .slide_prev:before,
.part .slide_next:after,
.part .slide_next:before,
.part .slide_prev:after,
.part .slide_prev:before {
    background: #000;
}

.hidden_feedback {
    display: none;
}

.feedback_read_more {
    text-align: center;
    padding: 10px 0 0;
    color: #212121;
    cursor: pointer;
    transition: .3s;
}

.feedback_read_more:hover {
    color: #0c59a9;
}

.feedback_modal_text {
    overflow-y: auto;
    max-height: 70vh;
    font-size: 14px;
    line-height: 20px;
}

/* about_3_block */
.about_3_block {
    padding: 80px 0;
}

.about_3_name {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 20px;
}

.about_3_item .about_3_text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
    position: relative;
    margin: 0 0 0 -15px;
    color: #464646;
}

/* wordpress */
.wp_text {
    font-size: 16px;
    line-height: 20px;
}

.wp_text p {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 10px;
    color: #464646;
}

.wp_text h1 {
    font-weight: bold;
    padding: 0;
    margin: 10px 0 20px;
    font-size: 24px;
    line-height: 24px;
}

.wp_text h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0 10px;
    font-size: 24px;
    line-height: 32px;
}

.wp_text h3 {
    font-weight: 400;
    padding: 0;
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
}

.wp_text ul,
.wp_text ol {
    padding: 0 0 0 20px;
    margin: 0 0 10px 10px;
    list-style-position: inside;
}

.wp_text ul li {
    list-style-type: square;
    padding: 5px 0;
}

.wp_text ol li {
    padding: 5px 0;
}

.wp_text img {
    height: auto;
}

.wp_text a {
    text-decoration: underline;
}

.wp_text a:hover {
    color: #fe4f32;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp_text table {
    width: 100%;
    text-align: left;
    box-shadow: 0 9px 16px -12px rgb(0 0 0 / 57%);
}

.wp_text table thead tr td,
.wp_text table thead tr th,
.wp_text table tr th {
    background: #0c59a9;
    color: #fff;
    font-weight: bold;
    border-right: 1px #dbe6f2 solid;
    padding: 15px 35px;
    box-shadow: 0 9px 16px -12px rgb(0 0 0 / 57%);

}

.wp_text table thead tr td:last-child,
.wp_text table thead tr th:last-child,
.wp_text table tr th:last-child {
    border-right: none;
}

.wp_text table tr:nth-child(odd) {
    background: #f3f8fd;
}

.wp_text table tr td {
    border: 1px #0297da solid;
    padding: 10px 35px;
}

.wp_text blockquote {
    margin: 10px 0 10px 20px;
    padding: 20px;
    border-left: 2px #0c59a9 solid;
    background: rgba(0, 0, 0, .1);
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.wp_text blockquote p {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

/* else */
.about_page {
    margin-top: 30px;
    margin-bottom: 20px;
}

.about {
    padding: 20px 0;
    margin: 40px 0 0;
    background: #dfdfdf;
}

/* article */
.article_item {
    padding: 0 10px 0 0;
    margin: 0 0 10px;
    color: #000;
    position: relative;
}

.article_item_wrap {
    height: 100%;
    padding: 20px;
    background: rgba(219, 230, 242, .5);
}

.cat_serv_text {
    padding: 0 0 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article_item_img {
    padding: 0 20px 0 0;
}

.article_item_more {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
}

.article_item_more span {
    position: relative;
}

.article_item_more span::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #000;
    transition: .3s;
}

.article_item:hover .article_item_more span:after {
    color: #fff;
    width: 100%;
    left: 0;
}

.article_item_name {
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 15px;
}

/* doctors_page */
.doctors_page {
    padding: 20px 0 40px;
}

.img_about_fix {
    align-items: center;
}

/* map_load */
#yamap0 {
    background-color: #0c59a9;
}

.button_up {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 30px;
    background: #0c59a9;
    cursor: pointer;
    transition: .3s;
    transition-delay: .3s;
    visibility: hidden;
    opacity: .7;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0px 8px 2px rgb(0 0 0 / 57%);
    transform: scale(0);
}

.button_up.show {
    visibility: visible;
    transform: scale(1);
}


.button_up::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    transition: .3s;
}

.button_up::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/paws.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.button_up:hover {
    opacity: 1;
}

.button_up:hover::before {
    bottom: 100%;
}

.button_up:hover::after {
    top: 0;
}

/* adaptive */
@media (max-width: 1470px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }

    .slide {
        position: relative;
        height: 550px;
    }

    .slide_text_text {
        max-width: 80%;
    }

    .main_form .box_form .wrap>div {
        padding: 0 10px;
        margin-bottom: 20px;
    }

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

    .nd_head_info {
        margin-right: 50px;
    }
}

@media (max-width: 1220px) {
    .call_modal {
        max-width: 90%;
    }

    .slider_block {
        height: auto;
    }

    .nd_head_info {
        margin-right: 20px;
    }

    .fixed_header_phones {
        font-size: 14px;
        line-height: 20px;
    }

    .fixed_header_phones a,
    .header_call_button {
        font-size: 14px;
        line-height: 14px;
    }

    .slide_text_name {
        font-size: 28px;
        line-height: 28px;
    }

    .slide_text_text {
        font-size: 16px;
        line-height: 18px;
    }

    .about_text {
        font-size: 14px;
        line-height: 18px;
    }

    .about_text h2 {
        margin: 10px 0;
        font-size: 20px;
        line-height: 20px;
    }

    .section_name {
        padding: 60px 0 35px;
        font-size: 20px;
        line-height: 20px;
    }

    .section_name h1,
    .section_name h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .services_item_name {
        font-size: 12px;
        line-height: 14px;
    }

    .footer_logo p {
        font-size: 14px;
        line-height: 16px;
    }

    .footer_social {
        padding: 20px 0 0;
        justify-content: center;
    }

    .footer_social a {
        margin: 0 10px;
    }

    .doctors_list_item {
        width: calc((100% + 20px)/ 12 * 6 - 20px);
    }

    .table_service_link {
        width: 15%;
    }

    .table_service_cost {
        width: 20%;
        font-size: 14px;
    }

    .table_service_name {
        width: 60%;
        font-size: 14px;
    }

    .table_service_arrow span {
        margin: 0;
    }

    .article_item_name {
        font-size: 18px;
        line-height: 20px;
    }

    .article_item_img {
        padding: 0 10px 0 0;
    }

    .cat_serv_text {
        padding: 0;
    }

    .article_item_text {
        font-size: 12px;
        line-height: 16px;
    }

    .header_social {
        display: none;
    }
}

@media (max-width: 820px) {
    .slider_block {
        padding: 100px 0 0;
    }

    .scroll_head .header_menu .menu li a {
        padding: 10px 20px;
    }

    .margin_top {
        margin-top: -40px;
    }

    .top_img {
        max-height: 200px;
        padding-top: 60px;
    }

    .about_text img.alignrleft,
    .about_text img.alignright {
        max-width: 30%;
        height: auto;
    }

    .header_menu {
        position: absolute;
        top: 0;
        left: -100%;
        max-width: 80%;
        background: #fff;
    }

    .header_menu.header_menu_active {
        left: 0;
    }

    .menu {
        display: block;
        height: calc(100vh - 180px);
    }

    .menu li {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .header_social {
        position: absolute;
        top: auto;
        bottom: 50px;
        right: 50px;
        height: auto;
        display: block;
    }

    .scroll_head .header_info {
        border-bottom: 1px #0c59a9 solid;
    }

    .burger {
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 100%;
        width: 50px;
        margin-left: auto;
        position: relative;
        z-index: 55;
    }

    .burger_icon {
        width: 35px;
        height: 4px;
        position: relative;
        margin: auto 0 auto auto;
        background: #000;
        border-radius: 4px;
        transition: .3s;
    }

    .burger_icon:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: -8px;
        left: 0;
        border-radius: 4px;
        background: #000;
        transition: .6s;
    }

    .burger_icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
        border-radius: 4px;
        background: #000;
        transition: .6s;
    }

    .burger_active .burger_icon {
        transform: rotate(45deg);
    }

    .burger_active .burger_icon:before {
        transform: rotate(180deg);
        top: 0;
    }

    .burger_active .burger_icon:after {
        bottom: -1px;
        transform: rotate(270deg);
    }

    .menu li .sub-menu {
        display: none;
    }

    .header_info {
        padding: 5px 0;
    }

    .logo {
        align-items: center;
        width: 90%;
    }

    .nd_head_info {
        margin: 0 0 20px;
    }

    .mobile_phones {
        padding: 20px 20px 0;
    }

    .mobile_phones .wrap_end {
        display: block;
    }

    .mobile_phones a {
        display: block;
        width: 100%;
        padding: 0 0 15px;
        color: #000;
        font-size: 20px;
        line-height: 20px;
    }

    .mobile_phones a i {
        padding: 0 5px 0 0;
    }

    .slide_text_text {
        max-width: 100%;
        font-size: 14px;
        line-height: 16px;
        padding: 0 0 10px;
    }

    .slide_text_name {
        padding: 0 0 10px;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    .advantages_element_icon {
        padding: 0 0 10px;
    }

    .advantages_element {
        padding: 0 0 20px;
    }

    .header_call_button {
        margin: auto;
        padding: 10px;
    }

    .header_call {
        justify-content: center;
    }

    .slide {
        position: relative;
        height: 350px;
    }

    .page_contacts_form {
        padding: 0;
    }

    .cat_text {
        padding: 0 0 20px;
    }

    .cat_text::after {
        display: none;
    }

    .about_3_item {
        padding: 0 0 20px;
    }

    .about_3_block {
        padding: 40px 0 20px;
    }

    .footer_logo .logo {
        justify-content: center;
        width: 100%;
    }

    .footer_logo p {
        padding: 10px 0px 30px;
        text-align: center;
    }

    .main_form_name h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 700px) {

    .margin_top {
        margin: 0;
    }

    .slider_block {
        padding-top: 60px;
    }

    .slider_block .slide_next,
    .slider_block .slide_prev {
        display: none;
    }

    .slide_text {
        padding-bottom: 10px;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
    }

    .section_name {
        padding: 40px 0 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .section_name h1,
    .section_name h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .advantages_element_name {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .advantages_element_text {
        font-size: 12px;
        line-height: 14px;
    }

    .about_text img.alignright,
    .about_text img.alignrleft {
        margin: 10px auto;
        display: block;
        float: none;
        max-width: 100%;
    }

    .wp_text table {
        width: 100% !important;
        display: block;
        overflow: auto;
    }
}

@media (max-width: 620px) {
    .slider_block {
        height: 410px;
    }

    .doctors_list_item {
        width: 100%;
    }

    .margin_bottom {
        margin-bottom: 40px;
    }

    .wp_text p {
        font-size: 16px;
        line-height: 20px;
    }

    .slide_text {
        text-align: center;
        padding: 0 10%;
    }

    .slide_text::after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 90%;
        height: 80%;
        top: 10%;
        left: 5%;
        border-radius: 10px;
        background: rgba(255, 255, 255, .6);
    }

    .about_3_block,
    .contacts {
        padding: 20px 10px;
    }

    .top_img_name {
        font-size: 24px;
        line-height: 28px;
        bottom: 20%;
    }

    .services {
        padding: 20px 10px;
    }

    .footer_logo p {
        text-align: center;
    }

    .footer_logo .logo img {
        margin: auto;
    }

    .footer_social {
        justify-content: center;
        padding: 20px 0;
    }

    footer {
        padding: 0 0 25px;
    }

    .footer_contacts {
        margin-bottom: 15px;
    }

    .footer_contacts a,
    .footer_contacts div {
        justify-content: center;
    }

    .footer_contacts div {
        padding-right: 15px;
        padding-left: 15px;
    }

    .services_item {
        padding: 0 10px;
        margin: 0 0 20px;
    }

    .services_item_name {
        font-size: 10px;
        line-height: 12px;
        width: 80%;
        left: 10%;
    }

    .fixed_header_phones a,
    .header_call_button {
        font-size: 10px;
        line-height: 10px;
    }

    .logo {
        height: 50px;
    }

    .scroll_head .header_call_button {
        padding: 10px;
    }

    .adv_seo_text {
        position: relative;
        padding: 25px 0 0;
        margin: 0px 0 0;
    }

    .main_form {
        margin: 0;
    }

    .doc_seo_text {
        padding: 25px 0 0;
    }

    .doc_seo_text::after {
        bottom: -30px;
    }

    .slider_feedback {
        margin-bottom: 0 !important;
    }

    .feedback_text {
        font-size: 12px;
        line-height: 14px;
    }

    .feedback_item img {
        width: 100px;
        margin: 0 auto;
    }

    .slide_next,
    .slide_prev {
        width: 20px;
        height: 40px;
        top: calc(50% - 20px);
    }

    .slide_next {
        right: 10px;
    }

    .slide_prev {
        left: 10px;
    }

    .table_service_arrow {
        width: 30px;
        margin-bottom: 10px;
    }

    .table_service_name {
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }

    .table_service_cost {
        width: 70%;
        padding-left: 30px;
    }

    .table_service_link {
        width: 30%
    }

    .subtable_service_item .table_service_arrow {
        display: none;
    }

    .subtable_service_item .table_service_name {
        width: 70%;
    }

    .subtable_service_item .table_service_cost {
        width: 30%;
        padding: 0;
    }

    .subtable_service_item .table_service_link {
        display: none;
    }
    .button_up{
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 10px;
    }
}

.grecaptcha-badge {
    right: -500% !important;
}

footer {
    padding-bottom: 90px;
}

.footer_ng {
    background: url(../img/footer_ng.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.advantages {
    position: relative;
    padding-top: 50px;
}

.header_ng {
    position: absolute;
    width: 100vw;
    height: 100px;
    top: -10px;
    left: calc(50% - 50vw);
    z-index: -1;
}

.header_ng img {
    width: 100%;
}

.scroll_ng {
    background: url(../img/guirland_bl.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 100%;
    height: 30px;
    -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.57));
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.57));
}

.cli-bar-message a{
    color: #0c59a9;
}

.cli-bar-message a:hover{
    text-decoration: underline;
}
/* cookie consent */
.cookie-consent {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 2500;
    width: min(620px, calc(100vw - 32px));
    background: #f1f1f1;
    color: #464646;
    padding: 26px 32px;
    border-radius: 6px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .28);
    transition: .25s;
    transform: translateY(16px);
    opacity: 0;
    visibility: hidden;
}

.cookie-consent.cookie-consent_show {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.cookie-consent__text {
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent__text a {
    color: #5140d7;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.cookie-consent__btn {
    border: 1px solid #5140d7;
    background: #5140d7;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 14px;
    font-family: 'Ubuntu', Tahoma, arial;
    font-size: 18px;
    line-height: 18px;
    transition: .3s;
}

.cookie-consent__btn:hover {
    background: #fff;
    color: #5140d7;
}

.cookie-consent__btn_settings {
    background: #fff;
    color: #5140d7;
}

.cookie-consent__btn_settings:hover {
    background: #5140d7;
    color: #fff;
}

.cookie-consent__link {
    border: none;
    background: none;
    color: #1d1d1d;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-family: 'Ubuntu', Tahoma, arial;
    font-size: 16px;
    line-height: 20px;
}

.cookie-settings-trigger {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 2400;
    border: none;
    background: rgba(255, 255, 255, .95);
    color: #5140d7;
    text-decoration: underline;
    cursor: pointer;
    padding: 6px 8px;
    font-family: 'Ubuntu', Tahoma, arial;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    display: none;
}

.cookie-settings-trigger.cookie-settings-trigger_show {
    display: inline-block;
}

.cookie-settings-modal {
    position: fixed;
    inset: 0;
    z-index: 2600;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.cookie-settings-modal.cookie-settings-modal_show {
    opacity: 1;
    visibility: visible;
}

.cookie-settings-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.cookie-settings-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(820px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    margin: 12px auto;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 26px 24px 28px;
    color: #464646;
}

.cookie-settings-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 56px;
    height: 56px;
    border: 2px solid #161616;
    border-radius: 10px;
    background: #fff;
    color: #5140d7;
    font-size: 40px;
    line-height: 36px;
    cursor: pointer;
}

.cookie-settings-modal__title {
    font-size: 40px;
    line-height: 44px;
    margin: 0 74px 14px 0;
    font-weight: 400;
}

.cookie-settings-modal__intro {
    margin-bottom: 20px;
}

.cookie-settings-modal__intro p {
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
}

.cookie-settings-modal__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookie-settings-item {
    border-top: 1px solid rgba(24, 33, 41, .12);
    padding-top: 16px;
}

.cookie-settings-item:first-child {
    border-top: none;
    padding-top: 0;
}

.cookie-settings-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-settings-item__title {
    font-size: 28px;
    line-height: 32px;
    color: #464646;
    font-weight: bold;
}

.cookie-settings-item__text {
    margin-top: 10px;
}

.cookie-settings-item__text p {
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.cookie-switch {
    display: inline-flex;
    position: relative;
}

.cookie-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cookie-switch__track {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 80px;
    height: 40px;
    border-radius: 20px;
    background: #58595d;
    color: #fff;
    padding: 0 12px;
    font-size: 18px;
    line-height: 18px;
    transition: .25s;
}

.cookie-switch__track::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ededed;
    transition: .25s;
}

.cookie-switch__track::after {
    content: 'OFF';
}

.cookie-switch input:checked + .cookie-switch__track {
    background: #7f70e6;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 0;
}

.cookie-switch input:checked + .cookie-switch__track::before {
    transform: translateX(40px);
}

.cookie-switch input:checked + .cookie-switch__track::after {
    content: 'ON';
}

.cookie-switch input:disabled + .cookie-switch__track {
    opacity: .9;
    cursor: not-allowed;
}

.cookie-settings-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.form-personal-consent {
    margin: 10px 0 12px;
    font-size: 14px;
    line-height: 18px;
    color: #464646;
}

.form-personal-consent label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.form-personal-consent input[type="checkbox"] {
    margin: 3px 0 0;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.form-personal-consent a {
    color: #0c59a9;
    text-decoration: underline;
}

.form-personal-consent__error {
    display: none;
    color: #cc2727;
    margin-top: 6px;
}

.form-personal-consent.form-personal-consent_invalid .form-personal-consent__error {
    display: block;
}

@media (max-width: 1220px) {
    .cookie-consent {
        width: min(560px, calc(100vw - 24px));
        padding: 18px 20px;
    }

    .cookie-settings-modal__dialog {
        width: calc(100vw - 14px);
        max-height: calc(100vh - 14px);
        margin: 7px auto;
        padding: 16px 14px 18px;
    }

    .cookie-settings-modal__title {
        font-size: 26px;
        line-height: 30px;
        margin-right: 64px;
    }

    .cookie-settings-item__title {
        font-size: 20px;
        line-height: 24px;
    }

    .cookie-settings-modal__close {
        width: 44px;
        height: 44px;
        font-size: 34px;
        line-height: 30px;
    }

    .cookie-consent__btn {
        font-size: 16px;
        line-height: 16px;
        padding: 9px 14px;
    }

    .cookie-consent__link {
        font-size: 16px;
        line-height: 20px;
    }

    .cookie-switch__track {
        width: 72px;
        height: 36px;
        font-size: 16px;
    }

    .cookie-switch__track::before {
        width: 32px;
        height: 32px;
    }

    .cookie-switch input:checked + .cookie-switch__track::before {
        transform: translateX(36px);
    }
}

@media (max-width: 620px) {
    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        padding: 14px 14px 16px;
    }

    .cookie-consent__text {
        font-size: 14px;
        line-height: 20px;
    }

    .cookie-consent__actions {
        margin-top: 12px;
        gap: 8px;
    }

    .cookie-consent__btn {
        font-size: 15px;
        line-height: 15px;
        padding: 8px 10px;
    }

    .cookie-consent__link {
        font-size: 14px;
        line-height: 18px;
    }

    .cookie-settings-trigger {
        left: 10px;
        bottom: 10px;
    }
}
