.contacts {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  justify-content: space-between; }
  .contacts__block {
    padding: 30px 60px;
    font-size: 20px;
    color: #2e3541;
    font-weight: 300;
    box-shadow: 0 0 9px 9px rgba(0, 0, 0, 0.08);
    box-sizing: border-box; }
    .contacts__block-empty {
      box-shadow: none; }
  .contacts__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contacts__list-item {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      .contacts__list-item:first-child {
        margin: 0; }
    .contacts__list-title {
      font-weight: bold;
      color: #357dc1; }
  .contacts__icon {
    margin-right: 20px;
    width: 30px;
    height: 30px; }
  .contacts__link {
    color: #2e3541; }
    .contacts__link.tel {
      margin-left: 20px; }
    .contacts__link:hover {
      color: #357dc1;
      text-decoration: none; }
  .contacts__company {
    flex-basis: calc(50% - 20px);
    margin-bottom: 40px; }
  .contacts__personal {
    display: flex;
    flex-basis: calc(50% - 20px);
    margin-bottom: 40px; }
    .contacts__personal-preview {
      flex-basis: 140px;
      margin-right: 40px; }
    .contacts__personal-img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      display: block; }
    .contacts__personal-text {
      margin: 0; }

@media screen and (max-width: 960px) {
  .contacts {
    flex-direction: column; }
    .contacts__block {
      margin-right: auto;
      width: 100%; }
    .contacts__personal {
      margin-left: 0; } }
@media screen and (max-width: 600px) {
  .contacts__block {
    padding: 20px;
    width: 100%; }
  .contacts__personal-preview {
    display: none; }
  .contacts__link {
    display: block; }
    .contacts__link.tel {
      margin: 0; }
  .contacts__tel {
    display: flex;
    flex-direction: column; } }

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