

/* Start:/local/templates/MAINPAGE/components/new/catalog/new/new/catalog.element/.default/style.css?161380386813201*/
input[type=radio]{
		display:none;
	}

input[type=radio] + label{
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #111111;
	opacity: 0.8;
	width: 38px;
	height: 38px;
	padding: 0;
}

input[type=radio]:checked + label{
	   	background-image: none;
		outline: 0;
		background-color:#FFF;
}

input[type=radio][disabled] + label {
	background-color: #f5f5f5;
    color: #ccc;
    text-shadow: 0 0 0;
}

.catalog-element table {
	margin:0px 0px 30px 0px;
}
.catalog-element table .item_artikul {
	color:#666;
}
.catalog-element table .item_history {
	text-align:center;
	width:30%;
}

.set_nab_title {
	border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}

.catalog-element table .item_price {
	text-align:right;
	padding-right:15px;
	color:#999;
}
.catalog-element table .item_price span {
	color:#000;
}
.catalog-element table .item_button {
	text-align:right;
	width:118px;
}
.catalog-element table .item_mess {
	text-align:right;
	padding-right:12px;
}
#photo {
	margin:0 auto;
	width:660px;
}
.content {
	width:660px;
}
#gal {
	height:495px;
	cursor:pointer;
	width:660px;
	overflow:hidden;
}
#slider_cont {
	width:550px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
#slider {
	height:80px;
	margin:10px 0px 0px 0px;
	position:relative;
}
#slider_div {
	height:100px; 
	text-align:center;
	margin:20px 0px 20px 0px;
	overflow:hidden;
}
#slider img {
	margin:1px;
	border:1px solid #666;
	cursor:pointer;
}
#slider_cont {
	float:left;
}
#arrow_right, #arrow_left {
	float:left;
	width:55px;
	text-align:center;
	padding:33px 0px 0px 0px;
}


#arrow_right div {
	background-image:url(/images/arrows.png);
	background-position:right;
	height:36px;
	cursor:pointer;
	width:30px;
	margin:0px 0px 0px 10px;
}
#arrow_left div {
	background-image:url(/images/arrows.png);
	background-position:left;
	height:36px;
	cursor:pointer;
	width:30px;
	margin:0px 0px 0px 10px;
}

#img_right {
	position:absolute;
	width:30px;
	margin:230px 0px 0px 630px;
	z-index:100;
	overflow:hidden;
}
#img_left {
	position:absolute;
	width:30px;
	margin:230px 0px 0px 0px;
	z-index:100;
	overflow:hidden;
}
#img_right div {
	position:relative;
	left:30px;
	width:30px;
	background-image:url(/images/arrows.png);
	background-position:right;
	height:36px;
	cursor:pointer;
	
}
#img_left div {
	left: -30px;
	position:relative;
	width:30px;
	background-image:url(/images/arrows.png);
	background-position:left;
	height:36px;
	cursor:pointer;
}


#blog {
	height:90px;
	overflow:hidden;
	position:absolute;
}
#blog_panel {
	background-image:url(/images/basket_bg.png);
	width:220px;
	line-height:25px;
	position:relative;
	background-color:#000;
}
#blog_panel table td {
	padding:10px 0px 10px 10px;
}
#description {
	font-size:12px;
	text-align:justify;
	color:#333;
	padding:20px 0px 20px 0px;
	line-height:17px;
}
div.history_title {
	font-size:18px;
	margin:0px 0px 20px 0px;
	color:#333;
	border-bottom:1px solid #EFEFEF;
}
div.history_text {
	font-size:12px;
	color:#333;
}
#div_back_link {
	float:left;
	width:50%;
}
#div_next_item {
	float:right;
	width:400px;
	text-align:right;
	margin:20px 0px 0px 0px;
}
div.next_item a p {
	text-decoration:underline;
}
div.next_item img {
	margin:10px 0px 10px 10px;
}

div.link_item img {
	border:1px solid #CCC;
}
div.link_item {
	width: 160px;
	height:185px;
	overflow:hidden;
	text-align:center;
	float:left;
}
div.link_item a p {
	text-decoration:underline;
	padding:0px 10px 0px 10px;
	margin:5px 0px 0px 0px;
	height:85px;
	text-decoration:none;
}
div.link_item a:hover img {
	border:1px solid #000;
}
div.link_item a:hover {
	color:#c11d2d;
}
div.link_item a:hover p {
	color:#c11d2d;
}

