}
.services {
  position: relative;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.services__item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 20px;
}
.services__item-link {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 12px;
  text-decoration: none;
  padding-top: 75%;
}
.services__item-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(146.36deg,#002e6761   0,rgba(56,167,226,0) 114.86%);
}
.services__item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .2s ease;
}
.services__item-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 16px 20px;
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5833333333;
  color: #fff;
}
.services__item-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 3;
  width: 46px;
  height: 46px;
  transition: background-color .2s ease;
}
.services__item-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  fill: #fff;
  transition: fill .2s ease;
}
.calculation-content {
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 15.73%),#f3faff;
  padding-top: 39px;
  position: relative;
}
.calculation-content + .calculation-content {
  background: #f3faff;
  padding-top: 0;
}
.calculation-content_inner {
  padding-top: 60px;
}
.calculation-content + .calculation-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, #fff 80%),#f3faff;
}
.calculation-first + section:not(.calculation-content):before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, #fff 80%),#f3faff;
}
.calculation-content + .calculation-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/images/oblaka.webp) center bottom repeat-x;
}
.calculation-content__bg {
  position: absolute;
  display: none;
  left: 50%;
  bottom: -145px;
  min-width: 1920px;
  width: 100%;
  transform: translateX(-50%);
  height: 514px;
  background: url(/images/price.webp) left center no-repeat;
}
.calculation-content_inner .calculation-content__bg {
  bottom: 155px;
}
.calculator {
  position: relative;
}
.calculator__cover {
  padding-bottom: 59px;
}
.calculator__head {
  padding-bottom: 24px;
}
.calculator__title {
  text-align: center;
  margin: 0;
  margin-top: 0px;
}
.calculator__advantages {
  padding-bottom: 1px;
  text-align: center;
}
.calculator__title + .calculator__advantages {
  margin-top: 39px;
}
.calculator__advantages-label {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 10px;
  display: inline-block;
}
.calculator__advantages-label-text {
  background: #8dd017;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  padding: 13px 10px;
}
.calculator__advantages-label-left-bg,
.calculator__advantages-label-right-bg {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  height: 26px;
  width: 11px;
}
.calculator__advantages-label-left-bg:after,
.calculator__advantages-label-left-bg:before,
.calculator__advantages-label-right-bg:after,
.calculator__advantages-label-right-bg:before {
  content: "";
  width: 100%;
  height: 1000px;
  background: #8dd017;
  position: absolute;
  display: block;
  left: 0;
}
.calculator__advantages-label-left-bg:before,
.calculator__advantages-label-right-bg:before {
  bottom: 100%;
  margin-bottom: -2px;
}
.calculator__advantages-label-left-bg:after,
.calculator__advantages-label-right-bg:after {
  top: 100%;
  margin-top: -2px;
}
.calculator__advantages-label-left-bg {
  left: 0;
  transform: scale(-1,1);
}
.calculator__advantages-label-right-bg {
  right: 0;
}
.calculator__advantages-label-bg {
  width: 11px;
  height: 26px;
  fill: #8dd017;
}
.calculator__advantage-item {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.calculator__advantage-marker {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: #8dd017;
  display: block;
}
.calculator__advantage-text {
  font-size: 16px;
  line-height: 1.5;
  color: #485156;
  text-align: left;
}
.calculator__advantage-marker + .calculator__advantage-text {
  padding-left: 20px;
}
.calculator__content {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.calculator__content:before {
  content: "";
  display: block;
  width: 200000px;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -100000px;
  z-index: 1;
  height: 100%;
  background: #fff;
}
.calculator__params {
  position: relative;
  z-index: 2;
  padding: 43px 0 17px 0;
}
.calculator__section {
  padding-bottom: 24px;
}
.calculator__section-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -5px;
  padding-bottom: 18px;
}
.calculator__section-name {
  padding: 5px 5px 8px;
  flex: 1 1 auto;
  width: 100%;
  font-weight: 700;
  margin: 0;
}
.calculator__carousel-button {
  margin: 0 5px;
}
.calculator__carousel-button[aria-controls] {
  display: none!important;
}
.calculator__params-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.calculator__param-item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 20px;
}
.calculator__param-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #bad2e3;
  background: #fff;
}
.calculator__param-title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 20px;
}
.calculator__param-title span {
  display: block;
  text-align: center;
}
.calculator__param-img-container {
  flex: 0 0 auto;
  padding: 0 20px;
}
.calculator__param-img {
  max-width: none;
  width: 100%;
  border-radius: 5px;
}
.calculator__param-field {
  padding: 25px 12px;
}
.calculator__param-field-label {
  flex: 0 0 auto;
  padding: 0 8px;
  width: 100%;
  color: #1d262c;
}
.calculator__param-field-container {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 8px;
}
.calculator__param-field-label + .calculator__param-field-container {
  margin-top: 10px;
}
.calculator__param-itog {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding: 18.5px 20px;
  flex: 0 0 auto;
  border-top: 1px solid #bad2e3;
}
.calculator__carousel-container {
  margin: 0 -9px;
  overflow: visible;
}
.calculator__carousel-slide {
  display: flex;
  padding: 0 10px 20px;
  width: 205px;
}
.calculator__variable {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  cursor: pointer;
}
.calculator__variable-input {
  display: none;
}
.calculator__variable-content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 15px;
  flex: 0 0 auto;
  width: 100%;
}
.calculator__variable-content:after,
.calculator__variable-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  transition: opacity .2s ease,visibility .2s ease;
}
.calculator__variable-content:before {
  border: 1px solid #bad2e3;
  z-index: 1;
}
.calculator__variable-content:after {
  border: 3px solid #8DD017;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.calculator__variable-input:checked + .calculator__variable-content:before {
  opacity: 0;
  visibility: hidden;
}
.calculator__variable-input:checked + .calculator__variable-content:after {
  opacity: 1;
  visibility: visible;
}
.calculator__variable-img-container {
  flex: 0 0 auto;
  position: relative;
  height: 130px;
  position: relative;
  z-index: 3;
}
.calculator__variable-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.calculator__variable-info {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  padding: 19px 0;
}
.calculator__variable-img-container + .calculator__variable-info {
  padding-top: 16px;
}
.calculator__variable-info-container {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.calculator__variable-name {
  font-weight: 700;
  margin: 0;
  display: block;
}
.calculator__variable-price {
  display: block;
  font-weight: 500;
}
.calculator__variable-name + .calculator__variable-price {
  margin-top: 6px;
}
.calculator__variable-icon-container {
  position: absolute;
  width: 42px;
  height: 42px;
  background: #fff;
  display: block;
  left: 50%;
  margin-left: -21px;
  bottom: -19px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transition: opacity .2s ease,visibility .2s ease;
}
.calculator__variable-input:checked + .calculator__variable-content .calculator__variable-icon-container {
  opacity: 1;
  visibility: visible;
}
.calculator__variable-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  border-radius: 50%;
  background: #8DD017;
}
.calculator__variable-icon-symbol {
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  left: 7px;
  top: 9px;
  width: 18px;
  height: 10px;
}
.calculator__variable-icon-symbol:after,
.calculator__variable-icon-symbol:before {
  content: "";
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
}
.calculator__variable-icon-symbol:before {
  width: 4px;
  height: 100%;
  top: 0;
}
.calculator__variable-icon-symbol:after {
  width: 100%;
  height: 4px;
  bottom: 0;
}
.calculator__sub-params {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.calculator__sub-param {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 30px;
}
.calculator__sub-param-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  font-weight: 600;
  color: #0d151a;
}
.calculator__sub-param-label-text {
  flex: 0 0 auto;
  width: 100%;
}
.calculator__sub-param-field {
  flex: 1 1 auto;
  width: 100%;
}
.calculator__sub-param-label + .calculator__sub-param-field {
  margin-top: 10px;
}
.calculator__togglers {
  display: flex;
}
.calculator__toggler-item {
  flex: 1 1 auto;
  width: 100%;
}
.calculator__toggler-item-input {
  display: none;
}
.calculator__toggler-item-marker {
  display: block;
  white-space: nowrap;
  height: 48px;
  background: #fff;
  position: relative;
  border: 1px solid #aec5d5;
  margin-right: -1px;
  padding: 0 5px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 2.3;
  color: #0d151a;
  transition: border-color .2s ease,background-color .2s ease;
}
.calculator__toggler-item:first-child .calculator__toggler-item-marker {
  border-radius: 4px 0 0 4px;
}
.calculator__toggler-item:last-child .calculator__toggler-item-marker {
  border-radius: 0 4px 4px 0;
  margin: 0;
}
.calculator__toggler-item-input:checked + .calculator__toggler-item-marker {
  border-color: #6ed3fc;
  background-color: #6ed3fc;
  z-index: 2;
}

/* РћС‚РєР»СЋС‡Р°РµРј РїСЂРѕРєСЂСѓС‚РєСѓ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ */
.calculator__img-scroll-wrapper {
  overflow-x: visible; /* РџРѕ СѓРјРѕР»С‡Р°РЅРёСЋ РїСЂРѕРєСЂСѓС‚РєР° СЃРєСЂС‹С‚Р° */
  padding-top: 50px;
  padding-bottom: 0; /* РЈР±РёСЂР°РµРј РЅРёР¶РЅРёР№ РѕС‚СЃС‚СѓРї */
  border-bottom: none; /* РЈР±РёСЂР°РµРј РЅРёР¶РЅСЋСЋ РіСЂР°РЅРёС†Сѓ */
}

/* Р’РєР»СЋС‡Р°РµРј РїСЂРѕРєСЂСѓС‚РєСѓ С‚РѕР»СЊРєРѕ РЅР° СЌРєСЂР°РЅР°С… РјРµРЅРµРµ 768px */
@media screen and (max-width: 767px) {
  .calculator__img-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
  }

  .scroll-indicator {
    display: block; /* РћС‚РѕР±СЂР°Р¶Р°РµРј РёРЅРґРёРєР°С‚РѕСЂС‹ РїСЂРѕРєСЂСѓС‚РєРё */
  }
}

/* РЎРєСЂС‹РІР°РµРј РёРЅРґРёРєР°С‚РѕСЂС‹ РїСЂРѕРєСЂСѓС‚РєРё РЅР° СЌРєСЂР°РЅР°С… Р±РѕР»РµРµ 768px */
@media screen and (min-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}

