.container {
  min-width: 360px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header_container .header.template1 .header-line-two {
  height: 100px;
}
.header_container .header.template1 .header-line-one .container .contacts div,
.header_container .header.template1 .header-line-one .container .contacts div a,
.header_container
  .header.template1
  .header-line-two
  .container
  .site-menu
  .menu-elements
  > li
  a {
  font-size: 18px;
}
.header_container .header.template1 .header-line-two .container .site-logo {
  max-width: 170px;
}
.header .slogan {
  color: #fff;
  font-size: 18px;
  max-width: 200px;
  align-items: center;
  margin-left: 20px;
}
.header_alt .header.template1 {
  background: rgb(0, 161, 221) !important;
}
.section .section-title:not(.no-seperator)::after {
  width: 100px;
  height: 5px;
  margin: 15px 0;
}
.section-title span {
  color: rgb(0, 161, 221);
}
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.custom-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 28px;
  background: linear-gradient(135deg, #ffd64f, #ffb800);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.personal {
  position: relative;
  z-index: 15;
}
.uslugi_section .container,
#formX3va1X .container {
  z-index: 1;
}
/*
.uslugi_section::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: saturate(180%) blur(10px);
  position: absolute;
  top: 0;
  display: block;
}
*/
.services-section-template2 .services .service-inner {
  background-color: #f8f8f8;
}
#formX3va1X {
  color: #fff;
}
#formX3va1X::after {
  background-color: rgba(12, 26, 63, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: saturate(180%) blur(10px);
  position: absolute;
  top: 0;
  display: block;
}
#vybor .service-icon {
  width: 100px;
  height: 100px !important;
  background: rgb(0, 161, 221);
  clip-path: polygon(
    50% 0%,
    /* верхняя точка */ 100% 25%,
    /* правая верхняя */ 100% 75%,
    /* правая нижняя */ 50% 100%,
    /* нижняя */ 0% 75%,
    /* левая нижняя */ 0% 25% /* левая верхняя */
  );
  position: relative;
}
#vybor .service-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
#vybor .services .service-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.soglasie-wr a {
  color: #fff;
  font: 11px/22px "Roboto", sans-serif;
}
.soglasie-wr a:hover {
  text-decoration: underline;
}
#callback-popup .soglasie-wr a {
  color: #333;
}
.online-calc__step-footer .soglasie-wr {
  margin-bottom: 25px;
  justify-content: left;
  display: flex;
}
.online-calc__step-footer .soglasie-wr span {
  color: #333;
  margin-left: 5px;
}
.online-calc__step-footer .soglasie-wr a {
  color: #333;
  font: inherit;
}
.online-calc__step-footer .soglasie-wr a:hover {
  text-decoration: underline;
}

.vmestoslider {
  height: 145px;
  width: 100%;
  position: relative;
  display: block;
}
.site-logo a {
  width: auto;
  height: 100%;
}

.footer.template3 .footer-first .slogan {
  max-width: 100%;
  text-align: center;
}

.header_container .header.template1 .header-line-two .container .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_container .header.template1 .header-line-two .container .phone a {
  margin-right: 25px;
}
.header_container .header.template1 .header-line-two .container .phone svg {
  fill: #fff;
}
.header_container .header.template1 .header-line-two .container .menu-burger {
  flex-grow: 0;
}
/*кнопка*/
.header_container .slider .item .item-inner .container {
  overflow: visible;
}
.header_sticky .container .menu-burger {
  flex-grow: 0;
}

.header_sticky .container .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_sticky .container .phone a {
  margin-right: 25px;
}

.header_sticky .container .phone svg {
  fill: #000;
}

.button {
  border: none;
  border-radius: 999px;
  background-color: rgb(0, 161, 221);
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  box-shadow: 0 8px 20px rgba(0, 161, 221, 0.4);
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}

.button:hover {
  background-color: rgb(0, 140, 200);
  box-shadow: 0 12px 24px rgba(0, 161, 221, 0.6);
  transform: translateY(-2px);
  color: #fff;
}

