@charset "utf-8";
.top-white {
    background: #e6e6e6;
    padding: 10px 0 0;
    margin-bottom: 15px;
}

.top-white .title-border h1, .top-white .title-border h2, .top-white .title-border h3, .top-white .title-border h4, .top-white .title-border h5 {
    background: none repeat scroll 0 0 #e6e6e6;
}

.top-white .poster {
    margin-bottom: 20px;
}

.cols {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.cols .item {
    display: block;
    float: left;
    margin-left: 20px;
    width: 300px;
    overflow: hidden;
    background: #fff;
}

.cols .item:first-child {
    margin-left: 0;
}

/*.top-white .cols .item:last-child {*/
/*width: 240px;*/
/*}*/
.cols .item .ill {
    height: 290px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.cols .item .data {
    height: 100px;
    overflow: hidden;
    margin: 0 0 10px 20px;
}

.cols .item .data .name {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
}

.cols .item .data .note {
    display: block;
    height: 24px;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
}

.cols .item .data .line, .concert .item .place .line, .video-block .descr .place .line {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    vertical-align: middle;
    height: auto;
    line-height: 16px;
}

.cols .item .data .line span, .concert .item .place .line span, .video-block .descr .place .line span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 11px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cols .item .data .line span.ico, .concert .item .place .line span.ico, .video-block .descr .place .line span.ico {
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 5px;
}

.cols .item .data .line.time span.ico, .concert .item .place .line.time span.ico, .video-block .descr .place .line.time span.ico {
    background: url(/design/images/icons16x16.png) no-repeat -368px 0;
}

.cols .item .data .line.map span.ico, .concert .item .place .line.map span.ico, .video-block .descr .place .line.map span.ico {
    background: url(/design/images/icons16x16.png) no-repeat -80px 0;
}

.cols .item .data .line.time span, .concert .item .place .line.time span, .video-block .descr .place .line.time span {
    font-weight: 700;
}

.cols .item .bot {
    display: block;
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
    height: 20px;
    padding: 10px 0 10px 20px;
    overflow: hidden;
}

.cols.hide {
    display: none;
}

.bot .buy {
    display: block;
    float: left;
    margin-top: 3px;
    font-weight: 700;
    font-size: 11px;
    vertical-align: middle;
}

.bot .buy span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    text-decoration: underline;
}

.bot .buy:hover span {
    text-decoration: none;
}

.bot .buy span.ico {
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 5px;
    background: url(/design/images/icons16x16.png) no-repeat -368px -16px;
}

/*.top-white .cols .item:last-child .bot .buy span:last-child {*/
/*display: none;	*/
/*}*/
.top-white .tabs a, .tabs.rasp a {
    color: #323232;
    padding: 15px 20px 10px 20px;
    line-height: 1em;
    text-align: center;
}

.top-white .tabs a span, .tabs.rasp a span {
    display: block;
    font-family: 'site-font', Arial, sans-serif;
    font-size: 11px;
}

.top-white .tabs {
    position: relative;
    padding-right: 100px;
}

.top-white .tabs .more {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0;
}

.top-white .tabs .more:hover {
    background: none;
}

.top-white .tabs .more span {
    display: inline-block;
}

.today {
    overflow: hidden;
    margin-left: -20px;
}

.today .item {
    display: block;
    float: left;
    margin: 0 0 20px 20px;
    width: 140px;
    height: 360px;
    background: #fff;
    position: relative;
}

.today .item.big {
    width: 300px;
}

.today .item .ill {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: block;
}

.today .item .descr {
    display: block;
    overflow: hidden;
    padding: 10px 10px 0 20px;
    font-size: 11px;
    height: 100px;
}

.today .item .descr .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2em;
    height: 60px;
    overflow: hidden;
    word-wrap: break-word;
}

.today .item .descr .subinfo {
    height: 30px;
    overflow: hidden;
}

.today .item .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
    padding-left: 20px;
    overflow: hidden;
    height: 30px;
    width: 120px;
}

.today .item.big .bot {
    width: 280px;
}

