.contacts {
  margin-top: 40px;
  padding-bottom: 34px; }
  .contacts-top {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .contacts-top__company {
      font-weight: 900;
      font-size: 28px;
      line-height: 36px;
      color: #0054A6; }
    .contacts-top__requisites {
      height: calc(40px + (100vw - 320px) * 0.00813);
      width: 205px; }
      @media (max-width: 768px) {
        .contacts-top__requisites {
          margin-top: 20px;
          width: 100%; } }
  .contacts-map {
    position: relative;
    width: 100%; }
  .contacts-bottom {
    margin-top: 19px;
    padding: 26px 0;
    border-top: 1px dashed #878787;
    border-bottom: 1px dashed #878787;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1600px) {
      .contacts-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .contacts-bottom-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: calc(100% - 375px); }
      @media (max-width: 1600px) {
        .contacts-bottom-items {
          width: 100%; } }
  @media (max-width: 1600px) and (max-width: 1290px) {
    .contacts-bottom-items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
    .contacts-bottom-phone {
      min-width: 180px; }
    .contacts-bottom-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contacts-bottom-item:last-child {
        margin-right: 0; }
      .contacts-bottom-item__svg {
        height: 24px;
        min-height: 24px;
        min-width: 24px;
        width: 24px;
        fill: #ED1847; }
      .contacts-bottom-item__left_svg {
        margin-right: 10px; }
      .contacts-bottom-item__right_svg {
        margin-right: 17px; }
      .contacts-bottom-item__text {
        color: #333;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px; }
      .contacts-bottom-item__left_text {
        text-decoration: underline; }
      .contacts-bottom-item:hover .contacts-bottom-item__left_text {
        color: #0054A6; }
      @media (max-width: 1290px) {
        .contacts-bottom-item {
          padding: 10px 0;
          margin-right: 0;
          width: 50%;
          max-width: unset !important; } }
  @media (max-width: 1290px) and (max-width: 768px) {
    .contacts-bottom-item {
      width: 100%;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; } }
    .contacts-bottom-address {
      max-width: 328px; }
    .contacts-bottom-time {
      max-width: 252px; }
    .contacts-bottom-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 286.5px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: 28px; }
      @media (max-width: 1600px) {
        .contacts-bottom-social {
          margin-right: 0;
          margin-top: 20px;
          width: 100%;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .contacts-bottom-social-item {
        height: 38px;
        width: 38px; }
        .contacts-bottom-social-item__svg {
          width: 100%;
          height: 100%;
          fill: none; }
  .contacts__header {
    font-size: calc(32px + (100vw - 320px) * 0.00375);
    line-height: calc(38px + (100vw - 320px) * 0.00313);
    color: #333;
    font-weight: bold; }

#contactsMap {
  margin-bottom: 100px;
  height: 557px;
  width: 100%; }

/*# sourceMappingURL=contacts.css.map */
