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

.faq__wrapper {
    margin-bottom: 30px;
}

.faq__accor {
    background-color: #F3F4F4;
    border-radius: 10px;
    margin-bottom: 9px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .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;
    border: none;
    border-radius: 10px;
}

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

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

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

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

.accor-open-decor {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #00A6C0;
    border-radius: 5px;
}

.accor-open-decor::before,
.accor-open-decor::after {
    content: '';
    background-color: #fff;
    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;
}

.colorBlind *:not(.ignoreBlind),
.colorBlind *::before,
.colorBlind *::after {
    color: #000 !important;
    font-size: 1.5rem !important;
    background: #FFF !important;
    border-color: #000 !important;
    fill: #000 !important;
}

.colorBlind .ignoreBlind {
    font-size: 1.5rem !important;
}

.banner_title h1 {
    line-height: 28px;
}

.banner_buttons {
    align-items: center;
}

@media (max-width: 768px) {

    .footer_sections,
    .footer_info_contacts ul,
    .footer_info_links,
    .footer_search,
    .nc_search {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

    .footer_info_links {
        flex-direction: row;
    }

    .footer_info p {
        text-align: center;
    }

    .nc_search button {
        width: 100%;
    }

    .cities_wrapp {
        column-count: 2;
    }
}




.header__right {
    display: flex;
    flex-wrap: wrap;
    margin-left: .25em;
    position: relative;
}

.header__right .info_left_nb {
    margin: .5em 0;
}

.header__right .info_right_nb .banner_buttons_order,
.header__right .info_right_nb a:hover {
    color: white;
}

.header__right .info_right_nb .banner_buttons_callback {
    color: #00A6C0;
}

.header__right .info_right_nb,
.header__right .info_left_nb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-only {
    display: none;
}

@media (max-width: 1140px) {
    .header__right .info_right_nb {
        position: static;
    }
}

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

    .mobile-only {
        display: flex;
    }

    .mobile-phone .info_right_nb {
        display: flex;
        justify-content: center;
        margin: 0;
        padding-top: 10px;
    }

    /* .mobile-phone .info_right_nb a {
                    font-size: 14px;
                    padding: 4px;
                    margin: 0 4px;
                    display: flex;
                    align-items: center;
                    text-align: center;
                } */
    .menu_wrapp {
        padding-bottom: 0;
    }

    .sticky_menu .mobile-phone .info_right_nb {
        display: none;
    }
}

.footer_wrapper {
    padding-bottom: 10px;
}

.footer_search form input {
    border: 2px solid #7c7c7c52;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 200px;
    height: 40px;
    padding: 15px;
    font-size: 16px;
}

.watch {
    color: #00A6C0;
    padding-top: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: .2s color;
}

.watch:hover {
    color: #fff;
}

#nc_search_query {
    margin: 0;
    margin-bottom: 20px;
}

custom-link-wrap {
    display: none;
}

.custom-link-wrap a {
    display: none;
}


.btn-up {
    /* фиксированное позиционирование */
    position: fixed;
    /* цвет фона */
    background-color: #00A6C0;
    /* расстояние от правого края окна браузера */
    right: 20px;
    /* расстояние от нижнего края окна браузера */
    bottom: 0;
    /* скругление верхнего левого угла */
    border-top-left-radius: 8px;
    /* скругление верхнего правого угла */
    border-top-right-radius: 8px;
    /* вид курсора */
    cursor: pointer;
    /* отображение элемента как flex */
    display: flex;
    /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
    align-items: center;
    /* выравниваем элементы внутри элемента по центру вдоль главной оси */
    justify-content: center;
    /* ширина элемента */
    width: 60px;
    /* высота элемента */
    height: 50px;
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #00A6C0;
        /* цвет заднего фона при наведении */
    }
}

.b24-widget-button-social-item.b24-widget-button-callback {
    display: none;
}

.b24-widget-button-social-item.b24-widget-button-callback.custom-call {
    display: block;
}

html.bx-ios.bx-ios-fix-frame-focus .b24-widget-button-shadow {
    visibility: visible !important
}

html.bx-ios.bx-ios-fix-frame-focus,
.bx-ios.bx-ios-fix-frame-focus body {
    overflow: hidden !important
}

html.bx-ios.bx-ios-fix-frame-focus {
    overflow: visible !important
}

@media (max-width: 991px) {
    .question__title-text {
        font-size: 16px;
    }

    .question__info p {
        font-size: 15px;
    }
}