*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none !important
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul,
ol {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class],
ol[class] {
    list-style: none;
    margin: 0
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  

  
  #customers tr:hover {background-color: #dddddd52;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

img,
iframe,
video {
    max-width: 100%;
    height: auto;
    display: block
}

article>*+* {
    margin-top: 1em
}

input,
button,
textarea,
select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.app {
    max-width: 975px;
    width: 100%;
    margin: 0 auto;
    padding-top: 45px
}

.app-body {
    padding: 0 10px
}

.app-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-buttons .btn {
    margin: 10px
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 768px) {
    .container {
        padding: 0 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0 30px
    }

    .app {
        padding: 0px 20px
    }

    .app-body {
        padding: 0
    }
}

html {
    font-size: 10px
}

body {
    background-color: linear-gradient(to bottom, #7c0000 33%, #111 69%);
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #7c0000), color-stop(69%, #111));
    background: linear-gradient(to bottom, #7c0000 33%, #111 69%);
    -webkit-box-shadow: 0 0 0 #444;
    box-shadow: 0 0 0 #444
}

body.overflow {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.absolute {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.swiper {
    position: relative
}

.swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    overflow-x: hidden
}

.swiper-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.swiper-item {
    opacity: 1 !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.swiper-box {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: 0;
    right: 0
}

.swiper-dot {
    margin: 5px
}

.swiper-dot__item {
    display: block;
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    background: #8000ff;
    border-radius: 50%;
    border: 1px solid #ba76ff
}

.swiper-dot__item.active {
    background: #ffae00;
    border-color: #ffae00
}

.swiper-control {
    width: 20%;
    max-width: 40px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width: 992px) {
    body.body {
        background-color: #020100;
        background-image: url(bg.jpg);
        background-image: -webkit-image-set(url(bg.webp) 1x, url(bg.webp) 2x);
        background-image: image-set(url(bg.jpg) 1x, url(bg.jpg) 2x);
        background-repeat: repeat-y;
        background-position: center 0;
        background-size: 1450px
    }
}

h1,
.h1 {
    font-size: 2.2em
}

h2,
.h2 {
    font-size: 2em
}

h3,
.h3 {
    font-size: 1.8em
}

h4,
.h4 {
    font-size: 1.6em
}

h5,
.h5 {
    font-size: 1.4em
}

h6,
.h6 {
    font-size: 1.4em
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden
}

thead tr {
    background: rgba(0, 0, 0, 0.1);
    font-weight: 600
}

tr {
    background: rgba(255, 255, 255, 0.05)
}

tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.1)
}

td,
th {
    font-weight: 300;
    padding: 10px
}

td p,
td span,
td li,
th p,
th span,
th li {
    margin-bottom: 0 !important
}

.app-content {
    padding: 10px 0
}

.app-content img {
    margin: 0 auto 10px
}

.app-content a {
    color: #f1f1f1;
    font-weight: 600;
    text-decoration: underline
}

.app-content a:hover {
    text-decoration: none
}

.app-content ul,
.app-content ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app-content ul li,
.app-content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 30px
}

.app-content ul li:before,
.app-content ol li:before {
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: 500;
    color: #ffae00
}

.app-content ul li:last-child,
.app-content ol li:last-child {
    margin-bottom: 0
}

.app-content ul li span,
.app-content ul li p,
.app-content ol li span,
.app-content ol li p {
    margin-bottom: 0
}

.app-content ul li:before {
    content: "•"
}

.app-content ol {
    counter-reset: listingNumb
}

.app-content ol li {
    counter-increment: listingNumb
}

.app-content ol li:before {
    content: counter(listingNumb) "."
}

.app-content ol ul li {
    counter-increment: none
}

.app-content ol ul li:before {
    content: "•"
}

.app-content p,
.app-content li,
.app-content ul,
.app-content ol,
.app-content h1,
.app-content h2,
.app-content h3,
.app-content h4,
.app-content h5,
.app-content h6 {
    margin: 0;
    margin-bottom: 15px
}

@media (min-width: 0) and (max-width: 768px) {

    table,
    thead,
    tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    thead {
        display: none
    }

    tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 10px 0
    }

    td,
    th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 992px) {
    .app-content tr th {
        font-weight: 600
    }

    .app-content tr:nth-child(2n) {
        color: #a08ec0
    }

    .app-content ul li:before,
    .app-content ol li:before {
        color: #ffae00
    }

    .app-content h1,
    .app-content .h1,
    .app-content h2,
    .app-content .h2,
    .app-content h3,
    .app-content .h3,
    .app-content h4,
    .app-content .h4,
    .app-content h5,
    .app-content .h5,
    .app-content h6,
    .app-content .h6 {
        color: #b777f8
    }
}

button,
.btn,
a {
    color: #f1f1f1;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 11px;
    border-radius: 5px;
    font-size: 1.2em;
    text-decoration: none !important;
    color: #f1f1f1 !important
}

.btn-first {
    background: #ed6600
}

.btn-second {
    background: green
}

.btn-third {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9c2c05), to(#280000));
    background: linear-gradient(to bottom, #9c2c05 0, #280000 100%)
}

.btn-third:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #280000), color-stop(98%, #862605));
    background: linear-gradient(to bottom, #280000 0, #862605 98%)
}

.btn-last {
    background: #3A3A3A
}

.btn-last:hover {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5)
}

.btn-midle {
    margin: 0 auto 10px
}

.btn-md {
    font-size: 1.4em;
    padding: 10px 30px !important
}

@media (min-width: 992px) {
    .btn {
        padding: 8px 15px;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.4)
    }

    .btn-last {
        color: #fff !important
    }

    .btn-second {
        color: #1c1c1c !important;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #1e6600), color-stop(50%, #4a8f00), to(#abfc47));
        background: linear-gradient(0deg, #1e6600 20%, #4a8f00 50%, #abfc47 100%)
    }

    .btn-second:hover {
        -webkit-box-shadow: inset 0px 0px 10px 5px #8cff00;
        box-shadow: inset 0px 0px 10px 5px #8cff00
    }

    .btn-first {
        color: #f1f1f1 !important;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #003a78), color-stop(50%, #00458f), to(#1b8cff));
        background: linear-gradient(0deg, #003a78 20%, #00458f 50%, #1b8cff 100%)
    }

    .btn-first:hover {
        -webkit-box-shadow: inset 0px 0px 10px 5px #007bff;
        box-shadow: inset 0px 0px 10px 5px #007bff
    }

    .btn-third {
        color: #1c1c1c !important;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ff6c00), color-stop(50%, #ffcf00), to(#fff600)) !important;
        background: linear-gradient(0deg, #ff6c00 20%, #ffcf00 50%, #fff600 100%) !important
    }

    .btn-third:hover {
        -webkit-box-shadow: inset 0px 0px 10px 5px #ffea00;
        box-shadow: inset 0px 0px 10px 5px #ffea00
    }
}

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq a:hover {
    text-decoration: underline
}

.faq-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0
}

.faq-title {
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq-title::before {
    content: "+";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: #8e9197;
    width: 10px;
    height: 10px;
    margin: 0;
    font-size: 2.2rem
}

.faq-title:hover {
    cursor: pointer
}

.faq-content {
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq summary::-webkit-details-marker {
    color: transparent
}

.faq details[open] summary::before {
    content: "-"
}

.breadcrumbs {
    width: 100%
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px 0 !important
}

.breadcrumbs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
    cursor: default
}

.breadcrumbs-item:after {
    content: '/';
    margin: 0 10px
}

.breadcrumbs-item:last-child .breadcrumbs-link {
    color: #f1f1f1
}

.breadcrumbs-item:last-child::after {
    display: none
}

.breadcrumbs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #f1f1f1
}

.breadcrumbs-link:hover {
    color: #f1f1f1
}

@media (min-width: 992px) {
    .breadcrumbs-item:last-child .breadcrumbs-link {
        color: #d2a4f7
    }
}

.header-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 992px) {
    .logotype {
        display: block;
        width: 225px;
        height: 45px;
        position: relative;
        background: url(logo-sm.png);
        background-image: -webkit-image-set(url(logo-sm.webp) 1x, url(logo-sm.webp) 2x);
        background-image: image-set(url(logo-sm.png) 1x, url(logo-sm.png) 2x);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #480a0a;
        z-index: 10
    }

    .header-container {
        position: relative
    }

    .header-box {
        height: 45px
    }

    .header-box .auth {
        display: none
    }

    .header-aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #280000;
        -webkit-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
        -webkit-transition: .3s;
        transition: .3s
    }

    .header-aside__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 6px;
        right: -40px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #280000), color-stop(98%, #862605));
        background: linear-gradient(to bottom, #280000 0, #862605 98%);
        border-radius: 50%
    }

    .header-aside__btn:after {
        content: '';
        display: block;
        background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M1%2C4h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C2%2C0%2C2.447%2C0%2C3S0.447%2C4%2C1%2C4z%20M13%2C6H1%20C0.447%2C6%2C0%2C6.447%2C0%2C7c0%2C0.553%2C0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1C14%2C6.447%2C13.553%2C6%2C13%2C6z%20M13%2C10H1c-0.553%2C0-1%2C0.447-1%2C1%20s0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1S13.553%2C10%2C13%2C10z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px
    }

    .header-aside--visible {
        left: 0
    }

    .auth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px
    }

    .auth .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: calc(50% - 5px);
        margin-right: 10px
    }

    .auth .btn:last-child {
        margin-right: 0
    }

    .navigation {
        width: 100%
    }

    .navigation-list {
        width: 100%
    }

    .navigation-list-lg {
        display: none
    }

    .navigation-item {
        width: 100%
    }

    .navigation-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.4em;
        font-weight: 600;
        padding: 5px 40px 5px 20px;
        min-height: 40px;
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9c2c05), to(#280000));
        background: linear-gradient(to bottom, #9c2c05 0, #280000 100%)
    }

    .navigation-link:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.15);
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%223.404%2C2.051%208.354%2C7%203.404%2C11.95%205.525%2C14.07%2012.596%2C7%205.525%2C-0.071%20%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 18px
    }

    .navigation-link:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #280000), color-stop(98%, #862605));
        background: linear-gradient(to bottom, #280000 0, #862605 98%)
    }
}

