#content .product_rd__info .product.product_rd {
	position: relative;
}

/*#content .product_rd__info .product.product_rd::after {
	content: '';
	position: absolute;
	width: 162px;
	height: 38px;
	top: 45px;
	right: 0;
	background-image: url('/static/f/product/290/img/label-new.png');
}*/

@media (max-width: 1120px) {
	body #content .product_blue .product-header.product_rd__description {
		padding-top: 65px;
	}
	#content .product_rd__info .product.product_rd::after {
		top: 20px;
	}
}

@media (max-width: 950px) {
	#content .product_rd__info .product.product_rd::after {
		right: -20px;
	}
}

@media (max-width: 660px) {
	#content .product_blue .product_rd__info {
		padding-top: 55px;
	}
	#content .product_rd__info .product.product_rd::after {
		width: 130px;
		height: 30px;
		top: -35px;
		background-size: cover;
	}
}

@media (max-width: 420px) {
	#content .product_blue .product_rd__info {
		padding-top: 45px;
	}
	#content .product_rd__info .product.product_rd::after {
		width: 81px;
		height: 19px;
		top: -25px;
	}
}









#content .product-illu.product_rd__image, .product_rd__image {
    width: 400px;
	float: left;
}

#content .product_blue .product-header.product_rd__description {
    width: calc(100% - 450px);
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#content .product-header h1 {
    margin-bottom: 10px;
}

#content .product_rd__description .row {
    padding-bottom: 0;
}

#content .rate-fivestar-btn-filled {
    background: url('/static/f/product/290/img/star.png') no-repeat center center;
}

#content .reviews span {
    font-family: 'IstokWeb';
}

#content .product_rd__description .summary {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 25px;
}

#content .product_rd__description .summary p {
    font-family: 'RotonReg';
	font-size: 18px;
	line-height: 23px;
}

#content .product_rd__description--shop, .product_rd__description, .product-header.product_rd__description {
    width: calc(100% - 450px);
}

#content .product_blue .product_rd__description--shop .product-header.product_rd__description {
	padding-left: 30px;
}

#content .product__shop-weight_item.active {
    color: #ffffff;
    background: #A7CB4F;
}

#content .product__shop-weight_item {
    border: 1px solid #A7CB4F;
    color: #A7CB4F;
}

#content .product__shop-price-new {
	color: #1485B5;
}

#content .product__shop-price-new svg path {
	fill: #1485B5;
}

#content .n-button {
	padding: 0px 32px;
    font-family: 'RotonBol';
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	background: #1485B5;
	box-shadow: 0px 10px 20px rgba(20, 133, 181, 0.5);
	border-radius: 30px;
	border: 2px solid #1485B5;
	transition: all .3s;
}

#content .n-button:hover {
	background: transparent;
	border: 2px solid #1485B5;
	box-shadow: none;
	color: #1485B5;
}


@media (max-width: 1199px) {
	#content .product.product_rd .row {
		max-width: none;
	}
	#content .reviews__wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 1060px) {
	#content .product__shop-bottom {
		display: block;
	}
	#content .product__shop-buy {
		flex-direction: row-reverse;
		margin-top: 20px;
	}
	#content .n-button {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media (max-width: 950px) {
	#content .product-illu.product_rd__image, .product_rd__image {
		width: 450px;
		float: none;
		margin: 0 40px 0 40px;
	}
	#content .product_blue .product-header.product_rd__description {
		width: 100%;
	}
	#content .product_rd__description--shop {
		width: 100%;
	}
	#content .product_blue .product_rd__description--shop .product-header.product_rd__description {
		padding-left: 40px;
	}
	#content .product__shop-bottom {
		display: flex;
	}
	#content .product__shop-buy {
		flex-direction: row;
		margin-top: 0px;
	}
	#content .n-button {
		margin-left: 20px;
		margin-right: 0px;
	}
}

@media (max-width: 767px) {
	#content .product__shop-header {
		align-items: flex-start;
	}
	#content .product__shop .product__shop-club {
		top: 70px;
	}
	#content .product_rd__info .row.bloc-content {
		padding-bottom: 20px !important;
	}
}

@media (max-width: 700px) {
	#content .product_blue .product-illu .gallery-slider {
		padding-left: 80px;
	}
	#content .product_blue .gallery-slider-nav {
		right: auto;
	}
	#content .product_blue .product-header.product_rd__description {
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#content .product_blue .product_rd__description--shop .product-header.product_rd__description {
		padding-left: 0px;
	}
	#content .product_blue .product-header h1 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 500px) {
	#content .product_blue .product-illu .gallery-slider {
		padding-left: 40px;
		padding-right: 40px;
	}
	#content .reviews__wrapper {
		justify-content: flex-start;
		margin-bottom: 10px;
	}
}