.today .item .bot .but {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

.today .item .bot .but.time {
    background: url(/design/images/icons16x16.png) no-repeat -384px 0;
}

.today .item .bot .but.time:hover {
    background: url(/design/images/icons16x16.png) no-repeat -384px -16px;
}

.today .item .bot .but.play {
    background: url(/design/images/icons16x16.png) no-repeat -400px 0;
}

.today .item .bot .but.play:hover {
    background: url(/design/images/icons16x16.png) no-repeat -400px -16px;
}

.today .item .bot .buy span:last-child {
    display: none;
}

.today .item.big .bot .buy span:last-child {
    display: inline-block;
}

.concert {
    overflow: hidden;
    margin-left: -20px;
}

.concert .item {
    display: block;
    float: left;
    margin: 0 0 20px 20px;
    overflow: hidden;
    background: #fff;
    width: 460px;
    height: 210px;
}

.concert .item .ill {
    display: block;
    float: left;
    width: 140px;
    height: 210px;
    overflow: hidden;
}

.concert .item .descr {
    display: block;
    float: left;
    width: 280px;
    height: 190px;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    position: relative;
    font-size: 11px;
}

.concert .item .descr .name {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 1.2em;
}

.concert .item .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
    padding-left: 20px;
    overflow: hidden;
    height: 30px;
    width: 300px;
}

.concert .item .place {
    display: block;
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 55px;
    width: 280px;
    overflow: hidden;
}

