

/* Start:/local/templates/main_25/css/main.css?175068839114501*/
:root {
    --a-primary-color: 0,67,164,1;
    --a-primary-light-color: 3, 81, 193;
    --a-primary-dark-color: #15477b;
}
html, body {
    height: 100%; /* Важно для растягивания на весь экран */
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
}
html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.main_content {
    flex: 1;
}
.bg-a-primary {
    background-color: rgba(var(--a-primary-color)) !important;
}
.btn-a-info {
    color: #ffff!important;
    background-color: rgba(var(--a-primary-color)) !important;
    transition: all 0.3s ease;
}
.a-border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.btn-a-info:hover {
    background-color: #ffff!important;
    color: rgba(var(--a-primary-color)) !important;
    border-color: rgba(var(--a-primary-color)) !important;
}

.color-a-primary {
    color: rgba(var(--a-primary-color)) !important;
}
.color-a-primary-light {
    color: rgba(var(--a-primary-light-color)) !important;
}
.primary-light-link {
    text-decoration: none;
    font-weight: 500;
    color: rgba(var(--a-primary-light-color)) !important;
}
.form-control:focus, .form-select:focus {
    border-color: rgba(var(--a-primary-light-color)) !important;
    box-shadow: 0 0 0 .25rem rgba(var(--a-primary-light-color), .25)!important;
}
.primary_dark_blue_btn {
    color: #ffffff;
    background-color: var(--a-primary-dark-color) !important;
    border: 1px solid var(--a-primary-dark-color);
    border-radius: 15px;
    text-overflow: ellipsis;
    font-weight: 400;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    padding: 12px 24px;
    text-decoration: none;
}
.primary_dark_blue_btn:hover {
    transition: all 0.5s ease;
    color: var(--a-primary-dark-color) !important;
    background-color: #ffffff !important;
}
.primary_light_blue_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.5s ease;
    color: var(--a-primary-dark-color) !important;
    border: 1px solid var(--a-primary-dark-color);
    background-color: #ffffff !important;
    text-decoration: none;
}

.primary_light_blue_btn:hover {
    background-color: var(--a-primary-dark-color) !important;
    color: #FFFFFF !important;
    text-decoration: none;
}
.main_top_hdr_cont_wr {
    display: flex;
    align-items: center;
    gap: 5px;
}
.main_top_hdr_cont_icon_wrap {
    width: 35px;
}
.main_logo img {
    max-width: 300px;
    width: 300px;
}
.main_top_header_cont {
    font-size: 14px;
}
.main_top_hdr_callback {
    /*border-radius: 50%;*/
    /*width: 40px;*/
    /*height: 40px;*/
    border-radius: 20px;
    width: 80px;
    height: 50px;
    transition: all 0.5s ease;
}
.main_top_hdr_callback:hover {
    color: rgba(var(--a-primary-color)) !important;
    border: 1px solid rgba(var(--a-primary-color));
    background-color: #ffffff !important;
}

.top_navbar {
    height: 50px;
    background-color: rgba(var(--a-primary-color)) !important;
    border-radius: 20px;
}
.top-menu-item {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.mobile-top_nav {
    display: none;
}
.main_logo_mobile img {
    /*height: 40px;*/
    max-width: 90%;
}
.a-top-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem !important;
    width: 100% !important;
}
.hamburger {
    color: rgba(var(--a-primary-color)) !important;
    /*transition: transform 0.3s;*/
    max-height: 40px;
    max-width: 40px;
    width: 40px;
    /*display: block;*/
    overflow: hidden;
    transition: max-height 0.5s ease, transform 0.3s ease;
    /*transition: transform 0.3s ease;*/
    /*transition: transform 0.3s ease;*/

}
.close_icon_hamburger {
    transition: max-height 0.5s ease, transform 0.3s ease;
    max-height: 0;
    max-width: 0;
    width: 0;
    display: none;
}
.a-navbar-toggler[aria-expanded="true"] .hamburger {
    transform: rotate(90deg);
    max-height: 0;
    max-width: 0;
    width: 0;
    display: none;
}
.a-navbar-toggler[aria-expanded="true"] .close_icon_hamburger {
    transform: rotate(90deg);
    max-height: 40px;
    max-width: 40px;
    width: 40px;
    display: unset;
}

