html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: 'Noto Serif', sans-serif;
  font-size: 1rem;
  color: #242424;
}

/* Blocks */
.container {
  width: 100%;
  max-width: 1254px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.header {
  margin-top: 6rem;
  margin-bottom: 7rem;
}

.header__title {
  font-size: 4.2rem;
  color: #242424;
  font-weight: 700;
  padding-bottom: 4.9rem;
}

.header__location_prev, .header__location_next {
  text-decoration: none;
  font-size: 1.3rem;
  color: #242424;
  font-weight: 400;
  font-style: italic;
}

.wards {
  padding-bottom: 10rem;
}

.wards__item {
  border: 1px solid #FFFFFF;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  padding-top: 2rem;
  margin-bottom: 1.6rem;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.wards__item:hover {
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.24);
}

.wards__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0rem 2rem 2rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 689px) {
  .wards__wrapper {
    width: 30rem;
  }
}

.wards__photo {
  width: 11.2rem;
  height: 11.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.7rem;
  float: left;
}

.wards__photo_img {
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.wards__name {
  margin: 2.4rem auto 2.4rem 13.2rem;
  font-size: 2.4rem;
  color: #242424;
  font-weight: 700;
}

.wards__text {
  margin-left: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #242424;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.wards__arrow {
  display: inline-block;
  padding-left: 0.4rem;
  height: 0.8rem;
}

.wards__btn {
  height: 4.4rem;
  margin: 3.4rem 0rem;
  padding: 0rem 2rem;
  border-radius: 0.4em;
  border: none;
  background: #DBA072;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-transition: border-color .2s linear, background-color .2s linear, color .2s linear, -webkit-box-shadow 0.2s linear;
  transition: border-color .2s linear, background-color .2s linear, color .2s linear, -webkit-box-shadow 0.2s linear;
  transition: border-color .2s linear, background-color .2s linear, color .2s linear, box-shadow 0.2s linear;
  transition: border-color .2s linear, background-color .2s linear, color .2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.wards__btn:focus {
  outline: none;
}

.wards__btn:hover {
  background-color: #f8a25a;
  color: #2B2A2C;
  -webkit-box-shadow: 2px 2px 10px fade(#000, 24%);
          box-shadow: 2px 2px 10px fade(#000, 24%);
  border: 1px solid #2B2A2C;
}

@media (max-width: 539px) {
  .wards__btn {
    width: 100%;
  }
}

.wards__story {
  margin: 4rem 4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #242424;
  font-weight: 400;
  line-height: 2.8rem;
}

.wards__story p:first-child {
  padding-bottom: 2.8rem;
}
/*# sourceMappingURL=style.css.map */