html, body {height: 100%;}
body {
    background-color: #fff;
    background-image: url('../img/background.jpg');
    /* background-position: right center; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    color: #000;
    font-family: unica_oneregular;
    /* overflow: hidden; */
}
.content {
    margin: 0 auto;
    /* height: 100%; */
    width: 1700px;
    /* width: 100%; */
    padding-top: 70px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.title {
    font: 34px/40px unica_oneregular;
}
.title .header {
    margin-left: 170px;
    padding-top: 20px;
}
.title .header strong {
    letter-spacing: 10px;
}
.address {
    font: 34px/40px unica_oneregular;
    margin-top: 120px;
}
.address .head {
    color: #71c271;
    font: 60px/70px unica_oneregular;
    margin-bottom: 35px;

}
.address .block {margin-top: 30px;}
.address a {
    color: #000;
}
.address a:hover {
    text-decoration: none;
}

.button_green {
    color: #fff;
    background-color: #71c271;
    display: inline-block;
    font: 26px/60px unica_oneregular;
    padding: 0 53px;
    border-radius: 30px;
    margin-top: 50px;
    box-shadow: 0px 10px 10px #4c4c4c4a;
}
.button_green:hover {
    color: #fff;
    text-decoration: none;
}
.map {
    position: absolute;
    top: 29%;
    left: 35%;
}
@media (max-width: 1750px) {
    .content {width: 100%; padding-left: 70px;}
    .map img {width: 80%; height: auto;}
}
@media (max-width: 1400px) {
    .content {padding-top: 50px;}
    .map {left: 40%; top: 34%;}
    .title {font-size: 28px}
    .address {margin-top: 70px; font-size: 28px;}
    .address .head {font-size: 45px; margin-bottom: 20px;}
    .button_green {margin-top: 20px;}
}
@media (max-width: 1200px) {
    .map {left: 44%; top: 44%;}
    .title .header {margin-left: 150px;}
}
@media (max-width: 1150px) {
    .map {display: none;}
    body {background-image: url('');}
    .content {padding-top: 50px;}
}
@media (max-width: 500px) {
    .address {font-size: 24px; margin-top: 100px;}
    .address .head {font-size: 40px;}
    .title {font-size: 24px;}
    .title img {width: 100px;}
    .title .header {margin-left: 110px; padding-top: 0;}
    .content {padding-left: 15px;}
}
@media (max-width: 370px) {
    .title img {width: 80px;}
    .title .header {margin-left: 85px;}
    .address {font-size: 20px; margin-top: 50px;}
    .button_green {font-size: 20px; padding: 0 35px;}
    .title .header strong {letter-spacing: 5px;}
}
@media (max-height:750px) {
    html, body {height: auto;}
}
