html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    color: inherit;
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,
input,
textarea,
button {
    outline: none
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular-1.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/RobotoBold.eot");
    src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/RobotoItalic.eot");
    src: url("../fonts/RobotoItalic.eot") format("embedded-opentype"), url("../fonts/RobotoItalic.woff2") format("woff2"), url("../fonts/RobotoItalic.woff") format("woff"), url("../fonts/RobotoItalic.ttf") format("truetype"), url("../fonts/RobotoItalic.svg") format("svg");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "RobotoSlab";
    src: url("../fonts/RobotoSlab-Medium.eot");
    src: url("../fonts/RobotoSlab-Medium-1.eot") format("embedded-opentype"), url("../fonts/RobotoSlab-Medium.svg") format("svg"), url("../fonts/RobotoSlab-Medium.ttf") format("truetype"), url("../fonts/RobotoSlab-Medium.woff") format("woff"), url("../fonts/RobotoSlab-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "RobotoSlab";
    src: url("../fonts/RobotoSlab-Bold.eot");
    src: url("../fonts/RobotoSlab-Bold-1.eot") format("embedded-opentype"), url("../fonts/RobotoSlab-Bold.svg") format("svg"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

i {
    flex: 0 0 auto;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0
}

i.right {
    margin-right: 0;
    margin-left: 10px
}

i.up-arrow {
    background-image: url("../images/icons/up-arrow.svg")
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    vertical-align: top
}

a {
    text-decoration: none;
    outline: none;
    color: #50c5ac;
    transition: .3s
}

a:hover {
    color: #e2464a
}

input[type=submit] {
    appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: FuturaPT, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    text-align: left
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
.h1.center,
.h2.center,
.h3.center,
.h4.center,
.h5.center,
.h6.center {
    text-align: center
}

h1.right,
h2.right,
h3.right,
h4.right,
h5.right,
h6.right,
.h1.right,
.h2.right,
.h3.right,
.h4.right,
.h5.right,
.h6.right {
    text-align: right
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 17px
}

h1:last-child,
.h1:last-child {
    margin-bottom: 0
}

h2,
.h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.6px
}

h2:last-child,
.h2:last-child {
    margin-bottom: 0
}

h3,
.h3 {
    font-size: 22px;
    font-weight: 300
}

h4,
.h4 {
    font-size: 16px
}

h5,
.h5 {
    font-size: 12px
}

h6,
.h6 {
    font-size: 10px
}

p:last-of-type {
    margin-bottom: 0
}

em,
i,
cite {
    font-style: italic
}

strong,
b {
    font-weight: 700
}

ol {
    list-style: decimal
}

table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

th,
td {
    padding: 10px
}

blockquote {
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 16px;
    border: 1px solid #e2464a;
    background: #5e5e5e
}

cite {
    display: flex;
    border-left: 4px solid #347c99;
    background: #5e5e5e;
    padding: 20px;
    font-size: 14px;
    margin: 10px 0
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.center {
    text-align: center
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

body {
    font-weight: 400;
    min-width: 320px;
    padding-top: 86px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #e4e4e4;
    background-color: #262634;
    margin: 0
}

.container {
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto
}

.header {
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    width: 100%;
    height: 86px;
    z-index: 1000
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #656565
}

.main-navigation ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0
}

.main-navigation a {
    font-size: 16px;
    font-weight: 700
}

.site-logo {
    margin: 2px 15px
}

.user-bar {
    margin: 0 10px
}

.user-bar .btn {
    height: 35px;
    margin: 5px
}

.mob-nav-btn {
    display: none
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    padding: 5px 20px;
    height: 40px;
    min-width: 85px;
    border-radius: 30px;
    color: #fff;
    border: none;
    box-shadow: none;
    cursor: pointer
}

.btn.btn-red {
    background-color: #e2464a
}

.btn.btn-red:hover {
    background-color: #e13a1c
}

.btn.btn-blue {
    background-color: #50c5ac
}

.btn.btn-blue:hover {
    background-color: #1fbc9e
}

.btn[disabled] {
    cursor: not-allowed;
    color: #444;
    background-color: #ecf0f1
}

.btn[disabled]:hover {
    background-color: #ecf0f1
}

.main-banners .banner-item {
    position: relative;
    outline: none
}

.main-banners .banner-item:not(:first-of-type):not(.slick-slide) {
    display: none
}

.main-banners .img-mob {
    display: none
}

.main-banners .btn {
    position: absolute;
    right: 85px;
    bottom: 15px;
    min-width: 140px
}

.main-banners .slick-dots {
    display: flex;
    position: absolute;
    height: 8px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    text-align: center
}

.main-banners .slick-dots li {
    flex: 0 0 auto;
    margin: 0 4px
}

.main-banners .slick-dots li.slick-active button {
    opacity: .95;
    background-color: #24bb9d
}

.main-banners .slick-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3d3737;
    border: none;
    border-radius: 50%;
    padding: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-indent: -9999px;
    overflow: hidden;
    align-items: center
}

.main {
    margin: 10px 0
}

.main:before,
.main:after {
    content: "";
    display: block;
    width: 319px;
    height: 100%;
    position: fixed;
    top: 56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.main:before {
    left: calc(50% - 929px);
    background-image: url("../images/left.jpg")
}

.main:after {
    left: calc(50% + 610px);
    background-image: url("../images/right.jpg")
}

.row-with-sidebar {
    display: flex;
    padding: 5px;
    margin: 10px 0
}

.row-with-sidebar .sidebar {
    flex: 0 0 220px;
    margin-left: 20px
}

.row-with-sidebar .content {
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden
}

.slots-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0
}

.slot-item {
    flex: 0 1 222px;
    background: #fff;
    margin: .5%;
    max-width: 222px;
    border-radius: 5px;
    border: 1px solid #8d8d8d;
    overflow: hidden;
    cursor: pointer
}

.slot-item:hover .btns-wrap {
    opacity: 1
}

.slot-item .slot-logo {
    position: relative;
    overflow: hidden
}

.slot-item .slot-name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #262634
}

.slot-item .btns-wrap {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    transition: opacity .15s linear
}

.slot-item .btn {
    width: 140px
}

.sb-block {
    margin-bottom: 15px
}

.sb-block:last-of-type {
    margin-bottom: 0
}

.sb-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.winners-widget .winners-wrap {
    position: relative;
    height: 383px;
    overflow: hidden
}

.winners-widget .winners-list {
    position: absolute;
    bottom: -22px;
    width: 100%
}

.winners-widget .winner-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.winners-widget .winner-item .slot-logo {
    flex: 0 0 80px
}

.winners-widget .winner-item .slot-logo img {
    border-radius: 5px;
    overflow: hidden
}

.winners-widget .winner-item .winner-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700
}

.winners-widget .winner-item .slot-title {
    color: #dd630d
}

.winners-widget .winner-item .winner-total {
    margin-top: 10px;
    color: #2bae1b;
    font-size: 18px;
    font-weight: 400
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    list-style: circle;
    margin-left: 20px
}

.sidebar-links li {
    margin-bottom: 10px
}

.sidebar-links li:last-of-type {
    margin-bottom: 0
}

.sidebar-links .link {
    line-height: 1.2
}

.content-text .toc_container {
    padding: 5px 10px;
    margin: 15px 0;
    font-size: 12px;
    background: #354251;
    overflow: hidden
}

.content-text .toc_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.content-text .toc_container li {
    padding: 3px 5px;
    margin: 0;
    text-align: center
}

.content-text .toc_container li:before {
    display: none !important
}

.content-text .toc_container a,
.content-text .toc_container span {
    color: #fff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer
}

.content-text .toc_container a:hover,
.content-text .toc_container span:hover {
    text-decoration: underline
}

.content-text table {
    color: #fff;
    font-weight: 700;
    width: 100%;
    flex: 1;
    border-collapse: separate;
    margin: 15px auto
}

.content-text table td,
.content-text table th {
    border-radius: 6px;
    border: 2px solid #262634;
    padding: 5px 10px
}

.content-text table th,
.content-text table thead td {
    background: linear-gradient(180deg, #424242 0%, #333 100%), #000
}

.content-text table td {
    background: #5e5e5e
}

.content-text ol,
.content-text ul {
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px
}

.content-text ul {
    list-style: circle
}

.accord-wrap {
    margin: 10px 0
}

.accord-block {
    min-height: 20px;
    border-bottom: 1px solid #354251;
    overflow: hidden
}

.accord-block:hover {
    background-color: #5e5e5e
}

.accord-block.open {
    background-color: #5e5e5e
}

.accord-block.open .accord-block-header:after {
    transform: rotate(180deg)
}

.accord-block .accord-block-header {
    position: relative;
    padding: 15px 40px 15px 25px;
    cursor: pointer;
    font-weight: 700
}

.accord-block .accord-block-header:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    border: 5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #e4e4e4;
    transition: all .6s ease-out
}

.accord-block .accord-block-content {
    display: none;
    padding: 0 30px 15px 40px;
    background-size: 60px
}

@keyframes rotateInf {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.sticky-wrap {
    position: relative
}

.jackpot {
    position: relative;
    height: 260px;
    width: 220px;
    margin: 0 auto;
    overflow: hidden
}

.jackpot:before,
.jackpot:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background-position: center
}

.jackpot:before {
    transform: translate(-50%, -50%);
    background-image: radial-gradient(circle closest-side, #830e12, #8c030a, rgba(140, 3, 10, 0));
    width: 220px;
    height: 220px;
    z-index: 40
}

.jackpot:after {
    width: 250px;
    height: 250px;
    background-image: url("../images/jackpot/line.svg");
    background-repeat: no-repeat;
    background-size: 500%;
    z-index: 42;
    transform: translate(-50%, -50%) rotate(0deg);
    animation-name: rotateInf;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    overflow: hidden;
    animation-timing-function: linear
}

.jackpot .jackpot__figure {
    width: 100%;
    z-index: 46;
    top: 50%
}

.jackpot .jackpot__figure,
.jackpot .jackpot__figure-caption {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%)
}

.jackpot .jackpot__figure-caption {
    color: #830d11;
    text-align: center;
    top: 56%;
    font-size: 1.55em;
    font-weight: 700;
    letter-spacing: 1.7px;
    white-space: nowrap;
    cursor: default;
    filter: drop-shadow(.7px .7px #830d11);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5), 1px 2px 2px rgba(0, 0, 0, .2)
}

.jackpot .btn {
    display: block;
    text-align: center;
    margin: auto;
    width: calc(100% - 20px);
    z-index: 46;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.aside__nav {
    margin-bottom: 10px
}

.aside__nav-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside
}

.promo-button {
    position: relative;
    overflow: visible;
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    cursor: pointer;
    display: block;
    margin: 35px 0
}

.promo-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url("../images/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 32px;
    overflow: hidden
}

.promo-button.odd .lightbalb:nth-child(even) {
    background-color: #fff;
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, .5);
    opacity: 1
}

.promo-button .lightbalb {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .5;
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: 400
}

.promo-button .lightbalb:nth-child(1) {
    top: -14%;
    left: 5%
}

.promo-button .lightbalb:nth-child(2) {
    top: -14%;
    left: 11.4%
}

.promo-button .lightbalb:nth-child(3) {
    top: -14%;
    left: 17.8%
}

.promo-button .lightbalb:nth-child(4) {
    top: -14%;
    left: 24.2%
}

.promo-button .lightbalb:nth-child(5) {
    top: -14%;
    left: 30.6%
}

.promo-button .lightbalb:nth-child(6) {
    top: -14%;
    left: 37%
}

.promo-button .lightbalb:nth-child(7) {
    top: -14%;
    left: 43.4%
}

.promo-button .lightbalb:nth-child(8) {
    top: -14%;
    left: 49.8%
}

.promo-button .lightbalb:nth-child(9) {
    top: -14%;
    left: 56.2%
}

.promo-button .lightbalb:nth-child(10) {
    top: -14%;
    left: 62.6%
}

.promo-button .lightbalb:nth-child(11) {
    top: -14%;
    left: 69%
}

.promo-button .lightbalb:nth-child(12) {
    top: -14%;
    left: 75.4%
}

.promo-button .lightbalb:nth-child(13) {
    top: -14%;
    left: 81.8%
}

.promo-button .lightbalb:nth-child(14) {
    top: -14%;
    left: 88.2%
}

.promo-button .lightbalb:nth-child(15) {
    top: -14%;
    left: 94.2%
}

.promo-button .lightbalb:nth-child(16) {
    top: -4%;
    left: 100.9%
}

.promo-button .lightbalb:nth-child(17) {
    top: 47%;
    left: 101.7%
}

.promo-button .lightbalb:nth-child(18) {
    top: 105%;
    left: 100.9%
}

.promo-button .lightbalb:nth-child(19) {
    top: 114%;
    left: 94.6%
}

.promo-button .lightbalb:nth-child(20) {
    top: 114%;
    left: 88.2%
}

.promo-button .lightbalb:nth-child(21) {
    top: 114%;
    left: 81.8%
}

.promo-button .lightbalb:nth-child(22) {
    top: 114%;
    left: 75.4%
}

.promo-button .lightbalb:nth-child(23) {
    top: 114%;
    left: 69%
}

.promo-button .lightbalb:nth-child(24) {
    top: 114%;
    left: 62.6%
}

.promo-button .lightbalb:nth-child(25) {
    top: 114%;
    left: 56.2%
}

.promo-button .lightbalb:nth-child(26) {
    top: 114%;
    left: 49.8%
}

.promo-button .lightbalb:nth-child(27) {
    top: 114%;
    left: 43.3%
}

.promo-button .lightbalb:nth-child(28) {
    top: 114%;
    left: 37%
}

.promo-button .lightbalb:nth-child(29) {
    top: 114%;
    left: 30.6%
}

.promo-button .lightbalb:nth-child(30) {
    top: 114%;
    left: 24.2%
}

.promo-button .lightbalb:nth-child(31) {
    top: 114%;
    left: 17.8%
}

.promo-button .lightbalb:nth-child(32) {
    top: 114%;
    left: 11.4%
}

.promo-button .lightbalb:nth-child(33) {
    top: 114%;
    left: 5%
}

.promo-button .lightbalb:nth-child(34) {
    top: 107%;
    left: -.5%
}

.promo-button .lightbalb:nth-child(35) {
    top: 49%;
    left: -1.8%
}

.promo-button .lightbalb:nth-child(36) {
    top: -4%;
    left: -1.8px
}

.promo-button .aside__nav-link {
    outline: none;
    padding: 17.5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 0;
    white-space: nowrap;
    width: 218px;
    background: #383838;
    border: none;
    cursor: pointer
}

.reviews-wrap {
    color: #fff;
    background: #2a2a2a;
    padding: 10px 15px 15px;
    border-radius: 5px;
    margin: 20px auto 0;
    border: 1px solid #354251
}

.reviews-wrap .center {
    text-align: center;
    padding: 15px 0 0
}

.reviews-wrap .h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center
}

