

/* Start:/local/templates/kanistra_template/assets/css/header_page.css?1753356661952*/
.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_page .authUser {
    border-left: 0.63px solid #cacaca;
}

.header_page .authUser_border {
    border-right: 0.63px solid #cacaca;
}

.header_page .authUser img,
.header_page .logoImg {
    filter: brightness(0%);
}

.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.scrolled {
    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/assets/css/fos.css?17597493552665*/
.overlay4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Затемнение фона */
    opacity: 0; /* Изначально прозрачность 0 */
    pointer-events: none; /* Блокируем события, когда невидимо */
    z-index: 999; /* За формой */
    transition: opacity 0.4s ease; /* Плавный переход для прозрачности */
}

.overlay4.show {
    opacity: 1; /* Делаем фон видимым */
    pointer-events: auto; /* Включаем события, когда видимо */
}

.popup,
.popup1 {
    position: fixed;
    top: 50%; /* Центр по вертикали */
    left: 100%; /* Начальное положение прямо за правым краем */
    transform: translateY(-50%); /* Центрируем по вертикали */
    width: 740px; /* Ширина всплывающего окна */
    height: auto; /* Высота по содержимому */
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: left 0.4s ease; /* Плавная анимация для появления */
    z-index: 1000; /* Чтобы форма была перед другими элементами */
    border-radius: 4px;
}

.popup.show {
    left: calc(50% - 370px); /* Центрируем по горизонтали */
}
.popup1.show {
    left: calc(50% - 370px); /* Центрируем по горизонтали */
}

.close_form {
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer;
}

.popup_content {
    padding: 78px 106px;
}

.popup_content .main_text {
    margin: 16px auto 54px;
    width: 80%;
}

.popup_content p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #b5b5b5;
}

.popup_content .text {
    color: #787878;
}

.popup_content .register {
    cursor: pointer;
}

.popup_content input {
    border: 1px solid #787878;
    border-radius: 4px;
    padding: 19px 24px;
    width: 531px;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #787878;
    margin-bottom: 20px;
}

.popup_content button {
    width: 100%;
    background: var(--light-orange);
    color: #333;
    margin-bottom: 30px;
}

.popup_content button:hover {
    background: #333;
    color: var(--light-orange);
    border: 1px solid #333;
    color: #fff;
}

/* End */


/* Start:/local/templates/kanistra_template/assets/css/about_company_list.css?17533566617880*/
.about_company_list .container {
    display: flex;
    gap: 73px;
}

.about_company_list_tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 64px;
    width: 150px;
}

.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;
}

.about_company_list_content {
    padding: 50px 0 100px 38px;
    border-left: 1px solid #cacaca;
}

.about_company_list h2 {
    margin-bottom: 48px;
    width: 97%;
}

.about_company_slider_title {
    padding: 24px 0;
    border-bottom: 1px solid #cacaca;
}

.standard_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}

.standard_text_main {
    /* width: 60%; */
    margin-left: auto;
    margin-bottom: 48px;
}

.about_company_list_short_information {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-bottom: 123px;
    border-radius: 4px;
    background: #f8f8f8;
}

.about_company_list_short_information_picture img {
    width: 100%;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.about_company_list_short_information_all_numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 53px 59px 53px 33px;
    row-gap: 20px;
    column-gap: 60px;
}

.about_company_list_short_information_numbers_item p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #333;
}

.about_company_list_short_information_numbers_item .about_company_list_short_information_numbers_item_title {
    font-size: 36px;
    margin-bottom: 13px;
}

/*СЛАЙДЕРЫ*/

.about_company_list_inform_one {
    margin-bottom: 48px;
}

.about_company_list_inform_two {
    margin-bottom: 120px;
}

.about_company_list_inform_text_picture {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.about_company_list_inform_text {
    padding: 56px 0;
}

.about_company_list_inform_title {
    margin-bottom: 20px;
    width: 70%;
}

.about_company_list_inform_text_standard {
    margin: 20px 0;
}

.about_company_list_inform hr {
    color: #cacaca;
    background-color: #cacaca;
    opacity: 1;
}

.about_company_list_button {
    background: #ffb630;
    color: #000;
}

.about_company_list_button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.arrow_button {
    padding: 19px 24px;
    border-radius: 4px;
    background: #fff;
    border: 0.78px solid #cacaca;
    cursor: pointer;
    transition: 0.3s;
}

.arrow_button.inactive {
    opacity: 0.4;
    cursor: not-allowed;
}

.arrow_button:hover:not(.inactive) {
    background: #ffb630;
    border: 0.78px solid #ffb630;
}

.about_company_list_inform_picture {
    position: relative;
    width: 480px;
    height: auto;
}

.about_company_list_first_arrow,
.about_company_list_second_arrow {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
}

.slider_picture {
    border-radius: 4px;
}

.slider_picture {
    border-radius: 4px;
    transition: opacity 0.3s; /* Плавный переход для прозрачности */
    opacity: 1; /* Начальная непрозрачность */
    width: 480px;
    height: auto;
}

.slider_picture.hidden {
    opacity: 0; /* Прозрачность для скрытия */
}

.services_list_company {
    width: 60%;
    margin-left: auto;
    margin-bottom: 120px;
}

.services_list_company_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 81px 20px 0;
    border-top: 1px solid #d9d9d9;
}