@media (min-width: 992px) {
    .logotype {
        background: url(logo-lg.png);
        background-image: -webkit-image-set(url(logo-lg.webp) 1x, url(logo-lg.webp) 2x);
        background-image: image-set(url(logo-lg.png) 1x, url(logo-lg.png) 2x);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 275px;
        height: 75px
    }

    .auth {
        display: none
    }

    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .header-box {
        padding: 10px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-box .auth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-box .auth .btn {
        margin-right: 10px
    }

    .header-box .auth .btn:last-child {
        margin-right: 0px
    }

    .navigation-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navigation-item {
        position: relative;
        padding-right: 10px
    }

    .navigation-item:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        width: 1px;
        height: 20px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, #0059c6), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #0059c6 50%, rgba(0, 0, 0, 0) 100%)
    }

    .navigation-item:last-child {
        padding-right: 0
    }

    .navigation-item:last-child::after {
        display: none
    }

    .navigation-link {
        text-transform: none;
        color: #8e9197;
        position: relative;
        padding: 5px;
        font-weight: 300
    }

    .navigation-link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        left: 0;
        opacity: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #5ea7ff), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #5ea7ff 50%, rgba(0, 0, 0, 0) 100%)
    }

    .navigation-link:hover {
        color: #fff
    }

    .navigation-link:hover::after {
        opacity: 1
    }
}

