@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    margin: 22px 0;
}

body {
    background: #fff;
    padding: 0;
    color: #191A1A;
    margin: 0;
}

p {
    margin-bottom: 10px;
}

a {
    color: #333;
}

    a.event {
        text-decoration: none;
    }

.blue-link {
    color: #0092FF;
}

.bold-text {
    font-weight: bold;
}


@font-face {
    font-family: 'ALSRubl-Arial';
    src: url('../fonts/alsrubl-arial-regular.eot');
    src: url('../fonts/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/alsrubl-arial-regular.woff') format('woff'), url('../fonts/alsrubl-arial-regular.ttf') format('truetype'), url('../fonts/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALSRubl-Arial';
    src: url('../fonts/alsrubl-arial-bold.eot');
    src: url('../fonts/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/alsrubl-arial-bold.woff') format('woff'), url('../fonts/alsrubl-arial-bold.ttf') format('truetype'), url('../fonts/alsrubl-arial-bold.svg#ALSRublArialBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.b-rub, .b-rub_arial {
    font-family: 'ALSRubl-Arial', Arial, sans-serif;
    line-height: normal;
}


.button-type input {
    margin: 3px;
}

.button-type span,
.button-type input {
    vertical-align: middle;
}


#app {
    min-height: 500px;
    position: relative;
}

.record-left-head-cont {
    background: #0092ff;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
}

.left-head-contacts {
    display: block;
    color: #664C00;
    margin: 0 0 5px;
    padding: 5px 10px;
    background: #F9D049;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footer-app .left-head-cont {
    float: left;
    position: absolute;
    top: 100px;
    right: 14px;
}

.footer-app .right-head-cont {
    position: absolute;
    top: 88px;
    left: 14px;
}

.heading-app {
    overflow: hidden;
    padding: 15px 10px;
    min-height: 60px;
    position: relative;
}

    .heading-app .right-head {
        float: right;
        margin-top: -10px;
    }

    .heading-app .auth-host-link {
    }


    .heading-app .radatio-head-logo {
        float: right;
    }

.radatio-foot-logo .radatio-head-logo {
    width: 150px;
    margin: 0 auto;
}

.record .radatio-foot-logo .radatio-head-logo {
    display: inline-block;
}

.radario-logo {
    background: url(../img/sprite.png) -3px -87px;
    width: 125px;
    height: 33px;
}

.heading-app .radatio-head-logo .radario-logo-note,
.login-page-master .radatio-head-logo .radario-logo-note {
    display: block;
    color: #666;
    margin: 5px 0 0;
    font-size: 13px;
}

.order-header {
    padding: 20px;
}

    .order-header.status-Success,
    .order-header.status-Pending {
        color: rgb(124, 173, 112);
    }
    .order-header.status-Failed {
        color: rgb(187, 65, 65);
    }
.event .head-buy.order-buy .section-header {
    line-height: 30px;
}
.heading-app .host-head-logo {
    float: left;
    padding-left: 80px;
    position: relative;
    width: 50%;
}

.heading-app .left-head-cont span {
}

.heading-app .host-head-logo img {
    position: absolute;
    left: 0;
    top: 0;
}

.heading-app .host-head-logo h2,
.heading-app .host-head-logo .like-head {
    margin: 10px 0;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.heading-app .host-head-logo p {
    margin-top: -10px;
    color: #666;
}

.heading-app .host-head-logo .like-head {
    margin: 20px 0;
}


.tick-logo-icon {
    width: 29px;
    vertical-align: text-bottom;
    height: 28px;
    background: url(../img/sprite.png) -50px -191px;
}

.footer-fix {
    height: 90px;
    clear: both;
    float: none;
}

    .footer-fix.record {
        height: 145px;
    }

.footer-app {
    overflow: hidden;
    position: relative;
    bottom: 0;
    right: 0;
    height: 20px;
    left: 0;
    padding: 50px 10px 20px;
}

    .footer-app.record {
        height: 90px;
    }

        .footer-app.record * {
            vertical-align: middle;
        }

        .footer-app.record img {
            margin-right: 10px;
        }

    .footer-app .radatio-foot-logo {
        text-align: center;
    }

        .footer-app .radatio-foot-logo .radario-logo-note {
            color: #666;
            font-size: 13px;
        }

    .footer-app .styled-button {
        position: absolute;
        right: 15px;
        top: 40px;
    }
.aling-centering {
    text-align: center;
}
.margin-20-px {
    margin: 20px;
}

.record-custom .footer-app .styled-button {
    display: none;
}

.no-result {
    padding: 80px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}

    .no-result h2 {
        font-size: 19px;
        margin: 0 0 8px;
    }

#login-page {
    height: 300px;
}

.login-page-master {
    position: absolute;
    padding: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
}

    .login-page-master .title-login {
        font-size: 14px;
        margin: 20px 0 10px;
    }

        .login-page-master .title-login.logined .first-login,
        .login-page-master .title-login .re-login {
            display: none;
        }

        .login-page-master .title-login.logined .re-login {
            display: block;
        }

    .login-page-master .login-form {
        width: 300px;
        padding: 20px;
        margin: 20px -20px;
        border: 1px solid #ededed;
        box-shadow: 0 0 20px 2px rgba(0,0,0,.12);
        display: inline-block;
    }

        .login-page-master .login-form .inputs-cont,
        .login-page-master .login-form .forgot-cont {
            width: 200px;
            display: inline-block;
            vertical-align: bottom;
        }

            .login-page-master .login-form .inputs-cont input {
                margin-bottom: 10px;
            }

        .login-page-master .login-form .forgot-cont {
            width: 50px;
            margin-left: 20px;
            height: 40px;
        }

    .login-page-master .post-login-form {
        display: inline-block;
        margin-left: 42px;
        vertical-align: top;
        padding-top: 20px;
    }

        .login-page-master .post-login-form p {
            display: block;
        }

            .login-page-master .post-login-form p.title {
                font-size: 14px;
            }

.config-page {
    padding: 0 10px;
    margin-bottom: -80px;
    position: relative;
    z-index: 10;
}

    .config-page.partner-config-page {
        margin-top: -90px;
        background: #fff;
    }

    .config-page .heading-app .host-head-logo {
        padding: 0;
    }

    .config-page.partner-config-page .master-placed-cont {
        top: 56px;
        left: 18px;
    }

    .config-page .master-placed-cont {
        background: #fff;
        position: absolute;
        top: -54px;
        left: 88px;
    }

        .config-page .master-placed-cont p {
            margin: 2px;
            color: #666;
        }

    .config-page .events-is-full {
        background: #fff;
        position: relative;
    }

    .config-page .title-note {
        font-size: 16px;
        margin: 20px 15px;
    }

    .config-page .title-config-widget-type {
        font-size: 13px;
        padding: 9px 15px;
        margin-left: 4px;
        position: relative;
        background: rgba(244, 244, 244, 0.53);
        vertical-align: middle;
        color: #6B6B6B;
        border-radius: 5px;
        width: 774px;
        box-sizing: border-box;
        box-shadow: 0 0 0px 1px #F4F4F4;
        margin-top: 15px;
    }

        .config-page .title-config-widget-type > .text-note {
            vertical-align: middle;
            margin-right: 10px;
            width: 80%;
            display: inline-block;
        }
        
        .config-page .title-config-widget-type > .change-selling-items-type,
        .config-page .title-config-widget-type > .vk-action-button {
            vertical-align: middle;
            padding: 2px 10px;
            font-size: 13px;
            line-height: 19px;
            background: #06B1F1;
            color: #FFF;
            border-radius: 3px;
            float: right;
            cursor: pointer;
        }

    .config-page.partner-config-page .title-note {
        margin: 20px 10px;
    }

    .config-page .select-cont-button {
        margin: 10px 0 0;
        vertical-align: top;
        min-height: 60px;
        overflow: hidden;
    }

        .config-page .select-cont-button .block-btn {
            float: left;
            text-decoration: none;
            margin-top: 0;
        }

        .config-page .select-cont-button .how-much-tickets-note {
            float: left;
            padding: 5px 0 0 20px;
            width: 400px;
        }

            .config-page .select-cont-button .how-much-tickets-note p {
                margin: 0 0 0;
                line-height: 15px;
            }

    .config-page .config-list-cont {
        background: #E6E6E6;
        padding: 10px;
        width: 760px;
        border-radius: 5px;
        border: 1px solid #F2F2F2;
        box-shadow: 0 0 8px rgba(0,0,0,.5);
    }

        .config-page .config-list-cont .heading-cont {
            padding: 5px 0 10px;
            font-size: 14px;
        }

            .config-page .config-list-cont .heading-cont .button-type {
                margin-right: 10px;
            }

    .config-page .config-event-list {
        list-style: none;
        margin: 20px 0;
        padding: 0;
    }

    .config-page .config-list-item {
        height: 70px;
        padding-left: 40px;
        margin-bottom: 1px;
        border-radius: 5px;
        background: #fff;
        display: block;
        overflow: hidden;
        position: relative;
    }

        .config-page .config-list-item.tickets-false {
            color: #999999;
        }

    .config-page img.config-list-item {
        border: 1px solid rgba(221, 221, 221, 0.35);
    }

    .config-page .config-list-item.active {
        background: #F9F8E1;
    }

    .config-page .config-list-item .config-list-input {
        position: absolute;
        top: 25px;
        left: 10px;
    }

    .config-page .config-list-item .config-list-image,
    .config-page .config-list-item .config-list-title {
        width: 70px;
        height: 70px;
        float: left;
    }

    .config-page .config-list-item .config-list-title {
        width: 65%;
        padding: 10px;
        height: 50px;
        font-size: 17px;
        font-weight: bold;
    }

        .config-page .config-list-item .config-list-title .list-title {
            width: 460px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

    .config-page .config-list-item .right-list-item {
        padding: 10px 0 0 10px;
        display: block;
    }

        .config-page .config-list-item .right-list-item .right-item-date {
            font-size: 15px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .config-page .config-list-item .right-list-item .right-item-place {
            font-size: 15px;
        }

    .config-page.partner-config-page .config-list-item .config-list-title .right-item-place {
        font-size: 15px;
        font-weight: normal;
        display: block;
        color: #777;
        margin-top: 5px;
    }

    .config-page .config-list-item .right-list-item .right-item-place,
    .config-page .config-list-item .right-list-item .right-item-date,
    .config-page .config-list-item .config-list-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
    }

    .config-page .design-string {
        background: #CCCCCC;
        height: 1px;
        width: 100%;
        padding: 0 10px;
        margin: 15px -10px 10px;
    }

    .config-page .config-list-item .tickets-no-found {
        font-size: 12px;
        font-weight: normal;
        background: #999;
        color: #fff;
        padding: 3px 10px;
        display: none;
        position: absolute;
        top: 39px;
        left: 120px;
        border-radius: 4px;
        width: 100px;
        text-align: center;
    }

    .config-page .config-list-item.tickets-false .tickets-no-found {
        display: inline-block;
    }

    .config-page .add-new-automatic {
        font-size: 15px;
        vertical-align: middle;
    }

    .config-page .events-is-empty {
        display: none;
        position: relative;
    }

        .config-page .events-is-empty .config-list-cont {
            padding: 40px;
            font-size: 15px;
            width: 700px;
        }

            .config-page .events-is-empty .config-list-cont h2 {
                margin-bottom: 10px;
            }

    .config-page.isEmpty .events-is-empty {
        display: block;
    }

    .config-page.isEmpty .events-is-full {
        display: none;
    }

    .config-page .events-is-empty .title-empty {
        font-size: 18px;
    }

    .config-page .note-for-tickets-empty {
        color: #999;
        font-size: 13px;
        padding: 20px 50px 0 20px;
    }

        .config-page .note-for-tickets-empty.hidden {
            display: none;
        }

.config-list-cont.last-page .load-more {
    display: none;
}


.event-page {
}

    .event-page .chzn-container-single .chzn-single span {
        padding: 0;
    }

    .event-page .offetrs-and-payment {
        font-size: 13px;
    }

    .event-page .certificate-popup.overlay-block.not-popup-me .event .middle-box {
        color: #777;
        font-size: 13px;
    }

    .event-page .not-popup-me .heading {
        color: #000;
        font-size: 19px;
    }

    .event-page .certificate-popup.overlay-block.not-popup-me .event .dates {
        color: ##38383;
        font-size: 15px;
        font-weight: normal;
    }

    .event-page .tickets-place-heading {
        font-size: 17px;
    }

    .event-page .overlay-block .overlay-body .tickts-place-body {
        margin-bottom: 16px;
    }

    .event-page .overlay-block .overlay-body .your-email-cont h2,
    .event-page .overlay-block .overlay-body .your-choose h2,
    .event-page .overlay-block .overlay-body .promocode-area h2 {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .event-page .certificate-popup.overlay-block p.total {
        padding: 20px 0 0;
    }

        .event-page .certificate-popup.overlay-block p.total span {
            font-weight: normal;
            font-size: 17px;
        }

.event-list-page .cascade-items .cascade-event {
    width: 230px
}
.event-list-page .cascade-items .cascade-event .cover {
    height: 185px
}

.record-custom .event-list-page .cascade-items .cascade-event {
    margin-left: 16px;
    margin-top: 10px;
}

.event-list-page .select-city {
    width: 200px;
}

.event-list-page .city-contaner {
    margin: 20px 10px 0;
    width: 248px;
}

.event-list-page .cascade-items .event .event-details .event-name span {
    font-size: 20px;
    color: #1A1A1A;
    max-width: 90%;
    text-decoration: none;
}

.event-list-page .cascade-items .event .event-details .cover img[src=""] {
    display: none;
}


.data .overlay-block.certificate-popup.buy-tickets.not-popup-me {
    margin-top: 10px;
}

.record-custom .data .overlay-block.certificate-popup.buy-tickets.not-popup-me {
    width: 650px;
}

.back-to-all-block {
    padding: 10px;
}

.preload-me {
    color: #555;
    font-size: 16px;
    padding: 100px 0;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}

    .preload-me img {
        margin: 0 5px;
    }

    .preload-me.tick-loader {
        margin-bottom: -230px;
    }


/* КОСТЫЛЬ */

.cascade-items .event .price-label .info-box .dates {
    font-size: 13px !important;
    padding-top: 2px !important;
}

.cascade-items .event .price-label .info-box .image-button.buy-with-price {
    width: 43px;
}

.error-msg {
    padding: 10px 0 0 10px;
    font-size: 15px;
}

.profile-page,
.user-order-page {
    margin-top: -90px;
    background: #fff;
    position: relative;
}

#order-error-page.user-order-page {
    background: transparent;
}

#order-error-page ul {
    font-size: 14px;
    list-style: none;
}

.gradient {
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f3fcfd 0%, #f0e6f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f3fcfd), color-stop(100%,#f0e6f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #f3fcfd 0%,#f0e6f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #f3fcfd 0%,#f0e6f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #f3fcfd 0%,#f0e6f2 100%); /* IE10+ */
    background: linear-gradient(135deg, #f3fcfd 0%,#f0e6f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fcfd', endColorstr='#f0e6f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.arrow-note-img {
    background: url(../img/sprite.png) -216px -240px;
    width: 38px;
    height: 19px;
}

.header-right .note-add-app .arrow-note-img {
    position: absolute;
    top: -8px;
    right: 0;
}

.header-right .note-add-app {
    float: right;
    margin: 0 50px 0 30px;
}

    .header-right .note-add-app .note-parag {
        color: #F9D049;
        font-size: 14px;
        text-shadow: 1px 1px 0 rgba(0,0,0,.75);
        margin: -5px 0;
        position: relative;
    }

.header-content {
    width: 780px;
    overflow: hidden;
}

    .header-content .header-logo-image:active {
        top: -28px;
    }

    .header-content .app-name {
        color: #fff;
        position: absolute;
        font-weight: bold;
        font-size: 16px;
        text-shadow: 1px 1px 0 rgba(0,0,0,.75);
        top: 17px;
        left: 110px;
    }

.heading-app .profile-cont,
.heading-app .profile-cont-left {
    float: right;
    overflow: hidden;
    margin: 10px 0;
    font-size: 1.3em;
    font-weight: bold;
}

    .heading-app .profile-cont .gray-link {
        color: #808080;
    }

    .heading-app .profile-cont.has-tickets span.profile-link,
    .heading-app .profile-cont a.profile-link {
        display: none;
    }

    .heading-app .profile-cont.has-tickets a.profile-link {
        display: block;
    }

.heading-app .profile-cont-left {
    float: left;
}

.heading-app .profile-cont .profile-link {
    text-decoration: none;
    color: #0092FF;
}

    .heading-app .profile-cont .profile-link .underline-link {
        text-decoration: underline;
    }

.profile-page .data {
    width: 750px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    margin: 20px auto 0;
}

    .profile-page .data .event:hover {
        background: #F7F7F7;
    }

    .profile-page .data .event:last-child .sep {
        display: none;
    }

.profile-page .event-details .event-name {
    color: #000;
}

.overlay-block.certificate-popup.buy-tickets.not-popup-me,
.result {
    margin-bottom: 0;
}

.start-button {
    margin-top: 40px;
    font-size: 20px;
}

.purchased-ticket .purchased-name,
.purchased-ticket .purchased-num {
    font-weight: bold;
}

    .purchased-ticket .purchased-num.record {
        width: 19%;
    }

    .purchased-ticket .purchased-name.record {
        width: 44%;
    }

.bonus-cont .gray-gid {
    color: #888;
    font-size: 12px;
    display: block;
    margin-top: 5px !important;
}


.footer-app.user-orders {
    position: relative;
    height: auto;
    padding-top: 20px;
}

.patterned .left-head-cont {
    float: right;
}

.left-marg {
    margin-left: 20px;
}

.empty-list {
    width: 300px;
    margin: 150px auto 0;
    text-align: center;
}

    .empty-list h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .empty-list p {
        font-size: 18px;
    }

.radario-app-link {
    margin: 20px auto;
    width: 250px;
    padding: 20px 30px;
    background: #F2F2F2;
    overflow: hidden;
}

    .radario-app-link .host-head-logo {
        cursor: pointer;
    }

    .radario-app-link img {
        float: left;
    }

    .radario-app-link h2 {
        text-decoration: underline;
        margin: 24px 0 0 20px;
        float: left;
    }



@media only screen and (max-width: 610px) {
    .radario-logo-note {
        display: none;
    }

    .no-result {
        padding: 40px 50px;
        text-align: left;
    }

    .login-page-master {
        padding: 10px;
        overflow: hidden;
    }

    .post-login-form {
        margin-left: 0;
    }

    .login-page-master .login-form {
        width: auto;
    }
}

@media only screen and (max-width: 750px) {
    .config-page .title-config-widget-type,
    .config-page .config-list-item .config-list-title,
    .config-page .config-list-cont,
    .config-page .config-list-item .config-list-title .list-title,
    .config-page .select-cont-button .how-much-tickets-note {
        width: auto;
    }

    .config-page .config-list-item {
        height: auto;
    }

        .config-page .config-list-item .right-list-item .right-item-place, .config-page .config-list-item .right-list-item .right-item-date, .config-page .config-list-item .config-list-title {
            white-space: normal;
        }

    .config-page {
        padding: 0;
    }

        .config-page .config-list-item .config-list-image, .config-page .config-list-item .config-list-title {
            margin: 10px 10px 0 0;
            float: none;
        }
}
.vk-app-official-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
}
    .vk-app-official-info .vk-app-info-cont {
        margin: 110px 100px;
        width: 350px;
        font-size: 12px;
        color: #969696
    }
        .vk-app-official-info .vk-app-info-cont h2 {
            font-weight: 600;
            color: #000;
            font-size: 18px;
        }
    .vk-app-official-info .img-promo-item {
        position: absolute;
        top: 60px;
        width: 400px;
        height: 500px;
        right: 0;
        background: url(../img/vkappscreen.png) 0 0 no-repeat;
        background-size: contain;
    }