@font-face {
    font-display: swap;
    font-family: Beaufort;
    src: local("BeaufortforLOL Regular"), url(../fonts/beaufort/BeaufortforLOL-Regular.woff) format("woff"), url(../fonts/beaufort/BeaufortforLOL-Regular.ttf) format("truetype"), url(../fonts/beaufort/BeaufortforLOL-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Beaufort;
    src: local("BeaufortforLOL Medium"), url(../fonts/beaufort/BeaufortforLOL-Medium.woff) format("woff"), url(../fonts/beaufort/BeaufortforLOL-Medium.ttf) format("truetype"), url(../fonts/beaufort/BeaufortforLOL-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Beaufort;
    src: local("BeaufortforLOL Bold"), url(../fonts/beaufort/BeaufortforLOL-Bold.woff) format("woff"), url(../fonts/beaufort/BeaufortforLOL-Bold.ttf) format("truetype"), url(../fonts/beaufort/BeaufortforLOL-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Lato, Roboto, 'PT Sans', Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #c4b5a5
}

* {
    box-sizing: border-box
}

a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none
}

.transition-disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.flex-cc,
.flex-ce,
.flex-cs,
.flex-ec,
.flex-ee,
.flex-es,
.flex-sbc,
.flex-sbe,
.flex-sbs,
.flex-sc,
.flex-se,
.flex-ss {
    display: flex;
    flex-wrap: wrap
}

.flex-sbc,
.flex-sbe,
.flex-sbs {
    justify-content: space-between
}

.flex-cc,
.flex-ce,
.flex-cs {
    justify-content: center
}

.flex-sc,
.flex-se,
.flex-ss {
    justify-content: flex-start
}

.flex-ec,
.flex-ee,
.flex-es {
    justify-content: flex-end
}

.flex-cc,
.flex-ec,
.flex-sbc,
.flex-sc {
    align-items: center
}

.flex-cs,
.flex-es,
.flex-sbs,
.flex-ss {
    align-items: flex-start
}

.flex-ce,
.flex-ee,
.flex-sbe,
.flex-se {
    align-items: flex-end
}

body {
    background: #211c20;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/bg/main_bg.jpg) #211c20 top center no-repeat;
    background-position: 50% 90px
}

@media (max-width: 1280px) {
    body {
        background: url(../images/bg/main_bg.jpg) #211c20 top center no-repeat;
        background-position: 80% 90px
    }
}

@media (max-width: 1110px) {
    body {
        background: url(../images/bg/main_bg.jpg) #211c20 top center no-repeat;
        background-position: 80% 70px
    }
}

@media (max-width: 610px) {
    body {
        background: #211c20 top center no-repeat
    }
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    min-height: 100vh;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden
}

.wrapper:after,
.wrapper:before {
    content: "";
    width: calc(((100% - 1920px) / 2) + 200px);
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 100;
    display: none
}

@media (min-width: 1921px) {

    .wrapper:after,
    .wrapper:before {
        display: block
    }
}

.wrapper:before {
    left: 0;
    background: linear-gradient(to right, #211c20 0, #211c20 calc(100% - 200px), rgba(33, 28, 32, 0) 100%)
}

.wrapper:after {
    right: 0;
    background: linear-gradient(to left, #211c20 0, #211c20 calc(100% - 200px), rgba(33, 28, 32, 0) 100%)
}

.content-area {
    width: 1400px;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 1
}

@media (max-width: 1460px) {
    .content-area {
        width: calc(100% - 60px)
    }
}

@media (max-width: 1024px) {
    .content-area {
        width: calc(100% - 40px)
    }
}

.button {
    width: 100%;
    height: 46px;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.button.yellow:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffbf39 0, #ffa529 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.button.yellow:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffdb39;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.button.yellow:hover:before {
    opacity: 1
}

.button.yellow span {
    position: relative;
    z-index: 3;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1f1c1f
}

.button.light {
    border: 2px solid #766d67
}

.button.light:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(196, 181, 165, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.button.light:hover:before {
    opacity: 1
}

.button.light span {
    position: relative;
    z-index: 3;
    font-family: Beaufort;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #c4b5a5
}

.button.dark {
    background-color: #2c2829;
    transition: background-color .3s ease-in-out
}

.button.dark:hover {
    background-color: #332d2f
}

.button.dark span {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
    font-family: Beaufort;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #817a72
}

.anounce {
    width: 100%;
    background: linear-gradient(to bottom, #006f35 0, #11a759 100%);
    position: relative;
    z-index: 3;
    display: none
}

.anounce .content-area {
    padding: 10px 36px
}

.anounce__text {
    font-family: Beaufort;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .anounce__text {
        width: 100%;
        font-size: 20px;
        line-height: 20px
    }
}

.anounce__text span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #ffe631
}

.anounce .button {
    width: 150px;
    height: 30px;
    margin-left: 20px;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .anounce .button {
        margin-left: 0;
        margin-top: 10px
    }
}

.anounce .button span {
    font-size: 16px;
    line-height: 16px
}

.anounce__cancel {
    width: 16px;
    height: 17px;
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    transition: transform .6s ease-in-out;
    z-index: 2
}

.anounce__cancel:hover {
    transform: rotate(360deg)
}

.nav {
    width: 100%;
    height: 90px;
    background: #1e1d1c;
    position: relative;
    z-index: 4;
    border-top: 1px solid #ffffee47;
}

@media (max-width: 1110px) {
    .nav {
        height: 70px
    }
}

.nav .content-area {
    height: 67px;
}

.main-menu {
    width: auto
}

@media (max-width: 1024px) {
    .main-menu {
        width: 280px;
        position: absolute;
        left: 0;
        top: 100%;
        background: #1b1a19;
        border-radius: 0 0 5px 5px;
        display: none
    }
}

@media (max-width: 460px) {
    .main-menu {
        width: 100%
    }
}

.main-menu li {
    width: auto;
    list-style-type: none
}

@media (max-width: 1024px) {
    .main-menu li {
        width: 100%
    }
}

.main-menu li:not(:last-child) {
    margin-right: 45px
}

@media (max-width: 1280px) {
    .main-menu li:not(:last-child) {
        margin-right: 35px
    }
}

@media (max-width: 1110px) {
    .main-menu li:not(:last-child) {
        margin-right: 25px
    }
}

@media (max-width: 1024px) {
    .main-menu li:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #252423
    }
}

.main-menu__item {
    width: auto
}

@media (max-width: 1024px) {
    .main-menu__item {
        width: 100%;
        padding: 18px 20px
    }
}

.main-menu__item span {
    padding-top: 1px;
    font-family: Beaufort;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s ease-in-out
}

@media (max-width: 1280px) {
    .main-menu__item span {
        font-size: 18px;
        line-height: 18px
    }
}

@media (max-width: 1110px) {
    .main-menu__item span {
        font-size: 16px;
        line-height: 16px
    }
}

.main-menu__item:hover span {
    color: #02e56f
}

.main-menu__item:hover .main-menu__icon img:not(.hover) {
    transform: rotate(360deg);
    /*opacity: 0*/
}

.main-menu__item:hover .main-menu__icon img.hover {
    transform: rotate(360deg);
    opacity: 1
}

.main-menu__icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    position: relative
}

@media (max-width: 1110px) {
    .main-menu__icon {
        margin-right: 7px
    }
}

@media (max-width: 1024px) {
    .main-menu__icon {
        margin-right: 10px
    }
}

.main-menu__icon img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    z-index: 2
}

.main-menu__icon img.hover {
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.open-main-menu {
    width: 24px;
    height: 20px;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    display: none
}

@media (max-width: 1024px) {
    .open-main-menu {
        display: flex
    }
}

.open-main-menu:hover:after,
.open-main-menu:hover:before {
    background: #02e56f
}

.open-main-menu:hover .open-main-menu__item {
    transform: scale(.7, 1)
}

.open-main-menu.active:after {
    transform: rotate(-135deg);
    top: calc((100% - 2px) / 2)
}

.open-main-menu.active:before {
    transform: rotate(135deg);
    top: calc((100% - 2px) / 2)
}

.open-main-menu.active .open-main-menu__item {
    transform: scale(0, 1)
}

.open-main-menu:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #dcd9cf;
    position: absolute;
    transform: rotate(0);
    transition: all .3s ease-in-out;
    top: 0
}

.open-main-menu:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #dcd9cf;
    position: absolute;
    transform: rotate(0);
    transition: all .3s ease-in-out;
    top: calc(100% - 2px)
}

.open-main-menu__item {
    width: 100%;
    height: 2px;
    background: #dcd9cf;
    position: absolute;
    top: calc((100% - 2px) / 2);
    transform: rotate(0);
    transition: all .3s ease-in-out
}

.lang-switch {
    width: 100px;
    height: 40px;
    border: 1px solid #504b45;
    border-radius: 5px;
    margin-left: auto;
    position: relative;
    overflow: hidden
}

@media (max-width: 1280px) {
    .lang-switch {
        width: 85px;
        height: 32px
    }
}

.lang-switch:hover {
    overflow: visible
}

.lang-switch:after {
    content: "";
    width: 10px;
    height: 5px;
    background: url(../images/icons/lang_arrow.png) center center no-repeat;
    position: absolute;
    top: calc((100% - 5px) / 2);
    right: 7px;
    transition: transform .3s ease-in-out
}

.lang-switch:hover:after {
    transform: scale(1, -1)
}

.lang-switch__items {
    width: calc(100% + 2px);
    height: auto;
    border: 1px solid #504b45;
    border-radius: 5px;
    overflow: hidden;
    margin: -1px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.lang-switch__item {
    width: 100%;
    height: calc(40px - 2px);
    padding: 0 7px;
    background-color: #1e1d1c;
    transition: background-color .3s ease-in-out
}

@media (max-width: 1280px) {
    .lang-switch__item {
        height: calc(32px - 2px);
        padding: 0 6px
    }
}

.lang-switch__item:hover {
    background-color: #242221
}

.lang-switch__item.active {
    pointer-events: none
}

@media (max-width: 1280px) {
    .lang-switch__item.active {
        height: calc(32px - 1px)
    }
}

.lang-switch__item:not(:last-child) {
    border-bottom: 1px solid #2b2825
}

.lang-switch__icon {
    width: 38px;
    height: 25px;
    transition: opacity .3s ease-in-out;
    opacity: .8
}

@media (max-width: 1280px) {
    .lang-switch__icon {
        width: 26px;
        height: 18px
    }
}

.lang-switch__icon img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.lang-switch__item:hover .lang-switch__icon {
    opacity: 1
}

.lang-switch__name {
    font-family: Beaufort;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #c4b5a5;
    padding-left: 5px;
    transition: color .3s ease-in-out
}

@media (max-width: 1280px) {
    .lang-switch__name {
        font-size: 18px;
        line-height: 18px
    }
}

@media (max-width: 1110px) {
    .lang-switch__name {
        font-size: 16px;
        line-height: 16px
    }
}

.lang-switch__item:hover .lang-switch__name {
    color: #fff
}

.header {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 1
}

@media (max-width: 1280px) {
    .header .content-area {
        padding-left: 40%
    }
}

@media (max-width: 1024px) {
    .header .content-area {
        padding-left: 0
    }
}

.header__box {
    width: 550px
}

.header__box.logo-box {
    padding-top: 155px;
    width: 500px
}

@media (max-width: 1280px) {
    .header__box.logo-box {
        padding-top: 50px;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .header__box.logo-box {
        padding-top: 60px
    }
}

.header__box.content-box {
    padding-top: 120px
}

@media (max-width: 1400px) {
    .header__box.content-box {
        width: 500px
    }
}

@media (max-width: 1280px) {
    .header__box.content-box {
        padding-top: 30px;
        width: 100%
    }
}

.header__logo {
    width: 348px;
    height: 184px;
    position: relative
}

@media (max-width: 1024px) {
    .header__logo {
        width: 250px;
        height: 130px
    }
}

.header__logo-inner {
    width: 370px;
    height: 370px;
    position: absolute;
    top: calc((100% - 370px) / 2);
    left: calc((100% - 370px) / 2);
    z-index: 1;
    pointer-events: none;
    transition: filter .3s ease-in-out, transform .3s ease-in-out
}

.header__logo:hover .header__logo-inner {
    filter: brightness(150%);
    transform: scale(1.3, 1.3)
}

.header__logo-image {
    width: 348px;
    height: 249px;
    position: absolute;
    top: calc(((100% - 249px) / 2) - 17px);
    left: calc((100% - 348px) / 2);
    z-index: 2;
    pointer-events: none;
    transition: filter .3s ease-in-out
}

@media (max-width: 1024px) {
    .header__logo-image {
        width: 252px;
        height: 213px;
        top: calc(((100% - 213px) / 2) - 17px);
        left: calc((100% - 252px) / 2)
    }
}

.header__logo:hover .header__logo-image {
    filter: brightness(150%)
}

.header__content {
    width: 100%
}

.header__content-title {
    width: 100%;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 40px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffdf00
}

@media (max-width: 1280px) {
    .header__content-title {
        text-align: center;
        font-size: 34px;
        line-height: 30px
    }
}

@media (max-width: 1024px) {
    .header__content-title {
        font-size: 24px;
        line-height: 24px
    }
}

.header__content-text {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #d8cabc;
    margin-top: 10px
}

@media (max-width: 1280px) {
    .header__content-text {
        text-align: center
    }
}

.header__buttons {
    width: 100%;
    margin-top: 15px
}

@media (max-width: 1280px) {
    .header__buttons {
        justify-content: center
    }
}

.header__buttons .button {
    margin: 10px 0
}

@media (max-width: 560px) {
    .header__buttons .button {
        width: 280px !important
    }
}

.header__buttons .button.yellow {
    width: 170px;
    margin-right: 20px
}

@media (max-width: 560px) {
    .header__buttons .button.yellow {
        margin-right: 0
    }
}

.header__buttons .button.light {
    width: 230px
}

.header__servers {
    width: 100%;
    position: relative;
    margin-top: 45px;
    padding-top: 20px;
    padding-bottom: 40px
}

.header__servers:after {
    content: "";
    width: calc(100% + 100px);
    height: 158px;
    background: url(../images/bg/serversbg.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 1;
    opacity: .4;
    pointer-events: none
}

.header__servers:before {
    content: "";
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(29, 28, 27, .2) 0, rgba(0, 0, 0, .4) 100%);
    display: none
}

@media (max-width: 1024px) {
    .header__servers:before {
        display: block
    }
}

.header__server {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    position: relative;
    z-index: 2
}

@media (max-width: 560px) {
    .header__server {
        width: 100%
    }
}

.header__server-icon {
    width: 85px;
    height: 78px;
    position: relative
}

.header__server-icon img {
    width: 85px;
    height: 78px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.header__server-icon span {
    font-family: Beaufort;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff
}

.header__server-info {
    width: calc(100% - 85px);
    padding-left: 10px
}

.header__server-name {
    width: 100%;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff
}

.header__server-status {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #c4b5a5
}

.header__server-status span {
    font-family: inherit;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: #ffb231
}

.header__server-progress {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 0;
    background: rgba(255, 255, 255, .15)
}

.header__server-progress-bg {
    width: 50%;
    height: 100%;
    background: #02e56f
}

.main {
    width: 100%;
    background: rgba(31, 28, 31, .5);
    padding: 50px 0
}

.main__content {
    width: 50%
}

@media (max-width: 1210px) {
    .main__content {
        width: calc((100% - 30px) / 2)
    }
}

@media (max-width: 1024px) {
    .main__content {
        width: 100%
    }
}

.main__content-title {
    width: 100%;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #ffb231;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .main__content-title {
        font-size: 24px;
        line-height: 24px
    }
}

.main__content-box {
    width: 100%;
    margin-top: 24px
}

.main__aside {
    width: 550px
}

@media (max-width: 1210px) {
    .main__aside {
        width: calc((100% - 30px) / 2)
    }
}

@media (max-width: 1024px) {
    .main__aside {
        width: 100%;
        margin-top: 30px
    }
}

.articles {
    width: 100%;
    height: auto
}

.articles__item {
    width: 100%;
    height: 478px;
    border-radius: 5px;
    overflow: hidden;
    background: #262122;
    position: relative
}

@media (max-width: 1210px) {
    .articles__item {
        width: 100%;
        height: 350px
    }
}

.articles__info-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.articles__item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(24, 20, 23, .9) 0, rgba(20, 17, 20, .8) 40%, rgba(33, 28, 32, 0) 100%);
    z-index: 2
}

.articles__item:not(:first-child) {
    margin-top: 20px
}

.articles__item img {
    width: 1024px;
    height: 520px;
    display: block;
    position: absolute;
    top: 0;
    left: calc((100% - 1024px) / 2);
    pointer-events: none;
    z-index: 1
}


.articles__info {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 3
}

.articles__title {
    width: 100%;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    max-height: calc(26px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.articles__title a {
    transition: color .3s ease-in-out
}

.articles__title a:hover {
    color: #02e56f
}

@media (min-width: 1211px) {
    .articles__item:first-child .articles__title {
        font-size: 30px;
        line-height: 30px;
        max-height: calc(30px * 2);
        -webkit-line-clamp: 2
    }
}

.articles__text {
    font-weight: 400;
    font-size: 16px;
    color: #c4b5a5;
    margin-top: 15px;
    line-height: 24px;
    max-height: calc(24px * 6);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.articles__text font,
.articles__text p,
.articles__text span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.articles__text b {
    font-family: inherit;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.articles__text a {
    color: #ffb231;
    text-decoration: underline;
    transition: color .3s ease-in-out
}

.articles__text a:hover {
    color: #02e56f
}

@media (min-width: 1211px) {
    .articles__item:first-child .articles__text {
        font-size: 18px;
        line-height: 24px;
        max-height: calc(24px * 4);
        -webkit-line-clamp: 4
    }
}

.articles .button {
    height: 54px;
    margin-top: 20px
}

@media (max-width: 520px) {
    .articles .button {
        height: 42px
    }
}

@media (max-width: 520px) {
    .articles .button span {
        font-size: 16px;
        line-height: 16px
    }
}

.aside-widget {
    width: 100%
}

.aside-widget:not(:last-child) {
    margin-bottom: 50px
}

@media (max-width: 1210px) {
    .aside-widget:not(:last-child) {
        margin-bottom: 30px
    }
}

.aside-widget__title {
    width: 100%;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #f9d291;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .aside-widget__title {
        font-size: 24px;
        line-height: 24px
    }
}

.aside-widget__content {
    width: 100%;
    margin-top: 24px
}

.forum-posts {
    width: 100%
}

.forum-posts__item {
    width: 100%;
    background: #262122;
    padding: 17px;
    border-radius: 5px
}

.forum-posts__item:not(:last-child) {
    margin-bottom: 4px
}

.forum-posts__icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #756c65
}

.forum-posts__info {
    width: calc(100% - 50px);
    padding-left: 15px
}

.forum-posts__title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.forum-posts__title a {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s ease-in-out
}

@media (max-width: 520px) {
    .forum-posts__title a {
        font-size: 14px;
        line-height: 14px
    }
}

.forum-posts__title a:hover {
    color: #02e56f
}

.forum-posts__author {
    width: 100%;
    font-size: 16px;
    margin-top: 5px
}

.forum-posts__author a {
    transition: color .3s ease-in-out
}

.forum-posts__author a:hover {
    color: #02e56f
}

.swiper {
    width: 100%;
    height: 140px;
    position: relative
}

@media (max-width: 1024px) {
    .swiper {
        height: 200px
    }
}

@media (max-width: 790px) {
    .swiper {
        height: 160px
    }
}

@media (max-width: 650px) {
    .swiper {
        height: 140px
    }
}

@media (max-width: 520px) {
    .swiper {
        height: 220px;
        margin-top: 40px
    }
}

@media (max-width: 450px) {
    .swiper {
        height: 200px
    }
}

@media (max-width: 400px) {
    .swiper {
        height: 180px
    }
}

@media (max-width: 360px) {
    .swiper {
        height: 150px
    }
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    background: #262122;
    border-radius: 5px;
    overflow: hidden
}

.swiper-pagination {
    position: absolute;
    top: -47px;
    right: 0
}

@media (max-width: 520px) {
    .swiper-pagination {
        top: -30px;
        right: auto;
        left: 0
    }
}

.swiper-pagination-bullet {
    background: #4c413c;
    opacity: 1
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px
}

.swiper-pagination-bullet-active {
    background: #02e56f
}

.bonuses__img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .5
}

.bonuses__info {
    width: 265px;
    padding: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.bonuses__big-title {
    font-family: Beaufort;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #ffb231;
    text-transform: uppercase
}

.bonuses__title {
    font-family: Beaufort;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase
}

.bonuses .button {
    width: 130px;
    height: 34px;
    margin-top: 10px
}

.bonuses .button span {
    font-size: 14px
}

.inner-page {
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 5px;
    background: #262122
}

.start-content {
    width: 100%;
    height: auto
}

.start-content__box {
    width: 100%
}

.start-content__box:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #383131
}

.start-content__step {
    width: 80px;
    height: 28px;
    border-radius: 5px;
    background: #02e56f;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1f1c1f
}

.start-content__title {
    width: 100%;
    margin-top: 15px;
    font-family: Beaufort;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase
}

@media (max-width: 520px) {
    .start-content__title {
        font-size: 18px;
        line-height: 18px
    }
}

.start-content__title span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #ffb231
}

.start-content__min-box {
    width: 100%;
    padding: 15px 15px 5px;
    background: #231e1f;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #383131
}

.start-content__min-title {
    width: 100%;
    font-family: Beaufort;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase
}

.start-content__min-title span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #ffb231
}

