

/* Start:/local/templates/new/components/bitrix/system.pagenavigation/reviews/style.css?17015790536766*/
.pagination {
  padding: 0 0 0px;
  text-align: center;
  margin: 0 0 40px;
}

.pagination__item {
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.pagination__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pagination__item span {
  display: block;
}

.pagination__item.current {
  background: #AF8053;
  color: #fff;
}

.pagination__item:hover a {
  text-decoration: underline;
}

.pagination__prev, .pagination__next {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 44px;
  width: 44px;
  vertical-align: middle;
}

.pagination__prev:before, .pagination__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  content: '';
}

.pagination__prev a, .pagination__next a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagination__prev {
  display: inline-block;
}

.pagination__prev:before {
  border-right: 8px solid #A77340;
  margin: -8px 0 0 -12px;
}

.pagination__next {
  display: inline-block;
}

.pagination__next:before {
  border-left: 8px solid #A77340;
  margin: -8px 0 0 -3px;
}

@media all and (max-width: 480px) {
  .pagination__prev, .pagination__next, .pagination__item {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.b-news-page__item {
  background-color: #F9F6F4;
  padding: 30px;
  min-height: 310px;
  margin-bottom: 20px;
  position: relative;
}

.b-news-page__item:hover {
  background: -webkit-linear-gradient(225deg, #D1A677, #B2834E, #956530);
  background: -moz- oldlinear-gradient(225deg, #D1A677, #B2834E, #956530);
  background: -o-linear-gradient(225deg, #D1A677, #B2834E, #956530);
  background: linear-gradient(-135deg, #D1A677, #B2834E, #956530);
}

.b-news-page__item-href {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: unset;
}

@media (max-width: 480px) {
  .b-news-page__item-href {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-news-page__item:hover .b-news-page__title {
  color: white;
  text-decoration: underline;
}

.b-news-page__item:hover .b-news-page__preview {
  color: white;
}

.b-news-page__item:hover .b-news-page__date {
  color: white;
}

.b-news-page__item:hover .b-news-page__date {
  color: white;
}

.b-news-page__item:hover .b-news-page__more {
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/reviews/../img/next-white.svg?v=1632233248647") no-repeat;
}

.b-news-page__img-container {
  margin-right: 38px;
}

.b-news-page__date {
  font-size: 17px;
  line-height: 48px;
}

@media (max-width: 768px) {
  .b-news-page__date {
    font-size: 14px;
  }
}

.b-news-page__title {
  font-size: 30px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  margin-bottom: 15px;
  color: #7F6C62;
}

@media (max-width: 768px) {
  .b-news-page__title {
    font-size: 24px;
  }
}

.b-news-page__img {
  width: 140px;
  height: 140px;
}

.b-news-page__img img {
  width: 100%;
}

@media (max-width: 768px) {
  .b-news-page__img {
    width: 110px;
    height: 110px;
  }
}

.b-news-page__text {
  max-width: 468px;
  margin-right: 128px;
}

@media (max-width: 670px) {
  .b-news-page__text {
    margin-right: 0;
  }
}

.b-news-page__preview {
  font-size: 18px;
  line-height: 24.59px;
  color: black;
}

@media (max-width: 768px) {
  .b-news-page__preview {
    font-size: 16px;
  }
}

.b-news-page__more {
  position: absolute;
  width: 68px;
  height: 69px;
  top: 32px;
  right: 30px;
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/reviews/../img/next-brown.svg?v=1632233248647") no-repeat;
}

@media (max-width: 670px) {
  .b-news-page__more {
    display: none;
  }
}

.b-news-page__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F4EDE8;
  margin-bottom: 86px;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 66px;
}

.b-news-page__direction {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .b-news-page__direction {
    width: 30px;
    height: 30px;
  }

  .b-news-page__direction svg {
    width: 10px;
  }
}

.b-news-page__direction:hover path {
  fill: #D9B785;
}

.b-news-page__prev {
  transform: rotate(180deg);
}

/*.b-news-page__prev::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  border-left: 8px solid transparent;*/
/*  border-right: 8px solid transparent;*/
/*  border-bottom: 12px solid #A77340;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: rotate(-90deg) translate(50%, 50%);*/
/*}*/

@media (max-width: 480px) {
  .b-news-page__prev {
    width: 30px;
    height: 30px;
  }
}

/*.b-news-page__next::after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  border-left: 8px solid transparent;*/
/*  border-right: 8px solid transparent;*/
/*  border-bottom: 12px solid #A77340;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: rotate(90deg) translate(-50%, 50%);*/
/*}*/

.b-news-page__next:hover {
  color: #B77F41;
}

@media (max-width: 480px) {
  .b-news-page__next {
    width: 30px;
    height: 30px;
  }
}

.b-news-page__page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-news-page__page {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black !important;
  font-weight: normal;
  font-size: 20px;
  height: 44px;
  min-width: 44px;
}

@media (max-width: 480px) {
  .b-news-page__page {
    height: 30px;
    min-width: 30px;
  }
}

.b-news-page__page--current {
  font-weight: bold;
  color: white !important;
  background-color: #B77F41;
}

/* .m-page-title-2{
	font-size:32px;
	font-weight: bold;
	margin:0 0 30px;
	line-height: 43px;

	@media all and (max-width:$breakpoint4){
		font-size:20px;
		line-height: normal;
	}
} */

/* End */


/* Start:/local/templates/new/components/bitrix/news/reviews/bitrix/news.list/.default/style.css?17015790533328*/
.b-reviews__info-container {
	padding: 27px 25px 15px;
	background-color: #F9F6F4;
	margin-bottom: 26px;
}

.b-reviews__info {
	display: flex;
	justify-content: space-between;
	border-bottom: 4px solid #B77F41;
	padding-bottom: 20px;
}

@media (max-width: 550px) {
	.b-reviews__info {
		flex-direction: column;
	}
}

.b-reviews__title {
	margin-bottom: 20px;
}

.b-reviews__info-content *{
	font-size: 16px;
}

.b-reviews__info-text {
	margin-top: 0;
	margin-bottom: 20px;
}

.b-reviews__name {
	font-weight: bold;
	color: #B77F41;
}

.b-reviews__source {
	display: flex;
	justify-content: space-between;
}

.b-reviews__btn {
	display: block;
	width: 100%;
	max-width: 227px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
	background-color: #B77F41;
	text-decoration: none !important;
	text-transform: uppercase;
	color: white !important;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}

.b-reviews__btn--source {
	max-width: none;
	width: 31%;
	background-color: #D1A677;
}

.b-reviews__btn--source_active {
	background-color: #B77F41;
	position: relative;
}

.b-reviews__btn--source_active::before {
	position: absolute;
	content: '';
	border-top: solid 25px #B77F41;
	border-left: solid 25px transparent;
	border-right: solid 25px transparent;
	top: 44px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (max-width: 660px) {
	.b-reviews__source {
		flex-direction: column;
	}

	.b-reviews__btn--source_active::before {
		display: none;
	}

	.b-reviews__btn {
		margin-bottom: 10px;
	}

	.b-reviews__btn--source {
		width: 100%;
	}
}

.b-reviews__btn--send {
	background-color: #956530;
}

.b-reviews__item {
	padding: 30px 20px;
	background-color: #F9F6F4;
	margin-bottom: 20px;
}

.b-reviews__item-text {
	font-size: 14px;
}

.b-reviews__author {
	padding-left: 50px;
	position: relative;
}

.b-reviews__author::before {
	position: absolute;
	left: 0;
	content: '';
	width: 34px;
	height: 34px;
	background: url('/upload/cor/message.svg');
}

.b-reviews__author-name {
	font-weight: bold;
	color: #7F6652;
	font-size: 18px;
}

.b-reviews__author-date {
	color: #D1A677;
}

.b-reviews__answer {
	padding: 20px;
	background-color: white;
	padding-left: 93px;
	position: relative;
}

.b-reviews__answer::before {
	position: absolute;
	background: url('/images/logo-mic.jpg');
	content: '';
	width: 58px;
	height: 41px;
	background-size: cover;
	left: 20px;
}

.b-reviews__answer-text {
	padding-left: 20px;
	border-left: 1px solid #D1A677;
	color: #B77F41;
	font-size: 14px;
}

.b-reviews__item-body {
	display: flex;
	justify-content: start;
	margin: 18px 0;
}

.b-reviews__item-body p {
	margin: 0;
}

.b-reviews__item-body .b-reviews__item-img {
	margin-right: 20px;
}

@media (max-width: 480px) {
	.b-reviews__answer {
		padding: 20px;
		padding-top: 60px;
	}

	.b-reviews__answer::before {
		top: 15px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 45px;
		height: 29px;
	}

	.b-reviews__answer-text {
		font-size: 14px;
		border-left: none;
		border-top: 1px solid #D1A677;
		padding-top: 15px;
		padding-left: 0;
		padding-right: 0;
	}

	.b-reviews__item-body {
		flex-direction: column;
	}

	.b-reviews__item-body .b-reviews__item-img {
		margin-bottom: 10px;
	}
}

.b-reviews__item-body a img {
	width: 130px;
	height: 110px;
}

/* End */
/* /local/templates/new/components/bitrix/system.pagenavigation/reviews/style.css?17015790536766 */
/* /local/templates/new/components/bitrix/news/reviews/bitrix/news.list/.default/style.css?17015790533328 */
