

/* Start:/local/templates/shchedrayapolyana.ru/components/bitrix/catalog/POL_catalog/style.css?1755247645991*/
.grid {
}

.grid .bx_content_section {
  margin-bottom: 15px;
}

.grid .bx_sidebar {
  margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
  float: left;
  width: 66%;
  margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
  float: right;
  width: 33%;
  margin-bottom: 15px;
  padding-left: 5%;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .grid2x1 .bx_sidebar {
    padding-left: 4%;
  }
}

@media (max-width: 640px) {
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }

  .grid2x1 .bx_sidebar {
    padding-left: 3%;
  }
}

@media (max-width: 479px) {
  .grid2x1 .bx_sidebar {
    padding-left: 1%;
  }
}

.catalog-block-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 2px solid #d9dee6;
  border-bottom-color: var(--primary);
  color: #000;
}

@media (max-width: 996px) {
  .catalog-menu-list {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/shchedrayapolyana.ru/components/bitrix/catalog.element/POL_element/style.css?175827251212549*/
@charset "UTF-8";
.product-title {
  font-weight: 900;
  font-style: Black;
  font-size: 36px;
  text-transform: uppercase;
  color: #428057;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-title {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .product-slider {
    display: flex;
    justify-content: center;
  }
}
.product-desc {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eff6ed;
  border: #c7dec1 1px solid;
  border-radius: var(--border-radius);
  gap: 15px;
}
@media (max-width: 991px) {
  .product-desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product-desc__item {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.product-desc__item--b-green {
  font-weight: 700;
  font-size: 32px;
  color: #428057;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.product-desc__item--green {
  color: #428057;
}
.product-desc__dropdown {
  display: flex;
  align-items: center;
  padding: 2px;
  width: 80px;
  border: 1px solid #c7dec1;
  border-radius: 4px;
}
.product-desc__dropdown:hover .product-desc__dropdown--container {
  display: block;
}
.product-desc__dropdown--container {
  display: none;
}
.product-desc__dropdown--header {
  width: 60px;
  padding-left: 15px;
}
.product-desc__dropdown::after {
  content: '▼';
  font-size: 10px;
  width: 20px;
}
.product-carousel {
  position: relative;
  width: 540px;
  height: 300px;
}
@media (max-width: 1199px) {
  .product-carousel {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .product-carousel {
    width: 100%;
  }
}
.product-carousel__item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.product-carousel__item.active {
  z-index: 1;
  opacity: 1;
}
.product-carousel__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-carousel__next,
.product-carousel__prev {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: calc(50% - 27px);
  z-index: 2;
}
.product-carousel__next {
  right: 0;
}
.product-carousel__prev {
  left: 0;
  transform: rotate(180deg);
}
.product-carousel__icon {
  padding: 5px;
  cursor: pointer;
}
.product-carousel__icon::after {
  content: ' ';
  display: block;
  background-image: url('/include/img/card/arrow.png');
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 44px;
  height: 44px;
  width: 44px;
  z-index: 2;
}
.product-carousel__icon:hover::after {
  background-color: #ffffff;
}
.product-carousel__dec {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  z-index: 2;
}
.product-carousel__dec--container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product-carousel__dec--item {
  height: 8px;
  width: 8px;
  border-radius: 8px;
  border: 2px solid #fff;
}
.product-carousel__dec--item.active {
  background-color: #fff;
}
.product-slides {
  height: 100px;
  width: 540px;
  margin-top: 20px;
}
.product-slides__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-slides__item {
  height: 100px;
  width: 100px;
  filter: opacity(0.7);
}
.product-slides__item.active {
  filter: opacity(1);
}
.product-slides__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-slides {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */

.product-desc__count {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-desc__count--input {
  width: 35px;
  height: 35px;
  border: 1px solid #c7dec1;
  border-radius: 5px;
  outline: #c7dec1;
  text-align: center;
}

.product-desc__count--minus {
  width: 14px;
  height: 14px;
  border: none;
  background-color: #ffffff00;
  background-image: url(/include/img/card/minus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-desc__count--plus {
  width: 14px;
  height: 14px;
  border: none;
  background-color: #ffffff00;
  background-image: url(/include/img/card/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-btn {
  background-color: var(--clr-black-green);
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: var(--border-radius);
  width: 200px;
  margin-top: 15px;
}

.product-btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.product-btn::after {
  content: url(/include/img/base/arrow.png);
  padding-bottom: 2px;
}
.product-btn:hover {
  background-color: #246239;
}

.product-desc__bottom {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}

.product-desc__bottom-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #428057;
}
.product-desc__bottom-list {
  display: flex;
  flex-direction: column;
}

.product-desc__bottom-list p {
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  letter-spacing: 0%;
}

.modal-thumbnails {
  margin-top: 15px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.modal-thumbnails__container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.modal-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  border: 2px solid transparent;
}

.modal-thumbnail:hover {
  opacity: 1;
  transform: scale(1.05);
}

.modal-thumbnail.active {
  opacity: 1;
  border-color: #4caf50;
}

/* Скролл-бар (тонкий) */
.modal-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.modal-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.modal-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.modal-thumbnails::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

div.mfeedback {
}
div.mf-name,
div.mf-email,
div.mf-captcha,
div.mf-message {
  width: 80%;
  padding-bottom: 0.4em;
}
div.mf-name input,
div.mf-email input {
  width: 60%;
}
div.mf-message textarea {
  width: 60%;
}
span.mf-req {
  color: red;
}
div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}

.feedback {
  position: relative;
  height: auto !important;
  background: linear-gradient(to bottom, var(--clr-lite-green) 50%, #fff 50%);
}

.feedback-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.feedback-bg--border {
  position: absolute;
  height: 50px;
}

.feedback-bg--border img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.feedback-bg--fluid {
  height: 95%;
}

.feedback-bg--fluid img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.feedback-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 120px;
}

.feedback-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 440px;
  border-radius: var(--border-radius);
}

.feedback-form__layers {
  position: relative;
  padding: 0px calc(var(--base-gap) * 2);
  width: 480px;
}

.feedback-form__layers form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--base-gap) / 2);
}

.feedback-form__layers input[type='text'],
.feedback-form__layers textarea {
  user-select: none;
  width: 100%;
  height: 53px;
  border: 1px solid var(--clr-bg-green);
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 14px;
}

.feedback-form__layers textarea {
  height: 105px;
  padding-top: calc(var(--base-gap) / 2);
  resize: none;
}

.feedback-form__layers input[type='text']:focus-visible,
.feedback-form__layers input[type='text']:focus,
.feedback-form__layers input[type='text']:active,
.feedback-form__layers textarea:focus-visible,
.feedback-form__layers textarea:focus,
.feedback-form__layers textarea:active {
  outline: none !important;
}

.feedback-form__layers button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--clr-black-green);
  border: 0.5px solid var(--clr-black-green);
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  height: 52px;
  color: #fff;
}

.feedback-form__layers button::after {
  content: url('/local/templates/shchedrayapolyana.ru/components/bitrix/catalog.element/POL_element/../static/img/base/arrow.png');
  padding-bottom: 2px;
}

.feedback-form__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: var(--base-gap);
  user-select: none;
}

.feedback-form__logo img {
  max-height: 74px;
}

.feedback-form__title {
  color: var(--clr-black-green);
  font-family: Montserrat;
  font-weight: 900;
  font-size: 36px;
  line-height: 38px;
}

.feedback-form__desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}

