

/* Start:/bitrix/templates/restola/components/bitrix/breadcrumb/.default/style.css?1757290438513*/
.bx-breadcrumb{
	display: flex;
	gap: 8px;
}
.bx-breadcrumb-item{
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #A3B0BE;
}
.bx-breadcrumb-item span{
	margin-left: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #A3B0BE;
}
.bx-breadcrumb-item:first-child span{
	margin-left: 0px;
}
.bx-breadcrumb-item.last-item, .bx-breadcrumb-item.last-item *{
	color: #36273B!important;
}
@media screen and (max-width: 1000px) {
	.type_page div.bx-breadcrumb{
		margin-bottom: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/catalog.search/page-search/style.css?1757290438694*/
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;}
.search_form{
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.search_form .input_line{
	width: 50%;
}
.search_form .input_line input{
	width: calc(100% - 40px);
}
.search_form .restole_btn{
	max-width: 200px;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.search_form {
		flex-direction: column;
	}
	.search_form .input_line{
		width: 100%;
	}
	.search_form .restole_btn{
		max-width: initial;
		width: calc(100% - 90px);
	}
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/system.pagenavigation/visual-bytplast/style.css?17572904381054*/
.catalog__pagination{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 96px;
	margin-top: 20px;
}
.page__count_wrapper {
	display: flex;
	align-items: center;
	gap:20px;
}
.page__count_wrapper p{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #A3B0BE;
}
.page__count__list{
	display: flex;
	gap: 8px;
}
.page__count__list button{
	background: transparent;
	border: none;
	padding: 4px 10px;
	color: #A3B0BE;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}
.page__count__list button.active{
	background: #D5E8DD;
	color: #36273B;
}

.pagination__elems {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pagination__elems li:first-child,
.pagination__elems li:last-child {
	width: 40px;
	height: 40px;
}

.pagination__svg__icon {
	width: 40px;
	height: 40px;
}

.pagination__elems li{
	width: 27px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination__elems li a{
	color: #A3B0BE;
}
.pagination__elems li.page__active {
	background: #D5E8DD;
}

/* End */


/* Start:/bitrix/templates/restola/components/bitrix/catalog.section/page-search/style.css?1763538538169*/
.catalog__list_wrapper{
	display: flex
;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	gap: 25px;
}
.products__item{
	width: calc(25% - 20px);
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/catalog.item/product/style.css?17572904384575*/
.product_item{
    height: 100%;
}
.product_item_picture{
    //width: 300px;
    //height: 242px;
    display: flex;
    padding: 29px 0px;
    justify-content: center;
}
.product_item_picture img{
    width: 100%;
    height: fit-content;
}
.product_item_article--copy{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    gap: 6px;
}
.product_item_article--copy::after{
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/bitrix/templates/restola/img/copy.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.product_item_name{
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.product_item_fast_view{
    visibility: hidden;
    display: flex;
    margin-top: auto;
    background-color: #D5E8DD;
    height: 41px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor:pointer;
    margin-top: auto;
}
.product_item_wrap{
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product_item_wrap:hover{
    border: 1px solid #C1CEDC;
}
.product_item_wrap:hover .product_item_fast_view{
    visibility: visible;
    opacity: 1;
}
.product_item_desc{
    padding: 12px;
    padding-top: 0px;
}


/* Обёртка слайдера */
.product-card-fast-view-slider {
    max-width: 400px;
    margin-right: 20px;
}

/* Стрелки навигации */
.product-card-fast-view-slider-simple-navigation-left,
.product-card-fast-view-slider-simple-navigation-right {
    width: 30px;
    height: 30px;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.product-card-fast-view-slider-simple-navigation-left {
    left: 0;
}
.product-card-fast-view-slider-simple-navigation-right {
    right: 0;
}

/* Слайдер */
.product-card-fast-view-slider-items img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Миниатюры */
.product-card-fast-view-slider-all-picture-items {
    margin-top: 10px;
}
.product-card-fast-view-slider-all-picture-item {
    padding: 5px;
    cursor: pointer;
}
.product-card-fast-view-slider-all-picture-item img {
    width: 60px;
    height: auto;
    border: 2px solid transparent;
}
.product-card-fast-view-slider-all-picture-item.slick-current img {
    border-color: #333;
}

/* Контент продукта */
.product-card-fast-view-product-content {
    max-width: 450px;
}
.product-card-fast-view-product-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-card-fast-view-product-description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.btn-dark {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .catalog_wrapper{
        flex-direction: column;
    }
    .catalog__filter_wrapper, .catalog__content_wrapper{
        width: 100%;
    }
    .smart__filter__actions {
        flex-direction: row;
    }
    .catalog__filter_wrapper.hid{
        display: none;
    }
    .page__head__section__wrapper__three.page__catalog .main_border_center{
        display: none;
    }
    .page__head__section__wrapper__three.page__catalog{
        flex-direction: column-reverse;
    }
    .product__counts{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .products__item{
        width: 33%;
    }
}
@media screen and (max-width: 480px) {
    .catalog__actions{
        flex-direction: column-reverse;
    }
    #show__filter__button{
        width: 100%;
    }
    .sort_wrapper{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .products__item{
        width: 50%;
    }
    .catalog__pagination{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .page__count_wrapper{
        justify-content: space-between;
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .sort_wrapper{
        gap: 0px;
        justify-content: space-between;
    }
    .sort_wrapper p, .sort_wrapper select{
        font-size: 14px;
    }
    .products__item{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/catalog.section/page-search/themes/blue/style.css?1757290438825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /bitrix/templates/restola/components/bitrix/breadcrumb/.default/style.css?1757290438513 */
/* /bitrix/templates/restola/components/bitrix/catalog.search/page-search/style.css?1757290438694 */
/* /bitrix/templates/restola/components/bitrix/system.pagenavigation/visual-bytplast/style.css?17572904381054 */
/* /bitrix/templates/restola/components/bitrix/catalog.section/page-search/style.css?1763538538169 */
/* /bitrix/templates/restola/components/bitrix/catalog.item/product/style.css?17572904384575 */
/* /bitrix/templates/restola/components/bitrix/catalog.section/page-search/themes/blue/style.css?1757290438825 */
