@charset "UTF-8";
.bak .container .list .item {
  padding: 20px 30px 0px 40px;
  background: #242424;
  border-radius: 6px;
  color: #FFF;
  position: relative;
}

.produstcia .container .tab-contents .tab-content .right .parametr {
  border-radius: 6px;
  background: #242424;
  padding: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.peculiarities .container .list .item {
  border-radius: 6px;
  background: #242424;
  padding: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.produstcia .container .tab-contents .tab-content .right .attribute {
  border-radius: 6px;
  background: #242424;
  padding: 50px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.produstcia .container .tab-contents .tab-content .left .attribute {
  border-radius: 6px;
  background: #242424;
  padding: 50px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .bottom .container {
  padding-top: 35px;
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px 200px;
  grid-template-columns: 1fr 200px 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  footer .bottom .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
  }
}

footer .bottom .container .right {
  text-align: right;
}
@media screen and (max-width: 600px) {
  footer .bottom .container .right {
    text-align: center;
  }
}

.product .container .right .swiper .swiper-wrapper .swiper-slide .img {
  height: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .product .container .right .swiper .swiper-wrapper .swiper-slide .img {
    height: auto;
  }
}

#new__contacts {
  height: 90px;
}

.bak .list .item:nth-child(1) {
  padding-left: 200px !important;
}
.bak .list .item:nth-child(1) img {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .bak .list .item:nth-child(1) {
    padding-left: 20px !important;
  }
  .bak .list .item:nth-child(1) img {
    width: 100%;
  }
}
.bak .list .item:nth-child(3) img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bak .list .item:nth-child(4) {
  text-align: left !important;
  padding-left: 160px !important;
}
@media screen and (max-width: 1024px) {
  .bak .list .item:nth-child(4) {
    padding-left: 20px !important;
  }
  .bak .list .item:nth-child(4) img {
    width: 100%;
  }
}

.produstcia .container .tabs .tab-buttons .tab-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 155%;
  color: #121212;
  padding: 0 5px;
  padding-bottom: 5px;
  background: none;
  border: none;
  border-bottom: 4px solid transparent;
  margin-bottom: -4px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 30%;
}
@media screen and (max-width: 1024px) {
  .produstcia .container .tabs .tab-buttons .tab-btn {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.produstcia .container .tab-contents {
  padding-top: 25px;
}

.produstcia .container .tab-contents .tab-content .right .title {
  font-weight: 400;
  font-size: 23px;
  line-height: 103%;
  color: #e23a37;
  margin-bottom: 25px;
}

.produstcia .container .tab-contents .tab-content .right .attribute {
  border-radius: 6px;
  background: #242424;
  padding: 34px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.produstcia .container .tab-contents .tab-content .right .attribute h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
  color: #FFF;
  margin-bottom: 12px;
}

.produstcia .container .tab-contents .tab-content .right .parametr {
  border-radius: 6px;
  background: #242424;
  padding: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}

.produstcia .container .tab-contents .tab-content .right .parametr h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #FFF;
  margin-bottom: 12px;
}

.produstcia .container .tab-contents .tab-content .right .parametr ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgba(255, 255, 255, 0.77);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 5px 0;
}

.produstcia .container .tab-contents .tab-content .left .attribute {
  border-radius: 6px;
  background: #242424;
  padding: 34px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.produstcia .container .tab-contents .tab-content .left .img {
  text-align: center;
  border-radius: 6px;
  border: 1px solid #CCC;
  padding: 30px 20px;
  margin-bottom: 14px;
  padding-bottom: 0;
}
.produstcia .container .tab-contents .tab-content .left .img img {
  height: 360px;
}
@media screen and (max-width: 1024px) {
  .produstcia .container .tab-contents .tab-content .left .img img {
    height: 200px;
  }
}

.vprodukt-gallery .swiper-slide img {
  height: 360px;
}
@media screen and (max-width: 1024px) {
  .vprodukt-gallery .swiper-slide img {
    height: 200px;
  }
}

.vprodukt-slider-thumbs .swiper-slide img {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .vprodukt-slider-thumbs {
    display: none !important;
  }
}

.produstcia .container .tab-contents .tab-content .left .attribute h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
  color: #FFF;
  margin-bottom: 12px;
}

.bez-hero .container .block .button a {
  display: inline-block;
  border-radius: 55px;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: 0.5s background;
  transition: 0.5s background;
}

.p__more {
  background: #3e8edd;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .p__more {
    display: block;
  }
}

@media (max-width: 1024px) {
  .bak .container .list .item {
    display: none;
  }
  .bak .container .list .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* клас коли відкрито всі */
  .bak.show-all .list .item {
    display: block;
  }
}
.produstcia .container {
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .produstcia .container {
    padding-top: 60px;
  }
}

.tabs {
  overflow: hidden;
}

.produstcia .container .tabs .tab-buttons {
  display: block;
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .produstcia .container .tabs .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .produstcia .container .tabs .tab-buttons .tab-btn {
    min-width: 150px;
  }
}

@media (max-width: 1024px) {
  .peculiarities .container .list .item {
    display: none;
  }
  .peculiarities .container .list .item:first-child {
    display: block;
  }
  /* клас коли відкрито всі */
  .peculiarities.show-all .list .item {
    display: block;
  }
}
@media (max-width: 1024px) {
  .advantages .container .list .item {
    display: none;
  }
  .advantages .container .list .item:first-child {
    display: block;
  }
  /* клас коли відкрито всі */
  .advantages.show-all .list .item {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .map-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m__vid {
  margin-top: 30px;
}
.m__vid a {
  display: inline-block;
  font-weight: 700;
  font-size: 44px;
  border-radius: 6px;
  background: #e23a37;
  padding: 20px 4px;
  width: 100%;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .m__vid a {
    font-size: 32px;
  }
}

/* приклад: заміна курсора по всьому сайту */
body {
  cursor: url("../img/cursor.png") 16 16, auto;
}

/* або тільки для посилань */
a, button {
  cursor: url("../img/cursor2.png"), pointer;
}

li {
  cursor: url("../img/cursor2.png"), pointer !important;
}

.n__banner {
  background: url("../img/boiler__back.webp") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .n__banner {
    padding: 50px 0;
    background: url("../img/boiler__back__mobile.webp") no-repeat right bottom;
    position: relative;
  }
}

.n__banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .n__banner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.n__banner__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .n__banner__left {
    width: 100%;
  }
}

.n__banner__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .n__banner__right {
    width: 100%;
  }
}

.n__banner__txt1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 9px;
  color: #121212;
}
@media screen and (max-width: 1024px) {
  .n__banner__txt1 {
    font-size: 18px;
  }
}

.n__banner__title {
  font-size: 63.8px;
  color: #121212;
  font-weight: bold;
  margin-bottom: 28.5px;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .n__banner__title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.n__banner__txt2 {
  font-size: 14px;
  color: #121212;
}

.n__banner__row2 {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .n__banner__row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .n__bunner__img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .n__bunner__img img {
    min-width: 78px;
  }
}

.n__banner__button a {
  border-radius: 55px;
  padding: 18px 70px;
  background: #121212;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  -webkit-transition: 0.5s background;
  transition: 0.5s background;
}
@media screen and (max-width: 1024px) {
  .n__banner__button a {
    font-size: 12px;
    padding: 15px 30px;
  }
}
.n__banner__button a:hover {
  background: #e23a37;
}

@media screen and (max-width: 1024px) {
  .n__banner__img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .n__banner__img img {
    width: 232px;
  }
}

.adress li a {
    color: #000 !important;
}