:root {
    --c-black: #212121;
    --c-white: #ffffff;
    --c-gray: #999;
    --c-blue: #0069B4;
    --c-light: #c5c5c5;
    --c-primary: #0071BC;
    --c-primary-bg: #F2F0FD;
    --c-gray-bg: #F9F9F9;
    --c-purple: #EC008C;
    --c-light-purple: #FFEDF5;
    --c-green-bg: #a7f5b52e;
}

@font-face {
    font-family:'GothamPro';src:url(../fonts/GothamProRegular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'GothamPro';src:url(../fonts/GothamProBold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap;
}

body {
    font-family: "GothamPro", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

body a {
    transition: color 0.3s ease;
}

a:hover {
    color: var(--c-primary);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}
.h3, h3 {
    font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.5em;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }
}

.site-styled-input {
    border: 1px solid rgba(198, 211, 222, 1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    padding: 16px 16px 10px 15px;
    height: unset;
    background-repeat: no-repeat;
    background-position: 20px center;
}

textarea.site-styled-input {
    resize: none;
    min-height: 120px;
    max-width: 100%;
}

select.site-styled-input {
    appearance: none;
    background-image: url(/assets/template/images/caret_down_icon_173293.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 16px;
}

.purple-bg {
    background-color: var(--c-purple);
}

.lightgray-bg {
    background-color: var(--c-gray-bg);
}

.gray-bg {
    background-color: var(--c-gray);
}

.blue_bg {
    background-color: var(--c-blue);
}

.blue_bg h2,.blue_bg .plain_text {
    color: var(--c-white);
}

.purple-bg h2 {
    color: var(--c-white);
}

.purple-color {
    color: var(--c-purple);
}

h2,.h2 {
    font-weight: 500;
}

.flex-none {
    flex: none;
}

.gap-8 {
    gap: 8px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.gap-32 {
    gap: 32px;
}

.gap-40 {
    gap: 40px;
}

.gap-48 {
    gap: 48px;
}

.gap-54 {
    gap: 54px;
}

.br-24 {
    border-radius: 24px;
}

@media screen and (max-width: 991px) {
    .gap-md-0 {
        gap: 0px;
    }

    .gap-md-8 {
        gap: 8px;
    }

    .gap-md-16 {
        gap: 16px;
    }

    .gap-md-24 {
        gap: 24px;
    }

    .gap-md-32 {
        gap: 32px;
    }

    .gap-md-40 {
        gap: 40px;
    }

    .gap-md-48 {
        gap: 48px;
    }

    .gap-md-54 {
        gap: 54px;
    }
}

@media screen and (max-width: 767px) {
    .gap-sm-0 {
        gap: 0px;
    }

    .gap-sm-8 {
        gap: 8px;
    }

    .gap-sm-16 {
        gap: 16px;
    }

    .gap-sm-24 {
        gap: 24px;
    }

    .gap-sm-32 {
        gap: 32px;
    }

    .gap-sm-40 {
        gap: 40px;
    }

    .gap-sm-48 {
        gap: 48px;
    }

    .gap-sm-54 {
        gap: 54px;
    }
}

@media screen and (max-width: 522px) {
    .gap-xs-0 {
        gap: 0px;
    }

    .gap-xs-8 {
        gap: 8px;
    }

    .gap-xs-16 {
        gap: 16px;
    }

    .gap-xs-24 {
        gap: 24px;
    }

    .gap-xs-32 {
        gap: 32px;
    }

    .gap-xs-40 {
        gap: 40px;
    }

    .gap-xs-48 {
        gap: 48px;
    }

    .gap-xs-54 {
        gap: 54px;
    }
}
/*popup_form*/
.popup-form {
    width: 480px;
    max-width: 100%;
}

section.index_block_item {
    border-bottom: 1px solid #f1f1f1;
}

.popup-form-wrapper {
    background-image: url(/assets/template/images/service_block_bg_white.svg)!important;
    background-repeat: no-repeat!important;
    background-position: bottom right!important;
    background-color: var(--c-light-purple)!important;
}
/*//popup_form*/
.btn {
    border-radius: 100px;
}

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

.header {
    border-radius: 0px 0px 24px 24px;
    background: var(--c-white);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 500;
    top: 7px;
}

.head-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    /*width: calc(100% - 6rem);*/
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 24px 24px;
    /*border: 1px solid #eee;*/
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
    /*border-top: 0;*/;
}

@media screen and (min-width: 1200px) {
    .head-fixed {
        width: calc(100% - 6rem);
    }
}

.head-fixed .topest {
    display: none!important;
}

.btn {
    padding: 0.775rem 1.55rem;
}

.btn-primary {
    color: #fff;
    background-color: var(--c-primary);
    opacity: 0.9;
    border: var(--c-primary);
}

.btn-outline-primary {
    color: var(--c-primary);
    opacity: 0.9;
    background-color: var(--c-white);
    border: 1px solid var(--c-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--c-primary);
    opacity: 1;
}

.btn-outline-primary:hover {
    opacity: 1;
    background-color: var(--c-primary);
    border: 1px solid var(--c-primary);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
    background-color: var(--c-primary)!important;
    border: 1px solid var(--c-primary)!important;
    box-shadow: 0 0 0 .2rem var(--c-primary-bg)!important;
}

.btn-danger {
    color: #fff;
    background-color: var(--c-purple);
    opacity: 0.9;
    border: var(--c-purple);
}

.btn-outline-danger {
    color: var(--c-purple);
    opacity: 0.9;
    background-color: var(--c-white);
    border: 1px solid var(--c-purple);
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--c-purple);
    opacity: 1;
}

.btn-outline-danger:hover {
    opacity: 1;
    background-color: var(--c-purple);
    border: 1px solid var(--c-purple);
    color: var(--c-white);
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle, .btn-danger.focus, .btn-danger:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    background-color: var(--c-purple)!important;
    border: 1px solid var(--c-purple)!important;
    box-shadow: 0 0 0 .2rem var(--c-light-purple)!important;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem var(--c-light-purple);
}

.arrow-btn {
    position: relative;
    padding-right: 48px;
}

.arrow-btn:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/assets/template/images/btn_arrow.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}
.arrow-btn:hover:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/assets/template/images/btn_arrow_white.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}
/*topest*/
.topest {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--c-light);
}

.head_addr {
    display: flex;
    align-items: center;
    gap: 5px;
}

