@font-face {
    font-family: Brutal Type;
    src: url(../fonts/brutaltype.eot);
    src: url(../fonts/brutaltype.eot?#iefix) format("embedded-opentype"),url(../fonts/brutaltype.woff2) format("woff2"),url(../fonts/brutaltype.woff) format("woff"),url(../fonts/brutaltype.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Brutal Type;
    src: url(../fonts/brutaltype-light.eot);
    src: url(../fonts/brutaltype-light.eot?#iefix) format("embedded-opentype"),url(../fonts/brutaltype-light.woff2) format("woff2"),url(../fonts/brutaltype-light.woff) format("woff"),url(../fonts/brutaltype-light.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Brutal Type;
    src: url(../fonts/brutaltype-medium.eot);
    src: url(../fonts/brutaltype-medium.eot?#iefix) format("embedded-opentype"),url(../fonts/brutaltype-medium.woff2) format("woff2"),url(../fonts/brutaltype-medium.woff) format("woff"),url(../fonts/brutaltype-medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Brutal Type;
    src: url(../fonts/brutaltype-bold.eot);
    src: url(../fonts/brutaltype-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/brutaltype-bold.woff2) format("woff2"),url(../fonts/brutaltype-bold.woff) format("woff"),url(../fonts/brutaltype-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Supermolot;
    src: url(../fonts/supermolot.eot);
    src: url(../fonts/supermolot.eot?#iefix) format("embedded-opentype"),url(../fonts/supermolot.woff2) format("woff2"),url(../fonts/supermolot.woff) format("woff"),url(../fonts/supermolot.ttf) format("truetype")
}

@font-face {
    font-family: Supermolot;
    src: url(../fonts/supermolot_bold.eot);
    src: url(../fonts/supermolot_bold.eot?#iefix) format("embedded-opentype"),url(../fonts/supermolot_bold.woff2) format("woff2"),url(../fonts/supermolot_bold.woff) format("woff"),url(../fonts/supermolot_bold.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: Supermolot;
    src: url(../fonts/supermolot_light_italic.eot);
    src: url(../fonts/supermolot_light_italic.eot?#iefix) format("embedded-opentype"),url(../fonts/supermolot_light_italic.woff2) format("woff2"),url(../fonts/supermolot_light_italic.woff) format("woff"),url(../fonts/supermolot_light_italic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Supermolot;
    src: url(../fonts/supermolot_black_italic.eot);
    src: url(../fonts/supermolot_black_italic.eot?#iefix) format("embedded-opentype"),url(../fonts/supermolot_black_italic.woff2) format("woff2"),url(../fonts/supermolot_black_italic.woff) format("woff"),url(../fonts/supermolot_black_italic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

.supermolot {
    font-family: Supermolot,sans-serif
}

.brutal {
    font-family: Brutal Type,sans-serif
}

.roboto {
    font-family: Roboto,sans-serif
}

*, *:after, *:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
   /* font: inherit;*/
}

:root {
    --main-font: normal 14px/16px Roboto,sans-serif;
    --main-logo: url(../Content/img/i.logo_badge.svg);
    --main-bg-login-svg: url(../Content/img/bg.login.jpg);
    --main-color: #0e7bb1;
    --main-color-2: #013D7A;
    --main-text-color: #000;
    --main-text-color-invert: #fff;
    --main-bg-color: #f2f2f2;
    --main-info-color: #0dcaf0;
    --main-danger-color: #dc3545;
    --main-success-color: #198754;
    --menu-element-bg-color-dark: #d4d4d4;
    --menu-element-bg-color-light: #ebebeb;
    --menu-element-color: #828282;
    --menu-element-color-greyblue: #4f5d6a;
    --menu-element-color-tone-dark: #4f4f4f;
    --menu-element-color-tone-light: #bdbdbd;
    --main-logo-text-color: var(--menu-element-color-tone-light);
    --top-switcher-nav-menu-text-color: var(--menu-element-color-greyblue);
    --top-switcher-nav-menu-text-color-hover: var(--main-color);
    --top-switcher-nav-menu-bg-color: var(--main-bg-color); /*1*/
    --top-switcher-nav-menu-opened-bg-color: #fff;
    --header-bg-color: var(--main-color);
    --header-profile-bg-color: var(--main-color);
    --section-content-header-text-color: var(--main-text-color);
    --user-nav-menu-bg-color: var(--main-bg-color);
    --user-nav-menu-tab-text-color: var(--menu-element-color);
    --user-nav-menu-tab-current-text-color: var(--menu-element-color-tone-dark); /**/
    --element-current-bg-color: #e0e7f1;
    --user-nav-menu-tab-current-underline-color: var(--menu-element-color);
    --switch-nav-menu-tab-text-color: var(--menu-element-color);
    --switch-nav-menu-tab-current-text-color: var(--main-color); /**/
    --switch-nav-menu-tab-current-underline-color: var(--main-color);
    --main-btn-color: var(--main-color);
    --main-btn-text-color: var(--main-text-color-invert);
    --main-btn-color-active: var(--main-color-2);
    --main-btn-color-disabled: #999;
    --main-btn-secondary-color: #333;
    --main-btn-secondary-color-active: #292929;
    --main-btn-secondary-light-color: #666;
    --main-btn-secondary-light-color-active: #999;
    --input-bg-color: var(--menu-element-bg-color-light);
    --input-text-color: var(--menu-element-color-tone-dark); /**/
    --input-required-color: var(--main-danger-color); /**/
    --alert-text-color: var(--main-text-color-invert);
    --alert-anchor-color-default: var(--main-text-color-invert);
    --alert-anchor-color-bonus-cupon: var(--main-info-color);
    --burger-menu-bg-color-opened: #fff; /*реализовано*/
    --burger-menu-btn-color-opened: var(--main-bg-color); /*реализовано*/
    --events-list-item-bg-color: #e8f3ed;
    --events-list-item-border: 1px solid var(--menu-element-bg-color-dark);
    --ticket-bg-color: var(--menu-element-bg-color-dark);
    --ticket-bg-color-hover: var(--main-bg-color);
    --ticket-border-color: var(--menu-element-color);
    --ticket-remove-btn-bg-color: var(--menu-element-color-tone-dark);
    --tickets-list-item-bg-color: var(--main-bg-color);
    --tickets-list-status-error: var(--main-danger-color);
    --tickets-list-status-success: var(--main-success-color);
    --tickets-list-checkbox-bg-color: transparent;
    --tickets-list-checkbox-border-color: var(--menu-element-color);
    --tickets-list-checkbox-bg-color-checked: var(--menu-element-color);
    --selected-tickets-left-border: var(--menu-element-color);
    --where-is-field-top-border: var(--menu-element-color);
}

html {
    color: var(--main-text-color);
    background: var(--main-bg-color);
    font: var(--main-font);
    box-sizing: border-box;
}

/* Фон */
@media (min-width:1280px) {
    html {
        min-width: 1280px;
        /*background: #444 url(../Content/img/bg.body.svg) center;*/
/*        background: #fff url(../Content/img/bg.body.jpg) center;*/
        background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url(../Content/img/bg.body.jpg) center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-blend-mode: darken;
/*        filter: brightness(60%); */
    }
}

@media (max-width:1279px) {
    html {
        -webkit-text-size-adjust: none;
        background-image: none
    }
}

/*= Начало Макет =*/
        html {
    min-height: 100vh;
}

body {
    min-height: 100vh;
    background: var(--top-switcher-nav-menu-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.page-content {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
}
.main-content {
    flex-grow: 1;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
/*    border-left: 1px solid #C3D3E6;*/
/*    border-right: 1px solid #C3D3E6;*/
    /* border: var(--events-list-item-border); */
    /* border: 1px solid #C3D3E6; */
    width: 100%;
    max-width: 1280px;
    flex: 0 1 1280px;
/*    border-radius: 16px;*/
}
.main-content__header,
.main-content__user-nav {
    width: 100%;
}
.main-content__render-body {
    width: 100%;
    flex-grow: 1;
}
.main-content__footer {
    width: 100%;
}
/*= Конец Макет =*/

body.loading:after, body.loading:before {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ""
}

body.loading:before {
    background: rgba(0,0,0,.5)
}

body.loading:after {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(0,0,0,.8) url(../Content/img/i.spinner.svg) no-repeat 50% 50%;
    box-shadow: 0 3px 10px #000
}

body.loading.spinner:before {
    display: none
}

body.loading.spinner:after {
    box-shadow: 0 3px 10px rgba(0,0,0,.4)
}

body.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

.grey {
    color: #bdbebe
}

.green {
    color: #005e37
}

.black {
    color: #000
}

.white {
    color: #fff
}

a {
    color: var(--main-text-color);
    text-decoration: none;
    transition-property: color,opacity,background-color,border-color;
    transition-timing-function: linear;
    transition-duration: .1s;
    transition-delay: 0
}

    a:hover {
        text-decoration: none
    }

.up {
    text-transform: uppercase
}

ul {
    list-style: none
}

    ul li {
        display: inline-block
    }

.paper ul li {
    display: block
}

.paper ul {
    list-style: none;
    text-align: left;
/*    margin-bottom: 26px*/
}

    .paper ul li {
        list-style: none;
        position: relative;
        padding-left: 20px;
        margin-bottom: 13px
    }

        .paper ul li:before {
            width: 15px;
            height: 2px;
            background: var(--main-text-color);
            content: "";
            position: absolute;
            left: 0;
            top: .6em
        }

.paper form#signupform-form .text-danger.validation-summary-errors ul li:before {
    content: "*";
    position: relative;
    top: 0em;
    left: -1em;
    background-color: transparent;
}

p {
    margin-bottom: 26px
}

.paper p + ul {
    margin-top: -13px
}

ol {
    margin-left: 36px;
    margin-bottom: 26px
}

img {
    max-width: 100%
}

    img[data-low-img] {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat
    }

fieldset, img, table {
    border: none
}

.h1, h1 {
    font-family: Brutal Type,sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    margin: -2px 0 19px
}

@media (min-width:1280px) {
    .page-notitle h1 {
        display: none
    }
}

.h2, h2 {
    font-family: Brutal Type,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 5px 0 12px
}

.h3, h3 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px
}

.smaller {
    font-size: 13px
}

.small {
    font-size: 12px
}

.after-cleaner-after, .after-cleaner:after {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    content: "";
    visibility: hidden
}

@media (max-width:1279px) {
    [media=desktop] {
        display: none !important
    }
}

@media (min-width:1280px) {
    [media=mobile] {
        display: none !important
    }
}

.fake-select {
    font-family: Brutal Type,sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    border: 1px solid #9f9f9f;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left
}

    .fake-select.fake-focused, .fake-select.focused {
        background: #f2f2f2
    }

        .fake-select.fake-focused .title:after, .fake-select.focused .title:after {
            width: 15px;
            height: 9px;
            background-position: -150px -900px;
            top: 13px
        }

        .fake-select.focused .opt-list {
            max-height: 1000px;
            opacity: 1;
            margin-top: 1px
        }

    .fake-select .title {
        display: block;
        padding: 10px 14px;
        font-weight: 400;
        cursor: pointer;
        position: relative
    }

        .fake-select .title:after {
            position: absolute;
            top: 9px;
            right: 10px;
            width: 9px;
            height: 15px;
            content: ""
        }

    .fake-select .opt-list {
        position: absolute;
        left: -1px;
        right: -1px;
        top: 100%;
        overflow: hidden;
        background: #f2f2f2;
        z-index: 1000;
        margin-top: 6px;
        max-height: 0;
        opacity: 0;
        transition-property: all;
        transition-timing-function: linear;
        transition-duration: .2s;
        transition-delay: 0
    }

        .fake-select .opt-list .option {
            display: block;
            padding: 12px 15px 10px;
            border-bottom: 1px solid #d9dada;
            cursor: pointer
        }

            .fake-select .opt-list .option:hover {
                background: #505050;
                color: #fff;
                border-bottom-color: #505050
            }

            .fake-select .opt-list .option:last-child {
                border-bottom-width: 0
            }

    .fake-select select {
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden
    }

@media (max-width:1279px) {
    .fake-select select {
        visibility: visible;
        opacity: 0
    }
}

button, input, select, textarea {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle
}

    input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
        border: 1px solid transparent;
        background-color: var(--input-bg-color);
        padding: 11px 10px 9px;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        font-size: 12px;
        border-radius: 0;
        box-shadow: none;
        font-weight: 300;
        color: var(--input-text-color);
        width: 100%;
        appearance: none;
        -webkit-appearance: none
    }

        input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
            border-color: #bdbdbd;
            background-color: #f2f2f2
        }

        input[type=date][size], input[type=email][size], input[type=number][size], input[type=password][size], input[type=search][size], input[type=tel][size], input[type=text][size], select[size], textarea[size] {
            width: auto
        }

    .button, button, input[type=button], input[type=submit] {
        display: inline-block;
        background: var(--main-btn-color);
        color: var(--main-btn-text-color);
        padding: 13px 25px;
        min-width: 100px;
        min-height: 40px;
        border-width: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        /*font-family: Brutal Type,sans-serif;*/
        border-radius: 5px;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        transition-property: color,opacity,background-color,border-color;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0
    }

        .button:active, button:active, input[type=button]:active, input[type=submit]:active {
            background-color: var(--main-btn-color-active)
        }

        .button.disabled, .button[disabled], button.disabled, button[disabled], input[type=button].disabled, input[type=button][disabled], input[type=submit].disabled, input[type=submit][disabled] {
            background: var(--main-btn-color-disabled);
            cursor: default
        }

        .button.secondary, button.secondary, input[type=button].secondary, input[type=submit].secondary {
            background: var(--main-btn-secondary-color)
        }

            .button.secondary:active, button.secondary:active, input[type=button].secondary:active, input[type=submit].secondary:active {
                background: var(--main-btn-secondary-color-active)
            }

            .button.secondary.light, button.secondary.light, input[type=button].secondary.light, input[type=submit].secondary.light {
                background: var(--main-btn-secondary-light-color)
            }

                .button.secondary.light:active, button.secondary.light:active, input[type=button].secondary.light:active, input[type=submit].secondary.light:active {
                    background: var(--main-btn-secondary-light-color-active)
                }

        .button.tinkoff, button.tinkoff, input[type=button].tinkoff, input[type=submit].tinkoff {
            background: #ffdd2d;
            color: #000
        }

            .button.tinkoff:before, button.tinkoff:before, input[type=button].tinkoff:before, input[type=submit].tinkoff:before {
                display: inline-block;
                width: 33px;
                height: 23px;
                background: url(../Content/img/i.login_rpl.svg) no-repeat 0 0;
                background-size: contain;
                content: "";
                vertical-align: middle
            }

        .button.wide, button.wide, input[type=button].wide, input[type=submit].wide {
            display: block;
            padding-left: 0;
            padding-right: 0;
            width: 100%
        }

@media (max-width:1279px) {
    .button.wide-mobile, button.wide-mobile, input[type=button].wide-mobile, input[type=submit].wide-mobile {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

/*.button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}*/

.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
/*    color: var(--main-color-2);*/
    text-decoration: none
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 19px;
    height: 19px;
    display: inline-block;
    border: 1px solid var(--tickets-list-checkbox-border-color);
    background-color: var(--tickets-list-checkbox-bg-color);
    margin: 0 8px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    outline: none
}

    input[type=checkbox]:active, input[type=radio]:active {
        background-color: #ccc
    }

    input[type=checkbox]:checked, input[type=radio]:checked {
        background-color: var(--tickets-list-checkbox-bg-color-checked);
        border-color: transparent
    }

        input[type=checkbox]:checked:active, input[type=radio]:checked:active {
            background-color: #666
        }

input[type=radio] {
    border-radius: 8px;
    width: 14px;
    height: 14px
}

    input[type=radio]:checked {
        box-shadow: inset 0 0 0 3px #fff
    }

.for-checkbox, .for-radio {
    padding-left: 30px
}

    .for-checkbox input[type=checkbox], .for-checkbox input[type=radio], .for-radio input[type=checkbox], .for-radio input[type=radio] {
        float: left;
        margin-left: -30px
    }

select {
    background: #ebebeb url(../Content/img/bg.select.svg) 100% 50% no-repeat
}

.form {
    line-height: 16px;
    font-size: 13px;
    font-weight: 300
}

    .form dl {
        margin-bottom: 17px;
        clear: both
    }

@media (min-width:1280px) {
    .form dl {
        padding-left: 162px
    }
}

.form dl.input-checklist label {
    display: block;
    margin-bottom: 4px
}

    .form dl.input-checklist label:last-child {
        margin-bottom: 0
    }

.form dt {
    font-size: 13px
}

@media (min-width:1280px) {
    .form dt {
        float: left;
        margin-left: -162px;
        width: 140px
    }
}

.form dd {
    padding-top: 2px;
    position: relative
}

.form input[type=email], .form input[type=password], .form input[type=search], .form input[type=text], .form textarea {
    width: 100%
}

.form .validate-error {
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--main-danger-color);
    font-size: 10px;
    line-height: 12px;
    margin-top: 1px
}

@media (min-width:1280px) {
    .form .finish {
        padding: 35px 0 0 162px;
        clear: both
    }
}

.form .send-message {
    font-weight: 700;
    text-transform: uppercase
}

    .form .send-message.message {
        color: #005e37
    }

    .form .send-message.error {
        color: var(--main-danger-color);
    }

.form-group {
/*    font-size: 12px;
*/    
    font-weight: 300;
    margin-bottom: 27px;
    position: relative
}

    .form-group .control-label {
        display: block;
        margin-bottom: 8px
    }

    .form-group .radio-inline {
        margin-right: 20px;
        display: inline-block;
        padding-top: 10px
    }

    .form-group.required .control-label:after {
        content: "*";
        color: var(--input-required-color);
        margin-left: 2px;
        font-weight: 700
    }

    .form-group.cleaner, .form-group.finish {
        clear: both
    }

@media (min-width:1280px) {
    .form-group.finish {
        margin-top: 27px
    }
}

@media (max-width:1279px) {
    .form-group.finish {
        margin-top: 29px
    }

        .form-group.finish button {
            width: 100%
        }
}

.form-group .help-block-error, .form-group .text-danger {
    color: var(--main-danger-color);
    -color: var(--main-color);
    font-size: 11px;
    margin: 5px 0 0;
    line-height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

#passwordresetrequestform-email {
    max-width: 300px
}

@media (min-width:1280px) {
    .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 1280px
    }
}

@media (max-width:1279px) {
    .wrap {
/*        padding-left: 15px;*/
/*        padding-right: 15px*/
    }
}


.top-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--top-switcher-nav-menu-bg-color);
    text-transform: uppercase;
    font-family: Brutal Type,sans-serif;
    font-size: 20px;
    top: 0;
    /*    right: 0;*/
    /*    left: 0;*/
    z-index: 100;
    height: 75px;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    color: var(--top-switcher-nav-menu-text-color);
}
    .top-switcher li {
        color: currentColor;
    }
    .top-switcher li a{
        color: currentColor;
    }
    /*@media (max-width:1279px) {
    .top-switcher {
        overflow: hidden
    }

        .top-switcher:before {
            font-family: Supermolot,sans-serif;
            font-size: 17px;
            line-height: 55px;
            content: attr(data-title);
            color: var(--main-logo-text-color);
            display: block;
            font-weight: 900;
            font-style: italic;
            padding-left: 63px
        }

        .top-switcher:after {
            position: absolute;
            left: 14px;
            top: 10px;
            width: 35px;
            height: 35px;
            background: url(../Content/img/i.logo_badge.svg);
            background-size: cover;
            content: ""
        }
}
*/
    /*.top-switcher a {
    color: #fff
}*/

    @media (min-width:1280px) {
        .top-switcher .userhome {
            float: right;
            -border-top: 4px solid #005e37;
            font-weight: 700;
            padding-top: 16px;
            padding-left: 24px;
            position: relative;
            color: #005e37
        }

            .top-switcher .userhome:before {
                position: absolute;
                left: 0;
                top: 15px;
                width: 16px;
                height: 16px;
                border: 2px solid #005e37;
                border-radius: 8px;
                content: ""
            }

            .top-switcher .userhome a {
                color: inherit
            }

            .top-switcher .userhome button {
                background: none;
                text-transform: uppercase;
                padding: 0;
                appearance: none;
                min-width: 10px;
                line-height: inherit;
                font-size: inherit;
                color: inherit
            }
    }

    @media (max-width:1279px) {
        .top-switcher .userhome a {
            text-indent: -1000px;
            position: absolute;
            left: 0;
            top: 0;
            height: 55px;
            width: 55px;
            overflow: hidden
        }
    }
    /*.top-switcher .burger {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 20%;
    background: url(../Content/img/i.burger.svg) no-repeat 50% 50%;
    cursor: pointer
}

@media (max-width:1279px) {
    .menu-opened .top-switcher {
        height: 110px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10
    }
}

.menu-opened .top-switcher .burger {
    background-color: var(--main-bg-color)
}

@media (max-width:1279px) {
    .mobile-nav {
        background: #fff
    }

    .menu-opened .mobile-nav {
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

        .menu-opened .mobile-nav::-webkit-scrollbar {
            display: none
        }
}
*/

    .top-switcher .top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    width: 100%;
    flex: 0 1 1280px;
    max-width: 1280px;
    font-size: 18px;
}

@media (max-width: 575px) {
    .top-switcher .top-menu {
        font-size: 16px;
    }
}

@media (min-width: 1280px) {
    .top-switcher .top-menu {
        /*        width: 1840px;*/
        /*        padding-left: 70px;*/
/*        width: 100%;*/
/*        max-width: 1280px;*/
/*        flex: 0 1 1280px;*/
        font-size: 20px;
    }
}

.top-bage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--main-logo) no-repeat;
    background-size: contain;
    background-position: left;
    flex: 0 1 390px;
    min-height: 65px;
    margin-left: 16px;
}

