@font-face {
    font-family: 'Montserrat';
    src: url('/netcat_template/template/3/fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('/netcat_template/template/3/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/netcat_template/template/3/fonts/Montserrat-Regular.woff') format('woff'),
        url('/netcat_template/template/3/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/netcat_template/template/3/fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('/netcat_template/template/3/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/netcat_template/template/3/fonts/Montserrat-Medium.woff') format('woff'),
        url('/netcat_template/template/3/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/netcat_template/template/3/fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('/netcat_template/template/3/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/netcat_template/template/3/fonts/Montserrat-SemiBold.woff') format('woff'),
        url('/netcat_template/template/3/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/netcat_template/template/3/fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('/netcat_template/template/3/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/netcat_template/template/3/fonts/Montserrat-Bold.woff') format('woff'),
        url('/netcat_template/template/3/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    outline-width: 0 !important;
    font-family: 'Montserrat';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*z-index: 10;*/
}

::-webkit-scrollbar-button {
    width: 10px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #204188;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3361c3;
}

::-webkit-resizer {
    width: 8px;
    height: 0px
}

::-webkit-scrollbar {
    width: 8px;
}

body {
    overflow-x: hidden;
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    clear: both;
}

@media (max-width: 450px) {
    .container {
        max-width: 425px;
    }
}

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

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

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

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

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

a {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #204188;
}

a:hover {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

header {
    position: relative;
}

button {
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
}

button :hover {
    background-color: #F6FAFD;
}


.phone {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.phone:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.dark_button {
    text-align: center;
    background-color: #FF3B3E;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 59, 62, 0.28);
    box-shadow: 0px 4px 7px rgba(255, 59, 62, 0.28);
    position: relative;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dark_button:hover {
    background-color: #F6FAFD;
    border-color: #FF3B3E;
}

.dark_button a:hover {
    color: #FF3B3E;
}

.dark_button:before {
    content: '';
    width: 0;
    height: 44px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    z-index: -1;
}

.pricefork_items {
    z-index: 1;
}

.dark_button:hover:before {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.price_table_line_cost a {
    color: #204188;
}

header.header-fixed {
    padding-top: 210px;
}

.header-fixed .mobile_menu_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    background: #F6FAFD;
    -webkit-box-shadow: 1px 1px 10px #ebebeb;
    box-shadow: 1px 1px 10px #ebebeb;
    -webkit-transform: translateY(-95px);
    -ms-transform: translateY(-95px);
    transform: translateY(-95px);
    z-index: 999;
    top: 0;
}

.header-fixed .mobile_menu_items {
    top: 173px;
    height: calc(100vh - 77px);
    max-height: calc(100vh - 77px);
}

.header-fixed .mobile_menu_top {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
}

.header-fixed .mobile_menu_bottom {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
}

.dark_button a {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.white_button {
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #FF3B3E;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 59, 62, 0.28);
    box-shadow: 0px 4px 7px rgba(255, 59, 62, 0.28);
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.white_button:hover {
    background-color: #FF3B3E;
}

.white_button a:hover {
    color: #fff;
}


.doctors-mobile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 32px;
}

.white_button:before {
    content: '';
    width: 0;
    height: 44px;
    background-color: #204188;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    z-index: -1;
}

.white_button:hover:before {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.white_button a {
    font-size: 16px;
    font-weight: bold;
    color: #FF3B3E;
    text-decoration: none;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input[name='f_name'],
input[name='f_phone'],
input[name='f_text'] {
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}

input[name='f_name'] {
    background-image: url(/netcat_template/template/3/img/name.png);
}

input[name='f_phone'] {
    background-image: url(/netcat_template/template/3/img/phone.png);
}

input[name='f_text'] {
    background-image: url(/netcat_template/template/3/img/text.png);
}

button {
    height: 44px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

button:hover {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.banner_wrapper {
    position: relative;
    background-color: #F6FAFD;
    z-index: 50;
}

.mobile_menu_wrapper {
    display: none;
}

.menu_top,
.mobile_menu_top,
.networks,
.location,
.phone,
.mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_top {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
    gap: 5px;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.logo a img {
    max-width: 75px;
}

.logo_text {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    margin: 5px 0 0 15px;
}

.logo__lower-text {
    font-family: 'Montserrat';
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.phone_text,
.phone_text a {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.menu_top_link.dark_button .modal_link {
    font-weight: bold;
}

.networks_link {
    margin-right: 15px;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.networks_link:hover {
    border-color: #204188;
}


.location_text {
    margin: 0 5px 0 10px;
}

.phone_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_top_link.dark_button {
    padding: 0 35px;
}

.menu_top_link.dark_button .modal_link {
    font-size: 14px;
}

.menu_bottom_items {
    margin-top: 15px;
}

.menu_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
}

.menu_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.menu_list_button {
    width: 10px;
    height: 10px;
    margin: 0 0 5px 10px;
    position: relative;
}

.menu_list_button span {
    width: 10px;
    height: 2px;
    background-color: #222222;
    display: block;
    position: absolute;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.menu_list li:hover span {
    background-color: #204188;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.menu_list_button span:nth-child(1) {
    top: 5px;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu_list_button span:nth-child(2) {
    top: 50%;
    left: 0;
}

.selected_menu_item .menu_list_button span {
    background-color: #204188;
}

.selected_menu_item .menu_list_button span:nth-child(1) {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu_list li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
    text-decoration: none;
}

.menu_list li img {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    margin-left: 10px;
}

.menu_list li:hover {
    color: #204188;
    cursor: pointer;
}

.menu_list li:hover img {
    color: #204188;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.selected_menu_item {
    color: #204188;
}

.submenu_items {
    height: 0;
    width: 100%;
    background-color: #F6FAFD;
    overflow: hidden;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 999;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.submenu_list {
    max-width: 275px;
    opacity: 0;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    border-right: 1px solid rgba(32, 65, 136, 0.13);
}

.submenu_list li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #204188;
    padding: 20px;
    max-width: 260px;
}

.submenu_list li a:hover {
    color: #FFFFFF;
    background-color: #204188;
}

.submenu_items.submenu_open {
    height: 775px;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.submenu_items.submenu_open .submenu_list {
    opacity: 1;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.mobile_menu_top {
    padding: 25px 0;
    border-bottom: 1px solid #F0F0F0;
    gap: 5px;
}

.mobile_menu_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile_menu_bottom .logo__lower-text {
    margin-top: 10px;
}

.menu_burger {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    padding: 5px 0;
}

.menu_burger_stick {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 7px;
    background-color: #204188;
    display: block;
}

.hidden_overflow {
    overflow: hidden;
}

.mobile_menu_items {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 220px;
    background-color: #F6FAFD;
    overflow-y: scroll;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    z-index: 1001;
}

.mobile_menu_items.mobile_menu_open {
    left: 0;
}

.mobile_menu_list {
    padding: 15px 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}



.mobile_menu_list-items {
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
}

.mobile_menu_list-chapter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mobile_menu_list-chapter a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
}

.mobile_menu_list-items .mobile_menu_list-chapter:last-child {
    margin-bottom: 0;
}

.mobile_submenu_items {
    display: none;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.mobile_submenu_items.open_submenu {
    display: block;
    width: 100%;
}

.banner_text_wrapper {
    padding: 115px 0;
}

.banner_title,
h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #204188;
    max-width: 625px;
}

.banner_subtitle {
    margin-top: 30px;
}

.inner_banner_subtitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 143%;
    text-align: justify;
    color: #333B55;
    margin: 15px 0 125px;
    max-width: 650px;
}

.banner_subtitle p,
.banner_subtitle ul li,
.banner_subtitle ol li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #142F59;
    list-style: none;
    font-weight: 500;
}

.banner_subtitle ul li:last-child,
.banner_subtitle ol li:last-child {
    margin-bottom: 0;
}

.banner_subtitle ol {
    list-style: none;
    counter-reset: wslist1;
    margin-top: 30px;
}

.banner_subtitle ol li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 143%;
    color: #333B55;
}

.doctors-mobile_wrapper {
    display: none;
}

.banner_subtitle ol li:before {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #204188;
    border: 1px solid #FFFFFF;
    text-shadow: 0px 4px 4px rgba(32, 65, 136, 0.22);
    content: '0' counter(wslist1);
    counter-increment: wslist1;
    display: inline-block;
    height: 16px;
    left: -40px;
    line-height: 16px;
    padding: 3px;
    margin-right: 10px;
    text-align: center;
}

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

.top-block-service__form input {
    margin-bottom: 15px;
    width: 100%;
}

.personal_item_bottom {
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: -o-linear-gradient(left, transparent, transparent);
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
    background: linear-gradient(90deg, transparent, transparent);

}

.personal_item_bottom:hover {
    background: -o-linear-gradient(left, #ddd, transparent);
    background: -webkit-gradient(linear, left top, right top, from(#ddd), to(transparent));
    background: linear-gradient(90deg, #ddd, transparent);
}


.top-block-service__form input[name='f_Name'] {
    background-image: url(/netcat_template/template/3/img/name.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}

.banner_order_wrapper {
    margin-top: 55px;
    background-color: #FFFFFF;
    padding: 25px 25px 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 53% 47%;
    grid-template-columns: 53% 47%;
}

.banner_order_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 135.9%;
    color: #204188;
}

.banner_order form {
    margin: 20px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order_form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 5px;
}


input[type='text'],
input[type='tel'],
input[type='text'],
input[type='tel'] {
    padding: 10px 35px;
    color: #9BA5B4;
    font-size: 14px;
    border: none;
    height: 44px;
    background-color: #EFF1F5;
}

textarea {
    padding: 10px 35px;
    color: #9BA5B4;
    font-size: 14px;
    border: none;
    z-index: 999;
    margin-bottom: 15px;
    width: 100%;
    background-color: #EFF1F5;
    resize: none;
    min-height: 100px;
}

/*.banner_order_buttons input[type='text'], .banner_order_buttons input[type='tel'], .order_form input[type='text'], .order_form input[type='tel'] {
    padding: 10px 35px;
    color: #9BA5B4;
    font-size: 14px;
    border: none;
    height: 44px;
    }*/
.banner_order_button.dark_button {
    color: #ffffff;
    font-weight: bold;
    height: 44px;
    font-size: 16px;
    max-width: 290px;
    margin: 0 auto;
}

.block_title,
h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    color: #204188;
    text-align: center;
}

.block_subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 138%;
    color: #333B55;
    text-align: center;
    margin-top: 10px;
}

.banner_bacground_bl img {
    position: absolute;
    background-size: cover;
    max-width: 800px;
    bottom: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
}

.banner_bacground_doctor img {
    position: absolute;
    background-size: cover;
    max-width: 500px;
    bottom: 0;
    right: 18%;
    z-index: 150;
}

.services_wrapper {
    padding: 75px 0 80px;
    position: relative;
}

.services_items {
    margin: 35px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.services_item_title {
    padding-top: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #333B55;
    text-align: center;
    height: 50px;
}

.services_item_text {
    padding: 0 45px 30px;
    background-color: #F6FAFD;
    color: #333B55;
}

.services_item_list ul {
    list-style: none;
    margin-top: 30px;
    height: 325px;
    border-bottom: 1px solid #F0F0F0;
}

.services_item_list ul li {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
    position: relative;
}

.services_item_list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5D98F0;
    position: absolute;
    top: 5px;
    left: -15px;
}

.services_item_button {
    margin-top: 25px;
}

.stages_wrapper {
    background-color: #F6FAFD;
    padding: 65px 0 80px;
}

.stages_items {
    margin-top: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px 0;
}

.stages_item {
    text-align: center;
}

.stages_item_icon {
    max-width: 100px;
    margin: auto;
    position: relative;
}

.stages_item_number {
    font-size: 24px;
    line-height: 29px;
    color: #204188;
    font-weight: bold;
    position: absolute;
    top: -15%;
    left: -10%;
    -webkit-box-shadow: -5px -5px 100px 50px rgba(255, 255, 255, 0.2);
    box-shadow: -5px -5px 100px 50px rgba(255, 255, 255, 0.2);
}

.article-page .block_title,
h2 {
    text-align: left;
}

.article-page__content {
    margin-top: 40px;
    color: #333B55;
}

.article__main-img {
    margin-bottom: 40px;
    max-width: 100%;
}

.stages_item_icon img {
    padding: 20px;
    border-image-slice: 1;
    border-image-source: linear-gradient(-45deg, #536AB5, transparent 85%);
    border-width: 3px;
    border-style: solid;
}

.stages_item_text {
    margin-top: 15px;
    color: #333B55;
}

.stages_item_title {
    font-size: 16px;
    font-weight: bold;
}

.stages_item_caption {
    font-size: 13px;
    margin-top: 5px;
}

.licences_wrapper {
    padding: 55px 0 80px;
    position: relative;
}

.licences_items {
    margin-top: 45px;
}


.licences_item img {
    margin: 20px auto;
    max-width: 225px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #333B55;
}


.licences_item img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.licences_link {
    margin: 45px auto 0;
    max-width: 260px;
}

.text_block {
    color: #333B55;
}

.first_text_block,
.inner-last_text_block {
    padding: 60px 0 75px;
    background-color: #F6FAFD;
}

.text_block h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 138%;
    text-align: justify;
}

.text_block p {
    font-weight: normal;
    font-size: 16px;
    line-height: 143%;
    margin-top: 15px;
    text-align: justify;
    color: #333B55;
}

.text_block_paragraph {
    margin-top: 45px;
}

.first_text_block .paragraph1 img,
.inner-last_text_block .paragraph1 img {
    float: right;
    padding-left: 55px;
}

.first_text_block .paragraph2,
.inner-last_text_block .paragraph2 {
    margin-top: 65px;
}

.first_text_block .paragraph2 img,
.inner-last_text_block .paragraph2 img {
    float: left;
    padding-right: 35px;
}

.text_block ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 15px;
}

.text_block ul li {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
    text-align: justify;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text_block ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5D98F0;
    position: absolute;
    top: 50%;
    left: -15px;
}

.text_block ol {
    list-style: none;
    counter-reset: wslist1;
    margin-top: 30px;
}

.text_block ol li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 143%;
    color: #333B55;
}

.text_block ol li:before {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #204188;
    border: 1px solid #FFFFFF;
    text-shadow: 0px 4px 4px rgba(32, 65, 136, 0.22);
    content: '0' counter(wslist1);
    counter-increment: wslist1;
    display: inline-block;
    height: 16px;
    left: -40px;
    line-height: 16px;
    padding: 3px;
    margin-right: 10px;
    text-align: center;
}

.paragraph3 {
    margin-top: 50px;
    padding-top: 15px;
    border-top: 1px solid #F0F0F0;
}

.order_wrapper {
    padding: 125px 0 60px;
}

.order_wrapper .order_form {
    background-color: #F6FAFD;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
}

.order_form_text {
    padding: 40px 45px;
}

.order_title {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    color: #204188;
    text-align: left;
}

.order_subtitle {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #333B55;
}

.order_form form {
    margin: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order_form form input {
    max-width: 300px;
    width: 100%;
}

.order_button {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.order_button {
    text-align: center;
    background-color: #FF3B3E;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 59, 62, 0.28);
    box-shadow: 0px 4px 7px rgba(255, 59, 62, 0.28);
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 44px;
    width: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    padding: 0 35px;
}

.order_button:hover {
    background-color: #F6FAFD;
    color: #FF3B3E;
    border: 1px solid #FF3B3E;
}


.order_button:before {
    content: '';
    width: 0;
    height: 44px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    z-index: -1;
}

.order_button:hover:before {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.order_caption {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #333B55;
}

.order_caption span {
    font-weight: bold !important;
}

.order_form_image img {
    position: absolute;
    right: 75px;
    bottom: 0;
}

.photogallery_wrapper {
    padding-bottom: 70px;
}

.warranty_wrapper_bg img {
    position: absolute;
    left: 0;
    z-index: -100;
}

.warranty_wrapper_top_bg {
    top: 0;
}

.warranty_wrapper_bottom_bg {
    bottom: 0;
}

.phone_text a {
    color: #4D5E79;
}

.photogallery_items {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.photogallery_item {
    margin-bottom: 15px;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    position: relative;
}

.photogallery_item a:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.photogallery_item:before {
    position: absolute;
}

.photogallery_item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 17px rgb(0 0 0 / 12%);
    box-shadow: 0px 4px 17px rgb(0 0 0 / 12%);
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}

.warranty_wrapper {
    padding: 65px 0 50px;
    background-color: #F6FAFD;
    position: relative;
}

.warranty_items {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.table-wrapper {
    margin-top: 80px;
}


.doctors-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
}

.doctor__name-one,
.doctor__name-two {
    color: #204188;
    font-weight: 700;
}

.doctor {
    background: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.doctor__image {
    max-height: 227px;
    overflow: hidden;
}

.doctor__image img {
    width: 100%;
}

.doctor__desc {
    padding: 16px 8px;
}

.doctor__desc a {
    color: #204188;
    text-decoration: none;
}

.doctor__spec {
    margin-top: 8px;
    color: #204188;
}

.doctor:hover {
    -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
}

.warranty_item {
    text-align: center;
}

.warranty_item_text {
    margin-top: 15px;
    color: #4D5E79;
}

.warranty_item_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 128%;
}

.warranty_item_caption {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.second_text_block {
    padding: 50px 0 80px;
}

.text_block_paragraph_gray {
    padding: 30px 75px 30px 30px;
    background-color: #F6FAFD;
    max-width: 680px;
}

.second_text_block .paragraph1 img {
    display: block;
}

.text_block_paragraph_gray h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
}

.advantages_wrapper {
    padding: 60px 0 70px;
}

.advantages_items {
    margin-top: 60px;
    color: #333B55;
}

.advantages_items p {
    font-weight: normal;
    font-size: 16px;
    line-height: 143%;
    margin-top: 15px;
}

.advantages_items ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 15px;
}

.advantages_items ul li {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
    position: relative;
}

.advantages_items ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5D98F0;
    position: absolute;
    top: 5px;
    left: -15px;
}

.advantages_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.advantages_item_icon {
    max-width: 135px;
    width: 100%;
}

.advantages_item_icon img {
    padding: 0 25px 0 0;
    text-align: center;
}

.advantages_item_text {
    margin-right: 35px;
}

.advantages_item_title-desktop {
    font-size: 18px;
    font-weight: bold;
    line-height: 128%;
}

.advantages_item_title-mobile {
    display: none;
}

.reviews_wrapper {
    padding: 60px 0;
    background-color: #F6FAFD;
    position: relative;
}

.reviews_items {
    margin-top: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.reviews_item_wrapper {
    max-width: 360px;
    margin: 15px;
}

.reviews_item_text {
    background: #FFFFFF;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 20px rgb(25 50 100 / 10%);
    box-shadow: 0px 5px 20px rgb(25 50 100 / 10%);
    min-height: 400px;
    max-height: 400px;
    height: 100%;
}

.reviews_item_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 143%;
    color: #4D5E79;
}

.reviews_item_message {
    color: #333B55;
    font-size: 13px;
    font-weight: normal;
    line-height: 143%;
    font-size: 16px;
}

.reviews_links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 555px;
    margin: 50px auto 0;
}

.reviews_page_link.dark_button a {
    height: 44px;
}

.reviews_page_link.dark_button:before {
    height: 44px;
}

.reviews_item_client {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews_item_photo {
    margin-right: 30px;
}

.reviews_item_fullname {
    font-size: 18px;
    font-weight: bold;
    line-height: 143%;
    color: #4D5E79;
}

.reviews_item_date {
    font-size: 16px;
    line-height: 143%;
    color: #9BA5B4;
}

.map_wrapper {
    padding: 60px 0 80px;
}

.map_items {
    position: relative;
}

.map_information {
    position: absolute;
    top: -50px;
    left: 35px;
    right: 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 65%;
    grid-template-columns: 40% 65%;
    background-color: #FFFFFF;
    z-index: 90;
    padding: 30px 35px;
    -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.12);
}

.map_information_text {
    border-right: 1px solid #F0F0F0;
}

.map_information_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 143%;
    color: #4D5E79;
    margin-bottom: 25px;
}

.map_information_address,
.map_information_number {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 143%;
    color: #4D5E79;
}

.map_information_ratings {
    margin-left: 50px;
}

.map_ratings_items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ya_map {
    margin-top: 115px;
    height: 500px;
    overflow: hidden;
}

#ya_map>ymaps {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pricefork_wrapper {
    padding: 60px 0 90px;
}

.pricefork_items {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.pricefork_item {
    max-width: 250px;
    -webkit-box-shadow: 0px 4px 30px rgba(26, 52, 109, 0.1);
    box-shadow: 0px 4px 30px rgba(26, 52, 109, 0.1);
}

.pricefork_item_image img {
    max-width: 250px;
}

.pricefork_item_text {
    padding: 25px 0;
}

.pricefork_item_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 130.5%;
    text-align: center;
    color: #333B55;
}

.pricefork_item_caption {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 128%;
    text-align: center;
    color: #204188;
}

.inner-first_text_block {
    margin-top: 75px;
}

.autor_block {
    max-width: 200px;
    float: left;
    margin-right: 60px;
    position: relative;
    z-index: 48;
    margin-bottom: 30px;
    padding: 25px 0 0 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.autor_block:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

.autor_block_image img {
    max-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.autor_block_text {
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 25px;
    right: -25px;
    background-color: #FFFFFF;
    border: 2px solid #4D5E79;
    z-index: 100;
}

.autor_block_title {
    font-size: 14px;
    line-height: 22px;
    color: #4D5E79;
}

.autor_block_name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #4D5E79;
}

.article {
    background: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.article__image {
    max-height: 227px;
    overflow: hidden;
}

.article__image img {
    width: 100%;
}

.article__desc {
    padding: 16px 8px;
}

.articles-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
}

.article:hover {
    -webkit-box-shadow: 0px 4px 32px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 32px rgb(0 0 0 / 10%);
}

.article__title {
    color: #204188;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.article__view-more {
    text-decoration: none;
    color: #204188;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article__view-more img {
    margin-left: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.article__view-more:hover img {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}


.text_block_gray {
    background-color: #F6FAFD;
    padding: 25px 30px 25px;
    /* display: flow-root; */
    margin: 20px 0;
}

.text_block_look {
    background-color: #ECF8FF;
    padding: 5px 30px 25px;
    /* display: flow-root; */
    margin: 20px 0;
    border-radius: 5px;
}

.text_block_spec {
    background-color: #ECF8FF;
    padding: 5px 30px 25px;
    /* display: flow-root; */
    margin: 20px 0;
    border-radius: 5px;
    border-left: 5px solid #204188;
}

.text_block_gray h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
}

.text_paragraph_wrapp1 .text_block_gray:last-child ul {
    margin-top: 10px;
}

.text_paragraph_wrapp1 .text_block_gray:last-child ul li {
    margin: 5px 0 0;
}

.gray_block_list h3 {
    font-size: 21px;
}

.gray_block_list ul {
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
}

.gray_block_list ul li {
    font-size: 16px;
    margin: 15px 0 0;
}

.text_paragraph_wrapp1 {
    background-repeat: no-repeat;
    background-size: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
}

.text_block_paragraph_wrapp {
    margin-top: 25px;
}

.text_paragraph_wrapp2 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
}

.price_table_wrapper {
    padding: 40px 0 90px;
}

@media screen and (width <=700px) {
    .price_table_wrapper .container {
        padding-inline: 0px;
    }
}


.price_table {
    margin-top: 50px;
    -webkit-box-shadow: 0px 4px 30px rgba(26, 52, 109, 0.1);
    box-shadow: 0px 4px 30px rgba(26, 52, 109, 0.1);
}

.price_table_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
}

.price_table .plug_block {
    position: relative;
}

.price_table .plug_block:before {
    content: '';
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.35;
}

.price_table_line {
    font-size: 20px;
    font-weight: 600;
    line-height: 138%;
    color: #333B55;
}

.price_table .price_table_line:nth-child(odd) {
    background-color: #F6FAFD;
}

.price_table .price_table_line:nth-child(even) {
    background-color: #fff;
}

.price_table .price_table_line:first-child {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #204188;
}

.price_table_link.dark_button {
    max-width: 260px;
    margin: 45px auto 0;
}

.questions_wrapper {
    padding: 60px 0 90px;
}

.questions_items {
    margin-top: 50px;
}

.questions_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.questions_items .questions_item:last-child {
    margin-bottom: 0;
}

.questions_item_icon {
    max-width: 135px;
    width: 100%;
    text-align: center;
}

.questions_item_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 166%;
    color: #204188;
    padding-bottom: 10px;
}

.questions_item_caption {
    font-size: 16px;
    line-height: 166%;
    color: #4D5E79;
    padding-top: 10px;
    border-top: 1px solid #F0F0F0;
}

.personal_wrapper {
    margin: 25px 0;
    padding: 60px 0 90px;
    background-color: #F6FAFD;
    position: relative;
}

.inner_personal_wrapper {
    margin: 100px 0 25px;
}

.personal_items {
    margin-top: 50px;

}

.personal_item_top {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F0F0;
}

.personal_items_top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal_item_top-image {
    margin-right: 45px;
}

.personal_item_top-image img {
    max-width: 250px;
}

.personal_item_top-text-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    color: #4D5E79;
    max-width: 400px;
}

.personal_item_top-text {
    position: relative;
}

.personal_desktop_links {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 300px;
}

.personal_item_top-text-position {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 111%;
    color: #000000;
}

.personal_item_top-text-specialization,
.personal_item_top-text-experience {
    margin-top: 30px;
}

.personal_item_top-text-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
}

.personal_item_top-text-block-link.white_button {
    margin-top: 15px;
    max-height: 44px;
}

.personal_item_top-text-biography {
    margin-top: 35px;
    color: #333B55;
    font-size: 16px;
}

.doctor-page-btn {
    margin-top: 16px;
    max-width: 235px;
}

.doctor-page-btn a {
    font-weight: 400;
    font-size: 16px;
}

.personal_item_top-text-biography p {
    font-size: 16px;
    line-height: 143%;
    color: #333B55;
}

.personal_items_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 30px auto 0;
}

.personal_items_bottom .slick-list.draggable {
    padding: 0 !important;
}

.personal_item_bottom {
    /*margin-right: 50px;*/
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80px;
    overflow: hidden;

}

.doctors-mobile_wrapper .block_title,
h2 {
    text-align: left;
}

.personal_item_bottom-image {
    margin-right: 20px;
}

.personal_item_bottom-image img {
    max-width: 75px;
}

.personal_item_bottom-text-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    color: #4D5E79;
}

.personal_item_bottom-text-position {
    font-size: 14px;
    line-height: 1.1;
    color: #000000;
}

.personal_tablet_links,
.personal_mobile_links {
    display: none;
}

footer {
    padding: 50px 0 20px;
    background-color: #F6FAFD;
}

.footer_items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.footer_logo {
    margin-bottom: 10px;
}

.footer_phone,
.footer_location,
.footer_mail {
    margin-top: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.footer_spec_button img,
.footer_phone .phone_icon,
.footer_location .location_icon,
.footer_mail .mail_icon {
    margin-right: 15px;
}

.footer_phone .phone_text {
    color: #4D5E79;
}

.footer_location .location_text {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #4D5E79;
    margin: 5px 0 5px 5px;
}

.footer_spec_button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #204188;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer_spec_button a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mail_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #4D5E79;
}

.footer_item_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 130.5%;
    color: #204188;
    margin-bottom: 55px;
}

.footer_order {
    text-align: center;
}

.footer_order input[type='text'],
.footer_order input[type='tel'],
.footer_order input[type='text'],
.footer_order input[type='tel'] {
    margin-bottom: 15px;
    width: 100%;
}

.footer_order_button.dark_button {
    color: #ffffff;
    font-weight: bold;
    height: 44px;
    font-size: 16px;
    max-width: 255px;
    width: 100%;
}

.footer_right_item_links ul {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer_right_item_links ul li {
    margin-bottom: 20px;
}

.footer_right_item_links ul li .footer__link-bold {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #4D5E79;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.footer_right_item_links ul li .footer__link {
    color: var(--belyy);
    display: block;
    font-size: 14px;
    line-height: 140%;
    padding: 5px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.footer_right_item_links ul li .footer__link-bold:hover {
    color: #366ada;
    text-decoration: underline;
}

.footer_networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    max-width: 100px;
}

.mobile_footer_networks {
    display: none;
}

.order_modal {
    max-width: 500px;
    background-color: #F8FDFF;
    margin: auto;
    padding: 40px 20px 40px;
    display: none;
    position: relative;
}

.mfp-content .order_modal {
    display: block;
}

.modal_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #204188;
    margin-bottom: 15px;
}

.order_form.modal_form {
    z-index: 10;
}

input[type='text'] {
    font-size: 16px;
}



.order_form.modal_form input[type='text'],
.order_form.modal_form input[type='tel'] {
    padding: 10px 35px;
    color: #9BA5B4;
    font-size: 16px;
    /*background-color: #FFFFFF;*/
    border: none;
    height: 44px;
    /*margin-top: 15px;*/
    z-index: 991;
}

.modal_form.dark_button {
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    width: 75%;
    margin-top: 25px;
    z-index: 999;
}

.modal_form.dark_button:hover {
    color: #204188;
}

.order_form_background img {
    position: absolute;
}

.order_top_background {
    top: 0;
    right: 0;
}

.order_bottom_background {
    bottom: 0;
    left: 0;
    z-index: -1;
}

.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;
}

@media (max-width: 1700px) {
    .banner_bacground_doctor img {
        max-width: 450px;
    }

    .banner_bacground_bl img {
        max-width: 750px;
    }
}

@media (max-width: 1550px) {
    .banner_bacground_doctor img {
        max-width: 400px;
    }

    .banner_bacground_bl img {
        max-width: 700px;
    }
}

@media (max-width: 1400px) {
    .banner_order_wrapper {
        display: block;
        max-width: 325px;
    }

    .banner_order form {
        display: -ms-grid;
        display: grid;
        max-width: 60%;
    }

    .banner_order_title {
        max-width: 325px;
    }

    .banner_order_button.dark_button {
        margin: 0;
    }

    .banner_order form input[type='tel'] {
        margin-top: 15px;
    }

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

    .banner_bacground_bl img {
        max-width: 750px;
    }

    .banner_order_button.dark_button {
        max-width: 275px;
    }

    .order_form__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .banner_bacground_bl img {
        max-width: 650px;
    }

    .order_wrapper .order_form {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .banner_bacground_doctor img {
        right: 10%;
    }

    .order_subtitle {
        max-width: 400px;
    }

    .order_caption {
        max-width: 400px;
    }

    .order_form__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

    .block_subtitle {
        font-size: 16px;
    }

    .services_items {
        display: block;
        width: 100%;
        margin: 35px auto 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .services_item {
        max-width: 510px;
        width: 100%;
        margin: 0 30px;
    }

    .services_item_title {
        font-size: 18px;
    }

    .services_items_image img {
        max-width: 510px;
        width: 100%;
    }

    .pricefork_items {
        display: block;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 700px;
        margin: 35px auto 0;
    }

    .pricefork_item {
        max-width: 340px;
        width: 100%;
        margin: 15px;
    }

    .pricefork_item_title {
        font-size: 18px;
    }

    .pricefork_item_image img {
        max-width: 340px;
        width: 100%;
    }

    .first_text_block .paragraph1 img,
    .inner-last_text_block .paragraph1 img {
        padding-left: 100px;
    }

    .order_title {
        font-size: 35px;
        line-height: 50px;
    }

    .order_form form {
        display: block;
    }

    .order_button {
        margin-top: 15px;
        max-width: 300px;
    }

    .photogallery_items {
        margin: 50px auto 0;
    }

    .photogallery_item img {
        max-width: 95%;
    }

    .personal_desktop_links {
        display: none;
    }

    .personal_tablet_links {
        display: block;
    }

    .personal_item_top-text-block-links {
        margin-top: 25px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .personal_item_top-text-block-link.dark_button {
        height: 44px;
        margin-right: 15px;
    }

    .personal_item_top-text-block-link.white_button {
        margin-top: 0;
    }

    .reviews_items {
        margin-top: 50px;
    }

    .reviews_item_fullname {
        font-size: 16px;
    }

    .reviews_item_date {
        font-size: 12px;
    }

    .map_ratings_item img {
        max-width: 100px;
    }
}

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

    .order_subtitle {
        max-width: 375px;
    }

    .order_caption {
        max-width: 360px;
    }

    .mobile_menu_wrapper {
        display: block;
    }

    .banner_order_wrapper {
        max-width: 100%;
    }

    .banner_order form input[type='tel'] {
        margin-top: 0px;
        margin-left: 15px;
    }

    .order_form__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .order_button {
        margin-top: 0px;
        max-width: 300px;
    }

    .banner_bacground_bl {
        display: none;
    }

    .banner_bacground_doctor img {
        right: 0;
        max-width: 385px;
    }

    .banner_text_wrapper {
        padding: 75px 0;
    }

    .block_title,
    h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .block_subtitle {
        font-size: 12px;
    }

    .services_wrapper {
        padding: 50px 0 60px;
    }

    .services_item {
        margin: 0 15px;
    }

    .services_item_title {
        font-size: 16px;
        height: 60px;
    }

    .services_item_list ul {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .stages_item_caption {
        font-size: 11px;
    }

    .text_block h3 {
        font-size: 18px;
    }

    .licences_items {
        display: block;
    }

    .licences_item img {
        max-width: 200px;
    }

    .first_text_block .paragraph1 img,
    .inner-last_text_block .paragraph1 img {
        padding-left: 35px;
        padding-bottom: 15px;
    }

    .first_text_block .paragraph2 img,
    .inner-last_text_block .paragraph2 img {
        padding-bottom: 15px;
    }

    .first_text_block .paragraph2,
    .inner-last_text_block .paragraph2 {
        margin-top: 50px;
    }

    .paragraph3 {
        margin-top: 35px;
    }

    .photogallery_wrapper {
        padding-bottom: 65px;
    }

    .warranty_wrapper {
        padding: 50px 0;
    }

    .warranty_items {
        -ms-grid-columns: 1fr 35px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 35px;
    }

    .warranty_item_caption {
        font-size: 12px;
    }

    .licences_items {
        /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    grid-gap: 25px;*/
    }

    .order_title {
        font-size: 24px;
        line-height: 30px;
    }

    .order_form_image img {
        right: 20px;
    }

    .personal_tablet_links {
        display: none;
    }

    .personal_mobile_links {
        display: block;
        position: relative;
        z-index: 2;
    }

    .personal_item_top-text-block-link.dark_button a,
    .personal_item_top-text-block-link.white_button a {
        font-size: 12px;
    }

    .advantages_item_title-desktop {
        font-size: 16px;
    }

    .advantages_item_icon {
        max-width: 115px;
    }

    .reviews_items {
        margin-top: 50px;
    }

    .reviews_item_title {
        font-size: 16px;
    }

    .map_information {
        display: block;
        padding: 35px 35px 15px 35px;
        text-align: center;
    }

    .map_information_title {
        margin-bottom: 10px;
    }

    .map_information_text {
        border-right: none;
    }

    .map_information_ratings {
        display: none;
    }

    .footer_left_item {
        grid-area: lt;
    }

    .footer_center_item {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-area: ct;
        max-width: 500px;
        margin: auto;
    }

    .footer_right_item {
        grid-area: rt;
    }

    .footer_items {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-rows: auto 50px auto;
        grid-template-areas: "lt rt"
            "ct ct";
    }

    .desktop_footer_networks {
        display: none;
    }

    .mobile_footer_networks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 992px) {

    .footer_left_item {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer_center_item {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }

    .footer_right_item {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

@media (max-width: 992px) {

    .footer_left_item {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer_center_item {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }

    .footer_right_item {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

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

    .submenu_list {
        opacity: 1;
        border: 0;
        max-width: 100%;
        background: rgba(32, 65, 136, 0.3);
    }

    .mobile_menu_list-chapter.active {
        background: #204188;
        color: #fff;
    }

    .submenu_list li {
        width: 100%;
        list-style: none;
    }

    .submenu_list li a {
        max-width: 100%;
        display: block;
        color: #4D5E79;
        padding: 10px 30px;
    }

    .mobile_menu_list-chapter {
        color: #4D5E79;
        margin-bottom: 0;
        padding: 10px 20px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .mobile_menu_list-chapter a {
        color: #4D5E79;
    }

    .mobile_submenu_items .container {
        padding: 0;
        max-width: 100%;
    }

    .mobile_submenu_items {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .mobile_menu_items {
        overflow-y: scroll;
        max-height: calc(100vh - 165px);

    }

    .menu_list_button.active span {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        background: #fff;
    }

    .menu_list_button.active span:first-child {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .pricefork_items .slick-dots li button:before {
        content: '';
        background: #204188;
        border-radius: 50%;
    }

    .doctors-grid {
        -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    .articles-grid {
        -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .mobile_menu_top .location {
        display: none;
    }

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

    .header-fixed .mobile_menu_bottom {
        max-width: 540px;
    }

    .order_form_text {
        padding: 16px;
    }

    .article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .article__desc {
        padding: 16px 16px;
    }

    .article__title {
        font-size: 16px;
    }

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

    .doctor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .doctor__image img {
        max-width: 90px;
    }

    .doctor__image {
        max-height: 97px;
    }

    .doctor__desc {
        padding: 16px 16px;
    }

    .doctor-page.personal_items_top-wrapper {
        display: -ms-grid;
        display: grid;
        grid-gap: 32px;
    }

    .doctor-page .personal_item_top-image {
        margin: 0;
    }

    .order_form__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner_order form input[type='tel'] {
        margin-top: 15px;
        margin-left: 0px;
    }

    .inner-first_text_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order_form_image img {
        z-index: -1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }

    .order_form .order_button {
        margin: 0;
        /*margin-top: 15px;*/
    }

    .order_form_text {
        background: #f6fafd;
    }

    .block_title,
    h2 {
        line-height: 40px;
    }

    .dark_button a,
    .white_button a {
        font-size: 14px;
    }

    .services_item {
        max-width: 500px;
        margin: 0 20px;
    }

    .services_item_list ul {
        height: 215px;
    }

    .services_item_list ul {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .stages_items {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }

    .text_block_paragraph.paragraph1,
    .text_block_paragraph.paragraph2 {
        display: -ms-grid;
        display: grid;
    }

    .text_block_paragraph.paragraph1 img,
    .text_block_paragraph.paragraph2 img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        width: 100%;
        padding: 0;
        float: none;
    }

    .order_wrapper {
        padding: 335px 0 60px;
    }

    .order_wrapper .order_form {
        display: block;
    }

    .order_form_image img {
        top: -300px;
        bottom: unset;
    }

    .advantages_wrapper {
        padding: 35px 0 70px;
    }

    .advantages_items {
        margin-top: 10px;
    }

    .advantages_item_icon {
        grid-area: ic;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .advantages_item_title-desktop {
        display: none;
    }

    .advantages_item_title-mobile {
        display: block;
        grid-area: tl;
        margin: auto;
        font-size: 18px;
        font-weight: bold;
        line-height: 128%;
    }

    .advantages_item_text {
        grid-area: tx;
    }

    .advantages_item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-areas: "ic tl"
            "tx tx";
    }

    .reviews_items {
        width: 100%;
    }

    .reviews_item_wrapper {
        max-width: 690px;
        margin: 0 15px;
        height: auto;
    }

    .reviews_links {
        max-width: 485px;
    }

    .footer_items {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        grid-gap: 75px;
    }

    .footer_spec_button a {
        font-size: 16px;
    }

    .phone_text,
    .footer_location .location_text,
    .mail_text {
        font-size: 14px;
    }

    .banner_title,
    h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .inner_banner_subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .advantages_item_icon {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .advantages_item_title-mobile {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .advantages_item_text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}

@media (max-width: 767px) {

    .advantages_item_icon {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .advantages_item_title-mobile {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .advantages_item_text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}

.reviews_page_wrapper {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}

@media (max-width: 576px) {
    .autor_block_text {
        left: 0;
        right: 0;
    }

    .autor_block {
        padding: 0;
    }


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

    .order_button {
        max-width: 100%;
    }

    .autor_block {
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .autor_block_image img {
        max-width: 100%;
        min-width: 100%;
        max-height: 400px;
    }

    .banner_order form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

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

    .footer_right_item_links ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .price_table_line {
        font-size: 16px;
    }

    .price_table .price_table_line:first-child {
        font-size: 14px;
    }

    .footer_items {
        grid-gap: 30px;
    }

    .doctors-mobile_wrapper {
        display: block;
    }

    .doctors-mobile_wrapper .block_subtitle {
        text-align: left;
    }

    .doctors-mobile_wrapper .personal_item_bottom {
        background: -o-linear-gradient(174.12deg, rgba(32, 65, 136, 0.06) 17.93%, rgba(32, 65, 136, 0) 71.61%);
        background: linear-gradient(275.88deg, rgba(32, 65, 136, 0.06) 17.93%, rgba(32, 65, 136, 0) 71.61%);
    }

    .personal_item_bottom a {
        color: #4D5E79;
        text-decoration: none;
    }

    .doctor__image {
        max-width: 90px;
        width: 90px;
        min-width: 90px;
        max-height: 100%;
    }

    .article__title {
        font-size: 14px;
    }

    .article__image {
        padding: 8px;
        padding-right: 0;
    }

    .article__desc {
        padding: 8px;
    }

    .article__view-more {
        font-size: 14px;
        margin-top: 8px;
    }

    .mobile_menu_bottom .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__license span {
        font-size: 10px;
    }

    .logo_text {
        font-size: 12px;
    }

    .phone_icon {
        margin-right: 5px;
    }

    .mobile_menu_bottom .logo a img {
        max-width: 60px;
    }
}


@media (max-width: 450px) {


    .block_title,
    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .block_subtitle {
        text-align: left;
        font-size: 15px;
    }

    .services_wrapper {
        padding: 30px 0 60px;
    }

    .services_item_text {
        padding: 0 30px 30px;
    }

    .services_item_list ul {
        height: auto;
    }

    .stages_wrapper {}

    .stages_items {
        -ms-grid-columns: unset;
        grid-template-columns: unset;
    }

    .stages_item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
        text-align: left;
    }

    .stages_item_icon img {
        padding: 0;
    }

    .stages_item_text {
        margin-left: 15px;
        margin-top: 0;
    }

    .stages_item_title {
        font-size: 16px;
    }

    .stages_item_caption {
        font-size: 14px;
    }

    .licences_wrapper {
        padding: 45px 0 60px;
    }

    .licences_item img {
        max-width: 185px;
    }

    .first_text_block,
    .inner-last_text_block {
        padding: 50px 0;
    }

    .second_text_block {
        padding: 50px 0 15px;
    }

    .reviews_wrapper {
        padding: 50px 0;
    }

    .map_information {
        padding: 25px 25px 5px 25px;
        text-align: start;
    }

    .order_form.modal_form input[type='text'],
    .order_form.modal_form input[type='tel'] {
        width: 100%;
    }

    .footer_center_item {
        max-width: 100%;
        grid-area: auto;
    }

    .footer_left_item {
        grid-area: auto;
    }

    .footer_right_item {
        grid-area: auto;
    }

    .footer_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .licences_items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .autor_block_image img {
        max-width: 100%;
        max-height: 350px;
    }

}

.infopage_wrapper {
    padding: 60px 0 80px;
}

.reviews_page_wrapper .reviews_item_wrapper {
    margin: 0 auto;
}

.benner_order .order_form.modal_form input {
    background-color: #f4f4f4 !important;
}

.mfp-content input {
    margin-bottom: 10px;
}

@media(max-width: 400px) {
    .personal_item_bottom {
        max-height: 100%;
    }

    .doctor__image {
        max-height: 100%;
        max-width: 90px;
        width: 90px;
        min-width: 90px;
    }

    .doctor__desc {
        font-size: 14px;
    }

    .doctor__spec {
        font-size: 12px;
    }

    .doctor-page_wrapper .container {
        padding: 0;
    }
}

.main__site-map {
    padding: 100px 0px 100px 20px;
}

.main__site-map li {
    padding-bottom: 15px;
}

.main__site-map li a {
    text-decoration: none;
    color: black;
}

.footer__plashka {
    text-align: center;
    background-color: #204188;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.footer__plashka2 {
    background-color: #204188;
    max-width: 500px;
    color: #fff;
    padding: 10px 5px;
    border-radius: 15px;
    text-align: center;
    margin: 60px auto 40px;
    font-size: 14px;
}

.footer__license {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 14px;
}

.footer__bottom {
    border-top: 2px solid #204188;
    padding-top: 20px;
    text-align: center;
    line-height: 1.2;
    color: #4D5E79;
    font-size: 14px;
}

.footer__bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.footer__search {
    color: #4D5E79;
    padding: 10px;
    border: 1px solid #204188;
    background-color: #fff;
    margin-top: 25px;
}

.footer__search a {
    text-decoration: none;
    color: #4D5E79;
}

.btn-poisk {
    background-color: #204188;
    color: #fff;
    border: 1px solid #204188;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

.poisk__input {
    padding: 10px 20px !important;
    max-width: 370px;
}

section.poisk {
    margin-top: 60px;
}

.poisk-button {
    position: relative;
    max-width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.btn-poisk:hover {
    opacity: .7;
}

.poisk__container ol {
    padding-left: 0;
    margin-bottom: 60px;
}

.menu_poisk-form {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.poisk__title {
    margin: 10px 0;
    color: #204188;
}

.poisk-li {
    margin-bottom: 5px;
}

.header__license {
    font-size: 12px;
    font-weight: 500;
}

.networks__wrap .networks {
    gap: 10px;
}

.networks__wrap .networks_link {
    margin-right: 0;
}

.networks__descr {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.location__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.header__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.location__address {
    font-size: 12px;
    max-width: 200px;
    font-weight: 500;
}

.header__location .location_text {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #4D5E79;
    margin: 5px 0 5px 5px;
}

.logo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.networks__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.mobile_menu_bottom .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
}

.phone__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile_menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.mobile_menu__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
}

.mobile_menu__top .location_text {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #4D5E79;
    margin: 5px 0 5px 5px;
}

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

@media screen and (min-width: 993px) {
    .networks__wrap .networks {
        margin: 0 auto;
    }
}


@media screen and (max-width: 1025px) {
    section.poisk {
        margin-top: 40px;
    }

    .poisk-form .search__icon {
        top: 8px;
        width: 20px;
    }

    .programs__text ol {
        padding-bottom: 0;
    }
}


@media (max-width: 500px) {
    .footer__plashka {
        padding: 5px 0;
        font-size: 12px;
        line-height: 1.2;
    }

    .footer__plashka2 {
        font-size: 12px;
        line-height: 1.2;
        margin: 30px auto 15px;
    }

    .footer__bottom {
        font-size: 12px;
    }

    .footer__bottom-wrap {
        gap: 3px;
    }

    .article_img {
        width: 100%;
        padding: 10px 0;
    }
}

@media (max-width: 370px) {
    .logo_text {
        margin: 0;
    }

    .mobile_menu_bottom .phone {
        gap: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__license {
        max-width: 100px;
    }
}

.article-page__author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    margin: 5px 0;
    padding: 10px 20px;
    width: 100%;
    background-color: #e1e9f9;
}

.article-page__author-block-image {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;

}

.article-page__author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.publications__block h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 20px;
}

.publications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}


.publications li a {
    text-decoration: none;
}

.article_img {
    float: right;
    padding: 10px;
}

.advantages_subtitle {
    font-weight: 500;
}

.desktop__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
}

.phone__descr {
    font-size: 12px;
    max-width: 200px;
    font-weight: 500;
}

.phone__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.phone_text {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #4D5E79;
    margin: 5px 0 5px 5px;
}

.footer__mail-text,
.footer__location-text {
    font-weight: 500 !important;
}

.policy__text {
    font-size: 14px;
    color: #4D5E79;
    margin: 10px 0;
    line-height: 1.4;

}

.policy__text-link {
    color: #FF3B3E;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.policy__text-link:hover {
    color: #ff893e;
}

.other-services__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.other-services__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.other-services__image img {
    max-width: 100%;
    max-height: 240px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.order_modal-input {
    width: 75%;
}

.text_block-wrapper {
    background-color: #F6FAFD;
}

.services_item {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.other-services__item {
    border: 2px solid transparent;
}

.other-services__item:hover {
    border-color: #333B55;
}

.personal_items {
    padding: 0 50px;
}


.personal_item_top-text-block-left {
    max-width: 400px;
}

.slick-slide {
    height: auto;
}

.review__title {
    margin-bottom: 80px;
}

.reviews__text {
    background: #FFFFFF;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 20px rgb(25 50 100 / 10%);
    box-shadow: 0px 5px 20px rgb(25 50 100 / 10%);
    margin: 5px 0;
}

.reviews__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 143%;
    color: #4D5E79;
}

.reviews__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}

.reviews__time {
    font-size: 16px;
    line-height: 143%;
    color: #9BA5B4;
}

.site-form {
    background-color: #fff;
    max-width: 700px;
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.site-form__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 135.9%;
    color: #204188;
}

@media (max-width: 1200px) {
    .reviews_item_message {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .personal_items {
        padding: 0;
    }

    .reviews_item_text {
        min-height: 380px;
        max-height: 380px;
    }
}

@media (max-width: 768px) {
    .personal_items {
        padding: 0;
    }

    .reviews_item_text {
        min-height: 300px;
        max-height: 300px;
    }

    .reviews__wrap {
        gap: 30px;
    }

    .reviews__name {
        font-size: 16px;
    }

    .reviews__text {
        padding: 15px;
        font-size: 14px;
    }

    .reviews__time {
        font-size: 14px;
    }

    .policy__text {
        font-size: 12px;
    }

    .logo_text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .reviews_item_text {
        min-height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 430px) {
    .reviews_item_text {
        min-height: 300px;
        max-height: 300px;
        padding: 10px;
    }

    .reviews_item_message {
        line-height: 120%;
    }
}

@media (max-width: 400px) {
    .reviews_item_text {
        min-height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 360px) {
    .reviews_item_text {
        min-height: 450px;
        max-height: 450px;
    }

    .reviews_item_wrapper {
        margin: 0 5px;
    }
}

.other-services__item {
    overflow: hidden;
    text-decoration: none;
}

.autor-block__image {
    max-width: 200px;
    max-height: 190px;
    min-width: 200px;
    min-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.autor-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    margin: 25px 30px 20px 25px;
    max-width: 200px;
    text-decoration: none;
}

.autor-block__text {
    border: 2px solid #4D5E79;
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.autor-block__title {
    font-size: 14px;
    line-height: 22px;
    color: #4D5E79;
    line-height: 1.2;
}

.autor-block__name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #4D5E79;
}

@media (max-width: 768px) {
    .autor-block {
        max-width: 100%;
    }

    .autor-block__picture {
        text-align: center;
    }
}

.reviews__slick-arrows,
.personal__slick-arrows,
.licences__slick-arrows,
.services__slick-arrows,
.pricefork__slick-arrows {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.reviews__btn-slick-prev,
.reviews__btn-slick-next,
.personal__btn-slick-prev,
.personal__btn-slick-next,
.licences__btn-slick-prev,
.licences__btn-slick-next,
.services__btn-slick-prev,
.services__btn-slick-next,
.pricefork__btn-slick-prev,
.pricefork__btn-slick-next {
    width: 30px;
    height: 30px;
    background: #204188;
    border-radius: 2px;
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}

.reviews__btn-slick-prev:hover,
.reviews__btn-slick-next:hover,
.personal__btn-slick-prev:hover,
.personal__btn-slick-next:hover,
.licences__btn-slick-prev:hover,
.licences__btn-slick-next:hover,
.services__btn-slick-prev:hover,
.services__btn-slick-next:hover,
.pricefork__btn-slick-prev:hover,
.pricefork__btn-slick-next:hover {
    cursor: pointer;
    opacity: 0.6;
}

.reviews__btn-slick-prev svg,
.reviews__btn-slick-next svg,
.personal__btn-slick-prev svg,
.personal__btn-slick-next svg,
.licences__btn-slick-prev svg,
.licences__btn-slick-next svg,
.services__btn-slick-prev svg,
.services__btn-slick-next svg,
.pricefork__btn-slick-prev svg,
.pricefork__btn-slick-next svg {
    display: block;
    margin: 25% auto;
}

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

.slick-dots li button:before {
    background-color: #204188;
    width: 10px;
    height: 10px;

}

.slick-dots li button {
    width: 10px;
    height: 10px;
}

@media (max-width: 800px) {
    .personal_item_top-image img {
        max-width: 100%;
    }

    .personal_items_top-wrapper {
        display: block;
    }

    .personal_item_top-text-block-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .personal_item_top-image {
        margin-right: 20px;
        width: 100%;
        min-width: 30%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        float: left;
        max-width: 30%;
    }

    .personal_item_top-text-specialization,
    .personal_item_top-text-experience {
        margin-top: 10px;
    }

    .personal_item_top-text-experience {
        margin-top: 10px;
    }

    .personal_item_top-text-biography {
        margin-top: 10px;
    }

    .personal_item_top-text-block-link.dark_button {
        margin-right: 0;
    }


    .personal_items_bottom {
        display: none;
    }
}

@media (max-width: 620px) {
    .personal__slick-arrows {
        top: 19%;
        -webkit-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        transform: translateY(-18%);
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* breadcrumbs */
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.breadcrumbs li {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(38, 50, 72, 0.5019607843);
}

.breadcrumbs li a:hover {
    color: #4C74C2;
}

.breadcrumbs li::after {
    content: "|";
    display: block;
    font-size: inherit;
}

.breadcrumbs li:last-of-type {
    color: #000;
}

.breadcrumbs li:last-of-type::after {
    display: none;
}

.breadcrumbs-offset {
    margin-top: 60px;
}


blockquote {
    border-left: 5px solid #204188;
    padding-left: 10px;
}

.text_block img {
    margin: 10px auto;
    padding: 0 10px;
}



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


.text_block iframe {
    margin: 50px auto;
    max-width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 480px;
}

.captcha__wrap {
    display: flex;
    justify-content: center;
    margin: 5px auto;
}

.input__wrap {
    display: flex;
    gap: 10px;

}

@media (max-width: 600px) {
    .input__wrap {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 410px) {
    .g-recaptcha {
        width: 100%;
        overflow: hidden;
    }
}

.menu_list li:hover span {
    background-color: #204188;
}

.menu_list li:hover span:nth-child(1) {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.submenu {
    background-color: #FFF;
    color: #204188;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
    transform: scale(0);
    transform-origin: 0 0;
    transition: 0.3s;
    z-index: 1000;
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.submenu {
    scrollbar-width: thin;
    scrollbar-color: #204188 #fff;
}

.submenu::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.submenu::-webkit-scrollbar-track {
    background: #fff;
}

.submenu::-webkit-scrollbar-thumb {
    background-color: #204188;
    border-radius: 5px;
    border: 3px solid #fff;
}

.submenu li {
    font-family: 'Montserrat';
    font-size: 12px;
}

.submenu>li,
.submenu_2>li {
    padding: 10px 5px;
    border-bottom: solid 1px rgb(236, 236, 236);
    position: relative;
}

.menu_list li:hover .submenu {
    transform: scale(1);
}

.submenu li:hover>a {
    color: #FFF;
}

.submenu_2 {
    width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #FFF;
    transform: scale(0);
    transform-origin: 0 0;
    transition: 0.3s;
    background-color: #FFF;
    color: #204188;
}

.submenu_2 li:hover>a {
    color: #FFF;
}

.submenu li:hover .submenu_2 {
    transform: scale(1);
}

.submenu li:hover,
.submenu_2 li:hover {
    background-color: #204188;
    color: #FFF;
    transition: 0.3s;
}

.programs_med {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.program {
    background-color: #f6fafd;
    width: 370px;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.program__header {
    background-color: #204188;
    padding: 20px;
    text-align: center;
}

.program__title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.program__list {
    height: 100%;
}

.program__list ul {
    list-style: none;
    padding: 20px 0;
    flex: 1;
}

.program__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.program__list li::before {
    content: "♦ ";
    color: #204188;
    margin-right: 5px;
}

.program__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.program__price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.program__button {
    height: 80%;
    width: 80%;
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 1180px) {
    .container {
        width: 95%;
    }

    .programs_med {
        flex-direction: row;
        overflow-x: auto;
    }

    .program {
        width: 100%;
        margin-bottom: 20px;
        scroll-snap-align: start;
    }
}

@media (max-width: 480px) {
    .program {
        width: 100%;
    }
}

.text-wrap {
    display: grid;
    grid-template-columns: auto 250px;
    align-items: start;
    gap: 20px;
}

.services-block {
    float: right;
    position: static;
    width: 250px;
    background-color: #f8f8f8;
    padding: 20px;
    margin: 0;
    margin-top: 20px;
}

@media(max-width: 992px) {
    .text-wrap {
        grid-template-columns: 1fr;
    }

    .services-block {
        order: -1;
    }
}

.services-title {
    font-size: 28px;
    font-weight: bold;
    color: #204188;
    margin-bottom: 20px;
    text-align: center;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-item {
    position: relative;
    margin-bottom: 10px;
    text-decoration: none;
}

.services-item a {
    text-decoration: none;
}

.services-link {
    display: block;
    padding: 10px 0;
    color: #204188;
    font-size: 16px;
}

.services-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    transform: rotate(315deg);
}

.services-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
}

.services-subitem {
    padding: 10px;
    font-size: 14px;
    color: #204188;
    cursor: pointer;
}

.services-item:hover .services-arrow {
    transform: rotate(-225deg);
}

.services-item:hover .services-sublist {
    display: block;
}

.slider-container {
    width: 100%%;
    max-width: 1150px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.3s ease;
}

.slider img {
    width: calc(100% / 5 - 10px);
    width: 350px;
    object-fit: cover;
    margin-right: 10px;
}

.slider img:last-child {
    margin-right: 0;
}

.slider-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.slider-prev,
.slider-next {
    margin-bottom: 10px;
    background-color: white;
    border: 2px solid #FF3B3E;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-prev:hover,
.slider-next:hover {
    background-color: #FF3B3E;
    border: 2px solid #FF3B3E;
}

.slider-prev svg,
.slider-next svg {
    color: #FF3B3E;
}

.slider-prev svg:hover,
.slider-next svg:hover {
    color: #fff;
}

.text_block .marks-left {
    color: #FF3B3E;
    font-size: 58px;
    position: absolute;
}

.text_block .marks-right {
    color: #FF3B3E;
    font-size: 58px;
    position: absolute;
    margin-top: 100px;
    margin-left: 1050px;
}

.text-pub {
    color: #333B55;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}

.underline-pub {
    margin-top: 10px;
    display: block;
    width: 10%;
    height: 3px;
    background-color: #ff3b3e;
    margin-bottom: 10px;
}

.block-pub {
    margin-bottom: 10px;
}

.block-global {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

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

    .underline-pub {
        width: 20%;
    }
}

.doc-name {
    color: #333B55;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.header-doc {
    display: flex;
    gap: 10px;
}

.image-doc {
    width: 300px;
    float: left;
}

.image-doc img {
    width: 300px;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.info-doc {
    color: rgba(51, 59, 85);
}

.info-doc,
.info-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.info-item {
    padding-right: 20px;
    max-width: 100%;
    height: 50px;
    background-color: #ecf8ff;
    display: flex;
    align-items: center;
}

@media screen and (width<=400px) {
    .info-item {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px;
        height: auto;
    }
}

.info-item .icon-doc {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-item .icon-user {
    margin: 0 20px;
    background-image: url("/netcat_template/template/3/img/doc.png");
}

.info-item .icon-briefcase {
    margin: 0 20px;
    background-image: url("/netcat_template/template/3/img/portfel.png");
}

.info-title {
    margin-right: 5px;
    font-weight: bold;
    color: rgba(51, 59, 85, 0.6);
}

.education {
    margin-bottom: 10px;
}

.courses {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.courses-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.courses-item .icon-doc {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
}

.button {
    background-color: #19438d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.schedule {
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-table {
    display: table;
    width: 100%;
}

.schedule-row {
    display: table-row;
}

.schedule-top {
    background-color: #ecf8ff;
}

.schedule-cell {
    display: table-cell;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .header-doc {
        flex-direction: column;
        align-items: center;
    }

    .schedule-table {
        display: row;
        width: 100%;
    }

    .info-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0;
    }

    .schedule-cell {
        display: flex;
        flex-direction: column;
    }

    .schedule-bottom {
        margin-left: 200px;
    }
}

footer .container .container__citi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    margin: 30px 0;
}

footer .container .container__citi a {
    text-decoration: none;
}

.notfound__inner {
    margin: 40px 0;
}

.notfound__title {
    margin-bottom: 20px;
}

.notfound__descr {
    margin-bottom: 20px;
}

.notfound__home-link {
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #FF3B3E;
    color: #FFF;
    text-decoration: none;
}