.a-navbar-toggler-modal {
    position: absolute;
    right: 15px;
    top: 22px;
}
a.a-navbar-toggler-modal[aria-expanded="false"] .close_icon_hamburger_modal {
    transform: rotate(270deg);
    transition: transform 1s ease;
}
a.a-navbar-toggler-modal[aria-expanded="true"] .close_icon_hamburger_modal {
    transform: rotate(0deg);
}

.mobile_top_img img {
    height: 70px;
}
.top_head_line {
    justify-content: space-between;
    align-items: center;
}
.main_logo {
    display: flex;
    align-items: center;
}
.top_line_phone_btn {
    display: flex;
    align-items: center;
}
.nav_cont_block {
    display: none;
}
.nav_cont_phone {
    font-size: 1.2rem;
}
.nav_cont_addr_metro {
    opacity: 0.9;
    font-size: 0.75rem;
    line-height: 1;
}
.nav_cont_addr_street {
    font-size: 0.9rem;
}
.section_title {
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 3px;
    line-height: 1.23;
    color: #000000;
}
.footer_logo_wr img {
    max-width: 100%;
}
.footer_logo_wr {
    max-width: 260px;
}
.footer_rating {
    font-weight: 300;
    font-size: 14px;
}
.footer_container {
    column-gap: 20px;
}
.footer_menu_col_wr ul {
    list-style: none;
}
.footer_menu_col_wr li {
    margin-bottom: 15px;
}
.footer_menu_col_wr a {
    white-space: normal;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
}
.footer_row_icons_wrapper {
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
}
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cookie-notification p {
    margin: 0 20px 0 0 ;
    color: #333;
    font-size: 14px;
    flex: 1;
    min-width: 250px;
}
.cookie-notification button {
    background-color: rgba(var(--a-primary-color));
    color: white;
    border: 1px solid rgba(var(--a-primary-color));
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.cookie-notification button:hover {
    background-color: white;
    color: rgba(var(--a-primary-color));

}
.cookie-notification-text a {
    color: rgba(var(--a-primary-color));
}
.cookie-notification-text a:hover {
    opacity: 0.7;
}
@media (max-width: 992px) {
    .cookie-notification {
        flex-direction: column;
        text-align: center;
    }
    .cookie-notification button {
        margin-top: 10px;
    }
    .top_head {
        display: none;
    }
    .section_title {
        font-size: 30px;
    }
    .nav_cont_block {
        overflow: hidden;
        display: block;
        background-color: #fff;
        width: 100%;
    }
    .nav_cont_block_in {
        max-width: 85%;
    }
    .main_top_hdr_cont_icon_wrap, .top_address_block, .top_line_phone_btn, .main_logo {
        display: none;
    }
    .top_head_line {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .mobile_menu_top_content {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .a-top-menu-list {
        flex-direction: column;
        gap: unset !important;
        text-align: center !important;
        margin-top: 100px;
        font-size: 30px;
        font-weight: 300;
    }
    .top_navbar {
        background-color: #ffff!important;
        height: unset;
        padding: unset!important;
        border-radius: unset!important;
    }
    .mobile-top_nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-menu-container {
        --bs-gutter-x: 0 !important;
        display: none;
    }
    div#navbarSupportedContent {
        /*position: fixed;*/
        /*left: 0;*/
        /*right: 0;*/
        /*top: 0;*/
        /*bottom: 0;*/
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color:  rgba(var(--a-primary-color)) !important;
    }
    .main_top_hdr_cont_wr {
        font-size: 12px;
        margin: 12px 0;
    }
    .mobile-top-nav-btns {
        align-items: center;
    }
    .footer_logo, .footer_col_logo {
        text-align: left;
    }
    .footer_logo_wr {
        max-width: 100%;
    }
    .footer_container, .footer_col_menu {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        column-gap: unset;
    }
    .footer_container {
        margin: 0 20px;
    }
    .footer_col {
        margin-bottom: 25px;
    }
    .footer_menu_col {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .mobile_menu_top_content {
        display: none!important;
    }
    .a-navbar-toggler, .mob_menu_navbar {
        display: none;
    }
}
a.promo_btn_lnk {
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 30px;
    line-height: 1.55;
    font-size: 18px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    padding: 10px 29px 13px;
    cursor: pointer;
    /*transition: transform 0.5s ease;*/
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

a.promo_btn_lnk:hover, a.promo_btn_lnk.active {
    color: #000000 !important;
    background-color: rgba(var(--bs-dark-rgb), 0.4);
}

.promo_btn_wr {
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 0.8rem;
    padding: 0 100px;
}
.service_text_block {
    font-size: 20px;
    opacity: 0.8;
}
.main_callback_mod_content {
    padding: 40px 45px 47px;
    border-radius: 0 0 25px 25px !important;
    width: 600px!important;
}
.main_callback_mod_close_btn {
    position: fixed;
    top: 30px;
    right: 30px;
}
.main_callback_mobile_close_block {
    display: none;
}
.services_bl_note {
    font-size: 16px;
    line-height: 1.55;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 300;
}
.main_bottom_cont_ttl {
    max-width: 960px;
}
.main_bottom_contacts_row {
    margin-top: 20px;
    margin-bottom: 40px;
}
.main_btm_cont_row_lnk_bl {
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.main_btm_cont_row_lnk_bl a {
    outline: none;
    color: #ff8562;
    text-decoration: none;
}
.main_btm_cont_row_info_bl a {
    color: rgb(3, 81, 193)!important;
    text-decoration: none;
}
.main_btm_cont_row_info_bl {
    font-size: 34px;
    text-align: center;
    color: rgb(3, 81, 193);
}
@media (max-width: 992px) {
    .main_callback_mod_content {
        width: unset!important;;
        padding: unset;
        border-radius: 0!important;
    }

    .main_callback_mod_close_btn {
        display: none;
    }

    .main_callback_mobile_close_block {
        text-align: right;
        width: 100%;
        height: 50px;
        background: #000;
        color: #FFFFFF;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    a.main_callback_mod_close_btn_mobile {
        color: #fff;
    }
    .promo_btn_wr {
        padding-left: 20px;
        padding-right: 20px;
    }
    a.promo_btn_lnk {
        font-size: 14px;
        line-height: 1.45;
    }
}
.as-tooltip {
    color: #000000 !important;
    background-color: rgba(var(--bs-dark-rgb), 0.4);
}
footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(var(--a-primary-color));
}
.only_mobile {
    display: none;
}
.only_desktop {
    display: block;
}
@media screen and (max-width: 960px) {
    .only_mobile {
        display: block;
    }
    .only_desktop {
        display: none;
    }
}
.blue_button, .red2_button, .arrow-but {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 700;
    height: 60px;
    margin: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: fit-content;
}
.blue_button, .arrow-but {
    color: #ffffff;
    background-color: #15477b;
}
.red2_button {
    color: #ffffff;
    background-color: #f53a27;
}

.blue_button:hover, .arrow-but:hover {
    color: #15477b;
    background-color: #FFFFFF;
    border: 2px solid #15477b;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.red2_button:hover {
    color: #f53a27;
    background-color: #FFFFFF;
    border: 2px solid #f53a27;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

/*@keyframes arrow-rotate {*/
/*    0%   { transform: rotate(0deg); }*/
/*    50%  { transform: rotate(90deg); }*/
/*    100% { transform: rotate(180deg); }*/
/*}*/
/* End */


/* Start:/local/templates/main_25/components/kodix/menu/top/style.css?1744234510593*/
.top_menu_sub_item {
	display: block;
	width: 100%;
	clear: both;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
	color: rgba(var(--a-primary-color));
	font-weight: 500;
	font-size: 13px;
	padding: 4px 25px 4px 20px;
}
.top_menu_sub_item_bold {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 25px 8px 10px;
}
.top_menu_sub_item:hover {
	opacity: 0.8;
	background-color: var(--bs-dropdown-link-hover-bg);
}
.top-menu-item span {
	padding-right: 10px;
}
/* End */


/* Start:/local/templates/main_25/components/kodix/menu/mobile_top/style.css?17436795741722*/
.top_mob_menu_li.top_mob_menu_li_main {
    /* box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, 0.3); */
    border-top: 1px solid #ffff;
    padding: 11px;
}

.top_mob_menu_item {
    color: #FFFFFF;
    text-decoration: none;
}

.top_mob_menu_item_wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 9px;
}

.top_mob_menu_item_ttl {
    display: flex;
    font-weight: bold;
    font-size: 16px;
}

.top_mob_menu_item_ttl img {
    height: 25px;
    margin-right: 10px;
}

.mob_menu_open_icon {
    transform: rotate(0deg);
    transition: transform 0.6s ease;
    margin-bottom: 2px;
}
.mob_menu_open_icon_link {
    transform: rotate(90deg);
    transition: transform 0.6s ease;
    margin-bottom: 2px;
}
.top_mob_menu_li_main.active .mob_menu_open_icon {
    transform: rotate(180deg);
}

/*.top_mob_menu_li_main.active .top_mob_menu_item_wr {*/
/*    margin-bottom: 10px;*/
/*}*/

.top_mob_menu_submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.top_mob_menu_li_main.active .top_mob_menu_submenu {
    max-height: 2000px;
    transition: max-height 0.6s ease, margin-top 0.9s ease;
}

.top_mob_menu_item_subitem {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffff;
    padding: 9px 9px 9px 20px;
}
.top_mob_menu_item_subitem_ch {
    padding: 9px 9px 9px 30px;
}
.top_mob_submenu_item:first-child  .top_mob_menu_item_subitem {
    margin-top: 10px;
    transition: margin-top 0.9s ease;
}
.top_mob_submenu_item {
    color: white;
    text-decoration: none;
}
.mob_submenu_open_icon {
    color: white;
    transform: rotate(90deg);
}
.top_mob_menu_item_subitem_p {
    font-weight: 600;
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/breadcrumb/.default/style.css?1746827754876*/
.brdcrmb_list {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.brdcrmb_list_item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0;
    color: #000000;
    white-space: nowrap;
}

.brdcrmb_link_item_wr {
    display: inline-block;
    padding-right: 10px;
    min-height: 19px;
    vertical-align: middle;
}

.brdcrmb_link_item {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: 14px;
    color: #737373;
    font-weight: 300;
    text-decoration: none;
}

.brdcrmb_link_item:hover {
    color: #9e9e9e !important;
}

.brdcrmb_b_divider {
    font-size: 14px;
    font-weight: 300;
    height: 19px;
    line-height: 19px;
    color: #858585;
    padding-right: 10px;
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/form.result.new/global_small_callback/style.css?17470786323170*/
.services_bottom_frm_success {
    background: #62c584;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
.srv_bottom_frm_error {
    background: #f95d51;
    margin-bottom: 20px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}
.main_clb_title {
    margin-bottom: 11px;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    color: #000000;
}
.main_clb_subtitle {
    margin-bottom: 24px;
}
.main_clb_ftr {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}
.main_clb_ftr a {
    color: #ff8562;
    text-decoration: none;
}
.main_cbck_frm_inputsbox {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.main_cbck_frm_wr label {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}
.main_cbck_input_wr {
    width: 270px;
}
.main_cbck_input {
    color: #000000;
    background-color: #e6e6e6;
    border-radius: 25px;
    -webkit-appearance: none;
    border: 0;
    /* border-radius: 0; */
    box-sizing: border-box;
    /* font-size: 100%; */
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
}
input.main_cbck_submit {
    color: #ffffff;
    border: 1px solid #cc0000;
    background-color: #cc0000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    padding: 0 30px;
    /*-webkit-transition: opacity ease-in-out 0.2s;*/
    /*-moz-transition: opacity ease-in-out 0.2s;*/
    /*-o-transition: opacity ease-in-out 0.2s;*/
    /*transition: opacity ease-in-out 0.2s;*/
    height: 60px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

button.main_cbck_submit:hover {
    color: #cc0000 !important;
    border-color: #cc0000 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
    background-color: #ffffff !important;
}
.main_cbck_input.error {
    border: 1px solid red !important;
}
.big_bl_frm_error_bl {
    margin-top: 20px;
}
@media (max-width: 992px) {
    .main_clb_title {
        font-size: 28px;
    }
    .main_clb_ftr {
        font-size: 12px;
        line-height: 1.45;
    }
    .main_cbck_frm_inputsbox {
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
    }
    .main_cbck_frm_wr {
        width: 100%;
        margin-bottom: 20px;
    }
    .main_cbck_frm_wr label {
        font-size: 16px;
        line-height: 1.45;
    }
    .main_cbck_input_wr {
        width: 100%;
    }
    .main_cbck_input, button.main_cbck_submit {
        height: 50px;
        width: 100%;
    }
    .main_cbck_submit_wr {
        width: 100%;
    }
}
/* End */
/* /local/templates/main_25/css/main.css?175068839114501 */
/* /local/templates/main_25/components/kodix/menu/top/style.css?1744234510593 */
/* /local/templates/main_25/components/kodix/menu/mobile_top/style.css?17436795741722 */
/* /local/templates/main_25/components/bitrix/breadcrumb/.default/style.css?1746827754876 */
/* /local/templates/main_25/components/bitrix/form.result.new/global_small_callback/style.css?17470786323170 */
