html{
    font-size: 62.5%;
}
a{
    text-decoration: none;
}
body{
    font-family: 'Red Hat Display';
    word-wrap: break-word;
}
.central{
    width: 132rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.top_menu{
    width: 100%;
    height: 100%;
    background-color: #191F22;
}
.top_menu .menu_top{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.top_menu .menu_top .info_menu{
    margin-right: 3.2rem;
}
.top_menu .menu_top .info_menu a{
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #fff;
    margin-left: 1.3rem;
}
.top_menu .menu_top .social_media a{
    margin-left: 2.2rem;
}
.top_menu .menu_top .social_media a:last-child{
    margin-right: 6.2rem;
}
.top_menu .menu_top .language{
    display: flex;
}
.top_menu .menu_top .language a{
    font-weight: 500;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.top_menu .menu_top .language a:last-child{
    margin-left: 2.3rem;
}
.main_menu{
    position: relative;
    overflow: hidden;
    height: 87.2rem;
}
.main_menu::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(rgba(35, 33, 33, 1) 0%, rgba(255, 255, 255, 0) 30%);
}
.border{
    width: 59.9rem;
    height: 4.9rem;
    margin-left: auto;
    background-color: #d7b369;
}
.main_menu .background_menu .background{
    width: 100%;
    height: 87.2rem;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.search_area{
    position: relative;
    z-index: 2;
}
.search_area .search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.4rem;
}
.search_area .search .list_menu{
    width: 71.7rem;
    display: flex;
    justify-content: space-between;
}
.search_area .search .list_menu a{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    color: #d7b369;
    text-transform: uppercase;  
}
.search_area .search .require_budget{
    font-weight: normal;
    font-size: 1.8rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    padding: 1rem 2.2rem;
    background-color: #d7b369;
}
.main_menu .desc{
    position: relative;
    z-index: 2;
}
.main_menu .desc .position_desc{
    margin-top: 31.1rem;
    width: 65%;
    margin-left: auto;
}
.main_menu .desc .position_desc h1{
    font-weight: 900;
    font-size: 5rem;
    line-height: 6rem;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}
.environmental_responsibility{
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
    padding-top: 6.1rem;
    margin-bottom: 6.1rem;
}
.environmental_responsibility .info_environmental{
    height: 46.5rem;
    width: 100%;
    background-color: #191F22;
    display: flex;
    position: relative;
    z-index: 2;
}
.environmental_responsibility .info_environmental .desc{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.environmental_responsibility .info_environmental .desc h2{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 7.4rem;
    padding-bottom: 0.5rem;
}
.environmental_responsibility .info_environmental .desc h2::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.5rem;
    left: 50%;    
    transform: translateX(-50%);
}
.environmental_responsibility .info_environmental .desc p{
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    width: 53.7rem;
}
.environmental_responsibility .info_environmental .image_environmental picture{
    height: 58.7rem;
    margin-left: 1.5rem;
}
.environmental_responsibility .info_environmental .image_environmental picture img{
    position: absolute;
    margin-top: -6.1rem;
    width: 53.6rem;
    height: 58.7rem;
}
.request_quote{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(215,179,105,1) 0%, rgba(215,179,105,1) 61%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
    padding-top: 0.1rem;
    position: relative;
    margin-top: 0.1rem;
    z-index: 1;
}
.request_quote.cover{
    padding-top: 29.3rem;
    margin-top: -29.3rem;
}
.request_quote .budget{
    margin-top: 6.7rem;
    display: flex;
    justify-content: space-around;
    padding-bottom: 7.1rem;
    align-items: center;
}
.request_quote .budget h2{
    width: 33.7rem;
    font-weight: 900;
    font-size: 5rem;
    line-height: 5.5rem;
    text-align: right;
    color: #191f22;
    text-transform: uppercase;
}
.request_quote .budget p{
    width: 331px;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    color: #191f22;
}
.request_quote .budget a{
    font-weight: 900;
    font-size: 2.4rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    padding: 1rem 1.7rem;
    background-color: #d7b369;
}
.footer{
    width: 100%;
    height: 100%;
    background-color: #191F22;
}
.footer .main_footer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    padding-top: 7.5rem;
    padding-bottom: 8.4rem;
    border-bottom: 0.1rem solid #707070;
}
.footer .main_footer .info_menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 9rem;
    width: 35.9rem;
}
.footer .main_footer .info_menu li{
    margin-bottom: 0.8rem;
}
.footer .main_footer .info_menu a{
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.footer .main_footer .social_media li{
    margin-bottom: 0.8rem;
}
.footer .main_footer .contact li{
    margin-bottom: 0.4rem ;
}
.footer .main_footer .contact li a{
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
    color: #fff;
}
.footer .main_footer .contact li a i{
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
.footer .main_footer .contact li a svg{
    object-fit: contain;
}
.footer .developer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 0;
}
.footer .developer .rights{
    display: flex;
    align-items: center;
}
.footer .developer .rights p{
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    color: #a5a5a5;
}
.footer .developer .rights a{
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    color: #a5a5a5;
}
.footer .developer .rights p:first-child{
    margin-right: 4.9rem;
}
.footer .developer .dev a{
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    color: #a5a5a5;
}
.footer .developer .dev a svg{
    margin-left: 0.9rem;
}