.start-content__text {
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #c4b5a5
}

@media (max-width: 520px) {
    .start-content__text {
        font-size: 14px;
        line-height: 18px
    }
}

.start-content__buttons {
    width: 100%;
    margin-top: 10px
}

.start-content__buttons .button {
    height: 40px;
    margin: 10px 0
}

@media (max-width: 520px) {
    .start-content__buttons .button {
        width: 100% !important
    }
}

.start-content__buttons .button:not(:last-child) {
    margin-right: 20px
}

@media (max-width: 520px) {
    .start-content__buttons .button:not(:last-child) {
        margin-right: 0
    }
}

.start-content__buttons .button span {
    font-size: 16px;
    line-height: 16px
}

.start-content__buttons .button.reg {
    width: 250px
}

.start-content__buttons .button.login {
    width: 180px
}

.start-content__buttons .button.col3 {
    width: calc((100% - 30px) / 3);
    margin-right: 0 !important
}

.start-content__min-box .start-content__buttons {
    margin-top: 5px
}

.footer {
    width: 100%;
    position: relative;
    z-index: 1
}

.footer__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #211c20;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.footer__picture {
    width: 1920px;
    height: 457px;
    flex-shrink: 0
}

.footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(33, 28, 32, 0) 0, #211c20 457px, #211c20 100%);
    z-index: 1
}

