/* =====================================
   ДОПОЛНИТЕЛЬНЫЕ СТРАНИЦЫ
===================================== */

.pages_item {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
}

.pages_item h1,
article h1 {
    font-size: 42px;
    font-weight: 700;
    color: #24324a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.pages_item p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    max-width: 720px;
    margin: 0;
}

/* Планшеты */

@media (max-width: 992px) {

    .pages_item {
        padding: 30px;
    }

    .pages_item h1,
    article h1 {
        font-size: 34px;
    }

}

/* Телефон */

@media (max-width: 576px) {

    .pages_item {
        padding: 25px;
        border-radius: 18px;
    }

    .pages_item h1,
    article h1 {
        font-size: 28px;
    }

    .pages_item p {
        font-size: 16px;
    }

}

.card {
    border: none;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
}

.single-title .section-title {
    margin-bottom: 0!important;
}

.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0 40px;
}

.direction-card {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.direction-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
}

.direction-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, .15));
}

.direction-title {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.big {
    grid-column: span 2;
    grid-row: span 2;
    height: 440px;
}

.wide {
    grid-column: span 2;
}

@media(max-width:992px) {

    .big,
    .wide {
        grid-column: span 2;
        grid-row: auto;
        height: 220px;
    }

}

@media(max-width:576px) {

    .big,
    .wide {
        grid-column: auto;
        height: 220px;
    }

}

/*=========================
    ПРЕИМУЩЕСТВА
=========================*/

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advantage {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.advantage:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .12);
}

.advantage-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

.advantage h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #24324a;
}

.advantage p {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}

@media(max-width:992px) {

    .advantages {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:576px) {

    .advantages {
        grid-template-columns: 1fr;
    }

}

/* ==========================
   ПОПУЛЯРНЫЕ НАПРАВЛЕНИЯ
========================== */

.directions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.direction-card {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.direction-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .20);
}

.direction-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .15));
}

.direction-title {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
    height: 464px;
}

.wide {
    grid-column: span 2;
}

@media(max-width:992px) {

    .directions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .big,
    .wide {
        grid-column: span 2;
        grid-row: auto;
        height: 220px;
    }

}

@media(max-width:576px) {

    .directions-grid {
        grid-template-columns: 1fr;
    }

    .big,
    .wide {
        grid-column: auto;
        height: 220px;
    }

}

/* =====================================
   ТУРЫ И ПРЕДЛОЖЕНИЯ
===================================== */

#widget_wrapper_130 .card-body {
    padding: 0;
}

#widget_wrapper_130 .icms-content-fields {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .35s;
}

#widget_wrapper_130 .icms-content-fields:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

#widget_wrapper_130 .f_photo {
    overflow: hidden;
}

#widget_wrapper_130 .f_photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: .45s;
}

#widget_wrapper_130 .icms-content-fields:hover .f_photo img {
    transform: scale(1.08);
}

#widget_wrapper_130 .f_title,
#widget_wrapper_130 .f_content {
    padding: 0 28px;
}

#widget_wrapper_130 .f_title {
    margin-top: 26px;
    margin-bottom: 18px;
}

#widget_wrapper_130 .f_title h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

#widget_wrapper_130 .f_title a {
    color: #24324a;
    text-decoration: none;
    transition: .3s;
}

#widget_wrapper_130 .f_title a:hover {
    color: #0d6efd;
}

#widget_wrapper_130 .f_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 28px;
}

#widget_wrapper_130 .f_content .value {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#widget_wrapper_130 .read-more {
    margin-top: auto;
    align-self: flex-start;
    padding: 12px 26px;
    border-radius: 50px;
    background: #0d6efd;
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

#widget_wrapper_130 .read-more:hover {
    background: #0b5ed7;
    color: #fff;
    transform: translateY(-2px);
}

#widget_wrapper_130 .d-block.mt-2 {
    margin-top: 25px !important;
}