.feedback-form__info {
  max-width: 370px;
}

.feedback-form__img {
  position: absolute;
  top: 15px;
  right: 0px;
}

@media screen and (max-width: 991px) {
  .feedback-form__logo img {
    max-height: 74px;
  }

  .feedback-form__img {
    position: absolute;
    top: 100px;
    right: 50px;
  }

  .feedback-form__img img {
    max-width: 147px;
  }

  .feedback-form__title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  .feedback-form__desc {
    font-size: 14px;
  }
  .feedback-form__layers {
    padding: 0px var(--base-gap) 0px 0px;
    min-width: 300px;
  }

  .feedback-form {
    padding: 0 var(--base-gap);
  }
}

@media screen and (max-width: 680px) {
  .feedback {
    background-image: unset;
  }

  .feedback-container {
    padding-top: calc(var(--base-gap) * 2);
  }

  .feedback-form {
    flex-direction: column-reverse;
    height: auto;
    padding: 0;
  }

  .feedback-bg {
    display: none;
  }

  .feedback-form__layers {
    width: 100%;
    padding: 0;
    padding-top: var(--base-gap);
  }

  .feedback-form__info {
    max-width: none;
    align-items: center;
    justify-content: center;
  }

  .feedback-form__title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .feedback-form__desc {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .feedback-form__img {
    top: -12px;
    right: 0;
  }

  .feedback-form__logo {
    width: 100%;
  }
}

@media screen and (max-width: 467px) {
  .feedback-container {
    padding-top: calc(var(--base-gap) * 2);
  }

  .feedback-form {
    flex-direction: column-reverse;
    height: auto;
  }

  .feedback-bg {
    display: none;
  }

  .feedback-form__layers {
    width: 100%;
    padding: 0;
    padding-top: var(--base-gap);
  }

  .feedback-form__info {
    max-width: none;
    align-items: center;
    justify-content: center;
  }

  .feedback-form__title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .feedback-form__desc {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
  }

  .feedback-form__layers input[type='text'],
  .feedback-form__layers textarea,
  .feedback-form__layers button {
    font-size: 14px;
  }

  .feedback-form__layers button {
    font-weight: 600;
  }
}

@media screen and (max-width: 335px) {
  .feedback-form__logo {
    width: auto;
  }

  .feedback-form__img {
    display: none;
  }
}

.feedback-container {
  padding-top: 40px !important;
}

.feedback-form {
  background-color: rgba(249, 251, 248, 1) !important;
}

.feedback-bg--fluid,
.feedback-bg--border {
  display: none !important;
}

.feedback {
  background: none !important;
}

.feedback-form__img {
  position: absolute !important;
  top: -50px !important;
  right: 0px !important;
}

@media screen and (max-width: 991px) {
  .feedback-form__img {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }
}

/* End */


/* Start:/local/templates/shchedrayapolyana.ru/components/bitrix/catalog.section/POL_catalog_section_recom/style.css?17582634665726*/
#catalog .catalog-list {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

#catalog .catalog-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#catalog .catalog-list::-webkit-scrollbar-track {
  background: transparent;
}

