.contacts {
  padding: 80px 0;
}

.contacts__inner {
  display: flex;
  justify-content: space-between;
}

.contacts__adress {
  display: flex;
  margin-bottom: 25px;
}

.icon__adress {
  margin-right: 10px;
}

.adress_name {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
  margin-bottom: 5px;
}

.adress_value p {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.contacts__phone--item {
  display: flex;
  margin-bottom: 25px;
}

.contacts .phone__item--title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
}

.contacts .phone__item--number {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.emails {
  display: flex;
  margin-bottom: 30px;
}

.emails__title {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
  margin-bottom: 5px;
}

.email a {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.contacts__soc__item + .contacts__soc__item {
  margin-left: 25px;
}

.map {
  width: 685px;
  height: 400px;
}

@media (max-width: 1080px) {
  .contacts__inner {
    flex-wrap: wrap;
  }

  .contacts__inner--left {
    margin-bottom: 15px;
  }

  .contacts__inner--right {
    width: 100%;
  }

  .map {
    width: 100%;
  }

  .map-holder {
    width: 100%;
  }
}