@font-face {
    font-family: "Nunito";
    src: local("Nunito Regular"), local("Nunito-Regular"),
        url("../fonts/Nunito-Regular.woff2") format("woff2"),
        url("../fonts/Nunito-Regular.woff") format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
        url("../fonts/Nunito-ExtraBold.woff") format("woff");
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}

/* reset styles */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
}

/* glob */
body {
    font-family: "Nunito", sans-serif;
    color: #071d26;
    min-width: 280px;
    background-image: url("../img/total-background.svg");
    background-repeat: repeat-y;
}

body.lock {
    overflow: hidden;
}

.container {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

::placeholder {
    color: #6a777d;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #6a777d;
}

::-ms-input-placeholder {
    color: #6a777d;
}

.header__address_name {
    color: #6a777d;
    font-size: 13px;
    margin-bottom: -6px;
    padding-left: 30px;
    display: block;
}

.top-bar {
    background-color: #f3f4f4;
}

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

.top-bar__text {
    font-size: 14px;
    line-height: 160%;
    color: #6a777d;
    margin-right: auto;
}

.top-bar__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    margin-left: 16px;
}

.top-bar__socials-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.top-bar__socials-item:last-child {
    margin-right: 0;
}

.top-bar__socials-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.header {
    min-width: 280px;
    position: relative;
    z-index: 1000;
}

.header__top {
    background-color: #fff;
    padding: 30px 0;
}

.header__top-container {
    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;
}

