.workarea {
    background: none!important;
}
.product h1 {
	text-transform: none;
}
	.information-product__wrapper {
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
	}
		.gallery__carousel {
			width: 38.2327%
		}
			.slider.slider-for,
			.slider.slider-nav {
				width: 100%;
			}
			.slick-slide a, .fancybox-content a, .slick-slide {
				outline: none;
			}
			.slider-for img {width: 100%;}
			.slider.slider-nav {width: 92%; margin: 0 auto;}
			.slider-nav {margin-left:-10px; margin-right: -10px}
				.slider-nav .item {margin: 0 10px; overflow: hidden; cursor: pointer;}

				.slider-nav .item.slick-slide img {
					border: 1px solid #eeeeee;
					border-radius: 3px;
					width: 100%;
				}
				.slider-nav .slick-current.slick-active img {
					border: 1px solid #a0a0a0;
				}
				.slider-nav .item.slick-slide:hover img {
					border: 1px solid #e3231f;
				}
				.slick-prev.slick-arrow {
					background: url(/rr_images/decorations/arrow__left--small.svg) left center no-repeat #fff;
					width: 7px;
					height: 13px;
					left: -10px;
					cursor: pointer;
					position: absolute;
					top: 43%;
					text-indent: -9999px;
				}
				.slick-next.slick-arrow {
					background: url(/rr_images/decorations/arrow__right--small.svg) right center no-repeat #fff;
					width: 7px;
					height: 13px;
					right: -10px;
					cursor: pointer;
					position: absolute;
					top: 43%;
					text-indent: -9999px;
				}
		.first-offer {
			width: 58.9545%;
			margin-left: auto;
		}
		.flex--line {
			display: flex;
			width: 100%;
			line-height: 0;
			align-items: center;
		}
			.rating__stars {
				width: 73px;
				height: 13px;
				background: url(/rr_images/decorations/stars__grey.png) left center no-repeat transparent;
			}
				.rating__stars--red {
					width: 73px;
					height: 13px;
					background: url(/rr_images/decorations/stars__red.png) left center no-repeat transparent;
				}
			.first-offer__rating .rating__value {
				color: #858585;
				padding-left: 0;
				text-decoration: underline;
				cursor: pointer;
			}
				.first-offer__rating .rating__value:hover {
					text-decoration: none;
				}
			.first-offer__rating .rating__stars + .rating__value {
				padding-left: 10px;
			}

			.btn.btn--ask-question-about-product {
				background: url(/rr_images/icons/icon__ask-question.svg) left center no-repeat transparent;
				padding-left: 30px;
				color: #858585;
				white-space: nowrap;
				/*margin-right: 4.3668%;*/
				margin-right: 0;
				font-size: 14px;
				width: auto;
				padding-right: 0;
				text-decoration: underline;
			}
				.btn--ask-question-about-product:hover {
					text-decoration: none;
				}
			.first-offer h2 {
				font-weight: 500;
				text-transform: none;
				line-height: 1.3;
				padding: 30px 0 20px;
			}
			
			.first-offer__rating {
				margin-right: auto;
				width: auto;
			}
			.first-offer__header {
				flex-wrap: wrap;
			}
				.first-offer__availability, .label {
					border: 1px solid #e3231f;
					color: #e3231f;
					line-height: 25px;
					font-size: 14px;
					background-color: #fff;
					border-radius: 3px;
					padding: 0 10px;
					white-space: nowrap;
					width: 19%;
					text-align: center;
				}
				.first-offer__availability {
					margin-top: 20px;
					margin-left: 20px;
					display: inline-block;
				}
				.note-availability {
					padding-left: 20px;
				}
				.qwst-sign {
					position: relative;
					width: fit-content;
				}
					.qwst-sign:after {
						content: "?";
						position: absolute;
						right: -35px;
						top: 0;
						background: #FFF;
						text-align: center;
						height: 20px;
						width: 20px;
						border: 1px solid #858585;
						border-radius: 11px;
						font-size: 11px;
						line-height: 21px;
						cursor: pointer;
						color: #858585;
					}
			.first-offer__text * {
				line-height: 24px;
			}

		.first-offer__prices {
			margin-top: 40px;
			flex-wrap: wrap;
		}
			.prices {
				line-height: 1.2;
			}				
				.price span {
					font-size: 18px;
					color: #000000;
					font-weight: 500;
				}
					.price--discounted span {
						font-size: 13px!important;
						color: #a9a9a9;
					}
					.price--discounted span:not(.rur) {
						position: relative;
						display: inline-block;
					}
					.price--discounted span:not(.rur)::after {
						position: absolute;
						top: 6px;
						left: 0;
						right: 0;
						content: " ";
						height: 1px;
						width: 100%;
						background-color: #e3231f;
					}
			.prices-titles {
				margin-right: 24px;
				line-height: 1.2;
			}
				.prices-title {
					font-size: 20px;
					color: #858585;
				}
				.prices-title__sale {
					font-size: 14px;
					margin: 3px 10px 0 20px;
				}
			.product .price:not(.price--discounted) span {
				font-size: 22px;
				color: #e3231f;
				font-weight: 800;
			}
				.product .price--discounted span {
					font-size: 18px !important;
					color: #161616;
					font-weight: 500;
				}
				.product .price--discounted span:not(.rur)::after {
					top: 10px;
					background-color: #161616;
				}
			.first-offer__prices .prices {
				display: flex;
				align-items: center;			
			}
				.first-offer__prices .prices-title  {
					color: #161616;
					font-size: 16px;
				}
			.first-offer__quantity {
				margin-left: auto;
			}
			
			.product_quantity_change {
				height: 40px;
				width: 40px;
				background: center center no-repeat transparent;
				outline: none;
				cursor: pointer;
			}
				.product_quantity_change.plus {
					background-image: url(/rr_images/decorations/plus.svg);
				}
					.product_quantity_change.plus:hover {
						background-image: url(/rr_images/decorations/plus--red.svg);
					}
				.product_quantity_change.minus {
					background-image: url(/rr_images/decorations/minus.svg);
				}
					.product_quantity_change.minus:hover {
						background-image: url(/rr_images/decorations/minus--red.svg);
					}
				.product_quantity_value {
					margin: 0 4px;
					border: 1px solid #a9a9a9;
					text-align: center;
					min-width: 42px;
					padding: 8px 0;
					font-size: 18px;
					max-width: 42px;
					border-radius: 4px;
				}
			.first-offer__actions {
				margin-top: 24px;
				flex-wrap: wrap;
				font-size: 14px;
			}
				.btn.btn--ask-wholesale-price {
					color: #e3231f;
					border-radius: 0;
					margin-right: 3.5%;
					white-space: nowrap;
					width: auto;
					margin-left: auto;	
					position: relative;
				}
					.btn.btn--ask-wholesale-price .dashed {
						padding: 3px 0 2px 0;
						margin-bottom: 4px;
						border-bottom: 1px dashed #e3231f;
						line-height: 1.2;
						margin-left: 10px;
					}
					.btn.btn--ask-wholesale-price:hover .dashed {
						border-bottom-color: transparent;							
					}
				.btn.btn--add-to-cart-detail {
					position: relative;
					padding: 0 52px 0 15px;
					background-color: #e3231f;
					color: #fff;
					border-radius: 5px;
					line-height: 35px;
					white-space: nowrap;
					text-align: center;
					margin-bottom: 0;
					position: relative;
					overflow: hidden;
				}
				.btn.btn--one-click-order {
					position: relative;
					padding: 0 52px 0 15px;
					background-color: #e3231f;
					color: #fff;
					border-radius: 5px;
					line-height: 35px;
					white-space: nowrap;
					margin-bottom: 0;
					width: auto;
					text-align: center;
					margin-right: 3.5%;
					position: relative;
					overflow: hidden;
				}
				
				@keyframes sheen {
					from {
						transform: skewX(-45deg) translateX(0);
					}
					10%, 100% {
						transform: skewX(-45deg) translateX(40em);
					}
				}
				
				.btn.btn--add-to-cart-detail:hover,
				.btn.btn--one-click-order:hover {
					background-color: #bf1b17;
				}
					.btn.btn--one-click-order::before, .btn.btn--add-to-cart-detail::before {
						content: " ";
						top: 0;
						right: 0;
						position: absolute;
						height: 35px;
						width: 40px;
						background: center center no-repeat #bf1b17;
						border-radius: 0 5px 5px 0;
					}
					.btn--one-click-order::after, .btn--add-to-cart-detail::after {
						content: "";
						background-color: rgba(255, 255, 255, 0.5);
						height: 100%;
						width: 3em;
						display: block;
						position: absolute;
						top: 0;
						left: -4.5em;
						animation: sheen 7s ease-in-out;
						animation-iteration-count: infinite;
					}
					.btn.btn--one-click-order::before {
						background-image: url(/rr_images/icons/icon__one-click--white.svg);
					}
					.btn.btn--add-to-cart-detail::before {
						background-image: url(/rr_images/icons/icon__add-to-cart--white.svg);
					}
					.btn.btn--one-click-order:hover::before, .btn.btn--add-to-cart-detail:hover::before {
						background-color: #e3231f;
					}	
				.btn.btn--add-to-cart-detail.btn--short, .btn.btn--one-click-order.btn--short {
					padding: 2px 45px 2px 5px;
					line-height: 18px;
					white-space: normal;
					width: 140px;
					color: #000;
					font-size: 16px;
					background-color: transparent;
					margin: 0;
					border: 1px solid #e3231f;
					overflow: hidden;
				}
					.btn.btn--add-to-cart-detail.btn--short {
						margin-right: 8px;
					}
					.btn.btn--one-click-order.btn--short::before, .btn.btn--add-to-cart-detail.btn--short::before {
						border-radius: 0;
						background-color: #e3231f;
					}
					.btn.btn--add-to-cart-detail.btn--short:hover, .btn.btn--one-click-order.btn--short:hover {
						border: 1px solid #bf1b17;
						background-color: #bf1b17;
						color: #fff !important;
					}
					.btn.btn--one-click-order.btn--short:hover::before, .btn.btn--add-to-cart-detail.btn--short:hover::before {
						background-color: #bf1b17;
					}
			.first-offer__sale {
				align-items: baseline;
				margin-top: 32px;
				margin-bottom: 35px;
			}
				.first-offer__sale-text {
					margin-left: 16px;
					color: #858585;
					font-size: 18px;
					line-height: 1.2;
				}
				.first-offer__sale .label {
					width: auto;
					padding: 0 20px;
					line-height: 30px;
				}
				.see_more {
					margin-left: auto;
					color: #858585;
					padding-right: 50px;
					margin-top: 24px;
					cursor: pointer;
					background: url(/rr_images/decorations/see_more.svg) no-repeat center right transparent;
					line-height: 30px;
					text-align: left;
					text-decoration: underline;
					display: inline-block;
				}
				.see_more:hover {
					text-decoration: none;
					background-image: url(/rr_images/decorations/see_more--hover.svg);
				}
