:root {
    --page-nav-height:  70px;
}
@media (max-width: 1680px) {
    :root {
    --page-nav-height:  60px;
}
}@font-face {
    font-family: 'Diablo';
    src: local("Diablo Font"), local("DiabloFont"), url("../fonts/diablo/diablo.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Intro';
    src: url("../fonts/intro/Intro-Regular.eot");
    src: local("☺"), url("../fonts/intro/Intro-Regular.woff") format("woff"), url("../fonts/intro/Intro-Regular.ttf") format("truetype"), url("../fonts/intro/Intro-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Intro';
    src: url("../fonts/intro/Intro-Bold.eot");
    src: local("☺"), url("../fonts/intro/Intro-Bold.woff") format("woff"), url("../fonts/intro/Intro-Bold.ttf") format("truetype"), url("../fonts/intro/Intro-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Philosopher';
    src: local("Philosopher"), url("../fonts/philosopher/philosopher.woff2") format("woff2"), url("../fonts/philosopher/philosopher.woff") format("woff"), url("../fonts/philosopher/philosopher.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Philosopher';
    src: local("Philosopher Italic"), local("Philosopher-Italic"), url("../fonts/philosopher/philosopheritalic.woff2") format("woff2"), url("../fonts/philosopher/philosopheritalic.woff") format("woff"), url("../fonts/philosopher/philosopheritalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Philosopher';
    src: local("Philosopher Bold"), local("Philosopher-Bold"), url("../fonts/philosopher/philosopherbold.woff2") format("woff2"), url("../fonts/philosopher/philosopherbold.woff") format("woff"), url("../fonts/philosopher/philosopherbold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Philosopher';
    src: local("Philosopher Bold Italic"), local("Philosopher-BoldItalic"), url("../fonts/philosopher/philosopherbolditalic.woff2") format("woff2"), url("../fonts/philosopher/philosopherbolditalic.woff") format("woff"), url("../fonts/philosopher/philosopherbolditalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}
.flex-sbc, .flex-sbs, .flex-sbe, .flex-cc, .flex-cs, .flex-ce, .flex-sc, .flex-ss, .flex-se, .flex-ec, .flex-es, .flex-ee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-sbc, .flex-sbs, .flex-sbe {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-cc, .flex-cs, .flex-ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-sc, .flex-ss, .flex-se {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-ec, .flex-es, .flex-ee {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-sbs, .flex-cs, .flex-ss, .flex-es {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-sbe, .flex-ce, .flex-se, .flex-ee {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, ul, ol, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
input, select {
    outline: none;
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.has-decor-border {
    position: relative;
}
.has-decor-border:after {
    content: '';
    width: calc(100% * .7);
    height: calc(100% * .7);
    border: 1px solid #736e6c;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%) rotate(45deg);
    transform: translate(-50%,  -50%) rotate(45deg);
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.has-decor-border:before {
    content: '';
    width: calc(100% * .7 - 6px);
    height: calc(100% * .7 - 6px);
    border: 1px solid #514e4c;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%) rotate(45deg);
    transform: translate(-50%,  -50%) rotate(45deg);
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.has-decor-border:hover:after {
    border: 1px solid #ff2300;
}
.has-decor-border:hover:before {
    border: 1px solid rgba(255, 35, 0, 0.6);
}
.details-btn {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 6.4),  0px);
    aspect-ratio: 244 / 64;
    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;
    background: url("../images/bg/cp_btn_bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 4px;
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    color: white;
    text-transform: uppercase;
    -webkit-transition: letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out;
    transition: letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out,  letter-spacing .3s ease-in-out;
    transition: filter .3s ease-in-out,  letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out;
}
.details-btn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    letter-spacing: 2px;
}
@media (max-width: 1024px) {
    .details-btn {
    height: 64px;
    font-size: 20px;
    line-height: 20px;
}
}body {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #adacac;
    background: #050607;
    overflow-x: hidden;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.wrapper--inner {
    background: url("../images/bg/page_bg.jpg") #1f2324 top center no-repeat;
    background-size: 100% auto;
}
@media (max-width: 1024px) {
    .wrapper--inner {
    background-size: 1600px auto;
}
}.content-area {
    width: 67%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .content-area {
    width: 100%;
    padding: 0 40px;
}
}.section {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 50px 0;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .section {
    min-height: auto;
    padding: 50px 0;
}
}.section__header {
    width: 100%}
.section__header h2 {
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 11.5),  0px);
    color: white;
    text-transform: uppercase;
    border-bottom: 5px solid #991d1d;
}
@media (max-width: 1024px) {
    .section__header h2 {
    font-size: 50px;
    line-height: 90px;
}
}@media (max-width: 760px) {
    .section__header h2 {
    font-size: 40px;
    line-height: 80px;
}
}@media (max-width: 480px) {
    .section__header h2 {
    font-size: 30px;
    line-height: 60px;
}
}.nav {
    width: 100%;
    height: var(--page-nav-height);
    top: 0;
    left: 0;
    z-index: 3;
    position: fixed;
    padding-left: 20px;
}
@media (max-width: 1024px) {
    .nav {
    background: rgba(9, 10, 14, 0.8);
}
}.nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    aspect-ratio: 1920 / 274;
    background: url("../images/bg/nav_bg.png") top center no-repeat;
    background-size: contain;
    pointer-events: none;
}
.nav__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.nav__logo {
    width: 141px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
@media (max-width: 1024px) {
    .nav__logo {
    width: 100px;
    margin-right: auto;
    margin-left: 20px;
}
}.nav__logo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.nav__logo img {
    width: 100%;
    height: auto;
    display: block;
}
.nav__menu {
    list-style-type: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1024px) {
    .nav__menu {
    width: 260px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transform: none;
    transform: none;
    background: #090a0e;
    overflow: hidden;
    padding-bottom: 1px;
    display: none;
}
}@media (max-width: 480px) {
    .nav__menu {
    width: auto;
    left: -20px;
    right: -20px;
    border-radius: 0px 0px 0px 0px;
}
}.nav__menu li {
    padding: 0px 30px;
    font-family: 'Diablo';
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
}
@media (max-width: 1680px) {
    .nav__menu li {
    font-size: 12px;
    line-height: 13px;
}
}@media (max-width: 1240px) {
    .nav__menu li {
    padding: 0px 15px;
}
}@media (max-width: 1024px) {
    .nav__menu li {
    width: 100%;
    padding: 20px 20px;
    font-size: 10px;
    line-height: 10px;
}
}@media (max-width: 1024px) {
    .nav__menu li: not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}.nav__menu li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 8px;
    height: 8px;
    border: 2px solid #564e43;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1240px) {
    .nav__menu li: not(:last-child):after {
    display: none;
}
}.nav__menu li a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #e9e6da;
}
.nav__menu li a:hover {
    color: #ff2300;
}
.nav__menu li .drop-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav__menu li .drop-button:after {
    content: '';
    display: block;
    position: relative;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e9e6da;
    -webkit-transition: border-top .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    transition: border-top .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  border-top .3s ease-in-out;
    transition: transform .3s ease-in-out,  border-top .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
.nav__menu li .drop-button:hover:after {
    border-top: 5px solid #ff2300;
}
.nav__menu li.active .drop-button {
    color: #ff2300;
}
.nav__menu li.active .drop-button:after {
    -webkit-transform: scale(1,  -1);
    transform: scale(1,  -1);
    border-top: 5px solid #ff2300;
}
.nav__group {
    width: auto;
    min-width: 100%;
    position: absolute;
    top: calc(100% + 20px);
    left: 30px;
    background: #090a0e;
    list-style-type: none;
    display: none;
}
@media (max-width: 1024px) {
    .nav__group {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    top: 0;
    right: -20px;
    margin-bottom: -20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}.nav__group li {
    padding: 20px;
    white-space: nowrap;
}
.nav__group li::after {
    display: none;
}
.nav__group li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav__langs {
    position: relative;
    margin-left: auto;
    margin-right: 30px;
}
@media (max-width: 1240px) {
    .nav__langs {
    margin-right: 15px;
}
}.nav__langs-item {
    width: 54px;
    aspect-ratio: 54 / 54;
    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;
    font-family: 'Diablo';
    font-size: 12px;
    line-height: 12px;
    color: #887e7a;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
@media (max-width: 1680px) {
    .nav__langs-item {
    width: 44px;
    font-size: 10px;
    line-height: 10px;
}
}.nav__langs-item:after {
    background: #090a0e;
    z-index: 1;
}
.nav__langs-item:before {
    z-index: 2;
}
.nav__langs-item span {
    position: relative;
    z-index: 3;
}
.nav__langs-item:hover {
    color: white;
}
.nav__langs-stroke {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-35px);
    transform: translateX(-50%) translateY(-35px);
    list-style: none;
    padding: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,  transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,  transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.nav__langs-stroke li:not(:last-child) {
    margin-bottom: 5px;
}
.nav__langs.active .nav__langs-stroke {
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
    pointer-events: all;
}
.nav__button {
    width: 207px;
    height: 100%;
    background: url("../images/bg/cp_btn_bg.jpg") center center no-repeat;
    background-size: cover;
    font-family: 'Diablo';
    font-size: 14px;
    line-height: 14px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out;
    transition: letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out,  letter-spacing .3s ease-in-out;
    transition: filter .3s ease-in-out,  letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out;
}
@media (max-width: 1680px) {
    .nav__button {
    width: 150px;
}
}@media (max-width: 480px) {
    .nav__button {
    width: 100px;
    font-size: 12px;
    line-height: 12px;
}
}.nav__button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    letter-spacing: 2px;
}
.nav__open-menu {
    width: 26px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: none;
}
@media (max-width: 1024px) {
    .nav__open-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}.nav__open-menu:hover:after, .nav__open-menu:hover:before {
    background: #ff2300;
}
.nav__open-menu:hover .nav__open-menu-item {
    -webkit-transform: scale(0.7,  1);
    transform: scale(0.7,  1);
}
.nav__open-menu.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc((100% - 2px) / 2);
}
.nav__open-menu.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: calc((100% - 2px) / 2);
}
.nav__open-menu.active .nav__open-menu-item {
    -webkit-transform: scale(0,  1);
    transform: scale(0,  1);
}
.nav__open-menu:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #e9e6da;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0px;
}
.nav__open-menu:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #e9e6da;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: calc(100% - 2px);
}
.nav__open-menu-item {
    width: 100%;
    height: 3px;
    background: #e9e6da;
    position: absolute;
    top: calc((100% - 2px) / 2);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-thumbs {
    width: 11vw;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .main-thumbs {
    width: 100%;
    display: none;
}
}.main-thumbs__content {
    width: auto;
    height: auto;
}
.main-thumbs__item {
    width: 8px;
    height: 8px;
    position: relative;
    cursor: pointer;
}
.main-thumbs__item:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #564e43;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-thumbs__item:not(:last-child) {
    margin-bottom: 30px;
}
.main-thumbs__item-text {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(calc( -50% + 3px));
    transform: translateY(calc( -50% + 3px));
    font-family: 'Diablo';
    font-size: 12px;
    line-height: 12px;
    color: #a1a1a1;
    text-transform: uppercase;
    padding-left: 30px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.main-thumbs__item:hover:after, .main-thumbs__item.active:after {
    background-color: white;
    border: 2px solid white;
}
.main-thumbs__item:hover .main-thumbs__item-text, .main-thumbs__item.active .main-thumbs__item-text {
    color: white;
}
.socials {
    width: 11vw;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .socials {
    width: 100%;
    display: none;
}
}.socials__content {
    width: auto;
    height: auto;
}
.socials__item {
    width: 54px;
    height: 54px;
    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;
    font-size: 20px;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
}
.socials__item:not(:last-child) {
    margin-bottom: 30px;
}
.socials__item.open-streams i {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}
.streams {
    position: fixed;
    width: 400px;
    height: calc(100vh - var(--page-nav-height) - 40px);
    top: calc(var(--page-nav-height) + 20px);
    right: 10.8vw;
    z-index: 3;
    background: rgba(24, 24, 24, 0.9);
    padding: 20px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,  -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,  transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,  transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
.streams.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 1920px) {
    .streams {
    width: 300px;
}
}.streams::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #000;
}
.streams::-webkit-scrollbar-thumb {
    background-color: #991d1d;
}
.streams::-webkit-scrollbar-thumb:hover {
    background-color: #991d1d;
}
.streams__player {
    width: 100%;
    aspect-ratio: 100 / 56;
    background: #000;
}
.header {
    background: url("../images/bg/header_bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding: var(--page-nav-height) 0 0;
}
@media (max-width: 1024px) {
    .header {
    padding: calc(var(--page-nav-height) + 50px) 0 50px;
}
}.header__line {
    width: 100%;
    padding-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 23),  0px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1024px) {
    .header__line {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}.header__line-left, .header__line-right {
    width: 30%;
    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: 1024px) {
    .header__line-left, .header__line-right {
    width: 50%}
}@media (max-width: 480px) {
    .header__line-left, .header__line-right {
    width: 100%;
    margin-top: 20px;
}
}.header__line-center {
    width: 40%;
    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: 1024px) {
    .header__line-center {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
}.header__logo {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 15),  0px);
    aspect-ratio: 100 / 100;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
@media (max-width: 1024px) {
    .header__logo {
    height: 250px;
    margin: -30px 0;
}
}@media (max-width: 480px) {
    .header__logo {
    height: 200px;
}
}.header__logo img {
    width: 100%;
    height: 100%}
.header__logo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.header .server {
    width: auto;
}
@media (max-width: 1024px) {
    .header .server {
    row-gap: 20px;
}
}.header .server__icon {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 17),  0px);
    aspect-ratio: 50 / 50;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .header .server__icon {
    height: 150px;
}
}.header .server__icon img {
    width: 100%;
    height: 100%}
.header .server__info {
    position: relative;
}
.header .server__info:before {
    content: '';
    background: url("../images/bg/server_shadow_bg.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    z-index: 1;
    aspect-ratio: 256 / 135;
    height: 350%;
    pointer-events: none;
}
.header .server__info-name {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.4),  0px);
    color: white;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .header .server__info-name {
    font-size: 20px;
    line-height: 24px;
}
}.header .server__info-online {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: 'Philosopher';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    color: #aaaaaa;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .header .server__info-online {
    font-size: 16px;
    line-height: 20px;
}
}.header .server__info-online span {
    color: #f59721;
}
.header__info {
    width: 100%;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 7),  0px);
}
@media (max-width: 1024px) {
    .header__info {
    margin-top: 70px;
}
}.header__info h2 {
    width: 100%;
    text-align: center;
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px);
    color: #ffe59f;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (max-width: 1024px) {
    .header__info h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
}@media (max-width: 480px) {
    .header__info h2 {
    font-size: 28px;
    line-height: 34px;
}
}.header__info p {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    color: #cbcbcb;
}
@media (max-width: 1024px) {
    .header__info p {
    font-size: 20px;
    line-height: 30px;
}
}.header .start-btn {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 11),  0px);
    aspect-ratio: 449 / 116;
    background: url("../images/bg/start_btn_bg.png") center center no-repeat;
    background-size: contain;
    margin: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px) auto;
    padding-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.7),  0px);
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
    color: #fffbf0;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
