

/* Start:/local/templates/market_fullscreen/components/bitrix/catalog/main/style.css?17762397586936*/
.catalog-block-header{
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 31px;
	border-bottom: 1px solid #D3D3D3;
	color: var(--main_font_color);
	padding-left: 0px;
	padding-bottom: 10px;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


#catalog__content .catalog_image {
	display: block;
	width: 50%;
}

#catalog__content .catalog__nav {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#catalog__content .title_box {
	margin: 0;
	padding-top: 0;
}
.catalog__filter-container {
	padding-top: 0px;
}

.favorite-element-container .title_box {
	margin-bottom: 0;
}

#catalog__content .title_box .sub_title {
	color: var(--main_font_color);
	font-weight: 900;
	font-size: 14px;
}

#catalog__content .catalog__nav_wrapper {
	width: 50%;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
	padding: 10px 0;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a {
	display: block;
	padding: 10px 0;
	position: relative;
	color: var(--main_link_color);
	font-weight: 500;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:after {
	content: '';
	display: block;
	position: absolute;
	border: 6px solid transparent;
	border-left: 7px solid #000;
	top: 15px;
	right: 0;
	margin: auto;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover {
	color: var(--main_color_hover);
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover:after {
	border-left-color: var(--main_color_hover);
}

#catalog__content .catalog_image_wrapper {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 100%;
}

#catalog__content .catalog_image_wrapper .catalog_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#catalog__content {
	/*min-height: calc(100vh - 350px);*/
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
	position: static;
	padding-left: 0px;
}

#catalog__list .title_box {
	width: 100%;
}
.catalog__content .sorting_box .sorting {
	padding-right: 7px;
}

