/* Меню и главная */

@media screen and (max-width: 768px){
    .topmenu{
        position: fixed;
        top: 0;
        right: -81%;
        height: 90%;
        width: 80%;
        z-index: 120;
        background: #fff;
        padding: 20px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transition: 0.4s ease;
    }

    .topmenu nav ul{
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
    }

    .topmenu nav ul li{
        margin-right: 0;
        margin-top: 25px;
    }

    .burger_menu{
        display: flex;
    }

    #home{
        height: auto;
        padding: 190px 0 95px;
    }
    #home .container{
        padding-left: 0;
    }
}

/* О нас */

@media screen and (max-width: 768px){
    .container-about_us{
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .left_container-about_us{
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .right_container-about_us{
        width: 100%;
    }
}

/* Цены */

@media screen and (max-width: 1024px){
    .list_price{
        width: 85%;
        margin: 0 auto;
    }
    .list_price{
        flex-wrap: wrap;
    }
    .item_price{
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 500px){
    .list_price .slick-prev,
    .list_price .slick-next{
        width: 35px;
        height: 35px;
    }

    .list_price .slick-prev{
        left: -28px;
    }

    .list_price .slick-next{
        right: -28px;
    }
}


/* Преимущества */

@media screen and (max-width: 768px){
    .container-advantages{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .right_container-advantages{
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
    }
    .item_advantage .number_adv{
        transform: translate(0, -60%);
    }
}

@media screen and (max-width: 500px){
    .left_container-advantages{
        width: 100%;
    }
}


/* Контакты */

@media screen and (max-width: 768px) {
    .feedback {
        flex-direction: column;
    }

    .offer_feedback {
        max-width: 100%;
        width: 100%;
    }

    .feedback form {
        width: 100%;
        margin-top: 30px;
    }

    #map iframe {
        height: 320px;
    }

    .map_contacts p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .map_contacts p a{
        margin-top: 5px;
        margin-left: 0;
    }
}

/* Статьи и новости */

@media screen and (max-width: 768px) {
    .list-news_publications article{
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .list-news_publications article{
        width: 100%;
    }
}

/* Футер */

@media screen and (max-width: 900px){
    .footer_menu{
        flex-direction: column-reverse;
    }
    .footer_menu .socials{
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px){
    #footer{
        flex-direction: column;
        padding-bottom: 15px;
    }
    .footer_menu nav ul li{
        margin-right: 0;
    }
}