.product-page #catalog-items-list{
	margin-top: 40px;
}
.product-page h1{
	font-size: 32px;
	font-weight: normal;
	margin: 70px 0 10px;
	color: #333;
}
.product-page h1 + .text-container{
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 57px;
}
.product-section + .product-section{
	margin-top: 30px;
}
.section-header{
	font-size: 22px;
	font-weight: 600;
	padding: 15px 65px 15px 20px;
	border: 4px solid #dbdbdb;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin: 0;
}
.section-header:after,
.section-header:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}
.section-header:before{
	right: 0;
	width: 60px;
	background: #fff;
}
.section-header:after{
	right: 15px;
	top: -5px;
	margin: auto;
	width: 17px;
	height: 17px;
	border-left: 3px solid #dbdbdb;
	border-bottom: 3px solid #dbdbdb;
	transform: rotate(-45deg);
}
.section-header.open-section:after{
	top: 5px;
	bottom: 0;
	transform: rotate(135deg);
}
.section-content{
	padding: 15px;
	display: block;
}
.section-content-video{
	margin-top: 30px;
	padding: 15px;
	display: none;
}
.product-card{
	margin: 0 0 70px;
	background-color: #f7f7f7;
	width: 100%;
	position: relative;
}
.product-card .di-block{
	width: 50%;
	height: 100%;
	overflow: visible;
}
.discount-sticker[data-discount]{
	position: relative;
}
.discount-sticker[data-discount]:before{
	content: attr(data-discount);
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	background: #ff9f00;
	width: 57px;
	text-align: center;
	z-index: 20;
}

.adv-icons-set {
	margin: 20px 0;
}

.adv-icons-set img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

@media (max-width: 550px) {
	.adv-icons-set img {
		max-height: 27px;
		margin-right: 5px;
	}

	.product-card {
		margin-bottom: 0;
	}
}
.product-imgs{
	margin: 33px 33px 60px;
	border: 4px solid #fff;
	position: relative;
	padding-right: 36px;
	width: 673px;
	height: 493px;
}
.big-img{
	width: 100%;
	height: 100%;
	position: relative;
}
.big-img img{
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-right: 15px;
}
.other-imgs{
	position: absolute;
	top: 7px;
	right: -36px;
	max-height: 100%;
	overflow: hidden;
}
.other-imgs a{
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
}
.other-imgs a:hover{
	border-color: #ff9f00;
}
.other-imgs a + a{
	margin-top: 10px;
}