.footer .content-area {
    padding: 50px 0;
    z-index: 2
}

.footer__widget {
    width: 350px;
    border-radius: 5px;
    overflow: hidden;
    background: #1b1719
}

@media (max-width: 1024px) {
    .footer__widget {
        width: 100%;
        order: -1
    }
}

.footer__widget-header {
    width: calc(100% - 6px);
    margin: 3px 3px 0;
    height: 82px;
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.footer__widget-header img {
    position: absolute;
    width: 1024px;
    height: 163px;
    top: 0;
    left: calc((100% - 1024px) / 2)
}

.footer__widget-name {
    width: 100%;
    margin-top: 15px;
    padding: 0 20px
}

.footer__widget-name a {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #c4b5a5;
    transition: color .3s ease-in-out
}

.footer__widget-name a:hover {
    color: #e4d8cc
}

.footer__widget-status {
    width: 100%;
    margin-top: 5px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #82786f
}

.footer__widget-item {
    width: calc(100% - 40px);
    margin: 20px;
    padding: 10px 10px;
    border-left: 2px solid #02e56f;
    background: rgba(255, 255, 255, .05)
}

.footer__widget-item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #c4b5a5
}

.footer__widget-item-text {
    width: 100%;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #aa9e93
}

.footer__widget-item-text span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffb231
}

