/* ==================== INCLUDE FONTS ==================== */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* ==================== RESET ==================== */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
}
.dj-megamenu-modern li a.dj-up_a > span.dj-drop {
  padding: 0 30px 0 0;
}
/* ==================== BASE ==================== */
html,
body {
  scroll-behavior: smooth;
  position: relative;
}
body {
  font-family: Roboto;
  font-weight: 400;
  color: #282728;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
.socials-phone {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 5px;
}
.sppb-addon-content ul li,
.sppb-addon-content ol li {
  margin-bottom: 10px;
}

.sppb-addon-content h2,
.sppb-addon-content h3 {
  margin-bottom: 15px;
}
.text-align-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.container {
  margin: 0 auto;
}
h2.text-page-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 456px) {
  .container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

/*.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}*/

.button-price {
  margin-left: 15px;
  background: #415579;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}

.header {
  padding: 0;
  background-color: #fff;
  box-shadow: 1px 10px 100px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer {
  background-color: #ffeb42;
  padding-top: 40px;
  padding-bottom: 37px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #282728;
}
.footer .copy p a {
  color: #6e6464;
}
.footer .copy p a:hover {
  color: #000;
}
.header-call-btn {
  font-size: 14px;
  background: transparent;
  border: 1px solid #415579;
  color: #000000;
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
}
.header-call-btn:hover {
  background: #415579;
  color: #fff;
}
.header-contacts p {
  text-align: right;
}
.header-phone-link {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
  display: block;
  margin-bottom: 10px;
}
.dj-megamenu-modern li a.dj-up_a > span {
  height: auto !important;
}
.dj-megamenu-modern li a.dj-up_a {
  height: auto !important;
  padding: 0 !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #666666 !important;
  transition: all 0.4s ease-in;
  margin-left: 20px;
}
.dj-megamenu-modern li a.dj-up_a:hover {
  text-decoration: underline;
}
.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
  font-size: 22px !important;
}

.hero {
  background-image: url("../images/main-bg.png");
  padding-top: 190px;
  padding-bottom: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 0;
  box-shadow: 0px 0px 0px 0px #ffffff;
  will-change: top;
  position: relative;
  z-index: 1;
}
.hero__btn {
  background-color: #fff;
  color: #495b7c;
  font-weight: 700;
  font-size: 18px;
  padding: 27px 60px 25px 60px;
  box-shadow: 2px 2px 7px 0px #000000;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
}
.hero__text {
  text-align: right;
}

.hero__text h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: -2px -2px 7px #000000;
}

.hero__text h1 span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  display: block;
}
.action-title {
    background-color: #bd0606;
  	color: #fff;
    font-size: 30px;
    display: inline-block;
    padding: 15px 25px;
    font-weight: 700;
    border-radius: 6px;
}
.benefits {
  background-image: url("../images/benefit-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 0px 0px 0px 0px #fff;
  will-change: top;
  position: relative;
  z-index: 1;
  padding-top: 641px !important;
  margin-top: -259px !important;
}

.benefit__item {
  text-align: center;
}

.benefit__img {
  margin-bottom: 20px;
}
.benefit__title {
  color: rgb(40, 39, 40);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.benefit__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.benefits .row {
  position: absolute;
  top: 341px;
  left: 0px;
  margin-top: -74px;
  width: 1350px;
  left: 50%;
  transform: translateX(-50%);
}
.benefits .row .col-lg-4:nth-child(2) .benefit__item {
  margin-top: 40px;
}
.benefits .row .col-lg-4:nth-child(3) .benefit__item {
  margin-top: 80px;
}
.benefits .row .col-lg-4:nth-child(4) .benefit__item {
  margin-top: 80px;
}
.benefits .row .col-lg-4:nth-child(5) .benefit__item {
  margin-top: 40px;
}
.benefit__btn {
  background-color: rgb(40, 39, 40);
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  padding: 25px 60px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  top: 515px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.benefit__btn:hover {
  background-color: #fff;
  color: #000;
}
.item-page {
  padding-top: 54px;
  padding-right: 0px;
  padding-bottom: 47px;
}
.item-page h1,
.page-header h1 {
  text-align: center;
  color: #282728;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 36px;
  margin-bottom: 18px;
}
.page-header h1 {
  margin-bottom: 40px;
  font-size: 30px;
}
.com-content-article__body {
  font-size: 16px;
  line-height: 1.3;
}
.com-content-article__body p {
  margin-bottom: 10px;
}
.com-content-article__body ul li {
  margin-bottom: 10px;
}
.page-text-white {
  line-height: 1.3;
  padding-bottom: 40px;
}
.page-text-white ul li {
  margin-bottom: 10px;
}
.item-page.home div,
.item-page.home p {
  font-size: 14px;
  line-height: 24px;
}
.item-page h3 {
  color: #282728;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.home .item-page div {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.home-item {
  text-align: center;
}
.home-item h3 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.catalog {
    padding-top: 60px;
    padding-bottom: 80px;
}

.jshop-category__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-content: center;
}
.jshop-category__item a {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    text-align: center;
    font-size: 18px;
}
.catalog h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 94px;
    text-align: center;  
}



.form {
  background-color: #282728;
  box-shadow: 0px 0px 0px 0px #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  text-align: center;
}

.form h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 36px;
  margin-bottom: 20px;
}
.form p {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
}

