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

/* Start:/local/templates/new_shop_ml/components/bitrix/news/news_tile/bitrix/news.list/.default/style.css?16444161551211*/
.popup.simple-popup.active{
	display: none !important;
}

.news-list_layer{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}


.news-item_layer {
	font-family: Proxima Nova, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 10px;

}

.news_date_time{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: #8C0014;
	padding-top: 5px;
	padding-bottom: 7.5px;
}

.preview_picture{
	width: 100%;
}

.news_title{
	display: inline-block;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	padding: 10px 0;
}

.news_item_description{
	font-size: 16px;
	line-height: 21px;
	color: #909090;
}

.news_item_description b {
	color: #8C0014;
	font-weight: normal;
}

a.news_title:focus {
	color: #8C0014;
}

.preview_picture.mobile{
	display: none;
}

@media screen and (min-width: 1200px){
	div.news-item_layer{
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 600px){
	.news-list_layer &gt; *{
		flex: 0 0 100%;
	}
}

@media all and (max-width: 425px) {
	.preview_picture.mobile{
		display: block;
	}
}
/* End */


/* Start:/local/templates/new_shop_ml/components/bitrix/main.include/action_banner/style.css?16444161552390*/
/*Banner*/
.promo_banner_layer img:not(.logo_mage){
	width: 100%;
}

.banner_content{
	min-height: 340px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
	background: #0D0901;
}

.banner_content,
.banner_content *:not(.banner_title):not(.banner_description){
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.promo_banner_layer .logo_layer{
	position: absolute;
	left: calc(50% - 50px);
	width: 100px;
}

.promo_banner_layer .banner_column{
	flex-basis: 100%;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lb_column_content{
    max-width: 45%;
    margin-left: 5%;
    align-self: flex-start;
	flex-direction: column;
	z-index: 1;
}

.banner_title{
    font-size: 32px;
    line-height: 32px;
	color: #FFFFFF;
}

.big_title{
	font-size: 56px;
	line-height: 60px;
}

.banner_description{
	font-size: 18px;
    line-height: 20px;
	color: #fff;
	padding-top: 12px;
}

.banner_bg_big_img{
	width: 100%;
    height: 100%;
}

.promo_banner_layer .rigth_banner_column{
    align-items: flex-end;
    justify-content: flex-end;
}

.offer_active_to{
	font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
}

.banner_big_img{
    padding-right: 20px;
    padding-bottom: 15px;
}

.banner_content::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, #0D0901, transparent);
}

@media screen and (max-width: 1024px){
	.banner_content {
	    min-height: 280px;
	}
}

@media screen and (max-width: 900px){
	.banner_content {
		min-height: 210px;
	}

	.banner_title{
		font-size: 18px;
    	line-height: 22px;
	}

	.big_title{
		font-size: 38px;
		line-height: 42px;
	}

	.banner_description {
		font-size: 14px;
		line-height: 16px;
	}

	.promo_banner_layer .banner_column{
		background-size: contain;
	}
}

@media screen and (max-width: 600px){
	.banner_content {
		min-height: 400px;
	}

	.banner_content::before {
	    left: 0;
	    width: 50px;
		background: unset;
	}

	.promo_banner_layer .banner_column{
		justify-content: flex-start;
	}

	.lb_column_content{
		max-width: 100%;
		margin: 0;
    	padding: 50px 7.5% 0 7.5%;
	}

	.offer_active_to{
		padding-top: 10px;
		font-size: 12px;
		position: unset;
	}
}
/* End */
/* /local/templates/new_shop_ml/components/bitrix/news/news_tile/bitrix/news.list/.default/style.css?16444161551211 */
/* /local/templates/new_shop_ml/components/bitrix/main.include/action_banner/style.css?16444161552390 */
</pre></body></html>