.offers {
	margin-bottom: 40px;
}
	.offer > div {
		padding-top: 20px;
		padding-bottom: 20px;
	}
		.offers__title {
			margin: 50px 0 40px;
			font-size: 20px;
		}
		.offer {
			position: relative;
			border-left: 3px solid #e3231f;
			align-items: center;
		}
			.offer__name {
				padding: 10px;
				line-height: 1.2;
				width: 31.7052%;
			}
			.offer__labels {
				display: flex;
				width: 16.2810%;
				justify-content: flex-start;
				align-items: center;
				flex-wrap: wrap;
			}
				.offer__label.label {
					width: auto;
					margin: 5px;
				}
		.offer__prices {
			padding: 0 5px;
			width: 12.8534%;
		}
			.offer__prices .price span {
				font-size: 18px;
			}
			.offer__prices .price--discounted span {
				font-size: 16px;
			}
		.offer__btns .btn.btn--add-to-cart-detail.btn--short,
		.offer__btns .btn.btn--one-click-order.btn--short
		{
			font-size: 14px;
			color: #e3231f;
			line-height: 1.1;
		}
		.offer__quantity {
			margin: 0 auto;
		}
		.offer__btns {
			margin-left: auto;
			display: flex;
			min-width: 300px;
			justify-content: flex-end;
		}
	.separator {
		background-color: #eee;
		width: 100%;
		height: 1px;
		position: relative;
	}
