<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?17504064495456*/
.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/sotbit/crosssell.collection.list/mikros/style.css?17504064491533*/
.youtube_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 24px;
}
.youtube_title &gt; a {
    font-size: 14px;
}
.youtube_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.youtube_item {
    max-width: 20%;
}
.youtube_item iframe {
    max-width: 100%;
}
.crosssell_collection_list-bottom-desc{
    margin-bottom: 15px;
}

.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;
}

@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;
    }
}
@media screen and (min-width: 1024px) {
    .not-found-search__sub-box {
        max-width: 490px;
    }
}
/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog.section/carouselCollection/style.css?17504064493809*/

@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;
}
/* End */
/* /local/templates/template_mikros_v3/components/arturgolubev/search.page/catalog/style.css?17504064495456 */
/* /local/templates/template_mikros_v3/components/sotbit/crosssell.collection.list/mikros/style.css?17504064491533 */
/* /local/templates/template_mikros_v3/components/bitrix/catalog.section/carouselCollection/style.css?17504064493809 */
</pre></body></html>