@import url('icons.css');
* {
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PT_Sans-Web-Regular_0.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Bold';
    src: url('../fonts/PT_Sans-Web-Bold_0.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Italic';
    src: url('../fonts/PT_Sans-Web-Italic_0.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    src: url('../fonts/PT_Sans-Web-BoldItalic_0.ttf');
    font-display: swap;
}

html, body {
    min-width: 1064px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body.hidden{
    overflow: hidden;
}
.all-wrapper{
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important;
}

body {
    font: 14px 'PT Sans', Arial, sans-serif;
    line-height: 1.4;
    color: #000;
    background: #f6f6f7 url('../imgs/header-bg.jpg') repeat-x center top }
a {
    color: #f16a37;
    text-decoration: none;
    transition: .3s;
}
i, em { font-style:normal; font-family:'PT Sans Italic', Arial, sans-serif;  }
strong, b { font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;  }
a:hover {
    transition: 0s;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}
.wrapper {
    width: 1024px;
    margin: 0 auto;
    position: relative;

}
.element {
    margin: 0 0 64px }
.element h2{
    color:#FFFFFF;
    font-size: 36px;
    height: 50px;
    line-height: 40px;
    font-style: normal;
    font-family: 'PT Sans Bold',Arial,sans-serif;
}
.element-header li {
    margin: 0 1px 0 0;
    float: left;
}
.element-header li.title {
    color: #8554a7;
    font-size: 36px;
    height: 50px;
    line-height: 40px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.cinema .element-header li.title {
    color: #fff }
.cinema .element-header li a {
    background: #6b6781;
    color: #cfcdd5;
}
.element-header li.title .icon {
    width: 34px;
    height: 34px;
    margin: -8px 14px 0 0 }
.element-header li a {
    height: 50px;
    line-height: 50px;
    background: #e5e5e6;
    display: block;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    padding: 0 14px;
    color: #6b6464;
}
.element-header li a:hover {
}
.element-header li.active a {
    color: #fff;
    background: #8554a7;
}
.element-header li a.active:hover {
    opacity: .7;
}
.element-header li.sobitiya a .icon.icon-sobitiya {
    background: url('../imgs/icons/sobytiya_grey.svg') no-repeat;
    margin:-8px 15px 0 1px
}
.element-header li.sobitiya.active a .icon.icon-sobitiya {
    background: url('../imgs/icons/sobytiya_white.svg') no-repeat;
}
.element-header li.nightclubs a .icon.icon-nightclubs {
    background: url('../imgs/icons/cocktail_grey.svg') no-repeat;
    margin: -5px 12px 0 -3px;
    width: 26px;
    height: 25px;}
.element-header li.nightclubs a:hover .icon.icon-nightclubs {
    background: url('../imgs/icons/cocktail_white.svg') no-repeat }
.element-header li.nightclubs.active a .icon.icon-nightclubs {
    background: url('../imgs/icons/cocktail_white.svg') no-repeat }
.element-header .point a {
    font-size: 24px;
    padding:0 14px 0 10px;
}
.element-header .toolbar a {
    font-size: 14px;
    padding: 0 24px;
}
.element-header .toolbar li.active a {
    padding: 0 18px;
}
.element-header .toolbar li:last-child a {
   padding:0 14px 0 19px
}
.tree-item { display:none; }
.tree-item.active { display:block }

.element-content-l {
    display: none;
    height: 492px;
    width: 600px;
    background: #fff;
    box-shadow: 1px 1px 35px rgba(0,0,0,.1);
}
.element-content-l .element-content-pic {
    position: relative;
}
.element-content-l a {
    display: block }
.element-content-l .element-content-pic img {
    display: block;
    width: 600px;
    height: 340px;
}
.element-content-l .element-content-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 124px;
    z-index: 2;
    background: url('../imgs/element-content-pic-bg2.png') repeat-x;
    content: "";
}
.element-content-l .element-content-pic:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 192px;
    z-index: 2;
    background: url('../imgs/element-content-pic-bg.png') repeat-x;
    content: "";
}
.element-content-l .element-content-pic .element-content-info {
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 13px;
}
.element-content-l .element-content-pic .element-content-info li {
    color: #fff;
    margin: 0 0 10px;
}
.element-content-l .element-content-pic .element-content-info li.free {
    background: #f16a37;
    position: relative;
    left: 18px;
    top: -3px;
    display: table;
    padding: 3px 10px 2px;
    border-radius: 2px;
}
.element-content-l .element-content-pic .element-content-title {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    left: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}
.element-content-l .element-content-text {
    color: #404040;
    padding: 18px 23px 20px 28px;
    line-height: 1.3;
}
.element-content-l .element-more {
    text-align: right;
    padding: 7px 0 0;
}
.element-content-l .element-more a:hover {
    opacity: .7;
}
.flex-container{
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.flex-node{
    width:240px;
    padding: 5px;
}
.flex-node a{
    color:#000;
}
.events-column{
    background: #FFF;
}
.element-small-link{
    position: relative;
    display: block;
    margin:10px 8px 0px 8px;
    color: #000;
}
.element-small-pic{

}
.element-small-pic img{
    width: 155px;
}
.element-small-info{

}
.element-small-info-date{

}
.element-small-title{

}
.element-content-r .element-small-link .element-small-free {
    display: none;
    background: #f16a37;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    color: #fff;
    padding: 2px 8px }

.element-content-r .element-small-link .element-small-pic img {
    width: 155px;
}
.element-content-r .element-small-link .element-small-info-date{
    font-weight: bold;
}
.element-small-link .element-small-info-date{
    font-weight: bold;
}
.element-content-r {
    width: 1024px;
}
.element-content{

}
.element-content-r .element-small {
    transition: .3s;
    padding: 0 0 0 194px;
    position: relative;
    margin: 0 0 8px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    width: 490px;
    height: 76px;
    background: #fff;
}
.element-content-r .element-small a{
    overflow: hidden;
    height: 76px;
    display: block;
}
.element-content-r .element-small .element-small-pic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height:76px;
}
.element-content-r .element-small .element-small-pic img {
    width: 185px;
    height: 76px;
}
.element-content-r .element-small .element-small-free {
    display: none;
    background: #f16a37;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    color: #fff;
    padding: 2px 8px }
.element-content-r .element-small-link .element-small-free.yes {
    display: block }
.element-content-r .element-small .element-small-info {
    padding: 5px 7px 9px 1px;
    font-size: 10px;
    color: #8b8989;
}
.element-content-r .element-small .element-small-info-date {
    font-size: 11px;
    color: #8b8989;
}
.element-content-r .element-small .element-small-info-category {
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    font-size: 10px;
    color: #724aab;
    text-transform: uppercase }
.element-content-r .element-small .element-small-title {
    color: #333;
    line-height: 1.1;
    font-size: 15px;
}
.element-content-r .element-small:hover {
    transition: 0s;
    box-shadow: 1px 1px 14px rgba(0,0,0,.3) }
.element-content-r .element-small:hover .element-small-title {
    color: #999 }
.element-content-top {
    position: relative;
}
.element-content-top .preview {
    display: block;
    width: 1024px;
}
.element-content-top:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 124px;
    z-index: 2;
    background: url('../imgs/element-content-pic-bg2.png') repeat-x;
    content: "";
}
.element-content-top:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 192px;
    z-index: 2;
    background: url('../imgs/element-content-pic-bg.png') repeat-x;
    content: "";
}
.element-content-top .preview-list .item {
    position: relative;
}

.slick-dots {
    left: inherit;
    right: 15px;
    width: inherit;
    bottom: 19px;
}
.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 6px;
}
.slick-dots li button {
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: #cfd0d0;
}
.slick-dots li.slick-active button {
    border: 3px solid #cfd0d0;
    background: none;
    width: 16px;
    height: 16px;
}
.slick-dots li.slick-active {
    width: 16px;
    height: 16px;
}
.slick-slider {
    margin-bottom: 0;
}
.element-content-top .element-text {
    left: 17px;
    bottom: 14px;
    text-transform: uppercase;
    position: absolute;
    z-index: 4;
    color: #fff;
}
.element-content-top .element-text .element-title {
    max-width: 800px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0px 0px 5px #000;
    font-size: 48px }
.element-content-top .element-text .element-info {
    position: relative;
    padding-top: 15px;
    padding-right: 125px;
    padding-bottom: 12px;
    display: table;
}
.element-content-top .element-text .element-info li {
    padding: 0 0 10px;
    font-size: 18px;
}
.element-content-top .element-text .element-info li:last-child {
    padding: 0 }
.element-content-top .element-text .element-btn {
    text-transform: none !important;
    position: absolute;
    right: 0;
    bottom: 0;
}
.element-content-top .element-text .element-btn a {
    background: #f16a37;
    color: #fff;
    height: 36px;
    padding: 0 12px;
    border-radius: 25px;
    line-height: 32px;
    display: inline-block;
}
.element-content-top .element-text .element-btn a:hover {
    background: #b1502b;
}
.element-content-bottom {
    padding: 0px;
}
.element-content-bottom ul li {
    float: left;
    width: 96px;
}
.element-content-bottom ul li:last-child {
    margin-right: 0 !important;
}
.element-content-bottom ul li a {
    position: relative;
    display: block;
    color: #404040;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.element-content-bottom ul li a:hover {
    opacity: .7;
}
.element-content-bottom ul li .free {
    font-family: 'PT Sans', Arial, sans-serif;
    background: #f16a37;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    color: #fff;
    padding: 2px 8px }

.slick-next,.slick-prev{
    z-index: 20;
    top:87px;
}
.slick-prev,.slick-next{
    right:0px;
}
.slick-next:before,.slick-prev:before{
    display: block;
    font-size: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.05), 0 1px 0 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.05), 0 1px 0 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOHB4JyBoZWlnaHQ9JzE0cHgnIHZpZXdCb3g9JzAgMCA4IDE0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPiA8ZGVmcz48L2RlZnM+IDxnIGlkPSdjdXJyZW50JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz4gPGcgaWQ9J3VpJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtNjMzLjAwMDAwMCwgLTIxNDMuMDAwMDAwKScgZmlsbD0nI0ZGRkZGRic+IDxnIGlkPSdhcnJvdycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoNjEyLjAwMDAwMCwgMjEyNi4wMDAwMDApJz4gPGcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMTUuMDAwMDAwLCAxNS4wMDAwMDApJz4gPHBvbHlnb24gdHJhbnNmb3JtPSd0cmFuc2xhdGUoMTAuMDAwMDAwLCA5LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtOS4wMDAwMDApICcgcG9pbnRzPScxMi43MiAyIDYgOC45OTkzNjEyNiAxMi43MTkzODQ2IDE2IDE0IDE0LjY3MDc3MjkgOC41MzY2MTUzOCA4Ljk5OTM2MTI2IDE0IDMuMzI4NTg4MzcnIGZpbGw9JyM2NjYnPjwvcG9seWdvbj4gPC9nPiA8L2c+IDwvZz4gPC9nPiA8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 18px 14px;
}
.slick-prev:before{
    transform: scaleX(-1);
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
}
.slick-prev{
    left: -21px;
}
.element-content-bottom ul li img {
    width: 136px;
}
.element-content-bottom ul li p {
    padding: 1px 0 4px;
    line-height: 1.1;
}
.element-content-bottom ul li p.what {
    color: #724aab;
    font-size: 10px;
    text-transform: uppercase }
