@media screen and (max-width: 1320px) {
    .central{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .search_area .search .list_menu{
        width: 50%;
    }
    .search_area .search .list_menu a{
        font-size: 1.5rem;
    }
    .search_area .search .require_budget{
        font-size: 1.5rem;
        padding: 0.7rem 1.9rem;
    }
}
@media screen and (max-width: 1100px) {
    .environmental_responsibility{
        background-color: #191F22;
        margin-bottom: 0;
        padding-bottom: 6.1rem;
        position: relative;
        z-index: 2;
    }
    .environmental_responsibility .info_environmental{
        height: 100%;
        flex-direction: column;
        text-align: center;
    }
    .environmental_responsibility .info_environmental .image_environmental picture img {
        position: relative;
        margin: auto;
    }
    .environmental_responsibility .info_environmental .desc {
        width: 100%;
        padding-bottom: 5rem;
    }
    .request_quote.cover{
        padding-top: 0;
        margin-top: 0;
    }
    .request_quote{
        padding-top: 0;
        margin-top: 0;
        background: linear-gradient(180deg, rgba(215,179,105,1) 0%, rgba(215,179,105,1) 61%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
    }
    .request_quote .budget{
        margin-top: 0;
        padding-top: 6.7rem;
        flex-direction: column;
        padding-bottom: 4.1rem;
    }
    .request_quote .budget h2{
        width: 100%;
        text-align: center;
        padding-bottom: 3rem;
    }
    .request_quote .budget p{
        width: 100%;
        margin-bottom: 6rem;
    }
}
@media screen and (max-width: 1000px) {
    .search_area .search .list_menu,
    .search_area .search .require_budget,
    .top_menu{
        display: none;
    }
    .search_area .search .logo .background{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 2rem;
        max-height: 8rem;
        padding-bottom: 1.4rem;
    }
    .search_area{
        border-bottom: 0.2rem solid #000;
        position: fixed;
        background-color: #191F22;
        z-index: 10;
        width: 100%;
        top: 0;
    }
    .search_area .search{
        height: 10rem;
    }
    .main_menu{
        height: 100%;
        margin-bottom: 4.9rem;
        background-color: #191F22;
    }
    .main_menu::before{
        display: none;
    }
    .main_menu .background_menu .background{
        height: unset;
    }
    .main_menu .desc .position_desc{
        margin: 8rem auto;
        width: 95%;
    }
    .main_menu .desc .position_desc h1{
        text-align: center;
        padding-top: 6rem;
    }
    .border{
        display: none;
    }
    .footer .main_footer{
        flex-wrap: wrap;
    }
    .footer .main_footer .logo_footer{
        width: 100%;
        margin-bottom: 5rem;
        text-align: center;
    }
    .footer .main_footer .social_media ul{
        display: flex;
        justify-content: center;
    }
    .footer .main_footer .social_media li{
        margin-bottom: 0;
        margin-right: 0.8rem;
    }
    .footer .main_footer .social_media li:last-child{
        margin: 0;
    }
}
@media screen and (max-width: 950px){
    .footer .main_footer .contact{
        width: 100%;
        margin: 2.5rem;
    }
    .footer .main_footer .contact ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .main_footer .social_media{
        width: 100%;
        margin: 2.5rem;
    }
    .footer .main_footer .info_menu{
        width: 100%;
        max-height: unset;
        align-items: center;
    }
    .footer .main_footer .info_menu ul{
        text-align: center;
        margin: 2.5rem;
    }
    .footer .developer{
        flex-wrap: wrap;
    }
    .footer .developer .scursel{
        width: 100%;
        display: flex;
        justify-content: center;  
        margin-bottom: 2rem;  
    }
    .footer .developer .dev{
        width: 100%;
    }
    .footer .developer .dev a{
        justify-content: center;
    }
    .footer .developer .rights{
        width: 100%;
        margin-bottom: 2rem;
        flex-direction: column;
    }
    .footer .developer .rights p:first-child{
        margin-right: 0;
    }
}
@media screen and (max-width: 750px){
    .main_menu .desc .position_desc h1{
        font-size: 4rem;
        line-height: 5rem;
    }
}
@media screen and (max-width: 600px) {
    .environmental_responsibility .info_environmental .image_environmental picture{
        margin: auto;
        width: 100%;
        height: 100%;
    }
    .environmental_responsibility .info_environmental .image_environmental picture img{
        width: 100%;
        height: 100%;
    }
    .environmental_responsibility .info_environmental .desc p{
        width: 100%;
    }
    .request_quote .budget h2{
        font-size: 3rem;
        line-height: 4rem;
    }
    .request_quote .budget p{
        font-size: 1.7rem;
        padding-bottom: 2rem;
    }
    .request_quote .budget a{
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 450px){
    .main_menu .desc .position_desc h1{
        font-size: 2rem;
        line-height: 3rem;
    }
    .main_menu .desc .position_desc{
        margin-bottom: 4rem;
    }
}