

/* Start:/local/templates/ecexpertby/components/bitrix/news.list/about_main/style.css?17631281295737*/
.about-sec {
  background: url("/local/templates/ecexpertby/media/backgrounds/about-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
   background-size: 100% 110%;
}

@media (max-width: 876px) {
  .about-sec {
    background: url("/local/templates/ecexpertby/media/backgrounds/about-tab-image.png") no-repeat;
    background-position: center;
  }

}

@media (max-width: 490px) {
  .about-sec {
    background-size: 100% 120%;
  }
}

@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.about-sec .about-content {
  padding: clamp(16px, 4.375vw, 120px) 0 clamp(16px, 4.375vw, 120px) clamp(16px, 7.552vw, 180px);
}

@media (max-width: 490px) {
  .about-sec .about-content {
    padding-top: clamp(20px, 4.898vw, 40px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 490px) {
  .about-sec .about-content br {
    display: none;
  }
}

.about-sec .about-slider-wrapper {
  padding: clamp(36px, 2.5vw, 92px) 0 clamp(36px, 2.5vw, 92px) clamp(36px, 2.5vw, 92px);
  position: relative;
}

@media (max-width: 820px) {
  .about-sec .about-slider-wrapper {
    padding: clamp(36px, 2.5vw, 92px) clamp(36px, 7.317vw, 92px);
  }
}

@media (max-width: 490px) {
  .about-sec .about-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(40px, 9.796vw, 80px);
  }
}

.about-sec .about-slider-wrapper .about-slider {
  margin: 0 -16px;
}

.about-sec .about-slider-wrapper .about-slide {
  margin: 0 16px;
}

.about-sec .about-slider-wrapper .about-slide .about-heading {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.667vw, 48px);
  border-bottom: 1px solid #FFFFFF;
}

.about-sec .about-slider-wrapper .about-slide .about-heading h2 {
  font-size: clamp(61px, 5.99vw, 150px);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.about-sec .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 24px;
}

.about-sec .slider-arrows .arrow-btn {
  display: grid;
  align-items: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .about-sec .slider-arrows .arrow-btn {
    width: clamp(46px, 5.273vw, 80px);
    height: clamp(46px, 5.273vw, 80px);
  }
}

@media (max-width: 490px) {
  .about-sec .slider-arrows .arrow-btn {
    width: 34px;
    height: 34px;
  }
}

.about-sec .slider-arrows .arrow-btn:hover {
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  border: 1px solid #FFFFFF;
}

.about-sec .slider-arrows .arrow-btn.btn-next {
  background-image: url("/local/templates/ecexpertby/media/vector/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 490px) {
  .about-sec .slider-arrows .arrow-btn.btn-next {
    background-size: 50%;
  }
}

.about-sec .slider-arrows .arrow-btn.btn-prev {
  background-image: url("/local/templates/ecexpertby/media/vector/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 490px) {
  .about-sec .slider-arrows .arrow-btn.btn-prev {
    background-size: 60%;
  }
}

.about-sec-1 .about-block {
  display: flex;
  padding-left: 5vw;
  gap: 24px;
}

@media (max-width: 820px) {
  .about-sec-1 .about-block {
    flex-direction: column;
  }
}

@media (max-width: 490px) {
  .about-sec-1 .about-block {
    padding-left: 0;
  }
}

.about-sec-1 .about-block.block-2 {
  padding-right: 5vw;
  gap: clamp(24px, 3.333vw, 96px);
  padding-left: 0;
}

@media (max-width: 490px) {
  .about-sec-1 .about-block.block-2 {
    padding-right: 0;
  }
}

.about-sec-1 .about-block .about-text {
  display: grid;
  align-items: center;
  padding: 3.333vw 0;
  width: 44.427vw;
}

@media (max-width: 820px) {
  .about-sec-1 .about-block .about-text {
    width: 93%;
  }
}

@media (max-width: 490px) {
  .about-sec-1 .about-block .about-text {
    padding: 3.333vw 0 3.333vw 5vw;
  }
}

@media (max-width: 820px) {
  .about-sec-1 .about-block .about-text.text-2 {
    padding-left: 5.208vw;
    width: 93%;
  }
}

@media (max-width: 820px) {
  .about-sec-1 .about-block .about-text h3 br {
    display: none;
  }
}

.about-sec-1 .about-block .about-image-box {
  padding: 0 5vw 0 3.333vw;
  background: url("/local/templates/ecexpertby/media/images/about-sec-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  width: 51.7vw;
  display: grid;
  align-items: center;
}

@media (max-width: 820px) {
  .about-sec-1 .about-block .about-image-box {
    padding: 15.104vw 6vw;
    width: 100%;
  }
}

.about-sec-1 .about-block .about-image-box.box-2 {
  background: url("/local/templates/ecexpertby/media/images/about-sec-2.png") no-repeat;
  background-size: cover;
}

.about-sec-1 .about-block .about-image-box .about-heading {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.667vw, 48px);
  border-bottom: 1px solid #FFFFFF;
}

.about-sec-1 .about-block .about-image-box .about-heading h2 {
  font-size: clamp(61px, 5.99vw, 150px);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow-about-content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #131110;
  text-transform: uppercase;
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.eyebrow-about-content::before {
  content: "";
  width: clamp(4px, 0.417vw, 12px);
  height: clamp(8px, 0.99vw, 32px);
  background: #2D7B7B;
}



/* End */


/* Start:/local/templates/ecexpertby/components/bitrix/news.list/advantages/style.css?17631281291052*/
.why-choose-text {
    min-height: 139px;
}

.why-choose-img {
    max-height: 55px;
}

.why-choose-card-1>h3 {
    min-height: 55px;
}


.why-choose-p {
    min-height: 35px;
}

.why-choose-title {

    min-height: 42px;
}

@media (min-width: 1399px) {
    .why-choose-title {
        min-height: 65px;
    }
}


@media (max-width: 767px) {
    .why-choose-text {

        font-size: 20px;
    }
}


@media (max-width: 1303px) {
    .why-choose-text {
        min-height: 157px;
    }

    .why-choose-p {
        min-height: 45px;
    }


}


@media (max-width: 1245px) {

    .why-choose-card-1>h3 {

        font-size: 3vw;
    }
}

@media (max-width: 1067px) {
    .why-choose-text {
        min-height: 190px;
    }
}


@media (max-width: 1245px) {
    .why-choose-title {
        min-height: 47px;
    }

}

@media (max-width: 991px) {
    .why-choose-text {
        min-height: 111px;
    }
}

@media (max-width: 767px) {
    .why-choose-card-1>h5 {
        font-size: 28px;
    }

    .why-choose-card-1>h3 {
        font-size: 28px;
    }


}
/* End */


/* Start:/local/templates/ecexpertby/components/bitrix/news.list/documents/style.css?17631281291907*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* End */


/* Start:/local/templates/ecexpertby/components/bitrix/form.result.new/base_cta/style.css?1763128129388*/
.contact-banner {
  background: url("/local/templates/ecexpertby/media/backgrounds/contact-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-banner .contact-container {
  padding: clamp(20px, 1.667vw, 50px);
}
.contact-banner form {
  padding: clamp(20px, 1.667vw, 50px);
}

.map iframe {
  width: 100%;
  height: clamp(400px, 31.979vw, 750px);
}
/* End */
/* /local/templates/ecexpertby/components/bitrix/news.list/about_main/style.css?17631281295737 */
/* /local/templates/ecexpertby/components/bitrix/news.list/advantages/style.css?17631281291052 */
/* /local/templates/ecexpertby/components/bitrix/news.list/documents/style.css?17631281291907 */
/* /local/templates/ecexpertby/components/bitrix/form.result.new/base_cta/style.css?1763128129388 */
