.section-under {
  background-color: #000;
  background-image: radial-gradient(circle, #00000040, #000), url('../images/Component-48-–-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: block;
}

.under-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 25px;
  display: flex;
}

.image {
  width: 120px;
  max-width: none;
  padding: 0;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Rubik Dirt, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.div-header {
  margin: 0;
}

.div-products-wrap {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin: 30px;
  padding: 0;
  display: block;
  position: static;
}

.div-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-can {
  width: 220px;
  max-width: none;
  position: absolute;
  left: 170px;
}

.image-ice {
  z-index: 10;
  width: 600px;
  max-width: none;
  position: absolute;
  left: -100px;
}

.image-pillow {
  z-index: 5;
  width: 300px;
  position: absolute;
  left: 350px;
  right: 0;
}

.image-gum-pack {
  z-index: 7;
  width: 500px;
  position: absolute;
  top: 450px;
  right: 0;
}

.image-photo {
  width: 500px;
  font-size: 16px;
}

.sec-map {
  width: 100vw;
  height: auto;
  display: block;
}

.button {
  text-align: center;
  background-color: #e83d31;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.map-wrapper {
  width: 100%;
  height: 100%;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.goo-map.ok {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .heading {
    line-height: 8rem;
  }
}

@media screen and (max-width: 479px) {
  .section-under {
    padding: 15px;
  }

  .under-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
  }

  .image {
    width: 150px;
    margin-bottom: 20px;
  }

  .logo {
    margin-bottom: 0;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 100%;
  }

  .text-block {
    font-size: 18px;
  }

  .div-header {
    width: 100%;
    font-size: 10px;
  }

  .div-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button {
    font-size: 16px;
  }
}


