@charset "UTF-8";
@import url(swiper.min.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

article, aside, figcaption, figure, footer, header, nav, section {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Myriad Pro Regular", Arial,sans-serif; }

.cl {
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  width: 100%; }

.dflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row; }

.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.flex-justify-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.w1 {
  width: 100%; }

.w2 {
  width: 50%; }

.w3 {
  width: 33%; }

.w4 {
  width: 25%; }

.w5 {
  width: 20%; }

@font-face {
  font-family: Myriad Pro Regular;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-REGULAR.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Condensed;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-COND.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Semibold Italic;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-SEMIBOLDIT.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Semibold;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-SEMIBOLD.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Condensed Italic;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-CONDIT.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Bold Italic;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-BOLDIT.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Bold Condensed Italic;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-BOLDCONDIT.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Bold Condensed;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-BOLDCOND.woff) format("woff"); }
@font-face {
  font-family: Myriad Pro Bold;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-BOLD.woff) format("woff"); }
@font-face {
  font-family: FontAwesome;
  src: local("Myriad Pro Regular"), url(../fonts/fontawesome-webfont.woff) format("woff"); }
@font-face {
  font-family: "symbols";
  src: url("../fonts/symbols.eot");
  src: url("../fonts/symbols.eot?#iefix") format("eot"), url("../fonts/symbols.woff") format("woff"), url("../fonts/symbols.ttf") format("truetype"), url("../fonts/symbols.svg#symbols") format("svg");
  font-weight: normal;
  font-style: normal; }
.symbol:before {
  display: inline-block;
  font-family: "symbols";
  width: 1em;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  speak: none; }

.s-chevron-down:before {
  content: ""; }

.s-chevron-left:before {
  content: ""; }

.s-chevron-right:before {
  content: ""; }

.s-chevron-up:before {
  content: ""; }

.s-cross:before {
  content: ""; }

.s-facebook:before {
  content: ""; }

.s-instagram:before {
  content: ""; }

.s-location:before {
  content: ""; }

.s-odnoklassniki:before {
  content: ""; }

.s-play:before {
  content: ""; }

.s-twitter:before {
  content: ""; }

.s-youtube:before {
  content: ""; }

#error_page {
  display: block;
  margin: auto;
  max-width: 1025px; }

.breadcrumbs {
  color: #fff;
  margin: 20px auto 375px;
  position: relative;
  max-width: 1024px;
  height: 21px; }
  .breadcrumbs .main {
    margin-left: -15px; }
    .breadcrumbs .main:before {
      background: url("../images/home.png");
      content: '';
      display: inline-block;
      height: 16px;
      left: -25px;
      width: 16px;
      position: absolute; }
  .breadcrumbs li {
    list-style: none;
    display: inline-block; }
    .breadcrumbs li a {
      color: #fff;
      margin-right: 12px;
      text-decoration: none;
      border-bottom: transparent solid 1px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .breadcrumbs li a:after {
        content: '';
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        margin: 4px 6px 0;
        top: -2px;
        right: -17px; }
      .breadcrumbs li a:hover {
        border-bottom-color: #fff; }
    .breadcrumbs li:last-child a:after {
      display: none; }

.trailer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: none;
  display: block;
  height: 100vh;
  margin-bottom: 0;
  max-width: 100%;
  min-height: 558px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%; }
  .trailer #video {
    position: absolute; }
  .trailer .trailer__center {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 0;
    right: 0;
    text-align: center;
    top: -20px;
    width: 100%;
    z-index: 1; }
    .trailer .trailer__center .image_top {
      margin: 0 auto 0;
      max-width: 740px;
      padding: 0 3px 0 0;
      width: 80%; }
      .trailer .trailer__center .image_top img {
        max-width: 100%; }
    .trailer .trailer__center .play {
      cursor: pointer;
      display: block;
      margin: 20px auto;
      max-width: 113px;
      width: 20%; }
    .trailer .trailer__center .play:hover {
      opacity: 0.7; }
    .trailer .trailer__center .image_bottom {
      margin: 0 auto 0;
      max-width: 740px;
      padding: 0 3px 0 0;
      width: 60%; }
      .trailer .trailer__center .image_bottom img {
        max-width: 100%; }
    .trailer .trailer__center .more {
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 17px;
      text-decoration: none;
      text-shadow: 1px 1px 1px #000;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none;
      border-bottom: #fff solid 1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .trailer .trailer__center .more:hover {
        border-bottom-color: transparent; }
      .trailer .trailer__center .more:after {
        content: '\E001';
        font-family: symbols;
        position: absolute; }
  .trailer .scroll-down {
    -webkit-animation: scrolldown 2s ease-in-out infinite;
    animation: scrolldown 2s ease-in-out infinite;
    background: url("../images/scroll.png") center 25px no-repeat;
    background-size: 30%;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    left: 0;
    margin: auto;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 150px; }

