.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.glide * {
    box-sizing: inherit;
}
.glide__slides,
.glide__track {
    overflow: hidden;
}
.glide__slides {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.glide__slide {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%;
}
.glide__slide a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/overpass-v13-cyrillic_latin-100.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/overpass-v13-cyrillic_latin-200.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/overpass-v13-cyrillic_latin-300.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/overpass-v13-cyrillic_latin-regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/overpass-v13-cyrillic_latin-500.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/overpass-v13-cyrillic_latin-600.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/overpass-v13-cyrillic_latin-700.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/overpass-v13-cyrillic_latin-800.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/overpass-v13-cyrillic_latin-900.woff2) format("woff2");
}
*,
body {
    box-sizing: border-box;
}
body {
    background: #0f0b0c;
    color: #e7e7e7;
    font-family: Overpass, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 160%;
}
@media (max-width: 576px) {
    body .d-none-xs {
        display: none;
    }
}
@media (max-width: 768px) {
    body .d-none-sm {
        display: none;
    }
}
h1,
h2,
h3 {
    color: #f6f6f6;
    font-weight: 400;
    line-height: 43.2px;
}
h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    h1 {
        font-size: 28px;
        line-height: 33.6px;
    }
}
h2 {
    font-size: 32px;
    line-height: 38.4px;
    margin: 80px 0 20px;
}
@media (max-width: 576px) {
    h2 {
        font-size: 24px;
        line-height: 28.8px;
    }
}
h3 {
    font-size: 24px;
    line-height: 28.8px;
    margin: 80px 0 20px;
}
@media (max-width: 576px) {
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
img {
    height: auto;
    max-width: 100%;
}
.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}
.aligncenter {
    float: none;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.container {
    margin: 0 auto;
    max-width: 1196px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn {
    border-radius: 10px;
    color: #0f0b0c;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    height: 55px;
    letter-spacing: 0;
    line-height: 19.2px;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .btn {
        padding: 18px 20px;
    }
}
.btn:hover {
    box-shadow: none;
}
.btn_white {
    background: linear-gradient(180deg, #e7e7e7, #cfcfcf);
}
.btn_white:hover {
    background: linear-gradient(180deg, #fff, #e7e7e7);
}
.btn_red {
    background: linear-gradient(180deg, #bc0a15, #810313);
    color: #e7e7e7;
}
.btn_red:hover {
    background: linear-gradient(180deg, #e92f3a, #bc0a15);
}
.btn_green {
    background: linear-gradient(180deg, #a3bc0a, #205e04);
    color: #e7e7e7;
}
.btn_green:hover {
    background: linear-gradient(180deg, #d4e139, #42840e);
}
.main_wrapper {
    padding: 20px 0 80px;
}
body.home .main_wrapper {
    padding: 40px 0 80px;
}
.hidden {
    display: none;
}
.header {
    background: #0f0b0c;
}
.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
@media (max-width: 768px) {
    .header {
        background: transparent;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .header.fixed {
        background: #0f0b0c;
    }
}
.header_top_container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
@media (max-width: 768px) {
    .header_top_container {
        padding: 16px 10px;
    }
}
.header_reg {
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: space-between;
}
.header_bot {
    background: #161f34;
    padding: 12px 30px;
}
@media (max-width: 768px) {
    .header_bot {
        display: flex;
        height: 44px;
        overflow: hidden;
        padding: 12px 10px;
        position: relative;
        z-index: 999;
    }
}
.header_bot.active {
    flex-direction: column-reverse;
    height: 100vh;
    justify-content: flex-end;
    padding: 10px 10px 20px;
}
.header_bot.active .header_bot_list {
    gap: 32px 28px;
    justify-content: center;
    padding: 12px 0;
}
.header_bot.active .header_bot_more {
    align-self: flex-end;
    font-size: 0;
    height: 28px;
    width: 28px;
}
.header_bot.active .header_bot_more:after,
.header_bot.active .header_bot_more:before {
    background: linear-gradient(180deg, #bc0a15, #810313);
    content: "";
    display: inline-block;
    height: 3px;
    opacity: 1;
    position: relative;
    width: 28px;
    z-index: 9999;
}
.header_bot.active .header_bot_more:before {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header_bot.active .header_bot_more:after {
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_bot_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
@media (min-width: 1699px) {
    .header_bot_list {
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
    .header_bot_list {
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
        justify-content: flex-start;
    }
}
.header_bot_list_item {
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    justify-content: space-between;
}
.header_bot_list_item .icon {
    fill: #e4e4e4;
}
.header_bot_list_item:hover a {
    color: #f4c92e;
}
.header_bot_list_item:hover svg.icon {
    fill: #f4c92e;
}
.header_bot_list_item a {
    align-items: center;
    color: #f6f6f6;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 140%;
}
.header_bot_list_item.new_badge a:after {
    background: #a22265;
    border-radius: 4px;
    color: #f0f0f0;
    content: "новый";
    font-size: 8px;
    font-weight: 600;
    line-height: 140%;
    padding: 0 4px 1px;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 577px) {
    .header .menu__icon {
        display: none;
    }
}
.show-menu .header_logo img {
    left: 88.5px;
    position: absolute;
    top: 16px;
    z-index: 100;
}
.top_nav_wrap {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    padding-left: 74px;
}
@media (max-width: 1199px) {
    .top_nav_wrap {
        background: #0f0b0c;
        bottom: 0;
        display: none;
        left: 0;
        padding: 16px 20px 40px;
        position: fixed;
        top: 0;
        width: 272px;
        z-index: 10;
    }
    .top_nav_wrap.active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.top_nav_wrap .header_reg {
    display: none;
}
@media (max-width: 1199px) {
    .top_nav_wrap .header_reg {
        display: flex;
    }
    .top_nav_wrap .header_reg .btn {
        padding: 18px 20px;
    }
}
.top_nav {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
}
@media (max-width: 1199px) {
    .top_nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        padding-top: 120px;
    }
}
.top_nav li a,
.top_nav li span {
    color: #e7e7e7;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 21.6px;
}
.top_nav li a:hover {
    color: #bc0a15;
}
.top_nav li span {
    color: #810313;
}
.menu-toggle-button {
    cursor: pointer;
    display: none;
    height: 24px;
    position: relative;
    width: 28px;
}
@media (max-width: 1199px) {
    .menu-toggle-button {
        display: block;
    }
}
.menu-toggle-button span {
    background: #d09c38;
    border-radius: 2px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 28px;
}
.menu-toggle-button span:first-child {
    top: 0;
}
.menu-toggle-button span:nth-child(2) {
    top: calc(50% - 2px);
}
.menu-toggle-button span:nth-child(3) {
    bottom: 0;
}
.menu-toggle-button.active span {
    background: #d09c38;
}
.menu-toggle-button.active span:first-child {
    left: 1px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 28px;
}
.menu-toggle-button.active span:nth-child(2) {
    display: none;
}
.menu-toggle-button.active span:nth-child(3) {
    left: 1px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 28px;
}
.menu-toggle-button.active:hover span,
.menu-toggle-button:hover span {
    background: #ffa41c;
}
.glide,
.glide__slide {
    height: 400px;
    overflow: hidden;
}
.glide__slide {
    align-items: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
}
.glide__slide--active {
    z-index: 1;
}
.glide__slide picture {
    height: 400px;
    margin: 0 auto;
}
.glide__slide img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.glide__inner {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
    max-width: 1180px;
    position: absolute;
    width: 100%;
}
@media (max-width: 1199px) {
    .glide__inner {
        padding: 0 10px;
    }
}
.glide__inner .btn {
    align-items: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .glide__inner .btn {
        padding: 18px 40px;
    }
}
.glide__title {
    color: #e7e7e7;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 4px;
}
@media (max-width: 768px) {
    .glide__title {
        font-size: 28px;
        line-height: 33.6px;
    }

    p.post-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
}
.glide__text {
    color: #e7e7e7;
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.4px;
}
@media (max-width: 768px) {
    .glide__text {
        font-size: 20px;
        line-height: 1.4;
    }

    .glide__slide picture {
    height: 400px;
    margin: 0 auto;
    width: 100%;
}

.glide__slide img {
    height: 400px;
    -o-object-fit: cover;
    width: 100%;
    object-fit: cover;
}

}
.glide__bullets {
    align-items: center;
    bottom: 20px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
}
.glide__bullets .glide__bullet {
    background: transparent;
    border: 1px solid hsla(0, 0%, 96%, 0.6);
    border-radius: 12px;
    box-shadow: none;
    cursor: pointer;
    height: 12px;
    outline: none;
    width: 12px;
}
.glide__bullets .glide__bullet:hover {
    background: #ffa41c;
    border: 1px solid #ffa41c;
}
.glide__bullets .glide__bullet--active,
.glide__bullets .glide__bullet--active:hover {
    background: hsla(0, 0%, 96%, 0.8);
    border: 1px solid hsla(0, 0%, 96%, 0.8);
}
.breadcrumbs {
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    padding: 0 0 20px;
}
@media (max-width: 768px) {
    .breadcrumbs {
        padding: 0 0 20px;
    }
}
.breadcrumbs_separator {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath d='m15.784 9.597-5.062 5.063a.845.845 0 0 1-1.195-1.196l3.621-3.62H2.813a.844.844 0 1 1 0-1.688h10.335l-3.62-3.622a.845.845 0 1 1 1.195-1.196l5.063 5.063a.846.846 0 0 1-.002 1.196Z' fill='%23F7F7F7' fill-opacity='.4'/%3E%3C/svg%3E")
        no-repeat;
    background-size: contain;
    display: block;
    height: 18px;
    width: 18px;
}
.breadcrumbs li {
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 19.2px;
}
.breadcrumbs li a {
    color: #d09c38;
    text-decoration-line: underline;
}
.breadcrumbs li a:hover {
    color: #ffa41c;
}
.breadcrumbs li:last-child {
    color: hsla(0, 0%, 97%, 0.4);
    font-weight: 400;
}
.page_content #toc_container {
    margin: 32px 0;
}
.page_content #toc_container .ctoc-body ul {
    margin-left: 40px;
}
@media (max-width: 768px) {
    .page_content #toc_container .ctoc-body ul {
        margin-left: 0;
    }
}
.page_content #toc_container .ctoc-body ul li:hover a {
    color: #5caef1;
}
.page_content #toc_container .ctoc-body ul li a {
    color: #7c87a3;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 120%;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.page_content p {
    letter-spacing: 0.32px;
    line-height: 160%;
}
.page_content > p:not(:last-child) {
    margin-bottom: 16px;
}
.page_content a {
    color: #810313;
}
.page_content a:hover {
    color: #bc0a15;
}
.page_content a:visited {
    color: #63151f;
}
.page_content table {
    border-collapse: separate;
    border-spacing: 0 6px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
.page_content table tr {
    background: linear-gradient(180deg, #290b10, #171415);
    border-radius: 10px;
}
.page_content table tr td,
.page_content table tr th {
    color: #ebebeb;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    padding: 20px;
}
@media (max-width: 768px) {
    .page_content table tr td,
    .page_content table tr th {
        border: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        width: auto !important;
    }
    .page_content table tr td:not(:last-child),
    .page_content table tr th:not(:last-child) {
        margin-bottom: 8px;
    }
    .page_content table tr {
        border: 6px solid #0f0b0c;
        border-left: 0;
        border-right: 0;
        display: flex;
        flex-direction: column;
        padding: 14px 20px;
    }
}
.page_content table:not(.table_headless) tr:first-child td > strong,
.page_content table:not(.table_headless) tr:first-child th {
    font-weight: 800;
}
@media (max-width: 768px) {
    .page_content table:not(.table_headless) tr:first-child {
        display: none;
    }
    .page_content table:not(.table_headless) tr:not(:first-child) td:before {
        content: attr(data-th);
        display: block;
        font-weight: 800;
        width: 100%;
    }
}
.page_content table.table_headless tbody tr td:first-child,
.page_content table:not(.table_headless) tr td {
    font-weight: 400;
}
.page_content table.table_headless tbody tr td:last-child {
    font-weight: 800;
}
@media (max-width: 768px) {
    .page_content table.games_table thead tr {
        display: none;
    }
    .page_content table.games_table tbody tr:first-child {
        display: flex;
    }
    .page_content table.games_table tbody tr td {
        flex-wrap: nowrap;
    }
    .page_content table.games_table tbody tr td:before {
        content: attr(data-th);
        display: block;
        font-weight: 400;
        max-width: 50%;
        min-width: 50%;
        text-align: left;
    }
    .page_content table.games_table tbody tr td:first-child {
        font-weight: 800;
        justify-content: center;
    }
    .page_content table.games_table tbody tr td:first-child:before {
        content: "";
        display: none;
    }
    .page_content table.games_table tbody tr td:not(:first-child) {
        text-align: right;
    }
}
.page_content .cover-table {
    margin: 20px 0;
    max-width: 100%;
    overflow: auto;
}
.page_content ol {
    counter-reset: my-counter;
    margin: 10px 0 10px 40px;
}
@media (max-width: 768px) {
    .page_content ol {
        margin: 10px 0 10px 10px;
    }
}
.page_content ol > li {
    counter-increment: my-counter;
    line-height: 1.4;
}
.page_content ol > li:before {
    background: #171415;
    border-radius: 4px;
    color: #e7e7e7;
    content: counters(my-counter, ".") ". ";
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 29px;
    line-height: 28.8px;
    margin-right: 10px;
    text-align: center;
    width: 36px;
}
.page_content ol > li ol {
    margin: 3px 0 3px 60px;
}
.page_content ul {
    margin: 10px 0 10px 40px;
}
@media (max-width: 768px) {
    .page_content ul {
        margin: 10px 0 10px 10px;
    }
}
.page_content ul > li {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    line-height: 1.4;
    padding-bottom: 2px;
}
.page_content ul > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='26' fill='none'%3E%3Crect width='36' height='26' rx='4' fill='%23171415'/%3E%3Ccircle cx='18' cy='13' r='4' fill='%23F6F6F6'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 36px;
}
.page_content ul ul {
    margin: 3px 0 3px 60px;
}
.page_content ul ul > li {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    line-height: 1.4;
    padding-bottom: 2px;
}
.page_content ul ul > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='26' fill='none'%3E%3Crect width='36' height='26' rx='4' fill='%23171415'/%3E%3Ccircle cx='18' cy='13' r='3.5' stroke='%23F6F6F6'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: 36px;
}
.page_content img {
    display: block;
}
.download {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(180deg, rgba(41, 11, 16, 0.9), rgba(23, 20, 21, 0.9));
    bottom: 0;
    display: none;
    justify-content: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
}
.download .download_link {
    padding: 19px 40px 17px;
    width: 145px;
}
@media (max-width: 768px) {
    .download {
        display: flex;
    }
}
.up_btn {
    align-items: center;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23F6F6F6' stroke-opacity='.6' stroke-width='2'/%3E%3Cpath d='m16.6 9.216 5.062 5.062a.845.845 0 0 1-1.195 1.195l-3.62-3.621v10.336a.844.844 0 1 1-1.688 0V11.852l-3.623 3.62a.845.845 0 0 1-1.195-1.195l5.062-5.063a.844.844 0 0 1 1.196.002Z' fill='%23D09C38'/%3E%3C/svg%3E")
        no-repeat;
    border: 0;
    bottom: 40px;
    cursor: pointer;
    display: none;
    height: 32px;
    justify-content: center;
    position: fixed;
    right: calc(50% - 662px);
    width: 32px;
}
@media (max-width: 1366px) {
    .up_btn {
        right: 21px;
    }
}
.up_btn:hover {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='url(%23a)'/%3E%3Cpath d='m16.6 9.216 5.062 5.062a.845.845 0 1 1-1.195 1.195l-3.62-3.621v10.336a.844.844 0 1 1-1.688 0V11.852l-3.623 3.62a.845.845 0 0 1-1.195-1.195l5.062-5.063a.844.844 0 0 1 1.196.002Z' fill='%23FFA41C'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' y1='0' x2='16' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23E7E7E7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
        no-repeat;
}
.up_btn.show {
    display: flex;
}
.error404 .main_wrapper {
    margin: 0;
}
@media (max-width: 768px) {
    .error404 .main_wrapper {
        margin-top: 75px;
    }
}
.error404 .main_wrapper .page_404 .title_404 {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .error404 .main_wrapper .page_404 .title_404 br {
        display: none;
    }
}
.error404 .main_wrapper .page_404 .text_wrap_404 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .error404 .main_wrapper .page_404 .text_wrap_404 {
        order: 2;
    }
}
.error404 .main_wrapper .page_404 .text_wrap_404 .btn {
    padding: 18px 40px;
}
.error404 .main_wrapper .page_404 .wrapper_404 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
@media (max-width: 576px) {
    .error404 .main_wrapper .page_404 .wrapper_404 img {
        height: 140px;
        width: 280px;
    }
}
.error404 .main_wrapper .page_404 .text_404 {
    color: #e7e7e7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    .error404 .main_wrapper .page_404 .text_404 br {
        display: none;
    }
}
@media (max-width: 768px) {
    .error404 .main_wrapper .page_404 .image_404 {
        order: 1;
    }
    .error404 .main_wrapper .btn_wrap {
        text-align: center;
    }
}
.footer {
    padding: 40px 0 80px;
}
.footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .footer_container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        row-gap: 80px;
    }
    .footer_left {
        order: 2;
        text-align: center;
    }
}
.footer_right {
    align-items: center;
    background: #171415;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 570px;
    padding: 20px 40px;
}
@media (min-width: 1199px) {
    .footer_right {
        min-width: 640px;
    }
}
@media (max-width: 991px) {
    .footer_right {
        max-width: 640px;
        min-width: 555px;
        order: 1;
        row-gap: 40px;
    }
}
@media (max-width: 576px) {
    .footer_right {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        flex-wrap: wrap;
        min-width: auto;
        row-gap: 42px;
        width: 300px;
    }
}
.footer_logo {
    margin-bottom: 10px;
}
.footer_txt {
    color: hsla(0, 0%, 97%, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}