@media (max-width: 1024px) {
    .header .start-btn {
    height: 110px;
    margin: 30px auto 0;
    padding-top: 27px;
    font-size: 16px;
    line-height: 16px;
}
}@media (max-width: 760px) {
    .header .start-btn {
    height: 90px;
    margin: 20px auto 0;
    padding-top: 24px;
    font-size: 14px;
    line-height: 14px;
}
}@media (max-width: 480px) {
    .header .start-btn {
    width: 100%;
    height: auto;
}
}.header .start-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.features {
    background: url("../images/bg/features_bg.jpg") bottom center no-repeat;
    background-size: cover;
}
.features__slider {
    max-width: 50%;
    margin-top: -5px;
    padding-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    border-top: 5px solid #434344;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .features__slider {
    padding-top: 20px;
    max-width: 100%}
}.features__slider-item {
    width: 100%}
.features__slider-item h3 {
    width: 100%;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px) 0;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
    color: #d1d1d1;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .features__slider-item h3 {
    padding: 30px 0;
    font-size: 35px;
    line-height: 35px;
}
}@media (max-width: 760px) {
    .features__slider-item h3 {
    padding: 30px 0;
    font-size: 30px;
    line-height: 30px;
}
}@media (max-width: 480px) {
    .features__slider-item h3 {
    padding: 30px 0;
    font-size: 30px;
    line-height: 30px;
}
}.features__slider-item p {
    width: 100%;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.8),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    color: #adacac;
}
@media (max-width: 1024px) {
    .features__slider-item p {
    font-size: 18px;
    line-height: 30px;
}
}.features__slider-item p:not(:last-of-type) {
    margin-bottom: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
}
@media (max-width: 1024px) {
    .features__slider-item p: not(:last-of-type) {
    margin-bottom: 20px;
}
}.features__slider-item .details-btn {
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 8),  0px);
}
@media (max-width: 1024px) {
    .features__slider-item .details-btn {
    margin-top: 50px;
}
}.features__thumbs {
    width: 100%;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 8.5),  0px);
    position: relative;
}
@media (max-width: 1024px) {
    .features__thumbs {
    margin-top: 50px;
}
}.features__thumbs-item {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
.features__thumbs-item span {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.5),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    color: #fff;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
}
@media (max-width: 1024px) {
    .features__thumbs-item span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
}.features__thumbs-item img {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 9),  0px);
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out,  -webkit-filter .3s ease-in-out;
}
@media (max-width: 1024px) {
    .features__thumbs-item img {
    height: 60px;
}
}.features__thumbs-item.swiper-slide-thumb-active img {
    -webkit-filter: drop-shadow(0px 0px 20px red) !important;
    filter: drop-shadow(0px 0px 20px red) !important;
}
.features__thumbs-item:hover img {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 20px rgba(255, 0, 0, 0.5));
}
.features__thumbs-item:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
}
.features__thumbs-line {
    width: 100%;
    height: 2px;
    position: absolute;
    top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4.5),  0px);
    left: 0;
    background: #6d6e6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .features__thumbs-line {
    top: 29px;
}
}.features__thumbs-line-point {
    width: 8px;
    height: 8px;
    background: #6d6e6d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 760px) {
    .features__thumbs-line-point: nth-child(1), .features__thumbs-line-point:nth-child(2), .features__thumbs-line-point:nth-child(3) {
    display: none;
}
}@media (max-width: 500px) {
    .features__thumbs-line-point: nth-child(4), .features__thumbs-line-point:nth-child(5), .features__thumbs-line-point:nth-child(6), .features__thumbs-line-point:nth-child(7) {
    display: none;
}
}@media (max-width: 400px) {
    .features__thumbs-line-point: nth-child(8), .features__thumbs-line-point:nth-child(9) {
    display: none;
}
}.features__thumbs .swiper-button {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4.8),  0px);
    aspect-ratio: 29 / 48;
    position: absolute;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .features__thumbs .swiper-button {
    height: 48px;
}
}.features__thumbs .swiper-button-next {
    right: -30px;
    background: url("../images/icons/swiper_arrow_right.png") center center no-repeat;
    background-size: contain;
    top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4.8),  0px) !important;
}
@media (max-width: 1024px) {
    .features__thumbs .swiper-button-next {
    top: 30px !important;
}
}.features__thumbs .swiper-button-next:after {
    display: none;
}
.features__thumbs .swiper-button-prev {
    left: -30px;
    background: url("../images/icons/swiper_arrow_left.png") center center no-repeat;
    background-size: contain;
    top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4.8),  0px) !important;
}
@media (max-width: 1024px) {
    .features__thumbs .swiper-button-prev {
    top: 30px !important;
}
}.features__thumbs .swiper-button-prev:after {
    display: none;
}
.features__thumbs .swiper-button-disabled {
    opacity: 0.5;
}
.community {
    background: url("../images/bg/community_bg.jpg") center center no-repeat;
    background-size: cover;
}
.community__content {
    width: 100%;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 7.5),  0px);
    gap: 30px;
}
@media (max-width: 1024px) {
    .community__content {
    margin-top: 50px;
}
}@media (max-width: 760px) {
    .community__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}.community__item-header {
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    color: white;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    column-gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    pointer-events: none;
}
@media (max-width: 1024px) {
    .community__item-header {
    font-size: 24px;
    line-height: 24px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
}@media (max-width: 760px) {
    .community__item-header {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}@media (max-width: 480px) {
    .community__item-header {
    font-size: 20px;
    line-height: 20px;
}
}.community__item-header-icon {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 8.5),  0px);
    aspect-ratio: 85 / 85;
    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: 1024px) {
    .community__item-header-icon {
    height: 70px;
}
}@media (max-width: 760px) {
    .community__item-header-icon {
    height: 60px;
}
}@media (max-width: 480px) {
    .community__item-header-icon {
    height: 50px;
}
}.community__item-widget {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 53),  0px);
    aspect-ratio: 410 / 530;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
}
@media (max-width: 1024px) {
    .community__item-widget {
    height: 400px;
    margin-top: 20px;
}
}.bonuses {
    background: url("../images/bg/bonuses_bg.jpg") center center no-repeat;
    background-size: cover;
}
.bonuses__content {
    width: 100%;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 5),  0px);
}
@media (max-width: 1024px) {
    .bonuses__content {
    margin-top: 50px;
}
}.bonuses__slider {
    width: 100%;
    overflow: hidden;
}
.bonuses__slider-item {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 45),  0px);
    position: relative;
}
@media (max-width: 1024px) {
    .bonuses__slider-item {
    height: 350px;
}
}@media (max-width: 760px) {
    .bonuses__slider-item {
    height: 300px;
}
}.bonuses__slider-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.bonuses__slider-item-content {
    width: 100%;
    position: relative;
    z-index: 2;
    color: white;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 8),  0px);
    padding-left: 45%}
