

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/news_pagination/style.css?17817739963844*/
.site-questions {
  width: 100%
}

.site-questions-item {
  width: 100%;
  padding: 35px 30px;
  padding-right: 10px;
  border: 2px solid #8f7749;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

.site-questions-item__info {
  width: calc(100% - 46px)
}

.site-questions-item__name {
  width: 100%;
  text-align: left;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff
}

.site-questions-item__text {
  display: none;
  margin-top: 10px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff
}

.site-questions-item__side {
  width: 36px;
  display: flex;
  align-items: center
}

.site-questions-item__close {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  padding: 10px
}

.site-questions-item__close-item {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8f7749;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s
}

.site-questions-item__close-item:last-child {
  transform: translate(-50%, -50%) rotate(90deg)
}

.site-questions-item__close-active .site-questions-item__close-item:last-child {
  transform: translate(-50%, -50%) rotate(0deg)
}

.site-questions__bottom {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1170px) {
  .site-questions__bottom {
    margin-bottom: 50px;
  }
}

/* .site-questions__bottom-arrow {
  background: url(/local/templates/solo/css/../img/button_s.png) 0 0 no-repeat;
  width: 16px;
  height: 12px;
  cursor: pointer
} */

.site-questions__bottom-arrow {
  /* background-image: url(/upload/medialibrary/a24/zat7yrpxxrflrraim2awphot3x3unhzs.png); */
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-position: center;
  background-size: 25px;
  border: 2px solid var(--primary-accent-color);
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-radius: 3em;
  color: var(--primary-accent-color);
  display: flex;
}

.site-questions__bottom-arrow > i {
  font-size: 18px;
  margin: auto;
  color: currentColor;
  line-height: 1.5;
}

.site-questions__bottom-arrow:not([href]) {
  filter: opacity(.25);
  border-color: var(--primary-accent-color);
}

/* .site-questions__bottom-arrow:first-child {
  transform: rotate(180deg)
} */

.site-questions__bottom-center {
  display: flex;
  justify-content: center;
  align-items: center
}

.site-questions__bottom-item {
  border: 2px solid var(--primary-accent-color);
  padding: 10px 17px;
  font-family: 'Futura PT', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-accent-color);
  margin-right: 15px;
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  box-sizing: border-box;
  color: var(--primary-accent-color);
  border-radius: 3em;
  background-color: #fff;
}

.site-questions__bottom-item:last-child {
  margin-right: 0
}

.num-active {
  border: 2px solid var(--primary-accent-color);
  background-color: var(--primary-accent-color);
  color: #fff;
}

.site-questions-add {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 120px
}

.site-questions-add .reviews-my__form {
  display: block
}

.site-questions-add .reviews-my__name {
  margin-bottom: 50px
}

@media(hover: hover) {
  [class|="site-questions__bottom"] {
    transition: 200ms ease;
  }

  .site-questions__bottom-item:not(.num-active):hover,
  .site-questions__bottom-arrow:hover {
    background-color: var(--primary-accent-color);
    color: #fff;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17663959321031*/
.news .title-block__description {
	display: none;
}

.news__list-desktop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.news__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 20px;
}

.news__item-title {
	margin-bottom: 5px;
}

.news__item-description {
	overflow: hidden;
}

.news__show-more-btn {
	width: 249px;
	margin: 0 auto;
}

.news__item-title-wrapper {
	/* height: 184px; */
	margin-bottom: 10px;
	overflow: hidden;
}

@media screen and (min-width: 1290px) {
	.news__list {
		display: none;
	}

	.news__list-desktop {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		margin-bottom: 45px;
	}

	.news__item {
		padding: 54px 10px 54px 20px;
		min-height: 409px;
	}

	.news__item-title {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 32px;
	}

	.news__item-description {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/news_pagination/style.css?17817739963844 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17663959321031 */