.button:active {
  transform: translateY(0);
  box-shadow: 0 6px 12px rgba(0, 161, 221, 0.3);
}

.button.is-outlined {
  background: transparent;
  border: 2px solid rgb(0, 161, 221);
  color: rgb(0, 161, 221);
  box-shadow: none;
}

.button.is-outlined:hover {
  background-color: rgb(0, 161, 221);
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 161, 221, 0.3);
}

.header_container .slider .item.item-light .item-buttons .button.is-outlined {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 10px 20px -10px rgba(255, 255, 255, 0.99);
}

.header_container
  .slider
  .item.item-light
  .item-buttons
  .button.is-outlined:hover {
  border-color: rgb(0, 161, 221);
  color: #ffffff;
  box-shadow: 0px 20px 40px -20px rgba(0, 161, 292, 0.99);
}
.button-y {
  background-color: #ffd64f;
  color: #333;
}
.button-y span {
  display: inline;
}
.button-y:hover {
  background-color: #fff;
  color: #333;
  box-shadow: none;
  transform: none;
  color: #333;
}
.item-buttons .button-y svg {
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  opacity: 0;
  margin-left: -2rem;
  fill: #333;
}

.button-y:hover svg {
  opacity: 1;
  margin-left: 0;
}
/*калькулятор*/

.online-calc {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 20px;
}

.price-list__mobile-btn {
  display: none;
}

.online-calc__step {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 #0000001a;
  padding: 32px 30px 25px 30px;
  height: 100%;
  display: none;
  grid-template-rows: min-content;
}

.online-calc__step.active {
  display: grid;
}

.online-calc__step-title {
  color: #306aa3;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 48px;
  position: relative;
}

.online-calc__step-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 60px);
  height: 1px;
  background-color: #e8e8e8;
}

.online-calc__form-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}

.online-calc__form-input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  padding: 15px;
}

.online-calc__form-input::placeholder {
  color: #9a9a9a;
}

.online-calc__step-content {
}

.online-calc__form-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #306aa3;
  margin-bottom: 10px;
}

.online-calc__step-footer {
  margin-top: auto;
}

.online-calc__required-field-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #9f9f9f;
}

.online-calc__btn-next-step {
  width: 60%;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20%;
  margin-top: 50px;
  font-size: 1em;
}

.online-calc__btn-next-step::after {
  content: "";
  display: block;
  margin-left: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*
.online-calc__btn-next-step::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 60px);
  height: 1px;
  background-color: #e8e8e8;
}
*/
.online-calc__all-data {
  box-shadow: 0px 4px 20px 0px #0000001a;
  border-radius: 5px;
  padding: 30px 15px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.online-calc__all-data-header {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 20px;
}

.online-calc__all-data-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}

.online-calc__data-item-np {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.online-calc__data-item-np-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  color: #306aa3;
}

.online-calc__data-item-np-value {
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.5em;
}

.online-calc__data-item-adress {
  background: #00ace3;
  width: 353px;
  height: 64px;
  border-radius: 10px 0 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.online-calc__data-item-adress::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  border: 32px solid transparent;
  border-right: 27px solid #fff;
}

.online-calc__data-item-adress-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #fff;
}

.online-calc__data-item-adress-value.recorded {
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
}

.online-calc__all-data-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0.3;
  width: 100%;
}

.online-calc__all-data-bg.full-opacity {
  opacity: 1;
}

.online-calc__all-data-bg::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  background-color: #6c6d6e;
  z-index: 0;
  height: 32%;
}

.online-calc__all-data-bg img {
  width: 67%;
  margin: 0 auto;
  z-index: 1;
}

.online-calc__error-text {
  color: #e31414;
  font-size: 16px;
  display: table;
  margin: 0 auto;
  margin-top: 6px;
}

.custom-select-address {
}

.custom-select-address__selected {
  padding: 15px;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 10px;
  cursor: pointer;
}

