.contacts__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 10px;
}

.contacts__text {
  max-width: 380px;
  margin-bottom: 50px;
}

.contacts__lits {
  margin-bottom: 20px;
}

.contacts__item {
  margin-bottom: 30px;
  max-width: 360px;
  padding-left: 60px;
  position: relative;
  z-index: -1;
}

.contacts__item::before {
  content: '';
  background-image: url(../icon/time-work.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 40px;
  width: 50px;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
}

.contacts__item--tim::before {
  height: 40px;
  width: 50px;
}

.contacts__item--phone::before {
  background-image: url(../icon/phone.png);
}

.contacts__item--email::before {
  background-image: url(../icon/mail.png);
}

.contacts__item--adress::before {
  background-image: url(../icon/addres.png);
}

.map {
  width: 95%;
  margin-bottom: 20px;
  border: 7px solid #114d2b;
  border-radius: 2px;
    
}




@media (max-width: 768px) {
  .contacts__inner {
   
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    }
}