@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
    color: white;
    transition: .3s;
}

li {
    list-style: none;
}

html {
    min-height: 100vh;
}

img {
    max-width: 100%;
}

.tinynav {
    display: none;
}

body {
    min-height: 100vh;
    position: relative;
    color: white;
    width: 100%;
    font-family: "Rubik", sans-serif;
    text-align: center;
    font-size: 14px;
    overflow-x: hidden;
    background-color: #0f0f16;
    padding-bottom: 200px;
    background-image: url("../img/lightTop.png"), url("../img/lightBottom.png"), url("../img/bgBottomLeft.png"), url("../img/bgBottomRight.png");
    background-position: top center, bottom center, bottom left, bottom right;
    background-repeat: no-repeat;
}

.content {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
    z-index: 88888;
}

.swal2-container {
    z-index: 999999999 !important;
}

.material-symbols-outlined {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 20px !important;
}

section#logoWrapper {
    background-image: url("../img/headerBg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    display: block;
    padding: 0 0 15px;
    margin-bottom: 30px;
    position: relative;
    /*z-index: 8888;*/
    z-index: auto;
}

section#header {
    position: relative;
}

section#header img.bg {
    position: absolute;
    z-index: 8898;
}

section#header img.bg.first {
    left: 0;
    top: 100px;
    display: none;
}

section#header img.bg.second {
    right: 0;
    top: 0;
    display: none;
}

section#userPanel {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: start;
    padding: 40px 0;
}

section#promo a,
section#userPanel a {
    display: block;
    background-color: transparent;
    border: 1px solid #2196f3;
    border-radius: 15px;
    padding: 20px 60px;
    color: white;
}

section#promo a {
    display: inline-block;
}

section#promo a:hover,
section#promo a.first,
section#userPanel a:hover,
section#userPanel div:nth-child(2) a {
    background-color: #2196f3;
}

section#alert {
    text-align: left;
    padding-bottom: 40px;
}

section#wrapper {
    /*background-image: url("../img/bgTopLeft.png"), url("../img/bgTopRight.png");
    background-position: top 200px left, top right;
    background-repeat: no-repeat;*/
}

section#menu {
    display: block;
    background-color: #202130;
    border-radius: 20px 20px 50px 50px;
    position: relative;
    z-index: 99999;
}

section#menu ul.ff {
    display: inline;
    white-space: nowrap;
}

section#menu ul.ff > li {
    display: inline-block;
    position: relative;
}

section#menu ul.ff > li > a span.material-symbols-outlined,
section#menu ul.ff > li > a {
    display: block;
}

section#menu ul.ff > li > a span.material-symbols-outlined {
    margin: 0 0 10px;
    color: #2196f3;
}

section#menu ul.ff > li > a {
    padding: 30px;
}

/*section#menu ul.ff > li > a:hover,*/
section#menu ul.ff > li.selected > a {
    background-image: url("../img/menuLight.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

section#menu ul.ff > li.selected > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    content: '';
    background-color: #ffd077;
    border-radius: 5px 5px 0 0;
}

div.title {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 120%;
}

div.title div:first-of-type img {
    margin-bottom: 10px;
}

div.title div:last-of-type img {
    margin-top: 20px;
}

ul#cities,
ul#districts {
    margin-bottom: 30px;
}

ul#cities > li,
ul#districts > li {
    display: inline-block;
    margin: 5px;
}

ul#cities > li > a,
ul#districts > li > a {
    display: block;
    padding: 12px 20px;
    background-color: #202130;
    border-radius: 10px;
}

ul#cities > li.selected > a,
ul#districts > li.selected > a,
ul#cities > li > a:hover,
ul#districts > li > a:hover {
    color: #ffd077;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

ul#products > li {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    margin: 0 20px 40px;
    background-image: url(../img/product.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border-radius: 20px;
    padding: 20px 20px 40px;
}

ul#products > li div.productImage {
    margin-bottom: 20px;
    height: 80px;
    position: relative;
}

ul#products > li div.productImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul#products > li div.productName {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 49px;
    text-align: center;
}

ul#products > li div.productName > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

ul#products > li div.productPrice {
    font-size: 20px;
    font-weight: bold;
    color: #ffd077;
}

ul#products > li div.productSize {
    font-size: 90%;
}

ul#products > li div.productSize span {
    color: #2196f3;
}

