@charset "UTF-8";
 @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,cyrillic);
 html, body {
     height: 100%;
     min-width: 300px;
}
 html{
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
 img{
     max-width:100%;
}
 body {
     background: #000000;
     font: 16px/20px "Roboto Condensed", "Arial";
     color: #1d1d1d;
     margin: 0;
     padding: 0;
}
body.header-fixed{
    padding-top:60px;
}
 a {
     text-decoration: underline;
     color: #FFF;
}
 h1, h2, h3 {
     font-size: 26px;
     margin: 0 0 0;
     line-height: 30px;
}
 .comands h1, .comands h2, .comands h3{
     text-align:center;
     display:block;
}
 .comands .title-block p{
     text-align:center;
}
 p {
     line-height: 24px;
     font-size: 16px;
     font-weight: 400;
     color: #ffffff;
     margin: 10px 0 25px;
}
 input, textarea {
     color: #5E5E5E;
}
 input[type="text"], input[type="password"], textarea {
}
 input[type="text"], input[type="password"] {
}
 textarea {
     width: 480px;
     height: 100px;
}
 input[type="submit"], input[type="button"] {
     width: 200px;
     height: 36px;
     padding-bottom: 1px;
     border-radius: 4px;
     background: #B91128;
     box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
     text-transform: uppercase;
     color: #FFF;
}
 input[type="submit"]:hover, input[type="button"]:hover {
     background: #E70909;
}
 ul {
     list-style: none;
     margin: 0;
     padding: 0 0 0 20px;
}
 ul li {
     list-style: circle;
}
 .clearfix {
     clear: both;
     display: block;
     float: none!important;
     padding: 0!important;
}
/* ~~~~~~~~ */
 .wrapper {
     max-width: 1060px;
     width: 100%;
     margin: 0 auto;
     display: block;
     position: relative;
     z-index: 101;
}
 .wrapper.wrapper-new{
     max-width: 1380px;
     padding: 0 20px;
     box-sizing: border-box;
}
 .btn {
     outline: none;
     font-weight: 500;
     font-size: 18px;
     text-decoration: none;
     background: transparent;
     color: #ff9600;
     text-shadow: none;
     padding: 11px 10px;
     display: table;
     border-radius: 3px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     min-width: 230px;
     border: 2px solid #ff9600;
     text-align: center;
     font-weight: 600;
}
 .btn-red {
     background: #f34848;
     border-color: #f34848;
     color: #fff;
}
 .btn-yellow {
     background: #ffc500;
     border-color: #ffc500;
     color: #fff;
}
 .btn:hover {
     color: #ffffff;
     border-color: #fff;
}
 .btn-white:hover {
     background: #000;
     color: #fff;
     border-color: #1d1d1d;
}
 .btn-yellow:hover {
     background: #f34848;
     border-color: #f34848;
     color: #fff;
}
 header {
     background: transparent;
     cursor: default;
     display: block;
     z-index: 2;
     margin-top: 0;
     position: absolute;
     width: 100%;
     top: 0;
     left: 0;
}
 header.inner{
     position: fixed;
     background: #000000;
     height: 60px;
     top: 0;
     left: 0;
}
header.inner .wrapper{
    height:100%;
}
 header .menu {
     display: inline-block;
     margin-left: 0;
     vertical-align: top;
     overflow: hidden;
     height: 100%;
     padding: 25px 0 0;
}
 header .inner-page .menu {
     padding-top: 0;
}
 header .inner-page .contacts{
     padding-top: 3px;
}
 header .menu ul {
     display: block;
     padding: 0;
     height: 100%;
}
 header .menu ul li:first-child {
     margin-left: 0;
     padding-left: 0;
}
 header .menu ul li:first-child a {
     padding-left: 0;
}
 header .menu ul li {
     display: inline-block;
     margin: 20px 2px;
}
 header.inner .menu ul li{
     vertical-align: middle;
     margin: 14px 2px;
}
.header-fixed header.inner .menu ul li{
    
margin: 3px 2px;
}
 header .menu ul li.hidden {
     display: none;
}
 header .menu ul li a {
     font-weight: 600;
     text-decoration: none;
     color: #fff;
     font-size: 16px;
     line-height: 16px;
     padding: 8px 11px;
     display: block;
     max-height: 60px;
     vertical-align: middle;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
}
 header .inner-page .menu ul li a{
     color:#fff;
}
 header .menu ul li a:hover {
     text-decoration: underline;
     color: #00b7fb;
}
 header .menu ul li a.active {
     text-decoration:underline;
     color: #ff9600;
}
 header .contacts {
     display: inline-block;
     vertical-align: top;
     padding: 40px 0 0;
     float: right;
     margin-left: 20px;
}
 header .contacts a {
     display: block;
     font-size: 16px;
     text-decoration: none;
     color: #fff;
     background: #ff9600;
     font-weight: 600;
     padding: 10px 45px;
     border-radius: 100px;
     margin: 0 0 10px;
     color: #fff;
}
 header.inner .contacts a{
     padding: 5px 45px;
}
 header .contacts .icon {
     border: 1px solid #da3131;
     color: #da3131;
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     border-radius: 5px;
     margin-right: 18px;
}
 header .contacts>div {
     float: left;
}
 header .inner-page .contacts span{
     color:#fff;
     margin-top: 0;
}
 header .contacts span {
     font-size: 14px;
     color: #ffffff;
     margin-top: 3px;
     display: block;
     line-height: 12px;
     text-decoration: underline;
     text-align: center;
}
 .mobile-menu {
     display: none;
}
 .bg-block {
     display: block;
     overflow: hidden;
     position: relative;
     margin-top: 60px;
}
 .bg-block>div {
     height: 100%;
}
 .top-block {
     position: relative;
     display: block;
     height: 100%;
}
 .top-block .btn{
    text-transform: uppercase;
}
 .top-block .top-text {
     font-weight: 600;
     text-transform: uppercase;
     color: #fff;
     font-size: 46px;
     line-height: 46px;
     display: block;
     padding: 360px 5px 0;
     position: relative;
     z-index: 1;
     cursor: default;
     text-align: center;
}
 .top-block .top-info {
     position: relative;
     margin-top: 2px;
     color: #fff;
     z-index: 100;
     width: 100%;
     text-align: center;
}
 .top-block .top-info .top-info-txt {
     font-size: 16px;
     display: block;
     line-height: 24px;
     color: #ffffff;
}
 .small .top-block .top-info .top-info-txt{
     color: #fff;
}
 .top-block .top-info .btn {
     display: table;
     margin: 35px auto 0;
     font-size: 18px;
}
 .img-bg-1 {
     background: url(../images/banner-image-1.png);
     height: 960px;
     background-position: top center;
}
 .img-bg-1.small {
     height: 570px;
     background: url('../images/banner-image-small-1.png');
     background-position: top center;
}
 .small .top-block .top-text {
     padding-top: 240px;
}
 .small .top-block .top-info {
     margin-top: 10px;
}
 .top-image {
     position: absolute;
     left: 50%;
     margin-left: -260px;
     bottom: 0;
     z-index: 0;
}
 .content {
     z-index: 1;
     position: relative;
}
 .block-left {
     float: left;
     display: table;
     margin-bottom: 40px;
}
 .block-right {
     float: right;
     display: table;
     margin-bottom: 20px;
}
 .main-descr .block-left {
     padding-right: 300px;
     min-height: 510px;
     margin: 0;
}
 .main-descr .block-right {
     position: absolute;
     right: 0;
     top: 0;
     width: 280px;
}
 .main-descr {
     margin: 0;
     background: #fff;
     background-position: center;
     padding: 50px 0 60px;
     color: #1d1d1d;
}
 .main-descr img {
     display: block;
}
 .main-descr h1, .main-descr h2, .main-descr h3, .main-descr h4 {
     margin: 0 0 20px;
     text-transform: uppercase;
}
 .main-descr p {
     color: #1d1d1d;
}
 .main-descr .img-descr {
     font-family: 'Georgia';
     font-size: 14px;
     color: #acacac;
     text-align: center;
     display: block;
     margin: 8px 0 0;
}
 .btn-blue {
     background: #356da3;
     color: #ffffff;
     margin-right: 20px;
}
 .btn-white {
     background: #1d1d1d;
     color: #fff;
     border-color: #1d1d1d;
}
 body .btn.btn-color-1 {
     background: #00a6d0;
     color: #fff;
     border-color: #06b3de;
}
 body .btn.btn-color-2 {
     background: #fff;
     color: #ff9600;
     border-color: #ff9600;
}
 body .btn.btn-color-2:hover{
     background: #ffefd9;
}
 .main-descr .btn {
     display: inline-block;
     margin-right: 20px;
}
 .img-bg-2 {
     background: url(../images/bg-2.jpg);
     background-position: center;
     height: 850px;
}
 .trans-block {
     color: #fff;
     padding: 50px 0 50px;
}
 .trans-block h2 {
     font-size: 26px;
     margin: 0 0 0;
     line-height: 30px;
}
 .trans-block p {
     font-family: "Arial";
     color: #fff;
}
 .gallary-block {
     color: #fff;
     padding: 25px 0 25px;
     display: block;
     width: 100%;
}
 .gallary-block h2 {
     font-size: 26px;
     display: table;
     margin: 0 auto 0;
     line-height: 30px;
}
 .gallary-block .gallery {
     margin-top: 25px;
}
 .gallary-block p {
     font-family: "Arial";
     color: #fff;
}
 .btn-trans {
     background: transparent;
     color: #fff;
}
 .btn-trans:hover {
     background: #fff;
     border-color: #fff;
     color: #444;
}
 .rewards {
     margin: 80px 0 0;
}
 .rewards-title {
     font-size: 26px;
     font-weight: 600;
     line-height: 30px;
     margin: 0 0 20px;
}
 .rewards ul {
     text-align: center;
     display: table;
}
 .rewards ul li {
     display: inline-block;
     margin-right: 35px;
     padding: 40px 0;
     font-family: "Arial";
     font-size: 18px;
     padding-left: 117px;
}
 .rewards-1 {
     background: url(../images/img-rew-1.png);
     background-repeat: no-repeat;
}
 .rewards-2 {
     background: url(../images/img-rew-2.png);
     background-repeat: no-repeat;
}
 .rewards-3 {
     background: url(../images/img-rew-3.png);
     background-repeat: no-repeat;
}
 .img-bg-3:after {
     content: ' ';
     display: block;
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 500px;
     background: url(../images/bg-3.jpg);
     background-repeat: no-repeat;
     background-position: 0 100%;
     background-size: 100%;
     z-index: 1;
}
 .main-video {
     position: relative;
     z-index: 2;
     padding: 0 0 50px;
}
 .main-video h2 {
     font-size: 26px;
     line-height: 30px;
     display: block;
     text-align: center;
     margin: 40px 0 30px;
}
 .main-video iframe {
     width: 100%;
     height: 500px;
}
 .main-video p {
     font-family: "Arial";
     font-weight: 400;
     color: #545454;
}
 .footer-menu {
}
 .footer-menu ul {
     display: block;
     padding: 0;
}
 .footer-menu ul li {
     display: inline-block;
     margin: 0 5px;
     vertical-align: middle;
}
 .footer-menu ul li:first-child {
     margin-left: 0;
     padding-left: 0;
}
 .footer-menu ul li a {
     text-decoration: none;
     color: #fff;
     font-weight: 600;
     font-size: 16px;
     padding: 25px 5px;
     display: block;
     max-height: 60px;
     vertical-align: middle;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
}
 .footer-menu ul li a:hover, .footer-menu ul li a.active {
    text-decoration: underline;
    color: #ff9600;
}
 .footer-text {
     color: #6e6e6e;
     text-align: center;
     font-size: 14px;
     letter-spacing: 0;
     padding: 35px 0 30px;
     border-top: 1px solid #181818;
}
 footer .contacts {
     display: inline-block;
     vertical-align: top;
     padding: 16px 0 0;
     margin-right: 0;
     text-align: right;
}
 footer .contacts a {
     display: block;
     font-size: 18px;
     text-decoration: none;
     color: #fff;
     font-weight: 600;
}
 footer .contacts .icon {
     border: 1px solid #da3131;
     color: #da3131;
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     border-radius: 5px;
     margin-right: 18px;
}
 footer .contacts>div {
     float: left;
}
 footer .contacts span {
     font-size: 14px;
     color: #ff9600;
     margin-top: 5px;
     display: block;
     line-height: 14px;
}
 footer .contacts span.callback{
     color: #fff;
     margin: 25px 0 0;
     text-decoration: underline;
}
 footer {
     position: relative;
     padding: 10px 0 0;
     border-top: none;
     background: #000000;
     z-index: 1;
     border-top: 2px solid #3e3e3e;
}
 .footer-text-hidden {
     display: none;
}
 .text-page {
     background: #fff!important;
     color:#000;
}
 .text-page p{
     color:#000;
}
 .text-page .main-tickets h1, .text-page .main-ticket h2, .text-page .main-ticket h3 {
     text-align: center;
     text-transform: uppercase;
}
 .text-page .main-tickets p, .text-page .main-ticket p, .text-page .main-ticket p {
     text-align: center;
     font-weight: 600;
}
 .text-descr {
     padding: 40px 0 50px;
}
 .tickets-page {
     padding: 42px 0;
     background: #fff;
     color: #000;
     overflow: hidden;
}
 .tickets-page h1, .tickets-page h2, .tickets-page h3, .tickets-page h4 {
     text-align: center;
     text-transform: uppercase;
     font-size: 22px;
}
 .tickets-page p {
     color: #636774;
}
 .tickets-selector-descr {
     font-size: 16px;
     color: #494949;
     margin: 5px 0 30px;
     font-weight: 600;
     text-align: center;
}
 .tickets-selector {
     margin-bottom: 20px;
     display: block;
     padding: 0 20px;
     max-width: 1840px;
     margin: 0 auto;
}
 .content_evtorder{
     margin-bottom: 20px;
     padding: 0 20px;
}
 .tickets-selector .ui-selectmenu-button.ui-button, .content_evtorder .ui-selectmenu-button.ui-button{
     max-width: 400px;
     border: 1px solid #e0e0e0;
     margin: 0;
     margin-left: 20px;
     height: 40px;
     background: linear-gradient(to bottom, #ffffff, #f3f4f4);
}
 .tickets-selector .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon, .content_evtorder .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon{
     margin-right: -10px;
     padding-left: 0;
}
 .tickets-selector .ui-selectmenu-button.ui-button .ui-selectmenu-text, .content_evtorder .ui-selectmenu-button.ui-button .ui-selectmenu-text{
     line-height: 30px;
     font-weight: 400;
     color: #000;
}
 .tickets-selector-date {
}
 .tickets-selector-header {
     padding: 12px 20px;
     border: 1px solid #e0e0e0;
     border-radius: 6px;
     margin: 0 0 30px;
}
 .tickets-selector-header .btn {
     float: right;
     display: table;
}
 .tickets-selector-header span:before {
     content: ' ';
    /* background: url(../images/icon-calendar.png);
     */
     background-repeat: no-repeat;
     display: block;
     width: 45px;
     height: 41px;
     position: absolute;
     left: 20px;
     top: 11px;
}
 .tickets-selector-header span:after {
     content: ' ';
     background: url(../images/icon-arrow.png);
     background-repeat: no-repeat;
     width: 8px;
     height: 4px;
     position: absolute;
     right: 0;
     top: 27px;
     display: none;
}
 .tickets-selector-header span.active:after {
     background: url(../images/icon-arrow-reverse.png);
     background-repeat: no-repeat;
}
 .tickets-selector-header span select {
     font-family: "Arial";
     font-size: 18px;
     border: none;
     outline: none;
}
 .tickets-selector-content {
    /* display: none;
     */
     padding: 35px 10px;
     font-size: 16px;
     color: #356da3;
     font-weight: 400;
     position: relative;
     border: 1px solid #e0e0e0;
     border-radius: 6px;
}
 .tickets-selector-content.loading {
     min-height: 150px;
}
 .tickets-selector-content.loading:before {
     content: ' ';
     position: absolute;
     background-image: url(../images/loader.gif);
     background-repeat: no-repeat;
     background-position: 50%;
     background-size: 64px;
     right: 0;
     width: 100px;
     height: 100px;
     z-index: 10;
     background-color: #f34848;
     border-radius: 100px;
     left: 50%;
     top: 50%;
     margin-top: -50px;
     margin-left: -50px;
}
 .tickets-selector-content.loading:after {
     content: ' ';
}
 .tickets-selector-content.loading>div {
     display: none!important;
}
 .tickets-selector-content .tab-header {
     display: none;
}
 .table {
     display: table;
     width: 100%;
}
 .tr {
     display: table-row;
}
 .td, .th {
     display: table-cell;
     padding: 18px 5px;
     text-align: center;
     vertical-align: middle;
}
 .th {
     color: #454545;
     font-weight: 600;
     font-size: 18px;
}
 .plus:hover, .minus:hover {
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
     background: #5c616f;
}
 .tickets-count {
     float: left;
}
 .plus {
     float: left;
     background: #bfc5d8;
     width: 25px;
     height: 25px;
     border: none;
     text-align: center;
     text-decoration: none;
     line-height: 25px;
     font-size: 18px;
     font-weight: 400;
     border-radius: 5px;
}
 .minus {
     float: left;
     background: #bfc5d8;
     width: 25px;
     height: 25px;
     border: none;
     text-align: center;
     text-decoration: none;
     line-height: 25px;
     font-size: 26px;
     font-weight: 400;
     border-radius: 5px;
}
 .tickets-count-block {
     max-height: 37px;
     overflow: hidden;
     margin: 0 auto;
     display: table;
}
 .tickets-count {
     width: 35px;
     max-width: 35px;
     height: 25px;
     max-height: 25px;
     border: 0;
     background: transparent;
     color: #79739b;
     text-align: center;
     font-weight: 400;
     font-size: 16px;
     line-height: 18px;
     border-radius: 0;
}
 .tickets-selector-content .td {
}
 .tickets-selector-content .block-left {
     position: absolute;
     float: none;
}
 .full-sheme {
     display: table;
     color: #fc00ff;
     margin: 20px auto 0;
     position: relative;
     padding-right: 30px;
}
 .full-sheme:after {
     content: ' ';
     background: url(../images/zoom.png);
     width: 20px;
     height: 20px;
     display: block;
     position: absolute;
     right: 0;
     bottom: 3px;
}
 .tickets-selector-content .block-left svg {
     display: block;
}
 .tickets-selector-content .block-right {
     margin-left: 400px;
     display: block;
     float: none;
     width: initial;
}
 .tickets-selector-content .td:first-child, .tickets-selector-content .th:first-child {
     text-align: left;
     padding-left: 20px;
     max-width: 295px;
}
 .tickets-selector-content .td:first-child span {
     display: block;
     color: #888888;
     line-height: 25px;
     font-size: 15px;
}
 .tickets-selector-content .td:last-child, .tickets-selector-content .th:last-child {
     padding-right: 0px;
}
 .tickets-selector-content .tr {
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
     cursor: default;
     position: relative;
}
 .tickets-selector-content .tr:nth-child(2n+1) {
     background: #f1f1f5;
}
 .tickets-selector-content .tr:first-child {
     background: #fff;
}
 .tickets-selector-content .tr:first-child .th {
     color: #79739b;
}
 .tickets-selector-content .tr:hover, .tickets-selector-content .tr.active {
     background: #f4eaff;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
}
 .tickets-selector-content .tr:first-child:hover {
     background: #fff;
}
 .sheme-block g.active path {
     fill: #fa8181 !important;
     stroke: #7c8bc0 !important;
     opacity: 1;
     cursor: pointer;
     transition: fill .5s;
}
 body .sheme-block g#scena path {
     fill: transparent !important;
     stroke: transparent !important;
}
 body .sheme-block g#scena text {
     font-size: 14px;
}
 .sheme-block svg>g {
     overflow: visible;
     cursor: default;
     -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
     transform-origin: center center;
     -webkit-transition: all .4s cubic-bezier(.41, 1.33, .53, .97);
     -moz-transition: all .4s cubic-bezier(.41, 1.33, .53, .97);
     -ms-transition: all .4s cubic-bezier(.41, 1.33, .53, .97);
     -o-transition: all .4s cubic-bezier(.41, 1.33, .53, .97);
     transition: all .4s cubic-bezier(.41, 1.33, .53, .97);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     z-index: 50;
     opacity: 1;
}
 .sheme-block svg>text {
     z-index: 0;
}
 .sheme-block svg>g path {
     fill: transparent;
}
 .result-info {
     font-family: "Arial";
     text-align: right;
     margin-right: 0;
}
 .result-info b {
     color: #ff0042;
}
 .contact-block {
     border-radius: 3px;
     padding: 0 0 40px;
}
 .contact-block-in .block-left {
     width: 420px;
     margin-right: 10px;
}
 .contact-block-in .block-right {
     width: 420px;
     margin-left: 10px;
}
 .contact-block-in {
     margin: 0 auto;
     display: table;
     max-width: 860px;
     width: 100%;
     position: relative;
}
 .form-item {
     float: left;
     width: 100%;
}
 .contact-block-in label {
     line-height: 20px;
     font-size: 16px;
     margin-bottom: 10px;
     display: block;
     font-weight: 400;
     position: relative;
     margin-top: 15px;
     color: #636774;
     text-align: left;
}
 .contact-block-in label span {
     display: block;
     position: absolute;
     top: 0px;
     left: 0;
     font-size: 12px;
     font-weight: 400;
}
 .contact-block-in label span i {
     color: #f34848;
     margin-right: 5px;
}
 .contact-block-in input, .contact-block-in select {
     width: 100%;
     height: 45px;
     box-sizing: border-box;
     padding: 0 20px;
     border: 1px solid #e0e0e0;
     outline: none;
     border-radius: 3px;
     color: #636774;
}
 .contact-block button {
     padding: 17px 35px;
     background: #5dc644;
     color: #ffffff;
     font-weight: 400;
     margin: 25px 0 0;
     display: inline-block;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
     cursor: pointer;
     border-radius: 5px;
     font-size: 18px;
     outline: none;
     border: navajowhite;
}
 .contact-block button:hover {
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
     background: #00b7fb;
     color: #fff;
}
 .compliance-block {
     text-align: center;
     font-size: 14px;
     margin: 20px auto 0;
     display: table;
     color: #999999;
     padding-left: 34px;
}
 .compliance-block input {
}
 .compliance-block .privacy-policy {
}
 .privacy-policy {
     color: #454545;
     text-align: center;
     margin: 20px auto;
     display: table;
     font-size: 14px;
}
 input::-webkit-input-placeholder, select::-webkit-input-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 input:-moz-placeholder, select:-moz-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 input:-moz-placeholder, select:-moz-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 input:-ms-input-placeholder, select:-ms-input-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 .checkbox {
     display: none;
}
 .checkbox-custom {
     position: relative;
     width: 30px;
     height: 30px;
     border: 1px solid #ff9600;
     border-radius: 2px;
     margin-right: 5px;
}
 .submit-form .checkbox-custom {
     width: 20px;
     height: 20px;
}
 .submit-form .checkbox:checked+.checkbox-custom::before {
     top: 0;
}
 .checkbox-custom, .label {
     display: inline-block;
     vertical-align: middle;
}
 .checkbox:checked+.checkbox-custom::before {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-image: url(../images/checkbox-icon.png);
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 0;
     background-color: #ff9600;
}
 .select-radio .checkbox:checked+.checkbox-custom::before {
     background-image: url(../images/checkbox-icon-blue.png);
     background-color: #fff;
}
 .loading-counter {
     z-index: 20;
     display: none;
     text-align: center;
     line-height: 150px;
     position: relative;
     color: #fff;
     font-size: 12px;
     font-weight: 400;
}
 .tickets-selector-content.loading .loading-counter {
     display: block;
}
 .top-text ul {
     max-width: 450px;
}
 .top-text ul li {
     background: url(../images/top-img-future.png);
     background-repeat: no-repeat;
     display: inline-block;
     text-align: left;
     margin: 0 5px 5px 0;
     text-shadow: none;
     font-size: 14px;
     font-weight: 400;
     box-sizing: border-box;
     vertical-align: top;
}
 .top-text ul li.icon-1 {
     width: 195px;
     height: 41px;
     padding-left: 45px;
     line-height: 38px;
}
 .top-text ul li.icon-2 {
     background-position: -211px 0px;
     width: 170px;
     height: 41px;
     padding-left: 45px;
     line-height: 38px;
}
 .top-text ul li.icon-3 {
     height: 41px;
     width: 60px;
     background-position: 0px -61px;
}
 .top-text ul li.icon-4 {
     height: 41px;
     width: 60px;
     background-position: -76px -61px;
}
 .top-text ul li.icon-5 {
     height: 41px;
     width: 60px;
     background-position: -150px -61px;
}
 .main-descr .block-right .btn {
     margin: 15px auto;
     display: table;
}
 .gallery img {
     margin: 0 10px;
}
 .main-footer-descr {
     padding: 50px 0 40px;
     background: url(../images/banner-image-3.png);
     background-position: center 0;
     text-align: center;
}
 .main-footer-descr h1, .main-footer-descr h2, .main-footer-descr h3, .main-footer-descr h4 {
     font-size: 26px;
     line-height: 26px;
     text-transform: uppercase;
     margin: 0 0 40px;
     color: #fff;
     text-align: center;
}
 .main-footer-descr iframe {
     width: 100%;
     max-height: 270px;
}
 .main-footer-map {
     position: relative;
     padding: 0 0 0;
     overflow: hidden;
}
 .main-footer-map h2 {
     margin-bottom: 15px;
}
 .map-content-block {
     position: absolute;
     top: 100px;
     right: 50%;
     margin-right: -350px;
     width: 300px;
     background: #ffffffcf;
     padding: 20px 30px;
     box-sizing: border-box;
     line-height: 25px;
     font-family: "Trebuchet MS";
     font-size: 16px;
}
 .map-content-block.no-absolute {
     margin-right: 0;
     right: inherit;
     top: inherit;
     margin-left: 70px;
     margin-top: -140px;
}
 .map-content-block strong {
     margin-top: 5px;
     display: block;
}
 .map-content-block strong:first-child {
     margin-top: 0px;
     font-size: 18px;
}
 .banner {
     background: url(../images/banner-bg.jpg);
     background-repeat: no-repeat;
     min-height: 230px;
     margin-bottom: 20px;
     padding: 26px 0 0;
     box-sizing: border-box;
     position: relative;
     overflow: hidden;
}
 .banner:before {
     content: " ";
     background: url(../images/banner-image.png);
     background-repeat: no-repeat;
     width: 580px;
     height: 285px;
     display: block;
     position: absolute;
     left: 50%;
     margin-left: -100px;
     bottom: -60px;
     display: none;
}
 .banner .descr-text {
     font-family: "Arial";
     font-size: 26px;
     color: #fff;
     font-weight: 600;
     line-height: 34px;
     margin-bottom: 20px;
}
 .sheme-block img {
}
 .sheme-block .map {
}
 .popup-bg {
     background: rgba(0, 0, 0, 0.4);
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
     z-index: 1001;
}
 .popup {
     background: #fff;
     z-index: 1002;
     position: fixed;
     top: 10%;
     width: 100%;
     max-width: 600px;
     left: 50%;
     margin-left: -270px;
     border-radius: 0;
     box-sizing: border-box;
     padding: 0;
     display: none;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
 .pp-2{
     right: 0;
     top: 0;
     left: initial;
     min-height: 760px;
     min-width: 520px;
     position: absolute;
}
 .popup .close {
     position: absolute;
     top: 19px;
     right: 15px;
     color: #e81c34;
     font-size: 22px;
     text-decoration: none;
}
 .pp-2 .close{
     color:#ebebeb;
     font-size: 26px;
     padding: 0 10px;
}
 .callback {
     cursor: pointer;
}
 .callback-form {
     padding: 0 20px 20px 20px;
}
 .callback-form-in {
     border: 1px solid #c2c6d3;
     border-top: 0;
}
 .callback-form .compliance-block {
     margin: 20px 0 0;
}
 .callback-form .item {
     position: relative;
     max-width: 440px;
     margin: 0 0 15px;
     display: table;
     width: 100%;
     color: #727881;
}
 .callback-form .item label {
     color: #929292;
     display: block;
     margin: 0 0 5px;
}
 .callback-form .item input {
     font-size: 16px;
     width: 100%;
     border: 1px solid #cfcfcf;
     margin: 0 auto 0;
     display: table;
     height: 44px;
     box-sizing: border-box;
     padding: 5px 20px;
     line-height: 50px;
     border-radius: 6px;
     outline: none;
     font-weight: 600;
}
 .callback-form button {
     background: transparent;
     color: #78cd80;
     padding: 12px 30px;
     font-size: 16px;
     font-weight: 400;
     margin: 40px auto 0;
     display: table;
     text-transform: none;
     font-weight: 600;
     border: 1px solid #78cd80;
     margin: 20px auto;
}
 .popup-messege {
     font-size: 12px;
     color: #191919;
     text-align: center;
     display: block;
     margin: -15px 0 0;
     padding: 5px 10px 5px;
     position: absolute;
     top: 100%;
     right: 0;
     background: #eaaa1f;
     cursor: default;
}
 .popup-title {
     font-size: 24px;
     color: #191919;
     margin: 0 0 0;
     background: #f4f4f4;
     font-weight: 400;
     text-align: center;
     padding: 20px 20px;
}
 .callback-form .icon-block {
     float: left;
     width: 33.3%;
}
 .callback-form .icon-block i {
     margin: 70px 0 0;
     font-size: 50px;
     color: #c51d34;
     text-align: center;
     width: 100%;
}
 .callback-form .content-block:before {
     content: ' ';
     background: url(../images/pp-attach.png);
     width: 15px;
     height: 14px;
     display: block;
     position: absolute;
     left: 20px;
     bottom: 20px;
}
 .callback-form .content-block:after {
     content: ' ';
     content: ' ';
     background: url(../images/pp-attach-2.png);
     width: 15px;
     height: 14px;
     display: block;
     position: absolute;
     right: 20px;
     bottom: 20px;
}
 .callback-form .content-block {
     width: 66.6%;
     padding: 20px;
     box-sizing: border-box;
     margin: 0 auto;
}
 .callback-form input::-webkit-input-placeholder, .callback-form select::-webkit-input-placeholder {
     color: #35373e;
     font-weight: 600;
     font-size: 16px;
     line-height: 44px;
}
 .callback-form input:-moz-placeholder, .callback-form select:-moz-placeholder {
     color: #35373e;
     font-weight: 600;
     font-size: 16px;
     line-height: 44px;
}
 .callback-form input:-moz-placeholder, .callback-form select:-moz-placeholder {
     color: #35373e;
     font-weight: 600;
     font-size: 16px;
     line-height: 44px;
}
 .callback-form input:-ms-input-placeholder, .callback-form select:-ms-input-placeholder {
     color: #35373e;
     font-weight: 600;
     font-size: 16px;
     line-height: 44px;
}
 .gallery-person-block {
     display: block;
     margin: 100px 0 0;
}
 .gallery-person-block h1, .gallery-person-block h2, .gallery-person-block h3, .gallery-person-block h4 {
     font-size: 26px;
     line-height: 26px;
     text-transform: uppercase;
     margin: 0 0 40px;
}
 .gallery-person .slick-slide .title {
     position: absolute;
     font-size: 26px;
     line-height: 30px;
     color: #fff;
     bottom: 20px;
     text-align: center;
     width: 100%;
     margin: 0 auto;
     font-weight: 600;
     text-shadow: 1px 1px 3px #000;
     padding: 0 70px;
     box-sizing: border-box;
}
 .gallery-person .slick-slide:hover .title {
     bottom: inherit;
     top: 30px;
     text-align: left;
     padding: 0 30px;
}
 .gallery-person .slick-slide {
     position: relative;
     margin-right: 20px;
}
 .gallery-person .slick-slide img {
     margin: 0;
     width: 100%;
}
 .gallery-person .slick-slide:before {
     content: ' ';
     opacity: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background: #cf314f;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
 .gallery-person .slick-slide:hover:before {
     opacity: 0.8;
}
 .gallery-person .slick-slide:hover {
}
 .gallery-person .slick-slide .count {
     vertical-align: middle;
     position: absolute;
     display: none;
     top: 50%;
     font-size: 26px;
     line-height: 66px;
     padding: 0 30px;
     margin-top: -33px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
 .gallery-person .slick-slide .count:before {
     content: ' ';
     display: inline-block;
     background: url(../images/grammafon-icon.png);
     width: 50px;
     height: 66px;
     opacity: 0.7;
     margin-right: 10px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     opacity: 0;
}
 .gallery-person .slick-slide:hover .count:before {
     opacity: 1;
}
 .gallery-person .slick-slide:hover .count {
     display: flex;
}
 .gallery-person .slick-slide .descr {
     position: absolute;
     display: none;
     bottom: 30px;
     padding: 0 20px;
     font-size: 16px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
 .gallery-person .slick-slide:hover .descr {
     display: block;
}
 .bottom-list-left {
     position: absolute;
     bottom: 30px;
     left: 50px;
     padding: 0;
     color: #ffffff;
     z-index: 101;
}
 .small .bottom-list-left{
     color:#fff;
}
 .bottom-list-left li {
     display: inline-block;
     margin-right: 20px;
     font-size: 14px;
}
 .bottom-list-right {
     position: absolute;
     bottom: 20px;
     right: 50px;
     padding: 0;
     color: #ffffff;
     z-index: 101;
}
 .bottom-list-right li {
     display: inline-block;
     margin-right: 20px;
     font-size: 14px;
     text-shadow: 0 0 4px #000000e3;
}
 .bottom-list-left .icon-1 span {
     font-size: 21px;
     margin-right: 6px;
}
 .bottom-list-left .icon-1 span:before {
     content: "\f3c5";
}
 .bottom-list-left .icon-2 span {
     border: 1px solid #ff9600;
     padding: 4px;
     border-radius: 4px;
     margin-right: 6px;
     font-size: 14px;
}
 .small .bottom-list-left .icon-2 span{
     border-color: #fff;
}
 .bottom-list-left .icon-2 span:before {
     content: "\f095";
}
 .bottom-list-right .icon-1 span {
     width: 50px;
     height: 50px;
     border: 1px solid #ff9600;
     display: inline-block;
     text-align: center;
     line-height: 50px;
     border-radius: 50px;
     font-size: 24px;
     margin-right: 5px;
     color: #ff9600;
}
 .bottom-list-right .icon-1 span:before {
     content: "\f3ff";
}
 .bottom-list-right .icon-2 span {
     width: 50px;
     height: 50px;
     border: 1px solid #ff9600;
     display: inline-block;
     text-align: center;
     line-height: 50px;
     border-radius: 50px;
     font-size: 22px;
     margin-right: 5px;
     color: #ff9600;
}
 .bottom-list-right .icon-2 span:before {
     content: "\f0fb";
}
 .bottom-list-right .icon-3 span {
     width: 50px;
     height: 50px;
     border: 1px solid #ff9600;
     display: inline-block;
     text-align: center;
     line-height: 50px;
     border-radius: 50px;
     font-size: 22px;
     margin-right: 5px;
     color: #ff9600;
}
 .bottom-list-right .icon-3 span:before {
     content: "\f00c";
}
 .bottom-list-right span {
     font-family: Font Awesome\ 5 Free;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     font-weight: 900;
     box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) inset;
     color: #fff;
}
 .small .bottom-list-right li{
     color:#fff;
}
 .bottom-list-left span {
     font-family: Font Awesome\ 5 Free;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     font-weight: 900;
     color: #ff9600;
}
 .mobile-menu-contacts {
     float: left;
     padding: 6px 10px;
}
 header .menu ul li .mobile-menu-contacts a {
     color: #fff;
     font-size: 18px;
     text-align: left;
}
 header .mobile-menu-contacts .callback {
     font-size: 14px;
}
 .mobile-close {
     float: right;
     padding: 5px 10px 5px;
     border-radius: 6px;
     margin: 13px 14px 0 0;
     color: #fff;
}
 .director {
}
 .mobile-menu-footer {
     padding: 30px 0;
}
 header ul li .mobile-menu-footer li {
     border: none;
     padding: 0;
}
 header ul li .mobile-menu-footer li a {
     text-transform: none;
     font-weight: 400;
     color: #797979;
     padding: 5px 10px;
}
 header .menu ul li a.director {
     display: table;
     margin: 10px auto 40px;
     border: 1px solid #fff;
     border-radius: 6px;
     padding: 15px 15px;
}
 header .menu ul li a.director:hover {
     border-color: #da3131;
}
 header .menu ul li a.director i {
     margin-right: 10px;
}
 header .menu ul li a.director span {
}
 .sheme-popup {
     display: none;
     position: absolute;
     color: #27282c;
     box-sizing: border-box;
     overflow: hidden;
     padding: 20px;
     z-index: 410;
}
 .sheme-popup-in {
     width: 210px;
     background: #fff;
     padding: 15px 20px 10px;
     box-shadow: 2px 2px 10px 0px #00000057;
}
 .sheme-popup-in:after {
     content: '';
     position: absolute;
     left: 50%;
     margin-left: -11px;
     bottom: -5px;
     border: 10px solid transparent;
     border-top: 15px solid #fff;
}
 .sheme-popup-in:before {
     content: '';
     position: absolute;
     left: 50%;
     margin-left: -11px;
     bottom: -6px;
     border: 10px solid transparent;
     border-top: 15px solid #00000026;
}
 .sheme-popup .price {
     display: block;
     text-align: center;
     font-weight: 700;
     font-style: italic;
     font-size: 18px;
}
 .sheme-popup .place-title {
     color: #9da0af;
     font-weight: 600;
     text-align: center;
     margin: 8px 0 10px;
     font-size: 14px;
}
.sheme-popup .tcount{
    color: #299d7e;
     text-align: center;
     margin: 8px 0 10px;
     font-size: 14px;  
}
 .sheme-popup .footer-content {
     border-top: 1px solid #d5d5d5;
}
 .sheme-popup .footer-content .row span {
     color: #299d7e;
}
 .sheme-popup .footer-content .row {
     float: left;
     width: 50%;
     text-align: left;
     padding: 8px 0;
     font-weight: 700;
     font-size: 14px;
}
 .sheme-popup .footer-content .sector span {
     color: #299d7e;
}
 .sheme-popup .footer-content .sector{
     width: 100%;
     text-align: center;
     padding: 8px 0;
     font-weight: 700;
     font-size: 14px;
}
 .sheme-popup .footer-content .place {
     text-align: right;
     padding: 8px 0;
     float: right;
     width: 50%;
     font-weight: 700;
     font-size: 14px;
}
 .sheme-popup .footer-content .place span {
     color: #299d7e;
}
 .sheme-block {
     position: relative;
     max-height: 100%;
     display: block;
}
.sheme-block.hidden{
    display:none;
}
 .sheme-block .active *[elem="true"] {
     fill: #53b931 !important;
     stroke: #3d4c80 !important;
     opacity: 1;
     cursor: pointer;
     transition: fill .5s;
}
 .sheme-block .elem-checked *[elem="true"] {
     fill: #e8e135 !important;
}
 .result-info {
     display: none;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 1000;
     text-align: left;
     background: #fff;
     box-shadow: 1px 0 20px 1px #00000030;
     padding: 20px 0;
}
 .result-info .cancal-block {
     display: inline-block;
     margin: 15px 0 0 40px;
     vertical-align: top;
}
 .result-info .order-clear {
     font-size: 14px;
     color: #9ea0af;
}
 .result-info .text-block {
     display: inline-block;
     color: #27282c;
     margin: 0 0 0 45px;
     font-weight: 400;
}
 .variant-2 .text-block{
     float: right;
}
 .result-info .text-block span.item{
     color:#27282c!important;
     display: block;
     margin-bottom: 10px;
}
 .result-info .order-btn {
     float: right;
     padding: 10px 40px;
     outline: none;
     text-transform: none;
     color: #ff9600;
     border: 2px solid #ff9600;
     font-weight: 600;
     margin: 0;
     display: table;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15;
     transition: all 0.15s;
     cursor: pointer;
     border-radius: 3px;
     font-size: 16px;
     text-decoration: none;
     background: #ff;
}
 .result-info .order-btn:hover {
     background: #ffefd9;
}
 .result-info .text-block span {
     color: #2ea84b;
}
 .result-string-pre {
     font-weight: 700;
     padding: 15px 25px 0 0;
     display: inline-block;
}
 .result-string {
     font-weight: 700;
     padding: 15px 25px 0 0;
     display: inline-block;
}
 .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
     background: transparent;
     z-index: 100;
}
 .leaflet-touch .leaflet-control-attribution {
     display: none;
}
 .shememap {
     height: 400px;
}
 body .sheme-block .shememap g, body .sheme-block .shememap path {
     pointer-events: all !important;
}
 .price-color {
     display: table;
     margin: 0 auto 30px;
     width: initial;
}
 .price-color .item {
     width: 150px;
     float: left;
     display: block;
}
 .price-color .item .price {
     color: #ccc;
     text-align: center;
     font-size: 13px;
     line-height: 30px;
}
 .price-color .item .color {
     width: 100%;
     height: 4px;
}
 .tickets-selector-descr-bottom {
     color: #35373e;
     font-weight: 600;
     font-size: 25px;
     text-transform: uppercase;
     margin: 50px 0 0;
}
 .contact-block-in label i {
     color: #1eb92c;
     font-style: normal;
     font-size: 14px;
     margin-left: 15px;
}
 .ui-button {
     padding: 4px 20px;
     height: 30px;
     display: inline-block;
     position: relative;
     line-height: 30px;
     margin-right: 0;
     margin-top: -4px;
     cursor: pointer;
     vertical-align: middle;
     text-align: center;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     overflow: visible;
}
 .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
     border-bottom-right-radius: 4px;
}
 .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
     text-decoration: none;
}
 .ui-selectmenu-button.ui-button {
     text-align: left;
     white-space: nowrap;
     width: 100%;
     box-sizing: border-box;
     margin: -10px 0 0 -10px;
}
 .ui-selectmenu-button-open.ui-button {
     border: 1px solid #bcbdbf;
     border-bottom: none;
}
 .select-payment+.ui-selectmenu-button.ui-button {
     border: 1px solid #e0e0e0;
     margin: 0;
     height: 44px;
     line-height: 44px;
     padding: 4px 0;
}
 .select-payment+.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
     margin-top: 9px;
     margin-right: 14px;
}
 .select-payment+.ui-selectmenu-button.ui-button .ui-selectmenu-text {
     font-weight: 400;
     line-height: 34px;
     padding-left: 20px;
     font-size: 15px;
}
 .ui-selectmenu-button.ui-button:before {
}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border: 1px solid transparent;
     background: transparent;
     font-weight: normal;
     color: #636774;
     outline: none;
     border-radius: 8px;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
}
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
}
 .ui-icon {
     display: inline-block;
     vertical-align: middle;
     margin-top: -.25em;
     position: relative;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
}
 .ui-icon {
     width: 16px;
     height: 16px;
}
 .ui-icon-triangle-1-s {
     background-position: 2px 5px;
}
 .ui-selectmenu-icon.ui-icon {
     float: right;
     margin-top: 7px;
     margin-left: 0;
}
 .ui-button .ui-icon {
     background-image: url(../images/icon-arrow.png);
}
 .ui-button.ui-selectmenu-button-open .ui-icon {
     background-image: url(../images/icon-arrow-reverse.png);
}
 .ui-selectmenu-text {
     display: block;
     margin-right: 20px;
     overflow: hidden;
     text-overflow: ellipsis;
     font-weight: 600;
     line-height: 26px;
}
 .ui-menu .ui-menu-item-wrapper {
     position: relative;
     padding: 7px 10px 7px 20px;
     font-size: 12px;
}
 .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
     margin: 0;
}
 .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
}
 .ui-state-active, .ui-widget-content .ui-state-active {
     border: 0;
}
 .ui-menu .ui-menu-item {
     margin: 0;
     cursor: pointer;
}
 .ui-menu {
     list-style: none;
     padding: 0;
     margin: 0;
     display: block;
     outline: 0;
}
 .ui-widget {
     font-weight: 400;
}
 .ui-widget-content {
     border: 1px solid #aaaaaa;
     background: #ffffff;
     color: #222222;
}
 .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
     border-bottom-left-radius: 3px;
     border-top-left-radius: 3px;
}
 .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
     border-bottom-right-radius: 3px;
     border-top-right-radius: 3px;
}
 .ui-selectmenu-menu .ui-menu {
     overflow: auto;
     overflow-x: hidden;
     padding-bottom: 1px;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     padding: 10px 0;
     color: #727881;
}
 .ui-widget.ui-widget-content {
     border: 1px solid #e0e0e0;
     border-top: 0;
}
 .ui-front {
     z-index: 100;
}
 .ui-selectmenu-menu {
     padding: 0;
     margin: 0;
     position: absolute;
     top: 0;
     left: 0;
     display: none;
}
 .ui-selectmenu-open {
     display: block;
}
 .scroll-bottom{
     background: url(../images/scroll-bottom.png);
     width: 42px;
     height: 42px;
     display: block;
     bottom: 20px;
     position: absolute;
     left: 50%;
     margin-left: -21px;
}
 .main-slide-block{
     color: #fff;
     list-style: none;
     display: block;
     padding: 0 0 0;
}
 .main-slide-block li{
     list-style: none;
     font-weight: 600;
     margin: 0 0 13px;
     display: block;
     padding: 0 20px;
     outline: none;
}
 .main-corporate-form .block-left{
     width: 50%;
     padding: 0 80px 0 0;
     box-sizing: border-box;
     display: block;
}
 .main-corporate-form .block-right{
     width: 50%;
}
 .main-corporate-form .block-right img{
     max-width:100%;
     border-radius: 10px;
     margin-top: 30px;
}
 .main-corporate-form .form-title{
     font-size: 26px;
     text-transform: uppercase;
     font-weight: 600;
     margin: 0 0 20px;
}
 .main-corporate-form label{
     font-size: 16px;
     display: block;
     margin: 0 0 5px;
}
 .main-corporate-form .form-item .attach:before{
     content:' ';
     font-family: "Font Awesome 5 Free";
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     line-height: 1;
     font-weight:400;
     position: absolute;
     left: 7px;
     text-align: center;
     line-height: 40px;
     top: 5px;
     width: 50px;
     height: 40px;
     border-right: 1px solid #e5e5e5;
     color: #cecfd1;
}
 .main-corporate-form .form-item .attach.name:before{
     content: "\f007";
}
 .main-corporate-form .form-item .attach.phone:before{
     content: "\f3cd";
     font-weight:600;
}
 .main-corporate-form .form-item .attach.category:before{
     content: "\f3ff";
     font-weight:600;
}
 .main-corporate-form .form-item .attach{
     position:relative;
}
 .main-corporate-form button{
     background: #fff;
     border: none;
     padding: 11px 50px;
     color: #ff9600;
     font-weight: 600;
     font-size: 16px;
     border-radius: 3px;
     cursor: pointer;
     border: 2px solid #ff9600;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     outline: none;
}
 .main-corporate-form button:hover{
     background: #ffefd9;
}
 .main-corporate-form .form-item{
     float: none;
     width: 100%;
     max-width: 100%;
     margin: 0 0 20px;
}
 .main-corporate-form .form-item input{
     height: 50px;
     width: 100%;
     border: 2px solid #b9bbc1;
     padding: 0 20px 0 80px;
     box-sizing: border-box;
}
 .main-corporate-form{
     background: #fff;
     padding: 40px 0 40px;
}
 .main-corporate-form .ui-selectmenu-button.ui-button{
     margin: 0;
     border: 2px solid #b9bbc1;
     border-radius: 0;
     height: 50px;
     padding: 0 20px;
}
 .main-corporate-form .ui-selectmenu-icon.ui-icon{
     margin-top: 15px;
}
 .main-corporate-form .ui-selectmenu-text{
     line-height: 48px;
     color: #b8b8b8;
     font-weight: 400;
     padding-left: 60px;
}
 .main-corporate-form .ui-button .ui-icon {
     background-image: url(../images/icon-arrow-new.png);
}
 .main-corporate-form .ui-button.ui-selectmenu-button-open .ui-icon {
     background-image: url(../images/icon-arrow-new-reverse.png);
}
 .main-footer-video h1, .main-footer-video h2, .main-footer-video h3, .main-footer-video h4{
     color: #fff;
     text-align: left;
     padding: 0;
     margin: 0 0 20px;
     text-transform: uppercase;
}
 .main-footer-video iframe{
    margin: 0 auto 30px;
    display: table;
}
 .main-footer-video{
     padding: 0 0 40px;
     background: url(../images/banner-image-4.png);
     background-position: center 0;
     text-align: left;
}
 .main-footer-video p{
}
 .main-footer-video .wrapper{
     background: #000000c9;
     padding: 60px 25px;
     box-sizing: border-box;
}
 .footer-logo{
     background: url('../images/footer-logo.png');
     background-repeat: no-repeat;
     background-position: center;
     width: 142px;
     height: 78px;
}
 .preloader{
     position: fixed;
     width: 100%;
     height: 100%;
     z-index: 10000000;
     background: #000000cf;
}
 .preloader .counter {
     text-align: center;
}
 .preloader .counter p {
     font-size: 16px;
     margin-bottom: 0;
     font-weight: 600;
     text-transform: uppercase;
     color: #fff;
     opacity: 0.8;
}
 .preloader .counter .title {
     color: #ff9600;
     font-size: 38px;
     padding-bottom: 0;
     margin: 10px 0 0;
}
 .preloader .counter hr {
     background: #252525;
     border: none;
     height: 1px;
     opacity: 0.4;
}
 .preloader .counter {
     position: absolute;
     width: 120px;
     height: initial;
     top: 50%;
     left: 50%;
     margin-top: -49px;
     margin-left: -70px;
}
 .preloader .counter .title.abs {
     position: absolute;
     top: 0;
     width: 100%;
}
 .preloader .counter .color {
     width: 0px;
     overflow: hidden;
     color: #f60d54;
}
 .lds-roller {
     display: table;
     position: absolute;
     width: 200px;
     height: 200px;
     left: 50%;
     top: 50%;
     margin-left: -100px;
     margin-top: -100px;
}
 .lds-roller div {
     animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     transform-origin: 90px 90px;
}
 .lds-roller div:after {
     content: " ";
     display: block;
     position: absolute;
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #d27b00;
     margin: -5px 0 0 -5px;
}
 .lds-roller div:nth-child(1) {
     animation-delay: -0.036s;
}
 .lds-roller div:nth-child(1):after {
     top: 150px;
     left: 150px;
}
 .lds-roller div:nth-child(2) {
     animation-delay: -0.072s;
}
 .lds-roller div:nth-child(2):after {
     top: 161px;
     left: 135px;
}
 .lds-roller div:nth-child(3) {
     animation-delay: -0.108s;
}
 .lds-roller div:nth-child(3):after {
     top: 170px;
     left: 118px;
}
 .lds-roller div:nth-child(4) {
     animation-delay: -0.144s;
}
 .lds-roller div:nth-child(4):after {
     top: 175px;
     left: 99px;
}
 .lds-roller div:nth-child(5) {
     animation-delay: -0.18s;
}
 .lds-roller div:nth-child(5):after {
     top: 175px;
     left: 79px;
}
 .lds-roller div:nth-child(6) {
     animation-delay: -0.216s;
}
 .lds-roller div:nth-child(6):after {
     top: 169px;
     left: 58px;
}
 .lds-roller div:nth-child(7) {
     animation-delay: -0.252s;
}
 .lds-roller div:nth-child(7):after {
     top: 157px;
     left: 38px;
}
 .lds-roller div:nth-child(8) {
     animation-delay: -0.288s;
}
 .lds-roller div:nth-child(8):after {
     top: 137px;
     left: 19px;
}
 @keyframes lds-roller {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .count-pp{
     display: inline-block;
     vertical-align: middle;
     margin: 0 0 0 40px;
}
 .count-pp input{
     display: inline-block;
     vertical-align: top;
     width: 45px;
     text-align: center;
     border: 1px solid #bcbcbc;
     height: 32px;
     box-sizing: border-box;
     margin: 0 8px;
     border-radius: 4px;
     color: #000;
     font-weight: 600;
     font-size: 18px;
     outline: none;
}
 .minus-pp{
     width: 30px;
     border: 1px solid #bcbcbc;
     height: 30px;
     text-align: center;
     line-height: 24px;
     color: #c51d34;
     font-weight: 600;
     font-size: 39px;
     display: inline-block;
     border-radius: 4px;
     vertical-align: top;
     cursor: pointer;
}
 .plus-pp{
     width: 30px;
     border: 1px solid #bcbcbc;
     height: 30px;
     text-align: center;
     line-height: 31px;
     color: #c51d34;
     font-weight: 600;
     font-size: 28px;
     vertical-align: top;
     display: inline-block;
     border-radius: 4px;
     cursor: pointer;
}
 .main-slide-block{
     max-width: 500px;
     margin: 0 auto;
}
 .main-slide-block .image-block{
     box-shadow: 12px 12px 14px #ffefd940;
     display: table;
     margin: 0 auto;
     background: #fff;
     padding: 20px;
}
 .main-slide-block .image-title{
     display: block;
     font-size: 24px;
     margin: 30px 0 0;
}
 .main-tickets-table {
     margin: 30px 0 0;
     border-radius: 6px;
     overflow: hidden;
}
 .main-tickets-table .table {
     border-radius: 8px;
     box-sizing: border-box;
}
 .main-tickets-table .th {
     background: #fee40b;
     color: #5a5a5a;
     padding: 15px 5px;
     font-size: 18px;
}
 .main-tickets-table .td {
     color: #727881;
     font-size: 18px;
     font-weight: bold;
     padding: 25px 30px;
     border-bottom: 1px solid #eceef0;
}
 .main-tickets-table .td:nth-child(1) {
     width: 25%;
     border-left: 1px solid #eceef0;
}
 .main-tickets-table .td:nth-child(2) {
     width: 20%;
}
 .main-tickets-table .td:nth-child(3) {
     width: 10%;
}
 .main-tickets-table .td:nth-child(4) {
     width: 20%;
     border-right: 1px solid #eceef0;
}
 .main-tickets-table .tr:last-child .td {
     border-radius: 6px;
}
 .table-descr-text {
     display: block;
     font-size: 12px;
     font-weight: 400;
}
 .tickets-table-btn {
     background: #e0e2e5;
     padding: 15px 20px;
     text-align: left;
     cursor: pointer;
     text-decoration: none;
     color: #727881;
     display: inline-block;
     font-weight: 600;
}
 .tickets-table-btn:after {
     content: " ";
     display: inline-block;
     background: url(../images/arrow-grey.png);
     width: 27px;
     height: 9px;
     margin-left: 30px;
}
 .tickets-table-btn:after {
     content: " ";
     display: inline-block;
     background: url(../images/arrow-grey.png);
     width: 27px;
     height: 9px;
     margin-left: 30px;
}
 .tickets-table-btn:hover:after {
}
 .tickets-table-btn:hover {
     background: #fee40b;
     color: #727881;
}
 .main-categories{
     display: block;
     margin: 20px 0 0;
     background: transparent;
     padding: 40px 0;
     color: #727881;
     border-radius: 10px;
}
 .main-categories .table{
     max-width: 700px;
     margin: 0 auto;
}
 .main-categories .title{
     text-align: center;
     font-size: 26px;
     text-transform: uppercase;
     font-weight: 600;
     line-height: 30px;
     margin: 0 0 50px;
}
 .main-categories .td{
     border-bottom: 1px solid #007a99;
     padding: 20px 35px;
}
 .main-categories .td.align-left{
     text-align:left;
}
 .main-categories .td.align-right{
     text-align:right;
}
 .main-categories .tr{
}
 .comands-block{
     text-align: center;
}
 .comands-block-item{
     display: inline-block;
     width: 330px;
     margin: 0 10px 30px;
     border: 1px solid #e4e4e4;
     box-sizing: border-box;
     height: 365px;
     position: relative;
}
 .comands-block-item img{
     max-width:100%;
     border: none;
     margin-bottom: 10px;
}
 .comands-block-item .comands-descr{
     color: #a6a6a6;
     text-transform: uppercase;
     text-align: left;
     padding: 0 20px;
     font-size: 14px;
}
 .comands-block-item .comands-title{
     font-weight: 600;
     text-align: left;
     padding: 0 20px;
     margin: 5px 0;
}
 .comands-block-item .comands-from{
     font-size: 14px;
     text-align: left;
     padding: 0 20px;
     color: #a6a6a6;
     position: absolute;
     margin: 0;
     bottom: 10px;
}
 .control-panels{
     margin: 0 0 50px;
     display: block;
}
 .control-panels > a{
     color: #1d1d1d;
     text-decoration: none;
     float: left;
}
 .control-panels > a > span{
     width: 38px;
     height: 38px;
     display: inline-block;
     text-align: center;
     line-height: 40px;
     border-radius: 50%;
     color: #ff9600;
     border: 1px solid #ff9600;
     margin-right: 5px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
 .control-panels > a:hover > span{

background: #ff9600;

color: #fff;
}
 .control-panels > a:hover{
     text-decoration:underline;
 }
 .control-panels > a > span i{
}
 .control-panels .content_evtorder{
     float: right;
}
 .control-panels .content_evtorder ul{padding: 0;}
 .control-panels .content_evtorder ul li{
     list-style: none;
     display: inline-block;
     vertical-align: middle;
     margin-left: 20px;
     color: #adadad;
     padding: 10px 0;
     cursor: pointer;
}
 .control-panels .content_evtorder ul li i{
     margin-right: 5px;
}
 .control-panels .content_evtorder ul li.cur{
     color: #ff9600;
}
 .w60{
     box-sizing:border-box;
     padding-left:15px;
     padding-right:15px;
     float:left;
     width:60%;
}
 .w45{
     box-sizing:border-box;
     padding-left:15px;
     padding-right:15px;
     float:left;
     width:45%;
}
 .w55{
     box-sizing:border-box;
     padding-left:15px;
     padding-right:15px;
     float:left;
     width:55%;
}
 .w40{
     box-sizing:border-box;
     padding-left:15px;
     padding-right:15px;
     float:left;
     width:40%;
}
 .w100{
     box-sizing:border-box;
     padding-left:15px;
     padding-right:15px;
     float:left;
     width:100%;
}
 .row{
     margin-left: -15px;
     margin-right: -15px;
}
 .dtitle{
     color: #35373e;
     font-weight: 600;
     font-size: 25px;
     text-transform: uppercase;
     margin: 20px 0 0;
}
 .select-radio {
     text-align: center;
     font-size: 14px;
     margin: 20px auto 0;
     display: table;
     color: #999999;
     padding-left: 34px;
     margin-top: 55px!important;
     position: relative;
}
 .select-radio + .select-radio{
     margin-top: 71px!important;
}
 .select-radio:last-child{
     margin-bottom: 70px;
}
 .payment-list{
     padding: 10px 0 0;
     position: absolute;
}
 .payment-list li{
     list-style: none;
     display: inline-block;
     vertical-align: middle;
     margin-right: 20px;
}
 .payment-list li img{
     display: block;
}
 .time-block{
     display: inline-block;
     color: #d8d8d8;
     margin-left: 20px;
     cursor: default;
}
 .user-notif-messege{
     background: #d5ffcb;
     color: #1d1d1d;
     width: 320px;
     position: absolute;
     top: 20px;
     padding: 10px 30px;
     right: 15px;
     box-sizing: border-box;
}
 .user-notif-messege .notif-close{
     position: absolute;
     right: 8px;
     top: 5px;
     cursor: pointer;
}
 .user-notif-messege .notif-close:hover{
     opacity:0.7;
}
 .cart-btn{
     position: fixed;
     right: 0;
     height: 60px;
     width: 60px;
     background: #00b7fb;
     z-index: 100;
     text-align: center;
     top: 0;
}
 .cart-btn.empty{
	 
background: #545454;
	 
color: #1d1d1d;
	}
 .cart-btn i {
     line-height: 60px;
     font-size: 28px;
}
 .cart-btn span{
     position: absolute;
     left: -29px;
     top: 11px;
     background: #ad0d0b;
     width: 38px;
     height: 38px;
     z-index: 1;
     text-align: center;
     line-height: 38px;
     border-radius: 50%;
     color: #fff;
     font-size: 20px;
     display: none;
}
 .cart-btn span.visible{
     display: block;
}
 .cart-popup{
     padding: 0 50px 200px;
}
 .cart-popup-logo{
     text-align: center;
     font-size: 30px;
     font-weight: 300;
     border-bottom: 1px solid #cbcbcb;
     margin-bottom: 20px;
     padding-bottom: 35px;
}
 .cart-popup-logo span{
     width: 110px;
     height: 110px;
     border: 1px solid #00b7fb;
     border-radius: 50%;
     display: block;
     margin: 80px auto 10px;
     font-size: 40px;
     text-align: center;
     line-height: 110px;
     color: #00b7fb;
}
 .cart-popup-artist{
     position: relative;
     margin: 0 0 30px;
}
 .cart-popup-artist img{
     position: absolute;
     left: 0;
     top: 0;
     max-width: 68px;
     height: auto;
     border-radius: 50%;
}
 .cart-popup-artist-info{
     padding-left: 100px;
}
 .cart-popup-artist-info span{
     font-size: 24px;
     display: block;
     line-height: 32px;
}
 .cart-popup-artist-info p{
     color: #3f3f3f;
     margin: 0 0;
}
 .cart-popup-tickets-table{
     border-bottom: 1px solid #cbcbcb;
     margin-bottom: 20px;
     padding-bottom: 10px;
     display: block;
}
 .cart-popup-tickets-table .tr{
}
 .cart-popup-tickets-table .td{
    width: 25%;
    font-size: 18px;
}
 .variant-2 .cart-popup-tickets-table .td{
     width: 40%;
}
 .cart-popup-tickets-table .td:first-child{
     color: #ff9600;
     padding-left: 10px;
     text-align: left;
}
 .cart-popup-tickets-table .td:nth-child(4){
     color: #ff9600;
}
 .cart-popup-tickets-table .td:nth-child(2){
     width: 15%;
}
 .variant-2 .cart-popup-tickets-table .td:nth-child(2){
     width: 1%;
}
 .cart-popup-tickets-table .td:nth-child(3){
     width: 35%;
}
 .cart-popup-tickets-table .remove-from-cart{
     color: #848484;
}
 .cart-popup-tickets-links{
    text-align: center;
}
 .cart-popup-tickets-links a{
     color: #848484;
     display: inline-block;
     margin: 0 15px;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2;
     transition: all 0.2s;
}
 .cart-popup-tickets-links a i{
     margin-right:5px;
}
 .cart-popup-tickets-links a:hover{
     color: #ff9600;
}
 .cart-popup-confirm-btn{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     background: #3dc32f;
     font-size: 24px;
     text-transform: uppercase;
     font-weight: 300;
     text-decoration: none;
     padding: 35px 0;
     text-align: center;
}
 .center-result-block-add-info{
     display:block;
     margin: 8px 0;
     position: relative;
}
 .variant-2 .center-result-block-add-info{
     display:none;
}
 .cart-popup-confirm-btn.hidden{
     display:none;
}
.sheme-map{
	display:table;
	margin:0 auto;
}
img.sheme-map{
    /* height: auto; */
    /* width: 100%; */
}
.sheme-map-image-container.particled{
	display:table;
	margin:0 auto;
	 -webkit-transition: all 0.5s;
     -moz-transition: all 0.5;
     transition: all 0.5s;
}
.sheme-map-particled-container{
	 -webkit-transition: all 0.5s;
     -moz-transition: all 0.5;
     transition: all 0.5s;	
}
.sheme-map-image-container.particled img, 
.sheme-map-image-container.particled canvas {
    display: block;
    max-width: 100%;
    height: auto;
	vertical-align: baseline;
}
.sheme-map-image-container.particled svg {
   
	display: block;
    width: 100%;
    height: auto;
	vertical-align: baseline;
	
}
.sheme-map-image-container.particled .shememap{
	height:100%;
}
.return-back-from-part{
	margin: 0 auto 30px;
	display: table;
	color: #444;
	text-decoration: none;
}
.shememap + .return-back-from-part{
    
margin: 20px auto 10px;
}
.return-back-from-part > span{
     width: 38px;
     height: 38px;
     display: inline-block;
     text-align: center;
     line-height: 40px;
     border-radius: 50%;
     color: #ff9600;
     border: 1px solid #ff9600;
     margin-right: 5px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
.return-back-from-part:hover > span{
	background: #ff9600;
	color: #fff;
}