.product-info{
	padding-left: 110px;
	padding-top: 75px;
	padding-right: 20px;
}
.product-info p{
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.prod-description{
	margin-bottom: 60px;
}
.prod-price{
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 2px solid #dcdcdc;
	width: 290px;
}
.prod-price > span > b{
	font-size: .9em;
	font-weight: 600;
}
.prod-price > span + span{
	font-size: .7em;
	text-decoration: line-through;
}
.product-info .prod-eggs{
	margin-top: 20px;
	width: 290px;
	background: #f7f7f7;
	margin-bottom: 44px;
}
.product-info .prod-eggs > div > span{
	background: #f7f7f7;
}
.card-buttons{
	text-align: center;
	position: absolute;
	bottom: -24px;
	right: 30px;
}
.card-buttons > button,
.card-buttons > a{
	vertical-align: middle;
}
.card-buttons .orange-button{
	min-height: 54px;
}
@media screen and (min-width: 840px) and (max-width: 1365px){
	.product-page h1{
		margin-top: 40px;
	}
	.product-card{
		margin-top: 40px;
	}
	.product-imgs {
		margin: 23px 23px 60px;
		padding-right: 25px;
		width: 100%;
		height: auto;
	}
	.big-img img {
		height: auto;
		position: static;
		max-width: 90%;
	}
	.other-imgs {
		top: 15%;
		right: -26px;
	}
	.other-imgs a{
		width: 50px;
		height: 50px;
	}

	.product-info{
		padding-left: 75px;
	}

	.discount-sticker[data-discount]:before{
		top: 20px;
		left: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 839px){
	.product-page h1{
		margin-top: 40px;
	}
	.product-card{
		margin-top: 40px;
	}
	.product-imgs {
		margin: 15px 15px 60px;
		padding-right: 25px;
		width: 100%;
		height: auto;
	}
	.big-img img {
		height: auto;
		position: static;
		max-width: 90%;
	}
	.other-imgs {
		top: 5%;
		right: -26px;
	}
	.other-imgs a{
		width: 50px;
		height: 50px;
	}

	.product-info{
		padding-left: 55px;
		padding-top: 15px;
	}
	.prod-price{
		width: 230px;
		padding-bottom: 10px;
	}
	.prod-price > span{
		display: block;
	}
	.prod-price > span + span{
		margin-top: 10px;
	}
	.product-info .prod-eggs {
		margin-top: 15px;
		width: 230px;
		margin-bottom: 60px;
	}
	.prod-description {
		margin-bottom: 45px;
	}

	.discount-sticker[data-discount]:before{
		top: 15px;
		left: 15px;
	}
}
@media screen and (max-width: 767px){
	.product-page h1{
		font-size: 22px;
		margin-top: 40px;
		margin-bottom: 3px;
		line-height: 1.4;
	}
	.product-page h1 + .text-container {
		font-size: 12px;
		margin-bottom: 35px;
	}
	.product-card .inline-block-container.no-wrap{
		white-space: normal;
	}
	.product-card .di-block {
		width: 100%;
	}
	.section-header{
		font-size: 18px;
		padding: 10px 70px 10px 15px;
	}
	.product-imgs {
		margin: 15px 0 60px;
		padding-right: 0;
		width: 100%;
		height: auto;
	}
	.big-img{
		text-align: center;
	}
	.big-img img {
		height: auto;
		position: static;
		max-width: 90%;
	}
	.other-imgs {
		position: static;
		float: left;
	}
	.other-imgs a{
		width: 45px;
		height: 45px;
		display: inline-block;
		margin-left: 7px;
	}

	.product-info{
		padding: 15px;
	}
	.prod-price{
		width: 230px;
		padding-bottom: 10px;
	}
	.prod-price > span{
		display: block;
	}
	.prod-price > span + span{
		margin-top: 10px;
	}
	.product-info .prod-eggs {
		margin-top: 15px;
		width: 230px;
		margin-bottom: 60px;
	}
	.prod-description {
		margin-bottom: 45px;
	}
	.card-buttons{
		position: relative;
		display: block;
		bottom: 0;
		right: 0;
	}
	.card-buttons .orange-button,
	.card-buttons .doc-ic,
	.card-buttons .print-ic{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		height: 40px;
		padding: 0;
		white-space: nowrap;
	}
	.card-buttons .orange-button:after,
	.card-buttons .doc-ic:after,
	.card-buttons .print-ic:after{
		content: '';
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	.card-buttons .orange-button{
		min-height: 0;
	}

	.discount-sticker[data-discount]:before{
		top: 10px;
		left: 10px;
	}
}
.section-content ul{
	padding-left: 10px;
}
.section-content ul li{
	line-height: 1.4;
	word-wrap: break-word;
}
.section-content table th,
/*.section-content-characteristics table th,*/
.section-content .h2{
	font-size: 22px;
	color: #333;
	text-align: left;
	font-weight: bold;
	text-shadow: none;
}
/*.section-content-characteristics table th{	
	padding-bottom: 15px;
}*/
.section-content table th{	
	padding-bottom: 15px;
}
.tech td{
	width: 30%;
	padding: 15px;
	font-weight: bold;
	color: #333333;
}
.tech p{
	margin: 0;
	padding: 0;
}
.tech td + td{
	width: 70%;
	font-weight: normal;
}
.tech tr:nth-child(even) td{
	background-color: #efefef;
}
.tech tr:nth-child(odd) td{
	background-color: #f7f7f7;
}

@media screen and (max-width: 550px) {
	.tech,
	.tech th,
	.tech tbody,
	.tech tr,
	.tech td,
	.tech td + td{
		display: block;
		width: auto;
		box-sizing: border-box;
		line-height: 1.4;
	}
	.tech th{
		margin-bottom: 15px;
	}
	.tech td{
		padding-bottom: 5px;
	}
	.tech td + td{
		padding-bottom: 15px;
		padding-top: 5px;
	}

}
/*PRINT AREA START*/
@media print{
	.product-page h1{
		font-size: 4.94mm;
		margin: 4.83mm 0 4.74mm;
	}
	.product-page h1 + .text-container{
		display: none;
	}
	.product-section {
		display: none;
	}
	.product-section + .product-section{
		margin: 0;
	}
	.product-section:first-of-type,
	.product-section:last-of-type {
		display: block;
	}
	.product-section:first-of-type > .section-header,
	.product-section:last-of-type > .section-header{
		display: none;
	}
	.product-section:first-of-type > .section-content,
	.product-section:last-of-type > .section-content{
		margin: 0;
		display: block;
		padding: 0;
	}
	.product-card{
		margin: 0 0 6.77mm;
		padding: 3mm;
		border-bottom: .25mm solid #000;
	}
	.product-card .di-block{
		vertical-align: middle;
		width: auto;
	}
	.product-imgs{
		width: 60mm;
		border: none;
		padding: 0;
		height: auto;
		margin: 0;
	}
	.product-info{
		padding: 0;
	}
	.big-img img{
		position: static;
	}
	.prod-price{
		font-size: 4.94mm;
		padding-bottom: 5mm;
	}
	.product-info .prod-eggs{
		margin: 2mm 0 0;
	}
	.prod-eggs > span{
		font-size: 4.23mm;
		margin: 0 0 .20mm;
	}
	.prod-eggs > div > span{
		font-size: 3.23mm;
	}
	.other-imgs,
	.card-buttons,
	.prod-description{
		display: none;
	}
	.tech{
		border-collapse: collapse;
	}
	.tech p,
	.tech span{
		font-size: 2.6mm;
		font-weight: normal;
	}
	.section-content table.tech th span{
		font-size: 4.94mm;
	}
	.tech td{
		padding: 1mm;
		border: .25mm solid #000;
	}

	.discount-sticker[data-discount]:before{
		border: 1px solid #000;
		color: #000;
		top: 5px;
		left: 5px;
	}
}
/*PRINT AREA END*/

.one-click-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 50;
	display: none;
}

.one-click-order-window {
	height: 560px;
}
@media screen and (max-width: 394px) {
	.one-click-order-window {
		height: 480px;
	}
}