#catalog .catalog-list::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Для Firefox */
#catalog .catalog-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#catalog .product-item-container {
  /* max-width: 240px; */
  max-width: 30%;
  height: 450px;
}

#catalog .catalog-section-name {
  color: var(--clr-black-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

#catalog .catalog-section-name span {
  font-weight: 900;
  font-style: Black;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#catalog .catalog-item {
  width: 240px;
  height: 430px;
  border-radius: var(--border-radius);
  border: 1px solid var(--clr-bg-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 0px #0000001a;
}

#catalog .catalog-item a:first-child {
  width: 100%;
  height: 200px;
}
#catalog .catalog-item-img {
  width: 100%;
  height: 200px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  background: center/cover no-repeat;
}
#catalog .catalog-item-title {
  width: 90%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: var(--clr-black-green);
  padding-top: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
#catalog .catalog-item-desc {
  font-weight: 400;
  font-size: 14px;
  margin: 0; /* Убираем внешний отступ */
  -webkit-line-clamp: 2; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden; /* Обрезаем всё за пределами блока */
  text-align: center;
  padding-top: 20px;
  /* text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis; */
}
#catalog .catalog-item-price {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: var(--clr-black-green);
  flex-grow: 1;
  display: flex;
  align-items: end;
  padding-bottom: 15px;
}

