

/* Start:/local/templates/kanistra_template_all/assets/css/header_page.css?17533566621050*/
.header_page .header_top_text {
    color: #333;
    position: relative;
    z-index: 10000;
}

.header_page .header_top span.phone {
    font-size: 20px;
    padding-right: 20px;
    color: #333;
}

.header_basket .authUser {
    border-left: 0.63px solid #cacaca;
}

.header_icon_lk .authUser_border {
    border-right: 0.63px solid #cacaca;
}

.logoImg {
    filter: brightness(0%);
}
.logoImg__color {
    filter: none;
}
.authUser img {
    filter: brightness(0%);
}
.authUser {
    border-left: 0.63px solid #cacaca;
}
.header_page .catalog_menu:hover {
    background: #ffdd0030;
    color: #333;
}

.header_page .catalog_menu:hover .burger span {
    background: var(--black);
}

.header_page nav.header_top_auth a {
    color: #333;
}

.header_page {
    background: #fff;
}

.header_page .header_top_auth a:hover {
    background: #ffdd0030;
}

.header_page .header_top_auth .catalog_menu a:hover,
.header_page .header_top_auth .header_top_auth_phone:hover {
    background: none;
}

/* End */


/* Start:/local/templates/kanistra_template_all/assets/css/newsslider.css?17533649022408*/
.news_slider {
    padding: 20px 0 70px;
}

.news_slider .h2 {
    margin-bottom: 48px;
}

.news_slider_title_arrow {
    display: flex;
    justify-content: space-between;
}

.news_slider_arrow {
    display: flex;
    align-items: flex-start;
}

.news_all_slides {
    display: flex;
    justify-content: space-between;
}

.news_slide {
    width: min-content;
    min-height: 464px;
    position: relative;
}

.news_slide_data {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    margin: 24px 0 8px;
}

.news_slide_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 130%;
}

.news_slide_picture {
    border-radius: 4px;
}

.news_link {
    opacity: 0;
    transition: 0.3s;
}

.news_slide:hover .news_link {
    opacity: 1;
}

.news_link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    position: absolute;
    bottom: 0;
}

.news_link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #ffb630;
    transition: width 0.3s ease-out;
}

.news_link:hover:before {
    width: 100%;
}

/*для скролла*/

.news_all_slides {
    display: flex;
    flex-wrap: wrap;
    /* overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; */
    gap: 16px;
}

.news_all_slides::-webkit-scrollbar {
    display: none;
}

.news_slide {
    flex: 0 0 auto;
}
.show-more {
    color: #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ffb630;
    border: 2px solid #ffb630;
    transition: 0.3s;
    padding: 10px 20px;
}
.show-more:hover {
    background: none;
}

/*АДАПТИВ*/

@media screen and (max-width: 1500px) {
    .news_all_slides {
        justify-content: normal;
        gap: 20px;
    }
}

@media screen and (max-width: 1250px) {
}

@media screen and (max-width: 950px) {
}

@media screen and (max-width: 650px) {
}

/* End */


/* Start:/local/templates/kanistra_template_all/assets/css/allproductcategories.css?175941952010308*/
.all_product_categories {
    padding: 25px 0 120px;
}

.bread_crumbs {
    margin-bottom: 24px;
}
.bread_crumbs a {
    transition: 0.3s;
}

.bread_crumbs a:hover {
    color: #333;
}
.all_product_filter_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 48px 0;
}

.product_filter_card {
    border: 0.5px solid #cacaca;
    border-radius: 4px;
    padding: 24px 51px 21px 30px;
    min-height: 126px;
    cursor: pointer;
    transition: 0.3s ease;
}
.product_filter_card:hover {
    background-color: #d3d3d3;
}

.title_product_filter_card {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.filters {
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    margin-bottom: 48px;
    max-width: max-content;
}

.filter_in_stock label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.open_all_filters {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 22px 56px 22px 30px;
}

.filter_in_stock input,
.filter_in_stock label {
    cursor: pointer;
}

.open_all_filters p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0;
}

.all_product_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 80px;
}

.product_card {
    padding: 24px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    transition: 0.3s;
    position: relative;
}

.product_card_picture {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    min-height: 220px;
}

