/*---------Tento styl neupravovat dle pot�eb jednotliv�ch z�kazn�k�---------*/

/*---------Glob�ln� styl-----------------*/

/*html, body, button, div, span, applet, object, iframe, input,*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,*/
/*a, abbr, acronym, address, big, cite, code,*/
/*del, dfn, em, img, ins, kbd, q, s, samp,*/
/*small, strike, strong, sub, sup, tt, var,*/
/*b, u, i, center,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, embed,*/
/*figure, figcaption, footer, header, hgroup,*/
/*menu, nav, output, ruby, section, summary,*/
/*time, mark, audio, video*/

button, h1, h2, h3, h4, h5, h6, cite, dl, dt, dd, ol, ul, li,
s, samp, small, strike, strong, b, u, i, center {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    position: relative;
    min-height: 100%;
    /*min-width: 370px;*/
}

body {
    line-height: 1;
    margin: 0 0 120px;
}

ol, ul {
    list-style: none;
}

a {
    cursor: pointer;
} 

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.box {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

.box.mainWrap {
    padding-bottom: 50px;
}

.min-header .box {
    position: relative;
}

select, input, textarea {
    background-color: #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 6px 8px;
    font-size: 16px;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    /*margin: 0 10px;*/
    margin-right: 10px;
    padding: 10px 18px 12px;
    text-decoration: none;
    cursor: pointer;
}

.btn-grey {
    border-radius: 3px;
    font-size: 16px;
    margin: 0 0 0 10px;
    padding: 6px 12px 8px;
    text-decoration: none;
    cursor: pointer;
}

.btn.print {
    background-image: url(../img/print.svg);
    background-repeat: no-repeat;
    background-position: 12px 9px;
}

label {
    display: inline;
    display: block;
    font-size: 15px;
    line-height: 150%;
}

.text a.btn {
    margin-left: 0px;
}


html body div.box div.reg div.box span {
    line-height: 26px;
}

.overlay-hugeinc {
    display: none;
}

.loader {   
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 99999999;
    left: calc(50% - 50px);
    top: 30%;
}

.loader2 {
    background: URL('../img/loader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;    
    margin: auto;
}

/*-------------------------------------------*/

/*---------------header----------------------*/

.min-header {
    width: 100vw;
    height: 62px;
    position: fixed;
    z-index: 9999999;
    max-width: 100%;
    top: 0;
}

.logo {
    float: left;
    height: 46px;
    margin-top: 13px;
    text-indent: -9999px;
    width: 105px;
}

    .logo.menuCenter {
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }

#menu {
    float: left;
}

.menuRight {
    float: right !important;
}

ul.menu {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

    ul.menu li {
        display: inline;
        line-height: 62px;
    }

        ul.menu li a {
            text-decoration: none;
            padding: 21px 18px;
        }

.new {
    border-radius: 14px !important;
    margin-right: 10px;
    padding: 1px 8px;
    position: relative;
    text-shadow: none;
    overflow: hidden;
}

.penezenka {
    /*float: right;*/
    position: absolute;
    right: 0;    
    padding-left: 30px;
    background: url(../img/penezenka.svg) no-repeat scroll left 23px;
}

.mena {
    position: relative;
    float: right;
    padding: 0 10px;
    border-radius: 2px;
    margin-top: 6px;
    margin-right: 20px;
    max-width: 80px;
}

.arrow_box {
    position: absolute;
    top: 42px;
    right: -23px;
    padding: 10px 15px;
    width: 230px;
    border-radius: 5px;
    line-height: 20px;
    white-space: nowrap;
}


    .arrow_box:after {
        bottom: 100%;
        left: 56%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px;
        margin-left: -25px;
    }

    .arrow_box .currency-bold {
        font-weight: bold;
    }
    
    .stav {
        font-weight: 600;
    }

.body, .koruny {
    /*display: inline-block;*/
    line-height: 25px;
    text-align: right;
}

.body {
    margin-left: 8px;
    padding-left: 8px;
}
/*------------------------------------------*/

/*------footer---------------------*/

.footer {
    position: absolute;    
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100vw;
    max-width: 100%;
}
    .footer .links {
    margin-top: 50px;
    float: left;
    }
        .footer .links ul {
            line-height: 30px;
            float: left;
            padding-right: 50px;
        }
    .footer .flags {
        float: right;
        margin: 70px 0 0 -94px;
    }

.copyright {
    background: url(../img/logo-small.png) no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #fff;
    float: right;
    height: 36px;
    line-height: 47px;
    margin-top: 105px;
    opacity: 0.5;
    padding-left: 65px;
    font-size: 12px;
}


/*----------------------------------------*/

/*--------Karty--------------*/

.cards {
    margin-top: 20px;
    float: left;
    clear: both;
    margin-bottom: 120px;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.karty {
    border-radius: 5px;
    width: 300px;
    height: 400px;
    float: left;
    margin: 0px 13px 50px 13px;
    overflow: hidden;
}

    /*.karty:hover {*/
    /*    box-shadow: 0 3px 5px rgba(50, 22, 0, 0.2);*/
    /*    margin: -5px 13px 55px 13px;*/
    /*    -webkit-transition: all 0.2s ease;*/
    /*    -moz-transition: all 0.2s ease;*/
    /*    -o-transition: all 0.2s ease;*/
    /*    transition: all 0.2s ease;*/
    /*}*/

    .karty .sleva-box, .left .sleva-box {
        position: absolute;
        width: 25px;
        height: 18px;
        display: inline-block;
        width: auto;
    }



    .karty .sleva, .karty .voucher, .left .sleva, .left .voucher {
        display: inline-block;
        padding: 8px 10px 9px;
        margin: 10px 0 0 -5px;
        font-size: 18px;
        border-radius: 5px;
        font-weight: bold;
    }

    .karty .new-card, .left .new-card {
        background-image: url(../img/new-card.svg);
        background-repeat: no-repeat;
        z-index: 2;
        padding-left: 41px;
    }

    .karty img, .left img {
        border-radius: 5px 5px 0 0;
    }

    .karty h4, .left h4 {
        font-weight: bold;
        padding: 0 20px;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        margin-top: 15px;
    }

    .karty p, .left p {
        text-align: left;
        font-size: 16px;
        padding: 10px 20px 20px 20px;
        line-height: 22px;
        margin: 0;
    }

        .karty p p, .left p p {
            /*padding: 0;*/
        }

/*-----------detail------------------*/

.left:not(.resize-bar, .resize) {
    width: 600px;
    border-radius: 5px;
    float: left;
    margin: 120px 13px 180px 80px;   
}

.right {
    margin: 120px 0 0 30px;
    /*float: left;*/
    position: fixed;
}

loyalty-detail-right {
    float: left;
    height: 100%;
    position: relative;
}

    .right .btn {
        display: block;
        padding-left: 50px;
        margin-bottom: 15px;
    }

    .right .qr {
        border-radius: 3px;
        float: left;
        width: 128px;
        clear: right;
        padding: 25px;
        line-height: 18px;
        margin-bottom: 20px;
    }

        .right .qr span {
            padding: 15px 0;
            display: block;
            line-height: 20px;
        }

        .right .qr img {
            margin: auto;
        }


.voucher-box {
    position: relative;
    display: inline-block;
    padding: 8px 10px 9px 10px;
    margin: -10px 0px 15px -5px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.voucher-box.voucher-number {
    margin-left: 0;
    text-align: center;
    padding: 10px 0;
}

.share {
    clear: both;
}

    .share h5 {
        line-height: 40px;
        text-align: center;
        font-size: 18px;
    }

.share-link {
    margin-top: 10px;
    text-align: center;
}

    .share-link img {
        cursor: pointer;
    }

/*-----------login-------------------*/

.login, .reg, .slc {
    border-radius: 3px;
    float: left;
    margin-top: 120px;
    width: 460px;
    clear: right;
    height: 360px;
}

    .reg .box, .login .box {
        padding: 25px;
        width: auto;
        margin-bottom: 30px;
    }

.reg {
    margin-left: 58px;
    margin-bottom: 140px;
}

.loyalty-slc-payment-form {
    display: block;
}

.slc {
    margin: 120px auto auto;
    float: unset;
}

.slc_contact td, .slc_contact td:first-child {
    font-size: 14px;
    padding: unset;
    font-weight: normal;
}

.slc_contact tr {
    border-bottom: none;
}

.slc_contact .fa {
    font-size: 18px;
    color: #333;
    padding: 0 10px;
}

.login-names {
    display: inline-block;
    font-size: 17px;
    margin: 0 10px 20px 0;
    width: 65px;
}

.login .box label input, .reg .box label input {
    width: 320px;
}

.btn.registrace {
    margin: unset !important;
    position: relative;
    top: 20px;
}

.login_form {
    padding: 40px 25px;
    height: calc(100% - 72px - 80px);
}

    .login_form label {
        width: 100%;
        display: block;
    }

    .login_form input {
        width: 300px;
    }

.reg .login_form input {
    width: 270px;
}

.login_form .buttons {
    margin-top: 50px;
}

.login_form .register_text {
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
}
/*-----------N�kupy---------------*/

.last-shopping, .currency-big, .last-shopping-big, .notice-activ {
    border-radius: 3px;
    /*float: left;*/
    margin-top: 120px;
    clear: right;
}

.last-shopping-big.level {
    border-radius: 0;
    margin-top: 0;
}

.last-shopping-big {
    width: 980px;
    margin-bottom: 250px;
}

.range {
    float: right;
    margin: -55px 18px 0 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

tr {
    text-align: left;
}

td {
    padding: 24px 0px 24px 20px;
    font-size: 17px;
}

    td:first-child {
        font-weight: bold;
        font-size: 16px;
    }

.logo-uc {
    margin: 10px auto;
    width: 216px;
}

.nakupy-detail {
    line-height: 24px;
}


    .nakupy-detail td {
        padding: 0 0 7px 0;
        font-weight: normal;
    }

        .nakupy-detail td:last-child {
            text-align: right;
        }

    .nakupy-detail table {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .nakupy-detail tr {
        border-bottom: none;
    }


    .nakupy-detail td {
        padding: 0 0 7px 0;
        font-weight: normal;
    }

    .nakupy-detail .celkem td {
        font-size: 19px;
        font-weight: bold;
        padding-top: 15px;
    }

    .nakupy-detail .hotovost td {
        font-size: 19px;
        font-weight: bold;
    }

    .nakupy-detail td:last-child {
        text-align: right;
    }

tr.nakup {
    cursor: pointer;
}

.pobocka::after, .pobocky::after, .adresa::after, .last-shopping-big::after {
    content: "";
    clear: both;
    display: table;
}

.pobocka:last-child {
    border: none;
}

.uctenka {
    margin: 20px auto;
    width: 340px;
}

.papir {
    padding: 20px;
    width: 300px;
    min-height: 300px;
    position: relative;
    background-color: #fff;
    background-image: url(../img/top-shadow.png);
    background-repeat: repeat-x;
}

.levy-roh {
    background-image: url("../img/levy-roh.png");
    height: 17px;
    left: -11px;
    position: absolute;
    top: 0;
    width: 11px;
}

.pravy-roh {
    background-image: url("../img/pravy-roh.png");
    height: 17px;
    right: -11px;
    position: absolute;
    top: 0;
    width: 11px;
    z-index: 999;
}

.dolni-stin {
    background-image: url("../img/bottom-shadow.png");
    background-repeat: repeat-x;
    bottom: 0;
    height: 32px;
    left: 0;
    position: absolute;
    width: 100%;
}

.levy-stin {
    background-image: url("../img/levy-stin.png");
    background-repeat: no-repeat;
    bottom: 0;
    height: 239px;
    left: -53px;
    position: absolute;
    width: 53px;
}

.pravy-stin {
    background-image: url("../img/pravy-stin.png");
    background-repeat: no-repeat;
    bottom: 0;
    height: 239px;
    right: -53px;
    position: absolute;
    width: 53px;
}

.receipt-shop {
    width: 40%;
}

.receipt-date {
    width: 20%
}

.receipt-points {
    width: 20%;
    text-align: right;
    padding-right: 20px;
}

.receipt-sum {
    width: 20%;
    text-align: right;
    padding-right: 20px;
}

/*-------dialogy-----------*/
.placeholder {
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
    top: 0;
}

    .placeholder.orderPlaceholder  {
        position: absolute;
    }
    .dialog {
        width: 440px;
        margin: auto;
        margin-top: 150px;
    }

    .dialog textarea {
        height: 90px;
        resize: none;
        /*padding: 0;*/
    }

    .dialog h2 {
        font-size: 25px;
        padding: 20px 0 23px 20px;
        text-align: left;
        font-weight: bold;
    }

.dialogCloseIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    cursor: pointer;
}

#newsReason {
    height: unset;
    padding: 30px 40px;
    width: 360px;
}

.shareDialog {
    height: 500px;
    position: relative;
}

#newsReason p {
    margin-bottom: 15px;
}


#newsReason textarea {
    width: 100%;
}
/*-----------M�j ��et------------*/

.ident-line {
    margin-left: 30px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.ident-name {
    display: inline-block;
    /*width: 200px;*/
    font-size: 17px;
}

.ident-val {
    display: inline-block;
    /*width: 210px;*/
    font-size: 15px;
}

.ident-image {
    float: left;
    margin: 13px 10px 0 -10px;
}

.ident-apps {
    float: right;
    margin-right: 29px;
    margin-bottom: 10px;
}

.account-form input.check {
    width: 40px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: -7px;
}

.checkWrap {
    display: inline;
    line-height: 22px;
}

.acc-right {
    float: right;
    margin: -46px 29px 0 0;
    font-size: 18px;
}


.account-form {
    width: 600px;
    margin: 50px auto 30px auto;
    white-space: nowrap;
}

    .account-form input {
        width: 240px;
    }

    .account-form label {
        white-space: nowrap;
    }

        .account-form label input#check {
            width: auto;
        }

    .account-form .checkBoxLabel {
        font-size: 17px;
        white-space: nowrap;
        margin-left: 5px;
        white-space: normal;
        /*width: 300px;*/
    }

.validatorMsg {
    display: none;
}

.red {
    color: #CC0000;
}

.green {
    color: #00c300;
}

.form-names {
    display: inline-block;
    text-align: right;
    width: 180px;
    margin: 14px 5px;
    font-size: 17px;
}

.account-form-form {
    width: 480px;
    margin: 50px auto 120px auto;
}

    .account-form-form textarea {
        padding: 0;
        resize: none;
        height: 80px;
        width: 350px;
    }

    .account-form-form input {
        width: 250px;
    }

.account-form .text {
    text-align: left;
    width: 420px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
}

.form-form {
    font-size: 17px;
    margin: 20px 0 10px;
    text-align: left;
    width: 280px;
}

.cbLabel {
    padding-top: 5px;
}

.checkWrapWrap {
    display: inline;
}
/*----------Mapa pobo�ek--------------*/
#mapa {
    width: 100%;
    height: 500px;
    position: absolute;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    margin-top: 64px;
}

.pobocky {
    margin-top: 493px;
    float: left;
    clear: right;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgba(50, 22, 0, 0.1);
    background-color: #fff;
    width: 980px;
    z-index: 999999;
    position: relative;
    margin-bottom: 200px;
}

.pobocka {
    padding: 20px 0 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.adresa {
    float: left;
    padding-left: 20px;
    margin-bottom: 15px;
    width: 350px;
}

.markerIcon {
    float: left;
    margin-left: 30px;
    height: 20px;
    cursor: pointer;
}

.pobocky img, #kontakty .pobocka img {
    margin-left: 10px;
    max-height: 150px;
}

.pobocka .shopImages img {
    max-height: 200px;
    margin-top: 20px;
}

.shopImages .imageLoading {
    display: inline-block;
}

.dotPicR {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-left: 0px !important;
}

.dotPicG {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-left: 0px !important;
}

.pobocka-bublina {
    color: black;
    width: 200px;
    font-size: 15px;
    position: relative;
    line-height: 20px;
}

    .pobocka-bublina h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .pobocka-bublina a {
        font-weight: bold;
        color: #b31122;
        text-decoration: none;
    }

/*-------texty--------------*/
.program .text {
    text-align: left;
    padding: 30px;
    line-height: 26px;
    width: auto;
    margin: 0 auto;
}

.text ul {
    list-style-type: circle;
}

/*-------hl�ky----------*/

.flash-green {
    width: 100%;
    /*height: 50px;*/
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 64px;
    line-height: 50px;
    z-index: 9999999;
    display: none;
}

.flash-red {
    width: 100%;
    /*height: 50px;*/
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 64px;
    line-height: 50px;
    display: none;
}

.validatorMsg  {
    margin-left: 10px;

}

.placeholder {
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.5);
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
}

