/***
menu reset
 */
header .menu {
  margin: 47px 0 0 -10px;
  position: relative;
  z-index: 11;
  max-width: none;
}
header .menu ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border: none;
}
.main header .menu ul {
  /*border-bottom: 4px solid #ECECEC;*/
}
header .menu ul li {
  float: none;
  margin: 0 10px;
  padding-bottom: 14px;
}
header .menu ul li a {
  color: #a3a3a3;
}
header .menu ul li.active {
  /*border-bottom: 4px solid #B58D55;*/
}
header .menu ul li.active a {
  color: #000 !important;
}
/***
menu reset END
 */
.hzb {
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hzb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  transform: translateX(199px);
  background: #e3e3e3;
  z-index: 0;
}
.hzb__head {
  padding: 50px 0 30px;
  font-size: 75px;
  color: #000000;
  letter-spacing: 0;
  line-height: 62px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  z-index: 5;
}
.hzb__content {
  position: relative;
  z-index: 5;
}
.hzb-section__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.hzb-section__item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.hzb-section__item:hover {
  background: #ececec;
  text-decoration: underline;
}
.hzb-section__item span {
  height: 60px;
  line-height: 62px;
  text-transform: uppercase;
  color: #141414;
  font-size: 14px;
  box-sizing: border-box;
  padding: 16px 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.hzb-section__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #b58c56;
  transition: all 0.3s;
  z-index: 0;
}
.hzb-section__item.active:after {
  width: 100%;
}
.hzb-month .container {
  position: relative;
}
.hzb-month .owl-stage-outer:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #d2b04c;
}
.hzb-month__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hzb-month__item:hover {
  text-decoration: underline;
}
.hzb-month__item:before {
  content: "";
  display: block;
  height: 24px;
  width: 2px;
  background-image: linear-gradient(225deg, #e3c870 0%, #c19133 21%, #ba8e35 28%, #dcbf5f 54%, #d5b450 75%, #b38215 100%);
}
.hzb-month__item span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 5px;
}
.hzb-month__item.active span {
  font-weight: 900;
}
.hzb-month__item.disabled {
  opacity: 0.3;
  cursor: default;
}
.hzb-month__item.disabled:hover {
  text-decoration: none;
}
.hzb-month__nav {
  position: absolute;
  top: -74px;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hzb-month__nav .next,
.hzb-month__nav .prev {
  width: 22px;
  height: 14px;
  z-index: 3;
  background-image: url(../img/icons/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.hzb-month__nav .next:hover,
.hzb-month__nav .prev:hover {
  background-image: url(../img/icons/arrow-gold.svg);
}
.hzb-month__nav .prev {
  transform: rotate(-180deg);
}
.hzb-month__nav .dots {
  margin: 0 27px;
  line-height: 1;
  font-size: 0;
  height: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.hzb-month__nav .dots .owl-dot {
  width: 3px;
  height: 3px;
  line-height: 1;
  background: #000;
  border-radius: 10px;
  transition: 0.3s width, 0.3s height, 0.3s margin, 0.3s background;
  margin: 4px 5px;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  border: none;
}
.hzb-month__nav .dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #B48C54;
  margin: 0 5px;
}
.hzb-year-curve {
  overflow: hidden;
}
.hzb-year-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 200px;
}
.hzb-year-list .hzb-year__carousel {
  transition: margin 0.5s;
}
.hzb-year-list .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.hzb-year-list .owl-stage:before {
  content: "";
  width: 1920px;
  height: 242px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/hzb-year-curve.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto 242px;
}
.hzb-year-list .owl-item:nth-child(2) {
  margin-top: -17.5px;
}
.hzb-year-list .owl-item:nth-child(3) {
  margin-top: -70px;
}
.hzb-year-list .owl-item:nth-child(4) {
  margin-top: -87.5px;
}
.hzb-year-list .owl-item:nth-child(5) {
  margin-top: -147px;
}
.hzb-year__item {
  width: 200px;
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  margin-top: 200px;
}
.hzb-year__item.disabled {
  color: #c0c0c0;
  cursor: default;
}
.hzb-year__item.disabled .hzb-year__about,
.hzb-year__item.disabled .hzb-year__link {
  display: none;
}
.hzb-year__item .hzb-year__name {
  font-size: 18px;
  padding: 12px 25px;
  border: 2px #8a8a8a solid;
  display: inline-block;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
}
.hzb-year__item .hzb-year__name:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #B28B51;
  transition: all 0.3s;
}
.hzb-year__item .hzb-year__name b {
  font-size: 24px;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
.hzb-year__item .hzb-year__name span {
  position: relative;
  z-index: 10;
}
.hzb-year__item .hzb-year__about {
  line-height: 1.4;
  display: block;
  white-space: normal;
  border-bottom: 1px solid transparent;
}
.hzb-year__item .hzb-year__link {
  background: transparent url(../img/icons/arrow.svg) no-repeat left center;
  padding-left: 34px;
  font-size: 13px;
  font-weight: 800;
  color: inherit;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.hzb-year__item .hzb-year__link span {
  transition: 0.3s border-color;
  border-bottom: 1px solid transparent;
}
.hzb-year__item:not(.disabled):hover .hzb-year__name {
  border: 2px #B28B51 solid;
}
.hzb-year__item:not(.disabled):hover .hzb-year__name:before {
  width: 100%;
}
.hzb-year__item:not(.disabled):hover .hzb-year__link span {
  border-bottom: 1px solid #000000;
}
.map-holder {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.map-holder .hzb-map__geo {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 660px;
  margin-bottom: -40px;
}
.map-holder .hzb-map__aside {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  width: 360px;
  display: flex;
  flex-direction: column;
}
.hzb-map-year {
  height: 43px;
  background: #FFFFFF;
  margin-bottom: 42px;
}
.hzb-map-year__item {
  width: 90px;
  display: block;
  text-align: center;
  position: relative;
  color: #0b0b0b;
  transition: all 0.3s;
}
.hzb-map-year__item.disabled {
  cursor: default;
  color: #c0c0c0;
}
.hzb-map-year__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #b78e56;
  z-index: 0;
}
.hzb-map-year__item.active:before {
  width: auto;
  right: 0;
}
.hzb-map-year__item span,
.hzb-map-year__item b {
  position: relative;
  z-index: 5;
}
.hzb-map-year__item b {
  font-size: 20px;
  font-weight: 900;
  line-height: 43px;
}
.hzb-map-year__item:not(.disabled):hover {
  background: #ececec;
}
.hzb-map-year__item:not(.disabled):hover span {
  text-decoration: underline;
}
.hzb-map-event {
  flex-shrink: 1;
  flex-grow: 1;
  background: #FFFFFF;
  overflow: auto;
  overflow-y: scroll;
}
.hzb-map-event__item {
  display: block;
  color: #0b0b0b;
  text-decoration: none;
  padding: 20px 12px;
  position: relative;
}
.hzb-map-event__item.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #b78e56;
  z-index: 0;
}
.hzb-map-event__item:hover {
  background: #ececec;
}
.hzb-map-event__item:hover .hzb-map-event__about {
  border-bottom-color: #000;
}
.hzb-map-event__name {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
.hzb-map-event__about {
  display: inline;
  font-size: 14px;
  border-bottom: 1px transparent solid;
  transition: border-bottom-color 0.3s;
}
.map-article {
  display: block;
  position: relative;
}
.article-container {
  width: 63%;
  padding: 130px 70px 70px 0;
  background: #FFFFFF;
  min-height: 650px;
}
.article-container .article__title {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 70px;
}
.article-container .article__body {
  line-height: 1.5;
  font-size: 16px;
  max-width: 500px;
}
.article-container .article__body a {
  background: #b38a52;
  color: #ffffff;
  text-decoration: underline;
  padding: 2px;
}
.article-container .article__body a:hover {
  text-decoration: none;
}
.article-container .article__body p {
  padding-bottom: 24px;
}
.article-container .article__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article-container .article__footer .btn {
  position: relative;
  margin-bottom: 10px;
}
.article-container .article__footer .btn span {
  height: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #141414;
  font-size: 14px;
  box-sizing: border-box;
  padding: 16px 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.article-container .article__footer .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #b58c56;
  transition: all 0.3s;
  z-index: 0;
}
.article-container .article__footer .btn:hover:after {
  width: 100%;
  right: 0;
}
.gallery-container {
  position: absolute;
  left: 67%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #e3e3e3;
  overflow: hidden;
}
.gallery-container .gallery-slider {
  position: absolute;
  left: 0;
  width: calc(50vw - 193.8px);
  max-width: 768px;
  background-image: -o-linear-gradient(225deg, #E3C870 0%, #C19133 21%, #BA8E35 28%, #DCBF5F 54%, #D5B450 75%, #B38215 100%);
  background-image: linear-gradient(225deg, #E3C870 0%, #C19133 21%, #BA8E35 28%, #DCBF5F 54%, #D5B450 75%, #B38215 100%);
}
.gallery-container .gallery-slider.sticky {
  position: fixed;
  top: 0;
  left: auto;
}
.gallery-container .gallery-slider.sticky_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.gallery-container .gallery-slider__nav {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.gallery-container .gallery-slider__nav .next,
.gallery-container .gallery-slider__nav .prev {
  width: 22px;
  height: 14px;
  z-index: 3;
  background-image: url(../img/icons/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.gallery-container .gallery-slider__nav .prev {
  transform: rotate(-180deg);
}
.gallery-container .gallery-slider__nav .dots {
  margin: 0 27px;
  line-height: 1;
  font-size: 0;
  height: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.gallery-container .gallery-slider__nav .dots .owl-dot {
  width: 3px;
  height: 3px;
  line-height: 1;
  background: #000;
  border-radius: 10px;
  transition: 0.3s width, 0.3s height, 0.3s margin, 0.3s background;
  margin: 4px 5px;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  border: none;
}
.gallery-container .gallery-slider__nav .dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #000;
  margin: 0 5px;
}
.gallery-container .gallery-slider__item {
  width: 100%;
}
.gallery-container .gallery-slider__link {
  display: block;
  width: 100%;
  position: relative;
}
.gallery-container .gallery-slider__link:hover span {
  opacity: 0;
}
.gallery-container .gallery-slider__link span {
  opacity: 1;
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: normal;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.gallery-container .gallery-slider__link img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .hzb-year-list .owl-item:nth-child(2) {
    margin-top: -35px;
  }
  .hzb-year-list .owl-item:nth-child(3) {
    margin-top: -70px;
  }
  .hzb-year-list .owl-item:nth-child(4) {
    margin-top: -87.5px;
  }
  .hzb-year-list .owl-item:nth-child(5) {
    margin-top: -133px;
  }
}
@media only screen and (max-width: 1200px) {
  .map-holder .hzb-map__aside {
    width: 258px;
  }
  .hzb-map-year__item {
    width: 86px;
  }
}
@media (max-width: 992px) {
  .hzb:after {
    transform: translateX(165px);
  }
  .gallery-container .gallery-slider {
    width: calc(50vw - 122.4px);
  }
  .map-holder .hzb-map__aside {
    width: 210px;
    top: 5px;
    left: 5px;
    bottom: 5px;
  }
  .hzb-map-year__item {
    width: 70px;
  }
  .hzb-map-year {
    margin-bottom: 20px;
  }
  .article-container .article__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .article-container {
    padding: 70px 40px 40px 0;
    background: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .hzb:after {
    display: none;
  }
  .hzb__head {
    padding: 30px 0 30px;
    font-size: 45px;
    line-height: 1;
  }
  .hzb-month {
    margin-top: 30px;
  }
  .hzb-month__nav {
    top: -35px;
    left: 0;
    justify-content: center;
  }
  .hzb-section__nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .hzb-section__item {
    margin-bottom: 5px;
  }
  .hzb-section__item span {
    height: 50px;
    line-height: 52px;
    padding: 10px 38px;
  }
  .article-container {
    width: 100%;
    padding: 50px 0;
  }
  .gallery-container {
    position: relative;
    left: 0;
    width: 100%;
  }
  .map-holder .hzb-map__aside {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .hzb-map-event__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hzb-map-event__item {
    width: 50%;
    flex-basis: 50%;
    padding: 10px;
  }
  .map-holder .hzb-map__geo {
    height: 500px !important;
  }
  .hzb-map-year__item {
    width: 100%;
  }
  .gallery-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .gallery-container .gallery-slider {
    position: static !important;
    width: 100%;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .article-container .article__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .hzb-map-event__item {
    width: 100%;
    flex-basis: 100%;
  }
}
/*# sourceMappingURL=hzb.css.map */