.custom-select-address__selected.selected
  .custom-select-address__selected-text {
  font-weight: 500;
  color: #306aa3;
}

.custom-select-address__selected::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #00ace3;
  border-right: 2px solid #00ace3;
  transform: rotate(135deg) translateY(-50%);
}

.custom-select-address__selected-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #9a9a9a;
}

.custom-select-address__list {
  border-radius: 0 0 10px 10px;
  border: 1px solid #dddddd;
  border-top: none;
  padding-top: 10px;
  margin-top: -10px;
  overflow: hidden;
}

.custom-select-address__item {
  cursor: pointer;
  padding: 15px;
  position: relative;
  transition: background 0.2s;
}

.custom-select-address__item:hover {
  background: #ebf5fe;
}

.custom-select-address__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #e8e8e8;
}

.custom-select-address__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #306aa3;
}

.hidden {
  display: none !important;
}

.online-calc__all-data-icons {
  display: flex;
  row-gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
.online-calc__data-item-distance,
.online-calc__data-item-heated-area,
.online-calc__data-item-floors {
  padding: 0 15px;
  width: 33%;
  display: flex;
  justify-content: center;
}
.online-calc__data-item-equipment {
  width: 100%;
}
.online-calc__data-item-floors {
  padding-right: 0;
}

.online-calc__data-item-distance {
  position: relative;
  padding-left: 0;
}

.calc-static-data__heated-area {
  margin-right: 2px;
}

.online-calc__data-item-distance-value {
  position: absolute;
  top: -2px;
  right: 10px;
  right: 31%;
  transform: translateX(50%);
}
.online-calc__data-item-equipment-value span {
  color: #333;
}
.online-calc__icon-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #306aa3;
}

.online-calc__data-item-heated-area {
  position: relative;
  display: flex;
  align-items: center;
}

.online-calc__data-item-heated-area-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.second-degree {
  position: relative;
  font-size: 11px;
  top: -4px;
}

.data-item-wrapper {
  width: 86px;
  position: relative;
  height: 35px;
}
.online-calc__checkbox-custom {
  border: 2px solid #00ace3;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}

.online-calc__checkbox-custom svg {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.online-calc__checkbox
  .form-control:checked
  + .online-calc__checkbox-custom
  svg {
  display: block;
}

.online-calc__label-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
}

.online-calc__checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.online-calc__checkbox-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0px 4px 20px 0px #0000001a;
  border-radius: 10px;
}

.online-calc__finish-step {
  background-color: #fff;
  padding: 32px 20px 25px 25px;
}

.online-calc__step-title-finish {
  color: #333;
  margin-bottom: 13px;
}

.online-calc__step-title-finish::after {
  display: none;
}

.online-calc__form-title-finish {
  color: #333;
  font-weight: 700;
  margin-bottom: 13px;
}

.online-calc__form-text-finish {
  color: #333;
  font-size: 16px;
  margin-top: 32px;
}

.online-calc__btn-finish-step::after {
  display: none;
}

.online-calc__btn-finish-step::before {
  width: 350px;
  top: -28px;
  background-color: #e8e8e84d;
}

.price-list {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  position: relative;
}

.price-list__first {
}

.price-list-text--dif-color {
  color: #306aa3;
}

.price-list-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}

.price-list-text-margin {
  margin-bottom: 23px;
}

.price-list-btn {
  margin-top: 29px;
}

div.face__top {
  width: 100%;
  margin-bottom: 50px;
}

.face__top .face__top-text {
  max-width: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  padding: 0;
}

.contact-us {
  display: flex;
  gap: 55px;
  margin: 60px 0;
}

.contact-us__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
}

.contact-us__btns {
  display: flex;
  gap: 15px;
}

.contact-us__btn {
  padding: 20px 13px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0.1em;
  font-weight: 700;
  height: 60px;
}

.btn--light {
  border: 2px solid #00ace3;
}

.order__wrapper {
}

.order__top {
  padding: 38px 69px;
}

.order__data {
  padding: 0px !important;
}

.order__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: center;
  padding: 0;
}

