html, body {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-family: Arial Narrow, Arial, sans-serif;
    width: 100%;
    height: 100%;
    color:#1f262d;
    background: #FFF;
}
.html_editor {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
}
.html_editor .faq h2 {
    padding-top: 15px;
    padding-bottom: 5px;
    clear: both;
    display: block;
    font-size: 16px;
    color:#333333;
    font-weight: bold;
}
.html_editor .faq .text {
    text-align: justify;
    font-weight: 300;
    margin-bottom: 15px;
}

.body.fixed {
    margin-top:74px;
}
img, form {
    padding: 0px;
    margin: 0px;
}

a, td {
    font-size:14px;

    text-decoration: none;
}
a {
    color:#1f262d;
}

.inp_t {
    border: 1px solid #e2e2e2;
    color: #666;
    padding:8px 15px;
    font-size:15px;
    font-family: Arial, sans-serif;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
    border-radius: 2px;
}

.inp_t:focus {
    border:1px solid #11a8f0;
}

h1,h2,h3, ul {
    margin:0px;
    padding:0px;
}
div {
    box-sizing: border-box;
}

.inp_b {
    font-size:18px;
    padding:9px 30px;
    cursor: pointer;
    background: #cba010;
    border: none;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial Narrow, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
}
.inp_b:hover {
    background-color: #0E6AA6;
}

.page {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}
.container {
    width:100%;
    max-width:1400px;
    min-width: 330px;
    margin:0px auto;
    box-sizing:border-box;
    padding:0px 5px;
}
.header {
    background:#045485;
    height: 50px;
}
.header.fixed {
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 3000;
    opacity: 0.94;
    border-bottom: 1px solid #2e7bad;
}
.mobile_search.fixed {
    position: fixed;
    top:50px;
    width: 100%;
    z-index: 1000;
    opacity: 0.98;
}
.header .menu {
    float: left;
    height: 50px;
    line-height: 60px;
    position: relative;
}
.header .logo {
    float: left;
    height: 50px;
    line-height: 75px;
    margin-left: 15px;
}
.logo_img {
    width: 120px;
}

.header .menu img {
    cursor: pointer;
}

.header .search_menu {
    float: right;
    position: relative;
}

