@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap");
:root {
  --page-bg: #F3F3F3;
  --white-color: #fff;
  --primary-color: #EF6A37;
  --pr-hover-color: #e26634;
  --dark-color: #141414;
  --grey-color: #DCE0E3;
}

img {
  width: 100%;
}

.el-hero {
  margin: 140px 0 100px;
}

.el-hero__hedding {
  margin-bottom: 140px;
}
.el-hero__hedding img {
  border-radius: 20px;
}

.screen__title {
  font-weight: 800;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.3;
  color: var(--dark-color);
  margin-bottom: 30px;
  text-align: center;
}

.el-hero__description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 50px 0 80px;
}

.el-hero__right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--dark-color);
  margin-bottom: 10px;
}

.el-hero__description-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 120px;
}

.el-hero__left-2 .text-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: var(--dark-color);
}
.el-hero__left-2 .el-hero_list {
  margin-top: 20px;
}
.el-hero__left-2 .el-hero_list li {
  line-height: 160%;
  list-style-type: disc;
  list-style: inside;
}

.el-hero__right-2 img {
  border-radius: 15px;
}

.el-hero__description-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}

.el-hero__left-3 img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.el-hero__right-3 span {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: var(--dark-color);
  margin-bottom: 11px;
}
.el-hero__right-3 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.warning__text {
  position: relative;
  padding: 30px;
  background: #dce0e3;
  border-radius: 12px;
  width: 590px;
  margin-top: 80px;
}
.warning__text::before {
  content: "";
  position: absolute;
  background: url("../img/svg/warning.svg") no-repeat;
  width: 100%;
  height: 100%;
  left: 22px;
  top: -12px;
}
.warning__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--dark-color);
}

/*=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/==/=*/
/*================= АДАПТАЦІЯ СТИЛІВ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ ===================================*/
/*=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/*/
@media (max-width: 767.98px) {
  .el-hero__title {
    margin-bottom: 15px;
  }
  .el-hero__hedding {
    margin-bottom: 60px;
  }
  .el-hero__hedding img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .el-hero__description {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 20px 0 60px;
  }
  .el-hero__description-2 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
  .el-hero__description-3 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .warning__text {
    padding: 25px;
    width: 100%;
    margin-top: 40px;
  }
  .el-hero__left-3 {
    order: 2;
  }
  .el-hero__right-3 {
    order: 1;
  }
  .el-hero__right-3 span {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .el-hero__right-3 .el-hero__right-3 p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=electroerosion.css.map */