@media only screen and (max-width: 800px) {

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

.wrapper-flex {
    width: 320px;
}

.wrapper-block {
    width: 320px;
}

.header-menu{
    display: none;
} 

.logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.logo img {
    width: 250px;
}

.header-phone {
    width: 100%;
    text-align: center;
}

.header-button-wrap{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

.header-button {
    width: 200px;
    height: 20px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: auto;
    background-position: center bottom 30px;
    background-size: 90%;
    padding-bottom: 250px;
}

.banner-title {
    font-size: 24px;
    width: 100%;
    padding-top: 50px;
    line-height: 35px;
}

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

.banner-button {
    height: 20px;
}

.services-item {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

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

.services-button {
    height: 20px;
}

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

.about .left {
    width: 100%;
}

.about .left img {
    width: 100%;
}

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

.about-button {
    height: 20px;
    margin-top: 40px;
}

.block-1 {
    background: #fbd758;
    height: auto;
    padding: 50px 0 50px 0;
}

.adress {
    width: 100%;
    text-align: center;
}

.phone2 {
    width: 100%;
    margin-top: 20px;
}

.phone2::before {
    top: 4px;
}

.whats-app {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.wp-button::before {
    top: 9px;
}

}