.contacts-sec {
  margin-top: 51px;
}
.contacts__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.contacts-block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contacts-item {
  max-width: 30%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contacts-item__img {
  height: 48px;
  width: auto;
}
.contacts-item-content {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
}
.contacts-item-content__title {
  font-size: 24px;
  color: #303030;
}
.contacts-item-content__description {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.11;
  font-weight: 300;
  color: #303030;
}

.adress {
  display: flex;
  flex-direction: column;
}
.adress-sec {
  margin-top: 66px;
}
.adress__title {
  font-size: 32px;
  line-height: 1;
  color: #303030;
  margin-bottom: 20px;
}
.adress__contact {
  margin: 15px 0px;
  font-size: 24px;
  color: #303030;
  font-weight: 300;
}
.adress__contact * a {
  color: #303030;
  font-size: 1em;
}
.adress__map {
  width: 100%;
  height: 346px;
}

@media (max-width: 1024px) {
  .contacts-item-content__description {
    font-size: 14px;
  }
  .contacts-item__img {
    height: 42px;
  }
  .contacts-item-content__title {
    font-size: 20px;
  }
  .adress__contact {
    font-size: 20px;
    margin: 11px 0px;
  }
  .adress__title {
    font-size: 26px;
  }
  .adress-sec {
    margin-top: 45px;
  }
  .contacts-item {
    max-width: 32%;
  }
  .contacts-item-content {
    margin-left: 12px;
  }
  .contacts__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .contacts-block {
    flex-direction: column;
    margin: 5px auto 0px auto;
    justify-content: center;
    align-items: center;
  }
  .contacts-item {
    width: 580px;
    justify-content: flex-start;
    max-width: 100%;
    margin: 15px auto;
  }
  .contacts-item-content {
    margin-left: 20px;
  }
  .contacts-item:nth-child(3) img {
    height: 50px;
  }
  .contacts__title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .contacts-sec {
    margin-top: 0px;
  }
}
@media (max-width: 520px) {
  .adress-sec {
    margin-top: 28px;
  }
  .adress__title {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .adress__contact {
    font-size: 14px;
    margin: 9px 0px;
  }
  .adress__map {
    margin-top: 11px;
    height: 201px;
  }
}
@media (max-width: 420px) {
  .contacts__title {
    font-size: 20px;
  }
}/*# sourceMappingURL=contacts.css.map */