img.msgClose {
    float: right;
    height: 18px;
    margin-top: 18px;
    /*margin-left: -38px;*/
    margin-right: 20px;
    cursor: pointer;
    z-index: 9999999;
    position: relative;
}

.msgBar .box {
    margin-top: 0;
}

.cardImg {
    float: left;
    margin-right: 30px;
    width: 250px;
}

.goActivateRight {
    width: calc(100% - 300px);
    float: left;
    min-width: 300px;
}

.last-shopping-big, .min-header, .footer, .reg, .login, .login-wrap, body {
    min-width: 350px !important;
}

.karty {
    min-width: 300px!important;
}

/*-----menus---------*/
.radek {
    line-height: 40px;
    padding: 10px;
    border-bottom: 1px solid #e1d8d3;
    width: 500px;
    margin: auto;
    font-size: 16px;
    position:relative;
}

    .radek:last-child {
        border: none;
        padding-bottom: 30px;
    }

    .radek .btn {
        padding: 5px 18px 5px;
        float: right;
        /* position: absolute; */
        margin-top: -4px;
    }

    .radek .price {
        float: right;
        margin-right: 100px;
    }

    .radek .name {
        font-weight: bold;
    }


    .menuHWrap {
        /*background-image: url('../img/line.png');*/
        text-align: center;
    }