ul#products > li div.productBuy {
    margin-top: 20px;
}

.block {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: 2px solid #ffd077;
    border-radius: 15px;
    padding: 15px 30px;
    position: relative;
    transition: .8s;
}

.block:hover {
    background-color: #ffd077;
    color: black;
    text-align: center !important;
}

.block:hover img {
    display: none;
}

ul#products .block {
    display: block;
    text-align: left;
}

ul#products .block img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
}

section#promo {
    display: flex;
    gap: 30px;
    width: 800px;
    margin: 0 auto;
    align-items: center;
    justify-content: start;
    text-align: left;
}

section#promo div.promoTitle {
    font-size: 27px;
}

section#promo div.promoTitle img {
    vertical-align: middle;
    margin-left: 20px;
}

section#promo div.promoText {
    margin: 30px 0;
}

section#promo div.promoBtn a {
    margin-right: 20px;
}

section#promoButtons {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 40px;
}

section#promoButtons > div {
    flex-grow: 1;
}

section#promoButtons a {
    display: block;
}

li.more {
    position: relative;
}

li.more span {
    display: none;
}

li.more > ul {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    padding: 0 10px;
    transform: translate(0, 100%);
    min-width: 200px;
    max-width: 400px;
}

li.more > ul > li,
li.more > ul > li > a {
    display: block;
    text-align: right;
    opacity: 1;
}

li.more > ul > li > a {
    padding: 10px 0;
}

li.more > ul > li > a img {
    display: none;
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 29px;
    height: 27px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/rating.png);
    margin-right: 2px;
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

section#reviews {
    text-align: center;
}

section#reviews a.btn {
    margin: 0 0 20px;
}

section#reviews li:last-of-type .review-main {
    margin-bottom: 0;
}

section#reviews .review-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

section#reviews .review-name {
    font-size: 150%;
}

section#reviews .review-main {
    word-break: break-word;
    /*margin-bottom: 30px;
    padding: 20px 0;*/
    position: relative;
    text-align: left;
}

section#reviews .review-date {
    color: white;
    margin-top: 5px;
}

/*section#reviews .review-main:after {
    position: absolute;
    content: " ";
    width: 100%;
    left: 0;
    top: -10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}*/

section#reviews .review-header .left {
    text-align: left;
}

section#reviews .review-header .right {
    text-align: right;
}

section#reviews .review-header .left,
section#reviews .review-header .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

section#cabinet div.pager,
section#reviews div.paginator {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

ul.yiiPager a {
    border: 0 !important;
    font-size: 20px !important;
    padding: 0 !important;
    color: white !important;
    text-decoration: none !important;
}

ul.yiiPager li {
    position: relative;
    width: 15px !important;
    height: 40px !important;
    line-height: 44px !important;
    display: inline-block !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    margin-top: 2px;
}

ul.yiiPager > li.selected > a {
    color: #ffd077 !important;
    background: transparent !important;
}

ul.yiiPager li.next,
ul.yiiPager li.previous {
    position: relative !important;
    vertical-align: bottom !important;
    margin-bottom: 2px;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a,
ul.yiiPager a {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a {
    font-size: 14px !important;
    color: white !important;
}

ul.yiiPager li.first,
ul.yiiPager li.last {
    display: none !important;
}

ul.yiiPager li.next {
    position: relative !important;
    vertical-align: bottom !important;
}

section#addreview,
section#check,
section#login,
section#cap,
section#registration {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.border {
    position: relative;
    padding: 20px;
    background-color: #202130;
    border-radius: 10px;

}

.border a:not(.block) {
    /*border-bottom: 1px dashed white;*/
}


section#comments ul#commentsList > li:nth-child(2n) {
    background-color: rgba(0, 0, 0, .2) !important;
}

section#reviews .block {
    margin-bottom: 30px;
}

section#reviews li.review {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    margin-bottom: 40px;
}

section#reviews ul > li.review:last-of-type {
    margin: 0;
}

section#reviews ul > li .review-reply {
    background: rgba(255, 255, 255, .05);
    padding: 10px;
    margin-top: 10px;
}

section#addreview {
    text-align: center;
}

section#addreview textarea {
    height: 200px;
}

section#addreview > div.wrap {
    /*max-width: 50%;*/
    margin-left: auto;
    margin-right: auto;
}