.installation {
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #fff;
  padding-top: 98px;
  min-height: 706px;
  will-change: top;
  z-index: 1;
  position: relative;
}
.installation h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 94px;
  text-align: center;
}
.installation__text {
  font-size: 16px;
  line-height: 1.3;
}
.installation__text strong {
  text-transform: uppercase;
  display: block;
}

.installation__decor {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}

.installation__decor > svg {
  width: 100%;
  max-width: 100%;
  height: 250px;
  transform: rotateX(180deg) translateX(-50%);
  display: block;
  position: relative;
  left: 50%;
}
.installation__decor > svg path {
  fill: #282728;
}
.installation__img {
  position: relative;
  z-index: 3;
}
.piles-black {
  background-color: #282728;
  box-shadow: 0px 0px 0px 0px #fff;
  min-height: 153px;
  padding-top: 52px;
  text-align: center;
  color: #fff;
}
.piles-black h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2em;
}
.piles-black h3 {
  font-size: 24px;
}
.piles {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #346aff;
  box-shadow: 0px 0px 0px 0px #fff;
  position: relative;
  z-index: 1;
  color: #fff;
}
.piles__img {
  width: 600px;
  max-width: 600px;
}
.piles__text h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
}
.piles__text-decr {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.piles__text-decr p {
  margin-bottom: 15px;
}
.piles__img-bg {
  width: 800px;
  max-width: 800px;
}
.piles__accordeon {
  padding-top: 75px;
  padding-bottom: 56px;
}
.piles-acc-wrapper {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}
.piles-acc-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #282728;
  text-align: center;
  background-color: #fff;
  padding: 17px 30px 17px 15px;
  margin-bottom: 5px;
}
.piles-acc-title span {
  font-size: 14px;
  font-weight: bolder;
  color: inherit;
}
.piles-acc-text {
}
.piles-acc-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background: #fff;
  margin-bottom: 2px;
}
.piles-name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #282728;
}
.piles-characteristics {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #282728;
}
.piles-price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #282728;
}
.piles-btn a {
  display: block;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background-color: #282728;
  box-shadow: 2px 2px 7px 0px #000;
  border-radius: 4px;
  padding: 16px 24px 18px 22px;
  text-decoration: none;
}
.fundament {
  padding-top: 126px;
  padding-bottom: 80px;
  color: #282728;
  min-height: 900px;
  background-color: #ffeb42;
  box-shadow: 0px 0px 0px 0px #fff;
  z-index: 1;
  position: relative;
}
.fundament-page {
  padding-top: 86px;
  color: #282728;
  min-height: 400px;
  background-color: #ffeb42;
  box-shadow: 0px 0px 0px 0px #fff;
  z-index: 1;
  position: relative;
}

