@media screen and (max-width: 1350px) {
  .hero .hero__title span {
    font-size: 140px;
  }
  .hero .hero__title .hero__title-line--red {
    font-size: 170px;
  }
  .hero .hero__title::before {
    width: 160px;
    height: 141px;
  }
  .hero .back {
    width: 600px;
    bottom: -160px;
  }
  .story .story__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-card {
    min-height: 280px;
  }
  .inside .inside__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gets .gets__tags {
    flex-wrap: wrap;
  }
  .gets .gets__cards::before {
    width: 280px;
    height: 280px;
    top: -190px;
    right: -20px;
  }
  .pricing .pricing__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .pricing .pricing__action {
    grid-column: 1/-1;
    max-width: none;
  }
  .pricing .pricing__action .back {
    display: none;
  }
  .faq {
    grid-template-columns: 180px 1fr;
  }
  .faq .faq__title {
    font-size: 100px;
  }
  .final .final__title {
    font-size: 72px;
  }
  .final .final__price {
    font-size: 120px;
    line-height: 130px;
  }
  .final .final__price span {
    font-size: 48px;
    line-height: 130px;
  }
  .final .final__media img {
    width: 620px;
    margin-right: -80px;
  }
}
@media screen and (max-width: 900px) {
  header.header .header__inner {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  header.header .header__cta {
    display: none;
  }
  .nav {
    margin-right: 0;
    position: fixed;
    inset: 0;
    padding: 110px 20px 40px;
    background: #0d0d0d;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    z-index: 40;
  }
  .nav--open {
    display: flex;
  }
  .nav .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .nav .nav__link {
    font-size: 22px;
  }
  header.header .header__cta-mobile {
    display: inline-flex;
    margin-top: 32px;
  }
  .burger {
    display: flex;
    position: relative;
    z-index: 60;
  }
  .hero {
    overflow: hidden;
  }
  .hero .container {
    display: flex;
    flex-direction: column;
  }
  .hero .hero__panel, .hero .hero__content {
    display: contents;
  }
  .hero .hero__title {
    order: 1;
  }
  .hero .hero__text {
    order: 2;
    max-width: none;
  }
  .hero .back {
    order: 3;
    position: static;
    width: 100%;
    margin-top: 24px;
    margin-bottom: -31%;
  }
  .hero .hero__btn {
    order: 4;
    margin-top: 24px;
    width: 100%;
  }
  .hero .hero__features {
    order: 5;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .hero .hero__sparkle {
    display: none;
  }
  .inside .inside__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gets .gets__cards {
    grid-template-columns: 1fr;
  }
  .gets .gets__cards::before {
    display: none;
  }
  .gets-card .gets-card__text {
    padding-left: 0;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq .faq__title {
    text-align: center;
    margin-top: 0;
  }
  .final .back2 {
    display: none;
  }
  .final .final__inner {
    display: flex;
    flex-direction: column;
  }
  .final .final__content {
    display: contents;
  }
  .final .left_cont {
    max-width: none;
    order: 1;
  }
  .final .final__media {
    order: 2;
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .final .final__media img {
    width: 100%;
    margin-right: 0;
  }
  .final .final__media .desk-img {
    display: none;
  }
  .final .final__media .mob-img {
    display: block;
  }
  .final .final__action {
    order: 3;
    margin-top: 28px;
    max-width: none;
  }
  .final .final__action .final__arrow {
    left: -15px;
    width: 40px;
  }
  .final .final__action-col {
    padding-left: 30px;
  }
  footer.footer .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .final {
    padding-bottom: 50px;
  }
  footer.footer .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
  }
  footer.footer .footer__nav li {
    display: flex;
    align-items: center;
  }
  footer.footer .footer__nav li::before {
    content: "";
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f10f0f;
    margin: 0 12px 0 0;
  }
  .hero .hero__btn {
    z-index: 5;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
  .mob-br {
    display: inline;
  }
  .section-title {
    font-size: 66px;
    line-height: 1;
  }
  .hero {
    padding-bottom: 32px;
  }
  .hero .hero__panel {
    padding: 24px 0 0;
  }
  .hero .hero__title span {
    font-size: 66px;
  }
  .hero .hero__title .hero__title-line--red {
    font-size: 129px;
  }
  .hero .hero__title::before {
    width: 136px;
    height: 105px;
    top: 54px;
  }
  .hero .hero__text {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 12px;
  }
  .hero .back {
    margin-top: 16px;
  }
  .hero .hero__btn {
    font-size: 26px;
    line-height: 120%;
    padding: 11px 20px;
    text-align: center;
    justify-content: center;
    font-weight: 400;
  }
  .hero .hero__btn::before {
    width: 90px;
    height: 90px;
    top: -46px;
    left: -14px;
  }
  .hero .hero__features {
    gap: 12px;
    margin-top: 24px;
  }
  .hero .hero__feature {
    padding: 14px 16px;
  }
  .hero .hero__feature p {
    font-size: 14px;
  }
  .story {
    padding: 48px 0 25px;
  }
  .story .back {
    width: 149px;
    right: 0;
    bottom: 55px;
    z-index: 3;
  }
  .story .story__head {
    margin-bottom: 40px;
  }
  .story .story__underline {
    width: 320px;
  }
  .story .story__burst {
    left: -28px;
    top: 80px;
    width: 90px;
  }
  .story .story__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 20px;
    padding-right: 25px;
  }
  .story .story__grid::before {
    width: 190px;
    height: 169px;
    top: -94px;
    left: -92px;
  }
  .story .story__phone {
    width: 190px;
    right: -50px;
    bottom: 110px;
    z-index: 3;
  }
  .story-card {
    min-height: 0;
    padding: 44px 24px 20px;
  }
  .story-card .story-card__num {
    font-size: 56px;
  }
  .story-card .story-card__num::after {
    width: 40px;
    margin-left: 16px;
  }
  .story-card .story-card__text {
    font-size: 18px;
    max-width: 230px;
    margin-bottom: 40px;
  }
  .story-card .story-card__icon {
    bottom: 10px;
  }
  .inside {
    padding: 48px 0 40px;
  }
  .inside .inside__chain {
    width: 110px;
  }
  .inside .inside__head {
    gap: 18px;
    margin-bottom: 32px;
  }
  .inside .inside__fire {
    width: 60px;
  }
  .inside .inside__desc p {
    font-size: 18px;
    line-height: 1.25;
  }
  .inside .inside__brush {
    margin-top: 10px;
  }
  .inside .inside__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .inside-card {
    padding: 44px 20px 28px;
  }
  .inside-card::before {
    width: 30px;
    height: 30px;
    top: 12px;
  }
  .inside-card .inside-card__value {
    font-size: 73px;
    min-height: 0;
    margin-bottom: 16px;
  }
  .inside-card .inside-card__value--icon img {
    width: 62px;
  }
  .inside-card .inside-card__text {
    font-size: 18px;
  }
  .gets {
    padding: 40px 0 56px;
  }
  .gets .gets__head {
    justify-content: center;
    text-align: center;
    margin-bottom: 28px;
  }
  .gets .gets__heart {
    display: none;
  }
  .gets .gets__cards {
    gap: 16px;
  }
  .gets .gets__cards::before {
    display: block;
    width: 171.299px;
    height: 171.299px;
    top: -84px;
    right: -59px;
  }
  .gets .gets__subtitle {
    font-size: 44px;
    margin: 28px 0 12px;
    text-align: center;
  }
  .gets .gets__tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gets .gets__tag {
    font-size: 18px;
    padding: 14px 8px;
    min-height: 58px;
    line-height: 1.4;
  }
  .gets .gets__tag:last-child {
    grid-column: 1/-1;
    min-height: 46px;
  }
  .gets .gets__tag:last-child br {
    display: none;
  }
  .gets .gets__disco {
    display: none;
  }
  .gets-card {
    padding: 20px;
  }
  .gets-card .gets-card__title {
    font-size: 35px;
    gap: 10px;
  }
  .gets-card .gets-card__star {
    width: 44px;
  }
  .gets-card .gets-card__text {
    font-size: 18px;
    margin-top: 10px;
  }
  .pricing {
    padding: 36px 0 56px;
  }
  .pricing .pricing__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pricing .pricing__title {
    font-size: 58px;
    text-align: center;
  }
  .pricing .pricing__price {
    font-size: 120px;
    text-align: center;
  }
  .pricing .pricing__price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pricing .pricing__crown {
    width: 60px;
    top: -16px;
    right: -10px;
  }
  .pricing .pricing__brush {
    width: 260px;
    margin-left: 0;
  }
  .pricing .pricing__list {
    gap: 12px;
  }
  .pricing .pricing__list li {
    font-size: 18px;
    padding-left: 48px;
  }
  .pricing .pricing__list li::before {
    width: 32px;
    height: 32px;
  }
  .pricing .pricing__action {
    width: 100%;
    align-items: stretch;
    gap: 22px;
    padding-left: 10px;
  }
  .pricing .pricing__action .back {
    display: block;
    width: 344px;
    top: -138px;
    right: -145px;
  }
  .pricing .pricing__btn {
    max-width: none;
    width: 100%;
    font-size: 30px;
    padding: 16px 24px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pricing .pricing__note {
    gap: 16px;
    padding-left: 16px;
  }
  .pricing .pricing__note p {
    font-size: 18px;
    line-height: 1;
    max-width: 195px;
  }
  .pricing .pricing__lock {
    width: 44px;
  }
  .pricing .pricing__arrow-deco {
    display: block;
    left: -3px;
    bottom: 26px;
    width: 27px;
  }
  .pricing .pricing__divider {
    margin: 40px 0;
  }
  .pricing {
    overflow: hidden;
  }
  .faq {
    gap: 16px;
  }
  .faq .faq__title {
    font-size: 72px;
  }
  .faq .faq__question-mark {
    display: block;
    width: 200px;
    left: -85px;
    top: -20px;
    bottom: auto;
    z-index: 3;
  }
  .faq-item .faq-item__head {
    padding: 14px 16px;
    gap: 10px;
  }
  .faq-item .faq-item__star {
    width: 24px;
  }
  .faq-item .faq-item__question {
    font-size: 15px;
  }
  .faq-item .faq-item__body p {
    font-size: 13px;
    padding-left: 20px;
  }
  .final .final__inner {
    padding-top: 40px;
  }
  .final .final__title {
    font-size: 66px;
  }
  .final .final__price {
    font-size: 92px;
    line-height: 1.1;
  }
  .final .final__price span {
    font-size: 38px;
    line-height: 1.1;
  }
  .final .final__media {
    margin-top: 16px;
  }
  .final .final__action {
    margin-top: 70px;
  }
  .final .final__envelope {
    width: 150px;
    top: -78px;
    left: -40px;
  }
  .final .final__btn {
    font-size: 30px;
    padding: 18px 76px 18px 22px;
    max-width: none;
  }
  .final .final__btn .btn__arrow {
    width: 40px;
    right: 20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .final .final__note {
    font-size: 16px;
    line-height: 1.3;
    max-width: 280px;
  }
  footer.footer {
    padding: 24px 0;
    padding-bottom: 40px;
  }
  footer.footer .footer__inner {
    gap: 20px;
  }
  footer.footer .footer__inner .logo img {
    width: 100px;
  }
  footer.footer .footer__nav {
    gap: 10px 16px;
  }
  footer.footer .footer__nav a {
    font-size: 14px;
  }
  .final .final__media img {
    width: 634px;
    max-width: none;
    min-width: 634px;
  }
  .final .final__media {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -50px;
  }
  .final .final__action {
    margin-top: -30px;
  }
}