@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_it#00alic.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
}
@font-face {
    font-family: TT Lakes;
    src: url(../fonts/TTLakes-Medium.eot);
    src: url(../fonts/TTLakes-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/TTLakes-Medium.woff2) format('woff2'), url(../fonts/TTLakes-Medium.woff) format("woff"), url(../fonts/TTLakes-Medium.ttf) format("truetype"); 
    font-weight: 500; 
    font-style: normal;
}

@font-face {
    font-family: TT Lakes Compressed;
    src: url(../fonts/TTLakesCompressed-Black.eot);
    src: url(../fonts/TTLakesCompressed-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/TTLakesCompressed-Black.woff2) format("woff2"), url(../fonts/TTLakesCompressed-Black.woff) format("woff"), url(../fonts/TTLakesCompressed-Black.ttf) format("truetype"); 
    font-weight: 900; 
    font-style: normal;
}

@font-face {
    font-family: TT Lakes Condensed;
    src: url(../fonts/TTLakesCondensed-Bold.eot);
    src: url(../fonts/TTLakesCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/TTLakesCondensed-Bold.woff2) format("woff2"), url(../fonts/TTLakesCondensed-Bold.woff) format("woff"), url(../fonts/TTLakesCondensed-Bold.ttf) format("truetype"); 
    font-weight: bold; 
    font-style: normal;
}


:root {
    --green: #ffd301;
    --main-color: #ffd301;
    --main-bg-color: black;
    /*    --main-text-color: #101010;*/
    --main-text-color: #212226;
    --main-font: normal 14px/16px TT Lakes,sans-serif;
}

.supermolot {
    font-family: Supermolot,sans-serif
}

.brutal {
    font-family: Brutal Type,sans-serif
}

.roboto {
    font-family: Roboto,sans-serif
}
.TTLakes {
    font-family: TT Lakes,sans-serif
}

* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: inherit
}

html {
    --color: #000;
    --color: #101010;
    color: var(--main-text-color);
    background: #000;
    --font: normal 14px/16px Roboto,sans-serif;
    font: var(--main-font);
    box-sizing: border-box;
    padding-top: 55px
}


@media (min-width:980px) {
    html {
        min-width: 980px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #fff url(../Content/IMGNEW/bg.body.jpg) fixed no-repeat 50% 55px;
        background-size: cover
    }
}

@media (max-width:979px) {
    html {
        -webkit-text-size-adjust: none;
        background-image: none
    }
}

@media (max-width:979px) {
    body.menu-opened {
        overflow: hidden;
        width: 100%;
        height: 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/IMGNEW/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: #fd3507;
    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: underline
    }

.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: 5px
}

    .paper ul li {
        list-style: none;
        position: relative;
        padding-left: 20px;
        margin-bottom: 13px
    }

        .paper ul li:before {
            width: 5px;
            height: 2px;
            background: #005e37;
            content: "";
            position: absolute;
            left: 0;
            top: .6em
        }

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: 5px;
    text-transform: uppercase;
    margin: -2px 0 19px
}

@media (min-width:980px) {
    .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-family: TT Lakes,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:979px) {
    [media=desktop] {
        display: none !important
    }
}

@media (min-width:980px) {
    [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;
                color: var(--main-color);
                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:979px) {
    .fake-select select {
        visibility: visible;
        opacity: 0
    }
}

button, input, select, textarea {
    --font-family: Roboto,sans-serif;
    font-family: TT Lakes,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: #ebebeb;
        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: #4f4f4f;
        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] {
        background: var(--main-bg-color);
        --color: #fff;
        color:var(--main-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
    }

        .button:active, button:active, input[type=button]:active, input[type=submit]:active {
            background-color: #004528
        }

        .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: #999;
            cursor: default
        }

        .button.secondary, button.secondary, input[type=button].secondary, input[type=submit].secondary {
            background: #333
        }

            .button.secondary:active, button.secondary:active, input[type=button].secondary:active, input[type=submit].secondary:active {
                background: #292929
            }

            .button.secondary.light, button.secondary.light, input[type=button].secondary.light, input[type=submit].secondary.light {
                background: #666
            }

                .button.secondary.light:active, button.secondary.light:active, input[type=button].secondary.light:active, input[type=submit].secondary.light:active {
                    background: #999
                }

        .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/IMGNEW/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:979px) {
    .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 {
        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 #828282;
    background-color: transparent;
    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: #828282;
        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/IMGNEW/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:980px) {
    .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:980px) {
    .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: #e0051c;
    font-size: 10px;
    line-height: 12px;
    margin-top: 1px
}

@media (min-width:980px) {
    .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: #e0051c
    }

.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: #e0051c;
        margin-left: 2px;
        font-weight: 700
    }

    .form-group.cleaner, .form-group.finish {
        clear: both
    }

@media (min-width:980px) {
    .form-group.finish {
        margin-top: 27px
    }
}

@media (max-width:979px) {
    .form-group.finish {
        margin-top: 29px
    }

        .form-group.finish button {
            width: 100%
        }
}

.form-group .help-block-error, .form-group .text-danger {
    color: #e0051c;
    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:980px) {
    .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 980px
    }
}