.fundament__decor {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.fundament__decor > svg {
  width: 100%;
  max-width: 100%;
  height: 368px;
  transform: rotate(180deg) translateX(50%);
  position: relative;
  left: 50%;
}
.fundament__decor > svg path {
  fill: #fff;
}
.fundament h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 53px;
  text-align: center;
}
.fundament-page h2 {
  font-size: 30px;
}
.fundament__item {
  position: relative;
  z-index: 3;
  text-align: center;
}
.fundament__item h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.fundament__item-img {
  margin-bottom: 30px;
}
.fundament__item-img img {
  width: 207px;
  max-width: 207px;
}
.fundament__item-price {
  display: block;
  box-shadow: 0 0 0 0 #fff;
  font-weight: 700;
  font-size: 24px;
}
.fundament__item-text small {
  font-weight: 700;
  font-size: 14px;
  display: block;
}
.page-white-bg h3 {
  margin-bottom: 15px;
}

.section-blue {
  background-color: rgb(52, 106, 255);
  box-shadow: 0px 0px 0px 0px #fff;
  color: #fff;
}
.blue {
  background-color: rgb(52, 106, 255);
  color: #fff;
}

.blue h1,
.blue h2,
.blue h3 {
  color: #fff !important;
}

.page-white-bg,
.section-blue {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 40px;
  padding-bottom: 60px;
}
.sppb-blockquote-style {
  font-size: 18px;
  line-height: 1.55;
  margin: 12px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 12px 16px;
  border-left: 6px solid #d3d7eb;
}
.page-white-bg ul li,
.page-white-bg ol li {
  margin-bottom: 10px;
}

.portolio {
  color: #282728;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #fff;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.portolio h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  text-align: center;
}
.portolio h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.portfolio-text h4 {
  font-weight: 700;
  font-size: 24px;
}
.portfolio-text p {
  font-size: 14px;
  line-height: 30px;
}
.portfolio-btn {
  background-color: #282728;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 2px 2px 7px 0px #000;
  border-radius: 4px;
  padding: 16px 44px;
  margin-top: 28px;
  display: inline-block;
}
.about {
  background-image: linear-gradient(45deg, #282728 0%, #282728 100%);
  box-shadow: 0px 0px 0px 0px #fff;
  color: #fff;
  z-index: 1;
  position: relative;
}
.about__text-wrapper h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  padding-bottom: 70px;
}
.about__text p {
  font-size: 14px;
  line-height: 24px;
}
.about__text h3 {
  text-transform: uppercase;
  font-size: 14px;
}
.about__img {
  margin-top: -70px;
}
.about__img img {
  max-width: 100%;
}
.calculate {
  padding-top: 86px;
  padding-bottom: 65px;
  color: #282728;
  text-align: center;
}
.calculate h2 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 70px;
}
.steps {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffeb42;
  box-shadow: 0px 0px 0px 0px #fff;
}
.steps h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 75px;
}
.steps__inner {
  display: flex;
  justify-content: space-between;
}
.steps__item {
  max-width: 20%;
  flex-basis: 20%;
  text-align: center;
}

.steps__img {
  margin-bottom: 20px;
  position: relative;
}
.steps__img::after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 2px;
  background-color: #346aff;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.steps__item:last-child .steps__img::after {
  display: none;
}
.steps__text {
  font-size: 16px;
  line-height: 1.2em;
}
.steps__text p {
  margin-top: 0;
}
.map__inner {
  display: flex;
  justify-content: space-between;
}
.map-container,
.map-form-wrapper {
  width: 48%;
}
.map-form-wrapper {
  padding-top: 82px;
  padding-right: 55px;
  padding-bottom: 56px;
  padding-left: 173px;
  color: #fff;
  background-color: #282728;
}
.map-form-wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.portfolio__slider {
  margin-top: 40px;
}
.portfolio__slider__inner {
  background-color: #f8f8f8;
  color: #282728;
  padding-top: 39px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 32px;
}
.slider-testomonials {
  height: 260px;
}
.slider-testomonials .slider-item {
  background: #fff;
  padding: 60px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider-item-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #282728;
}
.slider-item-date {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
}
.slider-item-text {
  color: #282728;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
#header.scroll-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 11;
  background: #fff;
  padding: 8px 0;
}

