

/* Start:/include/delivery_info/style.css?17629520594640*/
.delivery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.delivery-app {
  background-color: var(--yellow);
  color: #000000;
}

.delivery-app__desc {
  margin-bottom: 26px;
}

.delivery-app__text {
  margin: 15px 0 20px;
  max-width: 407px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.delivery-app__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.delivery-app__links a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: .3s ease;
}

.delivery-app__links a:hover {
  color: var(--grey1);
}

.delivery-app__links a:active {
  color: var(--grey2);
}

.delivery-app__image {
  position: relative;
  bottom: 0;
  width: 299px;
  height: 277px;
  background-image: image-set(
    url("/assets/img/phone-mokup@1x.png") type("image/png") 1x,
    url("/assets/img/phone-mokup@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
}

.delivery-item {
  position: relative;
  padding-top: 40px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.delivery-item__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}

.calling-app {
  background-color: var(--blue);
  color: #FFFFFF;
}

.calling-app .delivery-item__name {
  text-transform: lowercase;
}

.calling-app__list {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.calling-app__address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.calling-app__place {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.06;
}

.calling-app a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38;
  text-decoration: none;
}

.calling-app__image {
  position: absolute;
  right: -235px;
  top: 5px;
  z-index: 2;
  width: 415px;
  height: 446px;
  background-image: image-set(
    url("/assets/img/tiger@1x.png") type("image/png") 1x,
    url("/assets/img/tiger@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 990px) {
  .delivery__grid {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .delivery-app {
    padding: 40px 18px 0 50px;
    overflow: hidden
  }

  .delivery-app__text {
    margin: 30px 0 60px;
    font-size: 14px;
    line-height: 1.35
  }

  .delivery-app__links {
    justify-content: flex-start
  }

  .delivery-app__desc {
    margin-bottom: 0;
    max-width: 280px
  }

  .delivery-app__image {
    min-width: 299px
  }

  .delivery-item {
    height: 280px;
    min-height: auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    text-align: left
  }

  .delivery-item__name {
    font-size: 20px;
    line-height: 1.2
  }

  .calling-app {
    padding: 36px 0 44px 50px
  }

  .calling-app__desc {
    max-width: 385px
  }

  .calling-app__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 54px;
    gap: 30px 60px
  }

  .calling-app__image {
    width: 301px;
    height: 323px;
    right: -42px;
    top: -11px
  }
}

@media (max-width: 760px) {
  .calling-app__image {
    right: -142px
  }
}

@media (max-width: 640px) {
  .delivery__grid {
    gap: 10px
  }

  .delivery-app {
    padding: 40px 40px 0;
    align-items: center;
    flex-direction: column
  }

  .delivery-app__text {
    margin: 10px 0 20px
  }

  .delivery-app__links {
    justify-content: center
  }

  .delivery-app__desc {
    margin-bottom: 30px;
    max-width: 100%
  }

  .delivery-app__image {
    min-width: auto;
    width: 201px;
    background-size: cover
  }

  .delivery-item {
    height: 340px;
    text-align: center;
    margin: 0 -20px;
    justify-content: center
  }

  .delivery-item__name {
    font-size: 18px;
    line-height: 1.11
  }

  .calling-app {
    padding: 40px 0 0 0
  }

  .calling-app__desc {
    max-width: 100%
  }

  .calling-app__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    gap: 30px
  }

  .calling-app__image {
    width: 230px;
    height: 247px;
    right: -127px;
    top: 57px
  }
}

@media (max-width: 363px) {
  .calling-app__image {
    right: -150px
  }
}
/* End */
/* /include/delivery_info/style.css?17629520594640 */