@media (max-width: 1024px) {
    .bonuses__slider-item-content {
    padding: 40px;
    padding-left: 35%}
}@media (max-width: 760px) {
    .bonuses__slider-item-content {
    padding: 30px;
    padding-left: 30%}
}@media (max-width: 480px) {
    .bonuses__slider-item-content {
    padding: 20px;
}
}.bonuses__slider-item-content h2 {
    font-weight: bold;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 6),  0px);
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .bonuses__slider-item-content h2 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 5px;
}
}@media (max-width: 760px) {
    .bonuses__slider-item-content h2 {
    font-size: 38px;
    line-height: 38px;
}
}@media (max-width: 480px) {
    .bonuses__slider-item-content h2 {
    font-size: 26px;
    line-height: 26px;
}
}.bonuses__slider-item-content h3 {
    font-weight: bold;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.2),  0px);
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .bonuses__slider-item-content h3 {
    font-size: 28px;
    line-height: 28px;
}
}@media (max-width: 760px) {
    .bonuses__slider-item-content h3 {
    font-size: 20px;
    line-height: 20px;
}
}@media (max-width: 480px) {
    .bonuses__slider-item-content h3 {
    font-size: 18px;
    line-height: 18px;
}
}.bonuses__slider-item-content .details-btn {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 6),  0px);
    aspect-ratio: 240 / 60;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 5),  0px);
}
@media (max-width: 1024px) {
    .bonuses__slider-item-content .details-btn {
    height: 50px;
    margin-top: 30px;
}
}.bonuses__thumbs {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.bonuses__thumbs-item {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 21.5),  0px);
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
@media (max-width: 1024px) {
    .bonuses__thumbs-item {
    height: 150px;
}
}@media (max-width: 760px) {
    .bonuses__thumbs-item {
    height: 100px;
}
}.bonuses__thumbs-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
.bonuses__thumbs-item:hover .bonuses__thumbs-item-bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.bonuses__thumbs-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    font-weight: bold;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.8),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
@media (max-width: 1024px) {
    .bonuses__thumbs-item span {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 20px;
}
}.bonuses__thumbs-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 5px;
    background-color: #c62121;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.bonuses__thumbs-item.swiper-slide-thumb-active:after {
    opacity: 1;
}
.bonuses__thumbs-item.swiper-slide-thumb-active span {
    color: white;
}
.bonuses__thumbs-item:not(.swiper-slide-visible) {
    opacity: 0;
}
.bonuses__thumbs .swiper-button {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4.8),  0px);
    aspect-ratio: 29 / 48;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 1024px) {
    .bonuses__thumbs .swiper-button {
    height: 48px;
}
}.bonuses__thumbs .swiper-button-next {
    right: -44px;
    background: url("../images/icons/swiper_arrow_right.png") center center no-repeat;
    background-size: contain;
}
@media (max-width: 1024px) {
    .bonuses__thumbs .swiper-button-next {
    right: -35px;
}
}.bonuses__thumbs .swiper-button-next:after {
    display: none;
}
.bonuses__thumbs .swiper-button-prev {
    left: -44px;
    background: url("../images/icons/swiper_arrow_left.png") center center no-repeat;
    background-size: contain;
}
@media (max-width: 1024px) {
    .bonuses__thumbs .swiper-button-prev {
    left: -35px;
}
}.bonuses__thumbs .swiper-button-prev:after {
    display: none;
}
.bonuses__thumbs .swiper-button-disabled {
    opacity: 0.5;
}
.bottom-socials {
    padding: 15px 0px;
    position: relative;
}
.bottom-socials:after, .bottom-socials:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: -webkit-gradient(linear,  left top,  right top,  from(rgba(55, 56, 55, 0.2)),  color-stop(20%,  #373837),  color-stop(80%,  #373837),  to(rgba(55, 56, 55, 0.2)));
    background: linear-gradient(to right,  rgba(55, 56, 55, 0.2) 0%,  #373837 20%,  #373837 80%,  rgba(55, 56, 55, 0.2) 100%);
}
.bottom-socials:before {
    top: 0;
}
.bottom-socials:after {
    bottom: 0;
}
.bottom-socials__content {
    width: 100%;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 7),  0px) 0;
    background: url("../images/bg/socials_bg.jpg") center center no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .bottom-socials__content {
    padding: 50px 0;
}
}.bottom-socials .content-area {
    -webkit-column-gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
    column-gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
    row-gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
}
@media (max-width: 1024px) {
    .bottom-socials .content-area {
    -webkit-column-gap: 35px;
    column-gap: 35px;
    row-gap: 35px;
}
}.bottom-socials__item {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 8),  0px);
    aspect-ratio: 80 / 80;
    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;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.2),  0px);
    color: white;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .bottom-socials__item {
    height: 60px;
    font-size: 22px;
    line-height: 22px;
}
}.bottom-socials .has-decor-border {
    position: relative;
}
.bottom-socials .has-decor-border:after {
    border: 1px solid #fff;
}
.bottom-socials .has-decor-border:before {
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.bottom-socials .has-decor-border:hover:after {
    border: 1px solid #ff2300;
}
.bottom-socials .has-decor-border:hover:before {
    border: 1px solid rgba(255, 35, 0, 0.6);
}
.footer {
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 7),  0px) 0;
    background: url("../images/bg/footer_bg.png") bottom center no-repeat #0e0e0e;
    background-size: cover;
}
@media (max-width: 1024px) {
    .footer {
    padding: 40px 0;
}
}.footer .content-area {
    row-gap: 30px;
}
@media (max-width: 760px) {
    .footer .content-area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}.footer__col {
    width: 50%;
    gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 10),  0px);
}
@media (max-width: 1024px) {
    .footer__col {
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}@media (max-width: 760px) {
    .footer__col {
    width: 100%}
}@media (max-width: 1024px) {
    .footer__nav {
    margin-left: 0;
    margin-right: auto;
}
}.footer__nav-title {
    font-weight: bold;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.8),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.8),  0px);
    color: #cf3833;
    text-transform: uppercase;
    margin-bottom: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
}
@media (max-width: 1024px) {
    .footer__nav-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
}.footer__nav ul {
    list-style-type: none;
    display: block;
}
.footer__nav ul li {
    display: block;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
}
@media (max-width: 1024px) {
    .footer__nav ul li {
    font-size: 14px;
    line-height: 16px;
}
}.footer__nav ul li:not(:last-child) {
    margin-bottom: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
}
@media (max-width: 1024px) {
    .footer__nav ul li: not(:last-child) {
    margin-bottom: 3px;
}
}.footer__nav ul li a {
    color: white;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
@media (max-width: 1024px) {
    .footer__nav ul li a {
    font-size: 14px;
    line-height: 24px;
}
}.footer__nav ul li a:hover {
    color: #cf3833;
}
.footer__cpr {
    color: #656565;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.8),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
}
@media (max-width: 1024px) {
    .footer__cpr {
    width: 100%}
}.footer__cpr-title {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.6),  0px);
    color: white;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .footer__cpr-title {
    font-size: 14px;
    line-height: 24px;
}
}.footer__cpr-links {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.6),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.4),  0px);
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * .5),  0px);
}
@media (max-width: 1024px) {
    .footer__cpr-links {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}
}.footer__cpr-links a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.footer__cpr-links a:hover {
    color: #cf3833;
}
.footer__cpr-unsimple {
    width: 220px;
    height: 39px;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    background: url("../images/icons/unsimple.png") left center no-repeat;
    padding-left: 25px;
    opacity: 0.2;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
@media (max-width: 1024px) {
    .footer__cpr-unsimple {
    margin-top: 20px;
}
}.footer__cpr-unsimple:hover {
    opacity: 0.4;
}
.footer__cpr-unsimple span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 4px;
}
.footer__arrow {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 8),  0px);
    aspect-ratio: 80 / 80;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
