

/* Start:/local/components/kvokka/form.iblock/templates/review/style.css?17518733893954*/
.reviews {
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .reviews-head {
	display: flex;
	flex-direction: column;
  }
  .reviews-head-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-head-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-head-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-head-desc {
	color: rgb(10, 16, 21);
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-head-desc {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-head-desc {
	  margin-bottom: 16px;
	}
  }
  .reviews-head-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
	.reviews-head-form {
	  gap: 18px;
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 786px) {
	.reviews-head-form {
	  gap: 16px;
	  margin-bottom: 24px;
	}
  }
  .reviews-head-form input {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 24px;
	border-radius: 0;
	border: 1px solid rgb(218, 218, 218);
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: rgb(99, 110, 121);
	box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
  }
  .reviews-head-form textarea {
	width: 100%;
	min-height: 144px;
	box-sizing: border-box;
	padding: 20px 24px;
	border-radius: 0;
	border: 1px solid rgb(218, 218, 218);
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: rgb(99, 110, 121);
	box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
	resize: none;
  }
  .reviews-head-form__head {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 25px;
  }
  @media (max-width: 786px) {
	.reviews-head-form__head {
	  flex-direction: column;
	  gap: 16px;
	}
  }
  .reviews-head-form-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
  }
  @media (max-width: 786px) {
	.reviews-head-form-bottom {
	  flex-direction: column;
	}
  }
  .reviews-head-form-bottom__left .custom-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 23px;
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: rgba(30, 49, 66, 0.4012);
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
  }
  .reviews-head-form-bottom__left .custom-checkbox input {
	display: none;
  }
  .reviews-head-form-bottom__left .custom-checkbox .checkmark {
	width: 20px;
	transform: translateY(10px);
	height: 20px;
	border: 2px solid #000;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border 0.2s ease;
  }
  .reviews-head-form-bottom__left .custom-checkbox .checkmark .check-icon {
	display: none;
  }
  .reviews-head-form-bottom__left .custom-checkbox input:checked + .checkmark .check-icon {
	display: block;
  }
  .reviews-head-form-bottom__left .custom-checkbox .text {
	line-height: 1.4;
  }
  .reviews-head-form-bottom__right {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 25px;
  }
  @media (max-width: 786px) {
	.reviews-head-form-bottom__right {
	  flex-direction: column;
	  gap: 16px;
	}
  }
  .reviews-head-form-bottom__right button {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	border: 2px solid rgb(196, 0, 12);
	background-color: transparent;
	color: rgb(10, 16, 21);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 231px;
	height: 59px;
  }
  .o-main .sp_content {
	max-width: unset;
  }


