@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;
}

.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 .2s ease, color .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 .2s ease, color .2s ease;
}

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

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

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 .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 .2s ease;
}

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

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

.more-text-wrapper {
    transition: height .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;
}

.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, .6);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/zoom-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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 .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.specialist__decor {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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 .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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 .2s ease;
    -o-transition: color .2s ease;
    transition: color .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 .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .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 .2s ease, visiability .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, .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 .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, .8);
}

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

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

.form-callback__wrapper {
    display: flex;
    justify-content: center;
    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, .6);
    opacity: 1;
}

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

.form-callback__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .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 .2s ease, color .2s ease;
}

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

.form-callback__text-link {
    text-decoration: underline;
    color: rgba(255, 255, 255, .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 .2s ease, opacity .2s ease, transform .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 .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;
}

.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;
}

.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;
    }

    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: 14px;
        line-height: 140%;
        margin-bottom: 5px;
    }

    .specialist__role {
        font-size: 12px;
        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;
    align-items: center;
    justify-content: flex-end;
}

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

.reviwer__body-name a {
    color: #F04A25;
}

.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: .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 .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .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, .6);
    opacity: 1;
}

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

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

textarea::placeholder {
    color: rgba(255, 255, 255, .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;
}