@media (max-width:979px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

.top-switcher {
    background: #000;
    text-transform: uppercase;
    font-family: Brutal Type,sans-serif;
    font-size: 12px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 55px;
    position: fixed
}

@media (max-width:979px) {
    .top-switcher {
        overflow: hidden
    }

        .top-switcher:before {
            font-family: Supermolot,sans-serif;
            font-size: 17px;
            line-height: 55px;
            content: attr(data-title);
            color: #bdbdbd;
            display: block;
            font-weight: 900;
            font-style: italic;
            padding-left: 63px;
            background-color: #373636eb;
        }

        .top-switcher:after {
            position: absolute;
            left: 5px;
            top: 10px;
            width: 55px;
            height: 35px;
            background: url(../Content/IMGNEW/logo.png);
            background-size: cover;
            content: ""
        }
}

.top-switcher a {
    --color: #fff ;
    color:var(--main-color);
}

@media (min-width:980px) {
    .top-switcher .userhome {
        float: right;
        --border-top: 4px solid white;
        font-weight: 700;
        --padding-top: 16px;
        padding-left: 24px;
        position: relative;
        --color: white;
        color: var(--main-color);
        --display: none
    }

        .top-switcher .userhome:before {
            position: absolute;
            left: 0;
            --top: 15px;
            width: 16px;
            height: 16px;
            border: 2px solid white;
            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:979px) {
    .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/IMGNEW/i.burger.svg) no-repeat 50% 50%;
    cursor: pointer
}

@media (max-width:979px) {
    .menu-opened .top-switcher {
        height: 110px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10
    }
}

.menu-opened .top-switcher .burger {
    background-color: #333
}

@media (max-width:979px) {
    .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-nav {
    display: flex
}

@media (min-width:980px) {
    .top-nav {
        padding-top: 20px
    }
}

@media (max-width:979px) {
    .top-nav {
        text-align: center;
        background: #333;
        margin-right: -15px;
        margin-left: -15px
    }
}

.top-nav li {
    color: #999
}

@media (min-width:980px) {
    .top-nav li {
        margin-left: 30px;
        margin-right: 20px
    }
}

@media (max-width:979px) {
    .top-nav li {
        width: 20%;
        vertical-align: top
    }
}

.top-nav li.current {
    --color: #fff;
    color: var(--main-color);
}

@media (max-width:979px) {
    .top-nav li.current {
        --background: #292929
    }
}

.top-nav li.current a:before {
    opacity: 1
}

.top-nav li a {
    position: relative;
    --color: white;
    color: var(--main-color)
}

@media (max-width:979px) {
    .top-nav li a {
        display: block;
        overflow: hidden;
        height: 55px
    }

        .top-nav li a span {
            display: none
        }
}

.top-nav li a:hover {
    text-decoration: none;
    --color: #fff;
    color: var(--main-color);
}

    .top-nav li a:hover:before {
        opacity: 1
    }

.top-nav li a:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (min-width:980px) {
    .top-nav li a:before {
        position: absolute;
        top: 0;
        left: 0;
        --opacity: .7;
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: .1s;
        transition-delay: 0
    }
}

@media (max-width:979px) {
    .top-nav li a:before {
        background-size: contain;
        margin: 0 auto
    }
}

@media (max-width:979px) {
    .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: ""
    }
}

@media (min-width:980px) {
    .top-nav li.site a {
        padding-left: 19px
    }
}

.top-nav li.site a:before {
    background-image: url(../Content/IMGNEW/i.top_site.svg)
}

@media (min-width:980px) {
    .top-nav li.site a:before {
        width: 13px;
        height: 15px;
        top: -2px
    }
}

@media (max-width:979px) {
    .top-nav li.site a:before {
        width: 23px;
        height: 27px
    }
}

@media (min-width:980px) {
    .top-nav li.store a {
        padding-left: 25px
    }
}

.top-nav li.store a:before {
    background-image: url(../Content/IMGNEW/i.top_store.svg)
}

@media (min-width:980px) {
    .top-nav li.store a:before {
        width: 17px;
        height: 11px
    }
}

@media (max-width:979px) {
    .top-nav li.store a:before {
        width: 36px;
        height: 22px
    }
}


@media (min-width:980px) {
    .top-nav li.about a

    {
        padding-left: 25px
    }

}

.top-nav li.about a:before {
    background-image: url(../Content/IMGNEW/i.about.svg)
}

@media (min-width:980px) {
    .top-nav li.about a:before {
        width: 14px;
        height: 14px
    }
}

@media (max-width:979px) {
    .top-nav li.about a:before {
        width: 36px;
        height: 22px
    }
}

@media (min-width:980px) {
    .top-nav li.stadium a {
        padding-left: 27px
    }
}

.top-nav li.stadium a:before {
    background-image: url(../Content/IMGNEW/i.top_stadium.svg)
}

@media (min-width:980px) {
    .top-nav li.stadium a:before {
        width: 20px;
        height: 10px
    }
}

@media (max-width:979px) {
    .top-nav li.stadium a:before {
        width: 31px;
        height: 16px
    }
}

@media (min-width:980px) {
    .top-nav li.tickets a {
        padding-left: 24px
    }
}

.top-nav li.tickets a:before {
    background-image: url(../Content/IMGNEW/i.top_tickets.svg)
}

@media (min-width:980px) {
    .top-nav li.tickets a:before {
        width: 17px;
        height: 11px
    }
}

@media (max-width:979px) {
    .top-nav li.tickets a:before {
        width: 30px;
        height: 20px
    }
}

@media (min-width:980px) {
    .top-nav li.forum a {
        padding-left: 20px
    }
}

.top-nav li.forum a:before {
    background-image: url(../Content/IMGNEW/i.top_forum.svg)
}

@media (min-width:980px) {
    .top-nav li.forum a:before {
        width: 14px;
        height: 14px
    }
}

@media (max-width:979px) {
    .top-nav li.forum a:before {
        width: 27px;
        height: 27px
    }
}

@media (min-width:980px) {
    .top-nav li.logout a {
        padding-left: 20px
    }
}

.top-nav li.logout a:before {
    background-image: url(../Content/IMGNEW/i.logout.svg);
}

@media (min-width:980px) {
    .top-nav li.logout a:before {
        width: 14px;
        height: 14px
    }
}

@media (max-width:979px) {
    .top-nav li.logout a:before {
        width: 27px;
        height: 27px
    }
}

@media (min-width:980px) {
    .top-nav li.logentrance a {
        padding-left: 20px
    }
}

.top-nav li.logentrance a:before {
    background-image: url(../Content/IMGNEW/i.log_entrance.svg);
}

@media (min-width:980px) {
    .top-nav li.logentrance a:before {
        width: 14px;
        height: 14px
    }
}

@media (max-width:979px) {
    .top-nav li.logentrance a:before {
        width: 27px;
        height: 27px
    }
}


.login-window {
    position: relative
}

@media (min-width:980px) {
    .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:979px) {
    .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:980px) {
    .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:979px) {
    .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:980px) {
    .login-window #login-form .title, .login-window #passwordresetrequestform-form .title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 61px
    }
}

