﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1em;
    font-family: 'PT Sans', 'PT Sans Narrow', sans-serif;
    color: rgba(0,0,0,0.8);
    position: relative;
    /*overflow-x: hidden;*/
}
html, body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
ol, ul {
    list-style: none;
    margin: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
    font: 16px/28px 'PT Sans';
}
a{
    color: #6f60bd;
    font: inherit;
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #ffc529;
}
.news-one a{
    text-decoration: underline;
}
.news-one a:hover{
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
    border: none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html * { max-height:999999px; }

.all-content{
    display: block;
    min-height: 100%;
    font-size: 0;
}

.wrap{
    display: block;
    width: 1190px;
    margin: 0 auto;
    position: relative;
}
.plug-top{
    display: block;
    position: absolute;
    width: 100%;
    height: 265px;
    background: rgb(21,20,82);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MTQ1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzUyM2JhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ExNjdkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2QzODVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2ZmZDRmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(21,20,82,1) 0%, rgba(82,59,161,1) 40%, rgba(161,103,222,1) 65%, rgba(211,133,244,1) 79%, rgba(255,212,246,1) 92%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(21,20,82,1) 0%,rgba(82,59,161,1) 40%,rgba(161,103,222,1) 65%,rgba(211,133,244,1) 79%,rgba(255,212,246,1) 92%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(21,20,82,1) 0%,rgba(82,59,161,1) 40%,rgba(161,103,222,1) 65%,rgba(211,133,244,1) 79%,rgba(255,212,246,1) 92%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151452', endColorstr='#ffffff',GradientType=0 );
}
h1{
    font: bold 36px/50px 'PT Sans Narrow';
}
.news-one h1{
    font: bold 42px/50px 'PT Sans Narrow';
}
h2{
    font: bold 36px/40px 'PT Sans Narrow';
    margin: 0 0 26px 0;
}
.news-one h2{
    font: bold 30px/40px 'PT Sans Narrow';
}
h3{
    font: bold 28px/40px 'PT Sans Narrow';
}
h4{
    font: bold 22px/30px 'PT Sans Narrow';
}
h5{
    font: bold 20px/30px 'PT Sans Narrow';
}
h6{
    font: 16px/30px 'PT Sans';
}
p, li{
    font: 16px/28px 'PT Sans';
}
.news-one p{
    font: 16px/30px 'PT Sans';
    margin: 0 0 20px 0;
}
i, em{
    font: italic 16px/28px 'PT Sans';
}
.news-one i, .news-one em{
    font: italic 18px/36px 'PT Sans';
}
b, strong{
    font: bold 16px/28px 'PT Sans';
}
time{
    font: 14px/20px 'PT Sans';
    color: rgba(0,0,0,0.4);
}
.news-one time{
    font: 12px/22px 'PT Sans';
}
time span{
    display: inline-block;
    margin: 0 20px;
}
.news-one time span{
    margin: 0 10px;
}
.news-one table{
    width: 100%;
    margin: 0 0 40px 0;
}
.news-one table thead{
    background: #f2e8ff;
}
.news-one th, .news-one td{
    font: 16px/30px 'PT Sans';
    padding: 9px 12px;
}
.news-one th:first-child, .news-one td:first-child{
    padding: 9px 12px 9px 24px;
}
.news-one th:last-child, .news-one td:last-child{
    padding: 9px 24px 9px 12px;
}
.news-one tr{
    border-bottom: 1px solid #f2e8ff;
}
.news-one img{
    display: inline-block;
    vertical-align: top;
    /* float: left; */
    margin: 8px 36px 10px 0;
}
small{
    font: 12px/20px 'PT Sans';
}
.news-one q{
    font-style: italic;
}
.news-one blockquote{
    display: block;
    margin: 0 0 20px 0;
    padding: 0 60px;
    font: 24px/40px 'PT Sans';
    position: relative;
}
.news-one blockquote i{
    display: block;
    font: italic 14px/40px "PT Sans";
    color: rgba(51, 51, 51, 0.4);
}
.news-one blockquote:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '«';
    color: #6f60bd;
    font: 60px/30px "PT Sans";
}
.news-one blockquote:after{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    content: '»';
    color: #6f60bd;
    font: 60px/30px "PT Sans";
}
h1, h3, h4, h5, h6{
    margin: 0 0 10px 0;
}
.news-one h1,
.news-one h2,
.news-one h3,
.news-one h4,
.news-one h5,
.news-one h6{
    margin: 0 0 20px 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child{
    margin: 0 0 0 0;
}
img{
    display: block;
}
.header-main{
    display: block;
    position: relative;
    color: #ffffff;
    margin: 0 0 24px 0;
}
.header-main a{
    color: #ffffff;
}
.header-main a:hover{
    color: #ffc529;
}
.heading{
    display: block;
    padding: 30px 0;
    height: 120px;
}
.logo{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    margin: 5px 36px 5px 0;
    height: 50px;
    color: #ffffff !important;
}
.logo-icon{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #161454 url("../img/logo.png") no-repeat center;
    margin: 0 25px 0 0;
}
.logo-18{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #161454 url("../img/logo-18.png") no-repeat center;
    margin: 0 25px 0 0;
}
.logo-text{
    display: inline-block;
    vertical-align: top;
    font: bold 30px/50px 'PT Sans Narrow';
}
.promo{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    margin: 2px 36px 0 0;
}
.promo-img{
    display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 54px;
    background: #7767a0;
    margin: 0 10px 0 0;
}
.promo-img div{
    display: table-cell;
    vertical-align: middle;
    width: 72px;
    height: 54px;
}
.promo-img img{
    display: block;
    margin: 0 auto;
    max-width: 72px;
    max-height: 54px;
}
.promo-text{
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin: -7px 0 0 0;
    font: 14px/24px 'PT Sans';
}
.rb-header{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    margin: 2px 0 0 0;
}
.header-bottom{
    display: block;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.menu{
    display: inline-block;
    height: 60px;
    width: 985px;
    margin: 0 0 0 -25px;
    background: transparent;
}
.menu ul{
    display: block;
}
.menu ul li{
    display: inline-block;
    vertical-align: top;
}
.menu ul li a {
   display: block;
   height: 60px;
   margin: 0px 20px;
   padding: 0 5px;
   font: 18px/60px 'PT Sans Narrow';
}
.menu ul li a:hover{
    color: #ffc529;
}
.menu ul li.active a{
    border-bottom: 2px solid #ffc529;
    color: #ffc529;
}
.header-search{
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 60px;
    position: relative;
    margin: -1px 0 0 0;
}
.header-search:hover{
    cursor: pointer;
}
.header-search input{
    display: none;
    width: 230px;
    height: 60px;
    font: 18px/60px 'PT Sans Narrow';
    border: none;
    background: transparent;
    border-bottom: 2px solid #ffc529;
    padding: 0 5px;
}
.header-search input::-webkit-input-placeholder {
    font: 18px/60px 'PT Sans Narrow';
    color: rgba(255,255,255,0.8);
}
.header-search input::-moz-placeholder {
    font: 18px/60px 'PT Sans Narrow';
    color: rgba(255,255,255,0.8);
}
footer .header-search input::-webkit-input-placeholder {
    font: 18px/60px 'PT Sans Narrow';
    color: rgba(51,51,51,0.8);
}
footer .header-search input::-moz-placeholder {
    font: 18px/60px 'PT Sans Narrow';
    color: rgba(51,51,51,0.8);
}
.search{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 5px;
}
.search span{
    position: absolute;
    top: 15px;
    right: 1px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    border: none;
}
footer .search span{
    background: #6574c0;
}
/* .search.active span{
    background: #ffc529;
    width: 19px;
    height: 19px;
    top: 15px;
    right: -4px;
} */
.search span:before,
.search span:after {
    content: '';
    position: absolute;
    display: block;
}
.search span:before {
    width: 10px;
    height: 10px;
    background: #8859cd;
    border-radius: 6px;
    margin: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
footer .search span:before{
    background: #ffffff;
}
.search span:after {
   width: 2px;
   height: 7px;
   background: #ffffff ;
   border-radius: 4px;
   margin: 10px 0 0 13px;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
footer .search span:after{
    background: #6574c0;
}
/* .search.active span:before, .search.active span:after {
    background: #8859cd;
    width: 1px;
    height: 9px;
    margin: 5px 0 0 9px;
} */
.rb-top-content{
    display: block;
    margin: 0 0 20px 0;
    background: #f2f2f2;
}
.rb-top-content-left {
   display: inline-block;
   vertical-align: top;
   width: 1040px;
   min-height: 60px;
}
.rb-top-content-right{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 60px;
    padding: 8px 0 0 60px;
    background: url("../img/arrow-l.svg") no-repeat 24px center;
    font: 16px/20px "PT Sans Narrow";
}
.left-content{
    width: 780px;
    display: inline-block;
    vertical-align: top;
    margin: 0 36px 0 0;
}
.right-content{
    width: 372px;
    display: inline-block;
    vertical-align: top;
}
.content{
    display: block;
    padding: 0 0 60px 0;
}
.news-big {
   display: block;
   position: relative;
   margin: 0 0 50px 0;
   height: auto;
   overflow: hidden;
   max-height: 576px;
}
.news-big-img img {
   display: block;
   margin: 0 auto;
   width: 780px;
}
.news-big-img div{
   display: block;
   vertical-align: middle;
   width: 780px;
   height: auto;
}
/* .news-big-img img{
   display: block;
   margin: 0 auto;
   width: 780px;
   max-height: 576px;
} */
.news-big-text{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg-news-big.png") repeat-x bottom left;
}
.news-big-text-bottom{
   display: block;
   position: absolute;
   width: 100%;
   bottom: 0;
   left: 0;
   padding: 0 36px 100px 36px;
}
.news-big-text h1{
    margin-bottom: 10px;
}
.news-big-text h1 a{
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(18,24,82,0.6);
}
.news-big-text h1 a:hover{
    color: #ffc529;
}
.tags{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    height: 24px;
    min-width: 96px;
    border: 1px solid #ffc529;
    font: 14px/18px "PT Sans Narrow";
    color: #ffc529;
    margin: 0 20px 20px 0;
    text-align: center;
    text-decoration: none !important;
}
.tags-event{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    height: 24px;
    min-width: 96px;
    border: 1px solid #ffffff;
    font: 14px/18px "PT Sans Narrow";
    color: #ffffff;
    margin: 0 20px 20px 0;
    text-align: center;
    opacity: 0.3;
    text-decoration: none !important;
}
.tags-event:hover{
    opacity: 1;
    color: #ffffff;
}
.tags:last-child, .tags-event:last-child{
    margin: 0 20px 0 0;
}
.news-big-text time{
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
}
.news-main{
    display: block;
    margin: 0 0 40px 0;
}
.news-main:last-child{
    margin: 0;
}
.news-main-img{
    display: inline-block;
    vertical-align: top;
    width: 168px;
    background: #ebebeb;
    overflow: hidden;
    margin: 0 24px 0 0;
}
.news-main-img img{
    display: block;
    margin: 0 auto;
    max-width: 168px;
    max-height: 170px;
}
.news-main-text{
    display: inline-block;
    vertical-align: top;
    width: 588px;
    padding: 3px 0 0 0;
}
.last-news{
    display: block;
    padding: 0 0 0 36px;
    border-left: 1px solid rgba(18, 24, 82, 0.2);
    margin: 0 0 48px 0;
}
.one-last-news{
    display: block;
    margin: 0 0 36px 0;
}
.one-last-news time{
    font: 12px/20px "PT Sans";
    margin: 0 0 5px 0;
}
.one-last-news h5{
    margin-bottom: 20px;
}
.btn-gray{
    display: block;
    width: 100%;
    height: 48px;
    background: #f2f2f2;
    text-align: center;
    font: 16px/46px 'PT Sans Narrow';
    position: relative;
    overflow: hidden;
}
.btn-gray:before, .btn-gray:after{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-gray:before, .btn-gray:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.btn-gray:before {
    left: 50%;
}
.btn-gray:after {
    right: 50%;
}
.btn-gray:hover {
    color: #fff;
    background-color: transparent;
}
.btn-gray:hover:before, .btn-gray:hover:after {
    width: 50%;
    opacity: 1;
}
.btn-gray:before, .btn-gray:after {
    background-color: #6f60bd;
}
.rb-right-content{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    border: 1px solid #d0d1dc;
    padding: 30px 36px 54px 36px;
    position: relative;
    margin: 0 0 36px 0;
}
.rb-right-content-top{
    display: block;
    margin: 0 0 18px 0;
}
.rb-right-content-bottom{
    display: block;
    padding: 0 36px 0 0;
    background: url("../img/arrow-r.svg") no-repeat right center;
    height: 72px;
    width: 100%;
    font: 16px/72px "PT Sans Narrow";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 36px;
}
.center{
    text-align: center;
}
.poster{
    display: block;
    background: #3c2577;
    padding: 40px 0 46px 0;
    color: #ffffff;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 0;
}
.poster h3{
    margin: 0 0 36px 0;
}
.star-icon{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 15px;
    background: url("../img/star.svg") no-repeat center;
    margin: 0 18px;
}
.nav-events{
    display: block;
    text-align: center;
    height: 48px;
    margin: 0 0 46px 0;
}
.nav-events-select{
    display: inline-block;
    vertical-align: top;
    width: 192px;
    margin: 0 5px;
}
.nav-events-select .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background: transparent;
    white-space: nowrap;
    padding: 0 10px;
    font: 16px/44px "PT Sans Narrow";
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    width: 192px;
    position: relative;
    height: 48px;
}
.nav-events-select .btn:hover{
    background: #ffffff;
    color: #3c2577;
}
.nav-events-select .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-events-select .caret {
    display: block;
    position: absolute;
    width: 32px;
    height: 46px;
    margin-left: 0;
    vertical-align: middle;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    top: 0;
    right: 0;
    background: url("../img/arrow-down.svg") no-repeat center;
}
.nav-events-select .dropup .caret, .nav-events-select .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 0;
    content: "";
    background: url("../img/arrow-up.svg") no-repeat center;
}
.nav-events-select:hover .dropup .caret, .nav-events-select:hover .navbar-fixed-bottom .dropdown .caret{
    background: url("../img/arrow-up-violet.svg") no-repeat center;
}
.nav-events-select .open .caret, .nav-events-select:hover .caret, .btn-default:focus .caret, .btn-default.focus .caret{
    background: url("../img/arrow-down-violet.svg") no-repeat center;
}
.nav-events-select .open.dropup .caret, .nav-events-select:hover .dropup .caret, .btn-default:focus.dropup .caret, .btn-default.focus.dropup .caret{
    background: url("../img/arrow-up-violet.svg") no-repeat center;
}
.dropdown-menu.open {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 240px;
    width: 240px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #333;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    background: #ffffff;
    border: 1px solid transparent;
    color: #3c2577;
}
.nav-events-select .dropdown-menu ul{
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.nav-events-select .glyphicon.glyphicon-ok.check-mark{
    display: none;
}
.nav-events-select .dropdown-menu ul li a {
   padding: 10px;
   font: 16px/28px "PT Sans Narrow";
   border-bottom: 1px solid rgba(60,37,119,0.2);
   text-decoration: none;
}
.nav-events-select .dropdown-menu ul li a:hover{
    background: #ebb24f;
    color: #ffffff;
    cursor: pointer;
}
.nav-events-select .pull-left{
    margin: -1px 0 0 0;
}
.days-events{
    display: inline-block;
    vertical-align: top;
    width: 336px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}
.one-day-event{
    display: inline-block;
    vertical-align: top;
    height: 48px;
    margin: -1px;
    min-width: 96px;
    padding: 0 20px;
    font: 16px/44px "PT Sans Narrow";
    color: #ffffff;
    position: relative;
}
.one-day-event.active{
    background: #ffffff;
    color: #333;
}
.one-day-event:hover{
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.one-day-event:after{
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 28px;
    background: #9e92bb;
    top: 10px;
    right: 0;
}
.one-day-event:last-child:after, .one-day-event.active:after{
    display: none;
}
.btn-orange-border {
   display: inline-block;
   vertical-align: top;
   width: 168px;
   height: 48px;
   border: 1px solid #ffc529 ;
   color: #ffc529 ;
   font: 16px/44px 'PT Sans Narrow';
   margin: 0 5px;
   position: relative;
   overflow: hidden;
   text-align: center;
   background: transparent;
}
.btn-orange-border:before, .btn-orange-border:after{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-orange-border:before, .btn-orange-border:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.btn-orange-border:before {
    left: 50%;
}
.btn-orange-border:after {
    right: 50%;
}
.btn-orange-border:hover {
    color: #fff;
}
.btn-orange-border:hover:before, .btn-orange-border:hover:after {
    width: 50%;
    opacity: 1;
}
.btn-orange-border:before, .btn-orange-border:after {
    background-color: #ffc529;
}
#slides{
    display: inline-block;
    position: relative;
    width:1190px;
    height:555px;
}
#slides .slides_container {
    width:1190px;
    height:515px;
    display:none;
}
#slides .slides_container-div {
    width:1226px;
    height:515px;
    display:block;
    margin: 0 -18px;
}
#slides .pagination{
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 12px;
    text-align: center;
}
#slides .pagination li{
    display: inline-block;
    vertical-align: top;
}
#slides .pagination li a{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    background: #5b478c;
    padding: 0;
    margin: 0 5px;
    border: none;
}
#slides .pagination li a:hover{
    background: #ffffff;
}
#slides .pagination li.current a{
    background: #ffc529;
}
.one-event{
    display: inline-block;
    vertical-align: top;
    width: 576px;
    margin: 0 18px;
}
.one-event-img{
    display: inline-block;
    vertical-align: top;
    width: 168px;
    background: #ebebeb;
    margin: 0 24px 0 0;
}
.one-event-text{
    display: inline-block;
    vertical-align: top;
    width: 384px;
    max-height: 520px;
    overflow: hidden;
    margin: -5px 0 0 0;
}
.one-event-h4{
    margin: 0 0 15px 0;
}
.one-event-h4 a{
    color: #fada2c;
}
.one-event-h4 a:hover{
    color: #ffc529;
}
.one-event-h4 span {
   font: 16px/30px "PT Sans";
   color: #806bb4 ;
   padding: 0 0 0 5px;
}
.genre{
    display: inline-block;
    vertical-align: top;
    max-width: 260px;
    min-height: 24px;
    padding: 0 0 0 40px;
    background: url("../img/video.svg") no-repeat left center;
    font: 14px/22px "PT Sans Narrow";
    color: rgba(255, 255, 255, 0.3);
}
.event-characteristic{
    display: block;
    min-height: 80px;
    margin: 0 0 14px 0;
}
.event-characteristic-name{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    color: #806bb4;
}
.event-description{
    display: block;
}
.event-description-name{
    display: block;
    color: #806bb4;
}
.event-description-text{
    display: block;
}