.reviews-wrap .input-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px
}

.reviews-wrap .comment-item {
    border: 1px solid #656565;
    padding: 10px;
    border-radius: 5px;
    background: #4f4f4f;
    margin-bottom: 10px
}

.reviews-wrap .comment-item:last-of-type {
    margin-bottom: 0
}

.reviews-wrap .comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.reviews-wrap .comment-header .avatar {
    flex-basis: 50px;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    margin-right: 15px
}

.reviews-wrap .comment-header .comment-title {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 5px
}

.reviews-wrap .comment-author {
    text-align: right;
    font-style: italic;
    margin-top: 10px;
    color: #bebebe
}

.reviews-wrap input,
.reviews-wrap textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #656565;
    background: #3c3c3c;
    color: #fff
}

.reviews-wrap textarea {
    width: 100% !important
}

.footer {
    position: relative;
    padding: 0 10px;
    background: #2a2a2a
}

.footer .links-block .caption {
    color: #fff;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    text-align: center
}

.footer .links-block .links-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.footer .links-block .link-item {
    color: #fff;
    font-size: 14px;
    margin: 5px
}

.footer .links-block .link-item:hover {
    text-decoration: underline
}

.footer-top {
    padding: 10px 0;
    border-bottom: 1px solid #777
}

.footer-vendors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0
}