@media (max-width:979px) {
    .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/IMGNEW/logo.png) no-repeat 100% 50%;
    background-size: contain;
    position: absolute;
    right: -3px;
    content: ""
}

@media (min-width:980px) {
    .login-window #login-form .title:after, .login-window #passwordresetrequestform-form .title:after {
        width: 98px;
        height: 97px;
        top: -16px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .login-window #login-form .form-group.field-loginform-email, .login-window #passwordresetrequestform-form .form-group.field-loginform-email {
        margin-bottom: 28px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .login-window #login-form .form-group.finish, .login-window #passwordresetrequestform-form .form-group.finish {
        margin: 36px 0 0
    }
}

@media (max-width:979px) {
    .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:980px) {
    .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/IMGNEW/bg.login.jpg) no-repeat 220px 0;
    color: #fff;
    --color: var(--main-color);
    font-weight: 300;
    --font-family: Roboto,sans-serif;
    font-family: TT Lakes,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:980px) {
    .preload .login-window .register-teaser, .register .login-window .register-teaser {
        background-size: 100%;
        animation: none
    }
}

@media (max-width:979px) {
    .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:979px) {
    .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:979px) {
    .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;
    font-family: TT Lakes,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:980px) {
    .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/IMGNEW/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: 5px
}

@media (min-width:980px) {
    .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 {
    background: #444 url(../Content/IMGNEW/bg.login.jpg) no-repeat 0 -5px;
    background-size: 100% 90%;
    color: var(--main-color);
    padding-top: 32px;
    position: relative;
    --border-top: 7px solid white;
    border-bottom: 3px solid #000;
}

@media (min-width:980px) {
    .paper header {
        height: 130px;
        margin: 0 -20px 40px;
        background-size: 100%
    }
}

@media (max-width:979px) {
    .paper header {
        height: 130px;
        margin: 0 -15px 20px;
        padding-top: 60px;
        padding-left: 20px;
        background-position: 50% 50%
    }

        .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/IMGNEW/i.logo_badge.png);
            width: 200px;
            height: 200px;
            --background: url(../Content/IMGNEW/i.logo_badge.svg);
            content: "";
            position: absolute;
            right: 24px;
            top: 9px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1
        }
*/}
@media (max-width:800px) {
    .paper header {
        height: 100px;
        margin: 0 -15px 20px;
        padding-top: 60px;
        padding-left: 20px;
        background-position: 50% 50%
    }

        .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
        }

}
@media (max-width:400px) {
    .paper header {
        height: 70px;
        margin: 0 -15px 20px;
        padding-top: 60px;
        padding-left: 20px;
        background-position: 50% 50%
    }

        .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 .title {
    text-transform: uppercase;
    --font-weight: 300
}

@media (min-width:980px) {
    .paper header .title {
        line-height: 25px;
        font-size: 20px;
        position: relative;
        color: #000;
        margin-left: 38px
    }
}

@media (max-width:979px) {
    .paper header .title {
        display: flex;
        justify-content: space-around;
        line-height: 25px;
        font-size: 20px;
        position: relative;
        z-index: 1;
        color: #000;
    }
}

.menu-opened .paper header {
    margin: 0
}

.paper header.profile {
    background: #222;
    --background: #fab81e;
    /*    background-image: linear-gradient(90deg,#ffd301 0,#ffd301);*/
    position: relative;
    font-family: Brutal Type,sans-serif
}

@media (min-width:980px) {
    .paper header.profile {
        height: 50px;
        padding: 0px 19px 0 11px;
        border-bottom: 3px solid #fd3507;
        --border-top: 7px solid white
    }
        .paper header.profile:before {
            position: absolute;
            top: 5px;
            left: 2px;
            width: 110px;
            height: 90px;
            --background: url(../Content/IMGNEW/i.logo_badge.svg) no-repeat 0 0;
            --background: url(../Content/IMGNEW/logo.png) no-repeat 0 0;
            background-size: contain;
            content: "";
        }
}

@media (max-width:979px) {
    .paper header.profile {
        height: 97px;
        padding: 14px 12px 0;
        margin-bottom: 0;
        display: none
    }

    .menu-opened .paper header.profile {
        margin: 0;
        display: block
    }

        .menu-opened .paper header.profile:before {
            height: 7px;
            position: absolute;
            top: 90px;
            left: 0;
            right: 0;
            content: "";
            background: #000;
            z-index: 1
        }
}

.paper header.profile:after {
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    z-index: 2
}

@media (min-width:980px) {
    .paper header.profile:after {
        top: 100% ;
        background-image: linear-gradient(90deg,white,white);
    }
}

@media (max-width:979px) {
    .paper header.profile:after {
        top: 90px
    }
}

.paper header .username {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    background: url(../Content/IMGNEW/logo_3.png) no-repeat 0 0;
    background-size: contain;
}

    .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/IMGNEW/i.logout.svg);
    cursor: pointer
}