@media (min-width:1280px) {
    .top-bage {
        margin-left: 8px;
    }
}

.top-bage a {
    width: 100%;
    height: 50px;
    color: transparent;
}

.top-nav {
    display: none; /**/
    font-size: 18px;
}

@media (min-width:1280px) {
    .top-nav {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex: 1 1 auto;
        font-size: 20px;
        /*        padding-left: 20px;*/
    }
}

.burger-menu-btn {
    display: inline-block;
    flex: 0 1 auto;
    padding: 8px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    min-width: 48px;
    margin-inline: 8px;
}

@media (min-width:1280px) {
    .burger-menu {
        display: none;
    }
    .burger-menu-btn {
        display: none;
    }
}

.burger-menu-btn:active {
    background: 0;
}

.burger-menu-btn .bar1,
.burger-menu-btn .bar2,
.burger-menu-btn .bar3 {
    display: block;
    width: 35px;
    height: 3px;
    margin: 5px auto;
    background-color: var(--main-color);
    transition: 0.4s;
}

.change-to-cross .bar1 {
    transform: rotate(45deg) translate(3px, 3px);
}

.change-to-cross .bar2 {
    display: none;
}

.change-to-cross .bar3 {
    transform: rotate(-45deg) translate(3px, -3px);
}

.burger-menu .top-nav {
    display: none;
}

.show-burger-menu .top-nav {
    display: flex;
    position: absolute;
    top: 75px;
    right: 1px;
    flex-direction: column;
    background-color: var(--user-nav-menu-bg-color);
    border-radius: 0px 0px 0px 20px;
    min-width: 150px;
    width: 100vw;
    max-width: 200px;
    text-align: center;
    /*    box-shadow: -5px 5px 20px -10px;*/
    box-shadow: 0px 6px 12px -8px;
    padding: 4px 0 16px
}

.top-nav li {
    width: 100%;
    /*    margin: 8px 0;*/
    padding: 8px 0px;
    /*    color: var(--main-color);*/
}

    /*    @media (max-width:1279px) {
        .top-nav li {
            padding: 8px 0;
        }
    }*/

    .top-nav li.current {
        color: var(--main-color);
        /*    font-size: larger;*/
        border-radius: 16px;
        background-color: var(--element-current-bg-color);
    }

    /*@media (max-width:1279px) {
    .top-nav {
                display:none;
    }
    .menu-opened .top-nav {
        display: flex;
        background: var(--top-switcher-nav-menu-opened-bg-color);
    }
}*/

    /*@media (max-width:1279px) {
    .top-nav {
        justify-content: flex-start;
        padding: 40px;
    }
    .top-nav li:not([class="site"]) {
        display:none;
    }
}*/

    /*@media (min-width:1280px) {
    .top-nav li {
        margin-left: 30px;
        margin-right: 20px
    }
}

@media (max-width:1279px) {
    .top-nav li {
        width: 20%;
        vertical-align: top
    }
}*/

    /*@media (max-width:1279px) {
    .top-nav li.current {
        background: var(--top-switcher-nav-menu-opened-current-bg-color)
    }
}*/

    /*.top-nav li.current a:before {
    opacity: 1
}*/

    .top-nav li a {
        display: flex;
        justify-content: left;
        align-items: center;
        column-gap: 5px;
/*        color: var(--top-switcher-nav-menu-text-color);*/
        padding: 12px 12px 12px 36px;
        border-radius: 16px;
    }

@media (max-width:1279px) {
    .top-nav li a {
        overflow: hidden;
        /*            height: 55px;*/
        /*        padding-top: 8px;*/
    }

    /*        .top-nav li a span {
            display: none
        }*/
}

.top-nav li a:hover {
    text-decoration: none;
    /*    background-color: #ffed13;*/
    /*    background-color: hsla(55, 100%, 95%, 1);*/
    font-weight: bolder;
    color: var(--top-switcher-nav-menu-text-color-hover);
    transition: background 0.3s, font-weight 0.3s;
}
/*.top-nav li a:hover:before {
        opacity: 1
    }

.top-nav li a:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    line-height: normal;
}

@media (min-width:1280px) {
    .top-nav li a:before {
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0;
        width: 1em;
        height: 1.0em;
    }
}

@media (max-width:1279px) {
    .top-nav li a:before {
        margin: 0 auto;
        width: 1.25em;
        height: 1.25em;
    }
}*/

/*@media (max-width:1279px) {
    .top-nav li a:after, .top-nav li a:before {
        display: inline-block;
        vertical-align: middle
    }

    .top-nav li a:after {
        height: 55px;
        width: 1px;
        content: ""
    }
}*/

/*==*/
/*    .top-nav li.site a {
        width: 310px;
        height: 50px;
    }*/
/*

.top-nav li.site a:before {
        background-image: url(../Content/img/i.top_site.svg);
    mask-image: url(../Content/img/i.top_site.svg);
    background-color: var(--main-color);
}

.top-nav li.store a:before {
        background-image: url(../Content/img/i.top_store.svg);
    mask-image: url(../Content/img/i.top_store.svg);
    background-color: var(--main-color);
}

.top-nav li.stadium a:before {
    background-image: url(../Content/img/i.top_stadium.svg);
    mask-image: url(../Content/img/i.top_stadium.svg);
    background-color: var(--main-color);
}

.top-nav li.tickets a:before {
    background-image: url(../Content/img/i.top_tickets.svg);
    mask-image: url(../Content/img/i.top_tickets.svg);
    background-color: var(--main-color);
}

.top-nav li.forum a:before {
    background-image: url(../Content/img/i.top_forum.svg);
    mask-image: url(../Content/img/i.top_forum.svg);
    background-color: var(--main-color);
}

.top-nav li.sponsor a:before {
    background-image: url(../Content/img/i-top_sponsor.svg);
    mask-image: url(../Content/img/i.top_sponsor.svg);
    background-color: var(--main-color);
}

.top-nav li.logout a:before {
    background-image: url(../Content/img/i.logout.svg);
    mask-image: url(../Content/img/i.logout.svg);
    background-color: var(--main-color);
}

.top-nav li.logentrance a:before {
    background-image: url(../Content/img/i.log_entrance.svg);
    mask-image: url(../Content/img/i.log_entrance.svg);
    background-color: var(--main-color);
}
*/

/*==*/
/*==*/
.user-menu li {
    display: inline-flex;
    justify-content: center;
    /*    margin-inline: 8px;*/
    padding: 4px 0;
}
    .user-menu li.current a {
        background-color: var(--element-current-bg-color);
        color: #3f4a55;
    }

    .user-menu li a {
        display: inline-flex;
        padding: 12px 20px;
        border-radius: 16px;
        /*            margin-inline: 8px;*/
        /* border: 1px solid var(--main-color); */
    }

@media (max-width:576px) {

    .user-menu li a {
        display: inline-flex;
        padding: 12px 10px;
        border-radius: 16px;
        /*            margin-inline: 2px;*/
        /* border: 1px solid var(--main-color); */
    }
}


.user-profile {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    margin: 0 8px 0 0;*/
}

