

/* Start:/bitrix/templates/mkws2024/components/bitrix/news.detail/main-banner/style.css?17583120581398*/
.main-banner {
	width: 100%;
	margin: 0 ;
	display: flex;
	position: relative;
}

.main-banner > img:not(.logo) {
	width: 100%;
}
.video-banner {
	height: 95vh;
	overflow: hidden;
}
.main-banner .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.FullscreenBgVideo {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}

.main-banner .trans-btn {
	display: inline-block;
	margin-top: 32px;
	color: rgba(252, 248, 241, 1);
	border-color: rgba(252, 248, 241, 1);
}
.FullscreenBgVideoMobile {
	display: none;
}
.main-banner img.mobile {
	display: none;
}
@media (max-width: 992px) {
	.main-banner .logo {
		max-width: 60%;
	}
	.main-banner img.desktop {
		display: none;
	}
	.main-banner img.mobile {
		display: block;
	}
	.FullscreenBgVideo {
		position: absolute;
		top: 0;
		left: 50%;
		min-width: 100%;
		height: auto;
		max-height: 100%;
		transform: translateX(-50%);
	}
	.FullscreenBgVideo {
		min-height: 100%;
		min-width: 100%;
		max-height: 200%;
		object-fit: cover;
	}
	.main-banner {
		width: 100% ;
		margin: 0 ;
		display: flex
	;
		overflow: hidden;
		position: relative;
		justify-content: center;
	}
	.main-banner > img:not(.logo) {
		width: 100%;
		max-width: 100%;
	}
}


@media (max-width: 768px) {
	.FullscreenBgVideoDesktop {
		display: none;
	}
	.FullscreenBgVideoMobile {
		display: block;
	}
}
/* End */


/* Start:/local/lib/css/slick.css?17436137141758*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/lib/css/slick-theme.css?17441290662762*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/lib/css/./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}
.slick-prev {
    right: auto;
    left: 0;
    z-index: 3;
}
.slick-next {

}
.slick-prev:before,
.slick-next:before
{

    position: absolute;
    top: 0;
    left: 0;
}


.slick-prev:before
{
    content: '';
    width: 12px;
    height: 20px;
    transition: 0.3s;
    border: none;
    border-radius: 50%;
    background:  url("/local/lib/css/right.svg") center no-repeat;
    transform: rotate(180deg);
}

.slick-next:before
{
    content: '';
    width: 12px;
    height: 20px;
    transition: 0.3s;
    border: none;
    border-radius: 50%;
    background:  url("/local/lib/css/right.svg") center no-repeat;

}

.slick-next:hover:before,
.slick-prev:hover:before {
    /*background-color: #000;*/
}
.slick-disabled {
    opacity: 0.5!important;
    pointer-events: none;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    max-width: 1100px;
    margin: auto;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0 10px;

}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 11px;
    height: 4px;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 11px;
    height: 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 11px;
    height: 4px;

    content: '';
    text-align: center;

    background: #FDFDFD;
    opacity: 0.5;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.85;

}


@media (max-width: 768px) {
    .slick-prev,
    .slick-next {
        width: 12px;
        height: 20px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 12px;
        height: 20px;
    }

}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws/style.css?1743613761194*/
.prod-item{
    position: relative;
    display: block;
    text-decoration: none;
}
.prod-item a {
    width: 100%;
    transition: 0.6s;
}

