/* Отзывы Клиентов */
/* .feedback { background: white; } */

/* Почему большое количество людей выбирают нас? */
.why-choose-us { padding-top: 97px !important; padding-bottom: 97px !important; }
@media (max-width: 768px) {
  .why-choose-us { padding-top: 64px !important; padding-bottom: 64px !important; }
}
@media (max-width: 576px) {
  .why-choose-us { padding-top: 56px !important; padding-bottom: 56px !important; }
}

.image-text-row__footer-text .g-notice-blockquote { background: #F1F5F9; margin-top: 0; }
.image-text-row__footer-text .g-notice-blockquote::before { border-color: #F1F5F9; }

.gallery__slider { margin-left: calc(max(100vw, 1330px) / 2 - 650px); }

.text-image3-block__img3 { width: 74.4%; }
.teploe-osteklenie__ol { margin: 45px 0 0; }
.teploe-osteklenie__ol > li { display: flex; align-items: center; list-style: none; position: relative; padding-left: 0px; margin-top: 15px; font-size: 18px; }
.teploe-osteklenie__ol > li::before { content: '1'; display: block; color: white; background: #2F80EB; line-height: 35px; width: 35px; border-radius: 50%; text-align: center;flex: 0 0 35px; margin-right: 17px; }
.teploe-osteklenie__ol > li:nth-child(2)::before { content: '2'; }
.teploe-osteklenie__ol > li:nth-child(3)::before { content: '3'; }
.teploe-osteklenie__ol > li:nth-child(4)::before { content: '4'; }
.teploe-osteklenie__ol > li:nth-child(5)::before { content: '5'; }
.teploe-osteklenie__ol > li:nth-child(6)::before { content: '6'; }
.teploe-osteklenie__ol > li:nth-child(7)::before { content: '7'; }

.teploe-ostek-block { }
.teploe-ostek-block__row { white-space: nowrap; }
.teploe-ostekl-block__left { display: inline-block; vertical-align: top; width: 50%; white-space: normal; padding-right: 5%; box-sizing: border-box; }
.teploe-ostekl-block__right { display: inline-block; vertical-align: top; width: 50%; white-space: normal; text-align: right; }
.teploe-ostekl-block__img1 { border-radius: 15px; overflow: hidden; }
.teploe-ostekl-block__img2 { margin-top: 15px; border-radius: 15px; overflow: hidden; }
.teploe-ostekl-block__text { margin-top: 25px; }
.teploe-ostekl-block__text > p { margin: 15px 0; }
.teploe-ostekl-block__text > ul { margin-left: 0px; }
.teploe-ostekl-block__text > ul > li { margin: 15px 0; padding-left: 25px; list-style: none; position: relative; }
.teploe-ostekl-block__text > ul > li::before { content:''; position: absolute; left: 0; top: 2px; display: block; background: #2F80EB; width:16px; height: 16px; border-radius: 8px; }
@media (max-width: 768px) {
  .teploe-ostekl-block__left { display: block; width: 100%; }
  .teploe-ostekl-block__right { display: block; width: 100%; text-align: center; margin-top: 25px; }
}