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;
}



.block-phone__phone {
	font-size: 42px;
}
.header__link {
	font-size: 16px;
    margin-right: 20px;
}
.header__button {
	width: 200px;
	font-size: 16px;
}



.about {
    padding: 0;
    color: #fff;
}
.about__image {
    display: none;
}
.about .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 1;
}
.about__content {
    margin: 0 auto;
}
.about__price {
    color: #000;
}