.footer__widget .button {
    width: calc(100% - 40px);
    height: 40px;
    margin: 20px
}

.footer__widget .button span {
    font-size: 14px
}

.footer__content {
    width: calc(100% - 350px - 50px)
}

@media (max-width: 1024px) {
    .footer__content {
        width: 100%;
        margin-top: 50px
    }
}

.footer__nav {
    width: 100%
}

@media (max-width: 1024px) {
    .footer__nav-clear {
        width: 100%
    }
}

.footer__nav-items {
    width: auto
}

@media (max-width: 1024px) {
    .footer__nav-items {
        width: calc(100% / 3)
    }
}

@media (max-width: 700px) {
    .footer__nav-items {
        width: 100%
    }

    .footer__nav-items:not(:nth-child(3)) {
        margin-bottom: 30px
    }
}

.footer__nav-item {
    width: auto;
    text-align: left
}

@media (max-width: 1024px) {
    .footer__nav-item {
        width: 100%;
        text-align: center
    }
}

.footer__nav-item:not(:last-child) {
    margin-bottom: 15px
}

.footer__nav-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #82786f;
    transition: color .3s ease-in-out
}

.footer__nav-item a:hover {
    color: #c4b5a5
}

.footer__cpr {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid rgba(196, 181, 165, .2);
    padding-top: 50px
}

