<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/template_mikros_v3/components/arturgolubev/search.page/catalog/style.css?17513397915456*/
.search-page * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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_page .sidebar-container {
	margin-right: 0;
}

.search_page .info-content {
	padding-left: 30px;
}

.search-page .search-title {
	font-weight: bold;
	color: #333;
}

.search-page .search-preview {
	float: left;
	margin-right: 15px;
	width: 120px;
	text-align: center;
}

.search-page .search-preview img {
	display: inline-block;
}

.search-page input[type=text] {
	background-color: #f8fafc;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-radius: 1px;
	outline: none;
}

.search-page input[type=text]:focus {
	background-color: #fff;
}

.search-page input[type=submit] {
	border-radius: 1px;
	height: 34px;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.search-page .clear {
	clear: both;
}

.search-language-guess,
.ag-spage-history {
	/* display: block;
	font-family: var(--fontBase);
	font-style: var(--fontStyle);
	font-weight: var(--fontWeight);
	font-size: var(--fontSizeAverage);
	line-height: 32px;
	color: var(--black);
	padding: 0; */
}

@media (min-width: 320px) {
	.ag-spage-history {
		margin-bottom: 10px;
	}
}

@media (min-width: 600px) {
	.ag-spage-history {
		margin-bottom: 20px;
	}
}

.search-language-guess a,
.ag-spage-history a {
	color: var(--blue);
	text-decoration: underline;
}

.ag-spage-history a:hover {
	text-decoration: underline;
}

.ag-spage-clarify-list {
	display: block;
	margin-bottom: 15px;
}

.ag-spage-clarify-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

.ag-spage-clarify-item {
	display: inline-block;
	color: #111;
	text-decoration: none;
	border: 1px solid #111;
	padding: 4px 10px;
	border-radius: 2px;
	margin-bottom: 6px;
	margin-right: 6px;
}

.ag-spage-clarify-item:hover {
	text-decoration: none;
	border: 1px solid #000;
}

.ag-spage-clarify-item.selected {
	text-decoration: underline;
}

@media (max-width:767px) {
	.search-page form {
		display: block;
		position: relative;
	}

	.search-page input[type="text"] {
		width: 100%;
	}

	.search-page input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* blue */
.search-page.theme-blue .search-title b {
	color: #5ca6e4;
}

.search-page.theme-blue hr {
	border-color: #0083d1;
}

.search-page.theme-blue input[type=text] {
	border-color: #0083d1;
}

.search-page.theme-blue input[type=submit] {
	border-color: #0083d1;
	background-color: #0083d1;
}

.search-page.theme-blue input[type=submit]:hover {
	border-color: #5ca6e4;
	background-color: #5ca6e4;
}

.search-page.theme-blue .ag-spage-clarify-item,
.search-page.theme-blue .ag-spage-clarify-item:hover {
	border-color: #5ca6e4;
}

/* black */
.search-page.theme-black .search-title b {
	color: #5c5c5c;
}

.search-page.theme-black hr {
	border-color: #333;
}

.search-page.theme-black input[type=text] {
	border-color: #333;
}

.search-page.theme-black input[type=submit] {
	border-color: #333;
	background-color: #333;
}

.search-page.theme-black input[type=submit]:hover {
	border-color: #5c5c5c;
	background-color: #5c5c5c;
}

.search-page.theme-black .ag-spage-clarify-item,
.search-page.theme-black .ag-spage-clarify-item:hover {
	border-color: #5c5c5c;
}

/* green */
.search-page.theme-green .search-title b {
	color: #44b1c9;
}

.search-page.theme-green hr {
	border-color: #159ebb;
}

.search-page.theme-green input[type=text] {
	border-color: #159ebb;
}

.search-page.theme-green input[type=submit] {
	border-color: #159ebb;
	background-color: #159ebb;
}

.search-page.theme-green input[type=submit]:hover {
	border-color: #44b1c9;
	background-color: #44b1c9;
}

.search-page.theme-green .ag-spage-clarify-item,
.search-page.theme-green .ag-spage-clarify-item:hover {
	border-color: #44b1c9;
}

/* red */
.search-page.theme-red .search-title b {
	color: #e95c5c;
}

.search-page.theme-red hr {
	border-color: #E22B2B;
}

.search-page.theme-red input[type=text] {
	border-color: #E22B2B;
}

.search-page.theme-red input[type=submit] {
	border-color: #E22B2B;
	background-color: #E22B2B;
}

.search-page.theme-red input[type=submit]:hover {
	border-color: #e95c5c;
	background-color: #e95c5c;
}

.search-page.theme-red .ag-spage-clarify-item,
.search-page.theme-red .ag-spage-clarify-item:hover {
	border-color: #e95c5c;
}

/* yellow */
.search-page.theme-yellow .search-title b {
	color: #faba4a;
}

.search-page.theme-yellow hr {
	border-color: #F9A91D;
}

.search-page.theme-yellow input[type=text] {
	border-color: #F9A91D;
}

.search-page.theme-yellow input[type=submit] {
	border-color: #F9A91D;
	background-color: #F9A91D;
}

.search-page.theme-yellow input[type=submit]:hover {
	border-color: #faba4a;
	background-color: #faba4a;
}

.search-page.theme-yellow .ag-spage-clarify-item,
.search-page.theme-yellow .ag-spage-clarify-item:hover {
	border-color: #faba4a;
}
/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/system.pagenavigation/mikros_v3/style.css?17513397914032*/
a.deactive{
	width: 25px;
	height: 25px;
}

.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/template_mikros_v3/components/bitrix/system.pagenavigation/mikros_v3/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog.section/newSearch/style.css?17513397915047*/
@media (min-width: 1200px) {

	/*lg*/
	/*6*/
	.product-item-list-col-6&gt;.col-xs-12&gt;.row&gt;.col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6&gt;.col-sm-6&gt;.row&gt;.col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1&gt;.col-sm-6&gt;.row&gt;.col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4&gt;.col-xs-12&gt;.row&gt;.col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3&gt;.col-xs-12&gt;.row&gt;.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1&gt;.col-xs-12&gt;.row&gt;.col-xs-12:nth-child(1n) {
		clear: both
	}
}

@media (min-width: 992px) and (max-width:1199px) {

	/*md*/
	/*6*/
	.product-item-list-col-6&gt;.col-xs-12&gt;.row&gt;.col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6&gt;.col-sm-6&gt;.row&gt;.col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1&gt;.col-sm-6&gt;.row&gt;.col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4&gt;.col-xs-12&gt;.row&gt;.col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3&gt;.col-xs-12&gt;.row&gt;.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1&gt;.col-xs-12&gt;.row&gt;.col-xs-12:nth-child(1n) {
		clear: both
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	/*sm*/
	/*6*/
	.product-item-list-col-6&gt;.col-xs-12&gt;.row&gt;.col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1&gt;.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3&gt;.col-xs-12&gt;.row&gt;.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1&gt;.col-xs-12&gt;.row&gt;.col-xs-12:nth-child(1n) {
		clear: both
	}
}

@media (max-width: 767px) {

	/*xs*/
	/*6*/
	.product-item-list-col-6&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1&gt;.col-sm-6&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3&gt;.col-xs-12&gt;.row&gt;.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2&gt;.col-xs-12&gt;.row&gt;.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1&gt;.col-xs-12&gt;.row&gt;.col-xs-12:nth-child(1n) {
		clear: both
	}
}

.catalog-section-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.not-found-search {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 48px 0;
}
.not-found-search::before {
	content: '';
	display: block;
	background-image: url('/local/templates/template_mikros_v3/images/empty-basket2.svg');
}
.not-found-search h2 {
	padding: 0;
}
.not-found-search__text {
	margin-top: 4px;
}
.not-found-search h2,
.not-found-search__text {
	text-align: center;
}
.not-found-search__btn.btn-blue {
	width: 100%;
	text-align: center;
	font-size: var(--fontSizeNormal);
	font-weight: var(--fontWeightBold);
	line-height: var(--fontHeightLight);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 4px 10px 0px rgba(48, 110, 153, 0.30);
	margin: 24px auto 0px;
}
@media screen and (min-width: 320px) {
	.not-found-search::before {
		width: 136px;
		height: 136px;
		background-size: 136px;
	}
	.not-found-search h2 {
		margin-top: 16px;
	}
	.not-found-search__sub-box {
		max-width: 390px;
	}
}
@media screen and (min-width: 600px) {
	.not-found-search::before {
		width: 164px;
		height: 164px;
		background-size: 164px;
	}
	.not-found-search h2 {
		margin-top: 0;
	}
	.not-found-search__btn {
		max-width: 308px;
	}
	.not-found-search__sub-box {
		margin-left: 8px;
	}
}
@media screen and (min-width: 1024px) {
	.not-found-search__sub-box {
		max-width: 490px;
	}
	.not-found-search__btn:hover,
	.not-found-search__btn:focus {
		box-shadow: 0px 6px 10px 4px rgba(48, 110, 153, 0.30);
	}
}
/* End */
/* /local/templates/template_mikros_v3/components/arturgolubev/search.page/catalog/style.css?17513397915456 */
/* /local/templates/template_mikros_v3/components/bitrix/system.pagenavigation/mikros_v3/style.css?17513397914032 */
/* /local/templates/template_mikros_v3/components/bitrix/catalog.section/newSearch/style.css?17513397915047 */
</pre></body></html>