h2, .h2{
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: var(--text-1a1a1a);
}
.h2:not(:first-child), h2:not(:first-child) {
    margin-top: 76px;
}
h3, .h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: var(--text-4d4d4d);
    margin-bottom: 24px;
}
.h3:not(:first-child), h3:not(:first-child) {
    margin-top: 64px;
}
h4, .h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-1a1a1a);
    margin-bottom: 16px;
}
.h4:not(:first-child), h4:not(:first-child) {
    margin-top: 56px;
}


p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-4d4d4d);
    margin-bottom: 16px;
}

.hidden, .dn {
    display: none;
}
.personal-links {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    gap: 10px;
}

.block_head_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block_head_line_link{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-9e9e9e);
    padding-right: 19px;
    background-image: url("../images/block_head_line_link.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.banner-cookie {
    max-width: 476px;
    border-radius: 12px;
    border-top: 4px solid var(--text-e20613);
    box-shadow: 0px 0px 15px 0px #0936071F;
    padding: 24px;
    background: white;
    z-index: 1000;
    position: fixed;
    bottom: 40px;
    left: 40px;
    font-size: 16px;
    user-select: none;
}
.banner-cookie input {
    border-color: #e6e6e6;
    background: #fff;
}
.banner-cookie input:checked {
    background: #fff;
    border-color: #cfcfcf;
}
.banner-cookie input:checked::after {
    border-left-color:#6b6b6b;
    border-bottom-color:#6b6b6b;
}
.banner-cookie__head__checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.banner-cookie__head__checkbox-wrapper label {
    margin: 0;
}
.banner-cookie__head hr {
    margin: 15px 0;
}
.banner-cookie__body {
    font-size: 14px;
    margin-bottom: 24px;
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.banner-cookie__body.cookie__hidden {
    grid-template-rows: 0fr;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 0;
}
.banner-cookie__body > * {
    overflow: hidden;
}
.banner-cookie__body__title {
    font-weight: 500;
    margin-bottom: 14px;
}
.banner-cookie__body__checkbox-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start
}
.banner-cookie__body__checkbox-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.banner-cookie__body__checkbox-item label {
    margin-bottom: 0;
}
.banner-cookie__bottom__btn-wrapper {
    display: flex;
    gap: 20px;
}
.banner-cookie .cookie__btn-primary {
    border: 1px solid var(--text-e20613);
}
.banner-cookie .cookie__btn-secondary {
    background: white;
    color: var(--text-e20613);
    border: 1px solid var(--text-e20613);
}
.banner-cookie .cookie__btn-secondary.cookie__disabled {
    background: white;
    color: var(--text-9e9e9e);
    border: 1px solid var(--text-9e9e9e);
}

@media screen and (max-width: 767px) {
    .banner-cookie {
        max-width: none;
        width: calc(100% - 32px); /* Отступы по бокам */
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 20px 16px;
        font-size: 15px;
    }

    .banner-cookie__head__checkbox-wrapper {
        gap: 10px;
    }

    .banner-cookie__head__checkbox-wrapper label {
        font-size: 14px;
        line-height: 1.4;
    }

    .banner-cookie__head hr {
        margin: 12px 0;
    }

    .banner-cookie__body {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .banner-cookie__body__title {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .banner-cookie__body__checkbox-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .banner-cookie__body__checkbox-item {
        gap: 10px;
    }

    .banner-cookie__body__checkbox-item label {
        font-size: 13px;
    }

    .banner-cookie__bottom__btn-wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .banner-cookie__bottom__btn-item {
        width: 100%;
    }

    .banner-cookie .btn {
        width: 100%;
        text-align: center;
        padding: 12px 16px;
        box-sizing: border-box;
    }
}

.bx-inclogofooter-logo img{
    width: 63px;
    height: auto;
    max-width: 100%;
}
.bx-inclogofooter-block.company_slogan{
    margin: 24px 0;
}
.bx-inclogofooter-block .bx-copyright{
    text-wrap: balance;
}
.bx-footer-block.bx-inclogo{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--text-9e9e9e);
}
.bx-city-content_block{
    display: flex;
}
.bx-city-content_block .bx-city-contacts-count{
    display: flex;
}
.bx-city-content_block .bx-city-contacts-count a{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-9e9e9e);
    text-wrap: nowrap;
    text-decoration: none;
}
.bx-city-content_block .bx-footer-block.bx-incContacts .bx-city-select {
    margin-bottom: 0;
}
.bx-city-content_block .bx-city-select a > span{
    border-bottom: unset;
}
.bx-footer .bx-city-phone__time {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-9e9e9e);
}
.bx-footer .make-a-call{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-ffffff);
    padding-bottom: 12px;
}
.bx-footer .bx-city-phone__phone svg{
    display: none;
}
.bx-footer .bx-city-phone__social{
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.bx-footer .social-item{
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    transition: 300ms;
}
.bx-footer .social-item_wa{
    background-image: url("../images/soc_footer_wa.svg");
}
.bx-footer .social-item_wa:hover{
    background-image: url("../images/soc_footer_wa_.svg");
}
.bx-footer .social-item_vk{
    background-image: url("../images/soc_footer_vk.svg");
}
.bx-footer .social-item_vk:hover{
    background-image: url("../images/soc_footer_vk_.svg");
}
.bx-footer .social-item_max{
    background-image: url("../images/soc_footer_max.svg");
}
.bx-footer .social-item_max:hover{
    background-image: url("../images/soc_footer_max_.svg");
}
.bx-footer .social-item_tg{
    background-image: url("../images/soc_footer_tg.svg");
}
.bx-footer .social-item_tg:hover{
    background-image: url("../images/soc_footer_tg_.svg");
}
.bx-footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-9e9e9e);
}
.bx-footer a:hover {
    color: var(--text-ffffff);
}
.bx-footer .bx-block-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-9e9e9e);
}