section#addreview form > ul li.rating > div.review-form-rating {
    text-align: center;
}

section#addreview form > ul,
section#addreview form > ul > li:first-of-type {
    margin-bottom: 20px;
    clear: both;

}

section#addreview form > ul > li:first-of-type {
    text-transform: uppercase;
}

li.captcha {
    position: relative;
}

li.captcha img {
    position: relative;
    margin: 0 0 20px;
    background: white;
}

section#universal {
    text-align: left;
}


.flash,
.errorSummary,
.errorSummary {
    text-align: left;
    background: rgba(255, 0, 0, .6);
    padding: 10px;
    margin: 0 0 20px;
}

.flash li,
.errorSummary li,
.errorSummary li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
}

.flash p,
.errorSummary p,
.errorSummary p {
    font-weight: bold;
    margin: 0 0 20px !important;
}

.flash ul,
.errorSummary ul,
.errorSummary ul {
    margin: 0 !important;
}

section#login form > ul li:first-of-type,
section#registration form > ul li:first-of-type,
section#check form > ul li:first-of-type {
    text-transform: uppercase;
    margin: 0 0 20px;
}

section#check form > ul li:first-of-type {
    text-align: center;
}

section#login form > ul,
section#registration form > ul,
section#check form > ul {
    margin: 0 0 20px;
}

span.light {
    display: block;
    font-size: 25px;
    margin: 10px 0;
    color: #ffd077;
    font-weight: bold;
}

div.separate {
    height: 20px;
}

section.border p a:not(.block) {
    color: white;
    text-decoration: underline;
}

section#cabinet {
    text-align: left;
    text-shadow: none;
}

section#cabinet div.form {
    width: 95%;
    padding: 0;
}

section#cabinet table.orders {
    text-align: left;
    width: 100%;
}

ul#replies > li.admin div.body,
section#cabinet table.orders tr.type1 > td:nth-child(5),
section#cabinet table.orders thead {
    background-color: rgba(0, 0, 0, .3);
    color: #ffd077;
}

section#cabinet table.orders {
    border-collapse: collapse;
}

section#cabinet table.orders a {
    border-bottom: 1px dashed #ffd077;
    color: #ffd077
}

section#cabinet table.orders td,
section#cabinet table.orders > thead th {
    border: 1px solid black;
    padding: 5px;
    vertical-align: top;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

section#mobile {
    display: none;
}

div.flash {
    text-align: left;
    background-color: rgba(0, 255, 0, .6) !important;
    padding: 10px !important;
    margin: 20px 0 !important;
    color: white !important;
}

div.flash b {
    font-weight: 900;
}

div.flash.flash-error {
    background: rgba(255, 0, 0, .6) !important;
    color: white !important;
}

ul.slideMenu {
    display: none;
    padding: 80px 40px 20px;
    background: #0f0f16;
    position: absolute;
    width: 100%;
    text-align: left;
    bottom:0;
    transform: translate(0,calc(100% - 60px));
    z-index: -1;
}

ul.slideMenu a {
    position: relative;
    font-size: 20px;
    padding: 5px;
    margin: 5px;
    display: block;

    color: white;
}

ul.slideMenu a:hover span,
ul.slideMenu a:hover {
    color:#ffd077 !important;
}

ul.slideMenu a span {
    color:#2196f3;
    margin-right: 30px;
}

ul.slideMenu a span.abs {
    position: absolute;
    right:0;
    top:50%;
    transform: translate(0,-50%);
    margin-right: 0;
}

ul.slideMenu > li:last-of-type a {
    border-bottom: 0;
}

section#mobile a.block {
    display: block;
    font-weight: bold;
    font-size: 150%;
    padding: 40px;
    border-radius: 10px 10px 50px 50px;
    background-color: #202130;
    border: 0;
}

section#mobile a.block:hover {
    color: white;
}

div.pager,
div.paginator {
    border: 0;
    zoom: .8;
    margin-top: 30px;
}

section#mobile {
    position: relative;
}

.tinynav {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-appearance: none;
}

.input {
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    display: block;
    padding: 15px;
    color: white;
    width: 100%;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #404265;
    border-radius: 10px;
}

section#logo {
    margin: 0 0 -5px;
}

section#logoWrapper > div.content {
    z-index: 99999;
}

#chooserMobile {
    margin-bottom: 40px;
}