@media (max-width:992px) {

    #widget_wrapper_130 .f_photo img {
        height: 220px;
    }

    #widget_wrapper_130 .f_title h4 {
        font-size: 21px;
    }

}

@media (max-width:576px) {

    #widget_wrapper_130 .f_photo img {
        height: 200px;
    }

    #widget_wrapper_130 .f_title,
    #widget_wrapper_130 .f_content {
        padding-left: 22px;
        padding-right: 22px;
    }

}

/* =====================================
   СТАТЬИ
===================================== */

#widget_wrapper_131 .card-body {
    padding: 0;
}

#widget_wrapper_131 .icms-content-fields {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .35s;
}

#widget_wrapper_131 .icms-content-fields:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

#widget_wrapper_131 .f_photo {
    overflow: hidden;
}

#widget_wrapper_131 .f_photo img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .45s;
}

#widget_wrapper_131 .icms-content-fields:hover .f_photo img {
    transform: scale(1.08);
}

#widget_wrapper_131 .f_title,
#widget_wrapper_131 .f_content {
    padding: 0 28px;
}

#widget_wrapper_131 .f_title {
    margin-top: 24px;
    margin-bottom: 18px;
}

#widget_wrapper_131 .f_title h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

#widget_wrapper_131 .f_title a {
    color: #24324a;
    text-decoration: none;
    transition: .3s;
}

#widget_wrapper_131 .f_title a:hover {
    color: #0d6efd;
}

#widget_wrapper_131 .f_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-bottom: 28px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
}

#widget_wrapper_131 .f_content .value {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#widget_wrapper_131 .d-block.mt-2 {
    margin-top: auto !important;
    padding-top: 25px;
}

#widget_wrapper_131 .read-more {
    display: inline-block;
    padding: 12px 26px;
    border: none;
    border-radius: 50px;
    background: #0d6efd;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

#widget_wrapper_131 .read-more:hover {
    background: #0b5ed7;
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width:992px) {

    #widget_wrapper_131 .f_photo img {
        height: 210px;
    }

    #widget_wrapper_131 .f_title h4 {
        font-size: 21px;
    }

}

@media (max-width:576px) {

    #widget_wrapper_131 .f_photo img {
        height: 190px;
    }

    #widget_wrapper_131 .f_title,
    #widget_wrapper_131 .f_content {
        padding-left: 22px;
        padding-right: 22px;
    }

}

/* =====================================
   ОТЗЫВЫ
===================================== */

#widget_wrapper_135 .content_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.reviews_list_item {
    display: flex;
        flex-direction: column;
        height: 100%;
    height: 100%;
    margin: 0;
    padding: 36px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .3s;
}

.reviews_list_item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .12);
}

/* Делаем карточку flex */

.reviews_list_item .icms-content-fields {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.reviews_list_item .icms-content-fields {
    flex: 1;
}

.content_list_item+.content_list_item {
    margin-top: 0;
}

/* Фото */

.reviews_list_item .f_review_photo img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Имя */

.reviews_list_item .f_title {
    margin-bottom: 8px;
}

.reviews_list_item .f_title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.reviews_list_item .f_title a {
    color: #24324a;
    text-decoration: none;
}

/* Город */

.reviews_list_item .f_city {
    margin-bottom: 20px;
}

.reviews_list_item .f_city .value {
    color: #6b7280;
    font-size: 15px;
}

/* Текст занимает всё свободное место */

.reviews_list_item .f_review {
    flex: 1;
    margin-bottom: 24px;
}

.reviews_list_item .f_review .value {
    color: #4b5563;
    line-height: 1.9;
    font-size: 16px;
}

#widget_wrapper_135 .content_list_item {
    display: flex;
}

#widget_wrapper_135 .reviews_list_item {
    width: 100%;
    height: 100%;
}

/* Рейтинг всегда снизу */

.reviews_list_item .f_grade {
    margin-top: auto;
}

.reviews_list_item .f_grade .value {
    font-size: 22px;
    line-height: 1;
}

