html, body, div, span, applet, object, iframe,
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #feb406;
}
select, input, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 14px;
}
body {
    background: url(../images/pattern.png), #000 url("../images/bg.jpg") center/cover no-repeat fixed;
    color: #fff;
    font: 14px/1.5 'Noto Sans', Arial, Helvetica, sans-serif;
}
.cf:after,
.form-body:after {
    content: "";
    display: table;
    clear: both;
}
.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert-success {
    color: #fff;
    font-size: 18px;
    background-color: #038b8c;
    border-color: #038b8c;
}
.alert-danger {
    color: #fff;
    background-color: #ec451b;
    border-color: #ec451b;
}
.notice {
    border: 2px solid #70c8d4;
    padding: 15px;
    margin-bottom: 15px;
    color: #70c8d4;
    border-radius: 2px;
    font-weight: bold;
}
.long-wallet {
    word-wrap: break-word;
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content-wrap {
    flex: 1;
    padding: 15px 0;
}
.frame {
    width: 1100px;
    max-width: 95%;
    margin: auto;
}
.italic {
    font-style: italic;
}
.ex {
    font-weight: 700;
}
.p-list a,
.make-order a, .add-review a, .more-news,
.logo,
.select-list a,
.balance-btn {
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.action-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    background: #616885;
    color: #fff;
    border-radius: 50%;
    width: 27px; height: 27px;
    line-height: 23px;
    text-align: center;
}
.action-btn i:before {
    vertical-align: middle;
}
.action-btn:hover,
.action-btn:focus {
    text-decoration: none;
    background: #ff8e1f;
    color: #fff;
}
.balance-row {
    padding: 10px 0;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #ccc;
    text-align: right;
}
.balance,
.balance-row .balance-btn,
.balance-btn {
    display: inline-block;
    vertical-align: middle;
}
.balance-row .balance-btn,
.balance-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-right: 4px;
}
.balance-row .balance-btn:hover,
.balance-row .balance-btn:focus,
.balance-btn:hover,
.balance-btn:focus {
    text-decoration: none;
    color: #feb406;
    border-color: #feb406;
}
.top-nav {
    text-align: right;
}
.top-nav > li {
    display: inline-block;
    vertical-align: top;
}
.top-nav > li > a {
    color: #fff;
    text-transform: lowercase;
}
.top-nav > li > a:hover,
.top-nav > li > a:focus {
    background: transparent;
    color: #feb406;
}
.general-header {
    padding: 45px 0;
}
.logo {
    color: #feb406;
    font: 32px NFS, Arial, Helvetica, sans-serif;
}
.logo:hover,
.logo:focus {
    color: #fff;
    text-decoration: none;
}
.header-right {
    float: right;
}
.tg-bots {
    text-align: right;
    padding: 0 15px;
}
.tg-bots a {
    color: #fff;
}
.general-nav > li {
    display: inline-block;
    vertical-align: top;
}
.general-nav > li > a {
    display: block;
    text-decoration: none;
    padding: 7px 15px;
    font: 15px NFS, Arial, Helvetica, sans-serif;
    color: #fff;
    transition: all .3s ease-out;
    cursor: pointer;
}
.general-nav > li > a:hover,
.general-nav > li > a:focus {
    color: #feb406;
    background: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu {
    border: 0;
    background: #feb406;
    box-shadow: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
    color: #444;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
    outline: 0;
    color: #000;
}
.lighter {
    font-size: 1.2em;
    color: #feb406;
}
.review-item {
    text-align: left;
    padding: 15px;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 25px;
}
.reply-item {
    padding-left: 6%;
}
.reply-user {
    float: left;
}
.reply-text {
    overflow: hidden;
    padding-left: 15px;
}
.reply-user img {
    width: 60px;
    height: auto;
}
.review-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    color: #feb406;
    font-size: 17px;
}
.rh-info {
    flex: 1;
}
.ticket-header {
    padding-bottom: 10px;
    color: #feb406;
    font-size: 17px;
}
.review-date {
    font-size: 0.9em;
}
.ticket-header .rating {
    display: inline-block;
    vertical-align: middle;
}
.rating {
    position: relative;
    font: 0/0 serif;
    width: 160px; height: 32px;
}
.rating:before,
.rating:after {
    position: absolute;
    top: 0; bottom: 0;
    background: url("../images/star.png");
    content: '';
}
.rating:before {
    left: 0;
}
.rating:after {
    right: 0;
    opacity: .5;
}
.rating-1:before,
.rating-4:after {
    width: 20%;
}
.rating-1:after,
.rating-4:before {
    width: 80%;
}
.rating-5:before {
    width: 100%;
}
.rating-3:after,
.rating-2:before {
    width: 40%;
}
.rating-3:before,
.rating-2:after {
    width: 60%;
}
.add-review {
    text-align: center;
    padding: 15px 15px 45px;
}
.welcome,
.error,
.select-list .error {
    display: block;
    width: 100%;
    color: #fff;
    background: #ff8e1f;
    font: 16px Oswald, Arial, Helvetica, sans-serif;
    padding: 15px;
    border-radius: 2px;
    margin: 0 auto 25px;
}
.select-list li + .error,
.error + .error {
    display: none;
}
.select-list .error a {
    background: none transparent;
    display: inline;
    width: auto;
    padding: 0;
}
.error-page {
    padding: 5%;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 1px 1px 1px #ba3433, -1px -1px 1px #ba3433;
}
.general-ttl {
    padding: 25px 0;
    color: #fff;
    text-transform: uppercase;
    font: 3rem NFS, Arial, Helvetica, sans-serif;
    text-align: center;
}
.general-ttl a {
    color: #312f2f;
    text-decoration: none;
}
.general-ttl a:hover,
.general-ttl a:focus {
    color: #fff;
}
.general-ttl + .sub-ttl {
    margin-top: -15px
}
.sub-ttl {
    padding: 0 15px 25px;
    color: #feb406;
    font: 2.1rem NFS, Arial, Helvetica, sans-serif;
    text-align: center;
}
.home-text,
.page-content {
    padding: 25px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: justify;
    background: rgba(17,17,17,.5);
}
.home-ttl,
.home-text h2,
.home-text h1 {
    font-size: 2rem;
    text-transform: uppercase;
}
.home-text h3 {
    font-size: 1.75rem;
}
.home-text h4 {
    font-size: 1.5rem;
}
.home-text h5 {
    font-size: 1.4rem;
}
.home-text h6 {
    font-size: 1.3rem;
}
.home-text h1, .home-text h2, .home-text h3, .home-text h4, .home-text h5, .home-text h6 {
    font-family:  Oswald, Arial, Helvetica, sans-serif;
    padding-bottom: 0.6em;
    text-align: left;
}
.home-text p,
.home-text ul,
.home-text ol,
.page-content p,
.page-content ul,
.page-content ol {
    margin-bottom: 15px;
}
.make-order {
    padding: 15px 0;
    text-align: center;
}
.make-order a,
.add-review a,
.more-news {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    color: #fff;
    border: 2px solid #feb406;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s ease-out;
}
.make-order a:hover, .make-order a:focus,
.add-review a:hover, .add-review a:focus,
.more-news:hover, .more-news:focus {
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}
.make-order p {
    padding-bottom: 15px;
}
blockquote {
    padding: 10px 0 10px 30px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    content: open-quote;
}
.breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
}
.breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb > li {
    text-shadow: none;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #909090;
    content: "\0087";
}
.breadcrumb a {
    color: #909090;
    text-decoration: none;
}
.breadcrumb .active {
    color: #909090;
}
.select-list {
    padding-bottom: 25px;
    text-align: center;
}
.select-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 15px;
}
.select-list a {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 1.3vw 2vw;
    color: #fff;
    font-weight: bold;
    border: 2px solid #feb406;
    font-size: 1.3rem;
}
.select-list a:hover,
.select-list a:focus {
    text-decoration: none;
    transform: translateY(-2px);
}
.city-list .d:before, .city-list .d:after {
    content: '';
    position: absolute;
    height: 2px;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background: #feb406;
}
.city-list a {
    position: relative;
    border: none;
}
.city-list span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.city-list .d:after {
    left: 10%;
    right: 65%;
    bottom: 0;
}
.city-list .d:before {
    top: 0;
    left: 45%;
    right: 10%;
}
.city-list a:hover .d:before, .city-list a:hover .d:after {
    left: 0;
    right: 0;
}
.product-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.product-list li {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24.5%;
    padding: 0 15px 30px;
    text-align: center;
}

