@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.manrope-500 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.manrope-600 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.montserrat-500 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.montserrat-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.montserrat-700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.fs-56{
    font-size: 56px;
}
.fs-22{
    font-size: 22px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.bg-1{
    background-image: url("../images/1.png");
    background-position: right;
    background-repeat: no-repeat;
}
.bg-2{
    background-image: url("../images/2.png");
    background-position: right;
    background-repeat: no-repeat;
}
.bg-3{
    background-image: url("../images/3.png");
    background-position: right;
    background-repeat: no-repeat;
}
body{
    background-color: #f6f6f6 !important;
    font-family: 'Manrope', "Arial", sans-serif !important;
    font-size: 18px!important;
    color: #2F363B;
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
    color: inherit;
}
section{
    padding: 0 24px !important;
}
ul li {
    list-style-type: none;
}
.bg__blue{
    background-color: #175AA8!important;
}
h1, h2, .blue{
    color: #175AA8!important;
}
.orange{
    color: #FFB200;
}
.green{
    color: #42AD08;
}
.gray{
    color: #909192 !important;
}
.gray__search::placeholder{
    color: #CCCCCC!important;
}
.red{
    color: #C72127!important;
}
.bg__red{
    background-color: #C72127!important;
}
.swiper-slide{
    max-width: 302px;
    margin-right: 16px!important;
    box-shadow: 0px 1px 2px rgba(108, 115, 128, 0.14);
}
.swiper-button-prev, .swiper-button-next{
    position: relative !important;

}

.swiper-button-prev{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;

    width: 48px !important;
    height: 100% !important;

    background: rgba(23, 90, 168, 0.15)!important;
    box-shadow: inset 0px -2px 0px rgba(23, 90, 168, 0.1);
    border-radius: 2px 0px 0px 2px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.swiper-button-next{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    width: 48px !important;
    height: 100% !important;

    background: rgba(23, 90, 168, 0.15)!important;
    box-shadow: inset 0px -2px 0px rgba(23, 90, 168, 0.1);
    border-radius: 0px 2px 2px 0px;
    flex: none;
    order: 2;
    flex-grow: 0;

}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    background: rgba(23, 90, 168, 0.05)!important;
    opacity: 1!important;
}
.swiper-button-prev svg, .swiper-button-next svg{
    width: 6px;
    height: 11px;

}
.swiper-button-prev::after, .swiper-button-next::after{
    content: ''!important;

}
.button__see{
    background: #D8E3F0;
    box-shadow: inset 0 -2px 0 rgba(23, 90, 168, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 24px;
}
.form__input{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 24px;
    height: 46px;
    background: #F3F7FB;
    border: 1px solid #B1C8E2;
    border-radius: 2px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    color: #909192!important;
}
span.blue{
    color: #175AA8!important;
}
.swiper-1 .swiper-slide{
    max-width: 726px;
}
.swiper-3{
    overflow: hidden;
}
.news__text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.accordion-button, .accordion, .accordion-item{
    background: rgba(0,0,0,0) !important;
    border: none !important;
    box-shadow: none!important;
}
.accordion-button::after{
    background-image: url("../images/icon/plus.svg")!important;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(45deg) !important;
}
.header__top{
    border-bottom: 1px solid #175AA826;
}
.border__top{
    border-top: 1px solid #175AA826 !important;
}
.border__left{
    border-left: 3px solid #175AA8;
}
.feedback__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 20px;

    background: #D8E3F0;
    box-shadow: 0px 1px 2px rgba(108, 115, 128, 0.14);
    border-radius: 4px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;


}
.feedback__form>form{
    max-width: 1000px;
}
.feedback__form>form textarea{
    height: 96px;
}

@media screen and (max-width: 1200px){
    .h-100-xl{
        height: 100%;
    }
}
@media screen and (max-width: 992px){
    .button__see{
        width: 100%;
    }
}
@media screen and (max-width: 576px){
    h1{
        font-size: 34px!important;
    }
}
.non-selected {
    user-select: none !important;
}

.oldbrowser {
    display: block;
    padding: 0.5em;
    background: #fff297;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.oldbrowser__inn {
    display: inline-block;
    text-align: left;
}

.oldbrowser__title {
    font-weight: bold;
}

.oldbrowser__descr {
    margin-bottom: 0.3em;
}

.oldbrowser__bro {
    display: inline-block;
    vertical-align: top;
}

@supports (-webkit-appearance: none) {
    .oldbrowser {
        display: none;
    }
}

.ob-chrome {
    background: url("../images/icons-oldbrowser.png") no-repeat -6px -6px;
    width: 70px;
    height: 70px;
}

.ob-ff {
    background: url("../images/icons-oldbrowser.png") no-repeat -87px -3px;
    width: 76px;
    height: 78px;
}

.ob-edge {
    background: url("../images/icons-oldbrowser.png") no-repeat -172px -5px;
    width: 74px;
    height: 72px;
}

.ob-yandex {
    background: url("../images/icons-oldbrowser.png") no-repeat -252px -3px;
    width: 75px;
    height: 75px;
}

.ob-opera {
    background: url("../images/icons-oldbrowser.png") no-repeat -337px -4px;
    width: 75px;
    height: 75px;
}

.hidden,
[hidden] {
    display: none;
}

#consent {
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity 0.5s ease-out;
    background: #252c32;
    color: #f2f2f2;
    font-size: 13px;
    z-index: 999;
}

