body {
    width: 100%;
    margin: 0 auto;

    text-size-adjust: none; 
    -ms-text-size-adjust: none; 
    -moz-text-size-adjust: none; 
    -webkit-text-size-adjust: none;
    letter-spacing: 0px;
}

.header {
    height: 160px;
}
.header .wrapper {
    justify-content: center;
    height: 160px;
    padding-top: 10px;
}
.header .logo-link {
    margin: 0 116px 0 0;
}
.header__nav {
    width: 600px;
    margin: 20px auto;
}
.company {
    display: none;
}
.contact {
    width: 30%;
}
.time {
    width: 30%;
}
.advantage {
    width: 40%;
}


.tech {
    display: block;
}
.tech__image-link {
    display: block;
    margin: 0 auto;
}
.tech__image {
    display: block;
    margin: 0 auto 20px;
}
/* Фикс хедера !!!!!!!!!!! Start*/
@media (max-width:600px) {
    .header .wrapper {
    justify-content: center;
    height: 100%;
    padding-top: 10px;
    background-color: #ffd800;
    }
    .header{
        height: 100%;
    }
    .header__button{
        position: static;
    }
    .header__nav {
        width: 100%;
        display: block;
        margin: 20px auto;
    }
    .slogan{
        margin-top: 0!important;
    }
    .main-slider__content-title{
        line-height: 29px!important;
    }
}
/* Фикс хедера !!!!!!!!!!! End*/