.user-profile-dropdown-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    line-height: 1rem;
    color: currentColor;
    min-width: initial;
    min-height: initial;
    font: inherit;
    text-align: center;
    cursor: pointer;
    /* font-family: Brutal Type, sans-serif; */
    border-radius: 0;
    /*    padding: 0 8px 0 0;*/
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
}

    .user-profile-dropdown-btn:active {
        background: 0;
/*        color: maroon;*/
    }

    .user-profile-dropdown-btn:hover {
        background: 0;
        color: var(--top-switcher-nav-menu-text-color-hover);
        transition: background 0.3s, font-weight 0.3s;
    }

.user-profile-dropdown-menu {
    display: none;
}
    .user-profile-dropdown-menu li a:hover {
        color: var(--top-switcher-nav-menu-text-color-hover);
        transition: background 0.3s, font-weight 0.3s;
    }

.show-dropdown-menu {
    display: flex;
    position: absolute;
    top: 50px;
    right: 1px;
    flex-direction: column;
    background-color: var(--user-nav-menu-bg-color);
    border-radius: 0px 0px 20px 20px;
    min-width: 150px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    box-shadow: 0px 6px 12px -8px;
    padding: 4px 0 16px;
}

.logentrance a {
    /*        background-color: #ffed13;*/
    font-weight: 600;
    padding: 0;
}

/*        .logentrance a:hover {
            font-weight: bolder;
            transition: font-weight 0.3s;
        }*/

.logout a {
}

.top-menu-wrapper {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
@media (min-width:1280px) {

    .top-menu-wrapper {
        justify-content: space-between;
    }
}
    .user-initials {
        white-space: nowrap;
        text-transform: none;
    }

    @media (min-width:1280px) {
        .user-initials {
            margin-inline: 4px;
        }
    }
    /*==*/
    /*== Настройка svg-значков ==*/
    .fa-manual {
        line-height: normal;
        /*    margin: 0 10px;*/
        font-size: 1rem;
    }


    .centering {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .svg-container {
        display: flex;
        align-items: center;
        justify-content: center;
        /*        height: 1em;*/
        /*        line-height: 1em;*/
        text-align: center;
        vertical-align: middle;
        margin: 0 8px;
    }

        .svg-container:last-child {
            margin: 0 0 0 8px;
        }

        .svg-container:first-child {
            margin: 0 8px 0 0;
        }

        .svg-container > svg {
            height: 1.25em;
            line-height: 1.25em;
            text-align: center;
            vertical-align: middle;
            fill: currentColor;
        }

    /*==*/
    .login-window {
        position: relative
    }

    @media (min-width:1280px) {
        .login-window {
            margin-top: 40px;
            height: 430px;
            background: #000;
            transition-property: margin-top,height;
            transition-timing-function: linear;
            transition-duration: .5s;
            transition-delay: 0
        }

            .login-window .login-flip {
                perspective: 1000;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 300px;
                z-index: 1;
                transition-property: left,opacity;
                transition-timing-function: linear;
                transition-duration: .5s;
                transition-delay: 0
            }

        .register .login-window .login-flip {
            left: -300px;
            opacity: 0
        }

        .login-window .login-flip .flipper {
            transition: .6s;
            transform-style: preserve-3d;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0
        }

        .login-window .login-flip.forgot .flipper {
            transform: rotateY(-180deg)
        }

            .login-window .login-flip.forgot .flipper #passwordresetrequestform-form {
                z-index: 2
            }

            .login-window .login-flip.forgot .flipper #login-form {
                z-index: 1
            }

        .register .login-window {
            margin-top: 0;
            height: 165px;
            overflow: hidden
        }
    }

    @media (max-width:1279px) {
        .login-window {
            position: absolute;
            top: 55px;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: linear-gradient(90deg,#358f64 0,#126d73);
            padding: 15px;
            overflow: auto;
            -webkit-overflow-scrolling: touch
        }

            .login-window::-webkit-scrollbar {
                display: none
            }
    }

    .login-window #login-form, .login-window #passwordresetrequestform-form {
        font-weight: 300;
        font-size: 13px
    }

    @media (min-width:1280px) {
        .login-window #login-form, .login-window #passwordresetrequestform-form {
            padding: 53px 25px 0;
            z-index: 2;
            background: #f5f5f5;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            backface-visibility: hidden
        }
    }

    @media (max-width:1279px) {
        .login-window #login-form, .login-window #passwordresetrequestform-form {
            background: #fff;
            padding: 30px 11px 1px
        }
    }

    .login-window #login-form .title, .login-window #passwordresetrequestform-form .title {
        text-transform: uppercase;
        font-family: Brutal Type,sans-serif;
        font-weight: 700;
        position: relative
    }

    @media (min-width:1280px) {
        .login-window #login-form .title, .login-window #passwordresetrequestform-form .title {
            font-size: 18px;
            line-height: 23px;
            margin-bottom: 61px
        }
    }

    @media (max-width:1279px) {
        .login-window #login-form .title, .login-window #passwordresetrequestform-form .title {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 28px
        }
    }

    .login-window #login-form .title:after, .login-window #passwordresetrequestform-form .title:after {
        background: url(../Content/img/i.logo_badge.svg) no-repeat 100% 50%;
        background-size: contain;
        position: absolute;
        right: -3px;
        content: ""
    }

    @media (min-width:1280px) {
        .login-window #login-form .title:after, .login-window #passwordresetrequestform-form .title:after {
            width: 98px;
            height: 97px;
            top: -16px
        }
    }

    @media (max-width:1279px) {
        .login-window #login-form .title:after, .login-window #passwordresetrequestform-form .title:after {
            width: 78px;
            height: 73px;
            top: -18px
        }
    }

    .login-window #login-form .form-group, .login-window #passwordresetrequestform-form .form-group {
        margin-bottom: 17px
    }

    @media (min-width:1280px) {
        .login-window #login-form .form-group.field-loginform-email, .login-window #passwordresetrequestform-form .form-group.field-loginform-email {
            margin-bottom: 28px
        }
    }

    @media (max-width:1279px) {
        .login-window #login-form .form-group.field-loginform-email, .login-window #passwordresetrequestform-form .form-group.field-loginform-email {
            margin-bottom: 18px
        }
    }

    .login-window #login-form .form-group.field-loginform-rememberme, .login-window #passwordresetrequestform-form .form-group.field-loginform-rememberme {
        margin-top: 21px
    }

    @media (min-width:1280px) {
        .login-window #login-form .form-group.finish, .login-window #passwordresetrequestform-form .form-group.finish {
            margin: 36px 0 0
        }
    }

    @media (max-width:1279px) {
        .login-window #login-form .form-group.finish, .login-window #passwordresetrequestform-form .form-group.finish {
            margin-top: 29px
        }
    }

    .login-window #login-form .form-group .control-label, .login-window #passwordresetrequestform-form .form-group .control-label {
        display: block;
        margin-bottom: 8px
    }

    .login-window #login-form button, .login-window #passwordresetrequestform-form button {
        width: 100%;
        background: #333
    }

    @media (min-width:1280px) {
        .login-window #login-form button, .login-window #passwordresetrequestform-form button {
            border-radius: 0
        }
    }

    .login-window #login-form button:active, .login-window #passwordresetrequestform-form button:active {
        background-color: #000
    }

    @keyframes a {
        0% {
            background-size: 100%
        }

        to {
            background-size: 87%
        }
    }

    .login-window .register-teaser {
        position: absolute;
        background: #333 url(../Content/img/bg.login.jpg) no-repeat 220px 0;
        color: #fff;
        font-weight: 300;
        font-family: Roboto,sans-serif;
        background-size: 87%;
        font-size: 12px;
        line-height: 14px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 161px 250px 0 327px;
        z-index: 0;
        transition-property: background-size,background-position,padding;
        transition-timing-function: linear;
        transition-duration: .5s;
        transition-delay: 0;
        animation: 30s linear 0 1 a
    }

    @media (min-width:1280px) {
        .preload .login-window .register-teaser, .register .login-window .register-teaser {
            background-size: 100%;
            animation: none
        }
    }

    @media (max-width:1279px) {
        .login-window .register-teaser {
            background-position: 100% 0;
            background-size: cover;
            padding: 80px 15px
        }
    }

    .login-window .register-teaser:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        content: "";
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: .5s;
        transition-delay: .3s;
        background: linear-gradient(90deg,#358f64 25%,rgba(53,143,100,.9) 35%,rgba(18,109,115,.6) 70%,rgba(18,109,115,.6) 0)
    }

    .register .login-window .register-teaser:before {
        opacity: 0
    }

    @media (max-width:1279px) {
        .login-window .register-teaser:before {
            opacity: .8
        }
    }

    .login-window .register-teaser .title {
        line-height: 42px;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0 0 40px -2px;
        position: relative;
        z-index: 1
    }

    @media (max-width:1279px) {
        .login-window .register-teaser .title {
            font-size: 22px;
            line-height: 26px
        }
    }

    .login-window .register-teaser .title + p {
        padding-bottom: 14px;
        position: relative;
        z-index: 1;
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: .2s;
        transition-delay: .1s
    }

        .login-window .register-teaser .title + p:before {
            position: absolute;
            width: 40px;
            height: 4px;
            background: #fff;
            opacity: .7;
            content: "";
            top: -14px;
            left: 0
        }

    .register .login-window .register-teaser .title + p {
        opacity: 0
    }

    .login-window .register-teaser .button {
        font-family: Roboto,sans-serif;
        line-height: 14px;
        background: #f2f2f2;
        padding: 13px 35px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        color: #000;
        border-radius: 0;
        position: relative;
        z-index: 1;
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: .2s;
        transition-delay: 0
    }

        .login-window .register-teaser .button:active {
            background-color: #fff
        }

    .register .login-window .register-teaser .button {
        opacity: 0
    }

    .register .login-window .register-teaser {
        background-position: 0 -50px;
        background-size: 100%;
        padding: 32px 0 0 340px
    }

    @media (min-width:1280px) {
        .login-window #passwordresetrequestform-form {
            transform: rotateY(180deg);
            z-index: 1
        }

            .login-window #passwordresetrequestform-form .close {
                position: absolute;
                top: 10px;
                right: 10px;
                width: 34px;
                height: 34px;
                background: rgba(0,0,0,.25) url(../Content/img/i.close_alert.svg) no-repeat 3px 3px;
                cursor: pointer;
                border-radius: 17px
            }

                .login-window #passwordresetrequestform-form .close:hover {
                    background-color: rgba(0,0,0,.4)
                }

                .login-window #passwordresetrequestform-form .close:active {
                    background-color: rgba(0,0,0,.5)
                }

            .login-window #passwordresetrequestform-form .title {
                padding: 10px 0
            }

                .login-window #passwordresetrequestform-form .title:after {
                    display: none
                }

            .login-window #passwordresetrequestform-form .form-group:last-child {
                margin-top: 37px
            }
    }

    .tabs {
        line-height: 42px;
        font-size: 16px;
        display: block;
        font-weight: 600;
        margin: 0 -11px 17px;
        background: #f2f2f2;
        font-family: Brutal Type,sans-serif
    }

        .tabs ul {
            display: table !important;
            width: 100%
        }

        .tabs li {
            display: table-cell !important;
            width: 50%;
            padding: 0;
            text-align: center !important
        }

            .tabs li:before {
                display: none
            }

            .tabs li.current a, .tabs li.current span {
                background: #fff;
                border-top-color: #e0e0e0;
                border-bottom-color: #fff
            }

            .tabs li:first-child a, .tabs li:first-child span {
                border-left-width: 0
            }

        .tabs a, .tabs span {
            display: block;
            border: 1px solid #e0e0e0;
            border-top-color: transparent;
            border-right-width: 0;
            color: #000;
            text-decoration: none
        }

    .paper .tabs {
        margin: 0 -15px 28px
    }

        .paper .tabs li {
            padding: 0;
            margin: 0
        }

    .paper {
        background: #fff;
        /*    padding-bottom: 30px*/
    }

    @media (min-width:1280px) {
        .paper {
            /*        padding-left: 20px;*/
            /*        padding-right: 20px;*/
            /*        min-height: 80vh*/
        }
    }

    .paper:after {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        content: "";
        visibility: hidden
    }

.paper header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--header-bg-color) var(--main-bg-login-svg) no-repeat;
    background-size: contain;
    color: #fff;
    position: relative;
    background-position: 20px center;
    height: 86px;
/*    border-radius: 16px 16px 0 0;*/
}

/*    @media (min-width:1280px) {
        .paper header {
            height: 84px;
            background-position: 20px center;
            background-size: contain;
        }
    }*/

    /*@media (max-width:1279px) {
        .paper header {
        }*/

        /*.paper header:before {
            position: absolute;
            left: 0;
            right: 0;*/
        /*top: 0;*/
        /*bottom: 0;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            content: "";
            z-index: 0
        }

        .paper header:after {*/
        /*            width: 78px;*/
        /*height: 83px;*/
        /*            background: url(../Content/img/i.logo_badge.svg);*/
        /*content: "";
            position: absolute;
            right: 24px;
            top: 29px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1
        }*/
    /*}*/

    .paper header .title {
        display: none;
        text-transform: uppercase;
        font-weight: 300
    }

    @media (min-width:1280px) {
        .paper header .title {
            line-height: 42px;
            font-size: 40px;
            margin-left: 50px
        }
    }

    @media (max-width:1279px) {
        .paper header .title {
            line-height: 25px;
            font-size: 20px;
            position: relative;
            z-index: 1
        }
    }

    /*.menu-opened .paper header {
    margin: 0
}*/
    /*==*/