#consent__row {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.row ul li {
    padding-left: 0.75rem;
    color: #3a4045;
    font-family: Manrope, serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0.75rem;
    background: url(../images/list-dot.svg) 0 0.5em no-repeat;
}

#consent a {
    color: inherit;
    font-weight: bold;
}

#consent.hidden {
    display: none;
    opacity: 0;
}

.padding11 {
    padding: 11px;
}

.pointer {
    cursor: pointer;
}

/*************/
.nav {
    position: absolute;
    width: 100%;
    top: 80%;
    left: 0;
    right: 0;
    background: transparent;
    padding: 35px 0 0;

    /*flex-grow: 1;*/
    /*color: #252c32;*/
    /*background: #d3d3d3;*/
    /*font-size: 16px;*/

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.button_menu:hover .nav,
.button_menu:hover .nav:hover
/*.button_menu:hover .nav .megamenu,*/
/*.button_menu:hover .nav:hover > .megamenu,*/
/*.button_menu:hover .nav:hover .megamenu:hover*/
{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* Предотвращаем прокрутку body при открытом megamenu */
.button_menu:hover body {
    overflow: hidden;
}

/*.button_menu:hover .nav .megamenu:hover {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    pointer-events: all;*/
/*}*/

.nav .megamenu {
    /*position: absolute;*/
    /*top: 80%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 35px 0 0;*/
    box-shadow: 0 100000px 0 100000px rgba(0,0,0,0.6);
    background: #fff;
    transition: all 0.3s;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*pointer-events: none;*/
    z-index: 999;
    /*margin-top: 30px !important;*/
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* Стилизация скроллбара для webkit браузеров */
    scrollbar-width: thin;
    scrollbar-color: #175AA8 #f1f1f1;
}

/* Стилизация скроллбара для webkit браузеров (Chrome, Safari, Edge) */
.nav .megamenu::-webkit-scrollbar {
    width: 8px;
}

.nav .megamenu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.nav .megamenu::-webkit-scrollbar-thumb {
    background: #175AA8;
    border-radius: 4px;
}

.nav .megamenu::-webkit-scrollbar-thumb:hover {
    background: #0f4a8a;
}



.megamenu_wrapp {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 100px;
    column-gap: 100px;
    padding-bottom: 20px;
}

.megamenu:before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 100%;
    width: 10000px;
    /*height: 100%;*/
    background: #fff;
}

.megamenu:after {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 100%;
    width: 10000px;
    /*height: 100%;*/
    background: #fff;
}

.list {
    font-size: 16px;
    padding-bottom: 1em;
}

.list + .list {
    page-break-inside: avoid;
    margin-top: 2em;
}

.list__tit {
    margin-bottom: 1em;
    color: #252c32;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.list__roll {
    color: #195baa;
}

.list__roll a {
    display: block;
    margin-bottom: 1em;
    color: #195baa;
    text-decoration: none;
}

.list__roll a:hover {
    color: #db252c!important;
}

.nav--new .nav__list {
    display: flex;
    gap: 20px;
    background-color: #fff;
}

.nav--new .nav__item {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 18px;
}

.map {
    height: 300px;
    background: #f4f4f5;
}

.mapx {
    height: 765px;
    background: #dedede;
    position: relative;
}

.err-msg-block {
    color: #f00;
    font-size: 13px;
}

/* magpop */
.magpop {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    width: auto;
    max-width: 350px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}

.magpop .mfp-close {
    position: absolute;
    top: -40px;
    right: 0;
}

.magpop .mfp-close {
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0;
    background: url("../images/ioc_cross_white.svg") 0 0 no-repeat;
    z-index: 5;
    cursor: pointer;
}

@media only screen and (max-width: 592px) {
    .magpop .mfp-close {
        top: -30px;
        opacity: 1;
    }
}

@media screen and (max-height: 460px) {
    .magpop .mfp-close {
        top: 5px;
        right: 5px;
        opacity: 1;
        background: url("../images/ico_cross.svg") 0 0 no-repeat;
    }
}

@media only screen and (max-width: 414px) {
    .magpop {
        padding: 10px;
    }
}

/* TABS */
.tab-trigger.active {
    background-color: #175AA8!important;
}

.tab-trigger.active a {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.tab-content {
    display: none !important;
}

.tab-content.active {
    display: block !important;
}
/* END TABS */

/* SEARCH */
#search {
    display: none;
}

.magpop-search {
    max-width: 600px !important;
}

.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.search-form input[name="search"] {
    padding: 0.46em;
    width: 100%;
    border: 1px solid #d2d2d2;
}
.search-form .search-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: .91em 1.85em;
    background-color: #db252c;
    border: 0;
    line-height: 1;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    transition: top .2s;
    cursor: pointer;
    border-radius: 0 !important;
}

