.header-contacts {
    width: 100%;
    height: 100%;
    max-height: 640px;
    background: url("../img/contacts_header.png") no-repeat center;
    background-size: 100% 100%;
}
.header-contacts-box {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #009f5b, #009f5b 19%, rgba(0, 159, 91, 0.7));;
}
.header-contacts-box span {
    line-height: 1.52;
}
.header-contacts-box h1 {
    color: #ffffff;
}
.header-contacts-box-def {
    max-width: 280px;
}
.header-contacts-box-def h1{
    margin-bottom: 25px;
}
.header-contacts-box-def p{
    font-size: 24px;
    color: #ffffff;
}
.contacts-place-img img{
    width: 100%;
}
.con-h {
    top: 30px;
    left: 30px;
    width: 270px;
}
.contacts-place {
    padding: 60px 0 60px 0;
}
.contacts-place img {
    width: 100%;
    height: auto;
}
.contacts-place-box h3{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-top: 30px;
}
.contacts-place-box p {
    font-family: Lora;
    font-size: 18px;
    color: #242424;
}
.hidden-header {
    position: relative;
    width: 100%;
}
.hidden-header img {
    width: 100%;
    height: auto;
}
.hidden-header-box {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgba(37, 37, 37, 0.6);
}
.header-contacts-box-text {
    padding: 35px;
}
#header-h1 {
    position: static !important;
}
.header-contacts-box-text p{
    color: #ffffff;
    max-width: 300px;
}
@media (max-width: 575px) {
    #main-body {
        padding-top: 200px;
    }
    .header-contacts-box-text {
        padding-right: 10px;
    }
}