

/* 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/servises_key/style.css?1763128129131*/
.services-slider-arrow-btn {
    border: 1px solid #ffffff !important;
}

.services-slider-arrow-btn svg {
    filter: invert(1);
}
/* 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/project_key/style.css?176312812923847*/
[data-sal] {
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"] {
  /* opacity: 0;*/
  transition-property: opacity, transform;
}

[data-sal="slide-up"] {
  transform: translateY(20%);
}

[data-sal="slide-down"] {
  transform: translateY(-20%);
}

[data-sal="slide-left"] {
  transform: translateX(20%);
}

[data-sal="slide-right"] {
  transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}

[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="zoom-in"] {
  transform: scale(0.5);
}

[data-sal="zoom-out"] {
  transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}

[data-sal|="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal="flip-left"] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
}

@media (max-width: 575px) {
  .projects {
    padding-right: clamp(16px, 4.174vw, 48px);
  }
}

.projects.projects-page {
  padding-right: 0;
}

.projects .container-v2 {
  padding-right: 0;
}

.projects .project-wrapper .project-slider {
  margin: 0 -12px;
}

.projects .project-wrapper .project-block {
  position: relative;
  width: 29.167vw;
  overflow: hidden;
  margin: 0 12px;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block {
    width: 41.992vw !important;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

@media (max-width: 430px) {
  .projects .project-wrapper .project-block {
    width: 390px !important;
  }
}

@media (max-width: 399px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

.projects .project-wrapper .project-block.v-2 {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.25vw, 40px);
}

.projects .project-wrapper .project-block img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block .content-box {
  position: absolute;
  bottom: 0;
  margin: clamp(16px, 1.667vw, 48px);
  background: #FFFFFF;
  padding: clamp(16px, 1.667vw, 48px);
  border-radius: clamp(10px, 1.042vw, 30px);
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block .content-box {
    padding: 16px 16px 20px;
  }
}

.projects .project-wrapper .project-block .content-box h3 {
  text-transform: uppercase;
  color: #131110;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block:hover .content-box h3 {
  color: #2D7C7B;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media (max-width: 1399px) {
  .projects .project-wrapper .project-arrow-block {
    gap: clamp(24px, 2.287vw, 40px);
  }
}

@media (max-width: 575px) {
  .projects .project-wrapper .project-arrow-block {
    margin-bottom: clamp(16px, 5.565vw, 48px);
  }
}

.projects .project-wrapper .project-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: 34px;
    height: 34px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover {
  background-color: #2D7C7B;
  transition: all 0.5s ease-in-out;
  border: 1px solid #FFFFFF;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container {
    height: clamp(220px, 17.678vw, 290px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}

.projects .project-wrapper .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: -3.4vw;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: clamp(-43px, -3.202vw, -60px);
  }
}

@media (max-width: 1024px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -16px;
  }
}

@media (max-width: 820px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -4px;
  }
}

@media (max-width: 768px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: 6px;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

@media (max-width: 575px) {
  .projects {
    padding-right: clamp(16px, 4.174vw, 48px);
  }
}

.projects.projects-page {
  padding-right: 0;
}

.projects .container-v2 {
  padding-right: 0;
}

.projects .project-wrapper .project-slider {
  margin: 0 -12px;
}

.projects .project-wrapper .project-block {
  position: relative;
  width: 29.167vw;
  overflow: hidden;
  margin: 0 12px;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block {
    width: 41.992vw !important;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

@media (max-width: 430px) {
  .projects .project-wrapper .project-block {
    width: 390px !important;
  }
}

@media (max-width: 399px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

.projects .project-wrapper .project-block.v-2 {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.25vw, 40px);
}

.projects .project-wrapper .project-block img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block .content-box {
  position: absolute;
  bottom: 0;
  margin: clamp(16px, 1.667vw, 48px);
  background: #FFFFFF;
  padding: clamp(16px, 1.667vw, 48px);
  border-radius: clamp(10px, 1.042vw, 30px);
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block .content-box {
    padding: 16px 16px 20px;
  }
}

.projects .project-wrapper .project-block .content-box h3 {
  text-transform: uppercase;
  color: #131110;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block:hover .content-box h3 {
  color: #2D7C7B;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media (max-width: 1399px) {
  .projects .project-wrapper .project-arrow-block {
    gap: clamp(24px, 2.287vw, 40px);
  }
}

@media (max-width: 575px) {
  .projects .project-wrapper .project-arrow-block {
    margin-bottom: clamp(16px, 5.565vw, 48px);
  }
}

.projects .project-wrapper .project-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: 34px;
    height: 34px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover {
  background-color: #2D7C7B;
  transition: all 0.5s ease-in-out;
  border: 1px solid #FFFFFF;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container {
    height: clamp(220px, 17.678vw, 290px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}

.projects .project-wrapper .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: -3.4vw;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: clamp(-43px, -3.202vw, -60px);
  }
}

@media (max-width: 1024px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -16px;
  }
}

@media (max-width: 820px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -4px;
  }
}