.calculator__img {
  margin: 0 auto;
}
.calculator__sidebar {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.calculator__itog {
  flex: 1 1 auto;
  padding: 44px 0 19px;
}
.calculator__itog-title {
  font-weight: 700;
  margin: 0 0 20px;
}
.calculator__itog-list {
  margin: 0 0 25px;
}
.calculator__itog-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to right,#849199 0,#849199 25%,rgba(132,145,153,0) 25%,rgba(132,145,153,0) 100%) left bottom/8px 1px repeat-x;
  padding: 15px 0;
}
.calculator__itog-item:last-child {
  background: 0 0;
}
.calculator__itog-name {
  color: #5a656b;
  flex: 1 1 auto;
  width: 100%;
}
.calculator__itog-sum {
  text-align: right;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  flex: 0 0 auto;
}
.calculator__itog-name + .calculator__itog-sum {
  padding-left: 20px;
}
.calculator__itog-footer {
  padding-bottom: 19px;
}
.calculator__itog-sub-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 17px;
}
.calculator__itog-final-sum-container {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-wrap: wrap;
  padding-bottom: 11px;
}
.calculator__itog-final-sum {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #0c7bbb;
  margin: 0 10px 10px;
}
.calculator__itog-final-sale-sum {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}
.calculator__itog-final-sale {
  margin: 0 10px 10px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 30px;
  background: #8dd017;
  padding: 0 10px;
  font-weight: 600;
  color: #fff;
  line-height: 2.2222222222;
  font-size: 18px;
}
.calculator__itog-sub-info {
  display: flex;
  align-items: flex-start;
  color: #689911;
  padding-bottom: 17px;
}
.calculator__itog-sub-info-sum {
  flex: 0 0 auto;
  font-weight: 700;
}
.calculator__itog-sub-info-label + .calculator__itog-sub-info-sum {
  padding-left: 20px;
}
.calculator__form-container {
  flex: 0 0 auto;
  background: #0c7bbb;
  position: relative;
  padding: 27px 20px 0;
  border-radius: 15px;
}
.calculator__form-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  fill: #6ed3fc;
  opacity: .2;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: none;
}
.calculator__form-title {
  color: #fff;
  margin: 0 0 24px;
  line-height: 1.5833333333;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.calculator__form-title span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.calculator__form-title br {
  display: none;
}
.calculator__form {
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
  z-index: 2;
}
.calculator__form-field {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 10px;
  flex: 0 0 auto;
}
.calculator__form-input {
  border: none;
}
.calculator__form-btn {
  padding: 15px;
  font-size: 18px;
  line-height: 1.2222222222;
  width: auto;
  height: 64px;
  flex: 1 1 auto;
  margin: 0 10px 20px;
}
.price {
  position: relative;
}
.price__cover {
  padding-bottom: 59px;
}
.price__head {
  padding-bottom: 15px;
}
.price__title {
  margin: 0;
  text-align: center;
}
.price__description {
  margin: 0;
  text-align: justify;
  color: #1d262c;
  
}
.price__title + .price__description {
  margin-top: 15px;
}
.price__content {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 -15px;
}
.price__content.show {
  max-height: none;
  height: auto;
}
.price__table {
  width: 700px;
  border-collapse: collapse;
  border-spacing: 0;
}
.price__table thead {
  border-bottom: 2px solid #0c7bbb;
}
.price__table td,
.price__table th {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  color: #1d262c;
  padding: 5px 15px;
  height: 66px;
  text-align: justify;
}
.price__table th {
  font-weight: 700;
}
.price__table th:last-child {
  color: #0c7bbb;
}
.price__table td:last-child {
  font-weight: 700;
}
.price__table tbody tr:nth-child(even) {
  background: #e4f5ff;
}
.price__table tbody tr:hover {
  background: #daf1ff;
}
.price__hidden {
  display: none;
}
.price__btn-container {
  display: none;
  justify-content: center;
  padding-top: 24px;
}
.price__btn {
  background: 0 0;
  color: #0d151a;
  width: 250px;
}
.price__btn-arrow {
  fill: #0d151a;
}
.scheme {
  position: relative;
}
.scheme__bg {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 446px;
  display: none;
  background: url(/images/fon.webp) right top no-repeat;
}
.scheme__cover {
  position: relative;
  padding-bottom: 9px;
}
.scheme__head {
  padding-bottom: 45px;
}
.scheme__title {
  margin: 0;
  flex: 0 0 auto;
  text-align: justify;
}
.scheme__description {
  color: #4a5156;
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  text-align: justify;
}
.scheme__description strong {
  color: #689911;
}
.scheme__title + .scheme__description {
  margin-top: 15px;
  text-align: justify;
}
.scheme__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
}
.scheme__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 35px;
}
.scheme__img-container {
  position: relative;
  margin-bottom: 36px;
}
.scheme__arrow-container {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  right: -42px;
  border-radius: 50%;
  background: #fff;
  width: 62px;
  height: 62px;
  z-index: 3;
  display: none;
}
.scheme__arrow {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -23px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px #8abcd6;
}
.scheme__arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #0c7bbb;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
}
.scheme__img {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  max-width: none;
  width: 100%;
}
.scheme__number {
  position: absolute;
  z-index: 2;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  left: 10px;
  bottom: -15px;
}
.scheme__name {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #0d151a;
  font-weight: 700;
}
.scheme__text {
  margin: 0 0 8px;
  color: #0d151a;
  text-align: justify;
}
.scheme__btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 15px;
}
.scheme__list + .scheme__btn-container {
  margin-top: -14px;
  position: relative;
}
.scheme__btn {
  width: 100%;
  font-size: 18px;
  line-height: 1.2222222222;
  padding-top: 19px;
  padding-bottom: 19px;
}
.scheme__btn-arrow {
  flex: 0 0 auto;
  display: none;
  align-items: center;
}
.scheme__btn-arrow_right {
  transform: scale(-1,1);
  margin-left: 40px;
}
.scheme__btn-arrow_left {
  margin-right: 40px;
}
.scheme__btn-arrow-icon {
  width: 55px;
  height: 42px;
  fill: #8DD017;
}
.scheme__btn-arrow-icon_small {
  width: 14px;
  height: 28px;
  opacity: .5;
  margin-right: 2px;
}
.advantages {
  position: relative;
}
.advantages__bg {
  position: absolute;
  left: 50%;
  top: 0;
  display: none;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  min-width: 1700px;
  background: url(/images/fon1.webp) left 30px no-repeat,url(/images/fon2.webp) right 20px no-repeat;
}
.advantages__cover {
  padding-bottom: 60px;
  position: relative;
}
.advantages__title {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 30px;
}
.advantages__title strong {
  display: block;
}
.advantages__sub-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
  padding-bottom: 25px;
}
.advantages__sub-item {
  display: flex;
  align-items: center;
  padding: 0 20px 20px;
  flex: 0 0 auto;
  width: 100%;
}
.advantages__sub-item-marker {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: #8dd017;
}
.advantages__sub-item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #1d262c;
}
.advantages__sub-item-marker + .advantages__sub-item-text {
  padding-left: 20px;
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.advantages__item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 20px;
}
.advantages__item-container {
  border-radius: 15px;
  background: #f3faff;
  overflow: hidden;
  padding: 44px 20px 52px;
  position: relative;
}
.advantages__item-number {
  position: absolute;
  right: -80px;
  bottom: -35px;
  z-index: 1;
  font-size: 288px;
  line-height: 1;
  color: #def1fc;
  font-weight: 800;
}
.advantages__item:first-child .advantages__item-number {
  right: -35px;
}
.advantages__item-icon-container {
  height: 56px;
  position: relative;
  z-index: 2;
}
.advantages__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.advantages__item-content {
  min-height: 107px;
  position: relative;
  z-index: 2;
}
.advantages__item-icon-container + .advantages__item-content {
  margin-top: 21px;
}
.advantages__item-name {
  font-size: 20px;
  font-weight: 700;
  color: #0d151a;
  margin: 0;
}
.advantages__item-text {
  margin: 0;
  color: #0d151a;
}
.advantages__item-name + .advantages__item-text {
  margin-top: 8px;
  text-align: justify;
}
.youtube {
  position: relative;
  background: radial-gradient(88.28% 259.95% at 50% 50%,rgba(255,15,0,.5) 0,rgba(255,64,52,0) 100%),#930000;
}
.youtube__wrapper {
  padding: 50px 0 1px;
  position: relative;
  z-index: 3;
}
.youtube__img-container {
  width: 164px;
  flex: 0 0 auto;
  margin: 0 auto 29px;
}
.youtube__info {
  flex: 1 1 auto;
}
.youtube__title {
  color: #fff;
  text-align: center;
  margin: 0 0 45px;
}
.youtube__title span {
  display: block;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.youtube__btn-container {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.youtube__btn {
  width: 100%;
  font-size: 18px;
  line-height: 1.2222222222;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
  z-index: 1;
  border-color: #fff;
  background: #fff;
  color: #930000;
}
.youtube__circles {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -135px;
  margin-top: -135px;
  width: 270px;
  height: 270px;
  display: none;
}
.youtube__circles div {
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.youtube__circles div:nth-child(1) {
  opacity: .1;
  width: 270px;
  height: 270px;
  margin-left: -135px;
  margin-top: -135px;
}
.youtube__circles div:nth-child(2) {
  opacity: .2;
  width: 212px;
  height: 212px;
  margin-left: -106px;
  margin-top: -106px;
}
.youtube__circles div:nth-child(3) {
  opacity: .3;

  width: 154px;
  height: 154px;
  margin-left: -77px;
  margin-top: -77px;
}
.youtube__circles div:nth-child(4) {
  opacity: .4;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  margin-top: -45px;
}
.contract {
  position: relative;
  background: #f3faff;
}
.contract__cover {
  position: relative;
  padding-top: 29px;
  padding-bottom: 50px;
}
.contract__content {
  position: relative;
  z-index: 2;
}
.contract__title {
  margin: 0;
  text-align: center;
}
.contract__description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contract__title + .contract__description {
  margin-top: 15px;
}
.contract__description-marker {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: #8dd017;
}
.contract__description-text {
  color: #1d262c;
}
.contract__description-marker + .contract__description-text {
  padding-left: 20px;
}
.contract__description + .contract__btn-container {
  padding-top: 30px;
}
.contract__btn-container {
  display: flex;
  justify-content: center;
}
.contract__title + .contract__btn-container {
  padding-top: 23px;
}
.contract__btn {
  font-size: 18px;
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 1.2222222222;
}
.contract__img {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  max-width: none;
  display: none;
}
.location {
  position: relative;
  z-index: 1;
}
.location__bg {
  position: absolute;
  left: 50%;
  top: 76px;
  transform: translateX(-50%);
  min-width: 1920px;
  width: 100%;
  height: 1044px;
  background: url(/images/map.webp) right top no-repeat;
}
.location_contacts .location__bg {
  background-position: center top;
  top: 0;
}
.location__cover {
  position: relative;
  padding-top: 59px;
  padding-bottom: 59px;
}
.location_contacts .location__cover {
  padding-top: 0;
  padding-bottom: 55px;
}
.location__head {
  text-align: center;
  padding-bottom: 45px;
}
.location__title {
  margin: 0 auto;
  max-width: 700px;
}
.location__description {
  margin: 0;
  color: #4a5156;
}
.location__title + .location__description {
  margin-top: 15px;
}
.location__wrapper {
  overflow: hidden;
  border-radius: 15px;
}
.location__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.location__sidebar {
  flex: 0 0 auto;
  order: 2;
  width: 100%;
  z-index: 2;
}
.location__sidebar-content {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  background: #e4f5ff;
  padding: 35px 0;
}
.location__sidebar-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  padding: 3px 32px;
  color: #0d151a;
}
.location__sidebar-title + .location__sidebar-cover {
  margin-top: 17px;
}
.location__sidebar-wrapper {
  overflow: hidden;
  max-height: 364px;
}
.location__list {
  margin: 0;
  padding: 0 20px;
}
.scroll-scrolly_visible .location__list {
  padding-right: 44px;
}
.location__item {
  cursor: pointer;
  padding: 10px 0 11px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right,#849199 0,#849199 33%,rgba(132,145,153,0) 33%,rgba(132,145,153,0) 100%) left bottom/9px 1px repeat-x;
}
.location__item:last-child {
  background: 0 0;
}
.location__item-content {
  flex: 1 1 auto;
  width: 100%;
}
.location__item-point {
  font-size: 18px;
  font-weight: 700;
  color: #0d151a;
  margin: 0;
}
.location__item-info {
  color: #7b8389;
}
.location__item-point + .location__item-info {
  margin-top: 4px;
}
.location__item-count {
  flex: 0 0 auto;
  min-width: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #222;
}
.location__item-content + .location__item-count {
  margin-left: 15px;
}
.location__map-container {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  order: 1;
}
.location__map {
  width: 100%;
  height: 300px;
  background: #e4f5d3;
}
.location__footer {
  background: #f3faff;
  align-items: center;
  padding: 40px 20px 50px;
}
.location__footer-text {
  flex: 1 1 auto;
  width: 100%;
  font-size: 24px;
  color: #0d151a;
  line-height: 1.1666666667;
  text-align: center;
}
.location__footer-btn-container {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.location__footer-text + .location__footer-btn-container {
  margin-top: 30px;
}
.location__footer-btn {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 1.2222222222;
}
.description {
  position: relative;
}
.description__cover {
  padding-bottom: 30px;
}
.description__title {
  text-align: center;
  margin: 0 auto 40px;
}
.description__title span {
  display: inline-block;
  color: #0c7bbb;
}
.description__wrapper {
  position: relative;
}
.description__img-container {
  z-index: 1;
  position: relative;
  margin: 0 auto 22px;
}
.description__img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.description__img-bg div {
  box-shadow: inset 0 4px 57px #f1f4fb;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.description__img-bg div:nth-child(1) {
  width: 100%;
  height: 100%;
}
.description__img-bg div:nth-child(2) {
  width: 450px;
  height: 450px;
}
.description__img-bg div:nth-child(3) {
  width: 300px;
  height: 300px;
}
.description__img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.description__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.description__column {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 15px;
}
.description__column:nth-child(1) {
  order: 1;
}
.description__column:nth-child(2) {
  flex: 1 1 auto;
  width: 100%;
  order: 3;
  padding-top: 17px;
}
.description__column:nth-child(3) {
  order: 2;
}
.description__column-head_data {
  margin-bottom: 17px;
}
.description__column-head_delivery {
  margin-bottom: 32px;
}
.description__head-icon-container {
  height: 60px;
  position: relative;
  display: none;
}
.description__head-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  fill: #a7b3ba;
}
.description__head-icon_data {
  width: 60px;
  height: 60px;
}
.description__head-icon_delivery {
  width: 105px;
  height: 60px;
}
.description__head-title {
  font-weight: 700;
  margin: 0;
}
.description__data {
  margin-bottom: 21px;
}
.description__data-item {
  background: linear-gradient(to right,#c7c7c7 0,#c7c7c7 33%,rgba(132,145,153,0) 33%,rgba(132,145,153,0) 100%) left bottom/9px 1px repeat-x;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0;
}
.description__data-item:last-child {
  background: 0 0;
}
.description__data-item > div:first-child {
  padding-left: 0;
}
.description__data-item > div:last-child {
  padding-right: 0;
}
.description__data-name {
  padding: 0 4px;
  flex: 1 1 auto;
  color: #4a5156;
}
.description__data-value {
  color: #3d4447;
  font-weight: 500;
  padding: 0 4px;
  flex: 0 0 auto;
  width: 60px;
}
.description__data-icon-container {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  position: relative;
}
.description__data-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.description__attention {
  display: flex;
  margin: 0 0 44px;
}
.description__attention-info {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  align-items: center;
  color: #86ad41;
  font-weight: 700;
  order: 2;
}
.description__attention-text {
  flex: 1 1 auto;
  text-align: justify;
}
.description__attention-icon-container {
  flex: 0 0 auto;
  order: 1;
}
.description__attention-info + .description__attention-icon-container {
  margin-right: 20px;
}
.description__attention-icon {
  width: 45px;
  height: 36px;
  fill: #689911;
}
.description__delivery-info {
  display: flex;
  padding-bottom: 35px;
}
.description__delivery-icon-container {
  flex: 0 0 auto;
}
.description__delivery-icon {
  width: 43px;
  height: 35px;
  fill: #689911;
}
.description__delivery-content {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  color: #4a5156;
}
.description__delivery-content strong {
  color: #86ad41;
}
.description__delivery-icon-container + .description__delivery-content {
  padding-left: 20px;
}
.description__delivery-text {
  flex: 1 1 auto;
}
.description__delivery-sub-info {
  margin-bottom: 43px;
  position: relative;
  padding-left: 27px;
}
.description__delivery-sub-info-border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  padding: 7px 0;
}
.description__delivery-sub-info-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b1c0cb;
}
.description__mounting {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 35px;
}
.description__mounting:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 83px rgba(138,188,214,.4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.description__mounting-content {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
}
.description__mounting-img {
  position: absolute;
  max-width: none;
  left: -5px;
  top: -11px;
  z-index: 2;
  width: 102px;
  height: 108px;
  display: none;
}
.description__mounting-text {
  line-height: 1.375;
  color: #0d151a;
}
.description__mounting-text strong {
  color: #689911;
}
.description__mounting-circles {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 54px;
  height: 54px;
  z-index: 2;
}
.description__mounting-circles div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #8dd017;
}
.description__mounting-circles div:nth-child(1) {
  width: 100%;
  height: 100%;
  opacity: .2;
}
.description__mounting-circles div:nth-child(2) {
  width: 34px;
  height: 34px;
  opacity: .5;
}
.description__mounting-circles div:nth-child(3) {
  width: 14px;
  height: 14px;
  background: #8dd017;
}
.houses {
  position: relative;
}
.houses__wrapper {
  padding-top: 89px;
  padding-bottom: 112px;
}
.houses__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
}
.houses__bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-top: 5px solid #def1fc;
  border-bottom: 5px solid #def1fc;
}
.houses__bg:after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #def1fc;
}
.houses__content {
  position: relative;
  z-index: 2;
}
.houses__title {
  text-align: center;
  margin: 0 0 27px;
}
.houses__info {
  display: flex;
  align-items: center;
  margin: 0 -20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
}
.houses__description {
  max-width: 325px;
  display: flex;
  align-items: center;
  margin: 0 20px 20px;
}
.houses__count {
  flex: 0 0 auto;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: #8DD017;
}
.houses__description-text {
  font-size: 20px;
  line-height: 1.4;
  color: #1d262c;
}
.houses__count + .houses__description-text {
  padding-left: 16px;
}
.houses__sub-info {
  max-width: 345px;
  margin: 0 20px 20px;
  display: flex;
  align-items: center;
}
.houses__sub-info-marker {
  width: 22px;
  height: 22px;
  fill: #8dd017;
  flex: 0 0 auto;
}
.houses__sub-info-text {
  color: #444f55;
}
.houses__sub-info-marker + .houses__sub-info-text {
  padding-left: 20px;
}
.houses__carousel-container {
  position: relative;
}
.houses__carousel {
  margin: 0 -10px;
  overflow: visible;
}
.houses__slide {
  width: 280px;
  padding: 0 10px;
  display: flex;
}
.houses__card {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  text-decoration: none;
  border: 8px solid #fff;
  border-radius: 15px;
  padding: 25px 20px 30px;
}
.houses__card-img-container {
  flex: 0 0 auto;
  height: 150px;
  position: relative;
}
.houses__card-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.houses__card-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.houses__card-img-container + .houses__card-content {
  padding-top: 28px;
}
.houses__card-info-container {
  flex: 0 0 auto;
  width: 100%;
}
.houses__card-info {
  flex: 1 1 auto;
  width: 100%;
}
.houses__card-label {
  color: #5a656b;
}
.houses__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d151a;
  margin: 0;
}
.houses__card-label + .houses__card-title {
  margin-top: 6px;
}
.houses__card-price {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #0d151a;
}
.houses__card-info + .houses__card-price {
  padding-top: 13px;
}
.houses__carousel-button {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  border: 6px solid #def1fc;
  width: 58px;
  height: 58px;
}
.houses__carousel-button[aria-controls] {
  display: none!important;
}
.houses__carousel-button.swiper-button-disabled {
  opacity: 1;
  background: #eff8fe;
}
.houses__carousel-button_next {
  right: -25px;
}
.houses__carousel-button_prev {
  left: -25px;
}
.houses__carousel-button-icon {
  fill: #0c7bbb;
}
.swiper-button-disabled .houses__carousel-button-icon {
  fill: #0c7bbb!important;
  opacity: .5;
}
.work {
  position: relative;
}
.work__cover {
  padding-top: 59px;
  padding-bottom: 59px;
}
.work_inner .work__cover {
  padding-top: 0;
}
.work_text .work__cover {
  padding-top: 59px;
  padding-bottom: 55px;
}
.work__head {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  justify-content: center;
  padding-bottom: 45px;
  flex-wrap: wrap;
}
.work__title {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  margin-top: 30px;
}
.work__button {
  width: auto;
  border: none;
  background: 0 0;
  border-radius: 0;
  height: auto;
  margin: 29px 10px 0;
  font: 600 18px Manrope,sans-serif;
  color: #0c7bbb;
  position: relative;
}
.work__button.swiper-button-disabled {
  opacity: .5;
}
.work__button_prev {
  transform: none;
  padding-left: 17px;
}
.work__button_next {
  padding-right: 17px;
}
.work__button-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  fill: #0c7bbb;
  transition: fill .2s ease;
}
.work__button-arrow_prev {
  transform: scale(-1,1);
  left: 0;
}
.work__button-arrow_next {
  right: 0;
}
.work__button.swiper-button-disabled:active .work__button-arrow,
.work__button.swiper-button-disabled:hover .work__button-arrow {
  fill: #0c7bbb;
}
.work__wrapper {
  overflow: hidden;
  margin: 0 -30px;
}
.work__slider-wrapper {
  align-items: flex-start;
}
.work__slider-slide {
  width: 100%;
  display: block;
}
.work__carousel-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 30px;
}
.work__carousel-cover {
  overflow: hidden;
}
.work__carousel {
  margin: 0 -15px;
}
.work__carousel-slide {
  padding: 0 15px;
  width: 100%;
}
.work__carousel-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65%;
  border-radius: 15px;
}
.work__carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.work__carousel-button {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  border: 6px solid #fff;
  width: 58px;
  height: 58px;
  background: #cfeafc;
}
.work__carousel-button[aria-controls] {
  display: none!important;
}
.work__carousel-button.swiper-button-disabled {
  opacity: 1;
  background: #cfeafc;
}
.work__carousel-button_next {
  right: 3px;
}
.work__carousel-button_prev {
  left: 3px;
}
.work__carousel-button-icon {
  fill: #0c7bbb;
}
.swiper-button-disabled .work__carousel-button-icon {
  fill: #0c7bbb!important;
  opacity: .3;
}
.work__info {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 30px;
}
.work__carousel-wrapper + .work__info {
  padding-top: 20px;
}
.work__info-container {
  background: #e4f5ff;
  border-radius: 15px;
  overflow: hidden;
}
.work__info-content {
  padding: 39px 20px 32px;
  min-height: 206px;
}
.work__info-name {
  margin: 0;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
}
.work__info-name + .work__info-data {
  margin-top: 3px;
}
.work__info-data-item {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(to right,#849199 0,#849199 25%,rgba(132,145,153,0) 25%,rgba(132,145,153,0) 100%) left bottom/8px 1px repeat-x;
  justify-content: flex-end;
  color: #0d151a;
  padding: 13px 0;
}
.work__info-data-item:last-child {
  background: 0 0;
}
.work__info-data-label {
  flex: 1 1 auto;
  width: 100%;
}
.work__info-data-value {
  flex: 0 0 auto;
  font-weight: 500;
}
.work__info-data-label + .work__info-data-value {
  padding-left: 20px;
}
.work__form {
  background: #0c7bbb;
  border-radius: 15px;
  padding: 27px 20px 12px;
}
.work__form-head {
  display: flex;
  align-items: center;
  padding-bottom: 21px;
}
.work__form-icon-container {
  flex: 0 0 auto;
}
.work__form-icon {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.work__form-icon-container + .work__form-head-content {
  padding-left: 23px;
}
.work__form-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.work__form-description {
  margin: 0;
  color: #fff;
}
.work__form-title + .work__form-description {
  margin-top: 2px;
}
.work__form-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
}
.work__field {
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
}
.work__field-input {
  border: none;
}
.work__form-btn {
  padding: 15px;
  font-size: 18px;
  line-height: 1.2222222222;
  margin: 0 10px 20px;
  flex: 1 1 auto;
  width: auto;
  height: 64px;
}
.work__carousel-pagination {
  position: absolute;
  left: 0;
  bottom: 8px;
  margin: 0;
  width: 100%;
  z-index: 5;
  padding: 0 23px;
}
.info-reviews {
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 16.09%),#f3faff;
  position: relative;
}
.video-reviews {
  position: relative;
}
.video-reviews__cover {
  padding-bottom: 14px;
}
.video-reviews__title {
  text-align: center;
  margin: 0 0 42px;
}
.video-reviews__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
}
.video-reviews__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 18px;
}
.video-reviews__link {
  display: block;
  text-decoration: none;
  width: 100%;
}
.video-reviews__img-container {
  position: relative;
  width: 100%;
  height: 216px;
  overflow: hidden;
  border-radius: 15px;
}
.video-reviews__img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: .2;
  background: #000;
  transition: opacity .2s ease;
}
.video-reviews__img {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  transition: transform .2s ease;
}
.video-reviews__time {
  height: 32px;
  padding: 0 15px;
  font-size: 16px;
  background: #f8f8f8;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  line-height: 2;
  color: #0d151a;
}
.video-reviews__btn-play-container {
  width: 86px;
  height: 86px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -43px;
  margin-top: -43px;
  z-index: 4;
}
.video-reviews__btn-play-container:after,
.video-reviews__btn-play-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
.video-reviews__btn-play-container:before {
  width: 100%;
  height: 100%;
  opacity: .5;
}
.video-reviews__btn-play-container:after {
  width: 66px;
  height: 66px;
}
.video-reviews__btn-play {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 46px;
  height: 46px;
}
.video-reviews__btn-play:before {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #0c7bbb;
  position: absolute;
  left: 18px;
  top: 13px;
}
.video-reviews__name {
  font-size: 18px;
  font-weight: 700;
  color: #0d151a;
}
.video-reviews__img-container + .video-reviews__name {
  padding-top: 20px;
}
.reviews {
  position: relative;
}
.reviews__cover {
  padding-bottom: 70px;
  position: relative;
}
.reviews__head {
  padding-bottom: 45px;
}
.reviews__title {
  flex: 0 0 auto;
  margin: 0;
  margin-top: 30px;
}
.reviews__sub-info {
  flex: 0 0 auto;
  margin: 0;
}
.reviews__title + .reviews__sub-info {
  margin-top: 30px;
}
.reviews__working-time {
  flex: 0 0 auto;
}
.reviews__working-time-label {
  font-size: 16px;
  line-height: 1.5;
  color: #0d151a;
}
.reviews__working-time-years {
  font-size: 45px;
  line-height: 1;
  font-weight: 800;
  color: #0d151a;
}
.reviews__working-time-years span {
  font-size: 22px;
}
.reviews__working-time-label + .reviews__working-time-years {
  margin-top: 10px;
}
.reviews__number-objects {
  flex: 0 0 auto;
  position: relative;
}
.reviews__working-time + .reviews__number-objects {
  margin-top: 10px;
}
.reviews__working-time + .reviews__number-objects:before {
  content: "";
  display: none;
  opacity: .3;
  width: 60px;
  height: 120px;
  background: url(/images/hair.webp) left top/100% 100% no-repeat;
  position: absolute;
  left: 15px;
  top: -15px;
}
.reviews__number-objects-count {
  position: relative;
  font-size: 45px;
  line-height: 1;
  font-weight: 800;
  color: #0c7bbb;
}
.reviews__number-objects-count span {
  font-size: 22px;
}
.reviews__number-objects-label {
  font-size: 16px;
  line-height: 1.5;
  color: #0d151a;
}
.reviews__number-objects-count + .reviews__number-objects-label {
  margin-top: 10px;
}
.reviews__list {
  position: relative;
}
.reviews__list:before {
  content: "";
  display: block;
  width: 100%;
  max-height: 555px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg,rgba(243,250,255,0) 54.86%,#f3faff 100%);
}
.reviews__list_all:before {
  display: none;
}
.reviews__column {
  flex: 0 0 auto;
  width: 100%;
}
.reviews__item {
  padding: 0 0 20px;
}
.reviews__item-content {
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px 10px;
}
.reviews__item-head {
  display: flex;
  align-items: center;
  margin: 0 -8px;
  justify-content: flex-end;
  padding-bottom: 8px;
}
.reviews__user-info {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
}
.reviews__user-img-container {
  flex: 0 0 auto;
  margin: 0 8px;
  width: 50px;
}
.reviews__user-img {
  max-width: none;
  width: 100%;
  border-radius: 50%;
}
.reviews__user-content {
  flex: 1 1 auto;
  padding: 0 8px;
}
.reviews__user-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #0d151a;
}