#map .ymaps-2-1-79-balloon__tail {
  display: none !important;
}
#map .ymaps-2-1-79-balloon {
  width: 280px;
  height: 190px;
  background-color: #ffeb42;
  box-shadow: 2px 2px 7px 0px #000000;
  border-radius: 4px;
}

#map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout {
  background-color: #ffeb42;
  padding: 30px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #282728;
}
#map .ymaps-2-1-79-balloon__content {
  background-color: #ffeb42;
  padding: 0;
}
#map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout .contacts-phone {
  display: flex;
  align-items: flex-start;
}
#map
  .ymaps-2-1-79-balloon
  .ymaps-2-1-79-balloon__layout
  .contacts-phone
  .phone-links {
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #282728;
}
#map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout .email-link,
#map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout .contacts-address {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #282728;
}
#map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout .email-link span,
#map
  .ymaps-2-1-79-balloon
  .ymaps-2-1-79-balloon__layout
  .contacts-address
  span {
  margin-left: 10px;
}
#map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout .email-link {
  margin-top: 16px;
  margin-bottom: 26px;
}
.svai-table-wrapper {
    margin-top: 40px;
}
.svai-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.svai-table tbody tr {
    border: 1px solid #313131;
    color: #313131;
}
.svai-table tbody tr td {
    background: #fff;
}
.svai-table thead {
    background: #333333;
    color: #fff;
}
.svai-table tr td, .svai-table thead tr th {
    padding: 10px 20px 10px 20px;
}

/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  background: #efefef;
  transform: rotate(270deg);
  right: 1rem;
  bottom: -20%;
  display: inline-flex;
  padding: 0.3rem;
  border-radius: 0.25rem;
  z-index: 9;
  padding: 10px 15px;
  opacity: 0.8;
  transition: 0.4s;
}

.scrollup:hover {
  background: #fff;
  opacity: 1;
}

/* Show Scroll Up*/
.show-scroll {
  bottom: 3rem;
}
.slider-testomonials .swiper-pagination {
  display: none;
}
.header-logo-mobile {
  display: none;
}


/* Новости */

.home-news {
    padding: 60px 0;
}

.section-header {
    text-align: center;
}

.section-header h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2em;
}


.home-news__more {
    text-align: center;
    margin-top: 30px;
}

.home-news__more .btn-more {
    border: 1px solid #415579;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.home-news__more .btn-more:hover {
    background: #415579;
    color: #fff;
}

.news-section {
    padding: 60px 0;
}

.news-header {
    text-align: center;
    margin-bottom: 40px;
}

.news-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-subtitle {
    color: #6b7280;
    font-size: 16px;
}

/* Сетка */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.news-grid__item {
    height: 100%;
}

/* Пагинация */
.news-pagination {
    margin-top: 40px;
    text-align: center;
}

.news-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card__image {
    position: relative;
}

.news-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Теги */
.news-card__tags {
    position: absolute;
    top: 15px;
    left: 15px;
}

.news-card__tags span {
    background: #2f3b52;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}

/* Контент */
.news-card__content {
    padding: 20px;
}

.news-card__title {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.3;
    min-height: 2.6em; /* фикс высоты под 2 строки */
}

.news-card__title a {
    color: #2b2b2b;
    text-decoration: none;
}

.news-card__intro {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Низ */
.news-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-card__date {
    font-size: 13px;
    color: #999;
}

.news-card__readmore {
    font-size: 14px;
    color: #2f6fed;
    text-decoration: none;
}

.new-subtitle {
    margin-bottom: 60px;
}

.news-widget h3 {
    text-align: center;
    margin-bottom: 30px;
}

.news-widget .btn-primary {
    width: 100%;
    text-align: center;
    background: #415579 !important;
    padding: 15px 25px;
}


.news-layout .news-content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


.news-layout .news-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.news-layout .news-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #415579;
    font-size: 22px;
    font-weight: 400;
}

.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-sidebar-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.news-sidebar-card__image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.news-sidebar-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-sidebar-card__content {
    flex: 1;
}

.news-sidebar-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-sidebar-card__title a {
    color: #1f2937;
    text-decoration: none;
}

.news-sidebar-card__title a:hover {
    color: #2563eb;
}

.news-sidebar-card__date {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 6px;
}





@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}