.machine-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.machine-list~.btn-third {
    margin-top: 10px;
    width: 100%;
    max-width: 300px
}

.machine-item {
    margin: 0 5px 5px 0;
    width: calc(33.33% - 5px);
    max-width: calc(33.33% - 5px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%
}

.machine-item:nth-child(3n) {
    margin-right: 0
}

.machine-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.machine-focus,
.machine-reting {
    display: none
}

.machine-art {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 992px) {
    .machine-art {
        padding-top: 90%
    }
}

@media (min-width: 992px) {
    .machine-item {
        border: 2px solid transparent;
        background: #1d0247;
        margin: 0 15px 15px 0;
        border-radius: 3px;
        max-width: calc(33.33% - 10px);
        width: calc(33.33% - 10px)
    }

    .machine-item:nth-child(3n) {
        margin-right: 0
    }

    .machine-item:hover {
        -webkit-box-shadow: 0 0 10px 6px #650dbc;
        box-shadow: 0 0 10px 6px #650dbc;
        background: #eadfbd
    }

    .machine-item:hover .machine-name {
        color: #1c1c1c
    }

    .machine-item:hover .machine-focus {
        visibility: visible
    }

    .machine-wrapper {
        border-radius: 3px;
        position: relative;
        padding-top: 60%;
        overflow: hidden
    }

    .machine-art,
    .machine-focus {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    .machine-focus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden
    }

    .machine-focus .btn {
        margin: 5px
    }

    .machine-content {
        padding: 10px 5px
    }

    .machine-reting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .machine-reting__item {
        width: 10px;
        height: 10px;
        display: block;
        background: url(/source/decoration/star.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        margin-right: 5px
    }

    .machine-reting__item:last-child {
        margin-right: 0
    }

    .machine-name {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 5px;
        font-size: 1.2em
    }
}

.promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #480a0a;
    margin-bottom: 10px;
    border-radius: 5px
}

.promo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.promo-title {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    font-size: 1.2em
}

.promo-title--body {
    display: none
}

.promo-art {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 35%
}

.promo-content {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.promo-btn {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .promo-item {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 10px 10px 0
    }

    .promo-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .promo-item {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
        background: transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding: 0 0 20px
    }

    .promo-item:after {
        content: '';
        position: absolute;
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(181, 0, 255, 0.5)), color-stop(50%, #b500ff), color-stop(85%, rgba(181, 0, 255, 0.5)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(181, 0, 255, 0.5) 15%, #b500ff 50%, rgba(181, 0, 255, 0.5) 85%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        height: 1px;
        border-radius: 2px;
        left: 0;
        bottom: 0
    }

    .promo-item--lotteri {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo-item--lotteri .promo-art {
        margin: 0 auto;
        padding-top: 20%
    }

    .promo-item--lotteri .promo-title--head {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .promo-item--lotteri .promo-title--body {
        display: none
    }

    .promo-item--lotteri .promo-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo-title {
        padding: 0;
        margin-bottom: 10px;
        text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2)
    }

    .promo-title--head {
        display: none
    }

    .promo-title--body {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .promo-art {
        padding-top: 10%;
        max-width: 410px;
        width: 100%
    }

    .promo-content {
        padding: 0 0 0 10px
    }

    .promo-btn {
        margin-top: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .promo-link {
        padding: 8px 15px;
        font-size: 1em
    }
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0
}

.footer-box__wrapper {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-box__name {
    margin-bottom: 10px;
    font-weight: 600;
    display: none
}

.footer-box__list {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-box__item {
    margin: 0 10px 10px
}

.subnavigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subnavigation-item {
    margin: 0 10px 10px
}

.subnavigation-link {
    text-transform: none
}

.paysystems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.paysystems-sm {
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

.paysystems-lg {
    display: none
}

.partners {
    display: none
}

.copyright {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0
}

@media (max-width: 992px) {
    .footer {
        background: #480a0a
    }

    .paysystems-art img {
        width: 100%
    }
}

@media (min-width: 992px) {
    .footer {
        background: url(footer-bg.png);
        background-image: -webkit-image-set(url(footer-bg.webp) 1x, url(footer-bg.webp) 2x);
        background-image: image-set(url(footer-bg.png) 1x, url(footer-bg.png) 2x);
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat
    }

    .footer-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-box__wrapper {
        min-width: 140px;
        padding-left: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer-box__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-box__name {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        color: #d2a4f7
    }

    .footer-box__item {
        margin: 0 0 5px
    }

    .footer-box__link {
        font-size: 1em;
        text-decoration: underline;
        text-transform: none;
        color: #887c9b
    }

    .footer-box__link:hover {
        color: #fff
    }

    .subnavigation {
        padding: 10px 0 0;
        margin-bottom: 10px
    }

    .subnavigation-link {
        font-weight: 300;
        color: #887c9b
    }

    .subnavigation-link:hover {
        color: #fff
    }

    .paysystems-sm {
        display: none
    }

    .paysystems-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .paysystems-art {
        margin-right: 20px
    }

    .paysystems-art:last-child {
        margin-right: 0
    }

    .copyright {
        color: #d2a4f7
    }

    .partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}