@keyframes scrolldown {
  50% {
    background-position: center 35px; } }
@-webkit-keyframes scrolldown {
  50% {
    background-position: center 35px; } }
/** ХАК ДЛЯ САФАРИ **/
.iPhone .scroll-down {
  bottom: 75px; }

.wistiaEmbed-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .wistiaEmbed-wrapper .wistiaEmbed-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .wistiaEmbed-wrapper .wistia_embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.youtubeEmbed-wrapper {
  height: 100vh;
  left: 0;
  min-height: 100vh;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 350ms cubic-bezier(0.63, 0.64, 0.3, 1);
  transition: all 350ms cubic-bezier(0.63, 0.64, 0.3, 1);
  visibility: hidden;
  width: 100%;
  z-index: 10001 !important; }
  .youtubeEmbed-wrapper .player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .youtubeEmbed-wrapper .close-btn {
    background: none;
    border: none;
    bottom: 50px;
    color: #387cbf;
    cursor: pointer;
    display: block;
    font-family: 'symbols';
    font-size: 34px;
    height: 42px;
    right: 15px;
    position: absolute;
    top: 35px;
    -webkit-transition: color 350ms cubic-bezier(0.63, 0.64, 0.3, 1);
    transition: color 350ms cubic-bezier(0.63, 0.64, 0.3, 1);
    width: 42px; }
  .youtubeEmbed-wrapper .close-btn:hover {
    opacity: 0.7; }
  .youtubeEmbed-wrapper .close-btn:before {
    content: '\E005'; }

.youtubeEmbed-wrapper.show {
  opacity: 1;
  -webkit-transition: all 350ms cubic-bezier(0.63, 0.64, 0.3, 1);
  transition: all 350ms cubic-bezier(0.63, 0.64, 0.3, 1);
  visibility: visible; }