.announcement {
   display: inline-block;
   vertical-align: top;
   width: 372px;
   margin: 0 36px 0 0;
   height: 658px;
   padding: 0 0 60px 0;
   position: relative;
}
.right-content .announcement{
    padding: 0 0 0 36px;
    border-left: 1px solid rgba(18, 24, 82, 0.2);
    margin: 0 0 48px 0;
}
.right-content .announcement:last-child,
.right-content .lady-main:last-child,
.last-news:last-child, .ptomo:last-child{
    margin-bottom: 0;
}
.announcement-wrap {
   display: block;
   height: 460px;
   position: relative;
   overflow: hidden;
}



.one-announcement{
    display: block;
    margin: 0 0 40px 0;
}
.announcement h3{
    margin: 0 0 40px 0;
}
.one-announcement-a{
    font: 16px/24px "PT Sans Narrow";
    display: block;
    margin: 5px 0 0 0;
}
.announcement-plug{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.announcement .btn-gray{
    position: absolute;
    bottom: 0;
    width: 336px;
}
.promo{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    max-height: 700px;
    margin: 2px 36px 0 0;
}

.promo img {
    max-width: 100%;
    min-height: 100px;
    display: block;
    margin: 0 auto;
}

.right-content .promo {
    margin: 10px 36px 36px 0;
}

.lady-main{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 372px;
    height: 640px;
    border: 4px solid #ffc529;
    margin: 18px 36px 0 0;
    padding: 0 20px;
    text-align: center;
}
.right-content .lady-main{
    margin: 38px 36px 36px 0;
}
.crown-icon{
    display: block;
    width: 24px;
    height: 20px;
    background: url("../img/crown.svg") no-repeat center;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -12px;
    top: -46px;
}
.lady-main h3 {
   display: inline-block;
   padding: 0 30px;
   background: #ffffff ;
   margin: -25px 0 30px 0;
}
.lady-main-img {
    display: block;
    width: 324px;
    margin: 0 0 24px 0;
    position: relative;
    overflow: hidden;
    max-height: 490px;
}
.lady-main-img img {
   width: 324px;
   height: auto;
   margin: 0 auto;
}
.lady-main-text{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/bg-lady-main.png") repeat-x bottom;
    bottom: 0;
}
.lady-main-text h4{
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(18,24,82,0.6);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 16px;
}
.rb-right-content.rb-680{
	padding-bottom: 54px;
    margin: -22px 0 0 0;
}
.footer-top{
    display: block;
    height: 60px;
    border-bottom: 1px solid rgba(18, 24, 82, 0.2);
    border-top: 1px solid rgba(18, 24, 82, 0.2);
}
.footer-main{
    display: block;
    font-size: 0;
    height: 240px;
    margin: -240px 0 0 0;
    position: relative;
}
/*longcat*/
.longcat{
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 360px;
    text-align: right;
    padding: 10px 0 0 0;
    margin: 20px 0 0 0;
}
.longcat p{
    display: inline-block;
    margin: 0 20px 0 0;
    font: 14px/24px 'pt sans';
    max-width: 280px;
}
.longcat p a{
    display: block;
    font: 18px/24px "PT Sans Narrow";
}
.longcat-img{
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 60px;
    margin: -9px 0 0 0;
}
/**/
.footer-bottom{
    display: block;
    padding: 30px 0 40px 0;
    width: 1226px;
    margin: 0 -18px;
}
.footer-col .logo-icon{
    background: #7767a0 url(../img/logo.png) no-repeat center;
    margin: 0 15px 0 0;
}
.footer-col{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    margin: 0 18px;
}
.footer-col p{
    font: 14px/24px "PT Sans";
    color: #666;
}
.footer-col-min{
    display: inline-block;
    vertical-align: top;
    width: 300px;
}
.link-footer{
    display: block;
    font: 18px/24px "PT Sans Narrow";
    margin: 24px 0 0 0;
}
.breadcrumbs-main{
    display: block;
    margin: 0 0 10px 0;
}
.breadcrumbs-main li{
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs-main li a{
    font: bold 16px/20px 'PT Sans Narrow';
    padding: 0 20px 0 0;
    margin: 0 14px 0 0;
    background: url("../img/arrow-r-min.svg") no-repeat right center;
}
.breadcrumbs-main li:last-child a{
   background: none;
   color: rgba(0,0,0,0.4);
   cursor: default;
}
.news-one ul {
    list-style: inherit;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
.news-one ol {
    list-style-type: decimal;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
.news-img{
    display: block;
    /* background: #ebebeb; */
    margin: 0 0 24px 0;
}
.news-img img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 520px;
    clear: both !important;
    float: none !important;
}
.ss-block{
    display: inline-block;
    vertical-align: top;
    margin: 0 36px 0 -1px;
}
.ss-block p{
    display: inline-block;
    vertical-align: top;
    width: 172px;
    height: 48px;
    margin: 0 1px;
    background: #6f60bd;
    font: bold 16px/46px "PT Sans Narrow";
    color: #ffffff;
    text-align: center;
}
.news-one{
    display: block;
    margin: 0 0 60px 0;
	font: 16px/30px 'PT Sans';
}
.ss-block button{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    margin: 0 1px;
    border: none;
}
.ss-vk{
    background: #507299 url("../img/ss-vk.svg") no-repeat center;
}
.ss-fc{
    background: #3b5998 url("../img/ss-fc.svg") no-repeat center;
}
.ss-tw{
    background: #55acee url("../img/ss-tw.svg") no-repeat center;
}
.ss-od{
    background: #ee8208 url("../img/ss-od.svg") no-repeat center;
}
.ss-vk:hover{
    background: #5b86b8 url("../img/ss-vk.svg") no-repeat center;
}
.ss-fc:hover{
    background: #3f5fa1 url("../img/ss-fc.svg") no-repeat center;
}
.ss-tw:hover{
    background: #6fbffb url("../img/ss-tw.svg") no-repeat center;
}
.ss-od:hover{
    background: #ffa137 url("../img/ss-od.svg") no-repeat center;
}
.author{
    display: inline-block;
    height: 48px;
    line-height: 26px;
    padding: 10px 0;
}
.author span{
    display: inline-block;
    margin: 0 10px 0 0;
}
.author a{
    text-decoration: none;
}
.hFooter{
    display: block;
    width: 100%;
    height: 240px;
}
.bottom-content{
    display: block;
    margin: 0 0 60px 0;
}

.news-one #slides{
  display: inline-block;
  position: relative;
  width: 400px;
  height:600px;
}
.news-one #slides .slides_container {
  width: 400px;
  height:600px;
  display:none;
}
.news-one #slides .slides_container div {
  width:415px;
  height:600px;
  display:block;
  margin: 0;
}
.news-one #slides .pagination {
   display: block;
   position: absolute;
   bottom: -30px;
   margin: 0;
   width: 100%;
   height: 12px;
   text-align: center;
   z-index: 10;
   padding: 0;
}
.news-one div {
   font: 16px/28px 'PT Sans';
}
.info_slider {
   display: none;
}
.tab.visible .days-events{
   display: inline-block;
   vertical-align: top;
   width: auto;
   height: 48px;
   border: 1px solid rgba(18, 24, 82, 0.2);
   margin: 10px 0 30px 0;
}
.tab.visible .one-day-event{
   display: inline-block;
   vertical-align: top;
   height: 48px;
   margin: -1px;
   min-width: 96px;
   padding: 0 20px;
   font: 16px/44px "PT Sans Narrow";
   color: #6f60bd ;
   position: relative;
   text-align: center;
   border: 1px solid transparent;
}
.tab.visible .one-day-event:hover {
   background: rgba(18, 24, 82,0.2);
   color: #fff;
}
.tab.visible .one-day-event:after{
   display: block;
   position: absolute;
   content: '';
   width: 1px;
   height: 28px;
   background: #9e92bb ;
   top: 10px;
   right: 0;
}
.tab.visible .one-day-event:last-child:after, .tab.visible .one-day-event.active:after {
   display: none;
}
.tab.visible .one-day-event.active {
   background: #ffffff ;
   color: #333;
   border: 1px solid #ffc529 ;
}