.menuH {
    /*width: 300px;*/
    height: 40px;
    background-color: #3E3838;
    text-align: center;
    color: white;
    position: relative;
    /*margin: auto;*/
    margin: 20px auto;
    line-height: 40px;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
}

.menuH:before {
    content: "";
    width: 100%;
    border-top: 1px solid black;
}

.leftArr {
    background-image: url(../img/arrows2.svg);
    background-position: 15px 0;
    height: 40px;
    width: 15px;
    display: inline-block;
    position: absolute;
    left: -15px;
    background-size: auto 40px;
}

.rightArr {
    background-image: url(../img/arrows2.svg);
    background-position: 0 0;
    height: 40px;
    width: 15px;
    display: inline-block;
    position: absolute;
    right: -15px;
    background-size: auto 40px;
}

.orderBox {
    /*box-shadow: 0px 2px 0px rgba(50,22,0,0.1);*/
    background-color: white;
    padding: 20px 20px 20px;
    width: 300px;
}

.orderTitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.orderCurrency {
    float: right;
}

.orderBox .btn {
    text-align: center;
    padding: 12px;
    margin: 0;
}

.orderSum, .orderSumDetail {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left !important;
}

.orderRow {
    border-bottom: 1px solid #e1d8d3;
    padding: 8px 0;
    text-align: left !important;
    position: relative;
}

