/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.header-menu {
  --font-size: 1.2vw;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-inline-start: 20px;
}
.header-menu li::marker {
  color: transparent;
  font-size: 0;
}
.header-menu a {
  font-weight: 700;
  font-size: var(--font-size);
}
@media (max-width: 1000px) {
  .header-menu {
    --font-size: 1rem;
  }
}
@media (max-width: 816px) {
  .header-menu {
    justify-content: center;
  }
}
.header-menu--contacts {
  padding-inline-start: 0;
}
.custom-map {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(0, 1fr);
  align-items: start;
  width: 100%;
  gap: 20px;
}
@media (max-width: 1000px) {
  .custom-map {
    grid-template-columns: minmax(0, 1fr);
  }
}
.custom-map__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.custom-map__block {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 1000px) {
  .custom-map__block {
    aspect-ratio: initial;
    height: 400px;
  }
}
.about__title {
  font-size: 3vw;
  font-weight: 900;
}
@media (max-width: 1000px) {
  .about__title {
    font-size: 2rem;
  }
}
.about__text {
  font-size: 2rem;
  hyphens: auto;
}
@media (max-width: 1000px) {
  .about__text {
    font-size: 1.4rem;
  }
}
.service__title {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 900;
}
@media (max-width: 1000px) {
  .service__title {
    font-size: 1.5rem;
  }
}
.service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
@media (max-width: 1000px) {
  .service__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.service__item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: #fff;
  color: #000;
  border-radius: 0.9rem;
}
.service__item--accent {
  background-color: #0069e3;
  color: #fff;
}
.service__item--accent .service__button {
  background-color: #000;
}
.service__item--accent .service__button:hover {
  background-color: #fff;
  color: #000;
}
.service__sublist-item::marker {
  color: transparent;
  font-size: 0;
}
.service__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  order: -1;
  border-radius: 1rem;
}
.service__button {
  margin-top: auto;
}
/*# sourceMappingURL=custom_13.css.map */