@media (max-width: 1024px) {
    .footer__arrow {
    height: 60px;
    position: relative;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(0%,  0%);
    transform: translate(0%,  0%);
}
}.footer__arrow:hover {
    opacity: 1;
}
.footer__arrow img {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.8),  0px);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
@media (max-width: 1024px) {
    .footer__arrow img {
    height: 10px;
}
}.modal {
    width: 100%;
    height: 100vh;
    padding: 50px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.modal.active {
    opacity: 1;
    pointer-events: all;
}
.modal__bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(46, 46, 46, 0.75);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.modal.active .modal__bg {
    opacity: 1;
}
.modal__cancel {
    width: 54px;
    aspect-ratio: 54 / 54;
    position: absolute;
    z-index: 2;
    top: -42px;
    right: -42px;
    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;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .modal__cancel {
    width: 44px;
    font-size: 16px;
    line-height: 16px;
    top: -32px;
    right: -32px;
}
}.modal__cancel i {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.modal__cancel:hover {
    color: #ff2300;
}
.modal__box {
    position: relative;
    z-index: 2;
    width: 67%}
@media (max-width: 1024px) {
    .modal__box {
    width: 100%}
}.modal__box-section {
    width: 100%;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 6),  0px);
    background-color: rgba(19, 19, 19, 0.9);
    border-radius: 20px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    position: relative;
    z-index: 1;
}
@media (max-width: 1024px) {
    .modal__box-section {
    padding: 30px 30px;
    gap: 20px;
}
}.modal__box-section:not(:last-child) {
    margin-bottom: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1),  0px);
}
@media (max-width: 1024px) {
    .modal__box-section: not(:last-child) {
    margin-bottom: 5px;
}
}.modal__box-section-title {
    width: 100%;
    text-align: center;
}
.modal__box-section-title h2 {
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 1024px) {
    .modal__box-section-title h2 {
    font-size: 20px;
    line-height: 20px;
}
}.modal__box-section-title small {
    display: block;
    width: 100%;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1),  0px);
    color: #e9c586;
}
@media (max-width: 1024px) {
    .modal__box-section-title small {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}
}.modal__box-section-download {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
}
.modal__box-section-download-item {
    width: calc( ( 100% - 60px ) / 3);
    position: relative;
}
@media (max-width: 760px) {
    .modal__box-section-download-item {
    width: calc( ( 100% - 30px ) / 2);
}
}@media (max-width: 480px) {
    .modal__box-section-download-item {
    width: 100%}
}.modal__box-section-download-item-content {
    width: 100%;
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 10),  0px);
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-left: 2px solid #535150;
    border-right: 2px solid #535150;
    border-bottom: 2px solid #535150;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
