

/* Start:/bitrix/templates/flatbox/components/redline/onelab_slider/homeslider/style.min.css?165037207074*/
.test{color:#00f}.slide-element{width:100%;height:100%}.none{display:none}
/* End */


/* Start:/bitrix/templates/flatbox/library/slick/slick.css?16503720711776*/
/* 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;

    height: 100%;
    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:/bitrix/templates/flatbox/library/slick/slick-theme.css?16503720713100*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/flatbox/library/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/flatbox/library/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/flatbox/library/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/flatbox/library/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/flatbox/library/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/flatbox/library/slick/./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    background: none;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    text-align: center;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    transition: .4s;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after{
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    top:50%;
    background-color: #fff;
    box-shadow: 0 0 1px 0 #fff;
    border-radius: 1px;
    left:50%;
    margin-left: -9px;
}
.slick-prev:before,
.slick-next:after{
    transform: rotate(-45deg);
}
.slick-next:before,
.slick-prev:after{
    transform: rotate(45deg);
}
.slick-prev:before,
.slick-next:before{
    margin-top: -5.5px;
}
.slick-next:after,
.slick-prev:after{
    margin-top: 5.5px;
}
.slick-next:before,
.slick-next:after{
    margin-left:-8px
}
.slick-prev:focus,
.slick-next:focus{
    background-color: rgba(255,255,255,.3);
}
.slick-prev:hover,
.slick-next:hover
{
    opacity: 1;
    outline: none;
    background-color: rgba(255,255,255,.5);
}
.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -15px;
    left: auto;
}
.slick-next
{
    right: 10px;
}
.slick-arrow.slick-disabled{
    opacity: .5;
}
/* Dots */
.slick-dotted.slick-slider
{
    padding-bottom: 40px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5.5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    border:none;
    background-color:transparent;
    background-image: url("/images/site/dodt-false.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    transition: .3s;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    opacity:.8;
}
.slick-dots li.slick-active button
{
    outline: none;
    background-image:url("/images/site/dodt-true.png");
}

/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/main.include/home-section/style.min.css?165037207040*/
.home-section .btn-line{margin-top:30px}
/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/catalog.section.list/home-cat/style.min.css?16618693853998*/
.category-list .row,.category-list.row{margin:0 -10px}.category-list.row .col-12{padding:0 10px}.category-list .column{margin-bottom:20px}.category-list .panel{display:block;background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:86%;position:relative;overflow:hidden}.category-list .panel .info{position:absolute;left:0;width:100%;top:0;height:100%;display:block}.category-list .panel .info .value{position:relative;height:100%;top:110px;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;text-align:right;transition:.3s;transition-delay:.2s}.category-list .column:first-child .panel .info .value{align-items:flex-start;text-align:left}.category-list .panel:hover{opacity:1}.category-list .panel:hover .info .value{transition-delay:0s;top:0}.category-list .panel .info .value:before{z-index:0;background-color:rgba(255,255,255,.7);content:'';display:block;height:500px;width:1000px;right:-116%;transform:rotate(-45deg);position:absolute;top:40px;text-align:right}.category-list .panel .title{font-size:1.5em;margin-bottom:25px;font-weight:500;max-width:60%;display:block;text-transform:uppercase;z-index:2;position:relative;padding:0 30px}.category-list .panel .desc{display:block;z-index:2;position:relative;font-size:14px;color:#0b0b0b;padding-right:30px;padding-left:30%;overflow:hidden;height:84px;margin-bottom:30px;opacity:0;transform:translateX(100%);transition:.3s;transition-delay:0s}.category-list .panel:hover .desc{opacity:1;transform:translateX(0)!important;transition-delay:.2s}.category-list .column:first-child .item-cat:first-child,.category-list .small-col{margin-bottom:20px}.category-list .column:nth-child(2) .item-cat{height:100%}.category-list .column:nth-child(2) .panel{min-height:100%}.category-list .column:nth-child(3)>.item-cat .panel{padding-top:42%}.category-list .column:nth-child(3)>.item-cat .value{width:50%;left:50%}@media (min-width:768px){.category-list .column:first-child .panel .info .value:before{transform:rotate(45deg);left:-116%;right:auto;text-align:left}.category-list .column:first-child .panel .desc{padding-left:30px;padding-right:30%;transform:translateX(-100%)}.category-list .column:nth-child(2) .value{height:50%;top:calc(50% + 110px)}.category-list .column:nth-child(2) .panel:hover .value{top:calc(50%)}}@media (max-width:1839.98px) AND (min-width:1560px){.category-list .panel .title{font-size:1.2em}}@media (max-width:1839.98px) AND (min-width:1200px){.category-list .panel .title{width:75%}.category-list .column .panel .desc{padding-right:30px!important;padding-left:30px!important}}@media (max-width:1559.98px) AND (min-width:1200px){.category-list .panel .title{font-size:1em;max-width:100%}.category-list .panel .info .value:before{right:-140%}.category-list .column:first-child .panel .info .value:before{left:-140%}}@media (max-width:991.98px){.category-list .panel .title{font-size:1.2em;max-width:70%}.category-list .panel .info .value:before{right:-140%}.category-list .column:first-child .panel .info .value:before{left:-140%}}@media (max-width:767.98px){.category-list .panel{padding-top:42%}.category-list .panel .info .value:before{right:-140%!important;left:auto!important}.category-list .column .item-cat .value{width:50%;left:50%;align-items:flex-end!important;text-align:right!important}.category-list .panel .desc{padding-left:30px}.category-list .panel .title{max-width:90%}}@media (max-width:575.98px){.category-list .column .item-cat .value{width:100%!important;left:0!important}.category-list .panel .info .value:before{right:auto!important;left:-28%!important;top:-200px}.category-list .panel{min-height:200px!important}}@media (max-width:509.98px){.category-list .panel{padding-top:68%}.category-list .panel .info .value:before{left:-15%!important}}@media (max-width:419.98px){.category-list .panel .info .value:before{left:-24%!important}}@media (max-width:359.98px){.category-list .panel .info .value:before{left:-38%!important}}
/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/catalog.section/bootstrap_v4/style.css?1662979247306*/
.list-product-catalog{
    margin-bottom: 2em;
	font-size: 16px;
}
.list-product-catalog>.row{
    margin: 0 -10px;
}
.list-product-catalog .product-item-small-card{
    padding: 0 10px;
    margin-bottom: 30px;
}
.margin-bottom-section{
    margin-bottom:4em;
}
.home-section .btn-line{margin-top: -30px;}
/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/system.pagenavigation/round/style.min.css?16503720701490*/
.bx-pagination{margin:10px 0 20px}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0 -4px;list-style:none;display:-ms-flex;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center}.bx-pagination .bx-pagination-container ul li{display:inline-block;padding:0 4px 10px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background-color:transparent;padding:0 4px;display:block;height:35px;min-width:35px;line-height:34px;color:#141414;font-size:1.25em;font-weight:500;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0;border-radius:50%}.bx-pagination .bx-pagination-container ul li a{display:block}.bx-pagination .bx-pagination-container ul li a:hover span,.bx-pagination .bx-pagination-container ul li.bx-active span{background:#e8e8e8}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{position:relative}
/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/catalog.item/bootstrap_v4/style.css?166487407330076*/
.product-item-container { position: relative; }

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

.product-item{
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px;
	width: auto;
	border-color: transparent;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

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

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

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

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

@media (min-width: 1840px){
	.product-item{
		padding-top: 25px;
	}
	.bx-no-touch .product-item-container.hover .product-item {
		right: -25px;
		left: -25px;
		padding: 25px;
	}
	.bx-touch .product-item {
		padding: 25px 0 0;
	}

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

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

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-top: 66%;
	width: 100%;
	transition: all 300ms ease;
}
.product-item-image-wrapper .like-prod{
	position: absolute;
	right: 12px;
	top:12px;
	z-index: 16;
}
.product-item-image-wrapper .label-icon-home{
	width: 65px;
	height:65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/images/site/primeryi-small.png");
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 16;
}
.product-item-info-container.home-show-text{
	font-weight: bold;
	color: #005f9a;
	text-align: center;
	font-size: .95em;
}
.product-item-image-wrapper:hover { opacity:1; }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	border-radius: 3px;
	height: 100%;
	background-position: center;
	background-size: cover;
	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;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	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-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;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

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

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*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 {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.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%;
	-webkit-transform: translateX(-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%;
	-webkit-transform: translateY(-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 {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	color: #21201f;
}

.product-item-title a {
	text-decoration: none;
	transition: 250ms linear all;
}
.product-item-container.hover .product-item-title{
	color: #5f5f5f;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container{
	line-height: 1;
}

.product-item-price-current {
	/*color: #21201f;*/
	white-space: nowrap;
	font-weight: 700;
	font-size: 1em;
	color: #0078d7;
}

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

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

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

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 0;
	margin-top: .9em;
}

.product-item-info-container .title-prop{
	font-size: 1em;;
	margin-bottom: .6em;
	font-weight: 500;
	color:#0b0b0b;
}


.product-item-info-container-title { font-size: 12px; }

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.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;
	display: none;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: 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-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	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 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.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 { font-size: 12px; }

/*region Properties */
.product-item-properties{
	margin: 0 -3px;
	justify-content: space-between;
	line-height: 1;
	position: relative;
}
.product-item-properties:after{
	content: '';
	display: block;
	background-color: #b4b4b4;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 3px;
	right: 3px;
}
.product-item-properties .item-prop{
	padding: 0 3px;
	text-align: center;
	margin-bottom: 1em;
}
.product-item-properties .item-prop .title{
	font-size: .9em;
	color:#5f5f5f;
	margin-bottom: .9em;
}
.product-item-properties .item-prop .value{
	font-size: 1em;
	color:#0b0b0b;
}
.product-item-properties .sep:last-child{
	display: none;
}
.product-item-properties .sep{
	width: 8px;
	position: relative;
	margin-bottom: 1em;
}
.product-item-properties .sep>div{
	position: absolute;
	left:0;
	bottom: 4px;
	height: 8px;
	width: 8px;
}
.product-item-properties .sep>div:before,
.product-item-properties .sep>div:after{
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background-color: #0b0b0b;
	position: absolute;
	left: -1px;
	top: 50%;
	transform: rotate(45deg);
	transition: .3s;
}
.product-item-properties .sep>div:after{
	transform: rotate(-45deg);
}


/*endregion*/

/*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-line-card .product-item-scu-container { 
	text-align: left;
}

.product-item-scu-container { 
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

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

.product-item-scu-block { }

.product-item-scu-block-title { width: 100px; font-size: 12px; }

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

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

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	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: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

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

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

/*Buttons*/
.product-item-button-container,
.product-item-button-container .detail-link{
	/*text-align: center;*/
	padding-top: .6em;
}
.product-item-button-container .detail-link{
	padding-top: 1.3em;
}
.product-item-button-container .detail-link:first-child{
	padding-top: 0;
}
.product-item-button-container .detail-link a{
	position: relative;
	display: inline-block;
	color:#5f5f5f;
	font-size: 1em;
}
.product-item-button-container .detail-link a:after{
	content: '';
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5f5f5f;
	position: absolute;
	bottom: 0;
	transition: .3s;
}
.product-item-button-container .detail-link a:hover:after{
	width: 0;
}
/*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; }

@media (max-width: 576px){
	.product-item-info-container[data-entity="props-block"],
	.product-item-info-container.home-show-text{
		display:none!important;
	}
	.list-product-catalog .product-item-small-card:after{
		content:'';
		display:block;
		height:1px;
		background-color:#333;
		margin-top:30px;
	}
}
/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/news.list/ideas/style.min.css?16775360265397*/
.news-list {
	margin-top: 2em;
}
.news-list-block {
    margin-bottom: 40px;
    padding: 0 14px
}

.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.news-list-item-embed-slider img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.news-list-item-embed-video {
    z-index: 1;
    display: block;
    background: url(/bitrix/templates/flatbox/components/bitrix/news.list/ideas/images/bx-video.png) no-repeat center;
    transition: opacity .3s ease
}

.news-list-item-embed-slider {
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0
}

.news-list-slider-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.news-list-slider-slide {
    z-index: 100;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news-list-slider-slide img {
    border-radius: 3px 3px 0 0
}

.news-list-item-embed-video {
    overflow: hidden;
    border-radius: 3px 3px 0 0
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    cursor: pointer
}

.news-list-slider-arrow-container-left {
    left: 0
}

.news-list-slider-arrow-container-right {
    right: 0
}

.news-list-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 110;
    margin-top: -24px;
    width: 20px;
    height: 48px;
    color: #fff;
    vertical-align: middle;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    font-size: 48px;
    line-height: 34px;
    opacity: .5;
    cursor: pointer
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
    display: block;
    color: #fff;
    opacity: 1
}

.news-list-slider-arrow-container-left .news-list-slider-arrow {
    left: 20px
}

.news-list-slider-arrow-container-right .news-list-slider-arrow {
    right: 20px
}

.news-list-slider-control {
    position: absolute;
    bottom: 10px;
    z-index: 110;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    word-spacing: -4px
}

.news-list-slider-control li {
    display: inline-block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    word-spacing: -4px;
    opacity: .5;
    cursor: pointer
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
    background: var(--primary);
    opacity: 1
}

.news-list-slider-arrow,
.news-list-slider-control li {
    transition: opacity .3s ease
}

.news-list .card-title,
.news-list .card-title a {
    margin: 0;
    padding: 0 0 5px;
    color: #6c757d;
    font-size: 16px;
}

.news-list .card-body {
	color: #6c757d;
    font-size: 16px;
}
.news-list .card-body .card-studio {
	text-align: right;
	bottom: 2px;
}
@media (max-width: 1200px) {
	.news-list .card-body .card-studio {
		text-align: left;
	}
}
.news-list .card-body .col,
.news-list .card-body .col-12,
.news-list .card-body .col-xl-8,
.news-list .card-body .col-xxl-8 {
	padding: 0 !important;
}


.news-list .card-title a:hover {
    border-bottom-color: transparent;
    text-decoration: none
}

.news-list-post-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.news-list-param,
.news-list-value {
    font-size: 13px;
    color: #a4a4a4;
    padding-left: 5px
}

.news-list-icon {
    display: block;
    min-width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.news-list-icon-eye {
    background-image: url(/bitrix/templates/flatbox/components/bitrix/news.list/ideas/images/eye.svg)
}

.news-list-icon-calendar {
    background-image: url(/bitrix/templates/flatbox/components/bitrix/news.list/ideas/images/calendar.svg)
}

.news-list-icon-tag {
    background-image: url(/bitrix/templates/flatbox/components/bitrix/news.list/ideas/images/tag.svg)
}

.news-list-icon-user {
    background-image: url(/bitrix/templates/flatbox/components/bitrix/news.list/ideas/images/user.svg)
}

.news-list-icon-comments {
    background-image: url(/bitrix/templates/flatbox/components/bitrix/news.list/ideas/images/comments.svg)
}
.news-list .card {
	border: none !important;
}
.news-list .card__img {
	width: 100%;
    height: 500px;
    padding-top: 66%;
    overflow: hidden;
    display: block;
    position: relative;
}
.news-list .card__img div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}


/*---------------------*/
.card-body {
	padding-top: 1rem !important;
}
.card__img > div > .card-img-top {
	border-radius: 0px;
}
.news-list-item,
.card a{
    display: inline-block;
    overflow: hidden;
   }
.news-list-item  a > div > img,
.card > a > div > img {
	height: 100%; 
    transition: .5s;
    display: block;
	object-fit: cover;
   }
.news-list.bx-blue .news-list-item  .card:hover .card__img > div > img {
    transform: scale(1.05);
   }
.news-list.bx-blue .news-list-item  .card:hover .card-title a  {
	opacity:.7;
}
.news-list.bx-blue .news-list-item  .card:hover{
	cursor:pointer;
}
.news-list-item  a:hover,
.card > a:hover {
	opacity:1;
} 

.modern-page-navigation {
	text-align: center;
}
.modern-page-title { 
	display: none;
}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1650372072565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/bitrix/templates/flatbox/components/slam/easyform/line/style.css?16794954383319*/
.slam-easyform.line-mod .title-form{
    font-weight: 500;
    margin-bottom: 1em;
}
.slam-easyform.line-mod .desc-form{
    color: #5f5f5f;
    font-size: .9em;
    margin-bottom: 1em;
    line-height: 1;
}
.slam-easyform.line-mod{
    background-color:#f6f7f6;
    padding: 30px 0 10px;
}
.slam-easyform.line-mod .modal{
    text-align: center;
}
.slam-easyform.line-mod .hidden{
    display: none;
}
.slam-easyform.line-mod .submit-button{
    margin-bottom: 1em;
}
.asterisk{
    color: #bd404a;
    padding-left: 2px;
}
.slam-easyform.line-mod label{
    margin-bottom:5px;
    display: block;
    font-size: .9em;
    color:#0b0b0b;
}
.slam-easyform.line-mod .form-control{
    height: 26px;
    padding: 0!important;
    outline: none!important;
    background: transparent!important;
    border:none;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0;
    color: #333;
    font-weight: 400;
    width: 100%;
    font-size: .8em;
    box-shadow: none;
}
.slam-easyform.line-mod .form-control::placeholder{
    color: #5f5f5f;
}
.slam-easyform.line-mod .form-group.has-error .form-control{
    border-color: #b30000!important;
}
.slam-easyform.line-mod textarea.form-control{
    height: 132px;
    border:1px solid rgba(114,120,126,.1);
    padding:14px!important;
    box-shadow: 1px 1px 4.5px 0.5px rgba(214, 213, 211, 0.15);
}
.slam-easyform.line-mod textarea.form-control::placeholder{
    color:#000;
}
.slam-easyform.line-mod .form-control:focus{
    border-color: rgba(245, 205, 125, 1)!important;
}
.slam-easyform.line-mod .form-group{
    margin-bottom: 1em;
    position: relative;
}
.slam-easyform.line-mod .form-group.form-check,
.slam-easyform.line-mod .MESSAGE .form-group{
    margin-bottom: 1em;
}
.slam-easyform.line-mod label.form-check-label{
    color: #5f5f5f;
    font-size:.8em;
}
.slam-easyform.line-mod .form-group .help-block{
    position: absolute;
    top:100%;
    padding-top: 3px;
    left: 5px;
    font-size: 14px;
    line-height: 1;
}
.slam-easyform.line-mod .has-error.form-group .help-block{
    color: #ea0000;
    position: absolute;
    font-size: 13px;
    bottom: -16px;
    left: 10px;
}
@media screen and (min-width: 768px) {
    .slam-easyform.line-mod .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.slam-easyform.line-mod .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform.line-mod .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.hide-formvalidation small.help-block{
    display: none!important;
}
@media (min-width: 1840px){
    .slam-easyform.line-mod .btn{
        min-width: 270px;
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform.line-mod .spinner,.slam-easyform.line-mod .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform.line-mod .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}
/* End */


/* Start:/bitrix/templates/flatbox/components/bitrix/main.include/image-text/style.css?1658838296208*/
.line-image-text .image-block,
.line-image-text .text-block{
    margin-bottom: 30px;
}
.title-home{
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.text-block p {
	font-size: 16px;
}
/* End */
/* /bitrix/templates/flatbox/components/redline/onelab_slider/homeslider/style.min.css?165037207074 */
/* /bitrix/templates/flatbox/library/slick/slick.css?16503720711776 */
/* /bitrix/templates/flatbox/library/slick/slick-theme.css?16503720713100 */
/* /bitrix/templates/flatbox/components/bitrix/main.include/home-section/style.min.css?165037207040 */
/* /bitrix/templates/flatbox/components/bitrix/catalog.section.list/home-cat/style.min.css?16618693853998 */
/* /bitrix/templates/flatbox/components/bitrix/catalog.section/bootstrap_v4/style.css?1662979247306 */
/* /bitrix/templates/flatbox/components/bitrix/system.pagenavigation/round/style.min.css?16503720701490 */
/* /bitrix/templates/flatbox/components/bitrix/catalog.item/bootstrap_v4/style.css?166487407330076 */
/* /bitrix/templates/flatbox/components/bitrix/news.list/ideas/style.min.css?16775360265397 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1650372072565 */
/* /bitrix/templates/flatbox/components/slam/easyform/line/style.css?16794954383319 */
/* /bitrix/templates/flatbox/components/bitrix/main.include/image-text/style.css?1658838296208 */