.reserve-list li {
    width: 33%;
}
.product-wrap {
    width: 100%; height: 100%;
    padding: 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    background: rgba(17,17,17, .66);
    margin-bottom: 10px;
    transition: all .2s ease-out;
}
.product-wrap:hover,
.product-wrap:focus {
    text-decoration: none;
    background: rgba(17,17,17, .7);
    color: #ccc;
    transform: translateY(-2px);
}
.reserve-wrap:hover,
.reserve-wrap:focus {
    color: #fff;
}
.img-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-wrap:before {
    display: block;
    padding-top: 100%;
    content: "";
}
.img-wrap img {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    max-width: 100%;
    margin: auto;
}
.product {
    width: 100%;
    padding-bottom: 45px;
}
.product-ttl {
    font: 18px Oswald, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 0;
}
.price {
    display: block;
    padding-bottom: 10px;
    color: #feb406;
    font: 18px Oswald, Arial, Helvetica, sans-serif;
}
.product-description {
    font-size: 0.9em;
    padding: 10px 0;
}
.review-qty {
    display: inline-block;
    vertical-align: top;
    color: #feb406;
    transition: all .2s ease-out;
}
.review-qty:hover,
.review-qty:focus {
    color: #fff;
    text-decoration: none;
}
div.post {
    background: #eef9fa;
    padding: 15px;
    margin-bottom: 25px;
}
.news-title {
    padding: 15px 0;
    font-weight: bold;
}
.post img {
    max-width: 100%;
}
a.post {
    color: #333;
    text-decoration: none;
}
a.post:hover,
a.post:focus {
    color: #999;
    text-decoration: none;
}
.post-meta {
    padding: 10px 0;
}
.post-meta > li {
    display: inline-block;
    vertical-align: top;
}
.post-meta > li + li {
    padding-left: 10px;
}
.widget {
    padding-bottom: 25px;
}
.widget-title {
    color: #999;
    font-weight: bold;
}
.order-details {
    font-size: 18px;
    padding: 15px 4%;
    color: #fff;
    border-radius: 5px;
    background: #616885;
    margin-bottom: 25px;
}
.order-details span {
    font-size: 23px;
}
.order-details .lighter {
    font-size: 1.6em;
}
.payment-form ::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: #808080;
}
.payment-form ::-moz-placeholder,
::-moz-placeholder {
    color: #808080;
}
.payment-form :-ms-input-placeholder,
:-ms-input-placeholder {
    color: #808080;
}
.payment-form :-moz-placeholder,
:-moz-placeholder {
    color: #808080;
}
.content-page {
    font-size: 17px;
    padding: 25px 0;
    margin-bottom: 25px;
}
.g-recaptcha > div {
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #bc3635;
    font: 20px Arial, Helvetica, sans-serif;
    cursor: pointer;
    opacity: 1;
}
.content-page p,
.content-page ul,
.content-page ol {
    padding-bottom: 15px;
}
.content-page ul {
    list-style: inside circle;
}
.content-page ol {
    list-style: inside decimal;
}
.content-page ul li,
.content-page ol li {
    padding-bottom: 10px;
}
.contact-form {
    width: 800px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 25px;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
    width: 100%;
    border: 0;
    padding: 10px 15px;
    background: transparent;
    color: #777777;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #777777;
    border-radius: 0;
}
.form-button {
    text-align: center;
}
.payment-form {
    text-align: center;
    padding: 15px;
    width: 650px;
    max-width: 100%;
    margin: auto;
}
.payment-form .has-error input:focus,
.payment-form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #fff;
}
.payment-form select,
.payment-form input[type=text],
.payment-form input[type=email],
.payment-form input[type=password],
.payment-form textarea,
.form-control,
.hasDatepicker {
    padding: 10px 15px;
    border: 0;
    background: rgba(17,17,17, .66);
    color: #ccc;
    border-radius: 0;
    display: block;
    box-shadow: none;
    width: 100%;
    height: auto;
}
#statusform-verifycode,
#reviewform-verifycode,
#contactform-verifycode,
#signupform-verifycode {
    padding: 13px 15px;
}
.help-block {
    margin: 0;
    padding: 5px 0 0;
    text-align: left;
}
.has-error .help-block {
    color: #feb406;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-success .form-control,
.has-success .form-control:focus,
.form-control:focus {
    box-shadow: none;
}
.form-row {
    padding-bottom: 15px;
}
.field-addfundsform-mode > label {
    text-align: left;
    padding-bottom: 15px;
    display: block;
}
#addfundsform-mode label,
.payment-row label {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background: #312f2f;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.check-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.check-col + .check-col {
    margin-left: 2px;
}
.check-col input {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    opacity: 0;
}
.payment-form .check-col label {
    padding: 10px 15px;
    background: #312f2f;
    display: block;
    color: #fff;
    font-size: 17px;
    opacity: .5;
}
.check-col input:checked + label,
.check-col:hover label {
    opacity: 1;
}
.payment-form label {
    padding-right: 10px;
}
.payment-form .radio {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding: 7px 15px;
    background: #e5eff4;
    color: #666;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 20px;
}
.payment-form .field-confirmform-mode > label {
    color: #312f2f;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
}
.payment-form input[type=submit],
.reload,
.address-form button[type=submit],
.payment-form button[type=submit],
.contact-form input[type=submit],
.contact-form button[type=submit],
.form-group button {
    padding: 10px 25px;
    background: transparent;
    color: #fff;
    border: 2px solid #feb406;
    font-size: 16px;
    font-weight: bold;
    transition: all .2s ease-out;
}
.reload {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.reload-wrap {
    text-align: center;
}
.captcha-img {
    float: left;
    padding-right: 10px;
}
.captcha-input {
    overflow: hidden;
}
.payment-form input[type=submit]:hover,
.payment-form input[type=submit]:focus,
.payment-form button[type=submit]:hover,
.payment-form button[type=submit]:focus,
.address-form button[type=submit]:hover,
.address-form button[type=submit]:focus,
.contact-form button[type=submit]:hover,
.contact-form button[type=submit]:focus,
.reload:focus,
.reload:hover,
.form-group button:hover,
.form-group button:focus {
    color: #fff;
    outline: 0;
    background: transparent;
    border: 2px solid #fff;
}
.review-list .summary {
    display: none;
}
.summary {
    padding-bottom: 15px;
}
.pagination {
    display: block;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 0;
}
.pagination>li {
    display: inline-block;
    vertical-align: top;
}
.pagination>li a {
    padding: 0 7px;
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    background: rgba(17, 17, 17, .5);
    border: 0;
    color: #fff;
    border-radius: 2px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    opacity: .6;
    text-decoration: none;
    background: rgba(17, 17, 17, .5);
    border: 0;
    border-radius: 0;
    padding: 0 7px;
    color: #fff;
    font-size: 1.5rem;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    padding: 0 7px;
    font-size: 1.5rem;
    border: 0;
    color: #feb406;
    background: rgba(17, 17, 17, .66);
}
.pagination>li a:hover,
.pagination>li a:focus {
    color: #feb406;
    background: rgba(17, 17, 17, .66);
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
.big {
    font-size: 2em;
}
.big-text {
    padding-bottom: 25px;
    font-size: 1.5em;
}
.main-footer {
    text-align: center;
    padding: 5px 0;
}
.main-footer a {
    color: #ccc;
    font: 12px NFS, Arial, Helvetica, sans-serif;
}
.main-footer a:hover,
.main-footer a:focus {
    color: #feb406;
    text-decoration: none;
}
.footer-nav a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.tabs-well,
.btn-well {
    padding-bottom: 10px;
}
.tabs-well .tabs-link,
.tabs-well .btn,
.tabs-well .balance-btn,
.btn-well a,
.btn-logout,
.removeItem,
#addItem {
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    margin: 0 5px 5px 0;
    background: transparent;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    border: 2px solid #fff;
    box-shadow: none;
}
.tabs-well .btn-success {
    border-color: #feb406;
}
.tabs-well .tabs-link:hover,
.tabs-well .btn:hover,
.tabs-well .balance-btn:hover,
.tabs-well .tabs-link:focus,
.tabs-well .btn:focus,
.btn-well a:hover,
.btn-well a:focus,
.btn-logout:hover,
.btn-logout:focus,
.removeItem:hover,
.removeItem:focus,
.tabs-well .balance-btn:focus,
#addItem:hover,
#addItem:focus {
    outline: 0;
    box-shadow: none;
    background: transparent;
    color: #fff;
    border: 2px solid #feb406;
    text-decoration: none;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table .action-column {
    width: 75px;
}
.table-wrap .table {
    max-width: none;
}
.table .form-control,
.table .hasDatepicker {
    padding: 5px 7px;
}
.table {
    border-color: #111;
    background: rgba(17, 17, 17, .4);
}
.table-wrap .table > thead > tr > th {
    background: rgba(17, 17, 17, .66);
    border-color: #111;
    color: #fff;
    vertical-align: middle;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #111;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(17, 17, 17, .5);
}
.table > thead > tr > th {
    background: #111;
    border-color: #111;
    color: #fff;
    font-size: 15px;
}
.table > thead > tr > th > a {
    color: #fff;
}
.table-wrap thead th a {
    color: #fff;
}
.table .multi-width {
    min-width: 170px;
}
.responsive-table .table {
    max-width: 100%;
}
.responsive-table img {
    max-width: 100%;
}
.table td[data-title="Номер для пополнения"] {
    overflow: hidden;
    text-overflow: ellipsis;
}
#product_items .item,
.address-wrap {
    background: rgba(17, 17, 17, .4);
    padding: 15px;
    margin-bottom: 25px;
}
.address-form .form-body {
    padding: 20px 15px;
    background: rgba(17, 17, 17, .4);
    margin-bottom: 15px;
}
.address-form .form-group {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.address-form div[class*='address_text'],
.address-form div[class*='priority'] {
    float: none;
    width: 100%;
    clear: both;
}
.qr-code {
    padding-bottom: 15px;
    text-align: center;
}
body .application--wrap {
    min-height: 0;
}
body .theme--light.application {
    background: transparent;
    color: inherit;
}
.ticket-info {
    padding-bottom: 15px;
}
.ticket-info > span {
    color: #616885;
    font: 18px Oswald, Arial, Helvetica, sans-serif;
}
.admin-info {
    padding: 15px;
    background: rgba(17,17,17, .5);
    margin-bottom: 15px;
}
.admin-info p,
.admin-info ol,
.admin-info ul {
    padding-bottom: 10px;
}
.admin-info ol {
    list-style: decimal inside;
}
.admin-info strong {
    font-weight: bold;
}
.admin-info ul {
    list-style: circle inside;
}
.control-label {
    font: 16px Oswald, Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
}
.user-info {
    padding: 15px;
    background: rgba(17, 17, 17, .5);
    margin-bottom: 15px;
}
.user-info .hasDatepicker {
    background: #deeaf1;
}
.user-info > li {
    padding-bottom: 5px;
}
.user-info > li > span {
    font-weight: bold;
}
.last-order div[data-key] {
    float: left;
    width: 48.5%;
}
.last-order div[data-key]:nth-child(odd) {
    margin-left: 3%;
}
.fixed-table .table {
    table-layout: fixed;
    width: 100%;
}
.fixed-table .table td {
    word-wrap: break-word;
}
.theme--light.v-select .v-select__selections,
.theme--light.v-label,
.theme--light.v-icon,
.theme--light.v-input:not(.v-input--is-disabled) input, .theme--light.v-input:not(.v-input--is-disabled) textarea {
    color: #fff;
}
.theme--light.v-text-field>.v-input__control>.v-input__slot:before {
    border-color: #fff;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: rgba(230,199,34,.4);
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: rgba(42,132,5,.36);
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: rgba(154,15,15,.38);
}
@font-face {
    font-family: 'NFS';
    src: url('../fonts/NFSfont.woff2') format('woff2'),
    url('../fonts/NFSfont.woff') format('woff'),
    url('../fonts/NFSfont.ttf') format('truetype'),
    url('../fonts/NFSfont.svg#NFSfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?58234571');
    src: url('../fonts/fontello.eot?58234571#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?58234571') format('woff2'),
    url('../fonts/fontello.woff?58234571') format('woff'),
    url('../fonts/fontello.ttf?58234571') format('truetype'),
    url('../fonts/fontello.svg?58234571#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
    url('../fonts/NotoSans-Bold.woff') format('woff'),
    url('../fonts/NotoSans-Bold.ttf') format('truetype'),
    url('../fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Italic.woff2') format('woff2'),
    url('../fonts/NotoSans-Italic.woff') format('woff'),
    url('../fonts/NotoSans-Italic.ttf') format('truetype'),
    url('../fonts/NotoSans-Italic.svg#NotoSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans.woff2') format('woff2'),
    url('../fonts/NotoSans.woff') format('woff'),
    url('../fonts/NotoSans.ttf') format('truetype'),
    url('../fonts/NotoSans.svg#NotoSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-basket:before { content: '\e800'; } /* '' */
.icon-award:before { content: '\e801'; } /* '' */
.icon-login-1:before { content: '\e802'; } /* '' */
.icon-briefcase:before { content: '\e803'; } /* '' */
.icon-user:before { content: '\e804'; } /* '' */
.icon-globe:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-clock:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-pencil:before { content: '\e809'; } /* '' */
.icon-star:before { content: '\e80a'; } /* '' */
.icon-star-empty:before { content: '\e80b'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; }


@media screen and (max-width: 1040px) {
    .general-header {
        text-align: center;
    }
    .general-nav,
    .header-right {
        float: none;
    }
    .tg-bots {
        text-align: center;
    }
    .responsive-table .table,
    .responsive-table .table tbody,
    .responsive-table .table thead,
    .responsive-table .table tr,
    .responsive-table .table td,
    .responsive-table .table thead tr.filters {
        display: block;
        width: 100%;
    }
    .responsive-table .table thead tr {
        display: none;
    }
    .responsive-table td[data-title]:before {
        padding-right: 15px;
        font-weight: bold;
        content: attr(data-title);
    }
    .responsive-table .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: rgba(17, 17, 17, 0.77);
    }
    .responsive-table .table td {
        border: 0;
    }
    .responsive-table .table thead td:empty {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .product-list li {
        width: 32.5%;
    }
    .reserve-list li {
        width: 49%;
    }
    .order-details {
        padding-left: 10px;
    }
    .last-order div[data-key] {
        float: none;
        width: 100%;
    }
    .last-order div[data-key]:nth-child(odd) {
        margin-left: 0;
    }
    .add-review a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 790px) {
    .select-list li {
        width: 49%;
    }
    .address-form .form-group:not(:last-child) {
        width: 50%;
    }
}
@media screen and (max-width: 650px) {
    .product-list li {
        width: 45.5%;
    }

    .reserve-list li {
        width: 100%;
    }
    .general-ttl {
        font-size: 2rem;
    }
    .general-nav li {
        display: block;
        text-align: center;
    }
    .general-nav > li > a {
        display: inline-block;
        vertical-align: top;
    }
    .select-list {
        text-align: center;
    }
    .round-wrap .sukub {
        display: none;
    }
    .address-form .form-group:not(:last-child) {
        width: 100%;
        float: none;
    }
    .review-header {
        text-align: center;
    }
    .rating {
        margin: 10px auto 0;
    }
}
@media screen and (max-width: 560px) {
    .general-header {
        padding: 10px 0;
    }
    .general-nav .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .select-list li {
        width: 100%;
    }
    .balance-row {
        text-align: center;
    }
    .balance {
        display: block;
        margin-bottom: 5px;
    }
    .top-nav {
        text-align: left;
    }
    .top-nav > li {
        width: 48%;
    }
}
@media screen and (max-width: 480px) {
    .product-list li {
        width: 100%;
    }

}