/* bloglayout */
.solid-landing {
  color: #0f3710;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 30px;
  text-transform: inherit;
}
.blog-layout {
   padding: 0 15px;
}
.blog-thumb {
   background-color: #fff;
}
.blog-thumb .caption {
   min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-thumb .caption h4 {
   margin: 0;
}
.blog-thumb .caption h4 a {
   display: block;
   font-size: 18px;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
    padding: 10px 5px;
    text-align: center;
}
.blog-categories {
   display: flex;
   align-items: center;
   margin-left: -15px;
   margin-right: -15px;
} 
.blog-category-item {
    flex-basis: 33.3333%;
    display: flex;
    flex-direction: column;
    min-height: 67px;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 15px 30px;
    border: 1px solid #D7D7D7;
}
.blog-category-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 15px 0;
    width: 100%;
}
.blog-category-item:hover .blog-category-name,
.blog-thumb .caption h4 a:hover {
   color: #0f3710;
}
.blog-category-item img + .blog-category-name {
   border-top: 1px solid #d7d7d7;
}
.carousel-articles .owl-pagination, .product_related .owl-pagination {
  display: none;
}
@media (max-width: 992px) {
   .blog-category-item {
      margin: 0 10px 20px;
   }
}
@media (max-width: 768px) {
   .blog-categories {
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px
   }
   .blog-category-item {
      flex-basis: calc(50% - 20px);
   }
   .carousel-articles .owl-controls, .product_related .owl-controls {
      margin-top: 30px;
   }
   .carousel-articles .owl-pagination, .product_related .owl-pagination {
      display: block;
      top: unset;
      bottom: 0;
    }
    .carousel-articles .owl-buttons, .product_related .owl-buttons {
      display: none;
    }
}
@media (max-width: 580px) {
   .blog-row {
      margin-left: -10px;
      margin-right: -10px;
   }
   .blog-row .blog-layout {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px;
   }
}
@media (max-width: 480px) {
   .blog-thumb .caption h4 a {
      font-size: 15px;
   }
   .blog-category-item {
      flex-basis: calc(100% - 20px);
   }
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
}