.orderItemQuntity {
    float: right;
}

.orderRow:hover > .plus, .orderRow:hover > .minus {
    display: inline-block;
}

.zuby {
    background-image: url(../img/zuby.png);
    background-repeat: repeat-x;
    bottom: 0;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}

.plus, .minus {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ccc;
    text-align: center;
    line-height: 20px;
    color: white;
    cursor: pointer;
    position: absolute;
    left: 150px;
    display: none;
    font-weight: bold;
    font-size: 16px;
}

.minus {
    left: 175px;
}

    .plus:hover {
        background-color: green;
    }
    .minus:hover {
        background-color: red;
    }

.orderItemName {
    max-width: 120px;
    word-wrap: break-word;
    display: inline-block;
}

.menuItemImage {
    width: 40px;
    height: 40px;
    border-radius: 100%!important;
    vertical-align: middle;
    position: absolute;
    left: -50px;
    box-shadow: -3px 0px 1px #00000057;
}

.allergens {
    font-size: 12px;
    margin-left: 5px;
    color: #878787;
    cursor: help;
}

.menuItemImageOriginal {
    display: none;
    border-radius: 0 !important;
    position: absolute;
    z-index: 99999;
    box-shadow: 0px 1px 4px #707070;
    width: 600px;
}

.imageWrapper:hover > .menuItemImageOriginal {
    display: block;
}

