@font-face{
    font-family: "Montserrat-Regular";
    src: url("../Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face{
    font-family: "Montserrat-Bold";
    src: url("../Montserrat/Montserrat-Bold.ttf") format("truetype");
}
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    width: 100%;
    height: 100%;
    color:#33363b;
    background: #FFF;
}

img, form {
    padding: 0px;
    margin: 0px;
}

a, td {
    font-size:14px;
    font-family: 'Montserrat-Regular', sans-serif;
    text-decoration: none;
}
a {
    color:#007BB3;
}
a:hover {
    color:#11a8f0;
}

.inp_t {
    border: 1px solid #e2e2e2;
    color: #666;
    padding:10px 15px;
    font-size:15px;
    font-family: 'Montserrat-Regular', 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:16px;
    padding:13px 30px;
    cursor: pointer;
    background: #045485;
    border: none;
    color:#fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.inp_b:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.page {
    width:100%;
    height: 100%;
}
.container {
    width:100%;
    max-width:1200px;
    margin:0px auto;
    box-sizing:border-box;
    padding:0px 5px;
}
.header {
    background:#045485;
    padding:5px 0px;
}
.header .tbl {
    width: 100%;
}

.header .item {
    display: table-cell;
    vertical-align: middle;
    padding-left:35px;
    padding-right: 40px;
}

.header .item.name a {
    color:#fff;
    font-size: 14px;
    color: #FFD637;
}
.header .item.name a:hover {
    text-decoration: underline;
}