.owl-carousel .owl-dot.active {
  background-color: #555;
}
/* landing pages */
.landing-page-list {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.landing-page-list .page-item {
    flex-basis: 33.3333%;
    display: flex;
    flex-direction: column;
    min-height: 67px;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 15px 30px;
    border: 1px solid #D7D7D7;
}
.landing-page-list .page-item .page-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 15px 0;
    width: 100%;
}
.landing-page-list .page-item:hover .page-name {
   color: #0f3710;
}
.landing-page-list .page-item img + .page-name {
   border-top: 1px solid #d7d7d7;
}
@media (max-width: 992px) {
   .blog-category-item {
      margin: 0 10px 20px;
   }
}
@media (max-width: 768px) {
   .landing-page-list {
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px
   }
   .landing-page-list .page-item {
      flex-basis: calc(50% - 20px);
   }
}
@media (max-width: 480px) {
   .landing-page-list .page-item {
      flex-basis: calc(100% - 20px);
   }
}
/* landing page */
.landing-modal textarea {
  resize: none;
}
.landing-modal .btn:hover, .landing-modal .btn:focus {
  opacity: 0.9;
  color: #fff;
}
.landing-modal .form-group.required:before {
  display: none;
}
.landing-page .has-error .form-control, .landing-modal .has-error .form-control {
  border-color: red;
}
a[data-target] {
  cursor: pointer;
}
.landing-page .swiper-container-horizontal {
  overflow-x: hidden;
  padding-bottom: 5rem;
}
.landing-page .swiper-pagination-bullet-active {
  background: #0f3710;
}
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 5px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 5px;
}*/
.landing-page .swiper-button-next, .landing-page .swiper-container-rtl .swiper-button-prev,
.landing-page .swiper-button-prev, .landing-page .swiper-container-rtl .swiper-button-next {
  color: #333;
  display: none;
}
.landing-page .container-fluid {
  width: 100%;
  max-width: 1600px;
}
.landing-page .section {
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.landing-page .section.bg-top {
  background-attachment: unset;
}
.landing-page .section .section-buttons {
  padding-top: 5rem;
  text-align: center;
}
.landing-page .section .section-buttons .btn {
  position: relative;
  overflow-x: hidden;
  border-radius: 33px;
  padding: 15px 42px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 3px 3px #333;
  max-width: 350px !important;
  margin: 0;
  background: #14c267;
  color: #fff;
}
.landing-page .section .section-buttons .btn:hover, .landing-page .section .section-buttons .btn:focus {
  color: #fff;
  opacity: 0.9;
}
.landing-page .section .section-buttons .btn .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}
.landing-page .section:nth-child(even) {
  background-color: #fff;
}
.landing-page .section .section-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 6rem;
}
.landing-page .section .section-description {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 6rem;
}
.landing-page .bg-top {
  height: 100%;
  max-height: 600px;
}
.landing-page .bg-top .wrapp {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.landing-page .bg-top .wrapp .col-left {
  flex: 1 1 60%;
}
.landing-page .bg-top .wrapp .col-left .title {
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.landing-page .bg-top .wrapp .col-left .title span {
  display: block;
  font-weight: bold;
}
.landing-page .bg-top .wrapp .col-left .subtitle {
  margin-top: 10rem;
}
.landing-page .bg-top .wrapp .col-left .subtitle .info-wrap {
  display: flex;
}
.subtitle .info-wrap .info-block {
  display: flex;
  margin-right: 36px;
}
.subtitle .info-wrap .info-block .red-line {
  width: 6px;
  height: 50px;
  background: #0f3710;
  display: block;
  margin-right: 18px;
  margin-top: 30px;
}
.subtitle .info-wrap .info-block .text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.subtitle .info-wrap .info-block .text span {
  font-weight: bold;
  font-size: 54px;
}
.subtitle .info-wrap .info-block .text .bottom {
  font-size: 2.3rem;
  line-height: 3rem;
}

.landing-page .bg-top .wrapp .col-right {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .bg-top .wrapp .col-right .form {
    background: rgba(255,255,255,.35);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
.landing-page .bg-top .wrapp .col-right .form .form-inner {
    background: #fff;
    border-radius: 5px;
    padding: 3rem 2rem;
}
.landing-page .bg-top .wrapp .col-right .form .form-title {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 3rem;
}
.landing-page .bg-top .wrapp .col-right .form .buttons-row {
  text-align: center;
  margin-bottom: 0;
}
.landing-page .bg-top .wrapp .col-right .form textarea {
  resize: none;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

/* advantages */
.advantages-wrapp {
  display: flex;
  flex-wrap: wrap;
}
.advantages-wrapp .advantages-item {
  flex-basis: 33.3%;
  text-align: center;
  min-height: 180px;
  padding: 1rem;
  border-right: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
}
.advantages-wrapp .advantages-item:nth-child(3n) {
  border-right: none;
}
.advantages-wrapp .advantages-item:nth-child(n + 4) {
  padding-top: 3rem;
  border-bottom: none;
}
.advantages-wrapp .advantages-item .icon {
  margin-bottom: 2rem;
}
.advantages-wrapp .advantages-item .icon img {
  max-height: 7rem;
  max-width: 6rem;
}
.advantages-wrapp .advantages-item .text {
  font-size: 2rem;
  line-height: 1.2;
  padding: 0 1rem;
  color: #4a5152;
}

/* steps */
.steps-wrapp {
  display: flex;
  flex-wrap: wrap;
}
.steps-wrapp .steps-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 16.66666667%;
  gap: 1rem;
}
.steps-wrapp .steps-item .icon {
  padding-bottom: 1rem;
}
.steps-wrapp .steps-item .icon img {
  max-width: 85px;
}

/* calculator */
.landing-page .section.calculator .section-title {
  color: #fff;
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
}
.landing-page .calculator {
  text-align: left;
}
.landing-page .calculator h3 {
    color: white;
    text-align: center;
    padding-bottom: 23px;
}
.texttelo2 h4, .texttelo1 h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.cassq {
    background: white;
}
.texttelo1 {
    padding: 45px 45px;
    font-size: 18px;
    text-align: left;
}
.texttelo2 {
    padding: 45px;
    background: #f0f0f0;
}
.texttelo2 input {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
}
.texttelo2 input:hover, .texttelo2 input:focus {
  background-color: #fff;
}

/* projects */
.landing-page .projects-wrapp .swiper-wrapper {
  align-items: stretch;
}
.landing-page .projects-wrapp .projects-item {
    display: inline-block;
    height: 100%;
    padding: 10px;
    padding-bottom: 4rem;
    background: #fff;
    max-width: 35rem;
    text-decoration: none;
    position: relative;
    min-height: 590px;
}
.landing-page .projects-wrapp .projects-item:hover {
  opacity: 0.9;
}
.landing-page .projects-wrapp .projects-item .icon img {
  max-width: 100%;
}

.landing-page .projects-wrapp .projects-item .text {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding: 2rem 0;
    color: #353943;
}
.landing-page .projects-wrapp .projects-item .description {
    font-size: 1.4rem;
    text-align: left;
    color: #353943;
    font-weight: normal;
}
.landing-page .projects-wrapp .projects-item .description p {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  color: #353943;
  margin-bottom: 10px;
  font-weight: normal;
}
.landing-page .projects-wrapp .projects-item .description p:last-child {
  margin-bottom: 0;
}

/* tariffs */
.landing-page .tarifs-wrapp {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.landing-page .tarifs-wrapp .tarifs-item {
  flex: 1;
  min-width: 235px;
  border-left: 5px solid #0f3710;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  position: relative;
  justify-content: space-between;
  display: flex;
  flex-direction: column-reverse;
  padding: 1.5rem 0;
}
.landing-page .tarifs-wrapp .tarifs-item .text {
  padding-top: 1.5rem;
  padding-left: 2rem;
  border-top: 1px solid #ebebec;
  font-size: 22px;
  font-weight: bold;
}
.landing-page .tarifs-wrapp .tarifs-item .text {
  font-size: 1.8rem;
}
.landing-page .tarifs-wrapp .tarifs-item .text small {
  font-weight: normal;
}
.landing-page .tarifs-wrapp .tarifs-item .description {
  padding: 1.5rem 2rem;
  font-size: 1.7rem;
  color: #353943;
}
.landing-page .tarifs-wrapp .tarifs-item .description p {
  margin-bottom: 0;
}
.landing-page .tarifs-wrapp .tarifs-item .icon {
  text-align: center;
}
.landing-page .tarifs-wrapp .tarifs-item .icon img {
  max-width: 50px;
  transition: 0.2s ease all;
}
.landing-page .tarifs-wrapp a.tarifs-item:hover .icon img {
  transform: scale(1.1);
}

/* special */
.landing-page .special {
  color: #fff;
}
.landing-page .special .section-title {
  color: red;
  margin-bottom: 3rem;
}
.landing-page .special .section-description {
  margin-bottom: 0;
  color: #fff;
}

.landing-page .special h2 {
    font-weight: 900;
    color: white;
    text-transform: inherit;
    line-height: 26px;
    text-shadow: none;
}

.landing-page .special h2.h2new {
    font-weight: 900;
    color: white;
    text-shadow: none;
    font-size: 3.5rem;
    line-height: 1.5;
    text-transform: inherit;
}

/* installations */
.landing-page .installations-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.landing-page .installations-wrapp .installations-item {
  flex: 1 1 calc(25% - 2rem);
  position: relative;
  cursor: pointer;
}
.landing-page .installations-wrapp .installations-item .icon {
  overflow: hidden;
  border-radius: 5px;
}
.landing-page .installations-wrapp .installations-item .icon img {
  width: 100%;
  transition: 0.2s ease all;
}
.landing-page .installations-wrapp .installations-item:hover .icon img {
  /*transform: scale(1.05);*/
  opacity: 0.9;
}
.landing-page .installations-wrapp .installations-item .text {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  position: absolute;
  bottom: 2.5rem;
  right: 2rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  z-index: 1;
  background: #00000024;
  text-align: right;
}

/* clients, brands */
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.clients .carousel-wrapper, .brands .carousel-wrapper {
  padding: 0 5rem;
}
.clients .swiper-button-next, .clients .swiper-container-rtl .swiper-button-prev,
.clients .swiper-button-prev, .clients .swiper-container-rtl .swiper-button-next,
.brands .swiper-button-next, .brands .swiper-container-rtl .swiper-button-prev,
.brands .swiper-button-prev, .brands .swiper-container-rtl .swiper-button-next {
  color: #333;
  display: flex;
}
.landing-page .swiper-button-next:after, .landing-page .swiper-button-prev:after {
  font-size: 3.5rem;
}
.landing-page .clients .clients-item .text,
.landing-page .brands .brands-item .text {
  display: none;
}
.landing-page .clients-wrapp,
.landing-page .brands-wrapp {
  padding-bottom: 0;
  background: #fff;
  border-radius: 5px;
}
.landing-page .clients-wrapp .clients-item,
.landing-page .brands-wrapp .brands-item {
  padding: 0 2rem;
}
.landing-page .clients-wrapp .clients-item .icon img,
.landing-page .brands-wrapp .brands-item .icon img {
  max-width: 100%;
}

/* reviews */
.landing-page .swiper-container-horizontal {
  padding: 1rem 0;
}
.landing-page .reviews-wrapp .swiper-slide {
  padding: 0 25px;
}
.landing-page .reviews-wrapp .reviews-item {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.landing-page .reviews-wrapp .reviews-item .info {
  display: flex;
  margin-bottom: 10px;
}
.landing-page .reviews-wrapp .reviews-item .info .icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.landing-page .reviews-wrapp .reviews-item .info .icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.landing-page .reviews-wrapp .reviews-item .info .creds {
  padding-top: 10px;
}
.landing-page .reviews-wrapp .reviews-item .info .author {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.7rem;
  color: #353943;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.landing-page .reviews-wrapp .reviews-item .info .position {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #353943;
    text-align: left;
}
.reviews .swiper-button-next, .reviews .swiper-container-rtl .swiper-button-prev,
.reviews .swiper-button-prev, .reviews .swiper-container-rtl .swiper-button-next {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .landing-page .section {
    padding: 5rem 0;
  }
  .landing-page .bg-top .wrapp {
    gap: 3rem;
  }
  .landing-page .bg-top .wrapp .col-left .title {
    font-size: 4.5rem;
  }
  .subtitle .info-wrap .info-block .text .bottom {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .subtitle .info-wrap .info-block .text span {
    font-size: 4rem;
  }
  .landing-page .bg-top .wrapp .col-right .form .form-title {
    font-size: 2rem;
  }
  .steps-wrapp .steps-item {
    flex: 1 1 33.3333%;
  }
  .steps-wrapp .steps-item:nth-child(n + 4) {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .landing-page .bg-top .wrapp {
    gap: 7.5rem;
    flex-direction: column;
  }
  .landing-page .bg-top {
    max-height: 100%;
  }
  .landing-page .bg-top .wrapp .col-left .title {
    text-align: center;
  }
  .landing-page .bg-top .wrapp .col-left .subtitle {
    margin-top: 7.5rem;
    text-align: center;
  }
  .landing-page .bg-top .wrapp .col-right {
    width: 100%;
    max-width: 500px;
  }
  .advantages-wrapp .advantages-item .text {
    font-size: 1.7rem;
  }
  .landing-features-content .features-block .icon img {
    max-height: 6rem;
    max-width: 5rem;
  }
  .landing-page .special h2.h2new {
    font-size: 3rem;
  }
  .landing-page .installations-wrapp .installations-item {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media screen and (max-width: 767px) { 
  .landing-page .section .section-title {
    font-size: 2.5rem;
  }
  .advantages-wrapp .advantages-item {
    flex-basis: 50%;
  }
  .advantages-wrapp .advantages-item:nth-child(3n) {
    border-right: 1px solid #ebebec;
    padding-top: 3rem;
  }
  .advantages-wrapp .advantages-item:nth-child(4) {
    border-bottom: 1px solid #ebebec;
  }
  .advantages-wrapp .advantages-item:nth-child(n + 4) {
    padding-top: 3rem;
  }
  .steps-wrapp .steps-item {
    flex: 1 1 50%;
  }
  .steps-wrapp .steps-item:nth-child(n + 3) {
    padding-top: 3rem;
  }
  .landing-page .special h2.h2new {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  /*.swiper-container-horizontal {
    padding: 0 45px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: flex;
  }*/
}
@media screen and (max-width: 574px) { 
  .landing-page .bg-top .wrapp .col-left .title {
    font-size: 3.5rem;
  }
  .subtitle .info-wrap .info-block {
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
  .landing-page .bg-top .wrapp .col-left .subtitle .info-wrap {
    flex-direction: column;
    margin-bottom: 0;
    text-align: left;
  }
  .subtitle .info-wrap .info-block .red-line {
    margin: 0;
    margin-bottom: 1rem;
    width: 25%;
    height: 3px;
  }
  .subtitle .info-wrap .info-block .text span {
    font-size: 3rem;
  }
  .subtitle .info-wrap .info-block .text .bottom {
    font-size: 2rem;
  }
  .advantages-wrapp .advantages-item .icon img {
    max-height: 6rem;
    max-width: 5rem;
  }
}
@media screen and (max-width: 479px) { 
  .landing-page section {
    padding: 3rem 0;
  }
  .landing-page .bg-top {
    background-position: 25% 0;
  }
  .landing-page .bg-top .wrapp {
    gap: 2rem;
  }
  .landing-page .bg-top .wrapp .col-left .title {
    font-size: 2.6rem;
  }
  .landing-page .bg-top .wrapp .col-left .subtitle {
    margin-top: 3rem;
  }

  .landing-page .section .section-title {
    font-size: 2rem;
  }
  .advantages-wrapp .advantages-item {
    flex-basis: 100%;
    border-right: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebec !important;
    min-height: auto !important;
    padding: 1.5rem 0 !important;
  }
  .advantages-wrapp .advantages-item .icon {
    margin-bottom: 0;
  }
  .advantages-wrapp .advantages-item .text {
    flex-grow: 1;
    padding: 0;
    text-align: left;
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .advantages-wrapp .advantages-item .icon img {
    max-height: 5rem;
    max-width: 4rem;
  }
  .landing-page .section .section-title, .landing-page .section .section-description {
    margin-bottom: 3rem;
  }
  .advantages-wrapp .advantages-item:last-child {
    border-bottom: none !important;
  }
  .steps-wrapp .steps-item .icon img {
    width: 70px;
  }
  .steps-wrapp .steps-item .icon {
    font-size: 1.4rem;
  }

  .calculator .btn-primary2 {
    max-width: unset !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .texttelo1 {
    padding: 10px 35px;
  }
  .texttelo2 {
    padding: 36px 35px;
    margin: 0 15px;
  }
  .landing-page .tarifs-wrapp {
    gap: 1.5rem;
  }
  .landing-page .tarifs-wrapp .tarifs-item {
    flex: 1 1 50%;
    min-width: unset;
    flex: 1 1 calc(50% - 3rem);
  }
  .landing-page .tarifs-wrapp .tarifs-item .description {
    font-size: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .landing-page .tarifs-wrapp .tarifs-item .text {
    font-size: 1.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .landing-page .section .section-buttons .btn {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 320px !important;
  }
  .landing-page .installations-wrapp {
    gap: 1rem;
  }
  .landing-page .installations-wrapp .installations-item .text {
    right: 1rem;
    left: 1rem;
    bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .reviews .carousel-wrapper {
    padding: 0 2.5rem;
  } 
  .landing-page .reviews-wrapp .swiper-slide {
    padding: 0 10px;
  }
  .landing-page .reviews-wrapp .reviews-item .info .creds {
    padding-top: 0;
  }
  .landing-page .reviews-wrapp .reviews-item {
    padding: 15px;
  }
  .landing-page .reviews-wrapp .reviews-item .info {
    margin-bottom: 0;
  }
  .landing-page .reviews-wrapp .reviews-item .info .description {
    font-size: 1.4rem;
  }
  .landing-page .reviews-wrapp .reviews-item .info .author {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  .reviews .swiper-button-next, .reviews .swiper-container-rtl .swiper-button-next {
    right: -5px;
  } 
  .reviews .swiper-button-prev, .reviews .swiper-container-rtl .swiper-button-prev {
    left: -5px;
  }
  
}

/* pages */
.pages-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .pages-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .pages-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 574px) {
  .pages-wrapper {
    grid-template-columns: 100%;
  }
}