

/* Start:/bitrix/templates/enext/components/bitrix/news/promotions/style.css?17662369742551*/
/***SECTION_PIC***/
.catalog-section-pic{
	height: -moz-calc(100vw * 0.1374);
	height: -webkit-calc(100vw * 0.1374);
	height: calc(100vw * 0.1374);
	position: relative;
	background: #566b75;
}

.slide-menu-option-1-active .catalog-section-pic{	
	height: -moz-calc((100vw - 324px) * 0.1374);
	height: -webkit-calc((100vw - 324px) * 0.1374);
	height: calc((100vw - 324px) * 0.1374);
}

.slide-menu-interface-2-0-1-inner .catalog-section-pic,
.slide-menu-option-2 .catalog-section-pic{
	height: -moz-calc((100vw - 72px) * 0.1374);
	height: -webkit-calc((100vw - 72px) * 0.1374);
	height: calc((100vw - 72px) * 0.1374);
}

.catalog-section-pic > a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.catalog-section-pic > a:link,
.catalog-section-pic > a:visited{
	text-decoration: none;
}

.catalog-section-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/***PROMOTIONS***/
.promotions-container .promotions{
	margin-top: 32px;
}

.promotions-container .description{
	margin-top: 64px;
}

.promotions-container > div:first-child,
.promotions-container > div[id*="bxdynamic_"]:first-child + .promotions{
	margin-top: 0;
}

.promotions-other{
	margin-top: 64px;
}

/***PHONES***/
@media(max-width: 1042px){
	/***SECTION_PIC***/
	.catalog-section-pic,
	.slide-menu-interface-2-0-1-inner .catalog-section-pic,
	.slide-menu-option-1-active .catalog-section-pic,
	.slide-menu-option-2 .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	/***PROMOTIONS***/
	.promotions-container{
		margin-top: -32px;
	}

	.promotions-container .preview{
		margin-top: 32px !important;
	}
	
	.promotions-container .promotions{
		margin-top: 18px;
	}

	.promotions-container .description{
		margin-top: 32px;
	}

	.promotions-other{
		margin-top: 32px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1271px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}
}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/catalog.section.list/catalog/style.css?178497987212127*/
.catalog-section-links + .catalog-section-list,
.catalog-section-filter-links + .catalog-section-list{
	margin-top: 32px;
}

.container-ws .catalog-sections{
	display: flex;
	flex-wrap: wrap;
}

.container-ws .catalog-sections:before,
.container-ws .catalog-sections:after{
	content: none;
}

.container-ws .catalog-sections [class*="col-"]{
	width: 12.5%; /***8 columns***/
}

.catalog-section-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	padding: 18px 18px 13px;
	position: relative;	
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

