

/* Start:/local/templates/generator/assets/css/page-reviews.css?176475242418074*/
.about__info--title {
  font-weight: bold;
  font-size: 48px;
  line-height: 124%;
  letter-spacing: 0.01em;
  color: #231f20;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .about__info--title {
    margin: 20px 0;
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .about__info--title {
    font-size: 24px;
  }
}

.reviews-video__wrapper {
  border-radius: 37px;
  background: rgb(245, 245, 245);
  padding: 40px 0;
}
.reviews-video__top-line {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.reviews-video__count,
.reviews-ya__count,
.reviews-image__count {
  color: rgb(0, 0, 0);
  font-family: Geometria;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .yandex-rev__list--message .text,
  .reviews-video__cheked,
  .reviews-video__count,
  .reviews-ya__count,
  .reviews-image__count {
    font-size: 24px;
  }
}

.reviews-video__cheked {
  color: rgb(192, 191, 191);
  font-family: Geometria;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .yandex-rev__list--message .text,
  .reviews-video__cheked,
  .reviews-video__count,
  .reviews-ya__count,
  .reviews-image__count {
    font-size: 25px;
  }
}

@media screen and (max-width: 576px) {
  .reviews-video__cheked,
  .reviews-video__count,
  .reviews-ya__count,
  .reviews-image__count {
    font-size: 22px;
  }
  .reviews-video__cheked {
    line-height: 1.3;
    margin-top: 15px;
  }
}

.checkbox-ios {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 28px;
  /* border: 1px solid rgba(0, 0, 0, .1); */
  border-radius: 25%/50%;
  vertical-align: top;
  background: rgb(217, 217, 217);
  transition: 0.2s;
}

.checkbox-ios .checkbox-ios-switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
}

.checkbox-ios input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-ios input[type="checkbox"]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.checkbox-ios input[type="checkbox"]:checked + .checkbox-ios-switch {
  background: limegreen;
}

.checkbox-ios input[type="checkbox"]:checked + .checkbox-ios-switch:before {
  transform: translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}

/* Disabled */
.checkbox-ios input[type="checkbox"]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}

.checkbox-ios input[type="checkbox"]:disabled + .checkbox-ios-switch:before {
  background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0 0 4px #ff5623;
}

.mySwiper {
  padding: 0 5vw !important;
  /* max-height: 600px; */
}

.swiper-button-next,
.swiper-button-prev {
  height: 100% !important;
  top: 0% !important;
  width: 4% !important;
  color: rgb(217, 217, 217) !important;
  margin-top: 0;
  /* box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25); */
}

@media screen and (max-width: 576px) {
  .reviews-video .swiper-button-next,
  .reviews-video .swiper-button-prev {
    width: 7% !important;
    margin-top: 0;
  }
}

.swiper-button-prev {
  left: 0 !important;
  border-radius: 16px 0px 0px 16px;
  background: linear-gradient(-270deg, rgb(0, 0, 0) -100%, rgba(0, 0, 0, 0.3) 100%);
}

.swiper-button-next {
  right: 0 !important;
  border-radius: 0px 16px 16px 0px;
  background: linear-gradient(270deg, rgb(0, 0, 0) -100%, rgba(0, 0, 0, 0.3) 100%);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  /* display: none; */
  content: " " !important;
  background: url("/local/templates/generator/assets/images/reviews/swiper-button-next.svg") center / contain no-repeat;
  /* transform: none; */
  /* background: none; */
  width: 100%;
  height: 50px;
}

.swiper-button-prev:after {
  transform: scaleX(-1);
}

.main_reviews_list-item {
  position: relative;
}

.main_reviews_list-item:hover svg path.ytp-large-play-button-bg {
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}

.main_reviews_list-item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 64;
}

.main_reviews_list-item svg path.ytp-large-play-button-bg {
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: 0.8;
}

.main_reviews_list-item iframe {
  margin-bottom: 0;
}

.main_reviews_list-item {
  height: 53vh;
  max-width: 289px;
  /* height: 487px; */
}

@media (max-width: 576px) {
  .main_reviews_list-item {
    max-width: 100%;
  }
}

.popup-video .poster {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.mySwiper {
  padding: 0 5%;
  /* max-height: 600px; */
}

.mySwiper.swiper-slide {
  display: block;
}
.mySwiper.swiper-slide-hidden {
  display: none;
}

/*СТИЛИ ДЛЯ ЯНДЕКС ОТЗЫВОВ*/

.reviews {
  margin-top: 25px;
  padding-bottom: 50px;
}
.reviews__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .reviews__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .reviews__wrapper {
    display: block;
  }
}
.reviews__ya {
  grid-column: 1 / 3;
}
@media screen and (max-width: 576px) {
  .reviews__ya {
    margin-bottom: 25px;
  }
}
.reviews__ya,
.reviews__images {
  border-radius: 37px;
  background: rgb(245, 245, 245);
  padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .reviews__ya,
  .reviews__images {
    background: transparent;
  }
}

.reviews__title {
  padding: 50px 30px 70px 30px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .reviews__title {
    padding: 50px 30px 33px 30px;
  }
}
@media screen and (max-width: 576px) {
  .reviews__title {
    padding: 6px 0 20px 0;
  }
}