.header__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.header__info-item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__info-item:last-child {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.header__info-item svg {
    margin-right: 10px;
}

.header__info-item-text {
    font-size: 14px;
    line-height: 160%;
    color: #6a777d;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.header__connection-tel {
    display: block;
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    color: #071d26;
    margin-bottom: 15px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.header__connection-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.header__connection-link svg {
    margin-right: 10px;
}

.header__connection-link-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    color: #f04a25;
}

.header__block {
    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;
    width: 100%;
    gap: 10px;
}

.header__bottom {
    background-color: #1c7597;
}

.menu__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 16px;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu__link {
    padding: 22px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.menu__link::after {
    content: "";
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ffffff),
            to(#e9e9e9));
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%);
    border-radius: 10px;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.menu__item.active>button.menu__link::after {
    opacity: 1;
    visibility: visible;
}

.menu__item.current>.menu__link::after {
    opacity: 1;
    visibility: visible;
}

.menu__link-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
}

.menu__link-text:last-child {
    margin-right: 0;
}

.menu__sub-list {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background-color: #186380;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    -o-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.menu__item.active>.menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu__item>.menu__link svg {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.menu__item.active>.menu__link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu__sub-item {
    max-width: 340px;

}

.menu__sub-link {
    width: 100%;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    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;
    padding: 12px 20px 12px 30px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.menu__sub-item.active>.menu__sub-link {
    background-color: #165973;
}

.menu__sub-link_pr-30 {
    padding-right: 30px;
}

.menu__sub-link svg {
    margin-left: 69px;
}

.menu__sub-item .menu__sub-list {
    top: 0px;
    left: 100%;
    background-color: #165973;
    max-height: 100%;
    overflow-y: auto;
}

.menu__sub-item .menu__sub-list::-webkit-scrollbar {
    width: 6px;
}

.menu__sub-item .menu__sub-list::-webkit-scrollbar-track {
    background: #165973;
}

.menu__sub-item .menu__sub-list::-webkit-scrollbar-thumb {
    background-color: #f04a25;
    border-radius: 20px;
}


.menu__sub-item.active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header__mobile-icons {
    display: none;
}

.mobile-menu {
    display: none;
}

.menu-burger {
    display: none;
}

@media (min-width: 1025px) {
    .top-bar__socials-link:hover {
        opacity: 0.7;
    }

    .header__info-item-btn:hover .header__info-item-text {
        color: #1c7597;
    }

    .header__connection-tel:hover {
        color: #f04a25;
    }

    .header__connection-link:hover {
        opacity: 0.7;
    }

    .menu__item:hover .menu__link::after {
        opacity: 1;
        visibility: visible;
    }

    .menu__sub-item:hover .menu__sub-link {
        background-color: #165973;
    }

    .menu__sub-item .menu__sub-list .menu__sub-item:hover .menu__sub-link {
        background-color: #145067;
    }
}

@media (max-width: 1200px) {
    .header__connection-tel {
        font-size: 20px;
        line-height: 140%;
    }

    .top-bar__socials {
        margin-right: 16px;
    }

    .header__top {
        padding: 17px 0;
    }

    .menu__link-text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 991px) {
    .header {
        border-bottom: 1px solid #e6e8e9;
        background-color: #fff;
        z-index: 10000;
        width: 100%;
        position: sticky;
        top: 0;
    }

    .header__block {
        display: none;
    }

    .header__top-container {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

    .header__info,
    .header__connection,
    .header__btn,
    .top-bar {
        display: none;
    }

    .menu-burger {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        margin-right: 20px;
        padding: 2px 0;
        cursor: pointer;
        position: relative;
        order: 1;
    }

    .menu-burger__decor {
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

    .menu-burger::before {
        top: 2px;
    }

    .menu-burger::after {
        bottom: 2px;
    }

    .menu-burger::before,
    .menu-burger::after {
        content: "";
        -webkit-transition: top 0.2s ease, bottom 0.2s ease, left 0.2s ease,
            -webkit-transform 0.2s ease;
        transition: top 0.2s ease, bottom 0.2s ease, left 0.2s ease,
            -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease,
            left 0.2s ease;
        transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease,
            left 0.2s ease;
        transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease,
            left 0.2s ease, -webkit-transform 0.2s ease;
        position: absolute;
        left: 0;
    }

    .menu-burger__decor,
    .menu-burger::before,
    .menu-burger::after {
        background-color: #6a777d;
        width: 100%;
        height: 2px;
    }

    .menu-burger.active .menu-burger__decor {
        opacity: 0;
    }

    .menu-burger.active::before,
    .menu-burger.active::after {
        left: 50%;
    }

    .menu-burger.active::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .menu-burger.active::after {
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(-45deg);
        -ms-transform: translate(-50%, 50%) rotate(-45deg);
        transform: translate(-50%, 50%) rotate(-45deg);
    }

    .header__logo {
        //margin-right: auto;
        order: 3;
    }

    .header__mobile-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        order: 2;
    }

    .header__mobile-phone {
        margin-right: 20px;
        padding-left: 20px;
        position: relative;
    }

    .header__mobile-phone::before {
        content: url('/netcat_template/template/custom/assets/img/1call.svg');
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header__mobile-phone_digits {
        font-weight: 700;
        color: #1c7597;
        margin-right: 10px;
        transition: 0.3s;
        font-size: 16px;
    }

    .header__mobile-phone_digits:hover {
        color: #f04a25;
        transition: 0.3s;
    }

    .header__mobile-phone,
    .header__mobile-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__bottom {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        background-color: #fff;
    }

    .mobile-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .mobile-menu__list {
        background-color: #1c7597;
        padding: 0 15px;
    }

    .mobile-menu__btn {
        padding: 10px 0;
        min-height: 44px;
        width: 100%;
        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;
        border-bottom: 1px solid #3e8aa7;
    }

    .mobile-menu__item:last-child .mobile-menu__btn {
        border-bottom: none;
    }

    .mobile-menu__btn-text {
        font-weight: 800;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
    }

    .accor-open>svg {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    }

    .mobile-menu__item.active>.mobile-menu__btn>svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-menu__sub-link {
        padding: 10px 0;
        min-height: 44px;
        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;
        width: 100%;
    }

    .mobile-menu__sub-list {
        padding-left: 20px;
    }

    .mobile-menu__sub-link {
        font-size: 14px;
        line-height: 140%;
        color: #fff;
        border-bottom: 1px solid #3e8aa7;
    }

    .mobile-menu__sub-item:last-child .mobile-menu__sub-link {
        border-bottom: none;
    }

    .mobile-menu__item-content {
        border-bottom: 1px solid #3e8aa7;
    }

    .mobile-menu__sub-item.active>.accor-open>svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-menu__sub-item.active {
        border-bottom: 1px solid #3e8aa7;
    }

    .mobile-menu .header__info,
    .mobile-menu .header__connection,
    .mobile-menu .header__btn {
        display: block;
    }

    .mobile-menu__list {
        margin-bottom: 30px;
    }

    .header__info {
        margin-bottom: 30px;
    }

    .header__connection {
        margin-bottom: 30px;
    }

    .header__connection-tel {
        margin-bottom: 30px;
    }

    .header__socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__socials-item {
        margin-right: 16px;
    }

    .header__socials-item:last-child {
        margin-right: 0;
    }

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

    .header__btn {
        width: 100%;
    }

    .mobile-menu__container {
        margin-bottom: 30px;
    }

    .mobile-menu__consultation {
        padding: 20px 15px;
        background-color: #f3f4f4;
        font-size: 14px;
        line-height: 140%;
        color: #6a777d;
    }
}

@media (max-width: 380px) {
    .logo__picture {
        width: 90px;
    }
}

@media (max-width: 360px) {
    .logo__picture {
        width: 85px;
    }

    .header__top-container {
        padding: 0 5px;
    }

    .header__mobile-phone_digits {
        font-size: 13px;
        margin-right: 5px;
    }
}

.holidays {
    padding: 9.5px;
    background-color: #1c7597;
    text-align: center;
    color: #fff;
}

.holidays .container {
    height: 100%;
}

.holidays__text {
    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;
    height: 100%;
}

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

.header.fixed {
    position: fixed;
}

.header__info-city-btn {
    display: flex;
    align-items: center;
}

.modal__title-city {
    font-size: 24px;
    font-weight: 600;
    color: #071d26;
    text-align: center;
    margin-bottom: 30px;
}

.popup__shearch {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.popup__shearch-input {
    border: 1px solid #e3e3e3;
    width: 100%;
    padding: 12px;
    color: #4b5058;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.modal__items-city {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    max-height: 300px;
}

.modal__item-city {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.modal__item-city::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1c7597;
    position: absolute;
}

.modal__item-city a {
    font-size: 18px;
    color: #1c7597;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease;
    margin-left: 15px;
}

.modal__item-city a:hover {
    text-decoration-color: #1c7597;
}

.cololig {
    color: #f04a25;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.logo {
    display: flex;
    width: max-content;
}

.logo__picture {
    display: flex;
}

.btn {
    display: block;
    padding: 14.5px 33.5px;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #f04a25;
    text-align: center;
    border: 1px solid #f04a25;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.page-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.section-descr {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 40px;
}

.section-descr_center {
    text-align: center;
}

.btn-main {
    background-color: #f04a25;
    border: 1px solid #f04a25;
    border-radius: 10px;
    padding: 22.5px 49.5px;
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-main_color {
    background-color: #1c7597;
    border: 1px solid #1c7597;
}

.section-offset {
    margin-bottom: 150px;
}

@media screen and (width>766px) {
    .section-offset.doctor-page {
        margin-bottom: 300px;
    }
}

h2,
h3,
h4 {
    font-weight: 800;
    font-size: 44px;
    line-height: 160%;
    margin-bottom: 24px;
}

h3 {
    font-size: 34px;
    line-height: 140%;
    font-weight: 700;
}

h4 {
    font-size: 24px;
}

.section-title {
    font-weight: 800;
    font-size: 44px;
    line-height: 160%;
    text-align: center;
    position: relative;
    padding: 0 110px;
    margin: 0 auto 24px;
    width: fit-content;
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #f04a25;
    border-radius: 10px;
}

.section-title::before {
    left: 0;
}

.section-title::after {
    right: 0;
}

.section-title_color {
    color: #fff;
    padding: 0;
}

.section-title_color::before,
.section-title_color::after {
    display: none;
}

.section-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.section-decor-item {
    width: 8px;
    height: 8px;
    margin-right: 20px;
    background-color: #1c7597;
    border-radius: 50%;
}

.section-decor-item:last-child {
    margin-right: 0;
}

.more-link {
    width: fit-content;
    margin: 0 auto;
    padding: 14.5px 20px;
    min-width: 250px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-33 {
    flex: 0 1 calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.col-33:nth-child(3n) {
    margin-right: 0;
}

.col-33:last-child {
    margin-right: 0;
}

.accor-full {
    transition: max-height 0.2s ease;
    max-height: 0;
    overflow: hidden;
}

.accor-open-decor {
    position: relative;
    width: 44px;
    height: 44px;
}

.accor-open-decor::before,
.accor-open-decor::after {
    content: "";
    background-color: #f04a25;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accor-open-decor::before {
    width: 26px;
    height: 3px;
}

.accor-open-decor::after {
    width: 3px;
    height: 26px;
    transition: opacity 0.2s ease;
}

.accor.active .accor-open-decor::after {
    opacity: 0;
}

.more-text-btn {
    display: none;
}

.more-text-wrapper {
    transition: height 0.2s ease;
    overflow: hidden;
}

.slider-pagination {
    display: none;
}

.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 35px;
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    margin-right: 5px;
    margin-bottom: 5px;
    padding-right: 23px;
    background-image: url("../img/breadcrumbs-separator.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right 1px;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
    background-image: none;
}

.breadcrumbs__link {
    display: flex;
}

.breadcrumbs__link-text {
    font-size: 14px;
    line-height: 160%;
    color: #6a777d;
}

.document {
    position: relative;
}

.document::after {
    content: "";
    background-color: rgba(7, 29, 38, 0.6);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/netcat_template/template/custom/assets/img/zoom-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.document__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.specialist {
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

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

.specialist__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    max-height: 450px;
    height: initial !important;
    width: 100% !important;
}

.specialist__info {
    padding: 30px;
    background-color: #1c7597;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.specialist__decor {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.specialist__name {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 10px;
}

.specialist__role {
    font-size: 16px;
    line-height: 160%;
    color: #fff;
}

.specialist__content {
    position: relative;
    z-index: 10;
}

.discount {
    min-height: 331px;
}

.discount__wrapper {
    padding: 40px;
    border-radius: 10px;
    background-color: #1c7597;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    height: 100%;
}

.discount__content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}

.discount__decor {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.discount__sticker {
    background-color: #4991ac;
    border-radius: 10px;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.discount__name {
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    word-wrap: break-word;
    width: calc(100% - 80px);
}

.discount__sale {
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    color: #f04a25;
}

.discount__presentation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: initial !important;
    height: initial !important;
    max-height: 330px;
}

.article-card__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    height: 290px;
    margin-bottom: 30px;
}

.article-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
    height: initial !important;
    max-height: 290px;
}

.article-card__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    color: #1c7597;
    margin-bottom: 20px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.article-card__text {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
}

.article-img {
    width: 40%;
    float: right;
    margin: 15px;
}

@media (max-width: 770px) {
    .article-img {
        width: 100%;
        float: initial;
        margin: 15px 0;
    }
}

.search-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: fit-content;
}

.search-top__input {
    min-width: 350px;
    height: 50px;
    background-color: #eeefef;
    font-size: 14px;
    line-height: 160%;
    color: #071d26;
    padding: 0 62px 0 20px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.search-top__input:focus-visible {
    background-color: #e7e8e8;
}

.search-top__submit {
    width: 62px;
    height: 100%;
    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;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#map {
    border-radius: 10px;
    overflow: hidden;
}

[class*="ground-pane"] {
    filter: grayscale(1);
}

.ymaps-2-1-79-controls__control {
    inset: 275px 10px auto auto !important;
}

.ymaps-2-1-79-controls__control_toolbar {
    display: none !important;
}

.ymaps-2-1-79-controls__toolbar_left .ymaps-2-1-79-user-selection-none {
    display: block !important;
    inset: 330px 10px auto auto !important;
}

.ymaps-2-1-79-controls__toolbar {
    top: 330px !important;
    left: auto !important;
    right: 10px !important;
    width: auto !important;
}

.ymaps-2-1-79-zoom {
    height: 5px !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%), 0 2px 5px -3px rgb(0 0 0 / 15%);
}

.ymaps-2-1-79-zoom__scale {
    display: none;
}

.ymaps-2-1-79-float-button {
    box-shadow: none !important;
}

.ymaps-2-1-79-_hidden-text {
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%), 0 2px 5px -3px rgb(0 0 0 / 15%) !important;
}

.ymaps-2-1-79-map-copyrights-promo {
    display: none;
}

.ymaps-2-1-79-copyright {
    display: none;
}

.ymaps-2-1-79-copyright__layout {
    display: none;
}

.modal {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visiability 0.2s ease;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal__background {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 29, 38, 0.6);
}

.modal__body {
    position: absolute;
    background-color: #fff;
    padding: 80px;
    border-radius: 10px;
    overflow: overlay;
    max-height: calc(100% - 30px);
    max-width: 510px;
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 26px;
    width: 26px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__close:after,
.modal__close:before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 12px);
    background-color: #6a777d;
    position: absolute;
}

.modal__close:after {
    transform: rotate(45deg);
}

.modal__close:before {
    transform: rotate(-45deg);
}

.form__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
    margin-bottom: 30px;
    text-align: center;
}

.form__descr {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;
    color: #6a777d;
}

.form__wrapper {
    margin-bottom: 30px;
}

.form__label {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

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

.form__field {
    width: 100%;
    height: 60px;
    padding: 0 16px 0 60px;
    background-color: #f3f4f4;
    border-radius: 10px;
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    background-size: 24px 24px;
    background-position: 20px center;
    background-repeat: no-repeat;
    border: 1px solid #f3f4f4;
    transition: border 0.2s ease;
}

.field-name {
    background-image: url("../img/sections/consultation/person-blue.svg");
}

.field-phone {
    background-image: url("../img/sections/consultation/phone-blue.svg");
}

.form__submit {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 160%;
    width: 100%;
    min-height: 60px;
    margin-bottom: 20px;
}

.form__agreement {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: rgba(106, 119, 125, 0.8);
}

.form__agreement a {
    text-decoration: underline;
    color: rgba(106, 119, 125, 0.8);
}

.section-offset.callback,
.accost,
.feedback {
    background-image: url("/netcat_template/template/custom/assets/img/sections/callback/background.jpg");
}

.article-navigation {
    background-image: url("/netcat_template/template/custom/assets/img/sections/article-navigation/background.jpg");
}

.steps.section-offset {
    background-image: url("/netcat_template/template/custom/assets/img/sections/advantages-section/background.jpg");
}




.consultation .form__title,
.callback .form__title,
.footer .form__title {
    color: #fff;
}

.form-callback__wrapper {
    display: flex;
    margin-bottom: 40px;
}

.form-callback__label {
    display: flex;
    margin-right: 25px;
    flex: 0 1 50%;
    margin-bottom: 0;
}

.form-callback__label:last-child {
    margin-right: 0;
}

.form-callback__input {
    background-color: #4991ac;
    border-radius: 10px;
    padding: 17px 20px 17px 60px;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 20px center;
    border-color: #4991ac;
}

.form-callback__input.name {
    background-image: url("../img/sections/consultation/person.svg");
}

.form-callback__input.phone {
    background-image: url("../img/sections/consultation/phone.svg");
}

.form-callback__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.form-callback__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-callback__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-callback__submit {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #f04a25;
    padding: 16px 20px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.form-callback__text {
    font-size: 14px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.6);
}

.form-callback__text-link {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.6);
}

.search-result {
    margin-top: 20px;
}

.search-result__not-found {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 24px;
}

.search-result__item {
    margin-bottom: 24px;
}

.search-result__item:last-child {
    margin-bottom: 0;
}

.search-result__link {
    display: inline-block;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #1c7597;
    text-decoration: underline;
    margin-bottom: 16px;
}

.search-result__text {
    font-size: 18px;
    line-height: 160%;
}

.btn-to-top {
    position: fixed;
    z-index: 100;
    bottom: 170px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #f04a25;
    opacity: 1;
    transform: translateY(0);
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.btn-to-top.btn-to-top_hide {
    display: none;
}

.btn-to-top.btn-to-top_hiding {
    opacity: 0;
    transform: translateY(100px);
}

.btn-to-top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-to-top svg path {
    transition: fill 0.2s ease;
}

.content-body a {
    font-weight: 800;
    color: #f04a25;
    text-decoration: underline;
    white-space: nowrap;
}

.content-body ul,
.content-body ol {
    padding-left: 40px;
    margin-bottom: 40px;
}

.content-body ul:last-child,
.content-body ol:last-child {
    margin-bottom: 40px;
}

.content-body ul li {
    list-style: initial;
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 20px;
    padding-left: 10px;
}

.content-body ol li {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 20px;
    padding-left: 10px;
}

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

.content-body ul li::marker {
    width: 8px;
    height: 8px;
    color: #1c7597;
}

.content-body ol li::marker {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #1c7597;
}

.content-body p {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
    .btn:hover {
        background-color: #f04a25;
        color: #fff;
    }

    .btn-main:hover {
        background-color: transparent;
        color: #f04a25;
    }

    .btn-main_color:hover {
        color: #1c7597;
    }

    .form-callback__submit:hover {
        background-color: #f04a25;
        color: #fff;
    }

    .document:hover::after {
        opacity: 1;
    }

    .specialist:hover .specialist__info {
        background-color: #165e79;
    }

    .specialist:hover .specialist__decor {
        opacity: 0;
    }

    .discount__wrapper:hover {
        background-color: #165e79;
    }

    .discount__wrapper:hover .discount__decor {
        opacity: 0;
    }

    .article-card:hover .article-card__title {
        color: #f04a25;
    }

    .btn-to-top:hover {
        background-color: #f04a25;
    }

    .btn-to-top:hover svg path {
        fill: #fff;
    }
}

@media (max-width: 1600px) {
    .discount__wrapper {
        padding: 20px;
    }

    .discount__name {
        width: calc(100% - 100px);
    }
}

@media (max-width: 1400px) {
    .btn-main {
        padding: 14px 20px;
    }

    .col-33 {
        flex: 0 1 calc(33.333% - 7px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .col-33:nth-child(3n) {
        margin-right: 0;
    }

    .col-33:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .logo__img {
        width: 220px;
    }

    .btn {
        font-size: 14px;
        line-height: 140%;
    }

    .page-title {
        font-size: 40px;
        margin-top: 0;
        line-height: 140%;
    }

    .discount__name {
        width: 100%;
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .discount__presentation {
        max-height: 193px;
    }

    .discount {
        min-height: 193px;
    }

    .discount__sticker {
        font-size: 11px;
        line-height: 140%;
        margin-bottom: 20px;
        padding: 5px 10px;
    }

    .discount__discount {
        font-size: 14px;
        line-height: 140%;
        padding: 6px 12px;
    }
}

@media (min-width: 1024px) {
    .specialists__slider {
        margin-bottom: 25px;
    }

    .specialists__wrapper .slider-pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .videos__slider-pagination .swiper-pagination-bullet,
    .specialists__wrapper .slider-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0 10px 10px 0 !important;
        opacity: 1;
        background-color: #fbc9be;
    }

    .specialists__wrapper .slider-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0 !important;
    }

    .videos__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .specialists__wrapper .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #f04a25;
    }
}

.specialists__slider-wrapper {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .section-decor {
        display: none;
    }

    .slider-pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .slider-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        padding: 0;
        margin: 0 10px 10px 0 !important;
        opacity: 1;
        background-color: #fbc9be;
    }

    .slider-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0 !important;
    }

    .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #f04a25;
    }

    .article-card__picture {
        margin-bottom: 15px;
        height: 200px;
    }

    .article-card__title {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 10px;
    }

    .article-card__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 991px) {
    .logo__img {
        width: initial;
    }

    .page-title {
        font-size: 26px;
    }

    .section-descr {
        font-size: 14px;
        line-height: 140%;
    }

    .btn-main {
        font-size: 14px;
        line-height: 140%;
    }

    .section-offset {
        margin-bottom: 70px;
    }

    .section-offset:last-child {
        margin-bottom: 0;
    }

    h2,
    h3,
    h4 {
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .section-title {
        font-size: 22px;
        line-height: 140%;
        text-align: left;
        padding: 0;
        margin: 0 0 50px;
    }

    .section-title::before {
        display: none;
    }

    .section-title::after {
        top: auto;
        right: auto;
        left: 0;
        bottom: -25px;
        transform: translateY(-50%);
        height: 1px;
    }

    .section-descr {
        text-align: left;
        margin-bottom: 30px;
    }

    .modal__body {
        padding: 50px 30px;
        max-height: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .form__title {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .form__descr {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .form__wrapper {
        margin-bottom: 20px;
    }

    .form__field {
        height: 50px;
        font-size: 14px;
        line-height: 140%;
        padding-left: 50px;
        background-size: 20px 20px;
        background-position: 15px center;
    }

    .form__label {
        margin-bottom: 10px;
    }

    .form__submit {
        padding: 10px;
        min-height: 50px;
    }

    .form__agreement {
        font-size: 12px;
        line-height: 140%;
    }

    .form-callback__wrapper {
        margin-bottom: 20px;
    }

    .form-callback__label {
        margin-right: 16px;
    }

    .accor-open-decor {
        width: 24px;
        height: 24px;
    }

    .accor-open-decor::before {
        width: 14px;
        height: 2px;
    }

    .accor-open-decor::after {
        width: 2px;
        height: 14px;
    }

    .breadcrumbs {
        padding-top: 20px;
    }

    .breadcrumbs__item {
        background-size: 15px 15px;
        padding-right: 18px;
    }

    .breadcrumbs__item:first-child .breadcrumbs__link {
        width: 15px;
        height: 15px;
        background-image: url("../img/breadcrumbs-home.svg");
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .breadcrumbs__item:first-child .breadcrumbs__link .breadcrumbs__link-text {
        display: none;
    }

    .breadcrumbs__link-text {
        font-size: 11px;
        line-height: 140%;
    }

    .specialist__name {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 5px;
    }

    .specialist__role {
        font-size: 14px;
        line-height: 140%;
    }

    .specialist__info {
        padding: 15px;
    }

    .page-title {
        margin-bottom: 30px;
    }

    #map {
        height: 320px !important;
    }

    .btn-to-top {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }

    .btn-to-top svg {
        width: 13px;
        height: 13px;
    }

    .content-body ul,
    .content-body ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .content-body ul li {
        font-size: 14px;
        line-height: 140%;
    }

    .content-body ol li {
        font-size: 14px;
        line-height: 140%;
    }

    .content-body ol li::marker {
        font-size: 14px;
        line-height: 140%;
    }

    .content-body p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .col-33 {
        flex: 0 1 calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .col-33:nth-child(3n) {
        margin-right: 10px;
    }

    .col-33:nth-child(2n) {
        margin-right: 0;
    }

    .col-33:last-child {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    body {
        background-image: none;
    }

    .more-text-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        background-color: #f3f4f4;
        border-radius: 10px;
        width: 100%;
        font-weight: 800;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #6a777d;
    }

    .form-callback__wrapper {
        display: block;
    }

    .form-callback__label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form-callback__input {
        font-size: 14px;
        line-height: 140%;
        padding: 15px 15px 15px 50px;
        background-position: 15px center;
        background-size: 20px 20px;
        min-height: 50px;
    }

    .form-callback__submit {
        font-size: 14px;
        line-height: 140%;
        padding: 15px;
        min-height: 50px;
        margin-bottom: 15px;
    }

    .form-callback__text {
        font-size: 13px;
        line-height: 140%;
    }

    .more-link {
        width: 100% !important;
    }

    .col-33 {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .col-33:nth-child(3n) {
        margin-right: 0;
    }

    .specialist__img {
        max-height: 260px;
    }

    .discount__name {
        max-width: 180px;
    }

    .article-card {
        margin-bottom: 20px;
    }

    .article-card__picture {
        min-height: 200px;
        height: initial;
    }

    .contacts-map__container {
        padding: 0;
    }

    .more-text-wrapper {
        margin-bottom: 20px;
    }
}

.bullets {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10;
}

.bullets a {
    color: #f04a25;
}

@media (max-width: 991px) {
    .bullets {
        grid-template-columns: 1fr 1fr;
    }

    .search-top__input {
        min-width: 100%;
    }
}

@media (max-width: 575px) {
    .bullets {
        grid-template-columns: 1fr;
    }

    .reviwer__container {
        justify-content: center;
    }
}

.reviwer__container {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
}

.reviwer__container img {
    max-width: 100px;
    border-radius: 50px;
    margin-right: 15px;
    object-fit: cover;
}

.reviwer__body-name a {
    color: #f04a25;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
}

.reviwer {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .reviwer__container {
        justify-content: center;
    }
}

.steps__container .step__num {
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    position: relative;
    z-index: 2;
}

.steps__container .step__num span {
    content: "01";
    z-index: 1;
    position: absolute;
    right: -60px;
    opacity: 0.25;
    top: -15px;
    font-size: 74px;
}

.steps__bottom {
    background: white;
    border-radius: 30px;
    padding: 3em;
    color: rgba(240, 74, 37, 1);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.steps__bottom p {
    margin-bottom: 1em;
    color: rgba(7, 29, 38, 1);
}

.container_load {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.article-detail__wrapper.site-map {
    padding-left: 0;
    margin-bottom: 0;
}

.article-detail__site-map .article-detail__title {
    margin-bottom: 20px;
}

.article-detail__site-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    margin-bottom: 120px;
}

.article-detail__site-map .item-menu__item a {
    color: #1b7597;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.article-detail__site-map .item-menu__item {
    list-style: disc;
    color: #1b7597;
}

.article-details__item-menu {
    margin-left: 18px;
}

@media (max-width: 768px) {
    .article-detail__site-map {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.article-detail__title.contacts {
    font-size: 28px;
}

.map__container {
    width: 100%;
    height: 700px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    background: url("/netcat_template/template/custom/assets/img/map.webp") center center no-repeat;
    background-size: cover;
}

@supports not (background: url("/netcat_template/template/custom/assets/img/map.webp")) {
    .map__container {
        background: url("/netcat_template/template/custom/assets/img/map.jpg") center center no-repeat;
        background-size: cover;
    }
}

.map__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #f04a25;
    border: 2px solid #f04a25;
    background-color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.map__btn:hover {
    color: #fff;
    background-color: #f04a25;
}

.map__btn.active {
    display: none;
}

.form-accost__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.form-accost__label {
    display: flex;
    flex: 0 1 calc((50% - 7.5px));
}

.form-accost__wrapper textarea,
.form-accost__input {
    background-color: #4991ac;
    border-radius: 10px;
    padding: 17px 20px 17px 60px;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 20px center;
    border-color: #4991ac;
}

.form-accost__wrapper textarea {
    resize: none;
}

.form-accost__input.email {
    background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/email.svg");
}

.form-accost__input.address {
    background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/address.svg");
}

.form-accost__input.write {
    background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/write.svg");
}

.form-accost__input.phone {
    background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/phone.svg");
}

.form-accost__input.name {
    background-image: url("../img/sections/consultation/person.svg");
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.form-accost__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.form-callback__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-callback__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.accost {
    padding: 50px 0;
    margin-bottom: 30px;
}

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

.accost-btn {
    max-width: 600px;
}

.feedback {
    padding: 20px 0;
    margin-bottom: 40px;
}

@media (max-width: 550px) {
    .form-accost__wrapper {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    /*.documents__slider-wrapper {
flex-wrap: wrap;
}*/
}

.footer__content_text .footer__content_wraper p {
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.modal__items-city .hide {
    display: none;
}

.smi__title {
    text-align: center;
    margin-bottom: 90px;
}

.smi__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    margin-bottom: 90px;
}

.smi-item__video {
    border-radius: 36px;
}

.smi-item__title {
    color: #6a777d;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.74px;
    margin-bottom: 0;
}

.smi-item__time {
    color: #6a777d;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

.smi-item__text {
    border-radius: 36px;
    padding: 45px;
    background-color: #f5f5f5;
    color: #1c7597;
    font-size: 26px;
    font-weight: 500;
    line-height: 35.46px;
}

.smi-stati {
    margin-bottom: 90px;
}

.smi-stati__subtitle {
    color: #6a777d;
    font-size: 26px;
    font-weight: 500;
    line-height: 35.46px;
    margin-top: 20px;
    margin-bottom: 90px;
}

.smi-stati__block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px;
    margin-bottom: 90px;
}

.smi-stati__item {
    border: 1px solid #000000;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.smi-stati__item-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.55px;
    color: #000000;
    padding: 40px 30px 30px 30px;
}

.smi-stati__item-text {
    color: #6a777d;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    padding: 0 30px 30px 30px;
}

.smi-stati__item-link {
    border-top: 1px solid #000000;
    background-color: #1c7597;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
    border-radius: 0 0 24px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 27.28px;
}

.smi-stati__button,
.smi-video__button {
    color: #fff;
    background-color: #f04a25;
    padding: 15px 25px;
    border-radius: 18px;
    text-align: center;
    display: flex;
    margin: auto;
}

.smi-video__block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 90px;
}

.smi-video__item {
    border-radius: 24px;
    background-color: #f7f9f9;
    padding: 10px;
}

.smi-video__item iframe {
    border-radius: 16px;
}

.smi-video__item-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
    color: #071d26;
    margin: 15px 0;
}

.smi-video__item-img {
    height: 315px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.smi-item__video-img {
    max-height: 415px;
    object-fit: cover;
    border-radius: 36px;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {

    .smi-stati__block,
    .smi-video__block {
        grid-template-columns: 1fr 1fr;
    }

    .smi__block {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .smi-stati {
        margin-bottom: 40px;
    }
}

@media (max-width: 670px) {

    .smi-stati__block,
    .smi-video__block {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .smi-item__time {
        font-size: 16px;
        line-height: 20px;
    }

    .smi-item__text {
        padding: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .smi-stati__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .smi-stati__item-name {
        padding: 20px 15px 15px 25px;
    }

    .smi-stati__item-text {
        padding: 0 15px 15px 15px;
    }

    .smi-stati__item-link {
        padding: 15px 20px;
    }

    .smi-stati__block,
    .smi-video__block {
        margin-bottom: 40px;
    }
}

.reviwer__block {
    display: flex;
    gap: 15px;
    border: 1px solid #1c7597;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 25px;
}

.reviwer__block-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reviwer__body-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
}

@media (max-width: 900px) {
    .reviwer__container {
        flex-direction: column;
    }
}

.about__title {
    margin-bottom: 84px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    height: auto;
}

.about__info {
    display: block;
}

.about__descr {
    margin-bottom: 30px;
}

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

.about__picture {
    min-width: 550px;
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
    margin: 0 0 24px 24px;
}

.about__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: initial !important;
    height: initial !important;
    max-height: 410px;
}

.about__content-full p:last-child {
    margin-bottom: 0;
}

.about__content-wrapper {
    overflow: initial;
}

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

@media (max-width: 991px) {
    .about__title {
        margin-bottom: 56px;
    }

    .about__picture {
        min-width: 300px;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .about__title {
        margin-bottom: 56px;
    }

    .about__title::after {
        bottom: -28px;
    }

    .about__picture {
        min-width: 300px;
        max-width: 300px;
    }

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

@media (max-width: 575px) {
    .about__picture {
        float: initial;
        min-width: 0;
        margin: 0 0 30px 0;
    }

    .about__content-wrapper {
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

.advantages-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 70px;
    background-image: url("/netcat_template/template/custom/assets/img/sections/advantages-section/background.jpg");
}

.advantages-section__title {
    margin-bottom: 110px;
    text-align: center;
}

.advantages-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
}

.advantages-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 52.5px);
    flex: 0 1 calc(25% - 52.5px);
    margin-right: 70px;
    margin-bottom: 80px;
}

.advantages-section__item:nth-child(4n) {
    margin-right: 0;
}

.advantages-section__item-wrapper {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages-section__item-img {
    margin-bottom: 30px;
}

.advantages-section__item-text {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    text-align: center;
}

@media (max-width: 1200px) {
    .advantages-section__list {
        padding: 0 13px;
    }

    .advantages-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 20px);
        flex: 0 1 calc(33.333% - 20px);
        margin-right: 25px;
        margin-bottom: 40px;
    }

    .advantages-section__item:nth-child(3n) {
        margin-right: 0;
    }

    .advantages-section__item:nth-child(4n) {
        margin-right: 25px;
    }

    .advantages-section {
        padding: 150px 0 110px;
    }
}

@media (max-width: 991px) {
    .advantages-section {
        padding: 70px 0 35px;
    }

    .advantages-section__title {
        margin: 0 auto 50px;
    }

    .advantages-section__item-img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .advantages-section__item-text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 575px) {
    .advantages-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 13px);
        flex: 0 1 calc(50% - 13px);
    }

    .advantages-section__item:nth-child(3n) {
        margin-right: 25px;
    }

    .advantages-section__item:nth-child(2n) {
        margin-right: 0;
    }
}

.advantages {
    padding: 80px 0;
    background-color: #f3f4f4;
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 31px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(20% - 49.6px);
    flex: 0 1 calc(20% - 49.6px);
    margin-right: 62px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage:last-child {
    margin-right: 0;
}

.advantage__icon {
    margin-bottom: 30px;
}

.advantage__text {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}

@media (max-width: 1200px) {
    .advantages__list {
        padding: 0 13px;
    }

    .advantage {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 20px);
        flex: 0 1 calc(33.333% - 20px);
        margin-right: 25px;
        margin-bottom: 40px;
    }

    .advantage:nth-child(3n) {
        margin-right: 0;
    }

    .advantages {
        padding: 150px 0 110px;
    }
}

@media (max-width: 991px) {
    .advantages {
        padding: 50px 0 15px;
    }

    .advantage__icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .advantage__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 575px) {
    .advantage {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 12.5px);
        flex: 0 1 calc(50% - 12.5px);
    }

    .advantage:nth-child(3n) {
        margin-right: 25px;
    }

    .advantage:nth-child(2n) {
        margin-right: 0;
    }
}

.article-navigation {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.article-navigation__content {
    margin-right: 80px;
}

.article-navigation__title {
    text-align: left;
    margin: 0 0 64px;
}

.article-navigation__item {
    margin-bottom: 25px;
}

.article-navigation__item:last-child {
    margin-bottom: 0;
}

.article-navigation__link {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    padding-left: 60px;
    position: relative;
    display: flex;
    transition: opacity 0.2s ease;
}

.article-navigation__link::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
    border-radius: 10px;
}

.article-navigation__callback {
    border: 1px solid #4991ac;
    border-radius: 10px;
    padding: 39.5px;
    display: flex;
    flex-direction: column;
}

.article-navigation__callback-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.article-navigation__callback-picture {
    display: flex;
    margin-bottom: 20px;
}

.article-navigation__callback-text {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    flex: 1 1 auto;
}

.article-navigation__callback-btn {
    padding: 17px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 160%;
    border: none;
}

.article-navigation__callback-btn_mobile {
    display: none;
}

.article-navigation__callback-img {
    width: initial !important;
    height: initial !important;
}

@media (min-width: 1025px) {
    .article-navigation__link:hover {
        opacity: 0.6;
    }
}

@media (max-width: 991px) {
    .article-navigation {
        padding: 70px 0;
    }

    .article-navigation__title {
        margin-bottom: 35px;
    }

    .article-navigation__link {
        font-size: 14px;
        line-height: 140%;
        padding-left: 20px;
    }

    .article-navigation__link::after {
        width: 10px;
    }

    .article-navigation__callback {
        padding: 15px;
    }

    .article-navigation__callback-title {
        font-size: 22px;
        line-height: 140%;
    }

    .article-navigation__callback-img {
        width: 300px !important;
    }

    .article-navigation__callback-btn {
        font-size: 14px;
        line-height: 140%;
        padding: 14px 20px;
        min-height: 50px;
    }

    .article-navigation__content {
        margin-right: 40px;
    }

    .article-navigation__callback-text {
        font-size: 14px;
        line-height: 140%;
    }
}

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

    .article-navigation__callback-btn_mobile {
        display: block;
    }

    .article-navigation__container {
        display: block;
    }

    .article-navigation__content {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.article__title {
    margin-bottom: 70px;
}

.article__body p {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 40px;
}

.article__body p:last-child {
    margin-bottom: 0;
}

.article__body ul,
.article__body ol {
    padding-left: 40px;
    margin-bottom: 40px;
}

.article__body ul:last-child,
.article__body ol:last-child {
    margin-bottom: 40px;
}

.article__body ul li {
    list-style: initial;
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 20px;
    padding-left: 10px;
}

.article__body ol li {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 20px;
    padding-left: 10px;
}

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

.article__body ul li::marker {
    width: 8px;
    height: 8px;
    color: #1c7597;
}

.article__body ol li::marker {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #1c7597;
}

.article__body a {
    font-weight: 800;
    color: #f04a25;
    white-space: nowrap;
}

blockquote {
    padding-left: 114px;
    background-image: url("/netcat_template/template/custom/assets/img/sections/article/high-text.svg");
    background-repeat: no-repeat;
    background-position: 40px top;
    position: relative;
    margin-bottom: 30px;
}

blockquote::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 56px;
    width: 2px;
    height: calc(100% - 46px);
    background-color: #1c7597;
}

.article-detail__title {
    margin-bottom: 30px;
    flex-grow: 1;
}

.article-detail__wrapper {
    padding-left: 470px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
    margin-bottom: 50px;
}

.article-detail__author {
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    padding-right: 70px;
}

.article-detail__author-picture {
    display: block;
}

.article-detail__author-img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    max-height: 290px;
}

.article-detail__author-sticker {
    background-color: #f04a25;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.article-detail__author-name {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #1c7597;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.article-detail__author-name a {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.article-detail__info {
    display: flex;
    flex-wrap: wrap;
}

.article-detail__info-item {
    flex: 0 1 calc(25% - 15px);
    margin-right: 20px;
    padding: 30px 5px;
    background-color: #f3f4f4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-detail__info-item:nth-child(4n) {
    margin-right: 0;
}

.article-detail__info-item:last-child {
    margin-right: 0;
}

.article-detail__info-icon {
    margin-bottom: 15px;
}

.article-detail__info-title {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #6a777d;
}

.article-detail__info-descr {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}

.article-detail__content p {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 30px;
}

.article-detail__content p:last-child {
    margin-bottom: 0;
}

.rating-block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    margin: 0;
}

.rating-block .ya-share2__item {
    margin-right: 20px !important;
}

.rating-block .ya-share2__item:last-child {
    margin-right: 0 !important;
}

.rating-block .ya-share2__badge {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-block .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 32px 32px;
}

.rating-block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    transition: opacity 0.2s ease;
}

@media (max-width: 1400px) {
    .article-detail__wrapper {
        padding-left: 320px;
    }

    .article-detail__author {
        width: 320px;
        padding-right: 30px;
    }

    .article-detail__author-sticker {
        padding: 5px 10px;
        font-size: 11px;
        line-height: 140%;
    }

    .article-detail__author-name {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__author-name a {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 1200px) {
    .article-detail__info-item {
        flex: 0 1 calc(50% - 5px);
        padding: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .article-detail__info-item:nth-child(2n) {
        margin-right: 0;
    }

    .article-detail__info-item:last-child {
        margin-right: 0;
    }

    .article-detail__info-title {
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__info-descr {
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__info-icon {
        margin-bottom: 10px;
    }

    .article-detail__wrapper {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .article__title {
        margin-bottom: 50px;
    }

    .article__body p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .article__body ul,
    .article__body ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .article__body ul li {
        font-size: 14px;
        line-height: 140%;
    }

    .article__body ol li {
        font-size: 14px;
        line-height: 140%;
    }

    .article__body ol li::marker {
        font-size: 14px;
        line-height: 140%;
    }

    blockquote {
        padding-left: 31px;
        background-size: 16px 12px;
        background-position: left top;
    }

    blockquote::after {
        height: calc(100% - 22px);
        left: 8px;
    }

    .article-detail__content p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .rating-block .ya-share2__badge {
        width: 40px;
        height: 40px;
    }

    .rating-block .ya-share2__item {
        margin-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .article-detail__wrapper {
        padding-left: 0;
        display: block;
        padding-bottom: 20px;
    }

    .article-detail__author {
        position: relative;
        margin-bottom: 20px;
        padding-right: 0;
        width: initial;
    }
}

@media (max-width: 575px) {
    .article-detail {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .article-detail__info-item {
        flex: 0 1 100%;
        margin-right: 0;
        flex-direction: row;
    }

    .article-detail__info-item:last-child {
        margin-bottom: 0;
    }

    .article-detail__info-icon {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .article-detail__info-title {
        text-align: initial;
    }

    .article-detail__info-descr {
        text-align: initial;
    }
}

.article-detail__content a {
    font-weight: 800;
    color: #f04a25;
    text-decoration: underline;
    white-space: nowrap;
}

.article__body table {
    border: 1px solid #1c7597;
    width: 100%;
    min-width: 1000px;
}

.article__body table th,
td {
    border: 1px solid #1c7597;
    padding: 5px;
}

.articles__wrapper {
    margin-bottom: 70px;
}

.article__title {
    margin-bottom: 70px;
}

.article__body p {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 40px;
}

.article__body p:last-child {
    margin-bottom: 0;
}

.article__body ul,
.article__body ol {
    padding-left: 40px;
    margin-bottom: 40px;
}

.article__body ul:last-child,
.article__body ol:last-child {
    margin-bottom: 40px;
}

.article__body ul li {
    list-style: initial;
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 20px;
    padding-left: 10px;
}

.article__body ol li {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 20px;
    padding-left: 10px;
}

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

.article__body ul li::marker {
    width: 8px;
    height: 8px;
    color: #1c7597;
}

.article__body ol li::marker {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #1c7597;
}

.article__body a {
    font-weight: 800;
    color: #f04a25;
    white-space: nowrap;
}

.article__high-text {
    padding-left: 114px;
    background-image: url("/netcat_template/template/custom/assets/img/sections/article/high-text.svg");
    background-repeat: no-repeat;
    background-position: 40px top;
    position: relative;
}

.article__high-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 56px;
    width: 2px;
    height: calc(100% - 46px);
    background-color: #1c7597;
}

.article-detail__title {
    margin-bottom: 30px;
    flex-grow: 1;
}

.article-detail__wrapper {
    padding-left: 470px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

.article-detail__author {
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    padding-right: 70px;
}

.article-detail__author-picture {
    display: block;
}

.article-detail__author-img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    max-height: 400px;
}

.article-detail__author-sticker {
    background-color: #f04a25;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.article-detail__author-name {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #1c7597;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.article-detail__info {
    display: flex;
    flex-wrap: wrap;
}

.article-detail__info-item {
    flex: 0 1 calc(25% - 15px);
    margin-right: 20px;
    padding: 30px 5px;
    background-color: #f3f4f4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-detail__info-item:nth-child(4n) {
    margin-right: 0;
}

.article-detail__info-item:last-child {
    margin-right: 0;
}

.article-detail__info-icon {
    margin-bottom: 15px;
}

.article-detail__info-title {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #6a777d;
}

.article-detail__info-descr {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}

.article-detail__content p {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 30px;
}

.article-detail__content p:last-child {
    margin-bottom: 0;
}

.articles-page__more-btn {
    display: block;
    margin: 70px auto 0;
}

@media (max-width: 1400px) {
    .article-detail__wrapper {
        padding-left: 320px;
    }

    .article-detail__author {
        width: 320px;
        padding-right: 30px;
    }

    .article-detail__author-sticker {
        padding: 5px 10px;
        font-size: 11px;
        line-height: 140%;
    }

    .article-detail__author-name {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 1200px) {
    .article-detail__info-item {
        flex: 0 1 calc(50% - 5px);
        padding: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .article-detail__info-item:nth-child(2n) {
        margin-right: 0;
    }

    .article-detail__info-item:last-child {
        margin-right: 0;
    }

    .article-detail__info-title {
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__info-descr {
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__info-icon {
        margin-bottom: 10px;
    }

    .article-detail__wrapper {
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .articles__slider {
        margin-bottom: 32px;
    }

    .articles__wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .article__title {
        margin-bottom: 50px;
    }

    .article__body p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .article__body ul,
    .article__body ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .article__body ul li {
        font-size: 14px;
        line-height: 140%;
    }

    .article__body ol li {
        font-size: 14px;
        line-height: 140%;
    }

    .article__body ol li::marker {
        font-size: 14px;
        line-height: 140%;
    }

    .article__high-text {
        padding-left: 31px;
        background-size: 16px 12px;
        background-position: left top;
    }

    .article__high-text::after {
        height: calc(100% - 22px);
        left: 8px;
    }

    .article-detail__content p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .articles-page__more-btn {
        margin: 30px auto 0;
    }
}

/* @media (max-width: 960px) {
    .articles-page__more-btn {
        display: none;
    }
} */

@media (max-width: 767px) {
    .article-detail__wrapper {
        padding-left: 0;
        display: block;
        margin-bottom: 20px;
    }

    .article-detail__author {
        position: relative;
        margin-bottom: 20px;
        padding-right: 0;
        width: initial;
    }
}

@media (max-width: 575px) {
    .articles-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .article-detail__info-item {
        flex: 0 1 100%;
        margin-right: 0;
        flex-direction: row;
    }

    .article-detail__info-item:last-child {
        margin-bottom: 0;
    }

    .article-detail__info-icon {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .article-detail__info-title {
        text-align: initial;
    }

    .article-detail__info-descr {
        text-align: initial;
    }

    .articles-page__more-btn {
        margin: 30px 0 0;
        width: 100%;
    }
}

.callback {
    background-image: url("../../img/sections/callback/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

.callback__descr {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
}

.callback .form-callback {
    max-width: 925px;
    margin: 0 auto;
}

.callback .form-callback__submit {
    margin-bottom: 20px;
}

.callback .form-callback__text {
    text-align: center;
}

@media (max-width: 991px) {
    .callback {
        padding: 50px 0 35px;
    }

    .callback__title {
        margin-bottom: 20px;
    }

    .callback__descr {
        text-align: left;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 140%;
    }

    .callback .form-callback {
        max-width: none;
    }

    .callback .form-callback__text {
        text-align: left;
    }
}

.add-comment__textarea::placeholder,
.add-comment__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.add-comment__textarea::-ms-input-placeholder,
.add-comment__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.add-comment__textarea::-ms-input-placeholder,
.add-comment__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.rating-section {
    margin-bottom: 56px;
    padding: 56px 0 0 0;
}

.rating-block {
    background-color: #f3f4f4;
    border-radius: 10px;
    display: flex;
    padding: 60px;
    justify-content: space-between;
}

.rating-block__column {
    margin-right: 40px;
}

.rating-block__column:last-child {
    margin-right: 0;
}

.rating-block__title {
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    margin-bottom: 40px;
}

.rating-block__column:last-child .rating-block__title {
    text-align: right;
}

.rating-block__socials {
    display: flex;
}

.rating-block__socials-item {
    margin-right: 20px;
}

.rating-block__socials-item:last-child {
    margin-right: 0;
}

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

.rating_mb-0 {
    margin-bottom: 0;
}

.rating__set .rating__item {
    cursor: pointer;
}

.rating .rating__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #333333;
    margin-right: 8px;
    margin-bottom: 0px;
}

.rating__body {
    position: relative;
    width: fit-content;
}

.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rating__items {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rating__item {
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.rating__item:last-child {
    margin-right: 0;
}

.rating__stars {
    display: flex;
}

.star {
    flex: 0 0 56px;
    min-width: 56px;
    margin-right: 10px;
}

.star:last-child {
    margin-right: 0;
}

.rating-section .rating__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #333;
    margin: 0;
}

.add-comment__form-wrapper {
    background-image: url("../../img/sections/consultation/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 90px;
}

.add-comment__title {
    color: #071d26;
    margin-bottom: 54px;
}

.add-comment__label {
    display: block;
}

.add-comment__textarea {
    resize: none;
    display: block;
    width: 100%;
    height: 140px;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    border: 1px solid #4991ac;
    border-radius: 10px;
    margin-bottom: 24px;
    font-weight: 400;
    background-color: #4991ac;
    transition: border-color 0.2s ease;
}

.add-comment__input {
    padding: 0 20px;
    border: 1px solid #4991ac;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 160%;
    width: 100%;
    display: block;
    color: #fff;
    background-color: #4991ac;
    transition: border-color 0.2s ease;
}

.add-comment__rating {
    display: block;
}

.add-comment__rating .rating__title {
    margin-bottom: 8px;
}

.add-comment__agreement {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    /* color: rgba(255, 255, 255, 0.6); */
}

.add-comment__agreement a {
    /* color: rgba(255, 255, 255, 0.6); */
    text-decoration: underline;
}

.comments__title {
    margin-bottom: 70px;
}

.comments__list {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}

.comments__item {
    margin-bottom: 24px;
}

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

.comment {
    padding-bottom: 40px;
    border-bottom: 1px solid #cdd2d4;
    margin-bottom: 40px;
}

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

.comment__user {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.comment__user-name {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    margin-right: 30px;
    color: #1c7597;
}

.comment__user-date {
    font-size: 14px;
    line-height: 160%;
    color: rgba(106, 119, 125, 0.7);
}

.comment__text {
    font-size: 18px;
    line-height: 160%;
}

.add-comment__submit {
    margin-top: 40px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .add-comment__container {
        padding: 0;
    }

    .rating-block {
        padding: 40px 15px;
        border-radius: 0;
    }

    .rating-block__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .star {
        flex: 0 0 40px;
        max-width: 40px;
        min-width: 40px;
    }

    .rating-block__socials-link svg {
        width: 40px;
        height: 40px;
    }

    .add-comment__form-wrapper {
        padding: 50px 15px;
        border-radius: 0;
    }

    .add-comment__title {
        margin-bottom: 30px;
    }

    .add-comment__textarea {
        padding: 15px 20px;
        height: 50px;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 10px;
    }

    .add-comment__input {
        padding: 5px 20px;
        height: 50px;
        font-size: 14px;
        line-height: 140%;
    }

    .add-comment__submit {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .add-comment__submit {
        padding: 5px 20px;
        min-height: 50px;
        font-size: 14px;
        line-height: 140%;
    }

    .add-comment__agreement {
        font-size: 12px;
        line-height: 140%;
        text-align: initial;
    }

    .comment {
        padding-bottom: 24px;
    }

    .comments__title {
        margin-bottom: 50px;
    }

    .comment__user {
        display: block;
        margin-bottom: 15px;
    }

    .comment__user-name {
        font-size: 16px;
        line-height: 140%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .comment__user-date {
        font-size: 12px;
        line-height: 140%;
    }

    .comment__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 575px) {
    .rating-block {
        display: block;
    }

    .rating-block__column {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .rating-block__column:last-child {
        margin-bottom: 0;
    }

    .rating-block__column:last-child .rating-block__title {
        text-align: initial;
    }
}

.consultation__wrapper {
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/background.jpg");
}

.consultation__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 520px;
    max-width: 520px;
    overflow: hidden;
    margin-right: 85px;
}

.consultation__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 10px;
    width: initial !important;
    height: initial !important;
    max-height: 490px;
}

.consultation__title {
    text-align: initial;
    margin-bottom: 28px;
}

.consultation__descr {
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 50px;
}

@media (max-width: 1600px) {
    .consultation__picture {
        margin-right: 24px;
    }
}

@media (max-width: 1400px) {
    .consultation__picture {
        min-width: 380px;
        max-width: 380px;
    }

    .consultation__title {
        font-size: 30px;
        line-height: 140%;
    }

    .consultation__wrapper {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .consultation__wrapper {
        display: block;
        padding: 15px;
    }

    .consultation__picture {
        min-width: 0;
        max-width: none;
        margin-right: 0;
        margin-bottom: 32px;
        max-height: 460px;
    }

    .consultation__title {
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .consultation__descr {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .consultation__container {
        padding: 0;
    }
}

.contacts__row {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.contacts__column {
    flex: 0 1 calc(25% - 52.5px);
    margin-right: 70px;
}

.contacts__column:nth-child(4n) {
    margin-right: 0;
}

.contacts__column:last-child {
    margin-right: 0;
}

.contacts__column-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 30px;
}

.contacts__column-text {
    margin-bottom: 0;
}

.contacts__column-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contacts__column-list-item {
    margin-bottom: 20px;
}

.contacts__column-list-item:last-child {
    margin-bottom: 0;
}

.contacts__column-list-link {
    display: flex;
    align-items: center;
}

.contacts__column-list-link>svg {
    margin-right: 15px;
}

.contacts__column-list-text {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
}

/* @media (min-width: 1025px) {
.contacts__column-list-link:hover .contacts__column-list-text {
color: #1C7597;
}

.vk-contacts:hover .contacts__column-list-text {
color: #1C7597;
}
} */

@media (max-width: 1400px) {
    .contacts__column {
        flex: 0 1 calc(25% - 22.5px);
        margin-right: 30px;
    }
}

@media (max-width: 1400px) {
    .contacts__column {
        flex: 0 1 calc(25% - 22.5px);
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .contacts__column-list-item {
        margin-bottom: 15px;
    }

    .contacts__column-list-link>svg {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .contacts__column-list-text {
        font-size: 14px;
        line-height: 140%;
    }

    .contacts__column-title {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .contacts {
        margin-bottom: 40px;
    }

    .contacts__column {
        flex: 0 1 calc(50% - 15px);
        margin-right: 30px;
    }

    .contacts__column:nth-child(4n) {
        margin-right: 30px;
    }

    .contacts__column:nth-child(2n) {
        margin-right: 0;
    }

    .contacts__column:last-child {
        margin-right: 0;
    }

    .contacts__row {
        margin-bottom: 0;
    }

    .article-detail__title.contacts {
        margin-top: 20px;
    }

    .contacts__column-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .contacts {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .contacts__column {
        flex: 0 1 100%;
        margin-right: 0;
    }

    .contacts__column:nth-child(4n) {
        margin-right: 0;
    }
}

/* VK fix */

.vk-logo {
    width: 24px;
    height: 24px;
}

.vk-contacts {
    display: flex;
    gap: 15px;
}

.contacts__column-list-link,
.contacts__column-list-text,
.vk-contacts {
    transition: all 0.5s;
}

.contacts__column-list-link:hover,
.contacts__column-list-text:hover,
.vk-contacts:hover {
    opacity: 0.53;
}

.discounts-page {
    margin-bottom: 120px;
}

.discounts-page__descr {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .discounts-page {
        margin-bottom: 60px;
    }

    .discounts-page__descr {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .discounts-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}

.documents-page {
    margin-bottom: 120px;
}

.documents-page__title {
    margin-bottom: 60px;
}

.documents-page__descr {
    margin-bottom: 60px;
}

.documents-page__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.documents-page__item {
    flex: 0 1 calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.documents-page__item:nth-child(4n) {
    margin-right: 0;
}

.documents-page__item:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .documents-page {
        margin-bottom: 60px;
    }

    .documents-page__title {
        margin-bottom: 30px;
    }

    .documents-page__descr {
        margin-bottom: 30px;
    }

    .documents-page__item {
        flex: 0 1 calc(33.333% - 7px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .documents-page__item:nth-child(4n) {
        margin-right: 10px;
    }

    .documents-page__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .documents-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .documents-page__item {
        flex: 0 1 calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .documents-page__item:nth-child(3n) {
        margin-right: 10px;
    }

    .documents-page__item:nth-child(2n) {
        margin-right: 0;
    }
}

.documents_doctor .documents__title {
    margin-bottom: 70px;
}

.documents__wrapper {
    margin-bottom: 70px;
}

.documents_doctor .documents__wrapper {
    margin-bottom: 0;
}

.document__img {
    max-height: 475px;
    border-radius: 10px;
    height: initial !important;
    width: 100% !important;
}

.documents__more-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 14.5px 38.5px;
    min-width: 250px;
}

@media (max-width: 1024px) {
    .documents__wrapper {
        margin-bottom: 30px;
    }

    .documents__slider {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .documents_doctor .documents__title {
        margin-bottom: 50px;
    }
}

.faq-page__descr {
    margin-bottom: 60px;
}

.faq__wrapper {
    margin-bottom: 70px;
}

.faq__accor {
    background-color: #f3f4f4;
    border-radius: 10px;
    margin-bottom: 9px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

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

.question__title {
    width: 100%;
    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;
    padding: 23px 30px;
}

.question__title-text {
    margin-right: 16px;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
}

.question__info {
    padding: 0 30px;
}

.question__info-wrapper {
    padding: 30px 0;
    border-top: 1px solid #cdd2d4;
}

.question__info p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 16px;
}

.question__info p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1025px) {
    .faq__accor:not(.active):hover {
        background-color: #fde4de;
    }
}

@media (max-width: 991px) {
    .faq-page__container {
        padding: 0;
    }

    .faq-page__title {
        padding: 0 15px;
    }

    .faq-page__descr {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .faq__wrapper {
        margin-bottom: 30px;
    }

    .question__title {
        padding: 20.5px 15px;
    }

    .question__title-text {
        font-size: 14px;
        line-height: 140%;
    }

    .question__info-wrapper {
        padding: 21px 0;
    }

    .question__info {
        padding: 0 15px;
    }

    .question__info p {
        font-size: 14px;
        line-height: 140%;
    }

    .faq__accor {
        border-radius: 0;
        margin-bottom: 6px;
    }

    .faq__container {
        padding: 0;
    }

    .faq__title {
        margin: 0 15px 50px;
    }

    .faq__descr {
        margin: 0 15px 30px;
    }
}

@media (max-width: 575px) {
    .faq-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .faq__more-link {
        margin: 0 15px;
        width: initial !important;
    }
}

.gallery-page {
    margin-bottom: 120px;
}

.gallery-page__descr {
    margin-bottom: 60px;
}

.item-gallery {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.item-gallery::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 29, 38, 0.6);
    background-image: url("/netcat_template/template/custom/assets/img/zoom-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.item-gallery__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 1025px) {
    .item-gallery:hover::after {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .gallery-page {
        margin-bottom: 60px;
    }

    .gallery-page__descr {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .gallery-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}

.gallery__wrapper {
    margin-bottom: 70px;
}

.gallery__slider {
    height: 710px;
}

.gallery__slide {
    height: calc((100% - 30px) / 2);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.gallery__slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 29, 38, 0.6);
    background-image: url("/netcat_template/template/custom/assets/img/zoom-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.gallery__slide-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
    max-height: 340px;
    border-radius: 10px;
}

@media (min-width: 1025px) {
    .gallery__slide:hover::after {
        opacity: 1;
    }
}

@media (max-width: 1400px) {
    .gallery__slide {
        height: calc((100% - 10px) / 2);
    }
}

@media (max-width: 1024px) {
    .gallery__wrapper {
        margin-bottom: 30px;
    }

    .gallery__slider {
        height: 100%;
        margin-bottom: 25px;
    }

    .gallery__slide {
        height: auto;
    }
}

@media (max-width: 575px) {
    .gallery__slide {
        min-height: 260px;
    }

    .gallery__container {
        padding: 0;
    }

    .gallery__title {
        margin: 0 15px 50px;
    }

    .gallery__descr {
        margin: 0 15px 30px;
    }

    .gallery__more-link {
        margin: 0 15px;
        width: auto !important;
    }

    .gallery__slide-img {
        border-radius: 0;
    }
}

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

.not-found__picture {
    display: block;
    margin-bottom: 60px;
}

.not-found__title {
    margin-bottom: 30px;
    text-align: center;
}

.not-found__descr {
    margin-bottom: 30px;
    text-align: center;
}

.not-found__group {
    display: flex;
}

.not-found__search {
    margin-right: 40px;
}

.not-found__search .search-top__input {
    border-radius: 10px;
    height: 60px;
}

.not-found__btn {
    padding: 5px 20px;
    font-size: 18px;
    line-height: 160%;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .not-found__picture {
        padding: 15px 5px;
        margin-bottom: 20px;
    }

    .not-found__img {
        width: 156px;
    }

    .not-found__title {
        margin-bottom: 20px;
    }

    .not-found__search {
        margin-right: 20px;
    }

    .not-found__search .search-top__input {
        height: 50px;
    }

    .not-found__btn {
        font-size: 14px;
        line-height: 140%;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .not-found__container {
        display: block;
    }

    .not-found__title {
        text-align: initial;
    }

    .not-found__descr {
        text-align: initial;
    }

    .not-found__group {
        display: block;
    }

    .not-found__search {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .not-found__btn {
        min-width: 0;
        width: 100%;
    }

    .not-found__search .search-top__label {
        width: 100%;
    }

    .not-found__search .search-top__input {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .not-found {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}

.pay-methods {
    margin-bottom: 120px;
}

.pay-methods__descr {
    margin-bottom: 60px;
}

.methods-pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    background-color: #f3f4f4;
    border-radius: 10px;
    height: 100%;
}

.methods-pay__img {
    margin-bottom: 25px;
}

.methods-pay__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 15px;
    text-align: center;
}

.methods-pay__descr {
    font-size: 16px;
    line-height: 160%;
    color: #6a777d;
    text-align: center;
}

.methods-pay__list {
    margin-top: 30px;
    display: flex;
}

.methods-pay__item {
    margin-right: 10px;
}

.methods-pay__item:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .pay-methods {
        margin-bottom: 60px;
    }

    .pay-methods__descr {
        margin-bottom: 30px;
    }

    .methods-pay {
        padding: 30px 15px;
    }

    .methods-pay__img {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .methods-pay__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .methods-pay__descr {
        font-size: 14px;
        line-height: 140%;
    }

    .methods-pay__list {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .methods-pay {
        height: initial;
    }
}

@media (max-width: 575px) {
    .pay-metods {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .methods-pay {
        align-items: initial;
    }

    .methods-pay__title {
        text-align: initial;
    }

    .methods-pay__descr {
        text-align: initial;
    }
}

.prices_detail .prices__title {
    margin-bottom: 70px;
}

.prices_detail .prices__descr,
.prices_detail .section-decor {
    display: none;
}

.prices__table {
    margin-bottom: 70px;
}

.price-list__table {
    margin-bottom: 40px;
}

.price-list__table:last-child {
    margin-bottom: 0;
}

.prices_detail .prices__table {
    margin-bottom: 0;
}

.prices_detail .prices__more-link {
    display: none;
}

.prices__table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 10px 26px 40px;
    background-color: #1c7597;
    border-radius: 10px;
}

.prices__table-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40.15%;
    flex: 0 1 40.15%;
    margin-right: 24px;
}

.prices__table-column:nth-child(2n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
}

.prices__table-column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
}

.prices__table-text {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.prices__table-text_name {
    font-weight: 400;
    color: #071d26;
    margin-right: 10px;
}

.prices__table-text_price {
    color: #1c7597;
}

.prices__table-row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    background-color: #fff;
}

.prices__table-row:nth-child(2n) .prices__table-row-wrapper {
    background-color: #f3f4f4;
}

.prices__table-btn {
    padding: 14.5px 20px;
    min-width: 230px;
    font-size: 18px;
    line-height: 160%;
}

@media (max-width: 1400px) {
    .prices__table-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%;
    }
}

@media (max-width: 1200px) {
    .prices__table-btn {
        width: 100%;
        min-width: 0;
    }

    .prices__table-column {
        margin-right: 16px;
    }
}

@media (max-width: 991px) {
    .price-list__container {
        padding: 0;
    }

    .price-list__title {
        padding: 0 15px;
    }

    .prices_detail .prices__title {
        margin-bottom: 50px;
    }

    .prices__table {
        margin-bottom: 30px;
    }

    .price-list__table {
        margin-bottom: 20px;
    }

    .prices_detail .prices__table {
        margin-bottom: 0;
    }

    .prices__table-head {
        padding: 10px 15px;
    }

    .prices__table-row-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 15px;
    }

    .prices__table-row-wrapper .prices__table-column:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 10px;
    }

    .prices__table-row-wrapper .prices__table-column:nth-child(2),
    .prices__table-row-wrapper .prices__table-column:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .prices__table-head .prices__table-column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .prices__table-head .prices__table-column:nth-child(2),
    .prices__table-head .prices__table-column:nth-child(3) {
        display: none;
    }

    .prices__table-column {
        margin-right: 0;
    }

    .prices__table-btn {
        background-color: transparent;
        color: #f04a25;
        font-weight: 800;
        font-size: 14px;
        line-height: 140%;
        padding: 0 20px 0 0;
        border: none;
        width: auto;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.791 10.9867C12.791 11.0796 12.7745 11.1665 12.7416 11.2474C12.7087 11.3283 12.6544 11.4069 12.5786 11.4834L8.45358 15.6084C8.32503 15.7361 8.15643 15.7965 7.94776 15.7895C7.73908 15.7826 7.57006 15.7153 7.44068 15.5875C7.28353 15.432 7.21537 15.2628 7.2362 15.0798C7.25704 14.8969 7.33131 14.7346 7.45901 14.593L11.0659 10.9861L7.45901 7.37921C7.33131 7.24982 7.26051 7.08017 7.24662 6.87026C7.23273 6.66034 7.30424 6.49152 7.46116 6.3638C7.5903 6.20831 7.75606 6.14098 7.95843 6.16182C8.16082 6.18265 8.33281 6.25692 8.47441 6.38463L12.5786 10.4888C12.6544 10.5654 12.7087 10.6443 12.7416 10.7255C12.7745 10.8067 12.791 10.8937 12.791 10.9867Z' fill='%23F04A25'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .prices__table-text {
        font-size: 14px;
        line-height: 140%;
    }

    .prices__table-text_name {
        font-size: 16px;
    }

    .prices__container {
        padding: 0;
    }

    .prices__table-head,
    .prices__table-row-wrapper {
        border-radius: 0;
    }

    .prices__title {
        margin: 0 15px 51px;
    }

    .prices__descr {
        margin: 0 15px 30px;
    }
}

@media (max-width: 575px) {
    .price-list {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .prices__more-link {
        margin: 0 15px;
        width: initial !important;
    }
}

.promo {
    padding-bottom: 100px;
}

.promo_service {
    background-position: center 35px;
}

.promo_main {
    padding-top: 46px;
    padding-bottom: 0;
}

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

.promo_main .promo__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo__img-wrapper {
    display: block;
    min-width: 579px;
    position: relative;
    margin-right: 90px;
}

.promo__img {
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}

.promo__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    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;
    background-color: #1c7597;
    border-radius: 20px 20px 0px 0px;
    padding: 7px 20px;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.promo__badge-icon {
    margin-right: 10px;
}

.promo__badge-icon:last-child {
    margin-right: 0;
}

.promo__title {
    margin-bottom: 30px;
    margin-top: -9px;
}

.promo__content p {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    margin-bottom: 50px;
}

.promo .promo__descr {
    font-weight: 800;
    font-size: 24px;
    line-height: 160%;
    color: #f04a25;
    margin-bottom: 30px;
}

.promo__content a {
    font-weight: 800;
    color: #f04a25;
    text-decoration: underline;
    white-space: nowrap;
}

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

.promo__btn {
    margin-right: 20px;
}

.promo__btn:last-child {
    margin-right: 0;
}

.promo__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
}

.promo .promo__badge-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin: 0 10px 0 0;
}

@media (min-width: 1025px) {
    .promo__badge:hover {
        background-color: #f04a25;
    }
}

@media (max-width: 1400px) {
    .promo__img-wrapper {
        min-width: 460px;
        margin-right: 30px;
    }

    .promo__badge-text {
        font-size: 14px;
        line-height: 140%;
        margin-right: 5px;
    }
}

@media (max-width: 1200px) {
    .promo__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .promo__btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

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

    .promo__content p {
        margin-bottom: 30px;
    }

    .promo__title {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .promo .promo__descr {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .promo {
        padding-bottom: 40px;
    }

    .promo_main {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .promo__img-wrapper {
        min-width: 350px;
    }

    .promo__badge-icon {
        margin-right: 0;
    }

    .promo__badge-icon:last-child {
        display: none;
    }

    .promo__badge {
        border-radius: 0;
        padding: 9px 15px;
    }

    .promo__content p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 50px;
    }

    .promo .promo__descr {
        font-size: 16px;
        line-height: 140%;
    }
}

@media (max-width: 767px) {
    .promo__img-wrapper {
        margin-bottom: 30px;
    }

    .promo_main .promo__img-wrapper {
        margin-bottom: 0;
    }

    .promo__img-wrapper {
        margin-right: 0;
        min-width: 0;
        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: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .promo__container {
        flex-direction: column;
        align-items: initial;
    }

    .promo_main .promo__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .promo__content {
        padding: 0 15px;
    }

    .promo_main .promo__content {
        margin-bottom: 30px;
    }

    .promo__badge {
        position: initial;
    }

    .promo__container {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .promo {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .promo__img {
        max-height: 331px;
    }
}

.promotions__cards {
    margin-bottom: 40px;
}

@media (max-width: 1400px) {
    .promotions__cards {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .promotions__cards {
        margin-bottom: 22px;
    }
}

.reviews-page__descr {
    margin-bottom: 60px;
}

.review-item {
    padding: 30px;
    background-color: #f3f4f4;
    border-radius: 10px;
}

.review-item__top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review-item__name {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #1c7597;
    margin-right: 20px;
}

.review-item__date {
    font-size: 14px;
    line-height: 160%;
    color: rgba(106, 119, 125, 0.7);
}

.review-item__text {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
}

.review-item {
    margin-bottom: 10px;
}

.review-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .reviews-page__container {
        padding: 0;
    }

    .reviews-page__title {
        padding: 0 15px;
    }

    .reviews-page__descr {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .review-item {
        padding: 30px 15px;
        margin-bottom: 5px;
        border-radius: 0;
    }

    .review-item__top {
        display: block;
        margin-bottom: 15px;
    }

    .review-item__name {
        font-size: 16px;
        line-height: 140%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .review-item__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 575px) {
    .refviews-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}

.reviews__wrapper {
    margin-bottom: 70px;
}

.review {
    padding: 1px 0;
}

.review__wrapper {
    padding: 40px 20px;
    border-top: 1px solid #cdd2d4;
    border-bottom: 1px solid #cdd2d4;
    height: 100%;
}

.reviews__slide {
    height: auto;
}

.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.review__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    height: 130px;
    margin-right: 30px;
}

.review__name {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;
}

.review__age {
    font-size: 16px;
    line-height: 160%;
    color: #1c7597;
}

.review__service {
    font-size: 16px;
    line-height: 160%;
    color: #f04a25;
}

.review__text {
    font-size: 16px;
    line-height: 163%;
    color: #6a777d;
}

.reviews__slider-wrapper {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .reviews__wrapper {
        margin-bottom: 30px;
    }

    .reviews__slider {
        margin-bottom: 32px;
    }
}

@media (max-width: 1400px) {
    .review__picture {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        height: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .review__wrapper {
        padding: 20px 10px;
    }

    .review__name {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 5px;
    }

    .review__age {
        font-size: 14px;
        line-height: 140%;
    }

    .review__service {
        font-size: 14px;
        line-height: 140%;
    }

    .review__top {
        margin-bottom: 20px;
    }

    .review__text {
        font-size: 14px;
        line-height: 140%;
    }
}

.services {
    margin-bottom: 120px;
}

.services_detail .services__title {
    margin-bottom: 70px;
}

.services_detail .services__descr,
.services_detail .section-decor {
    display: none;
}

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

.card-service {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 20px);
    flex: 0 1 calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.card-service:nth-child(3n) {
    margin-right: 0;
}

.card-service__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 230px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-service__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    max-height: 230px;
    width: 100% !important;
    height: initial !important;
    max-height: 250px;
}

.card-service__content {
    padding: 15px 30px;
    background-color: #1c7597;
    border-radius: 0 0 10px 10px;
    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;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.card-service__text {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.card-service__arrow {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.card-service__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 1025px) {
    .card-service__wrapper:hover .card-service__content {
        background-color: #f04a25;
    }

    .card-service__wrapper:hover .card-service__arrow {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@media (max-width: 991px) {
    .services {
        margin-bottom: 60px;
    }

    .card-service {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 5px);
        flex: 0 1 calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .card-service:nth-child(3n) {
        margin-right: 10px;
    }

    .card-service:nth-child(2n) {
        margin-right: 0;
    }

    .card-service__text {
        font-size: 14px;
        line-height: 140%;
    }

    .card-service__arrow {
        width: 20px;
        height: 20px;
    }

    .card-service__picture {
        min-height: 150px;
        height: initial;
    }

    .card-service__content {
        padding: 15px;
    }

    .services_detail .services__title {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .card-service {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0;
    }

    .card-service:nth-child(3n) {
        margin-right: 0;
    }
}

.services__cards .hidden,
.services__cards+.hidden {
    display: none;
}

.specialists-page {
    margin-bottom: 120px;
}

.specialists-page__title {
    margin-bottom: 60px;
}

.specialists-page__descr {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .specialists-page {
        margin-bottom: 60px;
    }

    .specialists-page__title {
        margin-bottom: 30px;
    }

    .specialists-page__descr {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .specialists-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}

.specialists__wrapper {
    margin-bottom: 70px;
    position: relative;
}

.doctor-page {
    background-image: url("../../img/background-main-block.svg");
    background-repeat: no-repeat;
    background-position: center 35px;
    height: 100%;
}

.doctor-page__container {
    position: relative;
    height: 100%;
}

.doctor-page__picture {
    display: block;
    width: 580px;
    padding-right: 70px;
    top: 0;
    left: 15px;
}

.doctor-page__img {
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.doctor-page__info-item {
    display: flex;
    margin-bottom: 30px;
}

.doctor-page__info-item:last-child {
    margin-bottom: 0;
}

.doctor-page__info-text {
    margin-bottom: 0;
}

.doctor-page__info-text_high {
    font-weight: 800;
    color: #1c7597;
}

.doctor-page__info-item__block {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    display: block;

    &>* {
        margin-bottom: 10px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

@media (max-width: 991px) {
    .doctor-page__info-item__block {
        line-height: 1.4;
        font-size: 16px;
    }
}

.doctor-page__info-item__block ul,
.doctor-page__info-item__block ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rukovodstvo-page {
    background-image: url("../../img/background-main-block.svg");
    background-repeat: no-repeat;
    background-position: center 35px;
    height: 100%;
}

.rukovodstvo-page__container {
    padding-left: 595px;
    position: relative;
    height: 100%;
}

.rukovodstvo-page__picture {
    display: block;
    width: 580px;
    padding-right: 70px;
    position: absolute;
    top: 0;
    left: 15px;
    max-height: 320px;
    overflow: hidden;
}

.rukovodstvo-page__img {
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.rukovodstvo-page__title {
    margin-bottom: 50px;
}

h1.rukovodstvo-page__title.section-title::before,
h1.rukovodstvo-page__title.section-title::after {
    display: none;
}

.rukovodstvo-page__container {
    margin-bottom: 70px;
}

.rukovodstvo-page__info {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rukovodstvo-page__info-item {
    display: flex;
    margin-bottom: 30px;
}

.rukovodstvo-page__info-item:last-child {
    margin-bottom: 0;
}

.rukovodstvo-page__info-text {
    margin-bottom: 0;
}

.rukovodstvo-page__info-text_high {
    font-weight: 800;
    color: #1c7597;
}

.rukovodstvo__contacts-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.rukovodstvo__contacts-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rukovodstvo__contacts-item-text {
    font-size: 18px;
    line-height: 160%;
    color: #6a777d;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.rukovodstvo__contacts-item-link:hover .rukovodstvo__contacts-item-text {
    color: #1c7597;
}

.form-accost__wrapper textarea.form-accost__rukovodstvo {
    background-image: url(/netcat_template/template/custom/assets/img/sections/consultation/check.svg);
}

@media (max-width: 1400px) {

    .doctor-page__picture {
        width: 490px;
        padding-right: 30px;
    }

    .rukovodstvo-page__container {
        padding-left: 505px;
    }

    .rukovodstvo-page__picture {
        width: 490px;
        padding-right: 30px;
    }
}

@media (max-width: 1024px) {
    .specialists__wrapper {
        margin-bottom: 30px;
    }

    .specialists__slider {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .doctor-page__picture {
        width: 350px;
    }
    
    .doctor-page__picture-wrap {
        margin-bottom: 30px;
    }

    .rukovodstvo-page__container {
        padding-left: 365px;
    }

    .rukovodstvo-page__picture {
        width: 350px;
    }

    .rukovodstvo__contacts-item-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .doctor-page__container {
        padding-left: 15px;
    }

    .doctor-page__picture {
        position: initial;
        width: initial;
        padding-right: 0;
    }

    .doctor-page__img {
        height: 464px;
        border-radius: 0;
    }

    .doctor-page__info-item {
        margin-bottom: 20px;
    }

    .rukovodstvo-page__container {
        padding-left: 15px;
    }

    .rukovodstvo-page__picture {
        position: initial;
        width: initial;
        margin: 0 -15px 30px;
        padding-right: 0;
    }

    .rukovodstvo-page__img {
        height: 320px;
        border-radius: 0;
    }

    .rukovodstvo-page__info {
        height: auto;
    }

    .rukovodstvo-page__info-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .doctor-page__img {
        height: auto;
    }
    .doctor-page {
        background-image: url("../../img/background-mobile-main-block.svg");
    }

    .rukovodstvo-page {
        background-image: url("../../img/background-mobile-main-block.svg");
    }
}

.steps {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 10px;
}

.steps__title {
    margin-bottom: 104px;
}

.steps__row {
    padding: 0 10px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 calc(33.333% - 51px);
    margin-right: 75px;
    margin-bottom: 140px;
}

.step:last-child {
    margin-right: 0;
}

.step__num {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 44px;
    line-height: 160%;
    color: #f04a25;
    background-color: #fff;
    margin-bottom: 30px;
}

.step__text {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #fff;
}

@media (max-width: 991px) {
    .steps {
        padding: 70px 0 30px;
    }

    .steps__title {
        margin-bottom: 50px;
    }

    .steps__row {
        padding: 0 13px;
    }

    .step {
        flex: 0 1 calc(33.333% - 17px);
        margin-bottom: 40px;
        margin-right: 25px;
    }

    .step:last-child {
        margin-right: 0;
    }

    .step__num {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 140%;
    }

    .step__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 767px) {
    .step:nth-child(2n) {
        margin-right: 25px;
    }

    .step:nth-child(3n) {
        margin-right: 0;
    }

    .step:last-child {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .step {
        flex: 0 1 calc(100% - 13px);
    }

    .step:nth-child(2n) {
        margin-right: 0;
    }

    .step:nth-child(3n) {
        margin-right: 25px;
    }

    .step:last-child {
        margin-right: 0;
    }

    .steps__bottom {
        padding: 1em;
    }
}

.footer {
    background-color: #071d26;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 0;
}

.footer__callback {
    max-width: 370px;
    margin-right: 154px;
}

.footer__logo {
    margin-bottom: 90px;
}

.footer__form-wrapper {
    margin-bottom: 60px;
}

.form-footer__wrapper {
    margin-bottom: 25px;
}

.form-footer__label {
    margin-right: 0;
    margin-bottom: 10px;
}

.form-footer__label:last-child {
    margin-bottom: 0;
}

.footer__logo {
    margin-bottom: 90px;
}

.form-footer__input {
    background-color: #394a51;
    border-color: #394a51;
}

.form-footer__submit {
    margin-bottom: 15px;
    border: 1px solid #fff;
    padding: 15px 20px;
}

.payment__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 30px;
}

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

.payment__item {
    margin-right: 10px;
}

.payment__item:last-child {
    margin-right: 0;
}

.footer-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 50px;
}

.footer__services {
    margin-right: 121px;
}

.footer__services-more-block {
    margin-bottom: 60px;
}

.footer__services-list {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    list-style-type: decimal;
}

.footer__services-item {
    margin-bottom: 10px;
}

.footer-link {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.footer__services-decor {
    padding: 10px 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #071d26;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    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;
    text-align: center;
}

.footer__about-list {
    margin-bottom: 70px;
}

.footer__about-item {
    margin-bottom: 10px;
}

.footer__requisites {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.4);
}

.footer__connection-item {
    margin-bottom: 10px;
}

.footer__connection-main {
    margin-bottom: 30px;
}

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

.socials__item {
    margin-right: 30px;
}

.socials__item:last-child {
    margin-right: 0;
}

.footer__copyright-text {
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    max-width: 672px;
    margin-right: 16px;
}

.footer__copyright-text:last-child {
    margin-right: 0;
}

.footer__copyright-container {
    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;
}

.footer__copyright {
    padding: 40px 0;
    border-top: 1px solid #394a51;
}

.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.footer__callback_mobile-btn {
    display: none;
}

@media (min-width: 1025px) {
    .form-footer__submit:hover {
        background-color: transparent;
    }

    .footer-link:hover {
        color: rgba(255, 255, 255, 0.6);
    }

    .socials__link:hover {
        opacity: 0.6;
    }
}

@media (max-width: 1400px) {
    .footer__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 70px 0;
    }

    .footer__callback {
        margin-right: 60px;
    }

    .footer__services {
        margin-right: 60px;
    }
}

@media (max-width: 1200px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__logo {
        margin-bottom: 45px;
    }

    .footer__callback {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        max-width: none;
        margin-bottom: 50px;
    }

    .footer__services {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0;
    }

    .footer__services-list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .footer__about {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .footer__logo .logo__img {
        width: 250px;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .footer__callback {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
    }

    .footer__services {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .footer__services-more-block {
        margin-bottom: 40px;
    }

    .footer__services-list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .footer__about {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        margin-bottom: 145px;
    }

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

    .footer__form-wrapper {
        display: none;
    }

    .footer-title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 25px;
    }

    .footer__about-item {
        margin-bottom: 15px;
    }

    .footer-link {
        font-size: 14px;
        line-height: 140%;
    }

    .footer__services-decor {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }

    .footer__about-list {
        margin-bottom: 50px;
    }

    .footer__requisites-item {
        font-size: 14px;
        line-height: 140%;
    }

    .footer__requisites {
        margin-bottom: 50px;
    }

    .footer__copyright {
        padding: 30px 0;
    }

    .footer__copyright-container {
        display: block;
    }

    .footer__copyright-text {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 140%;
    }

    .footer__copyright-text:last-child {
        margin-bottom: 0;
    }

    .payment__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 25px;
    }

    .payment {
        position: absolute;
        bottom: 70px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .footer__services-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .footer__services-wrapper {
        margin-bottom: 30px;
    }

    .footer__services-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .footer__services-more {
        background-color: #394a51;
        color: #fff;
    }

    .footer__callback_mobile-btn {
        width: 100%;
        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;
    }
}



@media screen and (max-width: 950px) {
    .btn.header__btn {
        display: none;
    }
}

.footer__adress {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.footer__adress svg {
    flex-shrink: 0;
}

.footer__adress p {
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.footer__sub-text {
    opacity: 0.6;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .footer__adress p {
        font-size: 14px;
    }
}

/* PLASHKA */
.bottom-info__wrapper {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 10500;
    color: #fff;
    font: inherit;
    background-color: rgba(0, 0, 0, .73);
    opacity: 0;
    transition: opacity 300ms;
}

.bottom-info__wrapper.active {
    opacity: 1;
}

.bottom-info__wrapper .bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info {
        flex-direction: column;
    }
}

.bottom-info__wrapper .bottom-info__content {
    margin: 0 10px 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.bottom-info__content a {
    color: #52c5ff;
    text-decoration: underline;
    transition: color 300ms;
}

.bottom-info__content a:hover {
    color: #296de7;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__content {
        text-align: center;
        margin: 0 30px 0 0;
        font-size: 10px;
    }
}

.bottom-info__wrapper .bottom-info__action {
    display: flex;
}

@media screen and (max-width: 639px) {
    .bottom-info__wrapper .bottom-info__action {
        margin: 10px 0 0;
    }
}

.bottom-info__wrapper .bottom-info__button-agree {
    font-size: .9em;
    line-height: 2;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: uppercase;
    display: block;
    background-color: #ffffffe8;
    border: none;
    cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4em;
    background-color: transparent;
    border: none;
    margin-inline-start: 12px;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__button-cross {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.bottom-info__button-cross::after {
    content: "\00D7";
    color: #999;
    line-height: 1;
    transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
    color: #fff;
}



//убрать медиа, если нужена плашка для мобилки
@media screen and (width<=700px) {
    .bottom-info__wrapper.cookie-policy {
        display: none;
    }
}

/* PLASHKA */
.representative {
    margin-bottom: 20px;
}

.representative__link {
    font-size: 18px;
    color: #1c7597;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease;
    margin-left: 15px;
    margin-bottom: 10px;
    display: block;
}

.representative__link:hover {
    text-decoration-color: #1c7597;
}

.representative__title {
    font-size: 24px;
    font-weight: 600;
    color: #071d26;
    text-align: center;
    margin-bottom: 20px;
}


.max__inner {
    padding: 70px 20px 0;
    border-radius: 16px;
    background: linear-gradient(60deg, #45C5FD, 18%, #2C42F3, 63%, #884CE5);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.max__bg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    z-index: 2;
}

.max__bg svg {
    width: 100%;
    height: 105%;
}

.max__content {
    max-width: 63%;
    position: relative;
    z-index: 4;
}

.max__logo {
    display: block;
    margin-bottom: 32px;
}

.max__title {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

.max__text {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 103px;
}

.max__link {
    display: block;
    border-radius: 10px;
    padding: 15px 32px;
    background: #fffffe;
    border: 1px solid #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #071d26;
    width: fit-content;
    transition: all 0.3s ease;
}

.max__link:hover {
    background: transparent;
    color: #fff;
}

.max__wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 90px;
}

.max__wrap-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.max__wrap-bg img {
    width: 100%;
    height: 100%;
    object-position: top;
}

.max__pic {
    width: 100%;
    max-width: 448px;
    min-width: 400px;
    position: absolute;
    bottom: 0;
    right: 39px;
    z-index: 3;
}

.max__pic img {
    width: 100%;
    object-fit: contain;
    object-position: top;
}


@media (max-width: 992px) {
    .max {
        margin-bottom: 70px !important;
    }

    .max__wrap {
        padding: 70px 60px;
    }

    .max__pic {
        max-width: 420px;
    }
}

@media (max-width: 830px) {
    .max__inner {
        border-radius: 16px;
        padding: 60px 10px 0;
    }

    .max__bg {
        height: 97%;
        width: 162%;
    }

    .max__content {
        max-width: 398px;
    }

    .max__wrap {
        max-width: 600px;
        padding: 52px;
        z-index: 4;
    }

    .max__logo {
        margin-bottom: 16px;
        max-width: 62px;
    }

    .max__logo img {
        object-fit: contain;
    }

    .max__title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .max__text {
        font-size: 14px;
        margin-bottom: 43px;
    }

    .max__link {
        padding: 16px 12px;
        font-size: 14px;
        width: 100%;
    }

    .max__pic {
        display: none;
    }
}

@media (max-width: 580px) {
    .max__wrap {
        padding: 32px;
    }

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

.article-detail__wrapper {
    flex-direction: row;
    padding: 0;
}

.article-detail__col {
    width: 100%;
}

.article-detail__author {
    position: relative;
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
}

@media(max-width: 767px) {
    .article-detail__wrapper {
        display: flex;
        flex-direction: column;
    }

    .article-detail__col {
        display: contents;
    }

    .article-detail__author {
        margin-left: auto;
        margin-right: auto;
        order: 2;
    }

    .article-detail__title {
        order: 1;
    }

    .article-detail__info {
        order: 4;
    }
}

.subscribe-platforms__items {
    display: flex;
    gap: 30px;
}

.subscribe-platforms__item {
    border-radius: 10px;
    min-height: 381px;
    background: radial-gradient(327.98% 100.01% at 100% 48.95%, #126381 0%, #1c7597 100%);
    flex: 0 0 calc((100% - 20px)/2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    position: relative;
}

.subscribe-platforms__picture {
    position: absolute;
    right: 0;
}

.subscribe-platforms__picture_mob {
    position: absolute;
    right: 26px;
    bottom: 21px;
}

.subscribe-platforms__item .btn {
    max-width: 221px;
}

.subscribe-platforms__item_title {
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
    color: white;
    max-width: 260px;
}

.subscribe-platforms {
    margin-bottom: 150px;
}

@media (width <=1400px) {
    .subscribe-platforms__picture {
        width: 300px;
    }
}

@media (width <=1124px) {
    .subscribe-platforms__picture {
        width: 200px;
    }
}

@media (width <=1024px) {
    .subscribe-platforms {
        margin-bottom: 70px;
    }

    .subscribe-platforms__items {
        gap: 15px;
    }

    .subscribe-platforms__item {
        padding: 18px 24px;
        gap: 20px;
        min-height: auto;
    }

    .subscribe-platforms__picture {
        display: none;
    }

    .subscribe-platforms__picture_mob {
        display: none;
    }

    .subscribe-platforms__item_title {
        font-size: 20px;
        max-width: 100%;
    }

}

@media (width <=600px) {
    .subscribe-platforms__item .btn {
        max-width: 100%;
    }

    .subscribe-platforms__items {
        flex-direction: column;
    }

    .subscribe-platforms__item {
        flex: 0 0 100%;
    }
}

.video-page__items {
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.video-page__item {
    flex: 0 0 calc((100% - 60px)/3);
    background: #1C7597;
    border-radius: 10px;
    padding: 8px 8px 49px 8px;
}

.video-page__video {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 9px;
    position: relative;
}

.video-page__name {
    font-weight: 800;
    font-size: 20px;
    line-height: 160%;
    color: white;
    padding-left: 17px;
    padding-right: 17px;
}

@media (width <=1200px) {
    .video-page__item {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}

@media (width <=1024px) {
    .video-page__items {
        margin-bottom: 70px;
        gap: 10px;
    }

    .video-page__name {
        font-size: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (width <=768px) {
    .video-page__item {
        flex: 0 0 100%;
    }

    .video-page__item {
        padding: 8px 8px 16px 8px;
    }
}

.videos__wrapper .slider-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

 
@media (width <=1200px) {
    .video-page__iframe {
        height: 196px;
    }
}

.videos__wrapper {
    margin-bottom: 32px;
    position: relative;
}

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

@media (min-width: 1024px) {
    .videos__slider {
        margin-bottom: 24px;
    }

    .videos__wrapper .slider-pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.reviwer--services {
    margin-bottom: 140px;
}

@media (max-width: 1024px) {
    .reviwer--services {
        margin-bottom: 40px;
    }

    .videos__wrapper .slider-pagination {
        margin-top: 24px;
    }

    .videos__wrapper {
        margin-bottom: 16px;
    }
}
.doctor-page__video-img::after {
    background-image: url("/netcat_template/template/custom/assets/img/doctors-new/play.png");
}
@media (min-width: 1024px) {
    .doctor-page__container {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
    }

    .doctor-page__title {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        margin: 0;
    }

    .doctor-page__picture-wrap {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        position: relative;
    }

    .doctor-page__info {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
}
.doctor-page__picture-wrap {
    position: relative;
    height: fit-content;
    width: auto;
}

.doctor-page__video {
    border-radius: 10px;
    padding: 10px;
    background-color: #1C7597;
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    text-align: center;
    min-width: 300px;
    gap: 26px;
    cursor: pointer;
}

.doctor-page__video-img,
.doctor-page__video-img img {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.doctor-page__video-img {
    position: relative;
}

.doctor-page__video-img::after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    left: 19px;
    width: 42px;
    height: 42px;
    transition: transform 0.3s;
}

.doctor-page__video:hover .doctor-page__video-img::after {
    transform: scale(1.2);
}

.doctor-page__video-text {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    margin-right: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}

.modal__body-video {
    padding: 0;
    margin: 0;
    background-color: #00000000;
}

@media (width <=1200px) {
    .video-doctor__iframe {
        height: 406px;
        width: 100%;
    }
}

@media (width <=1024px) {
    .doctor-page__picture-wrap {
        margin: 0 -15px 30px;
        width: initial;
    }

    .doctor-page__video-img,
    .doctor-page__video-img img {
        max-width: 60px;
        max-height: 60px;
    }

    .doctor-page__video {
        bottom: 50px;
        left: 20px;
        min-width: 240px;
        gap: 16px;
    }

    .doctor-page__video-text {
        font-size: 14px;
        margin-right: 20px;
    }

    .doctor-page__video-img::after {
        top: 12px;
        left: 12px;
        background-size: 36px;
        object-fit: cover;
    }

}

.modal__wrap-video:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}

.specialist__top {
    position: relative;
}

.specialist__video {
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 5px 10px;
}

.specialist__video .doctor-page__video-text {
    font-size: 16px;
}

.specialist__video .doctor-page__video-img,
.specialist__video .doctor-page__video-img img {
    max-width: 50px;
    max-height: 50px;
}

.specialist__video .doctor-page__video-img::after {
    top: 12.5px;
    left: 12.5px;
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.specialist__video .doctor-page__video-text {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    margin-right: 10px;
}

.specialist__video {
    min-width: 250px;
}

@media (width <=1024px) {
    .specialist__video .doctor-page__video-img,
    .specialist__video .doctor-page__video-img img {
        max-width: 40px;
        max-height: 40px;
    }

    .specialist__video .doctor-page__video-img::after {
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .specialist__video .doctor-page__video-text {
        font-size: 14px;
    }
    
    .specialist__video {
        min-width: 199px;
    }
}

.specialist__iframe {
    display: none;
}
.video-page__play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fancybox__content {
    max-width: 304px !important;
    width: 100% !important;
    height: 543px !important;
}
