

/* Start:/local/templates/certa/assets/css/contacts.css?17544838413756*/
.contacts__wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
}

.contacts__map-wrapper {
  width: calc(100% / 2 - 1rem);
}
.contacts__map {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.contacts__info {
  width: calc(100% / 2 - 1rem);

}

.contacts__info::-webkit-scrollbar {
  width: 5px;
}

.contacts__info::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dadada;
}

.contacts__info::-webkit-scrollbar-thumb {
  background-color: #e9e800;
  /* цвет плашки */
}

.contacts__text {
  font-weight: 500;
  margin-bottom: 2rem;
}

.contacts__tel {
  display: block;
  margin-bottom: 10px;
  color: #666;
  cursor: pointer;
}

.contacts__social {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacts__social span {
  font-weight: 600;
}

.contacts__time {
  color: #888;
  margin-top: 2rem;
}

.contacts__social-wrapper {
  display: flex;
  gap: 1rem;
}

.contacts__team-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.contacts__team {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.contacts__team-list {
  display: flex;
  flex-wrap: wrap;
}

.contacts__list-item {
  width: calc(100% / 2 - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem;
}

.contacts__coworker-photo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contacts__coworker-name {
  font-size: 1.2rem;
  font-weight: 600;
}

.contacts__coworker-major {
  text-align: center;
  color: #666;
  font-size: 0.8rem;
}

.contacts__coworker-social {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.contacts__coworker-link {
  font-size: 0.8rem;
  color: #333;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .contacts__wrapper {
    margin: 40px 0;
    flex-direction: column;
    gap: 30px;
  }

  .contacts__map-wrapper {
    max-height: 400px;
    width: 100%;
  }

  .contacts__map iframe {
    height: 100%;
    aspect-ratio: 16/9;
  }

  .contacts__info {
    width: 100%;
  }

  .contacts__info::-webkit-scrollbar {
    width: 5px;
  }

  .contacts__info::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #dadada;
  }

  .contacts__info::-webkit-scrollbar-thumb {
    background-color: #e9e800;
    /* цвет плашки */
  }

  .contacts__text {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
  }

  .contacts__tel {
    font-size: 16px;
    text-align: center;
  }

  .contacts__email {
    font-size: 16px;
    text-align: center;
    display: block;
  }

  .contacts__time {
    font-size: 16px;
    text-align: center;
  }

  .contacts__social span {
    font-size: 16px;
  }

  .contacts__team {
    gap: 30px;
  }

  .contacts__team-title {
    font-size: 24px;
  }

  .contacts__social {
    align-items: center;
  }

  .contacts__list-item {
    gap: 10px;
  }

  .contacts__coworker-name {
    font-size: 20px;
  }

  .contacts__coworker-major {
    font-size: 14px;
  }

  .contacts__coworker-link {
    font-size: 16px;
  }

  .contacts__team-title {
    display: block;
    margin: 0 auto;
  }

  .contacts__coworker-photo {
    width: 80%;
    height: auto;
  }


  .contacts__coworker-social {
    gap: 10px;
  }

}

@media screen and (max-width: 767px) {
  .contacts__coworker-social {
    flex-direction: column;
    align-items: center;
  }

  .contacts__coworker-name {
    font-size: 16px;
    text-align: center;
  }
}
/* End */
/* /local/templates/certa/assets/css/contacts.css?17544838413756 */