.mySwiperYa .swiper-slide {
  display: inherit;
  max-width: 100%;
}

.mySwiperYa .swiper-button-next,
.mySwiperYa .swiper-button-prev {
  background: transparent;
  box-shadow: none;
}

.yandex-rev__list {
  padding: 10px 75px;
}
@media screen and (max-width: 1440px) {
  .yandex-rev__list {
    padding: 10px 45px;
  }
}
@media screen and (max-width: 576px) {
  .yandex-rev__list {
    padding: 10px 0;
  }
}

.yandex-rev__list--header {
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.stars {
  position: relative;
  display: block;
  width: 125px;
  height: 25px;
  background-image: url(/local/templates/generator/assets/images/reviews/star-empty.svg);
  background-size: 25px 25px;
  margin-right: 10px;
  padding: 5px 0;
}
.stars-filled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(/local/templates/generator/assets/images/reviews/star.svg);
  background-size: 25px 25px;
}

.date {
  font-family: Geometria;
  font-size: 25px;
  font-weight: 500;
  color: #231f20;
}

.yandex-rev__list--message .text {
  font-family: Geometria;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  .yandex-rev__list--message .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .yandex-rev__list--message .text,
  .date {
    font-size: 16px;
  }
}
.reviews__images {
  position: relative;
}

.image-grid {
  --num-cols: 4;
  --row-height: 230px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
}

.image-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid-1 {
  grid-column: span 2;
}

.image-grid-1 {
  grid-row: span 2;
}

.image-grid img.image-grid-2 {
  grid-column: span 2;
}

.image-grid img.image-grid-3 {
  grid-column: span 2;
}

#image-container {
  transition: opacity 0.5s ease;
}

.fadeOut {
  opacity: 0;
}
.reviews__images--all {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 100%;
  font-family: Geometria;
  font-size: 30px;
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background-color: #95c12b;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

a.reviews__images--all:hover {
  text-decoration-line: none;
  color: #fff;
}

.debts-off-section {
  width: 100%;
  background-image: url(/local/templates/generator/assets/images/reviews/debts-sect-back__new.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .debts-off-section {
    background-position: 40% top;
  }
}
@media (max-width: 768px) {
  .debts-off-section {
    background-position: left top;
  }
}
.debts-off-section .container {
  padding: 120px 15px 100px 15px;
}
@media (max-width: 1256px) {
  .debts-off-section .container {
    padding: 70px 15px 50px 15px;
  }
}

@media (max-width: 768px) {
  .debts-off-section .container {
    padding: 35px 15px 35px 15px;
  }
}
.debts-off-section-wrap {
  max-width: 700px;
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 1256px) {
  .debts-off-section-wrap {
    max-width: 600px;
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .debts-off-section-wrap {
    padding-left: 0;
  }
}

.debts-off-section-title,
.debts-off-section-text,
.debts-off-section-subtitle,
.debts-off-section-last-t {
  color: #fff;
}
.debts-off-section-title {
  font-weight: bold;
  font-size: calc(18px + 30 * ((100vw - 320px) / 1720));
  line-height: 124%;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .debts-off-section-title,
  .debts-off-section-subtitle {
    margin-bottom: 15px;
  }
}

.debts-off-section-text,
.debts-off-section-subtitle {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1720));
}

.debts-off-section-text {
  font-weight: normal;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .debts-off-section-text {
    margin-bottom: 10px;
  }
}

.debts-off-section-last-t {
  font-weight: normal;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 8px;
}

/*ФОРМА*/

.mainpage_head_bottom_right-form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1256px) {
  .mainpage_head_bottom_right-form-row {
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 480px) {
  .mainpage_head_bottom_right-form-row {
    row-gap: 15px;
    margin-bottom: 10px;
  }
}

select[name="summ"] {
  width: 100%;
  padding: 16px 32px;
  background: #fff;
  border: 2px solid #b6b6b6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  font-weight: normal;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #b6b6b6;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #8dc63f;
  border: none;
  -webkit-box-shadow: 0 0 16px rgba(27, 27, 27, 0.34);
  box-shadow: 0 0 16px rgba(27, 27, 27, 0.34);
  border-radius: 4px;
  padding: 20px 28px;
  font-weight: 500;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 480px) {
  .btn {
    padding: 15px 28px;
  }
}
a.btn.popup-allform:hover {
  text-decoration: none;
  color: #fff;
}

#popup-allform {
  padding: 0;
  box-shadow: 0 0 13px rgba(121, 121, 121, 0.2);
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  /*    min-height: 700px;*/
}

/*#popup-allform {
    display: block;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
}*/

#popup-allform .popup__content {
  position: relative;
  color: #231f20;
  padding: 80px;
  background: url(/local/templates/generator/assets/images/reviews/popup-bg.jpg) center/auto no-repeat;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  #popup-allform .popup__content {
    padding: 50px;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  #popup-allform .popup__content {
    padding: 40px 25px 25px;
  }
}

#popup-allform .popup__close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #popup-allform .popup__close {
    top: 25px;
    right: 25px;
  }
}
#popup-allform .popup__title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 12px;
  color: #231f20;
}