.catalog-section-item:link,
.catalog-section-item:visited{
	text-decoration: none;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.container-ws .catalog-section-item{
	margin: 0;
	border-left: none;
	border-right: 1px solid #e8edef;
	border-top: none;
	border-bottom: 1px solid #e8edef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.bx-no-touch .catalog-section-item:hover,
.bx-touch .catalog-section-item:active{
	-webkit-box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	z-index: 202;
}

.catalog-section-item__count{
	position: absolute;
	right: 11px;
	top: 11px;
	padding: 1px 5px;
	font-size: 11px;	
	color: #78909c;
	line-height: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
	z-index: 200;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-item:hover .catalog-section-item__count,
.bx-touch .catalog-section-item:active .catalog-section-item__count{
	color: #fff;
	background: #566b75;
}

.catalog-section-item__graph{
	width: 100%;
	height: 134px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.catalog-section-item__graph > i{
	font-size: 90px;
	color: #455a64;
}

.catalog-section-item__graph > img{
	width: auto;
	height: auto;
	max-width: 134px;
	max-height: 134px;
}

.catalog-section-item__title{
	height: 38px;
	margin: 8px -8px 0px;	
	overflow: hidden;
	color: #263238;
	text-align: center;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-item:hover .catalog-section-item__title,
.bx-touch .catalog-section-item:active .catalog-section-item__title{
	color: #ff6634;
}

/***PHONES***/
@media(max-width: 1042px){
	.catalog-section-list{
		margin-top: -32px;
	}

	.catalog-section-container .catalog-section-list{
		margin: 0;
	}
	
	.catalog-section-links + .catalog-section-list,
	.catalog-section-filter-links + .catalog-section-list{
		margin-top: 18px;
	}
	
	.container-ws .catalog-sections{
		flex-direction: column;
	}

	.catalog-sections [class*="col-"]{
		padding: 0;
	}

	.container-ws .catalog-sections [class*="col-"]{
		width: 100%;
		padding: 0;
	}
	
	.catalog-section-item,
	.container-ws .catalog-section-item{
		flex-direction: row;
		margin: 0;
		padding: 12px 18px;
		border: none;
		border-bottom: 1px solid #e8edef;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;		
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.bx-no-touch .catalog-section-item:hover,
	.bx-touch .catalog-section-item:active{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.catalog-section-item__count{
		right: 12px;
	}
	
	.catalog-section-item__graph{
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin-right: 12px;
	}

	.catalog-section-item__graph > i{
		font-size: 36px;
	}

	.catalog-section-item__graph > img{
		max-width: 36px;
		max-height: 36px;
	}

	.catalog-section-item__title{		
		width: 100%;
		height: auto;
		align-self: center;
		margin: 0;
		overflow: visible;
		text-align: left;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	.container-ws .catalog-sections [class*="col-"]:nth-child(1) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(2) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(3) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(4) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
}

@media(min-width: 1043px) and (max-width: 1271px){
	.catalog-section-item__graph{
		height: 94px;
	}

	.catalog-section-item__graph > i{
		font-size: 72px;
	}

	.catalog-section-item__graph > img{		
		max-width: 94px;
		max-height: 94px;
	}
}

@media(min-width: 1043px) and (max-width: 1103px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 20%; /***5 columns***/
	}

	.container-ws .catalog-sections [class*="col-"]:nth-child(5n+5) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1104px) and (max-width: 1271px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	.container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1272px){
	.smart-filter-view-left-active .container .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}
}

@media(min-width: 1272px) and (max-width: 1379px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"],
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}
	
	.container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: none;
	}

	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1702px){
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"],
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(8) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(8n+8) .catalog-section-item{
		border-right: none;
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1702px) and (max-width: 1739px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1740px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}
	
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}
}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/news.list/promotions/style.css?17849800539358*/
.container-ws .promotions{
	display: flex;
	flex-wrap: wrap;
}

.container-ws .promotions:before,
.container-ws .promotions:after{
	content: none;
}

.container-ws .promotions [class*="col-"]{
	width: 33.33333333%; /***3 columns***/
}

.promotions-item{	
	height: 236px;
	display: block;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.container-ws .promotions-item{	
	height: -moz-calc((100vw - 64px) / 3 * 0.63);
	height: -webkit-calc((100vw - 64px) / 3 * 0.63);
	height: calc((100vw - 64px) / 3 * 0.63);
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.promotions-item-completed{
	background: #f4fafb;
}

.promotions-item-pic,
.promotions-item-block-container,
.promotions-item-block-container:before,
.promotions-item-block-container:after,
.promotions-item-block{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.promotions-item-pic{
	background: #566b75;
	z-index: 197;
}

.promotions-item-completed .promotions-item-pic{	
	opacity: 0.2;
	-webkit-filter: grayscale(100%) blur(5px);
	-moz-filter: grayscale(100%) blur(5px);
	-o-filter: grayscale(100%) blur(5px);
	-ms-filter: grayscale(100%) blur(5px);
	filter: grayscale(100%) blur(5px);
}

.promotions-item-pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;	
	z-index: 198;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.promotions-item-pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .promotions-item:not(.promotions-item-completed):hover .promotions-item-pic > img,
.bx-touch .promotions-item:not(.promotions-item-completed):active .promotions-item-pic > img{
	-moz-transform: translate(-50%, -50%) scale(1.1) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.promotions-item-block-container{	
	z-index: 199;
}

.promotions-item-block-container:before{
	content: "";
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0) 0%, #263238 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#263238", GradientType=0);
}

.promotions-item-completed .promotions-item-block-container:before{	
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #b2c7cb 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #b2c7cb 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0) 0%, #b2c7cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#b2c7cb", GradientType=0);
}

.promotions-item-block-container:after{
	opacity: 0;
	content: "";
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0.5) 0%, #ff6634 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0.5) 0%, #ff6634 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0.5) 50%, #ff6634 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80263238", endColorstr="#ff6634", GradientType=0);
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.promotions-item-completed .promotions-item-block-container:after{	
	content: none;
}

.bx-no-touch .promotions-item:hover .promotions-item-block-container:after,
.bx-touch .promotions-item:active .promotions-item-block-container:after{
	opacity: 1;
}

.promotions-item-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 24px;
	z-index: 200;
}

.promotions-item-title{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 24px;	
	color: #fff;
	text-align: center;
	line-height: 29px;
}

.promotions-item-date{	
	margin-top: 12px;
	color: #fff;
	text-align: center;
}

/***ICONS***/
.promotions-item-icons{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 200;
}

.promotions-item-icon{
	overflow: hidden;
}

.promotions-item-icon + .promotions-item-icon{
	margin-left: 12px;
	overflow: visible;
}

/***MARKER***/
.promotions-item-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.promotions-item-marker-container + .promotions-item-marker-container{
	margin-top: 4px;
}

.promotions-item-marker{	
	display: flex;
	align-items: center;	
	padding: 9px 12px 8px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.promotions-item-completed .promotions-item-marker{
	background: #78909c !important;
}

.promotions-item-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.promotions-item-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.promotions-item-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.promotions-item-marker-14px > i{
	font-size: 14px;
}

.promotions-item-marker-24px > i{
	font-size: 24px;
}

.promotions-item-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promotions-item-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.promotions-item-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

/***TIMER***/
.promotions-item-timer{	
	display: flex;
	align-items: center;
	padding: 12px 12px 11px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ff6634;	
}

.promotions-item-completed .promotions-item-timer{
	background: #78909c;
}

.promotions-item-timer > i{	
	margin-right: 7px;
	font-size: 16px;
	color: #fff;
}

.promotions-item-completed .promotions-item-timer > i{
	display: none;
}

.promotions-item-timer > span{		
	color: #fff;
	white-space: nowrap;
}

.promotions-item-timer .countdown-amount:after{	
	content: ":";
}

.promotions-item-timer .countdown-section:last-child .countdown-amount:after{
	content: none;
}

.promotions-item-timer .countdown-period{
	display: none;
}

/***MORE***/
.promotions-more{
	padding-bottom: 22px;
}

.promotions-more .btn{
	width: 100%;
	height: 48px;
}

/***PHONES***/
@media(max-width: 1042px){
	.container-ws .promotions{
		display: block;
	}

	.container-ws .promotions [class*="col-"]{
		width: 100%;
	}
	
	.promotions-item,
	.container-ws .promotions-item{	
		height: 185px;		
		margin: 0 -18px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.promotions-item-block{
		padding: 18px;
	}

	.promotions-item-title{		
		font-size: 20px;
		line-height: 24px;
	}

	.promotions-item-date{	
		margin-top: 6px;
	}

	/***MORE***/
	.promotions-more{
		margin: 0 -18px;
		padding: 0;
	}

	.promotions-more .btn{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}
	
	/***PAGINATION***/
	.promotions-pagination{
		padding-top: 16px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1271px){
	.container-ws .promotions [class*="col-"]{
		width: 50%; /***2 columns***/
	}

	.container-ws .promotions-item{	
		height: -moz-calc((100vw - 64px) / 2 * 0.63);
		height: -webkit-calc((100vw - 64px) / 2 * 0.63);
		height: calc((100vw - 64px) / 2 * 0.63);
	}

	.slide-menu-interface-2-0-1-inner .container-ws .promotions-item,
	.slide-menu-option-2 .container-ws .promotions-item{
		height: -moz-calc((100vw - 72px - 64px) / 2 * 0.63);
		height: -webkit-calc((100vw - 72px - 64px) / 2 * 0.63);
		height: calc((100vw - 72px - 64px) / 2 * 0.63);
	}
}

@media(min-width: 1272px){
	.slide-menu-interface-2-0-1-inner .container-ws .promotions-item,
	.slide-menu-option-2 .container-ws .promotions-item{
		height: -moz-calc((100vw - 72px - 64px) / 3 * 0.63);
		height: -webkit-calc((100vw - 72px - 64px) / 3 * 0.63);
		height: calc((100vw - 72px - 64px) / 3 * 0.63);
	}
}

@media(min-width: 1546px){
	.slide-menu-option-1-active .container-ws .promotions-item{	
		height: -moz-calc((100vw - 324px - 64px) / 3 * 0.63);
		height: -webkit-calc((100vw - 324px - 64px) / 3 * 0.63);
		height: calc((100vw - 324px - 64px) / 3 * 0.63);
	}
}
/* End */
/* /bitrix/templates/enext/components/bitrix/news/promotions/style.css?17662369742551 */
/* /bitrix/templates/enext/components/bitrix/catalog.section.list/catalog/style.css?178497987212127 */
/* /bitrix/templates/enext/components/bitrix/news.list/promotions/style.css?17849800539358 */