@media (min-width:980px) {
    .paper header + .user-nav {
        margin-top: -40px
    }
}

@media (max-width:979px) {
    .paper header:not(.profile) + .user-nav {
        margin-top: -20px
    }
}

@media (min-width:980px) {
    .paper aside {
        width: 320px;
        float: left
    }
}

.paper section {
    position: relative
}

@media (min-width:980px) {
    .paper section:not(.wide) {
        width: 620px;
        float: right
    }
}

@media (min-width:980px) {
    .paper section.padded {
        padding-top: 40px
    }
}

@media (max-width:979px) {
    .paper section.padded {
        padding-top: 28px
    }
}

@media (min-width:980px) {
    #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:980px) {
    #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/IMGNEW/logo.png);
        content: "";
        position: absolute;
        left: -5px;
        top: 0;
        background-size: contain
    }

@media (min-width:980px) {
    #signupform-form, #user-form {
        margin-right: -20px
    }
}

@media (min-width:980px) {
    #signupform-form .form-group, #user-form .form-group {
        width: 300px;
        margin-right: 20px;
        float: left
    }
}

@media (min-width:980px) {
    #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:980px) {
    #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:980px) {
    #signupform-form .form-comment.highlight, #user-form .form-comment.highlight {
        margin-right: 20px
    }
}

#signupform-form .iti, #user-form .iti {
    width: 100%
}

@media (min-width:980px) {
    #user-form:not(.user-form) .finish {
        padding-left: 320px
    }
}

.field-profile-document-other {
    display: none
}

@media (min-width:980px) {
    .edit-profile-button {
        position: absolute;
        top: -7px;
        right: 0
    }
}

@media (max-width:979px) {
    .edit-profile-button {
        width: 100%
    }
}

@media (min-width:980px) {
    .userhome-page {
        margin: 47px -20px 0;
        border-top: 1px solid #e0e0e0
    }
}

@media (min-width:980px) {
    .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:980px) {
    .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:980px) {
    .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:980px) {
    .user-form {
        padding-left: 320px
    }
}

.user-form .group-name {
    text-transform: uppercase;
    color: #333;
    font-weight: 600
}

@media (min-width:980px) {
    .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/IMGNEW/bg.bull-yellow.svg) no-repeat 100% 0;
    background-size: contain;
    color: #333
}

@media (max-width:979px) {
    .yellow-page {
        background-size: 265px
    }
}

@media (min-width:980px) {
    section.yellow-page {
        padding: 29px 40px 40px;
        margin: -10px 10px 0
    }

        section.yellow-page.margined {
            margin-top: 30px
        }
}

@media (max-width:979px) {
    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-family: TT Lakes,sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 28px
}