.stars {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
  }
  .stars .star {
	width: 23px;
	height: 22px;
	cursor: pointer;
  }
  .stars .star path {
	fill: #fcc2c4;
	stroke: #c4000c;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: fill 0.2s;
  }
  .stars .star.active path {
	fill: #c4000c;
  }
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews/style.css?17522429803639*/
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;
}
.container-gray {
	background-color: #f7f9fa;
}
.reviews-posts {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
	.reviews-posts {
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts {
	  margin-bottom: 24px;
	}
  }
  .reviews-posts-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-posts-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-posts-boxes {
	display: flex;
	flex-direction: column;
	gap: 50px;
  }
  .reviews-posts-boxes .revElem {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
  }
  @media (max-width: 786px) {
	.reviews-posts-boxes .revElem {
	  flex-direction: column;
	  position: relative;
	  align-items: flex-start;
	}
  }
  .reviews-posts-boxes .revElem img {
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	width: 100px;
  }
  .reviews-posts-boxes .revElem-right {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	position: relative;
  }
  @media (max-width: 1702px) {
	.reviews-posts-boxes .revElem-right {
	  max-width: 700px;
	}
  }
  @media (max-width: 1350px) {
	.reviews-posts-boxes .revElem-right {
	  max-width: 100%;
	  margin-left: 80px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts-boxes .revElem-right {
	  margin-left: 0px;
	  position: static;
	}
  }
  .reviews-posts-boxes .revElem-right h1,
  .reviews-posts-boxes .revElem-right h2,
  .reviews-posts-boxes .revElem-right h3,
  .reviews-posts-boxes .revElem-right h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right-stars {
	position: absolute;
	top: 0;
	right: 0;
  }
  .reviews-cards {
	display: flex;
	flex-direction: column;
  }
  .reviews-cards-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-cards-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-cards-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-cards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
  }
  @media (max-width: 1702px) {
	.reviews-cards-grid {
	  grid-template-columns: 1fr 1fr;
	}
  }
  @media (max-width: 786px) {
	.reviews-cards-grid {
	  grid-template-columns: 1fr;
	}
  }
  .reviews-cards-grid .rev-card {
	padding: 24px 24px 32px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .reviews-cards-grid .rev-card img {
	width: 100%;
	height: 215px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .reviews-cards-grid .rev-card p {
	font-weight: 600;
	font-size: 16px;
	color: rgb(30, 40, 50);
  }
  .revLink {
	color: rgb(212, 15, 20);
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	margin-left: auto;
	margin-top: 50px;
  }
  @media (max-width: 786px) {
	.reviews .revLink {
	  display: none;
	}
  }

.o-main .simple_page._max_width.custom {
	padding-top: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/our-works/style.css?17525747483639*/
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;
}
.container-gray {
	background-color: #f7f9fa;
}
.reviews-posts {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
	.reviews-posts {
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts {
	  margin-bottom: 24px;
	}
  }
  .reviews-posts-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-posts-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-posts-boxes {
	display: flex;
	flex-direction: column;
	gap: 50px;
  }
  .reviews-posts-boxes .revElem {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
  }
  @media (max-width: 786px) {
	.reviews-posts-boxes .revElem {
	  flex-direction: column;
	  position: relative;
	  align-items: flex-start;
	}
  }
  .reviews-posts-boxes .revElem img {
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	width: 100px;
  }
  .reviews-posts-boxes .revElem-right {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	position: relative;
  }
  @media (max-width: 1702px) {
	.reviews-posts-boxes .revElem-right {
	  max-width: 700px;
	}
  }
  @media (max-width: 1350px) {
	.reviews-posts-boxes .revElem-right {
	  max-width: 100%;
	  margin-left: 80px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts-boxes .revElem-right {
	  margin-left: 0px;
	  position: static;
	}
  }
  .reviews-posts-boxes .revElem-right h1,
  .reviews-posts-boxes .revElem-right h2,
  .reviews-posts-boxes .revElem-right h3,
  .reviews-posts-boxes .revElem-right h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right-stars {
	position: absolute;
	top: 0;
	right: 0;
  }
  .reviews-cards {
	display: flex;
	flex-direction: column;
  }
  .reviews-cards-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-cards-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-cards-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-cards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
  }
  @media (max-width: 1200px) {
	.reviews-cards-grid {
	  grid-template-columns: 1fr 1fr;
	}
  }
  @media (max-width: 640px) {
	.reviews-cards-grid {
	  grid-template-columns: 1fr;
	}
  }
  .reviews-cards-grid .rev-card {
	padding: 24px 24px 32px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .reviews-cards-grid .rev-card img {
	width: 100%;
	height: 215px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .reviews-cards-grid .rev-card p {
	font-weight: 600;
	font-size: 16px;
	color: rgb(30, 40, 50);
  }
  .revLink {
	color: rgb(212, 15, 20);
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	margin-left: auto;
	margin-top: 50px;
  }
  @media (max-width: 786px) {
	.reviews .revLink {
	  display: none;
	}
  }

.o-main .simple_page._max_width.custom {
	padding-top: 0;
}
/* End */
/* /local/components/kvokka/form.iblock/templates/review/style.css?17518733893954 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews/style.css?17522429803639 */
/* /bitrix/templates/.default/components/bitrix/news.list/our-works/style.css?17525747483639 */
