@media (max-width: 1550px) {
 .nav__link {
     margin-left: 40px;
 }
}

@media (max-width: 1400px) {
    .nav__link {
        margin-left: 20px;
    }
    .nav__link-orange {
        margin-left: 20px;
    }
    .nav__link-viol {
        margin-left: 20px;
    }
    .nav {
        padding: 25px 25px;
    }

    .setup__skin1, .setup__skin2 {
        width: 400px;
    }
    .forgot-skin {
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .header-skin {
        width: 300px;
        transform: translateY(0);
    }
    .advantages__block {
        width: 320px;
    }
    .advantages__block h2 {
        font-size: 24px;
    }
    .price__list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .price__block {
        width: 70%;
        margin-bottom: 100px;
    }
    .setup__block {
        margin: 10px;
    }
    .authp1, .forgot-skin {
        display: none;
    }

    .forgot {
        margin: 0 auto;
    }

}

@media (max-width: 1100px) {
    .burger-menu {
        display: flex;
    }

    .nav__links {
        display: none;
    }

    .nav__links-burger {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 100px;
        right: 0;
        width: 280px;
        background-color: #fff;
        z-index: 100;
        transform: translateY(-150%);

        transition: 0.3s;
    }  

    .nla {
        transform: translateY(0);
    }

    .nav__links-burger a {
        margin-left: 15px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .nav__link {
        justify-content: flex-start;
    }
}

@media (max-width: 1000px) {
    .header-skin {
        display: none;
    }
    .advantages__list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .advantages__block {
        width: 70%;
    }

    .advantages__speedometr {
        top: 0%;
        right: -5%;
    }
    .advantages__mac {
        top: 4%;
        left: -1%;
    }

    .setup__list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .setup__block {
        width: 60%;
    }
    .setup {
        height: auto;
    }
    .setup__skin1, .setup__skin2 {
        width: 300px;
    }
}

@media (max-width: 800px) {
    .header {
        padding: 60px 0;
    }
    .advantages__speedometr, .advantages__mac {
        display: none;
    }
    .price__block {
        width: 90%;
    }
    .main-title {
        font-size: 40px;
    }
    .main-title img {
        width: 85px;
    }
    .setup__skin1, .setup__skin2 {
        width: 250px;
    }
    .footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer a {
        margin-top: 20px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .footer {
        padding: 0 100px;
    }
    .regp {
        display: none;
    }
}

@media (max-width: 600px) {
    .header__title h1 {
        font-size: 40px;

    }
    .header__title p {
        width: auto;
        font-size: 17px;
    }
    .header__title h3 {
        font-size: 20px;
    }

    .advantages__block {
        width: 90%;
    }

    .header__title {
        text-align: center;
        padding: 20px;
    }
    .price__block img {
        width: 70%;
    }
    .main-title {
        font-size: 30px;
    }
    .main-title img {
        width: 60px;
    }
    .setup__skin1, .setup__skin2 {
        display: none;
    }
    .footer {
        padding: 0 30px;
    }

    .registration, .auth, .forgot {
        width: 90%;
    }

    .reg__form input .auth__form input {
        font-size: 18px;
    }

    .reg__form input::placeholder, .auth__form input::placeholder {
        font-size: 18px;
    }
    .reg__form button {
        font-size: 20px;
    }

    .auth__btn {
        flex-direction: column;
        justify-content: center;
    }
    .auth__btn button {
        margin-bottom: 20px;
        width: 90%;
    }
}

@media (max-width: 420px) {
    .header__btn {
        flex-direction: column;
    }

    .header__btn a {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .setup__block {
        width: 90%;
    }
}