

/* Start:/kontakty/contacts.css?17754613412452*/
.contacts-head-content {
  background: linear-gradient(0deg, #fb3453 0%, #fb3453 100%);
  border-radius: 15px;
  padding: 50px 60px;
  margin-bottom: 70px;
}

.contacts-head__tel {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contacts-head__tel:hover {
  color: #c2b1b4;
}

.contacts-head__worktime {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
}

.contacts-head__address {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* margin-bottom: 35px; */
}

.contacts-head__social {
  display: flex;
  gap: 25px;
  align-items: center;
}

.contactTitle {
  margin-bottom: 45px;
  color: #232323;
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
}

.wrapContact {
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-region {
  border-radius: 20px;
  background: #fafafa;
  padding: 20px 25px;
}
.contacts-region-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.contacts-region.active .contacts-region-title {
  margin-bottom: 20px;
}

.contacts-region-title-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.innerItemContact {
  border-radius: 20px;
  background-color: #fff;
  padding: 15px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.contacts-region-arrow {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-top: 2px solid var(--main-black);
  border-left: 2px solid var(--main-black);
  rotate: -135deg;
  transition: all 0.3s ease-in-out;
}

.contacts-region.active .contacts-region-arrow {
  rotate: 45deg;
}

.itemContactListLink {
  display: flex;
  flex-direction: column;
}

@media (max-width: 880px) {
  .contacts-head-content {
    margin-bottom: 40px;
  }

  .contacts-head-content {
    padding: 20px 30px;
  }

  .contacts-head__tel {
    font-size: 18px;
  }

  .contacts-head__worktime {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .contacts-head__address {
    font-size: 12px;
  }

  .contactTitle {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .contacts-region-title-text {
    font-size: 14px;
  }

  .contacts-region.active .contacts-region-title {
    margin-bottom: 10px;
  }

  .innerItemContact {
    font-size: 14px;
    padding: 14px;
  }

  .contacts-region {
    padding: 13px 20px;
  }
}

/* End */
/* /kontakty/contacts.css?17754613412452 */
