@media only screen and (min-width: 480px) {
    /* */
}

@media only screen and (min-width: 667px) {
    .top_banner_social {
        display: block;
    }

    .main_banner .inner {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 768px) {
    .item_images li {
        width: 33.3333%;
    }

    .main_banner h1 {
        font-size: 64px;
        margin-bottom: 30px;
    }

    .service_images li{
        width: 33.333%;
    }
    .gallery a{
        height: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .item_images li {
        width: 25%;
    }

    .desktop {
        display: inherit;
    }

    .mobile {
        display: none;
    }

    header .logo img {
        height: 50px;
    }

    header .inner {
        padding: 20px 0;
    }

    .section_title {
        font-size: 44px;
    }

    .main_banner, .advantages {
        margin-bottom: 100px;
    }

    .contacts_list .contacts {
        width: 33.3333%;
    }

    .advantages_list h3 {
        font-size: 28px;
    }

    .contacts_list {
        flex-direction: row;
    }

    section .contacts a {
        font-size: 18px;
    }

    section .contacts img, section .contacts svg {
        height: 30px;
    }
    .service_title {
        padding: 0 200px;
        height: 60vh;
        display: flex;
    }
    .service h1{
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    footer {
        padding: 100px 0 50px 0;
    }

    .container {
        width: 1200px;
    }

    footer .inner {
        flex-direction: row;
        text-align: left;
    }

    footer ul {
        margin-left: 50px;
    }

    .service_images li {
        width: 33.3333%;
    }

    .gallery a {
        height: 230px;
    }
}
