body {
  background-image: url(/171114christmas/images/bg.jpg);
  background-position: center top;
  background-color: #000;
}

a {
  color: #5D9EEF;
}
a:link {
  color: #5D9EEF;
}
a:visited {
  color: #5D9EEF;
}
a:active {
  color: #5D9EEF;
}

.off a, .off a:link, .off a:visited, .off a:hover, .off a:active {
  opacity: 0.5;
  color: #ccc;
}
.off a.btn, .off a:link.btn, .off a:visited.btn, .off a:hover.btn, .off a:active.btn {
  opacity: 0.5;
  background-color: #333;
}

.header h1 {
  max-width: 1000px;
  margin: 0 auto;
  background-color: transparent;
}
.header h1 img {
  width: 100%;
  vertical-align: top;
}
.header__logo {
  background-color: #000;
}

.header__lead {
  color: #FEFF7A;
  max-width: 560px;
  padding-top: 40px;
}
.header__lead > div {
  text-align: center;
}
.header__lead > div > div {
  display: inline-block;
  text-align: left;
}

.accordion {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  margin: 2em auto;
  padding: 8px;
  color: #fff;
  text-align: left;
}
.accordion.open .button i {
  transform: rotateZ(90deg);
}
.accordion .button {
  cursor: pointer;
  transition: all .5s;
}
.accordion .button:hover {
  opacity: 0.5;
}
.accordion .button i {
  display: inline-block;
  font-size: 150%;
  vertical-align: middle;
  transition: all 0.5s;
}
.accordion .content {
  overflow: hidden;
  height: 0;
  transition: all .5s;
}
.accordion .content .inner {
  font-weight: normal;
  padding: 22px 32px;
}
.ua-mobile .accordion .content .inner {
  padding: 12px 12px;
}

.timeschedule {
  width: 100%;
  max-width: 560px;
  background-color: rgba(60, 67, 51, 0.5);
  padding: 40px;
  border-radius: 8px;
  font-weight: normal;
}
.timeschedule b {
  display: block;
}
.ua-mobile .timeschedule {
  padding: 20px;
}

.post-header__title {
  min-height: 84px;
  margin-right: 60px;
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #E4E56E;
}
.post-header__title a {
  display: block;
}
.post-header__title a, .post-header__title a:link, .post-header__title a:visited, .post-header__title a:hover, .post-header__title a:active {
  color: #000;
}
.post-header__title a:hover {
  opacity: 0.5;
}
.post-header__title:before {
  background-image: url(/171114christmas/images/balloon.svg);
}
.ua-mobile .post-header {
  padding-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 0;
  border-radius: 8px 8px 0 0;
  border-bottom: 0 none transparent;
}

.ua-mobile .slide {
  border-radius: 0;
  border-top: 0 none transparent;
}

.ua-mobile .post {
  width: 93.75%;
}

.navi {
  max-width: 1000px;
  margin: auto;
  border-top: 0 none;
  border-bottom: 0 none;
}
.navi li.off a {
  opacity: 0.5;
}
.navi li.off a.btn, .navi li.off a.btn:link, .navi li.off a.btn:hover {
  background-color: #333;
}
.navi__date li > span {
  color: #fff;
}

.navi__prev-next li > a.btn {
  color: #fff;
}

.footer {
  background-color: #000;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}
.footer .copyright {
  background-color: #000;
  color: #fff;
}
.footer-share h3 {
  color: #fff;
}

.footer-contact__mail a, .footer-contact__mail a:hover {
  color: #fff;
}

.footer-contact__home a, .footer-contact__home a:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
