<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ozon-icon {
  background: no-repeat;
  background-size: contain;
}
.ozon-icon--calendar {
  background-image: url("/upload/landing/external/ozon_promo/assets/images/calendar.svg");
}
.ozon-icon--coin {
  background-image: url("/upload/landing/external/ozon_promo/assets/images/coin.svg");
}
.ozon-block a {
  color: #4689E8;
}
.ozon-block p, .ozon-block strong, .ozon-block div {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ozon-block p, .ozon-block strong, .ozon-block div {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
  }
}
.ozon-block strong {
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}
.ozon-block__wrapper {
  margin-top: -30px;
  padding-top: 30px;
  background: #F1F1F1;
}
@media screen and (min-width: 768px) {
  .ozon-block__wrapper {
    padding-top: 40px;
    margin-top: -40px;
  }
}
.ozon-block__info {
  margin: 20px 0 40px;
}
@media screen and (min-width: 768px) {
  .ozon-block__info {
    margin: 30px 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-block__info {
    margin: 40px 0 60px;
  }
}
.ozon-block__main-title {
  font-size: 24px;
  letter-spacing: -0.4px;
  line-height: 32px;
  color: #016848;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ozon-block__main-title {
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 42px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-block__main-title {
    font-size: 42px;
    letter-spacing: -0.5px;
    line-height: 50px;
  }
}
.ozon-block__footer {
  background: #fff;
  padding-bottom: 80px;
}
.ozon-block__footer .ozon-rules {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.ozon-block__footer .ozon-rules:hover {
  text-decoration: underline;
}
.ozon-block__footer p {
  margin-top: 20px;
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
}
.ozon-block__frame {
  width: 100%;
  background: #fff;
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ozon-block__frame {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-block__frame {
    margin-top: 80px;
  }
}
.ozon-block__frame .container {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.ozon-block__frame .container .ozon-leaves {
  position: absolute;
  right: 50%;
  transform: translateX(100%);
  top: -40px;
}
.ozon-block__frame iframe {
  width: 100%;
  min-height: 350px;
}
.ozon-steps {
  margin: 40px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .ozon-steps {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .ozon-steps {
    margin: 50px 0 60px;
  }
}
.ozon-steps__item {
  width: 284px;
  min-width: 284px;
}
@media screen and (min-width: 768px) {
  .ozon-steps__item {
    width: 220px;
    min-width: 220px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-steps__item {
    width: 265px;
    min-width: 265px;
  }
}
.ozon-steps__item .text p {
  margin-bottom: 0;
}
.ozon-steps__icon {
  height: 158px;
  width: 158px;
  background-color: #005BFF;
  margin: 0 0 30px;
  border-radius: 50%;
  position: relative;
}
.ozon-steps__icon:before {
  content: "";
  display: block;
  background: no-repeat;
}
.ozon-steps__icon--card {
  margin-left: 63px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .ozon-steps__icon--card {
    margin-left: 31px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-steps__icon--card {
    margin-left: 49px;
  }
}
.ozon-steps__icon--card:before {
  background-image: url("/upload/landing/external/ozon_promo_2021/assets/images/card-3.png");
  background-size: contain;
  height: 180px;
  width: 172px;
  background-size: auto 158px;
}
.ozon-steps__icon--laptop {
  margin-left: 49px;
}
@media screen and (min-width: 768px) {
  .ozon-steps__icon--laptop {
    margin-left: 14px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-steps__icon--laptop {
    margin-left: 34px;
  }
}
.ozon-steps__icon--laptop:before {
  background-image: url("/upload/landing/external/ozon_promo_2021/assets/images/laptop.png");
  background-size: contain;
  height: 165px;
  width: 166px;
  top: 15px;
  left: 25px;
  position: absolute;
}
.ozon-steps__icon--gifts {
  margin-left: 56px;
}
@media screen and (min-width: 768px) {
  .ozon-steps__icon--gifts {
    margin-left: 16px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-steps__icon--gifts {
    margin-left: 41px;
  }
}
.ozon-steps__icon--gifts:before {
  background-image: url("/upload/landing/external/ozon_promo_2021/assets/images/gifts.png");
  background-size: contain;
  height: 180px;
  width: 166px;
  top: -15px;
  left: 38px;
  position: absolute;
}
.ozon-leaves {
  display: none;
  height: 346px;
  width: 436px;
  background: url("/upload/landing/external/ozon_promo/assets/images/leaves.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .ozon-leaves {
    display: block;
  }
}
.ozon-description {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .ozon-description {
    padding: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .ozon-description {
    padding: 50px;
  }
}
.ozon-description__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: repeat(2, min-content);
  row-gap: 20px;
  column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .ozon-description__item {
    grid-template-rows: repeat(3, min-content);
    row-gap: 10px;
    column-gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) {
  .ozon-description__item {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: 56px 1fr;
  }
}
.ozon-description__item .title {
  margin: 0;
  max-width: 180px;
  color: #016848;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  grid-row: 1;
  grid-column: 2;
  padding-top: 0;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .ozon-description__item .title {
    line-height: 24px;
    max-width: 400px;
    grid-row: 2;
    grid-column: 1;
    padding-top: 7px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-description__item .title {
    padding-top: 0px;
    font-size: 18px;
    line-height: 28px;
    grid-row: 1;
    grid-column: 2;
  }
}
.ozon-description__item .ozon-icon {
  grid-row: 1;
  grid-column: 1;
  min-width: 56px;
  height: 56px;
}
@media screen and (min-width: 992px) {
  .ozon-description__item .ozon-icon {
    grid-row: 1/3;
  }
}
.ozon-description__item .text {
  grid-column: 1/3;
  grid-row: 2;
  max-width: 400px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .ozon-description__item .text {
    grid-column: 1;
    grid-row: 3;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .ozon-description__item .text {
    font-size: 18px;
    line-height: 28px;
    grid-column: 2/3;
    grid-row: 2;
  }
}
.ozon-description__item .text p, .ozon-description__item .text strong {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 10px;
  text-align: left;
}
.ozon-description__item .text p:last-child, .ozon-description__item .text strong:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=app.css.map */</pre></body></html>