

/* Start:/local/templates/certa/assets/css/contacts.css?17724730477160*/
.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;
}
.page-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    color: #222;
  }

  .contacts__office-block {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .contacts__map-wrapper {
    width: 50%;
  }

  #yandex-map {
    width: 100%;
    height: 25rem;
    border-radius: 2rem;
    overflow: hidden;
  }

  .contacts__info_lost {
    width: 50%;
    box-sizing: border-box;
    padding-left: 2rem;
  }

  .contacts__toggle {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    justify-content: left;
  }

  .contacts__toggle-btn {
    padding: 0.5rem 1rem;
    border: 0.1rem solid #e0e0e0;
    background: transparent;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
  }

  .contacts__toggle-btn:hover {
    border-color: #e9e800;
    color: #000;
  }

  .contacts__toggle-btn.active {
    background: #e9e800;
    border-color: #e9e800;
    color: #000000;
  }

  .contacts__info {
    transition: opacity 0.3s ease;
  }

  .contacts__city {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }

  .contacts__tel,
  .contacts__email,
  .contacts__time,
  .contacts__address {
    font-size: 1rem;
    line-height: 1.3;
    color: #333;
    display: block;
    text-align: left;
  }

  .contacts__tel:hover,
  .contacts__email:hover {
    text-decoration: underline;
  }

  .contacts__time {
    margin-bottom: 0.5rem;
    color: #666;
  }

  .contacts__address {
    margin-top: 0.5rem;
    color: #333;
    line-height: 1.5;
  }

  .contacts__team {
    margin-top: 3rem;
  }

  .contacts__team-title {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1.5rem;
  }

  /* Мобильная адаптация */
  @media (max-width: 48rem) {
    .contacts__office-block {
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .contacts__map-wrapper {
      width: 100%;
    }
    
    .contacts__info_lost {
      width: 100%;
      padding-left: 0;
    }
    
    #yandex-map {
      height: 20rem;
    }
    
    .contacts__toggle {
      justify-content: center;
    }
    
    .contacts__toggle-btn {
      font-size: 0.9rem;
      padding: 0.4rem 0.8rem;
    }
  }
.contacts__info {
    width: 100%;
}
  @media (max-width: 30rem) {
    #yandex-map {
      height: 18rem;
    }
    
    .contacts__toggle {
      flex-wrap: wrap;
    }
    
    .contacts__toggle-btn {
      width: 100%;
      text-align: center;
    }
  }
  .contacts__list-item {
    width: calc(100% / 4 - 1rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 0 1rem;
}
@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;
  }
  .contacts__list-item {
    width: calc(100% / 2 - 1rem);
  } 
    #yandex-map {
        height: 400px;
    }
  
.page-title {
font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #222;
}  
    .contacts__toggle-btn {
        font-size: 18px;
        padding: 2.4rem 0.8rem;
        border-radius: 20rem;
        margin-bottom: 11px;
    }
.contacts__city {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 20px;
    text-align: center;
}
.contacts__tel, .contacts__email, .contacts__time, .contacts__address {
font-size: 16px;
        line-height: 1.3;
        color: #333;
        display: block;
        text-align: center;
}
}
/* End */
/* /local/templates/certa/assets/css/contacts.css?17724730477160 */