.bg--grey {
	background-color: #f9f9f9;
}
	.product__infos {
		align-items: flex-start;
	}
		.info {
			width: 47.9862%;
			line-height: 1.2;
		}
		.info:last-of-type {
			margin-left: auto;
		}
		.info .separator {
			margin: 16px 0 24px;
		}
			.info .separator::before {
				content: " ";
				top: 0;
				left: 0;
				width: 90px;
				height: 1px;
				background-color: #e3231f;
				position: absolute;
			}
			.info__item + .info__item {
				margin-top: 16px;
			}
		.info__title {
			padding-top: 0 !important;
		}
.bg {
	background: url(/rr_images/decorations/bg__detail.png) 20% -100px no-repeat transparent;
	padding: 40px 0;
}
	.tabs__menu {
		flex-wrap: wrap;
	}
		.tabs__menu-item {
			margin-bottom: 12px;
		}
	.tab__section {
		padding-top: 16px;
	}
		.tab__section p, .tab__section ul {
			margin-bottom: 8px;
		}
		.tab__section h1 {
			font-size: 24px;
			padding: 8px 0 16px;
			text-transform: none;
		}
		.tab__section h2 {
			font-size: 20px;
			padding: 16px 0 12px;
			text-transform: none;
		}
		.tab__section h3 {
			font-size: 18px;
			padding: 16px 0 12px;
			text-transform: none;
		}
		.tab__section h4 {
			font-size: 18px;
			padding: 16px 0 12px;
			text-transform: none;
		}
	.prop {
		border-bottom: 1px solid #eee;
		padding: 8px 0;
	}	
		.prop:last-of-type {
			border-bottom: none;
		}	
		.prop__title {
			float: left;
			clear: both;
			color: #858585;
		}
		.prop__value {
			float: right;
			padding-left: 16px;
			width: 50%;
		}
