@media screen and (max-width: 1024px) {
.topnavigation .topMenu li a {
    font-size: 14px!important;
    margin: 0 3px!important;
}
.os-lang {
    width: 75px!important;
    padding: 15px 3px!important;
}

}
#wrapper-homepage {
  background: #f7f7f7;
  max-width: 1280px;
  margin: 0 auto;
}

.home-topblock ul li {
  float: left;
  width: 25%;
  height: 524px;
  position: relative;
  list-style-type: none;
}

.home-topblock ul li a {
  display: block;
}

.fm-topdesc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.home-topblock ul li:hover .fm-topdesc {
  background: rgba(0, 0, 0, 0.8);
}

.fm-top-artitle {
  font-size: 22px;
  padding: 5px 10px;
  height: 110px;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.fm-top-readmore {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  display: block;
  color: #fff;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("/common/adaptive/fonts/IBMPlexSans-Regular.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'IBM Plex Sans Medium';
  src: url("/common/adaptive/fonts/IBMPlexSans-Medium.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'IBM Plex Sans SemiBold';
  src: url("/common/adaptive/fonts/IBMPlexSans-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
}
#wrapper-homepage {
  font-family: 'IBM Plex Sans',Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
}

.home-secondblock {
  background: #f7f7f7;
  padding: 30px 35px;
  margin-bottom: 60px;
}

.home-left-block {
  float: left;
  width: 870px;
}

.home-right-block {
  float: right;
  width: 300px;
}

.second-block-list ul li {
  float: left;
  width: 25%;
  list-style-type: none;
  height: 235px;
  position: relative;
}

.second-block-list ul li a {
  display: block;
}

.fm-art-title {
  position: absolute;
  bottom: -90px;
  height: 115px;
  background: #fff;
  width: 185px;
  left: 10px;
  padding: 10px 8px;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  border-radius: 0 0 5px 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.second-block-list ul li:hover .fm-art-title {
  background: #ffffff;
}
.home-thirdblock {
  padding: 30px 35px 0;
  position: relative;
}

.home-thirdblock ul {
  position: relative;
}

.home-thirdblock ul li {
  float: left;
  width: 33.33%;
  position: relative;
}

.home-thirdblock ul li a {
  color: #ffffff;
  padding: 2px;
  background: #ffffff;
  display: block;
  padding: 0 8px;
}

.home-thirdblock ul li .fm-thumbimg img {
  width: 100%;
  display: block;
}

.home-thirdblock ul li .fm-title {
  padding: 10px 0;
  font-size: 18px;
  height: 70px;
  color: #000000;
}

.home-thirdblock ul li:nth-child(5) {
  margin-right: 0;
}

.home-thirdblock .goto {
  position: absolute;
     right: 387px;
  bottom: 10px;
}

.goto {
  font-size: 14px;
}
.goto a {
  color: #008cdd !important;
}

.home-fourthblock {
  padding: 30px 35px 0;
}
.home-fourthblock .slider ul li {
  position: relative;
}
.home-fourthblock .slider ul li .fm-image {
  padding: 15px 15px 30px;
  background: #ffffff;
  max-width: 840px;
}
.home-fourthblock .slider ul li .fm-image img {
  width: 100%;
}
.home-fourthblock .slider ul li .fm-desc {
  position: absolute;
  border-radius: 10px;
  top: 10px;
  width: 450px;
  right: 10px;
  padding: 30px;
  background: #ffffff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.home-fourthblock .slider ul li .fm-desc .fm-title {
  padding: 0 0 10px;
  font-size: 22px;
}
.home-fourthblock .slider ul li .fm-desc .fm-title a {color: #333;font-weight: 600;}
.home-fourthblock .slider ul li .fm-desc .fm-text {
  font-size: 14px;
}
.home-fourthblock .slider ul li .fm-desc .read-more {
  text-align: center;
  margin-top: 20px;
}
.home-fourthblock .slider ul li .fm-desc .read-more a {
  display: inline-block;
}
.home-fourthblock .slider .bx-wrapper {
  position: relative;
}
.home-fourthblock .slider .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 0;
  width: 830px;
  text-align: center;
}
.home-fourthblock .slider .bx-wrapper .bx-pager-item {
  display: inline-block;
  padding: 0 3px;
}
.home-fourthblock .slider .bx-wrapper .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: solid thin #585858;
  border-radius: 50%;
}
.home-fourthblock .slider .bx-wrapper .bx-pager-item a.active {
  background: #585858;
}

.home-fifthblock {
  padding: 30px 35px 0;
}
.home-fifthblock .home-left-block {
  width: 865px;
}
.home-fifthblock .home-right-block {
  width: 320px;
}

.article-block {
  padding: 18px 15px;
  background: #ffffff;
  margin-bottom: 30px;
}
.article-block .fm-image {
  float: left;
  width: 310px;
  margin-right: 20px;
}
.article-block a {
  color: #000000;
}
.article-block .fm-desc {
  float: left;
  position: relative;
  height: 230px;
  width: 500px;
}
.article-block .fm-desc .fm-title {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 400;
}
.article-block .fm-desc .read-more {
  position: absolute;
  bottom: 0;
}
.article-block .fm-desc .goto {
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-block:last-child {
  margin-bottom: 0;
}

.book-tickets {
  border: solid thin #e2e2e2;
  background: #ffffff;
}
.book-tickets-head {
  background: #d81b22;
  color: #ffffff;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 7px 0;
     margin-bottom: 10px;
}
.book-tickets-place {
  text-align: center;
  padding: 6px 0;
}
.book-tickets-place span {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.book-tickets-lang {
  font-size: 14px;
  padding: 0 5px;
  padding-bottom: 5px;
}
.book-tickets-block ul li {
  width: 33.3%;
  float: left;
  padding-bottom: 14px;
}
.book-tickets-block ul li a {
  display: block;
  padding: 0 5px;
  color: #000000;
}
.book-tickets-block ul li a .m-name {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 3px 0;
  font-weight: bold;
}
.book-tickets-block ul li a .m-buy {
  font-size: 10px;
  background: #db2c32;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 0;
  -moz-transition: all, ease-in, 0.2s;
  -o-transition: all, ease-in, 0.2s;
  -webkit-transition: all, ease-in, 0.2s;
  transition: all, ease-in, 0.2s;
}
.book-tickets-block ul li a:hover .m-buy {
  background: #b51f24;
}
.book-tickets-block:nth-child(2n) ul li a .m-buy {
  background: #000000;
}
.book-tickets-block:nth-child(2n) ul li a:hover .m-buy {
  background: #333333;
}

.read-more {
  padding: 10px 0;
}
.read-more a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 10px;
  border: solid thin #000000;
  border-radius: 5px;
}

.home-sixthblock {
  padding: 30px 0 0;
}

.home-sixthblock .fm-image {
  float: left;
  max-width: 820px;
  margin-right: 15px;
  position: relative;
}

.home-sixthblock .fm-image:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.64) url(/images/photos-icon-new.png) no-repeat 10px 12px;
  background-size: 75%;
}
.fm-count {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.home-sixthblock .fm-image img {
  display: block;
  width: 100%;
}

.home-sixthblock .fm-desc {
  padding: 0 20px 0 0;
  float: left;
  width: 425px;
}

.home-sixthblock .fm-desc .fm-head {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0 20px;
}

.home-sixthblock .fm-desc .fm-title {
  font-size: 24px;
  padding-bottom: 40px;
  font-weight: 600;
}

.home-sixthblock .fm-desc .fm-title a {
  color: #fff;
}

.home-sixthblock .fm-desc .fm-text {
  padding-bottom: 20px;
}

.home-sixthblock .fm-desc .read-more {
  margin-left: 30px;
}

.home-sixthblock .fm-desc .read-more a {
  color: #ffffff;
  border: solid thin #ffffff;
}

.home-sixthblock ul li {
  background: #e22b4e;
  color: #ffffff;
}

.home-sixthblock .bx-wrapper {
  position: relative;
}

.home-sixthblock .bx-wrapper .bx-controls-direction {
  position: absolute;
  width: 460px;
  right: 0;
  bottom: 1px;
  background: #cb1839;
  height: 60px;
  line-height: 60px;
  z-index: 99;
}

.home-sixthblock .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  width: 70px;
  text-align: center;
  text-indent: -9999px;
  border-right: solid thin #e22b4e;
  position: relative;
  -moz-transition: all, ease-in, 0.2s;
  -o-transition: all, ease-in, 0.2s;
  -webkit-transition: all, ease-in, 0.2s;
  transition: all, ease-in, 0.2s;
}

.home-sixthblock .bx-wrapper .bx-controls-direction a:before, .home-sixthblock .bx-wrapper .bx-controls-direction a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.home-sixthblock .bx-wrapper .bx-controls-direction a:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #ffffff;
}

