@media (max-width: 1299px) {
    .header__container {
        padding: 0 30px;
    }

    .sliders__container {
        padding: 0 30px;
    }

    .container {
        overflow: hidden;
    }

    .about__decor {
        left: 85%;
        bottom: -85%;
    }

    .about__container {
        padding: 0 30px;
    }

    .circle-one {
        width: 510px;
        height: 685px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .circle-one__text:nth-of-type(1) {
        top: -15px;
        left: 170px;
    }

    .circle-one__text:nth-of-type(6) {
        bottom: -15px;
        left: 133px;
    }

    .dashboard {
        overflow: hidden;
    }

    .dashboard__decor {
        left: 90%;
    }

    .dashboard__container {
        padding: 0 30px;
    }

    .wrap__content {
        height: 100vh;
    }

    .wrap__content iframe {
        height: 100vh;
    }

    .stats__item:nth-of-type(1) {
        top: 200px;
        left: -200px;
    }

    .footer__container {
        padding: 0 30px;
    }

    .btn-up {
        right: 10px;
    }

    .btn-up:hover {
        width: 55px;
        height: 55px;
        right: 10px;
        bottom: 176px;
    }
}