/**/
:root{
	--product-showcase-background: #F2F3F8;
	--product-showcase-padding: 0.5rem;
	--thums-slider-width: 55px;
	--thums-img-count: 7;
}
.product-new-showcase .product-showcase{
	background: var(--product-showcase-background) !important;
	position: relative;
	z-index: 2;
}
/*.product-new-showcase .card-delivery-block{
	background: var(--product-showcase-background) !important;
}*/
.product-showcase .thumbs-slider-area{
	width: calc(var(--thums-slider-width) + var(--product-showcase-padding));
	min-width: calc(var(--thums-slider-width) + var(--product-showcase-padding));
}
.product-showcase .big-slider-area{
	width: calc(100% - (var(--thums-slider-width) + var(--product-showcase-padding)));
}
.product-showcase .card-tabs{
	width: 100%;
}
.big-slider-area,
.swiper-thumb-area,
.thumbs-slider-area{
	position:relative;
}
#thumbSlider{
	height: calc((var(--thums-slider-width) * var(--thums-img-count)) + (var(--product-showcase-padding) * (var(--thums-img-count) - 1)));
}
#thumbSlider .swiper-slide{
	cursor: pointer;
}
#thumbSlider .swiper-slide div,
.video-thumb-block{
	border-radius: 0.3rem;
	overflow: hidden;
	height: var(--thums-slider-width);
}
#thumbSlider .swiper-slide.active-slide div{
	opacity:0.7;
}
#thumbSlider .swiper-slide.active-slide:after{
	content: "";
	border-radius: 0.3rem;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px solid #fff;
}
#thumbSlider .swiper-slide.active-slide:after{
	border-color: #0078ff;
}
#thumbSlider .swiper-slide div{
	align-items: center;
	background: #fff;
}
#mainSlider .swiper-slide img,
#thumbSlider .swiper-slide img{
	max-width: 100%;
	margin:auto;
}
#mainSlider .swiper-slide a{
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
}
.swiper-thumb-button-prev,
.swiper-thumb-button-next{
	position: absolute;
	width: var(--thums-slider-width);
	height: 40px;
	background-color: var(--product-showcase-background);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left:0;
	cursor: pointer;
	z-index: 1;
}
.swiper-thumb-button-prev.swiper-button-disabled,
.swiper-thumb-button-next.swiper-button-disabled{
	display: none;
}
.swiper-thumb-button-prev{
	top:0;
	background-image: url(images/showcase/arrow-top.svg);
}
.swiper-thumb-button-next{
	bottom:0;
	background-image: url(images/showcase/arrow-bottom.svg);
}
.swiper-bigslider-button-prev,
.swiper-bigslider-button-next{
	position: absolute;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 1;
}
.swiper-bigslider-button-prev.swiper-button-disabled,
.swiper-bigslider-button-next.swiper-button-disabled{
	display: none;
}
.swiper-bigslider-button-prev{
	left:12px;
	background-image: url(images/showcase/arrow-left.svg);
}
.swiper-bigslider-button-next{
	right: calc(12px + var(--product-showcase-padding));
	background-image: url(images/showcase/arrow-right.svg);
}

.video-thumb-block,
.video-thumb-block a{
	width: var(--thums-slider-width);
	height: var(--thums-slider-width);
}
.video-thumb-block a{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background: #fff;
}
.video-thumb-block a:after{
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background: url(images/showcase/video-play.svg);
}

.product-labels{
	position: absolute;
	top: 1rem;
	right:0.7rem;
	z-index:1;
}
.product-labels .product-label-new{
	width: 120px;
	height: 38px;
	background: url(images/showcase/label-new.svg) no-repeat right top;
}
.product-new-showcase .block-switch-color{
	position: absolute;
	bottom:0.7rem;
	left:1.25rem;
	z-index:1;
}
.product-new-showcase .block-switch-color .switcher-color{
	margin-bottom: 0;
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	font-size: 21px;
	line-height: 44px;
	font-weight: 400;
	color: #ffffff;
	align-items: center;
	justify-content: flex-start;
}
.block_switch_color .swColor span{
	color:#000;
}
.block-switch-color .switcher-color:before{
	content: "";
	display: inline-block;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
}
.block-switch-color .switcher-color.swColor3::before {
	background-color: #000;
}
.block-switch-color .switcher-color.swColor4::before {
	background-color: #EB5757;
}
.block-switch-color .switcher-color.swColor1438::before {
	background-color: #f8a7b4;
}
.block-switch-color .switcher-color.swColor1448::before {
	background-color: #84BEFF;
}
.block-switch-color .switcher-color.swColor14::before {
	border-color: #eee;
	background-color: #fff;
}
.block-switch-color .switcher-color.swColor6::before {
	background-color: rgb(26, 53, 87);
}
.block-switch-color .switcher-color.sel::before {
	border-color: #3da1ee;
}
.product-new-showcase .block-switch-color span{
	display: none;
}
.card-tabs{
	display: flex;
	justify-content: space-between;
}
.card-tabs .card-tab {
	cursor: pointer;
	flex: 1 1 auto;
	background: #fff;
	font-size: 1.1rem;
	line-height: 1rem;
	text-align: center;
	color: #000;
	border: 1px solid #333;
	border-radius: 0.5rem;
	padding: 0.5rem 0.5rem 0.7rem;
	margin: 0;
	margin-right: var(--product-showcase-padding);
}
.card-tabs .card-tab.active{
	background: #464953;
	border-color: #464953;
	color:#fff;
	font-weight: 700;
}
.card-tabs .card-tab span{
	position: relative;
}
.card-tabs .card-tab span:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left:0;
	bottom:-2px;
	background: transparent;
}
.card-tabs .card-tab.active span:after{
	background: #4F9EFC;
}