.element-content-bottom ul li p.cat {
    font-weight:normal;
    color: #999;
    margin-top: -3px;
}
.element-content-bottom ul li p.category {
    font-weight:normal;
    font-size: 14px;
    color: #8653a7;
}
.element-content-bottom ul li p.date {
    font-weight:normal;
    color: #999;
    margin-top: -3px;
}
.element-content-bottom ul li p.when {
    font-weight:normal;
    color: #999 }
.element-content-bottom ul li p.text {
    font-size: 12px;
    padding: 0 0 5px;
    font-weight:normal;
    color: #999 }
.element-content-bottom ul li p.more a {
    font-weight:normal;
    color: #f16a37;
}
.scroll-pane {
    overflow: auto;
}
.header {
    background: rgba(0,0,0,.5);
    height: 80px;
    margin: 0 0 38px;
    width: 100%;
}
.header .logo {
    padding-right: 92px;
}
.header .logo a {
    display: block;
    height: 80px;
    padding: 15px 0 0 2px }
.header .logo a:hover {
    opacity: .7;
}
.header .menu li {
    float: left;
    font-size: 16px;
}
.header .menu li a {
    display: block;
    padding: 0 17px;
    height: 80px;
    line-height: 80px;
    color: rgba(255,255,255,.8);
}
.header .menu li:last-child a {
    padding:0 22px
}
.header .menu li a:hover {
    background: #3d3744;
}
.header .menu li.active a,
.header .menu li a.active {
    background: #4f455b;
    padding: 0 19px;
}
.header .search .icon {
    margin: 0;
}
.header .search a {
    display: block;
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,.2) }
.header .search a:hover {
    opacity: .7 }
.header .search .form {
    display: none;
    height: 80px;
    padding: 28px 31px 0 16px;
    background: rgba(0,0,0,.2) }
.header .search .form .input-text {
    margin: 0 20px 0 0;
    background: none;
    outline: none;
    border-bottom: 1px solid #68666a;
    width: 215px;
    padding: 0 0 9px;
    font-style:italic;
    color: #a8a7aa;
}
.header .search .form .icon {
    transition: 0s;
    cursor: pointer;
}
.header .search .form .icon:hover {
    transition: .3s;
    opacity: .7;
}
.cinema {
    margin-bottom: 57px;
}
.movie-main ul li a{
    display: block;
    margin:0px 18px 0px 17px;
}
.movie-main ul li a img{

}
.movie-scroll{
    max-height: 307px;
}

.cinema-page .element-content-bottom .movie-scroll ul li a{
    display: block;
    margin:0px 8px 0px 7px;
}
.cinema-page .element-content-bottom .movie-scroll ul li a img{
    width: 151px;
    height: auto;
}
.element-content{
    padding-bottom: 10px;
}

.kzngo-online .element-content{
    background: #fff;
    box-shadow: 0 0 17px rgba(0,0,0,.2);
}
.kzngo-online .element-content-bottom ul li a{
    display: block;
    margin:8px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    height: 228px;
}

.kzngo-online .element-content-bottom ul li a img{
    display: block;
    width: 238px;
    height: 156px;
    background: #cccccc;
}
.element-content-bottom ul li p.knzgo-online__follow{
    background: #8554a7;
    color: #FFFFFF;
    display: inline-block;
    padding: 9px 31px;
    border-radius: 5px;
    margin-top: 21px;
}
.kzngo-online__img .viewed{
    bottom: 5px;
    top:inherit;
}
.kzngo-online__img{
    position: relative;
}

.kzngo-online__item p{
    margin:20px;
    font-family: 'PT Sans', Arial;
}
.kzngo-online__item p.show{
    background: rgba(133,84,167,0.8);
    color: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
}
.cinema .element-content-bottom { padding:18px 0px 0px; }
.cinema .element-content-bottom ul li p { padding:1px 0 4px;  }
.cinema .element-content {
    background: #fff;
    box-shadow: 0 0 17px rgba(0,0,0,.2);
}
.cinema .element-content .element-content-top .preview {
    height: 410px;
}
.cinema .element-content-top .element-text .element-title {
    display: inline-block;
    vertical-align: top;
}
.cinema .element-content-top .element-text .element-btn {
    position: relative;
    display: inline-block;
    margin: 16px 0 0 26px;
    vertical-align: top;
}
.cinema .element-content-top:before, .cinema .element-content-top:after {
    display: none;
}
.cinema .element-content-top .item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 124px;
    z-index: 2;
    background: url('../imgs/element-content-pic-bg2.png') repeat-x;
    content: "";
}
.cinema .element-content-top .item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 192px;
    z-index: 2;
    background: url('../imgs/element-content-pic-bg.png') repeat-x;
    content: "";
}




.actions {
    margin-bottom: 57px;
}
.actions .element-header .toolbar {
    margin-right: 0px;
}
.actions .element-header .toolbar a {
    padding: 0 16px;
}
.actions .element-header .toolbar li a{
    padding:0 23px 0 26px
}
.actions .element-header .toolbar li:last-child a{
    padding:0 17px 0 24px;
}
.actions .element-header .toolbar li a.active {
    padding:0 22px 0 21px
}


.places {
    margin: 0 0 57px;
}
.places .element-content {
    background: #fff;
    box-shadow: 0 0 27px rgba(0,0,0,.2);
}
.places .element-content .element-content-top .preview {
    height: 360px;
}
.places .element-content-top .element-text {
    left: 15px;
    text-transform:none;
    bottom: 15px;
}
.places .element-content-top .element-text .element-info li {
    padding-bottom: 8px;
}
.places .element-content-top .element-text .element-btn {
    bottom: 5px }
.places .element-content-bottom {
    padding:18px 15px 13px;
}
.places .element-content-bottom ul li p {
    padding: 3px 0 4px;

}

.kids {
    margin: 0 0 77px;
}
.kids .element-content {
    background: #fff;
    box-shadow: 0 0 27px rgba(0,0,0,.2);
}
.kids .element-header .toolbar {
}
.kids .element-content .element-content-top .preview {
    height: 360px;
}
.kids .element-content-bottom ul {
    margin-right: -11px;
}
.kids .element-content-bottom ul li {
    padding-bottom: 15px;
    width: 156px;
    margin-right: 11px;
}
.kids .element-content-bottom ul li img {
    width: 156px;
    height: 136px;
}
.kids .element-content-top .element-text {
    text-transform: none;
    bottom: 10px;
}
.kids .element-content-bottom ul li p {
    padding: 2px 0;
}
.kids .element-content-bottom ul li p.what {
    padding:2px 0 6px;
}
.kids .element-content-bottom ul li p.date {
    margin:3px 0 0;
}
.kids .element-content-top .element-text .element-info {
    padding-right: 175px;
}
.kids .element-content-top .element-text .element-info li {
    font-size: 18px;
}
.kids .element-content-top .element-text .element-title {
    max-width: 800px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0px 0px 5px #000;
}
.kids .element-content-top .element-text .element-btn {
    bottom: 4px;
}


.popular {
    margin: 0 0 58px }
