body {
  background: rgb(230, 255, 0);
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "gelica", sans-serif;
  color: #ffff00;
  --font-60: 60px;
  --font-48: 40px;
  --font-30: 30px;
  --font-25: 25px;
  --font-22: 22px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.intro {
  background: #ff5c98;
  position: relative;
  width: 100%;
}
.intro img {
  width: 100%;
  height: auto;
  display: block;
}
.intro .logo {
  position: absolute;
  top: 70px;
  left: 50px;
}
.intro .logo img {
  max-width: 300px;
  margin-bottom: 15px;
}
.intro .logo .what {
  font-size: var(--font-48);
}
.intro .phone {
  background: #3a1c8f;
  color: #e6ff03;
  position: absolute;
  top: 55px;
  right: 80px;
  font-size: var(--font-30);
  padding: 7px 14px;
  border-radius: 40px;
}
.intro .phone a {
  text-decoration: none;
  color: #E2D403;
}
.intro .phone a:hover, .intro .phone a:focus {
  text-decoration: underline;
}
.intro .bar {
  position: absolute;
  bottom: 55px;
  font-size: var(--font-22);
  line-height: 1.22em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  gap: 24px;
}
.intro .bar .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.intro .bar .time img {
  width: 72px;
}
.intro .bar .grams {
  font-size: var(--font-60);
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.set {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: var(--font-25);
  color: #ffff00;
}
.set .c1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.set .c1 .title {
  position: absolute;
  top: 30px;
  left: 35px;
}
.set .c1 .title strong {
  font-weight: normal;
  font-size: 1.2em;
  display: block;
}
.set .c2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.set .c2 .title {
  position: absolute;
  left: 35px;
  bottom: 30px;
}
.set .fruit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.set .fruit svg {
  height: 100%;
  width: auto;
}
.set.strawberries .fruit {
  margin-top: -3%;
  height: 56%;
}
.set.blackberries .fruit {
  margin-top: -4%;
  height: 62%;
}
.set.pineapples .c2 .title {
  color: #3a1c8f;
}
.set.pineapples .fruit {
  margin-top: -5%;
  height: 74%;
}
.set.banana .c2 .title {
  color: #3a1c8f;
}
.set.banana .fruit {
  margin-top: 1%;
  height: 56%;
}
.set.raspberry .fruit {
  margin-top: -3%;
  height: 61%;
}

.half1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background: #ffe632;
  min-height: 100px;
}

.half2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background: #ff2d2d;
  min-height: 100px;
}

footer {
  background: rgb(230, 255, 0);
  text-align: center;
  color: #3a1c8f;
  padding-top: 110px;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}
footer img {
  max-width: 315px;
  margin: auto;
  width: 100%;
}
footer .contact {
  font-size: var(--font-25);
  margin-top: 65px;
  margin-bottom: 65px;
  line-height: 1.2em;
}
footer .contact a {
  color: #3a1c8f;
  text-decoration: none;
  display: block;
}
footer .contact a:hover, footer .contact a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 1500px) {
  body {
    --font-60: 50px;
    --font-48: 32px;
    --font-30: 25px;
    --font-25: 21px;
    --font-22: 18px;
  }
  .intro .bar {
    bottom: 25px;
  }
  .set .fruit {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .intro .logo {
    top: 40px;
    left: 25px;
  }
  .intro .logo img {
    width: 200px;
  }
  .intro .phone {
    top: 40px;
    right: 30px;
  }
  .set .c1 .title {
    top: 20px;
    left: 20px;
  }
  .set .c2 .title {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .set .c1 .title strong {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 950px) {
  .set {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .set.strawberries {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .set.blackberries {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .set.pineapples {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .set.banana {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .set.raspberry {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .half1, .half2 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  body {
    --font-60: 40px;
    --font-48: 26px;
    --font-30: 22px;
  }
}
@media screen and (max-width: 650px) {
  body {
    --font-60: 40px;
    --font-48: 20px;
    --font-30: 22px;
    --font-25: 18px;
    --font-22: 16px;
  }
  .intro .logo {
    top: 20px;
    left: 20px;
  }
  .intro .logo img {
    margin-bottom: 0px;
    max-width: 130px;
  }
  .intro .phone {
    top: 20px;
    right: 20px;
  }
  .intro .bar {
    margin-top: -15vw;
    padding-bottom: 30px;
    position: relative;
    bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .intro .bar .time img {
    width: 50px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  body {
    --font-48: 20px;
    --font-30: 18px;
  }
  .intro .what {
    padding-left: 15px;
  }
  .intro .what br {
    display: none;
  }
  .set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .set .fruit {
    height: 220px !important;
    margin: 0 !important;
  }
  .set .fruit g {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .set.strawberries {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .set.blackberries {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .set.pineapples {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .set.pineapples .fruit {
    height: 270px !important;
  }
  .set.pineapples .fruit g {
    -webkit-transform: translate(-20px, 100px) scale(0.8);
            transform: translate(-20px, 100px) scale(0.8);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .set.banana {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .set.raspberry {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 380px) {
  .intro .bar {
    gap: 20px;
  }
  .intro .bar .grams {
    line-height: 1.2em;
  }
}