.footer__cpr-title {
    width: 100%;
    font-family: Beaufort;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #c4b5a5;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .footer__cpr-title {
        text-align: center
    }
}

.footer__cpr-text {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #82786f;
    margin-top: 10px
}

@media (max-width: 1024px) {
    .footer__cpr-text {
        text-align: center
    }
}

.footer .unsimple {
    width: 152px;
    height: 29px;
    display: block;
    opacity: .4;
    transition: opacity .3s ease-in-out;
    margin-top: 30px
}

@media (max-width: 1024px) {
    .footer .unsimple {
        margin: 0 auto;
        margin-top: 30px
    }
}

.footer .unsimple:hover {
    opacity: 1
}

.footer .unsimple img {
    width: 100%;
    height: 100%;
    display: block
}

.rtns {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px
}

@media (max-width: 550px) {
    .rtns {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
        justify-content: space-around
    }
}

.rtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: .2s all;
    width: 125px;
    height: 47px;
    flex-grow: 0;
    font-size: 13px;
    position: relative;
    z-index: 0;
    border: 0;
    outline: 0;
    background-color: transparent
}

.rtn:after,
.rtn:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: -18px;
    width: 163px;
    height: 72px;
    z-index: 0;
    transition: .2s all;
    pointer-events: none
}

.rtn:after {
    background: transparent url(../images/rtn/1.png) no-repeat center center
}

