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

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

header {
    padding-bottom: 50px;
}
 
.logo-wrapper {
    width: 100%;
}

.logo{
    width: 50%;
}

.logo img {
    width: 100%;
    margin-top: -5px;
}

.logo-text {
    width: 50%;
    font-size: 11px;
    padding-top: 0px;
}

.phone-wrapper {
    width: 100%;
    padding-top: 20px;
}

.phone-top {
    width: 100%;
    font-size: 12px;
}

.phone {
    width: 50%;
    font-size: 16px;
}

.phone-social {
    justify-content: flex-end;
}

.social-text{
    display: none;
}

.social-item {
    width: 25%;
}

.header-menu{
    display: none;
}

.banner-wrapper {
    width: 100%;
    padding-top: 50px;
}

.banner-text {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
}

.banner-sm-text {
    font-size: 14px;
    width: 100%;
    padding-bottom: 50px;
}

.banner-item{
    display: none;
}

.banner-item-2{
    display: none;
}

.priem-item {
    width: 100%;
    height: 150px;
}

.priem-text {
    font-size: 18px;
    padding: 25px 0 0 0;
}

.priem-text span {
    font-size: 14px;
}

.about {
    padding: 40px 0 80px 0;
}

.about .left {
    width: 100%;
    order: 2;
}

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

.about .right {
    order: 1;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 30px;
}

.about-title {
    font-size: 28px;
}

.about-title span {
    font-size: 16px;
}

.about .right p {
    font-size: 15px;
}

.services-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.services-item {
    width: 100%;
}

.mockup-center {
    width: 100%;
}

.mockup-center p {
    font-size: 16px;
    padding: 0px 0 20px 0;
}

.reabil-title {
    font-size: 18px;
    width: 100%;
}

.reabil-item {
    width: 100%;
    margin-top: 15px;
}

.news-item {
    width: 100%;
}

}