.main-page .price {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .main-page .price {
    margin-bottom: 45px;
  }
}
.main-page .price__card {
  background: #fff;
  border-radius: 64px;
  padding: 80px 80px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .main-page .price__card {
    padding: 60px 20px;
  }
}
@media (max-width: 990px) {
  .main-page .price__card {
    border-radius: 20px;
    padding: 45px 20px;
  }
}
@media (max-width: 576px) {
  .main-page .price__card {
    padding: 40px 15px;
  }
}
.main-page .price__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .main-page .price__grid {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.main-page .price__content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
}
.main-page .price__pretitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: #1e1e1e;
}
@media (max-width: 990px) {
  .main-page .price__pretitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .main-page .price__pretitle {
    font-size: 12px;
  }
}
.main-page .price__pretitle::before {
  content: "";
  height: 16px;
  width: 16px;
  background: #ED3026;
  display: block;
  border-radius: 4px;
  flex-shrink: 0;
}
.main-page .price__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  color: #1e1e1e;
  margin: 0 0 20px;
  max-width: 430px;
}
@media (max-width: 990px) {
  .main-page .price__title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-page .price__title {
    font-size: 24px;
    line-height: 120%;
    max-width: 270px;
  }
}
.main-page .price__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #1E1E1E;
  max-width: 520px;
  margin-bottom: 75px;
}
@media (max-width: 990px) {
  .main-page .price__text {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .main-page .price__text {
    font-size: 14px;
    max-width: 362px;
  }
}
.main-page .price__text p {
  margin: 0;
  color: #1e1e1e;
}
.main-page .price__text p:not(:last-child) {
  margin-bottom: 12px;
}
.main-page .price__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 15px;
  margin: 0 0 70px;
  max-width: 630px;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .main-page .price__list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
.main-page .price__item {
  background: #F4F4F4;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 140px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 990px) {
  .main-page .price__item {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .main-page .price__item {
    padding: 15px;
  }
}
.main-page .price__item-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #1e1e1e;
}
@media (max-width: 576px) {
  .main-page .price__item-title {
    font-size: 13px;
  }
}
.main-page .price__item-price {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  color: #1e1e1e;
}
@media (max-width: 990px) {
  .main-page .price__item-price {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .main-page .price__item-price {
    font-size: 20px;
  }
}
.main-page .price__item-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #1e1e1e;
}
@media (max-width: 576px) {
  .main-page .price__item-text {
    font-size: 13px;
  }
}
.main-page .price__bottom {
  width: 100%;
}
.main-page .price__btn {
  display: grid;
  grid-template-columns: 1fr 44px;
  grid-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 215px;
  text-decoration: none;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .main-page .price__btn {
    max-width: 100%;
  }
}
.main-page .price__btn-text {
  background: #1E1E1E;
  border-radius: 4px;
  padding: 0 15px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .main-page .price__btn-text {
    white-space: normal;
    text-align: center;
  }
}
.main-page .price__btn-icon {
  background: #1E1E1E;
  border-radius: 4px;
  min-width: 44px;
  min-height: 44px;
  height: 44px;
  width: 44px;
}
.main-page .price__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .main-page .price__media {
    order: 1;
    justify-content: flex-end;
  }
}
.main-page .price__decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  display: block;
  width: 172px;
  height: 172px;
  right: 60px;
  bottom: 30px;
  object-fit: contain;
  z-index: 2;
}
@media (max-width: 1440px) {
  .main-page .price__decor {
    width: 140px;
    height: 140px;
    right: 0;
    bottom: 20px;
  }
}
@media (max-width: 990px) {
  .main-page .price__decor {
    right: auto;
    left: 0;
    bottom: 10px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 576px) {
  .main-page .price__decor {
    width: 104px;
    height: 104px;
    left: 0;
    bottom: 10px;
  }
}
.main-page .price__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: contain;
  right: 80px;
}
@media (max-width: 990px) {
  .main-page .price__img {
    right: 0;
    height: 400px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-page .price__img {
    height: 330px;
    max-width: 240px;
  }
}

/*# sourceMappingURL=price.css.map */