.orderBoxSmall {
    display: none;
}

.smallResBtns {
    display: none;
}

.menuItemDescription {
    display: block;
    font-size: 14px;
    color: grey;
}

.checkLabel {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    position: relative;
    text-align: justify;
}

.bubble {
    position: absolute;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    left: 120px;
    display: none;
    white-space: normal;
    z-index: 9999999;
    bottom: 100%;
}

.checkLabel:hover > .bubble {
    display: inline;
}

i.bubbleArrow {
    border: solid white;
    border-width: 0 7px 7px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    bottom: -3px;
    left: 10px;
}

.bubbleArrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bubbleLink {
    /*float: right;*/    
}

#agree {
    width: 700px;
    border: 5px solid transparent;
    padding: 10px 0;
    margin: auto;
}

.bold {
    font-weight: bold;
}

.doc h2 {
    text-align: center;
    font-size: 25px;
}

.doc ol {
    list-style: decimal;
}

    .doc ol.let {
        list-style: lower-latin;
    }

    .doc ol.rom {
        list-style: lower-roman;
    }

.doc ul {
    list-style: circle;
    margin-left: 20px;
}

.doc ol ol {
    margin-left: 40px;
}

.billsUnderText {
    margin-top: 50px;
    max-width: 600px;
}

.imageLoading {
    width: 300px;
    height: 206px;
    background-image: url(../img/imageload.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100px;
}

.promoOld {
    background-color: #ccc;
}

.errorState {
    margin-top: 30vh;
    width: 90%;
    padding: 0 5%;
}

    .errorState p {
        white-space: pre;
    }


.qrCodeIcon {
    position: relative;
    top: 10px;
    cursor: pointer;
}

.qePreview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #33333394;
}