.tab__section ol {
    margin: 8px 0;
    padding-left: 18px;
	list-style: decimal;
}
.video {
	flex-wrap: wrap;
	justify-content: center;
}	
	.video__item {
		width: auto;
		margin-bottom: 32px;
	}	
	.video__item h3 {
		margin-top: 16px;
	}
.product-slider.related-products {
	background: #f9f9f9;
	padding-bottom: 40px;
}
.product-slider.same-products {
	background: #ffffff;
}
.product-slider.same-products .wrapper,
.product-slider.related-products .wrapper {
	display: block;
}
.product-slider.same-products {
	background: #ffffff;
}
	.related-products .product-slider__title,
	.same-products .product-slider__title {
		padding-top: 40px;
		padding-bottom: 40px;
	}
.reviews.wrapper {
	padding-top: 40px;	
	padding-bottom: 40px;
	background-color: #fff;
}
.reviews.wrapper .flex {
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.reviews__add, .reviews__list {
		width: 48.344%;
		line-height: 1.2;
	}
	.reviews h3 {
		margin-bottom: 24px;
	}
	
.related-products .product-list {
    margin-bottom: 0;
}
	.related-products .product-list__item {
		margin-bottom: 30px;
	}
	.related-products .product-list__item:last-of-type {
		margin-bottom: 0;
	}
.related-products .product-list__name,
.same-products .product-list__name {
	overflow: hidden;
	margin-bottom: 24px;
	height: 60px;
}

.hidden-reviews .hidden-review {
	display: none;
}

.form .field {
	margin: 0 0 18px;
}
	.form .field input {
		line-height: 40px;
		border-radius: 5px;
		width: 100%;
		padding: 0 12px;
		outline: none;
		border: 1px solid #858585;
		color: #858585;
		background-color: #fff;
	}
	.form .field textarea {
		border: 1px solid #858585;
		border-radius: 5px;
		width: 100%;
		height: 115px;
		padding: 7px 10px;
		color: #858585;
		resize: none;
		background-color: #fff;
	}
.field_error {
	color: #e3231f;
	margin-top: 8px;
    display: inline-block;
}	
			
@media only screen and (min-width:1222px) {
	.first-offer__actions {
		font-size: 16px;
	}
	.video__item {
		width: 48.344%;
		width: auto;
		margin-bottom: 32px;
	}
	.video {
		justify-content: space-between;
	}
	.related-products .product-list__item {
		margin-bottom: 0 !important;
	}
	.product .price:not(.price--discounted) span {
		font-size: 24px;
	}
}






	
	
	
	
	
	
	
	
	
	
	


	.reviews .btn--form {
		margin-top: 0;
		margin-bottom: 16px;
	}
	.reviews .form-note {
		font-size: 14px;
		color: #858585;
	}
		.reviews .form-note a {
			font-size: 14px;
			color: #858585;
		}
	.field-comment textarea {
		border: 1px solid #858585;
		border-radius: 5px;
		width: 100%;
		height: 115px;
		padding: 7px 10px;
		color: #858585;
		resize: none;
	}
	.reviews .form .field input {
		border: 1px solid #858585;
		color: #858585;
	}
	.rating-title {
		color: #858585;
	}
	.rating-choosing {
		margin-left: auto;
		display: flex;
	}
		.rating-stars {
			margin-left: 16px;
			width: initial;
		}
		.star {
			height: 20px;
			width: 20px;
			background: url(/rr_images/decorations/star__grey.png) center center no-repeat transparent;
			margin: 0 2px;
			outline: none;
		}
			.star--red {
				background-image: url(/rr_images/decorations/star__red.png);
			}
		.rating-word {
			color: #858585;
			line-height: 20px;
		}
		.rating-error {
			width: 100%;
		}
	.review_anchor {
		position: absolute;
		top: -54px;
	}
	.reviews_added {
		text-align: center;
	}
	.review--added {
		text-align: left;
	}
	.review--added + .review--added {
		border-top: 1px solid #eee;
		margin-top: 16px;
		padding-top: 16px;
	}
		.review__name {
			margin-right: auto;
			font-weight: 500;
		}
		.review__text {
			padding: 12px 0;
		}
		.review__date {
			font-size: 14px;
			color: #858585;
		}
	.form--add-review {
		text-align: center;
	}
	.btn--toggle-reviews {
		margin-top: 24px;
	}
.form-result h4 {
	margin-bottom: 16px;
}
.review__form.show-result .hide-after-sending {
	display: none;
}