.services_list_company_item_number {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: #ffb630;
}

.services_list_company_text {
    width: 50%;
}

.about_company_list_picture {
    border-radius: 4px;
    width: 100%;
}

.about_company_list_text {
    text-align: justify;
    margin: 48px 0 120px;
}

.about_company_list_title_arrow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.about_company_list_title {
    width: 80%;
}

.about_company_list_arrow {
    display: flex;
    align-items: flex-start;
}

.about_company_list_slider_picture {
    display: flex;
}

/*СЛАЙДЕР ФОТОГРАФИЙ*/

.about_company_list_slider_picture {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.about_company_list_slider_picture::-webkit-scrollbar {
    display: none;
}

.about_company_list_slider_item {
    flex: 0 0 auto;
    width: 20vw;
}

.about_company_list_slider_item img {
    width: 100%;
    border-radius: 4px;
}

@media screen and (max-width: 1250px) {
    .standard_text_main,
    .services_list_company {
        width: 100%;
    }

    .about_company_list_title_arrow {
        gap: 40px;
    }

    .about_company_list_short_information {
        grid-template-columns: 100%;
    }

    .about_company_list_short_information_picture img {
        border-radius: 4px 4px 0 0;
    }

    .about_company_list_short_information_all_numbers {
        padding: 50px;
    }

    .about_company_list_inform_text_picture {
        flex-direction: column;
        align-items: flex-end;
        gap: 0;
    }

    .about_company_list_inform_two .about_company_list_inform_text_picture {
        flex-direction: column-reverse;
    }

    .about_company_list_text {
        margin: 48px 0;
    }

    .services_list_company,
    .about_company_list_inform_two,
    .about_company_list_short_information {
        margin-bottom: 48px;
    }

    .about_company_list_inform_text {
        padding: 0 0 56px;
    }

    .about_company_list_slider_item {
        width: 15vw;
    }
}

@media screen and (max-width: 950px) {
    .about_company_list_short_information_all_numbers {
        padding: 10px;
    }

    .about_company_list_inform_title,
    .services_list_company_text,
    .about_company_list_title {
        width: 100%;
    }

    .about_company_list_title_arrow {
        flex-direction: column;
    }

    .services_list_company_item {
        padding: 20px 0;
        gap: 20px;
    }

    .about_company_list_arrow {
        justify-content: flex-end;
    }

    .arrow_button {
        padding: 10px 15px;
    }

    .about_company_list_slider_item {
        width: 35vw;
    }

    .slider_picture,
    .about_company_list_inform_picture {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .about_company_list_content {
        overflow-y: auto !important;
        height: auto !important;
    }

    .about_company_list_slider_item {
        width: 50vw;
    }

    .about_company_list_tabs {
        margin: 0 auto;
    }

    .about_company_list_no_characteristic .container {
        align-items: normal !important;
    }
}

/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/catalog.search/custom-search/style.css?1759325738163*/
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/components/bitrix/sale.basket.basket.line/store_v3_inline2/style.css?1753356661318*/
.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/components/bitrix/menu/template/style.min.css?1753356661490*/
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/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/components/bitrix/catalog.section.list/devide-template/style.min.css?17533566616236*/
.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/components/bitrix/form.result.new/contact/style.css?1759488357666*/
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/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/components/bitrix/form.result.new/contact/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/kanistra_template/styles.min.css?1753356661455*/
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:.6em 0}#workarea ul{list-style-type:disc}
/* End */


/* Start:/local/templates/kanistra_template/template_styles.css?175973504515678*/
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/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/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/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/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/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;
}

/* Сетка плитки */

#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);
}

#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);
    }
}

/* End */
/* /local/templates/kanistra_template/assets/css/header_page.css?1753356661952 */
/* /local/templates/kanistra_template/assets/css/fos.css?17597493552665 */
/* /local/templates/kanistra_template/assets/css/about_company_list.css?17533566617880 */
/* /local/templates/kanistra_template/components/bitrix/catalog.search/custom-search/style.css?1759325738163 */
/* /local/templates/kanistra_template/components/bitrix/sale.basket.basket.line/store_v3_inline2/style.css?1753356661318 */
/* /local/templates/kanistra_template/components/bitrix/menu/template/style.min.css?1753356661490 */
/* /local/templates/kanistra_template/components/bitrix/catalog.section.list/devide-template/style.min.css?17533566616236 */
/* /local/templates/kanistra_template/components/bitrix/form.result.new/contact/style.css?1759488357666 */
/* /local/templates/kanistra_template/styles.min.css?1753356661455 */
/* /local/templates/kanistra_template/template_styles.css?175973504515678 */
