

/* Start:/local/templates/preora/css/pages/contacts.css?17804813954772*/
/* === PAGE CONTACTS === */

/* ---- Contacts ---- */
.contacts {
  padding-bottom: 60px;
}

.contacts__content {
  position: relative;
}

.contacts__content * {
  font-family: var(--Bounded);
}

.contacts__title {
  font-size: 60px;
  line-height: 1.4;
}

.contacts__info {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 338px 1fr;
  gap: 30px;
  align-items: start;
}

.contacts__item {
  padding: 30px 0;
  border-bottom: 1px solid var(--line, #e0e2ea);
}

.contacts__item:first-of-type {
  padding-top: 0;
}

.contacts__item:last-of-type {
  border: none;
}

.contacts__item.active .contacts__arrow > .icon {
  rotate: 180deg;
}

.contacts__item.active .contacts__item-dropDown {
  max-height: 600px;
  pointer-events: all;
  opacity: 1;
}

.contacts__item-top {
  display: flex;
  gap: 15px;
  cursor: pointer;
}

.contacts__arrow {
  display: grid;
  grid-template-columns: auto 14px;
  align-items: start;
  width: 100%;
  justify-content: space-between;
}

.contacts__arrow .icon {
  height: 12px;
  margin-top: 10px;
}

.contacts__item-title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--linkAccentDark);
}

.contacts__item-dropDown {
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.contacts__address {
  font-size: 16px;
}

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

.contacts__tel {
  width: max-content;
  font-size: 20px;
}

.contacts__email {
  width: max-content;
  font-size: 20px;
  color: var(--textAccentLight);
}

.contacts__listImg {
  position: relative;
  max-height: 522px;
}

.contacts__listImg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.contacts__listImg-item img {
  max-height: 522px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__list-item {
  max-height: 0;
  opacity: 0;
}

.contacts__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__listImg-item.active {
  opacity: 1;
}

@media (hover: hover) {
  .contacts__tel:hover { color: var(--linkAccentDark); }
  .contacts__email:hover { color: var(--linkAccentDark); }
}

@media screen and (max-width: 1200px) {
  .contacts__title { font-size: 52px; }
}

@media screen and (max-width: 1120px) {
  .contacts__info { grid-template-columns: 300px 1fr; }
  .contacts__item-title { font-size: 18px; }
  .contacts__address { font-size: 14px; }
  .contacts__tel, .contacts__email { font-size: 18px; }
}

@media screen and (max-width: 1000px) {
  .contacts__info { grid-template-columns: 280px 1fr; }
  .contacts__item { padding: 20px 0; }
  .contacts__item-title { font-size: 16px; }
}

@media screen and (max-width: 800px) {
  .contacts { padding-bottom: 40px; }
  .contacts__title { font-size: 46px; }
  .contacts__info { display: flex; flex-direction: column-reverse; gap: 60px; }
  .contacts__listImg-item.default { display: none; }
  .contacts__list { width: 100%; }
}

.contacts__item.active .contacts__list-item {
  max-height: 0;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  .contacts__item.active .contacts__list-item {
    margin-top: 20px;
    opacity: 1;
    width: 100%;
    aspect-ratio: 2/1;
    max-height: 540px;
  }
}

@media screen and (max-width: 500px) {
  .contacts__title { font-size: 32px; }
  .contacts__info { margin-top: 0; }
  .contacts__item.active .contacts__list-item { aspect-ratio: 5/4; }
  .contacts__contacts { flex-direction: column; }
}

@media screen and (max-width: 380px) {
  .contacts__title { font-size: 28px; }
}

/* ---- Other contacts ---- */
.other {
  padding: 60px 0 180px;
}

.other__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(20%, 420px));
  justify-content: space-between;
  gap: 60px;
}

.other__email {
  font-family: var(--Bounded);
  font-size: 20px;
  color: var(--textAccentLight);
  font-weight: 700;
  line-height: 1.4;
}

.other__text {
  line-height: 1.4;
  font-family: var(--Bounded);
}

@media (hover: hover) {
  .other__email:hover { color: var(--linkAccentDark); }
}

@media screen and (max-width: 1400px) {
  .other__list { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 1200px) {
  .other__list { margin-top: 60px; display: flex; }
  .other__item { width: 30%; }
  .other__email, .other__text { font-size: 18px; }
}

@media screen and (max-width: 860px) {
  .other__list { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
  .other__item { width: 100%; }
}

@media screen and (max-width: 800px) {
  .other { padding: 60px 0 100px; }
  .other__email, .other__text { font-size: 16px; }
}

@media screen and (max-width: 640px) {
  .other__list { grid-template-columns: 1fr; gap: 20px; }
}

/* End */
/* /local/templates/preora/css/pages/contacts.css?17804813954772 */