.phone {
   font: bold 16px/28px 'PT Sans';
   color: #6f60bd ;
}

.phone span {
   color: #333;
}

.price {
   font: bold 16px/28px 'PT Sans';
   color: #6f60bd ;
}

.price span {
   color: #333;
}

.price img {
   display: inline-block;
   vertical-align: top;
   margin: 4px 0 0 8px;
}
.announcement .btn-orange-border{
   display: block;
   vertical-align: top;
   width: 100%;
   height: 48px;
   border: 1px solid #ffc529 ;
   color: #ffc529 ;
   font: 16px/44px 'PT Sans Narrow';
   margin: 10px 0;
   position: relative;
   overflow: hidden;
   text-align: center;
}
.announcement  .btn-orange-border:hover {
   color: #fff;
}
.ads-write label {
   display: inline-block;
   vertical-align: top;
   width: 170px;
   margin: 0 0 20px 0;
}

label.ads-type-5 {
   width: 130px;
   margin: 0 0 20px 40px;
}

.ads-write input[type="file"] {
   display: inline-block;
   vertical-align: top;
}
.news-one textarea {
   display: inline-block;
   vertical-align: top;
   width: 400px;
   height: 100px;
   border: 1px solid rgba(18, 24, 82, 0.2);
   margin: 0;
   resize: none;
   padding: 5px 10px;
}