.inner-trailer {
    display: block;
    overflow: hidden;
    margin: 0 0 20px;
}
.inner-descr {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.inner-descr .ill {
    display: block;
    overflow: hidden;
    float: left;
    width: 140px;
    margin-right: 20px;
}
.inner-descr .ill img {
    width: 100%;
    height: auto;
}
.inner-descr .descr {
    display: block;
    overflow: hidden;
    float: left;
    width: 780px;
}
.inner-descr .descr .descr-cols {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    padding-bottom: 30px;
}
.inner-descr .descr .descr-cols .item {
    display: block;
    float: left;
    width: 380px;
    margin-left: 20px;
    overflow: hidden;
}
.inner-descr .descr .line {
    display: block;
    overflow: hidden;
    padding: 13px 20px;
    border-top: solid 1px #e2e2e2;
}
.inner-descr .descr .line .name {
    display: block;
    float: left;
    width: 100px;
    margin-right: 15px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 700;
}
.inner-descr .descr .line .text {
    display: block;
    float: left;
    width: 225px;
    overflow: hidden;
}
.inner-descr .descr .film-text {
    display: block;
    padding: 0 30px 20px 0;
    font-size: 16px;
    line-height: 1.4em;
}
.inner-descr .descr .bot {
    display: block;
    background: url(/design/images/line-hor.png) repeat-x left top;
    padding-top: 10px;
    padding-left: 20px;
    overflow: hidden;
    height: 30px;
}

.photo-list {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    max-height: 160px;
}

.photo-list .item {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 0 20px 20px;
    width: 140px;
    height: 140px;
}

.tabs.rasp {
    padding-top: 0;
    max-height: 55px;
}

.tabs.rasp a.act, .tabs.rasp a:hover {
    background: #fff;
    color: #323232;
}

.seans-table {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.seans-table .line {
    display: block;
    overflow: hidden;
    background: url(/design/images/line-hor.png) repeat-x left top;
    vertical-align: middle;
    padding: 40px 20px;
}

.seans-table .line:first-child {
    background: none
}

.seans-table .line .name {
    display: inline-block;
    vertical-align: middle;
    width: 290px;
    overflow: hidden;
}

.seans-table .line .name a {
    font-weight: 700;
}

.seans-table .line .name span {
    display: block;
    font-size: 11px;
}

.seans-table .line .time {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    position: relative;
}

.seans-table .line .time.past {
    text-decoration: line-through;
    color: #c7c7c7;
}

.seans-table .line a.time {
    text-decoration: none;
}

.seans-table .line a.time span {
    border-bottom: dotted 1px #323232;
}

.seans-table .line a.time:hover span {
    text-decoration: none;
    border-bottom: none;
}

.seans-table .line .time .ico {
    display: block;
    position: absolute;
    z-index: 10;
    right: -2px;
    top: -5px;
    /*background: url(/design/images/icons16x16.png) no-repeat -352px -16px;*/
    width: 16px;
    height: 16px;
    font-size: 9px;
    /*overflow: hidden;*/
    border: none;
    color: #90b400;
}

.col-wrapper.event {
    padding-top: 30px;
}

.hiddenFields {
    display: none;
}

.inner-trailer iframe {
    width: 100% !important;
    height: 510px !important;
}

/*.hasDatepicker {*/
/*position: absolute;*/
/*right: 0;*/
/*z-index: -1;*/
/*}*/
.hasDatepicker {
    position: absolute;
    right: 0;
    width: 100px !important;
    border: none;
    opacity: 0;
    cursor: pointer;
}

.video-block embed {
    height: 100% !important;
    width: 100% !important;
}

.inner-trailer embed {
    height: 500px;
    width: 100% !important;
}

.video > iframe {
    height: 100%;
    width: 100%;
}

.jcarousel-skin-afisha .name {
    height: 20px;
    overflow: hidden;
}

.film-soc {
    display: inline-block;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
}
.film-soc .soc {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.film-soc .links {
    display: block;
    float: right;
    padding-top: 7px;
}
.event-ill {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.event-ill .event-bg {
    display: block;
    position: absolute;
    height: 120%;
    width: 120%;
    left: -20px;
    top: -20px;
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    box-shadow: inset 0 0 3px #000;
}
.event-data {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    margin-bottom: 20px;
}
.event-data .item {
    display: block;
    float: left;
    margin-left: 20px;
    background: #fff;
    padding: 20px;
    width: 420px;
    overflow: hidden;
    font-size: 13px;
    height: 55px;
}
.event-data .item .day {
    font-size: 28px;
    font-weight: 700;
    height: 38px;
    overflow: hidden;
}
.event-data .item .place-logo {
    display: block;
    float: left;
    width: 50px;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
}
.event-data .item .place-logo img{
    width: 100%;
}
.event-data .item .text {
    display: block;
    height: 20px;
    overflow: hidden;
}
.event-data .item .place-data {
    display: block;
    float: left;
    width: 345px;
    overflow: hidden;
}
.event-data .item .place-data .link {
    display: block;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 700;
}
.event-but {
    display: block;
    text-align: center;
    margin: 40px 0;
}
.event-but .btn {
    padding: 0;
    width: 300px;
}
.event-text {
    font-size: 16px;
    padding-left: 20px;
}
.event-text p {
    line-height: 1.4em;
}
.event-video {
    margin: 30px 0;
    overflow: hidden;
}
.event-video iframe {
    width: 100%;
    height: 550px;
}

.tabs {
    padding-top: 0;
}

/*small limit label on afisha main page*/
.item .limit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #fb661c;
}
.concert .item .limit {
    left: 110px;
}
.concert .item {
    position: relative;
}
/*END OF small limit label on afisha main page*/

.film-list .item {
    position: relative;
}

/* For adult ratings in Europe and US */
.item .limit.NC-17-rating,
.item .limit.G-rating,
.item .limit.PG-rating,
.item .limit.PG-13-rating,
.item .limit.R-rating {
    color: transparent;
}
.item .limit.PG-13-rating, .item .limit.NC-17-rating{
    width: 50px;
    height: 15px;
}
.item .limit.PG-rating{
    width: 38px;
}
.item .limit.G-rating{
    width: 23px;
}

.item .limit.NC-17-rating {
    background: url("../images/ratings-svg/Nc-17.svg") no-repeat center #fff;
}
.item .limit.G-rating {
    background: url("../images/ratings-svg/RATED_G.svg") no-repeat center #fff;
}
.item .limit.PG-rating {
    background: url("../images/ratings-svg/RATED_PG.svg") no-repeat center #fff;
}
.item .limit.PG-13-rating {
    background: url("../images/ratings-svg/RATED_PG-13.svg") no-repeat center #fff;
}
.item .limit.R-rating {
    background: url("../images/ratings-svg/RATED_R.svg") no-repeat center #fff;
}
/* End adult ratings Europe and US */