.rtn:before {
    opacity: 0;
    z-index: 2;
    background: transparent url(../images/rtn/1_hv.png?ver=000) no-repeat center center
}

.rtn:hover:before {
    opacity: 1
}

.rtn_1:after {
    background: transparent url(../images/rtn/1.png?ver=000) no-repeat center center
}

.rtn_1:before {
    background: transparent url(../images/rtn/1_hv.png?ver=000) no-repeat center center
}

.rtn_2:after {
    background: transparent url(../images/rtn/2.png?ver=000) no-repeat center center
}

.rtn_2:before {
    background: transparent url(../images/rtn/2_hv.png?ver=000) no-repeat center center
}

.rtn_3:after {
    background: transparent url(../images/rtn/3.png?ver=000) no-repeat center center
}

.rtn_3:before {
    background: transparent url(../images/rtn/3_hv.png?ver=000) no-repeat center center
}

.rtn_4:after {
    background: transparent url(../images/rtn/4.png?ver=000) no-repeat center center
}

.rtn_4:before {
    background: transparent url(../images/rtn/4_hv.png?ver=000) no-repeat center center
}

.rtn_5:after {
    background: transparent url(../images/rtn/5.png?ver=000) no-repeat center center
}

.rtn_5:before {
    background: transparent url(../images/rtn/5_hv.png?ver=000) no-repeat center center
}

