<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.delivery {
  padding-bottom: 40px
}
.delivery__title {
  margin-top: 0;
  margin-bottom: 43px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  color: #383838;
  position: relative;
  display: flex;
  align-items: center
}
.delivery__title::after {
  content: "";
  flex: auto;
  height: 1px;
  background-color: #ececec;
  margin-left: 10px
}
.delivery__text {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  color: #333
}
.delivery__price-block {
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: 80px
}
.delivery__price-item {
  display: flex;
  flex-direction: column;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px;
  border-radius: 3px;
  background: rgba(255,255,255,.2);
  border: 1px solid #ececec
}
.delivery__price-item_pink {
  background: rgba(175,6,6,.2);
  border: none
}
.delivery__price-item_yellow {
  background: rgba(253,176,26,.2);
  border: none
}
.delivery__price-item_blue {
  background: rgba(45,156,219,.2);
  border: none
}
.delivery__desc {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #333
}
.delivery__price {
  margin-top: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #333
}
.delivery__feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%
}
.delivery__feature-item {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 60px
}
.delivery__feature-item span {
  color: #af0606
}
.delivery__feature-img {
  width: 100%;
  height: auto
}
.delivery__feature-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #333
}
.delivery__feature-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #333
}
@media (max-width:1530px) {
  .delivery__price-block {
    flex-wrap: wrap;
    margin-bottom: 30px
  }
  .delivery__price-item {
    padding: 20px
  }
}
@media (max-width:1230px) {
  .delivery__price-item {
    padding: 15px
  }
  .delivery__price {
    font-size: 24px;
    line-height: 24px
  }
}
@media (max-width:1190px) {
  .delivery__feature-item {
    width: 48%
  }
}
@media (max-width:1023px) {
  .delivery {
    padding-bottom: 20px
  }
  .delivery__title {
    margin-bottom: 20px
  }
  .delivery__text {
    font-size: 18px
  }
}
@media (max-width:700px) {
  .delivery__price-item {
    width: 98%;
    margin-bottom: 10px
  }
}
@media (max-width:600px) {
  .delivery__price-block {
    flex-direction: column;
    margin-bottom: 20px
  }
  .delivery__feature-list {
    flex-direction: column
  }
  .delivery__feature-item {
    width: 98%;
    margin-bottom: 30px
  }
}
@media (max-width:575px) {
  .delivery__title {
    font-size: 24px;
    margin-bottom: 20px
  }
  .delivery__text {
    font-size: 16px
  }
}
@media (max-width:375px) {
  .delivery__title {
    font-size: 21px
  }
}</pre></body></html>