html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.inner_contacts {
    width: 100% !important;
	}
	
.address {
    max-width: initial !important;
}
	
.departure-of-master {
    max-width: initial !important;
}

.contacts__dan {
background: #fffc;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 17px;
    padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
.container_phone.sticky {
    display: block !important;
}
}