.head_phone a {
    color: var(--c-black);
}

.head_phone {
    display: flex;
    align-items: center;
    gap: 3px;
}

.callback-link {
    color: var(--c-black);
}
/*//topest*/
/*head_search*/
.search-toggler {
    cursor: pointer;
}

div#head-search {
    display: none;
    position: relative;
    position: fixed;
    width: 100%;
    background: var(--c-light-purple);
    z-index: 200;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    left: 0;
    top: 0;
}

.search_form_btn {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
}

div#head-search form {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    gap: 16px;
}

.search-close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 30px;
    top: 10px;
    font-size: 14px;
    border: 2px solid;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--c-primary);
    z-index: 200;
    background: var(--c-white);
}

.search input[type="text"] {
    border: 1px solid rgba(198, 211, 222, 1);
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
    padding: 16px 16px 10px 60px;
    height: unset;
    background-image: url(/assets/template/images/blue_lupe.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}
/*//head_search*/
/*socials*/
.head-socials {
    gap: 3px;
    font-size: 24px;
}

.head-socials a {
    padding: 3px;
    color: var(--c-gray);
    transition: all 0.3s ease;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 5px;
}

.head-socials a.tg-link:hover {
    color: #59B9E5;
}

.head-socials a.wa-link:hover {
    color: #51DB85;
}

.head-socials a.tw-link:hover {
    color: #00A6CE;
}

.head-socials a.yt-link:hover {
    color: #F71000;
}

.head-socials a.vk-link:hover {
    color: #5376A2;
}

.head-socials a.ok-link:hover {
    color: #F2811A;
}

.head-socials a.inst-link:hover {
    color: #C93260;
}

.head-socials a.fb-link:hover {
    color: #0862F6;
}

.head-socials.head-socilas-mobile a.tg-link {
    color: #59B9E5;
}

.head-socials.head-socilas-mobile a.wa-link {
    color: #51DB85;
}

.head-socials.head-socilas-mobile a.tw-link {
    color: #00A6CE;
}

.head-socials.head-socilas-mobile a.yt-link {
    color: #F71000;
}

.head-socials.head-socilas-mobile a.vk-link {
    color: #5376A2;
}

.head-socials.head-socilas-mobile a.ok-link {
    color: #F2811A;
}

.head-socials.head-socilas-mobile a.inst-link {
    color: #C93260;
}

.head-socials.head-socilas-mobile a.fb-link {
    color: #0862F6;
}
/*//socials*/

/*socials*/
.footer-socials {
    gap: 3px;
    font-size: 24px;
}

.footer-socials a {
    padding: 3px;
    color: var(--c-gray);
    transition: all 0.3s ease;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 5px;
}

.footer-socials a.tg-link:hover {
    color: #59B9E5;
}

.footer-socials a.wa-link:hover {
    color: #51DB85;
}

.footer-socials a.tw-link:hover {
    color: #00A6CE;
}

.footer-socials a.yt-link:hover {
    color: #F71000;
}

.footer-socials a.vk-link:hover {
    color: #5376A2;
}

.footer-socials a.ok-link:hover {
    color: #F2811A;
}

.footer-socials a.inst-link:hover {
    color: #C93260;
}

.footer-socials a.fb-link:hover {
    color: #0862F6;
}

.footer-socials.footer-socilas-mobile a.tg-link {
    color: #59B9E5;
}

.footer-socials.footer-socilas-mobile a.wa-link {
    color: #51DB85;
}

.footer-socials.footer-socilas-mobile a.tw-link {
    color: #00A6CE;
}

.footer-socials.footer-socilas-mobile a.yt-link {
    color: #F71000;
}

.footer-socials.footer-socilas-mobile a.vk-link {
    color: #5376A2;
}

.footer-socials.footer-socilas-mobile a.ok-link {
    color: #F2811A;
}

.footer-socials.footer-socilas-mobile a.inst-link {
    color: #C93260;
}

.footer-socials.footer-socilas-mobile a.fb-link {
    color: #0862F6;
}

@media screen and (max-width: 991px) {
    .footer-socials {
        margin-top: 16px;
    }
}
/*//socials*/

/*top-head*/
.head_logo img {
    width: 190px;
    max-width: 100%;
}

.head_logo_mobile {
    width: 130px;
}

.head_logo_mobile img {
    max-width: 100%;
}

.logo_head_text {
    font-size: 11px;
    line-height: 16px;
    padding-top: 3px;
}
/*//top-head*/
/*bc*/

.breadcrumb {
    margin: 0;
    list-style: none;
    height: auto;
    background: transparent;
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 0px;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.breadcrumb i {
    font-size: 14px;
}

.breadcrumb > li a {
    color: #0079B9;
    text-decoration: none;
}

.breadcrumb > li:first-of-type:before {
    display: none;
}

span.bc_delimiter {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
/*//bc*/
/*menu*/
ul.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 99.5%;
    min-width: 280px;
    background: #fff;
    padding-left: 0;
    border-radius: 16px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.top_menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.top_menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    padding-right: 0;
}

ul.top_menu li ul.submenu li a {
    transition: 0.3s;
    padding: 12px 16px;
    font-size: 14px;
    display: block;
}

ul.top_menu>li {
    padding-right: 24px;
}

ul.top_menu li ul.submenu li ul.submenu {
    left: 99%;
    top: 0;
}

ul.top_menu li ul.submenu li span.caret_dropdown {
    transform: rotate(270deg) translate(50%, 0px);
}

ul.top_menu>li.submenu_wrap>span.caret_dropdown.clicked {
    transform: rotate(180deg) translate(-50%,50%);
}

ul.top_menu>li.submenu_wrap ul li span.caret_dropdown.clicked {
    transform: rotate(360deg) translate(-25%,-100%);
}

@media screen and (min-width: 1280px) {
    ul.top_menu li.submenu_wrap:hover>ul {
        display: block;
    }
  /*  span.caret_dropdown {
        transform: translateY(-50%);
    }*/;
}

.top_menu_row {
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 100%;
}

.top_menu_row .menu-wrapper a {
    color: var(--c-black);
    font-weight: 500;
}

span.caret_dropdown {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

span.caret_dropdown i {
    color: var(--c-black);
    ;
}

span.burger_line {
    width: 26px;
    height: 3px;
    background: rgb(27, 80, 118);
    display: inline-block;
}

.burger_lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 17px;
}

.top_menu_burger {
    display: none;
}

.burger_title {
    font-size: 14px;
    font-weight: 700;
    display: none;
}

@media screen and (min-width:1280px) {
    .top_menu_row a:hover, .top_menu_row a.active {
        color: var(--c-primary);
        text-decoration: none;
        background-color: var(--c-primary-bg);
    }
}

@media screen and (max-width:1279px) {
    ul.top_menu {
        flex-direction: column;
    }

    .menu-wrapper {
        display: block;
    }

    .top_menu_row .level-1>a {
        font-size: 17px;
        width: 100%;
        display: inline-block;
    }

    .top_menu_row {
        gap: 10px;
    }

    .top_menu_row>.menu-wrapper>.menu_item>.top_menu_inner {
        padding: 10px;
        flex-wrap: wrap;
    }

    .menu_cat {
        width: 46%;
        margin-bottom: 16px;
    }

    span.burger_line {
        width: 26px;
        height: 3px;
        background: var(--c-primary);
        display: inline-block;
    }

    .burger_lines {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 32px;
        height: 17px;
    }

    .top_menu_burger {
        align-items: center;
        gap: 10px;
        top: 50%;
        transform: translateY(-50%);
        right: 20px!important;
        display: none;
        justify-content: end;
        flex-direction: row-reverse;
    }

    .burger_title {
        font-size: 14px;
        font-weight: 700;
    }

    .top_menu_row {
        flex-direction: column;
        position: absolute;
        top: 100%;
        padding-top: 10px;
        display: none;
        padding-left: 20px;
        padding-bottom: 30px;
        top: 42px;
    }

    .top_menu_burger {
        display: flex;
        width: 100px;
    }

    span.caret_dropdown {
        padding-left: 10px;
        position: absolute;
        right: 10px;
        top: 15px;
        transition: all 0.05s ease;
    }

    .top_menu_row>.menu-wrapper>.menu_item>.top_menu_inner a {
        font-size: 14px;
    }

    .top_menu_row>.menu-wrapper>.menu_item>.top_menu_inner>.top_menu_item a {
        padding-bottom: 3px;
    }

    .menu_cat {
        width: 100%;
    }

    .top_menu_row {
        background-color: #fff;
        z-index: 100;
    }

    ul.submenu {
        position: static;
        box-shadow: unset;
    }

    ul.top_menu li ul.submenu li a {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 0;
    }

    ul.top_menu ul.submenu li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

div#head_search_toggler {
    display: flex;
    align-items: start;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    color: var(--c-black);
    transition: color 0.3s ease;
}

div#head_search_toggler:hover {
    color: var(--c-primary);
}
/*//menu*/
/*top slider*/
.main_slide_item {
    height: 73vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 20%;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

.service_slide_item {
    height: 40vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 20%;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

img.top-slider-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .main_slide_item {
        min-height: 510px;
        height: 53vh;
        padding-bottom: 60px;
        max-height: 530px;
    }    
 /*   .main_slide_item.on_action_page_b {
        min-height: 670px;
        height: 53vh;
    }
*/
    .main_slide_item .h1 {
        padding-top: 100px;
    }
    .on_action_page_b.main_slide_item .h1 {
        padding-top: 0px;
    }
}
/*
@media screen and (max-width: 499px)
{
    img.top-slider-bg {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 0;
        left: unset;
        transform: translate(0, -50%);
    }
}
*/
.main-top-slider {
    margin-top: -145px;
}

.service-top-slider {
    margin-top: -145px;
}

a.slick-prev-btn.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 10;
}

a.slick-next-btn.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 10;
}

