

/* Start:/bitrix/templates/main/components/bitrix/infoportal.element.add.form/otzyvy_mobile/style.css?17642572784044*/
.wrap-data-table, .data-table{
	width:100%;
}
.form_add_rev{width:100%;}
.write-msg{
	font-size:18px;
	color:#000;
	text-align:left;
	
}
.titformrew{
	display: inline-table;
    width: 20%;
    vertical-align: top;
}
.formrew{
	display: inline-table;
    width: 79%;
}
.bubble {
    border-color: #e8edf7;
    background: #e8edf7;
    margin-left: 4px;
	margin-top:4px;
    padding: 20px;
    position: relative;
}

.bubble:before{
	content: "";
    position: absolute;
    top: 0%;
    left: -10px;
    border-top: 20px solid black;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 15px solid transparent;
}

.rating-area {
	overflow: hidden;
	margin: 0 auto;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	cursor: pointer;
	font-size: 50px;
	line-height: 50px;
	background:url(/bitrix/templates/main/img/star.png);
	width:27px;
	height:27px;
	background-position:center center;
	background-repeat:no-repeat;
}
.rating-area > label{
	padding-left:2px;
	padding-right:2px;
}
.rating-area > input:checked ~ label {
background:url(/bitrix/templates/main/img/star-hover.png);
	width:27px;
	height:27px;
	background-position:center center;
	background-repeat:no-repeat;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
background:url(/bitrix/templates/main/img/star-hover.png);
	width:27px;
	height:27px;
	background-position:center center;
	background-repeat:no-repeat;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	background:url(/bitrix/templates/main/img/star-hover.png);
	width:27px;
	height:27px;
	background-position:center center;
	background-repeat:no-repeat;
}
.rate-area > label:active {
	position: relative;
	
}

.inp-data-table{
	height:33px;
	border:1px solid #d9d9d9;
	width:100%
}

.text-data-table{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	resize: none;
	padding:10px;
	font-size:18px;
	height: 85px;
}

.captcha-data-table{
	height:33px;
	border:1px solid #d9d9d9;
}

.submit-data-table{
	border:1px solid #e7b15d;
	height:42px;
	margin-top: 20px;
	width:158px;
	font-size:18px; 
	background: #0d923c;
	cursor:pointer;
	color:#fff
}

.submit-data-table:hover{
	background: #005050;
}

.submit-data-table:focus{
	outline:none;
}

.submit-data-table:active{
	background: #005050;
}

::-webkit-input-placeholder {color:#858585; padding-left:10px; font-size:16px; font-family: 'PT Sans', sans-serif;}
::-moz-placeholder          {color:#858585; padding-left:10px; font-size:16px; font-family: 'PT Sans', sans-serif;}/* Firefox 19+ */
:-moz-placeholder           {color:#858585; padding-left:10px; font-size:16px; font-family: 'PT Sans', sans-serif;}/* Firefox 18- */
:-ms-input-placeholder      {color:#858585; padding-left:10px; font-size:16px; font-family: 'PT Sans', sans-serif;}

.gotovo{
	font-size: 18px;
    margin: 5px;
    color: red;
}
.carthcha_sm{
	display:none;
}
@media screen and (max-width: 1013px) {
.titformrew{
	display: block;
    width: 98%;
    vertical-align: top;
}
.formrew{
	display: block;
	width: 100%;
	margin: 0 0 0 7px;
}

}
@media screen and (max-width: 437px) {	  

.carthcha_sm{
	display: table-row;
}

.write-msg{
	font-size: 15px;
}
.formrew{margin:0;}
}
@media screen and (max-width: 439px) {	
	.write-msg{
		font-size: 12px;
	}
	.form_add_rev{
		width:100%;
		transform: scale(0.9);
		margin-left: -26px;
	}
}
@media screen and (max-width: 380px) {	
	.form_add_rev{
		width:100%;
		transform: scale(0.8);
		margin-left: -36px;
	}
}
@media screen and (max-width: 380px) {
	.form_add_rev{
		margin-left: -40px;
	}
	.bubble{padding: 8px;}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1764257279272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/otzyvy_mobile/style.css?1764257278923*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.name-otzyvy{
	font-size:18px; 
	font-family: 'PT Sans', sans-serif;
}

.data-otzyvy, .source-otzyvy{
	color:#919191;
	font-size:12px; 
}
.source-otzyvy{
	padding-top:5px;
}
.prew-text-otzyvy{
	border-color: #e8f6d8;
    background: #e8f6d8;
    margin-left: 4px;
	margin-top:8px;
    padding: 20px;
    position: relative;
}

.prew-text-otzyvy:before{
	content: "";
    position: absolute;
	bottom: 0;
    left: -1%;
    border-bottom: 20px solid #e8f6d8;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 15px solid transparent;
}

.smallotziv {display:none;}
@media screen and (max-width:1520px) {
	div.news-list {padding:0 15px;}
}
@media screen and (max-width: 890px) {
	.bigotziv{display:none;}
	.smallotziv {display:block;}
}
/* End */
/* /bitrix/templates/main/components/bitrix/infoportal.element.add.form/otzyvy_mobile/style.css?17642572784044 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1764257279272 */
/* /bitrix/templates/main/components/bitrix/news.list/otzyvy_mobile/style.css?1764257278923 */