.prod-item img {
    max-width: 248px;
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws-mob/style.css?1743613761194*/
.prod-item{
    position: relative;
    display: block;
    text-decoration: none;
}
.prod-item a {
    width: 100%;
    transition: 0.6s;
}

.prod-item img {
    max-width: 248px;
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.top/slider-main/section/style.css?17569032794710*/
.rotating-slider {
	position: relative;

}
.catalog-circle-slider {
	padding-top: 85px;
}
.catalog-top {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.rotating-slider-container {
	width: 100%;
	height: 800px;
	margin: 0 0 80px 0;
	overflow: hidden;
	position: relative;
}
.rotating-slider{
	margin: 140px auto 0 auto;
	position: relative;
}
.rotating-slider ul.direction-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -90px;
	display: flex;
	width: 100%;
	justify-content: center;
}
.rotating-slider ul.direction-controls li button{
	background: rgba(51, 122, 183, 0.8);
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	font-size: 40px;
	font-weight: bold;
	height: 60px;
	width: 60px;
	padding-bottom: 10px;
	text-align: center;
	transition: background 0.35s;
}
.rotating-slider ul.direction-controls li button:hover {
	background: rgba(51, 122, 183, 1);
}
.rotating-slider ul.direction-controls li.left-arrow button {
	border-radius: 100% 0 0 100%;
}
.rotating-slider ul.direction-controls li.right-arrow button {
	border-radius: 0 100% 100% 0;
}
.rotating-slider {
	position: relative;
	height: 1440px;
	width: 1440px;
}
.rotating-slider ul.slides {
	border-radius: 50%;

	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: 0.2s;
	padding: 0;

}
.rotating-slider ul.slides .prod-item {
	top: 45px;

}
.rotating-slider ul.slides .prod-item div {

}
.rotating-slider ul.slides .prod-item p {
	font-size: 22px;
	margin-top: 10px;
}
.rotating-slider ul.slides li{
	background-position: center;
	background-size: cover;
	display: block;
	list-style: none;
	position: absolute;
	/*top: 0;*/
	/*left: 50%;*/
	/*text-align: center;*/
	/*transform-origin: bottom center;*/
	/*width: 100%;*/
	box-sizing: content-box;
	transition: 0.5s;
}

.rotating-slider-container .trans-btn {
	position: absolute;
	left: 50%;
	top: calc(100% - 69px);
	transform: translateX(-50%);
}

.prod-item div {
	opacity: 0;
	color: #747474;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
	position: absolute;
	white-space: nowrap;
}

.prod-item .prod-item-price {
	font-size: 12px;
	margin-top: 8px;
}

.prod-item:hover div {
	opacity: 1;
}

.prod-item-name {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
}
.prod-item-price {
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 16px);
}
.slider-container {
	position: relative;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 5px solid #ccc;
}

.slider {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.slider .slide {
	position: absolute;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff5733;
	color: white;
	border-radius: 50%;
	font-size: 24px;
}

.mobile-slider {
	display: none;
}
.mobile-slider .slick-prev:before,
.mobile-slider .slick-next:before {

	background: url(/bitrix/templates/mkws2024/components/bitrix/catalog.top/slider-main/section/../images/arr.svg) center no-repeat;
}
@media (max-width: 1440px) {
	.rotating-slider {
		position: relative;
		height: 70vw;
		width: 70vw;
	}
	.prod-item img {
		width: 180px;
	}

	.rotating-slider-container {
		height: 40vw;
	}
	.rotating-slider ul.slides .prod-item {
		top: 0;
	}
	.rotating-slider{
		margin: 120px auto 0 auto;
	}
	.main main {
		background-size: 76% auto!important;
		background-position-y: 14.2%!important;
	}
}
@media (max-width: 992px) {
	.mobile-slider {
		display: block;
	}
	.prod-item img {
		margin: auto;
		width: 100%;
	}
	.rotating-slider {
		display: none;
	}

	.rotating-slider-container .trans-btn {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		padding: 8px 32px;
	}
	.rotating-slider-container {
		width: 100%;
		height: auto;
		margin: 80px 0;
		overflow: hidden;
		position: relative;
	}
	.prod-item div {
		opacity: 1;
		color: #747474;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
		text-align: center;
		position: relative;

	}
	.mobile-slider .prod-item {
		position: relative;
		display: block;
		text-decoration: none;
		max-width: 248px;
		margin: auto;
		margin-bottom: 32px;
	}
}

@media (max-width: 768px) {
	.main main {
		background-size: 190% auto!important;
		background-position-y: 9.5%!important;
	}

	.catalog-circle-slider {
		padding-top: 0;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.top/slider-main/section/themes/blue/style.min.css?1743613761702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/news.list/main-sections/style.css?17576128902135*/
.main-sections-item {
	width: 50%;
	position: relative;
	text-align: center;
	display: block;
}
.main-sections-list {
	width: 100%;
	margin:auto;
	max-width: 1360px;
}
.main-sections-item-info {
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
	opacity: 0;
	transform: rotate(90deg) translateX(25%);
	text-align: left;
	color: #B3B3B3;
	font-size: 16px;
	line-height: 250%;
}

.main-sections-item img {
	filter: grayscale(1);
	transform: scale(0.85);
	transition: 0.3s;
	display: inline;
	max-width: 393px;
}

.main-sections-item:hover img {
	filter: grayscale(0);
	transform: scale(1);
}

.main-sections-item:hover .main-sections-item-info {
	opacity: 1;
}

.main-sections-item-name {

	color: #4A4A4A;
	font-size: 30px;
	line-height: 120%;
}

.main-sections-list > * {
	width: 100%;
}

@media (max-width: 992px) {
	.main-sections-item img {
		filter: grayscale(0);
		transform: none;
		transition: 0.3s;
	}
	.main-sections-item-info {
		position: relative;
		right: auto;
		top: auto;
		transition: 0.3s;
		opacity: 1;
		transform: none;
		text-align: left;
		color: #B3B3B3;
		font-size: 12px;
		line-height: 250%;
		text-decoration: none;
		margin-top: 24px;
	}
	.main-sections-item {
		text-decoration: none;
	}
	.main-sections-item-name {
		color: #4A4A4A;
		font-size: 24px;
		line-height: 120%;
		text-transform: lowercase;
	}
	.main-sections-item-name:first-letter {
		text-transform: uppercase;
	}
	.main-sections-item {
		text-align: left;
	}
    .main-sections {
        width: calc(100% + 20px);
        overflow: hidden;
    }
    .main-sections-list {
        width: 100%;
        margin: auto auto auto 0;
    }

    .main-sections-list .slick-list {
        overflow: visible;
    }

    .main-sections-list .slick-slide {
        padding-right: 15px;
        opacity: 0.4;
    }

    .main-sections-list .slick-slide.slick-active {
        opacity: 1;
    }
	.main-sections-item img {

		max-width: 303px;
	}
}
@media (max-width: 767px) {
	.main-sections-list {
		width: 80%;
		margin: auto auto auto 0;
	}
	.main-sections-item {
		text-align: center;
	}
	.main-sections-item img {

		max-width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.section/acc-main/style.css?17558844171820*/
.catalog-section-main .product-item {

}

.catalog-section-main .product-item-big-card {
	width: 248px!important;
	text-align: center;
	position: relative;
	margin: auto;
	padding-bottom: 20px;
}

.catalog-section-main {

    margin: 64px auto 100px;
	max-width: 1360px;
	position: relative;
	z-index: 2;
}

.catalog-section-main .slick-track{
	margin-left: 0;
}

.bx-section-title {
	text-align: center;
	color: #B3B3B3;
	text-transform: uppercase;
	margin-bottom: 64px;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	margin-top: 100px;
	display: block;
	text-decoration: none;
}
a.bx-section-title {

	color: rgba(20, 20, 20, 1);
}
a.bx-section-title:hover {

	color: rgba(0, 0, 0, 1);
}
.textCenter {
	text-align: center;
}
.catalog-section-main .slick-slide > div {
	display: flex;
	justify-content: center;
}
.catalog-section-main-slider .slick-prev,.catalog-section-main-slider .slick-next {
	top: calc(34% - 10px);
}
.catalog-section-main-slider .slick-next {
	right: -5px!important;
}
.catalog-section-main-slider .slick-prev {
	left: -5px!important;
}
.catalog-section-main-slider .slick-prev:before,
.catalog-section-main-slider .slick-next:before {

	/*background: url(/bitrix/templates/mkws2024/components/bitrix/catalog.section/acc-main/images/arr.svg) center no-repeat;*/
}

@media (max-width: 992px) {
	.catalog-section-main .product-item-big-card {
		width: 100%!important;
	}
	.catalog-element .catalog-section-main {
		width: 100%;
		padding: 0 20px;
	}
	.bx-section-title {
		margin-bottom: 40px;
		margin-top: 80px;
	}
	.catalog-section-main {
		margin: 40px -7px 50px;
		max-width: 1360px;
		width: calc(100% + 14px);
	}

	.catalog-section-main .trans-btn {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		padding: 8px 32px;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws-w-color/style.css?175706288428392*/

.product-item-container { position: relative; width: 100%;}

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}
.catalog-section-main .slick-slide > div {
	width: 100%;
}
@media (max-width: 1100px) {
	.catalog-section-main .product-item-big-card {
		width: 100% !important;
	}
}
@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: 0.3s; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	/*position: absolute;*/
	/*right: 0;*/
	/*left: 0;*/
	/*padding: 15px 0 0;*/
	/*width: auto;*/

}

.bx-touch .product-item {
	/*padding: 15px 0 0;*/
	/*width: auto;*/
	/*background: #fff;*/
}

/*.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }*/

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 133%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }


.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
	background-size: cover;
	background-position: center;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;

}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: -2px;
	bottom: -10px;
	left: -2px;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 1;
	display: flex;
	flex-flow: row wrap;
	transition: opacity 300ms ease;
}


.product-item-image-slider-control {
	display: inline-block;
	width: calc(20% - 4px);
	height: 4px;
	background-color: #E7E7E7;

	margin: 0 2px;
	cursor: pointer;
	transition: all 300ms ease;
}
.product-item-image-slider-control.active {
background: #C9474D;
}
.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	/*padding: 5px 12px;*/
	/*font-size: 16px;*/
	/*line-height: 21px;*/
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-top: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	/*overflow: auto;*/
	/*white-space: normal;*/
}

.product-item-title a {
	color: #747474;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}



/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #747474;
	white-space: nowrap;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}




.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	/*display: none;*/
	opacity: 0;
	transition: 0.3s;
	margin-top: 10px;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px;
background: none;
	color: #141414;
	text-decoration: underline;

	border: none;
	padding: 0;

}
.product-item-info-colors {
	display: flex;
}

.product-item-info-colors > div {
	margin: 9px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-size: cover;
	position: relative;
	cursor: pointer;

}
.product-item-info-colors > div.active:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1.5px solid #747474;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}


.product-card__like{
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}
.product-card__like svg {
	stroke: #4A4A4A;
	fill: transparent;
	width: 23px;
	height: 21px;
}
.product-card__like:hover svg {
	stroke: #C9474D;
}
.product-item:hover .product-card__like {
	opacity: 1;
}
.product-card__like.active svg {
	stroke: #C9474D;
	fill: #C9474D;
}
/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}


