.contact {
    width: 100%;
    height: 541px;
    background: url("../../images/about.jpg");
    /* background-size: 100% auto; */
    background-size: auto 100%;
    padding-top: 250px;
    margin-top: -60px; }
.contact__main {
}
.contact-circle {
    width: 47px;
    height: 47px;
    border: 1px solid #D04E4E;
    border-radius: 50%;
}
.contact-text {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;}
@media (max-width: 767px) {
    .contact {
        background-size: auto 100%;
        background-position: center top;
    }
}


.info {
    margin: 60px auto;
    text-align: center; }
.info__block {
    margin-top: 60px; }
.info--title {
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    color: #FFFFFF;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin: 20px auto;
    padding: 0 10px; }
.info--text {
    margin: 20px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); }
