a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

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

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    scroll-behavior: smooth
}

body {
    background: #0c0a0a;
    box-sizing: border-box;
    color: #948d8d;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

@media (max-width:990px) {
    body {
        padding-bottom: 30px
    }
}

article {
    padding-bottom: 40px
}

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

h1,
h2,
h3 {
    color: #d8d8d8;
    font-weight: 600;
    line-height: 120%;
    margin: 40px 0 24px
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 20px
}

p {
    margin-bottom: 24px
}

p a {
    color: #248a4f;
    text-decoration-line: underline
}

p a:hover {
    color: #44cf7f
}

p a:visited {
    color: #07391c
}

div.img {
    margin: 20px 0
}

ol,
ul {
    line-height: 160%;
    margin: 24px 0
}

ul {
    list-style-type: none;
    padding-left: 115px
}

ul li {
    position: relative
}

ul li:before {
    background: #744949;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    left: -20px;
    position: absolute;
    top: 9px;
    width: 8px
}

ol {
    counter-reset: my-counter;
    list-style-type: none;
    padding-left: 118px
}

ol li {
    counter-increment: my-counter;
    position: relative
}

ol li:before {
    color: #744949;
    content: counter(my-counter) ". ";
    left: -20px;
    position: absolute
}

table {
    color: #d8d8d8;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    margin: 24px auto;
    max-width: 1000px;
    width: 100%
}

table tr:not(:last-child) {
    border-bottom: 1px solid #1c1818
}

table:not(.table-headless) th {
    text-align: left
}

table td,
table th {
    padding: 9px 0 20px
}

table td strong,
table.table-headless tr td:nth-child(2),
table:not(.table-headless) th {
    font-weight: 600
}

.container {
    margin: 0 auto;
    max-width: 1200px
}

.btn {
    border: 2px solid #248a4f;
    border-radius: 16px;
    color: #d8d8d8;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding: 14px 22px;
    text-decoration: none
}

.btn:hover {
    background: #44cf7f;
    border-color: #44cf7f
}

.btn_green {
    background: #248a4f
}

.btn_transp {
    background: transparent;
    border: 2px solid #248a4f
}

.header {
    background: #1c1818
}

.header_container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 19px 0
}

.header_logo {
    display: flex
}

.header_btns {
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: space-between
}

.banner {
    margin-bottom: 20px;
    margin-top: 20px
}

.anchor_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
    justify-content: center;
    margin: 24px 0
}

.anchor_menu a {
    border: 2px solid #744949;
    border-radius: 16px;
    color: #d8d8d8;
    font-weight: 600;
    padding: 8px 20px;
    text-decoration: none
}

.anchor_menu a:hover {
    background: #744949
}

.anchor_menu br {
    display: none
}

.faq {
    margin-bottom: 100px
}

.faq_item {
    background: #141212;
    border: 2px solid #171515;
    cursor: pointer;
    padding: 16px 20px
}

.faq_item_txt {
    display: none;
    margin-top: 20px
}

.faq_item_title {
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    position: relative
}

.faq_item_title:after {
    background-image: url(../img/arrow.svg);
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 17px
}

.faq_item.active .faq_item_txt {
    display: block;
    margin-top: 20px;
    transition: all .3s
}

.faq_item.active .faq_item_title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer {
    background: #1c1818;
    margin-top: 100px
}

.footer_inner {
    padding: 120px 0 60px;
    text-align: center
}

.footer_text {
    color: #c07373;
    margin: 0
}

.content_404 {
    padding: 100px 0 0;
    text-align: center
}

.img_404_wrap {
    margin-bottom: 80px
}

.title_404 {
    margin: 80px 0 32px
}

.btn_wrap_404,
.btn_wrap_404 .btn {
    display: inline-block
}

.text_404 {
    margin-bottom: 40px
}

.scroll_top_btn {
    align-items: center;
    background: #131010;
    border: none;
    border-radius: 16px;
    bottom: 80px;
    cursor: pointer;
    display: none;
    height: 72px;
    justify-content: center;
    position: fixed;
    width: 72px
}

.scroll_top_btn.show {
    display: flex
}

.scroll_top_btn:hover {
    background: #1c1818
}

.scroll_top_btn:hover svg path {
    fill: #744949
}

.download-block {
    background: #1c1818;
    bottom: 0;
    display: none;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center
}

@media (max-width:990px) {
    .download-block {
        display: block
    }
}

@media (max-width:1799px) {
    .scroll_top_btn {
        right: 20px
    }
}

@media (max-width:1200px) {
    .container {
        padding: 0 10px
    }

    .header .header_container {
        padding: 20px 10px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 16px
    }

    ul {
        padding-left: 50px
    }

    ol {
        padding-left: 55px
    }

    table {
        line-height: 160%;
        margin: 24px 30px;
        min-width: 240px;
        width: auto !important
    }

    table tr {
        display: flex;
        flex-direction: column
    }

    table tr:not(:last-child) {
        margin-bottom: 8px;
        padding-bottom: 20px
    }

    table tr td {
        padding: 0
    }

    table tr td:first-child {
        min-width: unset
    }

    table:not(.table-headless) tr:first-child {
        display: none
    }

    table:not(.table-headless) tr td {
        display: flex;
        flex-flow: column
    }

    table:not(.table-headless) tr td:before {
        content: attr(data-th);
        font-weight: 600
    }

    .header_btns {
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px
    }

    .banner {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        position: relative;
        right: 50%;
        text-align: center;
        width: 100vw
    }

    .anchor_menu {
        gap: 8px
    }

    .anchor_menu a {
        padding: 6px 20px;
        text-align: center;
        width: 100%
    }

    .faq {
        margin-bottom: 60px
    }

    .faq_item_txt {
        letter-spacing: .03em
    }

    .faq_item_title_txt {
        display: block;
        max-width: 216px
    }

    .text_404 br {
        display: none
    }

    .content_404 {
        padding: 40px 0
    }

    .content_404+.footer {
        margin-top: 0
    }

    .img_404_wrap {
        margin-bottom: 40px
    }

    .title_404 {
        margin: 40px 0 10px
    }

    .text_404 {
        margin-bottom: 20px
    }

    .scroll_top_btn {
        border: none;
        bottom: 80px;
        height: 40px;
        right: 10px;
        width: 40px
    }

    .scroll_top_btn svg {
        height: 24px;
        width: 24px
    }

    .d-sm-none {
        display: none
    }
}

@media (min-width:768px) {
    .title_404 br {
        display: none
    }

    table {
        min-width: 600px
    }

    table.table-headless tr td:first-child {
        min-width: 280px
    }

    table.small_table {
        width: auto
    }

    table.small_table tr td:first-child {
        width: 300px
    }

    table.small_table tr td:not(:first-child) {
        padding-left: 20px
    }
}

@media (min-width:1800px) {
    .scroll_top_btn {
        right: 240px
    }
}

@media (min-width:1500px) and (max-width:1799px) {
    .scroll_top_btn {
        right: 100px
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .scroll_top_btn {
        right: 50px
    }
}