/* Анзо Карьер — базовый вариант.
   Один системный шрифт, светлая тема, без анимаций. */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #40464D;
  background: #fff;
}

img { display: block; max-width: 100%; height: auto; }
a { color: #C25E12; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { color: #1E2329; margin: 0 0 15px; }
h1, h2 { font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
h1 { font-size: 42px; line-height: 1.1; }
h2 { font-size: 32px; line-height: 1.15; padding-bottom: 10px; border-bottom: 2px solid #D9741F; }
h3 { font-size: 18px; font-weight: 700; margin-top: 25px; }

p { margin: 0 0 12px; }

.small { font-size: 13px; color: #777; }

.btn {
  display: inline-block;
  padding: 11px 22px;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.btn--main { background: #D9741F; border-color: #D9741F; color: #fff; font-weight: bold; }
.btn--small { padding: 7px 14px; font-size: 13px; }

/* ШАПКА */
.header { border-bottom: 1px solid #ddd; background: #fff; }
.header__in { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }

.logo { display: flex; align-items: center; gap: 10px; }
.logo__box {
  width: 40px; height: 40px;
  background: #D9741F; color: #fff;
  font-size: 22px; font-weight: bold;
  text-align: center; line-height: 40px;
}
.logo__name { font-family: "PT Sans Narrow", Arial, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: .06em; color: #1E2329; }
.logo__sub { font-size: 12px; color: #888; }

.nav a { color: #444; text-decoration: none; margin-left: 18px; font-size: 14px; }
.nav a:hover { color: #D9741F; text-decoration: underline; }

.header__phone { text-align: right; }
.header__phone a { font-size: 17px; font-weight: bold; color: #222; text-decoration: none; }
.header__phone span { display: block; font-size: 12px; color: #888; }

/* ГЛАВНЫЙ ЭКРАН */
.hero { position: relative; height: 420px; overflow: hidden; }
.hero__img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); }
.hero__in { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.hero h1 { color: #fff; }
.hero p { color: #eee; max-width: 620px; margin-bottom: 22px; }

/* ЦИФРЫ */
.numbers { background: #f5f5f5; border-bottom: 1px solid #ddd; padding: 28px 0; }
.numbers__grid { display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap; gap: 20px; }
.num b { display: block; font-family: "PT Sans Narrow", Arial, sans-serif; font-size: 36px; color: #D9741F; }
.num span { font-size: 13px; color: #777; }

/* СЕКЦИИ */
.section { padding: 45px 0; }
.section--grey { background: #f5f5f5; }
.section__lead { color: #666; margin-bottom: 25px; }

/* О КОМПАНИИ */
.about { display: flex; gap: 30px; align-items: flex-start; }
.about__text { flex: 1; }
.about__photo { width: 42%; }
.about__photo img { border: 1px solid #ddd; }
/* лицензии: кликабельные PDF */
.docs { list-style: none; padding: 0; margin: 0 0 14px; }
.docs li { margin-bottom: 8px; }
.docs a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.docs a:hover { border-color: #D9741F; background: #FFF8F2; }
.docs__ico {
  flex: none;
  width: 42px;
  padding: 6px 0;
  text-align: center;
  background: #D9741F;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .05em;
}
.docs__txt { font-size: 13px; color: #777; }
.docs__txt b { display: block; font-size: 15px; color: #1E2329; margin-bottom: 2px; }
.docs a:hover .docs__txt b { color: #C25E12; }

/* КАРТОЧКИ */
.cards { display: flex; flex-wrap: wrap; gap: 20px; }
.card { width: calc(33.333% - 14px); background: #fff; border: 1px solid #ddd; }
.card img { width: 100%; height: 170px; object-fit: cover; }
.card__body { padding: 15px; }
.card h3 { margin: 0 0 10px; font-size: 17px; }

.spec { width: 100%; border-collapse: collapse; margin-bottom: 12px; font-size: 13px; }
.spec td { padding: 4px 0; border-bottom: 1px solid #eee; }
.spec td:first-child { color: #888; }
.spec td:last-child { text-align: right; color: #333; }

.card__foot { display: flex; align-items: center; justify-content: space-between; }
.price { font-size: 16px; font-weight: bold; color: #222; }

/* ПРАЙС-ТАБЛИЦА */
.pricetable { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 15px; }
.pricetable th { background: #444; color: #fff; padding: 10px; text-align: left; font-size: 13px; }
.pricetable td { padding: 9px 10px; border-bottom: 1px solid #ddd; }
.pricetable tr:nth-child(even) td { background: #f8f8f8; }
.pricetable td:last-child { font-weight: bold; text-align: right; }

/* ГАЛЕРЕЯ */
.gallery { display: flex; flex-wrap: wrap; gap: 15px; }
.gallery img { width: calc(50% - 8px); height: 240px; object-fit: cover; border: 1px solid #ddd; }

/* КОНТАКТЫ */
.contacts { display: flex; gap: 30px; align-items: flex-start; }
.contacts__info { flex: 1; }
.contacts__form { width: 42%; background: #f5f5f5; border: 1px solid #ddd; padding: 20px; }
.contacts__form h3 { margin-top: 0; }

.info { width: 100%; border-collapse: collapse; font-size: 14px; }
.info td { padding: 8px 0; border-bottom: 1px solid #eee; vertical-align: top; }
.info td:first-child { color: #888; width: 130px; }

.map { border: 1px solid #ddd; background: #eaeaea; padding: 20px; }
.map__inner { background: #fff; border: 1px solid #ddd; padding: 18px; }

form label { display: block; margin-bottom: 12px; font-size: 14px; color: #555; }
form input[type="text"],
form input[type="tel"],
form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  margin-top: 4px;
}
form input[type="file"] { margin-top: 5px; font-size: 13px; }
.checkbox { font-size: 13px; color: #777; }
.checkbox input { margin-right: 6px; }

/* ПОДВАЛ */
.footer { background: #333; color: #bbb; padding-top: 30px; font-size: 14px; }
.footer__in { display: flex; gap: 40px; padding-bottom: 25px; }
.footer__in > div { flex: 1; }
.footer .logo__name { color: #fff; margin-bottom: 10px; }
.footer b { display: block; color: #fff; margin-bottom: 10px; }
.footer a { display: block; color: #bbb; text-decoration: none; margin-bottom: 6px; }
.footer a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid #555; padding: 15px 0; font-size: 12px; color: #888; }

/* АДАПТИВ */
@media (max-width: 900px) {
  .header__in { flex-wrap: wrap; gap: 12px; }
  .nav { order: 3; width: 100%; }
  .nav a { margin: 0 14px 0 0; }
  .about, .contacts { flex-direction: column; }
  .about__photo, .contacts__form { width: 100%; }
  .card { width: calc(50% - 10px); }
  .footer__in { flex-direction: column; gap: 25px; }
}

@media (max-width: 600px) {
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  .hero { height: 340px; }
  .card { width: 100%; }
  .gallery img { width: 100%; }
  .numbers__grid { gap: 15px; }
  .num { width: calc(50% - 10px); }
  .pricetable { font-size: 12px; }
  .pricetable th, .pricetable td { padding: 6px 5px; }
}
