@media screen and (max-width:1280px) {
    .reinstall__wrap {
        width: 90%;
    }

    .about-us__list {
        font-size: 2.2rem;
    }

    .about-us__xp {
        width: 23%;
    }

    .about-us__item {
        width: 24%;
    }

    .works__item-wrap {
        padding: 0 10px;
    }

    .works__item-link {
        margin-top: 23%;
    }

    .catalog-link__link {
        margin-top: 20%;
    }
}

@media screen and (max-width:960px) {
    img#fary, img#skol, img#kuzov {
        display: none;
    }

    .logo {
        left: 15px;
        margin: 0;
        text-align: left;
    }

    .headhome__phone {
        right: 15px;
    }

    .reinstall__wrap {
        width: auto;
    }

    .reinstall__input, .reinstall__btn {
        width: 32%;
        padding: 8px 15px;
    }

    .about-us__list {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .about-us__xp, .about-us__item {
        width: 49%;
        margin-bottom: 15px;
    }

    .works__item {
        width: 49%;
    }

    .third {
        width: 40%;
    }

    .most {
        width: 60%;
    }

    .catalog-link__wrap {
        padding: 0 10px;
    }

    .page__order .reinstall__wrap {
        flex-wrap: wrap;
        width: 90%;
    }

    .page__order .reinstall__input, .page__order .reinstall__btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:660px) {

    .headhome__phone {
        background-color: rgba(255,255,255,0.8) !important;
    }

    .car {
        display: none;
    }

    .reinstall__wrap {
        flex-wrap: wrap;
    }

    .reinstall__input, .reinstall__btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .header .logo {
        width: 40%;
    }

    .third {
        width: 100%;
    }

    .most {
        width: 100%;
    }

    .catalog-link__img {
        width: 100%;
    }

    .catalog-link__link {
        margin-top: 30%;
    }

    .footer__counter {
        display: none;
    }

    .footer__copyright {
        left: 15px;
    }

    .footer__design {
        right: 15px;
    }

    .categories__title, .information__title {
        position: relative;
        cursor: pointer;
    }

    .categories__title-arrow {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        margin-top: -5px;
    }

    .categories__title-arrow--up {
        border-top: 0;
        border-bottom: 10px solid #fff;
    }
}

@media screen and (max-width:600px) {
    .headhome {
        height: 110px;
    }

    .reinstall {
        margin: 15px 0 0;
    }

    .logo {
        top: 15px;
        width: 33%;
    }

    .logo__slogan {
        display: none;
    }

    .headhome__phone {
        top: 10px;
    }

    .about-us__xp, .about-us__item {
        width: 100%;
    }

    .about-us__xp {
        text-align: center;
        padding: 10px 0;
    }

    .works__item {
        width: 100%;
    }

    .works__img {
        width: 100%;
    }

    .works__item-link {
        margin-top: 32%;
    }

    .header .logo {
        left: 0;
        width: 36%;
    }

    .footer {
        height: 136px;
    }

    .footer__counter {
        display: block;
        top: 70px;
        right: 15px;
        left: auto;
    }

    .footer__design {
        top: 70px;
        left: 15px;
        right: auto;
    }
}

@media screen and (max-width:460px) {
    .headhome {
        height: 308px;
    }

    .logo {
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .headhome__phone {
        width: 100%;
        top: 130px;
        left: 0;
        line-height: 1.2;
        text-align: center !important;
    }

    .about-us {
        padding: 0;
    }

    .about-us__list {
        margin: 30px 0;
    }

    .works__item-link {
        margin-top: 22%;
    }

    .header .logo {
        display: none;
    }

    .header .header__phone {
        width: 100%;
        text-align: center !important;
    }

    .main {
        padding: 16px;
    }

    .catalog-link__link {
        margin-top: 20%;
    }

    .footer__counter {
        top: 80px;
    }

    .footer__design {
        top: 80px;
    }
}