.product-info-head,
.product-reviews-area,
.product-buyers-count,
.product-info-more-link,
.product-info-advantages{
	background: #fff;
	border-radius: 0.6rem;
	padding: 0.6rem 1.1rem;
}
.product-info-head{
	border-radius: 1rem;
}
.product-info-head .product-price{
	white-space: nowrap;
}
.product-info-head .product-h{
	font-weight: 600;
	font-size: 2rem;
	line-height: 106%;
	color: #000;
	margin: 0 0;
	padding: 0;
}
.product-info-head .product-cur-price{
	font-weight: 700;
	font-size: 2rem;
	line-height: 84%;
	text-align: right;
	color: #0078ff;
}
.product-old-price-val {
	font-size: 1rem;
	line-height: 140%;
	text-align: center;
	color: #6a6a6a;
	text-decoration: line-through;
}
.product-info-head .product-old-price-diff{
	font-size: 18px;
	line-height: 125%;
	text-align: center;
	color: #ff5252;
}
.product-info-community .buyers-count-block{
	padding-left: 42px;
	background: #fff url(images/showcase/buys-count.svg) no-repeat left center;
	background-size: 29px;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 117%;
	color: #000;
}


.product-info-advantages{
	flex: 1 1 auto;
}
.product-buy-block .incart,
.product-buy-block .addToCart{
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.product-buy-block .addToCart:not(.in-progress):before{
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/showcase/cart.svg) no-repeat center;
	margin-right: 0.75rem;
	vertical-align: sub;
}
.product-buy-block .addToCart:before{
	transition: none;
}
.product-buy-block .incart{
	border-color: #66b423;
	background-color: #66b423;
}
.advantages-list .advantages-item{
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
}
.advantages-list .advantages-item::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.75rem;
	border-bottom: 1px dotted #bbb;
}
.advantages-item .advantages-item-name,
.advantages-item .advantages-item-value{
	position: relative;
	z-index:1;
	padding: 0.6rem 0.3rem;
}
.advantages-item .advantages-item-name span,
.advantages-item .advantages-item-value span{
	background: #fff;
	line-height: 114%;
}
.advantages-item .advantages-item-name span{
	padding-right: 0.3rem;
}
.advantages-item .advantages-item-value span{
	font-weight: bold;
	padding-left: 0.3rem;
}
.product-info-advantages .more-advantages{
	font-weight: 600;
	font-size: 1.1rem;
	text-align: right;
	color: #0078ff;
	/*text-decoration: underline;*/
	cursor: pointer;
}

.slButBig3.incart,
.slBut3Big3.incart{
	border-color: #66b423;
	background-color: #66b423;
}

@media(max-width: 1140px){
	.product-info-community .buyers-count-block {
		font-size: 1rem;
		white-space: nowrap;
	}
	.product-info-community .buyers-count-block {
		padding-left: 28px;
		background-size: 20px;
	}
	.product-info-head .product-caption{
		line-height: 1rem;
	}
}
@media(max-width: 768px){
	.product-showcase .big-slider-area{
		width: 100%;
		min-width: 100%;
	}
	.product-info-head .product-h {
		font-size: 1.5rem;
	}
	.product-info-head .product-cur-price {
		font-size: 1.75rem;
	}
	.product-old-price .product-old-price-val,
	.product-info-head .product-old-price-diff {
		font-size: 0.9rem;
	}
	.product-new-showcase .block-switch-color .switcher-color {
		margin-right: 12px;
	}
	.block-switch-color .switcher-color::before {
		width: 26px;
		min-width: 26px;
		height: 26px;
		box-shadow: none;
	}
	.product-buy-block .incart,
	.product-buy-block .addToCart {
		font-size: 1.2rem;
		letter-spacing: 0.5px;
	}
	.product-buy-block .addToCart:not(.in-progress)::before {
		width: 22px;
		height: 22px;
		margin-right: 0.5rem;
		background-size: contain;
	}
	#mainSlider .swiper-slide{
		width:90%;
	}
	.product-labels {
		right: 0;
		top: 0.5rem;
	}
	.swiper-bigslider-button-prev,
	.swiper-bigslider-button-next{
		display: none;
	}
	.card-tabs .card-tab {
		font-size: 1rem;
		line-height: 1rem;
		white-space: nowrap;
		padding:0.5rem;
	}
	.card-tabs .card-tab.active {
		font-weight: 600;
	}
	.card-tabs .card-tab:last-child{
		margin-right: 0;
	}
	.advantages-list .advantages-item {
		align-items: flex-end;
		margin-bottom: 0.2rem;
	}
	.advantages-item .advantages-item-name,
	.advantages-item .advantages-item-value {
		max-width: 45%;
		line-height: 114%;
	}
	.advantages-list .advantages-item::before {
		bottom: 0.6rem;
	}
}
@media(max-width: 576px){
	.advantages-item .advantages-item-name,
	.advantages-item .advantages-item-value {
		position: relative;
		padding: 0.2rem 0.3rem;
		z-index: 1;
	}
	.advantages-list .advantages-item::before {
		bottom: 0.3rem;
	}
	.product-buyers-count{
		padding:0.6rem 0.5rem;
	}
	.product-info-community .buyers-count-block {
		padding-left: 24px;
		background-size: 18px;
	}
	header .block-phone a.phoneTop {
		display: block !important;
	}
}