.footer-vendors img {
    height: 27px;
    width: auto;
    margin: 5px 10px;
    filter: grayscale(100%);
    transition: filter .2s
}

.footer-vendors img:hover {
    filter: grayscale(0%)
}

.footer-text {
    text-align: center;
    font-size: .625em;
    color: #a9a9a9;
    line-height: 1.3;
    padding: 15px 0
}

.sitemap-link {
    text-align: center;
    padding: 0 0 10px;
    font-size: 12px
}

.btnTop_wrap {
    position: absolute;
    right: 60px;
    z-index: 10
}

.btnTop {
    display: none;
    position: fixed;
    bottom: 75px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    z-index: 3000;
    border-radius: 3px;
    background: url("../images/icons/up-arrow.svg") center no-repeat;
    background-size: 28px
}

.btnTop i {
    margin: 8px
}

#gtx-trans {
    display: none !important
}

@media (max-width:940px) {
    .main-navigation a {
        font-size: 14px;
        font-weight: 400
    }
}

@media (max-width:768px) {
    body {
        padding-top: 53px
    }

    .header {
        height: 53px
    }

    .header-top {
        border-bottom: none
    }

    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 0;
        background: #1b1b24;
        border-top: 1px solid #656565;
        border-bottom: 1px solid #656565;
        z-index: 10
    }

    .main-navigation ul {
        flex-direction: column;
        align-items: center
    }

    .main-navigation li {
        margin: 5px 0
    }

    .main-navigation a {
        padding: 3px 10px;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: 0 0;
        font-size: 16px
    }

    .mob-nav-btn {
        display: block;
        position: relative;
        width: 35px;
        height: 35px;
        margin-right: 10px;
        text-indent: -9999px;
        overflow: hidden
    }

    .mob-nav-btn.opened span:nth-child(1) {
        top: 50%;
        margin-top: -2px;
        transform: rotate(45deg)
    }

    .mob-nav-btn.opened span:nth-child(2) {
        opacity: 0
    }

    .mob-nav-btn.opened span:nth-child(3) {
        top: 50%;
        margin-top: -2px;
        transform: rotate(-45deg)
    }

    .mob-nav-btn span {
        display: block;
        height: 4px;
        border-radius: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        transition: all .3s ease
    }

    .mob-nav-btn span:nth-child(1) {
        top: 5px
    }

    .mob-nav-btn span:nth-child(2) {
        top: 16px
    }

    .mob-nav-btn span:nth-child(3) {
        top: 27px
    }

    .container {
        padding: 0 5px
    }

    .main-banners .img-mob {
        display: block
    }

    .main-banners .img-desktop {
        display: none
    }

    .content-text .table-wrap {
        overflow-x: scroll
    }

    .content-text img {
        height: auto !important
    }

    .row-with-sidebar {
        flex-direction: column
    }

    .row-with-sidebar .sidebar {
        flex: 1 1 auto;
        margin-left: 0
    }

    .sidebar-links {
        text-align: center;
        list-style: none;
        margin-left: 0
    }

    .sticky {
        position: static !important
    }

    .footer .links-block .links-list {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width:620px) {
    body {
        padding-top: 83px
    }

    body.re {
        padding-top: 83px
    }

    body.re .header {
        height: 83px
    }

    .header {
        height: 83px
    }

    .header .container {
        padding: 0
    }

    .header-top {
        flex-wrap: wrap;
        padding: 0
    }

    .user-bar {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        background: #1b1b24;
        border-bottom: 1px solid #656565;
        order: -1
    }

    .user-bar .btn {
        height: 28px
    }

    .site-logo {
        margin: 4px 0 4px 15px
    }

    .site-logo img {
        height: 36px
    }

    .mob-nav-btn {
        margin-top: -2px
    }
}

@media (max-width:490px) {

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 20px;
        line-height: 24px
    }

    .main-banners .btn {
        left: 50%;
        right: auto;
        bottom: 17px;
        transform: translateX(-50%);
        height: 28px;
        min-width: 110px
    }

    .main-banners .slick-dots {
        bottom: 3px
    }

    .slot-item {
        flex: 0 1 calc(50% - 6px);
        margin: 3px
    }

    .slot-item .slot-name {
        padding: 5px;
        font-size: 14px
    }

    .slot-item .btn {
        width: 90px;
        height: 28px
    }
}