

/* Start:/local/templates/vodohodcity/components/bitrix/news.list/contacts/style.css?17772964304090*/
/* section header */
.header__main {
  background: url("/local/templates/vodohodcity/images/contacts/header/header.png")
      center no-repeat,
    linear-gradient(90deg, rgba(161, 161, 161, 1) 0%, rgb(55, 55, 55) 100%);
  background-size: cover;
  flex: none;
  background-blend-mode: overlay;
  padding: 60px 0;
}

.header__title-box {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  max-width: 1752px;
  margin: 0 auto;
}

.header__title {
  color: var(--bg);
  width: 50%;
  text-align: right;
  line-height: 130%;
  font-family: var(--TildaBold);
}

/* section desc */

.desc {
  padding: 50px 0;
}

.desc__title {
  margin-bottom: 40px;
}

.desc__list-names {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contacts-desc__name {
  cursor: pointer;
  padding: 10px 32px;
  width: max-content;
  border: 1px solid var(--text);
  border-radius: 10px;

  &.active {
    color: var(--bg);
    background: var(--tel);
  }
}

.contacts-desc__item {
  display: none;

  &.active {
    display: block;
  }
}

.desc__list {
  margin-top: 40px;
}

.desc__info {
  display: grid;
  gap: 20px;
}

.desc__info-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.desc__card {
  padding: 60px 145px;
  background: var(--bgDark);
}

.desc__card-title {
  margin-bottom: 40px;
}

.desc__booking-list {
  display: grid;
  grid-template-columns: 40% 50%;
  grid-template-rows: repeat(2, auto);
  align-items: start;
  justify-content: space-between;
}

.desc__booking-item-title {
  font-family: var(--TildaBold);
  font-weight: 600;
  margin-bottom: 20px;
}

.desc__booking-item-title {
  font-size: 24px;
}

.desc__booking-item-text {
  font-size: 24px;
  line-height: 120%;
}

.desc__card-item-text {
  display: grid;
  gap: 20px;
}

/* section map */
.map {
  padding: 0 0 50px;
}

.map__container {
  margin-top: 40px;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.map__map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1800px) {
  /* section header */
  .header__title-box {
    max-width: 1100px;
  }

  /* section desc */
  .desc__card {
    padding: 40px;
  }
}

@media screen and (max-width: 1300px) {
  /* section header */
  .header__title-box {
    max-width: 90vw;
  }

  .header__title {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  /* section desc */
  .desc__card {
    padding: 60px 80px;
  }

  .desc__card-title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .desc__booking-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    gap: 30px;
  }
}

@media screen and (max-width: 1100px) {
  /* section desc */
  .desc__info-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
  }

  /* section map */
  .map__container {
    height: 540px;
  }
}

@media screen and (max-width: 800px) {
  /* section header */
  .header__title {
    width: 80%;
    font-size: 42px;
  }

  /* section map */
  .map__container {
    height: 420px;
  }
}
@media screen and (max-width: 640px) {
  /* section header */
  .header__title {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }

  /* section desc */
  .contacts-desc__name {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  /* section header */
  .header__title {
    font-size: 32px;
    width: 100%;
  }

  /* section desc */
  .contacts-desc__name {
    font-size: 14px;
  }

  .desc__card {
    padding: 30px;
  }

  .desc__card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .desc__info {
    & p {
      font-size: 12px;
    }
  }

  .desc__booking-item-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  /* section header */
  .header__title {
    font-size: 30px;
  }
}

/* End */
/* /local/templates/vodohodcity/components/bitrix/news.list/contacts/style.css?17772964304090 */
