.playlist_youtube iframe{
    display: block;
    max-width: 100%;
    margin: 0 auto;	
	
}

.playlist_youtube {
    width: initial;
    padding: 0 15px;
}
.box.active {
    position: static;
    z-index: 1;
    display:block;
}
.box {
  position: absolute;
  z-index: -1;
  display:none;
}
.recommends-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.recommends .box {
    padding-bottom: 20px;
}

.recommends-nav .link {
    font-size: 20px;
    color: #18b1ae;
    display: inline-block;
    border-bottom: 1px dashed #18b1ae;
    text-decoration: none;
    height: 29px;
    padding-bottom: 3px;
}

.recommends-nav .link.opened {
    color: #000;
    border: none;
    cursor: default;
}

.recommends .box.active {
    background: white;
}


/* About/Reviews */
.playlist_youtube {
	width: initial;
	padding: 0 15px;
}

.playlist_youtube iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.all-reviews-page .site-width {
	width: initial;
	padding: 0 15px;
}

.send-review-form {
	padding: 35px 0 85px 0;
}

.send-review-form .form-wrapper.site-width {
	width: initial;
	padding: 0 15px;
}

.style_ratingForm .posForm {
	padding-left: 0;
}

.review-form {
	height: initial;
}

.review-form input,
.review-form textarea {
	margin-left: 0;
	box-sizing: border-box;
}

.review-form .label-NAME,
.review-form .label-PRODUCT_ORDER,
.review-form .label-PHONE {
	width: initial;
	display: block;
	height: initial;
	padding-top: 0;
	text-align: left;
}
.review-form label
{
	margin-left:5px;
	font-size: 15px;	
}


.review-form .form-NAME,
.review-form .form-PHONE,
.review-form .form-PRODUCT_ORDER,
.review-form .form-MESSAGE {
	width: 100%;
	display: block;
	height:108px;
	font-size: 15px;
}

.review-form .MESSAGE {
	position: static;
}

.review-form .form-MESSAGE {
	width: 100%;
}

.review-form .submit-btn {
	position: static;
	margin-top: 30px;
}

.recommends-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.recommends .box {
    padding-bottom: 20px;
}

.recommends-nav .link {
    font-size: 20px;
    color: #18b1ae;
    display: inline-block;
    border-bottom: 1px dashed #18b1ae;
    text-decoration: none;
    height: 29px;
    padding-bottom: 3px;
}

.recommends-nav .link.opened {
    color: #000;
    border: none;
    cursor: default;
}

.recommends .box.active {
    background: white;
}

.vertical-decor-line {
  border-left: 1px solid #9a9a9a;
  height: 25px;
  width: 1px;
  display: inline-block;
  margin: -5px 15px;
  opacity: .5;
}

/*tchart*/
.form-header {
	font-size: 15px;
	/* text-transform: uppercase; */
}
.send-review-form{
	display: block !important;
}
.form-wrapper{
	background: #fff !important;
}


.decoration-line {
	margin: 20px 0;
	opacity: .5;
}


.review-form .label-NAME:before,
.review-form .label-PHONE:before,
.review-form .label-PRODUCT_ORDER:before,
.review-form .label-MESSAGE:before {
    color: #666;
    padding-top: 10px;
    display: inline-block;
    position: absolute;
}

.review-form .label-NAME,
.review-form .label-PRODUCT_ORDER,
.review-form .label-PHONE {
	vertical-align: top;
	
	width: 115px;
	display: inline-block;
	height: 30px;
	padding-top: 7px;
}

.review-form .PHONE {
}


.review-form input,
.review-form textarea {
	vertical-align: top;
	margin-left: 5px;
}

.review-form .form-NAME,
.review-form .form-PRODUCT_ORDER,
.review-form .form-PHONE {
	height: 30px;
	margin-bottom: 10px;
}

.review-form .form-EMAIL {
	height: 30px;
}




.review-form .submit-btn {
	float: right;
	width: 160px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	border-color: rgb(0, 170, 170);
	color: rgb(0, 170, 170);
	letter-spacing: 2px;
	font: 12px arial;
	font-weight: bold;
	background-color: transparent;
	overflow: hidden;
	/*position: absolute;*/
	bottom: 0;
	right: 0;
}

.review-form .submit-btn:hover {
	color: #fff;
	background-color: rgba(0, 170, 170, .5);
}
div.vote-wrap {
	overflow: hidden;
}
div.vote-hover {
	cursor: pointer;
}
div.vote-block {
	position: relative;
}
div.vote-stars {
	position: absolute;
	left: 0;
	top: 0;
}
div.vote-active {
	position: absolute;
	left: 0;
	top: 0;
}
.style_ratingForm{
	float: left;
	margin: 30px 0 0 0;
}
.style_ratingForm .posForm{
	float: left;
	padding: 0px 5px 0 24px;
	height: 27px;
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
}
.style_ratingForm .posForm, .style_ratingForm .ratingBlock{
	float: left;
}
.playlist_youtube {
	/*width: 900px;*/
	margin: 0 auto;
    width: initial !important;
}
.send-review-form {
    padding: 35px 0 85px 0;
}
.main-content-block {
    font-size: 15px;
    position: relative;
}
