div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

html {
	scroll-behavior: smooth;
}

/* секция hero */
.discount-hero__background {
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-size: cover;
}
.discount-hero__content {
	padding: 62px 118px;
}
@media (max-width: 720px) {
	.discount-hero__content {
		padding: 62px 44px;
	}
}
.discount-hero__link {
	color: rgba(0, 0, 0, 0.5);
}
.discount-hero__period {
	text-transform: uppercase;
	font-family: HeliosExtLightC, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	margin-bottom: 12px;
}
.timeframe {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 205px;
}
.timeframe .countdown__item {
	display: flex;
	justify-content: center;
	background-color: white;
	width: 86px;
	height: 86px;
}

.timeframe .countdown__digit-num span {
	font-family: HeliosExtLightC, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 32px;
	text-align: left;
}
.timeframe .countdown__digits {
	font-size: 24px;
	line-height: 24px;
	margin-right: 4px;
}
.timeframe .countdown__digit {
	height: 25px;
}
.timeframe__desc {
	margin-bottom: 5px;
}
@media (max-width: 500px) {
	.discount-hero__period {
		display: none;
	}
	.timeframe .countdown__digit-num span {
		font-size: 16px;
	}

	.timeframe .countdown__digit-num .countdown__label {
		font-size: 10px;
	}
	.timeframe {
		margin-top: 520px;
	}
	.discount-hero__content {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0;
		align-items: center;
	}
	.timeframe .countdown__item {
		width: 56px;
		height: 56px;
	}
	.timeframe .countdown__digits {
		font-size: 25px;
	}
}
/* секция hero */

/* секция с коллекциями */
.sale-product-selection {
	font-family: HeliosExtLight, sans-serif;
	overflow: hidden;
	padding: 95px 0 60px 0;
	position: relative;
}
.sale-product-selection__background {
	position: absolute;
}
.sale-product-selection__background--left {
	top: 0;
	left: -50px;
}
.sale-product-selection__background--right {
	top: 0;
	right: -50px;
}
.sale-product-selection__title {
	font-weight: 400;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	margin-bottom: 25px;
}
@media (max-width: 720px) {
	.sale-product-selection__title {
		font-size: 20px;
		text-align: left;
		margin-bottom: 0;
		line-height: 24px;
	}
}
.sale-product-selection__text {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
@media (max-width: 720px) {
	.sale-product-selection__text {
		margin-bottom: 30px;
	}
}
.sale-product-selection__description {
	display: flex;
}
.sale-product-selection__description--right {
	flex-direction: row-reverse;
}
.sale-product-selection__description--left {
	flex-direction: row;
}
.sale-product-selection__description p {
	font-family: TTCommons, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23.4px;
	color: rgba(0,0,0,.5);
}
@media (max-width: 720px) {
	.sale-product-selection__description p {
		font-size: 14px;
	}
}
.sale-product-selection__description .text-right {
	max-width: 540px;
}
.sale-product-selection__description .text-left {
	max-width: 640px;
}
@media (max-width: 720px) {
	.sale-product-selection__description .text-right {
		max-width: 252px;
	}
	.sale-product-selection__description .text-left {
		max-width: 252px;
	}
}
.sale-product-selection__button {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 100px;
}
@media (max-width: 720px) {
	.sale-product-selection__button {
		margin-top: 30px;
	}
}
/* секция с коллекциями */

/* слайдер товаров */
.section-products-slider {
	position: relative;
	padding: 0 20px;
}

.section-products-slider .swiper-button-prev {
	position: absolute;
	left: -4px;
	top: 160px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 5;
}
.section-products-slider .swiper-button-next {
	position: absolute;
	right: 0;
	top: 160px;

	background: none;
	border: none;
	cursor: pointer;
	z-index: 5;
}
@media (max-width: 768px) {
	.section-products-slider .swiper-button-next {
		top: 120px;
	}
	.section-products-slider .swiper-button-prev {
		top: 120px;
	}
}
.prices {
	display: flex;
	margin-top: 20px;
	margin-bottom: 8px;
}
.current-price {
	font-family: TTCommons, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin-right: 16px;
	color: rgba(17, 17, 17, 1);
}
.old-price {
	margin-right: 5px;
	font-family: TTCommons, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	text-decoration: line-through;
	color: #11111180;
	padding-top: 2px;
}
.product-title {
	font-family: TTCommons, sans-serif;
	font-size: 14px;
	line-height: 1.1428571429;
	margin-top: 10px;
	color: #11111180;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}
@media (max-width: 500px) {
	.section-products-slider .product__image {
		height: 205px;
	}
}
.section-products-slider .product-details {
	top: 104%;
}
.discount {
	background: #c1a778;
	color: white;
	font-family: TTCommons, sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding: 3px 2px 0px 2px;
	border-radius: 3px;
	height: 13px;
}
.section-products-slider .swiper-button-next {
	transform: rotate(180deg);
}
.product__tags {
	position: absolute;
	z-index: 4;
	top: 12px;
	left: 12px;
}
.product__tag {
	font-size: 14px;
	line-height: 1.3571428571;
	text-transform: uppercase;
	color: rgba(193, 167, 120, 1);
}

.section-products-slider__gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	-webkit-transition: opacity .33s, -webkit-transform .33s;
	transition: opacity .33s, -webkit-transform .33s;
	transition: opacity .33s, transform .33s;
	transition: opacity .33s, transform .33s, -webkit-transform .33s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	pointer-events: none;
	opacity: 1;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(65%, white));
	background: linear-gradient(90deg, #fff0, #fff 65%)
}

.product-title {
	min-height: 32px;
}

@media screen and (min-width: 768px) {
	.section-products-slider__gradient {
		width: 130px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(white));
		background: linear-gradient(90deg, #ffffff1a, #fff)
	}
}

.section-products-slider__gradient._disabled {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0
}
.swiper-scrollbar {
	display: none;
	position: static;
	width: 33%;
	height: 2px;
	margin: 32px auto 0;
	border-radius: 0;
	background: #d9d9d9;
}
.swiper-scrollbar-drag {
	height: 2px;
	border-radius: 0;
	background: #11111180;
}
@media (max-width: 768px) {
	.swiper-scrollbar {
		display: block;
	}
}
/* слайдер товаров */


.product .prices{
	font-family: TTCommons,sans-serif;
	min-height: 20px;
}
.sectionProducts .catalog-section .sale-product-selection{
	padding:10px 0 60px;
}