section.swiper .content {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  section.swiper .content .swiper-slide {
    display: inline-block;
    font-family: 'Myriad Pro Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding-right: 30px;
    width: auto;
    max-width: 241px; }
    section.swiper .content .swiper-slide a.pic {
      display: inline-block;
      font-size: 15px;
      line-height: 1px;
      margin-bottom: 10px;
      position: relative; }
      section.swiper .content .swiper-slide a.pic:before {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.swiper .content .swiper-slide a.pic .duration {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 10px;
        color: #fff;
        font-size: 16px;
        height: 20px;
        padding: 11px 5px 0px;
        position: absolute;
        right: 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      section.swiper .content .swiper-slide a.pic img {
        max-width: 100%; }
    section.swiper .content .swiper-slide .name {
      color: #101010; }
    section.swiper .content .swiper-slide .name a, section.swiper .content .swiper-slide .category a {
      color: #39f;
      text-decoration: none; }
    section.swiper .content .swiper-slide .category a {
      color: #1f2326; }
    section.swiper .content .swiper-slide.circle a.pic:before, section.swiper .content .swiper-slide.circle a.pic img {
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      -ms-border-radius: 50% !important;
      border-radius: 50% !important; }
    section.swiper .content .swiper-slide.left {
      text-align: left; }
    section.swiper .content .swiper-slide.center {
      text-align: center; }
    section.swiper .content .swiper-slide.right {
      text-align: right; }
    section.swiper .content .swiper-slide:hover a.pic:before {
      box-shadow: inset 0 0 0 5px #ffb30c;
      content: '';
      height: 100%;
      height: calc(100% + 1px);
      height: -webkit-calc(100% + 1px);
      height: -moz-calc(100% + 1px);
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    section.swiper .content .swiper-slide:hover .name a, section.swiper .content .swiper-slide:hover .category a {
      color: #297acc; }
    section.swiper .content .swiper-slide:hover .category a {
      color: #565656; }
    section.swiper .content .swiper-slide .week-day {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
    section.swiper .content .swiper-slide .date {
      margin: 5px 0 10px; }
    section.swiper .content .swiper-slide .button {
      background: #ffb30c;
      bottom: 12px;
      color: #6d3600;
      display: inline-block;
      font-size: 13px;
      font-weight: 900;
      height: 23px;
      padding: 12px 15px 8px;
      position: absolute;
      right: 29px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
  section.swiper .content .swiper-button-disabled {
    opacity: 0; }
  section.swiper .content .swiper-button-prev, section.swiper .content .swiper-button-next {
    background: none;
    bottom: 0;
    color: #a5a7a8;
    font: normal normal normal 60px/1 FontAwesome;
    height: 100%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px; }
    section.swiper .content .swiper-button-prev span, section.swiper .content .swiper-button-next span {
      display: none; }
  section.swiper .content .swiper-button-prev {
    left: -20px; }
  section.swiper .content .swiper-button-next {
    -webkit-box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.3);
    right: -40px; }

section.swiper.object .content .swiper-slide {
  margin-bottom: 10px;
  margin-right: 5%;
  margin-top: 10px;
  padding-right: 0;
  width: 40%; }
  section.swiper.object .content .swiper-slide a.pic img {
    max-width: 100%; }

@media only screen and (min-width: 40.0625em) {
  section.swiper.object .content .swiper-slide {
    margin-right: 3%;
    width: 27%; } }
.mult-description .title, .character .title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px; }
.mult-description .dflex, .character .dflex {
  padding-top: 20px; }
  .mult-description .dflex .img, .character .dflex .img {
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative; }
    .mult-description .dflex .img .trailer__center, .character .dflex .img .trailer__center {
      cursor: pointer;
      height: 100px !important;
      left: 0;
      margin: 0 auto;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 28%;
      width: 100px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .mult-description .dflex .img .trailer__center:hover, .character .dflex .img .trailer__center:hover {
        opacity: 0.7 !important; }
      .mult-description .dflex .img .trailer__center img, .character .dflex .img .trailer__center img {
        height: 100px !important;
        width: 100px !important; }
    .mult-description .dflex .img .age, .character .dflex .img .age {
      background-color: #000;
      border-radius: 2px;
      color: #f6f6f7;
      font-size: 14px;
      left: 10px;
      opacity: 0.5;
      padding: 5px 8px;
      position: absolute;
      top: 10px;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; }
    .mult-description .dflex .img img, .character .dflex .img img {
      max-width: 100%; }
  .mult-description .dflex .descr, .character .dflex .descr {
    color: #1f2326;
    font-size: 17px;
    text-align: left;
    width: 100%; }
    .mult-description .dflex .descr p, .character .dflex .descr p {
      margin-bottom: 20px;
      margin-top: 0; }
.mult-description .button_schedule, .character .button_schedule {
  border: 1px solid #39f !important;
  color: #39f !important;
  display: inline-block;
  font-size: 15px;
  margin: 5px 0 8px;
  padding: 4px 8px 3px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mult-description .button_schedule:hover, .character .button_schedule:hover {
    background: #39f !important;
    color: #fff !important; }
.mult-description .button_addtocalendar, .character .button_addtocalendar {
  background: #3e7aea !important;
  border: 1px solid #3e7aea !important;
  color: #fff !important;
  display: block;
  font-size: 15px;
  margin: 5px auto 8px;
  padding: 4px 8px 3px;
  text-align: center;
  text-decoration: none;
  width: 165px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mult-description .button_addtocalendar:hover, .character .button_addtocalendar:hover {
    background: #fff !important;
    color: #3e7aea !important; }
.mult-description .schedule, .character .schedule {
  padding-bottom: 15px;
  padding-top: 5px; }
  .mult-description .schedule .item, .character .schedule .item {
    padding-right: 5px; }
    .mult-description .schedule .item .date, .character .schedule .item .date {
      border: 1px solid #39f !important;
      color: #39f !important;
      font-size: 15px;
      margin-bottom: 5px;
      padding: 4px 8px 2px;
      text-decoration: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .mult-description .schedule .item .time, .character .schedule .item .time {
      color: #1f2326;
      display: block;
      font-size: 16px;
      font-weight: 700;
      padding: 4px 8px 2px; }

.character .dflex .img {
  text-align: center; }

.mult-gallery {
  padding-bottom: 40px;
  position: relative; }
  .mult-gallery .content .swiper-slide {
    max-width: 100% !important;
    text-align: center;
    width: 100% !important;
    padding-right: 0px !important; }
    .mult-gallery .content .swiper-slide img {
      max-width: 100% !important; }
  .mult-gallery .content .swiper-button-next {
    right: -20px !important; }
  .mult-gallery .content .swiper-pagination-fraction {
    bottom: -30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.8) 0 0 18px; }

@media screen and (min-width: 1024px) {
  .mult-description .dflex {
    padding-top: 20px; }
    .mult-description .dflex .img {
      height: 247px;
      margin-bottom: 20px;
      margin-right: 20px;
      width: 440px; }
    .mult-description .dflex .descr {
      width: calc(100% - 460px); } }
.featured {
  background: none;
  border: none;
  line-height: 1px;
  padding: 0;
  position: relative; }
  .featured img {
    max-width: 100%;
    width: 100%; }
  .featured button {
    background-color: #ffb30c;
    border: none;
    bottom: 64px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4), inset 0 2px 0 0 #ffd912;
    color: #612b00;
    padding: 8px 25px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .featured button:hover {
      background-color: #ffa800;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
      cursor: pointer; }
    .featured button.right {
      right: 50px; }
    .featured button.left {
      left: 50px; }
    .featured button.center {
      left: 0;
      right: 0;
      margin: auto; }

.ls-modal {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100vh;
  left: 0;
  min-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .ls-modal .ls-modal-close {
    display: none; }
  .ls-modal .ls-modal-body {
    display: block;
    height: 100vh;
    position: absolute;
    margin: 0;
    max-width: 100%;
    width: 100%; }
    .ls-modal .ls-modal-body iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .ls-modal .ls-modal-body:before {
      content: '';
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQzMjBDRjRFRjU3MTFFNThGQjRFQkI4QzEzMkUxNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQzMjBDRjVFRjU3MTFFNThGQjRFQkI4QzEzMkUxNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDMyMENGMkVGNTcxMUU1OEZCNEVCQjhDMTMyRTE3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDMyMENGM0VGNTcxMUU1OEZCNEVCQjhDMTMyRTE3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqDRlAUAAACASURBVHjazJVRDoAwCEPL/Q89jUYzlbGiNJHfwetgDKytBsBQb812NqoFNt4BrxQ4OT28QuASf4d/EXjEefA3Aq7/CJ4RGPpFcEYgPJ/BI8A0MwbugaiSsfAeSD92Bp7uol/cXFZzWbfI+lz2Q2WzRTYVZfNctolkO1S2/RcBBgBSOnHRjbY67AAAAABJRU5ErkJggg==) no-repeat;
      border: none;
      cursor: pointer;
      display: block;
      height: 23px;
      margin: auto;
      outline: none;
      position: absolute;
      right: 30px;
      top: 30px;
      width: 23px;
      z-index: 1; }
      .ls-modal .ls-modal-body:before:hover {
        opacity: 0.5; }
  .ls-modal .ls-modal-footer {
    display: none; }

/**
 * хак для сафари
 */
.iPhone.iPhone .ls-modal, .iPhone.iPhone #player {
  height: 100vh; }

.adfox {
  background: #dee5eb;
  height: auto;
  margin: 0 auto -1px;
  padding: 25px 15px;
  position: relative;
  width: 100%;
  max-width: 1025px;
  z-index: 1; }
  .adfox .left, .adfox .center, .adfox .right {
    margin-top: 30px; }
  .adfox .left {
    height: 250px;
    width: 240px; }
  .adfox .center {
    height: 250px;
    width: 240px; }
  .adfox .right {
    height: 250px;
    width: 300px; }
    .adfox .right:after {
      bottom: 32px !important;
      color: #808080;
      content: 'РЕКЛАМА';
      display: inline-block;
      font-size: 10px;
      font-weight: bold;
      height: 10px;
      position: absolute;
      right: -10px;
      bottom: 10px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

@media screen and (min-width: 622px) and (max-width: 858px) {
  .adfox .center {
    display: none; } }
@media screen and (min-width: 320px) and (max-width: 621px) {
  .adfox .left, .adfox .center {
    display: none; } }
.footer .foo-socials a.facebook:before,
.footer .foo-socials a.twitter:before,
.footer .foo-socials a.odnoklassniki:before,
.footer .foo-socials a.youtube:before,
.footer .foo-socials a.instagram:before {
  font-family: "symbols";
  width: 1em;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  speak: none; }

.footer {
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 67px 0 30px 0;
  margin-top: 1px; }
  .footer .dsn-logo {
    fill: #1f2327;
    margin: 0 0 31px; }
  .footer .foo-nav {
    font-size: 14px;
    font-weight: 300; }
    .footer .foo-nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer .foo-nav ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 12px; }
    .footer .foo-nav a {
      text-decoration: none;
      color: #1f2327;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .footer .foo-nav a:hover {
      color: #39f;
      text-decoration: none; }
  .footer .copy {
    max-width: 700px;
    margin: 0 auto; }
    .footer .copy a {
      color: rgba(31, 35, 39, 0.4);
      text-decoration: none; }
  .footer .copy p {
    font-size: 14px;
    margin: 0;
    color: rgba(31, 35, 39, 0.4);
    margin: 10px 0; }
  .footer .foo-socials {
    font-size: 26px;
    margin: 20px 0; }
    .footer .foo-socials a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      color: #8f9192;
      text-decoration: none;
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .footer .foo-socials a:hover {
        color: #39f; }
    .footer .foo-socials a.facebook:before {
      content: '\E006'; }
    .footer .foo-socials a.twitter:before {
      content: '\E00B'; }
    .footer .foo-socials a.odnoklassniki:before {
      content: '\E009'; }
    .footer .foo-socials a.youtube:before {
      content: '\E00C'; }
    .footer .foo-socials a.instagram:before {
      content: '\E007'; }

@media screen and (max-width: 480px) {
  .footer .foo-nav ul li {
    margin: 0 6px 12px; } }
section {
  border: #dadada solid 1px;
  margin: 0 auto -1px;
  max-width: 1024px;
  min-width: 320px;
  padding: 20px;
  width: 100%;
  overflow: hidden; }
  section .header {
    color: #1f2326;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-decoration: none; }
    section .header span {
      font-size: 18px; }
  section:nth-child(2n) {
    background: #fff; }
  section:nth-child(2n+1) {
    background: #f4f5f6; }

.mhc {
  position: relative;
  z-index: 2; }

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