.contacts {
  position: relative;
  padding: 64px 0; }
  @media screen and (max-width: 751px) {
    .contacts {
      padding: 48px 8px; }
      .contacts .title_wrap {
        margin-top: 0; }
        .contacts .title_wrap h3 {
          margin-top: 0; } }
  .contacts .title_wrap {
    margin-top: 0; }
    .contacts .title_wrap h3 {
      margin-top: 0; }
  @media screen and (max-width: 751px) {
    .contacts .row.mt-80 {
      padding-top: 64px;
      margin-top: 0; } }
  @media screen and (max-width: 751px) {
    .contacts .row.mt-16:last-child {
      margin-top: 32px; } }
  .contacts .col-sm-3 .white_wrapp {
    min-height: 176px;
    padding: 16px; }
    @media screen and (max-width: 751px) {
      .contacts .col-sm-3 .white_wrapp {
        margin-bottom: 16px;
        height: auto; } }
    .contacts .col-sm-3 .white_wrapp h6 {
      margin-top: 0;
      color: #46515C;
      font-family: Open Sans, sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 25px;
      margin-top: 0;
      margin-bottom: 7px; }
      .contacts .col-sm-3 .white_wrapp h6:nth-child(3) {
        margin-top: 25px; }
    .contacts .col-sm-3 .white_wrapp p, .contacts .col-sm-3 .white_wrapp a {
      color: #46515C;
      font-family: Open Sans;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 0;
      margin-top: 0; }
  @media screen and (max-width: 751px) {
    .contacts .col-sm-3:last-child .white_wrapp {
      margin-bottom: 0; } }
  .contacts .contactsshortinfo.white_wrapp {
    display: flex;
    justify-content: center;
    min-height: 111px;
    padding: 16px; }
    @media screen and (max-width: 751px) {
      .contacts .contactsshortinfo.white_wrapp {
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px; } }
    .contacts .contactsshortinfo.white_wrapp .contacts_img_wrapp {
      position: relative;
      display: flex;
      align-items: center;
      margin-left: 16px; }
      @media screen and (max-width: 751px) {
        .contacts .contactsshortinfo.white_wrapp .contacts_img_wrapp {
          margin-top: 10px; } }
      .contacts .contactsshortinfo.white_wrapp .contacts_img_wrapp svg {
        position: relative;
        z-index: 1; }
      .contacts .contactsshortinfo.white_wrapp .contacts_img_wrapp img {
        position: absolute;
        left: 6px;
        top: 11px;
        z-index: 2; }
        @media screen and (max-width: 751px) {
          .contacts .contactsshortinfo.white_wrapp .contacts_img_wrapp img {
            top: -10px; } }
    .contacts .contactsshortinfo.white_wrapp .contacts_info_wrapp {
      margin-left: 17px;
      display: flex;
      align-items: center;
      padding-right: 40px; }
      @media screen and (max-width: 751px) {
        .contacts .contactsshortinfo.white_wrapp .contacts_info_wrapp {
          padding: 0;
          margin: 0;
          margin-top: 18px; } }
      .contacts .contactsshortinfo.white_wrapp .contacts_info_wrapp p {
        color: #46515C;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 0; }
  .contacts .white_wrapp {
    padding: 16px; }
    @media screen and (max-width: 751px) {
      .contacts .white_wrapp .contacts_map_wrap {
        min-width: 100%;
        min-height: 415px; } }
    .contacts .white_wrapp .contacts_map_wrap img {
      width: 100%; }
      @media screen and (max-width: 751px) {
        .contacts .white_wrapp .contacts_map_wrap img {
          width: 100%;
          height: 415px;
          object-fit: cover;
          object-position: center; } }
    .contacts .white_wrapp .contacts_map_wrap iframe {
      width: 100%;
      border-radius: 10px; }
