@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body{
    max-width: 2920px;
    margin: 0 auto;
    font-family: 'Arimo', sans-serif;
}
header{
    width: 100%;
    height: 115px;
    background: #2c292a;
    margin-bottom: 5px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width: 35%;
    float: left;
}
.logo img{
    float: left;
}
.nav{
    width: 35%;
    float: left;
}
.nav a{
    text-decoration: none;
    color: #fff;
    margin-top: 49px;
    float: left;
    margin-right: 20px;
    font-size: 13px;
}

.phone{
    width: 30%;
    float: left;
}
.phone a{
    float: right;
    color: #fff;
    text-decoration: none;
    margin-top: 44px;
    font-size: 23px;
    font-weight: 600;
}

.main-bg{
    
}
.main-bg img{
    width: 100%;
}
.service{
    background: url(/img/map.webp);
    height: 709px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 182px;
}

.list-1{
    width: 80%;
    margin-left: 10%;
}

.list-1 li{
    list-style: none;
    float: left;
    width: 27%;
    padding: 0 3%;
    padding-bottom: 50px;
}

.list-1 h2{

}
.list-1 h2 span{
    color:#b6dc24;
}
.list-1 p{

}
.list-2{
    clear: both;
    width: 500px;
    margin: 0 auto 0;
}
.list-2 li{
    font-size: 20px;
    font-weight: 600;
    color: #555;
}
.about{
    background: rgb(231 255 110);
    width: 100%;
    float: left;
    padding-bottom: 100px;
    padding-top: 30px;
}
.about h1{
    text-align: center;
    font-size: 80px;
    float: left;
    margin-top: 57px;
    width: 100%;
    color: #58595b;
}
.about ul{
    float: left;
    width: 80%;
    margin-left: 10%;
}
.about li{
    width: 25%;
    float: left;
    padding: 0 3%;
    text-align: center;
    list-style: none;
}
.about p{
    padding: 0 10px;
    color: #58595b;
}
.about .img{
    border-bottom: 4px solid #58595b;
    padding-bottom: 30px;
    height: 88px;
}
.about img{

}
.oferta{
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.oferta h1{
    font-size: 59px;
    margin-top: 20px;
    color: #58595b;
}
.oferta a{
    color: #58595b;
    text-decoration: none;
    font-weight: 700;
}
footer{
    background: rgb(231 255 110);
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .logo-2{
float: left;
}
footer .logo-2 img{

}

footer .cont{
    margin-top: 12px;
    float: left;
    border-top: 5px solid #58595b;
    margin-left: 32px;
}

footer .cont p{

}