@media (max-width:992px) {
    #widget_wrapper_135 .content_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:576px) {
    #widget_wrapper_135 .content_list {
        grid-template-columns: 1fr;
    }
}
/* =====================================
   ФОРМА ПОДБОРА ТУРА
===================================== */

.form.card {
    border: none;
    box-shadow: none;
}

.form .card-body {
    padding: 0;
}

.form .icms-forms__wrap {

    max-width: 850px;
    margin: 0 auto;

    background: #fff;
    border-radius: 24px;

    padding: 55px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.form .form-group {
}

.form label {

    display: block;

    margin-bottom: 10px;

    font-size: 16px;

    font-weight: 700;

    color: #24324a;

}

.form .reguired_field label::after {

    content: " *";

    color: #e53935;

}

/* =====================================
   ПОЛЯ
===================================== */

.form textarea,
.form input,
.form .form-control {

    width: 100%;

    border: 1px solid #d9e3ef;

    border-radius: 14px;

    padding: 15px 18px;

    background: #fff;

    font-size: 16px;

    color: #24324a;

    transition: .3s;

    box-shadow: none;

}

.form textarea {

    min-height: 60px;

    resize: vertical;

}

.form #f_c90c315a82ee877dc32fdd63313f895e_comment textarea {

    min-height: 160px;

}

.form textarea:focus,
.form input:focus,
.form .form-control:focus {

    border-color: #0d6efd;

    box-shadow: 0 0 0 4px rgba(13, 110, 253, .12);

    outline: none;

}

/* =====================================
   CHOSEN
===================================== */

.form .chosen-container {
    width: 100% !important;
    font-size: 16px;
}

.form .chosen-single {

    position: relative;

    height: 58px !important;
    line-height: 58px !important;

    padding: 0 50px 0 18px !important;

    border: 1px solid #d9e3ef !important;
    border-radius: 14px !important;

    background: #fff !important;
    box-shadow: none !important;
}

/* Текст */

.form .chosen-single span {

    display: block;

    line-height: 58px !important;

    color: #24324a;

    margin-right: 20px;

}

/* Блок со стрелкой */

.form .chosen-single div {

    position: absolute;

    top: 50% !important;
    right: 16px !important;

    width: 18px;
    height: 18px;

    margin-top: -9px;
}

/* Стрелка */

.form .chosen-single div b {

    background-position: 0 2px !important;
}

/* Крестик очистки */

.form .search-choice-close,
.form .chosen-single abbr {

    position: absolute !important;

    top: 50% !important;
    right: 42px !important;

    width: 18px;
    height: 18px;

    margin-top: -9px !important;

    background-position: center center !important;
}

/* Выпадающий список */

.form .chosen-drop {

    margin-top: 8px !important;

    border: 1px solid #d9e3ef !important;

    border-radius: 14px !important;

    overflow: hidden;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .12) !important;
}

.chosen-container-single .chosen-single div:after {
    top: -50%!important;
}

/* Пункты */

.form .chosen-results li {

    padding: 12px 18px !important;

    font-size: 15px;
}

.form .chosen-results li.highlighted {

    background: #0d6efd !important;
    color: #fff !important;
}

/* Активное поле */

.form .chosen-container-active .chosen-single {

    border-color: #0d6efd !important;

    box-shadow: 0 0 0 4px rgba(13, 110, 253, .12) !important;
}

/* =====================================
   КНОПКА
===================================== */

.form .buttons {

    margin-top: 35px !important;

    text-align: center;

}

.form .button-submit {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 18px 42px;

    min-width: 300px;

    border: none;

    border-radius: 50px;

    background: #ff7a00;

    color: #fff !important;

    font-size: 18px;

    font-weight: 700;

    transition: .3s;

    box-shadow: 0 15px 35px rgba(255, 122, 0, .35);

}

.form .button-submit:hover {

    background: #ff9200;

    transform: translateY(-3px);

    box-shadow: 0 20px 40px rgba(255, 122, 0, .45);

}

/* =====================================
   АДАПТИВ
===================================== */