.reviews__user-opis {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #0C7BBB;
}

.hidden {
display: none;
}



.reviews__user-city {
  color: #909090;
}
.reviews__user-name + .reviews__user-city {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.reviews__like-icon {
  flex: 0 0 auto;
  margin: 0 8px;
  width: 32px;
  height: 32px;
  fill: #cbf089;
}
.reviews__item-text {
  padding-bottom: 10px;
  color: #222;
  text-align: justify;
}
.reviews__btn-container {
  padding-top: 4px;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews__btn-container.center {
  justify-content: center;
}
.reviews__btn-container-item {
  flex: 0 0 auto;
  padding: 0 10px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.reviews__btn-more {
  background: #fff;
  color: #0d151a;
  width: 100%;
}
.reviews__btn-more-arrow {
  fill: #0d151a;
}
.reviews__btn-add {
  width: 100%;
}
.reviews__block-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  display: none;
}
.reviews__block-label {
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
}
.reviews__block-description {
  font-size: 75px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.reviews__block-label + .reviews__block-description {
  position: relative;
}
.supporting-info {
  overflow: hidden;
}
.faq {
  position: relative;
  z-index: 1;
}
.faq__cover {
  padding-top: 59px;
  padding-bottom: 59px;
}
.faq__title {
  text-align: center;
  margin: 0 0 41px;
}
.faq__item {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 3px solid #def1fc;
  display: flex;
  align-items: center;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: padding-top .2s ease,padding-bottom .2s ease,background-color .2s ease,border-color .2s ease;
}
.faq__item.active {
  background-color: #f3faff;
  border-color: #f3faff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.faq__number {
  flex: 0 0 auto;
  margin: 0 10px;
  width: 36px;
  height: 36px;
  border: 2px solid #0c7bbb;
  color: #0c7bbb;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: none;
  line-height: 2;
}
.faq__item-content {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.faq__item-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333;
  color: #0d151a;
  transition: color .2s ease;
  padding: 25px 0;
}
.faq__item.active .faq__item-head {
  color: #0c7bbb;
}
.faq__item-info {
  color: #1d262c;
  padding-bottom: 29px;
  display: none;
  margin-top: -15px;
  position: relative;
}
.faq__item.show .faq__item-info {
  display: block;
}
.faq__icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 auto;
  margin: 0 10px;
}
.faq__icon:after,
.faq__icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #0c7bbb;
  transition: background-color .2s ease,opacity .2s ease;
}
.faq__icon:before {
  width: 2px;
  height: 100%;
}
.faq__icon:after {
  width: 100%;
  height: 2px;
}
.faq__item.active .faq__icon:after,
.faq__item.active .faq__icon:before {
  background-color: #8DD017;
}
.faq__item.active .faq__icon:before {
  opacity: 0;
}
.faq__btn-container {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.faq__list + .faq__btn-container {
  padding-top: 30px;
}
.faq__btn {
  width: 100%;
  font-size: 18px;
  line-height: 1.2222222222;
  padding-top: 19px;
  padding-bottom: 19px;
}
.instagram {
  position: relative;
  background: #fff url(../images/bg-instagram.jpg) left top/cover no-repeat;
  margin-top: -348px;
}
.instagram_contacts,
.instagram_text {
  margin-top: 0;
  background: #fff;
}
.instagram__cover {
  padding-top: 326px;
  padding-bottom: 130px;
}
.instagram_contacts .instagram__cover,
.instagram_text .instagram__cover {
  padding-top: 0;
  padding-bottom: 80px;
}
.instagram__head {
  display: flex;
  align-items: center;
  margin: 0 -19px;
  justify-content: center;
  padding-bottom: 36px;
}
.instagram_contacts .instagram__head,
.instagram_text .instagram__head {
  z-index: 1;
  position: relative;
}
.instagram__title {
  padding: 3.5px 19px;
  margin: 0;
  text-align: center;
}
.instagram__icon-container {
  flex: 0 0 auto;
  margin: 0 19px;
  position: relative;
  top: 3px;
  display: none;
}
.instagram__icon {
  width: 72px;
}
.instagram__content {
  position: relative;
  margin-top: 40px;
}
.instagram__carousel {
  margin: 0 -10px;
  overflow: visible;
}
.instagram__slide {
  width: 280px;
  padding: 0 10px;
}
.instagram__img-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.instagram__img {
  max-width: none;
  width: 100%;
}
.instagram__carousel-button {
  position: absolute;
  top: 50%;
  border: 6px solid #fff;
  width: 58px;
  height: 58px;
  background: #cfeafc;
}
.instagram__carousel-button[aria-controls] {
  display: none!important;
}
.instagram__carousel-button.swiper-button-disabled {
  opacity: 1;
  background: #cfeafc;
}
.instagram__carousel-button_next {
  right: -27px;
}
.instagram__carousel-button_prev {
  left: -27px;
}
.instagram__carousel-button-icon {
  fill: #0c7bbb;
}
.swiper-button-disabled .instagram__carousel-button-icon {
  fill: #0c7bbb!important;
  opacity: .3;
}
.inner-banner {
  background: #554836 url(../images/bg-inner-banner.jpg) center top/cover no-repeat;
  position: relative;
}
.inner-banner.bg-overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(43,121,167);
  background: linear-gradient(178deg, rgba(43,121,167,0.75) 0%, rgba(133,102,66,0.75) 61%, rgba(108,82,30,0.5) 100%);
  z-index: 0;
}
.inner-banner__cover {
  padding-top: 43px;
  padding-bottom: 18px;
  position: relative;
  z-index: 2;
}
.inner-banner__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.inner-banner__head {
  padding-bottom: 45px;
}
.inner-banner__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}
.inner-banner__title span {
  display: inline-block;
  border: 4px solid #8DD017;
  padding: 2px 12px;
  font-size: 20px;
  font-weight: 700;
  color: #fcd541;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px;
}
.inner-banner__description {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fcd541;
  font-size: 20px;
  line-height: normal;
  text-align: center;
}
.inner-banner__title + .inner-banner__description {
  margin-top: 20px;
}
.inner-banner__advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: flex-start;
  padding-bottom: 23px;
}
.inner-banner__advantage-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px 15px;
  font-size: 15px;
  line-height: 1.7333333333;
  color: #fff;
  text-align: center;
}
.inner-banner__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 33px;
  margin: 0 -15px;
  justify-content: center;
}
.inner-banner__sub-info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin: 0 0 30px;
  width: 100%;
  justify-content: center;
}
.inner-banner__sub-info-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #8DD017;
  position: relative;
}
.inner-banner__sub-info-icon:after,
.inner-banner__sub-info-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fcd172;
}
.inner-banner__sub-info-icon:before {
  width: 4px;
  height: 18px;
  margin-left: -2px;
  margin-top: -9px;
}
.inner-banner__sub-info-icon:after {
  width: 18px;
  height: 4px;
  margin-left: -9px;
  margin-top: -2px;
}
.inner-banner__sub-info-text {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.inner-banner__sub-info-icon + .inner-banner__sub-info-text {
  padding-left: 15px;
}
.inner-banner__btn {
  width: auto;
  flex: 0 0 auto;
  min-width: 290px;
  background: #41ca00;
  border-radius: 100px;
  border-color: #41ca00;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0 15px 30px;
}
.inner-banner__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: none;
  max-width: 530px;
}
.inner-info__cover {
  padding-bottom: 40px;
}
.inner-info__wrapper {
  position: relative;
  background: #fff;
  padding: 60px 0 0;
}
.inner-info__head,
.cards-blocks__head {
  padding-bottom: 46px;
  text-align: center;
}
.pb-0 .inner-info__head,
.pb-0 .cards-blocks__head {
  padding-bottom: 0;
}
.inner-info__title {
  font-size: 32px;
  color: #222;
  margin: 0;
  flex: 0 0 auto;
  font-weight: 700;
}
.inner-info__title br {
  display: none;
}
.inner-info__text {
  flex: 1 1 auto;
  width: 100%;
  color: #4e4e4e;
}
.inner-info__title + .inner-info__text {
  margin-top: 16px;
}
.inner-info__photo-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.inner-info__photo-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 20px;
}
.text-columns .inner-info__photo-item {
  width: 100%;
}
.text-columns .inner-info__photo-list {
  justify-content: center;
}  
.inner-info__photo-link {
  display: block;
  text-decoration: none;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.inner-info__photo-img {
  max-width: none;
  width: 100%;
  border-radius: 8px;
  transition: transform .2s ease;
}
.inner-info__subtitle {
  font-size: 24px;
  margin: .75em 0 1em 0;
  font-weight: bold;
}
.photo-columns .inner-info__subtitle {
  text-align: center;
}
.solutions {
  background: linear-gradient(180deg,#fff 0,#f3faff 100%);
}
.solutions__cover {
  padding-bottom: 60px;
}
.solutions__title {
  text-align: center;
  color: #222;
  margin: 0 auto 28px;
  max-width: 670px;
}
.solutions__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -4px;
  justify-content: center;
  padding-bottom: 19px;
}
.solutions__nav-item {
  flex: 0 0 auto;
  padding: 0 4px 8px;
}
.solutions__nav-link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #222;
  transition: color .2s ease,background-color .2s ease;
  padding: 10px 20px;
  border-radius: 100px;
  background: #e7e8e9;
}
.active > .solutions__nav-link {
  color: #fff;
  background-color: #8DD017;
}
.solutions__description {
  text-align: center;
  color: #4e4e4e;
  max-width: 450px;
  margin: 0 auto 21px;
}
.solutions__content {
  padding-top: 24px;
}
.solutions__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.solutions__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px 20px;
  display: flex;
}
.solutions__card {
  flex: 0 0 auto;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.solutions__card-img-container {
  flex: 0 0 auto;
}
.solutions__card-img {
  max-width: none;
  width: 100%;
  border-radius: 8px;
}
.solutions__card-content {
  flex: 1 1 auto;
  padding: 17px 15px 20px;
}
.solutions__card-name {
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
  margin: 0;
}
.solutions__card-name-link {
  color: #222;
  text-decoration: none;
  display: inline-block;
  transition: color .2s ease;
}
.solutions__card-text {
  margin: 0;
  color: #4e4e4e;
}
.solutions__card-name + .solutions__card-text {
  margin-top: 7px;
}
.solutions__card-footer {
  flex: 0 0 auto;
  padding: 0 15px;
}
.solutions__card-info {
  display: flex;
  align-items: center;
  margin: 0 -7.5px;
  padding: 12px 0;
  flex-wrap: wrap;
}
.solutions__card-content + .solutions__card-footer .solutions__card-info {
  padding-top: 0;
  position: relative;
  margin-top: -9px;
}
.solutions__card-price {
  padding: 0 7.5px;
  font-size: 20px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  flex: 1 1 auto;
  width: 100%;
}
.solutions__card-btn-container {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 10px;
  padding: 0 7.5px;
}
.solutions__card-price + .solutions__card-btn-container {
  margin-top: 24px;
}
.solutions__card-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222;
}
.solutions__card-sub-info-container {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
}
.solutions__card-sub-info {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4e4e4e;
}
.solutions__card-sub-info-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #000;
}
.solutions__card-sub-info-label {
  flex: 1 1 auto;
  width: 100%;
}
.solutions__card-sub-info-icon + .solutions__card-sub-info-label {
  padding-left: 15px;
}
.consultation {
  background: #417eab url(../images/bg-consultation.jpg) center center/cover no-repeat;
  position: relative;
}
.consultation_inner {
  margin-bottom: 61px;
  z-index: 3;
}
.consultation__wrapper {
  padding: 64px 0 30px;
}
.consultation__content {
  padding-bottom: 42px;
}
.consultation__title {
  font-size: 32px;
  color: #fff;
  margin: 0 auto;
  max-width: 530px;
  font-weight: 700;
  text-align: center;
}
.consultation__text {
  color: #dbe7ef;
  margin: 0;
  text-align: center;
}
.consultation__title + .consultation__text {
  margin-top: 18px;
}
.consultation__sub-info {
  display: flex;
  align-items: center;
  margin: 0 -12px -10px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #fff;
  justify-content: center;
  text-align: center;
}
.consultation__text + .consultation__sub-info {
  margin-top: 20px;
}
.consultation__title + .consultation__sub-info {
  margin-top: 17px;
}
.consultation__count {
  font-weight: 800;
  background: #41ca00;
  border-radius: 50px;
  padding: 3.5px 13px;
  margin: 0 12px 10px;
}
.consultation__sub-info-text {
  margin: 0 12px 10px;
}
.consultation__form-container {
  flex: 0 0 auto;
  width: 100%;
  margin: 15px 0 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 81px rgba(138,188,214,.4);
  padding: 31px 20px 6px;
}
.consultation__content + .consultation__form-container {
  margin-top: 0;
}
.consultation__form-head {
  padding-bottom: 29px;
  text-align: center;
}
.consultation__form-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}
.consultation__form-text {
  margin: 0;
  color: #0c7bbb;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  line-height: 1.25;
}
.consultation__form-title + .consultation__form-text {
  margin-top: 2px;
}
.consultation__form-fields {
  padding-bottom: 4px;
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.consultation__form-head + .consultation__form-fields {
  padding-bottom: 15px;
}
.consultation__form-field {
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
}
.consultation__form-btn {
  padding: 15px;
  height: 64px;
  margin: 0 10px 20px;
  flex: 1 1 auto;
  width: auto;
  font-size: 18px;
  line-height: 1.2222222222;
}
.inner-description {
  position: relative;
}
.inner-description__cover {
  padding-bottom: 94px;
}
.inner-description__title {
  text-align: center;
  margin: 0 auto 43px;
  max-width: 790px;
}
.inner-description__img-container {
  flex: 0 0 auto;
  width: 100%;
}
.right .inner-description__img-container {
  order: 2;
}
.inner-description__img {
  max-width: none;
  width: 100%;
}
.inner-description__info-container {
  flex: 1 1 auto;
  width: 100%;
}
.right .inner-description__info-container {
  order: 1;
}
.inner-description__img-container + .inner-description__info-container {
  padding-top: 42px;
}
.inner-description__info {
  flex: 0 0 auto;
  width: 100%;
}
.inner-description__info h3,
.inner-description__info h4 {
  margin: 0;
  font-size: 24px;
  color: #222;
  font-weight: 700;
}
.inner-description__info ul {
  margin: 1em 0;
}
.inner-description__sub-title + .inner-description__list {
  margin-top: 24px;
}
.inner-description__info ul li {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #222;
}
.inner-description__info ul li:first-child {
  margin-top: 0;
}
.inner-description__info ul li:before {
  content: '';
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #8dd017;
  display: inline-block;
  background: url(../images/icon-check.svg) no-repeat center;
  background-size: 100%;
  margin-right: 15px;
}
.inner-description__info li p:last-child {
  margin-bottom: 0;
}
.inner-description__item-info-marker + .inner-description__item-info-text {
  padding-left: 15px;
}
.info-contacts__container {
  padding-top: 4px;
}
.info-contacts__title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px;
  margin-top: 30px;
}
.info-contacts__content {
  flex: 1 1 auto;
  width: 100%;
  padding-bottom: 20px;
}
.info-contacts__text {
  color: #4e4e4e;
  padding-bottom: 7px;
}
.info-contacts__detail {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.info-contacts__detail-column {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px 30px;
}
.info-contacts__detail-label {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #777;
  margin-top: 20px;
}
.info-contacts__detail-label + .info-contacts__detail-info {
  margin-top: 14px;
}
.info-contacts__detail-contact {
  font-size: 24px;
  line-height: 1;
  color: #f57a22;
  margin-top: 7px;
}
.info-contacts__detail-contact:first-child {
  margin-top: 0;
}
.info-contacts__detail-contact-link {
  cursor: text;
  color: #f57a22;
  text-decoration: none;
}
.info-contacts__address {
  color: #333;
  padding-bottom: 36px;
}
.info-contacts__address-label + .info-contacts__address-info {
  margin-top: 5px;
}
.info-contacts__btn-container {
  padding-bottom: 40px;
}
.info-contacts__btn {
  width: 190px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  border-radius: 100px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #f57a22;
  border-color: #f57a22;
  box-shadow: 0 5px 20px 0 rgba(122,96,53,.25);
}
.info-contacts__form-container {
  flex: 0 0 auto;
  width: 100%;
  background: #0c7bbb;
  border-radius: 15px;
  padding: 0 20px;
  margin: 0 0 60px;
}
.info-contacts__form-head {
  display: flex;
  align-items: center;
  padding-bottom: 31px;
  padding-top: 27px;
}
.info-contacts__form-icon-container {
  flex: 0 0 auto;
}
.info-contacts__form-icon {
  width: 27px;
  height: 46px;
  fill: #fff;
}
.info-contacts__form-icon-container + .info-contacts__form-head-content {
  padding-left: 23px;
}
.info-contacts__form-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.info-contacts__form-description {
  margin: 0;
  color: #fff;
}
.info-contacts__form-title + .info-contacts__form-description {
  margin-top: 2px;
}
.info-contacts__form {
  padding-top: 24px;
  padding-bottom: 4px;
}
.info-contacts__form-head + .info-contacts__form {
  padding-top: 0;
}
.info-contacts__form-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}
.info-contacts__field {
  flex: 0 0 auto;
  margin: 0 0 20px;
  width: 100%;
  padding: 0 10px;
}
.info-contacts__field-input {
  font-size: 16px;
  border: none;
}

