* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  text-decoration: none !important; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: 'Acrom', sans-serif; }

.justify-wrap {
  text-align: justify;
  font-size: 0;
  text-justify: newspaper; }

.justify-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important; }

[placeholder]:focus:-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus::-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.container {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 320px;
  width: auto; }

.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100%; }

.section__center .container {
  padding-top: 20px; }

.art__item {
  margin-bottom: 30px; }

.art__item-bl {
  position: relative;
  display: block; }
  .art__item-bl img {
    width: 100%;
    display: block;
height: auto;    }

.art__item-wide .art__item-bl {
  -webkit-box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.05);
  color: #fff !important; }
  .art__item-wide .art__item-bl:before {
    content: '';
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
  .art__item-wide .art__item-bl:hover:before {
    opacity: 0.2; }
  .art__item-wide .art__item-bl:hover .art__item-ct {
    opacity: 0; }
.art__item-wide .art__item-ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px 35px;
  z-index: 3; }
.art__item-wide .art__item-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 75%; }

.art__item-date {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 500; }

.art__item-topic .art__item-bl {
  color: #fff !important; }
  .art__item-topic .art__item-bl:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: rgba(31, 31, 31, 0.5); }
  .art__item-topic .art__item-bl:hover:before {
    background: rgba(31, 31, 31, 0.2); }
  .art__item-topic .art__item-bl:hover .art__item-ct, .art__item-topic .art__item-bl:hover .art__item-topic, .art__item-topic .art__item-bl:hover .art__item-date {
    opacity: 0; }
.art__item-topic .art__item-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500; }
.art__item-topic .art__item-ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 25px;
  z-index: 3; }
.art__item-topic .art__item-date {
  position: absolute;
  right: 30px;
  top: 17px;
  z-index: 3; }
.art__item-topic .art__item-topic {
  position: absolute;
  top: 16px;
  left: 30px;
  z-index: 3;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 12px; }

.side__box-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.side__box {
  -webkit-box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 40px 30px 40px;
  background: #fff; }

.art__item-simple .art__item-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px; }
  .art__item-simple .art__item-title a {
    color: #000000 !important; }
    .art__item-simple .art__item-title a:hover {
      color: #888888 !important; }
.art__item-simple .art__item-bl {
  padding-bottom: 5px; }
  .art__item-simple .art__item-bl:after {
    height: 1px;
    left: 0;
    right: -40px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #eeeeee; }
.art__item-simple.art__item-important .art__item-title {
  font-weight: 500; }
.art__item-simple .art__item-date {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 500; }

.side__box .art__item {
  margin-bottom: 20px; }
  .side__box .art__item:last-child {
    margin-bottom: 0 !important; }
    .side__box .art__item:last-child .art__item-bl:after {
      display: none !important; }

.main__bl {
  margin-bottom: 40px; }

.title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px; }
  .title a {color:#000}

.art__item-card .art__item-bl {
  -webkit-box-shadow: 0px 2px 8px 0px #eeeeee;
  -moz-box-shadow: 0px 2px 8px 0px #eeeeee;
  box-shadow: 0px 2px 8px 0px #eeeeee; }
  .art__item-card .art__item-bl:hover {
    -webkit-box-shadow: 0px 8px 32px 0px #eeeeee;
    -moz-box-shadow: 0px 8px 32px 0px #eeeeee;
    box-shadow: 0px 8px 32px 0px #eeeeee; }
.art__item-card .art__item-img a {
  display: block; }
  .art__item-card .art__item-img a img {
    display: block;
    width: 100%;
    height: auto; }
.art__item-card .art__item-topic {
  float: left;
  text-transform: uppercase;
  color: #26ae6a; }
  .art__item-card .art__item-topic a {
    font-size: 12px;
    color: #26ae6a !important;
    font-weight: bold;
    border-bottom: 1px solid #26ae6a; }
    .art__item-card .art__item-topic a:hover {
      border-bottom: 1px solid transparent; }
.art__item-card .art__item-ct {
  padding: 15px 30px 25px; }
.art__item-card .art__item-date {
  float: right;
  color: #aaaaaa;
  font-size: 12px; }
.art__item-card .art__item-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500; }
  .art__item-card .art__item-title a {
    color: #000 !important; }
    .art__item-card .art__item-title a:hover {
      color: #888888 !important; }
.art__item-card .art__item-info {
  margin-bottom: 15px;
  font-size: 0; }

.news__bl .art__item-simple {
  margin-bottom: 20px; }
  .news__bl .art__item-simple .art__item-bl {
    margin-left: 30px; }
    .news__bl .art__item-simple .art__item-bl:after {
      right: 0; }

.art__item-simple:last-child {
  margin-bottom: 0; }
  .art__item-simple:last-child .art__item-bl {
    padding-bottom: 0; }
    .art__item-simple:last-child .art__item-bl:after {
      display: none; }

.art__group {
  margin-bottom: 55px; }

.masonry__item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.masonry__item-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 3;
  text-align: center; }

.masonry__item-title {
  text-align: center;
  width: 100%;
  display: block; }

.masonry__item4x {
  height: 420px; }
  .masonry__item4x .masonry__item-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500; }

.masonry__item3x {
  height: 650px; }
  .masonry__item3x .masonry__item-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500; }

.masonry__item2x {
  height: 420px; }

.masonry__item-bl {
  height: 100%;
  position: relative;
  display: block;
  color: #fff !important; }
  .masonry__item-bl:hover .masonry__item-header {
    opacity: 0;
    visibility: hidden; }
  .masonry__item-bl:hover .masonry__item-img:before {
    opacity: 0; }
  .masonry__item-bl:hover .masonry__item-topic {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg); }

.masonry__item-black .masonry__item-img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 50%;
  background: url("../img/sh-bl-4x.png") no-repeat center;
  background-size: cover;
  content: ''; }

.masonry__item {
  margin-bottom: 30px; }

.masonry__list {
  font-size: 0; }

.masonry__item-green .masonry__item-img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 50%;
  background: url("../img/sh-gr-3x.png") no-repeat center;
  background-size: cover;
  content: ''; }

.masonry__list.video__list {
  min-height: 434px;
}
.video__list .art__item-wide .art__item-bl:before {
  top: 0;
  background: rgba(51, 51, 51, 0.5); }
.video__list .art__item-wide .art__item-bl:hover:before {
  background: rgba(0, 0, 0, 0.75); }
.video__list .art__item-wide .art__item-ct {
  padding: 0 30px 20px; }

.masonry__item1x {
  height: 200px; }
  .masonry__item1x .masonry__item-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500; }
  .masonry__item1x.masonry__item-brown .masonry__item-img:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    background: url("../img/sh-br-1x.png") no-repeat center;
    background-size: cover;
    content: ''; }
  .masonry__item1x.masonry__item-blue .masonry__item-img:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    background: url("../img/sh-bl-1x.png") no-repeat center;
    background-size: cover;
    content: ''; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  width: 7px; }

