@media (max-width: 1023px) {
    .header.sticky{
        top:0;
    }
    .header__social, .header__bottom {
        display: none;
    }
    .header__top-row {
        flex-wrap: wrap;
    }
    .header__top-row .left {
        width: 100%;
        flex-wrap: wrap;
    }
    .header__phone {
        width: 100vw;
        border-right: none;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 16px;
    }
    .header__top-row .center {
        position: unset;
        top: unset;
        transform: unset;
        /* width: 83%; */
        padding: 8px 0;
    }
    .header__top-row .right {
        display: block;
        position: relative;
        bottom: 0;
        right: -16px;
        padding: 20px;
        height: 100%;
    }
    .header__burger {
        width: 24px;
        height: 24px;
    }
    .header__phone {
        margin: 0 -16px;
        border-bottom: 1px solid #3F4544;
    }
    .hero__subtitle {
        margin-bottom: 24px;
        font-size: 16px;
    }
    .link-item.link-item--right-arrow span {
        padding-right: 33px;
        font-size: 16px;
    }
    .link-item.link-item--right-arrow span::after {
        width: 21px;
    }
    .hero__product-info .price__wrap .title {
        font-size: 14px;
    }
    .hero__product-info .price__wrap .price {
        font-size: 18px;
    }
    .hero__slide-inner {
        padding-left: 16px;
        padding-top: 70px;
    }
    .hero__title {
        margin-bottom: 16px;
        font-size: 32px;
    }
    .hero__product-info .image__wrap .title {
        font-size: 16px;
    }
    .hero__slider .slick-arrow {
        display: none !important;
    }
    .hero__slide-inner {
        min-height: 660px;
    }
    .hero__slider .slick-dots {
        bottom: 107px;
    }
    .hero__product {
        left: 16px;
        right: unset;
    }
    .hero__product-info::before {
        display: block;
        left: 85px;
        right: unset;
        top: unset;
        bottom: calc(100% - 11px);
        width: 117px;
        height: 120px;
        background-image: url("data:image/svg+xml,%3Csvg width='118' height='120' viewBox='0 0 118 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='68' width='50' height='50' rx='25' fill='%231596C1' fill-opacity='0.2'/%3E%3Ccircle cx='93' cy='25' r='5' fill='white'/%3E%3Ccircle cx='93' cy='25' r='15.5' stroke='white'/%3E%3Cpath d='M0.999756 120C0.999756 65 13.4998 25 87.9997 25' stroke='white' stroke-opacity='0.6'/%3E%3C/svg%3E%0A");
    }
    .main-section {
        margin-bottom: 60px;
    }
    .section__title {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .default-text {
        font-size: 16px;
    }
    section.about {
        margin-bottom: 30px;
    }
    .about__inner {
        padding-top: 20px;
    }
    .about__left .about__experience {
        display: none;
    }
    .about__left, .about__right {
        width: 100%;
    }
    .about__we .text::before {
        width: 30px;
        background-size: 30px 2px;
    }
    .about__we .text {
        margin-left: 12px;
        padding-left: 38px;
        font-size: 28px;
    }
    .about__we .image {
        margin-bottom: 12px;
    }
    .about__benefit {
        width: 30%;
        border: 1px solid rgba(0, 0, 0, 0.06);
    } 
    .about__we {
        margin-bottom: 24px;
    }
    .about__benefit .title {
        font-size: 16px;
        max-width: unset;
    }
    .about__experience--mobile {
        display: block;
    }
    .about__benefits {
        margin-bottom: 40px;
    }
    .about__link--mobile {
        display: block;
    }
    .steps__inner {
        padding: 20px 16px;
    }
    .steps__title {
        margin-bottom: 56px;
        color: #FFF;
        font-family: "Nunito Sans", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; 
    }
    .steps__item .number span {
        font-size: 80px;
    }
    .steps__item .number {
        margin-bottom: 0;
        font-size: 28px;
    }
    .steps__item .text {
        max-width: unset;
        height: max-content;
        margin-top: 24px;
        font-size: 16px;
    }
    .steps__items {
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
    .steps__item {
        display: flex;
        padding-left: 30px;
        padding-top: 37px;
        padding-bottom: 37px;
        width: 100%;
    }
    .steps__item:not(:last-child) {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .steps__item .number::after {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        left: -30px;
    }
    .steps__item p {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .steps__items::after {
        top: 0;
        left: 14px;
        height: 100%;
        width: 1px;
        background-image: unset;
        background-color: rgba(255,255,255,0.2);
    }
    .big__text {
        font-size: 24px;
    }
    .discounts__items {
        grid-gap: 30px;
        margin-bottom: 32px;
    }
    .discounts__item .price__wrap .title {
        font-size: 16px;
        font-weight: 600;
    }
    .discounts__item .price__wrap .price {
        font-size: 18px;
        font-weight: 500;
    }
    .discounts__link {
        display: none;
    }
    .discounts__link--mobile {
        display: block;
        width: 100%;
    }
    .discounts__item:first-child {
        display: none;
    }
    .discounts__item .image__wrap .text {
        left: 12px;
        font-size: 18px;
    }
    .before-after__line.line-1 {
        top: -46px;
    }
    .before-after__line.line-2 {
        bottom: -46px;
    } 
    .before-after__wrapper {
        padding: 72px 0;
    }
    .before-after__title {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .before-after__inner .left .text {
        margin-bottom: 20px;
    }
    .before-after .right .title {
        font-size: 16px;
    }
    .before-after__wrapper {
        width: 100%;
    }
    .materials__text {
        margin-bottom: 32px;
    }
    .materials__inner .title {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .materials__inner .text {
        margin-bottom: 32px;
    }
    .types__row {
        flex-direction: column;
    }
    .types__row .types__left {
        margin-bottom: 40px;
        width: 100%;
    }
    .types__inner {
        padding: 32px 16px 20px 44px;
    }
    .types__row .title::before {
        top: 4px;
        left: -20px;
        width: 16px;
        height: 16px;
        background-size: 100%;
    }
    .types__row .title {
        font-size: 24px;
    }
    .types__row .text {
        margin-bottom: 32px;
    }
    .types__image img {
        display: block;
        margin-left: auto;
        margin-right: -16px;
    }
    .types__link {
        padding: 13px 20px;
    }
    .bonus__items {
        margin-bottom: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .bonus__link {
        display: none;
    }
    .bonus__link--mobile {
        display: block;
        width: 100%;
    }
    .bonus__item .number {
        top: -39px;
        font-size: 80px;
    }
    .bonus__item {
        min-height: 220px;
        padding-top: 39px;
        padding-left: 20px;
    }
    .bonus__item .title {
        font-size: 20px;
    }
    .bonus__item .image {
        max-width: 200px;
    }
    .footer__inner {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .footer__info {
        max-width: unset;
    }
    .footer__nav {
        width: 48%;
        margin-bottom: 20px;
    }
    .footer__info, .footer__contacts {
        width: 48%;
    }
    .footer__contact-item {
        width: max-content;
    }
    .footer__contact-item .left {
        margin-right: 16px;
    }
}
@media (max-width: 767px) {
    .bonus__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .bonus__text {
        margin-bottom: 90px;
    }
    .materials__row {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .materials__row .image__wrap {
        margin-bottom: 24px;
        width: 100%;
    }
    .materials__row .text__wrap {
        width: 100%;
    }
    .materials__link {
        width: 100%;
    }
    .before-after__inner {
        flex-direction: column;
    }
    .before-after__inner .left,
    .before-after__inner .right {
        width: 100%;
    }
    .before-after__inner .left {
        margin-bottom: 20px;
    }
    .before-after .right {
        margin: 0 -16px;
        width: 100vw;
    }
    .before-after .right .image {
        width: 100%;
    }
    .before-after .right .image:first-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .before-after .right .image:last-child {
        border-top: none;
    }
    .discounts__items {
        padding-top: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .header__phone svg {
        margin-right: 10px;
        max-width: 12px;
    }
    .hero__product {
        max-width: unset;
        bottom: 84px;
        width: 150%;
    }
    .about__benefits {
        gap: 0;
    }
    .about__benefit {
        display: flex;
        align-items: center;
        padding: 17px 0;
        width: 100%;
    }
    .about__benefit .image {
        margin-bottom: 0;
        margin-right: 35px;
        height: 45px;
    }
    .about__benefit .image img {
        width: 45px;
        height: 45px;
    }
    .about__experience .experience .number {
        margin-right: 8px;
        font-size: 130px;
    }
    .about__experience .experience .text span {
        font-size: 24px;
    }
    .about__experience .text {
        margin-top: 0;
    }
    .about__link--mobile {
        width: 100%;
    }
    .about__experience img {
        width: 150%;
        max-width: unset;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .about__experience .experience .number {
        margin-right: 32px;
        font-size: 31vw;
    }
    .big__text {
        position: unset;
        margin-bottom: 24px;
    }
    
}
@media (max-width: 675px) {
    .footer {
        padding: 24px 0 12px;
    }
    .footer__logo {
        display: block;
        width: 100%;
        margin-bottom: 32px;
        order: 1;
    }
    .footer__nav {
        width: 100%;
        margin-bottom: 44px;
        order: 2;
    }
    .footer__info {
        width: 100%;
        order: 4;
        margin-bottom: 15px;
        padding-bottom: 16px;
        border-bottom: 1px solid #3F4544;
    }
    .footer__contacts {
        width: 100%;
        order: 3;
        margin-bottom: 24px;
    }
    .footer__nav {
        grid-gap: 32px;
    }
    .footer__info .footer__unp {
        display: none;
    }
    .footer__unp--mobile {
        display: block;
    }
    .footer__inner {
        margin-bottom: 0;
    }
    .discounts__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .discounts__item:nth-child(n+6) {
        display: none;
    }
}
@media (max-width: 475px) {
    .header__top-row .right {
        padding: 18px;
    }
    .footer__contact-item {
        width: 100%;
    }
    .footer__bottom {
        flex-direction: column;
    }
    .footer__bottom .footer__left {
        margin-bottom: 34px;
    }
    .footer__social {
        justify-content: center;
    }
    .footer__bottom .footer__right {
        text-align: right;
    }
}