.paper header.profile {
    background: var(--header-profile-bg-color);
    /*background-image: linear-gradient(90deg,#06639b 0,#0b39c6);*/
    /*    position: relative;*/
    font-family: Brutal Type,sans-serif;
    /*    border-bottom: 7px solid #000;*/
    padding-left: 20px;
    height: 80px;
    color: var(--main-text-color-invert);
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
.userinfo {
    width: 120px;
}
.userinfo__fullname {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bonuses,
.loyalty {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 100%;
}
.bonuses__title,
.loyalty__title {
    line-height: 1;
    font-size: 14px;
}
.bonuses__balance,
.loyalty__level {
    text-align: left;
    font-size: 24px;
    line-height: 1;
}
.bonuses__unit {
    margin-top: 0px;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}

.profile__vertical-divider {
    display: inline-block;
    margin-right: 12px;
    margin-left: 25px;
    vertical-align: middle;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: var(--main-text-color-invert);
    padding-left: 13px;
    height: 75%;
}
/*==*/

/*.paper header .username {
    color: var(--main-text-color-invert);
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

        .paper header .username b {
            font-weight: 600
        }*/
.paper header .user-card {
    color: #58e894;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px
}

    .paper header #logout {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 27px;
        height: 30px;
        background: url(../Content/img/i.logout.svg);
        cursor: pointer
    }


    @media (min-width:1280px) {
        .paper header + .user-nav {
            /*        margin-top: -40px*/
        }
    }

    @media (max-width:1279px) {
        .paper header:not(.profile) + .user-nav {
            /*        margin-top: -20px*/
        }
    }

    @media (min-width:1280px) {
        .paper aside {
            padding: 20px;
            width: 320px;
            /*        float: left*/
        }
    }

    .paper section {
        position: relative;
        padding: 25px 15px;
    }

    @media (min-width:1280px) {
        .paper section {
            padding: 30px 20px;
        }
    }

    @media (min-width:1280px) {
        .paper section:not(.wide) {
            width: 620px;
            float: right
        }
    }

    @media (min-width:1280px) {
        .paper section.padded {
            padding-top: 40px
        }
    }

    @media (max-width:1279px) {
        .paper section.padded {
            padding-top: 28px
        }
    }

    .paper section h1 {
        color: var(--section-content-header-text-color);
    }

    @media (min-width:1280px) {
        #signup-paper .paper {
            transform-origin: top;
            transform: rotateX(-114deg);
            transition-property: transform;
            transition-timing-function: linear;
            transition-duration: .4s;
            transition-delay: .1s
        }

        .register #signup-paper .paper {
            transform: rotateX(0)
        }

        #signup-paper .paper aside, #signup-paper .paper section {
            padding-top: 40px
        }
    }

    @media (min-width:1280px) {
        #signup-paper {
            perspective: 1000px;
            opacity: 0;
            transition-property: opacity;
            transition-timing-function: linear;
            transition-duration: .4s;
            transition-delay: .1s;
            display: none
        }

        .register #signup-paper {
            transform: rotateX(0);
            opacity: 1
        }
    }

    .side-note {
        font-size: 12px;
        line-height: 17px;
        font-weight: 300;
        max-width: 233px;
        position: relative;
        padding-top: 172px
    }

        .side-note:before {
            width: 40px;
            height: 4px;
            /*        background: #000;*/
            opacity: .23;
            content: "";
            position: absolute;
            left: 0;
            top: 149px
        }

        .side-note:after {
            width: 98px;
            height: 97px;
            background: url(../Content/img/i.logo_badge.svg);
            content: "";
            position: absolute;
            left: -5px;
            top: 0;
            /*        background-size: contain;*/
            background-repeat: no-repeat;
        }

    @media (min-width:1280px) {
        #signupform-form, #user-form {
            margin-right: -20px
        }
    }

    @media (min-width:1280px) {
        #signupform-form .form-group, #user-form .form-group {
            width: 400px;
            margin-right: 20px;
            float: left
        }
    }

    @media (min-width:1280px) {
        #signupform-form .form-group.field-signupform-user_agree, #signupform-form .form-group.finish, #user-form .form-group.field-signupform-user_agree, #user-form .form-group.finish {
            width: 100%;
            float: none;
            clear: both
        }
    }

    #signupform-form .form-group .value, #user-form .form-group .value {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        padding: 6.5px 0 17px;
        border-bottom: .5px solid #bdbdbd
    }

    #signupform-form .form-group .checkbox, #user-form .form-group .checkbox {
        padding: 0 28px
    }

        #signupform-form .form-group .checkbox input[type=checkbox], #user-form .form-group .checkbox input[type=checkbox] {
            margin-left: -28px
        }

    #signupform-form .field-profile-document, #signupform-form .field-profile-document-other, #signupform-form .field-profilemain-email, #signupform-form .field-profilemain-firstname, #signupform-form .field-profilemain-password, #signupform-form .field-profilemain-phone, #signupform-form .field-signupform-email, #signupform-form .field-signupform-firstname, #signupform-form .field-signupform-password, #signupform-form .field-signupform-phone, #user-form .field-profile-document, #user-form .field-profile-document-other, #user-form .field-profilemain-email, #user-form .field-profilemain-firstname, #user-form .field-profilemain-password, #user-form .field-profilemain-phone, #user-form .field-signupform-email, #user-form .field-signupform-firstname, #user-form .field-signupform-password, #user-form .field-signupform-phone {
        clear: both
    }

    #signupform-form .form-comment, #user-form .form-comment {
        font-size: 13px
    }

    @media (min-width:1280px) {
        #signupform-form .form-comment, #user-form .form-comment {
            clear: both;
            padding-right: 20px
        }
    }

    #signupform-form .form-comment.highlight, #user-form .form-comment.highlight {
        background-color: #f5f1e4;
        padding: 15px 15px 14px
    }

    @media (min-width:1280px) {
        #signupform-form .form-comment.highlight, #user-form .form-comment.highlight {
            margin-right: 20px
        }
    }

    #signupform-form .iti, #user-form .iti {
        width: 100%
    }

    @media (min-width:1280px) {
        #user-form:not(.user-form) .finish {
            padding-left: 320px
        }
    }

    .field-profile-document-other {
        display: none
    }

    @media (min-width:1280px) {
        .edit-profile-button {
            position: absolute;
            top: -7px;
            right: 0
        }
    }

    @media (max-width:1279px) {
        .edit-profile-button {
            width: 100%
        }
    }

    @media (min-width:1280px) {
        .userhome-page {
            margin: 47px -20px 0;
            border-top: 1px solid #e0e0e0
        }
    }

    @media (min-width:1280px) {
        .userhome-page .fields-group {
            padding-left: 340px;
            margin-right: -20px;
            padding-top: 40px
        }
    }

    .userhome-page .fields-group:after {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        content: "";
        visibility: hidden
    }

    .userhome-page .group-name {
        text-transform: uppercase;
        color: #333;
        font-weight: 600
    }

    @media (min-width:1280px) {
        .userhome-page .group-name {
            float: left;
            margin: 0 0 -200px -320px;
            padding-top: 9px
        }
    }

    .userhome-page .field {
        border-bottom: .5px solid #bdbdbd;
        padding-bottom: 17px;
        margin-bottom: 23px
    }

    @media (min-width:1280px) {
        .userhome-page .field {
            float: left;
            width: 300px;
            margin-right: 20px
        }

            .userhome-page .field.cleaner {
                clear: left
            }
    }

    .userhome-page .field .name {
        font-size: 13px;
        font-weight: 300;
        color: #bdbdbd;
        margin-bottom: 3px
    }

    .userhome-page .field strong {
        font-weight: 500;
        font-size: 20px;
        display: block;
        line-height: 20px
    }

    .userhome-page .group-fields:after {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        content: "";
        visibility: hidden
    }

    .user-form {
        margin-bottom: 30px
    }

        .user-form:after {
            display: block;
            height: 0;
            overflow: hidden;
            clear: both;
            content: "";
            visibility: hidden
        }

    @media (min-width:1280px) {
        .user-form {
            padding-left: 320px
        }
    }

    .user-form .group-name {
        text-transform: uppercase;
        color: #333;
        font-weight: 600
    }

    @media (min-width:1280px) {
        .user-form .group-name {
            float: left;
            margin: 0 0 -200px -320px;
            padding-top: 9px;
            width: 290px
        }
    }

    .user-form .group-name .info {
        display: block;
        font-size: 12px;
        line-height: 17px;
        margin-top: 10px;
        text-transform: none;
        font-weight: 400
    }

    .user-form .group-fields:after {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        content: "";
        visibility: hidden
    }

    .yellow-page {
        background: #f5f1e4 url(../Content/img/bg.bull-yellow.svg) no-repeat 100% 0;
        background-size: contain;
        color: #333
    }

    @media (max-width:1279px) {
        .yellow-page {
            background-size: 265px
        }
    }

    @media (min-width:1280px) {
        section.yellow-page {
            padding: 29px 40px 40px;
            margin: -10px 10px 0
        }

            section.yellow-page.margined {
                margin-top: 30px
            }
    }

    @media (max-width:1279px) {
        section.yellow-page {
            padding: 25px 10px 40px;
            margin: -17px -5px 0
        }

            section.yellow-page.margined {
                margin-top: 0;
                top: 11px
            }
    }

    .yellow-page input[type=text] {
        border-color: #e5dec8;
        background-color: #fff
    }

    .yellow-page .yellow-title {
        font-family: Roboto,sans-serif;
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 28px
    }

    .paper .user-nav {
        background: var(--user-nav-menu-bg-color);
        overflow: hidden;
        font-family: Brutal Type,sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px
    }

    /*@media (min-width:1280px) {
        .paper .user-nav {*/
            /*        margin: 0 -20px 40px;*/
