#contacts .terms-and-conditions, #contacts .phone {
    width: 200px;
    margin: 0 50px 0 0;
    vertical-align: middle;
    display: inline-block;
}

#contacts .terms-and-conditions a {
    color: #000000;
    font-family: AvenirNextCyr-Regular;
    font-size: 15px;
    line-height: 20px;
    transition: color 0.3s;
}

#contacts .terms-and-conditions a:hover {
    color: #1f28c1;
}

@media only screen and (max-width: 1170px) {
   #contacts .terms-and-conditions, #contacts .phone {
        width: 180px;
        margin-right: 25px;
    }
    #contacts .terms-and-conditions a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
     #contacts .address {
          width: 200px;
     }
    #contacts .address, #contacts .phone, #contacts .terms-and-conditions {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 699px) {
    #contacts .terms-and-conditions, #contacts .phone {
        width: 100%;
    }
    #contacts .phone {
        margin-bottom: 16px;
    }
    #contacts .social {
        top: 160px;
    }
    #contacts .ltd {
        top: 220px;
    }
}