div.link_title {
	font-size:18px;
	margin:0px 0px 30px 0px;
}

a.next_link {
	text-decoration:none;
}
a.next_link div {
	text-decoration:underline;
	margin:0px 0px 5px 0px;
	padding-right:15px;
	background-image:url(/images/next_arrow.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:13px;
	
}
a.next_link:hover div {
	background-position: bottom right;
}

.catalog-element__wrap:before {
	content: '';
	position: absolute;
	top: -90px;
	left: 0;
	padding: 0 100%;
	margin: 0 -100%;
	background: #F5F5F5;
	z-index: -1;
	width: 100%;
	height: 100%;
	padding-bottom: 141px;
}
.catalog-element__wrap {
	display: flex;
	position: relative;
}
.catalog-element__img{
    max-width: 640px;
    width: 100%;
    margin-right: 61px;
}
.catalog-element__img-big {
	background-color: #fff;
	padding: 36px 36px 38px 39px;
	border: 1px solid #EEEEEE;
}
.catalog-element__img-big img {
	width: 100%;
}
.catalog-element__img-big .slick-slide {
	outline: none;
}
.catalog-element__features {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    z-index: 8;
}
.catalog-element__features div {
    margin-top: 4px;
}
.catalog-element__features div:first-child {
    margin-top: 0;
}
.catalog-element__features-gold {
    background: #D8B355;
    border-radius: 2px;
    padding: 3px 10px 4px;
}
.catalog-element__features-blue {
    background: #73A5D2;
    border-radius: 2px;
    padding: 3px 10px 4px;
}
.catalog-element__features-red {
    background: #EE6262;
    border-radius: 2px;
    padding: 3px 10px 4px;
}
.catalog-element__features-orange {
    background: #F2994A;
    border-radius: 2px;
    padding: 3px 10px 4px;
}
.catalog-element__img-small .catalog-element__nav-item {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 5px 5px 7px;
	margin: 0 4px;
	max-height: 73px;
	display: flex;
	justify-content: center;
	outline: none;
	cursor: pointer;
	opacity: 0;
}
.catalog-element__img-small .catalog-element__nav-item.slick-active {
	opacity: 1;
}
.catalog-element__img-small {
	margin: 10px 25px 0;
}
.catalog-element__img-small .slick-prev {
	left: -25px;
	transform: translate(-50%, -50%);
}
.catalog-element__img-small .slick-next {
	right: -25px;
	transform: translate(-50%, -50%);
}
.catalog-element__nav-item.slick-current {
	border: 1px solid #2A5335;
}
.catalog-element__img-big {
	position: relative;
}
.catalog-element__img-big:before {
	content: '';
	position: absolute;
    right: 32px;
    top: 30px;
	background: url(/local/templates/MAINPAGE/components/new/catalog/new/new/catalog.element/.default/images/detail_increase.svg) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 1;
}
.catalog-element__info h1,
.catalog-element__info .b-h1 {
	line-height: 45px;
	margin: 14px 0 22px;
}
.catalog-element__artikul {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
.catalog-element__restovration {
	font-size: 16px;
	line-height: 30px;
	color: #538D63;
	opacity: 0.8;
}
.catalog-element__properties {
	margin-top: 14px;
}
.catalog-element__original, 
.catalog-element__safety {
    font-size: 15px;
    line-height: 30px;
    color: #111;
    opacity: 0.8;
    display: flex;
}
.catalog-element__original-name, 
.catalog-element__safety-name {
    max-width: 145px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-right: 7px;
}
.catalog-element__original-name span, 
.catalog-element__safety-name span {
    padding-right: 5px;
    z-index: 9;
    position: relative;
}
.catalog-element__original-name:after, 
.catalog-element__safety-name:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 74px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(17,17,17,0.15);
}
.catalog-element__prices {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	color: #111;
	margin-top: 29px;
}
.catalog-element__control {
	display: flex;
	margin-top: 28px;
}
.catalog-element__more-photo {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 3px;
	max-width: 310px;
	width: 100%;
	height: 40px;
	margin-top: 42px;
	position: relative;
}
.catalog-element__more-photo:after {
	content: '';
	position: absolute;
	left: 33px;
    top: 12px;
	background: url(/local/templates/MAINPAGE/components/new/catalog/new/new/catalog.element/.default/images/icon_more_photo.svg) no-repeat;
	width: 16px;
	height: 16px;
}
.catalog-element__more-photo a:link,
.catalog-element__more-photo a:visited {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-left: 64px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #111111;
}
.catalog-element__more-photo:hover {
	background-color: #E4E4E4;
	transition: background-color 0.3s ease-out;
}
.catalog-element__tab-content-item {
	display: none;
	line-height: 26px;
}
.catalog-element__tab-content-item.active {
	display: block;
}
.catalog-element__tabs {
	display: flex;
	padding: 0;
}
.catalog-element__tab-item {
	font-size: 30px;
	line-height: 39px;
	display: flex;
	align-items: center;
	color: #538D63;
	cursor: pointer;
	line-height: 26px;
}
.catalog-element__tab-item span {
	border-bottom: 1px dashed #538D63;
	padding-bottom: 10px;
}
.catalog-element__tab-item.active {
	color: #111111;
	pointer-events: none;
}
.catalog-element__tab-item.active span {
	border-bottom: 1px dashed transparent;
}
.catalog-element__tab-item:first-child {
	margin-right: 50px;
}
.catalog-element__desc {
    margin-top: 51px;
    position: relative;
    padding-top: 45px;
}
.catalog-element__tabs-content {
	margin-top: 36px;
}
.catalog-element__reviews-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.catalog-element__reviews-btn {
	background-color: #F5F5F5;
	max-width: 200px;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
	overflow: hidden;
	margin-left: 30px;
}
.catalog-element__reviews-btn:hover {
	background-color: #E4E4E4;
	transition: background-color 0.3s ease-out;
}
.catalog-element__reviews-btn a {
	color: #111;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
}
.catalog-element__reviews-btn:hover a {
	color: #111;
}
.catalog-element__reviews-item {
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}
.catalog-element__reviews .slick-initialized .catalog-element__reviews-item {
	display: flex;
	justify-content: space-between;
	padding: 41px 107px 70px 59px;
	outline: none;
}
.catalog-element__reviews-list:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	max-width: 1180px;
	width: 100%;
	background: #F5F5F5;
	height: 10px;
	transform: translate(-50%);
}
.reviews-item__left {
	max-width: 800px;
	width: 100%;
}
.reviews-item__right {
	max-width: 200px;
	width: 100%;
}
.reviews-item__rating,
.reviews-item__left-top {
	display: flex;
}
.reviews-item__rating img {
	margin-right: 6px;
}
.reviews-item__rating img:last-child {
	margin-right: 0;
}
.reviews-item__date {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	margin-right: 22px;
}
.reviews-item__desc {
	line-height: 26px;
	opacity: 0.8;
	margin-top: 22px;
}
.reviews-item__name {
	line-height: 26px;
	text-align: center;
	color: #111111;
}
.reviews-item__regalia {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #999999;
    margin-top: 6px;
}
.reviews-item__img {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50px;
	margin: 16px auto 20px;
}
.reviews-item__img img {
	width: 100%;
}
.catalog-element__nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 71px;
}
.catalog-element__nav:before {
	content: '';
	position: absolute;
	top: -22px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #F5F5F5;
	padding: 0 100%;
	margin: 0 -100%;
}
.catalog-element__nav a:link,
.catalog-element__nav a:visited {
	font-size: 15px;
	line-height: 26px;
	color: #111;
	opacity: 0.8;
}
.catalog-element__nav a svg path {
	stroke-opacity: 0.3;
}
.catalog-element__nav a:hover svg path {
	stroke-opacity: 1;
}
.catalog-element__nav .catalog-element__nav-prev svg {
	margin-right: 14px;
}
.catalog-element__nav .catalog-element__nav-next svg {
	margin-left: 14px;
}
.catalog-element__share {
	position: absolute;
	right: 0;
	top: 0px;
}
.catalog-element__share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: none;
}
.catalog-element__share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background: url(/local/templates/MAINPAGE/images/share.svg) no-repeat;
	width: 27px;
    height: 28px;
}
.catalog-element__share .ya-share2__badge {
	overflow: visible;
}
.catalog-element__prices-old {
	font-size: 20px;
	line-height: 26px;
	text-decoration: line-through;
	color: #999;
	font-weight: normal;
	margin-left: 20px;
}
.catalog-element__prices-wrap {
	display: flex;
	align-items: flex-end;
}
.catalog-element__tab-more {
	display: none;
}
.catalog-element__form-reviews.fancybox-content {
	max-width: 920px;
	width: 100%;
	padding: 0;
}
.b-catalog-element .b-products-viewed {
	margin-top: 90px;
}
/* End */