.catalog_sort_row{
	margin-left: 0px;
	margin-right: 0px;
}
.catalog_block_banner{
	margin-bottom: 20px;
}
.catalog_block_banner a{
	display: flex;
	overflow: hidden;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.catalog_block_banner a img{
	width: 100%;
  border-radius: 8px;
  transition: .3s;
	object-fit: cover;
}

.catalog_block_banner a:hover img{
	transform: scale(1.02);
}

.catalog-section-descr{
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: var(--main-txt);
}

.item-not-data-filter{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 120px 0;
}

.item-not-data-filter .big-text{
	font-size: 25px;
}

.catalog__content {
	display: flex;
	flex-direction: column;
}
.catalog__filter {
	width: 330px;
	flex-shrink: 0;
	margin-right: 50px;
}
.catalog__list {
	width: 100%;
}
.catalog__content .bx-filter {
	padding: 0;
}
.filter-and-catalog-list {
	margin-top: 20px;
	margin-bottom: 60px;
	display: flex;
}
.show-filter {
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: var(--main-txt);
	background: var(--main_bg_gray);
	border-radius: 6px;
	height: 48px;
	padding: 0 20px;
	display: none;
	margin: 0 20px 0 0;
	order: 2;
	flex-shrink: 0;
}
.show-filter svg{
	fill: currentColor;
	margin-right: 8px;
}
.filter-header{
	display: none;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.filter-header__title{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.close-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	transition: 0.2s;
	color: var(--main-txt);
	position: absolute;
	right: 20px;
}
.close-filter svg{
	fill: currentColor;
}

@media (max-width: 1510px){
	.catalog__filter{
		width: 280px;
		margin-right: 30px;
	}
}
@media(max-width: 1024px){
	.show-filter {
		display: inline-flex;
	}
}
@media (max-width: 992px) {
	.filter-header{
		display: flex;
	}
	.filter-and-catalog-list{
		margin-top: 0;
		margin-bottom: 40px;
	}
}
@media (max-width: 576px) {
	.filter-and-catalog-list{
		margin-bottom: 25px;
	}
	.show-filter {
		height: 46px;
	}
	.main_content .wrapper-inner {
		max-width: 100%;
	}
	.show-filter {
		order: 0;
		width: 100%;
		margin: 0 0 8px 0;
	}
	.sort-and-filter {
		flex-wrap: wrap;
	}
	.catalog-section-descr{
		font-size: 14px;
	}
    .lines .product_item .product_item_table-left {
        width: 100%;
        height: 60px;
    }


}
@media (max-width: 460px) {
	.set_total_price .set_total_price_wrap {
		width: 100%;
	}
	.set_total_price_left {
		justify-content: flex-end;
	}
	.button-quantity-col {
		width: 100%;
	}
	.button-quantity-col > div {
		width: 100%;
		flex-wrap: wrap;
	}
}

/* Стили для простого списка подразделов */
.catalog-sections-simple-list {
	margin: 0 0 30px 0;
	font-family: inherit;
	display: none;
}

@media (max-width: 992px) {
	.catalog-sections-simple-list {
		display: block;
	}
}

.catalog-sections-simple-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.catalog-sections-simple-items {
	display: block;
}

.catalog-sections-simple-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid transparent;
	transition: color 0.2s;
}

.catalog-sections-simple-item.hidden {
	display: none;
}

.catalog-sections-simple-item.expanded {
	display: flex;
}

.catalog-sections-simple-item:hover {
	color: #000;
}

.catalog-sections-simple-name {
	font-size: 15px;
}

.catalog-sections-simple-arrow {
	display: flex;
	align-items: center;
}

.catalog-sections-simple-toggle {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	background: none;
	border: none;
	padding: 12px 0;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	transition: color 0.2s;
}

.catalog-sections-simple-toggle:hover {
	color: #000;
}

.catalog-sections-simple-toggle .toggle-arrow {
	display: flex;
	align-items: center;
	margin-left: 8px;
}

/* End */


/* Start:/bitrix/components/krayt/krayt.catalog.compare.result/templates/.default/style.min.css?176475617815366*/
.compare_page.catalog-compare{margin-top:40px;margin-bottom:60px}.row{margin-left:-10px;margin-right:-10px}.d-flex{display:flex}.align-items-center{align-items:center}.pr-2{padding-right:1rem}.mb-3{margin-bottom:1.5rem}.compare_page .table_prop{position:absolute;bottom:0;left:0;width:100%}.price-request{font-weight:700;font-size:16px;line-height:100%;margin-right:8px}.compare_page .table_row{color:var(--main_text_black);padding-top:27px;height:99px;display:flex;align-items:flex-start}.compare_page .table_row .table_col{font-weight:700;font-size:16px;line-height:19px}.compare_page .table_row{border-bottom:1px solid #EFEFEF}.compare_page .table_prop{color:gray}.compare_page .prop_row{display:flex;height:99px;padding-top:10px;align-items:center}.compare_page .prop_col{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:19px;font-weight:400;font-size:14px;line-height:130%;padding-right:15px;margin-bottom:19px;margin-top:auto}.compare_page .prop_col a{color:var(--blue-link);border-bottom:1px solid transparent;transition:0.2s all linear}.compare_page .prop_col a:hover{color:var(--blue-link);border-bottom:1px solid var(--blue-link);transition:0.2s all linear}.wrp-btn-del-all{margin:30px 0}.wrp-btn-del-all button{display:flex;align-items:center;transition:0.3s}.wrp-btn-del-all button:hover,.wrp-btn-del-all button:hover span{color:#252525}.wrp-btn-del-all button,.wrp-btn-del-all button span{background:#fff;font-size:16px;font-weight:700;line-height:18px;color:#C6C9CB;transition:0.3s ease}.wrp-btn-del-all button span{margin-left:5px}.head .control{display:block;width:100%;background-color:var(--background-filter);padding:40px;border:1px solid var(--border-bottom-gray);border-radius:12px}.head .control .row{padding-bottom:40px;border-bottom:1px solid var(--border-bottom-gray);}.catalog-compare-result .head .item-list{float:left;width:100%;user-select:none}.catalog-compare-result .property-list{margin:20px 0;margin-top:0;overflow:hidden}.catalog-compare-result .property-list .clear{overflow:hidden}.catalog-compare-result .property-list .property-name{float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:block;width:100%;text-transform:uppercase;font-size:13px;color:var(--main_font_color);font-weight:600;padding:5px 0 10px}.catalog-compare-result .property-list .property-value{float:left;position:relative;border-bottom:1px solid #cacaca;width:100%}.catalog-compare-result{position:relative}.compare_page .picture{display:block;width:100%;height:180px}.compare_page .picture a{display:block;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center}.desc .price{margin-top:24px;margin-bottom:12px;font-weight:700;font-size:20px;line-height:100%;position:relative;text-align:center;color:var(--main_text_black);display:flex;align-items:end;flex-wrap:wrap-reverse;min-height:16px}.small .desc .price{margin-top:20px;margin-bottom:8px}.product-item-label-ring-compare{display:inline-block;background:#E15757;border-radius:3px;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease;position:absolute;padding:3px 6px 3px 3px;height:22px;font-size:12px;line-height:15px;z-index:0;top:50%;right:0;transform:translateY(-50%)}.product-item-label-ring-compare:before{content:'';position:absolute;left:-6px;top:0;bottom:0;margin:auto;background-color:#E15757;width:16px;height:16px;transform:rotate(45deg);border-radius:3px;z-index:-1}.desc .price span.current_price{font-weight:700;font-size:18px;line-height:100%;margin-right:8px;white-space:nowrap}.desc .price span.old_price{text-decoration:line-through;font-weight:400;font-size:14px;line-height:100%;color:var(--old-price-gray)}.slide-item .mdi-close{position:absolute;top:14px;right:14px;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:4px;transition:0.2s all linear;z-index:5}.slide-item .mdi-close:hover{background-color:var(--main_bg_gray);transition:0.2s all linear}.slide-item .mdi-close:active{background-color:#E4E4E4;transition:0.2s all linear}.slide-item .mdi-close:after,.slide-item .mdi-close:before{content:'';display:block;position:absolute;width:15px;height:2px;background-color:var(--main_text_black);border-radius:1px}.slide-item .product_item_subtitle{-webkit-box-orient:vertical;padding:0;overflow:hidden;z-index:1;position:relative;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-stretch:normal;font-style:normal;letter-spacing:normal;margin:8px 0;line-height:18px}.slide-item .product_item_subtitle .card_article{font-weight:400;font-size:12px;line-height:100%;color:var(--main_text_gray);text-align:left}.slide-item .mdi-close:after{transform:rotate(45deg)}.slide-item .mdi-close:before{transform:rotate(-45deg)}.slide-item .mdi-close:hover:after,.slide-item .mdi-close:hover:before{background-color:#000}.slide-item .mdi-close input.close{text-indent:-9999px;border:none;background-color:transparent;width:100%;height:100%;min-width:30px;padding:0;position:relative;z-index:100;outline:none;cursor:pointer}.slide-item .mdi-close .hint{width:200px;top:30px;right:-15px}.slide-item.small .mdi-close{top:7px;right:10px}.catalog-compare-result .property-list h2{font-size:18px;text-transform:uppercase;font-weight:700;border-bottom:1px solid rgba(202,202,202,.5);padding-bottom:7px}.compare-del-btn a{position:relative;z-index:100;color:#222;font-size:13px;font-weight:600;text-transform:uppercase;padding:15px;text-align:center;margin-top:20px;cursor:pointer;overflow:hidden;display:table;background-color:#cacaca;color:#fff;border-radius:2px}.compare-del-btn a:hover{background-color:#c2c2c2}.compare-del-btn a:active{background-color:#afafaf}.compare-switch-link span,.compare-switch-link a{display:inline-block;vertical-align:middle;padding:5px 10px;margin-right:10px;color:var(--main_link_color)}.compare-switch-link span{color:#fff;background:var(--main_color)!important}.compare-switch-link a.active{cursor:pointer;color:#1e1e1e;opacity:.7;cursor:pointer;padding:4px 6px;font-size:13px}.compare-switch-link a.active:hover,.compare-switch-link a.active:focus{opacity:1}.compare-switch-link a.active:active{color:var(--main_color_active)}.catalog-compare-filter-title{margin-bottom:20px;font-size:16px;font-weight:500;color:var(--main-txt)}.catalog-compare-filter span{line-height:1.1}.item-list .mSlider-wrap .mSlider-window li .picture{display:block;position:relative;height:131px;overflow:hidden;max-width:151px;margin:0 auto;margin-bottom:15px}.product-list .product .image,.item-list .mSlider-wrap .mSlider-window li .picture a{display:block;width:100%;height:100%;background-origin:content-box;background-position:center center;background-size:contain;background-repeat:no-repeat;line-height:200px;text-align:center}.head.clear h1{margin-bottom:30px}.slide-item .desc{padding:0;display:flex;flex-direction:column;width:100%}@media screen and (max-width:1300px){.item-list .mSlider-wrap .mSlider-window li.slide{max-width:330px}}@media screen and (max-width:480px){.compare_page .table_row,.compare_page .prop_row{font-size:12px}}@media (max-width:900px){.head.clear h1{margin-top:15px;margin-bottom:30px}.catalog-compare-filter .row .col-12.col-md-3.col-sm-4{padding-left:0}.comapre_buttons .pr-2{margin-bottom:10px}.item-list .mSlider-wrap .mSlider-window li .slide-item{padding:10px}}.current_price i,.old_price i{margin-left:5px}.form-check{padding-left:0px!important}.form-check-input{display:none}.form-check .form-check-input:checked+.form-check-label .check{border:1px solid #DBC96B;background-color:var(--selected-checkbox)}.form-check .form-check-input:checked+.form-check-label .check:hover{border:1px solid #A6974D}.form-check .form-check-input:checked+.form-check-label .check svg path{fill:var(--selected-checkbox)}.form-check .form-check-input:checked+.form-check-label .check svg polyline{stroke-dashoffset:0}.form-check .check svg{position:absolute;top:-1px;left:-1px;overflow:visible;width:19px;height:19px}.bx-filter input[type="checkbox"]:checked+label.bx-filter-param-label .check{background:var(--selected-checkbox);border:1px solid #C4C4C4;transition:0.2s linear}.form-check .check{position:relative;float:left;margin-right:8px;min-width:19px;min-height:19px;max-width:19px;max-height:19px;width:19px;height:19px;border:1px solid #C4C4C4;border-radius:2px;background-color:#fff;transition:0.2s all linear}.form-check .check:hover{border:1px solid var(--main_text_black);transition:0.2s all linear}.form-check .check svg path{fill:none;stroke:var(--selected-checkbox);stroke-width:2;stroke-dasharray:71px;stroke-dashoffset:71px}.form-check .check svg polyline{fill:none;stroke:var(--main_text_black);stroke-width:2;stroke-dasharray:18px;stroke-dashoffset:18px}.compare_page.catalog-compare .bx-sbb-empty-cart-container{margin-top:80px;margin-bottom:60px}.wrapper-inner{padding-bottom:0}.compare_page.catalog-compare .btn-primary.catalog-link{vertical-align:middle;width:auto;font-size:16px;line-height:19px;font-weight:500;padding:0 24px;cursor:pointer}.catalog-compare-filter .form-check .form-check-label{cursor:pointer;font-weight:400;font-size:14px;line-height:100%;display:flex;align-items:center}.compare_page .big-text{font-weight:700;font-size:30px;line-height:35px;color:#D8D8D8;text-align:center;margin-bottom:10px}.compare_page .small-text{text-align:center;margin-bottom:20px}.compare_page .small-text svg{margin-left:10px}.compare_page .bx-sbb-empty-cart-btn{display:flex;justify-content:center;align-items:center}.compare_page .fixed-background{position:fixed;left:0;top:0;width:100%;background:#fff;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,.08);opacity:0;pointer-events:none;padding-top:20px;padding-bottom:20px;transition:all .2s ease;display:flex;justify-content:center}.compare_page .fixed-background .wrapper-inner{width:calc(100% - 40px)}.compare_page .fixed-background .fixed-slider{overflow:hidden;position:relative;padding:0 20px;margin:0 -20px}.compare_page .fixed-background .fixed-slider .swiper-button-prev,.compare_page .fixed-background .fixed-slider .swiper-button-next{top:105px}.compare_page .fixed-background .fixed-slider .swiper-button-prev{left:5px}.compare_page .fixed-background .fixed-slider .swiper-button-next{right:5px}.compare_page .fixed-background .fixed-slider .swiper-button-prev svg,.compare_page .fixed-background .fixed-slider .swiper-button-next svg{fill:var(--main_text_black)}.compare_page .fixed-background .slide-wrap{height:auto}.compare_page .fixed-background.show{opacity:1;pointer-events:unset}.compare_page .slide-wrap{height:380px;position:relative}.compare_page .slide-item{padding:45px 20px 12px;background:#fff;border:1px solid #EFEFEF;border-radius:12px;width:100%;height:361px}.compare_page .slide-item.small{padding:20px 20px 12px 20px;position:relative;height:248px;display:flex;flex-direction:column;align-items:center}.compare_page .slide-item.small .picture{margin:0 0 10px;height:90px;width:90px;flex-shrink:0}.compare_page .desc .link{font-weight:400;font-size:14px;line-height:140%;color:var(--main_text_black);height:40px;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;transition:0.3s all linear}.compare_page .desc .link:hover{transition:0.3s all linear;color:var(--main_active_red)}.compare_page .swiper-button-prev,.compare_page .swiper-button-next{position:absolute;top:175px;width:46px;height:46px;border-radius:50%;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.05);z-index:100;left:-23px;transition:0.2s all linear}.compare_page .swiper-button-prev svg,.compare_page .swiper-button-next svg{fill:var(--main_text_black);transition:0.2s all linear}.compare_page .swiper-button-prev:hover svg{transition:0.2s all linear;transform:translateX(-5px)}.compare_page .swiper-button-next:hover svg{transition:0.2s all linear;transform:translateX(5px)}.compare_page .swiper-button-prev:active,.compare_page .swiper-button-next:active{transition:0.2s all linear;transform:scale(.95)}.compare_page .swiper-button-prev.swiper-button-disabled,.compare_page .swiper-button-next.swiper-button-disabled{display:none}.compare_page .swiper-button-next{left:unset;right:-23px}.compare_page .compare_item_form{overflow:hidden;padding:0 18px;margin:0 -18px}.comapre_buttons a{font-weight:500;font-size:16px;line-height:19px;height:50px;color:var(--main_text_black);background:var(--border-bottom-gray);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:0.2s all linear!important;border:1px solid #DADADA;padding:0 22px}.comapre_buttons a:hover{background-color:var(--gray-button-hover);transition:0.2s all linear}.comapre_buttons a:active{transition:0.2s all linear;transform:scale(.95)}.comapre_buttons a.default{background-color:var(--main_color);color:var(--main_text_button);border:none}.comapre_buttons a+a{margin-left:10px}.comapre_buttons a.default:hover{background-color:var(--yellow-button-hover);transition:0.2s all linear}.comapre_buttons a.default:active{transition:0.2s all linear;transform:scale(.95)}.comapre_buttons a svg{margin-right:8px}.comapre_buttons a.default svg{display:none}.comapre-tabs{display:flex;flex-wrap:wrap;margin-bottom:40px}.comapre-tabs a{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #C4C4C4;border-radius:6px;height:46px;padding:0 24px;font-weight:400;font-size:16px;line-height:100%;color:var(--text-filter);margin-right:12px;margin-bottom:6px;transition:0.2s all linear}.comapre-tabs a:hover{transition:0.2s all linear;border:1px solid var(--main_text_black);color:var(--main_text_black)}.comapre-tabs a.current{transition:0.2s all linear;border:1px solid var(--active-tab);background-color:var(--active-tab);color:#fff}.catalog-compare-filter .comapre_buttons{display:inline-flex;margin-top:24px}@media (max-width:1350px){.compare_page .slide-item{}}@media (max-width:992px){.compare_page .fixed-background{top:74px}.compare_page.catalog-compare{margin-top:24px;margin-bottom:40px}}@media (max-width:768px){.compare_page .fixed-background{top:53px}.compare_page .swiper-slide{width:204px!important}.compare_page .swiper-button-prev,.compare_page .swiper-button-next{display:none}.compare_page.catalog-compare{margin-top:16px;margin-bottom:25px}.compare_page .slide-wrap{height:340px}.compare_page .slide-item{height:336px;padding:20px}.compare_page .slide-item.small{height:256px}.compare_page .slide-item.small{padding:16px 16px 5px}.compare_page .picture{height:164px}.fixed-background .container{padding:0 10px}.compare_page .swiper-button-prev{left:-12px}.compare_page .swiper-button-next{right:-12px}.comapre_buttons{flex-direction:column;width:100%}.head .control .row{padding-bottom:0;border:none}.catalog-compare-filter .comapre_buttons{margin-top:16px}.comapre_buttons a{margin:8px 0 0!important;width:100%}.compare_page .compare_item_form{margin:0;padding:0}.slide-item .mdi-close{top:8px;right:8px}.head .control{padding:20px}.comapre-tabs{margin-bottom:24px}.comapre-tabs a{font-size:12px;height:36px;padding:0 8px;margin-right:8px}.head .control{margin-bottom:32px}.desc .price span.current_price{font-size:16px}.desc .price span.old_price{font-size:12px}.compare_page .desc .link{-webkit-line-clamp:3;height:60px}.compare_page .table_row .table_col{font-size:14px;line-height:16px}}
/* End */
/* /local/templates/market_fullscreen/components/bitrix/catalog/main/style.css?17762397586936 */
/* /bitrix/components/krayt/krayt.catalog.compare.result/templates/.default/style.min.css?176475617815366 */