/* HERO */
.news-hero {
    padding: 60px 0 40px;
    position: relative;
}

.news-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.news-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.news-meta {
    margin-top: 15px;
    color: #6b7280;
}

/* Картинка */
.news-hero__image {
    position: relative;
}

.news-hero__image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* ЭФФЕКТ НАЛЕЗАНИЯ */
@media (min-width: 992px) {
    .news-hero__image {
        margin-left: -80px;
    }
}

/* BODY */
.news-body {
    padding: 40px 0;
}

.news-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.news-content {
    font-size: 16px;
    line-height: 1.7;
}

/* SIDEBAR */
.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-widget {
    background: #f5f7fa;
    padding: 20px;
    border-radius: 10px;
}

.btn-primary {
    display: inline-block;
    margin-top: 10px;
    background: #2f6fed;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
}


.news-hero {
    position: relative;
    height: 420px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
}

/* Фоновая картинка */
.news-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.news-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Затемнение */
.news-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.2)
    );
    z-index: 2;
}

/* Контент */
.news-hero__content {
    position: relative;
    z-index: 3;
    padding: 40px 0;
    max-width: 800px;
}

.news-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.news-meta {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

/* Responsive */

@media (max-width: 1300px) {
  .benefits .row {
    width: 1140px;
  }
}

@media (max-width: 1200px) {
  .header-row .header-menu {
    order: 3;
    margin-left: 15px;
  }
  .header {
    padding: 8px 0;
  }
  .dj-megamenu-select-dark .dj-mobile-open-btn,
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
  .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    font-size: 30px !important;
  }
  .header .header-contacts {
    display: flex;
    align-items: center;
  }
  .hero {
    padding-top: 74px;
    padding-bottom: 200px;
  }
  .hero__text h1 {
    font-size: 62px;
  }
  .hero__text h1 span {
    font-size: 38px;
  }
  .action-title {
    font-size: 20px;
    display: block;
    width: 270px;
    margin-left: auto;
  }
  .benefits {
    top: 0;
    margin-top: -248px;
    padding-bottom: 108px;
    background-image: none !important;
    background-color: #ffeb42 !important;
    -webkit-clip-path: polygon(
      49% 43%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%
    );
    clip-path: polygon(50% 43%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding-top: 277px !important;
    margin-top: -442px !important;
  }
  .benefits .row {
    width: auto;
    position: static;
    margin: 0 auto;
    transform: translateX(0px);
    margin-top: 142px;
  }
  .benefit__btn {
    position: relative;
    transform: translateX(0);
    left: initial;
    top: initial;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  .benefits .row .col-lg-4:nth-child(3) .benefit__item {
    margin-top: 6px;
  }
  .benefits .row .col-lg-4:nth-child(5) .benefit__item {
    margin-top: 15px;
  }
  .benefits .row .col-lg-4:nth-child(4) .benefit__item {
    margin-top: 24px;
  }
  .installation {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .installation h2 {
    font-size: 38px;
  }
  .installation__img {
    width: 433px;
    max-width: 433px;
  }
  .piles__img {
    width: 480px;
    max-width: 480px;
  }
  .piles__img-bg {
    width: 433px;
    max-width: 433px;
  }
  .piles__text h2 {
    font-size: 38px;
  }
  .fundament {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .fundament h2 {
    font-size: 38px;
  }
  .calculate {
    padding-top: 46px;
    padding-bottom: 65px;
  }
  .calculate h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .steps h2 {
    font-size: 38px;
    margin-bottom: 65px;
  }
  .map-container,
  .map-form-wrapper {
    width: 70%;
  }
  .map-form-wrapper {
    padding-top: 59px;
    padding-right: 91px;
    padding-bottom: 90px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .slider-testomonials {
    height: auto;
  }
  .slider-testomonials .swiper-pagination {
    display: flex;
    justify-content: center;
  }
  .slider-testomonials .swiper-pagination-bullet-active {
    background: #666666 !important;
  }
  .slider-testomonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .slider-testomonials .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .slider-testomonials .slider-item {
    min-height: 120px;
  }
  .hero__text h1 {
    font-size: 52px;
  }
  .hero__text h1 span {
    font-size: 28px;
  }
  .benefits {
    -webkit-clip-path: polygon(
      49% 43%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%
    );
    clip-path: polygon(50% 38%, 101% 27%, 101% 85%, 50% 100%, 0% 86%, 0% 27%);
    padding-top: 253px !important;
    margin-top: -442px !important;
  }
  .benefits .row .col-lg-4:nth-child(2) .benefit__item {
    margin-top: 0px;
  }
  .installation__img {
    width: 380px;
    max-width: 433px;
  }
  .piles__img {
    width: auto;
    max-width: 600px;
  }
  .fundament h2 {
    font-size: 28px;
  }
  .about__text-wrapper h2 {
    font-size: 38px;
    padding-bottom: 40px;
  }
  .portolio h2 {
    font-size: 38px;
  }
  .portolio h3 {
    font-size: 20px;
  }
  .map-container,
  .map-form-wrapper {
    width: 47%;
  }
  .map-form-wrapper {
    padding-top: 45px;
    padding-right: 37px;
    padding-bottom: 52px;
    padding-left: 50px;
  }
    .jshop-category__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 790px) {
  .header-logo {
    display: none;
  }
  .header-logo-mobile {
    display: block;
  }
  .hero__text h1 {
    font-size: 48px;
  }
  .hero__text h1 span {
    font-size: 28px;
  }
  .installation {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .installation h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .installation__img {
    right: 23px;
  }
  .map__inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .map-container,
  .map-form-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 190px !important;
    padding-bottom: 200px !important;
  }
  .benefits .row .col-md-6 {
    width: 48%;
  }
  .form h2 {
    font-size: 38px;
    line-height: 1.3;
  }
  .form p {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
  }
  .installation__img {
    right: -188px;
  }
  .installation h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .piles-black h2 {
    font-size: 28px;
  }
  .fundament__item-text small {
    margin-bottom: 15px;
  }
  .about__text-wrapper h2 {
    font-size: 36px;
    padding-bottom: 10px;
    text-align: center;
  }
  .about__text {
    text-align: center;
  }
  .about__img {
    margin-top: 0;
    width: 300px;
    margin: 0 auto;
  }
  .portolio h2 {
    font-size: 30px;
  }
  .steps {
    padding-top: 45px;
  }
  .steps h2 {
    font-size: 30px;
  }
  .steps__inner {
    flex-wrap: wrap;
  }
  .steps__item {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .steps__img::after {
    display: none;
  }
.jshop-category__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .catalog h2 {
      margin-bottom: 44px;
    font-size: 38px;
  }
  .catalog {
    padding-top: 20px;
  }
  
    .news-layout {
        grid-template-columns: 1fr;
    }
    
     .section-header h2 {
        font-size: 38px;
    }
  
}

@media (max-width: 667px) {
  .button-price {
    margin-left: 15px;
  }
  .header-phone-link {
    font-size: 18px;
    margin-bottom: 0;
  }
  .dj-megamenu-select-dark .dj-mobile-open-btn,
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
  .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    font-size: 22px !important;
  }
  .header-logo-mobile img {
    width: 40px !important;
  }
  .installation__img {
    top: 40px;
    right: -82px;
  }
  .svai-table thead {
      display: none;
  }
    .svai-table tbody tr td {
        display: block;
        text-align: right;
        border-bottom: 1px solid #313131;
    }
   .svai-table tbody tr td::before {
        content: attr(aria-label);
        float: left;
        font-weight: 700;
    }
}
@media (max-width: 576px) {
  .header-logo {
    width: 120px;
  }
  .header-phone-link {
    font-size: 14px;
  }
  .slider-testomonials .slider-item {
    padding: 40px 20px;
  }
  .button-price {
    padding: 6px 10px;
  }
  .header-call-btn {
    padding: 6px 10px;
  }
  .item-page h1,
  .page-header h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .item-page h3 {
    font-size: 16px;
  }
  .form h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .form p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
  }
  .form {
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .piles__text h2 {
    font-size: 28px;
  }
  .piles__img-bg {
    width: auto;
  }
  .portolio h2 {
    font-size: 22px;
  }
  .portolio h3 {
    font-size: 18px;
  }
  .calculate h2 {
    font-size: 22px;
  }
  .news-hero {
    height: 320px;
  }
  .news-title {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .hero__btn {
    font-size:14px;
  }
  .header .header-contacts {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .piles-acc-description {
    flex-direction: column;
  }
  .piles-name, .piles-characteristics, .piles-price {
    margin-bottom: 5px;
  }
}
@media (max-width: 465px) {
  .slider-testomonials .slider-item {
    min-height: 180px;
  }
  .header-contacts {
    display: flex;
    flex-direction: column;
  }
  .header-contacts p {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .dj-megamenu-select-dark .dj-mobile-open-btn,
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
  .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dj-mobile-open-btn .fa-bars:before {
    font-size: 22px;
    display: block;
    margin-top: -1px;
  }
  .header-phone-link {
    font-size: 14px;
  }
  .header .header-contacts {
    flex-direction: row;
  }
  .header-call-btn {
    padding: 6px 6px;
    margin-bottom: 7px;
  }
  .button-price {
    padding: 6px 6px;
  }
  .hero {
    padding-top: 90px !important;
    padding-right: 0px;
    padding-bottom: 180px !important;
    background-attachment: scroll;
    background-position: 50% 0;
  }
  .hero__text h1 {
    font-size: 32;
  }
  .hero__text h1 span {
    font-size: 24px;
  }
  .benefits .row .col-md-6 {
    width: 100%;
  }
  .benefits {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 3;
    margin-top: -62px !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    clip-path: none;
  }
  .benefits .row {
    margin-top: 0;
  }
  .benefit__img {
    margin-bottom: 10px;
  }
  .benefit__item {
    text-align: center;
    margin-bottom: 20px;
  }
  .benefits .row .col-lg-4:nth-child(3) .benefit__item {
    margin-top: 0px;
  }
  .benefits .row .col-lg-4:nth-child(4) .benefit__item {
    margin-top: 0px;
  }
  .benefits .row .col-lg-4:nth-child(5) .benefit__item {
    margin-top: 0px;
  }
  .installation {
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .installation__img {
    top: 40px;
    right: 0px;
    width: 280px;
  }
  .installation h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .installation__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .piles__text h2 {
    font-size: 22px;
  }
  .fundament {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .fundament h2 {
    font-size: 22px;
  }
  .form h2 {
    font-size: 22px;
  }
  .form p {
    font-size: 16px;
  }
  .fundament__item h3 {
    font-size: 16px;
  }
  .calculate h2 {
    font-size: 20px;
  }
  .steps h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .map-form-wrapper h3 {
    font-size: 20px;
  }
  .map-form-wrapper {
    padding-top: 45px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .svai-table tr td, .svai-table thead tr th {
    padding: 10px 10px 10px 20px;
}
      .svai-table tbody tr td::before {
        position: relative;
        left: -10px;
    }
    .jshop-category__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .catalog h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .jshop-category__item a img {
      width: 200px;
      margin: 0 auto;
  }
      .news-title {
        font-size: 26px;
    }
    .section-header h2 {
        font-size: 28px;
    }
}
@media (max-width: 380px) {
  .hero__btn {
        padding: 27px 10px 25px 10px;
  }
  .header-logo-mobile img {
    width: 30px !important;
  }
  .header-phone-link {
    font-size: 12px;
    margin: 0;
    margin-right: 10px;
  }
  .header-call-btn {
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 7px;
    margin-left: 0;
  }
  .button-price {
    padding: 3px 5px;
    font-size: 13px;
    margin-left: 0;
  }
  .header-row .header-menu {
    order: 3;
    margin-left: 5px;
  }
  .fundament h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .portolio h2 {
    font-size: 17px;
  }
  .portolio h3 {
    font-size: 16px;
  }
  .about__text-wrapper h2 {
    font-size: 22px;
  }
  .calculate h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .calculate .ba-form-field-item .ba-field-label-wrapper > * {
    font-size: 18px !important;
  }
}

#id_17582467717813298158 {
  width: 100% !important;
}
