.banner {
  position: relative;
}

.banner__image {
  height: 379px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
}

.banner__header {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #F1F1E4;
  font: italic 40px/1.1em georgia, palatino, "book antiqua", "palatino linotype", serif;
}

.banner__text {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font: italic 40px/67px georgia, palatino, "book antiqua", "palatino linotype", serif;
  background-color: #7C6D73;
  color: #F1F1E4;
}
.bottom-art {
  background: url("../../../../../static/img/bottom.png");
  width: 157px;
  height: 33px;
  display: block;
  margin: 0 auto 30px;
}
.content-block {
  text-align: center;
  padding: 40px 0;
  background-color: #C0BABC;
}

.content-block__light {
  background-color: #f1f1e4;
}
@font-face {
  font-family: 'Droid Serif';
  src: local('Droid Serif'), local('DroidSerif'), url("../fonts/droidserif.woff2") format('woff2'), url("../fonts/droidserif.woff") format('woff'), url("../fonts/droidserif.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url("../fonts/droidserifitalic.woff2") format('woff2'), url("../fonts/droidserifitalic.woff") format('woff'), url("../fonts/droidserifitalic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Droid Serif';
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url("../fonts/droidserifbold.woff2") format('woff2'), url("../fonts/droidserifbold.woff") format('woff'), url("../fonts/droidserifbold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url("../fonts/droidserifbolditalic.woff2") format('woff2'), url("../fonts/droidserifbolditalic.woff") format('woff'), url("../fonts/droidserifbolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
.footer {
  background-color: #272725;
  color: #AA9F7B;
  text-align: center;
  font: 12px/20px georgia, palatino, "book antiqua", "palatino linotype", serif;
  padding: 20px 0 0;
}

.footer__left,
.footer__right {
  width: 300px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}

.footer__right {
  text-align: right;
}
.h {
  display: block;
  font-family: "Droid Serif";
  color: #554A4D;
  font-weight: normal;
  margin: 0;
}

.h_1 {
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}

.h_1:before {
  content: "";
  background: url("../../../../../static/img/h_left.png");
  width: 88px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.h_1:after {
  content: "";
  background: url("../../../../../static/img/h_right.png");
  width: 88px;
  height: 30px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.header {
  position: relative;
  background-color: #f1f1e4;
  padding: 20px 0;
}

.header__art,
.header__title,
.header__text {
  text-align: center;
}

.header__art {
  padding-bottom: 15px;
}

.header__title {
  padding-bottom: 10px;
  font: 600 30px/1.1em "Droid Serif";
  color: #554A4D;
}

.header__text {
  font: 16px/1.3em Arial, sans-serif;
  letter-spacing: 0.3em;
  color: #272725;
  text-transform: uppercase;
}

.header__phone {
  position: absolute;
  text-align: right;
  right: 60px;
  top: 20px;
  color: #272725;
  font: 20px/26px georgia, palatino, "book antiqua", "palatino linotype", serif;
}

.header__phone a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 900px) {
  .header__phone {
    position: static;
    text-align: center;
    margin: 20px 0;
  }
}
.item-row {
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}

.item-row .item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.item-row_no-margin-bottom {
  margin-bottom: 0;
}
.item {
  width: 280px;
  display: block;
  padding: 0 20px;
  margin-bottom: 30px;
}

.item:hover .item__text {
  opacity: 1;
}

.item_wide {
  width: 350px;
}

.item_text {
  margin-bottom: 10px;
}

.item_text .item__header:after {
  display: none;
}

.item__header {
  font: 21px/1.3em georgia, palatino, "book antiqua", "palatino linotype", serif;
  color: #554A4D;
  margin-bottom: 20px;
}

.item__header:after {
  content: "";
  display: block;
  border-top: 1px solid #887F63;
  border-bottom: 1px solid #887F63;
  height: 2px;
  width: 57px;
  margin: 10px auto 0;
}

.item__text {
  font: 15px/1.3em Arial, sans-serif;
  color: #272725;
  text-align: left;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.item__img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.item__more {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  font: 15px/1.3em Arial ,sans-serif;
  transition: color 0.4s ease 0s;
  color: #9C8E93;
  text-decoration: none;
}
.link {
  color: inherit;
}
.map {
  margin: 0 auto 30px;
  display: inline-block;
  border: 1px solid #AA9F7B;
}

#map {
  margin: 0 auto 30px;
  width: 960px;
  height: 600px;
  max-width: 100%;
}
.page {
  padding: 0;
  margin: 0;
}
.text,
p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #272725;
}

.text_w600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.top-menu {
  font: 16px/46px georgia, palatino, "book antiqua", "palatino linotype", serif;
  background-color: #272725;
  text-align: center;
}

.top-menu__item {
  color: #C0BABC;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  transition: color 0.4s ease 0s;
}

.top-menu__item:hover {
  color: #9C8E93;
}

.top-menu__item_active {
  color: #F1F1E4;
}

.top-menu__item_active:hover {
  color: #F1F1E4;
}