.product_card_icon {
    padding: 5px;
    border: 0.5px solid #cacaca;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

.product_card_icon_catalog {
    display: none;
    position: absolute;
    top: 40px;
    right: 24px;
}

.product_card_icon_favorites {
    top: 80px;
    border: 0.5px solid #cacaca;
}

.product_card:hover .product_card_icon_catalog {
    display: block;
}

.product_card_icon:hover {
    background: #ffb630;
    border: 0.5px solid #ffb630;
}

.product_card_icon:hover img {
    filter: grayscale(1) brightness(1000%);
}

.product_card_firm {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #787878;
}

.product_card_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin: 36px 0 12px;
    cursor: pointer;
    transition: 0.3s;
    min-height: 60px;
    display: block;
}

.product_card_short_information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0 24px;
}

.product_card_availability {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #48720e;
}

.product_card_article {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}

.product_card_sum {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #333;
}

.adding_product {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    border-top: 1px solid #cacaca;
}

.adding_product_count {
    background: #f8f8f8;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #787878;
    gap: 20px;
}

.adding_product_count img {
    width: 12px;
    height: 12px;
}

.adding_product_basket {
    background: #ffb630;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    width: 50%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: 2px solid transparent;
    transition: 0.3s ease;
}
.adding_product_basket:hover {
    background: #d3d3d3;
    color: #fff;
}
.adding_product div {
    width: 50%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.product_card:hover .adding_product {
    display: flex;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    gap: 16px;
}

.pagination a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #333;
    border-radius: 2px;
    padding: 10px;
    width: 36px;
    height: 36px;
}

.pagination a.active {
    background: #ffb630;
}

/*БЛОК С ФИЛЬТРАМИ*/

.filter_block {
    position: fixed;
    left: -455px; /* Сначала скрываем меню за пределами экрана */
    /* top: var(--header-height); Используем переменную для высоты шапки */
    /*height: calc(100vh - var(--header-height)); Высота меню */
    top: 0;
    height: 100vh;
    width: 455px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: transform 0.3s ease; /* Плавный переход */
    z-index: 2;
    padding: 60px 28px;
}

.filter_block.active {
    transform: translateX(455px); /* Двигаем меню в область видимости */
}

.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0); /* Начальное значение с нулевой непрозрачностью */
    z-index: 1;
    transition: 0.3s; /* Плавные переходы */
    opacity: 0; /* Начальная непрозрачность */
    visibility: hidden; /* Элемент невидим */
}

.overlay2.active {
    background: rgba(0, 0, 0, 0.5); /* Устанавливаем затемнение */
    opacity: 1; /* Полная непрозрачность */
    visibility: visible; /* Делает элемент видимым */
}

.search {
    display: flex;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 48px;
}

.search-field {
    border: 1px solid #cacaca;
    padding: 15px 12px;
    width: 100%;
}

.search-field input {
    border: none;
    width: 100%;
}

.search-icon {
    padding: 11px 14px;
    background: #ffb630;
}

.filter_block_item {
    padding: 13px 0;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #161616;
    border-bottom: 1px solid #c2c2c2;
}

.filter_block_item summary {
    display: flex;
    justify-content: space-between;
}

.filter_block_item[open] .filter_block_item_arrow {
    transform: rotate(180deg);
}

.filter_block_item[open] {
    border-bottom: none;
}

.filter_block_item[open] summary {
    padding-bottom: 13px;
    border-bottom: 1px solid #c2c2c2;
}

.filter_block_item_content {
    padding: 12px 0 4px;
}

.custom-checkbox {
    display: none;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #333;
    border-radius: 2px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #9c9c9c;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
    background-image: url("/local/templates/kanistra_template_all/assets/css/../img/header/checkbox.png");
    background-size: auto;
}

.filter_block_item_content_oil_type {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.filter_block_button {
    display: flex;
    gap: 9px;
    margin-top: 90px;
}

.filter_block_button .button {
    height: auto;
    width: 100%;
    padding: 15px 0;
    color: #333;
}

.yellow_button {
    background: #ffb630;
}

.yellow_button:hover {
    background: #fff;
    border: 1px solid #333;
}

.white_button {
    border: 1px solid #333;
}

.white_button:hover {
    border: 1px solid #ffb630;
}

.product_card_title:hover {
    color: #ffb630;
}
/*АДАПТИВ*/

@media screen and (max-width: 1250px) {
    .all_product_filter_cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .all_product_cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 950px) {
    .all_product_filter_cards {
        grid-template-columns: 1fr 1fr;
    }

    .product_filter_card {
        padding: 10px;
        min-height: 70px;
        margin: 5px;
    }

    .all_product_cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 650px) {
    .all_product_filter_cards {
        grid-template-columns: 1fr;
    }

    .product_filter_card {
        margin: 0 0 5px 0;
        min-height: auto;
    }

    .all_product_cards {
        grid-template-columns: 1fr;
    }
}
.product_card_picture img {
    max-width: 100%;
    max-height: 200px;
}

.sale-info {
    position: absolute;
    padding: 8px 16px;
    background: #d53535;
    color: #fff;
    font-size: 20px;
    left: 23px;
}

.product_card_sum {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.product_card_sum span.oldPrice {
    text-decoration: line-through;
    color: #f00;
}

/* End */


/* Start:/local/templates/kanistra_template_all/assets/css/about_company.css?17533566622195*/
.bread_crumbs {
    padding-top: 154px;
}

.main_block_page {
    background-image: url("/local/templates/kanistra_template_all/assets/css/../img/picture.png");
    background-size: auto;
    background-repeat: no-repeat;
    height: 600px;
}

.main_block_page_content {
    width: 40%;
    padding-top: 120px;
}

.main_block_page_content .h2 {
    color: #fff;
    margin-bottom: 24px;
    width: 100%;
}

.white_text_main {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}
.about_company_list {
    border-top: 1px solid #cacaca;
}
.about_company_list .container {
    display: flex;
    gap: 73px;
}
.about_company_list_tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 64px;
    padding-bottom: 30px;
    width: 150px;
    position: sticky;
    top: 150px;
    height: min-content;
}

.about_company_list_tabs a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    width: max-content;
    position: relative;
    display: inline-block;
}

.about_company_list_tabs a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #ffb630;
    transition: width 0.3s ease-out;
}

.about_company_list_tabs a:not(.active):hover:before {
    width: 100%;
}

.about_company_list_tabs .active {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    border-bottom: 1px solid #ffb630;
}
@media screen and (max-width: 650px) {
    .about_company_list_tabs {
        padding-top: 50px;
        align-items: center;
    }

    .about_company_list .container {
        flex-direction: column;
        align-items: center;
    }

    .certificates,
    .partners,
    .vacancies,
    .about_company_list_content {
        padding: 0 0 50px 0 !important;
        border-left: none !important;
    }

    .certificates_all {
        grid-template-columns: 1fr 1fr;
    }

    .popup_certificates img {
        width: 80vw;
    }
}

/* End */


/* Start:/local/templates/kanistra_template_all/assets/css/history.css?17533566625782*/
.history {
    padding: 50px 0 400px 40px;
    border-left: 1px solid #cacaca;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.history_title_arrow {
    display: flex;
    justify-content: space-between;
}

.history_arrow {
    display: flex;
    align-items: flex-start;
}

.history_left,
.history_right {
    padding: 19px 24px;
    border-radius: 4px;
    background: #fff;
    border: 0.78px solid #cacaca;
    cursor: pointer;
    transition: 0.3s;
}

.history_left.inactive,
.history_right.inactive {
    opacity: 0.4; /* Прозрачность для неактивной кнопки */
    cursor: not-allowed; /* Изменение курсора на "не разрешено" для неактивной кнопки */
}

.history_left:hover:not(.inactive),
.history_right:hover:not(.inactive) {
    background: #ffb630; /* Подсветка только для активных кнопок */
    border: 0.78px solid #ffb630;
}

.history_mini_text {
    margin-bottom: 48px;
    width: 64%;
}

.history_year {
    margin: 48px 0;
    display: flex;
    align-items: center;
    gap: 120px;
}

.history_year_item {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 73px;
    text-align: center;
    color: #cacaca;
    min-width: 280px !important;
    max-width: 250px;
}

.history_year_item.active {
    font-size: 104px;
    color: #ffb630;
}

.history_slider_inform_item {
    display: flex;
    align-items: flex-start;
    gap: 104px;
    width: 70%;
}

.history_slider_inform_item img {
    width: 128px;
    height: auto;
    border-radius: 4px;
}

.history_year_item.opacity,
.history_slider_inform_item.opacity {
    opacity: 0;
}

.history_line {
    display: flex;
}

.history_line_item {
    position: relative;
    border-bottom: 1px solid #787878;
    width: 100%;
}

.history_line_item_yellow {
    border-bottom: 1px solid #ffb630;
}

.history_circle {
    position: absolute;
    left: 0;
    top: -7px;
    border: 1px solid #333;
    border-radius: 50%;
    background: #ffb630;
    height: 15px;
    width: 15px;
}

.history_circle_white {
    background: #fff;
}

/*плавность*/

.history_year {
    margin: 48px 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Центрируем все элементы */
    overflow: hidden; /* Скрываем лишние элементы */
    position: relative; /* Для управления позиционированием */
}

