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

    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .category-list .list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .reviews-list .list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .reviews-list .list li {
        margin-bottom: 20px;
    }

    .appliance-repair .panel-text.yellow {
        width: 100%;
    }

    .appliance-repair .panel-text.gray {
        width: 100%;
    }

    .appliance-repair .technic-group {
        position: static;
    }

    .cooperate .icons-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .cooperate .icons-group::after {
        display: none;
    }

    .testimonials-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

@media screen and (max-width: 1024px) {
    .advantages .list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    
    .advantages .list li {
        margin-bottom: 20px;
    }

    .advantages .panel-text {
        width: 100%;
        padding: 7px 20px;
    }

    .main-text .call-us {
        margin: 0;
    }

    footer .contact p {
        text-align: center;
    }
}

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

    header .top-bar {
        text-align: center;
    }

    header .top-bar .call-us {
        position: static;
        margin: 0 auto;
        width: 100%;
    }

    .call-us span {
        font-size: 21px;
    }

    .appliance-repair .technic-group {
        width: 100%;
    }

    .main-text .call-us {
        width: 100%;
    }
    
    .appliance-repair .call-us {
        width: 100%;
    }

    .cooperate .call-us {
        width: 100%;
        margin: 0 auto 50px;
    }

    .cooperate .icons-group img {
        width: 100%;
    }

    h2.title {
        font-size: 35px;
        line-height: 37px;
    }

    h3.title {
        font-size: 25px;
        line-height: 27px;
    }

    .appliance-repair .panel-text { 
        padding: 20px;
    }
}