.bx-up {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 20vh;
    right: 9.2vh;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--text-ffffff);
}
.bx-up a {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_153_4084)'%3E%3Cpath d='M-8.86042e-08 10.973L2.21667 13L9.5 6.33976L16.7833 13L19 10.973L9.5 2.28571L-8.86042e-08 10.973Z' fill='%23D36071' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_153_4084'%3E%3Crect width='15' height='19' fill='white' transform='translate(0 15) rotate(-90)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
}

.bx-up:hover {
    background-color: var(--text-e20613);
}
.bx-up:hover a {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(176deg) brightness(121%) contrast(91%);
}

@media (max-width: 1023px) {
    .bx-up {
        bottom: 10vh;
        right: 2.1vh;
    }
}


.swiper-prev{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-image: url("../images/swiper-prev.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -65px;
    top: calc(50% - 22px);
}
.swiper-prev:hover{
    box-shadow: 0 0 15px 0 rgba(9, 54, 7, 0.12);
}
.swiper-next{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-image: url("../images/swiper-prev.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: -65px;
    top: calc(50% - 22px);
    transform: rotate(180deg);
}
.swiper-next:hover{
    box-shadow: 0 0 15px 0 rgba(9, 54, 7, 0.12);
}

.btn{
    border-radius: 6px;
    padding: 14px 24px;
    background: var(--text-e20613);
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-ffffff);
}
.btn-primary{

}
.btn-link{

}

.fields_item{
    position: relative;
}
input[type=text], input[type=password] {
    border-radius: 6px;
    padding: 8px 14px;
    width: 100%;
    height: 46px;
    background: var(--bg-f2f2f2);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-9e9e9e);
    border: none;
    outline: none;
}
input[type=text]:focus, input[type=password]:focus {
    border: 1px solid var(--text-219653);
}
input[type=text]:user-valid, input[type=password]:user-valid {
    border: 1px solid var(--text-219653);
}
input[type=text]:user-valid + .input-icon, input[type=password]:user-valid + .input-icon {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/input_valid.svg");
    right: 14px;
    top: 14px;
}
input[type=text]:user-invalid, input[type=password]:user-invalid {
    border: 1px solid var(--text-e20613);
}
input[type=text]:user-invalid + .input-icon, input[type=password]:user-invalid + .input-icon {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/input_invalid.svg");
    right: 14px;
    top: 14px;
}
textarea{
    border-radius: 8px;
    padding: 12px 14px;
    background: var(--bg-f2f2f2);
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-9e9e9e);
    resize: none;
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 18px;
    }

    .btn {
        padding: 12px 24px;
    }
}

/*
.workarea.mainarea{
    display: none;
}
.main-section{
    display: none;
}*/



/* page */

.tbl_1 table{
    /*border-collapse: collapse;*/
    border-spacing: 0;
    width: 100%;

    border-collapse: separate;
    overflow: hidden;
    background: var(--text-ffffff);
    border-radius: 12px;
    border: 1px solid var(--stroke-e8e8e8);
}
.tbl_1 table.limit{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tbl_1 table.limit tr:nth-child(n+9) {
    display: none;
}
.tbl_1 .td_name{
    display: none;
}
.tbl_1 td{
    min-height: 70px;
    padding: 13px;
    border-color: transparent;
    border-bottom: 1px solid var(--stroke-e8e8e8);
}

.tbl_1 tr:nth-last-of-type(1) td,  .tbl_1 table.limit tr:nth-child(n+8) td{
    border-bottom: 0;
}
.tbl_1 tr:first-child {
    background: var(--color);
}
.tbl_1_show_limit{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--stroke-e8e8e8);
    border-left: 1px solid var(--stroke-e8e8e8);
    border-right: 1px solid var(--stroke-e8e8e8);
    border-radius: 0 0 10px 10px;
    padding: 17px 24px;
    width: 100%;
    background: var(--color);
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-e20613);
}

