.purchase-banner {
  background: linear-gradient(314deg, #ff7e1e 36.67%, #ff7e1e 36.67%, #20477a 36.7%);
  color: #ffffff;
}
.purchase-banner::after {
  content: "";
}
.purchase-banner::before {
  content: "";
}
.purchase-banner__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.purchase-banner__info {
  max-width: 620px;
  align-self: center;
  padding: var(--base-offset) 0;
  display: grid;
  grid-template-columns: auto;
  gap: 40px;
}
.purchase-banner__title {
  position: relative;
  color: #ffffff;
  line-height: auto;
  margin: 0;
  padding-bottom: 33px;
}
.purchase-banner__title::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 4px;
  background-color: #ff7e1e;
  bottom: 0;
  left: 0;
}
.purchase-banner__text {
  margin: 0;
}
.purchase-banner__list {
  max-width: 384px;
}
.purchase-banner__list-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 43px;
  line-height: 27px;
}
.purchase-banner__list-item::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background-color: var(--orange);
  border-radius: 50%;
  background-image: url(/themes/vorotafedota/images/check-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.purchase-banner__button {
  max-width: 351px;
}
.purchase-banner__img {
  position: relative;
  align-self: end;
}
.purchase-banner__img img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 662px;
  height: auto;
  display: block;
}
.purchase-banner__img-svg {
  display: none;
}

@media (max-width: 1441px) {
  .purchase-banner__img img {
    max-width: 610px;
  }
}
@media (max-width: 1050px) {
  .purchase-banner__inner {
    grid-template-columns: 490px 1fr;
  }
  .purchase-banner__info {
    gap: 28px;
  }
  .purchase-banner__img img {
    max-width: 555px;
  }
}
@media (max-width: 900px) {
  .purchase-banner__inner {
    grid-template-columns: 450px 1fr;
  }
  .purchase-banner__img img {
    max-width: 420px;
  }
}
@media (max-width: 851px) {
  .purchase-banner {
    background: var(--blue);
  }
  .purchase-banner__inner {
    padding: var(--base-offset) 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .purchase-banner__info {
    padding: 0;
    margin: 0 auto;
    max-width: 450px;
    gap: 23px;
  }
  .purchase-banner__title {
    padding-bottom: 20px;
  }
  .purchase-banner__img {
    order: -1;
    background-color: var(--orange);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
  .purchase-banner__img img {
    position: static;
    max-width: 250px;
  }
}
@media (max-width: 390px) {
  .purchase-banner__list-item::before {
    bottom: 0;
    margin: auto 0;
  }
  .purchase-banner__button {
    width: 100%;
  }
  .purchase-banner__img {
    width: 200px;
    height: 200px;
  }
  .purchase-banner__img img {
    max-width: 200px;
  }
}/*# sourceMappingURL=purchase-banner.css.map */