.hvr{position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	/*overflow: hidden;*/
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;}
.hvr__images {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.hvr__sectors {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}
.hvr__sectors > *:hover,
.hvr__sectors > *:focus,
.hvr__sectors > *:active,
.hvr__sectors > *:focus-visible {
	background: none;
	filter: none;

}
.hvr__sector {
	flex-grow: 1;
}

.product-item-image-slider-slide-container {
	display: flex!important;
	overflow: hidden;
}

.product-item-image-slider-slide-container > .product-item-image-slide {
	display: block;
	width: 100%;
}

.hvr__dots {
	display: flex;
	align-items: center;
	justify-content: center;
}


.hvr__dot {
	display: inline-block;
	width: calc(20% - 4px);
	margin: 0 2px;
	height: 4px;
	background-color: #E7E7E7;
	cursor: pointer;
	transition: all 300ms ease;
}

.hvr__dot.hvr__dot--active {
	background: #C9474D;
}
.hvr__dots {
	position: absolute;
	right: -2px;
	bottom: -10px;
	left: -2px;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	display: flex
;
	flex-flow: row wrap;
	/* justify-content: space-between; */
	transition: opacity 300ms ease;
	cursor: pointer;
}

.hvr__dots.hvr__dots--6 .hvr__dot {
	width: calc(100%/6 - 4px);
}
.hvr__dots.hvr__dots--7 .hvr__dot {
	width: calc(100%/7 - 4px);
}
.product-item:hover .product-item-info-container.product-item-hidden {
	opacity: 1;
}

.product-item:hover .hvr__dots {
	opacity: 1;
}



@media (max-width: 1200px) {
	.product-item {
		padding: 15px 10px 5px;
	}
	.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
		opacity: 1;
	}
	.product-card__like {
		opacity: 1!important;
		right: 20px;
	}
}
@media (max-width: 992px) {
	.product-card__like {
		opacity: 1!important;
	}
	.product-card__like svg {
		width: 21px;
		height: 18px;
	}

	.product-item-title a {

		font-size: 14px;
	}
	.product-item-image-slider-slide-container > .active,
	.product-item-image-slider-slide-container {

		background-size: cover;
		background-position: center;
	}

	.product-item {
		padding: 15px 7px 5px;
	}

	.product-card__like {
		right: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/news.list/big-main/style.css?17576125141196*/
.main-product-item {
	display: flex;
	flex-flow: row wrap;
}

.main-product-item-left {
	width: 50%;
	background-size: cover;
	background-position: center;
}

.main-product-item-right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px;
	min-height: 60vh;
}

.main-product-item-card {
	background: #FCF8F1;
	width: 100%;
	padding: 90px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-product-item-list .main-product-item:nth-child(2n) .main-product-item-left {
	order: 2;
}

.main-product-item-list {
	position: relative;
	z-index: 2;
}

.main-product {
	position: relative;
	z-index: 3;
}

@media (max-width: 992px) {
	.main-product-item-left {
		width: calc(100% - 92px);
		padding-top: calc(130% - 92px);
		background-size: cover;
		background-position: center;
		margin: 46px;
	}

	.main-product-item-right {
		width: 100%;
		display: flex
	;
		justify-content: center;
		align-items: center;
		padding: 46px;
	}
	.main-product-item-card {
		background: #FCF8F1;
		width: 100%;
		padding: 27px 0;
	}
	.main-product-item-list .main-product-item:nth-child(2n) .main-product-item-left {
		order: 0;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.top/one/style.css?174361376193*/
.catalog-one-card {
	width: 248px;
}

.catalog-one-card .product-item{
	width: 248px;
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/news.detail/about-main/style.css?17563296052151*/
.about-main {
	position: relative;
	text-align: center;
	color: rgba(20, 20, 20, 1);
	font-size: 16px;
	line-height: 250%;

	margin: 100px 0 0;
	padding-bottom: 160px;
	margin-bottom: -80px;
}
.about-main-name {
	text-transform: uppercase;
}
.about-main-text {
	max-width: 700px;
	margin: auto;
	line-height: 24px;
	position: relative;
	z-index: 2;
}

.about-main img {
	margin: 200px auto;
}

.about-main:before {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(-62%);

	background: url("/bitrix/templates/mkws2024/images/circle1.svg") center no-repeat;

}
.about-main:after {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(-6%);

	background: url("/bitrix/templates/mkws2024/images/circle1.svg") center no-repeat;

}

@media (max-width: 1440px){
	.about-main:before {
		background-size: 100%;
	}
	.about-main:after {
		transform: translateY(10%);
		background-size: 100%;
	}
}
@media (max-width: 1021px){
	.about-main {
		position: relative;
		text-align: center;
		color: rgba(20, 20, 20, 1);
		font-size: 16px;
		line-height: 250%;
		margin: -40px 0 -80px;
		padding-bottom: 160px;
		padding-top: 80px;
		overflow: hidden;
	}
	.about-main img {
		margin: 50px auto;
	}
	.about-main-text {
		max-width: 100%;
		margin: auto;
		line-height: 140%;
	}
	.about-main:after {
		width: 100%;
		left: 0;
		right: 0;
		transform: translateY(8%);
	}
	.about-main:before {
		width: 100%;
		left: 0;
		right: 0;
	}
}
@media (max-width: 992px){
	.about-main {
		position: relative;
		text-align: center;
		color: rgba(126, 126, 126, 1);
		font-size: 16px;
		line-height: 250%;
		overflow: hidden;
		margin-top: 0;
	}
	.about-main img {
		margin: 50px auto;
	}
	.about-main-text {
		max-width: 100%;
		margin: auto;
		line-height: 140%;
	}
	.about-main:before {
		display: none;
	}
	.about-main:after {
		width: calc(100% + 40px);
		left: -20px;
		right: -20px;
		transform: translateY(17%);
		padding-top: calc(229% + 80px);
		background-size: auto 100%;
	}
	.about-main {
		overflow: visible;
	}
}
/* End */
/* /bitrix/templates/mkws2024/components/bitrix/news.detail/main-banner/style.css?17583120581398 */
/* /local/lib/css/slick.css?17436137141758 */
/* /local/lib/css/slick-theme.css?17441290662762 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws/style.css?1743613761194 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws-mob/style.css?1743613761194 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.top/slider-main/section/style.css?17569032794710 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.top/slider-main/section/themes/blue/style.min.css?1743613761702 */
/* /bitrix/templates/mkws2024/components/bitrix/news.list/main-sections/style.css?17576128902135 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.section/acc-main/style.css?17558844171820 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws-w-color/style.css?175706288428392 */
/* /bitrix/templates/mkws2024/components/bitrix/news.list/big-main/style.css?17576125141196 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.top/one/style.css?174361376193 */
/* /bitrix/templates/mkws2024/components/bitrix/news.detail/about-main/style.css?17563296052151 */