.qrPrevBg {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 512px;*/
    /*height: 512px;*/
    background: white;
    position: relative;
}

.qrPrevBg .qr-flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 512px;*/
    /*height: 512px;*/
    flex-direction: column;
    /*margin-top: 0px;*/
}

.qr-flex-wrap .btn {
    display: none;
    margin-right: 0;
}

.qrCardNumber {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
}

.walletMargin {
    display: none;
    height: 30px;
}

.cardBtnWrap {
    display: none;
    width: 100%;
    /*display: flex;*/
    position: relative;
    top: 90px;
    justify-content: center;
}

.cardBtnWrap .btn {
    font-size: 15px;
    background-image: url("../img/qr-code.png");
}

@media screen and (min-width: 1035px) {
    .karty:hover {
        box-shadow: 0 3px 5px rgba(50, 22, 0, 0.2);
        margin: -5px 13px 55px 13px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}

.noscroll {
    overflow: hidden;
}

.msgBox {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
}

.popUpMsg {
    width: 260px;
    color: white;
    position: relative;
    right: -300px;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.popUpMsg.S {
    background: green;
}

.popUpMsg.E {
    background: red;
}

.btn.voucherUseBtn {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 20px;
}

.rechargeTitle {
    font-size: 17px;
    line-height: 30px;
}

.rechargeValue {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.applyVoucher {
    height: auto;
}

.btn.disabled:hover {
    background-color: #333333;
}

.btn.disabled {
    background-color: #333333;
    border-bottom: 2px solid #2a2a2a;
}

.voucherused {
    color: red;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
}

.campaignDetailContent li {
    margin-left: 20px;
}

.campaignDetailContent ul {
    padding-left: 20px;
    padding-bottom: 10px;
    list-style: unset;
}

.levelWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 100px;
}

.levelWrap .level {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.level .levelInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.levelInfo .levelIcon {
    /*background-image: url("../img/medal.png");*/
    width: 52px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}

.levelInfo .levelName {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #353333
}

.levelInfo .levelText {
    font-size: 14px;
    text-align: center;
    color: #353333;
}

.level .levelBar {
    width: 140px;
    height: 40px;
    padding: 2px;
    background-color: white;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.levelBar .levelBarValue {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 60%;*/
    height: 100%;
    width: 100%;
    border-radius: 14px;
    max-width: 100%;
    /*background-image: linear-gradient(to right, #ffe3c7, #d57d26);*/
}

.levelBar .levelBarValueText {
    font-size: 12px;
    text-align: center;
    color: #bcbcbc;
}

.level.act .levelBar {
    width: 520px;
    position: relative;
}

.level.final .levelBar {
    width: 816px;
}

.level.act .levelBarValue {
    /*width: 60%;*/
    height: 100%;
    border-radius: 14px 0 0 14px;
    /*background-image: linear-gradient(to right, #ffe3c7, #d57d26);*/
}

.level.final .levelBarValue {
    border-radius: 14px;
}

.level.act .levelBarValueText {
    color: white;
}

.onTopPoints {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    color: #353333;
    position: absolute;
}

.barCheckIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 50%;
}

.acc-levelWrap {
    padding-top: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.acc-levelImg {
    width: 50px;
    height: 50px;
}

.acc-levelText {
    font-size: 17px;
}

.passMachineBorder {
    height: 90%;
    width: 80%;
    box-shadow: 2px 2px 4px 4px #0000002e;
    margin-top: 20px;
}

.passMachineIframe {
    background: white;
    /*left: calc(50% - 600px);*/
    /*top: 120px;*/
    height: calc(100% - 40px);
    width: 100%;
    border: 0;
    /*align-self: flex-start;*/
}

.passClose {
    width: 100%;
    height: 40px;
    background: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
    /*align-self: flex-start;*/
    /*margin-bottom: auto;*/
    /*flex: 1;*/
}

.passClose span {
    color: black;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.passClose span:hover {
    color: #b31122;
}

/*.passMachineIframe > * {*/
/*    transform: scale(0.8); transform-origin: 0 0;*/
/*}*/

.passMachineOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    top: 0;
    left: 0;
    /* overflow: hidden; */
    z-index: 9999999;
}

.overlayBg {
    background: #3339;
    width: 100%;
    height: 100%;
}

.passMachineWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