.history_year_container {
    display: flex;
    transition: transform 0.5s ease; /* Плавный переход для горизонтального слайдера */
}

.history_year_item {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 73px;
    text-align: center;
    color: #cacaca;
    max-width: 250px;
    margin: 0 10px; /* Добавляем отступы между годами */
    transition: opacity 0.5s ease; /* Плавный переход для года */
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_year_item.active {
    font-size: 104px;
    color: #ffb630;
}

.history_slider_inform_item {
    opacity: 0; /* Начальное значение - невидимый */
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute; /* Позволяет скрыть занимание места */
    left: 40px;
    top: 65%;
    bottom: 0;
}

.history_slider_inform_item.show {
    opacity: 1; /* Показать при добавлении класса */
    transform: translateY(0); /* Начальное положение по Y */
}

.history_slider_inform_item.hide {
    opacity: 0; /* Скрыть при удалении класса */
    transform: translateY(20px); /* Поднять элемент при скрытии */
}

.history_year_container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.section_point img {
    width: 5px;
    height: 5px;
    margin-bottom: 4px;
}

@media screen and (max-width: 1500px) {
    .history_year_item {
        min-width: 300px !important;
    }

    .history_line_item.adaptiv_none_1500 {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .history_slider_inform_item {
        gap: 30px;
        width: 85%;
    }

    .history_arrow {
        position: absolute;
        top: 220px;
        right: 0;
    }

    .history_line_item.adaptiv_none_1250 {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .history {
        padding: 120px 0 560px 40px;
    }

    .history_arrow {
        top: auto;
        right: auto;
        bottom: 40px;
        left: 50%;
        z-index: 9;
    }

    .history_left,
    .history_right {
        padding: 10px 15px;
    }

    .history_mini_text {
        width: 100%;
    }

    .history_slider_inform_item {
        flex-direction: column;
        align-items: center;
        top: 51%;
    }

    .history_year {
        margin: 30px 0;
    }

    .history_year_item {
        font-size: 40px;
    }

    .history_year_item.active {
        font-size: 50px;
    }

    .history_year_item {
        min-width: 170px !important;
    }
}

@media screen and (max-width: 650px) {
    .history {
        padding: 0 0 560px 0;
        border-left: none;
    }

    .history_slider_inform_item {
        width: 100%;
        left: 0;
        top: 43%;
    }

    .history_arrow {
        left: 40%;
    }
}

/* End */


/* Start:/local/templates/kanistra_template_all/assets/css/product_card_details.css?17594769624329*/
.product_card_details {
    padding: 178px 0 120px;
}

.product_card_details .h2 {
    margin: 48px 0;
}

.product_details_picture_main {
    display: grid;
    grid-template-columns: calc(40% - 21px) 60%;
    gap: 21px;
    padding-bottom: 48px;
    border-bottom: 1px solid #cacaca;
}

.product_details_picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 48px;
    padding-bottom: 24px;
}
.product_card_icon {
    display: none;
}
.product_details_icon {
    display: flex;
    gap: 4px;
}

.main_characteristics_price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.main_characteristics {
    white-space: nowrap;
}

.main_characteristics_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #333;
    margin-bottom: 24px;
}

.main_characteristics_all {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.main_characteristics_item_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #787878;
}

.main_characteristics_item_text span {
    color: #333;
}

.main_price {
    width: 366px;
}

.main_price_top {
    box-shadow: 0 2px 9px 0 rgba(12, 12, 13, 0.15);
    border-radius: 4px;
    margin-bottom: 24px;
}

.main_price_top .adding_product {
    display: flex;
    position: static;
    border-top: none;
}

.main_price_top .product_price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    color: #333;
    margin-bottom: 12px;
}

.main_price_inform {
    padding: 32px;
}

.product_number {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #48720e;
}

.main_price_bottom {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    gap: 8px;
    width: 68%;
}

.non_bold_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}

.go_to_products:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #ffb630;
    transition: width 0.3s ease-out;
}

.go_to_products:hover:before {
    width: 100%;
}

.product_description,
.product_characteristics {
    width: 75%;
    margin: 0 auto;
}

.product_description .main_characteristics_title {
    margin: 48px 0;
}

.product_characteristics .main_characteristics_title {
    margin: 70px 0 24px;
}

.part_characteristics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.characteristics_item {
    border-top: 0.5px solid #cacaca;
    padding: 16px 0;
}