.header .item.date {
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 18px;
    color:#fff;
    font-size: 14px;
}
.header .item.place {
    background-image: url(../img/map.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 18px;
    color:#fff;
    font-size: 14px;
}
.header .item.user_name {
    background-image: url(../img/ico_user.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 28px;
    color:#fff;
    font-size: 18px;
}

.footer {
    position: fixed;
    z-index: 100;
    bottom:0px;
    padding: 15px;
    background:#045485;
    width: 100%;
}
.footer .phone {
    margin-left:10px;
}
.footer .phone a {
   font-size: 14px;
   color:#fff;
}

.order {
    background: #F5F5F5;
    position: fixed;
    right: 0px;
    top:100px;
    width: 300px;
    height: 100%;
    z-index: 100;
}
.order .time_limit {
    padding:15px 15px 5px 15px;
    font-weight: 100;
}
#timer {
    font-weight: bold;
}

.order .title {
    font-weight: bold;
    font-size: 18px;
    padding:15px;
}
.order .help {
    font-weight: 100;
    font-size: 12px;
    padding:0px 15px;
}
.choosen_tickets {
    height: 30%;
    overflow-y: scroll;
    padding:15px;
}
.choosen_tickets .item {
    background: #fff;
    padding:15px;
    margin-bottom:15px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.075) !important;
}
.choosen_tickets .sector {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.choosen_tickets .row_place  {
    display: inline-block;
    padding-top:15px;
    width: 70%;
    font-size: 14px;
}
.choosen_tickets .price {
    width: 28%;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
.choosen_tickets .close {
    display: block;
    cursor: pointer;
    float: right;
    width: 15px;
}
.order .tbl {
    width: 100%;
    padding:25px 15px;
}
.order .tbl td {
    padding:5px 0px;
}

.price_color_list {
    width: 40px;
    position: absolute;
    top:0px;
    margin-left:-40px;
}
.price_color_list .item {
    padding-top:10px;
    height: 40px;
    margin-right: 1px;
    text-align: center;
    margin-top:1px;
    font-weight: bold;
    color:#fff;
    cursor: pointer;
}
.price_color_list .item.big {
    height: 30px;
    padding-top: 5px;
}

.stoke {
    position: relative;
    font-weight: normal;
    color:#9e9e9e;
    text-decoration: line-through;
}
.book_t_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.buy_type:hover {
    text-decoration: underline;
    background-color:#F5F5F5;
}
.buy_type {
    height: 150px;
    width: 250px;
    float: none;
    font-weight: bold;
    margin: 0px 2%;
    display: inline-block;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center 5px;
    padding-top: 180px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
.book_page {
    width: 80%;
}

.book_page .form {
    text-align: center;
    width: 40%;
    margin:0px auto;
}
.book_page .left {
    display: inline-block;
    vertical-align: top;
    width: 17%;
}
.book_page .right {
    display: inline-block;
    vertical-align: top;
    width: 82%;
}
.book_page .right .item {
    display: inline-block;
    vertical-align: top;
    margin-right:30px;
    cursor: pointer;
    width: 26%;
    border-right: 1px solid #eee;
    padding-right: 30px;
}
.book_page .right .item:hover .type{
    color: #3685B6 ;
}
.book_page .chkb {
    transition: all 1s;
}

.book_page .right .type {
    font-weight: bold;
}
.book_page .line_cont {
    padding:30px;
}
.list_container {
    padding: 28px;
    width: 40%;
    min-width: 650px;
    text-align: left;
    box-sizing: border-box;
    background:#EFEFEF;
    margin-bottom: 15px;
}
.list_price {
    float: right;
    font-size: 40px;
    font-weight: bold;
    color: #FF8000;
}
.dop_text {
    clear: both;
    text-align: left;
    font-size: 12px;
    font-weight: 100;
}
.pay_type {
    display: inline-block;
    text-align: center
}
.pc_td_width {
    width: 176px;
}
.price_color_list_mobile {
    display: none;
}
#img_up {
    display: none;
}
.mobile_logo {
    display: none;
}
.mobile_order_type {
    display: none;
}
.show_book {
    display: none;
}
.btn_list_div {
    padding-left:15px;
    display: inline-block;
}
.fan_zone_window_wraper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
    text-align: center;
}
.fan_zone_window {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    margin-top:10%;
    padding:30px 60px;
    border-radius: 5px;
    background: #fff;
    z-index: 10001;
}
.fan_zone_window .elem {
    display: inline-block;
    vertical-align: middle;
}
.fan_zone_window .elem.digit {
    font-size: 50px;
    color: #045485;
    padding:0px 15px;
    margin-top:-5px;
}
.fan_zone_window #minus, .fan_zone_window #plus {
    cursor: pointer;
}
.fan_zone_window .close {
    position: absolute;
    top:5px;
    right: 5px;
    cursor: pointer;
}
.login_form {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    text-align: center;
    background: #eee;
    padding: 50px;
    border-radius: 5px;
}
.login_form input {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
#forgot_password {
    padding-top:15px;
    text-decoration: underline;
    cursor: pointer;
}
.user_cabinet {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding-top:30px;
}
.cabinet_menu {
    padding-bottom:30px;
}
.cabinet_menu .item {
    display: inline-block;
    padding:5px 15px;
    border:1px solid #727272;
    border-radius: 5px;
    margin-right: 10px;
    color:#000;
}
.cabinet_menu .item.active {
    font-weight: bold;
    color:#fff;
    background: #727272;
}
.cabinet_tbl {
    margin-bottom:50px;
    border-collapse: collapse;
    width: 100%;
    margin-top:15px;
}
.cabinet_tbl td {
    padding:10px 15px;
    border:1px solid #eee;
}
.cabinet_tbl .head td {
    font-weight: bold;
    background: #eee;
    border:1px solid #fff;
}
.cabinet_tbl .block {
    display: inline-block;
    vertical-align: middle;
}
.cabinet_tbl.less_border td {
    border-left:0px;
    border-right:0px;
}

.order_info a {
    margin-right: 20px;
}
.order_info a img {
    margin-right: 3px;
}
.login_icon {
    display:block;
    float:right;
    margin-top:-45px;
    margin-right: 30px;
}