.order__list {
  display: grid;
  grid-template-columns: repeat(5, 168px);
  grid-template-rows: 178px;
  gap: 45px;
  margin: 37px auto 26px auto;
}

.order__list-item {
  padding: 17px 23px;
  background: #ffffff80;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 30px;
  transition: background 0.2s;
}

.order__list-item:hover {
  background: #00ace3;
}

.order__list-item-img {
}

.order__list-item-text {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.order__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 44px;
}

.order__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 138px);
  height: 1px;
  background-color: #ffffff80;
}

.order__btn {
  border: 2px solid #ffffff;
  margin: 0 auto;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 260px;
  height: 60px;
}

.pravo__wrapper {
  margin-bottom: 100px;
}

.finish-calc {
  position: absolute;
  bottom: 23px;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.finish-calc__price-block {
  height: 55px;
  border-radius: 30px;
  background: #00ace3;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 15px;
  gap: 10px;
}

.finish-calc__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.finish-calc__price,
.finish-calc__price-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
}

.finish-calc__add-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #306aa3;
  max-width: 595px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .online-calc__step {
    height: auto;
  }

  .online-calc {
    height: auto;
  }

  .online-calc__all-data-bg {
    position: relative;
    bottom: -30px;
  }

  .online-calc__all-data-bg::after {
    width: calc(100% + 60px);
  }

  .online-calc__btn-finish-step::before {
    display: none;
  }

  .online-calc__step-content {
    position: relative;
    margin-bottom: 60px;
  }

  .online-calc__finish-step .online-calc__step-content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 60px);
    height: 1px;
    background-color: #e8e8e8;
    opacity: 0.3;
  }

  .team-slider__title {
    font-size: 36px;
    line-height: 39.6px;
  }

  .price-list-img {
    width: 340px;
  }

  .price-list-btn {
    display: none;
  }

  .price-list__mobile-btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #306aa3;
    width: 100%;
    position: absolute;
    top: 100%;
  }

  .price-list-text--dif-color {
    display: none;
  }

  .order__list {
    display: grid;
    grid-template-columns: repeat(5, 148px);
    grid-template-rows: 178px;
    gap: 15px;
    margin: 37px auto 26px auto;
  }

  .price-list-img {
    width: 340px;
    height: 256px;
  }

  .team-slider__title {
    padding-bottom: 11px;
  }

  .contact-us {
    flex-direction: column;
    gap: 17px;
    align-items: center;
  }

  .contact-us__text {
    text-align: center;
    font-weight: 500;
  }

  .order__top {
    padding: 30px;
    display: flex;
    flex-direction: column;
  }

  .order__top .order__data {
    width: 100%;
  }

  .order__title {
    margin: 0;
    font-size: 26px;
    line-height: 31px;
  }

  .order__list {
    margin: 15px auto 12px auto;
    grid-template-columns: repeat(5, 102px);
    grid-template-rows: 115px;
  }

  .order__list-item-img {
    width: 87%;
  }

  .order__list-item {
    padding: 10px;
  }

  .order__list-item-text {
    font-size: 10px;
    line-height: normal;
  }

  .order__list-item-img {
    width: 59%;
  }

  .order__list-item-img-5 {
    width: 83px;
  }

  .pravo__items {
    gap: 10px;
  }

  .pravo__wrapper {
    margin-bottom: 114px;
  }
}

