.promotions-detail{
	margin-top: 72px;
}

/***TABS***/
.promotions-detail-tabs-container{
	width: 100vw;
	margin-left: -moz-calc((100vw - 100%) / -2);
	margin-left: -webkit-calc((100vw  - 100%) / -2);
	margin-left: calc((100vw - 100%) / -2);
	background: #f1f6f7;
}

.slide-menu-option-1-active .promotions-detail-tabs-container{
	width: -moz-calc(100vw - 324px);
	width: -webkit-calc(100vw - 324px);
	width: calc(100vw - 324px);
	margin-left: -moz-calc((100vw - 324px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 324px - 100%) / -2);
	margin-left: calc((100vw - 324px - 100%) / -2);
}

.slide-menu-option-2 .promotions-detail-tabs-container{
	width: -moz-calc(100vw - 72px);
	width: -webkit-calc(100vw - 72px);
	width: calc(100vw - 72px);
	margin-left: -moz-calc((100vw - 72px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 72px - 100%) / -2);
	margin-left: calc((100vw - 72px - 100%) / -2);
}

.page-container .promotions-detail-tabs-container,
.slide-menu-option-1-active .page-container .promotions-detail-tabs-container,
.slide-menu-option-2 .page-container .promotions-detail-tabs-container{
	width: auto;
	margin-left: -61px;
	margin-right: -61px;
}

.promotions-detail-tabs-block.fixed{		
	position: fixed;
	left: 0;
	right: 0;	
	-webkit-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	background-color: #f1f6f7;
	z-index: 203;
}

.slide-menu-option-1-active .promotions-detail-tabs-block.fixed{
	left: 324px;
}

.slide-menu-option-2 .promotions-detail-tabs-block.fixed{
	left: 72px;
}

.promotions-detail-tabs-scroll{	
	width: 1176px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;		
}

.promotions-detail-tabs-scroll .owl-prev,
.promotions-detail-tabs-scroll .owl-next{
	width: 64px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
	cursor: pointer;
}

.promotions-detail-tabs-block.fixed .promotions-detail-tabs-scroll .owl-prev,
.promotions-detail-tabs-block.fixed .promotions-detail-tabs-scroll .owl-next{	
	z-index: 202;	
}

.promotions-detail-tabs-scroll .owl-prev.disabled,
.promotions-detail-tabs-scroll .owl-next.disabled{
	display: none;
}

.promotions-detail-tabs-scroll .owl-prev{	
	left: 0;
	background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6f7', endColorstr='#00f1f6f7', GradientType=1);
}

.promotions-detail-tabs-scroll .owl-next{	
	align-items: flex-end;
	right: 0;
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#f1f6f7', GradientType=1);
}