@media screen and (max-width: 1100px) {
    .buy_type  {
        width: 20%;
        height: auto;
    }
    .book_page .form {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .book_page .left {
        display: block;
        width: 100%;
        padding-bottom:30px;
    }
    .book_page .right {
        display: block;
        width: 100%;
    }

    .order {
        display: none;
        width: 100%;
        height: auto;
        top:auto;
        bottom: 0px;
    }
    .order.book_page_order {
        display: block;
        position: static;
    }
    .order .help {
        display: none;
    }
    .order .time_limit {
        display: none;
    }
    .order .tbl {
        padding:5px;
    }
    .order_btn_pc {
        display: none;
    }
    .order_btn_mobile {
        display: block!important;
        float: right;
        margin-top: -60px;
        padding-right:10px;
    }
    .order .tbl td {
        padding: 3px;
    }
    .pc_td_width {
        width: 140px;
    }
    .choosen_tickets {
        display: none;
        z-index: 2000;
        max-height: 400px;
        overflow: auto!important;
    }
    #total_tickets_count {
        font-weight: bold;
    }

    .header {
        height: auto;
        padding-bottom:5px;
    }
    .header .item {
        display: block;
        width: 100%;
        height: auto;
        padding: 0px;
        text-align: center;
        font-size: 12px!important;
        line-height: 18px!important;
        background: none!important;
    }

    .header .item:first-child img {
        max-height: 60px;
        width: auto;
    }
    .header .item.name {
        padding-left:0px;
        padding-top:5px;
    }
    .header .item.name a {
        font-size: 15px;
    }
    .footer {
        text-align: center;
        position: static;
    }
    .footer .phone {
        display: block;
        text-align: center;
        margin-left: 0px!important;
    }
    .footer .phone a {
        font-size: 16px;
        margin-left: 0px!important;
    }
    .price_color_list_mobile {
        display: block;
        text-align: center;
        padding: 5px 15px;
    }
    .price_color_list_mobile select {
        padding:5px 15px;
        margin-left:15px;
        width: 100px;
        border: 0px;
    }
    .price_color_list_mobile select option {
        padding: 5px;
    }
    .buy_type {
        width: 100%;
        margin:0px;
        margin-bottom:20px;
    }
    .book_page {
        width: 100%;
    }
    .book_page .form {
        width: 100%;
    }
    #img_up {
        display: inline;
    }
    .mobile_logo {
       display: block;
       margin-top:5px;
    }
    .header .item.logo {
        text-align: center;
        margin-bottom:-20px;
    }
    .mobile_order_type {
        text-decoration: underline;
        display: block;
        float: right;
        cursor: pointer;
        margin-right: 5px;
    }
    .order .title {
        padding-left:5px;
    }
    .show_book {
        display: block;
        border-bottom:1px dotted #3685B6;
        color: #3685B6;
        float: right;
        cursor: pointer;
        font-weight: normal;
        font-size: 16px;
    }
    .list_container {
        min-width: 10px;;
        width: 100%;
    }
    .btn_list_div {
        padding-left:0px;
        padding-top:15px;
        display: block;
    }
    .list_price {
        margin-top:-50px;
    }
}
@media screen and (max-width: 500px) {
    .book_page .line_cont {
        padding-top:15px;
        padding-bottom: 0px;
    }

    .header .tbl {
        position: relative;
        padding-bottom:10px;
    }

    .login_icon {
        display: block;
        float: none;
        position: absolute;
        top:55px;
        right:-10px;
        z-index: 1000;
    }

    .book_page .right .item {
        display: block;
        width: 100%;
        padding-bottom:15px;
        border: 0px;
    }
    .book_page .right .links a {
        margin-left: 0px!important;
        margin-bottom:15px;
        display: block;
    }
    .book_page .inp_t{
        width: 100%!important;
    }
    .book_page .button {
        text-align: center;
    }

    .user_profile .inp_t, .user_profile .inp_b {
        display: block;
        width: 90%!important;
        margin: 0px auto;
        margin-bottom:15px;

    }
    .user_cabinet h2 {
        text-align: center;
    }

    .cabinet_tbl {
        display: block;
        text-align: center;
    }
    .cabinet_tbl tbody {
        display: block;
        width: 93%;
    }
     .cabinet_tbl tr {
        display: block;
        width: 93%;
    }
    .cabinet_tbl td  {
        display: block;
        width: 100%!important;
        text-align: center;
        border-top:0px;
    }

    .cabinet_tbl.less_border {
        display: table;
    }
    .cabinet_tbl.less_border tbody {
        display: table-row-group;
    }
     .cabinet_tbl.less_border tr {
        display: table-row-group;
    }
    .cabinet_tbl.less_border td  {
        display: table-cell;
    }

    .cabinet_menu .item {
        width: 80%;
        margin-bottom:15px;
    }
    .cabinet_menu {
        text-align: center;
    }
    .order_info a {
        display: block;
        width: 100%;
        margin-bottom:15px;
    }

    .list_price {
        margin-top: 20px;
        float: none;
        text-align: center;
    }
}

