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;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #fff;
    font-weight: 600;
}
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: #222;
    color: #fff;
    font: 14px/1.5 Raleway, Arial, Helvetica, sans-serif;
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: 600;
}
.alert-success {
    color: #fff;
    font-size: 18px;
    background-color: #038b8c;
    border-color: #038b8c;
}
.alert-danger {
    color: #fff;
    background-color: #da4442;
    border-color: #da4442;
}
.notice {
    padding: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 2px;
    background: #d4010f;
}
.long-wallet {
    word-wrap: break-word;
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content-wrap {
    flex: 1;
    padding-bottom: 15px;
}
.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;
    text-align: right;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.balance,
.balance-row .balance-btn,
.balance-btn {
    display: inline-block;
    vertical-align: middle;
}
.balance-row .balance-btn,
.balance-btn {
    background: #06093a;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    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;
    background: #d4010f;
    color: #fff;
}
.top-wrap {
    background: rgba(0, 0, 0, .4);
    padding: 5px 0;
}
.top-nav {
    text-align: right;
}
.top-nav > li {
    display: inline-block;
    vertical-align: top;
}
.top-nav > li > a {
    color: #fff;
    padding: 5px 10px;
}
.top-nav > li > a:hover,
.top-nav > li > a:focus {
    background: transparent;
    color: #d4010f;
}
.general-header {
    padding: 45px 0;
    text-align: center;
}
.logo {
    display: block;
    color: #d4010f;
    width: 420px;
    max-width: 100%;
    font: bold 62px/0.8 Raleway, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transform: rotate(-6deg);
    margin: -10px auto 40px;
}
.logo:hover,
.logo:focus {
    color: #fff;
    text-decoration: none;
}
.logo span {
    font-size: .7em;
}
.tg-bots a {
    color: #d4010f;
    font-size: 1.4em;
}
.general-nav > li {
    display: inline-block;
    vertical-align: top;
}
.general-nav > li > a {
    display: block;
    text-decoration: none;
    padding: 7px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all .3s ease-out;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    text-transform: uppercase;
}
.general-nav > li > a:hover,
.general-nav > li > a:focus {
    color: #d4010f;
    background: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu {
    border: 0;
    background: #06093a;
    box-shadow: none;
    border-radius: 2px;
}
.dropdown-menu > li > a {
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
    outline: 0;
    color: #222;
}
.lighter {
    font-size: 1.2em;
    font-weight: bold;
}
.review-item {
    text-align: left;
    padding: 15px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    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;
    font-weight: bold;
}
.review-date {
    font-size: 0.9em;
}
.rating {
    font: 0/0 serif;
    width: 180px; height: 33px;
}
.rating-1 {
    background: url("../images/star1.png");
}
.rating-2 {
    background: url("../images/star2.png");
}
.rating-3 {
    background: url("../images/star3.png");
}
.rating-4 {
    background: url("../images/star4.png");
}
.rating-5 {
    background: url("../images/star5.png");
}
.add-review {
    text-align: center;
    padding: 15px 15px 45px;
}
.welcome,
.error,
.select-list .error {
    display: block;
    width: 100%;
    color: #fff;
    background: rgba(212, 1, 15, .7);
    font-size: 18px;
    padding: 25px;
    margin: 0 auto 25px;
    border-radius: 2px;
}
.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-shadow: 0 0 1px rgba(0, 0, 0, .7);
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}
.general-ttl a {
    color: #fff;
    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: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
.home-text,
.page-content {
    padding: 25px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    font-size: 1.2rem;
    text-align: center;
}
.home-text img,
.page-content img {
    max-width: 100%;
}
.home-ttl,
.home-text h2,
.home-text h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}
.home-text h3 {
    font-size: 1.75rem;
    font-weight: 600;
}
.home-text h4 {
    font-size: 1.5rem;
    font-weight: 600;
}
.home-text h5 {
    font-size: 1.4rem;
    font-weight: 600;
}
.home-text h6 {
    font-size: 1.3rem;
    font-weight: 600;
}
.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;
}
.home-text p,
.home-text ul,
.home-text ol,
.page-content p,
.page-content ul,
.page-content ol {
    margin-bottom: 10px;
}
.make-order {
    padding: 15px 0;
    text-align: center;
}
.make-order a,
.add-review a,
.more-news {
    padding: 10px 25px;
    background: #d4010f;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    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 {
    background: #fff;
    color: #d4010f;
    text-decoration: none;
}
.make-order p {
    color: #fff;
    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: #090804;
    content: "\0087";
}
.breadcrumb a {
    color: #090804;
    text-decoration: none;
}
.breadcrumb .active {
    color: #090804;
    font-weight: 600;
}
.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;
    border-radius: 2px;
    background: #d4010f;
    font-size: 1.3rem;
    font-weight: bold;
}
.select-list li:nth-child(2) a,
.select-list li:nth-child(3n+5) a{
    background: #06093a;
}
.select-list li:nth-child(3) a,
.select-list li:nth-child(3n+6) a{
    background: #090804;
}
.select-list a:hover,
.select-list a:focus {
    text-decoration: none;
    transform: translateY(-2px);
}
.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;
}
.product-wrap {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    display: flex; /* Добавлено */
    flex-direction: column; /* Добавлено */
    justify-content: flex-start; /* Добавлено: выравнивание по верхнему краю */
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    margin-bottom: 10px;
    transition: all .2s ease-out;
    font-weight: 600;
}
.product-wrap:hover,
.product-wrap:focus {
    text-decoration: none;
    color: #fff;
    transform: translateY(-2px);
}
.img-wrap {
    position: relative;
    width: 100%;
    padding-top: 0%; /* Пропорция 1:1, можно изменить под свои нужды */
    overflow: hidden;
    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;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Обеспечивает корректное масштабирование изображения */
    display: block;
}
.product {
    width: 100%;
    padding-bottom: 45px;
}
.product-ttl {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
}
.price {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
}
.product-description {
    font-size: 0.9em;
    padding: 10px 0;
}
.review-qty {
    display: inline-block;
    vertical-align: top;
    background: #06093a;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 10px 15px;
    font-weight: 600;
    transition: all .2s ease-out;
}
.review-qty:hover,
.review-qty:focus {
    color: #fff;
    background: #d4010f;
    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%;
    border-radius: 2px;
    background: rgba(0, 0, 0, .5);
    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: #e9e9e9;
}
.payment-form ::-moz-placeholder,
::-moz-placeholder {
    color: #e9e9e9;
}
.payment-form :-ms-input-placeholder,
:-ms-input-placeholder {
    color: #e9e9e9;
}
.payment-form :-moz-placeholder,
:-moz-placeholder {
    color: #e9e9e9;
}
.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 {
    padding: 10px 15px;
    border: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 2px;
    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: #d4010f;
    font-weight: 600;
}
.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: rgba(6, 9, 58, .5);
    font-weight: 600;
    border-radius: 2px;
}
.payment-form .field-confirmform-mode > label {
    color: #fff;
    font-size: 1.7rem;
    text-shadow: 0 0 1px #000;
    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]{
    padding: 10px 25px;
    background: #d4010f;
    color: #fff;
    border: 1px solid #d4010f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    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-img img {
    border-radius: 2px;
}
.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 {
    color: #fff;
    outline: 0;
    background: #06093a;
    border: 1px solid #06093a;
}
.review-list .summary {
    display: none;
}
.summary {
    padding-bottom: 15px;
    color: #090804;
}
.table .action-column {
    width: 75px;
}
.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(34, 34, 34, .7);
    border: 0;
    border-radius: 2px;
    color: #fff;
}
.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: #222;
    border: 0;
    border-radius: 2px;
    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: #fff;
    background: rgba(34, 34, 34, .7);
}
.pagination>li a:hover,
.pagination>li a:focus {
    color: #fff;
    background: #312f2f;
}
.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: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.main-footer a:hover,
.main-footer a:focus {
    color: #e6d163;
    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: #d4010f;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    border: none;
    transition: all .2s ease-out;
    box-shadow: none;
}
.tabs-well .btn-success {
    background: #70c8d4;
}
.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 {
    border: none;
    outline: 0;
    box-shadow: none;
    background: #fff;
    color: #d4010f;
    text-decoration: none;
}
#app {
    background: rgba(178, 83, 76, 0.58);
    border-radius: 2px;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table-wrap .table {
    max-width: none;
}
.table-wrap .table > thead > tr > th {
    background: rgba(49, 47, 47, .7);
    border-color: rgba(49, 47, 47, .07);
    color: #fff;
    vertical-align: middle;
}
.table > thead > tr > th {
    background: #06093a;
    border-color: #06093a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.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 rgba(0, 0, 0, .09);
}
.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(117, 173, 94, .85);
}
.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(216, 202, 40, .45);
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .5);
}
.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%;
    table-layout: fixed;
    background: rgba(6, 9, 58, .5);
    border: 0;
}
.responsive-table img {
    max-width: 100%;
}
.table {
    background: #d4010f;
    border: 0;
}
.form-control,
select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.71);
    border: 1px solid rgba(0, 0, 0, 0.71);
}
.table td[data-title="Номер для пополнения"] {
    overflow: hidden;
    text-overflow: ellipsis;
}
#product_items .item,
.address-wrap {
    background: #b0b0b020;
    padding: 15px;
    margin-bottom: 25px;
}
.address-form .form-body {
    padding-bottom: 20px;
    background: #f5f5f5;
}
.address-form .form-group {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.address-form .field-address-1-address_text,
.address-form .field-address-address_text,
.address-form .field-address-1-priority,
.address-form .field-address-priority {
    float: none;
    width: 100%;
}
.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;
}
.admin-info {
    padding: 15px;
    background: rgba(212, 1, 15, 0.7);
    border-radius: 2px;
    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;
}
@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: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.eot');
    src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/Raleway-Regular.woff') format('woff'),
    url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[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-dollar:before { content: '\f155'; }
.icon-user-plus:before { content: '\f234'; }
.icon-shopping-basket:before { content: '\f291'; }
.icon-clock:before { content: '\e807'; }
.icon-cancel:before { content: '\e808'; }
.icon-pencil:before { content: '\e809'; }
.icon-reply:before { content: '\f112'; }
.icon-star:before { content: '\e80a'; }
.icon-star-empty:before { content: '\e80b'; }

@media screen and (max-width: 1040px) {
    .general-header {
        text-align: center;
    }
    .general-nav {
        float: none;
    }
    .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(0, 0, 0, .5);
    }
    .responsive-table .table td {
        border: 0;
    }
}
@media screen and (max-width: 900px) {
    .product-list li {
        width: 32.5%;
    }
    .order-details {
        padding-left: 10px;
    }
}
@media screen and (min-width: 791px) {
    body {
        background: url("../images/pattern.png") fixed, #222 url("../images/bg.gif") center no-repeat fixed;
        background-size: auto, cover;
    }
}
@media screen and (max-width: 790px) {
    body {
        background: url("../images/bg.jpg") right top no-repeat fixed;
        background-size: cover;
    }
    .select-list li {
        width: 49%;
    }
    .address-form .form-group:not(:last-child) {
        width: 50%;
    }
    .logo {
        font-size: 52px;
    }
}
@media screen and (max-width: 650px) {
    .product-list li {
        width: 45.5%;
    }
    .logo {
        font-size: 42px;
        margin-top: 0;
        transform: none;
    }
    .general-ttl {
        font-size: 2rem;
    }
    .general-nav li {
        display: block;
        padding-bottom: 5px;
        text-align: center;
    }
    .general-nav > li > a {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background: rgb(6, 9, 58);
        border-radius: 2px;
    }
    .general-nav > li > a:focus {
        background: rgb(9, 8, 4);
        color: #fff;
    }
    .select-list {
        text-align: center;
    }
    .select-list a {
        padding: 15px 10px;
    }
    .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: static;
        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%;
    }

}