@media (max-width: 768px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: 6px;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}

@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}

@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}

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

@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}

@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}

@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}

@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.p-32 {
  padding: 32px;
}

@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}

@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}

@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.heading {
  padding-left: clamp(60px, 7.604vw, 180px);
}

@media (max-width: 575px) {
  .heading {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .heading br {
    display: none;
  }
}

@media (max-width: 575px) {
  .heading p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.projects .project-wrapper .project-block:hover .content-box h6 {
  color: #2D7C7B;
  transition: all 0.5s ease-in-out;
}
/* End */


/* Start:/local/templates/ecexpertby/components/bitrix/news.list/certifikate/style.css?176312812924382*/
[data-sal] {
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"] {
  /* opacity: 0;*/
  transition-property: opacity, transform;
}

[data-sal="slide-up"] {
  transform: translateY(20%);
}

[data-sal="slide-down"] {
  transform: translateY(-20%);
}

[data-sal="slide-left"] {
  transform: translateX(20%);
}

[data-sal="slide-right"] {
  transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}

[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="zoom-in"] {
  transform: scale(0.5);
}

[data-sal="zoom-out"] {
  transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}

[data-sal|="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal="flip-left"] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
}

@media (max-width: 575px) {
  .projects {
    padding-right: clamp(16px, 4.174vw, 48px);
  }
}

.projects.projects-page {
  padding-right: 0;
}

.projects .container-v2 {
  padding-right: 0;
}

.projects .project-wrapper .project-slider {
  margin: 0 -12px;
}

.projects .project-wrapper .project-block {
  position: relative;
  width: 28vw;
  overflow: hidden;
  margin: 0 12px;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block {
    width: 41.992vw !important;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

@media (max-width: 430px) {
  .projects .project-wrapper .project-block {
    width: 390px !important;
  }
}

@media (max-width: 399px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

.projects .project-wrapper .project-block.v-2 {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.25vw, 40px);
}

.projects .project-wrapper .project-block img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block .content-box {
  position: absolute;
  bottom: 0;
  margin: clamp(16px, 1.667vw, 48px);
  background: #FFFFFF;
  padding: clamp(16px, 1.667vw, 48px);
  border-radius: clamp(10px, 1.042vw, 30px);
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block .content-box {
    padding: 16px 16px 20px;
  }
}

.projects .project-wrapper .project-block .content-box h3 {
  text-transform: uppercase;
  color: #131110;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block:hover .content-box h3 {
  color: #2D7C7B;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media (max-width: 1399px) {
  .projects .project-wrapper .project-arrow-block {
    gap: clamp(24px, 2.287vw, 40px);
  }
}

@media (max-width: 575px) {
  .projects .project-wrapper .project-arrow-block {
    margin-bottom: clamp(16px, 5.565vw, 48px);
  }
}

.projects .project-wrapper .project-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: 34px;
    height: 34px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover {
  background-color: #2D7C7B;
  transition: all 0.5s ease-in-out;
  border: 1px solid #FFFFFF;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container {
    height: clamp(220px, 17.678vw, 290px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}

.projects .project-wrapper .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: -3.4vw;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: clamp(-43px, -3.202vw, -60px);
  }
}

@media (max-width: 1024px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -16px;
  }
}

@media (max-width: 820px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -4px;
  }
}

@media (max-width: 768px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: 6px;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

@media (max-width: 575px) {
  .projects {
    padding-right: clamp(16px, 4.174vw, 48px);
  }
}

.projects.projects-page {
  padding-right: 0;
}

.projects .container-v2 {
  padding-right: 0;
}

.projects .project-wrapper .project-slider {
  margin: 0 -12px;
}

.projects .project-wrapper .project-block {
  position: relative;
  width: 29.167vw;
  overflow: hidden;
  margin: 0 12px;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block {
    width: 41.992vw !important;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

@media (max-width: 430px) {
  .projects .project-wrapper .project-block {
    width: 390px !important;
  }
}

@media (max-width: 399px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}

.projects .project-wrapper .project-block.v-2 {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.25vw, 40px);
}

.projects .project-wrapper .project-block img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block .content-box {
  position: absolute;
  bottom: 0;
  margin: clamp(16px, 1.667vw, 48px);
  background: #FFFFFF;
  padding: clamp(16px, 1.667vw, 48px);
  border-radius: clamp(10px, 1.042vw, 30px);
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-block .content-box {
    padding: 16px 16px 20px;
  }
}

.projects .project-wrapper .project-block .content-box h3 {
  text-transform: uppercase;
  color: #131110;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.projects .project-wrapper .project-block:hover .content-box h3 {
  color: #2D7C7B;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media (max-width: 1399px) {
  .projects .project-wrapper .project-arrow-block {
    gap: clamp(24px, 2.287vw, 40px);
  }
}

@media (max-width: 575px) {
  .projects .project-wrapper .project-arrow-block {
    margin-bottom: clamp(16px, 5.565vw, 48px);
  }
}

.projects .project-wrapper .project-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: 34px;
    height: 34px;
  }
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}

.projects .project-wrapper .project-arrow-block .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover {
  background-color: #2D7C7B;
  transition: all 0.5s ease-in-out;
  border: 1px solid #FFFFFF;
}

.projects .project-wrapper .project-arrow-block .arrow-btn:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.projects .project-wrapper .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container {
    height: clamp(220px, 17.678vw, 290px);
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}

.projects .project-wrapper .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: -3.4vw;
}