/*            font-size: 10px*/
        /*}
    }*/

    /*@media (max-width:1279px) {
    .paper .user-nav {*/
    /*        margin: 0 -15px 28px;*/
    /*height: 44px;
        overflow: hidden
    }

    .menu-opened .paper .user-nav {
        height: auto;
        background: var(--burger-menu-bg-color-opened);
        margin: 0
    }
}*/

    .paper .user-nav ul {
        /*    margin: 0;*/
        display: flex
    }

    @media (max-width:1279px) {
        .paper .user-nav ul {
            overflow: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

            .paper .user-nav ul::-webkit-scrollbar {
                display: none
            }

        /*    .menu-opened .paper .user-nav ul {
        height: auto;
        white-space: normal;
        text-align: center;
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: center
    }*/
    }

    .paper .user-nav li {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 76px;
    }

        .paper .user-nav li:before {
            display: none
        }

        /*@media (min-width:1280px) {
    .paper .user-nav li {
        width: 98px
    }
}*/

        /*@media (max-width:1279px) {
    .menu-opened .paper .user-nav li {
        width: 43%;
        margin: 2px
    }
}*/

        .paper .user-nav li.current a {
            color: var(--user-nav-menu-tab-current-text-color);
            background-color: var(--element-current-bg-color);
        }

            .paper .user-nav li.current a:before {
                opacity: .6
            }

    @media (min-width:1280px) {
        .paper .user-nav li.current a {
            /*        background-color: var(--element-current-bg-color);*/
        }
    }

    @media (max-width:1279px) {
        .paper .user-nav li.current a:after {
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
            height: 4px;
            background: var(--user-nav-menu-tab-current-underline-color);
            content: ""
        }

        /*    .menu-opened .paper .user-nav li.current a:after {
        display: none
    }*/
    }

    .paper .user-nav li.profile a:before {
        background-image: url(../Content/img/i.nav_profile.svg);
        background-position: 50% 2px
    }

    .paper .user-nav li.tickets a:before {
        background-image: url(../Content/img/i.nav_tickets.svg);
        background-position: 50% 9px
    }

    .paper .user-nav li.info a:before {
        background-image: url(../Content/img/i.nav_info.svg);
        background-position: 50% 7px
    }

    .paper .user-nav a {
        text-decoration: none;
        display: block;
        padding: 12px;
        color: var(--user-nav-menu-tab-text-color)
    }

        .paper .user-nav a:active {
            color: #333
        }

    @media (min-width:1280px) {
        .paper .user-nav a:active {
            background-color: rgba(0,0,0,.05)
        }
    }

    .paper .user-nav a:before {
        display: block;
        height: 33px;
        content: "";
        background-position: 50% 0;
        background-repeat: no-repeat;
        opacity: .4
    }

    /*@media (max-width:1279px) {
    .paper .user-nav a:before {
        display: none
    }

    .menu-opened .paper .user-nav a:before {
        display: block
    }
}*/

/*    @media (max-width:1279px) {
        .paper .user-nav a {
            padding: 10px;
            color: var(--user-nav-menu-tab-text-color);
            position: relative
        }*/

        /*    .menu-opened .paper .user-nav a {
        padding: 27% 0;
        background: var(--burger-menu-btn-color-opened);
        border-radius: 5px
    }*/
/*    }*/

    .connect-page {
        line-height: 20px;
        position: relative
    }

        .connect-page p {
            margin-bottom: 10px
        }

        .connect-page form input[type=email], .connect-page form input[type=number], .connect-page form input[type=text] {
            background-color: #fff;
            border-color: #e5dec8
        }

        .connect-page form input[type=email], .connect-page form input[type=text] {
            display: block;
            margin-bottom: 29px
        }

    @media (min-width:1280px) {
        .connect-page form input[type=email], .connect-page form input[type=email] button, .connect-page form input[type=text], .connect-page form input[type=text] button {
            width: 220px
        }
    }

    @media (max-width:1279px) {
        .connect-page form input[type=email], .connect-page form input[type=email] button, .connect-page form input[type=text], .connect-page form input[type=text] button {
            width: 100%
        }
    }

    .connect-page .form-group {
        margin-bottom: 0
    }

    .connect-page .fanbase-connect {
        overflow: hidden
    }

    @media (min-width:1280px) {
        .connect-page .fanbase-connect .help {
            float: right;
            width: 550px;
            padding-top: 3px
        }
    }

    .connect-page .card-connect {
        display: flex
    }

        .connect-page .card-connect select {
            width: 70px;
            margin-right: 5px
        }

        .connect-page .card-connect #connectform-card_num {
            width: 140px
        }

    .help {
        font-size: 12px;
        line-height: 17px
    }

        .help p {
            margin-bottom: 18px
        }

    .alert {
        position: fixed;
        top: 20%;
        background: #000;
        color: var(--alert-text-color);
        z-index: 100;
        font-family: Brutal Type,sans-serif;
        font-size: 14px;
        line-height: 18px;
        border-radius: 5px;
        padding: 20px 30px;
        box-shadow: 0 4px 4px rgba(0,0,0,.25)
    }

    @media (min-width:1280px) {
        .alert {
            width: 400px;
            left: 50%;
            margin-left: -200px
        }
    }

    @media (max-width:1279px) {
        .alert {
            left: 20px;
            right: 20px
        }
    }

    .alert.center {
        text-align: center
    }

    .alert:before {
        z-index: -1;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(0,0,0,.5)
    }

    .alert i.close {
        position: absolute;
        right: -18px;
        top: -18px;
        width: 36px;
        height: 36px;
        background: #000 url(../Content/img/i.close_alert.svg) no-repeat 50% 50%;
        content: "";
        border-radius: 18px;
        border: 2px solid #fff;
        overflow: hidden;
        cursor: pointer
    }

        .alert i.close:active {
            border-color: #eee
        }

    .alert p a {
        color: var(--alert-anchor-color-default);
        cursor: pointer;
    }

        .alert p a[id*=lbl_bonus], .alert p a[id*=lbl_cupon] {
            color: var(--alert-anchor-color-bonus-cupon);
        }

    .alert .actions .button, .alert .actions button {
        margin-top: 20px
    }

    .grid-view {
        width: 100%;
        font-size: 13px
    }

        .grid-view table {
            border-collapse: collapse;
            font-family: Roboto,sans-serif;
            font-size: 11px;
            width: 100%
        }

            .grid-view table td {
                border-bottom: .5px solid #e0e0e0;
                padding: 23px 20px 10px;
                text-transform: uppercase;
                vertical-align: top
            }

                .grid-view table td.date {
                    font-size: 10px;
                    line-height: 12px;
                    color: #828282
                }

    @media (min-width:1280px) {
        .grid-view table td.date {
            padding-left: 15px;
            background: url(../Content/img/i.deposit_time.svg) no-repeat 0 23px
        }
    }

    .grid-view table td.target {
        text-transform: none;
        font-size: 13px;
        padding-bottom: 24px
    }

    .grid-view table td.price {
        font-weight: 700;
        text-align: right;
        font-size: 13px
    }

    .grid-view table td.incoming {
        color: #219653
    }

    .news-informer {
        background: #fff4d4;
        line-height: 20px
    }

    @media (min-width:1280px) {
        .news-informer {
            padding: 20px;
            margin: 0 -20px;
            overflow: hidden
        }
    }

    @media (max-width:1279px) {
        .news-informer {
            padding: 20px 15px 10px;
            margin: 0 -15px
        }

        /*    .menu-opened .news-informer {
        margin: 0
    }*/
    }

    .news-informer i.close {
        position: absolute;
        width: 23px;
        height: 23px;
        border-radius: 12px;
        border: 1px solid #000;
        transform: rotate(45deg);
        cursor: pointer;
        opacity: .5
    }

    @media (min-width:1280px) {
        .news-informer i.close {
            top: 20px;
            right: 20px
        }
    }

    @media (max-width:1279px) {
        .news-informer i.close {
            top: 10px;
            right: 10px
        }
    }

    .news-informer i.close:active {
        opacity: .8
    }

    .news-informer i.close:after, .news-informer i.close:before {
        width: 15px;
        height: 15px;
        position: absolute;
        content: ""
    }

    .news-informer i.close:before {
        border-left: 1px solid #000;
        left: 10px;
        top: 3px
    }

    .news-informer i.close:after {
        border-top: 1px solid #000;
        left: 3px;
        top: 10px
    }

    .news-informer article {
        margin-bottom: 10px
    }

    .news-informer .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 15px
    }

    .news-informer p {
        margin: 0 0 10px
    }

    @media (min-width:1280px) {
        .news-page article {
            padding-left: 200px
        }
    }

    .news-page time {
        font-size: 10px;
        line-height: 12px;
        color: #828282;
        font-weight: 700;
        display: block
    }

    @media (min-width:1280px) {
        .news-page time {
            padding-left: 15px;
            background: url(../Content/img/i.deposit_time.svg) no-repeat 0 3px;
            float: left;
            margin-left: -200px;
            padding-top: 3px
        }
    }

    @media (max-width:1279px) {
        .news-page time {
            margin-bottom: 5px
        }
    }

    @media (min-width:1280px) {
        .sector-scheme-page {
            /*        padding-right: 185px;*/
            /*        position: relative*/
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }
    }

    .sector-scheme-page .seats-scheme-wrapper {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .seats-scheme {
        position: relative;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    @media (min-width:1280px) {
        .seats-scheme {
            margin-top: 20px;
            /*        max-height: 100vh;*/
            /*        min-height: 400px;*/
            /*        width: 980px;*/
        }
    }

    @media (max-width:1279px) {
        .seats-scheme {
            /*        height: 100%;*/
            /*        width: 100%;*/
            /*        height: 45vh;*/
            margin: 10px 0;
        }
    }

    .seats-scheme .zoom {
        position: absolute;
        right: 0;
        top: 65px;
        width: 34px;
        height: 34px;
        -background: #f2c94c;
        background: var(--main-color);
        color: #fff;
        font-family: Brutal Type,sans-serif;
        line-height: 34px;
        font-size: 28px;
        border-radius: 18px;
        font-style: normal;
        cursor: pointer;
        text-align: center;
        box-shadow: 0 0 0 2px #fff
    }

    @media (max-width:1279px) {
        .seats-scheme .zoom {
            right: 15px
        }
    }

    .seats-scheme .zoom:after, .seats-scheme .zoom:before {
        border-radius: 1px;
        background: #fff;
        overflow: hidden;
        position: absolute
    }

    .seats-scheme .zoom:before {
        width: 16px;
        height: 2px;
        content: "";
        left: 9px;
        top: 16px
    }

    .seats-scheme .zoom.in {
        margin-top: -45px
    }

        .seats-scheme .zoom.in:after {
            width: 2px;
            height: 16px;
            content: "";
            left: 16px;
            top: 9px
        }

    .seats-scheme .zoom:active {
        background-color: rgba(154,119,11,.8)
    }

    #place-tooltip {
        display: none;
        position: fixed;
        top: -100px;
        left: -140px;
        background: rgba(0,0,0,.8);
        color: #fff;
        padding: 13px 5px;
        z-index: 100;
        width: 140px;
        text-align: center;
        font-family: Brutal Type,sans-serif;
        line-height: 12px;
        font-weight: 200;
        font-size: 12px;
        border-radius: 5px;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        margin: -90px 0 0 -70px
    }

        #place-tooltip b {
            display: block;
            font-weight: 400
        }

    #sector-tooltip {
        position: fixed;
        background: #fff;
        font-family: Brutal Type,sans-serif;
        display: none;
        text-align: center;
        z-index: 3
    }

    @media (min-width:1280px) {
        #sector-tooltip {
            border: 1px solid #bdbdbd;
            padding: 5px 20px;
            margin: -30px 0 0 20px;
            box-shadow: 0 4px 4px rgba(0,0,0,.25);
            line-height: 11px;
            font-size: 10px
        }

            #sector-tooltip:after, #sector-tooltip:before {
                position: absolute;
                left: -8px;
                top: 50%;
                margin-top: -4px;
                width: 0;
                height: 0;
                border: 4px solid transparent;
                content: ""
            }
    }

    @media (max-width:1279px) {
        #sector-tooltip {
            line-height: 13px;
            font-size: 13px
        }

            #sector-tooltip[style] {
                left: 0 !important;
                right: 0 !important;
                top: auto !important;
                bottom: 0 !important;
                padding: 10px
            }
    }

    #sector-tooltip:before {
        border-right-color: #bbb
    }

    #sector-tooltip:after {
        border-right-color: #fff;
        margin-left: 1px
    }

    #sector-tooltip b {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 2px
    }

    #sector-tooltip i {
        display: block;
        font-style: normal;
        font-weight: 200
    }

    @media (max-width:1279px) {
        #sector-tooltip i {
            margin-bottom: 10px;
            font-size: 9px
        }
    }

    .cool-number {
        display: inline-block;
        font-family: Brutal Type,sans-serif;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 200
    }

        .cool-number b {
            vertical-align: baseline;
            font-size: 18px;
            font-weight: 600
        }

    @media (max-width:1279px) {
        .cool-number b {
            display: block
        }
    }

    .cool-number.compact b {
        display: block
    }

    .alert .cool-number {
        margin: 0 10px
    }

    .tickets-buy-list article {
        background: #f2f2f2;
        border-radius: 5px;
        margin-bottom: 9px;
        font-family: Brutal Type,sans-serif;
        position: relative
    }

    @media (min-width:1280px) {
        .tickets-buy-list article {
            padding: 20px 0 15px 15px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list article {
            padding: 11px 0 10px 11px
        }
    }

    .tickets-buy-list article .match-title {
        font-weight: 200;
        text-transform: uppercase;
        font-size: 13px
    }

    @media (min-width:1280px) {
        .tickets-buy-list article .match-title {
            width: 355px;
            display: inline-block
        }
    }

    @media (min-width:1280px) {
        .tickets-buy-list article .cool-number.sector {
            width: 92px
        }

        .tickets-buy-list article .cool-number.place, .tickets-buy-list article .cool-number.row {
            width: 65px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list article .cool-number.sector {
            width: 60px
        }

        .tickets-buy-list article .cool-number.place, .tickets-buy-list article .cool-number.row {
            width: 45px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list article .price {
            position: absolute;
            right: 10px;
            bottom: 11px
        }
    }

    .tickets-buy-list b {
        font-weight: 600
    }

    .tickets-buy-list .price {
        font-size: 18px
    }

    @media (min-width:1280px) {
        .tickets-buy-list .price {
            margin-left: 250px
        }
    }

    .tickets-buy-list .seat-delete {
        width: 26px;
        height: 28px;
        position: absolute;
        background: url(../Content/img/i.trash.svg) no-repeat 50% 50%;
        cursor: pointer;
        opacity: .6
    }

    @media (min-width:1280px) {
        .tickets-buy-list .seat-delete {
            left: 775px;
            top: 13px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list .seat-delete {
            left: 180px;
            top: 17px
        }
    }

    .tickets-buy-list .seat-delete:hover {
        opacity: 1
    }

    .tickets-buy-list .discount {
        color: #c00;
        position: absolute;
        font-size: 13px
    }

    @media (min-width:1280px) {
        .tickets-buy-list .discount {
            right: 100px;
            bottom: 17px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list .discount {
            right: 85px;
            bottom: 11px
        }
    }

    @media (min-width:1280px) {
        .tickets-buy-list .total {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 31px;
            padding: 15px 0 22px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list .total {
            overflow: hidden;
            padding: 8px 10px 16px 0
        }
    }

    .tickets-buy-list .total .label {
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        color: #828282;
        display: inline-block;
        vertical-align: top
    }

    @media (min-width:1280px) {
        .tickets-buy-list .total .label {
            width: 603px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list .total .label {
            float: left
        }
    }

    .tickets-buy-list .total .price {
        font-family: Brutal Type,sans-serif
    }

    @media (max-width:1279px) {
        .tickets-buy-list .total .price {
            float: right
        }
    }

    @media (min-width:1280px) {
        .tickets-buy-list form {
            text-align: right
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list form {
            padding-left: 51px;
            position: relative
        }
    }

    .tickets-buy-list form .back-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0
    }

    @media (max-width:1279px) {
        .tickets-buy-list form button {
            display: block;
            width: 100%
        }
    }

    @media (min-width:1280px) {
        .tickets-buy-list.own-seat {
            max-width: 250px
        }
    }

    @media (max-width:1279px) {
        .tickets-buy-list.own-seat {
            max-width: 170px
        }
    }

    .paper .switch-nav {
        height: 30px;
        font-family: Brutal Type,sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        overflow: hidden;
        box-shadow: inset 0 -2px 0 rgba(0,0,0,.16)
    }

    @media (min-width:1280px) {
        .paper .switch-nav {
            margin: 30px -20px 40px;
            padding-left: 5px;
            font-size: 13px
        }
    }

    @media (max-width:1279px) {
        .paper .switch-nav {
            margin: 0 -15px 18px;
            font-size: 12px
        }
    }

    .paper .switch-nav ul {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 40px;
        width: 100%;
        padding-left: 15px
    }

        .paper .switch-nav ul::-webkit-scrollbar {
            display: none
        }

    @media (max-width:1279px) {
        .paper .switch-nav ul:after {
            display: block;
            content: "-";
            width: 20px;
            margin-left: 10px;
            opacity: 0
        }
    }

    .paper .switch-nav li {
        vertical-align: top;
        padding: 0;
        flex-shrink: 0;
    }

    @media (min-width:1280px) {
        .paper .switch-nav li:not(:last-child) {
            margin-right: 23px
        }
    }

    @media (max-width:1279px) {
        .paper .switch-nav li:not(:last-child) {
            margin-right: 15px
        }
    }

    .paper .switch-nav li:before {
        display: none
    }

    .paper .switch-nav li.current a {
        border-bottom: 4px solid var(--switch-nav-menu-tab-current-underline-color);
        color: var(--switch-nav-menu-tab-current-text-color)
    }

    .paper .switch-nav a {
        display: block;
        padding: 3px 0 7px;
        color: var(--switch-nav-menu-tab-text-color);
        text-decoration: none
    }

    .agreement {
        box-shadow: inset 0 -30px 10px -15px hsla(0,0%,100%,.99)
    }

    @media (min-width:1280px) {
        .agreement {
            max-height: 30vh;
            overflow: auto;
            margin-right: -20px;
            padding-right: 20px;
            position: relative
        }
    }

    .match-summary {
        font-family: Brutal Type,sans-serif;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    @media (min-width:1280px) {
        .match-summary {
            line-height: 26px;
            font-size: 13px
        }
    }

    @media (max-width:1279px) {
        .match-summary {
            line-height: 14px;
            overflow: hidden;
            font-size: 12px
        }
    }

    .match-summary strong {
        font-weight: 600
    }

    @media (min-width:1280px) {
        .match-summary strong {
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle
        }

            .match-summary strong:not(:first-of-type) {
                border-left: 1px solid #bbb;
                padding-left: 13px
            }
    }

    @media (max-width:1279px) {
        .match-summary strong.match-title {
            float: left
        }
    }

    @media (max-width:1279px) {
        .match-summary strong.date {
            float: right;
            color: #828282;
            font-size: 10px
        }
    }

    .match-summary time {
        font-weight: 200
    }

    @media (min-width:1280px) {
        .match-summary time {
            margin-left: 10px
        }
    }

    @media (max-width:1279px) {
        .match-summary time {
            display: block
        }
    }

    @media (max-width:1279px) {
        .match-summary .sector {
            float: left;
            clear: left;
            font-weight: 400
        }
    }

    .paper .match-summary + .price-scale {
        margin-top: 0
    }

    .back-arrow {
        width: 36px;
        height: 36px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        background: var(--main-color) url(../Content/img/i.arrow-left.svg) no-repeat calc(50% - 2px) 50%
    }

    @media (min-width:1280px) {
        .back-arrow {
            margin-right: 10px
        }
    }

    .back-arrow:active {
        background-color: rgba(171,133,15,.8)
    }

    .selected-tickets {
        font-family: Brutal Type,sans-serif;
        bottom: 0
    }

    @media (min-width:1280px) {
        .selected-tickets {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-left: 1px solid var(--selected-tickets-left-border);
            /*        position: absolute;*/
            top: 0;
            width: 185px;
            padding-left: 20px;
            right: -20px;
            flex: 0 0 auto;
        }
    }

    @media (max-width:1279px) {
        .selected-tickets {
            display: flex;
            flex-direction: column;
            /*        align-items: center;*/
            /*        padding: 10px;*/
            background: #fff;
            /*        position: fixed;*/
            /*        left: 0;*/
            /*        right: 0*/
        }
    }

    .selected-tickets:after {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        content: "";
        visibility: hidden
    }

    @media (min-width:1280px) {
        .selected-tickets .total {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 0 1 auto;
            /*        min-width: 100%;    */
            /*        text-align: left;*/
            /*        position: absolute;*/
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            padding-top: 20px;
        }
    }

    @media (max-width:1279px) {
        .selected-tickets .total {
            min-width: 100%;
            display: flex;
            column-gap: 10px;
            padding: 16px 51px;
            /*        position: relative*/
        }
    }

    .selected-tickets .total #total-price {
        font-size: 22px;
        font-weight: 600;
        color: var(--main-text-color);
        margin-bottom: 20px
    }

    .selected-tickets .back-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0
    }

    .selected-tickets .show-tickets {
        flex: 1 0 auto;
        width: 40px;
        height: 40px;
        /*    position: absolute;*/
        /*    right: 0;*/
        /*    top: 0;*/
        background: #f1ce62 url(../Content/img/i.hellip.svg) no-repeat 50% 50%;
        color: #fff;
        border-radius: 5px;
        cursor: pointer
    }

        .selected-tickets .show-tickets:active {
            background-color: rgba(171,133,15,.8)
        }

    .tickets-stack {
        /*    position: absolute;*/
        /*    right: 0;*/
        /*    left: 0;*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        /*    bottom: 100px*/
    }

        .tickets-stack::-webkit-scrollbar {
            display: none
        }

    @media (min-width:1280px) {
        .tickets-stack {
            /*        min-width: 100%;*/
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex: 1 1 auto;
            /*        padding: 0 20px;*/
            box-shadow: inset 0 -30px 10px -15px hsla(0,0%,100%,.99);
            top: 0
        }
    }

    @media (max-width:1279px) {
        .tickets-stack {
            display: none;
            padding: 0 10px;
            bottom: -100px;
            white-space: nowrap;
            background: #fff;
            opacity: 0;
            transition-property: bottom,opacity;
            transition-timing-function: linear;
            transition-duration: .3s;
            transition-delay: 0
        }

            .tickets-stack.visible {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-evenly;
                gap: 10px;
                bottom: 50px;
                opacity: 1
            }

                .tickets-stack.visible:empty:before {
                    content: attr(data-empty);
                    display: block;
                    text-align: center;
                    opacity: .5
                }
    }

    .tickets-stack article {
        display: block;
        background: var(--ticket-bg-color);
        border: 1px dotted var(--ticket-border-color);
        border-radius: 5px;
        padding: 15px 0 11px 11px;
        vertical-align: bottom;
        position: relative;
        transition-property: padding-top,margin-top;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    @media (min-width:1280px) {
        .tickets-stack article {
            /*        margin-bottom: 10px*/
        }
    }

    @media (max-width:1279px) {
        .tickets-stack article {
            width: 150px;
            display: inline-block;
            padding-top: 10px
        }

            .tickets-stack article:not(:last-child) {
                /*            margin-right: 10px*/
            }
    }

    .tickets-stack article:hover {
        -background-color: #f2f2f2;
        background-color: var(--ticket-bg-color-hover);
        box-shadow: inset 0 0 0 1px #e0e0e0
    }

    @media (min-width:1280px) {
        .tickets-stack article .cool-number.sector {
            width: 50px
        }

        .tickets-stack article .cool-number.row {
            width: 38px
        }
    }

    @media (max-width:1279px) {
        .tickets-stack article .cool-number {
            margin-right: 5px
        }
    }

    .tickets-stack article .price {
        font-size: 17px;
        font-weight: 600;
        display: block;
        margin-top: 19px
    }

    @media (max-width:1279px) {
        .tickets-stack article .price {
            display: none
        }
    }

    .tickets-stack article .remove {
        width: 25px;
        height: 25px;
        position: absolute;
        background: var(--ticket-remove-btn-bg-color) url(../Content/img/i.remove_ticket.svg) no-repeat center;
        background-size: contain;
        border-radius: 13px;
        cursor: pointer;
        right: 8px
    }

    @media (min-width:1280px) {
        .tickets-stack article .remove {
            opacity: .7;
            bottom: 8px;
            transition-property: opacity;
            transition-timing-function: linear;
            transition-duration: .1s;
            transition-delay: 0
        }

            .tickets-stack article .remove:hover {
                opacity: 1
            }
    }

    @media (max-width:1279px) {
        .tickets-stack article .remove {
            top: 50%;
            margin-top: -12px
        }
    }

    @media (min-width:1280px) {
        .tickets-list #tickets-search-form {
            max-width: 300px
        }
    }

    .tickets-list article {
        background: var(--tickets-list-item-bg-color);
        border: 1px solid var(--menu-element-bg-color-dark);
        border-radius: 5px;
        overflow: hidden;
        line-height: 17px;
        font-size: 13px;
        font-family: Brutal Type,sans-serif;
        text-transform: uppercase
    }

    @media (min-width:1280px) {
        .tickets-list article {
            margin-bottom: 22px;
            padding: 15px 20px 14px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article {
            margin-bottom: 12px;
            padding: 12px 10px 4px
        }
    }

    .tickets-list article .ticket-summary {
        position: relative;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .tickets-list article .ticket-summary:after {
            width: 18px;
            height: 11px;
            right: 0;
            content: "";
            background: url(../Content/img/i.tickets_expand.svg) no-repeat 0 0;
            position: absolute
        }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary:after {
            top: 50%;
            margin-top: -5px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article .ticket-summary:after {
            top: 3px
        }
    }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary .date {
            width: 160px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article .ticket-summary .date {
            position: absolute;
            top: 22px;
            left: 0;
            font-size: 11px
        }
    }

    .tickets-list article .ticket-summary .date b {
        font-weight: 600
    }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary .date b {
            display: block
        }
    }

    .tickets-list article .ticket-summary .date time {
        font-weight: 200
    }

    .tickets-list article .ticket-summary .tableau {
        font-weight: 700
    }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary .tableau {
            width: 420px;
            text-align: center;
            font-size: 16px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article .ticket-summary .tableau {
            font-size: 15px;
            margin-bottom: 28px
        }
    }

    .tickets-list article .ticket-summary .tableau strong {
        font-weight: inherit
    }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary .tableau strong {
            margin: 0 10px
        }
    }

    .tickets-list article .ticket-summary .price {
        text-align: right;
        font-weight: 600
    }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary .price {
            width: 110px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article .ticket-summary .price {
            width: 100%;
            padding-bottom: 5px;
            display: none
        }
    }

    .tickets-list article .ticket-summary .count {
        width: 160px;
        text-align: right;
        font-weight: 200
    }

        .tickets-list article .ticket-summary .count b {
            font-weight: 600
        }

    @media (max-width:1279px) {
        .tickets-list article.opened {
            box-shadow: inset 0 0 0 1px #bdbdbd
        }
    }

    @media (min-width:1280px) {
        .tickets-list article.opened .ticket-summary {
            margin-bottom: 14px
        }
    }

    .tickets-list article.opened .ticket-summary:after {
        transform: rotate(180deg)
    }

    @media (min-width:1280px) {
        .tickets-list article.opened .ticket-summary:after {
            margin-top: -8px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article.opened .ticket-summary:after {
            margin-top: -2px
        }
    }

    .tickets-list article.opened .ticket-summary .price, .tickets-list article.opened dl {
        display: block
    }

    .tickets-list article dl {
        display: none;
        border-top: 1px solid #bdbdbd;
        position: relative
    }

    @media (min-width:1280px) {
        .tickets-list article dl {
            padding: 0 210px 0 260px
        }

            .tickets-list article dl:after {
                display: block;
                height: 0;
                overflow: hidden;
                clear: both;
                content: "";
                visibility: hidden
            }
    }

    @media (max-width:1279px) {
        .tickets-list article dl {
            margin: 0 -10px;
            padding: 0 10px 15px;
            border-top-color: #e0e0e0
        }
    }

    .tickets-list article dl dt {
        padding-top: 10px
    }

    @media (min-width:1280px) {
        .tickets-list article dl dt {
            float: left;
            margin-left: -260px;
            padding-bottom: 14px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl dt {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap
        }
    }

    .tickets-list article dl dt time {
        display: block;
        margin-top: -1px
    }

    @media (min-width:1280px) {
        .tickets-list article dl dt time {
            font-size: 10px;
            color: #a3a3a3
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl dt time {
            font-size: 12px;
            font-weight: 200;
            color: #828282
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl dt .status {
            max-width: 50%;
            text-align: right
        }
    }

    .tickets-list article dl dt .status.success {
        color: var(--tickets-list-status-success)
    }

    .tickets-list article dl dt .status.error {
        color: var(--tickets-list-status-error)
    }

    .tickets-list article dl dd {
        display: flex;
        align-items: flex-end
    }

    @media (min-width:1280px) {
        .tickets-list article dl dd {
            padding: 16px 0 14px
        }

            .tickets-list article dl dd:not(:last-child) {
                border-bottom: 1px solid #e0e0e0
            }
    }

    @media (max-width:1279px) {
        .tickets-list article dl dd {
            padding: 12px 0 2px
        }
    }

    @media (min-width:1280px) {
        .tickets-list article dl .cool-number.sector {
            width: 95px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl .cool-number.sector {
            width: 50px
        }
    }

    @media (min-width:1280px) {
        .tickets-list article dl .cool-number.place, .tickets-list article dl .cool-number.row {
            width: 70px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl .cool-number.place, .tickets-list article dl .cool-number.row {
            width: 40px
        }
    }

    .tickets-list article dl .price {
        display: inline-block;
        text-align: right;
        margin-left: auto
    }

    .tickets-list article dl .actions {
        float: right;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        height: 36px
    }

    @media (min-width:1280px) {
        .tickets-list article dl .actions {
            margin: -10px -210px 0 0
        }
    }

    .tickets-list article dl .actions a {
        display: inline-block;
        height: 34px;
        background: no-repeat 50% 50%
    }

    @media (min-width:1280px) {
        .tickets-list article dl .actions a {
            width: 57px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl .actions a {
            width: 36px
        }
    }

    .tickets-list article dl .actions a:not(:last-child) {
        border-right: 1px solid #bdbdbd
    }

    @media (min-width:1280px) {
        .tickets-list article dl .actions a:not(:last-child) {
            width: 58px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl .actions a:not(:last-child) {
            width: 37px
        }
    }

    .tickets-list article dl .actions a.print {
        background-image: url(../Content/img/i.tickets_printer.svg)
    }

    .tickets-list article dl .actions a.file {
        background-image: url(../Content/img/i.tickets_file.svg)
    }

    .tickets-list article dl .actions a.wallet {
        background-image: url(../Content/img/i.tickets_wallet.svg)
    }

    .tickets-list article dl .actions a.mail {
        background-image: url(../Content/img/i.tickets_mail.svg)
    }

    @media (min-width:1280px) {
        .tickets-list article dl .pay-order {
            position: absolute;
            top: 7px;
            right: 0;
            text-align: center
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl .pay-order {
            display: block;
            width: 100%;
            text-align: right;
            margin-top: 10px;
            display: flex;
            align-items: center
        }
    }

    .tickets-list article dl .pay-order a {
        cursor: pointer;
    }

    .tickets-list article dl .pay-order .button {
        line-height: 36px;
        height: 36px;
        vertical-align: middle;
        padding: 0
    }

    @media (min-width:1280px) {
        .tickets-list article dl .pay-order .button {
            margin-bottom: 10px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article dl .pay-order .button {
            margin-right: auto
        }
    }

    .tickets-list article dl .pay-order .timer {
        vertical-align: middle;
        display: inline-block;
        padding-top: 2px
    }

    @media (min-width:1280px) {
        .tickets-list.orders-list .pay-order {
            width: 100px
        }
    }

    @media (max-width:1279px) {
        .continue-button {
            position: fixed;
            z-index: 10;
            left: 0;
            bottom: 0;
            right: 0;
            padding: 10px;
            background: #fff
        }

            .continue-button.has-back {
                padding-left: 61px
            }

            .continue-button .button, .continue-button button {
                display: block
            }

            .continue-button .back-arrow {
                width: 40px;
                height: 40px;
                float: left;
                margin-left: -51px
            }
    }

    .events-list article {
        background: var(--events-list-item-bg-color);
        border: var(--events-list-item-border);
        border-radius: 5px;
        overflow: hidden;
        line-height: 17px;
        font-size: 13px;
        font-family: Brutal Type,sans-serif;
        padding: 15px 20px 14px;
        text-transform: uppercase;
        position: relative
    }

    @media (min-width:1280px) {
        .events-list article {
            margin-bottom: 22px
        }
    }

    @media (max-width:1279px) {
        .events-list article {
            margin-bottom: 12px
        }
    }

    .events-list article a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        cursor: pointer
    }

    .events-list article .event-summary {
        position: relative;
        cursor: pointer
    }

    @media (min-width:1280px) {
        .events-list article .event-summary {
            line-height: 32px
        }
    }

    @media (max-width:1279px) {
        .events-list article .event-summary {
            text-align: center
        }
    }

    @media (min-width:1280px) {
        .events-list article .event-summary div {
            display: inline-block;
            vertical-align: middle
        }
    }

    @media (min-width:1280px) {
        .events-list article .event-summary .date {
            width: 160px
        }
    }

    .events-list article .event-summary .date b {
        font-weight: 600
    }

    .events-list article .event-summary .date time {
        margin-left: 7px
    }

    .events-list article .event-summary .tableau {
        font-size: 16px;
        font-weight: 700
    }

    @media (min-width:1280px) {
        .events-list article .event-summary .tableau {
            width: 480px;
            text-align: center
        }
    }

    @media (max-width:1279px) {
        .events-list article .event-summary .tableau {
            margin: 10px -20px 0
        }
    }

    .events-list article .event-summary .tableau strong {
        font-weight: inherit;
        display: inline-block;
        vertical-align: middle
    }

    @media (max-width:1279px) {
        .events-list article .event-summary .tableau strong {
            font-weight: 600
        }
    }

    @media (min-width:1280px) {
        .events-list article .event-summary .tableau .team {
            width: 190px;
            line-height: 20px
        }
    }

    @media (max-width:1279px) {
        .events-list article .event-summary .tableau .team {
            width: 30%;
            line-height: 13px;
            font-size: 11px
        }
    }

    .events-list article .event-summary .tableau .team.home {
        text-align: right
    }

    .events-list article .event-summary .tableau .team.guest {
        text-align: left
    }

    .events-list article .event-summary .tableau .delimeter {
        width: 90px
    }

    @media (max-width:1279px) {
        .events-list article .event-summary .tableau .delimeter {
            margin: 0 -5px
        }
    }

    .events-list article .event-summary .tableau .delimeter:after, .events-list article .event-summary .tableau .delimeter:before {
        display: inline-block;
        width: 32px;
        height: 32px;
        content: "";
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    @media (min-width:1280px) {
        .events-list article .event-summary .tableau .delimeter:after, .events-list article .event-summary .tableau .delimeter:before {
            margin: 0 5px
        }
    }

    @media (max-width:1279px) {
        .events-list article .event-summary .tableau .delimeter:after, .events-list article .event-summary .tableau .delimeter:before {
            margin: 0 2px
        }
    }

    .events-list article .event-summary .tableau .delimeter:before {
        /*    background-image: url(/i/logos/fckrasnodar.svg)*/
    }

    .events-list article .event-summary .champ {
        font-weight: 200
    }

    @media (min-width:1280px) {
        .events-list article .event-summary .champ {
            float: right;
            width: 250px;
            text-align: right
        }
    }

    .paper .price-scale {
        width: 100%;
        display: flex;
        font-family: Brutal Type,sans-serif;
        text-transform: uppercase;
        align-items: flex-end;
        font-size: 11px
    }

    @media (max-width:1279px) {
        .paper .price-scale {
            margin-top: -25px
        }
    }

    .paper .price-scale li {
        width: 50%;
        padding: 0
    }

    @media (max-width:1279px) {
        .paper .price-scale li {
            color: #fff;
            font-size: 5px
        }
    }

    .paper .price-scale li:before {
        display: none
    }

    .paper .price-scale li strong {
        display: block;
        padding-top: 9px;
        margin-top: 4px;
        border-top: 4px solid #dedede;
        font-size: 12px;
        font-weight: 600
    }

    @media (max-width:1279px) {
        .paper .price-scale li strong {
            font-size: 9px;
            color: #828282
        }
    }

    .paper .price-scale li.vip strong {
        border-top-color: #bc7b54
    }

    .paper .price-scale li.vip2 strong {
        border-top-color: #80371a
    }

    .paper .price-scale li.business strong {
        border-top-color: #8395ff
    }

    .paper .price-scale li.standart strong {
        border-top-color: #bc7b54
    }

    .paper .price-scale li.standart1z strong {
        border-top-color: #3787ab
    }

    .paper .price-scale li.standart2 strong {
        border-top-color: #f9991f
    }

    .paper .price-scale li.standart3 strong {
        border-top-color: #37ab50
    }

    .paper .price-scale li.standart4 strong {
        border-top-color: #1ea0dc
    }

    .paper .price-scale li.standart5 strong {
        border-top-color: #9b4d98
    }

    .where-is-field {
        text-transform: uppercase;
        text-align: center;
        border-top-width: 1px;
        border-top-style: solid;
        color: var(--where-is-field-top-border)
    }

    @media (min-width:1280px) {
        .where-is-field {
            padding: 10px 0;
            font-size: 0.8rem;
            word-spacing: 0.8em;
            letter-spacing: 0.5em;
        }
    }

    @media (max-width:1279px) {
        .where-is-field {
            padding: 4px 0 12px;
            font-size: 0.7rem;
            word-spacing: 0.7em;
            letter-spacing: 0.4em;
        }
    }

footer {
    color: #e0e0e0;
    font-size: 13px;
    line-height: 20px;
    clear: both;
    background: var(--main-color);
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
/*    width: 100%;*/
/*    border-radius: 0 0 16px 16px;*/
}

    @media (min-width:1280px) {
        footer {
            padding: 20px 20px 10px
        }
    }

    @media (max-width:1279px) {
        footer {
            padding: 15px 15px 5px
        }
    }

    footer:after {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        content: "";
        visibility: hidden
    }

    footer p {
        margin-bottom: 10px
    }

    @media (min-width:1280px) {
        footer .copyright {
            float: left;
            width: 600px
        }
    }
    /*==*/
    /*footer .copyright > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .copyright a {*/
    /*        margin-bottom: 10px;*/
    /*display: block;
    text-align: center;
}

@media (min-width:1280px) {
    footer .copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width:1279px) {
    footer .copyright {
        flex-direction: column;
    }
}*/
    /*==*/
    footer .quartex {
        font-weight: 300
    }

    @media (min-width:1280px) {
        footer .quartex {
            float: right
        }
    }

    footer .quartex b {
        font-weight: 400
    }

    footer a {
        color: #fff
    }

    .paper .pagination {
        overflow: hidden;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        display: inline-block;
        height: 36px;
        margin-top: 10px
    }

        .paper .pagination li {
            float: left;
            margin: 0;
            padding: 0;
            line-height: 34px
        }

            .paper .pagination li:before {
                display: none
            }

            .paper .pagination li:not(:last-child) {
                border-right: 1px solid #bdbdbd
            }

            .paper .pagination li.active {
                background: hsla(0,0%,74%,.5)
            }

                .paper .pagination li.active a {
                    color: #000
                }

        .paper .pagination a, .paper .pagination span {
            display: block;
            padding: 0 13px
        }

            .paper .pagination a:hover {
                background: hsla(0,0%,74%,.2);
                text-decoration: none
            }

    .notifications-area {
        background: #f2e0ae
    }

    @media (min-width:1280px) {
        .notifications-area {
            margin: -40px -20px 0;
            overflow: hidden
        }
    }

    @media (max-width:1279px) {
        .notifications-area {
            margin: 0 -15px
        }

        /*    .menu-opened .notifications-area {
        margin: 0
    }*/
    }

    .notifications-area article {
        position: relative
    }

    @media (min-width:1280px) {
        .notifications-area article {
            padding: 25px 20px 15px
        }
    }

    @media (max-width:1279px) {
        .notifications-area article {
            padding: 15px
        }
    }

    @media (min-width:1280px) {
        .notifications-area article.has-action-button {
            min-height: 80px;
            padding-top: 30px;
            padding-right: 260px
        }

            .notifications-area article.has-action-button .notify-action-button {
                position: absolute;
                right: 20px;
                top: 20px
            }
    }

    .notifications-area article + article {
        border-top: 1px solid #e7c76c
    }

    .notifications-area article .count {
        display: inline;
        background: #fff;
        padding: 4px 8px;
        margin: 0 2px;
        border-radius: 50%;
        box-shadow: 0 1px 0 #e7c76c
    }

    .notifications-area p {
        margin-bottom: 10px
    }

    .abonement {
        background: #f5f5f5;
        border-radius: 10px;
        margin-bottom: 20px;
        max-width: 300px;
        padding: 0 14px 14px;
        font-size: 13px
    }

    .abonement-header {
        font-size: 16px;
        line-height: 50px;
        border-bottom: 1px solid #e0e0e0;
        margin: 0 -14px 14px;
        padding: 0 14px;
        position: relative;
        padding-top: 2px
    }

        .abonement-header:before {
            width: 21px;
            height: 14px;
            border: 2px solid #4f4f4f;
            display: inline-block;
            content: "";
            border-radius: 2px;
            vertical-align: middle;
            margin: -3px 14px 0 0
        }

    .abonement-number {
        text-align: right;
        margin-bottom: 36px;
        color: #333
    }

    .abonement .cool-number {
        margin-right: 37px;
        line-height: 12px
    }

        .abonement .cool-number b {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 2px
        }

    .stadium-scheme-page svg {
        width: 100%;
        height: 100%;
        user-select: none
    }

    @media (max-width:1279px) {
        .stadium-scheme-page svg {
            height: 85vw;
            width: 95vw;
        }
    }

    .sector-scheme-page svg {
        width: 100%;
        height: 100%;
        min-height: 330px; /*для vip-секторов в 1 ряд */
        max-height: 800px;
        margin: 0;
        align-content: center;
        align-items: center;
        user-select: none
    }

    @media (max-width:1279px) {
        .sector-scheme-page svg {
            padding: 15px 65px 0 15px;
            min-height: 100px;
        }
    }

    @media (min-width:1280px) {
        .sector-scheme-page svg {
            padding: 15px 50px 0 15px;
        }
    }


    /*==*/
    g:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .table {
        display: table;
        font-size: 12px;
        border-spacing: 5px;
        line-height: 1.4;
        width: 100%;
        margin: 1.5em 0 2.5em;
        border-collapse: collapse;
        padding: 0;
        border-spacing: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        -font-family: inherit;
        font-size: 100%;
    }

        .table thead {
            vertical-align: initial;
        }

        .table tbody {
            vertical-align: initial;
        }

        .table tr {
            vertical-align: initial;
        }

        .table th {
            background: #f8f7f5;
            color: #7d7c7b;
            font-weight: 400;
            border-right: 1px solid #ededed;
            padding: 7px 20px;
            text-align: left;
            vertical-align: top;
        }

        .table td {
            font-weight: 400;
            border-bottom: none;
            padding-top: 10px;
            border-right: 1px solid #ededed;
            padding: 7px 20px;
            text-align: left;
            vertical-align: top;
        }

        .table .right {
            text-align: right;
        }


    .important_block {
        display: block;
        background: #faf7f0;
        padding: 15px 20px;
        margin: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        -font-family: inherit;
        font-size: 100%;
    }

    .text_important {
        color: #c20100 !important;
    }

    .text_muted {
        color: #989898 !important;
    }

    /* Табы */
    .tab-control {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-control_orientation {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tab-list {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 30px;
    }

    .tab-list_orientation {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-list__item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 40px;
        min-width: 120px;
        width: 200px;
        padding: 12px 20px;
        cursor: pointer;
        color: #2d2d2d;
        background-color: #f5f7f6;
        border: none;
    }

    .tab-list__item_active {
        -color: #fff;
        color: #ffd301;
        background-color: #c20100;
    }

    .tab-item__title {
        color: inherit;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5;
    }

    .tab-content {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    }

    .tab-panel {
        display: block;
        padding: 25px 40px;
    }

    .tab-panel__header {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

        .tab-panel__header > .form__link {
            font-size: 13px;
        }

    .tab-panel__title {
        margin: 0;
        color: #2d2d2d;
        font-size: 26px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5;
    }

    .tab-panel__title_small {
        font-size: 22px;
    }

    .tab-panel__links {
        margin-bottom: 15px;
    }

        .tab-panel__links > .form__link:not(:last-child) {
            margin-right: 20px;
        }

    .tab-panel__content {
        color: #4a4a4a;
    }

    .tab-panel__stripe {
        padding: 10px 40px;
        margin: 0 -40px 20px;
        color: #252525;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25;
        background-color: #f5f5f5;
    }

    /* Табличное представление */
    .table-view {
        margin: 0 0 15px 0;
    }

    .table-view__row {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .table-view__row_margined:not(:last-child) {
        margin: 0 0 15px 0;
    }

    .table-view__cell {
        min-height: 47px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
    }

    .table-view__cell_header {
        max-width: 210px;
        font-size: 14px;
        font-weight: 600;
    }

    .cell-orders {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .personal-area-menu {
        display: flex;
        justify-content: space-between;
    }

    #imageBlock {
        height: 290px;
        width: 225px;
        object-fit: cover;
    }

    .validation-summary-errors {
        text-align: center;
        font-size: 20px;
    }

    .text-danger {
        color: var(--main-danger-color);
    }

    .catalog-skl {
        display: block;
        margin: 16px 0 8px;
        line-height: 24px
    }

    .catalog-skl_column {
        margin-bottom: 10px;
    }

.catalog-skl-dev-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--main-bg-color);
    border-radius: 10px;
    padding: 12px 0;
}

    /*@media (min-width:1280px) {
    .catalog-skl-dev-card {*/
    /*        flex-direction: row;*/
    /*}
}*/

.catalog-skl-card {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    /*    row-gap: 10px;*/
    max-width: 290px;
/*    margin: 10px 10px 10px;*/
    box-sizing: border-box;
    line-height: 1.3;
    background: white;
/*    background: rgba(0, 0, 0, 0.05);*/
/*    background: linear-gradient(135deg, #ffd301 10%, #646867 100%);*/
    /*    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.catalog-skl-card_name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-text-color2);
    /*        padding: 20px 10px 10px;*/ 
    margin: 16px 16px 12px;
    word-break: break-word;
}

.catalog-skl-card_description {
    /*        padding: 12px 24px;*/
    margin: 0 16px;
    color: var(--main-text-color2);
    flex-grow: 1;
    line-height: 1.4;
    /*    text-align: justify;*/
}

/*    @media (min-width:1280px) {
        .catalog-skl-card_description {
            min-height: 100px;
        }
    }*/

.catalog-skl-card_button {
    margin: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .catalog-skl-card_button a {
        flex: 1 1 auto;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        vertical-align: middle;
        line-height: 1;
        padding: 12px 24px;
        color: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        user-select: none;
        background-color: var(--main-btn-color);
        transition: background-color 0.3s;
    }
.catalog-skl-product_name {
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--main-text-color2);
    /* padding: 20px 10px 10px; */
    margin: 16px 16px 12px;
    word-break: break-word;
}

/*    @media (min-width:1280px) {
        .catalog-skl-product_name {
            min-height: 100px;
        }
    }*/

.catalog-skl-card-image img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    /*        border-radius: 10px;*/
}

    .catalog-skl-card-image {
        max-width: 400px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

.catalog-skl-product_footer {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    gap: 12px;
    margin: 16px 14px;
    /*        padding: 10px 0;*/
}

.catalog-skl-product_footer_bnt1 {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    flex: 1 0 auto;
    justify-content: center;
    background: #8a8787;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 4px 8px;
    line-height: normal;
    font-size: 14px;
    text-transform: lowercase;
    font-variant: small-caps;
}

    .catalog-skl-product_footer_bnt_text1 {
        color: white;
    }

    .catalog-skl-product_footer_bnt_text2 {
        color: var(--main-text-color);
        font-weight: bold;
        font-size: 18px;
    }
.catalog-skl-product_footer_grp {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .catalog-skl-product_footer_grp a {
        flex: 1 0 auto;
        display: inline-block;
        text-align: center;
/*        text-transform: uppercase;*/
        font-size: 16px;
        font-weight: 600;
/*        letter-spacing: 0.5px;*/
        vertical-align: middle;
        line-height: 1;
        padding: 12px 14px;
        color: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        user-select: none;
        background-color: var(--main-btn-color);
        transition: background-color 0.3s;
    }

.catalog-skl-product_footer_bnt2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    color: var(--main-btn-text-color);
    /*        padding-top: 13px;*/
    /*        min-width: 150px;*/
}

    .catalog-skl-product_footer_bnt_text3 {
        font-size: 16px;
        font-weight: bold;
    }

.catalog-skl-product_footer_bnt_icon {
    width: 1.5em;
    height: 1.5em;
    color: var(--main-color);
    background: url(/Content/img/i.top_store.svg) no-repeat 0 0;
    background-size: 1.5em;
    background-position: center;
}

    .goods-card_btn_sale {
        display: flex;
        padding: 10px;
        justify-content: center;
    }

    .goods-card-grp {
        display: flex;
        margin: 0px 0px 0px;
        line-height: 24px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        /*box-sizing: border-box;*/
        /*background: rgba(0, 0, 0, 0.05);*/
        /*background: linear-gradient(135deg, #f0e197 10%, #646867 100%);*/
        /*box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);*/
        /*border-radius: 10px;*/
    }

    .display-flex-column {
        display: flex;
        flex-direction: column;
    }

    .display-flex-row {
        display: flex;
        flex-direction: row;
    }

    @media (min-width:1280px) {
        .goods-card_grp_info {
            width: 400px;
            height: 100px;
        }
    }

    .goods-card_grp_info {
        min-width: 280px;
        min-height: 100px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .goods-card-goodsname {
        display: block;
        font-family: Brutal Type, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        margin: 0px 15px 19px;
        -width: 400px;
        color: var(--main-text-color);
    }

    @media (min-width:1280px) {
        .goods-card-goodsname {
            font-size: 22px;
            margin: 15px 45px 19px;
        }
    }

    .goods-card_info {
        font-weight: bold;
        line-height: 50px;
    }

    @media (min-width:1280px) {
        .goods-card_info {
            margin: 20px 20px 20px;
        }
    }

    .goods-card_info_text1 {
        display: block;
        font-size: 30px;
        color: #757272;
        text-align: center;
    }

    .goods-card_info_text2 {
        display: block;
        font-size: 50px;
        text-align: center;
        margin-bottom: 0px;
    }

    .goods-card-image {
        max-width: 280px;
        max-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: inherit;
    }

    .back-arrow__h1 {
        display: block;
        font-family: Brutal Type, sans-serif;
        font-weight: 700;
        font-size: 98%;
        line-height: 5px;
        text-transform: uppercase;
        margin: 15px 45px 19px;
        width: 400px;
        color: var(--main-text-color2);
    }

    @media (min-width:1280px) {
        .back-arrow__h1 {
            font-size: 22px;
        }
    }

    .back-arrow__h2 {
        display: block;
        font-family: Brutal Type,sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 45px 19px;
        width: 400px;
        color: var(--main-text-color);
    }

    .item-box-shadow {
        display: block;
        box-shadow: inset 0 -2px 0 rgba(0,0,0,.16);
    }

.goods-skl-dev-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--main-bg-color);
    border-radius: 10px;
    padding: 12px 0;
}

    /*@media (min-width:1280px) {
    .goods-skl-dev-card {*/
    /*        flex-direction: row;*/
    /*}
}*/

    .input-item__eye {
        position: absolute;
        top: 35px;
        right: 10px;
        color: #737373;
        cursor: pointer;
        opacity: 0.5;
        transition: all .2s ease-out;
    }

    .shop_basket_icon {
        position: absolute;
        -top: 5px;
        -left: 0;
        display: block;
        width: 27px;
        height: 27px;
        color: var(--main-color);
        background: url(../Content/img/cart.svg) center no-repeat;
        margin: 5px 10px 0px;
    }

    .shop_basket_grp {
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*    padding-bottom: 10px;*/
        margin-bottom: 18px;
    }

    @media (min-width:1280px) {
        .shop_basket_grp {
            justify-content: left;
        }
    }

    .shop_basket_bnt {
        display: flex;
        flex-direction: row;
        color: var(--main-bg-color);
        background: var(--main-color);
        border-radius: 22px;
        padding: 5px 5px 5px;
        min-height: 50px;
        -border: 2px solid #000;
        cursor: pointer;
    }

        .shop_basket_bnt:hover {
            -color: var(--main-color);
            -background-color: black;
            text-decoration: none;
        }

    .shop_basket_col {
        display: flex;
        flex-direction: column;
        margin: 5px 50px 0px;
    }

    .shop_basket_title {
        font-size: 18px;
        color: var(--main-text-color-invert);
    }

    .shop_basket_desc {
        font-size: 12px;
        color: var(--main-text-color-invert);
    }

    .shop_basket_empty {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        text-align: center;
    }
    /*.shop_basket_full {
    display: flex;
    flex-direction: column;
}
*/
    .shop_basket_full {
        display: flex;
        flex-direction: column;
        -position: absolute;
        right: 0;
        left: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        bottom: 100px
    }

        .shop_basket_full::-webkit-scrollbar {
            display: none
        }

    @media (min-width:1280px) {
        .shop_basket_full {
            padding: 0 20px;
            box-shadow: inset 0 -30px 10px -15px hsla(0,0%,100%,.99);
            top: 0
        }
    }

    /*@media (max-width:1279px) {
    .shop_basket_full {
        padding: 10px;
        bottom: -100px;
        white-space: nowrap;
        background: #fff;
        opacity: 0;
        transition-property: bottom,opacity;
        transition-timing-function: linear;
        transition-duration: .3s;
        transition-delay: 0
    }

        .shop_basket_full.visible {
            bottom: 50px;
            opacity: 1
        }

            .shop_basket_full.visible:empty:before {
                content: attr(data-empty);
                display: block;
                text-align: center;
                opacity: .5
            }
}
*/

    .shop_basket_full article {
        display: block;
        background: #ebebeb;
        border-radius: 5px;
        padding: 15px 0 11px 11px;
        vertical-align: bottom;
        position: relative;
        transition-property: padding-top,margin-top;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        margin-bottom: 10px
    }

        /*@media (min-width:1280px) {
    .shop_basket_full article {
        margin-bottom: 10px
    }
}*/

        /*@media (max-width:1279px) {
    .shop_basket_full article {
        width: 140px;
        display: inline-block;
        padding-top: 10px
    }

        .shop_basket_full article:not(:last-child) {
            margin-right: 10px
        }
}
*/
        .shop_basket_full article:hover {
            background-color: #f2f2f2;
            box-shadow: inset 0 0 0 1px #e0e0e0
        }

    @media (min-width:1280px) {
        .shop_basket_full article .cool-number.sector {
            width: 50px
        }

        .shop_basket_full article .cool-number.row {
            width: 38px
        }
    }

    @media (max-width:1279px) {
        .shop_basket_full article .cool-number {
            margin-right: 5px
        }
    }

    .shop_basket_full article .price {
        font-size: 17px;
        font-weight: 600;
        display: block;
        margin-top: 19px
    }

    @media (max-width:1279px) {
        .shop_basket_full article .price {
            display: none
        }
    }

    .shop_basket_full article .remove {
        width: 25px;
        height: 25px;
        position: absolute;
        background: #373737 url(../Content/img/i.remove_ticket.svg) no-repeat 50% 50%;
        border-radius: 13px;
        cursor: pointer;
        right: 8px;
        opacity: .7;
        bottom: 8px;
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0
    }

    .shop-basket-skl-bnt1 {
        text-align: center;
        padding: 10px;
    }

    @media (min-width:1280px) {
        .shop-basket-skl-bnt1 {
            max-width: 150px;
        }
    }

    .shop-basket-contact {
        display: flex;
        flex-direction: column;
        -margin: 20px 20px 20px;
        padding-top: 10px;
        background-color: #f2f2f2;
        border-radius: 5px;
    }
    /*    .shop-basket-contact h1 {
        margin-left: 5px;
        font-size: 20px;
    }
    .shop-basket-contact h2 {
        margin: 10px 10px 10px;
        font-size: 14px;
    }
*/
    .shop-basket-total-price {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin: 20px 20px 20px;
        align-content: center
    }

    .shop-basket-total-itog {
        display: flex;
        flex-direction: row;
        margin: 0px 20px 10px;
    }

        .shop-basket-total-itog b {
            margin-bottom: 5px;
            font-size: 20px;
            color: var(--main-color);
            margin-right: 5px;
        }

    .shop-basket-border {
        border: 1px solid #999;
        margin: 20px 20px 20px;
        border-radius: 5px;
    }

    .shop-basket-control-field {
        margin: 10px 10px 10px;
        font-size: 20px;
    }

    .shop-basket-contact-control-field {
        margin-right: 10px;
        width: 400px;
    }

    .shop-basket-contact-block {
        display: flex;
        flex-direction: row;
        margin: 10px 10px 10px;
    }

    .shop-basket-way-to-get {
        display: flex;
        flex-direction: column;
        margin: 20px 0px 20px;
        padding-top: 10px;
        background-color: #f2f2f2;
        border-radius: 5px;
    }

    .shop-basket-frm-pickup {
        display: block;
        margin: 0px 20px 0px;
        -height: 310px;
    }

    .shop-basket-frm-delivery {
        display: none;
        margin: 0px 20px 0px;
        -height: 310px;
    }

    .display-flex-column {
        display: flex;
        flex-direction: column;
    }

    .display-flex-row {
        display: flex;
        flex-direction: row;
    }

    .form-login-ban {
        display: flex;
        flex-direction: column;
    }


    @media (min-width:1280px) {
        .form-login-ban {
            flex-direction: row;
        }
    }

    .loader {
        width: 48px;
        height: 48px;
        border: 5px solid #FFF;
        border-bottom-color: #FF3D00;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .rotate180 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* Кнопка выпадающего списка */
    .dropbtn {
        -background-color: #4CAF50;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

        /* Кнопка выпадающего меню при наведении и фокусировке */
        .dropbtn:hover, .dropbtn:focus {
            background-color: #3e8e41;
        }

    /* Поле поиска */
    /*#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}*/

    /* Поле поиска, когда он получает фокус/нажал на */
    /*#myInput:focus {
        outline: 3px solid #ddd;
    }*/

    /* Контейнер <div> - необходим для размещения выпадающего содержимого */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Выпадающее содержимое (скрыто по умолчанию) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f6f6f6;
        min-width: 230px;
        border: 1px solid #ddd;
        z-index: 2;
        right: 1px;
    }

        /* Ссылки внутри выпадающего списка */
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            /* Изменение цвета выпадающих ссылок при наведении курсора */
            .dropdown-content a:hover {
                background-color: #e4e1e1
            }

    /* Показать выпадающее меню (используйте JS, чтобы добавить этот класс в .dropdown-content содержимого, когда пользователь нажимает на кнопку выпадающего списка) */
    .show {
        display: block;
    }
    /* Логотипы команд-соперников в событии*/
    .avatar-logo {
        vertical-align: middle;
        /*    width: 30px;*/
        height: 1.875em;
        border-radius: 50%;
        /*    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
*/
    }

    .dropdown-nav {
        float: left;
        overflow: hidden;
        position: absolute;
        padding-top: 32px;
        left: 280px;
    }


    .dropdown-nav-content {
        display: none;
        position: relative;
        background-color: var(--main-btn-color);
        min-width: 260px;
        --box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border: 1px solid #ddd;
        z-index: 1;
        padding: 10px;
    }

        .dropdown-nav-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

            .dropdown-nav-content a:hover {
                background-color: #e4e1e1;
            }
    /*     .dropdown-nav:hover .dropdown-nav-content {
        display: block;
    }
 */
    .btn-upload-file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .label-upload-file {
        width: 180px;
        height: 40px;
        display: block;
        background: var(--main-btn-color);
        color: var(--main-btn-text-color);
        padding: 13px 25px;
        min-width: 100px;
        border-width: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        font-family: Brutal Type,sans-serif;
        border-radius: 5px;
        text-decoration: none;
        transition-property: color,opacity,background-color,border-color;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0;
    }

    /* Всплывающая подсказка с ценой на карте сектора*/
    .info_panel {
        display: none;
        background-color: rgba(255,255,255, .7);
        padding: .3em;
        font-size: .8em;
        font-family: Helvetica, Arial, sans-serif;
        position: absolute;
        border-radius: .3em;
    }

        .info_panel::first-line {
            font-weight: bold;
        }

    @media (min-width:1280px) {
        .tickets-list article .ticket-summary .eventsel {
            width: 160px
        }
    }

    @media (max-width:1279px) {
        .tickets-list article .ticket-summary .eventsel {
            /*position: absolute;*/
            top: 22px;
            left: 0;
            font-size: 11px
        }
    }

/*= Login Form =*/
.login-form {
    display: flex;
    flex-direction: column;
    /*    align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px 0;
    padding: 16px 32px;
    /*    border: solid #dee2e6;*/
    /*    border-width: 1px 0;*/
    /*    position: relative;*/
    /*    margin: 1rem -.75rem;*/
    /*
    background-color: #f4f7fb;*/
    /*    background: linear-gradient(to bottom right, #fff, #c5d0e7);*/
    /*color: #1c3c87;*/
}

@media (min-width: 1280px) {
    .login-form {
        margin: 16px auto;
        padding: 16px;
        border-width: 1px;
        border-radius: 8px;
        width: 100%;
        max-width: 920px;
        padding: 16px 40px;
    }
}

.login-form__group-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .login-form__group-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.login-form__group {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    width: 400px;
}

.login-form__label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #2f3e4d;
}

.login-form__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 1.5rem;
    position: relative;
}

@media (min-width: 1280px) {

    .login-form__actions {
        justify-content: center;
        margin-bottom: 1.5rem;
        gap: 20px;
        position: relative;
        width: 400px;
    }
}

.login-form__actions-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*    align-items: flex-start;*/
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .login-form__actions-container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }
}

.login-form__texts-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .login-form__texts-container {
/*        flex-direction: row;*/
        justify-content: center;
        align-items: center;
/*        column-gap: 20px;*/
    }
}

.login-form__button--primary {
    width: 100%;
}

@media (min-width: 1280px) {
    .login-form__button--primary {
        width: initial;
    }
}