.popular .element-header .toolbar {
    margin-right: 14px;
}
.popular .element-header .toolbar li:last-child a {
    padding:0 22px;
}
.popular .element-header li.title {
    line-height:44px
}
.popular .element-header li.title .icon {
    margin:-10px 12px 0 4px;
    width:32px;
    height:32px;
}


.like {
    margin: 0 0 59px;
}
.like .element-header .toolbar li:last-child a {
    padding:0 22px;
}
.like .element-content {
    background: #fff;
    box-shadow: 0 0 27px rgba(0,0,0,.2);
}
.like .element-content .element-content-top .preview {
    height: 360px;
}
.like .element-content-bottom ul li {
    margin-right: 0;
    transition: .3s;
    box-shadow: 0 2px 4px rgba(0,0,0,.03);
    width: 171px;
    border: 1px solid #f7f7f7;
}
.like .element-content-bottom {
    padding:0;

}
.like .element-content-bottom ul li .in {
    padding: 15px 15px 10px 10px;
}
.like .element-content-bottom ul li:hover {
    transition: 0s;
    box-shadow: 0 2px 14px rgba(0,0,0,.15) }
.like .element-content-bottom ul li img {
    width: 148px;
    height: 158px;
}
.like .scrollable.default-skin .scroll-bar.horizontal {
    top: 7px;
    margin-left: 16px;
    width: 990px !important;
    overflow: hidden;
}


.news .content-list {
    width: 1024px;
}
.news .content-list .item {
    margin: 0 0 11px 0;
    width: 406px;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    height: 152px;
    padding: 13px 16px 16px 198px;
}
.news .content-list .item a:hover {
    opacity: .7 }