@media screen and (max-width: 768px) {
  .online-calc__btn-next-step {
    width: 100%;
    margin: 0;
    margin-top: 50px;
  }

  .data-item-wrapper {
    width: auto;
  }
  .online-calc__all-data-icons {
    justify-content: space-between;
  }
  .online-calc__data-item-distance,
  .online-calc__data-item-heated-area,
  .online-calc__data-item-floors {
    padding: 0;
  }
  .finish-calc {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    row-gap: 10px;
  }
  .team-slider__title {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
  }

  .price-list-text-margin {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .price-list__mobile-btn {
    position: static;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
  }

  .price-list {
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-bottom: 30px;
  }

  div.face__top {
    box-shadow: none;
    padding: 0;
    margin-bottom: 17px;
  }

  .face__top-name {
    font-size: 20px;
    line-height: 26px;
  }

  .face__top-text,
  .contact-us__text {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-us {
    margin: 22px 0 35px 0;
  }

  .contact-us__btns {
    flex-direction: column;
    gap: 10px;
  }

  .contact-us__btn {
    width: 340px;
    display: flex;
    justify-content: center;
  }

  .order__title {
    font-size: 20px;
    line-height: 22px;
  }

  .order__list {
    margin: 22px auto 20px auto;
  }

  .pravo__wrapper {
    margin-bottom: 67px;
  }

  .order__list {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 270px;
  }

  .order__list-item {
    width: 121px;
    height: 136px;
  }
}

@media screen and (max-width: 500px) {
  .online-calc__all-data,
  .online-calc__step {
    padding: 22px 15px;
  }

  .online-calc__data-item-adress {
    width: 100%;
  }

  .online-calc__btn-next-step {
    margin: 0 auto;
    margin-top: 50px;
  }

  .finish-calc__price,
  .finish-calc__price-text {
    font-size: 22px;
  }

  .finish-calc__text {
    font-size: 14px;
  }

  .finish-calc__price-block {
    gap: 6px;
    margin-bottom: 3px;
  }
}

/* гармошка как мы работаем */

.hwws-accordion {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  gap: 8px;
}

.hww-slide {
  flex: 0 0 80px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hww-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    transparent 100%
  );
  opacity: 0.6;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}

.hww-slide.active::before {
  opacity: 0.3;
}

#hwwsOt8QLT .hww-slide:first-child {
  margin-left: 0;
}

#hwwsOt8QLT .hww-slide:last-child {
  margin-right: 0;
}

.hww-slide.active {
  flex: 1 0 60%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hww-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  z-index: 2;
  transition: all 0.4s ease;
  transform-origin: left bottom;
}

.hww-slide:not(.active) .hww-title {
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
  width: auto;
  white-space: nowrap;
  bottom: 20px;
  left: 20px;
  padding: 0;
}

.hww-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}

.hww-slide.active .hww-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.hww-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, opacity 0.6s ease;
  opacity: 0;
}

.hww-slide.active .hww-description {
  max-height: 300px;
  opacity: 1;
}

/* Индикатор активного состояния */
.hww-indicator {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 2;
}

.hww-slide.active .hww-indicator {
  width: 40px;
  height: 4px;
  background: #00a1dd;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .hwws-accordion {
    height: 400px;
  }

  .hww-slide {
    flex: 0 0 60px;
  }

  .hww-slide.active {
    flex: 1 0 70%;
  }
}

@media (max-width: 768px) {
  .hwws-accordion {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }

  .hww-slide {
    flex: 0 0 70px;
    width: 100%;
    transition: all 0.5s ease;
  }

  .hww-slide.active {
    flex: 1 0 auto;
    min-height: 250px;
  }

  .hww-title {
    writing-mode: horizontal-tb;
    transform: none !important;
    padding: 15px 50px 15px 20px;
    background: rgba(0, 161, 221, 0.85);
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }

  .hww-slide:not(.active) .hww-title {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 20px;
  }

  .hww-overlay {
    position: relative;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: #fff;
  }

  .hww-slide.active .hww-overlay {
    max-height: 500px;
  }

  .hww-description {
    max-height: none !important;
    opacity: 1 !important;
  }

  .hww-title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }

  .hww-slide.active .hww-title::after {
    transform: translateY(-50%) rotate(225deg);
  }
}

