#contacts {
    background-color: #f8f9fd;
    padding-top: 60px;
    padding-bottom: 100px;
}

#contacts .title {
    font-weight: 600;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 55px;
}

#contacts .name {
    font-size: 18px;
    font-family: "SF Compact Rounded", sans-serif;
    color: #646362;
    font-weight: 600;
}

#contacts .info {
    font-size: 18px;
    font-family: "SF Compact Rounded", sans-serif;
    color: #646362;
    font-weight: 200;
}

#contacts a {
    color: #567ac2;
    text-decoration: none;
}

#contacts .phones {
    font-size: 18px;
    font-family: "SF Compact Rounded", sans-serif;
    color: #646362;
    margin-top: 20px;
    font-weight: 200;
}

#map {
    padding-top: 100px;
    padding-bottom: 80px;
}


@media only screen and (max-width: 1199px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){

}