.characteristics_item_text {
    display: flex;
    justify-content: space-between;
    width: 80%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #787878;
}

.characteristics_item_value {
    color: #333;
}

/*АДАПТИВ*/

@media screen and (max-width: 1250px) {
    .main_characteristics_price {
        gap: 32px;
    }

    .main_price_bottom {
        width: 100%;
    }

    .product_description,
    .product_characteristics {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .h2 {
        width: auto;
    }

    .product_details_picture_main {
        display: flex;
        flex-direction: column;
    }

    .main_price {
        width: auto;
    }
}

@media screen and (max-width: 650px) {
    .main_characteristics_price {
        flex-direction: column;
    }

    .main_characteristics {
        text-align: center;
    }

    .part_characteristics {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .characteristics_item_text {
        width: 100%;
    }
}
.product_details_images {
    width: 300px;
    height: auto;
}
.product_description_text {
    font-size: 16px;
}

/* End */


/* Start:/local/templates/kanistra_template_all/components/bitrix/catalog.search/custom-search/style.css?1759334451163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/local/templates/kanistra_template_all/components/bitrix/sale.basket.basket.line/store_v3_inline1/style.css?1753356662318*/
.catalog-cart-counter-menu {
    background: var(--red);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 3px;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    width: 17px;
}

.d-flex {
    position: relative;
}

/* End */


/* Start:/local/templates/kanistra_template_all/components/bitrix/menu/template/style.min.css?1753356662490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/kanistra_template_all/components/bitrix/menu/template/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/kanistra_template_all/components/bitrix/catalog.section.list/devide-template/style.min.css?17533566626236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/kanistra_template_all/components/bitrix/breadcrumb/breadcrumb/style.min.css?1753356662467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/kanistra_template_all/components/bitrix/form.result.new/contact/style.css?1759746641666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/kanistra_template_all/components/bitrix/form.result.new/contact/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/kanistra_template_all/components/bitrix/form.result.new/contact/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/kanistra_template_all/styles.css?1755859307693*/
img {
    border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 1.3em 0 1em;
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    font-size: 200%;
    margin: 0 0 1em;
}
h2 {
    font-size: 160%;
}
h3 {
    font-size: 140%;
}
h4 {
    font-size: 140%;
}
h5 {
    font-size: 120%;
}
h6 {
    font-size: 100%;
}

hr,
.hr {
    border-top: 1px solid;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 12px 0;
    overflow: hidden;
    padding: 0;
}

#workarea ol li,
#workarea ul li {
    margin: 0.6em 0;
}
#workarea ul {
    list-style-type: disc;
}

.sale_order_full_table {
    margin: 0 auto;
}

/* End */


/* Start:/local/templates/kanistra_template_all/template_styles.css?175941950116244*/
html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 80.01%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
    margin: 0;
    padding: 0;
}
form.main-form {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page-wrapper {
    min-height: 100%;
    /*width:878px;*/
    margin: 0 auto -90px;
}

* html #page-wrapper {
    height: 100%;
}

#header {
    height: 106px;
    position: relative;
    z-index: 10;
    width: 878px;
    margin: 0 auto;
}

#top-menu {
    position: absolute;
    top: 46px;
    width: 638px;
    height: 30px;
    right: 0;
}

#top-menu-inner {
    margin-left: 16px;
    padding-right: 16px;
    height: 30px;
}

#logo {
    width: 235px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

#logo td {
    padding: 0;
}
#logo a {
    outline: none;
}

#top-icons {
    overflow: hidden;
    height: 15px;
    position: absolute;
    top: 17px;
    width: 200px;
    left: 252px;
}
#top-icons a {
    float: left;
    margin-right: 31px;
}

a.home-icon {
    width: 12px;
    height: 11px;
}
a.search-icon {
    width: 12px;
    height: 12px;
}
a.feedback-icon {
    width: 14px;
    height: 10px;
}

#banner {
    margin: 0 auto;
    width: 878px;
    height: 153px;
    position: relative;
}
#banner-layout {
    height: 142px;
    table-layout: fixed;
}
#banner-overlay {
    height: 153px;
    position: absolute;
    width: 437px;
    left: 0;
    top: 0;
}
#banner-image {
    padding: 0;
    width: 437px;
    vertical-align: top;
}
#banner-image div {
    width: 437px;
    height: 142px;
    overflow: hidden;
}
#banner-slogan {
    padding: 0;
    width: 441px;
    font-family: Arial;
    font-style: italic;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 0 32px;
}

