 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: #fff;
     font: 16px/20px "Arial";
     color: #1d1d1d;
     margin: 0;
     padding: 0;
}
 body.popup-show {
     overflow: hidden;
}
 body.header-fixed{
     padding-top:60px;
}
 a {
     text-decoration: underline;
     color: #e28181;
}
 h1 {
     font-size: 26px;
     margin: 0 0 15px;
     line-height: 30px;
}
 h2 {
     font-size: 24px;
     margin: 0 0 15px;
     line-height: 28px;
}
 h3 {
     font-size: 22px;
     margin: 0 0 15px;
     line-height: 30px;
}
 h4 {
     font-size: 20px;
     margin: 0 0 15px;
     line-height: 26px;
}
 h5 {
     font-size: 18px;
     margin: 0 0 15px;
     line-height: 24px;
}
 .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: #616161;
     margin: 0 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 0 20px;
     padding: 0 0 0 20px;
}
 ul li {
     list-style: circle;
}
 @-webkit-keyframes slider {
     0% {
         top: 0px;
    }
     4% {
         top: 0px;
    }
     7% {
         top: -40px;
    }
     12% {
         top: -80px;
    }
     16% {
         top: -120px;
    }
     21% {
         top: -160px;
    }
     26% {
         top: -200px;
    }
     29% {
         top: -240px;
    }
     33% {
         top: -280px;
    }
     38% {
         top: -320px;
    }
     47% {
         top: -360px;
    }
     54% {
         top: -400px;
    }
     59% {
         top: -440px;
    }
     63% {
         top: -480px;
    }
     69% {
         top: -520px;
    }
     75% {
         top: -560px;
    }
     78% {
         top: -600px;
    }
     86% {
         top: -640px;
    }
     93% {
         top: -680px;
    }
     97% {
         top: -720px;
    }
     100% {
         top: -760px;
    }
}
 @keyframes slider {
     0% {
         top: 0px;
    }
     4% {
         top: 0px;
    }
     7% {
         top: -40px;
    }
     12% {
         top: -80px;
    }
     16% {
         top: -120px;
    }
     21% {
         top: -160px;
    }
     26% {
         top: -200px;
    }
     29% {
         top: -240px;
    }
     33% {
         top: -280px;
    }
     38% {
         top: -320px;
    }
     47% {
         top: -360px;
    }
     54% {
         top: -400px;
    }
     59% {
         top: -440px;
    }
     63% {
         top: -480px;
    }
     69% {
         top: -520px;
    }
     75% {
         top: -560px;
    }
     78% {
         top: -600px;
    }
     86% {
         top: -640px;
    }
     93% {
         top: -680px;
    }
     97% {
         top: -720px;
    }
     100% {
         top: -760px;
    }
}
 .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;
}
 .photo-galerry {
     text-align: center;
     display: block;
}
 .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: #e28181;
     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 #e28181;
     text-align: center;
     font-weight: 400;
}
 .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: transparent;
     height: 80px;
     top: 0;
     left: 0;
     -webkit-transition: all 0.1s;
     -moz-transition: all 0.1s;
     transition: all 0.1s;
}
 header.inner.has-bg{
     background: rgba(13, 12, 16, 0.8);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
 header.inner .inner-page{
     padding: 0 160px;
}
 header.inner.white{
     background: #fff;
}
 header.inner .inner-page{
     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: 9px;
     float: none;
     margin-left: 130px;
}
 header .menu ul {
     display: block;
     padding: 0;
     height: 100%;
     margin: 0;
}
 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: 15px 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: 400;
     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 .menu ul li a.certificat span{
     width: 36px;
     height: 36px;
     background: #f00;
     display: inline-block;
     text-align: center;
     line-height: 36px;
     border-radius: 50%;
     font-size: 18px;
     margin-right: 6px;
}
 header .menu ul li a.certificat{
     text-decoration: underline;
     padding-left: 30px;
}
 header .menu ul li a.certificat:hover{
     color: #f2f2f2;
}
 header .menu ul li a.certificat span i{
}
 header .inner-page .menu ul li a{
     color: #fff;
}
 header .menu ul li a:hover {
     text-decoration: underline;
     color: #e28181;
}
 header .menu ul li a.active {
     text-decoration:underline;
     color: #e28181;
}
 header.white .menu ul li a.active{
     color: #ff0000;
}
 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: #000;
     background: #ffffff;
     font-weight: 600;
     padding: 10px 45px;
     border-radius: 100px;
     margin: 0 0 7px;
}
 header.inner .contacts a{
     padding: 10px 45px;
     line-height: 16px;
}
 header.inner.white .contacts a{
     box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
 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: #888888;
     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;
}
 .bg-block .bottom-list-wrapper{
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     background: rgba(20, 19, 24, 0.8);
     width: 100%;
     height: 100px;
}
 .bg-block>div.wrapper {
     height: 100%;
}
 .top-block {
     position: relative;
     display: block;
     height: 100%;
}
 .top-block .btn{
     border-color: #ffffff;
     color: #fff;
}
 .top-block .top-text {
     font-weight: 600;
     text-transform: uppercase;
     color: #fff;
     font-size: 46px;
     line-height: 46px;
     display: block;
     padding: 220px 5px 0;
     position: relative;
     z-index: 1;
     cursor: default;
     text-align: center;
}
 .top-block .top-info {
     margin-top: 2px;
     color: #fff;
     z-index: 100;
     width: 100%;
     text-align: center;
     margin: 30px 0 0;
}
 .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: 15px auto 0;
     font-size: 18px;
     position: relative;
     left: 50%;
     margin-left: -125px;
     bottom: 0;
}
 .img-bg-1 {
     background: url(../images/banner-image-1.png);
     height: 700px;
     background-position: top center;
}
 .img-bg-1.small {
     z-index: 1;
     height: 540px;
     background: url(../images/banner-image-small.png);
     background-position: top center;
}
 .small .top-block .top-text {
     padding-top: 175px;
     text-transform: none;
}
 .small.no-title .top-block .top-text {
     padding-top: 220px;
}
 .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;
     height: initial;
}
 .block-left {
     float: left;
     display: block;
     margin-bottom: 40px;
}
 .block-right {
     float: right;
     display: block;
     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 10px;
}
 .main-descr img {
     display: block;
}
 .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: 400;
     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: #e28181;
}
 .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: #adadad;
     margin-top: 5px;
     display: block;
     line-height: 14px;
}
 footer .contacts span.callback{
     color: #e28181;
     margin: 15px 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: 0;
     background: #fff;
     color: #000;
     overflow: hidden;
}
 .tickets-page h1, .tickets-page h2, .tickets-page h3, .tickets-page h4 {
     text-align: center;
     text-transform: none;
     font-size: 18px;
     font-weight: 400;
     display: table;
     margin: 0 auto;
     padding: 15px 0 15px;
}
 .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 50px;
     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: block;
     padding: 35px 10px;
     font-size: 16px;
     color: #356da3;
     font-weight: 400;
     border: 1px solid #e0e0e0;
     border-radius: 6px;
     position: relative;
     z-index: 1;
     background: #fff;
}
 .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%;
     border-spacing: 0 10px;
}
 .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>g.elem-checked circle, .sheme-block svg>g.active circle{
     r:2;
}*/
 .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: 20px;
     height: 20px;
     border: 1px solid #ff0000;
     border-radius: 2px;
     margin-right: 5px;
}
 .submit-form .checkbox-custom {
     width: 20px;
     height: 20px;
     border: 1px solid #007caa;
}
 .submit-form .compliance-block .checkbox-custom{
     border: 1px solid #ff0000;
}
 .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: #ff0000;
}
 .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 70px;
     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, .popup-bg-type-v2, .popup-bg-type-v3{
     background: rgba(0, 0, 0, 0.4);
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
     z-index: 1001;
     overflow: hidden;
     outline: 0;
     overflow-x: hidden;
     overflow-y: auto;
}
 .popup-bg-type-v4{
     background: rgba(0, 0, 0, 0.4);
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
     z-index: 1001;
     overflow: hidden;
     outline: 0;
     overflow-x: hidden;
     overflow-y: auto;
}
 .popup {
     background: #fff;
     z-index: 1002;
     position: fixed;
     top: 10%;
     width: 100%;
     max-width: 600px;
     left: 50%;
     margin-left: -300px;
     border-radius: 0;
     box-sizing: border-box;
     padding: 0;
     display: none;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
 .popup-type-v2 {
     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);
}
 .popup-bg-type-v2 .popup-type-v2{
     display:block;
     position: relative;
     margin-bottom: 200px;
     margin-top: 100px;
}
 .popup-type-v3 {
     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);
}
 .popup-bg-type-v3 .popup-type-v3{
     display:block;
     position: relative;
     margin-bottom: 200px;
     margin-top: 100px;
}
 .popup-type-v4 {
     background: #fff;
     z-index: 1002;
     position: fixed;
     top: 10%;
     width: 100%;
     max-width: 100%;
     left: 50%;
     margin-left: -50%;
     border-radius: 0;
     box-sizing: border-box;
     padding: 0;
     display: none;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
     padding: 15px 0;
}
 .popup-bg-type-v4 .popup-type-v4{
     display:block;
     position: relative;
     margin-bottom: 200px;
     margin-top: 100px;
}
 .pp-2{
     right: -600px;
     top: 0;
     left: initial;
     min-width: 520px;
     position: fixed;
     -webkit-transition: all 0.2s ease 0s;
     -o-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
     transition: all 0.2s ease 0s;
     max-width: 600px;
     width: 100%;
     display: block!important;
     height: 100%;
}
 .pp-2.active{
     right: 0;
}
 .popup.menu-popup{
     right: initial;
     top: 0;
     left: -110%;
     position: fixed;
     -webkit-transition: all 0.15s ease 0s;
     -o-transition: all 0.15s ease 0s;
     -moz-transition: all 0.15s ease 0s;
     transition: all 0.15s ease 0s;
     max-width: 100%;
     width: 100%;
     height: 100%;
     display: block!important;
     margin: 0;
}
 .popup.menu-popup .menu-popup-content{
     max-width: 1000px;
     margin: 150px auto 50px;
}
 .popup.menu-popup .menu-block-content{
     margin: 0 0 100px;
}
 .popup.menu-popup .menu-popup-content .block-left{
     width: 50%;
}
 .popup.menu-popup .menu-popup-content .block-right{
     width: 50%;
}
 .popup.menu-popup .menu-popup-content .block-right ul{
     margin: 0;
}
 .popup.menu-popup .menu-popup-content .block-right ul li{
     list-style: none;
}
 .popup.menu-popup .menu-popup-content .block-right ul li a{
     color:#777777;
     text-decoration:none;
     padding: 10px 0;
     display: block;
     font-size: 34px;
     line-height: 34px;
}
 .popup.menu-popup .menu-popup-content .block-left img{
     float:right;
     margin-right: 50px;
     margin-top: 15px;
}
 .popup.menu-popup .menu-popup-content .block-right ul li a:hover{
     color: #ff0000;
     text-decoration: underline;
}
 .popup.menu-popup .cart-btn{
     position: absolute;
     background: #fff;
     color: #000;
}
 .popup.menu-popup .close{
     right: inherit;
     left: 25px;
     color: #ff0000;
}
 .popup.menu-popup.active{
     left: 0;
}
 .popup.menu-popup .contacts {
     display: table;
     vertical-align: top;
     padding: 10px 0 0;
     position: relative;
     left: 50%;
     margin-left: -110px;
}
 .popup.menu-popup .contacts a {
     display: block;
     font-size: 16px;
     text-decoration: none;
     color: #ff0000;
     background: #fff;
     font-weight: 600;
     padding: 10px 45px;
     border-radius: 100px;
     margin: 0 0 7px;
     padding: 10px 45px;
     box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
 .popup.menu-popup .contacts .callback{
     text-align: center;
     display: block;
}
 .popup.menu-popup .contacts .icon {
     border: 1px solid #da3131;
     color: #da3131;
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     border-radius: 5px;
     margin-right: 18px;
}
 .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 0px;
     background: #fff;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border-radius: 50%;
     z-index: 2;
     top: -10px;
     right: 0;
}
 .callback {
     cursor: pointer;
}
 .callback-form {
     padding: 0 20px 20px 20px;
}
 .callback-form-in {
     padding: 0;
     border: 1px solid #c8cbd7;
     border-top: 0;
}
 .corporate-form .callback-form-in{
     padding: 0 50px;
     border: none;
     border-top: 0;
}
 .certificate-form .callback-form-in{
     padding: 0 0 0 50px;
     border: none;
     border-top: 0;
     color: #636774;
}
 .callback-form-in .item{
     display: block;
     margin: 0 0 18px;
     position: relative;
}
 .atach-item-data{
     position: absolute;
     right: 0;
     top: 6px;
     font-size: 12px;
     font-style: italic;
     color: #636774;
}
 .certificate-form .item.w-50{
     width:50%;
     float:left;
     box-sizing: border-box;
}
 .callback-form-in .item .item-values{
}
 .certificate-form .item .item-values .select-radio{
     margin: 0 10px 0 0 !important;
     display: inline-block;
     padding: 0;
     font-size: 14px;
     color: #636774;
}
 .certificate-form .item .item-values .select-radio .checkbox-custom{
     border-color: #e0e0e0;
     border-radius: 50%;
}
 .certificate-form .item .item-values .select-radio .checkbox:checked+.checkbox-custom::before{
     background: #000;
     border-radius: 50%;
     width: 12px;
     height: 12px;
     margin-top: 4px;
     margin-left: 4px;
}
 .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: #34b440;
     padding: 12px 30px;
     font-size: 16px;
     font-weight: 400;
     margin: 40px auto 0;
     display: table;
     text-transform: none;
     font-weight: 600;
     border: 1px solid #34b440;
     margin: 20px auto;
}
 .callback-form button:hover{
     color: #f5082f;
     border: 1px solid #f5082f;
}
 .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: 22px;
     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;
}
 .certificate-form textarea::-webkit-input-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 .certificate-form textarea::-moz-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 .certificate-form textarea::-moz-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 .certificate-form textarea::-ms-input-placeholder {
     color: #b8b8b8;
     font-size: 14px;
}
 .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: 37px;
     left: 50px;
     padding: 0;
     color: #adadad;
     z-index: 101;
     margin: 0;
}
 .bottom-list-left li {
     display: inline-block;
     margin-right: 20px;
     font-size: 16px;
}
 .bottom-list-right {
     position: absolute;
     bottom: 34px;
     right: 50px;
     padding: 0;
     color: #ffffff;
     z-index: 101;
     margin: 0;
}
 .bg-block.small .bottom-list-right{
     bottom: 0;
     color: #adadad;
     margin-bottom: 8px;
}
 .bg-block.small .bottom-list-right span{
     width: 40px;
     height: 40px;
     line-height: 40px;
     font-size: 18px;
     border-color: #adadad;
     text-shadow:none;
     color:#adadad;
     box-shadow: none;
}
 .bg-block.small .bottom-list-left{
     bottom: 0;
     color: #adadad;
}
 .bg-block.small .bottom-list-left span{
     color: #adadad;
}
 .bottom-list-right li {
     line-height: 28px;
     display: inline-block;
     margin-right: 20px;
     font-size: 16px;
     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 #ffffff;
     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 {
     display: inline-block;
     text-align: center;
     font-size: 44px;
     margin-right: 15px;
     color: #ffffff;
     vertical-align: middle;
     position: relative;
     top: -1px;
}
 .bottom-list-right .icon-1 span:before {
     content: "\f3ff";
}
 .bottom-list-right .icon-2 span {
     display: inline-block;
     text-align: center;
     font-size: 44px;
     margin-right: 15px;
     color: #ffffff;
     vertical-align: middle;
     position: relative;
     top: -1px;
}
 .bottom-list-right .icon-2 span:before {
     content: "\f0fb";
}
 .bottom-list-right .icon-3 span {
     display: inline-block;
     text-align: center;
     font-size: 44px;
     margin-right: 15px;
     color: #ffffff;
     vertical-align: middle;
     position: relative;
     top: -1px;
}
 .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 #3477bb21 inset;
     color: #fff;
}
 .small .bottom-list-right li{
     color: #adadad;
     text-shadow: none;
}
 .bottom-list-left span {
     font-family: Font Awesome\ 5 Free;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     font-weight: 900;
     color: #ffffff;
}
 .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 {
     padding: 20px 20px 20px;
     border-radius: 6px;
     margin: 0;
     color: #ff0000;
     position: absolute;
     left: 0;
     top: 0;
     font-size: 20px;
     cursor: pointer;
}
 .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: #35373e;
     box-sizing: border-box;
     overflow: hidden;
     padding: 20px;
     z-index: 410;
}
 .sheme-popup-in {
     width: 200px;
     background: #fff;
     padding: 15px 20px 10px;
     box-shadow: 2px 2px 10px 0px #00000057;
     box-sizing: border-box;
}
 .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-size: 20px;
}
 .sheme-popup .place-title {
     color: #767676;
     font-weight: 400;
     text-align: center;
     margin: 8px 0 0;
     font-size: 14px;
}
 .sheme-popup .tcount{
     color: #299d7e;
     text-align: center;
     margin: 8px 0 10px;
     font-size: 14px;
}
 .sheme-popup .footer-content {
     border-bottom: 1px solid #d5d5d5;
     padding: 5px 0 0;
}
 .sheme-popup .footer-content .row span {
     color: #b61173;
}
 .sheme-popup .footer-content .row {
     float: left;
     width: 50%;
     text-align: left;
     padding: 8px 0;
     font-weight: 700;
     font-size: 16px;
     margin: 0;
}
 .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: #b61173;
}
 .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;
     text-decoration: none;
}
 .result-info .order-clear:hover{
     text-decoration: underline;
}
 .result-info .order-clear i{
     position: relative;
     top: 1px;
     margin: 0 0 0 4px;
}
 .result-info .text-block {
     display: inline-block;
     color: #27282c;
     margin: 0 70px 0 45px;
     font-weight: 400;
     float: right;
}
 .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: #fff;
     border: 2px solid #e28181;
     font-weight: 400;
     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: #e28181;
}
 .result-info .order-btn:hover {
     background: #e28181d9;
     color: #fff;
}
 .result-info .text-block span {
     color: #3477bb;
     font-weight: 400;
}
 .result-string-pre {
     font-weight: 400;
     padding: 15px 25px 0 0;
     display: inline-block;
     position: relative;
}
 .result-info .result-string-pre span{
     border-bottom: 2px dotted #3477bb;
     font-weight: 700;
     cursor: pointer;
}
 .result-string {
     font-weight: 400;
     padding: 15px 25px 15px 10px;
     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 0;
     width: initial;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     position: relative;
     z-index: 1;
     padding: 15px 13px 15px;
}
 .price-color .item {
     width: 150px;
     float: left;
     display: block;
     padding: 0 5px;
}
 .price-color .item .price {
     color: #222222;
     text-align: center;
     font-size: 12px;
     line-height: 18px;
     padding: 0;
}
 .price-color .item .color {
     width: 100%;
     height: 5px;
     margin-top: 5px;
     display: block;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
 .price-color .item .title {
     color: #818181;
     text-align: center;
     font-size: 13px;
     line-height: 16px;
}
 .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 40px 0;
     box-sizing: border-box;
     display: block;
     border-right: 1px solid #d8c8c8;
}
 .main-corporate-form .block-right{
     width: 50%;
     padding: 0 20px;
     box-sizing: border-box;
     display: block;
}
 .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;
     color: #636774;
}
 .main-corporate-form label.compliance-block{
     padding-left: 0;
     padding-right: 0;
}
 .main-corporate-form label sup{
     color:#ff1111;
     font-weight:700;
     font-size: 16px;
}
 .main-corporate-form input{
     width: 100%;
     border: 1px solid #dedede;
     padding: 20px 10px;
     box-sizing: border-box;
     border-radius: 5px;
     outline: none;
}
 .main-corporate-form textarea{
     width: 100%;
     border: 1px solid #dedede;
     padding: 20px 10px;
     box-sizing: border-box;
     border-radius: 5px;
     outline: none;
}
 .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: #5dc644;
     border: none;
     padding: 20px 75px;
     color: #fff;
     font-weight: 600;
     font-size: 16px;
     border-radius: 3px;
     cursor: pointer;
     border: 2px solid #5dc644;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     outline: none;
     margin: 0 auto 35px;
}
 .main-corporate-form button:hover{
     border-color: #5dc644;
     color: #5dc644;
     background: #fff;
}
 .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;
     max-width: 1000px;
     margin-left: -500px;
}
 .main-corporate-form ul{
     padding: 0;
}
 .main-corporate-form .close{
     position: absolute;
     right: 20px;
     top: 15px;
     color: #cccccc;
     text-decoration: none;
     font-size: 30px;
}
 .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 iframe{
     margin: 20px auto 30px;
     display: block;
}
 .main-footer-video{
     padding: 0 0 40px;
     background: #fff;
     background-position: center 0;
     text-align: left;
}
 .main-footer-video p{
}
 .main-footer-video .wrapper{
     box-sizing: border-box;
     border-top: 1px solid #eee;
     padding: 50px 0 0;
     border-bottom: 1px solid #eee;
}
 .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: 100000;
     top: 0;
     left: 0;
     background: #ffffff;
}
 .preloader .counter {
     text-align: center;
}
 .preloader .counter p {
     font-size: 16px;
     margin-bottom: 0;
     font-weight: 600;
     text-transform: uppercase;
     color: #e28181;
     opacity: 0.4;
}
 .preloader .counter .title {
     color: #313131;
     font-size: 40px;
     padding-bottom: 0;
     margin: 0;
     line-height: 40px;
     -webkit-animation: slider 4s none 1 step-end;
     animation: slider 4s none 1 step-end;
     position: relative;
     -webkit-transition: all 0.0s;
     -moz-transition: all 0.0s;
     transition: all 0.0s;
     position: relative;
     top: -800px;
}
 .preloader .counter .title span{
     height: 40px;
     line-height: 40px;
     display: block;
}
 .preloader .counter hr {
     background: #3477bb;
     border: none;
     height: 1px;
     opacity: 0.4;
}
 .preloader .counter {
     position: absolute;
     width: 120px;
     height: initial;
     top: 50%;
     left: 50%;
     margin-top: -35px;
     margin-left: -70px;
}
 .preloader .title-conteiner{
     width: 104px;
     height: 40px;
     text-align: center;
     overflow: hidden;
     margin: 0 auto 0;
}
 .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: #e28181;
     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 #3477bb5e;
     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 5px;
     display: block;
     position: relative;
}
 .control-panels > a{
     color: #1d1d1d;
     text-decoration: none;
     float: left;
}
 .tickets-page-inner .control-panels a{
     color: #3477bb;
}
 .tickets-page-inner .control-panels a span{
     color: #3477bb;
     border-color:#3477bb;
}
 .tickets-page-inner .control-panels a:hover span{
     background:#3477bb;
}
 .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;
     position: absolute;
     top: 10px;
     right: 10px;
}
 .control-panels .content_evtorder ul{
     padding: 0;
     margin: 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: #e28181;
}
 .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: 80px;
     width: 160px;
     background: transparent;
     color: #fff;
     z-index: 100;
     text-align: left;
     top: 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 .cart-btn.white{
     background:#fff;
     color:#000;
}
 .cart-btn.empty{
}
 .cart-btn i {
     line-height: 80px;
     font-size: 18px;
     padding-left: 45px;
}
 .cart-btn:hover{
     background: #ff0101;
     color: #fff;
}
 .cart-btn span{
     position: absolute;
     background: #ff0000;
     width: 38px;
     height: 38px;
     z-index: 1;
     text-align: center;
     line-height: 38px;
     border-radius: 50%;
     color: #fff;
     font-size: 20px;
     bottom: 22px;
     display: block;
     right: 44px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
 .cart-btn.empty span{
     background: #fff;
     color: #000;
}
 .cart-btn:hover span{
     background: #fff;
     color: #000;
}
 .cart-btn span.visible{
     display: block;
}
 .cart-popup{
     padding: 0 50px 200px;
     height: 100%;
}
 .cart-popup-logo{
     text-align: center;
     font-size: 30px;
     font-weight: 300;
     border-bottom: 1px solid #cbcbcb;
     margin-bottom: 15px;
     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;
     margin-bottom: 50px;
}
 .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: #3477bb;
}
 .cart-popup-confirm-btn{
     width: 100%;
     background: #3dc32f;
     color: #fff;
     font-size: 24px;
     text-transform: uppercase;
     font-weight: 300;
     text-decoration: none;
     padding: 35px 0;
     text-align: center;
     display: block;
     z-index: 1;
     position: relative;
}
 .center-result-block-add-info{
     width: 250px;
     display: none;
     margin: 8px 0;
     position: absolute;
     bottom: 35px;
     background: #fff;
     box-shadow: 1px 0 20px 1px #00000030;
     box-sizing: border-box;
     padding: 10px;
     right: -62px;
}
 .scrolled .center-result-block-add-info{
     right: -48px;
}
 .center-result-block-add-info .content{
     width:100%;
     color: #818181;
}
 .center-result-block-add-info .content td span{
     color: #818181;
     border: none;
     font-weight: 400;
}
 .center-result-block-add-info .content table{
     width:100%;
     border-spacing: 0;
     border-collapse: unset;
}
 .result-string-pre.active:after {
     content: '';
     position: absolute;
     left: 50%;
     margin-left: 28px;
     bottom: 19px;
     border: 10px solid transparent;
     border-top: 15px solid #fff;
}
 .result-string-pre.active:before {
     content: '';
     position: absolute;
     left: 50%;
     margin-left: 28px;
     bottom: 18px;
     border: 10px solid transparent;
     border-top: 15px solid #00000026;
}
 .variant-2 .result-string-pre:hover:after, .variant-2 .result-string-pre:hover:before{
     display:none;
}
 .variant-2.result-info .result-string-pre span{
     border: none;
     cursor: default;
}
 .variant-2 .center-result-block-add-info{
     display:none;
}
 .cart-popup-confirm-btn.hidden{
     display:none;
}
 .cart-popup-confirm-btn-container{
     margin-left: -50px;
     margin-right: -50px;
}
 .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;
}
 .control-panels-wrapper{
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
 .tickets-page-inner .control-panels-wrapper{
     box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
     z-index: 2;
}
 .tickets-page-inner{
     z-index: 2;
     position: relative;
     overflow: unset;
}
 body .leaflet-touch .leaflet-control-layers, body .leaflet-touch .leaflet-bar {
     border: 1px solid #ececec;
     background-clip: padding-box;
     border-radius: 0;
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
 body .tickets-page .leaflet-bar a, body .tickets-page .leaflet-bar a:hover {
     background-color: #fff;
     border-bottom: 1px solid #ececec;
}
 body .tickets-page .leaflet-touch .leaflet-bar a:last-child {
     border-bottom-left-radius: 1px;
     border-bottom-right-radius: 1px;
     border-bottom: 0;
}
 .tr-count{
     font-size: 16px;
     padding: 0 5px;
}
 .tr-content{
     padding: 2px 0 3px;
     border-bottom: 1px solid #d5d5d5;
     font-size: 14px;
     max-height: 50px;
     height: 48px;
     overflow: hidden;
     box-sizing: border-box;
     line-height: 18px;
     position: relative;
}
 .center-result-block-add-info .content td{
     position:relative;
}
 tr:last-child .tr-content{
     border-bottom: none;
}
 .tr-remove{
     color: #818181;
     padding: 0 0 0 5px;
}
 .tr-remove a{
     color: #bfbfbf;
}
 .result-info .tr-content .in-place-name{
     color:#818181;
     font-size: 12px;
     text-transform: lowercase;
     line-height: 12px;
}
 .cart-popup .empty-msg{
     display:none;
     color: #888888;
     text-align: center;
}
 .cart-popup .cart-popup-logo .empty-msg{
     color: #1d1d1d;
}
 .cart-popup.empty .empty-msg{
     display:block;
}
 .cart-popup.empty .cart-popup-artist, .cart-popup.empty .cart-popup-tickets-table, .cart-popup.empty .cart-popup-tickets-links, .cart-popup.empty .cart-popup-confirm-btn-container, .cart-popup.empty .cart-popup-logo .msg{
     display:none;
}
 .info-msg{
     padding: 25px 0 25px;
     display: block;
     margin: 0;
}
 .info-msg .icon{
     color: #3477bb;
     width: 80px;
     height: 80px;
     line-height: 80px;
     text-align: center;
     border: 2px solid #3477bb;
     border-radius: 50%;
     font-size: 38px;
     float: left;
     margin: -7px 25px 25px 0;
}
 .info-msg .icon i{
}
 .main-footer-icons{
    position: relative;
    overflow: hidden;
}
 .main-footer-icons .wrapper{
     border-bottom: 1px solid #eee;
}
 .main-footer-icons .wrapper{
     text-align: center;
}
 .main-footer-icons-scroll{
     padding:0 50px;
}
 .main-footer-icons .icon-item{
     display: inline-block;
     width: 215px;
     margin: 0 0 50px;
}
 .main-footer-icons .icon{
     color: #e28181;
     width: 95px;
     height: 95px;
     line-height: 95px;
     margin: 0 auto;
     border: 1px solid #e28181;
     border-radius: 50%;
     font-size: 38px;
     text-align: center;
}
 .main-footer-icons .title{
     color: #616161;
     font-size: 15px;
     margin: 25px 0 0;
     text-align: center;
}
 .menu-btn{
     position: fixed;
     left: 0;
     height: 80px;
     width: 130px;
     line-height: 80px;
     z-index: 100;
     text-align: center;
     font-size: 30px;
     top: 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     background: url(../images/menu.png);
     background-repeat: no-repeat;
     background-position: center;
}
 .menu-btn.white{
     background: #fff;
}
 .menu-btn:hover{
     color: #ff0000;
}
 header .menu ul li a.mobile-menu-phone{
     color: #ff0000;
     font-weight: 700;
     border-bottom: 1px solid #5a5a5a;
     padding: 21px 0;
     margin: 0;
     font-size: 20px;
}
 .sheme-block[type="old"] > svg{
     display:none;
}
 .modal-scrollbar-measure{
     position:absolute;
     top:-9999px;
     width:50px;
     height:50px;
     overflow:scroll 
}
 .corporate-title{
     font-size: 32px;
     text-align: left;
     font-weight: 700;
     line-height: 36px;
     margin: 0 0 30px;
}
 .corporate-additional{
     color:#616161;
     line-height: 21px;
     margin: 0 0 20px;
     text-align: center;
     font-size: 16px;
     font-weight: 700;
}
 .corporate-blue-text{
     color: #3477bb;
     line-height: 21px;
     margin: 0 0 20px;
     text-align: center;
     font-size: 16px;
     font-weight: 700;
}
 .block-right p{
     text-align: center;
}
 .block-right .corporate-title{
     color: #1d1d1d;
     font-size: 22px;
     text-align: center;
     font-weight: 700;
     line-height: 28px;
     margin: 0 0 20px;
}
 .cart-title{
     border-bottom: 1px solid #dfdfdf;
     display: block;
     margin: 20px 0 15px;
}
 .cart-title .cart-title-item{
     font-size: 32px;
     line-height: 36px;
     float: left;
     border-bottom: 3px solid #000;
     margin-bottom: -2px;
}
 .cart-title .cart-title-time span{
     color:#b61173;
}
 .cart-title .cart-title-time{
     float: right;
     color: #616161;
     line-height: 36px;
     font-weight: 700;
}
 .cart .table .cart-title{
     border: none;
     margin: 0;
     font-size: 22px;
     font-weight: 700;
     margin: 0 0 5px;
     line-height: 26px;
}
 .cart .table .cart-title + .cart-title{
     margin-top: -5px;
}
 .cart .table .cart-desc{
     color: #888888;
     font-size: 14px;
}
 .cart .table .td{
     text-align:left;
     border: 1px solid #dedede;
     border-left: 0;
     border-right: 0;
     padding: 16px 10px;
}
 .cart .table .td:first-child{
     border-left:1px solid #dedede;
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px;
}
 .cart .table .td:last-child{
     border-right: 1px solid #dedede;
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
     padding: 0;
}
 .cart .table .td.date{
     text-align:center;
     font-size: 16px;
     font-weight: 700;
     color: #b61173;
}
 .cart .table .td.image{
     text-align:center;
}
 .cart .table .td .remove-cart-page-btn{
     color:#cccccc;
     text-decoration:none;
     font-size: 20px;
     padding: 20px 10px;
}
 .cart .table .td .remove-cart-page-btn:hover{
     color:#3477bb;
}
 .cart-page-total{
     display: block;
     border-bottom: 1px solid #dedede;
     margin-bottom: 20px;
     padding: 20px 0 30px;
     font-size: 22px;
}
 .cart-page-total span{
     color: #3477bb;
}
 .contact-block .cart-popup-tickets-links{
     text-align:left;
     margin: 20px 0 0;
}
 .contact-block .cart-popup-tickets-links a:first-child{
     margin-left:0;
}
 .main-corporate-form-footer .block-left{
     width: 50%;
     padding: 0 80px 0 0;
     box-sizing: border-box;
     display: block;
}
 .main-corporate-form-footer .block-right{
     width: 50%;
}
 .main-corporate-form-footer .block-right img{
     max-width:100%;
     border-radius: 10px;
     margin-top: 30px;
}
 .main-corporate-form-footer .form-title{
     font-size: 26px;
     text-transform: uppercase;
     font-weight: 600;
     margin: 0 0 20px;
}
 .main-corporate-form-footer label{
     font-size: 16px;
     display: block;
     margin: 0 0 5px;
}
 .main-corporate-form-footer .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-footer .form-item .attach.name:before{
     content: "\f007";
}
 .main-corporate-form-footer .form-item .attach.phone:before{
     content: "\f3cd";
     font-weight:600;
}
 .main-corporate-form-footer .form-item .attach.category:before{
     content: "\f3ff";
     font-weight:600;
}
 .main-corporate-form-footer .form-item .attach{
     position:relative;
}
 .main-corporate-form-footer button{
     background: #fff;
     border: none;
     padding: 11px 50px;
     color: #ff0000;
     font-weight: 600;
     font-size: 16px;
     border-radius: 3px;
     cursor: pointer;
     border: 2px solid #ff0000;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     outline: none;
}
 .main-corporate-form-footer button:hover{
     background: #ff000014;
}
 .main-corporate-form-footer .form-item{
     float: none;
     width: 100%;
     max-width: 100%;
     margin: 0 0 20px;
}
 .main-corporate-form-footer .form-item input{
     height: 50px;
     width: 100%;
     border: 2px solid #b9bbc1;
     padding: 0 20px 0 80px;
     box-sizing: border-box;
}
 .main-corporate-form-footer{
     background: #fff;
     padding: 40px 0 40px;
}
 .main-corporate-form-footer .ui-selectmenu-button.ui-button{
     margin: 0;
     border: 2px solid #b9bbc1;
     border-radius: 0;
     height: 50px;
     padding: 0 20px;
}
 .main-corporate-form-footer .ui-selectmenu-icon.ui-icon{
     margin-top: 15px;
}
 .main-corporate-form-footer .ui-selectmenu-text{
     line-height: 48px;
     color: #b8b8b8;
     font-weight: 400;
     padding-left: 60px;
}
 .main-corporate-form-footer .ui-button .ui-icon {
     background-image: url(../images/icon-arrow-new.png);
}
 .main-corporate-form-footer .ui-button.ui-selectmenu-button-open .ui-icon {
     background-image: url(../images/icon-arrow-new-reverse.png);
}
 body .tickets-page .leaflet-bar a {
     width: 40px;
     height: 40px;
     line-height: 40px;
}
 .main-conert-table{
     border-spacing: 0 15px;
}
 .main-conert-table .btn{
     min-width: 0;
     padding: 12px 20px;
     line-height: 24px;
     display: block;
     font-size: 18px;
     width: initial;
}
 .main-conert-table .tr{
     box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
     border-radius: 3px;
     background:#fff;
}
 .main-conert-table .tr:hover{
     background:url(../images/concer-hover.png);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     color:#fff;
}
 .main-conert-table .tr .td{
     padding: 10px 20px;
}
 .main-conert-table .tr .td.bg-gray{
     background:#efefef;
}
 .main-conert-table .tr .td:nth-child(1){
     width: 15%;
}
 .main-conert-table .tr .td:nth-child(2){
     width: 2%;
     padding: 0;
}
 .main-conert-table .tr .td:nth-child(3){
     width: 28%;
     text-align: left;
}
 .main-conert-table .tr .td:nth-child(4){
     width: 25%;
}
 .main-conert-table .tr .td:nth-child(5){
     width: 30%;
}
 .main-conert-table .tr .td .concert-title{
     font-size: 26px;
     font-weight: 700;
     line-height: 28px;
     cursor: default;
}
 .main-conert-table .tr .td:nth-child(1) .concert-title{
     font-size: 32px;
     font-weight: 700;
     line-height: 36px;
}
 .main-conert-table .tr .td .concert-descr{
     font-size: 14px;
     color: #6a6a6a;
     cursor: default;
}
 .main-conert-table .tr:hover .td .concert-descr{
     color: #fff;
}
 .main-conert-table .td-4{
     display:none;
}
 .main-conert-table .view{
}
 .main-conert-table .hover{
     display: none;
}
 .main-conert-table .tr:hover .view{
     display:none;
}
 .main-conert-table .tr:hover .hover{
     display:block;
}
 .main-conert h2, .main-conert h1, .main-conert h3{
     font-size: 26px;
}
 .main-conert{
     padding: 50px 0 40px;
}
 .image-link {
     width: 32%;
     display: block!important;
     float: left;
     height: 200px!important;
     overflow: hidden;
}
 .main-gallery-content > *{
     margin-right:1%;
     margin-bottom: 1%;
}
 .main-gallery-content > *:nth-child(3n+3){
     margin-right: 0;
}
 .main-gallery-content > *:first-child{
     margin-right:1%;
}
 .image-link img {
     -webkit-transition: all 0.35s;
     -moz-transition: all 0.35;
     transition: all 0.35s;
     width: auto;
}
 .image-link:hover img {
     -webkit-transition: all 0.35s;
     -moz-transition: all 0.35;
     transition: all 0.35s;
     transform: scale(1.2);
}
 .video-link {
     width: 32%;
     display: block;
     float: left;
     overflow: hidden;
     max-height: 200px;
}
 .video-link iframe {
     max-height: 205px;
     width: 100%;
}
 .video-link iframe {
     -webkit-transition: all 0.35s;
     -moz-transition: all 0.35;
     transition: all 0.35s;
}
 .video-link:hover iframe {
     -webkit-transition: all 0.35s;
     -moz-transition: all 0.35;
     transition: all 0.35s;
     transform: scale(1.2);
}
 .main-gallery {
     padding: 40px 0 70px;
     overflow: hidden;
}
 .main-gallery h1, .main-gallery h2, .main-gallery h3 {
     text-align: left;
     margin: 0 0 15px;
}
 .top-list{
     padding: 30px 110px;
}
 .top-list ul{
     padding:0;
     text-align: center;
}
 .top-list ul li{
     list-style: none;
     display: inline-block;
     min-height: 160px;
     vertical-align: middle;
     width: 32%;
     text-align: center;
}
 .top-list .tl-icon{
     color: #e30106;
     font-size: 70px;
     display: block;
     width: 110px;
     height: 120px;
     margin: 0 auto 20px;
     overflow: hidden;
}
 .top-list .tl-icon:hover{
     -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
 }
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


 .top-list .tl-content{
     display: block;
     text-align: center;
}
 .top-list .tl-title{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}
 .top-list .tl-descr{
     font-size: 14px;
     padding: 0 25px;
}
 .main-minus-margin .wrapper-new{
     margin: -160px auto 0;
     background: #fff;
}
 .main-certificat{
     padding: 60px 0 60px;
}
 .main-certificat h1, .main-certificat h2, .main-certificat h3{
     font-size: 32px;
     margin: 0 0 40px;
}
 .certificat-banner{
     background: url(../images/certificat-banner.jpg);
     height: 280px;
     margin: 0 0 40px;
     padding: 50px 40px;
     box-sizing: border-box;
}
 .certificat-banner .banner-header{
     max-width: 50%;
     font-size: 16px;
     font-weight: 600;
     display: block;
     margin: 0 0 10px;
}
 .certificat-banner .banner-text{
     max-width: 50%;
     font-size: 14px;
}
 .certificat-banner .banner-text + .banner-header{
     margin-top: 30px;
}
 .now-celeb:after{
     content:' ';
     position: absolute;
     top: 50%;
     height: 1px;
     background: #cacaca;
     width: 70%;
     margin-left: 15%;
     display: block;
     z-index: 1;
     margin-top: -20px;
}
 .now-celeb{
     padding: 0 0 60px;
     position: relative;
}
 .now-celeb .now-celeb-title{
     text-align: center;
     font-size: 14px;
     font-weight: 600;
}
 .now-celeb .now-celeb-image{
     margin: 0 auto;
     display: table;
     background: #fff;
     padding: 20px;
     z-index: 2;
     position: relative;
}
 .now-celeb .now-celeb-image-block{
     display: block;
     width: 120px;
     height: 120px;
     border-radius: 50%;
     overflow: hidden;
}
 .now-celeb .now-celeb-image-block img{
     height: 100%;
}
 .celeb-gallery{
}
 .celeb-gallery .celeb-gallery-content{
}
 .celeb-gallery .celeb-gallery-content:after{
     content:' ';
     clear:both;
     display:block;
}
 .celeb-gallery-item{
}
 .celeb-gallery-item .celeb-gallery-image{
}
 .celeb-gallery-item .celeb-gallery-title{
     font-size: 18px;
     padding: 20px 20px;
}
 .celeb-gallery-item .celeb-gallery-btn{
     padding: 10px 40px;
     margin: 0 20px;
     background: #feda5f;
     border-radius: 40px;
     color: #1d1d1d;
     text-decoration: none;
     font-weight: 600;
     display: table;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
}
 .celeb-gallery-item .celeb-gallery-btn:hover{
     background: #e3295a;
     color: #fff;
}
 .now-celeb-list{
     padding: 20px 10px 20px;
     border-top: 1px solid #d5d5d5;
     border-bottom: 1px solid #d5d5d5;
     box-sizing: border-box;
     margin: 0 0 40px;
}
 .now-celeb-list ul{
     padding:0;
     text-align: center;
     margin: 0;
}
 .now-celeb-list ul li{
     list-style: none;
     display: inline-block;
     min-height: 160px;
     vertical-align: top;
     width: 32.9%;
     text-align: center;
}
 .now-celeb-list .tl-icon{
     color: #0a0a0a;
     font-size: 18px;
     vertical-align: middle;
     width: 54px;
     height: 54px;
     line-height: 54px;
     border: 1px solid #efb0c0;
     float: left;
     border-radius: 50%;
}
 .now-celeb-list .tl-content{
     display: block;
     vertical-align: middle;
     text-align: left;
     padding-left: 0;
     padding-left: 70px;
}
 .now-celeb-list .tl-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    padding-top: 18px;
}
 .now-celeb-list .tl-descr{
     font-size: 0.8rem;
     margin-top: 5px;
}
 .celeb-gallery-content > .celeb-gallery-item{
     margin-right:1%;
     margin-bottom: 1%;
}
 .celeb-gallery-content > .celeb-gallery-item:nth-child(3n+3){
     margin-right: 0;
}
 .celeb-gallery-content > .celeb-gallery-item:first-child{
     margin-right:1%;
}
 .celeb-gallery-content > .celeb-gallery-item {
}
 .celeb-gallery-content .celeb-gallery-item {
     width: 32%;
     display: block!important;
     float: left;
     overflow: hidden;
     border-radius: 25px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
     padding-bottom: 25px;
}
 .celeb-gallery-content .celeb-gallery-image{
}
 .main-certificat-form .block-left{
     width: 38%;
     padding: 0;
     box-sizing: border-box;
     display: block;
     margin-bottom: 40px;
}
 .main-certificat-form .block-right{
     width: 62%;
     padding: 0 20px;
     box-sizing: border-box;
     display: block;
     margin-bottom: 40px;
}
 .main-certificat-form .block-right img{
     max-width:100%;
     border-radius: 10px;
     margin-top: 30px;
}
 .main-certificat-form .form-title{
     font-size: 26px;
     text-transform: uppercase;
     font-weight: 600;
     margin: 0 0 20px;
}
 .main-certificat-form label{
     font-size: 16px;
     display: block;
     margin: 0 0 5px;
     color: #636774;
}
 .main-certificat-form label.compliance-block{
     padding-left: 0;
     padding-right: 0;
}
 .main-certificat-form label sup{
     color:#ff1111;
     font-weight:700;
     font-size: 16px;
}
 .main-certificat-form input{
     width: 100%;
     border: 1px solid #dedede;
     padding: 20px 10px;
     box-sizing: border-box;
     border-radius: 5px;
     outline: none;
}
 .main-certificat-form select{
     width: 100%;
     border: 1px solid #dedede;
     padding: 19px 10px;
     box-sizing: border-box;
     border-radius: 5px;
     outline: none;
     color: #a2a2a2;
}
 .main-certificat-form textarea{
     width: 100%;
     border: 1px solid #dedede;
     padding: 20px 10px;
     box-sizing: border-box;
     border-radius: 5px;
     outline: none;
}
 .main-certificat-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-certificat-form .form-item .attach.name:before{
     content: "\f007";
}
 .main-certificat-form .form-item .attach.phone:before{
     content: "\f3cd";
     font-weight:600;
}
 .main-certificat-form .form-item .attach.category:before{
     content: "\f3ff";
     font-weight:600;
}
 .main-certificat-form .form-item .attach{
     position:relative;
}
 .main-certificat-form button{
     background: #5dc644;
     border: none;
     padding: 20px 75px;
     color: #fff;
     font-weight: 600;
     font-size: 16px;
     border-radius: 3px;
     cursor: pointer;
     border: 2px solid #5dc644;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3;
     transition: all 0.3s;
     outline: none;
     margin: 30px 0 35px;
}
 .main-certificat-form button:hover{
     border-color: #5dc644;
     color: #5dc644;
     background: #fff;
}
 .main-certificat-form .form-item{
     float: none;
     width: 100%;
     max-width: 100%;
     margin: 0 0 20px;
}
 .main-certificat-form .form-item input{
     height: 50px;
     width: 100%;
     border: 2px solid #b9bbc1;
     padding: 0 20px 0 80px;
     box-sizing: border-box;
}
 .main-certificat-form{
     background: #fff;
     padding: 40px 120px 40px;
     max-width: 1380px;
     margin-left: -690px;
}
 .main-certificat-form ul{
     padding: 0;
}
 .main-certificat-form .close{
     position: absolute;
     right: 20px;
     top: 15px;
     color: #cccccc;
     text-decoration: none;
     font-size: 30px;
}
 .main-certificat-form .ui-selectmenu-button.ui-button{
     margin: 0;
     border: 2px solid #b9bbc1;
     border-radius: 0;
     height: 50px;
     padding: 0 20px;
}
 .main-certificat-form .ui-selectmenu-icon.ui-icon{
     margin-top: 15px;
}
 .main-certificat-form .ui-selectmenu-text{
     line-height: 48px;
     color: #b8b8b8;
     font-weight: 400;
     padding-left: 60px;
}
 .main-certificat-form .ui-button .ui-icon {
     background-image: url(../images/icon-arrow-new.png);
}
 .main-certificat-form .ui-button.ui-selectmenu-button-open .ui-icon {
     background-image: url(../images/icon-arrow-new-reverse.png);
}
 .certificat-bottom-text{
     font-size: 32px;
     font-weight: 600;
     margin: 0 0 30px;
     padding: 60px 0 0;
     border-top: 1px solid #d5d5d5;
}
 .certificat-bottom-list{
     color: #989898;
     line-height: 32px;
}
 .image-loader-btn-block{
     margin: 10px 0 0;
}
 .image-loader-btn-block .td{
     padding:0;
}
 .image-loader-btn-block .descr{
     font-size: 14px;
     color: #787878;
     line-height: 20px;
     text-align: left;
     padding-left: 10px;
}
 .image-loader-btn-block .image-load-btn{
     width: 180px;
     display: block;
     text-align: center;
     line-height: 40px;
     background: #5dc644;
     color: #fff;
     border-radius: 3px;
     text-decoration: none;
     cursor: pointer;
}
 .image-loader-btn-block .image-theme-btn{
     float: left;
     width: 180px;
     text-align: center;
     line-height: 40px;
     background: #fff;
     color: #1d1d1d;
     border: 1px solid #c0c0c0;
     border-radius: 5px;
     vertical-align: middle;
     text-decoration: none;
     cursor: pointer;
}
 .image-loader-btn-block .td:first-child{
     width: 180px;
}
 .main-theme-form .block-left{
     width: 25%;
     padding: 0;
     box-sizing: border-box;
     display: block;
     margin-bottom: 40px;
}
 .main-theme-form .block-right{
     width: 75%;
     padding: 0 20px 0 70px;
     box-sizing: border-box;
     display: block;
     margin-bottom: 40px;
}
 .main-theme-form .block-right img{
     max-width:100%;
}
 .main-theme-form .close {
     position: absolute;
     right: 20px;
     top: 0;
     color: #cccccc;
     text-decoration: none;
     font-size: 30px;
}
 .main-theme-form-list{
     padding-right: 50px;
     margin: 0 0 30px;
}
 .theme-form-list-item{
     display: inline-block;
     width: 140px;
     height: 140px;
     margin-right: 15px;
     margin-bottom: 15px;
     padding: 10px;
     box-sizing: border-box;
     border: 1px solid #dcdcdc;
     vertical-align: top;
     cursor: pointer;
}
 .theme-form-list-item.active{
     border:3px solid #5dc644;
}
 .main-theme-form .btn{
     background:#5dc644;
     border-color:#5dc644;
    ;
     color:#fff;
}
 .main-theme-form .btn:hover{
     background:#5dc644cc;
}
 .main-certificat-form .result-image img{
     width:100%;
}
 .certificat-result{
     padding: 10px 0 50px;
     color: #33af0d;
     font-weight: 600;
}