#catalog .catalog-item-price span:first-child {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  text-transform: uppercase;
}

#catalog .catalog-item-price span:last-child {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  text-transform: uppercase;
}

#catalog .catalog-item-btn {
  background-color: var(--clr-black-green);
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  width: 90%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: var(--border-radius);
}
#catalog .catalog-item-btn::after {
  content: url(/include/img/base/arrow.png);
  padding-bottom: 2px;
}
#catalog .catalog-item-btn:hover {
  background-color: #246239;
}

@media (max-width: 800px) {
  #catalog .catalog-list {
    gap: 0px;
  }
  #catalog .catalog-item {
    width: 200px;
  }
  #catalog .catalog-item-img {
    height: 170px;
  }
  #catalog .catalog-item-title {
    font-weight: 700;
    font-size: 14px;
  }
  #catalog .catalog-item-desc {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  #catalog .catalog-list {
    gap: 5px;
  }
  #catalog .catalog-item {
    /* width: 32%; */
  }
  #catalog .catalog-item-img {
    height: 170px;
  }
  #catalog .catalog-item-title {
    font-weight: 700;
    font-size: 14px;
  }
  #catalog .catalog-item-desc {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (max-width: 660px) {
  #catalog .product-item-container {
    max-width: 49%;
  }
  #catalog .catalog-item {
    width: 210px;
  }
  #catalog .catalog-item-img {
    height: 150px;
  }
  #catalog .catalog-item-title {
    font-weight: 700;
    font-size: 14px;
  }
  #catalog .catalog-item-desc {
    font-weight: 400;
    font-size: 12px;
  }
  #catalog .catalog-item-btn {
    height: 30px;
  }
}

@media (max-width: 450px) {
  #catalog .product-item-container {
    min-width: 100%;
  }
  #catalog .catalog-item {
    width: auto;
  }
}
@media (max-width: 370px) {
  #catalog .product-item-container {
    min-width: 100%;
  }

  #catalog .catalog-item {
    width: auto;
  }
}

.catalog-section-list {
  display: flex;
  flex-direction: column;
}
.catalog-section-list a {
  padding: 5px 0px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #202020;
  padding-left: 10px;
}

.catalog-section-list a.active {
  background-color: #c7dec1;
  border-radius: var(--border-radius);
  color: #428057;
}

.catalog-section-list a:hover,
.catalog-section-list a:focus {
  color: var(--clr-text-green);
}

.recom__next,
.recom__prev {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: calc(35%);
  z-index: 2;
}

.recom__prev {
  left: 0;
  transform: rotate(180deg);
}

.recom__next {
  right: 0;
}

/* End */