.slick-slide {
    height: auto!important;
}

.slick-btn {
    border-radius: 50%;
    background-color: var(--vc-white);
    width: 42px;
    height: 42px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    background-color: var(--c-white);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.slick-prev-btn svg {
    transform: scaleX(-1);
}

.slick-btn:hover {
    background-color: var(--c-primary-bg);
}

.main_slide_item .container,.main_slide_item .container .row {
    height: 100%;
}

.man_slide_item_head {
    font-size: 64px;
    font-weight: bold;
    line-height: 1.0em;
    color: var(--c-black);
}

.main_slide_item_description {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.service_slide_item .container,.service_slide_item .container .row {
    height: 100%;
}

.service_slide_item_head {
    font-size: 64px;
    font-weight: bold;
    line-height: 1.0em;
    color: var(--c-black);
}

.service_slide_item_description {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

ul.slick-dots {
    bottom: 25px;
    left: 25%;
    display: inline-block;
    width: auto;
}

ul.slick-dots li button {
    width: 24px;
    border: 1px solid var(--c-primary-bg);
    height: 8px!important;
    font-size: 0;
    display: block;
    border-radius: 5px;
    padding: 0;
    transition: all 0.3s ease;
    background-color: var(--c-primary-bg);
}

ul.slick-dots li.slick-active button {
    background-color: var(--c-primary);
    width: 48px;
}

ul.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: auto!important;
    height: auto!important;
}


/*//top slider*/

/*main_services*/

.service-search-field {
    border: 1px solid rgba(198, 211, 222, 1);
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
    padding: 16px 16px 10px 60px;
    height: unset;
    background-image: url(/assets/template/images/blue_lupe.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.serv_search_wrapper {
    margin-bottom: 24px;
    padding: 16px;
    background-color: var(--c-gray-bg);
    border-radius: 56px;
}

form.service_search_form {
    margin: 0;
}

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

ul.inner_serv_list li a {
    display: inline-block;
    color: var(--c-black);
    font-size: 13px;
    border: 1px solid var(--c-black);
    padding: 5px 10px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 150px;
}

ul.inner_serv_list li a:hover {
    color: var(--c-white);
    background-color: var(--c-black);
}

ul.inner_serv_list {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

ul.inner_serv_list li,ul.inner_serv_list li a {
    width: 100%;
}

.on_main_serv_image {
    z-index: 50;
    bottom: 0;
    right: -70px;
    width: 240px;
    height: 200px;
}

.main-serv-head,.main-serv-head:hover {
    color: var(--c-black);
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    min-height: 60px;
}

.services_row_item {
    padding: 20px 40px 45px 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 100%;
    background-color: var(--c-gray-bg);
}
/*.main_serv_wrapper_1
{
    background-color: #C8C3F5;
}
.main_serv_wrapper_2
{
    background-color: #99D8FE;
}
.main_serv_wrapper_3
{
    background-color: #ABEFEE;
}
.main_serv_wrapper_4
{
    background-color: #AAFBD6;
}*/
.services_row_inner {
    z-index: 100;
}

.on_main_serv_image img {
    width: 100%;
}

.round-right-btn {
    /* border: 1px solid var(--c-primary); */
    display: block;
    width: 40px;
    height: 40px;
    z-index: 110;
    background: var(--c-white);
    border-radius: 50%;
    top: 12px;
    right: 20px;
}

.round-right-btn:hover {
    transition: all 0.3s ease;
    background: var(--c-primary);
}

.round-right-btn:after {
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-bottom: 1px solid var(--c-primary);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-right: 1px solid var(--c-primary);
}

.round-right-btn:hover::after {
    border-right: 1px solid var(--c-white);
    border-bottom: 1px solid var(--c-white);
}

@media screen and (max-width: 991px) {
    .on_main_serv_image {
        z-index: 50;
        bottom: 0;
        right: -30px;
        width: 210px;
        height: 210px;
    }
}
/*///main-services*/
/*main-pop-services*/
a.popuplar_service_main_item {
    display: flex;
    position: relative;
    padding-top: 25px;
    padding-left: 16px;
    padding-right: 16px;
    background: var(--c-primary-bg);
    transition: all 0.3s ease;
    border-radius: 24px;
    padding-bottom: 170px;
    overflow: hidden;
    text-decoration: none;
}

a.popuplar_service_main_item img {
    max-width: 100%;
    position: absolute;
    max-height: 170px;
    right: 0;
    bottom: 0;
}

.popuplar_service_main_item .h4 {
    color: var(--c-black);
}
/*//main-pop-services*/
/*advantages on main*/
.advantages_list_item {
    padding-right: 95px;
    height: 100%;
    border-radius: 24px;
}

.position-absolute.advantages_list_item_image_wrapper {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    top: 10px;
    right: 20px;
}

img.advantages_list_item_image {
    max-width: 100%;
}

.advantages_list_item_head {
    font-size: 36px;
}
/*//advantages_on_main*/
/*main_staff*/

.staf_item_wrapper {
    background-color: #d4d0e9;
    overflow: hidden;
    border-radius: 24px;
    border:1px solid var(--c-gray-bg);
}

img.staf-face-img {
    z-index: 10;
    margin-top: 10px;
    max-width: 100%;
}

.staff-item-bottom-block {
    background: var(--c-white);
    padding: 16px 13px 13px 13px;
    min-height: 100px;
    border-radius: 0px 8px 24px 24px;
}

.staff-item-bottom-block-name {
    font-size: 18px;
    min-height: 60px;
}

.staff-item-bottom-block-name a {
    color: var(--c-black);
    text-decoration: none!important;
}

.staff-item-bottom-block-specialization {
    color: rgba(142, 149, 155, 1);
    font-size: 12px;
    min-height: 60px;
    font-weight: 400;
}

.staff-item-exp-begin {
    border-radius: 100px;
    line-height: 28px;
    color: rgba(142, 149, 155, 1);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 4px 8px;
    background: #fff;
}

.staf-item-info {
    bottom: 20px;
    left: 16px;
    z-index: 20;
}

img.staff-vector-bg {
    width: auto;
    z-index: 1;
    top: -90%;
    left: -100%;
}
/*//staf*/
/*actions_main*/
.action_item_wrapper {
    padding: 0 12px;
}

.action_period {
    position: relative;
    z-index: 10;
    width: 40%;
        background-color: #ffedf54d;
}

@media screen and (max-width: 1199px)
{
    .action_period {
        width: 100%;
    }
}
.action_item {
    background-color: var(--c-light-purple);
    padding: 44px 50px;
    border-radius: 40px;
    overflow: hidden;
}

.action_item_name {
    font-size: 30px;
    margin-bottom: 18px;
    position: relative;
    z-index: 10;
    line-height: 37px;
    min-height: 100px;
}

.action_item_name a {
    color: var(--c-black);
    text-decoration: none;
}

.action_read_more {
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.action_image {
    right: 0;
    bottom: -60px;
}

@media screen and (max-width: 1199px) {
    .action_item_name {
        font-size: 18px;
        line-height: 24px;
    }

    .action_item {
        background-image: url(/assets/template/images/flower_white.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}
/*//actions*/
/*reviews_main*/
.review_item_icon {
    padding: 10px;
}

.review_item_icon img {
    border-radius: 24px;
    max-width: 100%;
}

.reviews_full_image img {
    max-width: 100%;
}

.reviews-icons-slider .slick-current img {
    border: 2px solid var(--c-purple);
}

.index_reviews_row {
    background-color: var(--c-gray-bg);
}

.reviews_full_services_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.review_full_description {
    background: var(--c-white);
    padding: 30px 24px;
    border-radius: 24px;
    background-image: url(/assets/template/images/flower.svg);
    background-repeat: no-repeat;
    background-position: 90% 110%;
}
/*//reviews_main*/
/*platforms_rating*/
.platform_rating_item {
    width: 18%;
    min-width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid var(--c-gray-bg);
    border-radius: 24px;
}

.platform_logo img {
    max-width: 80%;
}

.platform_logo {
    text-align: center;
}

.score {
    display: flex;
    align-items: flex-end;
    color: #939CB0;
    text-align: center;
    justify-content: center;
    padding-bottom: 18px;
}

.score_value {
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
}

.score_max {
    font-size: 24px;
    font-weight: bold;
}
/*//platforms_rating*/
/*platform_reviews*/
.platform_stars_items {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.platform_reviews_head_name {
    font-size: 24px;
    font-weight: bold;
    min-height: 3em;
}

.platform_reviews_head_date {
    color: #8E959B;
}

.platform_reviews_head_image {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
}

.platform_reviews_head_image img {
    width: 100%;
}

.platform_reviews_text {
    font-size: 18px;
    min-height: 164px;
}

.platform_reviews_head_data {
}

.platform_reviews_head {
    padding-bottom: 24px;
}

.platform_reviews_stars {
    padding-bottom: 20px;
}

.platform_review_item {
    padding-bottom: 100px;
    border-radius: 24px;
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid var(--c-gray-bg);
}

.platform_reviews_read_more {
    color: var(--c-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.platform_reviews_slider .slick-slide {
    margin: 0 10px;
}

.platform_reviews_slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.full_review {
    width: 500px;
    max-width: 100%;
}

.full_review .platform_review_item {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
/*//platform_reviews*/
/*video_reviews*/
.play-video {
    width: 68px;
    opacity: 0.9;
    height: 68px;
    border-radius: 50%;
    background-color: var(--c-purple);
    z-index: 10;
    top: 24px;
    left: 24px;
}

.video_review_item:hover .play-video {
    opacity: 1;
}

.video_review_item a {
    display: block;
}

.video_review_item img {
    max-width: 100%;
}

.play-video:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left: 15px solid var(--c-white);
    top: 50%;
    left: 61%;
    transform: translate(-13px, -50%);
}

.video_reviews_slider .slick-slide {
    margin: 0 20px;
}

.video_reviews_slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
} 
/*//video_reviews*/

/*licenses_main_slider*/
.licenses_slider .slick-slide {
    margin: 0 20px;
}

.licenses_slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
} 
/*//licenses_main_slider*/
/*text_and_slider*/
.slide_item {
    border-radius: 24px;
    overflow: hidden;
}

.slide_item img {
    max-width: 100%;
}
/*//text_and_slider*/
/*main_form*/
.main_form_wrapper {
    background: var(--c-white);
    border-radius: 24px;
}

.policy_switch input {
    display: none;
}

.policy_switch input+label {
    padding-left: 36px;
    background-image: url(/assets/template/images/checkbox.svg);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    font-size: 14px;
    background-position: left center;
}

.policy_switch input:checked+label {
    padding-left: 36px;
    background-image: url(/assets/template/images/checkbox_checked.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.site-style-input {
    padding: 15px 26px;
    height: auto;
    background-color: var(--c-gray-bg);
    border-radius: 32px;
}

.site-style-input {
    padding: 15px 26px;
    height: auto;
    background-color: var(--c-gray-bg);
    border-radius: 32px;
}

img.form-block-image {
    max-width: 90%;
}

.form-block-image {
    bottom: -50px;
    right: 0;
}

.index_form_row {
    overflow: hidden;
}
/*//main_form*/

/*footer*/
ul.footer_menu_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a.footer_menu_head {
    font-weight: bold;
}

.footer_menu a {
    color: var(--c-black);
    display: inline-block;
}

.footer_logo {
    margin-bottom: 10px;
}

.footer_phone a {
    color: var(--c-black);
    padding-left: 24px;
    background-position: left center;
    background-image: url(/assets/template/images/phone.svg);
    background-repeat: no-repeat;
}

.footer_mail a {
    color: var(--c-black);
    padding-left: 24px;
    background-position: left center;
    background-image: url(/assets/template/images/envelope.svg);
    background-repeat: no-repeat;
    font-size: 14px;
}

.footer_address {
    color: var(--c-black);
    padding-left: 24px;
    background-position: left center;
    background-image: url(/assets/template/images/map_marker.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer_phone {
    margin-bottom: 8px;
}

.footer_mail {
    margin-bottom: 8px;
}

.footer_address {
}

.height-100 {
    height: 100%;
}

.footer_menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a.p_link {
    display: inline-block;
    color: var(--c-black);
    font-size: 12px;
}

.footer_copy {
    font-size: 12px;
}
/*//footer*/
/*footer_map*/
.footer_map_container {
    min-height: 550px;
    height: 550px;
}

.contacts_image_wrapper {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contacts_baloon_metro,.footer_contact_item_metro a {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--c-black);
    display: block;
    min-height: 40px;
}
.footer_contact_item_metro {min-height: 56px;}
.contacts_baloon_addr, .footer_contact_item_addr a {
    font-size: 12px;
    color: var(--c-gray);
    margin-bottom: 10px;
}

.clinics_baloon_mail a, .footer_contact_item_email a {
    color: var(--c-black);
    padding-left: 24px;
    background-position: left center;
    background-image: url(/assets/template/images/envelope.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    margin-bottom: 20px;
}
.contacts_tab_buttons {
    display: flex;
    gap: 10px;
}
.contacts-tab-content
{
    display: none;
}
.contacts-tab-content.active
{
    display: block;
}

.clinics_baloon_mail {
    margin-bottom: 20px;
}

.baloon_buttons_wrapp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.baloon_buttons_wrapp a {
    display: block;
    width: 100%;
}

.baloon-contacts-item-wrapper {
    background: #fff;
    padding: 16px;
}

.baloon-contacts-item-wrapper .close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer_contact_item_phone a {
    font-size: 14px;
    color: var(--c-black);
}

.contacts_image_wrapper img {
    width: 100%;
}

.footer_contacts_tabs_buttons {
    display: inline-flex;
    border: 1px solid #C6D3DE;
    border-radius: 32px;
}

.footer_contacts_tabs_button_item {
    padding: 16px 24px;
    cursor: pointer;
    border-radius: 32px;
}

.footer_contacts_tabs_button_item.active {
    background: var(--c-primary-bg);
    cursor: default;
}

.footer_contacts_tab_item_content {
    display: none;
    /*position: absolute;
    width: 100%;
    height: auto;*/
    ;
}

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

.footer_contacts_tab_item_content.active {
    display: block;
    /*position: static;*/
    ;
}

.c_shedule {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.c_shedule_item_days {
    font-size: 14px;
    color: var(--c-gray);
    margin-bottom: 8px;
}

.c_shedule_item_time {
    font-size: 14px;
}

.footer-contact_item_wrapper {
    padding: 10px;
}

.footer_contact_item  .clinic_btn a {
    display: inline-block;
    width: 100%;
}

.footer_contact_item {
    border: 1px solid var(--c-gray);
    border-radius: 32px;
    overflow: hidden;
    padding: 20px;
}

.footer_contact_item_image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer_contact_item_email {
    padding-top: 7px;
    padding-bottom: 8px;
}

.footer_contacts_list_slider_wrapp {
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .contacts_baloon_metro, .footer_contact_item_metro a {
        font-size: 16px;
        padding-top: 10px;
    }
}
/*//footer_map*/

/*services*/
.blocks_image_wrapper {
    border-radius: 32px;
    overflow: hidden;
}

.blocks_image_wrapper img {
    max-width: 100%;
}

.ig_1_item {
    border-radius: 24px;
    background-color: var(--c-gray-bg);
    padding-top: 50px;
    margin-top: 40px;
}

.ig_1_description {
    text-align: center;
    min-height: 64px;
}

.ig_1_title {
    text-align: center;
    margin-bottom: 10px;
}

.ig_1_image_wrapper {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--c-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}

.black_and_white_list_item {
    border-radius: 24px;
    height: 100%;
}

div:nth-child(odd)>.black_and_white_list_item {
    background-color: var(--c-green-bg);
}

div:nth-child(even)>.black_and_white_list_item {
    background-color: var(--c-light-purple);
}

.black_and_white_list_item ul li, .green_ul_bg  ul li ,.red_ul_bg  ul li  {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 28px;
    font-size: 18px;
}

.black_and_white_list_item ul li:before, .white-bg .plain_text ul li:before, .content ul li:before, .lightgray-bg .plain_text ul li:before, .green_ul_bg  ul li:before,.red_ul_bg  ul li:before {
    display: block;
    position: absolute;
    background: var(--c-purple);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 6px;
}

.black_and_white_list_item ul {
    padding-left: 0;
}

.staff_consult_flex,.staff_examples_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.staff-item-photo {
    flex: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d4d0e9;
    overflow: hidden;
}

.staff-item-name {
}

.staff-item-description a {
    color: var(--c-black);
    font-size: 18px;
    font-weight: bold;
}

.staff-item-post {
    font-size: 12px;
    color: var(--c-gray);
}

.consult_row_content {
    padding: 32px 36px 40px 36px;
}

.consult_description_wrapper {
    padding: 32px 36px 40px 36px;
    background-color: var(--c-primary);
    color: #fff;
    border-radius: 24px;
    height: 100%;
}

.consult_description_wrapper ul li, .white-bg .plain_text ul li, .content ul li, .lightgray-bg .plain_text ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 28px;
    font-size: 18px;
}

.consult_description_wrapper ul li:before {
    display: block;
    position: absolute;
    background: var(--c-white);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 6px;
}

.consult_description_wrapper ul, .white-bg .plain_text ul, .content .plain_text ul , .lightgray-bg .plain_text ul {
    padding-left: 0;
}

.horizont_numeric_item_wrapper {
    padding: 24px 22px 60px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    background-color: var(--c-gray-bg);
    border-radius: 24px;
    height: 100%;
}

.horizont_numeric_item_number {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-purple);
    border-radius: 50%;
    color: var(--c-white);
    font-size: 30px;
}

.horizont_numeric_item_head {
    font-size: 16px;
    font-weight: 700;
}

.horizont_numeric_item_desc {
    font-size: 16px;
    font-weight: 400;
}

.horizont_images_slide_item {
    background-color: var(--c-gray-bg);
    border-radius: 24px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    justify-content: flex-start;
    height: 100%;
}

.horizont_images_slide_item_wrapper {
    padding: 0 10px;
}

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

.action_item_on_service_page_descr {
    font-size: 14px;
    min-height: 70px;
}

@media screen and (max-width: 991px) {
    .action_item_on_service_page_descr {
        min-height: 100px;
    }
}

.action_item_on_service_page_intro {
    min-height: 115px;
}

.action_item_on_service_page_image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.action_item_on_service_page {
    background-color: var(--c-gray-bg);
    border-radius: 24px;
    padding-left: 32px;
}

.examples_full_image {
    border-radius: 24px;
    overflow: hidden;
    flex-grow: 1;
}

.example_item_description_wrapper {
    border-radius: 24px;
    border: 1px solid var(--c-gray);
    padding: 24px;
    height: 99.8%;
}

.example_preview_item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: pointer;
}

.examples_full_image img {
    width: 100%;
}

.example_preview_item.active {
    border: 1px solid var(--c-purple);
    cursor: default;
}

@media screen and (max-width: 991px) {
    .example_preview_item.active {
        border: 0;
    }
}

span.old_price {
    text-decoration: line-through;
    color: var(--c-gray);
    display: inline-block;
    /*margin-right: 7px;*/
}
.price-item__value>div {
    text-align: right;
}
.price-item__value
{
    position: relative;
}

.index_consult_row>.container>.row.lightgray-bg {
    background-image: url(/assets/template/images/blue_flowers.svg);
    background-position: 200% -20%;
    background-repeat: no-repeat;
}

.horizont_images_slide_item_image img {
    max-width: 100%;
}
/*//services*/

/*accordeon*/
.accordeon .title {
    font-weight: bold;
    font-size: 19px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.price_item_descr {
    font-size: 13px;
    padding-bottom: 10px;
    color: #666;
}
.accordeon .element {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #f1f1f1;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
}

.accordeon .price-list .price-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}
.price-item__title {font-weight: bold;padding-bottom: 5px;}

.element-content {
    display: none;
}

.element.active .element-content {
    display: block;
}

.element.active .title {
    margin-bottom: 15px;
}

.element.active .title span.acc_carret i {
    transform: rotate(180deg);
}

.price-item__value {
    white-space: nowrap;
}
/*//accorderon*/
/*page_doctor*/
.staff-top-content {
    height: 40vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 20%;
    position: relative;
    overflow: hidden;
    min-height: 550px;
    padding-bottom: 40px;
    background-color: var(--c-gray-bg);
    border-radius: 0px 0px 80px 80px;
}

.staff-top-content-wrapper {
    margin-top: -140px;
}

.reviews_count {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
    background: var(--c-white);
    border-radius: 24px;
    color: var(--c-gray);
}

.stasff_top_exp {
    padding: 8px 16px;
    color: var(--c-gray);
    background-color: var(--c-white);
    border-radius: 24px;
}

.reviews_count_and_exp {
    margin-bottom: 24px;
}

.staff_detail_item_spec {
    color: var(--c-gray);
    margin-bottom: 8px;
}

.staff_h1 {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .staff_h1 {
        font-size: 24px;
    }

    .staff-top-content {
        min-height: 460px;
    }
}

.staf_detail_item_filial {
    padding: 8px 16px;
    background: var(--c-white);
    border-radius: 24px;
    color: var(--c-gray);
    margin-bottom: 24px;
    display: inline-block;
}

.staf_detail_item_filial a {
    color: var(--c-purple);
}

.closest_record {
    padding: 8px 16px;
    background: var(--c-white);
    border-radius: 24px;
    color: var(--c-gray);
    margin-bottom: 16px;
    display: inline-block;
}

.closest_record .closest_record_value {
    color: var(--c-black);
    font-weight: bold;
}

.staff-first-screen-photo {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--c-white);
    background-color: #d4d0e9;
    /*background-image: url(/assets/template/images/service_block_bg_white.svg) !important;*/
    background-size: contain;
    background-position: top center;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: end;
}
.staff-first-screen-photo img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 991px) {
    .staff-top-content-wrapper {
        margin-top: 0;
    }

    .staff-first-screen-photo {
        margin-bottom: 20px;
    }

    .staff-top-content {
        height: auto;
        padding-top: 40px;
    }
}

a.doc-tab-link {
    padding: 6px 16px 6px 16px;
    border: 1px solid var(--c-gray);
    color: var(--c-black);
    text-decoration: none!important;
    border-radius: 24px;
    transition: all 0.3s ease;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 16px;
}

.doc_service_item {
    padding: 18px;
    display: flex;
    justify-content: space-between;
    background: #F5F6FA;
    margin-bottom: 10px;
    border-radius: 44px;
    align-items: center;
    font-size: 18px;
    gap: 16px;
}

.doc_service_item_price {
    display: flex;
    gap: 16px;
}

.doc_service_item_old_price_value {
    color: var(--c-gray);
    /*text-decoration: line-through;*/
}

a.doc-tab-link:hover {
    background-color: var(--c-light-purple);
}

.price_label.rassr {
    /*position: absolute;*/
    right: 120%;
    top: 0;
    color: var(--c-white);
    background-color: var(--c-primary);
    font-size: 14px;
    padding: 3px 10px;
    line-height: 100%;
    border-radius: 5px;
    margin-bottom: 9px;
}
.price_label.action {
    /*position: absolute;*/
    right: 120%;
    top: 0;
    color: var(--c-white);
    background-color: var(--c-purple);
    font-size: 14px;
    padding: 3px 10px;
    line-height: 100%;
    border-radius: 5px;
    margin-bottom: 9px;
}
.current_price_value_item {
    font-weight: bold;
    font-size: 1.2em;
}
@media screen and (max-width: 991px) {
    .doc_service_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .doc_service_item_title {
        text-align: center;
        font-size: 14px;
    }
    .price_label.action,.price_label.rassr
    {
        position: static;
    }
}

.doc-image-wrapper {
    background-image: url(/assets/template/images/aboutdoctor_bg.png);
    border-radius: 24px;
    padding-left: 50px;
    padding-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.staff_middle_page_info {
    height: 100%;
    padding: 48px 44px;
    background: var(--c-gray-bg);
    border-radius: 24px;
}

.staff_middle_page_info .reviews_count, .staff_middle_page_info .stasff_top_exp {
    font-size: 24px;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.staf_detail_item_middlepage_filial {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background: var(--c-white);
    border-radius: 24px;
    margin-bottom: 20px;
    padding: 8px 16px;
}

.staff_middle_page_info .closest_record {
    display: block;
    text-align: center;
}

.middle-specialization {
    font-size: 14px;
    margin-bottom: 20px;
}

.staff-video-link {
    width: 70px;
    height: 70px;
    background: var(--c-purple);
    border-radius: 50%;
    left: 30px;
    top: 30px;
}

.staff-video-link:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left: 16px solid var(--c-white);
    left: 42%;
    top: 37%;
}

.skill_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

span.check {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--c-purple);
    background-color: var(--c-gray-bg);
    border-radius: 50%;
}

.staff-list_item {
    padding-left: 40px;
    position: relative;
    padding-bottom: 30px;
}

.list_item_year {
    color: var(--c-purple);
    font-size: 18px;
}

.staff-list_item:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border: 4px solid var(--c-light-purple);
    background-color: var(--c-purple);
    border-radius: 50%;
    left: 0;
}

.list_item_descr {
    font-size: 14px;
}
/*//page_doctor*/
/*backTop*/
#backtoTop {
    border-radius: 100%;
    bottom: 97px;
    height: 48px;
    position: fixed;
    right: -100px;
    width: 48px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 1000;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    background: #fff;
}

#backtoTop.button--show {
    right: calc(((100vw - 1140px) / 2) - 95px);
}

@media screen and (max-width: 1360px) {
    #backtoTop.button--show {
        left: 55px;
    }
}

.per {
    font-size: 16px;
    height: 48px;
    line-height: 49px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    color: ;
                cursor: pointer;
}

.per:before {
    content: attr(data-percent);
}

img.to_top_image_svg {
    position: absolute;
    width: 19px;
    height: 30px;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

/*//backTop*/
/*action_page*/
.action_end {
    margin-bottom: 20px;
    padding: 12px 16px;
    background-color: var(--c-purple);
    color: var(--c-white);
    display: inline-block;
    border-radius: 30px;
    margin-top: 5px;
    text-transform: uppercase;
}
.in_cost_item_wrapper {
    background-color: var(--c-gray-bg);
    height: 100%;
    padding: 20px 24px;
    border-radius: 24px;
}

.in_cost_title {
    font-size: 30px;
    font-weight: 500;
}

.in_cost_item_img_an_title {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
    gap: 24px;
}
.examples_dots {
    position: relative;
    height: 10px;
}
.examples_dots ul.slick-dots {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
img.actions_middle_block_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.actions_middle_block_head {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.actions_middle_block
{
    border-radius: 24px;
}
.actions_middle_block-consult-button {
    padding-top: 30px;
}
.action_item_in_list {
    height: 100%;
    padding: 0;
}

.action_item_in_list .action_item {
    height: 100%;
}
@media screen and (max-width: 991px)
{
    .actions_middle_block-consult-button {
        padding-bottom: 30px;
        padding-left: 30px;
    }
}
/*//action_page*/

/*blog*/
.article_autor {
    padding: 16px 36px;
    align-items: center;
    gap: 16px;
    border-radius: 56px;
    background-color: var(--c-gray-bg);
}

.article_autor_head {
    font-size: 18px;
    font-weight: bold;
    color: var(--c-black);
}

.article_autor_head {
    flex-grow: 1;
}

.article_autor .staff_consult_flex {
    max-width: 360px;
}
.blog_intro{
    font-size: 16px;
}
.blog-top-picture .container .row {
    padding-bottom: 50px;
}
.blog-top-picture {
    height: 40vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 20%;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    margin-top: -135px;
}
@media screen and (max-width: 991px)
{
    .article_autor {
        flex-direction: column;
        align-items: center;
    }

    .article_autor .staff_consult_flex {
        max-width: unset;
    }
    .blog-top-picture .container .row {
        padding-bottom: 30px;
    }
}

.blog-top-picture
{
    min-height: 480px;
}
img.blog-top-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.blog-top-picture .container {
    height: 100%;
}
.blog_intro{
    font-size: 14px;
}
.expert_blockquote_header {
    padding-left: 90px;
    background-image: url(/assets/template/images/bq.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 16px;
    padding-bottom: 19px;
}

.expert_blockquote {
    background-color: var(--c-gray-bg);
    padding: 30px;
    border-radius: 24px;
    background-image: url(/assets/template/images/flowers_light.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.li_head {
    font-weight: bold;
    font-size: 18px;
}

ul.in_gray_list_ul li {
    margin-bottom: 15px;
}
.gray_list_wrapper {
    padding: 30px 50px;
    background: var(--c-gray-bg);
    border-radius: 24px;
}

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

ul.in_gray_list_ul li {
    position: relative;
    padding-left: 20px;
}

ul.in_gray_list_ul li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--c-black);
    border-radius: 50%;
    left: 0;
    top: 0.5em;
    font-size: inherit;
}
.accordeon_item {
    padding: 30px 32px;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
}

.accordeon_head_item {
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 95%;
    position: relative;
    cursor: pointer;
}

.accordeon_body_item {
    display: none;
    padding-top: 30px;
}
.active  .accordeon_body_item {
    display: block;
}

.accordeon_head_item:after {
    content: '+';
    position: absolute;
    left: 100%;
    top: 0;
    color: #999;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
}
.active .accordeon_head_item:after
{
    content: '-';
    position: absolute;
    left: 100%;
    cursor: pointer;
    top: 0;
    color: #999;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
}
ul.top_head_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.top_head_list li {
    padding: 5px;
}

ul.top_head_list a {
    font-size: 14px;
    color: var(--c-black);
    font-weight: bold;
    border-radius: 24px;
    border: 1px solid var(--c-black);
    display: inline-block;
    padding: 5px 16px;
}

ul.top_head_list a:hover {
    text-decoration: none;
    background-color: var(--c-light-purple);
}

.article_wrapper {
    overflow: hidden;
    border-radius: 24px;
    border:1px solid var(--c-gray-bg);
}

.article-item-bottom-block {
    font-size: 18px;
    min-height: 60px;
    background: var(--c-white);
    padding: 16px 13px 13px 13px;
    min-height: 100px;
    border-radius: 0px 24px 24px 24px;
}

.article-item-bottom-block-name a {
    color: var(--c-black);
    text-decoration: none !important;
    padding-bottom: 16px;
    min-height: 70px;
    display: inline-block;
}
.article_wrapper  .time_to_read {
    font-size: 12px;
}
.article_wrapper  .pubdate {
    font-size: 12px;
}


/*//blog*/
/*contacts*/
.contacts_row_item {
    padding: 20px 24px;
    background-color: var(--c-gray-bg);
    border-radius: 24px;
}

.contacts_row_item_top_field {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: center;
}

.contacts_row_item_top_field_value,.contacts_row_item_top_field_value a {
    font-size: 25px;
    font-weight: bold;
    text-decoration:none;
    color: var(--c-black);
}

.contacts_row_item_top_field_ico {
    width: 64px;
    height: 64px;
    background: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@media screen and (max-width: 1399px)
{
    .contacts_row_item_top_field_value, .contacts_row_item_top_field_value a
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px)
{
    .contacts_row_item_top_field_value, .contacts_row_item_top_field_value a
    {
        font-size: 24px;
    }
    .contacts_row_item
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 599px)
{
    .contacts_row_item_top_field_value, .contacts_row_item_top_field_value a
    {
        font-size: 18px;
    }
    .contacts_row_item
    {
        margin-bottom: 20px;
    }
}
/*//contacts*/

.green_ul_bg {
    background-color: var(--c-green-bg);
}

.green_ul_bg ul li {
    font-size: 18px;
}
.red_ul_bg {
    background-color: var(--c-light-purple);
}

.red_ul_bg ul li {
    font-size: 18px;
}
.list_title {
    font-weight: bold;
}
.in_desc_price {
    font-weight: bold;
    color: var(--c-purple);
    font-size: 20px;
}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.staff-item-exp-begin
{
    display: none;
}
a.with_icon {
    display: inline-block;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    color: #333;
    font-weight: bold;
}

a.doc_link {
    background-image: url(/assets/template/images/word.svg);
}
a.pdf_link {
    background-image: url(/assets/template/images/pdf.svg);
}
a.web_link {
    background-image: url(/assets/template/images/web.svg);
}


/*cookie*/
      .cookie-msg {
        display: none;
        left: 10px;
        background-color: #ffb6e1c7;
        position: fixed;
        bottom: 10px;
        width: 420px;
        font-size: 15px;
        padding: 10px 30px;
        color: #000;
        text-align: center;
        z-index: 99999;
        max-width: 95%;
    }

    .cookie-text {
        padding: 15px 5px 10px 5px;
        font-size: 14px;
        line-height: 125%;
        font-weight: 500;
    }

    .cookie-msg-close-desktop {
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #fff;
        background-color: #EC008C;
        height: 26px;
        line-height: 23px;
        padding: 0 10px;
        width: 103px;
        margin: 0 auto;
        color: #fff;
    }

    .cookie-text a {
        color: #000;
        text-decoration: underline;
    }

    #acept_cookie {
        cursor: pointer;
    }

.cookie_close_btn {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media only screen and (max-width:600px) {
    .cookie-msg {
        width: 375px;
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
    }

    .cookie-text {
        font-size: 10px;
    }

    .cookie-msg-close-desktop {
        font-size: 12px;
        line-height: 18px;
        width: 95px;
        height: 19px;
    }
}
/*//cookie*/

.price_label.not_enabled {
    right: 120%;
    top: 0;
    color: var(--c-white);
    background-color: #777;
    font-size: 14px;
    padding: 3px 10px;
    line-height: 100%;
    border-radius: 5px;
    margin-bottom: 9px;
}
.main_form_wrapper.with_bortder_and_bg {
    border: 1px solid #f9f9f9;
    box-shadow: 0 0 3px #bdbdbd;
    background-color: #f9f9f9;
}
.table td.bold
{
    text-align: center;
}