.rtn_6:after {
    background: transparent url(../images/rtn/6.png?ver=000) no-repeat center center
}

.rtn_6:before {
    background: transparent url(../images/rtn/6_hover.png) no-repeat center center
}

.rtn_7:after {
    background: transparent url(../images/rtn/7.png?ver=000) no-repeat center center
}

.rtn_7:before {
    background: transparent url(../images/rtn/7_hv.png?ver=000) no-repeat center center
}

.rtn_8:after {
    background: transparent url(../images/rtn/8.png?ver=000) no-repeat center center
}

.rtn_8:before {
    background: transparent url(../images/rtn/8_hv.png?ver=000) no-repeat center center
}

.discord {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(calc(100% - 74px));
    width: 240px;
    transition: .3s all;
    z-index: 20;
    max-height: 50vh;
    height: 350px
}

.discord iframe {
    width: 100%;
    height: 100%
}

.discord:hover {
    transform: translateY(0)
}

.discord__btn {
    position: absolute;
    top: 0;
    right: 100%;
    background: url(../images/discord.png) no-repeat;
    width: 42px;
    height: 200px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}


.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}

.bonus-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s all;
}

.bonus-modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 5000;
    pointer-events: all;
    transition: 0.5s all;
}

.bonus-modal-block {
    background: #1e1d1c;
    padding: 20px;
    border-radius: 20px;
    min-width: 800px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bonus-modal-main-title {
    font-family: Beaufort;
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffdf00;
    text-align: center;
    margin-bottom: 20px;
}

.bonus-modal-list {
    margin-bottom: 20px;
    list-style: none;
}

.bonus-modal-list-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .04);
    padding: 10px;
    border-radius: 10px;
}

.list-item-box {
    display: flex;
    align-items: center;
    width: 65%;
}

.list-item-icon {
    margin-right: 20px;
    max-width: 32px;
}

.list-item-title {
    font-family: Beaufort;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: #f9d291;
    text-transform: uppercase;
    width: 25%;
    margin-right: 20px;
}

.bonus-modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-modal-activation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffdb39;
    border: 0;
    width: 210px;
    height: 55px;
    border-radius: 10px;
    outline: none;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1f1c1f;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}

.bonus-modal-activation-btn:hover {
    opacity: 0.7;
    transition: opacity .3s ease-in-out;
}

.bonus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 1000;
    background: #ffdb39;
    border: 0;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    outline: none;
    font-family: Beaufort;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1f1c1f;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    animation: myfirst 3s infinite;
    -webkit-animation: bonusBtn 3s infinite;
}