@media (max-width: 1024px) {
    .modal__box-section-download-item-content {
    height: 60px;
    padding: 15px;
}
}.modal__box-section-download-item-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #535150;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.modal__box-section-download-item-content:before {
    content: '';
    width: 100%;
    height: calc( 100% + 50px);
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 1;
    background: url("../images/start/download_shadow.png") center center no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
}
.modal__box-section-download-item-content img {
    height: 90%;
    position: relative;
    z-index: 2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out,  -webkit-filter .3s ease-in-out;
}
.modal__box-section-download-item-content-left {
    width: calc( 50% -  30px);
    height: 2px;
    background-color: #535150;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.modal__box-section-download-item-content-left:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background-color: #535150;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.modal__box-section-download-item-content-right {
    width: calc( 50% -  30px);
    height: 2px;
    background-color: #535150;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.modal__box-section-download-item-content-right:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #535150;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.modal__box-section-download-item-content-center {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7px;
    left: calc( ( 100% - 15px ) / 2);
    border: 2px solid #535150;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.modal__box-section-download-item-content-center:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc((100% - 5px) / 2);
    left: calc((100% - 5px) / 2);
    background-color: #535150;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content {
    border-left: 2px solid #9f1a21;
    border-right: 2px solid #9f1a21;
    border-bottom: 2px solid #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content:after {
    border-top: 10px solid #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content:before {
    opacity: .5;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content-left {
    background-color: #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content-left:after {
    background-color: #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content-right {
    background-color: #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content-right:after {
    background-color: #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content-center {
    border: 2px solid #9f1a21;
}
.modal__box-section-download-item:hover .modal__box-section-download-item-content-center:after {
    background-color: #9f1a21;
}
.modal__box-section-download-item-text {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.5),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.5),  0px);
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    color: #fff;
}
@media (max-width: 1024px) {
    .modal__box-section-download-item-text {
    font-size: 10px;
    line-height: 10px;
    margin-top: 15px;
}
}.modal__box-section .details-btn {
    aspect-ratio: 350 / 64;
    -webkit-transition: letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out,  -webkit-box-shadow .3s ease-in-out;
    transition: letter-spacing .3s ease-in-out,  -webkit-filter .3s ease-in-out,  -webkit-box-shadow .3s ease-in-out;
    transition: filter .3s ease-in-out,  letter-spacing .3s ease-in-out,  box-shadow .3s ease-in-out;
    transition: filter .3s ease-in-out,  letter-spacing .3s ease-in-out,  box-shadow .3s ease-in-out,  -webkit-filter .3s ease-in-out,  -webkit-box-shadow .3s ease-in-out;
}
.modal__box-section .details-btn:hover {
    -webkit-box-shadow: 0px 0px 40px rgba(255, 0, 0, 0.5);
    box-shadow: 0px 0px 40px rgba(255, 0, 0, 0.5);
}
@media (max-width: 1024px) {
    .modal__box-section .details-btn {
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    aspect-ratio: 300 / 64;
}
}.inner-header {
    width: 100%;
    padding: var(--page-nav-height) 0 0;
}
.inner-header .content-area {
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1),  0px) 0 Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
}
@media (max-width: 1024px) {
    .inner-header .content-area {
    padding: 30px 0 20px;
}
}.inner-header__logo {
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 35),  0px);
    aspect-ratio: 600 / 350;
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
@media (max-width: 1024px) {
    .inner-header__logo {
    height: 250px;
}
}@media (max-width: 480px) {
    .inner-header__logo {
    height: 200px;
}
}.inner-header__logo img {
    width: 100%;
    height: 100%}