@media (max-width:768px) {

    .form .icms-forms__wrap {

        padding: 35px 22px;

        border-radius: 20px;

    }

    .form .button-submit {

        width: 100%;

        min-width: 0;

    }

}

/* =====================================
   КОНТАКТЫ
===================================== */

.contacts .card-body {
    padding: 0;
}

.contacts .icms-widget__html_block {
    max-width: 850px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 55px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.contacts .section-title {
    margin: 0 0 40px;
    text-align: center;
}

.contacts .contacts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contacts .contacts-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    font-size: 18px;
    color: #4b5563;
    border-bottom: 1px solid #eef2f7;
    transition: .3s;
}

.contacts .contacts-list li:last-child {
    border-bottom: none;
}

.contacts .contacts-list li:hover {
    padding-left: 10px;
}

.contacts .contacts-list i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d6efd;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.contacts .contacts-list strong {
    display: block;
    margin-bottom: 4px;
    color: #24324a;
    font-size: 15px;
    font-weight: 700;
}

.contacts .contacts-list span,
.contacts .contacts-list a {
    color: #6b7280;
    font-size: 17px;
    text-decoration: none;
    transition: .3s;
}

.contacts .contacts-list a:hover {
    color: #0d6efd;
}

@media (max-width:768px) {

    .contacts .icms-widget__html_block {
        padding: 35px 25px;
    }

    .contacts .contacts-list li {
        align-items: flex-start;
        gap: 15px;
        font-size: 16px;
    }

    .contacts .contacts-list i {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .contacts .contacts-list strong {
        font-size: 14px;
    }

    .contacts .contacts-list span,
    .contacts .contacts-list a {
        font-size: 16px;
    }

}

/* =====================================
   ПРИЗЫВ К ДЕЙСТВИЮ
===================================== */

.cta-section {
    margin: 90px 0;
}

.cta-box {
    background: linear-gradient(135deg, #0d6efd, #25b7ff);
    color: #fff;
    border-radius: 24px;
    padding: 70px 40px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(13, 110, 253, .25);
}

.cta-box h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #fff;
}

.cta-box p {
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 1.8;
    opacity: .95;
}

.cta-btn {
    display: inline-block;
    padding: 18px 40px;
    background: #fff;
    color: #0d6efd;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    text-decoration: none!important;
}

.cta-btn:hover {
    background: #f5f5f5;
    transform: translateY(-3px);
    color: #0d6efd;
}

@media(max-width:768px) {

    .cta-box {
        padding: 50px 25px;
    }

    .cta-box h2 {
        font-size: 30px;
    }

    .cta-box p {
        font-size: 17px;
    }

    .cta-btn {
        width: 100%;
    }

}

/* ==========================
   ГЛАВНОЕ МЕНЮ
========================== */

.nav-item a {
    font-size: 18px;
    font-weight: 500;
}

/* =====================================
   COOKIES
===================================== */

#icms-cookiealert {

    left: 30px;
    right: 30px;
    bottom: 30px;

    width: auto;

    background: #24324a;
    color: #fff;

    border-radius: 18px !important;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .25);

    padding: 18px 25px;

    z-index: 9999;
}

#icms-cookiealert .container {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

    max-width: 1200px;
}

#icms-cookiealert .acceptcookies {

    background: #0d6efd;
    border: none;

    padding: 12px 24px;

    border-radius: 10px;

    font-size: 15px;
    font-weight: 600;

    transition: .3s;
}

#icms-cookiealert .acceptcookies:hover {

    background: #0b5ed7;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(13, 110, 253, .3);

}

/* Телефон */

@media (max-width:768px) {

    #icms-cookiealert {

        left: 15px;
        right: 15px;
        bottom: 15px;

        border-radius: 14px !important;

        padding: 18px;
    }

    #icms-cookiealert .container {

        flex-direction: column;
        gap: 15px;

        text-align: center;
    }

    #icms-cookiealert .acceptcookies {

        width: 100%;
    }

}