#content {
    width: 878px;
    overflow: hidden;
    margin: 20px auto 29px;
    zoom: 1;
}

#sidebar {
    width: 233px;
    float: left;
}

#workarea {
    padding-top: 10px;
    width: 612px;
    float: right;
}

#footer {
    background: #f5f5f5 url(/local/templates/kanistra_template_all/images/footer-corner.gif) no-repeat left top;
    height: 90px;
    width: 878px;
    margin: 0 auto;
    position: relative;
}

#copyright {
    width: 49%;
    position: absolute;
    top: 20px;
    left: 25px;
}
#copyright p {
    margin: 0;
}
.footer-links {
    width: 50%;
    position: absolute;
    right: 25px;
    top: 20px;
}
#footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
#footer-links li {
    display: inline;
    padding-left: 1.5em;
}

#space-for-footer {
    height: 90px;
}

#footer-design {
    width: 300px;
    position: absolute;
    right: 25px;
    top: 52px;
    text-align: right;
}
#footer-design a {
    color: #757575;
    font-size: 11px;
    text-decoration: none;
}
#footer-design a:hover {
    text-decoration: underline;
}

div.content-block {
    margin-bottom: 24px;
}
div.content-block-inner {
    padding: 22px 18px 22px 21px;
}

div.information-block div.top {
    height: 13px;
    border-right: 1px solid;
    font-size: 1px;
    background: #fff url(/local/templates/kanistra_template_all/images/sidebar-corners-form.gif) no-repeat left top;
}

div.information-block div.bottom {
    height: 13px;
    border-left: 1px solid;
    font-size: 1px;
    background: #fff url(/local/templates/kanistra_template_all/images/sidebar-corners-form.gif) no-repeat right bottom;
}

div.information-block-inner {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 9px 18px 9px 21px;
    zoom: 1;
}

div.information-block div.top,
div.information-block div.bottom,
div.information-block-inner {
    border-color: #e3e3e3;
}

#search {
    width: 190px;
    overflow: hidden;
}
#search div.rounded-box {
    float: left;
    width: 135px;
}
#search div.search-inner-box {
    border: 1px solid;
    padding-left: 20px;
    height: 20px;
    overflow: hidden;
    background: white url(/local/templates/kanistra_template_all/images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input {
    border: 1px solid;
    width: 110px;
    height: 18px;
    padding: 0;
    margin: 0;
}

#search input {
    vertical-align: top;
}
#search-button {
    float: right;
    width: 48px;
    border: 1px solid;
}
#search-button input::-moz-focus-inner {
    border: 0;
    padding: 0;
} /*Remove button padding in FF*/
#search-button input {
    display: block;
    border: none;
    background: none;
    width: 48px;
    padding: 0;
    margin: 0;
    font-family: Georgia, serif;
    font-size: 12px;
    height: 19px;
    cursor: pointer;
    cursor: hand;
    outline: none;
}

div.search-item h4 {
    margin-bottom: 0.4em;
}

dl.block-list {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
}
dl.block-list dt {
    margin: 1.5em 0 0.5em;
}
dl.block-list dd {
    margin: 0;
    padding: 0;
}
dl.block-list a {
    text-decoration: none;
    outline: none;
}
dl.block-list a:hover {
    text-decoration: underline;
}

#sidebar h3 {
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 1em;
    margin: 0 0 1em;
}

#left-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#left-menu li {
    margin: 0 0 0.7em;
    padding: 0 0 0.7em;
    display: block;
}

#left-menu a {
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 1em 1em 0;
    outline: none;
}

#left-menu li.last-item {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#left-menu li.selected a {
    padding-left: 1em;
}
#left-menu li.selected {
    text-indent: -1em;
    padding-left: 1em;
}

/* Navigation */
div.navigation {
    font-size: 100%;
    line-height: 200%;
}
span.navigation-title {
    padding-right: 0.65em;
    font-weight: bold;
}
div.navigation a {
    text-decoration: underline;
    padding: 0.2em 0.3em;
}
span.nav-current-page {
    padding: 0.2em 0.3em;
}
div.navigation span.arrow {
    font-size: 100%;
    font-family: Times, serif;
}
div.navigation span.ctrl {
    font-size: 85%;
}

/* Product List */
div.product-list {
    overflow: hidden;
}

div.product {
    overflow: hidden;
    width: 280px;
    height: 105px;
    margin: 0 25px 20px 0;
    position: relative;
    float: left;
}

div.product-alt {
    margin-right: 0;
}

div.product-image {
    width: 250px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
}

