html {
    height: 100%;

    background-color: #000;
}

body {
    font-family: arial, georgia, helvetica, "MS Sans Serif", sans-serif;
    font-size: 14px;

    position: relative;

    width: 980px;
    max-width: 100%;
    margin: 0 auto !important;
    margin-top: 15px;
    padding: 0px 15px 0px 15px;

    color: #c2c4c9;
    background: #05132E;
    background-repeat: repeat;

}

input,
textarea,
select {
    outline: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #f9b242;
}

ul {
    padding: 4px 4px 6px 35px;
    list-style-type: circle;
}

ul li {
    font-size: 16px;
    line-height: 1.5;
}



h1 {
    font-family: "Arial";
    font-size: 26px;
    font-weight: 700;

    padding: 15px 0 10px 0;

    text-align: center;
    letter-spacing: 2px;
    color: #c2c4c9;
    border-bottom: 1px solid #ccc;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

blockquote p {
    margin: 20px 0 20px 45px;
    border-left: 5px solid #1b1e1d;
    padding-left: 30px;
}

.menu {
    margin-top: 15px;
}

.menu a:hover {
    background: #25a768;
}

.menu a {
    padding: 5px 10px;

    transition: 0.15s;
    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    background: #257768;
}

h2 {
    font-family: "Arial";
    font-size: 22px;

    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;

    color: #c2c4c9;
}

h3 {
    font-family: "Arial";
    font-size: 20px;

    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;

    color: #c2c4c9;
}

p {
    font-size: 16px;
    line-height: 1.5;

    padding: 5px 5px 5px 5px;
}

img {
    max-width: 100%;
    height: auto;
    padding: 5px;
}

.chunky {
    display: table;

    margin: 0px auto;
    padding: 15px;
}

table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    margin-top: 5px;
    padding: 5px;

    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.gaml {
    margin: 15px auto;
}

caption {
    font-size: 18px;
    font-weight: bold;

    padding: 10px;

    text-align: left;

    color: white;
    background: #000;
}

th {
    padding: 10px;

    text-align: left;

    border-bottom: 3px solid #b9b29f;
}

td {
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #ccc;
}

tr:nth-child(odd) {
    background: #0C224C;
}

tr:nth-child(even) {
    border: 1px solid #ccc;
    background: #0C224C;
}

.bezdep {
    border: 1px solid #ccc;
}

.tbezdep {
    font-size: 18px;
    font-weight: bold;

    padding: 10px;

    text-align: left;

    color: white;
    background: #8fd4c1;
}

.otziv {
    line-height: 1.3;

    position: relative;

    width: 95%;
    margin: 1em auto 1em;
    padding: 1em;

    text-align: justify;

    background: #000;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
        0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
        0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.oname {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 5px 10px;
}

.faq-question {
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 1000px) {
    * {
        box-sizing: border-box;
    }

    body {
        max-width: 90%;
    }

    .menu a {
        display: inline-block;

        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 380px) {
    td {
        font-size: 12px;
    }
}



.question {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #c2c4c9;
    font-weight: 300;
}

.faq-question {
    margin: 0 0 20px 20px;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 1060px
}

.header {
    padding: 7px 0 20px;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

.header__left {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%
}

.header__right {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 7px
}

.header__btn {
    padding: 0 17px
}

.logo {
    width: 125px;
    display: inline-block
}

.logo img {
    max-width: 100%
}

.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;
    padding: 5px 30px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    transition: var(--transition-normal);
    height: 50px;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border-radius: 51px;
}

.btn.btn-brown {
    color: #fff;
background: linear-gradient(180deg, #DC3A20 0%, #B81E10 100%);
}

.btn.btn-brown:hover {
    background: #de3c21;
}

.btn.btn-green {
   background: linear-gradient(180deg, #4DBEA6 0%, #308272 100%);
    color: #fff
}

.btn.btn-green:hover {
    background: #3fa18d;
}

@media (max-width:767.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .header__row {
        margin: 0 -5px
    }

    .header__left {
        padding: 0 5px
    }

    .header__right {
        padding: 0 5px
    }

    .header__button {
        margin: 0 -7.5px
    }

    .header__btn {
        padding: 0 7.5px
    }

    .logo {
        width: 125px
    }

    .btn {
        height: 40px;
        border-radius: 6px;
        padding: 5px 20px;
        font-size: 16px
    }

    .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%
    }

    .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%
    }

    .table-inner__left {
        padding: 15px
    }

    .table-inner__text {
        padding: 15px
    }
}

@media (max-width:479.98px) {
    .header__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .header__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%
    }

    .header__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:425px) {
    .btn {
        padding: 5px 10px
    }
}

.sloty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.oneslot {
    padding: 7.5px;

}

.pin-footer {
    background: #05132E;
    color: #fff;
    padding: 50px 20px;
    font-family: 'Arial', sans-serif;
}

.pin-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.pin-footer-section {
    flex: 1 1 200px;
    min-width: 180px;
}

.pin-footer-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #45AE98;
    text-transform: uppercase;
}

.pin-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pin-footer-list li {
    margin-bottom: 8px;
}

.pin-footer-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.pin-footer-list li a:hover {
    opacity: 0.7;
}

.pin-footer-socials {
    display: flex;
    gap: 10px;
}

.social-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #00acee;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.social-btn.telegram:hover {
    opacity: 0.8;
}

.pin-footer-apps {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.app-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #d62839;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.app-btn:hover {
    opacity: 0.8;
}

.pin-footer-copy {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    opacity: 0.6;
}

/* Р‘Р»РѕРє Р»РѕРіРѕС‚РёРїРѕРІ */
.footer-logos {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.footer-logo-item img {
    filter: brightness(0.85);
    transition: 0.25s;
}

.footer-logo-item img:hover {
    filter: brightness(1);
}


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,
caption,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    font-size: 16px;
    line-height: 1.5;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    overflow-x: auto;
}