.inner-header__logo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-content {
    width: 100%;
    background: url("../images/bg/page_bottom_bg.jpg") bottom -2px center no-repeat;
    background-size: 100% auto;
    padding-bottom: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 20),  0px);
}
@media (max-width: 1024px) {
    .inner-content {
    padding-bottom: 50px;
}
}.inner-content__title {
    width: 100%;
    border-radius: 10px;
    background: rgba(19, 20, 20, 0.7);
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.3),  0px);
}
@media (max-width: 1024px) {
    .inner-content__title {
    padding: 20px 20px 16px;
}
}.inner-content__title h1 {
    font-family: 'Diablo';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 1024px) {
    .inner-content__title h1 {
    font-size: 18px;
    line-height: 22px;
}
}.inner-content__title small {
    display: block;
    width: 100%;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1),  0px);
    color: #868686;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .inner-content__title small {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}
}.inner-content__content {
    width: 100%;
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
}
@media (max-width: 1024px) {
    .inner-content__content {
    margin-top: 20px;
}
}.text-area {
    width: 100%;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    color: #aaaaaa;
}
@media (max-width: 1024px) {
    .text-area {
    font-size: 14px;
    line-height: 22px;
}
}.text-area>*:not(:first-child) {
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
}
@media (max-width: 1024px) {
    .text-area>*: not(:first-child) {
    margin-top: 20px;
}
}.text-area b {
    font-weight: 600;
}
.text-area p b {
    color: #fff;
}
.text-area ul li, .text-area ol li {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    color: #ffffff;
}
@media (max-width: 1024px) {
    .text-area ul li, .text-area ol li {
    font-size: 14px;
    line-height: 22px;
}
}.text-area ul li:not(:first-child), .text-area ol li:not(:first-child) {
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.5),  0px);
}
@media (max-width: 1024px) {
    .text-area ul li: not(:first-child), .text-area ol li:not(:first-child) {
    margin-top: 10px;
}
}.text-area ol {
    padding-left: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.2),  0px);
}
@media (max-width: 1024px) {
    .text-area ol {
    padding-left: 15px;
}
}.text-area ul {
    list-style-type: none;
    padding-left: 0px;
}
.text-area ul li {
    position: relative;
    padding-left: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
}
@media (max-width: 1024px) {
    .text-area ul li {
    padding-left: 20px;
}
}.text-area ul li:before {
    content: '';
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1),  0px);
    aspect-ratio: 1 / 1;
    display: block;
    position: absolute;
    top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * .9),  0px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 1024px) {
    .text-area ul li: before {
    top: 7px;
    height: 8px;
}
}.text-area a {
    color: #cf3833;
    text-decoration: underline;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.text-area a:hover {
    color: #f6f6f6;
}
.text-area hr {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
    color: #f6f6f6;
    font-weight: 500;
}
.text-area h1 {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 5),  0px);
}
@media (max-width: 1024px) {
    .text-area h1 {
    font-size: 26px;
    line-height: 30px;
}
}.text-area h2 {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4.5),  0px);
}
@media (max-width: 1024px) {
    .text-area h2 {
    font-size: 22px;
    line-height: 26px;
}
}.text-area h3 {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px);
}
@media (max-width: 1024px) {
    .text-area h3 {
    font-size: 18px;
    line-height: 22px;
}
}.text-area h4, .text-area h5, .text-area h6 {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.5),  0px);
}
@media (max-width: 1024px) {
    .text-area h4, .text-area h5, .text-area h6 {
    font-size: 18px;
    line-height: 22px;
}
}.text-area table tr td {
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 1.5),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3),  0px);
    border-radius: 5px;
}
@media (max-width: 1024px) {
    .text-area table tr td {
    padding: 10px 20px;
}
}.text-area table thead tr td {
    background: #792825;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.4),  0px);
    color: #fff;
}
@media (max-width: 1024px) {
    .text-area table thead tr td {
    font-size: 14px;
    line-height: 18px;
}
}.text-area table tbody tr:nth-child(even) td {
    background: #3e3e3c;
}
.text-area table tbody tr:nth-child(odd) td {
    background: #2b2b29;
}
.text-area table tbody tr td {
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.4),  0px);
    color: #b9b9b9;
}
@media (max-width: 1024px) {
    .text-area table tbody tr td {
    font-size: 14px;
    line-height: 18px;
}
}.text-area__img {
    width: 100%;
    height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 35),  0px);
    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;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .text-area__img {
    height: 250px;
}
}.text-area__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    z-index: 1;
}
.table-bg {
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 5px;
}
.table-bg::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(146, 141, 128, 0.2);
}
.table-bg::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
}
.table-bg::-webkit-scrollbar-thumb:hover {
    background-color: #7a7a7a;
}
.spoiler {
    width: 100%;
    border-left: 2px solid #792825;
    background: rgba(0, 0, 0, 0.1);
}
.spoiler__title {
    width: 100%;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 4),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px) Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
    background-color: #303536;
    font-family: 'Intro';
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2),  0px);
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
@media (max-width: 1024px) {
    .spoiler__title {
    padding: 16px 30px 16px 16px;
    font-size: 14px;
    line-height: 14px;
}
}.spoiler__title:hover {
    background-color: #3f4546;
}
.spoiler__title:before {
    content: '';
    display: block;
    height: 10%;
    aspect-ratio: 12 / 6;
    position: absolute;
    top: 45%;
    right: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
    background: url("../images/icons/spoiler_arrow.png") center center no-repeat;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,  -webkit-transform .3s ease-in-out;
}
@media (max-width: 1024px) {
    .spoiler__title: before {
    height: 6px;
    right: 16px;
}
}.spoiler.active>.spoiler__title:before {
    -webkit-transform: scale(1,  -1);
    transform: scale(1,  -1);
}
.spoiler__content {
    width: 100%;
    padding: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
    display: none;
}
@media (max-width: 1024px) {
    .spoiler__content {
    padding: 16px;
}
}.spoiler__content>*:not(:first-child) {
    margin-top: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.5),  0px);
}
@media (max-width: 1024px) {
    .spoiler__content>*: not(:first-child) {
    margin-top: 10px;
}
}.spoiler__content p {
    font-family: "Intro";
    font-weight: 400;
    color: #a5a5a5;
    font-size: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 2.2),  0px);
    line-height: Max(calc(((100vmin - var(--page-nav-height)) / 100) * 3.2),  0px);
}
@media (max-width: 1024px) {
    .spoiler__content p {
    font-size: 14px;
    line-height: 22px;
}
}