div.product-overlay {
    width: 280px;
    height: 105px;
    position: absolute;
    z-index: 1;
}

a.product-desc {
    float: right;
    height: 62px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    width: 142px;
    z-index: 2;
    font-size: 1em;
    text-decoration: none;
    padding: 13px 10px 30px 129px;
}

a.product-desc p {
    font-size: 0.85em;
    margin: 7px 0 0;
}

/* News List */
div.news-list {
    margin: 0 0 2em;
}
div.news-item {
    margin: 0 0 2em;
    padding: 0 0 2em;
    border-bottom: 1px solid;
}
div.news-date {
    margin: 0 0 1em;
}
div.news-title {
    font-size: 1em;
    margin: 0 0 1em;
    font-weight: bold;
}
a.news-detail-link {
    display: block;
    margin: 1em 0 0;
    outline: none;
}

/* Catalog List */
div.catalog-list,
div.catalog-detail {
    padding: 1em 0 0;
}
div.catalog-item {
    margin: 0 0 2em;
    padding: 0 0 2em;
    border-bottom: 1px solid;
    overflow: hidden;
    zoom: 1;
}
div.catalog-detail div.catalog-item {
    border: none;
}
div.catalog-item-title {
    margin: 0 0 1em;
}
div.catalog-item-title a {
    font-weight: bold;
}

div.catalog-item-image {
    float: left;
    margin: 0 1em 1em 0;
    border: 1px solid;
    padding: 4px;
}
div.catalog-item-price {
    clear: left;
    float: left;
    padding: 0.5em 1em;
    margin: 1em 0 0;
    font-weight: bold;
}
div.catalog-item-desc {
    clear: left;
}
div.catalog-item-desc-float {
}
div.catalog-item-properties {
    clear: both;
    padding: 1em 0 0;
    overflow: hidden;
}
div.catalog-item-property {
    margin: 0 0 1em;
    border-bottom: 1px dashed;
    float: left;
    width: 100%;
}
div.catalog-item-property b {
    float: right;
    position: relative;
    top: 0.31em;
    padding-left: 3px;
    font-style: italic;
    font-weight: normal;
}
div.catalog-item-property span {
    float: left;
    position: relative;
    top: 0.31em;
    padding-right: 3px;
    zoom: 1;
}
div.catalog-item-properties-title {
    font-size: 1em;
    font-weight: bold;
    margin: 2em 0 1em;
}

/* Special Product */
div.special-product-title {
    text-align: center;
    margin: 0 0 1em;
}
div.special-product-image {
    text-align: center;
    margin: 0 0 1em;
}
div.special-product {
    text-align: center;
}

/* Top menu */
#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul {
    margin: 0;
    padding: 0;
    min-height: 27px;
    width: 100%;
    list-style: none;
    font-size: 12px;
    float: left;
    background: none;
}

#horizontal-multilevel-menu a {
    display: block;
    padding: 5px 3px;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#horizontal-multilevel-menu li {
    float: left;
}
#horizontal-multilevel-menu li a.root-item {
    font-weight: bold;
    padding: 8px 12px 8px;
} /*Root items*/
#horizontal-multilevel-menu a.parent {
    background: url(/local/templates/kanistra_template_all/images/top-menu-arrow.gif) center right no-repeat;
} /*Item-parents*/
#horizontal-multilevel-menu li a.root-item-selected {
    font-weight: bold;
    padding: 8px 12px 8px;
} /*Root menu selected*/
#horizontal-multilevel-menu li.last-item {
    border: none;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul {
    position: absolute;
    top: auto;
    display: none;
    z-index: 500;
    height: auto;
    width: 163px;
    padding: 3px 11px;
    border: 1px solid;
}

#horizontal-multilevel-menu li li {
    width: 100%;
    border-bottom: 1px solid;
} /*Sub-menu item box*/
#horizontal-multilevel-menu li ul a {
    text-align: left;
    font-size: 12px;
} /*Item link*/
#horizontal-multilevel-menu li ul ul {
    margin: -27px 0 0 160px;
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul {
    display: none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li li:hover ul {
    display: block;
}

div.menu-clear-left {
    clear: left;
}

/*Common Elements */
div.content-form {
    padding-left: 1em;
}

.not__found {
    text-align: center;
    font-size: 150px;
    font-weight: 700;
    color: var(--light-orange);
}

.not__text {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.not__link {
    display: block;
    text-align: center;
    font-size: 20px;
    color: var(--light-orange);
    transition: 0.3s;
    margin-bottom: 20px;
}
/* Сетка плитки */

#search-results .search-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 7%;
    background: #fff;
    z-index: 100;
    height: 100vh;
    overflow: scroll;
}

/* Карточка */
#search-results .search-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

#search-results .search-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Картинка */
.search-card__image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
}