.search-info {
    width: 70%;
}

.search-desc b {
    color: #363636 !important;
}
/* END */

/* SELECT REGION */
.select-region-block {
    max-width: 1100px;
}

.select-region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1 !important;
    visibility: visible !important;
}

.select-region a {
    padding: 12px 16px 10px;
    margin-bottom: 0;
    color: #2a6475;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}
/* END */

.popup-block {
    max-width: 450px !important;
}

.popup-block .form-check {
    text-align: left !important;
}

/**/

.image-zoom {
    cursor: zoom-in
}

.image-zoom_popup {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center
}

.image-zoom_popup_bg {
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto
}

.image-zoom_popup_img {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 47%;
    transform: translate(-50%,-50%);
    max-height: 90%
}

.image-zoom_popup_img {
    pointer-events: none
}

.hidden-category {
    display: none;
}

.hidden-certification {
    display: none;
}

.certification-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 120px;
}

.image-wrapper {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    overflow: hidden;
}

.certification-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.no-image {
    margin: 0;
    color: #999;
    font-size: 14px;
}

/* Партнерские контакты */
.partner-contacts-section {
    background: #f8f9fa;
    border: 1px solid #e1e5e9;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
}

.partner-contacts-section .contact-title {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #2d5aa0 !important;
    margin-bottom: 20px;
}

.partner-contacts-section .contact-item {
    margin: 10px 0;
    font-size: 1.1rem;
}

.partner-contacts-section .contact-item a {
    color: #2d5aa0 !important;
    text-decoration: none;
    font-weight: 500;
}

.partner-contacts-section .contact-item a:hover {
    text-decoration: underline;
}

/* Кнопки для блока партнерских контактов */
.partner-contacts-section .contact-buttons {
    margin-top: 20px;
}

.partner-contacts-section .contact-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #c53030;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.partner-contacts-section .contact-btn:hover {
    background: #a02727;
}

.partner-contacts-section .contact-btn-outline {
    background: transparent;
    color: #2d5aa0 !important;
    border: 1px solid #2d5aa0;
}

.partner-contacts-section .contact-btn-outline:hover {
    background: #2d5aa0;
    color: #ffffff !important;
};

/* Wrapper */
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

/* Мобильное меню */
.menu-open .mobile__menu {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: -300%;
    opacity: 0;
    background: #f5f5f6;
    z-index: 97;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
}

.mobile__menu-top {
    background: #F4F4F6;
    padding: 0.6875rem 0;
}

.mobile__top-content {
    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;
}

.mobile__top-content .contacts__header-location {
    color: black;
}