.info-contacts__form-btn {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.2222222222;
  width: 100%;
  height: 64px;
}
.text {
  position: relative;
  padding-bottom: 17px;
  text-align: justify;
  font-size: 18px;
}
div.text ul {
  padding: 0 10px;
}
div.text p + ul {
  margin-top: 0px;
}
div.text ol {
  counter-reset: listCnt;
}
div.text ul li,
div.text ol li {
  position: relative;
  margin: .5em 0 .75em;
}
div.text ol li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.text ul li:before {
  position: absolute;  
  top: 0;  
  margin: 9px 0 0 -12px;    
  vertical-align: middle;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #8DD017;
  content: "";
}
div.text ol li:before {
  counter-increment: listCnt;
  content:counter(listCnt);
  color: white;
  background: #2980B9;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  vertical-align: middle;
}
div.text ol li:after {
  clear: both;
  content: '';
  display: table;
}
div.text blockquote,
.row-price {
  padding: 15px;
  margin: 0 0 1em;
  border-radius: 5px;
  background: #fff5de;
  border: 1px solid #8DD017;
}
.row-price {
  display: inline-block;
}
.note {
  padding: 15px;
  margin: 0 0 1em;
  border-radius: 5px;
  background: #d6f6ff;
  border: 1px solid #00c3ef;
  display: inline-block;
}
.price_elem {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 1em;
}
div.text blockquote p:last-child {
  margin-bottom: 0;
}
.text__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 1845px;
  overflow: hidden;
}
.text__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 15.73%),#f3faff;
}
.text__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 259px;
  z-index: 2;
  position: absolute;
  bottom: -45px;
  left: 0;
  background: url(/images/oblaka.webp) center bottom repeat-x;
}
.text__cover {
  position: relative;
  z-index: 3;
}
.inpage_text {
  padding: 50px 0;
}
.text__container {
  padding-top: 5px;
  padding-bottom: 50px;
  color: #4e4e4e;
}
.text-title .text__container {
  padding-bottom: 0;
}
.text__container > .h25,
.text__container > .h3,
.text__container > .h4,
.text__container > .h5,
.text__container > .h6,
.text__container > h3,
.text__container > h4,
.text__container > h5,
.text__container > h6 {
  font-weight: 700;
}

}

