@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Proba Pro";
  src: url("../fonts/ProbaPro-ExtraLight.eot");
  src: url("../fonts/ProbaPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/ProbaPro-ExtraLight.woff2") format("woff2"), url("../fonts/ProbaPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Proba Pro";
  src: url("../fonts/ProbaPro-Light.eot");
  src: url("../fonts/ProbaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProbaPro-Light.woff2") format("woff2"), url("../fonts/ProbaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Proba Pro";
  src: url("../fonts/ProbaPro-Regular.eot");
  src: url("../fonts/ProbaPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProbaPro-Regular.woff2") format("woff2"), url("../fonts/ProbaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Proba Pro";
  src: url("../fonts/ProbaPro-Medium.eot");
  src: url("../fonts/ProbaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ProbaPro-Medium.woff2") format("woff2"), url("../fonts/ProbaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Proba Pro";
  src: url("../fonts/ProbaPro-Bold.eot");
  src: url("../fonts/ProbaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProbaPro-Bold.woff2") format("woff2"), url("../fonts/ProbaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@keyframes zoomIn {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
@keyframes opacityIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.main-header {
  height: 100px;
  background-color: #2d5ca6;
  padding-top: 24px;
  overflow: hidden; }

.main-nav.main-page + .content.main-page {
  margin-top: 176px; }

.header-content {
  padding-top: 20px; }

.header-logo img {
  max-width: 100%; }

.search-block {
  position: relative;
  width: 33.4%;
  float: left;
  transition: all 0.3s ease; }
  .search-block__row {
    margin-bottom: 8px; }
  .search-block input[type=search] {
    border: none;
    width: 100%;
    padding: 6px 30px 6px 15px;
    height: 30px; }
    .search-block input[type=search]::-webkit-input-placeholder {
      color: #c2c5cb;
      font-size: 14px; }
  .search-block .search-block_icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    width: 35px;
    text-align: center; }
    .search-block .search-block_icon i {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      font-size: 16px; }
  .search-block span {
    font-size: 14px;
    color: #c2c5cb;
    display: block;
    text-align: right; }

.eye-block {
  border: 1px solid #8dadc1;
  font-size: 0;
  margin-left: 30px;
  float: left;
  width: 16.6%;
  margin-right: 7%; }
  .eye-block .eye-block-img {
    padding: 0 5px 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 38%;
    height: 52px; }
    .eye-block .eye-block-img .icon-eyedef,
    .eye-block .eye-block-img .icon-Aa1,
    .eye-block .eye-block-img .icon-Aa2 {
      display: none; }
    .eye-block .eye-block-img i {
      color: #fff;
      font-size: 51px;
      position: relative;
      cursor: pointer; }
  .eye-block span {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 59%;
    margin-top: 10px;
    line-height: 18px;
    font-size: 14px; }

.eye-block.dark-block {
  border: none; }
  .eye-block.dark-block .eye-block-img {
    width: 100% !important; }
    .eye-block.dark-block .eye-block-img a {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .eye-block.dark-block .eye-block-img a .icon-eye {
        display: none; }
      .eye-block.dark-block .eye-block-img a .icon-eyedef {
        display: inline-block;
        margin-right: 15px; }
      .eye-block.dark-block .eye-block-img a .icon-Aa1,
      .eye-block.dark-block .eye-block-img a .icon-Aa2 {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        font-size: 30px;
        background-color: #fff;
        color: #000;
        border-radius: 3px;
        margin-right: 10px;
        display: inline-block; }
        .eye-block.dark-block .eye-block-img a .icon-Aa1:before,
        .eye-block.dark-block .eye-block-img a .icon-Aa2:before {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          text-align: center; }
      .eye-block.dark-block .eye-block-img a .icon-Aa2 {
        font-size: 25px; }
  .eye-block.dark-block span {
    display: none; }

.lang {
  text-align: right;
  margin-bottom: 9px; }
  .lang li {
    display: inline-block; }
    .lang li:first-child {
      margin-right: 4px; }
    .lang li a {
      font-size: 14px;
      color: #fff; }
  .lang li.active a {
    color: #fdce3d; }
  .lang li:first-child a:after {
    height: 12px;
    width: 2px;
    content: "";
    background-color: #b7c8d5;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 3px; }

.socials {
  text-align: right; }
  .socials__link {
    width: 26px; }
  .socials li {
    display: inline-block;
    margin-left: 15px; }
    .socials li a {
      display: block; }

.search_open {
  transition: all 0.3s ease;
  margin-left: 20px;
  display: none !important;
  cursor: pointer; }
  .search_open i {
    font-size: 28px !important;
    top: -10px;
    color: #fff; }

.contact_open {
  display: none;
  margin-left: 21px;
  cursor: pointer; }
  .contact_open img {
    position: relative;
    top: -9px; }

.main-footer {
  background-color: #2d5ca6; }

@media print {
  .footer-top {
    display: none; } }

.footer-item {
  margin-top: 65px; }
  .footer-item h3 {
    color: #ffe449;
    font-size: 20px;
    text-transform: uppercase; }
  .footer-item .eye-block {
    float: none;
    width: 100%;
    margin: 30px 0 0;
    max-width: 198px; }

.footer-item__nav ul {
  margin-top: 25px; }
  .footer-item__nav ul li {
    margin-top: 10px;
    color: #fff;
    display: block;
    line-height: 18px; }
    .footer-item__nav ul li a {
      color: #fff; }
    .footer-item__nav ul li p {
      font-weight: 700;
      margin: 5px 0 15px; }

.graph {
  margin-left: -30px; }

.footer-graph ul li {
  margin: 10px 0 22px 0; }

.contact-item {
  font-size: 0;
  margin-top: 25px; }
  .contact-item .contact-item_img {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .contact-item .contact-item_img i {
      font-size: 25px;
      color: #ffe449; }
    .contact-item .contact-item_img .icon-message {
      font-size: 20px; }
    .contact-item .contact-item_img .icon-pin {
      font-size: 29px; }
  .contact-item span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    width: calc(100% - 30px);
    padding-left: 15px; }

.phone-block {
  background-color: #6a8291;
  color: #fff;
  font-size: 16px;
  border: 1px solid #b8b8b8;
  padding: 9px 14px;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.3s ease; }

.footer-span {
  color: #fff;
  font-size: 12px;
  font-weight: 300; }

.footer-links ul li {
  margin-top: 20px; }

.main-footer .socials {
  text-align: left; }
  .main-footer .socials li {
    margin-left: 0;
    margin-right: 20px;
    display: inline-block; }
    .main-footer .socials li:last-child {
      margin-right: 0; }
    .main-footer .socials li a {
      display: block;
      width: 38px; }

.decoy span {
  font-size: 10.5px;
  color: #fff;
  font-weight: 300; }
.decoy .decoy__img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

.copyright {
  margin-top: 50px;
  padding-bottom: 30px; }
  .copyright span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px; }

body {
  font-family: "Proba Pro";
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 0.3px; }

h1 {
  font-size: 22px;
  color: #2d5ca6;
  text-transform: uppercase;
  padding-right: 20px;
  letter-spacing: 0.6px;
  line-height: 29px; }

em {
  font-style: italic; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

*:focus {
  outline: none; }

.ib-nav li {
  display: inline-block; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.iframe-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .iframe-responsive iframe, .iframe-responsive object, .iframe-responsive embed, .iframe-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.error {
  border-color: red !important; }

.error-span {
  font-size: 12px;
  color: red;
  padding-left: 5px; }

.bold {
  font-weight: 700 !important; }

strong,
b {
  font-weight: 700; }

.block {
  margin-bottom: 20px; }

.ml15 {
  margin-left: -15px; }

.mt15 {
  margin-top: 15px; }

.pl40 {
  padding-left: 40px; }

.title {
  background-color: #2d5ca6;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 18px;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  .title:hover, .title:visited, .title:focus {
    color: #fff; }

.title-medium {
  color: #424242;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #c2c5cb;
  margin-bottom: 25px;
  padding-bottom: 10px; }

.pagination-nav li.last::before, .pagination-nav li.first::after, .pagination-nav li a, .pagination-nav li span {
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  min-width: 22px;
  padding: 7px 2px;
  text-align: center;
  text-decoration: none; }

.pagination-nav {
  display: flex;
  margin-top: 10px; }
  .pagination-nav li {
    display: flex;
    margin-right: 5px; }
    .pagination-nav li.pagination-nav__arrow * {
      min-width: 40px; }
    .pagination-nav li.active a {
      background-color: #2d5ca6;
      color: #fff; }
    .pagination-nav li.last::before {
      content: "...";
      display: block;
      margin-right: 5px; }
    .pagination-nav li.first::after {
      content: "...";
      display: block;
      margin-right: 5px; }
    .pagination-nav li:not(.pagination-nav__arrow) a:hover {
      background-color: #2d5ca6;
      color: #fff; }
  .pagination-nav__arrow.disabled {
    pointer-events: none; }
  .pagination-nav__arrow--next {
    order: 1; }
    .pagination-nav__arrow--next * {
      background: url(../img/icons/arrow-long-right.svg) no-repeat center; }
      .pagination-nav__arrow--next *:hover {
        background: #2d5ca6 url(../img/icons/arrow-long-right-white.svg) no-repeat center; }
  .pagination-nav__arrow--prev {
    order: -1; }
    .pagination-nav__arrow--prev * {
      background: url(../img/icons/arrow-long-left.svg) no-repeat center; }
      .pagination-nav__arrow--prev *:hover {
        background: #2d5ca6 url(../img/icons/arrow-long-left-white.svg) no-repeat center; }

.print {
  position: absolute;
  top: 4px;
  right: 15px;
  color: #b7b7b7; }
  .print i {
    font-size: 18px; }

.date {
  color: #6d727c;
  font-size: 14px; }

.arch {
  font-size: 11px;
  color: #aaa; }

.btn {
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  background-color: #2d5ca6;
  padding: 4px 29px !important;
  border-radius: initial !important;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-transform: uppercase; }
  .btn:hover {
    opacity: 0.9;
    color: #fff; }

.movie-content__link {
  display: block;
  font-size: 14px;
  color: #2d5ca6;
  margin: 10px 0; }
  .movie-content__link i {
    font-size: 18px;
    display: inline-block;
    margin-right: 7px; }
  .movie-content__link span {
    padding-bottom: 2px;
    border-bottom: 1px dashed #2d5ca6; }

.clear {
  background-color: #d8dde9;
  color: #4a4a4a; }
  .clear:hover {
    color: #4a4a4a;
    opacity: 0.9; }

.cancel {
  color: #4a4a4a;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding-bottom: 3px;
  margin: 10px 0;
  border-bottom: 1px dashed; }

.team-title {
  font-size: 16px;
  display: block;
  font-weight: 300;
  color: #4a4a4a;
  margin-top: 30px; }

.center {
  text-align: center; }

.team-button {
  font-size: 12px;
  color: #4a4a4a;
  border-bottom: 1px dashed; }

.up {
  position: absolute;
  bottom: 1px;
  right: 100px;
  width: 66px;
  height: 66px;
  background-color: #717171;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media print {
    .up {
      display: none; } }
  .up i {
    color: #fff;
    transform: rotate(-90deg);
    display: block;
    font-size: 25px;
    position: relative;
    top: 20px;
    transition: all 0.3s ease; }

.no-bread {
  margin-top: 60px; }

.slick-slider {
  display: none !important;
  overflow: hidden;
  visibility: hidden; }
  .slick-slider .slick-slide {
    display: none; }
  .slick-slider.slick-initialized {
    visibility: visible;
    display: block !important; }
    .slick-slider.slick-initialized .slick-slide {
      display: block; }

.mw100 img {
  max-width: 100%;
  height: auto; }

.facebook {
  background-color: #3b5998; }

.twitter {
  background-color: #55acee; }

.google {
  background-color: #dd4b39; }

.linked {
  background-color: #0976b4; }

.sprite-socials {
  background-image: url(../img/logo/spritesheet.png);
  background-repeat: no-repeat;
  display: block; }

.sprite-socials-contactus {
  width: 31px;
  height: 26px;
  background-position: -5px -5px; }

.sprite-socials-facebook {
  width: 26px;
  height: 26px;
  background-position: -46px -5px; }

.sprite-socials-facebook1 {
  width: 38px;
  height: 38px;
  background-position: -5px -41px; }

.sprite-socials-twitter {
  width: 26px;
  height: 26px;
  background-position: -53px -41px; }

.sprite-socials-twitter1 {
  width: 38px;
  height: 38px;
  background-position: -89px -5px; }

.sprite-socials-youtube {
  width: 26px;
  height: 26px;
  background-position: -89px -53px; }

.sprite-socials-youtube1 {
  width: 38px;
  height: 38px;
  background-position: -5px -89px; }

.is-scroll-disabled {
  overflow: hidden; }

.main-navigation > li:hover > a {
  background-color: #f5f6f8; }

.main-navigation .sub-menu > li:hover > a {
  color: #2d5ca6; }

.sub-links li a:hover {
  color: #2d5ca6;
  text-decoration: underline; }

.footer-item__nav li:hover a {
  text-decoration: underline !important; }

.phone-block:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #2d5ca6; }

.push:hover i {
  transform: scale(1.3); }

.date-activity li:hover a {
  color: #fff;
  background-color: #2d5ca6; }

.activity-item:hover .activity-item__img a {
  text-decoration: none; }
.activity-item:hover a {
  color: #2d5ca6;
  text-decoration: underline; }

.news-item__title a:hover h2 {
  color: #2d5ca6;
  text-decoration: underline; }

.news-item .news-item__title .read-more:hover {
  color: #2d5ca6;
  font-weight: 900; }

.up:hover {
  background-color: #2d5ca6; }

.tags .tags__nav li a:hover {
  color: #2d5ca6;
  text-decoration: underline; }

.base-table td a:hover {
  color: #2d5ca6;
  text-decoration: underline; }

.result-item a:hover h2 {
  color: #2d5ca6;
  text-decoration: underline; }

.catalogue-nav li:hover a {
  color: #000;
  background-color: #2d5ca6; }

.catalogue-nav li.disable:hover a {
  color: #000; }

.catalogue-item .catalogue-item__title a h2:hover {
  color: #2d5ca6; }

.filter .btn:hover {
  color: #2d5ca6; }

.video-materials li a:hover {
  border: none !important;
  background-color: transparent !important;
  color: #2d5ca6 !important;
  border-bottom: 1px dashed #2d5ca6 !important; }

.video-materials li a:focus {
  border: none !important;
  border-bottom: 1px dashed #2d5ca6 !important; }

.download-item .download-item__icon:hover i {
  color: red;
  transform: scale(1.1); }

.download-item .download-item__span a:hover {
  color: #000; }

.team-str .team-str-title:hover {
  border-color: #2d5ca6;
  background-color: #fff; }
  .team-str .team-str-title:hover h2, .team-str .team-str-title:hover h4 {
    color: #2d5ca6; }
  .team-str .team-str-title:hover span {
    color: #9b9b9b; }

.content-page p a:hover {
  color: #000; }

.link:hover i, .link:hover span {
  color: #2d5ca6; }

#popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-arrow:hover:before {
  color: #2d5ca6; }

#close:hover i {
  color: #000; }

.news-content-item:hover p {
  color: #2d5ca6; }

.date-popup .date-info__title a:hover {
  color: #2d5ca6;
  text-decoration: underline;
  font-weight: 700; }

.dark .header-logo img,
.dark .main-slider-item .main-slider-item__img img,
.dark .authorities-item img,
.dark .catalog-item img,
.dark .film-wrap .film-img img,
.dark .catalogue-item .catalogue-item__img img {
  filter: grayscale(100%); }
.dark .film-wrap .film-img .film-img__slider .slick-arrow::before {
  color: #000; }
.dark .search-block .search-block_icon i {
  color: #000; }
.dark .main-page .link i {
  color: #000; }
.dark .important-links > li > a::before {
  color: #000; }
.dark .footer-item h3,
.dark .contact-item .contact-item_img i {
  color: #fff !important; }
.dark .appeal fieldset h3 {
  color: #000 !important;
  border-color: #000 !important; }
.dark .news-open blockquote p:before, .dark .news-open blockquote p:after, .dark .content-page blockquote p:before, .dark .content-page blockquote p:after,
.dark .catalogue-nav li.disable a,
.dark .movie-content__link,
.dark .video-materials li.active a,
.dark .keepmeinfo-form span,
.dark .catalog-slider .slick-prev:before, .dark .catalog-slider .slick-next:before,
.dark .vote span,
.dark .poll .vote .link span, .dark .poll .vote .link i,
.dark .read-more,
.dark .news-open a,
.dark .download-item .download-item__span a,
.dark .cinema-search .tags-nav li a,
.dark h1,
.dark .important-links > li > a:after {
  color: #000 !important; }
.dark .main-header,
.dark .news-tab li.active a,
.dark .title,
.dark .push,
.dark .btn,
.dark .main-footer,
.dark .phone-block,
.dark .pagination-nav li.active a,
.dark .base-table th,
.dark .date-activity li.active a,
.dark .page-result .result-item b,
.dark .authorities-wrap .slick-arrow,
.dark .base-search fieldset .base-radio .active,
.dark .date1 a {
  background-color: #000 !important;
  color: #fff; }
.dark .team-str .team-str-title {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #000; }
  .dark .team-str .team-str-title h2,
  .dark .team-str .team-str-title h4,
  .dark .team-str .team-str-title span {
    color: #000 !important; }
.dark .up:hover {
  background-color: #000 !important; }
  .dark .up:hover i {
    color: #fff; }
.dark .search_open {
  margin-left: 5px; }
  .dark .search_open i {
    top: 2px; }
.dark .contact_open {
  display: none !important; }
.dark .iframe-responsive iframe {
  filter: grayscale(100%); }

.fz1 .decoy span,
.fz1 .img-wrap-text .image_caption_p,
.fz1 .catalog-item .author {
  font-size: 12px !important;
  line-height: 12px !important; }
.fz1 .breadcrumbs li a,
.fz1 .arch,
.fz1 .catalog-item .duration {
  font-size: 13px !important;
  line-height: 13px !important; }
.fz1 .search-block span,
.fz1 .trailers span,
.fz1 .vote span,
.fz1 .footer-span,
.fz1 .copyright span,
.fz1 .sidebar-nav li a,
.fz1 .pagination-nav li a,
.fz1 .date-activity li a,
.fz1 .catalogue .arch,
.fz1 .catalogue-nav li a,
.fz1 .filter .filter-item .filter-item__sub label,
.fz1 .catalogue-wrap .catalogue-item .catalogue-item__title .catalogue-item-table .type,
.fz1 .catalogue-wrap .catalogue-item .catalogue-item__title .catalogue-item-table td,
.fz1 .appeal fieldset label,
.fz1 .read-more,
.fz1 .download-item .download-item__span,
.fz1 .team-title,
.fz1 .team-button,
.fz1 .cinema-search label,
.fz1 .page-result > span,
.fz1 .important-links li a,
.fz1 .sortable__list li a {
  font-size: 14px !important;
  line-height: 14px !important; }
.fz1 .eye-block span,
.fz1 .sub-menu li a,
.fz1 .date,
.fz1 .btn,
.fz1 .base-table td,
.fz1 .base-search fieldset label,
.fz1 .activity-item a,
.fz1 .appeal .checkbox-item label,
.fz1 .keepmeinfo-form label,
.fz1 .keepmeinfo-form span,
.fz1 .ui-datepicker th,
.fz1 .sortable > span {
  font-size: 15px !important;
  line-height: 15px !important; }
.fz1 .lang li a,
.fz1 .main-slider-item .main-slider-item__title p,
.fz1 .news-tab li a,
.fz1 .title,
.fz1 .news-content-item p,
.fz1 .vote h3,
.fz1 .vote__nav li label,
.fz1 .title-medium,
.fz1 .base-table th,
.fz1 .content-page p,
.fz1 .content-page p a,
.fz1 .content-page .image_caption_p,
.fz1 .content-page h2,
.fz1 blockquote ul li,
.fz1 .link span,
.fz1 .filter .filter-item h3,
.fz1 .filter .btn,
.fz1 .cancel,
.fz1 .appeal fieldset h3,
.fz1 .news-item .news-item__title p,
.fz1 .news-open > p,
.fz1 .news-open blockquote p,
.fz1 .news-open ul li,
.fz1 .tags h3,
.fz1 .team .type,
.fz1 .team-info-table td,
.fz1 .team p,
.fz1 .structure-wrap span,
.fz1 .team ul li,
.fz1 .team-str .team-str-title h4,
.fz1 .team-str .team-str-title span,
.fz1 .team-block span,
.fz1 .page-result .result-item p,
.fz1 .film-wrap .film-title h3,
.fz1 .film-wrap .film-title .film-title-table td,
.fz1 .movie-content .movie-content__title,
.fz1 .movie-content p,
.fz1 .movie-content__link,
.fz1 .video-materials li a {
  font-size: 16px !important;
  line-height: 16px !important; }
.fz1 .main-slider-item .main-slider-item__title p {
  max-height: 130px; }
.fz1 .main-navigation li a,
.fz1 .footer-item__nav ul li,
.fz1 .phone-block,
.fz1 .news-item .news-item__title h2,
.fz1 .big,
.fz1 .page-result .result-item h2,
.fz1 .contact-item span,
.fz1 .ui-datepicker .ui-datepicker-title {
  font-size: 18px !important;
  line-height: 18px !important; }
.fz1 .catalogue-wrap .catalogue-item .catalogue-item__title h2,
.fz1 .team-info .team-info__title h2,
.fz1 .catalog-item h3 {
  font-size: 20px !important;
  line-height: 20px !important; }
.fz1 .footer-item h3,
.fz1 .page404 span {
  font-size: 22px !important;
  line-height: 22px !important; }
.fz1 .trailers h4,
.fz1 h1 {
  font-size: 24px !important;
  line-height: 24px !important; }
.fz1 .main-slider-item .main-slider-item__title h2,
.fz1 .team-str .team-str-title h2 {
  font-size: 26px !important;
  line-height: 26px !important; }
.fz1 .page404 h1 {
  font-size: 154px !important;
  line-height: 154px !important; }
.fz1 .team-block {
  height: 150px; }
.fz1 .footer-wrap {
  min-height: 310px; }
.fz1 .eye-block span {
  margin-top: 3px; }
.fz1 .footer-item .eye-block span {
  margin-left: 10px;
  margin-top: 10px; }

.fz2 .decoy span,
.fz2 .img-wrap-text .image_caption_p,
.fz2 .catalog-item .author {
  font-size: 14px !important;
  line-height: 14px !important; }
.fz2 .breadcrumbs li a,
.fz2 .arch,
.fz2 .catalog-item .duration {
  font-size: 15px !important;
  line-height: 15px !important; }
.fz2 .search-block span,
.fz2 .trailers span,
.fz2 .vote span,
.fz2 .footer-span,
.fz2 .copyright span,
.fz2 .sidebar-nav li a,
.fz2 .pagination-nav li a,
.fz2 .date-activity li a,
.fz2 .catalogue .arch,
.fz2 .catalogue-nav li a,
.fz2 .filter .filter-item .filter-item__sub label,
.fz2 .catalogue-wrap .catalogue-item .catalogue-item__title .catalogue-item-table .type,
.fz2 .catalogue-wrap .catalogue-item .catalogue-item__title .catalogue-item-table td,
.fz2 .appeal fieldset label,
.fz2 .read-more,
.fz2 .download-item .download-item__span,
.fz2 .team-title,
.fz2 .team-button,
.fz2 .cinema-search label,
.fz2 .page-result > span,
.fz2 .important-links li a,
.fz2 .sortable__list li a {
  font-size: 16px !important;
  line-height: 16px !important; }
.fz2 .eye-block span,
.fz2 .sub-menu li a,
.fz2 .date,
.fz2 .btn,
.fz2 .base-table td,
.fz2 .base-search fieldset label,
.fz2 .activity-item a,
.fz2 .appeal .checkbox-item label,
.fz2 .keepmeinfo-form label,
.fz2 .keepmeinfo-form span,
.fz2 .ui-datepicker th,
.fz2 .sortable > span {
  font-size: 17px !important;
  line-height: 17px !important; }
.fz2 .lang li a,
.fz2 .main-slider-item .main-slider-item__title p,
.fz2 .news-tab li a,
.fz2 .title,
.fz2 .news-content-item p,
.fz2 .vote h3,
.fz2 .vote__nav li label,
.fz2 .title-medium,
.fz2 .base-table th,
.fz2 .content-page p,
.fz2 .content-page p a,
.fz2 .content-page .image_caption_p,
.fz2 .content-page h2,
.fz2 blockquote ul li,
.fz2 .link span,
.fz2 .filter .filter-item h3,
.fz2 .filter .btn,
.fz2 .cancel,
.fz2 .appeal fieldset h3,
.fz2 .news-item .news-item__title p,
.fz2 .news-open > p,
.fz2 .news-open blockquote p,
.fz2 .news-open ul li,
.fz2 .tags h3,
.fz2 .team .type,
.fz2 .team-info-table td,
.fz2 .team p,
.fz2 .structure-wrap span,
.fz2 .team ul li,
.fz2 .team-str .team-str-title h4,
.fz2 .team-str .team-str-title span,
.fz2 .team-block span,
.fz2 .page-result .result-item p,
.fz2 .film-wrap .film-title h3,
.fz2 .film-wrap .film-title .film-title-table td,
.fz2 .movie-content .movie-content__title,
.fz2 .movie-content p,
.fz2 .movie-content__link,
.fz2 .video-materials li a {
  font-size: 18px !important;
  line-height: 18px !important; }
.fz2 .main-slider-item .main-slider-item__title p {
  max-height: 128px; }
.fz2 .main-navigation li a,
.fz2 .footer-item__nav ul li,
.fz2 .phone-block,
.fz2 .news-item .news-item__title h2,
.fz2 .big,
.fz2 .page-result .result-item h2,
.fz2 .contact-item span,
.fz2 .ui-datepicker .ui-datepicker-title {
  font-size: 20px !important;
  line-height: 20px !important; }
.fz2 .catalogue-wrap .catalogue-item .catalogue-item__title h2,
.fz2 .team-info .team-info__title h2,
.fz2 .catalog-item h3 {
  font-size: 22px !important;
  line-height: 22px !important; }
.fz2 .footer-item h3,
.fz2 .page404 span {
  font-size: 24px !important;
  line-height: 24px !important; }
.fz2 .trailers h4,
.fz2 h1 {
  font-size: 26px !important;
  line-height: 26px !important; }
.fz2 .main-slider-item .main-slider-item__title h2,
.fz2 .team-str .team-str-title h2 {
  font-size: 28px !important;
  line-height: 28px !important; }
.fz2 .page404 h1 {
  font-size: 156px !important;
  line-height: 156px !important; }
.fz2 .team-block {
  height: 150px; }
.fz2 .footer-wrap {
  min-height: 310px; }
.fz2 .eye-block span {
  margin-top: 3px; }
.fz2 .footer-item .eye-block span {
  margin-left: 10px;
  margin-top: 10px; }

@media only screen and (max-width: 991px) {
  .fz1 .main-slider-item .main-slider-item__title p {
    font-size: 13px !important;
    height: 50px;
    overflow: hidden; }
  .fz1 .news-item .news-item__title p {
    height: 48px;
    overflow: hidden; }
  .fz1 .base-table th {
    font-size: 14px !important; }
  .fz1 .main-slider-item .main-slider-item__title h2,
  .fz1 .team-str .team-str-title h2 {
    font-size: 23px !important; }
  .fz1 .footer-item h3 {
    font-size: 17px !important; }
  .fz1 .read-more {
    position: relative;
    top: 20px; }
  .fz1 .catalogue-item-table .read-more {
    top: 0; }

  .fz2 .main-slider-item .main-slider-item__title h2 {
    height: 85px;
    overflow: hidden; }
  .fz2 .main-slider-item .main-slider-item__title p {
    height: 72px;
    overflow: hidden; }
  .fz2 .footer-item__nav ul li {
    font-size: 19px !important; }
  .fz2 .footer-item h3 {
    font-size: 19px !important; }
  .fz2 .base-table th {
    font-size: 14px !important; }
  .fz2 .read-more {
    position: relative;
    top: 20px; }
  .fz2 .catalogue-item-table .read-more {
    top: 0; } }
.wrap {
  overflow: hidden; }
  @media print {
    .wrap .main-header,
    .wrap .main-nav {
      display: none; } }

.main-slider-item {
  position: relative; }
  .main-slider-item .main-slider-item__img {
    position: relative; }
    .main-slider-item .main-slider-item__img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.73) 59%, rgba(0, 0, 0, 0.83) 67%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.73) 59%, rgba(0, 0, 0, 0.83) 67%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.73) 59%, rgba(0, 0, 0, 0.83) 67%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d4000000',GradientType=1 ); }
    .main-slider-item .main-slider-item__img img {
      width: 100%; }
  .main-slider-item .main-slider-item__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 40px; }
    .main-slider-item .main-slider-item__title h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      max-height: 117px;
      overflow: hidden; }
    .main-slider-item .main-slider-item__title p {
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      max-height: 140px;
      overflow: hidden; }
    .main-slider-item .main-slider-item__title a:hover h2 {
      color: #ffe449; }

.main-slider .slick-dots {
  bottom: 30px;
  max-width: 1200px;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc(((66.66666667 * 1200px) / 100) + 15px); }
  .main-slider .slick-dots li {
    margin: 0 10px 0 0;
    width: 25px;
    height: 3px; }
    .main-slider .slick-dots li button {
      width: 25px;
      height: 3px; }
      .main-slider .slick-dots li button:before {
        width: 25px;
        height: 3px;
        background-color: #777777;
        content: "";
        opacity: 1; }
  .main-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #ffe449; }

.main-nav {
  background-color: #f5f7fa; }

.main-navigation li {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }
  .main-navigation li a {
    color: #6d727c;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
    transition: background 0.3s ease, color 0.3s ease; }
.main-navigation > li.active > a {
  background-color: #f5f6f8; }

.sub-menu {
  position: absolute;
  width: 285px;
  left: 283px;
  top: -31px;
  display: none;
  background-color: #fff;
  padding: 30px 0;
  z-index: 2;
  border: 1px solid #dbdbdb; }
  .sub-menu li {
    display: block;
    padding: 0 30px; }
    .sub-menu li:last-child a {
      border: none; }
    .sub-menu li a {
      border-bottom: 1px solid #dbdbdb;
      color: #1d1d1b;
      font-size: 16px;
      padding: 10px 10px 10px 0;
      text-transform: none;
      font-weight: normal; }
  .sub-menu .menu-has-children > a:after {
    display: block;
    content: "";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 8px; }

.main-navigation > li > .sub-menu {
  position: absolute;
  width: 285px;
  left: 0;
  top: inherit; }
  .main-navigation > li > .sub-menu li {
    display: block; }

.main-navigation li:hover > .sub-menu {
  display: block; }

.content {
  padding-bottom: 80px;
  position: relative; }
  @media print {
    .content {
      padding-bottom: 30px; } }

.content.main-page {
  padding-top: 30px; }

.news {
  padding-bottom: 40px; }
  .news .read-more {
    border: none;
    bottom: auto;
    color: #2d5ca6;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    left: 50%;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    top: auto;
    transform: translateX(-50%); }

.movie-content {
  padding-right: 40px; }
  .movie-content .movie-content__title {
    font-size: 18px;
    color: #9b9b9b;
    margin-top: 60px;
    display: block; }
  .movie-content p {
    margin: 20px 0;
    font-size: 16px;
    color: #222222;
    line-height: 24px; }
  .movie-content .iframe-responsive {
    margin: 30px 0; }

.news-tab {
  border-bottom: 1px solid #dadada !important; }
  .news-tab li {
    margin-bottom: 0 !important; }
    .news-tab li.active a {
      color: #fff !important;
      background-color: #2d5ca6 !important; }
    .news-tab li:hover a {
      background-color: #c2c5cb; }
    .news-tab li a {
      color: #fff;
      border: none !important;
      border-radius: inherit !important;
      margin-right: 0 !important;
      text-transform: uppercase;
      font-weight: 500;
      padding: 5px 46px !important;
      font-size: 14px;
      background-color: #c2c5cb; }

.news-content-wrap {
  column-count: 2; }

.news-content-item {
  display: inline-block;
  margin: 28px 0 0;
  transition: all 0.3s ease;
  vertical-align: top; }
  .news-content-item:hover {
    color: #2d5ca6; }
  .news-content-item p {
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px; }

.trailers {
  padding-bottom: 65px; }
  .trailers .title {
    margin-bottom: 20px; }
  .trailers span {
    font-size: 12px;
    font-weight: 300;
    color: #000; }
  .trailers h4 {
    color: #4a4a4a;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase; }
  .trailers .iframe-responsive {
    margin-top: 20px; }

.catalog-slider {
  padding-top: 20px;
  background-color: #f5f7fa; }
  .catalog-slider .slick-prev {
    height: inherit;
    left: 0px; }
  .catalog-slider .slick-next {
    height: inherit;
    right: 0px; }
  .catalog-slider .slick-prev:before,
  .catalog-slider .slick-next:before {
    font-family: "icomoon";
    color: #8d8d8d;
    font-size: 27px;
    z-index: 1;
    padding: 15px;
    display: block; }
  .catalog-slider .slick-prev:before {
    content: ""; }
  .catalog-slider .slick-next:before {
    content: ""; }
  .catalog-slider .slick-arrow {
    z-index: 1;
    width: inherit; }

.catalog-item {
  text-align: center;
  padding-bottom: 20px; }
  .catalog-item img {
    margin: 0 auto 15px auto;
    max-width: 165px; }
  .catalog-item h3 {
    color: #6d727c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .catalog-item .author {
    font-size: 14px;
    color: #6d727c;
    display: block;
    margin-top: 10px; }
  .catalog-item .duration {
    font-size: 14px;
    color: #6d727c;
    display: block;
    margin-top: 10px; }

.important-links {
  background-color: #f5f7fa;
  padding: 15px 25px 25px; }
  .important-links > li > a {
    color: #1d1d1b;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 0 10px 40px;
    position: relative;
    transition: all 0.3s ease; }
    .important-links > li > a:before {
      color: #2d5ca6;
      content: "";
      display: block;
      font-family: "icomoon";
      font-size: 18px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .important-links > li > a.open:before {
    content: ""; }

.sub-links {
  display: none;
  padding: 12px 0; }
  .sub-links li a {
    font-size: 14px;
    color: #545454;
    font-weight: 300;
    display: block;
    padding: 10px 40px; }

.authorities-wrap {
  font-size: 0;
  padding: 0 38px; }
  .authorities-wrap .slick-prev {
    height: inherit;
    left: 0; }
  .authorities-wrap .slick-next {
    height: inherit;
    right: 0; }
  .authorities-wrap .slick-prev:before,
  .authorities-wrap .slick-next:before {
    font-family: "icomoon";
    color: #fff;
    font-size: 18px; }
  .authorities-wrap .slick-prev:before {
    content: ""; }
  .authorities-wrap .slick-next:before {
    content: ""; }
  .authorities-wrap .slick-arrow {
    z-index: 1;
    height: 100%;
    background-color: #c2c5cb; }
  .authorities-wrap .slick-prev:hover, .authorities-wrap .slick-prev:focus, .authorities-wrap .slick-next:hover, .authorities-wrap .slick-next:focus {
    background: #c2c5cb !important; }

.authorities-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 1px; }
  .authorities-item img {
    display: block;
    max-width: 100%;
    margin: auto;
    max-height: 45px; }
  .authorities-item a:first-child img {
    margin-bottom: 5px; }

.keepmeinfo {
  background-color: #f5f7fa;
  padding: 25px 25px 40px; }
  .keepmeinfo__row {
    position: relative; }
  .keepmeinfo input {
    border: 1px solid #2d5ca6;
    display: block;
    height: 40px;
    padding: 10px 30px 10px 15px;
    width: 100%; }
    .keepmeinfo input::-webkit-input-placeholder {
      color: #c2c5cb;
      font-size: 13px; }
  .keepmeinfo span {
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    color: #2d5ca6; }

.push {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #2d5ca6;
  text-align: center;
  border: none;
  display: table;
  padding: 0 12px; }
  .push i {
    color: #fff;
    font-size: 17px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s ease; }

@media print {
  .sidebar {
    display: none; } }
.sidebar .title {
  text-align: center; }

.sidebar-nav {
  margin-top: 15px;
  padding-bottom: 15px; }
  .sidebar-nav li {
    display: block;
    margin-bottom: 3px; }
    .sidebar-nav li a {
      color: #1d1d1b;
      display: block;
      font-size: 16px;
      padding: 8px 70px 8px 25px;
      transition: all 0.3s ease; }
      .sidebar-nav li a:hover {
        background-color: #2d5ca6;
        color: #fff; }

.breadcrumbs {
  margin-bottom: 5px;
  padding: 23px 0 17px 0; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:last-child a:after {
      display: none; }
    .breadcrumbs li a {
      font-size: 14px;
      color: #6d727c;
      display: block; }
      .breadcrumbs li a:hover {
        color: #2d5ca6;
        text-decoration: underline !important; }
      .breadcrumbs li a:after {
        content: "-";
        display: inline-block;
        margin: 0 5px; }

.date-activity {
  margin-top: 25px;
  margin-bottom: 10px; }
  .date-activity li {
    display: inline-block; }
    .date-activity li a {
      color: #4a4a4a;
      font-size: 12px;
      padding: 3px 5px; }
  .date-activity li.active a {
    background-color: #2d5ca6;
    color: #fff; }

.activity-wrap {
  font-size: 0;
  padding-bottom: 40px; }

.activity-item {
  padding: 16px 0;
  border-bottom: 2px dotted #ebebeb; }
  .activity-item:last-child {
    border-bottom: none; }
  .activity-item .activity-item__img {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .activity-item .activity-item__img a {
      width: 100%; }
    .activity-item .activity-item__img i {
      font-size: 19px; }
  .activity-item a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    font-size: 15px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 20px; }

.news-page-wrap {
  margin-top: 20px; }

.news-page .pagination-nav {
  margin-top: 40px;
  margin-bottom: 15px; }

.news-item {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid #cecece; }
  .news-item .news-item__img {
    flex: 0 0 25%;
    max-width: 25%; }
    .news-item .news-item__img img {
      max-width: 100%; }
  .news-item .news-item__title {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 70px 0 15px;
    position: relative; }
    .news-item .news-item__title h2 {
      font-size: 16px;
      font-weight: 700;
      color: #222;
      margin-top: 15px; }
    .news-item .news-item__title p {
      font-size: 14px;
      color: #222;
      font-weight: 300;
      margin: 15px 0; }
    .news-item .news-item__title .read-more {
      position: relative; }

.news-page .date {
  font-size: 14px;
  color: #222;
  display: block;
  margin: 10px 0; }

.news-open {
  margin-top: 47px;
  padding-right: 35px; }
  .news-open a {
    text-decoration: underline; }
  .news-open > p,
  .news-open > div > p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0; }
  .news-open ul,
  .news-open ol {
    margin: 20px 0; }
    .news-open ul li,
    .news-open ol li {
      font-size: 16px;
      line-height: 24px;
      margin: 10px 0; }
  .news-open ul li:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000; }
  .news-open ol {
    list-style: decimal;
    padding-left: 15px; }
  @media print {
    .news-open iframe {
      display: none; } }

.news-open blockquote,
.content-page blockquote {
  border-radius: 5px;
  margin: 20px 0;
  padding: 55px 60px 45px 75px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 300;
  font-style: italic;
  background-color: #f8f4ec;
  position: relative; }
  .news-open blockquote ul li,
  .content-page blockquote ul li {
    list-style-image: url(../img/logo/liststyle.png);
    margin: 7px 0; }
  .news-open blockquote p:before,
  .content-page blockquote p:before {
    content: "";
    top: 21px;
    left: 25px; }
  .news-open blockquote p:after,
  .content-page blockquote p:after {
    content: "";
    bottom: 22px;
    right: 33px; }
  .news-open blockquote p:before, .news-open blockquote p:after,
  .content-page blockquote p:before,
  .content-page blockquote p:after {
    display: inline-block;
    font-family: "icomoon";
    color: #2d5ca6;
    position: absolute;
    font-size: 22px; }
  .news-open blockquote:after,
  .content-page blockquote:after {
    top: 100%;
    right: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(248, 244, 236, 0);
    border-top-color: #f8f4ec;
    border-width: 12px; }

.news-open blockquote p {
  padding-right: 25px; }

.tags {
  margin-top: 20px; }
  @media print {
    .tags {
      display: none; } }
  .tags h3 {
    font-size: 16px;
    font-weight: 700; }
  .tags:before {
    width: 21%;
    background-color: #dcdcdc;
    height: 1px;
    content: "";
    display: block;
    margin-bottom: 20px; }
  .tags .tags__nav {
    margin: 5px 0; }
    .tags .tags__nav li {
      margin: 0;
      display: inline-block;
      line-height: 19px; }
      .tags .tags__nav li:before {
        display: none; }
      .tags .tags__nav li a {
        color: #1d1d1b;
        font-size: 16px;
        text-decoration: none; }

.gallery-content {
  margin: 30px 0; }
  .gallery-content__photo .photo-item {
    cursor: pointer;
    text-align: center;
    height: 500px; }
    .gallery-content__photo .photo-item img {
      max-width: 100%;
      max-height: 500px;
      display: inline-block;
      margin: auto;
      vertical-align: middle; }
    .gallery-content__photo .photo-item:after {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      content: ""; }
  .gallery-content__photo .slick-prev:before,
  .gallery-content__photo .slick-next:before {
    font-family: "icomoon";
    font-size: 90px;
    color: #2d5ca6; }
  .gallery-content__photo .slick-prev:before {
    content: ""; }
  .gallery-content__photo .slick-next:before {
    content: ""; }
  .gallery-content__photo .slick-prev,
  .gallery-content__photo .slick-next {
    z-index: 1;
    height: auto;
    width: auto; }
  .gallery-content__photo .slick-prev {
    left: 30px; }
  .gallery-content__photo .slick-next {
    right: 30px; }
  @media print {
    .gallery-content__photo .slick-arrow {
      display: none !important; } }
  .gallery-content__thumbs {
    margin-top: 20px; }
    .gallery-content__thumbs .photo-item {
      opacity: 0.7;
      cursor: pointer; }
      .gallery-content__thumbs .photo-item img {
        max-width: 100%;
        max-height: 100px;
        padding: 0 5px; }
    .gallery-content__thumbs .photo-item.slick-current {
      opacity: 1; }
    .gallery-content__thumbs .photo-item.slick-cloned {
      opacity: 0; }

@media print {
  .gallery-content .gallery-content__thumbs {
    display: none !important; } }

.img-wrap-text {
  margin: 25px 0 15px 0; }
  .img-wrap-text .image_content {
    display: inline-block;
    max-width: 100%; }
  .img-wrap-text .image_caption_p {
    font-size: 9px;
    font-weight: 300;
    color: #222;
    display: block;
    line-height: 25px; }

.center-image {
  text-align: center; }

.left-image {
  text-align: left; }

.right-image {
  text-align: right; }

.read-more {
  color: #2d5ca6;
  font-size: 14px;
  border-bottom: 1px dashed;
  position: absolute;
  bottom: 0; }

.page404 {
  text-align: center; }
  .page404 h1 {
    font-size: 150px;
    color: #2d5ca6;
    line-height: 110px; }
  .page404 span {
    font-size: 20px;
    color: #4a4a4a;
    text-transform: uppercase;
    display: block;
    margin: 20px 0; }
  .page404 .read-more {
    position: relative; }

.keepmeinfo-form {
  margin: 25px 0;
  max-width: 290px; }
  .keepmeinfo-form label {
    display: block;
    font-size: 13px;
    color: #4a4a4a;
    margin-bottom: 3px; }
  .keepmeinfo-form input[type=email] {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #4a4a4a;
    padding: 4px; }
  .keepmeinfo-form .btn {
    margin-top: 25px;
    width: 100%; }
  .keepmeinfo-form span {
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    color: #2d5ca6; }

.film-wrap {
  margin: 30px 0;
  font-size: 0; }
  .film-wrap .film-img {
    width: 32%;
    display: inline-block;
    vertical-align: top; }
    .film-wrap .film-img img {
      max-width: 100%;
      vertical-align: middle; }
    .film-wrap .film-img .film-img__poster {
      text-align: center;
      cursor: pointer; }
    .film-wrap .film-img .film-img__slider {
      margin-top: 10px;
      padding: 0 20px;
      overflow: hidden; }
      .film-wrap .film-img .film-img__slider + .film-info-more {
        margin-top: 28px; }
      .film-wrap .film-img .film-img__slider .slick-slide {
        margin: 0 4px;
        cursor: pointer; }
      .film-wrap .film-img .film-img__slider img {
        width: 100%;
        height: 55px;
        object-fit: cover; }
      .film-wrap .film-img .film-img__slider .slick-prev:before,
      .film-wrap .film-img .film-img__slider .slick-next:before {
        font-family: "icomoon";
        font-size: 25px;
        color: #2d5ca6; }
      .film-wrap .film-img .film-img__slider .slick-prev {
        left: 0; }
        .film-wrap .film-img .film-img__slider .slick-prev:before {
          content: ""; }
      .film-wrap .film-img .film-img__slider .slick-next {
        right: 3px; }
        .film-wrap .film-img .film-img__slider .slick-next:before {
          content: ""; }
  .film-wrap .film-title {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px; }
    .film-wrap .film-title h3 {
      font-size: 18px;
      color: #222; }
    .film-wrap .film-title .film-title-table {
      width: 100%;
      margin-top: 13px; }
      .film-wrap .film-title .film-title-table td {
        transition: opacity 0.5s linear, font-size 0.1s ease;
        font-size: 16px;
        padding: 7px 0; }
        .film-wrap .film-title .film-title-table td a {
          border-bottom: 1px dashed;
          color: #7098b1; }
      .film-wrap .film-title .film-title-table td.type {
        color: grey;
        width: 41%; }

.film-table-wrap:not(.more) .film-table-more td {
  font-size: 0 !important;
  opacity: 0;
  padding: 0 !important; }
.film-table-wrap:not(.more) .film-table-less {
  display: none; }

.film-table-less {
  color: #2d5ca6;
  cursor: pointer;
  display: flex;
  margin-top: 12px; }
  .film-table-less__icon {
    font-size: 9px;
    width: 10px;
    margin-right: 5px; }
    .film-table-less__icon::before {
      transform: rotate(-90deg);
      display: block;
      font-weight: 700; }
  .film-table-less__text {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom: 1px dashed #2d5ca6; }

.filter-button-wrap {
  text-align: center;
  margin-top: 15px; }

.filter-more-button {
  align-items: center;
  border-bottom: 1px dashed #2d5ca6;
  color: #2d5ca6;
  display: inline-flex;
  padding-bottom: 3px;
  cursor: pointer; }
  .filter-more-button--less .filter-more-button__icon::before {
    transform: rotate(-90deg); }
  .filter-more-button--less .filter-more-button__text--more {
    display: none; }
  .filter-more-button--less .filter-more-button__text--less {
    display: block; }
  .filter-more-button__text {
    font-weight: 500;
    font-size: 13px;
    margin-right: 7px; }
    .filter-more-button__text--less {
      display: none; }
  .filter-more-button__icon {
    width: 10px;
    font-size: 8px; }
    .filter-more-button__icon::before {
      display: block;
      transform: rotate(90deg);
      font-weight: 700; }

.filter-form:not(.more) .filter-item--hide {
  display: none; }

.base-table {
  margin: 30px 0;
  width: 100%; }
  .base-table th {
    background-color: #d8dde9;
    font-size: 16px;
    vertical-align: middle;
    padding: 12px 23px 12px;
    line-height: 22px;
    border-right: 1px solid #fff;
    position: relative; }
  .base-table td {
    font-size: 15px;
    color: #1d1d1b;
    padding: 30px 10px;
    vertical-align: middle;
    letter-spacing: 0.3px;
    line-height: 20px; }
    .base-table td a {
      color: #1d1d1b; }
      .base-table td a i {
        font-size: 18px;
        text-align: center;
        display: block; }
  .base-table tr {
    border-bottom: 2px dotted #ebebeb; }
    .base-table tr:last-child {
      border: none; }
  .base-table .table-icon {
    text-decoration: none !important; }
  .base-table .base-table_name {
    width: 40%; }
  .base-table .base-table_number {
    width: 12%; }
  .base-table .base-table_type {
    width: 17%; }
  .base-table .base-table_date {
    width: 15%; }
  .base-table .base-table_default {
    width: 170px; }

.buttons {
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  right: 5px; }
  .buttons a {
    display: block;
    line-height: 10px; }
    .buttons a i {
      font-size: 5px;
      color: #a1a1a1; }
    .buttons a .icon-message3 {
      color: #4a4a4a; }

.base-search {
  max-width: 570px;
  margin: 25px 0; }
  .base-search .btn {
    width: 100%; }
  .base-search fieldset {
    margin: 7px 0; }
    .base-search fieldset select,
    .base-search fieldset input[type=text] {
      border: 1px solid #b8b8b8;
      height: 26px; }
    .base-search fieldset .base-radio {
      display: inline-block;
      vertical-align: top;
      width: 70%;
      margin-left: 20px; }
      .base-search fieldset .base-radio .base-radio__item {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        color: #333; }
    .base-search fieldset label {
      font-size: 15px;
      vertical-align: top;
      margin-bottom: 5px; }
    .base-search fieldset .textarea-search {
      width: 100%;
      resize: none;
      margin: 5px 0;
      height: 50px;
      border: 1px solid #b8b8b8; }
    .base-search fieldset input[type=text] {
      display: block;
      max-width: 100%; }
    .base-search fieldset input {
      margin: 0 !important; }
    .base-search fieldset #type {
      display: block;
      width: 100%; }
    .base-search fieldset .select-wrap {
      font-size: 0;
      margin: 0 -5px; }
      .base-search fieldset .select-wrap select {
        font-size: 13px;
        width: calc(33.3% - 10px);
        margin: 5px;
        display: inline-block;
        vertical-align: top; }

.cinema-search {
  padding-right: 70px;
  margin-top: 20px;
  padding-bottom: 55px; }
  .cinema-search fieldset {
    margin: 13px 0; }
  .cinema-search label {
    font-size: 15px;
    display: block; }
  .cinema-search input[type=text],
  .cinema-search input[type=date] {
    width: 100%;
    margin: 7px 0;
    padding: 0 7px;
    height: 26px;
    font-size: 15px;
    font-weight: 300;
    color: #4a4a4a; }
  .cinema-search .wrap-tags {
    width: 32%;
    position: relative;
    display: inline-block; }
    .cinema-search .wrap-tags .tags-input {
      padding-right: 30px !important; }
    .cinema-search .wrap-tags a {
      position: absolute;
      top: 22px;
      right: 6px; }
      .cinema-search .wrap-tags a .icon-xclose {
        font-size: 20px;
        color: #565656;
        display: block;
        transform: rotate(-45deg); }
  .cinema-search .date1::-webkit-inner-spin-button, .cinema-search .date1::-webkit-clear-button, .cinema-search .date1::-webkit-calendar-picker-indicator,
  .cinema-search .date2::-webkit-inner-spin-button,
  .cinema-search .date2::-webkit-clear-button,
  .cinema-search .date2::-webkit-calendar-picker-indicator,
  .cinema-search #date_from::-webkit-inner-spin-button,
  .cinema-search #date_from::-webkit-clear-button,
  .cinema-search #date_from::-webkit-calendar-picker-indicator,
  .cinema-search #date_to::-webkit-inner-spin-button,
  .cinema-search #date_to::-webkit-clear-button,
  .cinema-search #date_to::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }
  .cinema-search .date1:after,
  .cinema-search .date2:after,
  .cinema-search #date_from:after,
  .cinema-search #date_to:after {
    font-family: "icomoon";
    content: "";
    color: #2d5ca6;
    font-size: 15px; }
  .cinema-search .date1,
  .cinema-search .date2 {
    background-color: #fff; }
  .cinema-search .tags-nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    .cinema-search .tags-nav li {
      display: inline-block;
      vertical-align: top;
      margin-right: 3px; }
      .cinema-search .tags-nav li a {
        font-size: 12px;
        font-weight: 300;
        color: #2d5ca6; }
        .cinema-search .tags-nav li a:before {
          content: "";
          display: inline-block;
          vertical-align: bottom;
          font-family: "icomoon";
          color: #4a4a4a;
          margin-right: 2px; }
  .cinema-search .btn {
    width: 145px;
    margin-right: 8px; }
  .cinema-search .date-input__item {
    display: inline-block;
    vertical-align: top;
    max-width: 145px;
    margin-right: 8px !important;
    position: relative; }
    .cinema-search .date-input__item:after {
      font-family: "icomoon";
      content: "";
      color: #2d5ca6;
      font-size: 15px;
      position: absolute;
      top: 12px;
      right: 7px; }

.checkbox-item {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px; }
  .checkbox-item label {
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1; }
  .checkbox-item input[type=checkbox] {
    position: absolute;
    visibility: hidden; }
  .checkbox-item .check {
    display: block;
    position: absolute;
    border: 1px solid #bcbec0;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    top: 0; }
  .checkbox-item .check::before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg);
    right: 1px;
    top: 2px; }
  .checkbox-item input[type=checkbox]:checked ~ .check::before {
    border-color: #3c5391; }

.page-result {
  padding-bottom: 20px; }
  .page-result > span {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300; }
  .page-result .result-item {
    margin: 25px 0; }
    .page-result .result-item h2 {
      font-size: 18px;
      font-weight: 700;
      color: #222;
      margin: 10px 0;
      line-height: 23px; }
    .page-result .result-item p {
      font-size: 16px;
      font-weight: 300;
      color: #222;
      margin: 15px 0 0 0;
      line-height: 22px; }
    .page-result .result-item .date {
      font-size: 14px;
      display: block;
      margin-top: 5px; }
    .page-result .result-item b {
      color: #fff;
      background-color: #2d5ca6; }

.appeal {
  margin-top: 30px; }
  .appeal fieldset {
    margin-top: 25px; }
    .appeal fieldset h3 {
      color: #2d5ca6;
      padding-bottom: 5px;
      border-bottom: 1px solid #2d5ca6;
      font-weight: 300;
      width: 48%;
      font-size: 14px; }
    .appeal fieldset h4 {
      font-size: 13px;
      font-weight: 500;
      color: #4a4a4a;
      margin: 10px 0 0 0; }
    .appeal fieldset label {
      display: block;
      font-size: 12px;
      color: #9b9b9b;
      margin-top: 15px; }
    .appeal fieldset input,
    .appeal fieldset select {
      width: 48%;
      margin: 5px 0;
      font-size: 13px;
      color: #4a4a4a;
      height: 25px;
      padding: 0 5px; }
    .appeal fieldset select,
    .appeal fieldset .appeal__phone {
      width: 37.5%; }
    .appeal fieldset .appeal__text {
      resize: none;
      height: 225px;
      width: 75.5%;
      padding: 5px;
      margin: 5px 0;
      display: inline-block;
      vertical-align: middle; }
    .appeal fieldset .appeal__date {
      width: 125px; }
      .appeal fieldset .appeal__date::-webkit-inner-spin-button, .appeal fieldset .appeal__date::-webkit-clear-button {
        display: none;
        -webkit-appearance: none; }
    .appeal fieldset .appeal__symbol {
      width: 100%;
      font-size: 25px;
      height: 49px;
      vertical-align: bottom; }
    .appeal fieldset .symbol-wrap {
      width: 29.3%;
      display: inline-block; }
      .appeal fieldset .symbol-wrap .error-span {
        position: absolute; }
    .appeal fieldset .symbol__img {
      display: inline-block;
      position: relative;
      top: -2px;
      margin-left: 10px;
      max-width: 150px; }
  .appeal .checkbox-item {
    margin: 20px 0; }
    .appeal .checkbox-item label {
      font-size: 13px;
      color: #222;
      font-weight: 300;
      padding-left: 15px; }
    .appeal .checkbox-item input[type=checkbox] {
      margin: 0; }
    .appeal .checkbox-item .check {
      width: 9px;
      height: 9px;
      border-color: #2d5ca6;
      top: 4px; }
      .appeal .checkbox-item .check:before {
        top: 1px;
        width: 5px;
        height: 4px; }
  .appeal .btn {
    display: block;
    width: 37.3%;
    min-width: 200px; }

.catalogue .arch {
  font-size: 14px;
  color: #bcbec0;
  display: block;
  margin-top: 17px; }

.catalogue-nav {
  padding: 10px 0; }
  .catalogue-nav li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 7px; }
    .catalogue-nav li a {
      background-color: #acacac;
      color: #fdfdfd;
      padding: 5px 12px;
      display: block;
      font-size: 14px;
      border-radius: 3px;
      transition: all 0.3s ease;
      cursor: pointer; }
      .catalogue-nav li a:before {
        font-family: "icomoon";
        content: "";
        display: inline-block;
        margin-right: 3px;
        font-size: 10px; }
  .catalogue-nav li.disable a {
    background-color: inherit;
    font-size: 14px;
    color: #2d5ca6; }
    .catalogue-nav li.disable a:after {
      content: "";
      display: block;
      width: 92%;
      border-bottom: 1px dashed #2d5ca6;
      float: right;
      padding-top: 2px; }

.catalogue-wrap {
  margin: 30px 0;
  padding-top: 10px; }

.catalogue-item {
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .catalogue-item {
      flex-wrap: wrap; } }
  .catalogue-item__img {
    flex: 0 0 20%;
    max-width: 20%;
    cursor: pointer; }
    @media (max-width: 767px) {
      .catalogue-item__img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
    .catalogue-item__img img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        .catalogue-item__img img {
          display: block;
          margin: auto; } }
  .catalogue-item__content {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .catalogue-item__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
  .catalogue-item__title {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding-right: 25px; }
    @media (max-width: 767px) {
      .catalogue-item__title {
        text-align: center;
        padding-right: 0; } }
  .catalogue-item__head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .catalogue-item__head {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px; } }
  .catalogue-item__date {
    flex-shrink: 0;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .catalogue-item__date {
        margin-top: 10px; } }
    .catalogue-item__date-title {
      font-weight: 700; }
  .catalogue-item__labels {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .catalogue-item__labels {
        flex-wrap: wrap; } }
    .catalogue-item__labels-wrap {
      display: flex;
      flex-wrap: wrap;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .catalogue-item__labels-wrap {
          flex: 0 0 100%;
          justify-content: center;
          max-width: 100%;
          padding: 0; } }
  .catalogue-item__label {
    align-items: center;
    border-radius: 11px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
    display: flex;
    min-height: 30px;
    padding: 5px 7px;
    margin: 0 8px 8px 0; }
    .catalogue-item__label-text {
      color: #757575;
      font-size: 14px;
      font-weight: 500; }
    .catalogue-item__label-img {
      display: flex;
      margin-right: 5px; }
      .catalogue-item__label-img img {
        width: 15px;
        height: 15px;
        vertical-align: middle; }
    .catalogue-item__label--logo {
      padding: 2px 10px;
      margin: 0 0 0 auto; }
      @media (max-width: 767px) {
        .catalogue-item__label--logo {
          margin: auto auto 10px;
          order: -1; } }
      .catalogue-item__label--logo .catalogue-item__label-img {
        margin: 0; }
        .catalogue-item__label--logo .catalogue-item__label-img img {
          width: 128px;
          height: auto;
          vertical-align: middle; }
  .catalogue-item .catalogue-item-table {
    font-size: 14px;
    margin-top: 5px; }
    .catalogue-item .catalogue-item-table td {
      padding: 5px 0; }
      .catalogue-item .catalogue-item-table td p {
        display: block;
        line-height: 16px; }
    .catalogue-item .catalogue-item-table .type {
      color: #4a4a4a;
      font-weight: 700;
      padding-right: 10px;
      width: 135px; }
    .catalogue-item .catalogue-item-table .read-more {
      margin: 0 7px;
      position: relative; }

.twitter-typeahead {
  width: 100%; }

.filter {
  background-color: #efefef;
  margin-bottom: 0; }
  .filter .filter-item {
    background-color: #fff;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #efefef; }
    .filter .filter-item h3 {
      font-size: 16px;
      color: #4a4a4a;
      cursor: pointer;
      margin: 5px 0; }
      .filter .filter-item h3:after {
        font-family: "icomoon";
        content: "";
        transform: rotate(-90deg);
        display: inline-block;
        float: right;
        color: #4a4a4a;
        font-size: 9px;
        transition: all 0.3s ease; }
    .filter .filter-item h3.open:after {
      transform: rotate(90deg); }
    .filter .filter-item .filter-item__sub {
      margin-top: 15px; }
      .filter .filter-item .filter-item__sub label {
        font-size: 15px;
        color: #646464;
        display: block;
        margin-bottom: 5px; }
      .filter .filter-item .filter-item__sub input {
        width: 100%;
        font-size: 14px;
        color: #646464;
        padding: 6px 15px;
        padding-right: 65px;
        background-color: transparent; }
        .filter .filter-item .filter-item__sub input::-webkit-input-placeholder {
          color: #bcbec0;
          font-size: 14px; }
  .filter .btn {
    width: 100%;
    font-size: 14px !important;
    color: #fff;
    margin-top: 20px;
    font-weight: 700; }

.filter-item--padding .filter-item__sub {
  padding-left: 5px; }
.filter-item__subtitle {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 10px; }

.month-wrap {
  border-top: 1px solid #F0F0F0;
  margin-top: 5px;
  padding-top: 10px; }

.month-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  max-width: 250px; }
  .month-nav li {
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09);
    color: #696969;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    margin: 0 5px 8px;
    padding: 3px;
    text-align: center;
    width: 66px; }
    .month-nav li.active {
      background: #2E5188;
      border-color: #4277CA;
      color: #fff; }

.search-wrap {
  position: relative; }
  .search-wrap .push {
    height: 33px; }
    .search-wrap .push i {
      font-size: 20px; }
  .search-wrap .seach-load {
    position: absolute;
    top: 6px;
    right: 45px;
    display: block;
    display: none; }
  .search-wrap .search-sub {
    width: 100%;
    padding: 20px;
    border: 1px solid #dcdcdc;
    height: 185px;
    overflow: auto; }
    .search-wrap .search-sub label {
      color: #4a4a4a; }
      .search-wrap .search-sub label b {
        background-color: #dcdcdc; }
    .search-wrap .search-sub .checkbox-item {
      display: block;
      margin-bottom: 18px; }
      .search-wrap .search-sub .checkbox-item .check {
        border: none; }
      .search-wrap .search-sub .checkbox-item input[type=checkbox]:checked ~ .check {
        border: 1px solid #bcbec0; }
      .search-wrap .search-sub .checkbox-item input[type=checkbox]:checked ~ .check-parent {
        background-color: #2d5ca6; }
      .search-wrap .search-sub .checkbox-item input[type=checkbox]:checked ~ .check-parent::before {
        border-color: #fff; }
    .search-wrap .search-sub .checkbox-item > .checkbox-item {
      margin: 10px 0 5px 17px; }

.stage .search-sub {
  height: auto;
  border: none; }
  .stage .search-sub .check {
    border: 1px solid #bcbec0 !important; }
  .stage .search-sub label {
    font-size: 15px !important; }
  .stage .search-sub .checkbox-item:last-child {
    margin-bottom: 0; }

.view .search-sub {
  height: auto;
  border: none;
  padding: 10px 0; }
  .view .search-sub .checkbox-item {
    margin-bottom: 33px; }
  .view .search-sub .check {
    border: 1px solid #bcbec0 !important; }
  .view .search-sub .checkbox-item:last-child {
    margin-bottom: 0; }

.slider-wrap .noUi-target {
  box-shadow: none; }
.slider-wrap .noUi-horizontal {
  height: 4px;
  background-color: #aeaeae;
  border-radius: 0; }
  .slider-wrap .noUi-horizontal .noUi-handle {
    width: 11px;
    height: 11px;
    left: initial;
    top: -5px;
    background-color: #dcdcdc;
    border: 2px solid #646464;
    border-radius: 50%; }
    .slider-wrap .noUi-horizontal .noUi-handle:before, .slider-wrap .noUi-horizontal .noUi-handle:after {
      display: none; }
  .slider-wrap .noUi-horizontal .noUi-handle-upper {
    left: -10px; }
.slider-wrap .noUi-connect {
  background-color: #2d5ca6; }
.slider-wrap .slider-result {
  text-align: center;
  margin-top: 20px; }
  .slider-wrap .slider-result li {
    display: inline-block; }
    .slider-wrap .slider-result li input {
      width: 55px !important;
      padding: 2px 6px !important;
      margin-left: 5px;
      border: 1px solid #dcdcdc; }
    .slider-wrap .slider-result li span {
      font-size: 14px;
      color: #4a4a4a; }
  .slider-wrap .slider-result li:first-child {
    margin-right: 15px; }

.video-materials {
  margin: 10px 0;
  border: none; }
  .video-materials li {
    float: initial;
    display: inline-block;
    margin-right: 15px; }
    .video-materials li a {
      padding: 0;
      font-size: 14px;
      color: #222;
      cursor: pointer !important;
      border: none !important;
      border-bottom: 1px dashed !important; }
  .video-materials li.active a {
    border: none !important;
    color: #2d5ca6 !important;
    border-bottom: 1px dashed #2d5ca6 !important; }

.team-info {
  margin: 30px 0 50px 0;
  font-size: 0; }
  .team-info .team-info__img {
    width: 28.5%;
    display: inline-block;
    vertical-align: top; }
  .team-info .team-info__title {
    width: 71.5%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px; }
    .team-info .team-info__title h2 {
      font-size: 20px;
      color: #4a4a4a; }

.team .type {
  color: #a2a2a2;
  font-weight: 300;
  width: 48%;
  font-size: 16px; }
.team p {
  font-size: 16px;
  font-weight: 300;
  color: #4a4a4a;
  display: block;
  margin-top: 22px;
  line-height: 24px; }
.team ul {
  margin: 20px 0;
  margin-left: 11px; }
  .team ul li {
    list-style-image: url(../img/logo/liststyle.png);
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    margin: 25px 0;
    line-height: 24px;
    padding-left: 10px; }

.team-info-table {
  margin: 40px 0 10px 0; }
  .team-info-table td {
    font-size: 16px;
    color: #4a4a4a;
    padding: 5px 0; }

.download-item {
  margin: 10px 0;
  display: flex;
  align-items: center; }
  .download-item .download-item__icon {
    width: 25px;
    flex-shrink: 0; }
    .download-item .download-item__icon i {
      font-size: 21px;
      color: #3c3e41;
      display: block; }
  .download-item .download-item__span {
    color: #4a4a4a;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px; }
    .download-item .download-item__span i {
      font-style: italic;
      font-weight: bold; }
    .download-item .download-item__span a {
      padding: 0 10px;
      font-size: 15px;
      font-weight: 700;
      color: #2d5ca6;
      text-decoration: underline; }

.structure-wrap {
  padding-top: 15px; }
  .structure-wrap .structure-item:after {
    content: "";
    display: block;
    clear: both; }
  .structure-wrap span {
    display: block;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px; }
  .structure-wrap .name-title {
    font-weight: 700; }

.sector {
  padding: 10px; }
  .sector .structure-item {
    padding: 10px 0; }
    .sector .structure-item:first-child {
      border-bottom: 1px solid #000; }

.big {
  font-size: 16px;
  margin-top: 40px; }

.team-str {
  text-align: center;
  padding-right: 35px;
  position: relative; }
  .team-str .team-str-title {
    background-color: #2d5ca6;
    display: inline-block;
    padding-top: 18px;
    border: 2px solid transparent; }
    .team-str .team-str-title h4 {
      font-size: 14px;
      color: #fff; }
    .team-str .team-str-title h2 {
      font-size: 24px;
      color: #fff;
      margin-top: 4px;
      margin-bottom: 18px; }
    .team-str .team-str-title span {
      display: block;
      font-size: 14px;
      color: #fff;
      padding: 0; }

.team-str-wrap {
  font-size: 0;
  padding-top: 200px; }
  .team-str-wrap .team-str-item {
    display: inline-block;
    vertical-align: top;
    width: 28.6%;
    margin-right: 7.1%; }
    .team-str-wrap .team-str-item:nth-child(3n) {
      margin-right: 0; }
  .team-str-wrap .team-str-item.director {
    margin-top: -175px; }
    .team-str-wrap .team-str-item.director .team-str-title {
      margin-bottom: 25px; }

.team-block {
  width: 100%;
  min-height: 150px;
  background-color: #f1f1f1;
  display: table;
  margin-bottom: 5px; }
  .team-block span {
    font-size: 14px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    line-height: 18px; }

.full {
  margin-top: -10px; }
  .full span {
    display: block;
    margin: 35px 0 25px 0; }
  .full .span-item {
    font-size: 12px;
    font-weight: 300;
    background-color: #fbfbfb;
    margin: 10px 15px;
    padding: 10px; }

.content-page p {
  font-size: 14px;
  color: #222;
  display: block;
  line-height: 18px;
  margin: 20px 0; }
  .content-page p a {
    font-size: 14px;
    color: #2d5ca6;
    font-weight: 300;
    border-bottom: 1px dashed; }
  .content-page p i {
    font-style: italic; }
.content-page h2 {
  font-size: 14px;
  color: #222222;
  margin: 20px 0; }
.content-page .image_caption_p {
  font-size: 14px;
  font-style: italic; }

.link {
  display: table;
  margin: 15px 0; }
  .link i {
    color: #222;
    font-size: 20px;
    display: table-cell;
    vertical-align: top;
    width: 25px; }
  .link span {
    color: #222;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    font-size: 14px;
    display: table-cell; }

#datepicker {
  padding: 10px 0;
  background-color: #f5f7fa; }
  #datepicker .ui-datepicker-inline {
    width: 100%;
    border: none; }
    #datepicker .ui-datepicker-inline .ui-widget-header {
      background: none;
      border: none;
      padding: 8px 0 14px 0;
      width: 150px;
      margin: auto; }
    #datepicker .ui-datepicker-inline .ui-datepicker-calendar {
      text-transform: lowercase;
      font-size: 13px;
      font-weight: 300;
      color: #424242; }
      #datepicker .ui-datepicker-inline .ui-datepicker-calendar thead {
        border-bottom: 1px solid #fff; }
    #datepicker .ui-datepicker-inline .ui-datepicker-year {
      display: none; }
    #datepicker .ui-datepicker-inline .ui-state-default,
    #datepicker .ui-datepicker-inline .ui-widget-content .ui-state-default,
    #datepicker .ui-datepicker-inline .ui-widget-header .ui-state-default,
    #datepicker .ui-datepicker-inline .ui-button,
    #datepicker .ui-datepicker-inline html .ui-button.ui-state-disabled:hover,
    #datepicker .ui-datepicker-inline html .ui-button.ui-state-disabled:active {
      border: none;
      background: none; }
    #datepicker .ui-datepicker-inline .ui-state-active,
    #datepicker .ui-datepicker-inline .ui-widget-content .ui-state-active {
      color: #000; }
  #datepicker .ui-datepicker td span,
  #datepicker .ui-datepicker td a {
    text-align: center !important;
    font-size: 13px;
    padding: 5px 0; }
  #datepicker .ui-datepicker td {
    padding: 5px; }
  #datepicker .ui-datepicker-week-end:last-child,
  #datepicker .ui-datepicker-week-end:last-child a {
    color: red; }
  #datepicker .ui-widget-content {
    background-color: #f5f7fa; }
  #datepicker .ui-icon-circle-triangle-w {
    background-position: -97px -17px; }
  #datepicker .ui-icon-circle-triangle-e {
    background-position: -33px -17px; }
  #datepicker .ui-datepicker .ui-datepicker-prev,
  #datepicker .ui-datepicker .ui-datepicker-next {
    top: 7px; }

#popup-gallery .wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  text-align: center; }
  #popup-gallery .wrapper .gallery {
    display: inline-block;
    vertical-align: middle;
    max-width: 770px;
    background-color: white;
    margin: auto;
    max-height: 770px;
    position: relative; }
    #popup-gallery .wrapper .gallery .gallery-slider-wrap {
      margin: 40px 70px; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo {
        max-height: 570px;
        background-color: #ececec; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item {
          cursor: pointer;
          text-align: center;
          height: 570px;
          display: inline-block; }
          #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item:after {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            content: ""; }
          #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item img {
            max-width: 100%;
            width: auto !important;
            margin: auto;
            display: inline-block !important;
            max-height: 570px;
            vertical-align: middle; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-prev:before,
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-next:before {
          font-family: "icomoon";
          font-size: 90px;
          color: #b8b8b8; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-prev {
          left: -45px; }
          #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-prev:before {
            content: ""; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-next {
          right: -37px; }
          #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-next:before {
            content: ""; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs {
        margin-top: 30px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs .item {
          margin-right: 10px;
          cursor: pointer;
          border-radius: 1px;
          opacity: 0.5; }
          #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs .item img {
            max-width: 100%;
            width: auto !important;
            margin: auto;
            display: inline-block !important;
            max-height: 70px;
            border-radius: 3px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs .item.slick-current {
          opacity: 1; }
  #popup-gallery .wrapper .helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px; }

#close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2d5ca6; }
  #close i {
    font-size: 23px;
    display: block;
    color: #fff;
    margin-top: 8px;
    transition: all 0.3s ease; }

#popup-gallery {
  display: none; }

.sortable {
  margin-top: 30px; }
  .sortable > span {
    font-size: 14px; }

.sortable__list {
  display: inline-block;
  margin-left: 12px; }
  @media (max-width: 767px) {
    .sortable__list {
      margin: 10px 0 0; } }
  .sortable__list li {
    display: inline-block; }
    .sortable__list li:first-child {
      margin-right: 40px; }
    .sortable__list li a {
      font-size: 14px;
      font-weight: 300;
      color: #2d5ca6;
      transition: all 0.3s ease; }
      .sortable__list li a i {
        display: inline-block;
        padding: 0 3px; }
    .sortable__list li .checkbox-item {
      margin-right: 13px; }
      .sortable__list li .checkbox-item label {
        color: #222;
        padding-left: 22px; }
      .sortable__list li .checkbox-item input[type=checkbox] {
        margin: 0; }
      .sortable__list li .checkbox-item .check {
        width: 15px;
        height: 15px;
        border-color: #2d5ca6;
        top: 0; }
        .sortable__list li .checkbox-item .check:before {
          top: 2px;
          width: 10px;
          height: 6px; }
    .sortable__list li .sort_date.rotate i {
      transform: rotate(-180deg); }

.hide-right.open {
  left: 14px;
  z-index: 3; }

.date-popup {
  width: 240px;
  padding: 30px 0 20px 0;
  position: absolute;
  border: 1px solid #2d5ca6;
  border-radius: 12px;
  z-index: 2;
  background-color: #fff;
  display: none; }
  .date-popup__title {
    text-align: center;
    color: #222;
    margin-bottom: 40px;
    position: relative; }
  .date-popup__numb {
    display: block;
    font-size: 88px;
    line-height: 80px;
    font-weight: 700; }
  .date-popup__day {
    display: block;
    font-size: 12px; }
  .date-popup__next, .date-popup__prev {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .date-popup__next {
    right: 55px; }
  .date-popup__prev {
    left: 45px; }
  .date-popup .date-info {
    font-size: 0;
    margin: 12px 0; }
    .date-popup .date-info__left {
      display: inline-block;
      vertical-align: top;
      width: 25px;
      height: 15px;
      background-color: #2d5ca6; }
    .date-popup .date-info__title {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 25px);
      padding-left: 10px; }
      .date-popup .date-info__title a {
        font-size: 12px;
        color: #222;
        line-height: 14px; }

.date2 a {
  background-color: #d2d1d1 !important; }

.date1 a {
  background-color: #2d5ca6 !important;
  color: #fff !important; }

.mobile-wrap.open {
  transform: translateX(100%); }

.mobile-wrap {
  position: fixed;
  overflow: auto;
  width: 100%;
  right: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background-color: rgba(45, 92, 166, 0.95);
  transition: all 0.3s ease;
  display: flex; }
  .mobile-wrap .search_open {
    position: absolute; }

.mobile-menu-wrap {
  margin: 30px 20px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .mobile-menu-wrap .old-version {
    font-size: 18px;
    font-weight: 300;
    justify-content: flex-start;
    margin-top: auto;
    padding: 15px 25px; }
    .mobile-menu-wrap .old-version__icon {
      font-size: 20px;
      margin-right: 10px; }
  .mobile-menu-wrap .search_open {
    top: 0;
    left: 0; }
  .mobile-menu-wrap .lang {
    text-align: center; }
    .mobile-menu-wrap .lang li:first-child {
      margin-right: 15px; }
      .mobile-menu-wrap .lang li:first-child a:after {
        display: none; }
    .mobile-menu-wrap .lang li.active a {
      border-bottom: 1px dashed; }
    .mobile-menu-wrap .lang li a {
      font-size: 16px; }

.mobile-menu {
  margin-top: 20px; }
  .mobile-menu li a {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 15px 25px;
    display: block;
    cursor: pointer; }
  .mobile-menu li.active > a {
    color: #ffe449; }
  .mobile-menu__nav {
    margin-bottom: 10px; }
  .mobile-menu__title {
    min-height: 25px; }
  .mobile-menu__language {
    display: none; }

.sub-mobile {
  display: none;
  padding-left: 30px; }
  .sub-mobile li a {
    font-size: 16px; }
  .sub-mobile li a.title-li {
    font-size: 22px; }

.close-menu {
  position: absolute;
  top: 0;
  right: 0; }
  .close-menu i {
    color: #ffe449; }

.back-home {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px; }

.wrap-table {
  max-width: 100%; }

.wrap-table-fixed {
  max-width: 100%;
  overflow-y: auto; }
  .wrap-table-fixed table {
    table-layout: fixed; }

#nav-icon1 {
  top: 13px;
  right: 24px;
  width: 33px;
  height: 18px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 21px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }
#nav-icon1 span:nth-child(2) {
  top: 6px; }
#nav-icon1 span:nth-child(3) {
  top: 12px; }
#nav-icon1 span:last-child {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  bottom: 0;
  height: 0;
  left: 0; }
#nav-icon1.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }
#nav-icon1.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.help-block {
  font-size: 12px;
  color: red !important;
  padding-left: 5px;
  display: inline-block; }

.social-share-plugins {
  margin: 20px 0; }
  @media print {
    .social-share-plugins {
      display: none; } }
  .social-share-plugins .social-share-facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }

.close-team {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 3px solid #2d5ca6;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  cursor: pointer;
  display: none; }
  .close-team i {
    font-size: 16px;
    display: block;
    transform: translateY(-50%) rotate(270deg);
    position: relative;
    top: 50%;
    color: #2d5ca6; }

.close-item .close-team i {
  transform: translateY(-50%) rotate(90deg); }

.old-version {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  line-height: 20px;
  margin-top: 5px;
  text-decoration: none; }
  .old-version__icon {
    font-size: 14px;
    margin-right: 5px; }

.main-nav:not(.sticky) {
  transform: none !important; }

.main-nav.sticky {
  background-color: #2d5ca6;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: transform 0.3s ease; }
  .main-nav.sticky .main-nav__wrap {
    align-items: center;
    display: flex; }
  .main-nav.sticky .main-logo {
    display: block !important;
    flex: 0 0 14%;
    max-width: 14%; }
    .main-nav.sticky .main-logo img {
      max-width: 100%;
      height: auto; }
  .main-nav.sticky .main-navigation {
    flex: 0 0 86%;
    max-width: 86%;
    padding-left: 20px; }
    .main-nav.sticky .main-navigation > li:hover > a {
      color: #2d5ca6; }
    .main-nav.sticky .main-navigation > li > a {
      color: #fff;
      padding: 10px 15px; }

.film-info-more {
  align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  color: #2d5ca6;
  cursor: pointer;
  display: inline-flex;
  left: 50%;
  min-width: 144px;
  padding: 15px 10px;
  position: relative;
  transform: translateX(-50%);
  transition: background-color 0.3s ease, color 0.3s ease; }
  .film-info-more--hide {
    background-color: #2d5ca6;
    color: #fff; }
    .film-info-more--hide .film-info-more__icon::before {
      content: ""; }
    .film-info-more--hide .film-info-more__text--more {
      display: none; }
    .film-info-more--hide .film-info-more__text--less {
      display: block; }
  .film-info-more__icon {
    font-size: 9px;
    font-weight: 700;
    margin-right: 5px; }
    .film-info-more__icon::before {
      content: "";
      display: block;
      font-family: "icomoon"; }
  .film-info-more__text {
    display: block;
    font-size: 13px;
    font-weight: 500; }
    .film-info-more__text--less {
      display: none; }

.m-0 {
  margin: 0; }

.vote-multiple {
  margin-bottom: 40px; }

.vote {
  padding-bottom: 30px; }
  .vote-multiple .vote {
    padding-bottom: 10px; }
  .poll .vote {
    padding: 30px 0; }
  .vote--close .vote__btn {
    display: none; }
  .vote__title {
    color: #1d1d1b;
    font-size: 16px;
    margin-bottom: 10px; }
    .vote__title--large {
      font-size: 18px; }
  .vote__result-total {
    color: #6d727c;
    display: block;
    font-size: 14px;
    margin-top: 10px; }
  .vote__select {
    margin-bottom: 25px; }
  .vote__container {
    margin-top: 25px; }
  .vote__text {
    display: block;
    margin-bottom: 10px; }
    .vote__text + .vote__select {
      margin-top: 15px; }
  .vote__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .vote__head .vote__title {
      margin: 0; }
  .vote__nav {
    padding: 15px 0 10px 0; }
    .vote__nav--main {
      margin: 20px 0;
      padding: 0; }
  .vote .link {
    color: #2d5ca6;
    margin: 10px 0 0; }
    .vote .link > * {
      color: inherit; }
  .vote .error {
    color: red;
    display: block;
    margin-bottom: 10px; }
  .vote .date {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    margin: 0;
    padding-left: 10px; }

.vote-list {
  padding: 15px 0; }
  .vote-list--result .vote-list__item-label {
    padding: 0; }
    .vote-list--result .vote-list__item-label::before, .vote-list--result .vote-list__item-label::after {
      display: none; }
  .vote-list--result .vote-list__item-name {
    margin-left: 0; }
  .vote-list--result .vote-list__item-result {
    display: flex; }
  .vote-list--result .vote-list__item-wrap {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      .vote-list--result .vote-list__item-wrap {
        flex: 0 0 100%;
        max-width: 100%; } }
  .vote-list--inline .vote-list__item {
    align-items: flex-start;
    display: flex; }
    @media (max-width: 767px) {
      .vote-list--inline .vote-list__item {
        flex-wrap: wrap; } }
    .vote-list--inline .vote-list__item-result {
      flex: 0 0 50%;
      margin: 0;
      max-width: 50%;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .vote-list--inline .vote-list__item-result {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 0;
          margin-top: 10px; } }
    .vote-list--inline .vote-list__item-percent {
      margin: 0; }
      @media (max-width: 767px) {
        .vote-list--inline .vote-list__item-percent {
          min-width: 25px; } }
    .vote-list--inline .vote-list__item-quan {
      margin: 0 5px; }
    .vote-list--inline .vote-list__item-status {
      margin: 0 0 0 auto; }
      @media (max-width: 767px) {
        .vote-list--inline .vote-list__item-status {
          order: -1;
          margin: 0 10px 0 0; } }
  .vote-list__item {
    position: relative; }
    .vote-list__item + .vote-list__item {
      margin-top: 10px; }
    .vote-list__item input[type='checkbox'] + .vote-list__item-label::before,
    .vote-list__item input[type='checkbox'] + .vote-list__item-label::after {
      border-radius: 0; }
    .vote-list__item-input {
      display: none; }
      .vote-list__item-input:checked + .vote-list__item-label::after {
        background-color: #1d1d1b; }
    .vote-list__item-name {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2;
      margin-left: 27px; }
    .vote-list__item .js-vote-tooltip {
      border-bottom: 1px dashed;
      color: #2d5ca6;
      cursor: pointer; }
    .vote-list__item-label {
      position: relative;
      color: #1d1d1b;
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-weight: 500;
      padding-left: 27px; }
      .vote-list__item-label::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        content: "";
        border-radius: 100%;
        border: 1px solid #8d8d8d;
        display: block; }
      .vote-list__item-label::after {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 10px;
        height: 10px;
        content: "";
        border-radius: 100%;
        display: block;
        background-color: transparent; }
    .vote-list__item-result {
      display: none;
      align-items: center;
      margin-top: 5px; }
    .vote-list__item-custom-value {
      border-color: #81858E;
      border-width: 0 0 1px 0;
      color: #303030;
      display: block;
      font-weight: 500;
      line-height: 19px;
      margin-left: 27px;
      min-width: 247px;
      padding: 0 0 5px; }
      .vote-list__item-custom-value::placeholder {
        color: inherit; }
    .vote-list__item-percent {
      color: #2d5ca6;
      margin: 0 5px;
      min-width: 32px; }
    .vote-list__item-quan {
      font-size: 11px; }
    .vote-list__item-status {
      background-color: #cecece;
      height: 8px;
      margin-right: 10px;
      flex: 0 0 80%;
      max-width: 80%; }
      @media (max-width: 767px) {
        .vote-list__item-status {
          flex: 0 0 70%;
          max-width: 70%; } }
    .vote-list__item-status-bar {
      height: 100%;
      background-color: #2d5ca6; }

.vote-block {
  display: block;
  cursor: pointer; }
  .vote-block img {
    width: 100%; }
  .vote-block__content {
    position: relative;
    color: #fff;
    flex: 1;
    padding: 10px 12px;
    z-index: 1;
    line-height: 1; }
  .vote-block__title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold; }
  .vote-block__text {
    color: inherit;
    font-size: 12px;
    margin: 0; }

.login-block {
  color: #000;
  margin: 20px 0 30px;
  text-align: center; }
  .login-block__title {
    margin-bottom: 15px;
    font-weight: 500; }

.login-socials {
  display: flex;
  justify-content: center; }
  .login-socials__link {
    display: block; }
  .login-socials__item + .login-socials__item {
    margin-left: 8px; }

.tooltip-vote {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  display: none;
  max-width: 465px;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .tooltip-vote {
      left: 15px !important;
      width: calc(100% - 30px); } }
  .tooltip-vote.show {
    display: block; }
  .tooltip-vote__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center; }
  .tooltip-vote__content {
    padding: 20px 15px; }
    @media (max-width: 767px) {
      .tooltip-vote__content {
        padding: 15px 10px; } }
  .tooltip-vote__title {
    color: #2d5ca6;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 10px; }
    @media (max-width: 767px) {
      .tooltip-vote__title {
        text-align: center;
        padding: 0 20px; } }
  .tooltip-vote__wrap {
    display: flex; }
    @media (max-width: 767px) {
      .tooltip-vote__wrap {
        flex-wrap: wrap; } }
  .tooltip-vote__poster {
    margin-bottom: 15px; }
    .tooltip-vote__poster img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        .tooltip-vote__poster img {
          max-width: 50%; } }
  .tooltip-vote__picture {
    flex: 0 0 135px;
    max-width: 135px; }
    @media (max-width: 767px) {
      .tooltip-vote__picture {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }
  .tooltip-vote__info {
    padding-left: 13px;
    flex-grow: 1;
    font-size: 14px; }
    @media (max-width: 767px) {
      .tooltip-vote__info {
        padding: 0;
        margin-top: 20px; } }
  .tooltip-vote__link {
    align-items: center;
    background: #2d5ca6;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    min-height: 38px;
    padding: 5px 10px; }
    .tooltip-vote__link:hover {
      color: #fff;
      opacity: 0.95; }
    .tooltip-vote__link img {
      width: 14px;
      margin-right: 8px; }

.tooltip-item {
  display: flex; }
  .tooltip-item + .tooltip-item {
    margin-top: 14px; }
  .tooltip-item__title {
    color: #808080;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 10px; }
  .tooltip-item__name {
    flex: 0 0 40%;
    max-width: 40%; }

.disabled {
  pointer-events: none;
  opacity: 0.8; }

.select2-container--default, .select2-selection--single {
  border-color: #D0D1D3 !important;
  border-radius: 3px !important; }
@media only screen and (min-width: 768px) {
  .select2-container {
    min-width: 290px; } }
.select2-selection {
  align-items: center;
  display: flex !important;
  height: 38px !important; }
  .select2-selection__rendered {
    color: #000 !important;
    font-weight: 500;
    line-height: 36px !important;
    padding: 0 20px !important; }
  .select2-selection__arrow {
    margin-left: auto !important;
    position: relative !important;
    top: 0 !important;
    right: 5px !important; }
.select2-dropdown {
  border-color: #D0D1D3 !important;
  border-radius: 3px !important; }
.select2-results__option {
  color: #000;
  font-weight: 500;
  padding: 10px 20px; }
  .select2-results__option--selected {
    background-color: transparent !important; }
  .select2-results__option--highlighted {
    background-color: #2d5ca6 !important; }

.is-scroll-disabled {
  overflow: hidden; }
  @media (max-width: 991px) {
    .is-scroll-disabled {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.b-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-start;
  animation-duration: 0.5s;
  animation-name: opacityIn;
  background-color: rgba(0, 0, 0, 0.99);
  display: none;
  padding: 20px;
  width: 100%;
  z-index: 15; }
  @media (max-width: 991px) {
    .b-popup {
      padding: 5px; } }
  .b-popup--open {
    display: flex; }
  .b-popup__close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 44px;
    height: 44px;
    align-items: center;
    color: #C4C4C4;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    justify-content: center;
    text-decoration: none; }
    @media (max-width: 991px) {
      .b-popup__close {
        width: 20px;
        height: 20px;
        font-size: 18px;
        right: 5px;
        top: 5px; } }
    .b-popup__close::before {
      transition: color 0.3s ease, transform 0.3s ease; }
    .b-popup__close:hover::before {
      transform: rotate(180deg); }
  .b-popup__container {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 1;
    height: 100%; }
  .b-popup__content {
    animation-duration: 0.3s;
    animation-name: zoomIn;
    border-radius: 0;
    padding: 0 25px;
    height: 100%; }
    @media (max-width: 991px) {
      .b-popup__content {
        padding: 0; } }

.catalogue-slider {
  position: relative;
  height: 100%;
  display: flex; }
  .catalogue-slider img {
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .catalogue-slider__thumbnav {
    flex: 0 0 172px;
    max-width: 172px;
    margin-right: 50px; }
    .catalogue-slider__thumbnav.slick-initialized {
      display: flex !important; }
      @media (max-width: 991px) {
        .catalogue-slider__thumbnav.slick-initialized {
          display: none !important; } }
      .catalogue-slider__thumbnav.slick-initialized .slick-list {
        margin: auto; }
    .catalogue-slider__thumbnav .slick-slide {
      border-radius: 4px;
      border: 2px solid transparent;
      cursor: pointer;
      margin: 5px 0;
      overflow: hidden;
      transition: border-color 0.3s ease; }
      .catalogue-slider__thumbnav .slick-slide.slick-current {
        border-color: #FFCC00; }
    .catalogue-slider__thumbnav img {
      width: 100%;
      height: 100px;
      object-fit: cover; }
      @media (max-width: 767px) {
        .catalogue-slider__thumbnav img {
          height: 50px; } }
  .catalogue-slider__main {
    flex: 1;
    padding: 65px 0 100px; }
    @media (max-width: 991px) {
      .catalogue-slider__main {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 35px; } }
    .catalogue-slider__main.slick-initialized .slick-slide {
      display: flex !important;
      justify-content: center;
      align-items: center; }
    .catalogue-slider__main .slick-list,
    .catalogue-slider__main .slick-track {
      height: 100%; }
    .catalogue-slider__main .slick-arrow {
      position: absolute;
      bottom: 20px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      cursor: pointer;
      font-size: 40px;
      opacity: 0.7;
      transition: opacity 0.3s ease; }
      @media (max-width: 991px) {
        .catalogue-slider__main .slick-arrow {
          width: 15px;
          height: 25px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 25px;
          bottom: auto; } }
      .catalogue-slider__main .slick-arrow:hover {
        opacity: 1; }
      .catalogue-slider__main .slick-arrow--left {
        left: calc(50% - 80px); }
        @media (max-width: 991px) {
          .catalogue-slider__main .slick-arrow--left {
            left: 3px; } }
      .catalogue-slider__main .slick-arrow--right {
        right: calc(50% - 80px); }
        @media (max-width: 991px) {
          .catalogue-slider__main .slick-arrow--right {
            right: 3px; } }
    .catalogue-slider__main img {
      margin: auto;
      max-height: 100%; }

.tt-menu {
  background-color: #fff;
  width: 100%; }

.tt-suggestion {
  cursor: pointer;
  padding: 7px 15px; }

.tt-dataset {
  border: 1px solid rgba(100, 100, 100, 0.7);
  padding: 5px 0; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .main-slider-item .main-slider-item__title {
    padding-top: 25px; }
    .main-slider-item .main-slider-item__title h2 {
      font-size: 19px;
      line-height: 24px;
      max-height: 96px; }
    .main-slider-item .main-slider-item__title p {
      max-height: 120px; }

  .main-slider .slick-dots {
    max-width: 970px;
    margin-left: calc(((50 * 970px) / 100) + 15px); }

  .main-navigation li a {
    padding: 15px 10px; }

  .eye-block {
    margin-right: 3%;
    width: 19.6%; }

  .socials li {
    margin-left: 2px; }

  .eye-block .eye-block-img i {
    font-size: 45px; }

  .eye-block span {
    margin-top: 5px; }

  .team-str {
    padding-right: 0; }
    .team-str .team-str-title h2 {
      font-size: 19px; }

  .team-str-wrap .team-str-item {
    width: 31%;
    margin-right: 3%; }

  .main-nav.sticky .main-navigation {
    padding-left: 10px; }
    .main-nav.sticky .main-navigation > li > a {
      font-size: 14px;
      padding: 10px 7px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .footer-item .eye-block .eye-block-img {
    width: 40%; }

  .main-footer .socials {
    width: 120%; } }
/* Large Devices, Wide Screens */
/* */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .ml15 {
    margin-left: 0; }

  /*-- HEADER -- */
  .main-header {
    padding-top: 12px;
    height: 68px; }

  .header-logo {
    margin-top: 4px; }

  .search-block {
    width: 40.4%;
    margin-left: 24px; }
    .search-block input[type=search] {
      height: 40px; }
    .search-block .search-block_icon {
      top: 3px;
      right: 5px; }
      .search-block .search-block_icon i {
        font-size: 22px; }
    .search-block span {
      display: none; }

  .eye-block {
    margin-right: 0;
    width: 24.7%; }
    .eye-block .eye-block-img {
      width: 35%;
      height: 40px; }
      .eye-block .eye-block-img i {
        font-size: 41px; }
    .eye-block span {
      font-size: 11px;
      line-height: 10px;
      margin-top: 10px; }

  .eye-block.dark-block .eye-block-img a .icon-Aa1,
  .eye-block.dark-block .eye-block-img a .icon-Aa2 {
    width: 30px;
    height: 30px;
    font-size: 25px; }
  .eye-block.dark-block .eye-block-img a .icon-Aa2 {
    font-size: 20px; }

  /*-- END HEADER -- */
  /*-- MAIN-NAV -- */
  .main-nav.main-page {
    top: 68px; }

  .main-navigation li a {
    font-size: 14px;
    padding: 13px 11px;
    letter-spacing: 0.7px; }
    .main-navigation li a:first-child {
      padding-left: 0; }

  .main-navigation > li > .sub-menu {
    width: 200px;
    left: 0; }

  .sub-menu {
    width: 200px;
    left: 198px;
    top: -11px;
    padding: 10px 0; }
    .sub-menu li {
      padding: 0 10px; }
      .sub-menu li a {
        font-size: 13px; }

  .main-nav.sticky .main-logo {
    flex: 0 0 20%;
    max-width: 20%; }
  .main-nav.sticky .main-navigation {
    flex: 0 0 80%;
    max-width: 80%; }
    .main-nav.sticky .main-navigation > li > a {
      padding: 6px 7px; }

  /*-- END MAIN-NAV -- */
  /*-- MAIN-SLIDER -- */
  .main-slider.slick-dotted.slick-slider {
    margin-bottom: 0; }

  .main-slider .slick-dots {
    bottom: 12px;
    max-width: 750px;
    margin-left: calc(((58.33333333 * 750px) / 100) + 15px); }
    .main-slider .slick-dots li {
      width: 20px;
      height: 2px;
      margin-right: 10px; }
      .main-slider .slick-dots li button {
        width: 20px;
        height: 2px; }
        .main-slider .slick-dots li button:before {
          width: 20px;
          height: 2px; }

  .main-slider-item .main-slider-item__title h2 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 15px;
    max-height: 70px; }
  .main-slider-item .main-slider-item__title p {
    font-size: 11px;
    line-height: 14px;
    max-height: 98px; }

  /*-- END MAIN-SLIDER-- */
  /*-- FOOTER-- */
  .footer-item {
    margin-top: 40px; }
    .footer-item h3 {
      font-size: 11px; }
    .footer-item .eye-block {
      width: 100%;
      margin-top: 45px; }
      .footer-item .eye-block .eye-block-img {
        width: 56px; }
        .footer-item .eye-block .eye-block-img i {
          font-size: 38px; }
      .footer-item .eye-block span {
        font-size: 12px;
        line-height: 12px;
        width: calc(100% - 56px);
        margin-top: 7px; }
    .footer-item .eye-block.dark-block .eye-block-img a .icon-Aa1,
    .footer-item .eye-block.dark-block .eye-block-img a .icon-Aa2 {
      margin-top: 5px; }

  .footer-item__nav ul {
    margin-top: 15px; }
    .footer-item__nav ul li {
      font-size: 12px;
      line-height: 12px; }

  .contact-item {
    margin-top: 15px; }
    .contact-item span {
      font-size: 12px;
      line-height: 13px; }
    .contact-item .contact-item_img {
      width: 15px; }
      .contact-item .contact-item_img i {
        font-size: 13px; }
      .contact-item .contact-item_img .icon-pin {
        font-size: 16px; }
      .contact-item .contact-item_img .icon-message {
        font-size: 11px; }

  .graph {
    margin-left: -25px; }

  .phone-block {
    font-size: 12px;
    padding: 8px 17px;
    margin-top: 10px; }

  .footer-contact {
    margin-left: -10px; }

  .footer-links {
    margin-left: -13px; }

  .footer-span {
    font-size: 10px;
    display: inline-block; }

  .decoy .decoy__img {
    margin-left: 0;
    margin: 5px 0; }

  .copyright {
    margin-top: 5px; }
    .copyright span {
      font-size: 10px;
      line-height: 15px; }

  /*-- END FOOTER-- */
  .content {
    padding-bottom: 60px; }

  .print {
    display: none; }

  .up {
    display: none; }

  .content.main-page {
    padding-top: 25px; }
    .content.main-page .vote {
      margin-top: -105px; }

  .main-content {
    padding-bottom: 60px; }

  .sidebar-menu {
    display: none; }

  .news-tab li a {
    font-size: 12px;
    padding: 5px 32px !important; }

  .news-content-item {
    margin-top: 10px; }
    .news-content-item p {
      margin-top: 0; }

  .tab-pane {
    padding-top: 15px; }

  .title {
    font-size: 12px;
    padding: 9px 18px; }

  .title-medium {
    margin-bottom: 15px; }

  .btn {
    text-transform: uppercase;
    padding: 9px 49px !important; }

  .trailers {
    padding-bottom: 0; }

  .important-links > li > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px 6px 30px; }
    .important-links > li > a:before {
      font-size: 15px; }

  .sub-links li a {
    padding: 5px 20px; }

  .catalog-slider {
    padding-top: 35px; }
    .catalog-slider .slick-prev {
      left: 38px; }
    .catalog-slider .slick-next {
      right: 38px; }

  .catalog-item {
    padding-bottom: 30px; }
    .catalog-item h3 {
      font-size: 16px; }
    .catalog-item img {
      max-width: 145px;
      margin-bottom: 20px; }
    .catalog-item .author,
    .catalog-item .duration {
      font-size: 12px; }

  .authorities-item {
    padding: 0; }

  .authorities-wrap {
    padding: 0 22px; }
    .authorities-wrap .slick-prev,
    .authorities-wrap .slick-next {
      width: 10px; }

  .authorities-wrap .slick-prev:before, .authorities-wrap .slick-next:before {
    font-size: 8px; }

  #popup-gallery .wrapper .gallery {
    max-width: 700px; }

  .base-table th {
    font-size: 12px; }
  .base-table td {
    font-size: 11px; }

  .base-search fieldset .base-radio {
    margin-top: -5px; }
    .base-search fieldset .base-radio .base-radio__item {
      background-color: #f4f4f4;
      margin: 0;
      padding: 5px 17px; }
      .base-search fieldset .base-radio .base-radio__item input[type="radio"] {
        display: none; }
    .base-search fieldset .base-radio .active {
      background-color: #7098b1;
      color: #fff; }

  .no-bread {
    margin-top: 30px; }

  .gallery-content {
    margin: 20px 0; }
    .gallery-content__photo .photo-item {
      height: 400px; }
    .gallery-content__photo img {
      max-height: 400px; }
    .gallery-content .slick-prev {
      left: 0; }
    .gallery-content .slick-next {
      right: 0; }
    .gallery-content__thumbs .photo-item img {
      max-height: 75px; }

  .team-str .team-str-title h2 {
    font-size: 24px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .is-scroll-disabled {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }

  .graph {
    margin-left: 0; }

  .wrap {
    padding-top: 51px; }

  /*-- HEADER -- */
  .main-header {
    height: 51px;
    padding-top: 8px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    overflow: visible; }

  .header-logo {
    width: 115px; }

  .search-block {
    position: fixed;
    width: 70%;
    top: 29px;
    left: -100%; }
    .search-block input[type=search] {
      height: 30px;
      border-radius: 3px; }
    .search-block .search-block_icon {
      height: 25px;
      top: 0;
      right: 0; }
      .search-block .search-block_icon i {
        font-size: 19px; }

  .search-block.open {
    left: 0;
    z-index: 3; }

  #nav-icon1 {
    display: block; }

  .main-header .eye-block {
    width: 160px;
    margin-left: 0;
    border: none;
    overflow: hidden; }
    .main-header .eye-block .eye-block-img {
      width: auto;
      padding: 0; }
      .main-header .eye-block .eye-block-img .open-dark i,
      .main-header .eye-block .eye-block-img .close-dark i {
        top: -3px; }
      .main-header .eye-block .eye-block-img i {
        font-size: 43px; }
    .main-header .eye-block span {
      display: none; }
  .main-header .eye-block.dark-block .eye-block-img a .icon-eyedef {
    margin-right: 10px; }
  .main-header .eye-block.dark-block .eye-block-img a .icon-Aa1,
  .main-header .eye-block.dark-block .eye-block-img a .icon-Aa2 {
    width: 23px;
    height: 23px;
    font-size: 20px; }
  .main-header .eye-block.dark-block .eye-block-img a .icon-Aa2 {
    font-size: 15px; }

  .search_open {
    display: inline-block !important; }

  .contact_open {
    display: inline-block; }

  .main-nav.main-page {
    top: 51px; }

  /*-- END HEADER -- */
  /*-- MAIN-NAV -- */
  .main-nav {
    background-color: inherit;
    display: none; }

  .main-nav-scroll {
    display: none; }

  .main-navigation li a {
    font-size: 11px;
    padding: 11px 3px; }

  /*-- END MAIN-NAV -- */
  /*-- MAIN-SLIDER -- */
  .main-slider .slick-dots {
    padding-right: 0;
    left: 0;
    text-align: center;
    max-width: 100%;
    margin: 0;
    transform: none;
    bottom: 0; }
    .main-slider .slick-dots li {
      width: 48px;
      height: 3px;
      margin-right: 10px; }
      .main-slider .slick-dots li.slick-active button:before {
        background-color: #2d5ca6; }
      .main-slider .slick-dots li button {
        width: 48px;
        height: 3px; }
        .main-slider .slick-dots li button:before {
          width: 48px;
          height: 3px; }

  .main-slider-item .main-slider-item__title {
    position: static;
    text-align: center;
    padding: 15px 0; }
    .main-slider-item .main-slider-item__title h2 {
      font-size: 18px;
      color: #282828;
      max-height: none; }
    .main-slider-item .main-slider-item__title p {
      display: none; }
    .main-slider-item .main-slider-item__title a:hover h2 {
      color: #2d5ca6; }
  .main-slider-item .main-slider-item__img:after {
    display: none; }

  /*-- END MAIN-SLIDER -- */
  /*-- FOOTER -- */
  .footer-wrap {
    min-height: 245px; }

  .copyright {
    margin-top: 10px;
    padding-bottom: 15px; }

  .footer-links {
    margin-left: 0; }

  .decoy span {
    display: block; }

  .main-footer .socials {
    text-align: left; }
    .main-footer .socials li {
      margin-right: 10px; }

  .confi {
    margin-top: 20px;
    padding-right: 30px; }

  .footer-item {
    margin-top: 30px; }
    .footer-item h3 {
      font-size: 14px; }
    .footer-item .phone-block {
      font-size: 10px;
      text-transform: uppercase;
      padding: 8px 10px; }
    .footer-item .eye-block {
      margin-top: 0;
      width: 135px;
      text-align: center;
      border: 1px solid #9fbacb; }
      .footer-item .eye-block .eye-block-img {
        width: 100%; }
        .footer-item .eye-block .eye-block-img i {
          font-size: 58px;
          display: block;
          margin-top: -5px; }
        .footer-item .eye-block .eye-block-img .icon-eyedef,
        .footer-item .eye-block .eye-block-img .icon-Aa2 {
          display: none; }
      .footer-item .eye-block span {
        font-size: 10px;
        margin-bottom: 5px; }
    .footer-item .eye-block.visible-xs.dark-block {
      border: none; }
      .footer-item .eye-block.visible-xs.dark-block .eye-block-img a .icon-eyedef,
      .footer-item .eye-block.visible-xs.dark-block .eye-block-img a .icon-eye {
        margin-right: 0; }

  .footer-item__nav ul li {
    margin-top: 6px; }
    .footer-item__nav ul li p {
      margin-bottom: 5px; }

  /*-- END FOOTER -- */
  .news-content-wrap {
    column-count: 1; }

  .content {
    padding-bottom: 40px; }

  h1 {
    line-height: 22px;
    padding-right: 0; }

  .news .read-more {
    display: inline-block; }

  .news-open {
    padding-right: 0; }

  .content.main-page .vote {
    margin-top: 0; }

  .news-tab li a {
    font-size: 14px; }

  .title {
    font-size: 14px;
    text-align: center !important; }

  .trailers {
    text-align: center; }

  .catalog-item h3 {
    font-size: 18px; }

  .catalog-item .author {
    font-size: 10px; }

  .catalog-item .duration {
    font-size: 11px; }

  #datepicker .ui-datepicker td span, #datepicker .ui-datepicker td a {
    font-size: 12px; }

  .important-links li a {
    font-size: 14px; }

  .movie-content {
    padding-right: 0; }
    .movie-content .iframe-responsive {
      margin: 20px 0; }

  .tab-pane {
    padding-top: 0; }

  .film-wrap .film-img {
    width: 100%; }
    .film-wrap .film-img .film-img__slider {
      margin-top: 35px;
      text-align: center; }
  .film-wrap .film-title {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }
    .film-wrap .film-title h3 {
      text-align: center; }
    .film-wrap .film-title .film-title-table td.type {
      padding-right: 20px;
      width: 44%; }

  .movie-content__link {
    font-size: 18px; }

  #popup-gallery .wrapper .gallery {
    max-width: 320px; }
    #popup-gallery .wrapper .gallery .gallery-slider-wrap {
      margin: 40px; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo {
        max-height: 320px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item {
          height: 320px; }
          #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item img {
            max-height: 320px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-prev:before,
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-next:before {
          font-size: 55px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .slick-prev {
          left: -36px; }

  .poll .vote__wrap {
    width: 100%; }
  .poll .vote__result {
    width: 100%; }
    .poll .vote__result .vote__status {
      width: 80%; }

  .news-item .news-item__img {
    flex: 0 0 100%;
    max-width: 100%; }
  .news-item .news-item__title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .news-item .read-more {
    top: 0; }

  .read-more {
    position: relative;
    top: 20px; }

  .team-info .team-info__img {
    width: 100%; }
    .team-info .team-info__img img {
      margin: auto;
      display: block; }
  .team-info .team-info__title {
    width: 100%;
    padding: 0;
    margin-top: 20px; }
    .team-info .team-info__title h2 {
      text-align: center; }

  .team .type {
    padding-right: 20px; }

  .pl40 {
    padding-left: 15px; }

  .page404 h1 {
    font-size: 130px; }

  .catalogue-nav li {
    margin-right: 5px; }
    .catalogue-nav li a {
      font-size: 11px; }

  .catalogue-wrap {
    margin: 0; }
    .catalogue-wrap .catalogue-item {
      margin: 15px 0; }
      .catalogue-wrap .catalogue-item .read-more {
        top: 0; }

  .cinema-search {
    padding-right: 0; }
    .cinema-search .wrap-tags {
      width: 60%; }
    .cinema-search .btn {
      width: auto; }

  .gallery-content__photo .photo-item {
    height: 200px; }
  .gallery-content__photo img {
    max-height: 200px; }
  .gallery-content .slick-prev:before,
  .gallery-content .slick-next:before {
    font-size: 50px; }

  .wrap-table {
    overflow-x: scroll; }

  .base-table {
    table-layout: fixed; }
    .base-table .base-table_name {
      width: 300px; }
    .base-table .base-table_number,
    .base-table .base-table_type,
    .base-table .base-table_date,
    .base-table .base-table_download {
      width: 100px; }

  .news-tab li {
    width: 50%; }

  .base-search fieldset input[type=text] {
    margin: 5px 0 !important; }
  .base-search fieldset select {
    margin-top: 5px;
    margin-bottom: 5px; }
  .base-search fieldset .base-radio {
    width: 100%;
    margin-top: 5px;
    margin-left: 0; }
  .base-search .btn {
    margin: 5px 0; }

  .appeal fieldset input,
  .appeal fieldset select,
  .appeal fieldset .appeal__text,
  .appeal fieldset .appeal__phone {
    width: 100%; }
  .appeal .btn {
    display: block; }

  .date-popup {
    left: 50% !important;
    transform: translateX(-50%);
    top: 300px !important; }

  .team-block {
    min-height: auto; }

  .team-str-wrap .team-str-item {
    width: 162px;
    position: relative; }
    .team-str-wrap .team-str-item .team-str-title {
      min-height: 54px; }
      .team-str-wrap .team-str-item .team-str-title h4 {
        font-size: 12px; }
      .team-str-wrap .team-str-item .team-str-title h2 {
        font-size: 16px;
        margin-bottom: 5px; }
      .team-str-wrap .team-str-item .team-str-title span {
        font-size: 10px;
        padding: 0 !important; }
    .team-str-wrap .team-str-item .team-block span {
      font-size: 12px;
      padding: 0 10px; }
  .team-str-wrap .team-str-item.director {
    width: 220px;
    display: block;
    margin: -155px auto 50px auto; }
    .team-str-wrap .team-str-item.director .team-str-title {
      margin-bottom: 0; }

  .close-item .team-block {
    display: none;
    margin: 0;
    background-color: #e7eff4; }
    .close-item .team-block span {
      font-size: 10px; }
  .close-item .team-str-title {
    background-color: #2d5ca6;
    display: table;
    min-height: 54px; }
  .close-item .team-str-title + .team-block {
    width: 96%;
    margin: auto;
    display: table;
    height: 54px;
    position: relative; }
    .close-item .team-str-title + .team-block span {
      font-size: 9px;
      padding: 0;
      line-height: 14px; }

  .close-item:after {
    width: 92%;
    height: 10px;
    background-color: #bbcad4;
    content: "";
    display: block;
    margin: auto; }

  .close-item .team-str-title + .team-block:after {
    width: 92%;
    height: 10px;
    background-color: #a1b5c2;
    content: "";
    display: block;
    position: absolute;
    left: 4%;
    bottom: -20px; }

  .team-str-wrap .close-item.director .team-str-title + .team-block span {
    font-size: 12px; }

  .team-str-wrap .director {
    margin-bottom: 50px;
    min-height: 129px; }
    .team-str-wrap .director span {
      font-size: 14px; }
    .team-str-wrap .director .team-str-title {
      min-height: 129px; }
      .team-str-wrap .director .team-str-title h2 {
        font-size: 24px;
        margin-bottom: 18px; }
      .team-str-wrap .director .team-str-title h4 {
        font-size: 14px; }

  .team-str:after {
    display: block;
    content: "";
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
    height: 97%;
    border: 2px solid #f0f5fc;
    position: absolute;
    top: 60px;
    z-index: -1; }

  .close-team {
    display: block; }

  .team {
    padding-bottom: 80px; }

  .news-content-item {
    width: 100%; }

  /*Disable Animation on Mobile Devices */
  .animated {
    /*CSS transitions */
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms */
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations */
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }
/* Extra Small Devices, Phones */
/* */
/* Custom, iPhone Retina */
@media only screen and (max-width: 374px) {
  .contact_open {
    display: none; }

  .eye-block.dark-block .search_open {
    display: none !important; }

  .footer-wrap {
    min-height: 295px; }

  .team-str-wrap .team-str-item {
    width: 140px; } }
@media only screen and (max-height: 750px) {
  #popup-gallery .wrapper .gallery {
    max-height: 500px; }
    #popup-gallery .wrapper .gallery .gallery-slider-wrap {
      margin: 20px 60px; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo {
        max-height: 300px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item {
          height: 300px; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs {
        margin-top: 10px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs .item img {
          max-height: 50px; } }
@media only screen and (max-height: 375px) {
  #popup-gallery .wrapper .gallery {
    max-height: 350px; }
    #popup-gallery .wrapper .gallery .gallery-slider-wrap {
      margin: 20px 60px; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo {
        max-height: 200px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__photo .item {
          height: 200px; }
      #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs {
        margin-top: 10px; }
        #popup-gallery .wrapper .gallery .gallery-slider-wrap .gallery-slider__thumbs .item img {
          max-height: 50px; } }
