.content {
    position: relative;
    height: 705px;
    padding-left: 200px;
    background: white;
}
.content .contacts {
    position: relative;
    padding-top: 200px;
    width: 430px;
}
.content .contacts .line {
    border-bottom: 1px solid #808285;
    color: #808285;
    font-size: 22px;
    padding-bottom: 11px;
    margin-bottom: 16px;
}
.content .contacts .line span{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #1893b8
}

.content .address {
    color: #808285;
    font-size: 22px;
}
.content .address .socials {
    display: inline-block;
}
.content .address .socials div {
    float: left;
    background-image: url("../images/socials-big.png");
    width: 41px;
    height: 41px;
    margin: 10px 20px 10px 0;
    opacity: 0.9;
}
.content .address .socials div:hover {
    cursor: pointer;
    opacity: 1;
}
.content .address .socials .fb {
    background-position: 0 0;
}
.content .address .socials .vk {
    background-position: -66px 0;
}
.content .address .socials .inst {
    background-position: -133px 0;
}