/* Тело карточки */
.search-card__body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Название */
.search-card__title {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #333;
    text-decoration: none;
}

/* Инфо: наличие и артикул */
.search-card__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.search-card__availability {
    display: flex;
    align-items: center;
}

.search-card__availability::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4caf50;
    border-radius: 50%;
    margin-right: 5px;
}

/* Цена */
.search-card__price {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.search-result-grid {
    background-color: #fff;
}

#live-search {
    border: none;
    padding: 8px 8px 3px 8px;
    background-color: transparent;
    border-bottom: 1px solid var(--gray);
    color: var(--black);
}

#live-search:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

/* Адаптивность */

@media (max-width: 600px) {
    #search-results .search-result-grid {
        grid-template-columns: 1fr;
    }

    .search-card__image img {
        height: 150px;
    }
}

/* Контейнер для поиска */
.live-search-wrapper {
    position: relative;
    width: 200px;
    overflow: hidden;
    transition: width 0.3s ease;
    height: 40px;
    /* высота иконки поиска */
    display: flex;
    align-items: center;
}

.live-search-wrapper.active {
    width: 250px;
    /* ширина развернутого поля */
}

/* Поле ввода */
#live-search {
    width: 100%;
    /* padding: 10px 15px;
    border: 2px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    background: white; */

    /* opacity: 0; */
    transition: opacity 0.3s ease;
}

.live-search-wrapper.active #live-search {
    opacity: 1;
}

/* Иконка поиска */
.header_logoMenu_menu-search {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.header_logoMenu_menu-search:hover {
    transform: scale(1.1);
}

/* Чтобы меню не прыгало */
.header_logoMenu_menu {
    display: flex;
    align-items: baseline;
    gap: 5px;
    /* расстояние между элементами */
}

.container-result {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.wrapper-search {
    position: relative;
}
.header_search-icon {
    position: absolute;
}
/* Для мобильных устройств */
@media (max-width: 768px) {
    .live-search-wrapper.active {
        width: 180px;
    }

    #live-search {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (max-width: 1400px) {
    #search-results .search-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1080px) {
    #search-results .search-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    #search-results .search-grid {
        padding-top: 124px;
    }
}

@media (max-width: 992px) {
    #search-results .search-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pagination-new {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    margin: 20px 0;
}

.pagination-new a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
    transition: all 0.3s ease;
}

.pagination-new a.active {
    background-color: var(--light-orange);
}

.pagination-new a:hover {
    background-color: var(--light-orange);
}

.pagination-new span.disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #ccc;
    color: #fff;
}

.pagination-new a.first,
.pagination-new a.prev,
.pagination-new a.next,
.pagination-new a.last {
    font-size: 16px;
}
.btn.btn-default.btn-buy.btn-sm {
    margin-bottom: 20px;
}

/* End */
/* /local/templates/kanistra_template_all/assets/css/header_page.css?17533566621050 */
/* /local/templates/kanistra_template_all/assets/css/newsslider.css?17533649022408 */
/* /local/templates/kanistra_template_all/assets/css/allproductcategories.css?175941952010308 */
/* /local/templates/kanistra_template_all/assets/css/about_company.css?17533566622195 */
/* /local/templates/kanistra_template_all/assets/css/history.css?17533566625782 */
/* /local/templates/kanistra_template_all/assets/css/product_card_details.css?17594769624329 */
/* /local/templates/kanistra_template_all/components/bitrix/catalog.search/custom-search/style.css?1759334451163 */
/* /local/templates/kanistra_template_all/components/bitrix/sale.basket.basket.line/store_v3_inline1/style.css?1753356662318 */
/* /local/templates/kanistra_template_all/components/bitrix/menu/template/style.min.css?1753356662490 */
/* /local/templates/kanistra_template_all/components/bitrix/catalog.section.list/devide-template/style.min.css?17533566626236 */
/* /local/templates/kanistra_template_all/components/bitrix/breadcrumb/breadcrumb/style.min.css?1753356662467 */
/* /local/templates/kanistra_template_all/components/bitrix/form.result.new/contact/style.css?1759746641666 */
/* /local/templates/kanistra_template_all/styles.css?1755859307693 */
/* /local/templates/kanistra_template_all/template_styles.css?175941950116244 */