.home-sixthblock .bx-wrapper .bx-controls-direction a:after {
  width: 15px;
  height: 15px;
  border-left: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}

.home-sixthblock .bx-wrapper .bx-controls-direction a.bx-prev:after {
  left: 7px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-sixthblock .bx-wrapper .bx-controls-direction a.bx-next:after {
  right: 7px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.home-sixthblock .bx-wrapper .bx-controls-direction a:hover {
  background: #b41533;
}

.home-seventhblock {
  padding: 30px 35px;
}

.home-seventhblock ul li {
  float: left;
  width: 290px;
  margin-right: 16px;
  position: relative;
  text-align: center;
}

.home-seventhblock ul li:last-child {
  border-right: none;
  margin-right: 0;
}

.home-seventhblock ul li .fm-image img {
  width: 100%;
  display: block;
}

.home-seventhblock ul li .fm-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  padding: 10px 0 5px;
}

.home-seventhblock ul li .fm-name {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.home-seventhblock ul li .fm-name a {
  color: #fff;
}

.home-seventhblock ul li .fm-cat {
  font-size: 14px;
  padding-bottom: 10px;
}

.home-seventhblock ul li .read-more {
  display: inline-block;
}

.home-seventhblock ul li .read-more a {
  color: #ffffff;
  border: solid thin #ffffff;
}

.home-articleblock {
  padding: 30px 35px 0;
}

.home-thirdblock ul li.first .fm-title .text,
.home-fourthblock .slider ul li .fm-desc .fm-text,
.article-block .fm-desc .fm-text,
.book-tickets-block ul li a .m-name,
.home-sixthblock .fm-desc .fm-text {
  font-family: Arial;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 18px;
}

.article-block .fm-desc .fm-text,
.home-sixthblock .fm-desc .fm-text {
  line-height: 20px;
}

.fm-top-readmore a, .read-more a {
  font-family: 'IBM Plex Sans';
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.home-right-wrapper {
  padding: 10px 7px;
  background: #ffffff;
  margin-top: 25px;
}

.television-block {
  padding: 0 5px;
}
.television-block ul li .text {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 999999;
  bottom: -11px;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
}
.television-block ul li .text a {color: #333;}
.television-block .bx-wrapper {
  position: relative;
}
.television-block .bx-wrapper .bx-viewport {
  height: 235px !important;
}
.television-block .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.television-block .bx-wrapper .bx-pager-item {
  display: inline-block;
  padding: 0 2px;
}
.television-block .bx-wrapper .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 50%;
  background: #b8b8b8;
}
.television-block .bx-wrapper .bx-pager-item a.active {
  background: #000000;
}

.head-text {
  font-size: 18px;
  padding-bottom: 10px;
}

.spotlight {
  margin-top: 20px;
}
.spotlight-block {
  padding-top: 10px;
}
.spotlight-block ul li {
  float: left;
  margin-right: 10px;
}
.spotlight-block ul li:last-child {
  margin-right: 0;
}
.spotlight-block ul li a {
  display: block;
  position: relative;
}
.spotlight-block ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.spotlight-block ul li a:hover .text {
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spotlight-block ul li a:hover:before {
  opacity: 1;
}
.spotlight-block ul li .image img {
  width: 100%;
  display: block;
}
.spotlight-block ul li .text {
  position: absolute;
  opacity: 0;
  color: #ffffff;
  top: 50%;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
.popup-notification-on-off span.on-off-link{
right: 20px!important;
}
.notification-arrow{
    right: 10px!important;
border-bottom: 10px solid #5a0244!important;
}
.notification-wrapper{
    top: 60px!important;
    right: 5px!important;
}
.popup-notification-header{
background: linear-gradient(to right, #5a0244, #af0f1c)!important;
}