section#mobile > div:first-of-type {
    margin: 0 0 -5px;
}



section#header img.bgg {
    position: absolute;
    display: none;
    top:50%;
}

section#header img.bgg.first {
    left:0
}

section#header img.bgg.second {
    right:0
}


@media (max-width: 1500px) {
    section#logoWrapper {
        z-index: auto;
    }
}

@media (max-width: 1024px) {


    .content {
        padding: 0 20px;
    }

    section#addreview, section#check, section#login, section#cap, section#registration {
        width: 100%;
    }

    section#header img.bg.first,
    section#header img.bg.second {
        display: none;
    }
}

@media (max-width: 770px) {



    section#userPanel > div,
    section#userPanel a {
        display: inline-block;
    }

    section#userPanel > div:not(:last-of-type) a {
        margin-right: 20px;
    }

    section#userPanel a {
        zoom: .8;
    }
    section#logo,
    section#header img.bg {
        display: none;
    }

    section#menu,
    ul#cities, ul#districts {
        display: none !important;
    }

    section#userPanel > div:first-of-type {
        margin-bottom: 30px;
    }

    section#header img.bgg,
    .tinynav,
    section#userPanel > div:first-of-type,
    section#userPanel,
    section#mobile {
        display: block;
    }


    section#reviews .review-header {
        padding: 0;
        margin: 0;
    }

    section#check,
    section#login,
    section#cap,
    section#registration {
        width: 100%;
    }

    section#reviews .review-header .left,
    section#reviews .review-header .right {
        display: block;
        width: 100%;
        text-align: center;
    }

    ul.review-rating {
        margin: 20px 0;
    }

    section#reviews > form > ul {
        margin: 20px 0 0;
    }

    section#reviews .title {
        margin: 0 0 20px;
    }

    section#addreview li {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        margin: 0 0 10px;
    }

    section#addreview form > ul li.rating > div.review-form-rating {
        margin: 0;
    }

    section#addreview form ul {
        margin-bottom: 20px;
    }

    section#reviews a.block {
        margin: 0 0 20px;
    }

    section#menu > ul > li a {
        font-size: 14px;
    }

    section#index ul#products {
        text-align: center;
    }

    section#reviews .review-main {
        padding: 30px 0 0;
    }

    section#reviews .review-main:after {
        top: -10px;
    }

    body {
        background-size: auto, auto, 170px, 170px;
    }
}

@media (max-width: 500px) {



    section#userPanel {
        padding-right: 0;
    }

    section#cd {
        margin-top: 0;
        padding: 0;
    }

    ul#products > li {
        margin: 0 10px 30px;
        zoom: .7;
    }

    ul#products li div.buy a.block {
        display: inline-block;
        text-transform: uppercase;
    }

    ul#products li div.buy a.block img {
        display: none;
    }

    .review-rating,
    .rating {
        zoom: .7;
    }

    section#mobile .block {
        padding: 20px;
    }

    .block {
        display: inline-block;
    }
}

/* Tickets */
section.ticket {
    text-align: left;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: #ffd077
}

ul#replies div.date {
    display: inline-block;
    color: #777777;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
    /*background: #e8e8e8;*/
}

/*ul#replies div.body.first {
    font-weight:bold;
}*/

ul#replies > li.admin div.body {
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: #777777;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 5px;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
    color: white;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    border: 2px solid #404265;
    border-radius: 10px;
    color: white;
}

div.replyarea {
    background: rgba(0, 0, 0, .5);
    margin: 30px 0 0 0;
    padding: 20px;
    color: white;
}

div.replyarea button {
    margin-top: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: #107902;
    border: 0;
    border-bottom: 1px dashed #107902;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: white;
}*/

.blinking {
    animation: blinker 1s linear infinite;
    color: white;
    border-radius: 50%;
    padding: 0 5px;
    background: black;
    font-size: 13px;
    vertical-align: 2px;
    margin-left: 5px;
}

.blinking.type2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px 6px;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin-top: 10px;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: white;
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.ticketInfo {
    border: 1px dashed white;
    padding: 10px !important;
    text-align: center !important;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px dashed white;
    font-weight: bold;
}

div#ordercontent b,
div#ordercontent span {
    font-weight: normal;
}

section#cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    height: 10px;
}

div#ordercontent.view {
    margin: 0 0 20px;
}