/* Start:/local/templates/MAINPAGE/components/bitrix/iblock.element.add.form/.default/style.css?16133735654726*/
.b-form-reviews {
    padding: 28px 60px 55px;
}
.b-form-reviews h2 {
    margin-bottom: 37px;
}
.form-reviews__wrap form {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.b-form-reviews .form-reviews__NAME, 
.b-form-reviews .form-reviews__EMAIL,
.b-form-reviews .form-reviews__REGALIA,
.b-form-reviews .form-reviews__PHOTO {
    width: 50%;
}
.b-form-reviews .form-reviews__REGALIA {
    margin-top: 6px;
}
.form-reviews__content {
    padding: 0 10px;
}
.b-form-reviews .form-reviews__RATING .form-reviews__content {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 25px;
    width: 105px;
}
.b-form-reviews .form-reviews__RATING input:checked ~ label, 
.b-form-reviews .form-reviews__RATING label, 
.b-form-reviews .form-reviews__RATING label:hover, 
.b-form-reviews .form-reviews__RATING label:hover ~ label {
    background: url(/local/templates/MAINPAGE/components/bitrix/iblock.element.add.form/.default/images/reviews-rating.png) no-repeat;
    background-size: contain;
}
.b-form-reviews .form-reviews__RATING {
    padding: 0 10px;
}
.b-form-reviews .form-reviews__RATING .form-reviews__content {
    padding: 0;
}
.b-form-reviews .form-reviews__RATING label {
    background-position: 0 0;
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin-right: 10px;
    background-size: 12px;
    color: transparent;
    z-index: 1;
}
.b-form-reviews .form-reviews__RATING,
.b-form-reviews .form-reviews__PREVIEW_TEXT {
    width: 100%;
}
.b-form-reviews .form-reviews__RATING input {
    opacity: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.b-form-reviews .form-reviews__RATING label:hover,
.b-form-reviews .form-reviews__RATING label:hover ~ label {
    background-position: 0 -12px;
    background-size: 12px;
    /*transition: background-position 0.3s ease;*/
}
.b-form-reviews .form-reviews__RATING input:checked ~ label {
    background-position: 0 -12px;
    background-size: 12px;
}
.form-reviews__item input {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 3px;
    max-width: 420px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 4px;
}
.form-reviews__wrap {
    max-width: 913px;
    width: 100%;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

textarea:-moz-placeholder,
select:-moz-placeholder,
input:-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

textarea::placeholder,
select::placeholder,
input::placeholder {
    color: #999999;
    font-size: 14px;
}
.form-reviews__item input[type="file"],
.form-reviews__PRODUCT_ID input {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
    padding: 0;
    height: 0;
}
.form-reviews__file-wrap {
    display: flex;
    max-width: 420px;
    width: 100%;
}
.form-reviews__file-title {
    width: 100%;
    max-width: 360px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    color: #999999;
    font-size: 14px;
    padding: 0 20px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.form-reviews__file-icon {
    border-radius: 3px;
    width: 50px;
    height: 50px;
    background: #D9D9D9 url(/local/templates/MAINPAGE/components/bitrix/iblock.element.add.form/.default/images/icon-file.svg) 50% 50% no-repeat;
    margin-left: 10px;
}
.form-reviews__PREVIEW_TEXT textarea {
    padding: 15px 20px;
    max-width: 860px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 7px;
    max-height: 170px;
    resize: none;
}
.form-reviews__btn {
    max-width: 160px;
    width: 100%;
    margin-top: 21px;
}
.form-reviews__btn input {
    background-color: #538D63;
    border-radius: 3px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.form-reviews__btn input:hover {
    background-color: #2A5335; 
    transition: background-color 0.3s ease;
}
/* End */


/* Start:/local/templates/MAINPAGE/components/bitrix/news.list/comments_product/style.css?1613373565162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/MAINPAGE/components/bitrix/catalog.products.viewed/products_viewed/style.css?16133735654445*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
.products-viewed__wrap,
.products-delay__wrap {
    margin: 0 -20px;
    overflow: hidden;
	padding: 0px 10px;
	padding-bottom: 50px;
}
.products-viewed__block,
.products-delay__block {
	position: relative;
	margin: 0 auto;
}
.products-viewed__wrap .slick-list {
	padding: 32px 0 25px;
	overflow: visible;
}
.products-viewed__item {
	margin: 0 10px;
	box-sizing: border-box;
	outline: none;
}
.products-viewed__title,
.products-delay__title  {
	font-size: 30px;
	line-height: 39px;
	color: #111111;
}
/* End */


/* Start:/local/templates/MAINPAGE/components/bitrix/catalog.item/.default/style.css?161337356527955*/

.product-item-container { position: relative;}

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 5px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	outline: none;
}

.product-item a {
	outline: none;
}
.product-item .product-item-image-wrapper:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 100%;
	margin: 0 -100%;
	height: 1px;
	background-color: #EEEEEE;
	right: 0;
}
.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.product-item * { transition: opacity 300ms ease; }

@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{
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
	width: auto;
	background: #fff;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.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: 83%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }
.product-item-image-original,
.product-item-image-alternative,
.product-item-image {
	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;
	max-height: 203px;
}

.product-item-image-original { z-index: 11; }

.product-item-image {
	z-index: 13;
}

.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-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: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	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; }

/*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%;
	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-bottom: 12px;
	text-overflow: ellipsis;
	font-weight: normal;
	line-height: 18px;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a:link,
.product-item-title a:visited
 {
	font-size: 14px;
	line-height: 18px;
	color: #111111;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	white-space: nowrap;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #111111;
}

.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; }

.product-item-price-wrap {display: flex;justify-content: space-between;align-items: center;}
/*Dealay*/
.product-item__delay {
	cursor: pointer;
}
.slick-list> div {
	margin-left:0;
	}
.product-item__delay svg path {
	fill: rgba(0, 0, 0, 0.15);
}
/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 13px; }

.product-item-info {
	height: 166px;
	padding: 0 10px;
}

.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: opacity 300ms ease;
	position: absolute;
    z-index: 99;
    background: #fff;
    left: 0;
    bottom: -71px;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-top: none;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
	box-sizing: border-box;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden:before {
	content: '';
    position: absolute;
    background-color: #fff;
    top: -14px;
    left: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
}
.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 {
	overflow: hidden;
	margin: 0;
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}

/*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 .button_add {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #538D63;
	border-radius: 3px;
	transition: all 0.3s;
	margin: 0 auto;
	cursor: pointer;
}
.product-item-button-container .button_add:hover {
	background-color: #2A5335;
	transition: all 0.3s;
}
.product-item-button-container .btn { margin-bottom: 2px; }


.product-item-button-container .button_add.btn-nolink {
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	color: #111111;
	cursor: default;
}
/*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;
}
.product-item-container:hover .product-item-info-container.product-item-hidden {
	display: block;
    opacity: 1;
}
.product-item-container:hover .product-item {
    width: auto;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
/* End */


/* Start:/local/templates/MAINPAGE/components/bitrix/catalog.products.viewed/products_viewed/themes/blue/style.css?1613373565857*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */
/* /local/templates/MAINPAGE/components/new/catalog/new/new/catalog.element/.default/style.css?161380386813201 */
/* /local/templates/MAINPAGE/components/bitrix/iblock.element.add.form/.default/style.css?16133735654726 */
/* /local/templates/MAINPAGE/components/bitrix/news.list/comments_product/style.css?1613373565162 */
/* /local/templates/MAINPAGE/components/bitrix/catalog.products.viewed/products_viewed/style.css?16133735654445 */
/* /local/templates/MAINPAGE/components/bitrix/catalog.item/.default/style.css?161337356527955 */
/* /local/templates/MAINPAGE/components/bitrix/catalog.products.viewed/products_viewed/themes/blue/style.css?1613373565857 */