.paper .user-nav {
    background: #f2f2f2;
    overflow: hidden;
    font-family: Brutal Type,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

@media (min-width:980px) {
    .paper .user-nav {
        margin: 0 -20px 40px;
        font-size: 10px
    }
}

@media (max-width:979px) {
    .paper .user-nav {
        margin: 0 -15px 28px;
        height: 44px;
        overflow: hidden
    }

    .menu-opened .paper .user-nav {
        height: auto;
        background: #fff;
        margin: 0
    }
}

.paper .user-nav ul {
    margin: 0;
    display: flex
}

@media (max-width:979px) {
    .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
}

    .paper .user-nav li:before {
        display: none
    }

@media (min-width:980px) {
    .paper .user-nav li {
        width: 98px
    }
}

@media (max-width:979px) {
    .menu-opened .paper .user-nav li {
        width: 43%;
        margin: 2px
    }
}

.paper .user-nav li.current a {
    color: #4f4f4f
}

    .paper .user-nav li.current a:before {
        opacity: .6
    }

@media (min-width:980px) {
    .paper .user-nav li.current a {
        background-color: #d4d4d4
    }
}

@media (max-width:979px) {
    .paper .user-nav li.current a:after {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 4px;
        background: #aeaeae;
        content: ""
    }

    .menu-opened .paper .user-nav li.current a:after {
        display: none
    }
}

.paper .user-nav li.profile a:before {
    background-image: url(../Content/IMGNEW/i.nav_profile.svg);
    background-position: 50% 2px
}

.paper .user-nav li.tickets a:before {
    background-image: url(../Content/IMGNEW/i.nav_tickets.svg);
    background-position: 50% 9px
}
.paper .user-nav li.bonus a:before {
    background-image: url(../Content/IMGNEW/i.nav_bonus.svg);
    background-position: 50% 2px
}

.paper .user-nav li.info a:before {
    background-image: url(../Content/IMGNEW/i.nav_info.svg);
    background-position: 50% 7px
}

.paper .user-nav a {
    text-decoration: none;
    display: block;
    padding: 5px 20px 5px;
    color: #a1a1a1
}

    .paper .user-nav a:active {
        color: #333
    }

@media (min-width:980px) {
    .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:979px) {
    .paper .user-nav a:before {
        display: none
    }

    .menu-opened .paper .user-nav a:before {
        display: block
    }
}

@media (max-width:979px) {
    .paper .user-nav a {
        padding: 16px 15px 12px;
        color: #828282;
        position: relative
    }

    .menu-opened .paper .user-nav a {
        padding: 27% 0;
        background: #f2f2f2;
        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:980px) {
    .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:979px) {
    .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:980px) {
    .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;
    --background: #f1ce62;
    background: #b9b7b3;
    --color: #fff;
    color: var(--main-color);
    z-index: 100;
    --font-family: Brutal Type,sans-serif;
    font: normal 14px/16px TT Lakes,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:980px) {
    .alert {
        width: 400px;
        left: 50%;
        margin-left: -200px
    }
}

@media (max-width:979px) {
    .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/IMGNEW/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: #219653
}

.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-family: TT Lakes,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:980px) {
    .grid-view table td.date {
        padding-left: 15px;
        background: url(../Content/IMGNEW/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:980px) {
    .news-informer {
        padding: 20px;
        margin: 0 -20px;
        overflow: hidden
    }
}

@media (max-width:979px) {
    .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:980px) {
    .news-informer i.close {
        top: 20px;
        right: 20px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .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:980px) {
    .news-page time {
        padding-left: 15px;
        background: url(../Content/IMGNEW/i.deposit_time.svg) no-repeat 0 3px;
        float: left;
        margin-left: -200px;
        padding-top: 3px
    }
}

@media (max-width:979px) {
    .news-page time {
        margin-bottom: 5px
    }
}

@media (min-width:980px) {
    .sector-scheme-page {
        padding-right: 185px;
        position: relative
    }
}

.seats-scheme {
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@media (min-width:980px) {
    .seats-scheme {
        margin-top: 40px;
        height: 400px
    }
}

@media (max-width:979px) {
    .seats-scheme {
        height: 45vh;
        margin: 10px -15px
    }
}

.seats-scheme .zoom {
    position: absolute;
    right: 0;
    top: 65px;
    width: 34px;
    height: 34px;
    background: #f2c94c;
    --color: #fff;
    color: var(--main-color);
    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:979px) {
    .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;
    color: var(--main-color);
    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:980px) {
    #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:979px) {
    #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:979px) {
    #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:979px) {
    .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:980px) {
    .tickets-buy-list article {
        padding: 20px 0 15px 15px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .tickets-buy-list article .match-title {
        width: 355px;
        display: inline-block
    }
}

@media (min-width:980px) {
    .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:979px) {
    .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:979px) {
    .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:980px) {
    .tickets-buy-list .price {
        margin-left: 250px
    }
}

.tickets-buy-list .seat-delete {
    width: 26px;
    height: 28px;
    position: absolute;
    background: url(../Content/IMGNEW/i.trash.svg) no-repeat 50% 50%;
    cursor: pointer;
    opacity: .6
}

@media (min-width:980px) {
    .tickets-buy-list .seat-delete {
        left: 775px;
        top: 13px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .tickets-buy-list .discount {
        right: 100px;
        bottom: 17px
    }
}

@media (max-width:979px) {
    .tickets-buy-list .discount {
        right: 85px;
        bottom: 11px
    }
}

@media (min-width:980px) {
    .tickets-buy-list .total {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 31px;
        padding: 15px 0 22px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .tickets-buy-list .total .label {
        width: 603px
    }
}

@media (max-width:979px) {
    .tickets-buy-list .total .label {
        float: left
    }
}

.tickets-buy-list .total .price {
    font-family: Brutal Type,sans-serif
}

@media (max-width:979px) {
    .tickets-buy-list .total .price {
        float: right
    }
}

@media (min-width:980px) {
    .tickets-buy-list form {
        text-align: right
    }
}

@media (max-width:979px) {
    .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:979px) {
    .tickets-buy-list form button {
        display: block;
        width: 100%
    }
}

@media (min-width:980px) {
    .tickets-buy-list.own-seat {
        max-width: 250px
    }
}

@media (max-width:979px) {
    .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:980px) {
    .paper .switch-nav {
        margin: 30px -20px 40px;
        padding-left: 5px;
        font-size: 13px;
    }
}

@media (max-width:979px) {
    .paper .switch-nav {
        margin: 10px -15px 14px;
        font-size: 12px
    }
}

.paper .switch-nav ul {
    display: flex;
    --align-items: stretch;
    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:979px) {
    .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: 1
}

@media (min-width:980px) {
    .paper .switch-nav li:not(:last-child) {
        margin-right: 23px
    }
}

@media (max-width:979px) {
    .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 #398f66;
    color: #219653
}

.paper .switch-nav a {
    display: block;
    --padding: 3px 0 7px;
    color: #828282;
    text-decoration: none
}

.agreement {
    box-shadow: inset 0 -30px 10px -15px hsla(0,0%,100%,.99)
}

@media (min-width:980px) {
    .agreement {
        max-height: 30vh;
        overflow: auto;
        margin-right: -20px;
        padding-right: 20px;
        position: relative
    }
}

.match-summary {
    font-family: Brutal Type,sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase
}

@media (min-width:980px) {
    .match-summary {
        line-height: 26px;
        font-size: 13px
    }
}

@media (max-width:979px) {
    .match-summary {
        line-height: 14px;
        overflow: hidden;
        font-size: 12px;
        padding-bottom: 20px;
    }
}

.match-summary strong {
    --font-weight: 600
}

@media (min-width:980px) {
    .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:979px) {
    .match-summary strong.match-title {
        float: left
    }
}

@media (max-width:979px) {
    .match-summary strong.date {
        --float: right;
        --color: #828282;
        --font-size: 10px;
        padding-left:5px
    }
}
/*@media (min-width:980px) {
    .match-summary strong.date {
        color: #828282;
    }
*/
    .match-summary time {
        font-weight: 200
    }

    @media (min-width:980px) {
        .match-summary time {
            margin-left: 10px
        }
    }

    @media (max-width:979px) {
        .match-summary time {
            display: block
        }
    }

    @media (max-width:979px) {
        .match-summary .sector {
            --float: left;
            clear: left;
            font-weight: 400;
            padding-left: 5px;
        }
    }

    .paper .match-summary + .price-scale {
        margin-top: 0
    }

    .back-arrow {
        width: 36px;
        height: 36px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        background: #f1ce62 url(../Content/IMGNEW/i.arrow-left.svg) no-repeat calc(50% - 2px) 50%
    }

    @media (min-width:980px) {
        .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:980px) {
        .selected-tickets {
            border-left: 1px solid #828282;
            position: absolute;
            top: 0;
            width: 185px;
            padding: 0 20px;
            right: -20px
        }
    }

    @media (max-width:979px) {
        .selected-tickets {
            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:980px) {
        .selected-tickets .total {
            text-align: left;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            padding: 20px 20px 0
        }
    }

    @media (max-width:979px) {
        .selected-tickets .total {
            padding: 0 51px;
            position: relative
        }
    }

    .selected-tickets .total #total-price {
        font-size: 22px;
        font-weight: 600;
        color: var(--main-color);
        margin-bottom: 20px
    }

    .selected-tickets .back-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0
    }

    .selected-tickets .show-tickets {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background: #f1ce62 url(../Content/IMGNEW/i.hellip.svg) no-repeat 50% 50%;
        --color: #fff;
        color: var(--main-color);
        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:980px) {
        .tickets-stack {
            padding: 0 20px;
            box-shadow: inset 0 -30px 10px -15px hsla(0,0%,100%,.99);
            top: 0
        }
    }

    @media (max-width:979px) {
        .tickets-stack {
            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
        }

            .tickets-stack.visible {
                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: #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
    }

    @media (min-width:980px) {
        .tickets-stack article {
            margin-bottom: 10px
        }
    }

    @media (max-width:979px) {
        .tickets-stack article {
            width: 140px;
            display: inline-block;
            padding-top: 10px
        }

            .tickets-stack article:not(:last-child) {
                margin-right: 10px
            }
    }

    .tickets-stack article:hover {
        background-color: #f2f2f2;
        box-shadow: inset 0 0 0 1px #e0e0e0
    }

    @media (min-width:980px) {
        .tickets-stack article .cool-number.sector {
            width: 50px
        }

        .tickets-stack article .cool-number.row {
            width: 38px
        }
    }

    @media (max-width:979px) {
        .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:979px) {
        .tickets-stack article .price {
            display: none
        }
    }

    .tickets-stack article .remove {
        width: 25px;
        height: 25px;
        position: absolute;
        background: #373737 url(../Content/IMGNEW/i.remove_ticket.svg) no-repeat 50% 50%;
        border-radius: 13px;
        cursor: pointer;
        right: 8px
    }

    @media (min-width:980px) {
        .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:979px) {
        .tickets-stack article .remove {
            top: 50%;
            margin-top: -12px
        }
    }

    @media (min-width:980px) {
        .tickets-list #tickets-search-form {
            max-width: 300px
        }
    }

    .tickets-list article {
        background: #f2f2f2;
        border-radius: 5px;
        overflow: hidden;
        line-height: 17px;
        font-size: 13px;
        font-family: Brutal Type,sans-serif;
        text-transform: uppercase
    }

    @media (min-width:980px) {
        .tickets-list article {
            margin-bottom: 22px;
            padding: 15px 20px 14px
        }
    }

    @media (max-width:979px) {
        .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/IMGNEW/i.tickets_expand.svg) no-repeat 0 0;
            position: absolute
        }

    @media (min-width:980px) {
        .tickets-list article .ticket-summary:after {
            top: 50%;
            margin-top: -5px
        }
    }

    @media (max-width:979px) {
        .tickets-list article .ticket-summary:after {
            top: 3px
        }
    }

    @media (min-width:980px) {
        .tickets-list article .ticket-summary .date {
            width: 160px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .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:980px) {
        .tickets-list article .ticket-summary .tableau {
            width: 420px;
            text-align: center;
            font-size: 16px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .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:980px) {
        .tickets-list article .ticket-summary .price {
            width: 110px
        }
    }

    @media (max-width:979px) {
        .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:979px) {
        .tickets-list article.opened {
            box-shadow: inset 0 0 0 1px #bdbdbd
        }
    }

    @media (min-width:980px) {
        .tickets-list article.opened .ticket-summary {
            margin-bottom: 14px
        }
    }

    .tickets-list article.opened .ticket-summary:after {
        transform: rotate(180deg)
    }

    @media (min-width:980px) {
        .tickets-list article.opened .ticket-summary:after {
            margin-top: -8px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .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:979px) {
        .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:980px) {
        .tickets-list article dl dt {
            float: left;
            margin-left: -260px;
            padding-bottom: 14px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .tickets-list article dl dt time {
            font-size: 10px;
            color: #a3a3a3
        }
    }

    @media (max-width:979px) {
        .tickets-list article dl dt time {
            font-size: 12px;
            font-weight: 200;
            color: #828282
        }
    }

    @media (max-width:979px) {
        .tickets-list article dl dt .status {
            max-width: 50%;
            text-align: right
        }
    }

    .tickets-list article dl dt .status.success {
        color: #219653
    }

    .tickets-list article dl dt .status.error {
        color: #e0051c
    }

    .tickets-list article dl dd {
        display: flex;
        align-items: flex-end
    }

    @media (min-width:980px) {
        .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:979px) {
        .tickets-list article dl dd {
            padding: 12px 0 2px
        }
    }

    @media (min-width:980px) {
        .tickets-list article dl .cool-number.sector {
            width: 95px
        }
    }

    @media (max-width:979px) {
        .tickets-list article dl .cool-number.sector {
            width: 50px
        }
    }

    @media (min-width:980px) {
        .tickets-list article dl .cool-number.place, .tickets-list article dl .cool-number.row {
            width: 70px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .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:980px) {
        .tickets-list article dl .actions a {
            width: 57px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .tickets-list article dl .actions a:not(:last-child) {
            width: 58px
        }
    }

    @media (max-width:979px) {
        .tickets-list article dl .actions a:not(:last-child) {
            width: 37px
        }
    }

    .tickets-list article dl .actions a.print {
        background-image: url(../Content/IMGNEW/i.tickets_printer.svg)
    }

    .tickets-list article dl .actions a.file {
        background-image: url(../Content/IMGNEW/i.tickets_file.svg)
    }

    .tickets-list article dl .actions a.wallet {
        background-image: url(../Content/IMGNEW/i.tickets_wallet.svg)
    }

    .tickets-list article dl .actions a.mail {
        background-image: url(../Content/IMGNEW/i.tickets_mail.svg)
    }

    @media (min-width:980px) {
        .tickets-list article dl .pay-order {
            position: absolute;
            top: 7px;
            right: 0;
            text-align: center
        }
    }

    @media (max-width:979px) {
        .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 .button {
        line-height: 36px;
        height: 36px;
        vertical-align: middle;
        padding: 0
    }

    @media (min-width:980px) {
        .tickets-list article dl .pay-order .button {
            margin-bottom: 10px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .tickets-list.orders-list .pay-order {
            width: 100px
        }
    }

    @media (max-width:979px) {
        .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: #ffd301;
        background: #222;
        --color: white;
        color: var(--main-color);
        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:980px) {
        .events-list article {
            margin-bottom: 22px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .events-list article .event-summary {
            line-height: 32px
        }
    }

    @media (max-width:979px) {
        .events-list article .event-summary {
            text-align: center
        }
    }

    @media (min-width:980px) {
        .events-list article .event-summary div {
            display: inline-block;
            vertical-align: middle
        }
    }

    @media (min-width:980px) {
        .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:980px) {
        .events-list article .event-summary .tableau {
            width: 480px;
            text-align: center
        }
    }

    @media (max-width:979px) {
        .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:979px) {
        .events-list article .event-summary .tableau strong {
            font-weight: 600
        }
    }

    @media (min-width:980px) {
        .events-list article .event-summary .tableau .team {
            width: 190px;
            line-height: 20px
        }
    }

    @media (max-width:979px) {
        .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:979px) {
        .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:980px) {
        .events-list article .event-summary .tableau .delimeter:after, .events-list article .event-summary .tableau .delimeter:before {
            margin: 0 5px
        }
    }

    @media (max-width:979px) {
        .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:980px) {
        .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:979px) {
        .paper .price-scale {
            margin-top: -25px
        }
    }

    .paper .price-scale li {
        width: 50%;
        padding: 0
    }

    @media (max-width:979px) {
        .paper .price-scale li {
            --color: #fff;
            color: var(--main-color);
            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:979px) {
        .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(--main-color)
    }

    @media (min-width:980px) {
        .where-is-field {
            padding: 10px 0;
            font-size: 12px
        }
    }

    @media (max-width:979px) {
        .where-is-field {
            padding: 4px 0;
            font-size: 8px
        }
    }

    footer {
        --color: white;
        color: var(--main-color);
        font-size: 14px;
        line-height: 20px;
        clear: both;
        background: #222
    }

    @media (min-width:980px) {
        footer {
            padding: 5px 20px 10px
        }
    }

    @media (max-width:979px) {
        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:980px) {
        footer .copyright {
            float: left;
            width: 600px
        }
    }

    footer .quartex {
        font-weight: 300
    }

    @media (min-width:980px) {
        footer .quartex {
            float: right
        }
    }

    footer .quartex b {
        font-weight: 400
    }

    footer a {
        --color: #fff;
        color: var(--main-color)
    }

    .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:980px) {
        .notifications-area {
            margin: -40px -20px 0;
            overflow: hidden
        }
    }

    @media (max-width:979px) {
        .notifications-area {
            margin: 0 -15px
        }

        .menu-opened .notifications-area {
            margin: 0
        }
    }

    .notifications-area article {
        position: relative
    }

    @media (min-width:980px) {
        .notifications-area article {
            padding: 25px 20px 15px
        }
    }

    @media (max-width:979px) {
        .notifications-area article {
            padding: 15px
        }
    }

    @media (min-width:980px) {
        .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: 800px;
        height: 600px;
        user-select: none;
        --margin-left: 15%
    }

    @media (max-width:979px) {
        .stadium-scheme-page svg {
            width: 90vw;
            height: 60vw;
            margin-left: -0.1%;
            --align-content: center
        }
    }

    .sector-scheme-page svg {
        width: 100%;
        height: 100%;
        margin: 0;
        padding-top: 40px;
        align-content: center;
        align-items: center;
        user-select: none
    }

    @media (min-width:980px) {
        .sector-scheme-page svg {
            max-height: 400px
        }
    }


    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: var(--main-color);
        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: red;
    }

    .catalog-skl {
        display: block;
        margin-bottom: 10px;
        line-height: 24px
    }

    .catalog-skl_column {
        margin-bottom: 10px;
    }

    .catalog-skl-dev-card {
        display: flex;
        --flex-grow: 0;
        --flex-shrink: 0;
        --flex-basis: auto;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        background: #22222212;
        border-radius: 10px;
    }

    @media (min-width:980px) {
        .catalog-skl-dev-card {
            flex-direction: row;
        }
    }

    .catalog-skl-card {
        display: block;
        max-width: 290px;
        margin: 10px 10px 10px;
        box-sizing: border-box;
        line-height: 24px;
        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);
        border-radius: 10px;
    }

    .catalog-skl-card_name {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        --margin-bottom: 15px;
        color: var(--main-text-color);
    }

    .catalog-skl-card_description {
        padding-left: 10px;
        --margin-bottom: 10px;
        height: 100px;
        color: var(--main-text-color);
        --text-align: justify;
    }

    .catalog-skl-card_button {
        text-align: center;
        padding: 10px;
        --display: table-cell;
        --vertical-align: bottom;
    }

    .catalog-skl-product_name {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        -margin-bottom: 25px;
        color: var(--main-text-color);
    }
    @media (min-width:980px) {
        .catalog-skl-product_name {
            height: 100px;
        }
    }

    .catalog-skl-card-image img {
        max-height: 100%;
        border-radius: 10px;
    }

    .catalog-skl-card-image {
        max-width: 400px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

.catalog-skl-product_footer {
    display: flex;
    justify-content: space-evenly;
    margin: 0px 0px 10px;
}

    .catalog-skl-product_footer_bnt1 {
        display: block;
        justify-content: center;
        background: #8a8787;
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 5px 5px 5px;
    }

    .catalog-skl-product_footer_bnt_text1 {
        color: white;
    }

    .catalog-skl-product_footer_bnt_text2 {
        color: var(--main-color);
        font-weight: bold;
        font-size: 18px;
    }

    .catalog-skl-product_footer_grp {
        display: block;
        background: black;
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 5px 5px 5px;
        min-height: 50px;
    }

    .catalog-skl-product_footer_bnt2 {
        display: flex;
        justify-content: space-evenly;
        color: var(--main-color);
        padding-top: 13px;
        min-width: 150px;
    }

    .catalog-skl-product_footer_bnt_text3 {
        font-size: 18px;
        font-weight: bold;
    }

    .catalog-skl-product_footer_bnt_icon {
        width: 33px;
        height: 33px;
        color: var(--main-color);
        background: url(/Content/IMGNEW/i.top_store.svg) no-repeat 0 0;
        background-size: contain;
    }

    .goods-card_btn_sale {
        display: flex;
        padding: 10px;
        justify-content: center;
    }

    .goods-card-grp {
        display: flex;
        margin: 0px 0px 0px;
        box-sizing: border-box;
        line-height: 24px;
        --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);
        border-radius: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .display-flex-column {
        display: flex;
        flex-direction: column;
    }

    .display-flex-row {
        display: flex;
        flex-direction: row;
    }

    @media (min-width:980px) {
        .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:980px) {
        .goods-card-goodsname {
            font-size: 22px;
            margin: 15px 45px 19px;
        }
    }

    .goods-card_info {
        font-weight: bold;
        line-height: 50px;
    }

    @media (min-width:980px) {
        .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-color);
    }

    @media (min-width:980px) {
        .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;
        --flex-grow: 0;
        --flex-shrink: 0;
        --flex-basis: auto;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        background: #22222212;
        border-radius: 10px;
    }

    @media (min-width:980px) {
        .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;
    --background: url('/Content/img2019/icon/cart.svg') center no-repeat;
    color: var(--main-color);
    background: url(../Content/IMGNEW/cart.svg) center no-repeat;
    margin: 5px 10px 0px;
}
.shop_basket_grp {
    display: flex;
    flex-direction: row;
    justify-content:center;
    padding-bottom:10px;
}
@media (min-width:980px) {
    .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;
}
.shop_basket_desc {
   font-size: 12px;
}
.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:980px) {
    .shop_basket_full {
        padding: 0 20px;
        box-shadow: inset 0 -30px 10px -15px hsla(0,0%,100%,.99);
        top: 0
    }
}

/*@media (max-width:979px) {
    .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:980px) {
    .shop_basket_full article {
        margin-bottom: 10px
    }
*/}

/*@media (max-width:979px) {
    .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:980px) {
    .shop_basket_full article .cool-number.sector {
        width: 50px
    }

    .shop_basket_full article .cool-number.row {
        width: 38px
    }
}

@media (max-width:979px) {
    .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:979px) {
    .shop_basket_full article .price {
        display: none
    }
}

.shop_basket_full article .remove {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #373737 url(../Content/IMGNEW/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:980px) {
    .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;
}