/* оформление блоков страницы: типографика, меню, обложка, карточки, форма, подвал */

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #33302b;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #7a4a1e;
}

a:hover {
  color: #a3661f;
}

.t-rec {
  position: relative;
}

.t-rec_bg_cream {
  background-color: #f6f2ea;
}

.t-rec_bg_dark {
  background-color: #2b2621;
  color: #ece5da;
}

.t-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 1.22;
  font-weight: normal;
  color: #221f1b;
  margin: 0 0 18px 0;
}

.t-title_sm {
  font-size: 25px;
  margin-bottom: 12px;
}

.t-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 8px 0;
  color: #221f1b;
}

.t-descr {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.t-text {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px 0;
}

.t-text_gray {
  color: #6d6459;
}

.t-name {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.t-btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #7a4a1e;
  color: #fff9f0;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.t-btn:hover {
  background-color: #96601f;
  color: #fff9f0;
}

.t-btn_light {
  background-color: transparent;
  color: #7a4a1e;
  border: 1px solid #b99764;
}

.t-btn_light:hover {
  background-color: #f0e7d8;
  color: #7a4a1e;
}

/* --- меню --- */

.t-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #e6ded1;
  position: relative;
  z-index: 20;
}

.t-menu__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  flex-wrap: wrap;
}

.t-menu__logo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  color: #221f1b;
  text-decoration: none;
  padding: 10px 0;
  white-space: nowrap;
}

.t-menu__logo span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #8b8177;
  text-transform: uppercase;
}

.t-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.t-menu__item {
  margin: 0 0 0 22px;
}

.t-menu__link {
  color: #4a443c;
  text-decoration: none;
  font-size: 15px;
  line-height: 68px;
}

.t-menu__link:hover {
  color: #7a4a1e;
  border-bottom: 1px solid #c8a468;
}

.t-menu__phone {
  font-size: 16px;
  color: #221f1b;
  text-decoration: none;
  margin-left: 24px;
  white-space: nowrap;
}

.t-menu__burger {
  display: none;
  background: none;
  border: 1px solid #ddd2c1;
  border-radius: 3px;
  padding: 7px 11px;
  font-size: 14px;
  color: #4a443c;
  cursor: pointer;
}

/* --- обложка --- */

.t-cover {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.t-cover__carrier {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.t-cover__filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 24, 17, 0.5);
}

.t-cover__wrapper {
  position: relative;
  width: 100%;
  padding: 70px 0;
  color: #ffffff;
}

.t-cover__wrapper .t-title {
  color: #ffffff;
  font-size: 44px;
  max-width: 700px;
}

.t-cover__wrapper .t-descr {
  color: #f2e9dc;
  max-width: 620px;
}

/* --- прайс-лист --- */

.t-price {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.t-price__item {
  display: flex;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px dotted #ccc0ad;
}

.t-price__name {
  padding-right: 12px;
}

.t-price__dots {
  flex: 1 1 auto;
}

.t-price__val {
  white-space: nowrap;
  color: #5d564d;
}

/* --- карточки точек --- */

.t-shop {
  background: #ffffff;
  border: 1px solid #e6ded1;
  padding: 22px;
  height: 100%;
  box-sizing: border-box;
}

.t-shop p {
  margin: 0 0 8px 0;
}

/* --- форма --- */

.t-form {
  max-width: 620px;
}

.t-input-group {
  margin-bottom: 14px;
}

.t-input-title {
  display: block;
  font-size: 14px;
  color: #5d564d;
  margin-bottom: 5px;
}

.t-input {
  width: 100%;
  padding: 11px 12px;
  font-family: inherit;
  font-size: 16px;
  color: #33302b;
  background: #ffffff;
  border: 1px solid #cfc4b2;
  border-radius: 3px;
  box-sizing: border-box;
}

.t-input:focus {
  outline: none;
  border-color: #9a7942;
}

textarea.t-input {
  min-height: 92px;
  resize: vertical;
}

.t-form__note {
  font-size: 13px;
  color: #7d7469;
  margin-top: 12px;
}

/* --- подвал --- */

.t-footer {
  background-color: #2b2621;
  color: #cfc5b7;
  font-size: 15px;
  padding: 40px 0 30px 0;
}

.t-footer a {
  color: #e0c797;
}

.t-footer a:hover {
  color: #f3e2c2;
}

.t-footer .t-heading {
  color: #f0e7d8;
  font-size: 17px;
}

.t-footer__copy {
  border-top: 1px solid #443c33;
  margin-top: 26px;
  padding-top: 18px;
  font-size: 13px;
  color: #9b9082;
}

/* --- наверх --- */

.t-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  background: #7a4a1e;
  color: #fff6e8;
  border-radius: 3px;
  text-decoration: none;
  display: none;
  z-index: 50;
}

.t-top:hover {
  color: #ffffff;
}

@media screen and (max-width: 980px) {
  .t-title { font-size: 30px; }
  .t-cover__wrapper .t-title { font-size: 34px; }
}

@media screen and (max-width: 760px) {
  .t-menu__wrap {
    min-height: 56px;
  }
  .t-menu__burger {
    display: block;
  }
  .t-menu__list {
    display: none;
    width: 100%;
    padding-bottom: 12px;
  }
  .t-menu__list.is-open {
    display: block;
  }
  .t-menu__item {
    margin: 0;
    border-top: 1px solid #efe7db;
  }
  .t-menu__link {
    line-height: 42px;
    display: block;
  }
  .t-menu__phone {
    margin-left: 0;
    font-size: 15px;
  }
  .t-cover {
    min-height: 340px;
  }
  .t-cover__wrapper {
    padding: 46px 0;
  }
  .t-cover__wrapper .t-title {
    font-size: 27px;
  }
  .t-title { font-size: 25px; }
  .t-descr { font-size: 17px; }
  .t-price__item {
    display: block;
  }
  .t-price__dots {
    display: none;
  }
  .t-price__val {
    display: block;
    color: #7a4a1e;
  }
}