@media (max-width: 1024px) {
  #popup-allform .popup__title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #popup-allform .popup__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#popup-allform .popup__text {
  color: #676767;
  margin-bottom: 24px;
  max-width: 550px;
}
@media (max-width: 480px) {
  #popup-allform .popup__text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.reviews__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
}

.reviews__link-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border: 1px solid #95c12b;
  color: #95c12b;
  background-color: #fff;
  font-size: 20px;
}

.reviews__link-btn:hover {
  background-color: #95c12b;
  color: #fff;
}
.yandex-rev__pagination {
  display: none;
}

.reviews-form {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px #f4f6f7;
  box-shadow: 0px 0px 8px #f4f6f7;
  border-radius: 12px;
  padding: 50px 0;
  background-image: url(/local/templates/generator/assets/images/questions/aside-back.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.reviews-form h2 {
  font-size: 32px;
}

.reviews-form__container {
  max-width: 627px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 1440px) {
  .reviews-form h2 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .reviews__images--all {
    font-size: 20px;
  }

  .reviews__links {
    grid-template-columns: 1fr;
  }

  .yandex-rev__pagination {
    display: block;
  }
  .yandex-rev__navigation {
    display: none !important;
  }
  .mySwiperYa .swiper-wrapper {
    padding-bottom: 30px;
  }

  .mySwiperYa .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #95c12b;
  }

  .mySwiperYa .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  }

  .reviews-form {
    background-image: none;
  }

  .reviews-form h2 {
    font-size: 22px;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1720099663122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/reviews-page/style.css?17647526464329*/
font.errortext {
  display: none;
}
.mainpage_head_bottom_right-form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1256px) {
  .mainpage_head_bottom_right-form-row {
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .mainpage_head_bottom .mainpage_head_bottom_right-form-row {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .mainpage_head_bottom_right-form-row {
    row-gap: 15px;
    margin-bottom: 10px;
  }
}
.input-t,
input[type="text"] {
  width: 100%;
  padding: 16px 32px;
  background: #fff;
  border: 2px solid #b6b6b6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  font-weight: normal;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #b6b6b6;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 1256px) {
  .input-t,
  input[type="text"] {
    padding: 13px 20px;
  }
}
@media (max-width: 768px) {
  .input-t,
  input[type="text"] {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 430px) {
  .input-t,
  input[type="text"] {
    max-width: 100%;
  }
}
.input-t:valid {
  border: 2px solid #8dc63f;
  font-weight: normal;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #231f20;
}
.input-t:hover {
  border: 2px solid #8dc63f;
}
.input-t:focus {
  background: #fff;
  border: 2px solid #231f20;
  -webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #231f20;
}
input:active,
input:hover,
input:focus {
  outline: 0;
  outline-offset: 0;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #8dc63f;
  border: none;
  -webkit-box-shadow: 0px 0px 16px rgba(27, 27, 27, 0.34);
  box-shadow: 0px 0px 16px rgba(27, 27, 27, 0.34);
  border-radius: 4px;
  padding: 20px 28px;
  font-weight: 500;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mainpage_head_bottom_form-btn {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .mainpage_head_bottom_form-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mainpage_head_bottom_form-btn {
    width: 100%;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 15px 28px;
  }
}
.btn:hover,
.btn:active {
  background: #82b43b;
}
.popup__copy {
  font-size: 12px;
  max-width: 370px;
  color: #b6b6b6;
}
.popup__copy a {
  color: #b6b6b6;
  text-decoration: underline;
}
.popup__copy a:hover {
  color: #b6b6b6;
}

.reviews-form__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}

.reviews-form textarea.input-t {
  grid-column: span 2 / span 2;
}

.reviews-form__copy {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
}

@media (max-width: 576px) {
  .reviews-form__wrapper {
    grid-template-columns: 1fr;
  }

  .reviews-form textarea.input-t {
    grid-column: auto;
  }
}

/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/reviews-debt/style.css?17200997322820*/
font.errortext {
	display: none;
}

.forms_column {
	max-width: 415px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
.form-input.popup__popup-allform input[type="text"] {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-family: var(--default-font-family);
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	width: 100%;
}

.form-input.popup__popup-allform input[type="text"] {
	max-width: 100%;
}

select#form_dropdown_SIMPLE_QUESTION_489 {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	width: 100%;
	color: #b6b6b6;
}

input.btn--green.popup__popup-allform--btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	border: 2px solid transparent;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #fff;
	padding: 20px 28px;
	background: #8dc63f;
	border-radius: 4px;
	margin-top: 16px;
}

.popup__copy {
	font-size: 12px;
	max-width: 370px;
	color: #b6b6b6;
}
.popup__copy a:hover{
	color: #b6b6b6;
}
/* End */
/* /local/templates/generator/assets/css/page-reviews.css?176475242418074 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1720099663122 */
/* /local/templates/generator/components/bitrix/form.result.new/reviews-page/style.css?17647526464329 */
/* /local/templates/generator/components/bitrix/form.result.new/reviews-debt/style.css?17200997322820 */