.toggle__item-text {
  font-size: 14px;
  line-height: 21px; }
  .toggle__item-text > *:last-child {
    margin-bottom: 0 !important; }

#map {
  height: 300px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 7px; }

.post__text p > a {
  color: #26ae6a;
  border-bottom: 1px solid #26ae6a; }
  .post__text p > a:hover {
    border-bottom: 1px solid transparent; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  width: 7px; }

.side__box-list {
  max-height: 700px; }
  .side__box-list .row {
    margin: 0; }
  .side__box-list .art__item {
    padding: 0; }
  .side__box-list .art__item-bl {
    padding-right: 40px; }
  .side__box-list .art__item-simple .art__item-bl:after {
    right: 0; }

.special__bl, .recommend__bl, .popular__bl {
  margin-bottom: 35px; }

.side__box-scroll {
  padding-right: 0; }

.masonry__item-topic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  font-size: 0;
  line-height: 70px;
  padding: 5px 30px;
  display: flex;
  align-items: center;
}
  .masonry__item-topic:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background: -moz-linear-gradient(left, #333333 0%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-linear-gradient(left, #333333 0%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to right, #333333 0%, rgba(51, 51, 51, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00333333',GradientType=1 ); }
.masonry__item-topic > div {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    z-index: 4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
}

.section__affiche {
  background: url("../img/affiche-bg.jpg") no-repeat center;
  background-size: cover; }
  .section__affiche .container {
    padding-top: 60px;
    padding-bottom: 30px; }

.nav__custom-list {
  margin-top: 58px; }

.affiche__bl {
  position: relative;
  padding-left: 195px; }
  .affiche__bl .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #fff; }

.affiche__bl-header {
  position: absolute;
  left: 0;
  top: 0; }
  .affiche__bl-header .title a {color:#fff}

.affiche__item-img {
  margin-bottom: 15px; }
  .affiche__item-img a {
    position: relative;
    display: block; }
    .affiche__item-img a:hover {
      -webkit-box-shadow: 0px 8px 30px 0px #373b47;
      -moz-box-shadow: 0px 8px 30px 0px #373b47;
      box-shadow: 0px 8px 30px 0px #373b47; }
  .affiche__item-img img {
    display: block;
    width: 100%; }

.affiche__item-topic {
  color: #8a8c93;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500; }
  .affiche__item-topic a {
    color: #8a8c93 !important;
    border-bottom: 1px solid #8a8c93; }
    .affiche__item-topic a:hover {
      color: #fff !important;
      border-bottom: 1px solid transparent; }

.affiche__item-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff; }
  .affiche__item-title a {
    color: #fff !important; }
    .affiche__item-title a:hover {
      color: #26ae6a !important; }

.affiche__item {
  padding: 0 15px; }

.section__center .container {
  padding-bottom: 30px; }

.nav__custom {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0); }
  .nav__custom:before {
    content: '';
    left: 50%;
    top: 50%;
    position: absolute;
    opacity: 0.5;
    margin-top: -9px;
    margin-left: -6px; }
  .nav__custom:not(:last-child) {
    margin-bottom: 15px; }
  .nav__custom:hover {
    border: 1px solid rgba(255, 255, 255, 0.5); }
    .nav__custom:hover:before {
      opacity: 1; }

.nav__prev:before {
  background: url("../img/arrow-left.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 18px; }

.nav__next:before {
  background: url("../img/arrow-right.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 18px; }

.affiche__slider-row {
  margin: 0 -15px; }

.footer {
  height: 510px;
  background: #1e2330;
  margin: -510px auto 0; }

.content {
  padding-bottom: 510px; }

.footer__data {
  position: relative;
  padding-left: 30px; }

.footer .container {
  padding-top: 50px; }

.address__data {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px; }
  .address__data:before {
    content: '';
    left: 0;
    background: url("../img/address-icon.png") no-repeat;
    width: 12px;
    background-size: contain;
    height: 15px;
    position: absolute;
    top: 2px; }

.phone__data {
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #fff; }
  .phone__data a {
    color: #fff !important; }
    .phone__data a:hover {
      color: #8f9198 !important; }
  .phone__data:before {
    content: '';
    left: 0;
    background: url("../img/phone-icon.png") no-repeat;
    width: 16px;
    background-size: contain;
    height: 16px;
    position: absolute;
    top: 4px; }

.whatsapp__data {
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #fff; }
  .whatsapp__data a {
    color: #fff !important; }
    .whatsapp__data a:hover {
      color: #8f9198 !important; }
  .whatsapp__data:before {
    content: '';
    left: 0;
    background: url("../img/whatsapp.png") no-repeat;
    width: 16px;
    background-size: contain;
    height: 16px;
    position: absolute;
    top: 4px; }

.email__data {
  font-size: 16px;
  color: #fff; }
  .email__data a {
    color: #fff !important; }
    .email__data a:hover {
      color: #8f9198 !important; }
  .email__data:before {
    content: '';
    left: 0;
    background: url("../img/email-icon.png") no-repeat;
    width: 17px;
    background-size: contain;
    height: 12px;
    position: absolute;
    top: 6px; }

.social__links {
  font-size: 0;
  margin-top: 24px;
  margin-bottom: 32px; }
  .social__links a {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    color: #fff !important; }
    .social__links a:hover {
      color: #8f9198 !important; }
    .social__links a:not(:last-child) {
      margin-right: 20px; }

.counters {
  font-size: 0;
  margin-bottom: 27px; }

.counter__item {
  display: inline-block;
  vertical-align: middle; }
  .counter__item:not(:last-child) {
    margin-right: 10px; }
  .counter__item img {
    display: block; }

.error__find-title {
  color: #85878f;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px; }

.footer__section-title {
  font-size: 18px;
  color: #525560;
  line-height: 18px;
  margin-bottom: 18px; }

.footer__nav {
  font-size: 0; }
  .footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer__nav ul li {
      display: block;
      padding-left: 17px;
      position: relative; }
      .footer__nav ul li:before {
        content: ' ';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #8a8c93;
        position: absolute;
        left: 0;
        top: 8px; }
      .footer__nav ul li:not(:last-child) {
        margin-bottom: 8px; }
      .footer__nav ul li a {
        font-weight: 300;
        color: #fff !important;
        font-size: 14px; }
        .footer__nav ul li a:hover {
          color: #8a8c93 !important; }

.made {
  color: #51555f;
  font-size: 16px;
  margin-top: -2px;
  margin-bottom: 12px; }
  .made a {
    display: inline-block;
    vertical-align: 0px;
    position: relative;
    top: 2px; }
  .made img {
    display: block; }

.commerce {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 15px; }
  .commerce a {
    color: #fff !important;
    border-bottom: 1px solid #fff; }
    .commerce a:hover {
      border-bottom: 1px solid transparent; }

.org__info {
  margin-bottom: 15px;
  font-size: 12px;
  color: #85878f;
  line-height: 16px; }
  .org__info p {
    margin: 0 0 12px 0; }
  .org__info > *:last-child {
    margin-bottom: 0 !important; }

.rights__top-text {
  font-size: 12px;
  line-height: 17px;
  color: #525560; }

.age__limit {
  color: #fff;
  font-size: 36px;
  line-height: 32px; }

.footer__main {
  margin-bottom: 50px; }

.footer__bottom {
  color: #525560;
  font-size: 12px;
  line-height: 16px;
  padding: 25px 0;
  border-top: 1px solid #2e3340; }

.content {
  padding-top: 73px; }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50; }
  .header .container {
    padding-top: 25px;
    padding-bottom: 25px; }
  .header.scroll__mode {
    background: #f5f7f7; }

.logo {
  float: left;
  width: 122px;
  display: block; }
  .logo img {
    width: 100%;
    display: block; }

.wrapper {
  position: relative; }
  .wrapper:before {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 350px;
    background: #f6f6f6;
    /*background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 );*/
    position: absolute; }

.bar {
  position: relative; }

.header {
  font-size: 0;
  z-index: 200; }

.nav__mode .header {
  background: #f5f7f7; }
.nav__mode .over-layer {
  opacity: 1;
  visibility: visible; }
.nav__mode .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px; }
.nav__mode .bar:nth-child(2) {
  opacity: 0; }
.nav__mode .bar:last-child {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px; }
.nav__mode .topic__nav-bl {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
  visibility: hidden; }
.nav__mode .search__toggle {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  visibility: hidden; }
.nav__mode .main__nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.header__right {
  float: right;
  position: relative; }

.topic__nav ul, .main__nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .topic__nav ul li, .main__nav ul li {
    display: inline-block;
    vertical-align: middle; }
    .topic__nav ul li:not(:last-child), .main__nav ul li:not(:last-child) {
      margin-right: 25px; }
    .topic__nav ul li a, .main__nav ul li a {
      font-size: 13px;
      color: #000 !important;
      font-weight: bold; }
      .topic__nav ul li a:hover, .main__nav ul li a:hover {
        color: #26ae6a !important; }
    .topic__nav ul li.active a, .topic__nav ul li.current-menu-item a, .main__nav ul li.active a, .main__nav ul li.current-menu-item a {
      color: #26ae6a !important; }

.main__nav {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}

.topic__nav-bl {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px; }

.search__toggle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }

.nav__bars {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  cursor: pointer;
  position: relative;
  z-index: 10; }
  .nav__bars:before {
    content: '';
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    position: absolute; }

.bar {
  background: #000;
  border-radius: 2px;
  height: 3px; }
  .bar:not(:last-child) {
    margin-bottom: 3px; }
  .bar:nth-child(2) {
    width: 14px; }
  .bar:last-child {
    width: 18px; }

.container {
  max-width: 1170px; }

.footer__info-bl {
  max-width: 237px;
  float: right; }

.footer__main > .row > .col-12:nth-child(3) {
  padding-left: 35px; }

.art__item-play {
  background: url("../img/play-icon.png") no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  background-size: contain;
  left: 30px;
  top: 20px;
  z-index: 5; }

.over-layer {
  position: fixed;
  top: 73px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(38, 174, 106, 0.9);
  z-index: 100;
  opacity: 0;
  visibility: hidden; }

.topic__nav {
  white-space: nowrap; }

.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumbs ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      color: #666666; }
      .breadcrumbs ul li:not(:last-child):after {
        content: '_';
        display: inline-block;
        vertical-align: top;
        color: #666666;
        margin: 0 5px; }
      .breadcrumbs ul li a {
        color: #666666 !important; }
        .breadcrumbs ul li a:hover {
          color: #26ae6a !important; }

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

.card-columns .art__item-simple .art__item-bl {
  margin-left: 30px; }
.card-columns .art__item-simple .art__item-bl:after {
  right: 0; }

.art__item-card .art__item-ct {
  background: #fff; }

.art__item-simple-no-border .art__item-bl {
  padding-bottom: 0 !important; }
  .art__item-simple-no-border .art__item-bl:after {
    display: none !important; }

.art__item-author-ava {
  display: inline-block !important;
  vertical-align: middle;
  width: 37px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px; }
  .art__item-author-ava img {
    display: block;
    width: 100%; }

.art__item-author-header {
  position: absolute;
  z-index: 10;
  padding: 0;
  bottom: 20px;
  width: auto;
  left: 30px; }

.art__item-img {
  position: relative; }

.art__item-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 13px;
  color: #fff; }
  .art__item-name a {
    color: #fff !important; }

.art__item-author .art__item-img > a {
  position: relative; }
  .art__item-author .art__item-img > a:before {
    background: rgba(51, 51, 51, 0.5);
    z-index: 3;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%; }

.pager__custom {
  text-align: center;
  margin-top: 30px;
  position: relative; }
  .pager__custom:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eeeeee; }
  .pager__custom ul {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 75px;
    background: #fff;
    z-index: 4;
    position: relative; }
    .pager__custom ul li {
      float: none;
      display: inline-block;
      vertical-align: top; }
      .pager__custom ul li:not(:last-child) {
        margin-right: 35px; }
      .pager__custom ul li a {
        padding: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        border: none !important;
        font-size: 26px;
        font-weight: 500;
        color: #000000 !important; }
        .pager__custom ul li a:hover {
          color: #26ae6a !important; }
      .pager__custom ul li span {
        font-size: 26px;
        font-weight: 500;
        color: #000000 !important; }
      .pager__custom ul li.active a {
        color: #26ae6a !important; }

.content__bl {
  margin-bottom: 60px; }

.art__item-bl:hover .art__item-play {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85); }

.section__center .container > *:last-child {
  margin-bottom: 0 !important; }

.reklama__promo {
  position: relative;
  background: url("../img/adv-1.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 130px;
  margin-bottom: 30px; }
  .reklama__promo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(61, 61, 61, 0.8); }

.reklama__promo-title {
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff !important; }

.reklama__promo-content {
  position: relative;
  z-index: 5; }

.btn__custom {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  border-radius: 18px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  padding: 0 25px;
  min-width: 130px;
  line-height: 36px;
  background: #008200; }
  .btn__custom:hover {
    background: rgba(0, 130, 0, 0.85);
    -webkit-box-shadow: 0px 6px 35px 0px rgba(0, 130, 0, 0.85);
    -moz-box-shadow: 0px 6px 35px 0px rgba(0, 130, 0, 0.85);
    box-shadow: 0px 6px 35px 0px rgba(0, 130, 0, 0.85); }

.reklama__info-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px; }

.reklama__email {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  margin-bottom: 6px; }
  .reklama__email a {
    color: #888888 !important;
    border-bottom: 1px solid #888888; }
    .reklama__email a:hover {
      border-bottom: 1px solid transparent;
      color: #000 !important; }

.reklama__phone {
  font-size: 24px;
  font-weight: 500;
  color: #000; }
  .reklama__phone a {
    color: #000 !important; }
    .reklama__phone a:hover {
      color: #26ae6a !important; }

.post__text p img {
  max-width: 100%;
  display: block; }

.toggle__item-header {
  padding: 15px 0 15px 45px; }
  .toggle__item-header a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative; }
    .toggle__item-header a:before {
      content: '';
      background: url("../img/arrow-down.png") no-repeat;
      width: 25px;
      height: 25px;
      position: absolute;
      left: -45px;
      top: 50%;
      margin-top: -12px; }

.toggle__item.active .toggle__item-header a:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.toggle__item-content-block {
  padding-left: 45px;
  padding-bottom: 15px;
  margin-top: 5px;
  padding-right: 15px; }
  .toggle__item-content-block dl {
    margin-bottom: 10px; }
    .toggle__item-content-block dl:last-child {
      margin-bottom: 0; }
  .toggle__item-content-block dt {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    width: 155px;
    float: left;
    text-align: left;
    font-weight: normal; }
  .toggle__item-content-block dd {
    color: #000000;
    font-size: 14px;
    margin: 0 0 0 155px;
    line-height: 21px; }
    .toggle__item-content-block dd a {
      color: #26ae6a !important;
      border-bottom: 1px solid transparent; }
      .toggle__item-content-block dd a:hover {
        border-bottom: 1px solid #26ae6a; }

.toggle__item-content {
  display: none; }

.about__info {
  background: #fff;
  padding: 30px 0 10px 50px;
  -webkit-box-shadow: 0px 2px 8px 0px #eeeeee;
  -moz-box-shadow: 0px 2px 8px 0px #eeeeee;
  box-shadow: 0px 2px 8px 0px #eeeeee; }

.about__info-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee; }

.author__item-bl {
  -webkit-box-shadow: 0px 2px 8px 0px #eeeeee;
  -moz-box-shadow: 0px 2px 8px 0px #eeeeee;
  box-shadow: 0px 2px 8px 0px #eeeeee;
  padding: 0 15px 35px;
  background: #fff;
  text-align: center; }
  .author__item-bl:hover {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(238, 238, 238, 0);
    -moz-box-shadow: 0px 2px 8px 0px rgba(238, 238, 238, 0);
    box-shadow: 0px 2px 8px 0px rgba(238, 238, 238, 0); }

.author__item-img {
  width: 120px;
  height: 120px;
  position: relative;
  top: -10px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 7px; }
  .author__item-img a {
    display: block; }
    .author__item-img a img {
      display: block;
      width: 100%; }

.gallery__descr-slider-wrap {
  padding-right: 175px; }

.author__item-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 3px; }
  .author__item-name a {
    color: #000 !important; }
    .author__item-name a:hover {
      color: #26ae6a !important; }

.author__item-email {
  font-size: 14px;
  white-space: nowrap;
  color: #000;
  margin-bottom: 6px; }
  .author__item-email a {
    position: relative;
    padding-left: 25px;
    color: #000 !important; }
    .author__item-email a:hover {
      color: #26ae6a !important; }
    .author__item-email a:before {
      content: '';
      position: absolute;
      left: 0;
      background: url("../img/email-icon.png") no-repeat;
      width: 17px;
      height: 12px;
      top: 50%;
      background-size: contain;
      margin-top: -7px; }

.author__item-pos {
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 500;
  margin-bottom: 15px; }

.post__media {
  margin-bottom: 25px; }
  .post__media img {
    width: 100%;
    display: block; }

.author__item-phone {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px; }
  .author__item-phone a {
    color: #000 !important; }
    .author__item-phone a:hover {
      color: #26ae6a !important; }

.author__item-social a:not(:last-child) {
  margin-right: 20px; }
.author__item-social a .fa-facebook-f {
  color: #1d429e; }
.author__item-social a .fa-twitter {
  color: #4dbaff; }

.author__item {
  margin-bottom: 40px; }

.author__list .row {
  margin-bottom: -40px; }

.post__text {
  color: #000000;
  font-size: 16px;
  line-height: 26px; }
  .post__text p {
    margin: 0 0 16px 0; }
  .post__text > *:last-child {
    margin-bottom: 0 !important; }
  .post__text blockquote {
    padding: 0 70px 0 40px;
    margin: 35px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position: relative; }
    .post__text blockquote:before {
      content: '\00AB';
      position: absolute;
      left: 0;
      top: -6px;
      font-family: 'Acrom';
      color: #26ae6a;
      font-size: 60px;
      font-weight: 500; }
    .post__text blockquote.blockquote-small {
      font-size: 16px;
      line-height: 24px; }
      .post__text blockquote.blockquote-small:before {
        top: -6px;
        font-size: 40px; }
  .post__text .detail_text > div > a {
    color: #26ae6a !important;
    border-bottom: 1px solid #26ae6a; }
    .post__text .detail_text > div > a:hover {
      border-bottom: 1px solid transparent; }

.art__item-inside {
  float: left;
  margin-right: 50px;
  margin-bottom: 40px;
  width: 265px; }
  .art__item-inside .art__item-title {
    font-size: 14px;
    line-height: 21px; }
  .art__item-inside .art__item-ct {
    padding: 20px 30px 20px; }
  .art__item-inside .art__item-date {
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 20px;
    z-index: 5;
    top: 10px; }

.footer {
  z-index: 3;
  position: relative; }

.post__title {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000; }
  .post__title > * {
    margin: 0;
    font: inherit; }

.post__gallery-item img {
  display: block;
  width: 100%; }

.gallery__descr-bl {
  position: relative; }

.gallery__descr-alt {
  color: #000000;
  font-size: 14px;
  font-weight: 500; }

.gallery__author {
  font-size: 12px;
  color: #888888; }

.gallery__nav {
  position: absolute;
  right: 0;
  z-index: 5;
  top: 0;
  font-size: 0; }

.slide__nav {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .slide__nav:hover {
    opacity: 0.5; }

.slide__prev {
  margin-right: 20px;
  background: url("../img/arrow-left-2.png") no-repeat;
  width: 22px;
  height: 22px; }

.slide__next {
  margin-right: 20px;
  background: url("../img/arrow-right-2.png") no-repeat;
  width: 22px;
  height: 22px; }

.post__gallery-slider {
  margin-bottom: 24px; }

.gallery__count {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  color: #000000;
  font-size: 14px;
  text-align: right;
  font-weight: 500; }

.post__date {
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 500; }

.post__text {
  margin-bottom: 10px; }

.post__info {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
  font-size: 0; }

.post__author {
  display: inline-block;
  vertical-align: middle; }

.post__info {
  margin-bottom: 30px; }

.post__author-ava {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 36px;
  margin-right: 12px;
  overflow: hidden; }
  .post__author-ava img {
    display: block;
    width: 100%; }

.post__auhtor-name {
  display: inline-block;
  vertical-align: middle;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 500; }

.post__tags {
  font-size: 0;
  margin-bottom: -10px; }
  .post__tags .tags__item {
    display: inline-block;
    text-transform: lowercase;
    vertical-align: top;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    color: #000 !important;
    padding: 6px 20px;
    border-radius: 3px;
    border: 1px solid #26ae6a;
    line-height: 24px; }
    .post__tags .tags__item:hover {
      border: 1px solid rgba(38, 174, 106, 0.5); }

.post__author {
  margin-right: 40px; }

.share__post {
  display: inline-block;
  vertical-align: middle; }
  .share__post a {
    display: inline-block;
    vertical-align: middle;
    width: 24px; }
    .share__post a:hover {
      opacity: 0.5; }
    .share__post a:not(:last-child) {
      margin-right: 20px; }

.post__info-right {
  margin-top: 0; }

.post__comment-link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #000 !important; }
  .post__comment-link:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/comment-link.png") no-repeat;
    width: 18px;
    height: 15px;
    background-size: contain;
    top: 50%;
    margin-top: -7.5px; }
  .post__comment-link span {
    color: #26ae6a; }
  .post__comment-link:hover {
    color: #26ae6a !important; }

.post__bl > *:last-child {
  margin-bottom: 0 !important; }

.gallery__prevs {
  margin: -15px 0 25px; }

.enter__link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 21px;
  color: #000 !important;
  position: relative;
  font-size: 14px; }
  .enter__link:hover {
    color: #26ae6a !important; }
  .enter__link:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/enter-icon.png") no-repeat;
    width: 11px;
    height: 12px;
    background-size: contain;
    top: 50%;
    margin-top: -6px; }

.gallery__prevs-item {
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.5; }
  .gallery__prevs-item:hover {
    opacity: 0.75; }
  .gallery__prevs-item img {
    display: block;
    width: 100%; }
  .gallery__prevs-item.slick-current {
    opacity: 1; }

.post__gallery {
  font-size: 0; }

.post__descr {
  font-size: 16px;
  line-height: 26px; }

.gallery__prevs {
  position: relative;
  padding: 0 10px 0 7px; }
  .gallery__prevs .slide__prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    margin: -11px 0 0 0; }
  .gallery__prevs .slide__next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
    margin: -11px 0 0 0; }

.post__descr {
  margin-bottom: 30px; }

.post__media-info {
  color: #888888;
  font-size: 12px; }

.post__video img {
  display: block;
  width: 100%; }
.post__video a {
  position: relative;
  display: block; }
  .post__video a .art__item-play {
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px; }
  .post__video a:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    position: absolute; }
  .post__video a:hover:before {
    background: rgba(0, 0, 0, 0.55); }

.post__tags-video {
  position: relative;
  padding-left: 30px; }
  .post__tags-video .tags__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 24px;
    color: #000 !important;
    line-height: 36px; }
    .post__tags-video .tags__item:hover {
      color: #26ae6a !important; }
  .post__tags-video:before {
    top: 5px;
    bottom: 5px;
    position: absolute;
    left: 0;
    width: 4px;
    background: #26ae6a;
    content: ''; }

.post__video {
  margin-bottom: 20px; }

.topic__art-list .art__item-simple .art__item-bl:after {
  right: 0; }

.section__center-last {
  margin-bottom: 30px; }

.affiche__list {
  margin-top: 35px; }
  .affiche__list .affiche__item {
    margin-bottom: 30px; }
  .affiche__list .affiche__item-title a {
    color: #000 !important; }
    .affiche__list .affiche__item-title a:hover {
      color: #26ae6a !important; }

.search__field {
  position: relative; }
  .search__field input {
    height: 24px;
    display: block;
    border: none;
    width: 100%;
    border-left: 1px solid #000;
    padding: 0 30px 0 10px;
    font-size: 13px;
    color: #000;
    background: transparent;
    font-weight: 500; }
  .search__field button {
    background: url("../img/search-icon-green.png") no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
    z-index: 5;
    border: none !important;
    cursor: pointer; }

.close__search {
  width: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 10; }
  .close__search:before {
    right: -5px;
    top: -5px;
    bottom: -5px;
    left: -5px;
    content: ''; }
  .close__search .bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px; }
  .close__search .bar:nth-child(2) {
    opacity: 0; }
  .close__search .bar:last-child {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px; }

.search__block {
  width: 310px;
  position: absolute;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  top: -3px;
  z-index: 10;
  padding-right: 42px;
  background: #f6f6f6; }
  .search__block:after {
    right: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 365px;
    background: -moz-linear-gradient(left, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=1 ); }
  .search__block.active {
    right: 50px;
    opacity: 1;
    visibility: visible; }

.post__video-inside {
  margin: 35px 0; }
  .post__video-inside a {
    color: #fff !important; }
    .post__video-inside a .art__item-play {
      left: 30px;
      top: 20px;
      margin-top: 0;
      margin-left: 0; }
  .post__video-inside .art__item-ct {
    padding: 0 35px 20px; }
    .post__video-inside .art__item-ct .art__item-author-header {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 0 15px 0; }

.post__img-info {
  margin-top: 20px; }
  .post__img-info .gallery__descr-alt {
    line-height: 16px; }

.post__img {
  margin: 35px 0; }

.section__dark {
  background: -moz-linear-gradient(left, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
  background: -webkit-linear-gradient(left, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
  background: linear-gradient(to right, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00f6f6f6',GradientType=1 ); }

.section__polls .container {
  padding-top: 70px;
  padding-bottom: 70px; }

.poll__info {
  display: inline-block;
  vertical-align: middle;
  color: #aaaaaa;
  font-size: 11px;
  margin-right: 30px; }

.polls__bar {
  height: 16px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #eeeeee; }
  .polls__bar span {
    background: #008200;
    position: absolute;
    left: 0;
    display: block;
    border-radius: 8px;
    height: 100%;
    top: 0; }

.polls__res-item:not(:last-child) {
  margin-bottom: 20px; }

.polls__result {
  margin-bottom: 30px; }

.polls__after {
  color: #888888;
  font-size: 14px; }
  .polls__after b {
    font-weight: 500;
    color: #000; }

.poll__label {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  vertical-align: middle; }

a, input, button, textarea, .art__item-bl:before, .art__item-topic, .art__item-date,
.art__item-ct, .art__item-bl, .masonry__item-header, .masonry__item-img:before,
.masonry__item-topic, .nav__custom, .nav__custom:before, .over-layer, .bar, .topic__nav-bl,
.main__nav, .art__item-play, .toggle__item-header a:before, .author__item-bl, .slide__nav,
.post__video a:before, .search__block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.gallery__prevs-item {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out; }

@media screen and (max-width: 1199px) {
  .topic__nav-wrap {
    max-width: calc(100vw - 300px); }

  .wrapper:before {
    display: none; }

  .scroll-wrapper.topic__nav-wrap:after {
    content: '';
    right: 0;
    width: 30px;
    top: 0;
    height: 100%;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(245, 247, 247, 0) 0%, #f5f7f7 100%);
    background: -webkit-linear-gradient(left, rgba(245, 247, 247, 0) 0%, #f5f7f7 100%);
    background: linear-gradient(to right, rgba(245, 247, 247, 0) 0%, #f5f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f7f7', endColorstr='#f5f7f7',GradientType=1 );
    position: absolute; }

body.nav__mode {
  overflow-y: hidden;
}

  .main__nav {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: #f5f7f7;
    height: 150vh;
    }
    .main__nav-inner {
    overflow-y: auto;
    height: calc(100vh - 73px);
}
    /*.main__nav ul {
    background: #f5f7f7;}*/
    .main__nav ul:last-child {
    padding-bottom: 75px;
}
    .main__nav ul li {
      text-align: center;
      display: block; }
      .main__nav ul li, .main__nav ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px; }
      .main__nav ul li a {
        font-size: 18px; }

  .header {
    background: #f5f7f7; }

  .footer__bottom br {
    display: none; }

  .footer {
    height: auto;
    margin-top: 0; }
    
  .footer__main {
    margin-bottom: 0;
  }

  .content {
    padding-bottom: 0; }

  .topic__nav ul li:last-child {
    margin-right: 30px; } }
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 566px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (max-width: 565px) {
  .hidden-xs {
    display: none !important; } }
@media screen and (max-width: 991px) {
  .masonry__item3x {
    height: 659px; }

  .masonry__list-media .masonry__item4x {
    height: 431px; }
  .masonry__list-media .masonry__item2x {
    height: 431px; }

  .side__box {
    padding: 30px; }

  .footer__main > .row > .col-12:nth-child(3) {
    padding-left: 15px; }

  .topic__nav ul li:not(:last-child) {
    margin-right: 20px; }

  .footer__info-bl {
    max-width: 100%;
    float: none; }

  /*.footer__main {
    margin-bottom: 40px; }*/

  .org__info br {
    display: none; }

  .made {
    margin-top: 40px; } }
@media screen and (max-width: 767px) {
  .art__item-author-header {
    bottom: 16px;
    left: 15px; }

  .main__nav ul:last-child {
    padding-top: 11px; }
    
  .main__nav ul li:last-child {
    margin-bottom: 0; }

  .post__video, .post__img {
    margin-right: -15px;
    margin-left: -15px; }

  .post__img-info {
    padding: 0 15px; }

  .post__img .gallery__author {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0; }

  .art__item-wide .art__item-title {
    max-width: 100%; }

  .post__video-inside a .art__item-play {
    left: 15px;
    top: 15px; }

  .section__polls .container {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .post__text blockquote {
    padding: 0 0 0 40px;
    font-size: 18px;
    line-height: 28px; }

  .search__block {
    width: 100vw;
    right: 0 !important;
    top: -17px;
    z-index: 40;
    padding-right: 50px;
    padding-top: 13px;
    padding-left: 30px;
    height: 50px; }

  .close__search {
    right: 0;
    top: 18px; }

  .search__block:after {
    display: none !important; }

  .art__item-ct, .art__item-topic, .art__item-date {
    opacity: 1 !important; }

  .header__right {
    margin-top: 7px; }

  .logo {
    width: 87px; }

  .gallery__author {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px !important;
    margin-bottom: 24px; }

  .gallery__descr-bl .gallery__author {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0 !important; }

  .post__info-left, .post__info-right {
    float: none !important;
    text-align: left; }

  .pager__custom {
    margin-top: 10px; }

  .video__list .art__item-wide .art__item-ct {
    padding: 0 15px 20px; }

  .art__item-play {
    left: 15px;
    top: 15px; }

  .masonry__item-topic {
    padding: 0 15px; }

  .card-columns .art__item-simple .art__item-bl {
    margin-left: 15px; }

  .pager__custom ul li:not(:last-child) {
    margin-right: 25px; }

  .pager__custom ul {
    padding: 0 30px; }
    .pager__custom ul li a, .pager__custom ul li span {
      font-size: 20px; }

  .art__item-topic .art__item-ct {
    padding: 0 15px 15px; }
  .art__item-topic .art__item-title {
    font-size: 16px;
    line-height: 22px; }
  .art__item-topic .art__item-topic {
    left: 15px; }
  .art__item-topic .art__item-date {
    right: 15px; }

  .art__item-card .art__item-ct {
    padding: 15px 15px 20px; }

  .art__item-simple .art__item-bl:after {
    right: -15px; }

  .post__info-left {
    margin-bottom: 15px; }

  .post__info-right {
    margin-top: 0; }

  .side__box {
    padding: 20px 15px 25px 15px; }

  .art__item-wide .art__item-ct {
    padding: 0 15px 25px; }
  .art__item-wide .art__item-wide .art__item-title {
    font-size: 22px;
    line-height: 32px;
    max-width: 100%; }

  .news__bl .art__item-simple .art__item-bl {
    margin-left: 15px; }

  .masonry__item3x {
    height: 430px; }

  .topic__nav-bl {
    display: none !important; }

  .over-layer {
    display: none !important; }

  .post__title br {
    display: none; }

  .art__item-inside {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 35px auto; } }
@media screen and (max-width: 575px) {
  .art__item-wide .art__item-bl {
    margin: 0 -25px; }
  .art__item-wide .art__item-title {
    max-width: 100%; }
    .art__item-wide .art__item-title br {
      display: none; }
  .art__item-wide .art__item-ct {
    padding: 15px 25px 25px;
    position: relative;
    background: #000; }

  .polls__bar {
    margin-bottom: 7px; }

  .poll__info {
    margin-right: 12px; }

  .topic__art-list > .row > .col-12:not(:last-child) .art__item-simple:last-child {
    margin-bottom: 20px; }
    .topic__art-list > .row > .col-12:not(:last-child) .art__item-simple:last-child .art__item-bl {
      padding-bottom: 5px; }
      .topic__art-list > .row > .col-12:not(:last-child) .art__item-simple:last-child .art__item-bl:after {
        display: block !important; }
  .topic__art-list .art__item {
    margin-bottom: 20px; }

  .post__media-info {
    padding: 0 15px;
    margin-bottom: 20px; }

  .gallery__prevs {
    padding: 0 7px 0 7px; }

  .gallery__count {
    text-align: left; }

  .post__info {
    display: block !important; }

  .post__author {
    margin-bottom: 25px; }

  .post__author, .share__post {
    display: block; }

  .gallery__descr-bl {
    padding: 0 15px; }

  .gallery__nav {
    margin-bottom: 20px; }

  .gallery__descr-slider-wrap {
    padding-right: 0;
    margin-bottom: 10px; }

  .post__title {
    font-size: 26px;
    line-height: 36px; }

  .post__media {
    margin: 0 -15px; }

  .gallery__count {
    width: 45px; }

  .gallery__nav {
    position: relative;
    left: 0;
    top: 0; }

  .toggle__item-content-block dt {
    width: 100%;
    float: none; }
  .toggle__item-content-block dd {
    margin-left: 0; }

  .author__list {
    padding-top: 20px; }

  .toggle__item-content-block {
    padding-left: 0; }

  .about__info {
    padding: 15px 0 10px 15px; }

  .reklama__promo-title {
    padding: 0 15px;
    font-size: 24px; }

  .reklama__promo {
    margin: 0 -15px 30px;
    padding-top: 100px;
    padding-bottom: 100px; }

  .masonry__item:last-child {
    margin-bottom: 0 !important; }

  .video__list .art__item-wide .art__item-bl {
    margin: 0 -15px !important; }
  .video__list .art__item-wide .art__item-ct {
    padding: 15px 15px 25px; }

  .art__item-simple .art__item-bl {
    margin-left: 0 !important; }

  .main__nav {
    top: 50px; }
    .main__nav-inner {
    height: calc(100vh - 50px);
}
    .main__nav ul {
      padding-top: 25px; }
      .main__nav ul li a {
        font-size: 16px; }

  .content {
    padding-top: 50px; }

  .header {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); }
    .header .container {
      padding-top: 10px;
      padding-bottom: 10px; }

  .affiche__bl {
    padding-left: 0; }

  .affiche__bl-header {
    position: relative; }

  .section__center .container {
    padding-bottom: 8px; }

  .section__affiche .container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .nav__custom {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle; }

  .nav__custom:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px; }

  .nav__custom-list {
    white-space: nowrap;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -4px; } }
@media screen and (max-width: 374px) {
  .art__item-wide .art__item-title {
    font-size: 22px;
    line-height: 34px; }

  .main__nav ul li, .main__nav ul li:not(:last-child) {
    margin-bottom: 11px; }

  .title {
    font-size: 29px; } }
@media screen and (max-height: 475px) {
  .main__nav ul li {
    width: 50%;
    display: inline-block; } }

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