/* Start:/local/templates/shchedrayapolyana.ru/components/HG24/HG_feedback/POL_feedback/style.css?17557413475895*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.feedback {
    position: relative;
    height: 700px;
    background: linear-gradient(to bottom, var(--clr-lite-green) 50%, #fff 50%);
}

.feedback-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.feedback-bg--border {
    position: absolute;
    height: 50px;
}

.feedback-bg--border img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.feedback-bg--fluid {
    height: 95%;
}

.feedback-bg--fluid img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.feedback-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 120px;
}

.feedback-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 440px;
    border-radius: var(--border-radius);
}

.feedback-form__layers {
    position: relative;
    padding: 0px calc(var(--base-gap) * 2);
    width: 480px;
}

.feedback-form__layers form {
    display: flex;
    flex-direction: column;
    gap: calc(var(--base-gap) / 2);
}

.feedback-form__layers input[type='text'],
.feedback-form__layers textarea {
    user-select: none;
    width: 100%;
    height: 53px;
    border: 1px solid var(--clr-bg-green);
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
}

.feedback-form__layers textarea {
    height: 105px;
    padding-top: calc(var(--base-gap) / 2);
    resize: none;
}

.feedback-form__layers input[type='text']:focus-visible,
.feedback-form__layers input[type='text']:focus,
.feedback-form__layers input[type='text']:active,
.feedback-form__layers textarea:focus-visible,
.feedback-form__layers textarea:focus,
.feedback-form__layers textarea:active {
    outline: none !important;
}

.feedback-form__layers button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--clr-black-green);
    border: 0.5px solid var(--clr-black-green);
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    height: 52px;
    color: #fff;
}

.feedback-form__layers button::after {
    content: url('/local/templates/shchedrayapolyana.ru/components/HG24/HG_feedback/POL_feedback/../static/img/base/arrow.png');
    padding-bottom: 2px;
}

.feedback-form__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: var(--base-gap);
    user-select: none;
}

.feedback-form__logo img {
    max-height: 74px;
}

.feedback-form__title {
    color: var(--clr-black-green);
    font-family: Montserrat;
    font-weight: 900;
    font-size: 36px;
    line-height: 38px;
}

.feedback-form__desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.feedback-form__info {
    max-width: 370px;
}

.feedback-form__img {
    position: absolute;
    top: 15px;
    right: 0px;
}

@media screen and (max-width: 991px) {
    .feedback-form__logo img {
        max-height: 74px;
    }

    .feedback-form__img {
        position: absolute;
        top: 100px;
        right: 50px;
    }

    .feedback-form__img img {
        max-width: 147px;
    }

    .feedback-form__title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0%;
    }

    .feedback-form__desc {
        font-size: 14px;
    }
    .feedback-form__layers {
        padding: 0px var(--base-gap) 0px 0px;
        min-width: 300px;
    }

    .feedback-form {
        padding: 0 var(--base-gap);
    }
}

@media screen and (max-width: 680px) {
    .feedback {
        background-image: unset;
    }

    .feedback-container {
        padding-top: calc(var(--base-gap) * 2);
    }

    .feedback-form {
        flex-direction: column-reverse;
        height: auto;
        padding: 0;
    }

    .feedback-bg {
        display: none;
    }

    .feedback-form__layers {
        width: 100%;
        padding: 0;
        padding-top: var(--base-gap);
    }

    .feedback-form__info {
        max-width: none;
        align-items: center;
        justify-content: center;
    }

    .feedback-form__title {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .feedback-form__desc {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .feedback-form__img {
        top: -12px;
        right: 0;
    }

    .feedback-form__logo {
        width: 100%;
    }
}

@media screen and (max-width: 467px) {
    .feedback-container {
        padding-top: calc(var(--base-gap) * 2);
    }

    .feedback-form {
        flex-direction: column-reverse;
        height: auto;
    }

    .feedback-bg {
        display: none;
    }

    .feedback-form__layers {
        width: 100%;
        padding: 0;
        padding-top: var(--base-gap);
    }

    .feedback-form__info {
        max-width: none;
        align-items: center;
        justify-content: center;
    }

    .feedback-form__title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .feedback-form__desc {
        font-size: 16px;
        line-height: 100%;
        text-align: center;
    }

    .feedback-form__layers input[type='text'],
    .feedback-form__layers textarea,
    .feedback-form__layers button {
        font-size: 14px;
    }

    .feedback-form__layers button {
        font-weight: 600;
    }
}

@media screen and (max-width: 335px) {
    .feedback-form__logo {
        width: auto;
    }

    .feedback-form__img {
        display: none;
    }
}


/* End */
/* /local/templates/shchedrayapolyana.ru/components/bitrix/catalog/POL_catalog/style.css?1755247645991 */
/* /local/templates/shchedrayapolyana.ru/components/bitrix/catalog.element/POL_element/style.css?175827251212549 */
/* /local/templates/shchedrayapolyana.ru/components/bitrix/catalog.section/POL_catalog_section_recom/style.css?17582634665726 */
/* /local/templates/shchedrayapolyana.ru/components/HG24/HG_feedback/POL_feedback/style.css?17557413475895 */