.mobile__top-content .contacts__header-location p {
    margin-bottom: 0rem;
    font-family: Manrope;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile__top-content .contacts__header-location p svg {
    margin-right: 0.5rem;
}

.mobile__top-content .contacts__header-location p path {
    fill: #fff;
}

@supports (margin-left: clamp( 3.125rem , -5.8035714286rem  +  44.6428571429vw , 31.25rem )) {
    .mobile__menu-logo {
        margin-left: clamp( 3.125rem , -5.8035714286rem  +  44.6428571429vw , 31.25rem );
    }
}

@supports not (margin-left: clamp( 3.125rem , -5.8035714286rem  +  44.6428571429vw , 31.25rem )) {
    .mobile__menu-logo {
        margin-left: calc(3.125rem + 28.125 * (100vw - 20rem) / 63);
    }
}

.mobile__menu-content {
    padding: 1.5rem 0 3rem;
}

.mobile__menu-content .menu__list {
    display: block;
    padding-left: 0;
}

.mobile__menu-content .catalog {
    display: block;
    padding: 0;
    border-radius: 0;
    background: none;
    height: auto;
}

.mobile__menu-content .catalog span {
    padding: 0;
    color: #3a4045;
}

.mobile__menu-content .catalog svg {
    display: none;
}

.mobile__menu-content .search {
    display: none;
}

.mobile__menu-content .menu__item {
    margin-right: 0;
}

.mobile__menu-content .menu__link {
    font-family: Manrope;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(82, 120, 192, 0.15);
    display: block;
}

.mobile__menu-content .menu__link:last-child {
    border-bottom: 1px solid rgba(82, 120, 192, 0.15);
}

.mobile__menu-info .contacts__header-mail {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.mobile__menu-info .contacts__header-mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile__menu-info .contacts__header-mail a svg {
    margin-right: 0.5rem;
}

.mobile__menu-info .contacts__header-phone {
    display: block;
    margin-bottom: 2rem;
}

.mobile__menu-info .contacts__header-phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile__menu-info .contacts__header-phone a svg {
    margin-right: 0.5rem;
}

.mobile__menu-info .header__soc {
    display: block;
}

.mobile__menu-info .btn {
    width: 100%;
    margin-top: 1rem;
}

.mobile__btn {
    display: none;
}

/* Показываем кнопку "Назад" в мобильном меню */
.mobile__menu .mobile__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #5278c0;
    font-family: Manrope;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile__menu .mobile__btn:hover {
    color: #3d5a9a;
}

/* Стили для services__list и catalog-open */
.catalog-open .header,
.search-open .header {
    z-index: 97;
}

.catalog-open .services__list {
    left: 7.5rem;
    visibility: visible;
    opacity: 1;
    padding-top: 80px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services__list {
    position: fixed;
    left: -750rem;
    top: 8.375rem;
    visibility: hidden;
    opacity: 0;
    background: #f4f4f5;
    z-index: 98;
    padding: 2rem 1.5rem 2.5rem;
    border-radius: 0.5rem;
    max-width: 40.375rem;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services__list .mobile__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #5278c0;
    font-family: Manrope;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tabs__title {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid rgba(82, 120, 192, 0.15);
    border-radius: 0.25rem;
    color: #3a4045;
    font-family: Manrope;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tabs__title._tab-active {
    background: #5278c0;
    color: #fff;
}

.services__menu .menu__services-link {
    margin-bottom: 1rem;
}

.services__menu .menu__services-link a {
    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: 0.75rem 1rem;
    background: #fff;
    border-radius: 0.25rem;
    color: #3a4045;
    font-family: Manrope;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services__menu .menu__services-link a:hover {
    background: #f5f5f6;
}

.services__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.services__menu .menu__item {
    margin: 0;
}

.services__menu .menu__link {
    display: block;
    padding: 0.5rem 1rem;
    color: #3a4045;
    font-family: Manrope;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration: none;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services__menu .menu__link:hover {
    background: #f5f5f6;
    color: #5278c0;
}

@media (max-width: 55.625em) {
    .catalog-open .services__list {
        left: 0;
    }
}

@media (max-width: 54.375em) {
    .services__list {
        top: 0;
        max-width: 100%;
        overflow: auto;
        height: 100%;
        padding: 1.5rem 2.5rem 2rem;
    }

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

@media (max-width: 30em) {
    .services__list {
        padding: 1.5rem 1rem;
    }
}

/* Фиксируем шапку */
header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #f4f4f5;
}

/* Общие стили для попапов */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.popup.popup_show {
    display: block;
}

.popup__wrapper {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popup__content {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
}

.popup-show {
    overflow: hidden;
}

/* Стили для окна выбора города */
.popup.city {
    padding: 0;
    display: none;
}

.popup.city.popup_show {
    display: block;
}

.popup.city .form__article-title {
    font-size: 1.25rem;
    color: #5278c0;
    line-height: 1.75rem;
    margin-bottom: 0;
}

.popup.city .popup__content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.popup.city .popup__close {
    position: static;
    top: 0;
    right: 0;
    width: 2.75rem;
    height: 2.75rem;
    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;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.popup__city-top {
    background: rgb(255, 255, 255);
    padding: 1.5rem 2rem;
}

.popup__city-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.popup__city-search {
    margin-bottom: 1.5rem;
}

.popup__city-search form {
    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 #CAD8DC;
}

.popup__city-search button[type=submit] {
    background: transparent;
    padding: 0;
    margin-left: 0;
}

.popup__city-search input[type=search] {
    width: 90%;
    color: rgb(49, 52, 58);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
    border: none;
    outline: none;
    background: transparent;
}

.popup__city-search input[type=search]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.popup__city-search button[type=submit] {
    background: transparent;
    padding: 0;
    margin-left: 0;
    border: none;
    outline: none;
}

.popup__city-search button[type=submit]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.popup__city-list {
    padding: 1rem 2rem 2.5rem;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.popup__city-content {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid;
}

.content-sity__title {
    color: #5278c0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 0.5rem;
}

.content-sity__list {
    margin-bottom: 2.5rem;
}

.content-sity__link {
    color: rgb(49, 52, 58);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.content-sity__link:hover {
    color: #5278c0;
}

/* Адаптивность для окна выбора города */
@media (max-width: 78.125em) {
    .popup__city-list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 46.875em) {
    .popup__city-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .popup__city-list {
        padding: 1rem 1.5rem;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    
    .popup__city-top {
        padding: 1.5rem 1.5rem;
    }
}

@media (max-width: 28.125em) {
    .popup__city-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 26.25em) {
    .popup__city-search input[type=search] {
        width: 80%;
    }
}

@media (max-width: 24.5em) {
    .popup__city-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 1rem 1rem 2.5rem;
    }
    
    .popup__city-top {
        padding: 1.5rem 1rem;
    }
}

/* Перезаписываем стили Bootstrap для btn-close */
.menu__icon.icon-menu.btn-close {
    --bs-btn-close-bg: none !important;
}

/* Стили для кнопки мобильного меню */
.menu-open .icon-menu span,
.menu-open .icon-menu::before,
.menu-open .icon-menu::after {
    background-color: black;
}

.icon-menu {
    display: none;
}

@media (max-width: 54.5625em) {
    .icon-menu {
        display: block;
        color: black;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 98;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        color: black;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: #000;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}



.page-article {
    font-size: 18px;
}

.page-article a {
    text-decoration: underline;
    color: #175AA8;
}


.faq-item {
  background: white;
  border: 3px solid #e9ecef;
  border-radius: 1px;
  margin: 15px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-item:hover {
  border-color: #175AA8;
  box-shadow: 0 12px 30px rgba(23,90,168,0.15);
}

.faq-question {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #2F363B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #175AA8;
}

.faq-question.active {
  background: linear-gradient(135deg, #175AA8 0%, #1e66c4 100%);
  color: white;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #175AA8;
}

.faq-question.active .faq-toggle {
  transform: rotate(45deg);
  color: white;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

.faq-answer.open {
  max-height: 1000px;
}

.faq-answer-content {
  padding: 30px;
  border-top: 2px solid #f0f0f0;
}

.faq-process-steps {
  margin: 20px 0;
}

.faq-step {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 1px;
  border-left: 4px solid #175AA8;
}

.faq-step-number {
  background: linear-gradient(135deg, #175AA8, #1e66c4);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.faq-step-text {
  flex: 1;
}

.faq-step-title {
  font-weight: 600;
  color: #175AA8;
  margin-bottom: 5px;
}

.faq-list {
  margin: 15px 0;
  padding-left: 0;
}

.faq-list li {
  background: #f8f9fa;
  padding: 10px 15px;
  margin: 8px 0;
  border-left: 4px solid #175AA8;
  border-radius: 1px;
  list-style: none;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 20px 15px;
    font-size: 16px;
  }
  
  .faq-answer-content {
    padding: 20px 15px;
  }
  
  .faq-step {
    padding: 12px;
  }
}

.article__content ul li p {
    margin-bottom: 0;
}
.page-article table td {
border-width: 1px!important;
  text-align: center!important;
}