@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: clamp(-43px, -3.202vw, -60px);
  }
}

@media (max-width: 1024px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -16px;
  }
}

@media (max-width: 820px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -4px;
  }
}

@media (max-width: 768px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: 6px;
  }
}

@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}

@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}

@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}

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

@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}

@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}

@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}

@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.p-32 {
  padding: 32px;
}

@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}

@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}

@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.heading {
  padding-left: clamp(60px, 7.604vw, 180px);
}

@media (max-width: 575px) {
  .heading {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .heading br {
    display: none;
  }
}

@media (max-width: 575px) {
  .heading p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.sertifikate-section {
  background: url('/local/templates/ecexpertby/media/backgrounds/sertifikate-bg.jpg') no-repeat;
  padding: clamp(40px, 3vw, 30px) 0;
  background-size: cover;
  overflow: hidden;
}

.sertifikate-section .arrow-btn {
  filter: invert(1);
}

body .sertifikate-section .project-wrapper .project-block {
  width: 18vw !important;
}




.projects .project-wrapper .project-arrow-block .arrow-btn:hover {
  background-color: #2D7C7B;
  filter: none;
}

.projects .project-wrapper .project-block:hover .content-box {
  color: #2D7C7B;
  transition: all 0.5s ease-in-out;
}

body .sertifikate-slider .project-block {
  width: 15vw !important;
}
/* 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/servises_key/style.css?1763128129131 */
/* /local/templates/ecexpertby/components/bitrix/news.list/advantages/style.css?17631281291052 */
/* /local/templates/ecexpertby/components/bitrix/news.list/project_key/style.css?176312812923847 */
/* /local/templates/ecexpertby/components/bitrix/news.list/certifikate/style.css?176312812924382 */
/* /local/templates/ecexpertby/components/bitrix/form.result.new/base_cta/style.css?1763128129388 */
