@media (max-width:1200px) {
  #main.contacts .breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
  #main.contacts .page-title, #contacts-body .offices-with-cards {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:767px) {
  #main.contacts .page-title {
    position: relative;
  }
  #main.contacts .page-title .wrap span:first-of-type {
    margin-right: 0;
  }
  #main.contacts .page-title .title-dropdown {
    border: 1px solid #dee3e6;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 48px;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 0 30px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main.contacts .page-title .title-dropdown span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main.contacts .page-title .title-dropdown .fa {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #main.contacts .page-title .wrap {
    display: none;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #main.contacts .page-title .wrap span {
    cursor: pointer;
    border: 1px solid #dee3e6;
    border-top-width: 0;
    color: #205c9e;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    margin-top: 0;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
  #main.contacts .page-title .wrap span:hover {
    color: #074385;
  }
  #main.contacts .page-title .wrap span.active {
    border-bottom-width: 1px;
    color: #205c9e;
    cursor: pointer;
    float: none;
    font-size: 16px;
    margin-right: 0;
    margin-top: 0;
  }
  #contacts-body .big-map {
    display: none;
  }
  #contacts-body .offices-tile:last-of-type, #contacts-body .branches-tile:last-of-type {
    margin-bottom: 15px;
  }
  #contacts-body .offices-with-cards {
    font-size: 12px;
  }
  /*Offices tile*/
  #contacts-body .offices-tile .name-address {
    font-size: 14px;
  }
  #contacts-body .offices-tile .name-address > .name {
    font-size: 16px;
  }
  #contacts-body .offices-tile .name-address .fa {
    top: 4px;
  }
  #contacts-body .offices-tile .map-scheme {
    font-size: 13px;
  }
  #contacts-body .offices-tile .map-scheme span:nth-of-type(2) {
    display: block;
    margin-left: 0;
  }
  #contacts-body .offices-tile .phone-callback {
    font-size: 13px;
  }
  #contacts-body .offices-tile .phone-callback span {
    font-size: 14px;
  }
  #contacts-body .offices-tile .schedule {
    font-size: 14px;
  }
  #contacts-body .offices-tile .schedule .one-day {
    padding-left: 45px;
  }
  #contacts-body .offices-tile .photo-gallery {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 500px;
  }
  #contacts-body .offices-tile .photo-gallery > .name {
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
  }
  #contacts-body .offices-tile .photo-gallery .photos a {
    height: 75px;
    margin-right: 0;
    width: 33.333333%;
  }
  #contacts-body .offices-tile .photo-gallery .photos a:nth-of-type(4n) {
    display: none;
  }
  #contacts-body .offices-tile .photo-gallery .photos-contacts a {
    margin: 1px;
    width: 19%;
  }
  /*/Offices tile*/
  #contacts-body .contacts-2-content .where {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  /*Branches tile*/
  #contacts-body .branches-tile {
    font-size: 14px;
  }
  #contacts-body .branches-tile .name-wrap .fa {
    top: 4px;
  }
  #contacts-body .branches-tile .name-wrap > .name {
    font-size: 16px;
  }
  #contacts-body .branches-tile .schedule {
    font-size: 14px;
  }
  #contacts-body .branches-tile .schedule .one-day {
    padding-left: 45px;
  }
  /*/Branches tile*/
}
@media (min-width:768px) {
  #main.contacts .page-title .wrap {
    display: block !important;
  }
}
