

/* Start:/local/templates/site/components/bitrix/breadcrumb/.default/style.css?1696334640649*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.b-breadcrumb__text.b-breadcrumb_last_item {
    color: #888;
}
/* End */


/* Start:/local/components/chigov/reviews/templates/default/style.css?17588782723816*/
#reviewsForm .form-row:not(:first-child) {
	margin-top: 0;
}

#reviewsForm {
	max-width: 570px;
	padding: 20px 10px;
	display: none;
}

#reviewsForm.success,
#reviewsForm.error {
	border: 0 !important;
}

.reviews-form-row {
	position: relative;
	padding: 10px 0;
	display: flex;
}
.reviews-item .starrr .icon-star:before {
	margin: 0 1px;
}
.reviews-form-row input[type='text'],
.reviews-form-row input[type='email'],
#reviewsForm #captcha_word {
	line-height: 35px;
	height: 35px;
}

.reviews-form-row textarea {
	height: 70px;
}

.reviews-form-row input[type='text'],
.reviews-form-row input[type='email'],
.reviews-form-row textarea,
#reviewsForm #captcha_word {
	background-color: #fff;
	border: 1px solid #727272;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	color: #495057;
	width: calc(100% - 140px);
}

#reviewsForm #captcha_word {
	width: 110px;
}

#reviewsForm .captcha_wrapp img {
	height: 35px;
}

.reviews-form-row .field-label {
	color: #495057;
	font-size: 14px;
	padding: 0;
	width: 140px;
	margin: 0;
}

.reviews-form-row .field-label>span {
	color: red;
}

#reviewsForm .block_filds_wrapp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0 15px;
}

#reviewsForm .btn,
.button_send_review {
	height: 45px;
	border-radius: 5px;
	color: #fff;
	border-color: #1f4973;
	background-color: #1f4973;
	padding: 0 50px;
}

#reviewsForm .btn:hover,
.button_send_review:hover {
	color: #1f4973;
	background-color: #fff;
}

#reviewsForm .agreement {
	display: inline-block;
	font-size: 12px;
}

#reviewsForm #reviews_message-error,
#reviewsForm #reviews_name-error,
#reviews_email-error,
#captcha_word-error,
#reviews_reiting-error {
	display: none !important;
}

#reviewsForm .thanks-wrap {
	padding: 0 20px;
	text-align: center;
}
.reviews-list {
	max-width: 900px;
}
.reviews-item>div:first-child {
	display: flex;
	flex-direction: column;
	padding: 0 50px 0 0;
	min-width: 180px;
}

.reviews-item {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #aaa;
	padding: 20px 10px;
	position: relative;
}

.reviews-item-name {
	margin: 0;
	font-size: 18px;
	color: #000;
}

.starrr:not(.starr) a,
.reviews-date-time {
	font-size: 14px;
}

.reviews-item-text {
	font-size: 15px;
	line-height: 18px;
}

.reviews-item-text>span {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

#reviews_reiting {
	position: absolute;
	border: 0;
	font-size: 0;
	background: transparent;
	padding: 0;
	left: 140px;
	top: 7px;
	z-index: -1;
	outline: none;
}

#reviewsForm.error .thanks-wrap {
	color: red;
}

#reviewsForm.success .thanks-wrap {
	color: green;
}
.region-item-text {
	font-weight: bold;
	font-size: 14px;
}
.reviews-date-time {
	display: flex;
  justify-content: flex-end;
  margin: 15px 0 0;
}
.reviews-item .starrr a {
	cursor: default;
	margin: 0;
  font-size: 16px;
}
.reviews-item .starrr a:not(.active):hover {
	color: #aaa;
}
.reviews-item-reiting_region {
	display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
@media (max-width:959px) {
	.b-breadcrumb__text {
    color: #0994dc;
    font-size: 13px;
	}
	.b-breadcrumb__component {
		flex-wrap: wrap;
	}
	.b-breadcrumb__item {
    margin-bottom: 5px;
	}
}
@media (max-width:767px) {
	#reviewsForm #captcha_word {
		margin-bottom: 10px;
	}

	.reviews-item {
		flex-direction: column;
	}

	.reviews-item>div:first-child {
		margin-bottom: 10px;
	}
}

@media (max-width:460px) {
	#reviewsForm .block_filds_wrapp {
		flex-direction: column;
	}

	#reviewsForm .btn {
		margin-top: 10px;
	}
}

@media (max-width:400px) {
	.reviews-form-row {
		flex-direction: column;
	}
	#reviewsForm {
		padding: 20px 0;
	}
	.reviews-form-row input[type='text'], .reviews-form-row input[type='email'], .reviews-form-row textarea, #reviewsForm #captcha_word {
		width: 100%;
	}
}

/* End */


/* Start:/local/components/chigov/reviews/templates/default/fontello.css?16971830381815*/
@font-face {
  font-family: 'fontello';
  src: url('/local/components/chigov/reviews/templates/default/font/fontello.eot?5962679');
  src: url('/local/components/chigov/reviews/templates/default/font/fontello.eot?5962679#iefix') format('embedded-opentype'),
       url('/local/components/chigov/reviews/templates/default/font/fontello.woff2?5962679') format('woff2'),
       url('/local/components/chigov/reviews/templates/default/font/fontello.woff?5962679') format('woff'),
       url('/local/components/chigov/reviews/templates/default/font/fontello.ttf?5962679') format('truetype'),
       url('/local/components/chigov/reviews/templates/default/font/fontello.svg?5962679#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/local/components/chigov/reviews/templates/default/../font/fontello.svg?5962679#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-star:before { content: '\e800'; } /* '' */
.icon-star-empty:before { content: '\e801'; } /* '' */

/* End */


/* Start:/local/components/chigov/reviews/templates/default/starrr.css?1697183066230*/
.starrr {
	display: inline-block;
}

.starrr a {
	font-size: 20px;
	padding: 0 1px;
	cursor: pointer;
	color: #aaa;
}

.starrr a:hover,
.starrr a {
	text-decoration: none;
}

.starrr a:hover,
.starrr a.active {
	color: #f1c40f;
}

/* End */
/* /local/templates/site/components/bitrix/breadcrumb/.default/style.css?1696334640649 */
/* /local/components/chigov/reviews/templates/default/style.css?17588782723816 */
/* /local/components/chigov/reviews/templates/default/fontello.css?16971830381815 */
/* /local/components/chigov/reviews/templates/default/starrr.css?1697183066230 */