@media (max-width: 991px) {
    .tbl_1 tr{
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }
    .tbl_1 tr:first-child {
        display: none;
    }
    .tbl_1 tr {
        background: var(--color);
        border: 1px solid var(--stroke-e8e8e8);
        border-radius: 8px;
        padding: 0 20px;
    }
    .tbl_1 table {
        border: 0;
    }
    .tbl_1 .td_name {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #2c3136;
    }
    .tbl_1 .td {
        grid-column: span 2 / span 2;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #77797b;
    }
    .tbl_1 td {
        min-height: 60px;
        padding: 12px 0;
        border-bottom: 1px solid var(--stroke-e8e8e8);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        align-items: center;
    }
    .tbl_1 tr:nth-last-of-type(1) td, .tbl_1 table.limit tr:nth-child(n+8) td {
        border-bottom: 1px solid var(--stroke-e8e8e8);
    }
    .tbl_1 td:nth-last-of-type(1){
        border-bottom: 0 !important;
    }
    .tbl_1_show_limit {
        border-radius: 8px;
        font-size: 14px;
        padding: 12px;
    }
}


.select_style {
    display: block;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--text-9e9e9e);
    border-radius: 4px;
    padding: 12px 24px;
    width: 100%;
    height: 44px;
    background: transparent;
    max-width: 240px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-4d4d4d);
}


.new-select__list {
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    user-select: none;
    margin-top: 4px;
    padding: 4px 12px;
    background: #fff;

    border: 1px solid var(--text-e20613);
    border-radius: 4px;
}

.new-select__list.on {
    display: flex;
    flex-direction: column;
}

.new-select__item span {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid var(--stroke-e8e8e8);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-1a1a1a);
}
.new-select__item:nth-last-of-type(1) span {
    border-bottom: none;
}

.new-select__item span:hover {
    color: var(--text-e20613);
}

.new-select:after {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    mask-image: url('../images/select_arrow.svg');
    mask-repeat: no-repeat;
    mask-size: 100%;
    background-color: var(--text-9e9e9e);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: var(--text-e20613);
}
.select_2_block .item{
    display: none;
    margin-top: 24px;
    border: 1px solid #e2e8fc;
    border-radius: 8px;
    width: 100%;
    padding: 16px 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1f1f1f;
}
.select_2_block .item.active{
    display: block;
}
.new-select.on{
    border-color: var(--text-e20613);
}

.filter_table .filters{
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.filter_table .select-wrapper{
    width: 240px;
    position: relative;
}


.page_text h2, .page_text .h2{
    padding-bottom: 32px;
    color: var(--text-4d4d4d);
}
.page_text img{
    border-radius: 8px;
}




#mrp-city-content .city-select-list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
}
#mrp-city-content .city-item{
    border-radius: 8px;
    padding: 12px 24px;
    background: var(--bg-f2f2f2);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-1a1a1a);
    text-decoration: none;
}
#mrp-city-content .city-item:hover, #mrp-city-content .city-item.active{
    background: var(--text-e20613);
    color: var(--text-ffffff);
}


.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.checkbox-custom {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
    top: 2px;
}
.checkbox-input:not(:checked) + .checkbox-custom {
    background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='17.5' height='17.5' rx='2.25' fill='white' stroke='%23E8E8E8' stroke-width='1.5' /%3E%3C/svg%3E") no-repeat center;
}
.checkbox-input:checked + .checkbox-custom {
    background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='19' height='19' rx='3' fill='%23219653' /%3E%3Cpath d='M6.5 9L9.5 12L13.5 8' stroke='white' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E") no-repeat center;
}
.checkbox-input:focus + .checkbox-custom {
    outline: 0;
    outline-offset: 0;
}
.checkbox-input:user-invalid + .checkbox-custom {
    background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='17.5' height='17.5' rx='2.25' fill='white' stroke='%23E20613' stroke-width='1.5' /%3E%3C/svg%3E") no-repeat center;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
    outline-offset: 0;
}



.label_promo{
    display: inline-block;
    border-radius: 4px;
    padding: 6px 12px;
    width: 70px;
    height: 32px;
    background: var(--text-e20613);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-ffffff);
}
.label_new{
    display: inline-block;
    border-radius: 4px;
    padding: 6px 12px;
    width: 87px;
    height: 32px;
    background: var(--text-219653);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-ffffff);
}
.label_pop{
    display: inline-block;
    border-radius: 4px;
    padding: 6px 12px;
    width: 114px;
    height: 32px;
    background: var(--element-20a0e1);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-ffffff);
}


.map_or_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    width: fit-content;
    border-radius: 55px;
    border: 1px solid var(--element-d36071);
    overflow: hidden;

}
.map_or_list .item{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--element-d36071);
    padding: 10px 16px;
    text-align: center;
    cursor: pointer;
}
.map_or_list .item:hover:not(.active){
    color: var(--text-e20613);
}
.map_or_list .item.active{
    background: var(--element-d36071);
    color: var(--text-ffffff);
    cursor: auto;
}