html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.wrapper-flex{
    width: 1220px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapper-block{
    width: 1220px;
    margin: 0 auto;
}

header{
    padding-bottom: 20px;
}

.logo{
    width: 15%;
    margin-top: 20px;
}

.logo img{
    width: 150px;
}

.header-menu{
    width: 30%;
}

.header-menu a{
    text-decoration: none;
    color: #000;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 35px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Geometria; 
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
}

.header-phone{
    width: 20%;
    font-family: Geometria-Bold; 
    font-size: 18px;
    margin-top: 20px;
    text-align: right;
}

.header-phone span{
    font-size: 13px;
    font-family: Geometria;
}

.header-button{
    background: #fec706;
    border-radius: 8px;
    padding: 15px 10px;
    color: #000;
    width: 200px;
    height: 18px;
    font-family: Geometria-Bold;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.link-1{
    text-decoration: none;
}

.banner{
    width: 100%;
    height: 500px;
    background: url(img/vyvoz-grunta-1-ekran-min.png);
    background-position: right top 30px;
    background-repeat: no-repeat;
    background-size: 50%;
}

.banner-title{
    font-size: 38px;
    font-family: Geometria-ExtraBold; 
    width: 55%;
    padding-top: 80px;
    text-transform: uppercase;
    line-height: 47px;
}

.banner-text{
    font-size: 18px;
    font-family: Geometria; 
    width: 55%;
    padding-top: 30px;
    text-transform: uppercase; 
}

.banner-button{
    background: #fec706;
    border-radius: 8px;
    padding: 15px 10px;
    color: #000;
    width: 280px;
    height: 18px;
    font-family: Geometria-Bold;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.services{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.services-item{
    width: 31%;
    height: 400px;
    margin-top: 60px;
}

.services-item .top{
    width: 90%;
    height: 250px;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
}

.services-item .bottom{
    padding-top: 20px;
}

.services-item .bottom p{
    text-align: center;
    margin: 0 auto;
    font-family: Geometria-Bold;
    font-size: 20px; 
    padding-bottom: 30px; 
    text-transform: uppercase; 
}

.services-button{
    background: #fec706;
    border-radius: 8px;
    padding: 15px 10px;
    color: #000;
    width: 200px;
    height: 18px;
    font-family: Geometria-Bold;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.about{
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-icon{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.about-icon img{
    width: 200px;
}

.about .left{
    width: 50%;
}

.about .left img{
    width: 95%;
    border-radius: 12px;
    margin-top: 20px;
}

.about .right{
    width: 50%;
    padding-left: 20px;
}

.about-title{
    font-family: Geometria-Bold; 
    font-size: 48px; 
    width: 90%;  
    padding-bottom: 20px; 
}

.about-title span{
    color: #e8063c;
    font-size: 20px;
    font-family: Geometria; 
}

.about .right p{
    font-family: Geometria; 
    font-size: 15px;
    padding-top: 15px;
    width: 90%;
    background: url(img/round-shape.png);
    background-repeat: no-repeat;
    background-position: left top 17px;
    background-size: 18px;
    padding-left: 25px;
}

.about-button{
    background: #fec706;
    border-radius: 8px;
    padding: 15px 10px;
    color: #000;
    width: 200px;
    height: 18px;
    font-family: Geometria-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-left: 30px;
    text-transform: uppercase;
}

.block-1{
    background: #fbd758;
    height: 150px;
}

.block-1-wrap{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: end;
}

.adress{
    width: 32%;
    color: #000;
    font-family: Geometria-Bold;
    font-size: 20px;
    cursor: pointer;
    padding-top: 5px;
}

.phone2{
    width: 32%;
    color: #000;
    font-family: Geometria-Bold;
    font-size: 24px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.phone2::before{
    content: " ";
    background-image: url('img/telephone1.png');
    width: 26px;
    height: 26px;
    background-size: 22px;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 5px;    
}

.whats-app{
    width: 32%;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.wp-button{
    width: 200px;
    padding: 7px 0 7px 0;
    font-family: Geometria-Bold; 
    border: solid 1px #30b100;
    color: #000;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 20px;
}

.wp-button::before{
    content: " ";
    background-image: url('img/whatsapp.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 10px;    
}
