* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.header {
  background: url(../img/header-bg-1170x108.jpg);
  background-repeat: repeat-x;
  padding: 15px;
  margin: auto;
  width: 100%;
}

.branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.logo {
  padding-right: 15px;
}

.contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.telegram-btn {
  border: 2px solid #d9c6a7;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  margin-left: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}

.telegram-btn > span {
  color: #d9c6a7;
  font-size: 14pt;
  margin: auto 10px;
}

.price,
.contacts,
.show-rooms {
  margin: 60px auto;
}

.contacts,
.show-rooms {
  border-top: 1px dashed #8a9628;
  margin-top: 90px;
}

.price__header,
.contacts__header,
.show-rooms__header {
  color: #493c1a;
  text-transform: uppercase;
  margin: 45px auto 30px;
}

.price__list,
.contacts__list,
.show-rooms__list {
  list-style: none;
}

.price__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 48%;
     -moz-column-width: 48%;
          column-width: 48%;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}

.price__item {
  padding-bottom: 7px;
  /* white-space: break-spaces; */
  overflow: auto;
}

.price__link {
  background: url("/img/docs-493c1a.svg") no-repeat 0 0;
  -moz-background-size: 50px;
       background-size: 50px;
  color: #493c1a;
  font-size: 18px;
  font-weight: 400;
  min-height: 55px;
  padding-left: 60px;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price__link:hover {
  color: #8a9628;
}

.contacts {
  text-align: center;
}

.contacts .contacts__list {
  display: block;
  width: 49.5%;
  margin: auto;
  text-align: left;
}

.contacts__list {
  position: relative;
  border-top: 1px dashed #8a9628;
  padding-top: 15px;
}

.contacts__item {
  position: relative;
  padding: 5px;
  padding-right: 15px;
}

.contacts__item:has(.contacts__link) {
  font-weight: 700;
}

.contacts__item,
.contacts__link {
  font-size: 18px;
  text-decoration: none;
  color: #493c1a;
  min-height: 35px;
  height: auto;
}

.contacts__item_last {
  margin-bottom: 7px;
  padding-bottom: 7px;
  min-height: 43px;
}

.contacts__link {
  position: absolute;
  left: 80px;
  font-weight: 400;
}

.contacts__link_l160 {
  left: 160px;
}

.contacts__link:hover {
  color: #8a9628;
}

/* 
.show-rooms__list
{
  column-count: 2;

} */
.show-rooms__list {
  vertical-align: top;
}

.show-rooms__item {
  display: inline-block;
  width: 49.5%;
  padding-right: 30px;
  vertical-align: top;
}

@media screen and (max-width: 840px) {
  .telegram-btn > span {
    font-size: 10pt;
  }
}
@media screen and (max-width: 680px) {
  .header {
    background-repeat: repeat-y;
    -moz-background-size: cover;
         background-size: cover;
  }
  .branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo img {
    max-width: 100%;
  }
  .contact-btn {
    padding-top: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .telegram-btn {
    margin-top: 7px;
    margin-left: 0;
    margin-right: 15px;
  }
  .telegram-btn > img {
    width: 21px;
  }
  .price__list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-width: 100%;
       -moz-column-width: 100%;
            column-width: 100%;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .contacts__item {
    padding: 2px;
  }
  .contacts__item,
.contacts__link {
    font-size: 16px;
    height: 20px;
  }
  .contacts__item_last {
    margin-bottom: 5px;
    padding-bottom: 5px;
    min-height: 30px;
    height: auto;
  }
  .contacts .contacts__list {
    display: block;
    width: 100%;
  }
  .show-rooms__item {
    border-top: 1px dashed #8a9628;
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .contacts__item,
.contacts__link {
    font-size: 16px;
  }
  .contacts__link {
    left: 70px;
  }
  .contacts__link_l160 {
    left: 135px;
  }
}
@media screen and (max-width: 374px) {
  .contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */