

/* Start:/bitrix/templates/.default/components/im/reviews.form/r_review_popup/style.css?14932715623137*/
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.popup-form {
	text-align: left;
}

.popup-form {
	font-size: 16px;
}

.popup-form input[type="text"], .popup-form textarea {
	width: 300px;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.popup-form input[type="text"] {
	height: 40px;
}

.popup-form textarea {
	height: 150px;
}

.reviewForm {
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.22);
    padding: 15px 70px;
	position: relative;
	margin: 30px 0;
}
.reviewForm h3 {
	text-align: center;
}
.reviewForm .popup-form form input[type="text"] {
	border: 1px solid rgb(214, 213, 213) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
	width: 30%;
	margin-right: 5%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	outline: none;
}
.reviewForm .popup-form form textarea {
	border: 1px solid rgb(214, 213, 213) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
	width: 65%;
	height: 87px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	outline: none;
	margin-right: 5%;
	resize: none;
}
.reviewForm .popup-form form input[type="text"]:nth-child(3n) {
	margin-right: 0;
}
.reviewForm .popup-form .mark {
	font-size: 12px;
    color: #535151;
    line-height: 14px;
    margin-bottom: 20px;
    display: block;
}
.reviewForm .popup-form form input[type="submit"] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #ef2d2d, #c52525);
	background: -webkit-linear-gradient(top, #ef2d2d, #c52525);
	background: -o-linear-gradient(top, #ef2d2d, #c52525);
	background: -ms-linear-gradient(top, #ef2d2d, #c52525);
	background: linear-gradient(top, #ef2d2d, #c52525);
	width: 30%;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #fffefe;
	border: none;
	outline: none;
	cursor: pointer;
}
.reviewForm .popup-form form input[type="submit"]:hover {
	background: -moz-linear-gradient(top, #c52525, #ef2d2d);
	background: -webkit-linear-gradient(top, #c52525, #ef2d2d);
	background: -o-linear-gradient(top, #c52525, #ef2d2d);
	background: -ms-linear-gradient(top, #c52525, #ef2d2d);
	background: linear-gradient(top, #c52525, #ef2d2d);
}
.reviewForm .popup-ok-text {
	color: #000;
	text-align: center;
	padding: 78px 0;
}
.reviewForm .popup-ok-text .close {
	background: url(/img/close.png);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.reviewForm .popup-ok-text .head {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 25px;
}
.reviewForm .popup-ok-text .subHead {
}

@media all and (max-width: 810px) {
	.reviewForm .popup-form form textarea {
		width: 100%;
		margin-right: 0;
	}
	.reviewForm .popup-form form input[type="submit"] {
		width: 252px;
	}
}
@media all and (max-width: 500px) {
	.reviewForm .popup-form form input[type="text"] {
		width: 100%;
		margin-right: 0;
	}	
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews/style.css?1493271561880*/
.partner{
    
}
.partner table{
    border-collapse: collapse;
}
.partner table td{
    padding: 0 0 20px;
}

.partner table td .img {
    display: block;
    margin: 0 10px 0 0;
}
.partner table td .title{
    display: block;
}

.partner .position {
    display: block;
    font-size: 14px;
    line-height: 100%;
}
.review-admin-date {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.review-admin-text {
	color: #ef2d2d;
}
.review-author-date {
	float: left;
}
.clearfix {
	overflow: hidden;
}
.cloud.review-block-author {
	border: 1px solid rgb(190, 190, 190);
	border-radius: 7px;
	margin: 10px 0 0;
	padding: 10px;
	position: relative;
}

.bx_item_detail_rating {
	margin: -5px 0 0 0;
	float: right;
}
.review-author-div {
	height:30px;
}
.name_city span {
	color: #8B0000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.form_reviews {
    clear: both;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/iblock.vote/reviews/style.css?1493271561966*/

.bx_item_detail_rating{font-size: 12px;}
.bx_item_detail_rating td{
	vertical-align: middle;
	text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
	text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
	position: relative;
	width: 68px;
	height: 30px;
	background: #dadada;
	background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/bitrix/templates/.default/components/bitrix/iblock.vote/reviews/images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #e76110;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	color: #8d8d8d;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
	.bx-touch .bx_item_detail_rating .bx_stars_container{
		width: 34px;
		height: 15px;
		margin: 4px 0;
	}
	.bx_item_detail_rating .bx_stars_rating_votes{
			font-size: 7px;
			line-height: 7px;
	}
}
/* End */
/* /bitrix/templates/.default/components/im/reviews.form/r_review_popup/style.css?14932715623137 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews/style.css?1493271561880 */
/* /bitrix/templates/.default/components/bitrix/iblock.vote/reviews/style.css?1493271561966 */