.bonus-btn:hover {
    opacity: 0.7;
    transition: opacity .3s ease-in-out;
}

.bonus-btn-txt {
    font-family: Beaufort;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1f1c1f;
}

.bonus-btn-icon {
    width: 30%;
    margin-left: 15px;
}

@-webkit-@keyframes bonusBtn {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bonusBtn {

    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.modal_block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s all;
}

.modal_block.active {
    opacity: 1;
    visibility: visible;
    z-index: 5000;
    pointer-events: all;
    transition: 0.5s all;
}

.modal_box {
    background-image: url(../images/main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 500px;
    border-radius: 10px;
    padding: 20px;
}

.modal_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal_header .modal_header_img {
    cursor: pointer;
    transition: 0.3s all;
}

.modal_header .modal_header_img:hover {
    transform: rotate(180deg);
    transition: 0.3s all;
}

.modal_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 55%;
}

.modal_main .modal_main_title {
    font-family: Beaufort;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffdf00;
    text-align: center;
}

.modal_main_logo {
    text-align: center;
    margin-bottom: 40px;
}

.modal_main_logo .modal_main_logo_img {
    width: 55%;
    height: auto;
}

.modal_footer {
    display: flex;
    justify-content: center;
    max-width: 55%;
}

.modal_footer .modal_footer_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0;
    max-width: 50%;
    width: 100%;
}

.modal_footer .modal_footer_list .footer_list_item {
    cursor: pointer;
    transition: 0.3s all;
}

.modal_footer .modal_footer_list .footer_list_item .list_item_link {
    filter: drop-shadow(0 0 6px rgba(191, 201, 255, 0.37)) drop-shadow(0 0 3px rgba(215, 221, 255, 0.9)) drop-shadow(0 0 3px rgba(215, 221, 255, 0.59));
}

.modal_footer .modal_footer_list .footer_list_item:hover {
    transform: scale(1.15);
    transition: 0.3s all;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .bonus-modal{
    overflow: auto;
    padding-top: 200px;
  }

  .bonus-modal-header{
    padding-top: 30px;
  }

  .bonus-modal-block{
    min-width: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  .bonus-modal-footer{
    padding-bottom: 15px;
  }

  .bonus-modal-activation-btn{
    width: 100%;
  }

  .bonus-modal-list-item{
    flex-direction: column;
  }

  .bonus-btn-icon{
    display: none;
  }

  .bonus-btn{
    right: 20px;
    width: 140px;
    height: 45px;
  }

  .list-item-title{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .list-item-box{
    width: 100%;
  }

    .modal_block {
        width: 95%;
        margin: 0 auto;
    }

    .modal_box {
        width: 100%;
        background-position: bottom;
    }

    .modal_main .modal_main_title {
        font-size: 25px;
    }

    .modal_main_logo .modal_main_logo_img {
        width: 70%;
    }

    .modal_footer {
        max-width: 65%;
    }

    .modal_footer .modal_footer_list {
        max-width: 100%;
    }

    .header_info_txt {
        font-family: Beaufort;
        text-align: center;
        font-size: 18px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffb231;
        padding: 10px;
        margin: 0 10px;
    }

    .header_info_link {
        font-family: Beaufort;
        color: #ffb231;
        display: inline-block;
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        margin: 0 10px;
    }

    .header_info_link:after {
        content: "";
        display: block;
        height: 2px;
        background-color: #ffb231;
        position: absolute;
        left: 0;
        bottom: -3px;
        right: 0;
        transition: 0.2s all;
        box-shadow: 0 0 6px rgb(1 3 1 / 75%);
    }

    .header_info_link:hover:after {
        bottom: -8px;
        opacity: 0;
    }

    .header_info_link:hover {
        text-decoration: none;
    }

    body {
        margin: 0;
        padding: 0;
    }

    .page {
        display: flex;
        min-height: 100vh;
    }

    /* Фиксируем позицию body, которую меняет панель гугла*/
    .page_fix {
        top: 0 !important;
        position: static !important;
    }

    /* Прячем панель гугла */
    .skiptranslate {
        display: none !important;
    }

    /* language */
    .language {
        position: fixed;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
    }

    .language__img {
        margin: 2px;
        cursor: pointer;
        opacity: .5;
    }

    .language__img:hover,
    .language__img_active {
        opacity: 1;
    }

    /* content */
    .content {
        text-align: center;
        margin: auto;
    }

}