.product-info #product {
	margin: auto;
	max-width: 1200px;
}
.product-info {
	position: relative;
	margin: 0 auto;
	max-width: 1385px;
	background: white;
}

.product-info .options h3 {
	font-family: 'Oranienbaum', serif;
	font-size: 42px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.product-info .form-group .radio {
	cursor: pointer;
	display: flex;
	margin: 10px;
	padding: 6px;
	text-align: center;
	text-indent: 10px;
	width:45%;
}

.product-info .form-group .checkbox {
	cursor: pointer;
	margin: 10px;
	text-indent: 10px;
	width:45%;
}
@media (min-width: 480px) {
	.product-info .form-group .radio {
		width:96%;
	}
	.product-info .form-group .checkbox {
		width:96%;
	}
}
@media (min-width: 100px) {
	.product-info .form-group .radio {
		width:96%;
	}
	.product-info .form-group .checkbox {
		width:96%;
	}
}
@media (min-width: 800px) {
	.product-info .form-group .radio {
		width:45%;
	}
	.product-info .form-group .checkbox {
		width:45%;
	}
}


.product-info .form-group .checkbox label .bg,
.product-info .form-group .radio label .bg {
	background: #6363de;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.product-info .form-group .checkbox label input:checked ~ .radio-title,
.product-info .form-group .radio label input:checked ~ .radio-title {
	color: #fff;
	position: relative;
	z-index: 2;
}
.product-info .form-group .checkbox label input:checked ~ .bg,
.product-info .form-group .radio label input:checked ~ .bg {
	opacity: 1;
}
.product-info .form-group .checkbox label,
.product-info .form-group .radio label {
	width: 100%;
	display: inline-flex;
	font-size: 13px;
	color: #2a2a2a;
	align-items: center;
	justify-content: center;
	padding: 7px 25px;
	position: relative;
	border: 1px solid #4fa4b6;
	border-radius: 50px;
	max-width: auto;
	cursor: pointer;
	overflow: hidden;
}

.product-info .form-group input[type="text"] {
	outline: none;
	height: 35px;
	border: 1px solid #b9b9cc;
	border-radius: 3px;
	width: calc(100% - 20px);
	margin: 10px;
	padding-left: 15px;
}

.product-info .form-group .form-control {
	max-width: 380px;
}

.product-info .form-group .control-label {
	display: inline-flex;
	font-size: 17px;
	color: #2a2a2a;
	align-items: center;
	justify-content: center;
}

.product-info .form-group .control-label-title {
	display: block;
	font-family: 'Oranienbaum', serif;
	font-size: 32px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	position: relative;
	text-align: center;
}

.product-info .form-group > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/*.product-info .options {
	padding: 60px 0 0;
}
*/
.product-info h2.price {
	display: inline-block;
	position: absolute;
	right: 85px;
	top: 125px;
	font-size: 30px;
	font-family: 'Open Sans bold', sans-serif;
	margin-right: 10px;
}

.product-info .price_old {
	display: inline-block;
	position: absolute;
	left: 85px;
	top: 10px;
	font-size: 30px;
	font-family: 'Open Sans bold', sans-serif;
	margin-right: 10px;
}



@media (max-width: 768px) {
	.product-info .form-group > div {
		flex-direction: column;
	}
	
	.product-info .options {
		
		padding: 0;
	}
	
	.product-info h2.price,
	.product-info .price_old {
		margin: 10px 0;
		padding: 0 15px;
		position: static;
	}
}




.review-slider__title .reviews {
	font-size: 13px;
	position: relative;
	top: -10px;
	left: 20px;
	text-decoration: underline;
	color: #fff;
}
#rewiews .title_margin-top .reviews {
	font-size: 13px;
	position: relative;
	top: -10px;
	left: 20px;
	text-decoration: underline;
	color: #000;
}

.youtube {
  position: relative;
  padding-bottom: 75%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.news-product {
  background-image: url(/catalog/view/theme/zorini/image/news_promo.png);
  padding-bottom: 80px; 
  clear: both;
  }
  
  
  
  
#show_fasads{
	background: #54b6c7;
	color: #fff;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #4fa4b6;
	-webkit-border-radius: 30px;
    border-radius: 30px;
	font-family: 'Open Sans bold', sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
  .btn_fasad-left a {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #6363de;
    border: none;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; 
	}

div#product div.options{
	margin-top:60px;
}