.news-one input[type="text"] {
   display: inline-block;
   vertical-align: top;
   width: 400px;
   border: 1px solid rgba(18, 24, 82, 0.2);
   margin: 0 0 20px 0;
   resize: none;
   padding: 5px 10px;
}
.news-one .nav-events-select{
   display: inline-block;
   vertical-align: top;
   width: 192px;
   margin: 0 0 20px 0;
}
.news-one .nav-events-select .btn {
   display: inline-block;
   margin-bottom: 0;
   font-weight: normal;
   text-align: center;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   cursor: pointer;
   background: transparent;
   white-space: nowrap;
   padding: 0 10px;
   font: 16px/44px "PT Sans Narrow";
   border-radius: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 1px solid rgba(18, 24, 82, 0.2);
   color: #3c2577 ;
   width: 192px;
   position: relative;
   height: 48px;
}
.news-one .nav-events-select .btn:hover{
   background: #ffffff ;
   color: #3c2577 ;
}
.news-one .nav-events-select .btn-group.open .dropdown-toggle {
   -webkit-box-shadow: none;
   box-shadow: none;
}
.news-one .nav-events-select .caret {
   display: block;
   position: absolute;
   width: 32px;
   height: 46px;
   margin-left: 0;
   vertical-align: middle;
   border-top: 0;
   border-right: 0;
   border-left: 0;
   top: 0;
   right: 0;
   background: url("../img/arrow-down-violet.svg") no-repeat center;
}
.news-one .nav-events-select .dropup .caret, .news-one .nav-events-select .navbar-fixed-bottom .dropdown .caret {
   border-top: 0;
   border-bottom: 0;
   content: "";
   background: url("../img/arrow-up-violet.svg") no-repeat center;
}
.news-one .nav-events-select:hover .dropup .caret, .news-one .nav-events-select:hover .navbar-fixed-bottom .dropdown .caret{
   background: url("../img/arrow-up-violet.svg") no-repeat center;
}
.news-one .nav-events-select .open .caret, .news-one .nav-events-select:hover .caret, .btn-default:focus .caret, .btn-default.focus .caret{
   background: url("../img/arrow-down-violet.svg") no-repeat center;
}
.news-one .nav-events-select .open.dropup .caret, .news-one .nav-events-select:hover .dropup .caret, .btn-default:focus.dropup .caret, .btn-default.focus.dropup .caret{
   background: url("../img/arrow-up-violet.svg") no-repeat center;
}
.news-one .btn-orange-border {
   display: inline-block;
   vertical-align: top;
   width: 168px;
   height: 48px;
   border: 1px solid #ffc529 ;
   color: #ffc529 ;
   font: 16px/44px 'PT Sans Narrow';
   margin: 20px 0;
   position: relative;
   overflow: hidden;
   text-align: center;
   background: transparent;
}
.news-one .btn-orange-border:hover {
   color: #fff;
}
.time {font: bold 16px/28px 'PT Sans';color: #6f60bd ;}

.calendar {
   font: bold 16px/28px 'PT Sans';
   color: #6f60bd ;
}

.place {
   font: bold 16px/28px 'PT Sans';
   color: #6f60bd ;
}
.subplace {
   font: bold 16px/28px 'PT Sans';
   color: #6f60bd ;
}
.period {
   font: bold 16px/28px 'PT Sans';
   color: #6f60bd ;
}

.news-one table p {
   font: 16px/30px 'PT Sans';
   margin: 0;
}
.ss-block a {
   text-decoration: none;
}
.metrika a {
   display: inline-block;
   margin: 0 3px 0 0;
}

.metrika {
   margin: 20px 0 0 0;
   display: block;
   height: 30px;
}
.bottom-content .announcement .btn-orange-border {
   width: 336px;
}
.news-big-tags{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 36px;
    z-index: 2;
}

.news-big-text h1{
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(18,24,82,0.6);
}
.news-big-text:hover h1{
    color: #ffc529;
}

.news-big-tags time{
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
}
.news-one #slides .pagination li a:hover{
   background: rgba(91,71,140,0.5);
}
.pager ul li a {
   text-decoration: none;
   font-size: 18px;
   color: #6574c0 ;
}
.pager li>a:hover, .pager li>a:focus {
   text-decoration: none;
   background-color: transparent;
}