/* =====================================
   КНОПКА "НАВЕРХ"
===================================== */

#scroll-top {

    position: fixed;

    right: 30px;
    bottom: 30px;

    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: #0d6efd;
    border: none;
    border-radius: 50%;

    color: #fff;

    box-shadow: 0 12px 30px rgba(13, 110, 253, .30);

    transition: all .3s ease;

    z-index: 999;
}

/* Иконка */

#scroll-top svg {

    width: 20px;
    height: 20px;

    transition: .3s;
}

/* Hover */

#scroll-top:hover {

    background: #0b5ed7;

    transform: translateY(-4px);

    box-shadow: 0 18px 35px rgba(13, 110, 253, .40);

    color: #fff;
}

/* Active */

#scroll-top:active {

    transform: translateY(-1px);
}

/* Focus */

#scroll-top:focus {

    outline: none;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, .20);
}

/* Телефон */

@media (max-width:768px) {

    #scroll-top {

        width: 50px;
        height: 50px;

        right: 15px;
        bottom: 15px;
    }

    #scroll-top svg {

        width: 18px;
        height: 18px;
    }

}

/* Убираем Bootstrap-эффекты */

#scroll-top:focus,
#scroll-top:active {

    outline: none !important;

    box-shadow: 0 12px 30px rgba(13, 110, 253, .30) !important;
}

/* Hover */

#scroll-top:hover {

    background: #0b5ed7;

    color: #fff;

    transform: translateY(-4px);

    box-shadow: 0 18px 35px rgba(13, 110, 253, .40);
}

/* Active (нажатие) */

#scroll-top:active {

    transform: translateY(-1px);

    background: #0b5ed7;

    box-shadow: 0 10px 22px rgba(13, 110, 253, .35) !important;
}

/* =====================================
   МОБИЛЬНОЕ МЕНЮ
===================================== */

@media (max-width: 991px) {
    .icms-header__bottom.border-bottom.icms-navbar {
        border-bottom: 0!important;
        margin-top: 16px;
    }
    /* Скрываем дублирующее название сайта */
    .icms-navbar-brand__show_on_hide {
        display: none !important;
    }

    /* Кнопка меню */
    .navbar-toggler {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        background: #fff;
        box-shadow: none;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    /* Выпадающее меню */

    .navbar-collapse {
        padding-top: 8px;
    }

    .icms-header__middle .navbar-collapse {
        padding-top: 0;
    }

    /* Список */

    .menu-main {
        margin: 0;
        padding: 0;
    }

    .menu-main .nav-item {
        margin: 0;
    }

    /* Пункты */

    .menu-main .nav-link {
        display: block;
        margin: 2px 10px;
        padding: 12px 16px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #24324a;
        line-height: 1.4;
        transition: all .25s ease;
    }

    /* Наведение */

    .menu-main .nav-link:hover {
        background: #f5f9fc;
        color: #0d6efd;
        text-decoration: none;
    }

    /* Активный пункт */

    .menu-main .nav-link.active {
        background: #eef6ff;
        color: #0d6efd;
    }

    /* Убираем линию Bootstrap */

    .menu-main .nav-link::before,
    .menu-main .nav-link::after {
        display: none !important;
    }

    /* Поиск */

    .icms-navbar-form__show_on_hide {
        margin: 16px 10px 0 !important;
    }

    .icms-navbar-form__show_on_hide .input-group {
        width: 100%;
    }

    .icms-navbar-form__show_on_hide input {
        height: 44px;
        border-radius: 10px 0 0 10px;
    }

    .icms-navbar-form__show_on_hide .btn {
        width: 44px;
        height: 44px;
        border-radius: 0 10px 10px 0;
    }

}

/* Маленькие телефоны */

@media (max-width: 576px) {

    .menu-main .nav-link {
        font-size: 15px;
        padding: 11px 14px;
    }

}

.form-inline.icms-navbar-form__show_on_hide {
    display: none;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 24px;
    }
    .form .button-submit {
        font-size: 16px;
    }
}