@media screen and (min-width: 1301px) {
    .product-section p {
        max-width: 100%;
    }

    .footer--content .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer--content__about__text {
        max-width: 90%;
        margin-bottom: 50px;
    }

    .footer .footer__after {
        bottom: -40px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .phone__overlay:not(.big) {
        height: 580px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1300px) {
    .footer--content {
        margin-top: 130px;
    }

    .footer--general .footer--img {
        top: 40px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .phone__overlay:not(.big) {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        max-height: 700px;
        max-width: 50%;
    }

    .phone__overlay .phone__content {
        max-height: inherit;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
    .footer--general .footer--img {
        right: 0px;
        top: 330px;
    }

    .footer .footer__after {
        right: -230px;
        bottom: 0px;
    }

    .phone__overlay.big {
        max-width: 100%;
    }

    .phone__overlay {
        width: 100%;
    }

    .header:not(.header__solo) {
        padding: 15px 60px 0px;
    }
}

@media (max-width: 767px) {
    .top__body {
        position: relative;
        background: -o-linear-gradient(25.79deg, #6145aa 29.17%, #7f499f 81.96%, #a8519f 136.89%);
        background: linear-gradient(64.21deg, #6145aa 29.17%, #7f499f 81.96%, #a8519f 136.89%);
    }

    .top__body .container {
        display: -ms-grid !important;
        display: grid !important;
    }

    .top__body .container {
        margin-top: 72px;
    }

    .top__body .top__body__sort {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
    .footer .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .footer--img {
        width: 450px;
        height: 370px;
        right: -80px;
        top: 351px;
    }

    .footer .footer__after {
        right: -290px !important;
        top: 665px !important;
        bottom: unset !important;
        height: 360px;
    }
}

body .details__about:last-of-type {
    overflow: hidden;
}