@font-face {
    font-family: 'Arimo';
    src: local('Arimo'), url('../fonts/arimo.woff2') format('woff2'), url('../fonts/arimo.woff') format('woff'), url('../fonts/arimo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Arimo';
    src: local('Arimo Italic'), local('Arimo-Italic'), url('../fonts/arimoitalic.woff2') format('woff2'), url('../fonts/arimoitalic.woff') format('woff'), url('../fonts/arimoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Arimo';
    src: local('Arimo Bold'), local('Arimo-Bold'), url('../fonts/arimobold.woff2') format('woff2'), url('../fonts/arimobold.woff') format('woff'), url('../fonts/arimobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Arimo';
    src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url('../fonts/arimobolditalic.woff2') format('woff2'), url('../fonts/arimobolditalic.woff') format('woff'), url('../fonts/arimobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans Caption';
    src: local('PT Sans Caption'), local('PTSans-Caption'), url('../fonts/ptsanscaption.woff2') format('woff2'), url('../fonts/ptsanscaption.woff') format('woff'), url('../fonts/ptsanscaption.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Caption';
    src: local('PT Sans Caption Bold'), local('PTSans-CaptionBold'), url('../fonts/ptsanscaptionbold.woff2') format('woff2'), url('../fonts/ptsanscaptionbold.woff') format('woff'), url('../fonts/ptsanscaptionbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/ptsans.woff2') format('woff2'), url('../fonts/ptsans.woff') format('woff'), url('../fonts/ptsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Italic'), local('PTSans-Italic'), url('../fonts/ptsansitalic.woff2') format('woff2'), url('../fonts/ptsansitalic.woff') format('woff'), url('../fonts/ptsansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/ptsansbold.woff2') format('woff2'), url('../fonts/ptsansbold.woff') format('woff'), url('../fonts/ptsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('../fonts/ptsansbolditalic.woff2') format('woff2'), url('../fonts/ptsansbolditalic.woff') format('woff'), url('../fonts/ptsansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea {
    -webkit-appearance: none;
}
textarea,
input[type=submit],
input[type=text] {
    -webkit-border-radius: 0;
}
input[type="image"] {
    padding: 0;
    border: none;
}
body {
    margin: 0;
    color: #666;
    min-width: 320px;
    font: 16px/19px "PT Sans Caption", Arial, Verdana, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: none;
}
img {
    border-style: none;
    vertical-align: top;
}
a {
    text-decoration: none;
    outline: none !important;
}
a:hover {
    text-decoration: underline;
}
q {
    quotes: none;
}
q:before {
    content: "";
}
q:after {
    content: "";
}
header,
footer,
article,
section,
nav,
figure,
aside {
    display: block;
}
figure {
    margin: 0;
    padding: 0;
}
input,
textarea,
select {
    font: 100% Arial, Verdana, sans-serif;
    vertical-align: middle;
    color: #000;
}
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color: #526852;
}
:-moz-placeholder {
    color: #526852;
}
::-moz-placeholder {
    color: #526852;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #526852;
}
#lessie8{
    display:none;
    text-align:center;
}
#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
#desk{
    display:block;
}
#mobil{
    display:none;
}
.holder {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#header:after,
#main:after,
#footer:after,
.holder:after {
    content: "";
    display: block;
    clear: both;
}
#header {
    width: 100%;
    position: relative;
}
.visual {
    overflow: hidden;
    width: 100%;
}
.visual #video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.visual img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
@media (min-aspect-ratio: 16/9) {
    .visual #video {
        top: -100%;
    }
    .visual img {
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .visual #video {
        left: -100%;
    }
    .visual img {
        left: -100%;
    }
}
@supports (object-fit: cover) {
    .visual #video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@supports (object-fit: cover) {
    .visual img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.top-text {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(79, 79, 79, 0.65);
    font: 36px/42px "PT Sans Caption", Arial, Verdana, sans-serif;
    /*color: #000;*/
}
.top-text .text-holder {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 300px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1150px;
    margin: 0 auto;
}
.top-text .text-frame {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.top-text .event {
    display: block;
    font: 24px/30px Arimo, Arial, Verdana, sans-serif;
    margin: 0 0 7px;
    /* color: #000; */
}
.top-text .auth {
    display: block;
    letter-spacing: -1px;
    font: 60px/64px "PT Sans", Arial, Verdana, sans-serif;
    margin: 0 0 13px;
}
.top-text .title {
    display: block;
    letter-spacing: -1px;
    font: 60px/64px "PT Sans", Arial, Verdana, sans-serif;
    margin: 0 0 104px;
    /* color: #000; */
}
#header.press,
#header.press > .visual,
#header.press > .top-text {
    height: 300px;
}
#header.press >.top-text .title {
    margin-bottom: 70px;
}
.top-text.press .text-holder {
    padding: 0px;
}
.top-text.press .text-frame {
    text-align: center;
    vertical-align: bottom;
}
.top-text .date {
    display: block;
    font: 36px/42px "PT Sans", Arial, Verdana, sans-serif;
    margin: 0 0 77px;
    /* color: #000; */
}
.top-text p {
    margin: 0;
}

.tickets-opener {
    display: block;
    text-decoration: none;
    padding: 1px 0;
    margin: 48px 0 0 0;
    /* width: 364px; */
    position: absolute;
    top: 0;
    right: 0;
    /* width: 364px; */
}
.tickets-opener:after {
    content: "";
    display: block;
    clear: both;
}
.tickets-opener:hover {
    text-decoration: none;
}
.tickets-opener span {
    float: left;
    width: 110px;
    height: 62px;
    background: #fff;
    padding: 11px 0 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 22px/36px "PT Sans Caption", Arial, Verdana, sans-serif;
    opacity: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.tickets-opener .fa {
    position: relative;
    z-index: 14;
    float: left;
    width: 62px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.tickets-opener .fa-chevron-down {
    float: left;
    font-size: 24px;
    line-height: 60px;
    opacity: 1;
}
.tickets-opener {
    margin: 48px 0 0;
}
.tickets-opener .fa-chevron-down:after {
    display: block;
}



.toggle-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 364px;
}
.toggle-block .toggle-opener {
    display: block;
    text-decoration: none;
    padding: 1px 0;
    margin: 48px 0 0 0;
    width: 364px;
}
.toggle-block .toggle-opener:after {
    content: "";
    display: block;
    clear: both;
}
.toggle-block .toggle-opener:hover {
    text-decoration: none;
}
.toggle-block .toggle-opener span {
    float: left;
    width: 110px;
    height: 62px;
    background: #fff;
    padding: 11px 0 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 22px/36px "PT Sans Caption", Arial, Verdana, sans-serif;
    opacity: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.toggle-block .toggle-opener .fa {
    position: relative;
    z-index: 14;
    float: left;
    width: 62px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.toggle-block .toggle-opener .fa-chevron-right {
    float: left;
    font-size: 28px;
    line-height: 56px;
    width: 57px;
    height: 56px;
    margin: 0 -5px 0 0;
    opacity: 0;
}
.toggle-block .toggle-opener .fa-chevron-left {
    float: left;
    font-size: 24px;
    line-height: 60px;
    opacity: 1;
}
.toggle-expanded .toggle-opener {
    margin: 48px 0 0;
}
.toggle-expanded .toggle-opener .fa-chevron-right {
    opacity: 1;
}
.toggle-expanded .toggle-opener .fa-chevron-left {
    opacity: 0;
}
/*
.toggle-block .toggle-opener .fa-chevron-right:after{
	content:"";
	display:block;
	position:absolute;
	width:36px;
	height:13px;
	left:0;
	bottom:-14px;
	display:none;
	background:url(../i/bg-opener.png) no-repeat;
}*/

.toggle-expanded .toggle-opener .fa-chevron-right:after {
    display: block;
}
.toggle-expanded .toggle-opener span {
    opacity: 0;
}
.toggle-block .toggle-slide {
    visibility: hidden;
    position: absolute;
    z-index: 12;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 328px;
    background: #fff;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    font: 18px/22px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.toggle-block .toggle-slide-holder {
    overflow: auto;
    min-height: 10px;
}
.toggle-block .today-event {
    width: 100%;
    padding: 0 0 0 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 120px;
}
.toggle-block .today-event:after {
    content: "";
    display: block;
    clear: both;
}
.toggle-block .today {
    display: block;
    padding: 16px 0 11px 44px;
    text-transform: uppercase;
    font: 700 30px/36px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.toggle-block .title {
    display: block;
    font: 1.2em "PT Sans Caption", Arial, Verdana, sans-serif;
    padding: 0 0 15px;
}
.toggle-block .creator {
    display: block;
    font: 14px/20px "PT Sans Caption", Arial, Verdana, sans-serif;
    color: #919bad;
    padding: 0 0 6px;
}
.toggle-block .creator .fa {
    display: inline-block;
    vertical-align: top;
    padding: 3px 9px 0 0;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
}
.toggle-block .creator a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #919bad;
}
.toggle-block .creator a:hover {
    text-decoration: none;
    color: #919bad;
}
.toggle-block .toggle-slide p {
    margin: 0;
}
.toggle-block .tickets-block {
    overflow: hidden;
    width: 100%;
    margin: 44px 0 13px;
}
.toggle-block .tickets-block a {
    display: block;
    padding: 3px 0 9px 44px;
    text-decoration: none;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    font: 30px/36px "PT Sans Caption", Arial, Verdana, sans-serif;
    border: 1px solid;
    color: #fff;
}
.toggle-block .tickets-block a:hover {
    border: 1px solid;
    background: #fff;
}
.grt-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.grt-list:after,
.grt-list li:after {
    content: "";
    display: block;
    clear: both;
}
.grt-list li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0 24px 44px;
}
.grt-list li:nth-child(odd) {
    background: #eff1f3;
}
.grt-list li:nth-child(even) {
    background: #fff;
}
.grt-list .title {
    overflow: hidden;
    width: 100%;
    padding: 0 0 16px;
}
.grt-list .img-holder {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.grt-list .img-holder img {
    max-width: 100%;
}
.grt-list img {
    max-width: 100%;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Scrollbars */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
    background: #fff;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: none;
    height: 5px;
    width: 14px;
    left: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    height: 1px;
    width: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: none;
    height: 5px;
    width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: none;
}
/* End Scrollbars */

.panel {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1030;
    padding: 0 10px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/24px Arimo, monospace;
}
.panel:after {
    content: "";
    display: block;
    clear: both;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 0;
}
.logo span {
    display: block;
    text-align: left;
    white-space: normal;
}
.logo .mmk-home {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 12px 0 11px 63px;
    min-height: 48px;
    background: url(../i/logo-g-new.png) no-repeat 0 45%;
    color: #fff;
}
.logo a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    min-height: 48px;
    color: #fff;
    max-width: 250px;
}
.logo a:hover {
    text-decoration: none;
    color: #c09b58;
}
.nav {
    display: inline-block;
    vertical-align: middle;
}
.nav .nav-opener,
.nav .lang-opener {
    display: none;
}
.nav .nav-drop {
    display: inline-block;
    vertical-align: middle;
}
.nav ul {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    background: url(../i/separator.png) no-repeat 0 50%;
}
.nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.nav a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nav a:hover {
    text-decoration: none;
}
.nav .anchor-nav {
    margin: 0 15px 0 0;
}
.nav .anchor-nav .anchor-active {
    text-decoration: none;
    background: none;
}
.nav .anchor-nav li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.lang a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 30px 0 0;
    width: 16px;
    height: 12px;
    opacity: 1;
}
.lang .ru {
    background: url(../i/ico-ru.png) no-repeat;
    margin: 0 30px 0 0;
}
.lang .en {
    background: url(../i/ico-en.png) no-repeat;
    margin: 0;
}
.lang a:hover {
    opacity: 0.75;
}

.lang-opener {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.nav-opener {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    position: relative;
    border-radius: 3px;
    text-indent: -9999px;
    overflow: hidden;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 10px;
}
.nav-opener:after {
    top: 22px;
}
.nav .close-btn span,
.nav-active .nav-opener span {
    opacity: 0;
}
.nav-opener:hover {
    opacity: .95;
}
.nav .close-btn:after,
.nav .close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
}
.nav .close-btn:after,
.nav-active .nav-opener:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main {
    width: 100%;
}
#main h1 {
    margin: 0 0 20px;
    letter-spacing: -1px;
    font: 30px/42px Arimo sans-serif;
    text-align: center;
}
#main h2 {
    margin: 0 0 20px;
    letter-spacing: -1px;
    font: 30px/42px Arimo, Arial, Verdana, sans-serif;
    text-align: center;
}
#main p {
    margin: 0 0 20px;
}
.events-container {
    /* padding-top: 141px; */
    
    margin-bottom: 40px;
}
.container-presents {
    /* padding-top: 141px; */
    
    margin: 0 0 40px;
}
.container-about {
    width: 100%;
    position: relative;
    padding: 32px 0 46px;
    margin: 0 0 35px;
}
.container-about:after,
.container-virtual:after,
.psr-container:after {
    content: "";
    display: block;
    clear: both;
}
.expand {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
}
.expand:hover {
    color: #fff;
}
.expand > .fa {
    font-size: 24px;
    font-weight: bold;
}
.expandable {
    display: none;
}
.container-about .heading {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
#main .heading h1 {
    margin: 0 0 7px;
}
.container-about .heading .date {
    display: block;
    text-align: center;
    font: 18px/24px "PT Sans Caption", Arial, Verdana, sans-serif;
    margin: 0 0 22px;
    color: #667594;
}
.container-virtual {
    width: 100%;
    background: #f0f1f3;
    /* color:#333; */
}
.container-virtual .cv-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 60px 9px 0;
    width: 53%;
}
#main .container-virtual h2 {
    text-align: left;
    margin: 0 0 14px;
}
#main .container-virtual p {
    margin: 0 0 5px;
}
.container-virtual .date {
    display: block;
    font: 16px/19px "PT Sans Caption", Arial, Verdana, sans-serif;
    margin: 0 0 5px;
}
.container-virtual .cv-img {
    float: left;
    width: 47%;
}
.container-virtual .cv-img img {
    max-width: 100%;
}
.catalog {
    color: #fff;
    margin-bottom: 40px;
}
#cat1:before {
    content: "";
    padding-top: 71px;
    height: 71px;
    margin-top: -121px;
    visibility: hidden;
    display: block;
}
.catalog > .holder {
    overflow: hidden;
    position: relative;
}
.catalog > .holder > h2 {
    padding-top: 25px;
    color: #fff;
    /* margin-left: 625px; */
}
.catalog > .holder > .img {
    display: block;
    float: left;
    /* width: 588px; */
    
    margin: 0px 35px 0 0;
}
.catalog > .holder > .thumb {
    position: absolute;
    /* right: 125px; */
    
    bottom: 15px;
    /* display: block; */
    /* max-width: 600px; */
}
.catalog > .holder > .thumb > a {
    display: inline-block;
    margin: 5px;
    border: 3px solid transparent;
    width: 134px;
    height: 90px;
}
.catalog > .holder > .thumb > a.active {
    border-color: #fff;
}
.catalog > .holder > .thumb > a > img {
    width: 100%;
}
.catalog > .holder > .img > img {
    max-height: 420px;
    max-width: 588px;
}
.catalog > .holder > div {
    width: 100%;
    margin: 10px 0 115px 0;
}
.tabs-holder {
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 34px;
}
.tabs-holder:after {
    content: "";
    display: block;
    clear: both;
}
.tabset {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 8;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font: 17px/21px Arimo, Arial, Verdana, sans-serif;
    border-bottom: 1px solid #fff;
}
.tabset:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    border-bottom: 9px solid;
}
.tabset li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 40px 2% 0;
    height: 53px;
    background: url(../i/separator-tabs.png) no-repeat 0 50%;
}
.tabset li:first-child {
    background: none;
}
.tabset a {
    text-decoration: none;
    color: #fff;
}
.tabset .tabs-active a {
    text-decoration: none;
    color: #fff;
}
.tabset a:hover {
    text-decoration: underline;
    color: #fff;
}
.tabset .tabs-active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin: 1px 0 0;
    pointer-events: none;
    border-color: rgba(185, 151, 91, 0);
    border-width: 20px;
    margin-left: -20px;
}
.tabset .tabs-active a,
.tabset .tabs-active a:hover {
    color: #fff;
}
.tabs-holder .tab-content {
    overflow: hidden;
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 360px;
    padding: 45px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e3e6ea;
    border-top: none;
    font: 16px/19px "PT Sans Caption", Arial, Verdana, sans-serif;
    color: #333;
}
.tab-box {
    overflow: hidden;
    width: 100%;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 450px 0 20px;
    position: relative;
    margin: 0 0 26px;
}
.events-list {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}
.events-list:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 188px;
    border-left: 1px solid #e3e6ea;
}
.events-list li {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0 0 0 237px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.events-list li:after {
    content: "";
    display: block;
    clear: both;
}
.events-list .date {
    float: left;
    width: 204px;
    margin: 14px 0 0 -237px;
}
.events-list .date span {
    float: left;
    font: 18px/28px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.events-list .date .fa {
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.events-list .text-box {
    float: left;
    width: 100%;
    max-width: 800px;
    padding: 16px 0 10px;
    border-top: 1px solid #f0f0f0;
}
.events-list li:first-child .text-box {
    border-top: none;
}
.events-list .title {
    display: block;
    font: 700 18px/24px "PT Sans Caption", Arial, Verdana, sans-serif;
    padding: 0 0 5px;
}
.events-list .title a {
    text-decoration: none;
}
.events-list .title a:hover {
    text-decoration: underline;
}
.events-list .creator {
    display: block;
    font: 14px/20px "PT Sans Caption", Arial, Verdana, sans-serif;
    color: #919bad;
    padding: 0 0 8px;
}
.events-list .creator .fa {
    display: inline-block;
    vertical-align: top;
    padding: 3px 9px 0 0;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
}
.events-list .creator a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #919bad;
}
.events-list .creator a:hover {
    text-decoration: none;
    color: #919bad;
}
.media-container {
    overflow: hidden;
    width: 100%;
    margin: 0 0 40px;
    font: 16px/19px "PT Sans Caption", Arial, Verdana, sans-serif;
    color: #fff;
    /* padding-top: 141px; */
}
.media-container .media-holder {
    display: inline-block;
    width: 100%;
}
.media-container .text-box {
    display: inline-block;
    width: 44%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 22px 0 28px;
    vertical-align: top;
}
#main .media-container h2 {
    text-align: left;
    color: #fff;
}
#main .media-container p {
    margin: 0;
    display:  block;
}
.media-list {
    overflow: hidden;
    width: 100%;
    padding: 29px 0 0;
    margin: 0;
    list-style: none;
}
.media-list li {
    vertical-align: top;
    height: 1%;
    position: relative;
    padding: 0 0 17px 29px;
}
.media-list li:after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 2px;
    left: 0;
    background: #fff;
}
.media-list li > a {
    color: #fff;
}
.video-box {
    display: inline-block;
    width: 56%;
    text-align: center;
    vertical-align: middle;
}
.video-box img {
    max-width: 100%;
}
.video-box iframe {
    min-height: 400px;
}
.testimonials-container {
    width: 100%;
    position: relative;
    margin: 0 0 37px;
    min-height: 545px;
    padding: 90px 0px;
    background: url(../i/press-background.jpg) no-repeat;
    background-size: cover;
}
.testimonials-container > .testimonials-carousel {
    overflow: hidden;
    width: 100%;
}
#main .testimonials-carousel h2 {
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 10px;
    color: #fff;
}
.testimonials-carousel .mask-holder {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.testimonials-carousel .btn-prev {
    position: absolute;
    z-index: 17;
    display: block;
    left: 3px;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    color: #fff;
}
.testimonials-carousel .btn-prev:hover {
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
}
.testimonials-carousel .btn-next {
    position: absolute;
    z-index: 17;
    display: block;
    right: 3px;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    text-align: center;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    color: #fff;
}
.testimonials-carousel .btn-next:hover {
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
}
.testimonials-carousel .btn-prev,
.testimonials-carousel .btn-next {
    font-size: 30px;
    line-height: 64px;
}
.testimonials-carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}
.testimonials-carousel .mask .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -3px;
    float: left;
}
.testimonials-carousel .mask .slide {
    display: inline-block;
    vertical-align: top;
    float: none;
    letter-spacing: 0;
    white-space: normal;
    width: 100% !important;
    position: relative;
    z-index: 3;
    padding: 68px 55px 35px 278px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonials-carousel .mask .slide.active {
    z-index: 5;
}
.testimonials-carousel .img-block {
    width: 175px;
    margin: -2px 0 0 -202px;
    float: left;
}
.testimonials-carousel .img-block img {
    max-width: 100%;
}
.testimonials-carousel .text-block {
    float: left;
    width: 100%;
    min-height: 260px;
    font: italic 16px/19px Arimo, Arial, Verdana, sans-serif;
    color: #667594;
}
.testimonials-carousel .name {
    display: block;
    margin: 0 0 14px;
    font: bold 18px/24px Arimo, Arial, Verdana, sans-serif;
}
#main .testimonials-carousel p {
    margin: 0;
}
.testimonials-carousel .more {
    margin: 42px 0 0 2px;
    padding: 10px 0 0;
    text-decoration: none;
    display: block;
    font: bold 16px/22px Arimo, Arial, Verdana, sans-serif;
    width: 150px;
    height: 35px;
    text-align: center;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    border: 1px solid #d1d5da;
    background: #fff;
    color: #546278;
}
.testimonials-carousel .more:hover {
    text-decoration: none;
    border: 1px solid #d1d5da;
    background: #d1d5da;
    color: #546278;
}
.psr-container {
    width: 100%;
    padding: 25px 0 53px;
    margin: 0 0 40px;
    background: #f6f7f8;
}
.psr-holder {
    margin: 0 -8px;
}
.psr-list {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font: 24px/30px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.psr-list li {
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px 16px;
}
.psr-list a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 11px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    color: #fff;
}
.psr-list a:hover {
    text-decoration: none;
    background: #fff;
}
.tickets-container {
    width: 100%;
    /* padding-top: 100px; */
}
.tickets-container:after,
.tickets-boxes .tb-holder:after,
.tickets-box .tb-frame:after {
    content: "";
    display: block;
    clear: both;
}
.tickets-boxes {
    margin: 0 -20px;
}
.tickets-boxes .tb-holder {
    width: 100%;
    text-align: center;
}
.tickets-box {
    display: inline-block;
    padding: 0 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
    vertical-align: top;
}
.tickets-box:hover {
    text-decoration: none;
}
.tickets-box .tb-frame {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/19px "PT Sans Caption", Arial, Verdana, sans-serif;
    border: 1px solid;
    background: #eff1f3;
    color: #3d506f;
}
.tickets-box .title {
    overflow: hidden;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 3px 29px 4px;
    margin: 0 -30px 16px;
    font: 14px/20px Arimo, Arial, Verdana, sans-serif;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
}
.tickets-box .title span {
    display: inline-block;
    vertical-align: top;
}
.tickets-box .title strong {
    font: 60px/60px Arimo, Arial, Verdana, sans-serif;
}
#main .tickets-box p {
    margin: 0 0 20px;
}
#main .tickets-box a{
   display:inline;
}
#footer {
    width: 100%;
    position: relative;
}
#footer p {
    margin: 0 0 20px;
}
.contacts-holder {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 7px solid;
    padding: 1px 0 0;
    margin: 0 0 31px;
}
.contacts-holder:after {
    content: "";
    display: block;
    clear: both;
}
.contacts-holder .map-box {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 665px;
    text-align: center;
    background-size: cover;
}
.contacts-holder .map-box iframe {
    border: none !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cb-holder {
    position: absolute;
    top: 43px;
    right: 10%;
    z-index: 4;
    width: 292px;
    border: 1px solid #ccd1da;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 36px 23px 36px 23px;
}
.mode-list {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    font: 16px/20px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.mode-list li {
    vertical-align: top;
    height: 1%;
    padding: 0 0 17px;
}
.mode-list strong {
    display: block;
    padding: 0 0 0 21px;
    font: 700 18px/22px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.mode-list span {
    display: block;
}
.mode-list .fa {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    padding: 1px 8px 0 0;
}
.mode-list em {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}
.mode-list .output {
    display: block;
    font-weight: bold;
    padding: 0 0 15px 21px;
}
.info-list {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.info-list li {
    vertical-align: top;
    height: 1%;
    margin: 0 0 4px;
}
.info-list a {
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    padding: 7px 5px 8px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font: 700 18px/22px "PT Sans Caption", Arial, Verdana, sans-serif;
    background: #e1dfdb;
}
.info-list a:hover,
.info-list a.active {
    text-decoration: none;
    background: #cb333b;
    color: #fff;
}
.f-box {
    width: 100%;
    padding: 0 0 50px;
    background: #fff;
}
.f-box:after {
    content: "";
    display: block;
    clear: both;
}
.f-box .heading-f {
    margin: 0 0 20px;
    display: block;
    letter-spacing: -1px;
    font: 30px/42px Arimo, Arial, Verdana, sans-serif;
    text-align: center;
}
.f-box .col-f {
    float: left;
    width: 50%;
}
.f-box .title {
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0 0 12px;
    font: 700 14px/20px "PT Sans Caption", Arial, Verdana, sans-serif;
}
.sprs-list {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sprs-list li {
    display: inline-block;
    padding: 0 30px 20px 0;
}
.f-block {
    overflow: hidden;
    width: 100%;
    padding: 19px 0 5px;
    font: 14px/20px Arimo, Arial, Verdana, sans-serif;
    color: #fff;
}
.f-block .copyright {
    float: left;
    padding: 11px 0;
}
.sl-list {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sl-list li {
    float: left;
    width: 38px;
    padding: 0 0 10px 10px;
}
.sl-list a {
    float: left;
    width: 38px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    opacity: 0.5;
    background: #fff;
}
.sl-list a:hover {
    text-decoration: none;
    opacity: 0.75;
    background: #fff;
}
.sl-list .fa {
    font-size: 26px;
    line-height: 38px;
}
.gallery {
    margin-bottom: 20px;
    text-align: center;
    line-height: 0px;
}
.gallery > .v {
    display: none;
}
.gallery > .v:first-child {
    display: block;
}
.gallery > .v > a {
    position: relative;
    display: inline-block;
    height: 200px;
    width: 290px;
    overflow: hidden;
    background-color: #E7E5E6;
    margin: 1px 1px 0 0;
}
.gallery > .v > a > img {
    width: 290px;
    z-index: 1;
}
.gallery > .v > a > div {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0px;
    left: 0px;
    height: 112px;
    width: 290px;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    padding-top: 90px;
    -webkit-transition: .4s opacity;
    transition: .4s opacity;
}
.gallery > .v > a > div > strong {
    line-height: 15px;
}
.gallery > .v > a:hover > div {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.gallery > .v > a:hover > div > strong {
    opacity: 1;
    color: #FFF;
}
.gallery > .pagination {
    text-align: right;
    padding: 10px;
    background-color: white;
    margin-left: -100%;
    margin-right: -100%;
    padding-right: 100%;
}
.gallery > .pagination > span {
    font-size: 14px;
    margin-left: 15px;
}
.gallery > .pagination > a {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.gallery > .pagination > a.active {
    pointer-events: none;
    cursor: default;
}
.gallery > .pagination > a > .fa-circle {
    display: none;
}
.gallery > .pagination > a.active > .fa-circle {
    display: inline-block;
    font-size: 9px;
}
.gallery > .pagination > a.active > .fa-circle-o {
    display: none;
}
#gallery_albums > .v > a:hover > div > i {
    position: absolute;
    color: white;
    left: 50%;
    top: 40px;
    margin-left: -15px;
    bottom: 20px;
    font-size: 3em;
    display: none;
}
#gallery_albums > .album {
    display: none;
}
#press {
    padding-top: 50px;
}
#press > div {
    display: block;
    text-align: center;
    margin: 0px 0px 80px 0px;
}
#press > a {
    display: block;
    text-align: center;
    margin: 80px 0px;
}
#press > a:hover {
    text-decoration: none;
}
#press > a > h2 {
    text-transform: uppercase;
    margin: auto;
    width: 70%;
}
#press > a > div {
    margin: 0 auto;
    width: 50%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}
