body {
  min-width: 360px;
}

.section {
  padding: 60px 0;
}

.text {
  color: #000;
  text-align: center;
}

.section .text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.title {
  margin: 0 auto 40px;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 150px;
  height: 1px;
  transform: translateX(-50%);
  background: #333;
}

.sect3__list {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.sect3__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 175px;
  
}

.sect3__img {
  display: block;
  max-width: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.sect3__title {
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.sect3__text {
  font-size: 18px;
  color: #000;
}

.sect4 {
  background: url("../img/img2.jpg") no-repeat right bottom / cover;
  min-height: 700px;
}
.sect4__text {
  margin-right: auto;
  margin-bottom: 0;
  max-width: 55%;
  text-align: right;
}

.text-shadow {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
}

.sect5__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.sect5__product {
  position: relative;
  display: inline-block;
  padding: 60px 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.sect5__img {
  display: block;
  max-width: 100%;
}

.sect5__point {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 50%;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sect5__point::before {
  content: "";
  position: absolute;
  background-color: #000;
}

.point1 {
  top: 10px;
  right: 130px;
}

.point1::before {
  top: 100%;
  left:50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
}

.point2 {
  top: 208px;
  left: -40px;
}

.point2::before {
  top: 50%;
  left:100%;
  transform: translateY(-50%);
  width: 160px;
  height: 1px;
}

.point3 {
  right: 20px;
  bottom: 40px;
}

.point3::before {
  top: 50%;
  right:100%;
  transform: translateY(-50%);
  width: 140px;
  height: 1px;
}

.sect5__list {
  list-style: none;
}

.sect5__item {
  font-size: 28px;
}

.sect6 .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}

.sect7__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.sect7__text {
  margin-right: auto;
  margin-bottom: 0;
  text-align: right;
}

.sect7__img {
  display: block;
  max-width: 100%;
  flex-shrink: 1;
}

@media screen and (max-width: 1024px) {
  .sect4 {
    min-height: 550px;
  }
  
  .section .text {
    font-size: 20px;
  }

  .text-shadow {
    font-size: 35px;
  }

  .sect5__wrapper {
    flex-direction: column;
  }

  .sect7__text,
  .sect7__img {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width:768px) {
  .sect4 {
    min-height: 400px;
  }
  
  .section .text {
    font-size: 18px;
  }
  
  .sect7__container {
    flex-direction: column;
  }

  .sect7__text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .sect5__product {
    width: 260px;
  }

  .sect5__point {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .point1 {
    right: 50px;
  }

  .point2 {
    top: 120px;
  }

  .point2::before {
    width: 76px;
  }

  .point3 {
    right: 0;
  }

  .point3::before {
    width: 60px;
  }

  .sect5__wrapper {
    gap: 30px;
  }

  .sect5__item {
    font-size: 18px;
  }

  .sect7__img {
    width: 70%;
  }

  .title {
    font-size: 26px;
  }

  .sect4__text {
    text-align: center;
  }

  .text-shadow {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    max-width: 80%;
  }

  .sect3__list {
    gap: 20px;
  }

  .sect3__img {
    width: 90px;
    height: 90px;
  }
}

.date_sale {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.copyright {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.copyright a {
  text-decoration: none;
  color:#fff;
  line-height: 1.2;
}

.copyright img {
   width: auto;
}
.copyright p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}