.news .content-list .item .pic {
    width: 180px;
    height: 152px;
    position: absolute;
    left: 0;
    top: 0;
}
.news .content-list .item .news-title {
    line-height: 1.2;
    font-size: 18px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.news .content-list .item .news-title a {
    color: #404040;
}
.news .content-list .item .news-text {
    padding: 10px 0;
    color: #707070;
    font-size: 12px;
}
.news .content-list .item:nth-child(1), .news .content-list .item:nth-child(4) {
    width: 602px;
    height: 234px;
    padding: 22px 25px 25px 316px;
}
.news .content-list .item:nth-child(1) .news-title, .news .content-list .item:nth-child(4) .news-title {
    padding:0 0 14px;
}
.news .content-list .item:nth-child(1) .pic, .news .content-list .item:nth-child(4) .pic {
    width: 294px;
    height: 234px;
}
.news .content-list .item:nth-child(2), .news .content-list .item:nth-child(3), .news .content-list .item:nth-child(5) {
    float: right }


/* CONTENT
------------------------------------------ */
.content {
    position: relative;
    padding-top: 8px;
}
.content .element-header .toolbar a {
    padding: 0 14px;
}
.content.kids-content:before {
    position: absolute;
    z-index: 0;
    top: -30px;
    left: 50%;
    margin-left: -366px;
    width: 731px;
    height: 118px;
    background: url('../imgs/bg-inner.png') no-repeat;
    content: "";
}

.content .sidebar {
    width: 225px;
    float: left;
}
.content .sidebar .block {
    margin: 0 0 20px;
}
.content .sidebar .block.club{
    display: none;
}
.content .sidebar .block:last-child{
    margin: 0px;
}
.white-sidebar{
    box-shadow: 0 0 33px rgba(0,0,0,.15);

    padding: 20px 20px 14px;
    width: 225px;
    background: #fff;
    margin-bottom: 5px;
}
.content .sidebar .block.bl { border-top:1px solid #ddd; margin:0 -20px 23px; padding:10px 20px; border-bottom:1px solid #ddd }
.content .sidebar .block .block-title {
    padding: 0 0 6px 40px;
    color: #985ac0;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.content .sidebar .block .block-title .icon {
    margin-right: 16px;
    margin-left: -40px;
}
.content .sidebar .block .block-content {
}
.content .sidebar .block .block-content label {
    padding: 4px 0;
    color: #6b6464;
    cursor: pointer;
    display: block;
    padding-left: 40px;
}
.content .sidebar .block .block-content label:hover {
    color: #bbb;
}
.content .sidebar .block .block-content label input {
    margin-right: 27px;
    position: relative;
    left: 5px;
    top: 2px;
    margin-left:-40px;
}
.content .aside {
    margin: 0 0 0 234px;
}
.content .aside .nav-content {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 33px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
    padding: 17px 23px 16px;
    margin: 0 0 7px;
}
.content .aside .nav-content .icon {
    float: left;
    height: 30px;
    margin: 0 20px 0 0;
    width: 30px;
}
.content .aside .nav-content ul {
    margin: 0 0 0 40px;
}
.content .aside .nav-content ul li {
    float: left;
    margin: 0 1px 1px 0;
}
.content .aside .nav-content ul li a {
    display: block;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    background: #e5e5e6;
    color: #6b6464;
}
.content .aside .nav-content ul li a:hover {
    background: #ccc;
}
.content .aside .nav-content ul li a.active {
    background: #985ac0;
    color: #fff;
}
.content .aside .nav-text {
    color: #404040;
    background: #fff;
    padding: 16px;
    margin: 0 0 7px;
}
.content .aside .nav-text .title {
    color: #985ac0;
    font-size: 24px;
    padding: 0 0 10px;
}
.content .aside .subject {
    box-shadow: 0 0 12px rgba(0,0,0,.08);
    margin: 0 0 8px;
    position: relative;
    padding: 10px 15px 18px;
    background: #fff;
}
.content .aside .subject .subject-info {
    position: absolute;
    top: 28px;
    right: 20px;
}
.content .aside .subject .subject-info li,.content .aside .nav-text li {
    box-shadow: none;
    padding: 0;
    color: #707070;
    font-size: 12px;
    float: right;
    margin: 0 0 0 10px;
}
.content .aside .subject .subject-info li .icon ,
.content .aside .subject li .icon {
    margin: 0 3px 0 0;
}
.content .aside .subject .subject-title {
    padding: 0 0 10px;
    color: #404040;
    font-size: 18px;
}
.content .aside .subject .subject-title span {
    font-size: 14px;
}
.content .aside .subject .subject-date {
    color: #8b8989;
    padding: 0 0 15px;
    margin-top: -5px;
}
.content .aside .subject .pull-left img {
    width: 600px;

}
.content .aside .subject .pull-right {
    position: relative;
    height: 312px;
    float: none;
    padding: 0px 0 0;
    margin: 0 0 0 620px;
}
.content .aside .subject .pull-right li {
    margin: 0 0 10px;
    color: #404040;
    font-size: 1em;
}
.content .aside .subject .pull-right li label {
    display: block;
    margin: 0 0 2px;
    color: #985ac0;
    font-size: 14px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.content .aside .subject .pull-right .social {
    position: absolute;
    left: -3px;
    bottom: 0;
}
.content .aside .subject .subject-text {
    padding: 15px 0 0;
    color: #404040;
}
.content .aside .subject.subject-afisha .subject-title {
    font-size: 30px;
    width: 910px;
    font-weight:normal;
}
.content .aside .subject.subject-afisha .subject-title span{
    font-size: 30px;
}
.content .aside .subject.subject-afisha .pull-left img {
    width: 600px;
}
.content .aside .subject.subject-afisha .pull-right {

}
.content .aside .subject.subject-afisha .element-content-bottom {
    padding: 10px 0 0;
    overflow: hidden;
    width: 990px }
.content .aside .subject.subject-afisha .element-content-bottom ul li {
    float: left;
    margin: 0 10px 0 0;
    width: 157px }
.content .aside .subject.subject-afisha .element-content-bottom ul li:last-child {
    margin-right: 0;
}
.content .aside .subject.subject-afisha .element-content-bottom ul li img {
    width: 157px;
    height: 92px;
}
.content .aside .dope {
    padding: 15px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,.08);
    margin: 0 0 8px;
    overflow: hidden;
}
.content .aside .dope .big-title {
    font-size: 24px;
    color: #333;
    padding: 0 0 7px;
}
.content .aside .dope .right {
    float: right }
.content .aside .dope .right .buy {
    color: #fff;
    padding: 9px 13px;
    background: #f16a37;
    border-radius: 25px;
    margin-left: 10px;
}
.content .aside .dope .right .buy:hover {
    opacity: .7;
}
.content .aside .dope .right .error {
    color: #8b8989 }
.content .aside .dope .right .error:hover {
    color: #333;
}
.content .aside .dope .pull-left {
    width: 580px;
}
.content .aside .dope .pull-left .view-full {
    text-align: center;
    padding: 5px 0 0;
}
.content .aside .dope .pull-left .view-full a:hover {
    color: #bbb;
}
.content .aside .dope .pull-right {
    float: none;
    margin: 0px 0 0 600px;
}
.content .aside .dope .pull-right li {
    font-size: 18px;
    color: #333;
    padding: 0 0 0px;
}
.content .aside .dope .pull-right ul {
    margin-bottom:20px;
}
.content .aside .dope .pull-right li label {
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.content .aside .dope .list {
    margin: 24px 0 -15px;
}
.content .aside .dope .list .item {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 30%;
    margin-right: 30px;
    position: relative;
    padding: 0 0 20px 40px;
}
.content .aside .dope .list .item .icon {
    position: absolute;
    left: 0;
    top: 3px;
}
.content .aside .dope .list .item .zag {
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    font-size: 18px;
    padding: 0 0 7px;
    color: #985ac0;
}
.content .aside .dope .list .item.item-small {
    float: left;
    display: block;
}
.content .aside .dope .list .item.item-price {
    width: 38%;
    margin-right: 50px;
    float: left;
}
.content .aside .dope .icon.icon-time {
    width: 30px;
    background: url('../imgs/icons/time_violet.svg') no-repeat }
.content .aside .dope .icon.icon-special1 {
    width: 30px;
    background: url('../imgs/icons/osobennosti_violet.svg') no-repeat }
.content .aside .dope .icon.icon-special2 {
    width: 30px;
    background: url('../imgs/icons/cocktail_violet.svg') no-repeat }
.content .aside .dope .icon.icon-price {
    width: 30px;
    background: url('../imgs/icons/cena_violet.svg') no-repeat }
.content .aside .dope .icon.icon-count {
    width: 30px;
    background: url('../imgs/icons/vmestimost_violet.svg') no-repeat }
.content .aside .dope .icon.icon-kitchen {
    width: 30px;
    background: url('../imgs/icons/kuhnya_violet.svg') no-repeat }
.content .aside .dope .icon.icon-date {
    width: 40px;
    background: url('../imgs/icons/calendar_violet.svg') no-repeat }
.content .aside .dope .element-content-bottom {
    padding: 0 }
.content .aside .dope .element-content-bottom ul li {
    height: 241px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    float: left;
    border: 1px solid #e8e8e8;
    width: 185px;
    margin: 0 0px 0 0;
}
.content .aside .dope .element-content-bottom ul li .in {
    padding: 7px;
}
.content .aside .dope .element-content-bottom ul li:last-child {
    margin-right: 0;
}
.content .aside .dope .element-content-bottom ul li a {
    position: relative;
    display: block;
    color: #404040;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.content .aside .dope .element-content-bottom ul li a:hover {
    opacity: .7;
}
.content .aside .dope .element-content-bottom ul li img {
    width: 168px;
    height: 125px;
}
.content .aside .dope .element-content-bottom ul li .what {
    padding: 5px 0 3px;
    font-style: normal;
    text-transform: none;
    font-size: 14px;
}
.content .aside .dope .element-content-bottom ul li .title {
    font-weight:normal;
}
.content .aside .dope .element-content-bottom ul li .date {
    font-size: 12px;
    padding: 3px 0 0;
}
.content .aside .dope .element-content-bottom ul li .info {
    padding: 5px 0 0;
}
.content .aside .dope .element-content-bottom ul li .info .item {
    font-size: 12px;
    float: right;
    margin: 0 0 0 10px;
    font-weight:normal;
}
.content .aside .dope .element-content-bottom ul li .info .item .icon {
    margin: 0 3px 0 0;
}

.content .aside .information li {
    position: relative;
    margin: 0 0 8px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding: 10px 11px;
}
.content .aside .information li .big-title {
    color: #333;
    padding: 0 0 10px;
    font-size: 24px;
}
.content .aside .information li .in {
    z-index: 4;
    background: #fff;
    position: relative;
    float: left;
    width: 191px;
    padding: 7px;
    overflow: hidden;
    height:284px;
    border-right: 1px solid #eeeeee;
}
.content .aside .information li article div:last-child {
    border: 0;;;
}
.content .aside .information li .big-block {
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    overflow: hidden;
}
.content .aside .information li:first-child:before {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    box-shadow: inset -10px -5px 30px rgba(0,0,0,.05);
}
.content .aside .information li .in .free {
    background: #f16a37;
    color: #fff;
    position: absolute;
    right: 13px;
    top: 12px;
    display: table;
    padding: 3px 10px;
    border-radius: 2px;
}
.content .aside .information li .in a {
    position: relative;
    z-index: 1;
}
.content .aside .information li .in img {
    width: 178px;
    height: 126px;
}
.content .aside .information li .in .info {
    padding-top: 12px;
    overflow: hidden;
}
.content .aside .information li .in .info li:first-child:before {
    display: none;
}
.content .aside .information li .in .info li {
    box-shadow: none;
    padding: 0;
    color: #707070;
    font-size: 12px;
    float: right;
    margin: 0 0 0 10px;
}
.content .aside .information li .in .info li .icon {
    margin: 0 3px 0 0;
}
.content .aside .information li .in .info li.pull-left {
    font-size: 14px;
    margin-top: -2px;
    float: left !important;
    margin-left: 0;
}
.content .aside .information li .in .info li.pull-left .icon {
    margin-top: -2px;
}
.content .aside .information li .in .text {
    font-size: 12px;
    color: #707070;
    padding: 5px 0 12px;
    height:51px;
    overflow: hidden;
}
.content .aside .information li .in .cat {
    text-transform: uppercase;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    padding: 2px 0;
    font-size: 12px;
}
.content .aside .information li .in .cat a {
    color: #985ac0;
}
.content .aside .information li .in .title a {
    color: #404040 }
.content .aside .information li .in .title a:hover {
    opacity: .7 }
.content .aside .information li .in .date {
    font-size: 12px;
    color: #a1a1a1;
    padding: 9px 0 0;
    margin-bottom: -10px;
}
.content .aside .news-list {
    margin-right: -12px;
}


.news-item {
    border: 1px solid #e8e8e8;
    position: relative;
    width: 677px;
    display: block;
    vertical-align: top;
    margin: 0 4px 7px 0;
    padding: 17px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    background: #fff;
}
.news-item a:hover {
    opacity: .7;
}
.news-item .preview {
    width: 304px;
}
.news-item .category {
    font-size: 12px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    padding: 4px 0 0;
 }
.news-item .category a {
    color: #985ac0;
}
.news-item .date {
    font-size: 12px;
    padding: 4px 0 0;
    color: #707070;
}
.news-item .title {
    padding: 5px 0 10px;
}
.news-item .title a {
    font-size:25px;
    line-height: 27px;
    color: #404040;
}
.news-item .text {
    color: #707070;
    padding: 0 0 10px;
    font-size: 14px;
}
.news-item .info .item {
    font-size: 12px;
    float: right;
    margin: 0 0 0 10px;
    font-weight:normal;
}
.news-item .info .item .icon {
    margin: 0 3px 0 0;
}
.news-item.big-news {
    width: 677px }
.news-item.big-news .preview {
    width: 643px;
}
.news-item.without-img .preview {
    display: none;
}
.news-item.without-text .preview {
    display: none;
}
.news-item.without-text .text {
    display: none;
}
.news-item.without-text .info {
    display: none;
}
.news-item.without-text .more {
    display: none;
}
.content .aside .similar-news {
    padding: 14px 17px;
    background: #fff;
    box-shadow: 0 0 33px rgba(0,0,0,.15);
}
.content .aside .similar-news .title {
    font-size: 24px;
    color: #333;
    padding: 0 0 10px }
.content .aside .similar-news .news-item {
    padding: 7px;
    margin: 0 -3px 0 0;
    width: 320px}
.content .aside .similar-news .news-item .preview {
    width: 305px;
}
.content .aside .similar-news .news-item .title {
    font-size: 14px;
    padding: 5px 0 10px;
}
.content .aside .news-element {
    margin: 0 0 7px;
    box-shadow: 0 0 33px rgba(0,0,0,.15);
    background: #fff;
    padding: 12px 16px 16px;
}
.content .aside .news-element .title {
    font-size: 30px;
    color: #333;
    padding: 0 0 10px;
    width: 560px;
}
.content .aside .news-element .preview {
    display: block;
    width: 645px;
}
.content .aside .news-element .info {
    padding: 16px 0 0;
}
.content .aside .news-element .info .item {
    font-size: 12px;
    float: right;
    margin: 0 0 0 10px;
    font-weight:normal;
}
.content .aside .news-element .info .item .icon {
    margin: 0 3px 0 0;
}
.content .aside .news-element .text {
    padding: 10px 0 15px;
    font-size: 14px;
    color: #000;
}
.content .aside .news-element .share {
    text-align: right;
}
.paging {
    margin: 15px 0 0;
}
.paging li {
    margin: 0 10px 0 0;
    float: left;
}
.paging li a {
    color: #404040;
    background: #ddd;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.paging li a:hover {
    background: #ccc;
}
.paging li.active a {
    color: #fff;
    background: #8554a7;
}
.content .paging li.next {
    font-size: 18px;
}
.content .sidebar-r {
    width: 340px;
    float: right;
}
.content .sidebar-r .block {
    background: #fff;
    padding: 10px 11px;
    box-shadow: 0 0 33px rgba(0,0,0,.15);
    margin: 0 0 7px;
}
.content .sidebar-r .block .news-item {
    padding: 7px;
    display: block;
    width: 319px;
    margin: 0 }
.content .sidebar-r .block .news-item .preview {
    width: 285px;
}
.content .sidebar-r .block-title {
    padding: 0 0 10px;
    color: #985ac0;
    font-size: 18px;
}
.sidebar-right .sidebar {
    float: none;
}
.sidebar-right .aside {
    margin: 0 }
.sidebar-right .aside .information {
    margin: 0 350px 0 0 }
.sidebar-right .aside .nav-content ul {
    margin: 0;
}



.cinema-page .element-content-bottom ul li {
    float: left;
    width: 136px;
    margin-right: 8px;
}
.cinema-page .element-content-bottom ul li img {
    width: 136px;
    height: 192px;
}
.cinema .description {
    background: #fff;
    position: relative;
    padding: 14px;
    box-shadow: 0 0 33px rgba(0,0,0,.15);
    margin: 20px 0 }
.cinema .description .to-calendar {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: #c7c7c7;
    color: #fff;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    padding: 14px 17px;
}
.cinema .description .to-calendar:hover {
    background: #ddd;
}
.cinema .description .preview {
    float: left;
    width: 200px;
}
.cinema .description .preview img {
    width: 200px;
    height: 280px;
}
.cinema .description .pull-right {
    float: none;
    margin: 0 0 0 230px;
    position: relative;
}
.cinema .description .pull-right .grade {
    position: absolute;
    top: 100px;
    right: 0;
}
.cinema .description .pull-right .title {
    font-size: 48px;
    line-height: 1;
    margin-top: -5px;
    color: #404040;
    padding: 0 0 10px;
    width:600px;
}
.cinema .description .pull-right .title-foreign {
    font-size: 18px;
    line-height: 1;
    padding: 0 0 24px;
    color: #707070;
}
.cinema .description .pull-right ul li {
    color: #404040;
    padding: 0 0 10px;
}
.cinema .description .pull-right ul li label {
    width: 178px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    display: inline-block;
}
.cinema .description .pull-right .more {
    text-align: right }
.cinema .description .pull-right .more a:hover {
    opacity: .7 }
.cinema .description .text {
    color: #707070;
    padding: 15px 0;
}
.cinema .description .photos {
    display: block;
}
.cinema .description .element-content-bottom {
    padding: 0;
}
.cinema .description .element-content-bottom ul li {
    float: left;
    width: 148px;
    margin-right: 8px;
}
.cinema .description .element-content-bottom ul li img {
    width: 148px;
    height: 100px;
}
.cinema .calendar-head li.title {
    color: #8554a7 }
.cinema .calendar-head .toolbar a {
    color: #333;
    background: rgba(0,0,0,.05);
}
.cinema .calendar-head .toolbar li a:hover {
    background: #c7a3e0;
    color: #fff;
}
.cinema .calendar-head .toolbar li a:hover .icon {
    width: 20px;
    height: 20px;
    background: url('../imgs/icons/calendar_white.svg') no-repeat;
    opacity: 1;
}
.cinema .calendar-head .toolbar a.active {
    color: #fff;
    background: #8554a7;
}
.cinema .calendar-head .toolbar a.active:hover {
    opacity: .7;
}
.cinema .calendar {
    color: #6b6464;
    background: #fff;
    position: relative;
    box-shadow: 0 0 33px rgba(0,0,0,.15);
}
.cinema .calendar .item {
    border-bottom: 2px solid #f6f6f7;
    padding: 30px 20px;
}
.cinema .calendar .item tr {
    vertical-align: top;
}
.cinema .calendar .item td {
    padding-bottom: 10px;
}
.cinema .calendar .item .td-name {
    vertical-align: middle;
    line-height: 1;
    width: 390px;
    font-size: 24px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}
.cinema .calendar .item .td-name span {
    font-size: 18px;
    font-weight:normal;
    display: block;
    padding: 5px 0 0;
}
.cinema .calendar .item .td-format {
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
}
.cinema .calendar .item .td-time {
    vertical-align: middle;
    text-align: left;
}
.cinema .calendar .item .td-time li {
    font-size: 18px;
    background: #f7f7f7;
    padding: 4px 0;
    border: 1px solid #e7e7e7;
    margin-right: 4px;
    display: inline-block;
    vertical-align: top;
}
.cinema .calendar .item .td-time li a{
    color:#000;
    padding:4px 16px;
}
.cinema .calendar .item .td-time li.time-left {
    color: #bdbdbd;
    padding:4px 16px;
}
.cinema .calendar .item .td-time li.time-now {
    color: #fff;
    background: #f16a37;
    border-color: #f16a37;
}
.cinema .calendar .item .td-time li.time-now  a{
    color:#FFF;
}
.cinema .calendar .back {
    text-align: right;
    padding: 15px 20px;
}
.content-full .sidebar {
    float: none;
}
.content-full .aside {
    margin: 0;
}
.content-full .aside .information li .in {
    width: 250px;
}
.content-full .aside .information li .in img {
    width: 234px;
}
.content-full .aside .information li .in .title {
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
}



.empty{
    height:250px;
}
.footer {
    background: #554a77 url('../imgs/footer-bg.png') repeat-x center top;
    height: 239px;
    padding: 20px 0 0;
    overflow: hidden;
    position: relative;
    min-width: 980px;
    margin-top: -239px;
}
.footer .block {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0;
    padding-top: 7px;
}
.footer .block.block-logo {
    padding-top: 0;
}
 .footer .block.block-social {
    margin-right: 0;
}
 .footer .block .block-title {
    padding: 0 0 8px;
    font-style:normal; font-family:'PT Sans Bold', Arial, sans-serif;
    font-size: 24px;
    color: #fff;
}
 .footer .block.block-social .block-title {
    padding: 0 0 15px }
 .footer .block .block-list {
    font-size: 18px;
}
 .footer .block .block-list p {
    margin: 0;
    padding: 0 0 5px;
}
 .footer .block .block-list p a {
    color: #fff;
}
 .footer .block .block-list p a:hover {
    opacity: .7;
}
 .footer .block .list .item {
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: top;
}
 .footer .block .list .item .icon {
    margin: 0;
    width: 33px;
    height: 33px;
}
 .footer .block .list .item a:hover {
    opacity: .7 }
 .footer .block.block-vk {
    margin-right: 0;
    margin-top: -10px;
    padding-top: 16px;
}


 .modal {
    width: 420px;
    left: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    margin-left: -210px;
    top: 0;
    margin-top: -240px;
    position: absolute;
    background: #fff;
}
.modal .mfp-close {
    color: #ddd;
    position: absolute;
    right: -35px;
    top: -28px }
.modal .modal-title {
    box-shadow: 0 0 30px rgba(0,0,0,.4);
    text-align: center;
    background: #985ac0;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
.modal .modal-content {
    padding: 34px 20px 30px }
.modal .modal-content ul {
    margin: 0 0 20px;
}
.modal .modal-content li {
    padding: 0 0 10px;
    font-size: 18px;
}
.modal .modal-content li label {
    color: #6b6464;
    display: block;
    cursor: pointer;
}
.modal .modal-content li label:hover {
    color: #333 }
.modal .modal-content li input {
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.modal .modal-content .input-text {
    margin: 10px 0;
    border: 1px solid #d7d7d7;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    font-family: 'PT Sans', Arial, sans-serif;
}
.modal .modal-content .button {
    transition: .3s;
    margin: 0 auto;
    display: table;
    color: #fff;
    background: #f16a37;
    font-family: 'PT Sans', Arial, sans-serif;
    padding: 11px 44px;
    cursor: pointer;
    font-size: 18px;
}
.modal .modal-content .button:hover {
    transition: 0s;
    opacity: .7;
}
.places-list .element-content-top,.subcategory,.category_business,.category_draft,.dop-block{
    display: none;
}
.dop-block .block-content{
    display: none;
}
.event-show,.places-list .place-show,.show-category{
    display: block;
}
.places-list .element-small-title{
    font-weight: bold;
}
.place-bold{
    font-weight: bold;
}
.point-map{
    width:581px;
    height: 292px;
}
.item span:first-child{

}
.item span{
    text-transform: lowercase;
}
.item span::after{
    content: '';
}
.item span:last-child::after {
    content: '';
}
.disabled{
    display: none;
}

#another-dates{
    display: inline-block;
    border-bottom: 1px dashed #0a0a0a;
    padding-bottom: 0px;
    padding-left: 0px;
}
#another-dates:hover{
    border-bottom: 0px;
    padding-bottom: 1px;
}
#calendar{
    display: block;
}
.close-calendar{
    display: block;
    position: absolute;
    right:0px;
    top:0px;
}
#multicalendar{
    position: absolute;
    z-index: 10;
}
.ui-state-highlight{
    background: #ff0000;
}

.cinema .calendar .item .td-time{
    width: 504px;
}
.jspHorizontalBar{
    height:8px;
}
.jspHorizontalBar .jspTrack{
    height:8px;
}

#movie-calendar,#movie-one-calendar{
    display:none;
    position:absolute;
    z-index: 10;
    right:0px;
    margin-top: 50px;
}

.element-header .toolbar #movie-calendar a,
.element-header .toolbar #movie-one-calendar a
{
    padding: 0;


}

.points{
    width: 150px;
    position: relative;
}
.points span{
    font-size: 20px;
    color: #f16a37;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.text-and-media{
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
}

.text-and-media.show{
    height: auto;
}
.news-item-view{
    padding-bottom: 32px;
}
.share-popup{
    position: absolute;
    margin-top: -20px;
}
.description-block{
    overflow: auto;
    height:399px;
}
.content .aside .subject .pull-right.description-event{
    height: 426px;
}
.recomended-block .big-block .in .title{

    margin-top:24px;
}
.big-block .in .title {
    height:49px;
}
.big-block .in .text {
    height:64px;
}
.column{
    margin-top: 5px;
    overflow: hidden;
    height:22px;
}
.col-1{
    width:167px;
    float: left;
}
.content-full .aside .information li:first-child .in.interest-in{
    height:400px;
}

.content-full .aside .information li .in.interest-in{
    width:501px;
    height:390px;
}

.content-full .aside .information li .in.interest-in img{
    width:485px;
    height:auto;
}
.content .aside .information li .in.interest-in .title a{
    font-size: 24px;
}
.big-block .in.interest-in .title{
    height:66px;
}
.content-full .aside .information li .in.interest-in .title{}
.content-full .aside .information li .in.interest-in .title{}
.inf-kzngo ul li{
    position: relative;
    overflow: hidden;
}
.big-block .yes{
    background: #f16a37;
    position: absolute;
    top: 7px;
    z-index: 3;
    left: 7px;
    color: #fff;
    padding: 2px 8px;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border:0px;
    background:none;
}
.ui-widget-content .ui-state-highlight a{
    border: 1px solid #985ac0!important;
    background: #985ac0!important;
    font-weight: normal;
    color:#FFF!important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
#calendar{
    position: relative;
    display: none;
    z-index: 10;
}
.close-calendar{
    display: block;
    position: absolute;
    right: -53px;
    top: -23px;
    background: #e5e5e6;
    padding: 3px 10px;
    z-index: 10;
    border-radius: 4px;
    color: #6b6464;
    font-weight: bold;
    cursor:pointer;
}
.content .aside .information.place li:first-child .in{

}
.content .aside .information.place li .in{
    height:272px;
}
.dop-block .block-title span{
    border-bottom: 1px dashed #8554a7;
}
.dop-block .block-title{
    cursor: pointer;
}
.dop-block .block-title:hover span{
    border-bottom: 1px solid #FFF;
}
.block-otmecheno{
    font-size: 12px;
    color: #a1a1a1;
    padding: 0px 0 0;
    margin-left: 40px;
    margin-top: -8px;
}
.interest.element-content-bottom{
    padding:15px 0px;
}
.interest.element-content-bottom ul li{
    width:157px;
    margin-right:10px;
}
.interest.element-content-bottom ul li img{
    width:157px;
    height:92px;
}
.social-wrapper{
    position: relative;
    height:22px;
}
.social-wrapper .social{}
.search-result{
    background: #FFF;
    left:50%;
    width:800px;
    position: relative;
    margin-left:-400px;
    margin-top:120px;
    z-index: 100;
    display: block;
    opacity:0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s ;
    -ms-transition: opacity .3s ;
    -o-transition: opacity .3s ;
    transition: opacity .3s ;
}
.popup-bg{
    opacity:0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s ;
    -ms-transition: opacity .3s ;
    -o-transition: opacity .3s ;
    transition: opacity .3s ;
    display: block;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 80px;
    background: rgba(0,0,0,0.4);
}
.search-node{
    background: rgba(255,255,255,1);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s ;
    -ms-transition: background-color 0.3s ;
    -o-transition: background-color 0.3s ;
    transition: background-color 0.3s ;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #7a43b6;
}
.search-node:hover{
    background: rgba(133,84,167,0.3);
}
.search-preview{
    float: left;
}
.search-preview img{
    width:80px;
    display: block;
    height:80px;
    margin-right:20px;
}
.information{

}

.search-name{
    margin-top: 15px;
    font-size: 16px;
    color:#404040;
}

.search-text{
    color:#707070;
    font-size:12px;
}
.we-sorry{
    padding:20px;
}
.search-header{
    color: #fff;
    background: #8554a7;
    padding: 10px 15px;
    font-size: 18px;
}
.search-header span{
    float: right;
    cursor: pointer;
}
.out{
    overflow: hidden;
}
.no-movies{
    height: 287px;
    width:980px;
}
.scrolling{
    display: none;
    overflow: auto;
    height:100%;
    width:100%;
    position: fixed;
    z-index:100;
    top:0px;
    padding-bottom:100px;
}
body.out .scrolling{
    display: block;
}
body.out .scrolling .search-result,
body.out .scrolling .popup-bg{
    opacity:1;
}
body.out .header{
    position: relative;
    z-index: 100;
}
.white-bg{
    background: #FFF;
    height: 44px;
    padding: 0 15px;
}
.content .aside .information.inf-kzngo li:first-child .in{
    border-bottom: 0px solid #f69e7d;
    height: 279px;
}
.interest-bottom{

}
.info-kzngo .title{
    height: 39px;
    display: block;
}
.event-kzngo .title{
    height:51px;
}

.add-form{
    position: relative;
    margin: 0 0 8px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding: 10px 11px;
}
.add-form .form-group{
    margin-bottom: 20px;
}
.add-form .form-group label{
    display: block;
    font-size: 14px;
    color:#4a4a4a;
    margin-bottom: 5px;
}

.add-form .form-group input{
    width:100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px;
    margin:0px 0 0;
    border: 1px solid #d7d7d7;
}

.add-form .form-group .help-block{
    color:#ff5961;
    font-size: 14px;
}
.add-form .form-group textarea{
    margin: 0px 0 10px;
    border: 1px solid #d7d7d7;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    font-family: 'PT Sans', Arial, sans-serif;
}

.add-form .form-group button{
    transition: .3s;
    margin: 0 auto;
    display: table;
    color: #fff;
    background: #f16a37;
    font-family: 'PT Sans', Arial, sans-serif;
    padding: 11px 44px;
    cursor: pointer;
    font-size: 18px;
}

.add .block ul li a{
    display: block;
    padding: 9px 22px;

    line-height: 30px;
    font-style: normal;
    font-family: 'PT Sans Bold', Arial, sans-serif;
    background: #e5e5e6;
    color: #6b6464;
    border-bottom:1px solid #FFF;
}
.add .block ul li:last-child a{
    border:0px;
}
.add .block ul li a.active{
    background: #985ac0;
    color: #fff;
}

.content .sidebar.add{
    padding:0px;
}
.content .sidebar.add .block{
    margin:0px;
}

.adres-point{
    margin-bottom: 12px;
}
.vertical-adres{
    height:292px;
    overflow: auto;
}

.popular-event{
    display: none;
}
.popular-event.popupal-event-show{
    display: block;
}
.like .in{
    height:373px;
}
.like .in .text{
    font-weight: 100;
    font-family: 'PT Sans';
    height:100px;
}

.interest-main{

}
.int-name{
    height:70px;
}
.interest-main a .more{
    font-family: 'PT Sans';
    color: #f16a37;
    text-decoration: none;
    transition: .3s;
}
.kid-item{
    display: none;

}
.block-kid{
    display: none;
}
.block-kid.show-kid{
    display: block;
}

.cinema .calendar .item .td-time li.not-active,.cinema .calendar .item .td-time li.time-now.not-active{
    font-size: 18px;
    background: #FFF;
    padding: 4px 0;
    border: 1px solid #FFF;
    margin-right: 4px;
    display: inline-block;
    vertical-align: top;
}

.cinema .calendar .item .td-time li.not-active a,.cinema .calendar .item .td-time li.time-now.not-active a{
    color:#000;
    cursor:default;
}

.cinema .calendar .item .td-time li.not-active.time-left{
    padding: 4px 16px;
}

.in-roles{
    float: right;
    width:588px;
}
.content .sidebar .block.category_payment{
    border-top: 1px solid #ddd;
    margin: 0 -20px 23px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.content .sidebar .block.category_payment .block-content label{
    font-family:'PT Sans Bold', Arial, sans-serif;
}


.tp-block__top,
.tp-block__left{
    display: none;
    background: #e1e1e1;
    margin-bottom:5px;
    padding:5px;
}
.tp-block__main{
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.tp-content{
    padding:5px;
    position: relative;
    height:190px;
    border:1px solid #CCC;
    text-align: center;
    color:#b1b1b1;
}
.tp-content p{
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -22px;
    margin-top: -17px;
}

.tp-block__left .tp-content{
    height: 300px;
}
.content .aside .dope.tp-dope{
    padding:0px;
}
.tp-block__movie{
    margin-top: 20px;
}
.kids-name{
    height:45px;
}
.for-padding{
    padding:10px;
}
svg.like{
    margin:0px;
}
.recomended{
    margin-left: 10px;
    color: #fff;
    text-align: left;
    font-style: normal;
    font-family: 'PT Sans Bold', Arial, sans-serif;
    padding: 3px 0px;
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
}
.olf_afisha .description-event{
    padding: 15px;
    background: #FFF;
}
.olf_afisha .description-block{
    background: #FFF;
}
.old_left{
    position: fixed;
    z-index: 10;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
}
.old_warning{
    width:373px;
    height:115px;
    background: url('../imgs/ended.jpg') no-repeat, #FFF;
    position: absolute;
    margin-left:-187px;
    top:50%;
    left:50%;
    margin-top:-57px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.old_warning p{
    font-size: 25px;
    text-align: center;
}
.content .aside .information li.recomended-block{
    background: none;
    box-shadow: none;
    margin-bottom: -10px;
    padding: 10px 0;
}
.content .aside .information li.recomended-block::before{
    content: '';
    position: absolute;
    display: block;
    width:790px;
    height:269px;
    background: url('../imgs/recomended.png');
    top: 0px;;

}
.content .aside .information li.recomended-block  .big-block{
    padding-bottom: 20px;
    box-shadow:none;
    padding: 0px 11px 20px;
}
.content .aside .information li.recomended-block .in{
    padding: 0px;
    margin: 0 2px;
    width: 190px;
    height: 250px;
    border:0px;
    box-shadow: 0px 0px 18px rgba(133,84,167,0.54);
}
.content .aside .information li.recomended-block .in:first-child{
    margin-left: 0px;
    width: 188px;
}
.content .aside .information li.recomended-block .in:last-child{
    margin-right: 0px;
    width: 188px;
}
.content .aside .information li.recomended-block .in img{
    width:192px;
    height:250px;
    position:absolute;
}
.recomended-text{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 7px;
    margin-top: 120px;
    height: 130px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    position: relative;
    display: block;
}
.in:hover .recomended-text{
    height: 250px;
    margin-top:0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
}
.in:hover .catename{
    margin-top: 40px;
}
.content .aside .information li .in:hover .recomended-text .text {
    height: 65px;
    margin: 10px 0;
}

.content .aside .information li.recomended-block .in .info li{
    background: none;
}
.recomended-text .title{}
.content .aside .information li .in .recomended-text .text {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 0px;
    overflow: hidden;
    display: block;
    color:#FFF;
    padding: 0px;
}
.content .aside .information li .in .recomended-text .title a{
    color:#FFF;
    font-family:'PT Sans Bold';
}
.content .aside .information li .in .recomended-text  .date{
    color:#FFF;
}
.content .aside .information li .in .recomended-text a{
    color:#d8d8d7;
}
.content .aside .information li .in .recomended-text  .info li .icon.icon-comm{
    background:url('../imgs/icons/comment-gray.svg') no-repeat;
}
.content .aside .information li .in .recomended-text  .info li .icon.icon-view{
    background:url('../imgs/icons/eye-gray.svg') no-repeat;
}
.content .aside .information li .in .recomended-text  .info li{;
    color: #d1d0cf;

}

.big-block .in .recomended-text .title{

}
.catename{
    font-size: 12px;
    color:#f16a37;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ended_event{
    margin-top: 28px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.ended_a{
    text-align: center;
    font-size: 16px;
    margin-top: 2px;
}
.close-ended{
    position: absolute;
    width:20px;
    font-size:0px;
    height:20px;
    top:10px;
    cursor: pointer;
    right:10px;
    background: url('../imgs/close.png') 4px -1px no-repeat;
}
.sidebar.clubbar .block{
    display: none;
}
.sidebar.clubbar .block.club {
    display: block;
}
.content .aside .information li.clubs-events{
    background: none;
    box-shadow: none;
    list-style: none;
}
.content .aside .information li.clubs-events:first-child:before{
    content: '';
    position: absolute;
    display: block;
    width: 790px;
    height: 269px;
    background: url('../imgs/recomended.png');
    top: 0px;
    z-index: -1;
}
.club-header{
    color:#FFF;
    font-size:22px;
    margin-top:12px;
    letter-spacing:0px;
    margin-bottom:17px;
}
.club-date{
    width:774px;
    height:49px;
    background:#FFF;
    padding:2px;
    position: relative;
    z-index: 1;
    margin-left:-2px;
}
.club-date div.club-day{
    width:141px;
    height:45px;
    float: left;
    position: relative;
}
.club-date div.club-day::after{
    content: '';
    display: block;
    height:30px;
    background:#e5e5e6;
    width:1px;
    position: absolute;;
    right: 0px;
    top: 8px;
}

.club-date div.club-day:hover .icon.icon-calendar-club,.club-date div.club-day.active .icon.icon-calendar-club{
     background:url('../imgs/icons/calendar_club_white.svg') no-repeat; }
.club-date div.club-day a.club-link{;
    width: 141px;
    height:45px;
    font-size:14px;
    color:#888484;
    font-weight:bold;
    text-align: center;
    padding: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;;
    display: block;
}
.club-date div.club-day.active,.club-date div.club-day:hover{
    -webkit-transition: all .3s;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
    background: #8a52ae;
    box-shadow: 0px 6px 11px rgba(138,82,74,0.8);
}
.club-date div.club-day.active a,.club-date div.club-day:hover a.club-link{
    -webkit-transition: all .3s;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;

    color:#FFF;
}
.club-date div.club-day.active::after,.club-date div.club-day.hover::after{
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s ;
    -ms-transition: opacity 0.2s ;
    -o-transition: opacity 0.2s ;
    transition: opacity 0.2s ;
    opacity:0;
}
.club-date div.club-day:last-child::after{
display: none;
}
.club-date div.club-day:hover::after{
    display: none;
}

.club-date div.club-day.club-calendar{
    width:206px;
}
.club-date div.club-day.club-calendar a.only-link{
    width:202px;
}
.club-event{
    width:255px;
    height:466px;
    float: left;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    background:#FFF;

}
.club-information{
    margin: 14px 20px;
}
.club-information__name{
    font-size: 22px;
    font-weight: bold;
    line-height: 21px;
    height: 69px;

}
.club-information__description{
    padding-left: 28px;
    font-weight: bold;
    font-size: 16px;
    display: none;

}
.club-information__time{
    padding-left: 16px;
    font-size: 16px;
    margin-bottom: 10px;}
.club-information__adres-club{
    padding-left: 29px;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 14px;

}
.club-information__price{
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;

}
.content .aside .information li.clubs-events .big-block{
    box-shadow: none;
    overflow: visible;
    margin-left: -2px;
    margin-top: 17px;;
}
.club-event img{
    width: 255px;
    height:199px;
}
.club-information__show-map{
    text-transform: lowercase;
    padding-left: 26px;


}
.club-information__show-map a{
       color: #CCC;
    text-decoration: underline;
}
.club-information_background{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 9;
}
.club-information__close{
    width:25px;
    height:25px;
    left:5px;
    top:5px;
    background:url('../imgs/close.png') 5px 5px no-repeat #FFF;
    cursor: pointer;
    position: absolute;
    z-index: 20;
}
.club-information__map{
    z-index: 10;
    width:680px;
    height:570px;
    position: fixed;
    left:50%;
    margin-left:-340px;
    margin-top:-285px;
    background:#FFF;
    top:50%;
}
.club-information__map #map{
    width:680px;
    height:570px;
}
.club-information_dark{

}

#club-calendar{
    display: none;
}
.panama h1{
    font-size: 33px;
    color: #FFF;
}
.panama h1 i.icon.icon-panama-white{
    width: 32px;
    height: 35px;
    margin-right: 20px;
}
.panama__ul{
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content:space-around;
    align-items: center;
    margin-bottom: 40px;
}

.panama__ul li a{
    color:#000;
    font-size: 20px;
    padding:10px 20px;
    border-radius: 30px;
}
.panama__ul li a.active{
    background: #8554a7;
    color: #FFF;
}

.panama__section{
    display: none;
}
.panama__section.active{
    display: block;
}
.panama__flex{
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content:space-around;
    align-items: center;
}
.panama__flex a{
    width: 255px;
}
.panama__flex a figure figcaption{
    text-align: center;
}
.panama__flex p{
    width: 255px;
    text-align: center;
}
.panama-wall{

}
.panama-wall .subject{
    background: #FFF;
    padding: 42px 79px;

}

.panama-page h2{
    font-size: 36px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 35px;}
.panama-page h3{
    font-size: 24px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0.25em;
}

.panama-page h4{
    font-size: 21px;
    text-align: center;}
.panama-container{
    overflow: hidden;
    margin-bottom: 82px;;

}
.panama-container .col-1{
    width: 33%;

}
.panama-container .col-1 p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px;}
.panama-container .col-1 .gray-box{
    background: #f4f4f4;
    height: 115px;
    margin: 7px 16px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #5c5c5c;;}
.panama__block{
    margin-top: 40px;}
.panama__block-container{
    overflow: hidden;
    padding-top: 32px;}
.panama__statistik{
    float: left;
    width: 195px;
    margin-top: 193px;
    padding-left: 20px;
    position: relative;}
    .panama__statistik::before{
        content: '';
        display: block;
        position: absolute;
        background: #985ac0;
        height: 1px;
        width:234px;
        left: 109px;
        top: 28px;
    }
    .panama__statistik::after{
        content: '';
        display: block;
        position: absolute;
        background: #FFF;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 23px;
        left: 338px;
    }
    .panama__statistik-2{}
    .panama__statistik-2::after{
    background: #985ac0;
    left: 208px;}
    .panama__statistik-2::before{
    width: 91px;
    top: 28px;
    left: 120px;}

        .panama__statistik-3{}
    .panama__statistik-3::after{
    background: #985ac0;
    left: 346px;}
    .panama__statistik-3::before{
    width: 243px;;}

        .panama__statistik-4{}
    .panama__statistik-4::after{
    background: #985ac0;
    left: 205px;}
    .panama__statistik-4::before{
    width: 100px;}
    
    .panama__statistik-5{}
    .panama__statistik-5::after{
    background: #985ac0;
    left: 205px;;}
    .panama__statistik-5::before{
    width: 102px;}
    .panama__mobile-1{
        overflow: hidden;
    }
    .panama__mobile-1-information-1{
        text-align: center;
        float: left;
        width: 195px;
        margin-top: 193px;
        padding-left: 20px;
        position: relative;
    }
    .panama__planner-1-information-1{
    float: left;
    width: 195px;
    margin-top: 193px;
    padding-left: 20px;
    position: relative;}
    .panama__planner-1-information-1::before{
        content: '';
        display: block;
        position: absolute;
        background: #985ac0;
        height: 1px;
        width:44px;
        left: 109px;
        top: 118px;
    }
    .panama__planner-1-information-1::after{
        content: '';
        display: block;
        position: absolute;
        background: #985ac0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 114px;
        left: 146px;
    }

    .panama__planner-1-information-2{
    float: left;
    width: 195px;
    margin-top: 193px;
    padding-left: 20px;
    position: relative;}
    .panama__planner-1-information-2::before{
        content: '';
        display: block;
        position: absolute;
        background: #985ac0;
        height: 1px;
        width:54px;
        left: -41px;
        top: 68px;
    }
    .panama__planner-1-information-2::after{
        content: '';
        display: block;
        position: absolute;
        background: #985ac0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 63px;
        left: -46px;
    }
.panama__size{
    font-size: 22px;}
.panama__text{
    font-size: 16px;
    line-height: 17px;
    margin-top: 3px;
    color: #5c5c5c;}
.panama__img{}
.panama__img img{

}
.panama__p-text{}
.panama__planner-1-information-1{
    float: left;
    width: 127px;
    margin-top: 210px;

}
.planner-big{

}
.panama__planner-1-information-2{
    float: right;
    width: 150px;
    margin-top: 130px;

}
.panama__planner-1 img{
display: block;
float: left;  }
.planner-big{
    font-weight: bold;
}
.panama__planner{
    overflow: hidden;}
    .panama__text span{
        color:#000;
    }
    .panama__planner h4{
        margin:20px;
    }
    .panama__planner-1{
        overflow: hidden;
    }
    .panama__planner-2{overflow: hidden;}
    .panama__planner-3{overflow: hidden;}
    .panama__planner-2 .panama__planner-1-information-1{}
    .panama__planner-2 .panama__planner-1-information-1::before{}
    .panama__planner-2 .panama__planner-1-information-1::after{}

    .panama__planner-3 .panama__planner-1-information-1{margin-top: 310px;}
    .panama__planner-3 .panama__planner-1-information-1::before{}
    .panama__planner-3 .panama__planner-1-information-1::after{}

    .comments-views{
        margin-top: -35px;
        position: absolute;

        right: 20px;
    }
.content.element .element-header li.title{
    color:#FFF;
}

.content .aside .nav-content ul li a.cat_49{

}
.content .aside .nav-content ul li a.cat_49.active{

}
.content .aside .nav-content ul li a{
    padding:0 20px;
}
.content .aside .nav-content .icon.icon-afisha{
    height: 60px;
}
.scroll-top{
    position: fixed;
    top:0px;
    left:0px;
    height:100%;
    width:140px;
    cursor: pointer;
    background:rgba(133,84,167,0);
    opacity: 0;
}
.scroll-top .icon{
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s ;
    -ms-transition: transform 0.3s ;
    -o-transition: transform 0.3s ;
    transition: transform 0.3s ;
}
.scroll-top span{
    opacity:1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s ;
    -ms-transition: opacity 0.2s ;
    -o-transition: opacity 0.2s ;
    transition: opacity 0.2s ;
}
.scroll-top.show{
    opacity: 1;
}
.scroll-top.tapped{
    opacity: 1;
}
.scroll-top.tapped span{
    opacity:0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s ;
    -ms-transition: opacity 0.2s ;
    -o-transition: opacity 0.2s ;
    transition: opacity 0.2s ;
}
.scroll-top.tapped .icon{
    transform: rotate(180deg);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s ;
    -ms-transition: transform 0.3s ;
    -o-transition: transform 0.3s ;
    transition: transform 0.3s ;
}
.scroll-top:hover{
    background:rgba(133,84,167,0.2);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s ;
    -ms-transition: background 0.3s ;
    -o-transition: background 0.3s ;
    transition: background 0.3s ;
}
.button-scroll{
    padding: 28px;
    color:#7a43b6;
    font-weight:bold;
}
.sub-categories li a{
    display: block;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    font-family: 'PT Sans Bold', Arial, sans-serif;
    background: #e5e5e6;
    color: #6b6464;
    margin-bottom:1px;
}
.sub-categories li a:hover{
    background: #985ac0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}
.sub-categories li.active a{

    background: #985ac0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}
.content .aside .information li:first-child:before {
    z-index:-1;
}

.information ul li a.feolet{
    padding: 0 0 6px 0;
    color: #985ac0;
    font-style: normal;
    font-family: 'PT Sans Bold',Arial,sans-serif;
    font-size:16px;
}

.breadcrumb  span a{
    color:#7a43b6;
}
.point .title{
    color:#FFF;
}
.the-news{
    padding:15px;
    background: #fff;
    box-shadow: 0 0 27px rgba(0,0,0,.2);
}
.show-news{
    cursor: pointer;
}
.the-news p,.show-all-news{
    font-size:18px;
    font-weight:bold;
    margin-left: 67px;
}
.show-all-news{
    color:#8554a7;
    display: none;
}
.new-item span{
    color:#969696;
    font-weight:normal;
    display: inline-block;
    margin-right: 9px;
    flex-basis: 140px;
    width:140px;
}
.new-item{
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: left;
    font-size:16px;
    margin: 14px;
}
.new-item a{
    color:#000;

}
.new-item a.item-comments{

}
.new-item a.item-comments .icon{
    margin: -3px 1px 0 0;
}
.new-hidden{
    display: none;
}
.new-block{
    display: inline;


}
.news-a{
    display: block;
    width:500px;
}
.news-a img{
    width:100%;
    display: block;
}
.download-more{
    background: #FFF;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.wait{
    background: #FFF;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    display: none;
}
.news-background{
    background: rgba(0,0,0,0.4);
    position: fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:10;
    display: none;
}
.news-popup{
    width:980px;
    padding: 20px;
    background: #FFF;
    top:0px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
    display: none;
    position: absolute;
    z-index: 11;
    left:50%;
    margin-left:-490px;
    display: block;
    margin-bottom: 100px;
}

.show-popup{
    top:100px;
    opacity:1;
}
.close-popup-button{
    right:10px;
    position: absolute;
    top:10px;
    width: 25px;
    cursor: pointer;
    height:25px;
    background:url('../imgs/icons/close.svg') no-repeat;
}
.news-content .news-header{
    overflow: hidden;
}
.news-content .title{
    width:900px;
}
.news-content .info{
    width:130px;
}
.news-content .info .item{
    width:50%;
    float: left;
}
.content .aside .nav-content ul li a.no-action{
    background: #c5c5c5;
}
#news-popup{
    position: fixed;
    height: 100%;
    width:100%;
    overflow-y:scroll;
    display: none;
    top:0px;
    z-index: 20;
    left:0px;
}
body.showing-new{
    overflow: hidden;
}
.news-b{
    width:677px;
    margin-left:-18px;
    margin-bottom: 15px;
}
.through-wall{
    z-index: 1;
    position: absolute;
    width:100%;
    height:100%;
    margin-top: -18px;
    margin-left: -18px;
}
.news-item .title{
    font-size:30px;
}
.text a img{
    display: block;
    margin:20px auto;
}
ul li{
    font-size:1em;
}
.element-header li.sobitiya{
    margin-right: 30px;
}
.element-header li.sobitiya a{
    background: none;
    color:#FFF;
}
.element-header li.sobitiya a .icon.icon-sobitiya{
    background: url(../imgs/icons/sobytiya_white.svg) no-repeat;
    margin: -8px 15px 0 1px;
}

.popup-gallery .slick-next,.popup-gallery .slick-prev{
    top: 39px;

}
.popup-gallery .slick-prev{
    left:-11px;
}
.popup-gallery .slick-next {
    right: 5px;
}
.element-content-bottom .popup-gallery li a{
    padding: 5px 7px;
}
.content .aside .subject.subject-afisha .element-content-bottom.not-hidden{
    overflow: inherit;
}

.more-info .slick-prev{
    left:-12px;
}
.more-info .slick-next{
    right:8px;
}
.more-info .element-small-free{
    background: #f16a37;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    color: #fff;
    padding: 2px 8px;
    display: none;
}
.viewed{
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    border-radius: 7px;
    left: 5px;
    top: 171px;
    padding: 3px 9px;
}
.viewed .icon.icon-view{
    background: url('../imgs/icons/eye-white.svg') no-repeat;
    margin:-1px 5px 0 0;
}
.more-info .element-small-free.yes{
    display: block;
}
.movie-main{
    max-height: 270px;
}
/*.fancybox-prev span{
    left: -50px;
}
.fancybox-next span{
    right: -51px;
}*/

#anycomment-app{
    width: 980px;
    margin:0 auto;
}

blockquote {
    font-style: italic;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}
.more-flow{
    padding: 0 13px;
    height: 36px;
    border-radius: 3px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    touch-action: manipulation;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid;
    background-color: transparent;
    margin-top: 17px;
}
.more-flow:hover{
    background-color:#f16a37;
    color:#FFF;
}

.flow__header{
    margin-top: -40px;
    margin-bottom: 10px;
    font-size: 2em;
}