#press > a > div > p {
    line-height: 25px;
}
#mask {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 8810;
}
#news-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 80%;
    margin: 0 auto;
    z-index: 9900;
    background-color: #fff;
    margin-top: 10%;
}
#news-popup > a {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}
#news-popup > .title {
    display: table;
    min-height: 200px;
    color: #fff;
    text-align: center;
    width: 100%;
    border: 1px solid;
}
#news-popup > .title > div {
    display: table-row;
}
#news-popup > .title > div > h2 {
    display: table-cell;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 32px;
    vertical-align: middle;
    line-height: 32px;
}
#news-popup > .source {
    text-align: center;
    line-height: 40px;
}
#news-popup > .source > span {
    color: #fff;
    border-left: 2px solid #fff;
    padding: 0 15px;
}
#news-popup > .source > span:first-child {
    border: 0px;
}
#news-popup > .txt {
    padding: 50px 35px 30px 35px;
    overflow-y: auto;
    box-sizing: border-box;
}
#created_by {
    font-size: 11px;
    float: right;
    color: #848FA4;
    width: 340px;
    text-align: center;
}
#created_by > a {
    color: #848FA4;
}
@media screen and (max-width: 1400px) {
    .panel {
        font: 14px/24px Arimo, Arial, Verdana, sans-serif;
    }
}
@media screen and (max-width: 1300px) {
    .top-text .text-holder {
        display: table;
        height: 100%;
        width: 100%;
        padding: 0 320px 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 1200px;
        margin: 0 auto;
    }
    .logo {
        padding: 0 20px 0 0;
    }
    .nav ul {
        padding: 0 0 0 10px;
    }
    .nav .anchor-nav li {
        padding: 0 8px;
    }
    .lang a {
        margin: 0 12px 0 0;
    }
    .lang .ru {
        margin: 0 12px 0 0;
    }
    .lang .en {
        margin: 0;
    }
}
@media screen and (max-width: 1200px) {
    .tabset > li {
        display: block;
        background: none;
        height: auto;
        padding: 0px;
    }
    .tabset > li > a {
        display: block;
        padding: 3px 10px;
        text-align: left;
    }
    .tabset > li.tabs-active > a {} .tabset > li.tabs-active:after {
        display: none;
    }
    .top-text {
        font: 30px/36px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .top-text .event {
        font: 24px/30px Arimo, Arial, Verdana, sans-serif;
    }
    .top-text .auth {
        font: 50px/46px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 15px;
    }
    .top-text .title {
        font: 50px/46px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 6%;
    }
    .top-text .date {
        display: block;
        font: 30px/36px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 8%;
    }
    .toggle-block .toggle-slide {
        font: 16px/22px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .toggle-block .today {
        font: 700 36px/42px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .toggle-block .title {
        font: 24px/30px "PT Sans Caption", Arial, Verdana, sans-serif;
        padding: 0 0 12px;
    }
    .toggle-block .tickets-block a {
        font: 24px/30px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    #main h1 {
        font: 28px/34px Arimo, Arial, Verdana, sans-serif;
    }
    #main h2 {
        font: 28px/34px Arimo, Arial, Verdana, sans-serif;
    }
    .f-box .heading-f {
        font: 28px/34px Arimo, Arial, Verdana, sans-serif;
    }
    .toggle-block .today-event {
        padding: 0 0 0 28px;
    }
    .toggle-block .today {
        padding: 10px 0 10px 28px;
    }
    .toggle-block .tickets-block a {
        padding: 3px 0 9px 28px;
    }
    .toggle-block .tickets-block {
        margin: 24px 0 10px;
    }
    .grt-list li {
        padding: 14px 0 20px 28px;
    }
    .panel {
        white-space: normal;
        text-align: center;
        display: table;
    }
    .logo {
        padding: 0 1% 0 0;
        display: table-cell;
    }
    .nav {
        display: table-cell;
    }
    .nav .nav-drop {
        width: 100%;
        float: left;
        white-space: nowrap;
    }
    .nav ul {
        padding: 0 0 0 3%;
        white-space: normal;
        text-align: left;
    }
    .nav .anchor-nav {
        margin: 0;
    }
    .nav .anchor-nav li {
        padding: 0 2% 0 0;
    }
    .lang a {
        margin: 0 2% 0 0;
    }
    .lang .ru {
        margin: 0 2% 0 0;
    }
    .lang .en {
        margin: 0 2% 0 0;
    }
}
@media screen and (max-width: 1100px) {
    .nav .lang{
        display:none;
    }
    .panel {
        white-space: normal;
        text-align: left;
    }
    .nav {
        float: right;
    }
    .nav .nav-opener {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -16px;
    }
    .nav .lang-opener,
    .nav .lang-opener:hover {
        display: block;
        position: absolute;
        top: 50%;
        right: 45px;
        margin-top: -16px;
        /* background: #000000; */
        color:white;
    }
    .nav .lang-opener p{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .nav .nav-drop {
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .nav .nav-drop {
        width: 100%;
        padding: 10px 0;
    }
    .nav ul {
        display: block;
        width: 100%;
        background: none;
        margin: 0;
        padding: 0;
    }
    .nav li,
    .nav .anchor-nav li {
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav li a {
        display: block;
        padding: 3px 10px;
    }
    .nav li a:hover {
        background: #ededeb;
        color: #000;
    }
    .nav .anchor-nav .anchor-active {
        text-decoration: none;
        background: none;
    }
    .nav .lang {
        padding: 10px 0 0;
    }
    .nav .lang a {
        float: left;
        padding: 0;
        margin: 3px 10px;
    }
    .nav .lang .ru {
        background: url(../i/ico-ru.png) no-repeat !important;
        margin: 3px 10px;
    }
    .nav .lang .en {
        background: url(../i/ico-en.png) no-repeat !important;
        margin: 3px 10px;
    }
    .nav .nav-drop {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
        height: 0;
    }
    .nav-active .nav-drop {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .psr-list {
        font: 20px/26px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .tickets-box .tb-frame {
        padding: 0 15px;
    }
    .tickets-box .title {
        padding: 3px 14px 4px;
        margin: 0 -15px 16px;
    }
}
@media screen and (max-width: 1000px) {
    .top-text {
        font: 24px/30px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .top-text .event {
        font: 20px/26px Arimo, Arial, Verdana, sans-serif;
    }
    .top-text .auth {
        font: 40px/46px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 10px;
    }
    .top-text .title {
        font: 40px/46px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 5%;
    }
    .top-text .date {
        display: block;
        font: 24px/30px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 7%;
    }
    #main h1 {
        font: 24px/30px Arimo, Arial, Verdana, sans-serif;
    }
    #main h2 {
        font: 24px/30px Arimo, Arial, Verdana, sans-serif;
    }
    .f-box .heading-f {
        font: 24px/30px Arimo, Arial, Verdana, sans-serif;
    }
    .container-about .heading .date {
        font: 16px/22px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .container-about {
        padding: 32px 0 36px;
    }
}
@media screen and (max-width: 950px) {
    .psr-list li {
        width: 50%;
    }
}
@media screen and (max-width: 940px) {
    .container-virtual .cv-text {
        float: none;
        overflow: hidden;
        padding: 14px 0 24px;
        width: 100%;
    }
    #main .container-virtual h2 {
        text-align: center;
        margin: 0 0 20px;
    }
    .container-virtual .cv-img {
        float: none;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .sl-list {
        float: none;
        width: 100%;
        display: block;
        clear: both;
        overflow: hidden;
        text-align: center;
    }
    .sl-list li {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 3px 10px;
    }
    .catalog > .holder > .img {
        float: none;
        margin: 0 auto;
    }
    .catalog > .holder > .thumb {
        position: static;
        text-align: center;
    }
    .catalog > .holder > .thumb > a {
        display: inline-block;
    }
    .catalog > .holder > div {
        margin: 10px 0px;
    }
    #press > a > div {
        width: 60%;
    }
}
@media screen and (max-width: 900px) {
    .toggle-block {
        display: none;
    }
    .top-text .text-holder {
        padding: 0 10px;
    }
    .top-text .text-frame {
        padding: 50px 0 0;
    }
    .toggle-block .toggle-opener {
        margin: 0;
    }
    .cb-holder {
        right: 10px;
    }
    #press > a > div {
        width: 70%;
    }
}
@media only screen and (max-width: 800px) {
    #news-popup > .title {
        min-height: 150px;
    }
    #news-popup > .txt {
        padding: 10px;
    }
    #press > a > div {
        width: 80%;
    }
}
@media only screen and (max-width: 720px) {
    .cb-holder {
        top: auto;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    .mode-list {
        float: left;
        width: 50%;
        margin: 0;
    }
    .info-list {
        float: left;
        width: 50%;
    }
    .media-container .media-holder {
        display: block;
    }
    .media-container .text-box {
        display: block;
        width: 100%;
    }
    .media-container .video-box {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 620px) {
    .gallery > a {
        width: 100%;
        height: auto;
    }
    .gallery > a > img {
        width: 100%;
        height: auto;
    }
    .gallery > a > div {
        width: 100%;
        height: 100%;
    }
    .f-box .col-f {
        float: none;
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .f-block .copyright {
        float: none;
        display: block;
        clear: both;
        padding: 11px 0;
    }
    .tickets-box {
        float: none;
        width: 100%;
    }
    #press > a > div {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .psr-list li {
        float: left;
        width: 100%;
        display: block;
    }
    .catalog > .holder > .img {
        width: 100%;
    }
    .testimonials-container {
        padding: 10px 0 15px 0;
        background: #8d919a;
    }
    #news-popup {
        margin-top: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    #desk{
        display:none;
    }
    #mobil{
        display:block;
    }
    .panel {
        font: 14px/18px Arimo, Arial, Verdana, sans-serif;
    }
    .nav li a {
        display: block;
        padding: 8px 10px;
    }
    .nav .lang a {
        float: left;
        padding: 0;
        margin: 3px 10px;
    }
    .testimonials-carousel .mask-holder {
        padding: 0px;
    }
    .testimonials-carousel .mask .slide {
        padding: 0px 35px;
    }
    .testimonials-carousel .img-block {
        float: none;
        margin: 0px;
    }
    .testimonials-carousel .text-block {
        float: none;
    }
    .testimonials-carousel .btn-prev,
    .testimonials-carousel .btn-next {
        background: transparent;
        width: 24px;
    }
    .testimonials-carousel .more {
        margin: 10px auto;
    }
}
@media only screen and (max-width: 540px) {
    .contacts-holder .map-box {
        height: 720px;
    }
    .mode-list li {
        padding: 0 0 8px;
    }
    .mode-list {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
    .info-list {
        float: none;
        display: block;
        width: 100%;
    }
    .mode-list {
        font: 14px/18px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .mode-list strong {
        font: 700 15px/21px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .info-list a {
        padding: 5px 5px 5px 15px;
        font: 700 15px/21px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    #news-popup > .title > div > h2 {
        padding-top: 35px;
    }
    #news-popup > .source {
        line-height: 22px;
    }
}
@media only screen and (max-width: 500px) {
    .tabs-holder > .tab-content {
        padding: 15px 5px;
    }
    .events-list:after {
        display: none;
    }
    .events-list > li {
        padding: 5px;
    }
    .events-list > li > .date {
        display: block;
        float: none;
        margin: 0px;
        width: 100%;
        padding: 5px 10px;
    }
    .events-list > li > .date > span {
        float: none;
        color: #fff;
    }
    .events-list > li > .date > i {
        display: none;
    }
    .events-list > li > .text-box {
        border: 0px;
    }
}
@media screen and (max-width: 400px) {
    .toggle-block {
        width: 316px;
    }
    .toggle-block .toggle-slide {
        width: 280px;
    }
    .logo a {
        max-width: 200px;
    }
}
@media screen and (max-width: 350px) {
    .top-text {
        font: 20px/26px "PT Sans Caption", Arial, Verdana, sans-serif;
    }
    .top-text .event {
        font: 16px/22px Arimo, Arial, Verdana, sans-serif;
    }
    .top-text .auth {
        font: 36px/42px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 10px;
    }
    .top-text .title {
        font: 36px/42px "PT Sans", Arial, Verdana, sans-serif;
        margin: 0 0 5%;
    }
    .top-text .date {
        display: block;
        font: 20px/26px "PT Sans", Arial, Verdana, sans-serif;
    }
    .logo {
        padding: 0 11px 0 0;
    }
}
@media screen and (max-height: 900px) {
    .grt-list .img-holder img {
        height: 160px;
    }
}
@media screen and (max-height: 800px) {
    .grt-list .img-holder img {
        height: 130px;
    }
    .grt-list .title {
        padding: 0px;
    }
}
@media screen and (max-height: 750px) {
    .grt-list .img-holder img {
        height: 100px;
    }
    .grt-list .title {
        font-size: 26px;
    }
    .grt-list li {
        padding: 5px 0 5px 44px;
    }
}
@media screen and (max-height: 700px) {
    .toggle-block .tickets-block {
        margin: 15px 0 5px;
        ;
    }
    .grt-list img {
        max-height: 175px;
        padding-top: -10px;
    }
}
@media screen and (max-height: 650px) {
    .toggle-block .today {
        padding: 5px 0 5px 44px;
        text-transform: uppercase;
        line-height: auto;
    }
    .toggle-block .title {
        font-size: 1em;
        line-height: auto;
        padding: 0 0 5px;
    }
    .grt-list img {
        max-height: 125px;
        padding-top: -10px;
    }
}
@media screen and (max-height: 560px) {
    .today-event p {
        font-size: 14px;
    }
    .toggle-block .today {
        font-size: 22px;
        text-transform: uppercase;
    }
    .toggle-block .tickets-block {
        margin: 0px;
    }
    .toggle-block .tickets-block a {
        font-size: 22px;
        padding: 3px 0 3px 44px;
    }
}
@media screen and (max-height: 500px) {
    .toggle-block .today {
        font-size: 22px;
        text-transform: uppercase;
    }
    .toggle-block .title {
        font-size: 1em;
    }
    .grt-list {
        display: table-row;
    }
    .grt-list li {
        padding: 0px;
        display: table-cell;
        width: 50%;
        text-align: center;
        background: #fff !important;
    }
    .grt-list img {
        max-height: 100px;
    }
}

/* disable animation while browser is resizing */

.resize.nav-active .hold,
.resize.nav-active .nav-drop,
.resize.nav-active .nav-drop > ul {
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.lg-sub-html h4 {
    margin: 0 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    text-align: center !important;
}
.lg-sub-html div {
    text-align: left !important;
}
#lg-download{
    display:none;
}