@import "./normalize.css";
@import "./header.css";
@import "./banner.css";
@import "./service.css";
@import "./catalog.css";
@import "./solutions.css";
@import "./calculation.css";
@import "./director.css";
@import "./property.css";
@import "./choice.css";
@import "./projects.css";
@import "./seo.css";
@import "./footer.css";
@import "./modals.css";
@import "./catalog2.css";
@import "./descriprion.css";
@import "./goods.css";
@import "./card.css";
@import "./service.css";
@import "./measuring.css";
@import "./stage.css";
@import "./stage-slider.css";
@import "./service-stage.css";
@import "./service-faq.css";
@import "./portfolio.css";
@import "./portfolio-objects.css";
@import "./desision-card.css";
@import "./desision-card2.css";
@import "./about.css";
@import "./command.css";
@import "./partners.css";
@import "./contacts.css";
@import "./map-form.css";
@import "./text.css";
@import "../vendor/fonts.css";

html {
  overflow-x: clip;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: clip;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
}

h1 {
  margin: 0;
}

.color-black {
  color: rgba(43, 41, 39, 1);
}

.color-white {
  color: rgba(255, 255, 255, 1) !important;
}

li {
  list-style-type: none;
}

.hr-vertical {
  border-left: 1px solid rgba(238, 238, 238, 1);
}

.hr-vertical-white {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.button-standart {
  background-color: rgba(239, 72, 36, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.button-standart > svg {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .button-standart {
    font-size: 14px;
  }
}

.button-standart > a {
  padding: 0;
  margin-left: 5px;
}

.button-standart:hover {
  background-color: rgba(226, 62, 26, 1);
}

button {
  border: none;
  cursor: pointer;
}

.button239 {
  width: 239px;
  height: 60px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .button239 {
    height: 55px;
  }
}

.wrapper-margin {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
}

.wrapper-padding {
  padding: 160px 0px 215px 0px;
}
.wrapper-padding.wrapper-solution-mobile-margin {
  padding: 60px 0px 60px 0px;
}

@media screen and (max-width: 768px) {
  .wrapper-padding {
    padding: 80px 0px 270px 0px;
  }
}

@media screen and (max-width: 380px) {
  .wrapper-padding {
    padding: 80px 0px 50px 0px;
  }
}

.desc {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(43, 41, 39, 0.9);
}

@media screen and (max-width: 768px) {
  .desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 375px) {
  .desc {
    line-height: 16px;
  }
}

.button-slider {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.bc255 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bc254 {
  background-color: rgba(254, 243, 241, 1);
}

.bc255025 {
  background-color: rgba(255, 255, 255, 0.25);
}

.slider-hover-white:hover {
  background-color: rgba(255, 255, 255, 1);
}

.slider-hover-white:hover > svg > path {
  stroke: #ef4824;
}

.slider-buttons-block {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.slider-buttons-block:not(.service-button, .banner-buttons) {
  rotate: 180deg;
}

@media screen and (max-width: 768px) {
  .slider-buttons-block {
    display: none;
  }
}

.seo__wrap {
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 768px) {
  .seo__wrap {
    margin: 0 auto 50px auto;
  }
}

.breadcrumb {
  list-style: none;
  padding-top: 35px;
  opacity: 0.55;
  overflow: hidden;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 15px;
  }
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  content: "/\00a0";
}

ul.breadcrumb li a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.button100 {
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .button100 {
    height: 55px;
  }
}

.input-form {
  width: 335px;
  height: 60px;
  border-radius: 10px;
  border: none;
  background-color: rgba(241, 90, 58, 1);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 1);
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
::-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

::placeholder {
  color: rgba(255, 255, 255, 1);
}

.block-mt {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .block-mt {
    margin-top: 30px;
  }
}

.form-margin {
  margin: 100px 0 100px 0;
}

@media screen and (max-width: 768px) {
  .form-margin {
    margin: 50px 0 50px 0;
  }
}

.headline {
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 55px;
  text-transform: uppercase;
  color: rgba(43, 41, 39, 1);
  text-align: start;
}

@media screen and (max-width: 768px) {
  .headline {
    font-size: 38px;
    line-height: 40px;
  }
}

.headline-h2 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  color: rgba(43, 41, 39, 1);
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .headline-h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.headline-h3 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: rgba(43, 41, 39, 1);
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .headline-h3 {
    font-size: 22px;
  }
}

.headline-h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: rgba(43, 41, 39, 1);
}

@media screen and (max-width: 768px) {
  .headline-h4 {
    font-size: 16px;
    line-height: 25px;
  }
}

.headline-h5 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: rgba(43, 41, 39, 0.9);
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .headline-h5 {
    font-size: 22px;
    line-height: 24px;
  }
}

.wrapper-solution3 {
  max-width: 1550px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 1540px) {
  .wrapper-solution3 {
    padding: 0 15px;
  }
}

.wrapper-padding3 {
  max-width: 1550px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 425px) {
  .wrapper-padding3 {
    padding: 0 0px 0 0px;
  }
}

.btn-close {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.btn-close > img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

@media screen and (max-width: 425px) {
  .btn-close {
    width: 30px;
    height: 30px;
  }
  .btn-close > img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}

.text__block3 {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .text__block3 {
    margin-top: 30px;
  }
}

.swiper-wrapper {
  height: fit-content !important;
}

.swiper.recommendedSlider .showMore {
  display: none !important;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .swiper.recommendedSlider .swiper-wrapper {
    flex-wrap: wrap;
    transform: unset !important;
  }
  .swiper.recommendedSlider .swiper-wrapper .swiper-slide {
    display: none;
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .swiper.recommendedSlider .swiper-wrapper .swiper-slide.visible {
    display: block;
  }
  .swiper.recommendedSlider .swiper-wrapper .swiper-slide:not(:last-child) {
    padding-bottom: 20px;
  }
  .swiper.recommendedSlider .swiper-wrapper .swiper-slide img {
    height: 400px;
  }
  .swiper.recommendedSlider .showMore {
    display: block !important;
  }
}

@media screen and (max-width: 578px) {
  .swiper.recommendedSlider .swiper-wrapper .swiper-slide img {
    height: 285px;
  }
}