.site_menu_container {
    display: none;
    z-index: 1000;
    top:0px;
    margin-top:50px;
    position: absolute;
    padding:15px;
    left:0px;
    background: #fff;
    width: 200px;
    border-top:10px solid #045485;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}
.drop_menu_container {
    display: none;
    position: absolute;
    border-top:10px solid #045485;
    padding:15px;
    left:-50px;
    background: #fff;
    width: 300px;
    z-index: 10000;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}
.drop_menu_container.lang {
    width: auto;
    margin-top:13px;
    left:0px; 
}
.drop_menu_container.city {
    left:0px;
}


.drop_menu_container .second_level {
    display: none;
    position: absolute;
    z-index: 2000;
    top:0px;
    background: #fff;
    width: 200px;
    min-height: 99.3%;
    margin-left:270px;
    background: #fff;
    border-left:10px solid #fefefe;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.site_menu_container li  {
    display: block!important;
    border-bottom:1px solid #e7e3e3;
}

.drop_menu_container li {
    display: block!important;
    border-bottom:1px solid #e7e3e3;
    color: #1f262d;
}
.drop_menu_container li:hover {
    text-decoration: underline;
}

.drop_menu_container .arrow_right {
    float: right;
    margin-top:20px;
    margin-right: 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.drop_menu_container a, .site_menu_container a  {
    font-size: 18px;
    height: 50px;
    padding-left:10px;
    width: 95%;
    line-height: 50px;
    display: block;
}
.drop_menu_container a:hover, .site_menu_container a:hover {
    background: #f5f5f5;
}

.drop_menu_container .second_level li {
    border: none!important;
    padding-left:15px;
}
.drop_menu_container .second_level li a {
    height: 40px!important;
    line-height: 40px!important;
    width: 90%;
    font-size: 16px;
}
.drop_menu_container .second_level li a:hover {
    color: #045485
}

.header .search_menu .lang {
    padding-right: 30px;
    padding-top:14px;
    cursor: pointer;
}

.header .search_menu .search {
    position: relative;
    width: 450px;
}
.header .search_menu .search .close {
    display: none;
    cursor: pointer;
    position: absolute;
    left:260px;
    color:#045485;
    font-stretch: condensed;
    top:43px;
    font-size: 14px;
}

.header .search_menu .top_block li {
    display: inline-block;
}

.header .search_menu .drop_menu {
    position: relative;
    color:#fff;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 50px;
    margin-left:30px;
}

.header .lang_curr {
    background: #1b4057;
    border-radius: 5px;
    height: 30px;
    color:#fff;
    line-height: 20px;
    font-size: 14px;
    padding:5px 10px;
}
.search .inp_t {
    width: 60%;
    height: 34px;
    border-radius: 0px;
    border:none;
    border-left:1px solid #cccccc;
    display: inline-block;
    vertical-align: middle;
}
.calendar_search {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 50px;
    height: 34px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background-image: url(/img/calendar.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    cursor: pointer;
}

#btn_search {
    display: inline-block;
    vertical-align: middle;
    background-color: #cba010;
    color:#fff;
    font-size: 18px;
    font-stretch: condensed;
    width: 108px;
    height: 34px;
    line-height: 34px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}
#btn_search:hover {
    background-color: #0E6AA6;
}

.body {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
    background: #1f262d;
}

ul.way {
    margin-bottom:5px;
}
ul.way li {
    padding:15px 0px;
    display: inline-block;
    font-size: 16px;
}
ul.way li a {
    color:#045485;
    font-size: 16px;
}
ul.way li a:hover {
    color:#11a8f0;
}
.mobile_search {
    display: none;
}
.first_screen {
    background-color: #000;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}
.first_inner_screen {
    background-color: #000;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center -300px;
}
.first_inner_screen .bkg {
    width: 100%;
    background: rgba(0,0,0, 0.6);
}
.first_inner_screen .bkg.event_block {
    text-align: center;
    padding:30px 0px;
}

.first_screen .bkg {
    width: 100%;
    background: rgba(0,0,0, 0.6);
}
.first_screen .block {
    display: inline-block;
    border-radius: 10px;
    padding:15px 30px;
    background: rgba(0,0,0, 0.35);
    color:#fff;
    max-width: 400px;
    border-left: solid 0px rgba(0,0,0, 0.26);
    transition: border-width 0.1s linear;
    vertical-align: top;
    transition: 0.4s all;
}

.first_screen .block:hover {
    background: rgba(14,106,166, 0.4);
}
.first_screen .block .name:hover {
    color: #cba010;
}
.first_screen .block .event_date img {
    transition: 0.4s all;
}
.first_screen .block .event_date img:hover {
    transform: rotate(360deg);
}

.first_screen .name {
    display: block;
    color:#fff;
    font-size: 38px;
    font-stretch: condensed;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.first_screen .event_date {
    padding-top:5px;
    font-size: 20px;
    font-stretch: condensed;
    text-transform: uppercase;
    height: 80px;
    text-align: left;
}
.first_screen .event_date .digit {
    font-size: 36px;
    font-weight: bold;
}
.digits {
    display: inline-block;
    padding-top:5px;
    vertical-align: top;
}

.first_screen .event_date .category_name {
    font-size: 16px;
    padding-left:70px;
    text-transform: lowercase;
    color:#cccccc;
}
.quick_links ul {
    padding:15px 0px;
    text-align: center;
}

.quick_links li {
    display: inline-block;
    text-align: center;
    padding:0px 5px;
}
.quick_links li a {
    color:#cccccc;
    border-bottom: 1px dotted #cccccc;
}
.quick_links li a:hover {
    color:#fff;
}

.search.category {
    padding:15px 0px 30px 0px;
    text-align: center;
}
.search.category .inp_t {
    width: 30%;
}
.event_block.one {
    background: #0e6aa6;
    padding:40px 0px;
    border-bottom:1px solid #2e7bad;
}
.event_block.two {
    background: #02619f;
    padding:40px 0px;
    border-bottom:1px solid #2e7bad;
}
.event_block .block {
    max-width: 800px;
    margin: 0px auto;
}
.event_block .poster {
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    transition:all 0.6s;
}
.event_block .hall_name {
    color:#fff;
    padding-top:15px;
    font-weight: bold;
}

.event_block .category_name {
    color:#cbcbcb;
    font-size: 16px;
}
.event_block .poster .image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    height: 250px;
    width: 250px;
    border: 2px solid #cccccc;
}

.event_block .descr {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    padding-left:35px;
}

.event_block .name, .event_block .name a, .event_block .name, .event_block .name {
    color:#fff;
    font-size: 38px;
    font-stretch: condensed;
    font-weight: bold;
    text-transform: uppercase;
}
.event_block .name a:hover {
    color:#cba010;
}
.event_block .event_date {
    padding-top:20px;
    font-size: 30px;
    font-stretch: condensed;
    text-transform: uppercase;
    color:#cba010;
}
.event_block .event_date .digit {
    font-size: 36px;
    font-weight: bold;
}
.event_block .buttons {
    font-stretch: condensed;
    text-transform: uppercase;
    font-weight: bold;
    padding-top:30px;
}
.event_block .buttons a {
    color:#fff;
    font-size: 20px;
}
.event_block .buttons a:hover {
    color:#cba010;
}
.footer {
    padding-top:15px;
    text-align: center;
}
.footer .block {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}


.footer .block .phone {
    font-size: 36px;
}

.footer .block li {
    padding-bottom:5px;
    display: block;
    color:#fff;
    font-size: 18px;
    font-stretch: condensed;
}
.footer .block li a {
    color:#fff;
    font-size: 18px;
    font-stretch: condensed;
}
.footer .block li img {
    margin-right: 15px;
}

.footer .block.socials {
    text-align: center;
}
.choosen_date {
    display: none;
    position: absolute;
    width: 269px;
    height: 34px;
    padding:7px 15px;
    background: rgba(255, 255, 255, 0.9);
    top: 34px;
    left:51px;
    border-top:1px solid #cccccc;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}
#clear_date, #clear_search {
    cursor: pointer;
    color:#045485;
    font-weight: normal;
    border-bottom:1px dotted #045485;
    font-size: 14px;
    margin-left:10px;
}


.choosen_date span.clear {
    color:#045485;
    font-size: 12px;
    padding-left:15px;
}
.event_info {
    text-align: center;
    height: 700px;
    padding-top:15px;
}
.event_info ul {
    height: 635px;
}

.event_info .block {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    background-size: cover;
    height: 100%;
    margin:15px;
}
.event_info .block img {
    width: 100%;
}
.event_info .block .video {
    margin-bottom:30px;
}
.event_info .block .text {
    overflow-y: scroll;
    background: #1f262d;
    color:#fff;
    height: 65.3%;
    padding:15px;
    text-align: left;
}
.event_info .mobile_open {
    display: none;
}

.event_info .block .image_mini {
    margin-bottom:30px;
    height: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.buy_block {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.buy_block .text {
    text-align: center;
    font-size: 20px;
    font-stretch: condensed;
    color:#fff;
    font-weight: bold;
    padding:30px 0px;
}

.buy_button {
    display: block;
    background: #DAA100;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    display: inline-block;
    color:#fff;
    font-stretch: condensed;
    font-weight: bold;
    font-size: 18px;
}
.buy_button:hover {
    opacity: 0.8;
}

.drop_menu {
    cursor: pointer;
}
.drop_menu .user_name {
    color:#fff;
    font-size: 18px;
}
.drop_menu .user_name:hover {
    color:#eee;
}
.owl-carousel {
    display: none!important;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding:7px!important;
}
.login_form {
    width: 400px;
    margin: 0px auto;
    text-align: center;
    background: #eee;
    padding:50px;
}
.login_form input {
    width: 100%;
    display: block;
    margin-bottom:25px;
}
.search_word {
    background: #045485;
    color:#fff;
    padding:5px 10px;
}
.category_filter {
    color:#045485;
    padding:15px 0px;
}
.pc_hide  {
    display: none!important;
}
.cabinet_menu {
    padding-bottom:30px;
}
.fill_need {
    color:#ccc;
    text-align: center;
    font-size: 14px;
}

.cabinet_menu li {
    display: inline-block;
    list-style: none;
    padding-left:15px;
}
.cabinet_menu li.active {
    background: #eee;
}

.cabinet_menu li a {
    display: inline-block;
    padding:10px;
}

.cabinet_menu li a:hover{
    background: #eee;
}
.cabinet {
    width: 30%;
}
.cabinet .block {
    padding-bottom:15px;
}
.cabinet .tbl {
    border-collapse: collapse;
    width: 100%;
}
.cabinet .tbl td {
    padding:3px 7px;
    border-bottom:1px solid #eee;
}
.cabinet .tbl .head  td {
    font-weight: bold;
    padding:15px;
}
.cabinet .tbl  .icon {
    display: inline-block;
}
.circle_tour {
    vertical-align: top;
    border:1px solid #cba010;
    color:#cba010;
    font-size: 14px;
    font-weight: bold;
    padding-top:15px;
    margin-top:5px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.cabinet .tbl.inner td {
    padding:5px;
    border:1px solid #fff;
}
.show_arhive {
    color: #3685B6;
    text-decoration: underline;
}
.top {
    color:#cba010;
    font-weight: bold;
    position: absolute;
    top:0px;
    left:-15px;
    font-size: 30px;
}
.top img {
    margin-bottom:-5px;
    margin-right: 5px;
}
.hall_filter {
    max-width: 500px;
}
.event_info .block.afisha {
    min-width: 420px;
}
.image_with_bg {
    height: 300px;
}

@media screen and (max-width: 1300px) {
    .drop_menu .user_name{
        display: none!important;
    }
    .event_info .block {
        margin: 5px;
    }
}

@media screen and (max-width: 1100px) {

    .search_menu .search {
        display: none!important;
    }
    .mobile_search {
       display: block;
       padding:20px 0px;
       background: #045485;
       text-align: center
    }
    .search .inp_t {
        width: 60%;
    }
    .header .search_menu .lang {
        padding-right: 10px;
    }
    .first_screen {
        text-align: center;
    }
    .first_screen .name {
        font-size: 20px;
    }
    .first_screen .event_date {
        font-size: 20px;
        padding-top:15px;
    }
    .first_screen .event_date .digit{
        font-size: 26px;
    }
    .first_screen .block {
        margin: 10px!important;
        width: 45%;
    }
    .footer .block.socials {
        display: block;
        text-align: center;
        padding-top:15px;
        width: 100%;
    }
    .event_info .block {
        display: block;
        width: 100%;
        margin:15px 0px;
    }
    .event_info .block.image {
        width: 100%;

    }
    .event_info .block .image_mini {
        height: 300px;
    }
    .event_info .block .video, .event_info .block .image_mini {
        margin-bottom:15px;
    }

    .event_info {
        height: auto;
    }
    .event_info ul {
        height: auto;
    }

}

@media screen and (max-width: 660px) {
    .hall_filter {
        width: 100%;
        max-width: 95%;
        margin-top:10px;
    }

    .cabinet {
       width: 100%;
    }
    .header {
        border-bottom: 1px solid #2e7bad;
    }

    .header .search_menu .lang {
        display: none!important;
    }
    .first_screen {
        display: none;
    }

    .owl-carousel {
        display: block!important; ;
        padding:60px 0px;
        background-image: url(/img/temp1.png);
        background-size: cover;
    }

    .owl-carousel .block {
        display: block;
        width: 100%;
        border-radius: 10px;
        padding:15px;
        background: rgba(0,0,0, 0.5);
        color:#fff;
        max-width: 400px;
        border-left: solid 0px rgba(0,0,0, 0.26);
        transition: border-width 0.1s linear;
        vertical-align: top;
    }
    .owl-carousel .name {
        display: block;
        color:#fff;
        font-size: 20px;
        font-stretch: condensed;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
    }

    .owl-carousel .event_date {
        padding-top:10px;
        font-size: 18px;
        font-stretch: condensed;
        text-transform: uppercase;
        height: 80px;
        text-align: left;
    }
    .owl-carousel .event_date .digit{
        font-size: 24px;
        font-weight: bold;
    }

    .search .inp_t {
        width: 50%;
    }

    .event_block .poster {
        width: 100%;
    }
    .event_block .poster .image {
        margin: 0px auto;
        height: 180px;
        width: 180px;
    }
    .event_block .descr {
        width: 100%;
        text-align: center;
        padding-top:15px;
        padding-left:0px;
    }
    .search.category .inp_t {
        width: 50%;
    }
    .event_block .name, .event_block .name a, .event_block .name, .event_block .name {
        font-size: 20px;
        line-height: 30px!important;
    }
    .event_block .event_date {
        font-size: 20px;
    }
    .event_block .event_date .digit {
        font-size: 28px;
    }

    .event_block .buttons a {
       font-size: 14px;
    }
    .footer .block {
        display: block;
        text-align: center;
        width: 100%;
    }
    .header .search_menu .drop_menu {
        margin-left: 5px;
        font-size: 14px;
    }
    .all_events_title {
        display: none;
    }
    .drop_menu_container, .site_menu_container {
        position: fixed;
        width: 100%;
        left:0px;
    }
    .drop_menu_container .second_level {
        margin-left: 150px;
    }

    .drop_menu_container ul {
        width: 50%;
    }
    .category_filter input {
        width: 46%;
        margin-right:5px;
    }
    .category_filter button {
        width: 100%;
        margin-top:10px;
    }
    .mobile_hide {
        display: none!important;
    }
    .pc_hide {
        display: block!important;
    }

    .event_info {
        padding-top:0px;
    }

    .login_form {
        width: 100%;
    }
    .event_info .block .text {
        overflow: hidden;
        height: 300px;
    }
    .event_info .mobile_open {
       display: block;
       text-decoration: underline;
       padding:15px 0px;
    }
    .bkg .buttons {
        position: fixed;
        z-index: 10;
        bottom:0px;
        width: 100%;
        background: #cba010;
        padding: 15px;
    }
    .bkg .buttons a {
        color:#fff!important;
    }
    .digits {
        padding-top:15px;
    }
    .top {
        left:15%;
    }

}