@media (max-width: 480px) {
  .hww-slide {
    border-radius: 5px;
  }

  .hww-slide.active {
    min-height: 220px;
  }

  .hww-title {
    padding: 12px 45px 12px 15px;
    font-size: 0.95rem;
  }

  .hww-overlay {
    padding: 15px;
    border-radius: 5px 5px 0 0;
    opacity: 0;
  }
  .hww-slide.active .hww-overlay {
    opacity: 1;
  }
  .hww-description {
    font-size: 0.95rem;
  }
  .hww-slide::before {
    border-radius: 5px;
  }
  .header_container .slider .item .item-inner .item-description {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .header_container .slider .item .item-inner .item-description {
    font-size: 1rem;
    line-height: 1.3;
  }
  .header_container .slider .item .item-inner .item-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
/*сообщение про куки*/
.cc_banner-wrapper {
  z-index: 9001;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.cc_banner-wrapper.active {
  transform: translateY(0);
  opacity: 1;
}

.cc_container {
  background: #fff;
  box-shadow: 0 7px 8px 4px rgba(0, 0, 0, 0.16),
    0 7px 8px 4px rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  margin: 0 auto;
}

.cc_btn_accept_all {
  padding: 10px 60px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.cc_btn_accept_all:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cc_message {
  color: #9b9c9e;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  margin-right: 30px;
  font-weight: 300;
}

.cc_message a {
  color: #9b9c9e;
  text-decoration: none;
  font-weight: 300;
}
.cc_message a:hover {
  color: #2b2b2b;
}

@media (max-width: 576px) {
  .cc_container {
    flex-direction: column;
  }
  .cc_message {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
  }
  .section {
    padding: 25px 0;
  }
  .services-section-template1 .services {
    margin-top: 25px;
  }
  .section .section-title {
    font-size: 1.5em;
    line-height: 1.5;
  }
  .advantages-section-template .advantages {
    margin-top: 25px !important;
  }
  .contacts-section-template1 .contacts-inner .contacts-data {
    margin-top: 25px !important;
  }
  .contacts-section-template1 .contacts-inner.with-map {
    padding-bottom: 340px !important;
  }
  .projects-section-template .projects,
  .services-section-template2 .services {
    margin-top: 25px !important;
  }
}
.footer.template3 .footer-second .oferta {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 15px;
}

#callback-popup .form-success {
  display: block;
}

/* .whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

.whatsapp-button svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
 */
.button-fixed-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: visible;
  gap: 25px;
}

.tg-button {
  position: relative;
  width: 64px;
  height: 64px;
  background: #40B3E0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.max-button {
  position: relative;
  width: 64px;
  height: 64px;
  background: #00f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.button-fixed-wrapper svg {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* ——— пульсация ——— */
.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

.pulse-ring1 {
  animation: pulse1 4s ease-out infinite;
  background: radial-gradient(circle, #4cf 0%, #4cf 40%, transparent 70%);
}
.tg-button .pulse-ring1 {
  animation: pulse1 2.5s ease-out infinite;
  background: radial-gradient(circle, #4cf 0%, #4cf 40%, transparent 70%);
}
.pulse-ring2 {
  animation: pulse2 4s ease-out infinite;
  background: radial-gradient(circle, #53e 0%, #53e 40%, transparent 70%);
}

.pulse-ring3 {
  animation: pulse3 4s ease-out infinite;
  background: radial-gradient(circle, #00f 0%, #00f 40%, transparent 70%);
}

.pulse-ring4 {
  animation: pulse4 4s ease-out infinite;
  background: radial-gradient(circle, #93d 0%, #93d 40%, transparent 70%);
}

@keyframes pulse1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

@keyframes pulse2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  15% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

@keyframes pulse3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  30% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

@keyframes pulse4 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  45% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.whatsapp-button:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.phone-wrap {
  position: relative;
  width: 30px;
  height: 30px;
}

.wave {
  position: absolute;
  top: 0;
  left: 16px;
  width: 14px;
  height: 14px;
  opacity: 0;
  transform-origin: 0 100%;
  animation: signal 1.8s linear infinite;
}

.wave2 {
  animation-delay: 0.45s;
}

.wave3 {
  animation-delay: 0.9s;
}
.header_sticky .container .wave {
  filter: invert(1);
}
@keyframes signal {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