.pager li>a, .pager li>span {
   display: inline-block;
   padding: 0;
   background-color: transparent;
   border: navajowhite;
   border-radius: 15px;
}
.object_hidden {
	overflow:hidden;
}

.banners3 {
    max-width:1040px;
    min-height:60px;
}
.banners2 {
	max-width:372px;
	max-height:55px;
}
.banners1 {
	max-width:372px;
	max-height:65px;
}
.cinema-l{
   display: inline-block;
   vertical-align: middle;
   width: 20px;
   height: 20px;
   background: url("/data/img/arrow-kino-l.svg") no-repeat center;
   margin: 0 10px 0 0;
   border: 1px solid #fff;
   opacity: 0.3;
}
.cinema-r{
   display: inline-block;
   vertical-align: middle;
   width: 20px;
   height: 20px;
   background: url("/data/img/arrow-kino-r.svg") no-repeat center;
   margin: 0 0 0 10px;
   border: 1px solid #fff;
   opacity: 0.3;
}
.cinema-l:hover, .cinema-r:hover{
   opacity: 1;
}
.search:hover span{
   background: #ffc529 ;
}
.search:hover span:after{
   background: #ffc529 ;
}

.footer-content {
    display: flex;
}

.promo-first img, .promo-second img{
    width:100%;
    height: 100%;
    object-fit:cover;
}
.promo-third img, .promo-fourth img {
    width:100%;
    height: 100%;
    object-fit:cover;
}

.promo-first, .promo-second{
    width: 355px;
    height: 455px;
    margin: 5px;
}
.promo-third, .promo-fourth {
    width: 450px;
    height: 218px;
    margin: 5px;
}

.horizontal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
}