.text__container > .h25 {
  font-size: 30px;
}
.text__container > .h3,
.text__container > h3 {
  font-size: 28px;
  margin-bottom: 22px;
}
.text__container > .h4,
.text__container > h4 {
  font-size: 24px;
  margin-bottom: 17px;
}
.text__container > .h5,
.text__container > h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.text__container > .h6,
.text__container > h6 {
  font-size: 18px;
  margin-bottom: 12px;
}
.text__container > p {
  margin-bottom: 25px;
  text-align: justify;
}
.text__container > ol,
.text__container > ul {
  margin-bottom: 25px;
}
.text__container > q {
  margin-bottom: 25px;
}
.text__container .services {
  padding-top: 33px;
  padding-bottom: 35px;
}
.text__container .gallery {
  padding-top: 12px;
  padding-bottom: 33px;
}
.footer {
  background: #0e1315;
  position: relative;
}
.footer__form {
  position: relative;
}
.footer__form-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer__form-bg:before {
  content: "";
  display: none;
  position: relative;
  border: 1px solid #6e7173;
  border-radius: 0 0 15px 15px;
  height: 100%;
  border-top: none;
}
.footer__form-bg div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__form-bg div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
.footer__form-content {
  position: relative;
  z-index: 2;
  padding: 0 20px 30px;
}
.footer__form-title {
  flex: 1 1 auto;
  width: 100%;
  line-height: 1.4074074074;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 27px;
  color: #0d151a;
}
.footer__form-title strong {
  color: #2ba2e0;
  display: block;
}
.footer__fields {
  flex: 0 0 auto;
  margin: 0 -10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__form-title + .footer__fields {
  padding-top: 27px;
}
.footer__field-container {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.footer__btn-container {
  padding: 0 10px;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.footer__form-btn {
  font-size: 18px;
  line-height: 1.2222222222;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 64px;
}
.footer__btn-arrow {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.footer__btn-arrow_top {
  top: -54px;
  transform: rotate(90deg);
}
.footer__btn-arrow_bottom {
  bottom: -54px;
  transform: rotate(-90deg);
}
.footer__btn-arrow-icon {
  width: 22px;
  height: 42px;
  fill: #8DD017;
}
.footer__btn-arrow-icon_small {
  width: 14px;
  height: 28px;
  opacity: .5;
  margin-right: 2px;
}
.footer__content {
  padding-top: 50px;
  padding-bottom: 1px;
}
.footer__info-container {
  flex: 1 1 auto;
  width: 100%;
}
.footer__logo {
  flex: 0 0 auto;
  width: auto;
  margin: 0 0 39px;
  display: flex;
  justify-content: center;
}
.footer__logo-site-name {
  fill: #fff;
  --light-blue: $color-white;
  --dark-blue: $color-white;
}
.footer__nav {
  margin: 0 0 31px;
  padding-bottom: 3px;
  display: none;
}
.footer__nav-item {
  text-align: center;
  margin-top: 10px;
}
.footer__nav-item:first-child {
  margin-top: 3px;
}
.footer__nav-link {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #fff;
  text-decoration: none;
  transition: color .2s ease;
  font-weight: 600;
}
.footer__sub-nav-wrapper {
  display: none;
}
.footer__sub-nav-container {
  flex: 0 0 auto;
  padding: 0 0 13px;
}
.footer__sub-nav-title {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.footer__sub-nav-title-link {
  text-decoration: none;
  color: #fff;
  transition: color .2s ease;
}
.footer__sub-nav-content {
  padding-bottom: 9px;
}
.footer__sub-nav-list {
  flex: 0 0 auto;
  margin: 0;
}
.footer__sub-nav-item {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
}
.footer__sub-nav-link {
  color: #aab9c4;
  display: inline-block;
  text-decoration: none;
  transition: color .2s ease;
}
.footer__contacts {
  flex: 0 0 auto;
  width: 100%;
}
.footer__phone-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
  text-align: center;
}
.footer__phone-icon-container {
  flex: 0 0 auto;
  display: none;
}
.footer__phone-icon {
  width: 46px;
  height: 46px;
  fill: #0c7bbb;
}
.footer__phone-content {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -15px;
}
.footer__phone-item {
  padding: 0 15px;
}
.footer__phone-link {
  white-space: nowrap;
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.footer__email-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
.footer__email-icon-container {
  flex: 0 0 auto;
  display: none;
}
.footer__email-icon {
  width: 25px;
  height: 25px;
  fill: #0c7bbb;
}
.footer__email-link {
  color: #fff;
  text-decoration: none;
  cursor: text;
  font-size: 14px;
  line-height: 1.4285714286;
}



.footer__adres-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
.footer__adres-icon-container {
  flex: 0 0 auto;
  display: none;
}
.footer__adres-icon {
  width: 25px;
  height: 25px;
  fill: #0c7bbb;
}
.footer__adres-link {
  color: #fff;
  text-decoration: none;
  cursor: text;
  font-size: 14px;
  line-height: 1.4285714286;
}


.footer__indeks-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
.footer__indeks-icon-container {
  flex: 0 0 auto;
  display: none;
}
.footer__indeks-icon {
  width: 25px;
  height: 25px;
  fill: #0c7bbb;
}
.footer__indeks-link {
  color: #fff;
  text-decoration: none;
  cursor: text;
  font-size: 14px;
  line-height: 1.4285714286;
}




.footer__networks {
  margin-bottom: 33px;
  justify-content: center;
}
.footer__policy {
  margin-bottom: 45px;
  color: #aab9c3;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
}
.footer__policy-link {
  color: #aab9c3;
  transition: color .2s ease;
  text-decoration: none;
}

.modal_review.modal {
  width: 400px;
}
#modal-order {
  width: 420px;
}
.modal__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.modal__close-btn-icon {
  width: 20px;
  height: 20px;
  fill: #151618;
}
.modal__head {
  padding-bottom: 11px;
}
.modal__logo-container {
  margin-bottom: 4px;
}
.modal__logo {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  max-width: none;
}
.modal__title {
  margin: 0 0 5px;
  text-align: center;
}
.modal__title strong {
  font-weight: 700;
  color: #0c7bbb;
}
.modal__description {
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #0d151a;
  margin: 0 0 7px;
}
.modal__field {
  margin-bottom: 10px;
}
.modal__field-input {
  font-size: 14px;
  height: 56px;
}
.modal__field-input::-webkit-input-placeholder {
  color: #1d262c;
}
.modal__field-input::-moz-placeholder {
  color: #1d262c;
}
.modal__field-input:-moz-placeholder {
  color: #1d262c;
}
.modal__field-input:-ms-input-placeholder {
  color: #1d262c;
}
.modal__btn {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.2222222222;
  margin-bottom: 10px;
}
.modal__toggler {
  padding-top: 8px;
  margin-bottom: 10px;
}
.ps_blog1 {
  font-weight: bold;
}
.nolink,
span.nolink {
  cursor: pointer;
}
.lastname,
span.error {
  display: none!important;
}
input.error {
  background: #ffb2b2;
}
.text-center {
  text-align: center;
}
.process-steps {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
.num-col_2 .process-steps {
  display: flex;
  flex-wrap: wrap;
}
.num-col_2 .process-steps__row {
  width: 100%;
}
.process-steps__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0 50px;
  flex-direction: vertical;
  flex-wrap: wrap;
  padding: 0 20px;
}
.process-steps__row .icon {
  width: 100%;
  max-width: 200px;
  border: 5px solid #229ACA;
  background: #fff;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, .15);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
  flex: 0 0 auto;
}
    .process-steps__row .icon img {
      width: 100%;
    }
    .process-steps__row .text{
      flex: 1 1 auto;
    }
.process .icon.num_block {

  color: #fff;
  font-weight: bold;
  padding: 20px;
  background: #229ACA;
  text-align: center;
  width: 85px;
  font-size: 24px;
}
.photo-columns__blocks {
  flex-wrap: wrap;
  display: flex;
  padding: 50px 0;
}
.photo-columns__item {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 40px;
}
.photo-columns__photo {
  display: flex;
  flex-wrap: wrap;
}
.photo-columns__photo .item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 10px;
}
.work_blocks__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: stretch;
}
.portfolio .work_blocks__items {
  margin-top: -40px;
}
.work_blocks__items .item {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
.work_blocks__items .item_wrapper,
.card_wrapper {
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
  overflow: hidden;
  height: 100%;
  transition: all .2s ease;
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
}
.work_blocks__items .item:hover .item_wrapper,
.item:hover .card_wrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  margin-top: -5px;
}
.work_blocks__items .item .image,
.item .card_wrapper .image {
  margin: 0 -15px;
  margin-bottom: 15px;
}
.work_blocks__items .item .image img {
  width: 100%;
  height: 200px;
}
.work_blocks__items .item .title {
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.work_blocks__items .image + .title {
  margin-top: 0;
}
.work_blocks__items .item .work__info-data-item {
  margin: 0;
  padding: 4px 0;
}
.work_blocks__items .item .info {
  margin: auto 0 0;
}
.work_blocks__items .item .work__info-data-item,
.work_blocks__items .item .work__info-data-value {
  font-size: 15px;
}
.work_blocks__items .work__info-data-label:before {
  content: attr(data-label);
}
.work_blocks__items .item .work__info-data-item:last-child {
  padding-bottom: 0;
}
.portfolio-page {
  padding: 40px 0 80px;
}
.pager {
  margin: 0 0 3.75rem;
  font-size: 0;
  text-align: center;
  padding: 30px 0 0;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 2px;
}
.pager__item.active .pager__link {
  background-color: #ffb74d;
  border-color: #ffb74d;
  color: #fff;
  text-decoration: none;
}
.pager__item--prev svg, .pager__item--next svg {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pager__item--next .pager__link svg {
  transform: rotate(180deg);
  transform-origin: center center;
  margin: -5px 0 0 -2px;
}
.pager__link {
  position: relative;
  border-radius: 4px;
  display: block;
  text-align: center;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  margin-left: -1px;
  color: #2f3640;
  text-decoration: none;
  transition: 0.3s;
}
.pager__link:hover, .pager__link:focus, .pager__link:active {
  background-color: #ffb74d;
  border-color: #ffb74d;
  color: #fff;
  text-decoration: none;
}
.pager__link:hover svg path, .pager__link:focus svg path, .pager__link:active svg path {
  fill: #fff;
}
.pager .pager__item.active + .pager__item .pager__link, .pager .pager__item:hover + .pager__item .pager__link {
  border-left-color: #ffb74d;
}
.work_blocks.portfolio {
  margin-top: -40px;
}
.article_full {
  margin: -40px 0 50px;
}
.article_full,
.article_full img {
  width: 100%;
}
.pt-0 {
  padding-top: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.text-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.text-table td, .text-table th {
    padding: 8px;
}
.text-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
}
.text-table thead th {
    color: #ffffff;
    background: #5ea9d8;
}
.text-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}
.text-table tr:nth-child(odd) {
    background: #E9F2F3;
}
.text-table tr:last-child {
    border-bottom: 2px solid #E9F2F3;
}
.cards-blocks {
  padding: 80px 0 40px;
}
section.text + .cards-blocks {
  padding: 40px 0;
}
.cards-blocks__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cards-blocks__item {
  flex: 0 0 auto;
  width: 75%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.cards-blocks__wrapper {
  background: #fff;
  border-radius: 5px;
}
.cards-blocks__img {
  width: 100%;
  border-bottom:5px solid #5FA9D8;
}
.cards-blocks .item .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.cards-blocks .item .text {
  text-align: center;
}
.bg-gray {
  background: #f5f5f5;
}
.pt-0.bg-gray {
  padding-top: 50px!important;
}
.cards-notop {
  margin-top: -50px;
}
.table-scroll01 {
  height: 400px;
  overflow-y: scroll;
}
.yable-wells-key,
.table1,
.table-septick01 {
    width: 100%;
    display: table;
    border: 1px solid #dedede;
    border-collapse: collapse;
}
.yable-wells-key ul:nth-child(2n+1),
.table1 ul:nth-child(2n+1),
.table-septick01 ul:nth-child(2n+1) {
    background: #eee;
}
.yable-wells-key ul,
.table1 ul,
.table-septick01 ul {
    display: table-row;
}
.title-row01,
.title-table1,
.title-row-septic {
    background: #63AAD9 !important;
    font-size: 18px;
    text-transform: uppercase;
}
.yable-wells-key li,
.table1 li,
.table-septick01 li {
    display: table-cell;
    padding: 5px 10px;
    text-align: center;
    font-weight: 600;
    color: #454545;
    border: 1px solid #dedede;
}
.text .yable-wells-key li:before,
.text .table1 li:before,
.text .table-septick01 li:before {
  display: none;
}
ul.title-row01 li {
    color: #fff !important;
    font-weight: normal;
}
.table1 li.left-cell01,
.table-septick01 li.left-cell01 {
    text-align: left;
    color: #454545;
    font-weight: 500;
}
.table1 + h3,
.table-septick01 + h3 {
  margin-top: 2em;
}
.text_cols__part {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.text_cols__part .col_text {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 30px;
}
.scrollBtn {
  display: block;
  position: fixed;
  bottom: -120px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #37a4dd;
  color: white;
  cursor: pointer;
  padding: 3px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}
.scrollBtn.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.scrollBtn:hover {
  background-color: #8dd017;
}

/* РљР°Р»СЊРєСѓР»СЏС‚РѕСЂ СЃС‚РѕРёРјРѕСЃС‚Рё */
.calculator__img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* РўРµРїРµСЂСЊ РїСЂРёР¶РёРјР°РµРј РІСЃРµ СЂСЏРґС‹ Рє РІРµСЂС…Сѓ */
  gap: 60px;
  padding: 20px 0;
}

.well-section {
  position: relative;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start; /* РџСЂРёР¶РёРјР°РµРј СЃРµРєС†РёРё Рє РІРµСЂС…Сѓ РєРѕРЅС‚РµР№РЅРµСЂР° */
}
/*
.well-section {
  transform: scale(1.2); //РЈРІРµР»РёС‡РёРІР°РµРј СЂР°Р·РјРµСЂ РґР»СЏ Р»СѓС‡С€РµР№ РІРёРґРёРјРѕСЃС‚Рё
  transform-origin: left top; //РќР°С‡Р°Р»Рѕ СѓРІРµР»РёС‡РµРЅРёСЏ СЃР»РµРІР°
}
*/
.well-top-cover {
  width: 120px;
  height: 20px;
  background: linear-gradient(270deg, #c2c2c2, #ddd, #c2c2c2);
  border-radius: 0;
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #999;
  border-bottom: 1px solid #e5e5e5;
}

.well-top-cover:before {
  content: '';
  display: block;
  width: 80px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6C9F47;
  border-radius: 50% 50% 0 0;
}

.well-ring {
  width: 120px;
  height: 80px;
  background: linear-gradient(180deg, #D1D1D1 0%, #B4B4B4 100%);
  border: 1px solid #999;
  margin-bottom: -4px;
  position: relative;
  cursor: pointer; /* РљСѓСЂСЃРѕСЂ РёР·РјРµРЅСЏРµС‚СЃСЏ, С‡С‚РѕР±С‹ РїРѕРєР°Р·Р°С‚СЊ, С‡С‚Рѕ СЌР»РµРјРµРЅС‚ РёРЅС‚РµСЂР°РєС‚РёРІРµРЅ */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
.well-section:last-child .well-ring:last-child {
  border-bottom: 10px!important;
}

.well-ring:hover {
  background-color: #ffdddd; /* РЎРІРµС‚Р»С‹Р№ РєСЂР°СЃРЅС‹Р№ С†РІРµС‚ РґР»СЏ РѕР±РѕР·РЅР°С‡РµРЅРёСЏ РІРѕР·РјРѕР¶РЅРѕСЃС‚Рё СѓРґР°Р»РµРЅРёСЏ */
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); /* Р”РѕР±Р°РІР»СЏРµРј С‚РµРЅСЊ РєСЂР°СЃРЅРѕРіРѕ С†РІРµС‚Р° */
}

.well-ring:hover:before {
  content: "РЈРґР°Р»РёС‚СЊ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
}

.well-bottom-cover {
  width: 120px;
  height: 20px;
  background-color: #D1D1D1;
  border-radius: 0 0 50% 50%;
  margin-top: -4px;
}
.well-section:last-child .well-bottom-cover {
  display: none;
}

.well-pipe {
  position: absolute;
  top: 50px;
  height: 20px;
  background-color: #F7941D;
  background: linear-gradient(180deg, #ff581a, #F7941D, #ff581a);
  border-radius: 5px;
  z-index: 5;
}

.left-pipe {
  left: -90px;
  width: 120px;
  border-radius: 0 10px 10px 0;
  position: absolute;
}
.well-section:first-child .left-pipe {
  width: 70px;
  left: -40px;
  transform: rotate(3deg);
}
.well-section:first-child .left-pipe:before {
  display: none;
}

.left-pipe:after {
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  content: '';
  position: absolute;
  background:#e37c00;
  background: linear-gradient(180deg, #A2110B, #F7941D, #A2110B);
  border: 2px solid #efd5aa
}

.left-pipe:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 50px;
  border-radius: 0;
  content: '';
  position: absolute;
  background:#e37c00;
  background: linear-gradient(90deg, #ff581a, #F7941D, #ff581a);
}

.add-ring-button {
  margin-top: 10px;
  color: #00AEEF;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s;
  position: relative; /* РћР±РµСЃРїРµС‡РёРІР°РµРј РєРѕСЂСЂРµРєС‚РЅРѕРµ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ */
  z-index: 1;
}

.add-ring-button:hover {
  color: #007BBA;
}

.calculator__message {
  margin-top: 20px;
  padding: 15px;
  background-color: #f1f9ff;
  border: 1px solid #d1e7f7;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.calculator__message strong {
  font-weight: bold;
}

.calculator__preset-links {
  margin-top: 40px;
  text-align: center;
}

.calculator__preset-links h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.calculator__preset-links a {
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 2px;
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed #007bff;
  font-size: 16px;
  cursor: pointer;
}

.calculator__preset-links a:hover {
  color: #0056b3;
  border-bottom: 1px dashed #0056b3;
}
/* END.РљР°Р»СЊРєСѓР»СЏС‚РѕСЂ СЃС‚РѕРёРјРѕСЃС‚Рё */

.icon-center {
  margin: 0 auto;
}

@media screen and (min-width:375px) {
  .gallery__carousel-button[aria-controls] {
    display: block!important;
  }
  .banner__form {
    padding: 20px;
  }
  .calculator__sub-param {
    width: 50%;
  }
  .houses__slide {
    width: 300px;
  }
  .work__head {
    margin: 0 -15px;
  }
  .work__title {
    padding: 0 15px;
  }
  .work__button {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .work__button_prev {
    padding-left: 20px;
  }
  .work__button_next {
    padding-right: 20px;
  }
  .work__button-arrow {
    top: 3px;
  }
  .instagram__slide {
    width: 300px;
  }
}

.show-mobile {
  display: block;
}
.hide-mobile {
  display: none;
}

@media screen and (min-width:480px) {
  q {
    padding: 30px;
  }
  .gallery__main-img-container {
    margin: 0 -10px;
  }
  .gallery__main-img-slide {
    padding: 0 10px;
  }
  .gallery__preview-img-container {
    margin: 20px -10px 0;
  }
  .gallery__preview-img-slide {
    padding: 0 10px;
  }
  .banner__form-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .services__item {
    width: 50%;
  }
  .services__item-link {
    padding-top: 100%;
  }
  .services__item-name {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  .calculator__param-item {
    width: 50%;
  }
  .calculator__param-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .calculator__param-img-container {
    padding: 0 16px;
  }
  .calculator__param-field {
    padding-left: 8px;
    padding-right: 8px;
  }
  .calculator__param-itog {
    padding-left: 16px;
    padding-right: 16px;
  }
  .calculator__form-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scheme__item {
    width: 50%;
  }
  .scheme__btn {
    width: 390px;
  }
  .advantages__item {
    width: 50%;
  }
  .youtube__btn {
    width: 247px;
  }
  .contract__btn {
    min-width: 203px;
    width: auto;
  }
  .location__list {
    padding: 0 30px;
  }
  .scroll-scrolly_visible .location__list {
    padding-right: 40px;
  }
  .location__footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .location__footer-btn {
    width: 320px;
  }
  .work__info-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .work__form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .video-reviews__item {
    width: 50%;
  }
  .reviews__btn-container-item {
    width: auto;
    display: block;
  }
  .reviews__btn-more {
    width: 180px;
  }
  .reviews__btn-add {
    width: 220px;
  }
  .faq__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq__number {
    display: block;
  }
  .faq__btn {
    width: 280px;
  }
  .inner-banner__title span {
    top: -6px;
    font-size: 21px;
  }
  .inner-info__photo-item {
    width: 33.3333333333%;
  }
  .num-col_2 .inner-info__photo-item,
  .text-columns .inner-info__photo-item {
    width: 50%;
  }
  .wrap-small .num-col_2 .inner-info__photo-item,
  .wrap-small .text-columns .inner-info__photo-item {
    width: 100%;
  }
  .solutions__item {
    width: 50%;
  }
  .consultation__form-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-contacts__form-container {
    padding: 0 30px;
  }
  .footer__form-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width:600px) {

  .h25 {
    font-size: 36px;
  }
  .cover {
    max-width: 570px;
  }
  .header__phone-icon {
    display: block;
  }
  .header__contacts {
    display: flex;
  }
  .modal-nav__close-btn {
    right: 50%;
    margin-right: -270px;
  }
  .services__item-link {
    padding-top: 75%;
  }
  .calculator__advantage-item {
    width: auto;
    justify-content: center;
  }
  .calculator__carousel-button[aria-controls] {
    display: block!important;
  }
  .calculator__section-carousel {
    overflow: hidden;
  }
  .calculator__carousel-container {
    overflow: hidden;
  }
  .price__content {
    max-height: 396px;
    margin: 0;
    overflow: hidden;
  }
  .price__table {
    width: 100%;
  }
  .price__table td,
  .price__table th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .price__btn-container {
    display: flex;
  }
  .advantages__sub-item {
    justify-content: center;
  }
  .houses__carousel-cover {
    overflow: hidden;
  }
  .houses__carousel {
    overflow: hidden;
  }
  .houses__slide {
    width: 50%;
  }
  .houses__carousel-button[aria-controls] {
    display: block!important;
  }
  .work__carousel-button[aria-controls] {
    display: block!important;
  }
  .work__carousel-pagination {
    bottom: 27px;
  }
  .reviews__sub-info {
    display: flex;
    align-items: center;
  }
  .reviews__working-time + .reviews__number-objects {
    padding-left: 90px;
    margin-top: 0;
  }
  .reviews__working-time + .reviews__number-objects:before {
    display: block;
  }
  .instagram__wrapper {
    overflow: hidden;
  }
  .instagram__carousel {
    overflow: hidden;
  }
  .instagram__slide {
    width: 50%;
  }
  .instagram__carousel-button[aria-controls] {
    display: block!important;
  }
  .inner-banner__title {
    font-size: 41px;
    line-height: 1.243902439;
  }
  .inner-banner__title span {
    font-size: 22px;
  }
  .inner-info__title {
    font-size: 36px;
  }
  .consultation__title {
    font-size: 41px;
  }
 
  .text__container > .h25 {
    font-size: 28px;
  }
  .process-steps__row {
    flex-direction: horizontal;
    flex-wrap: nowrap;
    padding: 0;
  }
  .process-steps__row .icon {
    width: 100px;
    max-width: 100%;
    margin: 0 40px 0
  }
  .photo-columns__item .inner-info__subtitle {
    padding: 0 20px;
    text-align: center;
  }
  .work_blocks__items .item {
    width: 50%;
  }
  .show-mobile {
    display: none!important;
  }
  .hide-mobile {
    display: block;
  }
}
@media screen and (min-width:768px) {
  .cover {
    max-width: 730px;
  }
  .modal-nav__close-btn {
    margin-right: -350px;
    width: 36px;
    height: 36px;
    top: 32px;
  }
  .modal-nav__close-btn-icon {
    width: 16px;
    height: 16px;
    margin-left: -18px;
    margin-top: -18px;
  }
  .modal-nav__content {
    padding: 100px 0;
  }
  .modal-nav__link {
    font-size: 28px;
  }
  .modal-nav__item-cover {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
  }
  .modal-nav__arrow {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
  .modal-nav__item-name + .modal-nav__arrow {
    margin-left: 20px;
  }
  .modal-nav__sub-link {
    font-size: 18px;
  }
  .modal-nav__content + .modal-nav__footer {
    margin-top: 0;
  }
  .modal-nav__footer-cover {
    padding-bottom: 31px;
  }
  .modal-nav__footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
  }
  .modal-nav__networks {
    padding: 0 5px 10px;
    flex-wrap: nowrap;
    margin: 0;
  }
  .modal-nav__contacts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-nav__btn {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .banner__advantage-item {
    width: 50%;
  }
  .banner__field {
    width: 50%;
  }
  .services__item-name {
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .calculator__form-field {
    width: 50%;
  }
  .houses__card-img-container {
    height: 212px;
  }
  .work__field {
    width: 50%;
  }
  .inner-banner__content {
    max-width: 530px;
  }
  .solutions__card-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .solutions__card-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .consultation__form-field {
    width: 50%;
  }
  .info-contacts__field {
    width: 50%;
  }
  .footer__form-content {
    padding-bottom: 50px;
  }
  .footer__fields {
    flex-wrap: nowrap;
  }
  .footer__btn-container {
    width: 50%;
    margin-bottom: 0;
  }
  .footer__logo {
    display: block;
  }
  .footer__nav {
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .footer__nav-item {
    text-align: left;
    padding: 3px 25px;
    margin-top: 0;
  }
  .footer__nav-item:first-child {
    margin-top: 0;
  }
  .footer__sub-nav-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
  }
  .footer__sub-nav-container {
    width: 50%;
  }
  .footer__sub-nav-title {
    text-align: left;
    padding: 0 15px;
  }
  .footer__sub-nav-content {
    display: flex;
    align-items: flex-start;
  }
  .footer__sub-nav-list {
    width: 50%;
    padding: 0 15px;
  }
  .footer__sub-nav-item {
    text-align: left;
  }
  .footer__phone-list {
    justify-content: flex-start;
    text-align: left;
  }
  .footer__phone-icon-container {
    display: block;
  }
  .footer__phone-icon-container + .footer__phone-content {
    padding-left: 5px;
    margin-left: 0;
  }
  .footer__email-container {
    justify-content: flex-start;
  }
  .footer__email-icon-container {
    display: block;
  }
  .footer__email-icon-container + .footer__email-content {
    padding-left: 20px;
  }
  .footer__adres-icon-container + .footer__adres-content {
    padding-left: 20px;
  }
   .footer__adres-container {
    justify-content: flex-start;
  }
  .footer__adres-icon-container {
    display: block;
  }
  
    .footer__indeks-icon-container + .footer__indeks-content {
    padding-left: 20px;
  }
   .footer__indeks-container {
    justify-content: flex-start;
  }
  .footer__indeks-icon-container {
    display: block;
  }
  
  .footer__networks {
    justify-content: flex-start;
  }
  .footer__policy {
    text-align: left;
  }
  .process-steps__row .icon {
    width: 140px;
  }
  .photo-columns__blocks {
    padding-top: 80px;
  }
  .photo-columns__blocks {
    flex-wrap: nowrap;
  }
  .photo-columns__item {
    width: 50%;
  }
  .wrap-small .num-col_2 .inner-info__photo-item,
  .wrap-small .text-columns .inner-info__photo-item {
    width: 50%;
  }
  .text_cols__part .col_text {
    width: 50%;
  }
}
@media screen and (min-width:1000px) {
  a:active,
  a:hover {
    text-decoration: none;
  }

  .h25 {
    font-size: 42px;
  }
  q {
    padding: 38px 45px;
  }
  .cover {
    max-width: 950px;
  }
  .jq-number__spin:active,
  .jq-number__spin:hover {
    background-color: #6ed3fc;
  }
  .jq-number__spin:active:after,
  .jq-number__spin:active:before,
  .jq-number__spin:hover:after,
  .jq-number__spin:hover:before {
    background-color: #fff;
  }
  .jq-selectbox li:hover {
    background-color: #0c7bbb;
    color: #fff;
  }
  .swiper-button:active,
  .swiper-button:hover {
    border-color: #44c4fb;
    background-color: #44c4fb;
    color: #fff;
  }
  .swiper-button.swiper-button-disabled:active,
  .swiper-button.swiper-button-disabled:hover {
    border-color: #5a656b;
    background-color: #fff;
    color: #5a656b;
  }
  .swiper-button:active .swiper-button__icon,
  .swiper-button:hover .swiper-button__icon {
    fill: #fff;
  }
  .btn:active,
  .btn:hover {
    background-color: #fcd541;
    color: #fff;
    border-color: #fcd541;
  }
  .btn:active .btn__arrow,
  .btn:hover .btn__arrow {
    fill: #fff;
  }
  .breadcrumbs__link:active,
  .breadcrumbs__link:hover {
    color: #8DD017;
  }
  .gallery__main-img-container {
    margin: 0 -17px;
  }
  .gallery__main-img-slide {
    padding: 0 17px;
  }
  .gallery__carousel-button_prev {
    left: 33px;
  }
  .gallery__carousel-button_next {
    right: 33px;
  }
  .gallery__carousel-button:active,
  .gallery__carousel-button:hover {
    border-color: #44c4fb;
    background-color: #44c4fb;
    color: #fff;
  }
  .gallery__carousel-button.swiper-button-disabled:active,
  .gallery__carousel-button.swiper-button-disabled:hover {
    border-color: #fff;
    background-color: rgba(255,255,255,0);
    color: #fff;
  }
  .gallery__carousel-button:active .gallery__carousel-button-icon,
  .gallery__carousel-button:hover .gallery__carousel-button-icon {
    fill: #fff;
  }
  .gallery__preview-img-container {
    margin: 32px -17px 0;
  }
  .gallery__preview-img-slide {
    padding: 0 17px;
  }
  .work_blocks__items .item {
    width: 33.33%;
  }
  .header__company-info {
    flex: 1 1 auto;
  }
  .header__contacts-info {
    flex: 0 0 auto;
  }
  .header__networks {
    display: flex;
  }
  .header__contacts {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .header__contacts-content {
    flex: 1 1 auto;
  }
  .header__btn {
    display: flex;
  }
  .header__pull.active div:nth-child(1) {
    top: 0;
    transform: none;
    width: 36px;
    left: 0;
  }
  .header__pull.active div:nth-child(2) {
    opacity: 1;
  }
  .header__pull.active div:nth-child(3) {
    top: 24px;
    transform: none;
    width: 36px;
    left: 0;
  }
  .modal-nav {
    width: 800px;
  }
  .modal-nav__close-btn {
    right: 32px;
    margin-right: 0;
  }
  .modal-nav__link:active,
  .modal-nav__link:hover {
    color: #fff;
    background-color: #8DD017;
  }
  .modal-nav__item-cover {
    max-width: none;
    padding: 23.5px 50px;
    min-width: 0;
  }
  .modal-nav__sub-link:active,
  .modal-nav__sub-link:hover {
    color: #0d151a;
  }
  .modal-nav__sub-item-cover {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 0;
  }
  .modal-nav__footer-cover {
    max-width: none;
    padding: 5px 50px 31px;
    min-width: 0;
  }
  .nav__link:active,
  .nav__link:hover {
    color: #8DD017;
  }
  .nav__item:hover .nav__link,
  .nav__item.active .nav__link {
    color: #8DD017;
  }
  .nav__sub-link:active,
  .nav__sub-link:hover {
    color: #8DD017;
  }
  .banner:before {
    opacity: 1;
    min-width: 1920px;
  }
  .banner__wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 -25px;
    padding: 107px 0 100px;
  }
  .banner__content {
    padding: 0 25px;
  }
  .banner__title {
    font-size: 41px;
    text-align: left;
  }
  .banner__advantages {
    align-items: flex-start;
    margin-bottom: -40px;
  }
  .banner__title + .banner__advantages {
    padding-top: 58px;
  }
  .banner__advantage-item {
    display: block;
    padding-bottom: 40px;
  }
  .banner__advantages_main .banner__advantage-item:nth-child(odd) {
    width: 44%;
  }
  .banner__advantages_main .banner__advantage-item:nth-child(even) {
    width: 56%;
  }
  .banner__advantage-marker {
    width: 40px;
    height: 40px;
  }
  .banner__advantage-text {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .banner__advantage-text strong {
    display: block;
  }
  .banner__advantage-marker + .banner__advantage-text {
    margin-top: 10px;
    padding-left: 0;
	color: #fff;
  }
  .banner__sidebar {
    width: 380px;
    margin: 0 25px;
  }
  .banner__form-fields {
    display: block;
    margin: 0;
  }
  .banner__field {
    width: 100%;
    padding: 0;
  }
  .banner__form-btn {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 1.1818181818;
    padding-top: 23px;
    height: auto;
    padding-bottom: 23px;
  }
  .services__cover {
    padding-top: 30px;
  }
  .services__list {
    margin: 0 -12px;
  }
  .services__item {
    width: 25%;
    padding: 0 12px 24px;
  }
  .services__item-link {
    padding-top: 117%;
  }
  .services__item-link:active .services__item-img,
  .services__item-link:hover .services__item-img {
    transform: scale(1.05);
  }
  .services__item-name {
    font-size: 22px;
    line-height: 1.3636363636;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .services__item-link:active .services__item-btn,
  .services__item-link:hover .services__item-btn {
    background-color: #fff;
  }
  .services__item-link:active .services__item-btn-icon,
  .services__item-link:hover .services__item-btn-icon {
    fill: #44c4fb;
  }
  .calculation-content {
    padding-top: 82px;
  }
  .calculation-content + .calculation-content {
    padding-top: 0;
  }
  .calculation-content_inner {
    padding-top: 105px;
  }
  .calculator__cover {
    padding-bottom: 100px;
  }
  .calculator_inner .calculator__cover {
    padding-bottom: 120px;
  }
  .calculator__head {
    padding-bottom: 30px;
  }
  .calculator__advantages {
    display: flex;
    text-align: left;
    align-items: center;
    margin: 0 -20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .calculator__title + .calculator__advantages {
    margin-top: 31px;
  }
  .calculator__advantages-label {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
  .calculator__advantages-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
  .calculator__advantage-item {
    padding: 0 20px;
    max-width: none;
    margin: 0 0 20px;
    justify-content: flex-start;
    max-width: 280px;
  }
  .calculator__advantage-item:first-child {
    max-width: 205px;
  }
  .calculator__advantage-item:last-child {
    max-width: 475px;
  }
  .calculator_inner .calculator__advantage-item:nth-child(1) {
    max-width: 395px;
  }
  .calculator_inner .calculator__advantage-item:nth-child(2) {
    max-width: 280px;
  }
  .calculator_inner .calculator__advantage-item:nth-child(3) {
    max-width: 280px;
  }
  .calculator__advantage-text {
    flex: 1 1 auto;
  }
  .calculator__wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .calculator__content {
    width: 58.3%;
  }
  .calculator__content:before {
    right: 0;
    margin-right: 0;
  }
  .calculator__params {
    padding: 46px 50px 22px 0;
  }
  .calculator_inner .calculator__params {
    padding-top: 37px;
  }
  .calculator__section {
    padding-bottom: 25px;
  }
  .calculator__params-list {
    margin: 0 -12px;
  }
  .calculator__param-item {
    padding: 0 12px 24px;
  }
  .calculator__carousel-slide {
    padding-bottom: 24px;
  }
  .calculator__sub-params {
    margin: 0 -25px;
  }
  .calculator__sub-param {
    padding-left: 30px;
    padding-right: 30px;
  }
  .calculator__sub-params + .calculator__img-container {
    padding-top: 87px;
  }
  .calculator__sidebar {
    width: 41.7%;
    background: #e4f5ff;
    border-radius: 15px;
  }
  .calculator__content + .calculator__sidebar {
    border-radius: 0 15px 15px 0;
  }
  .calculator__itog {
    padding: 39px 30px 4px;
  }
  .calculator__itog-sub-info {
    justify-content: flex-end;
  }
  .calculator__itog-sub-info-label {
    flex: 1 1 auto;
    width: 100%;
  }
  .calculator__form-container {
    border-radius: 0;
  }
  .calculator__form-icon {
    display: block;
  }
  .calculator__form-title br {
    display: block;
  }
  .calculator__form {
    display: block;
    margin: 0;
  }
  .calculator__form-field {
    width: 100%;
    padding: 0;
  }
  .calculator__form-btn {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 0;
    font-size: 22px;
    line-height: 1.1818181818;
  }
  .price__cover {
    padding-bottom: 100px;
  }
  .price__head {
    padding-bottom: 44px;
  }
  .price__description {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .price__title + .price__description {
    margin-top: 22px;
  }
  .price__table td,
  .price__table th {
    font-size: 20px;
    line-height: 1.3;
    padding: 6.5px 5px;
  }
  .price__btn-container {
    padding-top: 39px;
  }
  .price__btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .scheme__cover {
    padding-top: 30px;
    padding-bottom: 16px;
  }
  .scheme__head {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    margin: 0 -25px;
  }
  .scheme__title {
    width: 285px;
    padding: 0 25px;
    line-height: 1.3958333333;
    text-align: left;
  }
  .scheme__description {
    padding: 0 25px;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
  }
  .scheme__title + .scheme__description {
    margin-top: 0;
  }
  .scheme__list {
    margin: 0 -12px;
  }
  .scheme__item {
    padding: 0 12px 47px;
    width: 25%;
  }
  .num-col_3 .scheme__item {
    width: 33.33%;
  }
  .scheme__arrow-container {
    display: block;
  }
  .scheme__name {
    font-size: 20px;
    line-height: 1.4;
  }
  .scheme__btn-container {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .scheme__btn {
    font-size: 15px;
    line-height: 1.2;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .scheme__btn-arrow {
    display: flex;
  }
  .advantages__cover {
    padding-top: 30px;
    padding-bottom: 107px;
  }
  .advantages__title {
    margin-bottom: 48px;
  }
  .advantages__sub-list {
    padding-bottom: 45px;
  }
  .advantages__sub-item {
    width: 33.3333333333%;
    justify-content: flex-start;
  }
  .advantages__list {
    margin: 0 -12px;
  }
  .advantages__item {
    width: 33.3333333333%;
    padding: 0 12px 24px;
  }
  .youtube__wrapper {
    display: flex;
    align-items: center;
    padding: 15px 0 24px;
  }
  .youtube__img-container {
    margin: 0;
  }
  .youtube__img-container + .youtube__content {
    padding-left: 45px;
  }
  .youtube__title {
    line-height: 1.3958333333;
    text-align: left;
    padding: 34px 0;
    margin: 0;
  }
  .youtube__title span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3888888889;
    max-width: 280px;
    padding-top: 0;
  }
  .youtube__btn-container {
    display: block;
  }
  .youtube__btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contract__cover {
    padding-top: 77px;
    padding-bottom: 95px;
  }
  .contract__title {
    text-align: left;
  }
  .contract__description {
    justify-content: flex-start;
  }
  .contract__title + .contract__description {
    margin-top: 24px;
  }
  .contract__description-marker {
    width: 34px;
    height: 34px;
  }
  .contract__description-text {
    font-size: 20px;
    line-height: 1.4;
  }
  .contract__description-marker + .contract__description-text {
    padding-left: 17px;
  }
  .contract__description + .contract__btn-container {
    padding-top: 33px;
  }
  .contract__btn-container {
    justify-content: flex-start;
  }
  .contract__title + .contract__btn-container {
    padding-top: 29px;
  }
  .contract__btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contract__img {
    right: -215px;
    left: auto;
    display: block;
    transform: none;
  }
  .location__cover {
    padding-top: 107px;
    padding-bottom: 80px;
  }
  .location_contacts .location__cover {
    padding-top: 68px;
    padding-bottom: 156px;
  }
  .location__title {
    line-height: 1.3958333333;
  }
  .location__description {
    font-size: 24px;
    line-height: 1.25;
  }
  .location__title + .location__description {
    margin-top: 25px;
  }
  .location__content {
    flex-wrap: nowrap;
  }
  .location__sidebar {
    display: flex;
    width: 370px;
    height: 500px;
    order: 1;
  }
  .location__sidebar-content {
    padding: 25px 0;
  }
  .location__list {
    padding: 0 32px;
  }
  .location__map-container {
    order: 2;
  }
  .location__map {
    height: 500px;
  }
  .location__footer {
    display: flex;
    padding: 35px 30px;
  }
  .location__footer-text {
    font-size: 28px;
    line-height: 1.1785714286;
    text-align: left;
  }
  .location__footer-btn-container {
    display: block;
  }
  .location__footer-text + .location__footer-btn-container {
    margin-left: 30px;
    margin-top: 0;
  }
  .location__footer-btn {
    font-size: 20px;
    line-height: 1.2;
  }
  .description__cover {
    padding-top: 26px;
    padding-bottom: 112px;
  }
  .advantages + .description .description__cover {
    padding-top: 0;
    margin-top: -50px;
  }
  .description__title {
    margin-bottom: 35px;
    line-height: 1.3958333333;
    max-width: 940px;
  }
  .description__title span {
    padding-bottom: 17px;
    background: url(../images/wavy-line.png) left bottom repeat-x;
  }
  .description__wrapper {
    min-height: 600px;
  }
  .description__img-container {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -300px;
    width: 600px;
    height: 600px;
  }
  .description__img-bg {
    display: block;
  }
  .description__img {
    position: absolute;
    max-width: 350px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .description__content {
    flex-wrap: nowrap;
    margin: 0 -15px;
    justify-content: space-between;
    padding-top: 50px;
  }
  .description__column {
    padding: 0 15px;
    width: 307px;
  }
  .description__column:nth-child(2) {
    display: flex;
    align-items: flex-end;
    order: 2;
    padding-top: 0;
  }
  .description__column:nth-child(3) {
    order: 3;
  }
  .description__column-head_data {
    margin-bottom: 43px;
  }
  .description__column-head_delivery {
    margin-bottom: 43px;
  }
  .description__head-icon-container {
    display: block;
  }
  .description__head-icon_right {
    right: 0;
    left: auto;
  }
  .description__head-title_right {
    text-align: right;
  }
  .description__head-icon-container + .description__head-title {
    margin-top: 22px;
  }
  .description__data {
    margin-bottom: 36px;
  }
  .description__data-item {
    padding-left: 6px;
    padding-right: 6px;
  }
  .description__data-item > div:first-child {
    padding-left: 4px;
  }
  .description__data-item > div:last-child {
    padding-right: 4px;
  }
  .description__attention {
    margin-bottom: 47px;
  }
  .description__attention-info {
    order: 1;
    text-align: right;
    font-size: 18px;
    line-height: 1.3888888889;
  }
  .description__attention-icon-container {
    order: 2;
  }
  .description__attention-info + .description__attention-icon-container {
    margin-left: 20px;
    margin-right: 0;
  }
  .description__delivery-info {
    padding-bottom: 46px;
  }
  .description__column-head + .description__delivery-info {
    padding-top: 21px;
  }
  .description__delivery-icon {
    width: 54px;
  }
  .description__delivery-content {
    font-size: 19px;
    line-height: 1.4210526316;
  }
  .description__delivery-icon-container + .description__delivery-content {
    padding-left: 10px;
  }
  .description__delivery-sub-info {
    margin-bottom: 46px;
    line-height: 1.625;
  }
  .description__delivery-info + .description__delivery-sub-info {
    margin-top: 20px;
  }
  .description__mounting {
    margin-bottom: 50px;
  }
  .houses__wrapper {
    padding-top: 103px;
    padding-bottom: 128px;
  }
  .houses__info {
    padding-bottom: 20px;
  }
  .houses__carousel {
    margin: 0 -12px;
  }
  .houses__slide {
    padding: 0 12px;
  }
  .houses__card-info-container {
    display: flex;
    align-items: center;
  }
  .houses__card-label {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .houses__card-title {
    font-size: 24px;
  }
  .houses__card-price {
    font-size: 24px;
  }
  .houses__card-info + .houses__card-price {
    padding-left: 20px;
    padding-top: 0;
  }
  .houses__carousel-button:active,
  .houses__carousel-button:hover {
    border-color: #def1fc;
    background-color: #44c4fb;
    color: #fff;
  }
  .houses__carousel-button.swiper-button-disabled:active,
  .houses__carousel-button.swiper-button-disabled:hover {
    border-color: #def1fc;
    background-color: #eff8fe;
    color: #0c7bbb;
  }
  .work__cover {
    padding-top: 107px;
    padding-bottom: 74px;
  }
  .work_inner .work__cover {
    padding-top: 27px;
  }
  .work_text .work__cover {
    padding-top: 106px;
    padding-bottom: 103px;
  }
  .work__head {
    flex-wrap: nowrap;
    margin: 0 -20px;
    justify-content: flex-end;
    padding-bottom: 38px;
  }
  .work__title {
    flex: 1 1 auto;
    padding: 0 20px;
    text-align: left;
  }
  .work__button {
    margin: 28px 20px 0;
    font-size: 22px;
  }
  .work__button:active,
  .work__button:hover {
    border-color: transparent;
    background-color: transparent;
    color: #8DD017;
  }
  .work__button.swiper-button-disabled:active,
  .work__button.swiper-button-disabled:hover {
    border-color: transparent;
    background-color: transparent;
    color: #0c7bbb;
  }
  .work__button:active .work__button-arrow,
  .work__button:hover .work__button-arrow {
    fill: #8DD017;
  }
  .work__slider-slide {
    display: flex;
    align-items: center;
  }
  .work__carousel-wrapper {
    width: 59.5%;
  }
  .work__carousel-img-container {
    height: 487px;
    padding-top: 0;
  }
  .work__carousel-button:active,
  .work__carousel-button:hover {
    border-color: #fff;
    background-color: #44c4fb;
    color: #fff;
  }
  .work__carousel-button.swiper-button-disabled:active,
  .work__carousel-button.swiper-button-disabled:hover {
    border-color: #fff;
    background-color: #e6f5ff;
    color: #0c7bbb;
  }
  .work__info {
    width: 40.5%;
  }
  .work__carousel-wrapper + .work__info {
    padding-left: 20px;
    padding-top: 0;
  }
  .work__info-content {
    padding-top: 24px;
    padding-bottom: 15px;
  }
  .work__info-data-value {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .work__form-fields {
    display: block;
    margin: 0;
  }
  .work__field {
    width: 100%;
    padding: 0;
  }
  .work__form-btn {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.1818181818;
    padding: 17px 15px;
    height: auto;
  }
  .video-reviews__cover {
    padding-top: 30px;
    padding-bottom: 31px;
  }
  .video-reviews__list {
    margin: 0 -12px;
  }
  .video-reviews__item {
    padding-left: 12px;
    padding-right: 12px;
    width: 33.3333333333%;
  }
  .video-reviews__link:hover .video-reviews__img-container:before {
    opacity: 0;
  }
  .video-reviews__link:hover .video-reviews__img {
    transform: scale(1.05);
  }
  .reviews__cover {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .reviews__head {
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
  }
  .reviews__title {
    max-width: 550px;
    margin: 0 0 30px;
  }
  .reviews__sub-info {
    margin: 0 0 0 -145px;
  }
  .reviews__title + .reviews__sub-info {
    margin-top: 0;
  }
  .reviews__list {
    display: flex;
    align-items: flex-start;
    margin: 0 -12px;
  }
  .reviews__column {
    width: 33.3333333333%;
    padding: 0 12px;
  }
  .reviews__btn-container {
    margin: 0 -12px;
  }
  .reviews__btn-container-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .reviews__btn-more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .reviews__btn-add {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.2222222222;
  }
  .reviews__block-text {
    display: block;
  }
  .faq__cover {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .faq__item {
    padding: 0 16px;
  }
  .faq__item.active {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .faq__number {
    margin: 0 20px;
    width: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 2.1111111111;
  }
  .faq__item-content {
    padding: 0 20px;
  }
  .faq__item-head {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .faq__item-info {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: -6px;
  }
  .faq__icon {
    margin: 0 20px;
    width: 24px;
    height: 24px;
  }
  .faq__btn {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .instagram__cover {
    padding-top: 372px;
  }
  .instagram_contacts .instagram__cover,
  .instagram_text .instagram__cover {
    padding-top: 0;
    padding-bottom: 130px;
  }
  .instagram__head {
    padding-bottom: 58px;
  }
  .instagram__carousel {
    margin: 0 -12px;
  }
  .instagram__slide {
    padding: 0 12px;
    width: 33.3333333333%;
  }
  .instagram__carousel-button:active,
  .instagram__carousel-button:hover {
    border-color: #fff;
    background-color: #44c4fb;
    color: #fff;
  }
  .instagram__carousel-button.swiper-button-disabled:active,
  .instagram__carousel-button.swiper-button-disabled:hover {
    border-color: #fff;
    background-color: #cfeafc;
    color: #0c7bbb;
  }
  .inner-banner__cover {
    padding-top: 63px;
    padding-bottom: 37px;
  }
  .inner-banner__content {
    margin: 0;
  }
  .inner-banner:not(.noimage) .inner-banner__title {
    text-align: left;
  }
  .inner-banner:not(.noimage) .inner-banner__description {
    text-align: left;
  }
  .inner-banner__advantages {
    padding-bottom: 41px;
  }
  .inner-banner:not(.noimage) .inner-banner__advantage-item {
    text-align: left;
  }
  .inner-banner:not(.noimage) .inner-banner__footer {
    justify-content: flex-start;
  }
  .inner-banner:not(.noimage) .inner-banner__sub-info {
    justify-content: flex-start;
  }
  .inner-banner__img {
    display: block;
  }
  .inner-info__cover {
    padding-bottom: 90px;
  }
  .inner-info__wrapper {
    padding-top: 84px;
  }
  .inner-info__head {
    display: flex;
    align-items: center;
    margin: 0 -25px;
    text-align: left;
    padding-bottom: 76px;
  }
  .inner-info__title {
    margin: 0 25px;
    max-width: 440px;
    font-size: 32px;
    line-height: 1.3333333333;
  }
  .inner-info__title br {
    display: block;
  }
  .inner-info__text {
    font-size: 18px;
    line-height: 1.6666666667;
    padding: 0 25px;
  }
  .inner-info__title + .inner-info__text {
    margin-top: 0;
  }
  .inner-info__photo-list {
    margin: 0 -12px;
  }
  .inner-info__photo-item {
    padding: 0 12px 24px;
  }
  .inner-info__photo-link:active .inner-info__photo-img,
  .inner-info__photo-link:hover .inner-info__photo-img {
    transform: scale(1.05);
  }
  .solutions__cover {
    padding-bottom: 88px;
  }
  .solutions__title {
    margin-bottom: 32px;
    line-height: 1.1666666667;
  }
  .solutions__nav {
    padding-bottom: 25px;
  }
  .solutions__nav-link {
    font-size: 18px;
    padding: 15px 25px;
    line-height: 1.2222222222;
  }
  .solutions__description {
    font-size: 20px;
    line-height: 1.5;
    max-width: 590px;
    margin-bottom: 25px;
  }
  .solutions__content {
    padding-top: 32px;
  }
  .solutions__list {
    margin: 0 -12px;
  }
  .solutions__item {
    width: 33.3333333333%;
    padding: 0 12px 32px;
  }
  .solutions__card-name-link:active,
  .solutions__card-name-link:hover {
    color: #8DD017;
  }
  .consultation_inner {
    margin-bottom: 70px;
  }
  .consultation__wrapper {
    display: flex;
    align-items: center;
    margin: 0 -25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .consultation__content {
    flex: 1 1 auto;
    width: 100%;
    padding: 0 25px 15px;
  }
  .consultation__title {
    text-align: left;
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
  }
  .consultation__text {
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
  }
  .consultation__title + .consultation__text {
    margin-top: 14px;
  }
  .consultation__sub-info {
    justify-content: flex-start;
    text-align: left;
  }
  .consultation__text + .consultation__sub-info {
    margin-top: 24px;
  }
  .consultation__title + .consultation__sub-info {
    margin-top: 21px;
  }
  .consultation__form-container {
    width: 340px;
    margin: 0 25px;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .consultation__content + .consultation__form-container {
    margin-top: 0;
  }
  .consultation__form-head {
    padding-bottom: 20px;
  }
  .consultation__form-fields {
    display: block;
    margin: 0;
    padding-bottom: 6px;
  }
  .consultation__form-head + .consultation__form-fields {
    padding-bottom: 6px;
  }
  .consultation__form-field {
    width: 100%;
    padding: 0;
  }
  .consultation__form-btn {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .inner-description__cover {
    padding-bottom: 130px;
  }
  .inner-description__title {
    line-height: 1.1666666667;
    margin-bottom: 60px;
  }
  .inner-description__content {
    display: flex;
    margin: 0 -25px;
  }
  .inner-description__img-container {
    margin: 0 25px;
    width: 400px;
  }
  .inner-description__info-container {
    padding: 0 25px;
    display: flex;
    align-items: center;
  }
  .inner-description__img-container + .inner-description__info-container {
    padding-top: 0;
  }
  .info-contacts__cover {
    padding-bottom: 36px;
  }
  .info-contacts__title {
    font-size: 36px;
	margin-top: 30px;
  }
  .info-contacts__wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 -25px;
  }
  .info-contacts__content {
    padding: 0 25px;
  }
  .info-contacts__text {
    font-size: 18px;
    line-height: 1.6666666667;
    padding-bottom: 5px;
  }
  .info-contacts__form-container {
    width: 384px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
  }
  .info-contacts__form {
    padding-bottom: 22px;
  }
  .info-contacts__form-fields {
    display: block;
    margin: 0;
  }
  .info-contacts__field {
    margin: 0 0 2px;
    padding: 0;
    width: 100%;
  }
  .info-contacts__form-btn {
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 22px;
    line-height: 1.1818181818;
    margin-bottom: 2px;
  }
  .text {
    padding-bottom: 8px;
	text-align: justify;
  }
  .text__container {
    font-size: 18px;
    line-height: 1.6666666667;
    padding-bottom: 60px;
text-align: justify;
  }
 
  .text__container > .h25 {
    font-size: 28px;
  }
  .text__container .services {
    padding-bottom: 40px;
  }
  .footer__form-content {
    display: flex;
    align-items: center;
    padding: 0 20px 40px;
  }
  .footer__form-title {
    padding: 0 15px;
    text-align: left;
    margin: -10px 0 0;
  }
  .footer__fields {
    margin-top: -10px;
    width: 520px;
    align-items: center;
  }
  .footer__form-title + .footer__fields {
    padding-top: 0;
  }
  .footer__field-container {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .footer__btn-container {
    padding: 0 15px;
  }
  .footer__form-btn {
    font-size: 20px;
    line-height: 1.3;
  }
  .footer__btn-arrow {
    display: flex;
  }
  .footer__content {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
    padding-bottom: 19px;
    padding-top: 70px;
  }
  .footer__info-container {
    padding-bottom: 11px;
  }
  .footer__logo {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer__nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer__nav-link:active,
  .footer__nav-link:hover {
    color: #8DD017;
  }
  .footer__sub-nav-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .footer__sub-nav-title-link:active,
  .footer__sub-nav-title-link:hover {
    color: #8DD017;
  }
  .active .footer__sub-nav-link,
  .footer__sub-nav-link:active,
  .footer__sub-nav-link:hover {
    color: #8DD017;
  }
  .footer__contacts {
    width: 215px;
    margin: 0 15px;
  }
  .footer__phone-list {
    margin-bottom: 40px;
  }
  .footer__phone-content {
    display: block;
    margin: 0;
  }
  .footer__phone-icon-container + .footer__phone-content {
    padding-left: 20px;
  }
  .footer__phone-item {
    padding: 0;
  }
  .footer__policy-link:active,
  .footer__policy-link:hover {
    color: #8DD017;
  }
  .inner-banner .breadcrumbs {
    margin: -30px 0 20px;
  }
  .inner-banner:not(.noimage) .breadcrumbs__wrapper {
    justify-content: flex-start;
  }
  .num-col_3 .cards-blocks__item ,
  .num-col_4 .cards-blocks__item ,
  .num-col_5 .cards-blocks__item {
    width: 33.33%;
  }
  .num-col_2 .process-steps__row {
    width: 50%;
  }
}
@media screen and (min-width:1100px) {
  .text-columns .inner-info__photo-item {
    width: 33.33%;
  }
  .text-columns .num-col_2 .inner-info__photo-item {
    width: 40%;
  }
  .text-columns .num-col_2 .inner-info__photo-item:first-child {
    margin-right: 50px;
  }
  .header__btn {
    display: flex;
    font-size: 16px;
  }
}
@media screen and (min-width:1200px) {
  .cover {
    max-width: 1150px;
  }
  .gallery__preview-img-slide {
    width: 20%;
  }
  .header__site-description {
    display: block;
  }
  .floating .header__contacts-info {
    transform: translateX(-67px);
  }
  .header__networks {
    padding: 0 7.5px;
  }
  .header__networks-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .header__phone-icon + .header__contacts-content {
    padding-left: 18px;
  }
  .header__pull {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
  }
  .modal-nav__item-cover {
    max-width: none;
  }
  .modal-nav__sub-item-cover {
    max-width: none;
  }
  .modal-nav__footer-cover {
    max-width: none;
  }
  .nav {
    display: block;
  }
  .nav__list {
    margin: 0 -15px;
  }
  .nav__link {
    padding: 22px 15px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .nav__item_sub .nav__link:after,
  .nav__item_sub .nav__link:before {
    display: block;
  }
  .nav__item:hover .nav__link:after,
  .nav__item:hover .nav__link:before {
    opacity: 1;
    visibility: visible;
  }
  .nav__sub-container {
    left: -10px;
    display: block;
  }
  .nav__item:hover .nav__sub-container {
    opacity: 1;
    visibility: visible;
  }
  .banner__wrapper {
    padding-bottom: 90px;
  }
  .banner__title {
    font-size: 52px;
    line-height: 1.4038461538;
    margin-top: -12px;
	color: #fff;
  }
  .banner__title span {
    font-size: 48px;
    line-height: 1.375;
    height: 76px;
    padding: 0 17px;
  }
  .banner__advantages {
    max-width: 630px;
  }
  .banner__advantage-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .banner__sidebar {
    width: 420px;
  }
  .services__cover {
    padding-top: 50px;
  }
  .services__item-name {
    padding: 16px 25px;
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .services__item-btn {
    bottom: 25px;
    left: 25px;
  }
  .calculation-content {
    padding-top: 102px;
  }
  .calculation-content_inner {
    padding-top: 143px;
  }
  .calculator__cover {
    padding-bottom: 130px;
  }
  .calculator_inner .calculator__cover {
    padding-bottom: 120px;
  }
  .calculator__advantages-label-text {
    font-size: 24px;
    line-height: 1.25;
    padding: 16px 14px;
  }
  .calculator__advantage-item {
    max-width: 330px;
  }
  .calculator__advantage-item:first-child {
    max-width: 205px;
  }
  .calculator__advantage-item:last-child {
    max-width: 475px;
  }
  .calculator_inner .calculator__advantage-item:nth-child(1) {
    max-width: 490px;
  }
  .calculator_inner .calculator__advantage-item:nth-child(2) {
    max-width: 330px;
  }
  .calculator_inner .calculator__advantage-item:nth-child(3) {
    max-width: 330px;
  }
  .calculator__advantage-text {
    font-size: 20px;
    line-height: 1.4;
  }
  .calculator__content {
    width: 65.7%;
  }
  .calculator__params {
    padding-bottom: 15px;
  }
  .calculator__param-field {
    display: flex;
    align-items: center;
  }
  .calculator__param-field-label {
    width: 100px;
  }
  .calculator__param-field-label + .calculator__param-field-container {
    margin-top: 0;
  }
  .calculator__sub-params {
    margin: 0 -38px;
  }
  .calculator__sub-param {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }
  .calculator__sub-param-label {
    padding: 0 8px;
    width: 100px;
  }
  .calculator__sub-param-field {
    padding: 0 8px;
  }
  .calculator__sub-param-label + .calculator__sub-param-field {
    margin-top: 0;
  }
  .calculator__sidebar {
    width: 34.3%;
  }
  .price__cover {
    padding-bottom: 166px;
  }
  .scheme__cover {
    padding-bottom: 133px;
  }
  .scheme__title {
    width: 410px;
  }
  .scheme__number {
    font-size: 150px;
    bottom: -19px;
  }
  .advantages__cover {
    padding-bottom: 176px;
  }
  .advantages__title {
    margin-bottom: 58px;
  }
  .advantages__sub-item-text {
    font-size: 20px;
    line-height: 1.4;
  }
  .advantages__sub-item-marker + .advantages__sub-item-text {
    padding-left: 15px;
  }
  .advantages__item {
    width: 25%;
  }
  .youtube__content {
    display: flex;
    align-items: center;
  }
  .youtube__btn-container {
    display: flex;
    position: relative;
    width: 270px;
    height: 270px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .youtube__info + .youtube__btn-container {
    margin-left: 40px;
  }
  .youtube__circles {
    display: block;
  }
  .contract__img {
    right: -90px;
  }
  .location__cover {
    padding-top: 140px;
  }
  .location_contacts .location__cover {
    padding-top: 68px;
  }
  .location__sidebar {
    width: 395px;
  }
  .location__item-count {
    min-width: 60px;
  }
  .location__footer-text {
    font-size: 30px;
    line-height: 1.2666666667;
  }
  .description__cover {
    padding-top: 83px;
    padding-bottom: 145px;
  }
    .advantages + .description .description__cover {
    padding-top: 0;
  }
  .description__wrapper {
    min-height: 700px;
  }
  .description__img-container {
    width: 700px;
    height: 700px;
    margin-left: -350px;
  }
  .description__img-bg div:nth-child(2) {
    width: 564px;
    height: 564px;
  }
  .description__img-bg div:nth-child(3) {
    width: 428px;
    height: 428px;
  }
  .description__img {
    max-width: 100%;
  }
  .description__content {
    margin: 0 -35px;
    padding-top: 120px;
  }
  .description__column {
    width: 350px;
    padding: 0 35px;
  }
  .description__delivery-content {
    font-size: 20px;
    line-height: 1.4;
  }
  .description__delivery-info + .description__delivery-sub-info {
    margin-top: 14px;
  }
  .description__mounting:before {
    transform: skewX(-18deg);
  }
  .description__mounting-content {
    padding: 21px 21px 21px 110px;
  }
  .description__mounting-img {
    display: block;
  }
  .description__mounting-circles {
    top: -19px;
    right: -34px;
  }
  .houses__wrapper {
    padding-bottom: 147px;
  }
  .houses__info {
    margin: 0 -45px;
    padding-bottom: 24px;
  }
  .houses__description {
    margin-left: 45px;
    margin-right: 45px;
    max-width: 375px;
  }
  .houses__count {
    font-size: 80px;
  }
  .houses__description-text {
    font-size: 24px;
    line-height: 1.4166666667;
  }
  .houses__sub-info {
    margin-left: 45px;
    margin-right: 45px;
    max-width: 410px;
  }
  .houses__sub-info-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .houses__sub-info-marker + .houses__sub-info-text {
    padding-left: 12px;
  }
  .houses__slide {
    width: 33.3333333333%;
  }
  .work__cover {
    padding-top: 163px;
  }
  .work_inner .work__cover {
    padding-top: 44px;
  }
  .work_text .work__cover {
    padding-top: 124px;
    padding-bottom: 157px;
  }
  .work__head {
    margin: 0 -37px;
  }
  .work__title {
    padding: 0 37px;
  }
  .work__button {
    margin-left: 37px;
    margin-right: 37px;
  }
  .work__carousel-wrapper {
    width: 63.5%;
  }
  .work__info {
    width: 36.5%;
  }
  .video-reviews__cover {
    padding-top: 107px;
  }
  .reviews__cover {
    padding-bottom: 140px;
    padding-top: 120px;
  }
  .reviews__head {
    padding-bottom: 85px;
  }
  .reviews__title {
    margin-bottom: 50px;
  }
  .reviews__sub-info {
    margin-left: -115px;
  }
  .reviews__working-time-label {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .reviews__working-time-years span {
    font-size: 45px;
  }
  .reviews__working-time-label + .reviews__working-time-years {
    margin-top: 15px;
  }
  .reviews__working-time + .reviews__number-objects:before {
    width: 86px;
    height: 172px;
    left: 3px;
    top: -26px;
  }
  .reviews__number-objects-count {
    font-size: 70px;
  }
  .reviews__number-objects-count span {
    font-size: 28px;
  }
  .reviews__number-objects-label {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .reviews__number-objects-count + .reviews__number-objects-label {
    margin-top: 14px;
  }
  .reviews__user-img-container {
    width: 60px;
  }
  .reviews__user-name {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .reviews__user-name + .reviews__user-city {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.5;
  }
  .reviews__block-label {
    font-size: 45px;
  }
  .reviews__block-description {
    font-size: 90px;
  }
  .instagram__cover {
    padding-top: 449px;
    padding-bottom: 165px;
  }
  .instagram_contacts .instagram__cover,
  .instagram_text .instagram__cover {
    padding-top: 0;
    padding-bottom: 175px;
  }
  .instagram__icon-container {
    display: block;
  }
  .inner-banner__cover {
    padding-top: 70px;
    padding-bottom: 47px;
  }
  .inner-banner__content {
    max-width: 690px;
  }
  .inner-banner.noimage .inner-banner__content {
      max-width: 900px;
      margin-left: auto;
    margin-right: auto;
  }
  .inner-banner__title {
    font-size: 56px;
    line-height: 1.1428571429;
  }
  .inner-banner__title span {
    font-size: 32px;
    /*top: -25px;*/
    padding: 4px 10px;
  }
  .inner-banner__description {
    font-size: 26px;
  }
  .inner-banner__advantage-item {
    width: 33.3333333333%;
  }
  .inner-banner__sub-info {
    min-width: 290px;
    width: auto;
  }
  .inner-banner__sub-info-text strong {
    display: block;
  }
  .inner-banner__img {
    bottom: 16px;
    top: auto;
    transform: none;
  }
  .page-25 .inner-banner__img {
    top: 50%;
    transform: translateY(-50%);
  }
  .inner-info__wrapper {
    margin-top: -25px;
    padding: 72px 38px 0;
    border-radius: 10px 10px 0 0;
  }
  .inner-info__title {
    max-width: 465px;
  }
  .solutions__card-info {
    flex-wrap: nowrap;
  }
  .solutions__card-content + .solutions__card-footer .solutions__card-info {
    margin-top: -12px;
  }
  .solutions__card-btn-container {
    width: auto;
    margin-top: 0;
  }
  .solutions__card-price + .solutions__card-btn-container {
    margin-top: 0;
  }
  .solutions__card-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
  .consultation__form-container {
    width: 380px;
  }
  .inner-description__content {
    margin: 0 -30px;
  }
  .inner-description__img-container {
    margin: 0 30px;
    width: 552px;
  }
  .inner-description__info-container {
    padding: 0 30px;
  }
  .info-contacts__text {
    padding-bottom: 38px;
  }
  .info-contacts__detail {
    padding-bottom: 13px;
  }
  .info-contacts__detail-column {
    width: 50%;
  }
  .info-contacts__content + .info-contacts__form-container {
    margin-left: 105px;
  }
  .text__container {
    margin-right: 375px;
  }
  .text__container .services {
    margin-right: -375px;
  }
  .text__container .gallery {
    margin-right: -375px;
  }
  .text.full .text__container {
    margin-right: 0;
  }
  .text.full .text__container .services {
    margin-right: 0;
  }
  .text.full .text__container .gallery {
    margin-right: 0;
  }
  .footer__form-bg:before {
    display: block;
  }
  .footer__form-bg div {
    padding: 0 30px 30px;
  }
  .footer__form-content {
    padding: 0 62px 63px;
  }
  .footer__form-title {
    padding: 0 18px;
    font-size: 30px;
    line-height: 1.4333333333;
  }
  .footer__fields {
    width: 580px;
  }
  .footer__field-container {
    padding: 0 18px;
  }
  .footer__btn-container {
    padding: 0 18px;
    width: auto;
  }
  .footer__form-btn {
    width: 250px;
  }
  .footer__content {
    margin: 0 -20px;
    padding-bottom: 30px;
  }
  .footer__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__logo {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer__nav {
    margin: -8px 0 31px;
  }
  .footer__nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__sub-nav-wrapper {
    padding-top: 3px;
  }
  .footer__sub-nav-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer__sub-nav-item {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__contacts {
    width: 270px;
    margin: 0 20px;
  }
  .footer__phone-content {
    font-size: 24px;
    line-height: 1.3333333333;
  }
  .footer__email-link {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__policy {
    font-size: 16px;
    line-height: 1.5;
  }
  .work_blocks__items .item {
    width: 25%;
  }
  .work_blocks__items.articles .item {
    width: 33.33%;
  }
  .num-col_4 .cards-blocks__item ,
  .num-col_5 .cards-blocks__item {
    width: 20%;
  }
}
@media screen and (min-width:1360px) {
  .cover {
    max-width: 1230px;
  }
  .header__company-info {
    padding: 0 5px;
  }
  .header__logo {
    padding: 0 10px;
  }
  .header__site-description {
    margin: 0 10px;
  }
  .floating .header__contacts-info {
    transform: translateX(-74px);
  }
  .header__networks {
    padding: 0 5px;
  }
  .header__networks-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .header__networks + .header__contacts {
    padding-left: 25px;
  }
  .header__phone-icon + .header__contacts-content {
    padding-left: 20px;
  }
  .header__phone {
    font-size: 22px;
    padding-top: 5px;
  }
  .header__phone + .header__working-hours {
    padding-top: 9px;
  }
  .header__btn {
    padding-left: 23px;
    padding-right: 23px;
  }
  .modal-nav__item-cover {
    max-width: none;
  }
  .modal-nav__sub-item-cover {
    max-width: none;
  }
  .modal-nav__footer-cover {
    max-width: none;
  }
  .calculator__content {
    width: 68%;
  }
  .calculator__params {
    padding-left: 37px;
    padding-bottom: 11px;
  }
  .calculator_inner .calculator__params {
    padding-left: 50px;
    padding-bottom: 8px;
  }
  .calculator__img-container {
    margin-left: -30px;
  }
  .calculator__sidebar {
    width: 32%;
  }
  .price__content {
    margin: 0 37px;
  }
  .advantages__sub-list {
    margin: 0 -25px;
  }
  .advantages__sub-item {
    padding: 0 25px 20px;
    width: 32%;
  }
  .advantages__sub-item:last-child {
    width: 23%;
  }
  .youtube__img-container + .youtube__content {
    padding-left: 60px;
  }
  .youtube__info + .youtube__btn-container {
    margin-left: 100px;
  }
  .contract__img {
    right: -25px;
  }
  .location__sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
  }
  .location__sidebar-content {
    border-radius: 15px;
    background: #fff;
  }
  .location__footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .location__footer-text {
    font-size: 32px;
    line-height: 1.25;
  }
  .location__footer-text + .location__footer-btn-container {
    margin-left: 50px;
  }
  .description__content {
    margin: 0 -45px;
  }
  .description__column {
    width: 375px;
    padding: 0 45px;
  }
  .description__column-head + .description__delivery-info {
    padding-top: 29px;
  }
  .description__delivery-info + .description__delivery-sub-info {
    margin-top: 22px;
  }
  .description__mounting {
    margin-bottom: 40px;
  }
  .description__mounting-content {
    padding-right: 30px;
  }
  .work__carousel-wrapper {
    width: 66%;
  }
  .work__carousel-button {
    width: 66px;
    height: 66px;
    border-width: 10px;
    margin-top: -33px;
  }
  .work__carousel-button_next {
    right: -3px;
  }
  .work__carousel-button_prev {
    left: -3px;
  }
  .work__info {
    width: 34%;
  }
  .reviews__cover {
    padding-bottom: 160px;
  }
  .reviews__sub-info {
    margin-left: -40px;
  }
  .reviews__block-text {
    bottom: -12px;
  }
  .reviews__block-label {
    font-size: 50px;
  }
  .reviews__block-description {
    font-size: 100px;
  }
  .instagram__slide {
    width: 25%;
  }
  .instagram__carousel-button_next {
    right: -29px;
  }
  .instagram__carousel-button_prev {
    left: -29px;
  }
  .inner-banner__img {
    right: 38px;
  }
  .inner-info__head {
    margin: 0 -65px;
  }
.services__item-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 16px 20px;
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5833333333;
  color: #fff;
}
.services__item-name {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  
  .services__item-name {
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .services__item-name {
    font-size: 22px;
    line-height: 1.3636363636;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .services__item-name {
    padding: 16px 25px;
    font-size: 24px;
    line-height: 1.5833333333;
  }