.promotions-detail-tabs-scroll .owl-prev i,
.promotions-detail-tabs-scroll .owl-next i{	
	font-size: 16px;
	color: #b2c7cb;
	-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 .promotions-detail-tabs-scroll .owl-prev:hover i,
.bx-touch .promotions-detail-tabs-scroll .owl-prev:active i,
.bx-no-touch .promotions-detail-tabs-scroll .owl-next:hover i,
.bx-touch .promotions-detail-tabs-scroll .owl-next:active i{
	color: #6639b6;
}

.promotions-detail-tabs-list{	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.promotions-detail-tabs-list:after{	
	display: table;
	clear: both;
	content: "";
}

.promotions-detail-tab{
	height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
	position: relative;			
	white-space: nowrap;
	cursor: pointer;
	-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 .promotions-detail-tab:hover,
.bx-touch .promotions-detail-tab:active{
	color: #6639b6;
}

.promotions-detail-tab:after{	
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #6639b6;
}

.promotions-detail-tab.active:after{
	height: 2px;
}

.promotions-detail-tab > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

/***ITEM***/
.promotions-item-detail{
	height: 185px;
	position: relative;
}

.promotions-item-detail-full{
	height: -moz-calc(100vw / 3.33);
	height: -webkit-calc(100vw / 3.33);
	height: calc(100vw / 3.33);	
}

.slide-menu-option-1-active .promotions-item-detail-full{	
	height: -moz-calc((100vw - 324px) / 3.33);
	height: -webkit-calc((100vw - 324px) / 3.33);
	height: calc((100vw - 324px) / 3.33);
}

.slide-menu-option-2 .promotions-item-detail-full{
	height: -moz-calc((100vw - 72px) / 3.33);
	height: -webkit-calc((100vw - 72px) / 3.33);
	height: calc((100vw - 72px) / 3.33);
}

.page-container .promotions-item-detail-full,
.slide-menu-option-1-active .page-container .promotions-item-detail-full,
.slide-menu-option-2 .page-container .promotions-item-detail-full{
	height: -moz-calc(1298px / 3.33);
	height: -webkit-calc(1298px / 3.33);
	height: calc(1298px / 3.33);
}

.promotions-item-detail-pic-container,
.promotions-item-detail-pic-container:after,
.promotions-item-detail-pic,
.promotions-item-detail-block{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/***ITEM_PIC***/


.slide-menu-option-1-active .promotions-item-detail-pic-container{
	width: -moz-calc(100vw - 324px);
	width: -webkit-calc(100vw - 324px);
	width: calc(100vw - 324px);
}

.slide-menu-option-2 .promotions-item-detail-pic-container{
	width: -moz-calc(100vw - 72px);
	width: -webkit-calc(100vw - 72px);
	width: calc(100vw - 72px);
}

.page-container .promotions-item-detail-pic-container,
.slide-menu-option-1-active .page-container .promotions-item-detail-pic-container,
.slide-menu-option-2 .page-container .promotions-item-detail-pic-container{
	width: auto;
	left: -61px;
	right: -61px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.promotions-item-detail-completed .promotions-item-detail-pic-container{
	background: #f4fafb;
}

.promotions-item-detail-pic-container:after{
	content: "";
	background: -moz-linear-gradient(top, rgba(61, 75, 82, 0) 0%, #3d4b52 100%);
	background: -webkit-linear-gradient(top, rgba(61, 75, 82, 0) 0%, #3d4b52 100%);
	background: linear-gradient(to bottom, rgba(61, 75, 82, 0) 0%, #3d4b52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003d4b52", endColorstr="#3d4b52", GradientType=0);
}

.promotions-item-detail-completed .promotions-item-detail-pic-container:after{	
	background: -moz-linear-gradient(top, rgba(61, 75, 82, 0) 0%, #b2c7cb 100%);
	background: -webkit-linear-gradient(top, rgba(61, 75, 82, 0) 0%, #b2c7cb 100%);
	background: linear-gradient(to bottom, rgba(61, 75, 82, 0) 0%, #b2c7cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003d4b52", endColorstr="#b2c7cb", GradientType=0);
}



.promotions-item-detail-completed .promotions-item-detail-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-detail-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%);
}

/***ITEM_BLOCK***/
.promotions-item-detail-block{	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;	
	padding: 32px 0;
}

.promotions-item-detail-title{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 30px;	
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.promotions-item-detail-date{	
	margin-top: 12px;

	text-align: center;
}
.cat-title.center{
	text-align: center;
	margin: 0 auto;	
}
/***ITEM_ICONS***/
.promotions-item-detail-icons{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;	
}

.promotions-item-detail-icon{
	overflow: hidden;
}

.promotions-item-detail-icon + .promotions-item-detail-icon{
	margin-left: 12px;
	overflow: visible;
}

/***ITEM_MARKER***/
.promotions-item-detail-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.promotions-item-detail-marker-container + .promotions-item-detail-marker-container{
	margin-top: 4px;
}

.promotions-item-detail-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-detail-completed .promotions-item-detail-marker{
	background: #8ea6ab !important;
}

.promotions-item-detail-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.promotions-item-detail-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.promotions-item-detail-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.promotions-item-detail-marker-14px > i{
	font-size: 14px;
}

.promotions-item-detail-marker-24px > i{
	font-size: 24px;
}

.promotions-item-detail-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promotions-item-detail-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.promotions-item-detail-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

/***ITEM_TIMER***/
.promotions-item-detail-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: #6639b6;	
}

.promotions-item-detail-completed .promotions-item-detail-timer{
	background: #8ea6ab;
}

.promotions-item-detail-timer > i{	
	margin-right: 7px;
	font-size: 16px;
	color: #fff;
}

.promotions-item-detail-completed .promotions-item-detail-timer > i{
	display: none;
}

.promotions-item-detail-timer > span{		
	color: #fff;
	white-space: nowrap;
}

.promotions-item-detail-timer .countdown-amount:after{	
	content: ":";
}

.promotions-item-detail-timer .countdown-section:last-child .countdown-amount:after{
	content: none;
}

.promotions-item-detail-timer .countdown-period{
	display: none;
}

/***ITEM_PREVIEW_TEXT***/
/***PRODUCTS***/
/***DETAIL_TEXT***/
/***OBJECT***/
.promotions-item-detail-preview-text,
.promotions-detail-products-container,
.promotions-detail-detail-text,
.promotions-detail-object-container{
	margin-top: 46px;
}

/***LINKS***/
.promotions-detail-sections-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-bottom: 32px;	
}

.promotions-detail-section-link{
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	white-space: nowrap;
	border: 2px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-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 .promotions-detail-section-link:hover,
.bx-touch .promotions-detail-section-link:active{
	border-color: #8ea6ab;
	background: #e3ecef;
}

.promotions-detail-section-link.active,
.bx-no-touch .promotions-detail-section-link.active:hover,
.bx-touch .promotions-detail-section-link.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

.promotions-detail-section-link > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

.promotions-detail-section-link.active > span,
.bx-no-touch .promotions-detail-section-link.active:hover > span,
.bx-touch .promotions-detail-section-link.active:active > span{
	color: #fff;
	background: #8ea6ab;
}

/***PHONES***/
@media(max-width: 991px){
	.promotions-detail{
		margin-top: 72px;
	}

	/***TABS***/
	.promotions-detail-tabs-container,
	.slide-menu-option-1-active .promotions-detail-tabs-container,
	.slide-menu-option-2 .promotions-detail-tabs-container,
	.page-container .promotions-detail-tabs-container,
	.slide-menu-option-1-active .page-container .promotions-detail-tabs-container,
	.slide-menu-option-2 .page-container .promotions-detail-tabs-container{
		width: unset;
		margin: 0 -18px;
	}
	
	.slide-menu-option-1-active .promotions-detail-tabs-block.fixed,
	.slide-menu-option-2 .promotions-detail-tabs-block.fixed{
		left: 0;
	}
	
	.promotions-detail-tabs-scroll{	
		width: unset;
		margin: 0;
	}

	.promotions-detail-tabs-scroll .owl-prev{
		padding-left: 18px;
	}
	
	.promotions-detail-tabs-scroll .owl-next{
		padding-right: 18px;
	}

	/***ITEM***/
	.promotions-item-detail,
	.promotions-item-detail-full,
	.slide-menu-option-1-active .promotions-item-detail-full,
	.slide-menu-option-2 .promotions-item-detail-full,
	.page-container .promotions-item-detail-full,
	.slide-menu-option-1-active .page-container .promotions-item-detail-full,
	.slide-menu-option-2 .page-container .promotions-item-detail-full{
		height: 185px;
		margin: 0 -18px;
	}

	/***ITEM_PIC***/
	.promotions-item-detail-pic-container,
	.slide-menu-option-1-active .promotions-item-detail-pic-container,
	.slide-menu-option-2 .promotions-item-detail-pic-container,
	.page-container .promotions-item-detail-pic-container,
	.slide-menu-option-1-active .page-container .promotions-item-detail-pic-container,
	.slide-menu-option-2 .page-container .promotions-item-detail-pic-container{
		width: unset;
		left: 0;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		transform: unset;
	}

	/***ITEM_BLOCK***/
	.promotions-item-detail-block{
		padding: 18px 0;
	}

	.promotions-item-detail-title{		
		font-size: 20px;
		line-height: 24px;
	}

	.promotions-item-detail-date{	
		margin-top: 6px;
	}

	/***ITEM_ICONS***/
	.promotions-item-detail-icons{
		left: 12px;
		right: 12px;
		top: 12px;	
	}

	/***ITEM_PREVIEW_TEXT***/
	/***PRODUCTS***/
	/***DETAIL_TEXT***/
	/***OBJECT***/
	.promotions-item-detail-preview-text,
	.promotions-detail-products-container,
	.promotions-detail-detail-text,
	.promotions-detail-object-container{
		margin-top: 14px;
	}

	/***LINKS***/
	.promotions-detail-sections-links{
		margin-top: -6px;
		margin-bottom: 18px;	
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px) and (max-width: 1042px){
	/***TABS***/
	.slide-menu-option-1-active .promotions-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.slide-menu-option-2 .promotions-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.page-container .promotions-detail-tabs-container,
	.slide-menu-option-1-active .page-container .promotions-detail-tabs-container,
	.slide-menu-option-2 .page-container .promotions-detail-tabs-container{
		margin-left: -23px;
		margin-right: -23px;
	}

	.slide-menu-option-1-active .promotions-detail-tabs-block.fixed{
		left: 0;
	}
	
	.slide-menu-option-2 .promotions-detail-tabs-block.fixed{
		left: 0;
	}

	.promotions-detail-tabs-scroll{	
		width: 946px;
	}

	/***ITEM***/
	.slide-menu-option-1-active .promotions-item-detail-full{
		height: -moz-calc(100vw / 3.33);
		height: -webkit-calc(100vw / 3.33);
		height: calc(100vw / 3.33);
	}

	.slide-menu-option-2 .promotions-item-detail-full{
		height: -moz-calc(100vw / 3.33);
		height: -webkit-calc(100vw / 3.33);
		height: calc(100vw / 3.33);
	}

	.page-container .promotions-item-detail-full,
	.slide-menu-option-1-active .page-container .promotions-item-detail-full,
	.slide-menu-option-2 .page-container .promotions-item-detail-full{
		height: -moz-calc(992px / 3.33);
		height: -webkit-calc(992px / 3.33);
		height: calc(992px / 3.33);
	}
	
	/***ITEM_PIC***/
	.slide-menu-option-1-active .promotions-item-detail-pic-container{
		width: 100vw;
	}

	.slide-menu-option-2 .promotions-item-detail-pic-container{
		width: 100vw;
	}

	.page-container .promotions-item-detail-pic-container,
	.slide-menu-option-1-active .page-container .promotions-item-detail-pic-container,
	.slide-menu-option-2 .page-container .promotions-item-detail-pic-container{
		left: -23px;
		right: -23px;
	}
}

@media(min-width: 1043px) and (max-width: 1271px){
	/***TABS***/
	.slide-menu-option-1-active .promotions-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.page-container .promotions-detail-tabs-container,
	.slide-menu-option-1-active .page-container .promotions-detail-tabs-container,
	.slide-menu-option-2 .page-container .promotions-detail-tabs-container{
		margin-left: -23px;
		margin-right: -23px;
	}

	.slide-menu-option-1-active .promotions-detail-tabs-block.fixed{
		left: 0;
	}

	.promotions-detail-tabs-scroll{	
		width: 946px;
	}

	/***ITEM***/
	.slide-menu-option-1-active .promotions-item-detail-full{
		height: -moz-calc(100vw / 3.33);
		height: -webkit-calc(100vw / 3.33);
		height: calc(100vw / 3.33);
	}

	.page-container .promotions-item-detail-full,
	.slide-menu-option-1-active .page-container .promotions-item-detail-full,
	.slide-menu-option-2 .page-container .promotions-item-detail-full{
		height: -moz-calc(992px / 3.33);
		height: -webkit-calc(992px / 3.33);
		height: calc(992px / 3.33);
	}
	
	/***ITEM_PIC***/
	.slide-menu-option-1-active .promotions-item-detail-pic-container{
		width: 100vw;
	}

	.page-container .promotions-item-detail-pic-container,
	.slide-menu-option-1-active .page-container .promotions-item-detail-pic-container,
	.slide-menu-option-2 .page-container .promotions-item-detail-pic-container{
		left: -23px;
		right: -23px;
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***TABS***/
	.slide-menu-option-1-active .promotions-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.slide-menu-option-1-active .promotions-detail-tabs-block.fixed{
		left: 0;
	}

	/***ITEM***/
	.slide-menu-option-1-active .promotions-item-detail-full{
		height: -moz-calc(100vw / 3.33);
		height: -webkit-calc(100vw / 3.33);
		height: calc(100vw / 3.33);
	}
	
	/***ITEM_PIC***/
	.slide-menu-option-1-active .promotions-item-detail-pic-container{
		width: 100vw;
	}
}
.h2.center{
	text-align:center;
	margin:30px auto 50px !important;
	font-size:26px;
	font-weight:700;	
}
.promotions-more{
	margin-bottom:70px;
}

@media(max-width:560px)
{
.promotions-more{
	margin-bottom:30px !important;
	
}
.promotions-item{
	margin-bottom:30px !important; 
}	
.h2.center{
	margin-bottom:10px !important;
	font-size:16px !important;
}
.cat-title.center{
	font-size:20px;
	line-height:24px;
}
.promotions-detail-detail-text{
	margin-top:30px !important;
}
}

.promotions-detail__custom .catalog-item.cont-item-default {
	overflow: hidden;
}
.banner-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.timer__items {
    display: flex;
    font-size: 48px;
    justify-content: center;
    padding-bottom: 15px;
}
.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
    text-align: center;
    color: white;
    font-weight: 500;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}
.timer {
    background: #e01f2e;
    margin-top: 5px;
    border-radius: 5px;
}
.countdown-title {
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}
 
.countdown {
    display: flex;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    justify-content: center;
    color: white;
    font-weight: 500;
    padding-bottom: 15px;
}
 
.countdown-number {
    padding: 10px;
    border-radius: 3px;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
}
 
.countdown-time {
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding-top: 5px;
}
 
.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
}
.timer-item {
    background: #e01f2e;
    margin-top: 5px;
    border-radius: 5px;
}
.countdown-time::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.section-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 36px;
    max-width: 80%;
}
@media (max-width: 1919px){
.section-title {
    font-size: 28px;
    line-height: 40px;
}
}
.nr_how-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 46px 0 65px;
    padding: 0;
	flex-wrap:wrap;
}
.nr_how-list-item {
	margin-top:25px;
    text-align: center;
}
.nr-p img {
    max-width: 100%;
}
.nr_how-list-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    max-width: 250px;
    margin: auto;
    margin-top: 16px;
}
.nr_how-bottom-text {
    margin: 0 auto 24px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    max-width: 80%;
}
section.sm-html-pad.nr__margin-1 {
    margin-top: 20px;
}
.ky--20swimwear__app .sm-html-pad {
    display: flex;
    gap: 105px;
}
@media (max-width: 1919px){
.ky--20swimwear__app .sm-html-pad {
    gap: 30px;
}
.sm-html-pad {
    padding: 0 135px;
}
.ky--20swimwear__h2 {
    font-size: 36px;
    line-height: 48px;
}
.ky--20swimwear__app_list {
    margin: 38px 0;
}


}
.ky--20swimwear__list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.ky--20swimwear__discount_list-svg {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin-right: 10px;
}
.ky--20swimwear__discount_list-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    /* max-width: 450px; */
}
.yk_mp_down {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ky--20swimwear__h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
}
section.ky--20swimwear__app.ky--20swimwear-mp {
    margin-top: 40px;
}
.sm-html-pad img {
    max-height: 500px;
    justify-content: center;
    display: flex;
	margin:auto;
}
.ky--20swimwear__app_list>ol>li {
    position: relative;
}
.ky--20swimwear__app_list>ol>li:before {
    position: absolute;
    left: -38px;
    background-color: #e01f2e;
    z-index: -1;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    top: 1px;
    content: counter(list-item)"\a0\a0";
    color: #fff;
    padding-left: 11px;
    font-size: 15px;
    font-weight: bold;
}
.ky--20swimwear__app_list ol {
    list-style: none;
}
.ky--20swimwear__list-item{
	margin-bottom:20px;
}
@media(min-width:1024px){
.catalog-col-r-full .catalog-item{width:25%;}
.promotions-detail__custom .catalog-item.cont-item-default{
	overflow:initial;
}
}
.sproduct-title {
  font-weight: 600 !important;
  color: #313130 !important;
  font-size: 13px !important;
  line-height: 1.5;
  margin-bottom: 11px;
  display: block;
  height: 57px;
  overflow: hidden;
  padding-top: 2px;
}

.ublock_header {    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 4px;
    text-transform: uppercase;

    margin-bottom: 36px;
    max-width: 80%;
	font-size: 26px;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;}

.ublock_top_text, .ublock_under_text {text-align:center;}

.design_section {margin-top:72px; padding:50px; overflow:hidden; border-radius:5px; background-size:cover !important;}
.ublock_rphoto, .ublock_lphoto {text-align:center; display:flex;}
.ublock_rphoto img, .ublock_lphoto img {max-width:50%; margin:auto;}

.ublock_text {display:flex; flex-wrap:wrap;}
.ublock_numlist {
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #000000;
    margin: 0;
}

.ublock_bottom_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: 25px;
    margin-bottom: 0;
}
.filternew {display:block !important;}

.catalog-cols {flex-wrap:wrap;}

.catfilter-btn  {    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
    background-color: #e01f2e;
    border: 0;
    cursor: pointer;
    min-width: 100px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    outline: 0 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 25px;
    height: 32px;
    font-size: 13p !important;
    line-height: 32px;}

@media (max-width: 700px){
.categories__title {
    font-size: 20px !important;
}
.nr_how-list-item {
    margin-bottom: 50px;
    width: 100%;
}
.design_section {padding:12px;}
}

@media (max-width: 1000px){
.sm-html-pad {
    padding: 0 50px;
}
}
@media (max-width: 700px){
.sm-html-pad {
    padding: 0 12px;
}
}
.advice-item__title--span {
    display: block;
}


.categories-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 378px);
  grid-gap: 28px;
}

.categories__item {
  border-radius: 4px;
  padding: 55px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.categories__item .categories__content{
	text-align:center;
	margin: 0 auto;
}
.categories__item:first-of-type {
  
  /*background: linear-gradient(76.91deg, #0AFE98 1.9%, #007CFD 100%);*/
  position: relative;
  overflow: hidden;

   -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; 
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories__item:first-of-type .categories__img {
  margin: 0 auto;
  max-width: 528px;
  width: 100%;
}
.categories__item:nth-of-type(2) {
  /*background: linear-gradient(223.88deg, #700290 1.88%, #E6117B 100%);*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories__item:nth-of-type(2) .categories__img {
  max-width: 300px;
  margin: 0 auto;
}
.categories__item:nth-of-type(3) {
 /* background: linear-gradient(136.68deg, #FF883A 0%, #FEFE36 97.24%);*/

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: span 2;
}
.categories__item:nth-of-type(3) .categories__img {
  max-width: 193px;
  -ms-flex-item-align: center;
  align-self: center;
}
.categories__item:nth-of-type(4) {
 /* background: linear-gradient(225deg, #F8B23C 0%, #EC0A8A 100%);*/
  position: relative;
  overflow: hidden;
  grid-column: span 2;
}
.categories__item:nth-of-type(4) .categories__img {
  /*max-width: 186px;*/
  
  margin-left: -150px;
  max-width: 528px;
  width: 100%;  
}
.categories__item:nth-of-type(4) .categories-links, .categories__item:nth-of-type(3) .categories-links{
	text-align: left;
}
.categories__item:nth-of-type(3) .categories__content{
	padding-left:10px;
}
.categories__item:nth-of-type(3) .categories__link{
	margin-right:10px;
}
.categories__item:nth-of-type(5) {
 /* background: linear-gradient(315deg, #8233F8 3.88%, #350076 100%);*/
  -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;
}
.categories__item:nth-of-type(5) .categories__img {
  max-width: 193px;
  margin: 0 auto;
}
.categories__item:last-of-type {
 /* background: linear-gradient(102.67deg, #7605EF 0.8%, #CF49FE 99.06%);*/
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories__item:last-of-type .categories__img {
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.categories__title {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

}
.categories__title::after {
  content: "";
  width: 24px;
  height: 18px;
  background: url("/local/templates/fplace_index/images/catalog-arrow.svg") right center/24px no-repeat;
  display: block;
  margin-left: 21px;
}

.categories-content {
  max-width: 260px;
  width: 100%;
}
.categories-content-text{
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}
.categories-links {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.categories-links a {
    display: block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700 !important;
    margin-bottom: 6px;
    line-height: 1;
}

.categories__img {
  max-width: 100%;
}
.categories__img img {
  width: 100%;
  display: block;
  height: auto;
}

.catalog__title {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1600px){
	.categories__title{
		font-size: 28px;
	}
	.categories__item {
		padding: 55px 40px;
	}	
}


@media (max-width: 1440px) {

  .categories-list{
	  grid-template-rows:initial;
	  grid-auto-rows: 1fr;
  }
  
  
}


@media (max-width: 1439px) {

  .categories__item {
    padding: 35px 35px;
  }
  .categories__item:first-of-type .categories__img {
    max-width: 230px;
  }
  .categories__item:nth-of-type(2) .categories__img {
    max-width: 200px;
  }
  .categories__item:nth-of-type(3) .categories__img {
    max-width: 400px;
  }
  .categories__item:nth-of-type(4) .categories__img {
    max-width: 400px !important;
  }
  .categories__item:nth-of-type(5) .categories__img {
    max-width: 180px;
  }
  .categories__item:last-of-type .categories__img {
    max-width: 200px;
  }

 
}

@media (max-width: 1360px) {
 .categories__title{
	font-size:25px;
}	
}

@media (max-width: 1280px) {
	.categories__item {
	  padding: 35px 25px;
	}	
	.categories__title{
		font-size:24px;
	}	
}
@media (max-width: 1200px){
  .categories__title {
    font-size: 30px;
  }
  .categories__title::after {
    width: 24px;
    height: 18px;
    background-size: 24px;
  }
  .catalog__title {
    margin-bottom: 21px;
  }	
}
@media (max-width: 680px) {
  .categories-list {
    grid-gap: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
   .categories__item:first-of-type {
    order:2;
  }
  .categories__item:nth-of-type(2) {
   order:3;
  }
  .categories__item:nth-of-type(3) {
    order:1;
  }
  .categories__item:nth-of-type(4) {
     order:6;
  }
  .categories__item:nth-of-type(5) {
    order:4;
  }
  .categories__item:last-of-type {
   order:5;
  } 
  
  
  .categories__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .categories__item:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 320px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .categories__item:nth-of-type(3) .categories__img {
    margin-left: 0;
    max-width: 300px;
  }
  .categories__item:nth-of-type(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 320px;
  }
  .categories__item:nth-of-type(4) .categories__img {
    max-width: 100%;
	margin-left: 0;
  }
  .categories__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .categories__title::after {
    display: none;
  }
  .categories-links, .categories-content-text {
    display: none;
  }
  .categories__img img {
    width: 100%;
    margin: 0 auto;
  }
  .catalog__title {
    display: none;
  }	
}

@media (max-width: 560px) {
	/*.categories-list .categories__item:first-child .categories__title,
	.categories-list .categories__item:last-child  .categories__title{
		margin-top:32px;
	}*/	
	
}
.categories__title {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700 !important;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.categories__content a:hover {
    text-decoration: none;
}

.catalog-pop {margin-top:78px;}

.copypromo.d-flex {
    width: 100%;
    background: #e01f2e;
    padding: 28px;
    border-radius: 5px;
    color: white;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 600;
    align-items: center;
	    flex-wrap: wrap;
}
.mainpromo {
    width: 100%;
    padding: 10px;
    background: white;
    color: #e01f2e;
    border-radius: 5px;
    text-align: center;
}
.promotext {
    width: inherit;
}
.copyimg.col-md-2 {
    text-align: center;
}
@media(max-width:767px){
	.cat-title.center {margin: 0 !important;}
	.cat-title-wrap {justify-content: center;}
	.section-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto;
    margin-bottom: 36px;
   max-width: 100%;
}
.nr_how-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 65px;
    padding: 0;
    flex-wrap: wrap;
}
.aticle-page-content h2 {
    font-size: 16px;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
.countdown {
    display: flex;
    font-weight: 100;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    padding-bottom: 7px;
}
.ublock_header {    font-size: 16px; max-width:unset;}
.ublock_numlist {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    color: #000;
    margin: 0;
}
.ublock_rphoto img, .ublock_lphoto img {
    max-width: 70%;
    margin: auto;
}
.ublock_rphoto{ margin-top:20px !important;}
}
div#copy {
    margin-top: 25px;
    cursor: pointer;
}
@media(max-width:750px){
	div#copy>.promotext {
    line-height: 26px;
}
div#copy>.copyimg {
    width: 10%;
    margin-top: 25px;
}
div#contentcopy {
    width: 76%;
    margin-top: 20px;
}
.countdown-number {
    padding: 10px;
    border-radius: 3px;
    display: flex
;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
}
}
.textaction {
    padding-top: 25px;
}