@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap);

._container {
    margin: 0 auto;
    max-width: 1355px;
    padding: 0 10px;
    width: 100%;
}
* {
    border: none;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.4px;
    margin: 0;
    outline: none;
    padding: 0;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: none;
}
::-webkit-scrollbar-thumb {
    background: #ffae39;
}
a {
    -webkit-text-decoration: none;
    text-decoration: none;
}
ul {
    list-style: none;
}
html {
    scroll-behavior: smooth;
}
body,
html {
    overflow-x: hidden;
}
body {
    background: #1d1d22;
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
    width: 100%;
}
header ._container {
    height: 109px;
    justify-content: space-between;
}
header ._container,
header ._container .logo {
    align-items: center;
    display: flex;
}
header ._container .logo img {
    margin-right: 16px;
    width: 69px;
}
header ._container .logo .info {
    display: flex;
    flex-direction: column;
}
header ._container .logo .info .name {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 2px;
}
header ._container .logo .info .url {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 20px;
    opacity: 0.7;
    text-transform: uppercase;
}
header ._container .right {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
}
header ._container .right .server_block {
    align-items: center;
    background: url(../img/online_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-right: 171px;
    width: 169px;
}
header ._container .right .server_block .name {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.17em;
    line-height: 17px;
    margin-bottom: 11px;
    margin-top: 15px;
}
header ._container .right .server_block .online {
    align-items: center;
    display: flex;
    justify-content: center;
}
header ._container .right .server_block .online svg {
    margin-right: 7px;
}
header ._container .right .server_block .online .counter {
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 15px;
}
header ._container .right .server_block .online b {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 17px;
}
header ._container .right .server_block .blur {
    position: absolute;
    top: 0;
    width: 315px;
    z-index: -1;
}
header ._container .right .nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
header ._container .right .nav a {
    align-items: center;
    color: hsla(0, 0%, 100%, 0.45);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin-right: 41px;
    position: relative;
}
header ._container .right .nav a:after {
    background: #ff8a00;
    border-radius: 32px;
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    transition: width 0.3s;
    width: 0;
}
header ._container .right .nav a.active,
header ._container .right .nav a:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
header ._container .right .nav a.active:after,
header ._container .right .nav a:hover:after {
    transition: width 0.3s;
    width: 100%;
}
section.welcome_section {
    background: url(../img/bg_welcome.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
section.welcome_section ._container {
    align-items: center;
    display: flex;
    height: 854px;
    position: relative;
}
section.welcome_section .picture {
    position: absolute;
    right: -89.5px;
    top: -41px;
    transition: all 0.6s;
    width: 865px;
}
section.welcome_section .picture:hover {
    transform: translateX(-40px) translateY(50px);
    transition: all 0.6s;
}
section.welcome_section .info {
    width: 600px;
}
section.welcome_section .info h1 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 34px;
}
section.welcome_section .info h3 {
    color: hsla(0, 0%, 100%, 0.55);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 179.5%;
    margin-bottom: 55px;
}
section.welcome_section .info .actions {
    align-items: center;
    display: flex;
}
section.welcome_section .info .actions .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 16px;
    box-shadow: 0 5px 10px rgba(255, 148, 1, 0.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 160%;
    margin-right: 45px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: background 0.5s linear;
    width: 254px;
}
section.welcome_section .info .actions .btn:hover {
    background: #ffb90c;
    transition: background 0.5s linear;
}
section.welcome_section .info .actions .copy {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}
section.welcome_section .info .actions .copy svg {
    margin-left: 10px;
}
section.welcome_section .info .actions .copy:hover {
    opacity: 0.6;
    transition: all 0.3s;
}
section.social_section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 29px;
    padding-bottom: 176px;
}
section.social_section ._container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.social_section .title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 204px;
    text-align: center;
    width: 100%;
}
section.social_section .social_block {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 376px;
    justify-content: center;
    padding: 0px 75px 0;
    position: relative;
    width: 604px;
}
section.social_section .social_block .name {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 33px;
    text-align: center;
}
section.social_section .social_block .desc {
    color: hsla(0, 0%, 100%, 0.55);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 179.5%;
    margin-bottom: 33px;
    text-align: center;
}
section.social_section .social_block .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 16px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 160%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: background 0.5s linear;
    width: 254px;
}
section.social_section .social_block .btn:hover {
    background: #ffb90c;
    box-shadow: 0 5px 10px rgba(255, 148, 1, 0.15);
    transition: background 0.5s linear;
}
section.social_section .social_block.discord {
    background: url(../img/bg_social_discord.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s;
}
section.social_section .social_block.discord:hover:before {
    transform: translateY(10px);
    transition: all 0.6s;
}
section.social_section .social_block.discord:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 289px;
    position: absolute;
    top: -159px;
    transition: all 0.6s;
    width: 100%;
    z-index: 2;
}
section.social_section .social_block.discord .btn {
    background: #7289da;
    transition: all 0.3s;
}
section.social_section .social_block.discord .btn:hover {
    background: #859ae7;
    box-shadow: 0 5px 10px rgba(114, 137, 218, 0.15);
    transition: all 0.3s;
}
section.social_section .social_block.shop {
    background: url(../img/bg_social_shop.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s;
}
section.social_section .social_block.shop:hover:after,
section.social_section .social_block.shop:hover:before {
    transform: translateY(10px);
    transition: all 0.6s;
}
section.social_section .social_block.shop:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 301px;
    position: absolute;
    top: -151px;
    transition: all 0.6s;
    width: 725px;
    z-index: -1;
}
section.social_section .social_block.shop:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 332px;
    position: absolute;
    top: -204px;
    transition: all 0.6s;
    width: 520px;
    z-index: 2;
}
footer {
    background: url(../img/footer_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
footer ._container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 65px 10px;
}
footer ._container,
footer .info,
footer .left {
    align-items: flex-start;
    display: flex;
}
footer .info {
    margin-right: 101px;
}
footer .info .logo_img {
    margin-right: 16px;
    width: 69px;
}
footer .info .project {
    display: flex;
    flex-direction: column;
}
footer .info .project .name {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 4px;
}
footer .info .project .online svg {
    margin-right: 8px;
    width: 11px;
}
footer .info .project .online span {
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.17em;
    line-height: 15px;
}
footer .info .project .online span b {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.17em;
    line-height: 17px;
}
footer .info .social_list {
    align-items: center;
    display: flex;
    margin-top: 30px;
}
footer .info .social_list .social {
    margin-right: 7px;
}
footer .info .social_list .social:hover img {
    transform: scale(0.8);
    transition: all 0.3s;
}
footer .info .social_list .social:last-child {
    margin-right: 0;
}
footer .info .social_list .social img {
    transition: all 0.3s;
    width: 46px;
}
footer .copy {
    max-width: 442px;
}
footer .copy .text {
    color: #fff;
    font-weight: 600;
    margin-bottom: 26px;
    width: 100%;
}
footer .copy .contacts,
footer .copy .text {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
}
footer .copy .contacts {
    color: hsla(0, 0%, 100%, 0.65);
    font-weight: 500;
    margin-bottom: 24px;
}
footer .copy .language {
    align-items: center;
    display: flex;
    width: 100%;
}
footer .copy .language .name {
    color: hsla(0, 0%, 100%, 0.65);
    margin: 0 7px 0 0;
    width: auto;
}
footer .copy .language .lang,
footer .copy .language .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
footer .copy .language .lang {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
}
footer .copy .language .lang img {
    margin-right: 4px;
    width: 10px;
}
footer .links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
footer .links a {
    color: hsla(0, 0%, 100%, 0.45);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 17px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
footer .links a:hover {
    color: #fff;
    transition: all 0.3s;
}
section.shop_section .tabs {
    grid-gap: 16.6px;
    grid-template-columns: 23.75% 23.75% 23.75% 23.75%;
    grid-gap: 22.13px;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    margin-bottom: 90px;
    width: 100%;
}
section.shop_section .tabs .tab {
    align-items: center;
    background: #25252c;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    height: 70px;
    padding-left: 25px;
    text-transform: uppercase;
    transition: background 0.5s;
    width: 100%;
}
section.shop_section .tabs .tab img {
    width: 46px;
}
section.shop_section .tabs .tab .text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 20px;
    text-align: center;
    width: calc(100% - 71px);
}
section.shop_section .tabs .tab.active,
section.shop_section .tabs .tab:hover {
    background: #ff8a00;
    transition: background 0.5s;
}
section.shop_section .list_products {
    grid-gap: 18px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    margin-bottom: 50px;
    width: 100%;
}
section.shop_section .list_products .product {
    align-items: center;
    background: #25252c;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 41px 22.5px 21px;
    position: relative;
    width: 100%;
}
section.shop_section .list_products .product .tag {
    align-items: center;
    border-radius: 17.5px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 15px;
    padding: 0 35px;
    position: absolute;
    top: -18px;
}
section.shop_section .list_products .product .tag.purple {
    background: #9358bd;
    padding: 0 35px;
}
section.shop_section .list_products .product .tag.orange {
    background: #ffa406;
    padding: 0 14px;
}
section.shop_section .list_products .product .icon {
    border-radius: 110px;
    margin-bottom: 22px;
    width: 67%;
}
section.shop_section .list_products .product .header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 14.6px;
    width: 100%;
}
section.shop_section .list_products .product .header .text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* max-width: 50%; */
}
section.shop_section .list_products .product .header .price {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-end;
    letter-spacing: 0.04em;
    line-height: 24px;
}
section.shop_section .list_products .product .header .price .sale {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin-left: 12px;
    text-decoration-line: line-through;
}
section.shop_section .list_products .product .header .price .sale_percent {
    background: #ff8a00;
    border-radius: 17.5px;
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 10px;
    margin-left: 21px;
    padding: 4px 6px;
}
section.shop_section .list_products .product .desc {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 22px;
    min-height: 66px;
    opacity: 0.5;
    width: 100%;
}
section.shop_section .list_products .product .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    line-height: 19px;
    transition: background 0.5s;
    width: 100%;
}
section.shop_section .list_products .product .btn img {
    margin-left: 12px;
    width: 16px;
}
section.shop_section .list_products .product .btn:hover {
    background: #454545;
    transition: background 0.5s;
}
section.rules_section {
    padding: 111px 0;
}
section.rules_section .title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 23px;
}
section.rules_section .desc,
section.rules_section .title {
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: center;
    width: 100%;
}
section.rules_section .desc {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 82px;
}
section.rules_section .desc a {
    color: #ff8a00;
    text-decoration-line: underline;
}
section.rules_section .list_levels {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}
section.rules_section .list_levels .level {
    margin-bottom: 60px;
    width: 100%;
}
section.rules_section .list_levels .level .name {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 140%;
}
section.rules_section .list_levels .level .title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 160%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}
section.rules_section .list_levels .level .title:first-child {
    margin-top: 0;
}
section.rules_section .list_levels .level p {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 160%;
}
section.rules_section .rule {
    margin-bottom: 37px;
    width: 100%;
}
section.rules_section .rule .category {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 140%;
    margin-bottom: 36px;
}
section.rules_section .rule .category .number {
    margin-right: 45px;
}
section.rules_section .rule .text {
    padding-left: 68.5px;
}
section.rules_section .rule .text p {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 160%;
    margin-bottom: 20px;
}
section.rules_section .rule .text p:last-child {
    margin-bottom: 0;
}
.modal_overlay {
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}
.modal_overlay .modal_container {
    margin: 1.75rem auto;
}
.modal_overlay .confirm_lang {
    background: #25252c;
    border-radius: 15px;
    flex-direction: column;
    margin: 0 auto;
    max-width: 417px;
    padding: 51px 60px 42px;
}
.modal_overlay .confirm_lang,
.modal_overlay .confirm_lang .logo {
    align-items: center;
    display: flex;
}
.modal_overlay .confirm_lang .logo img {
    margin-right: 16px;
    width: 69px;
}
.modal_overlay .confirm_lang .logo .info {
    display: flex;
    flex-direction: column;
}
.modal_overlay .confirm_lang .logo .info .name {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 2px;
}
.modal_overlay .confirm_lang .logo .info .url {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 20px;
    opacity: 0.7;
    text-transform: uppercase;
}
.modal_overlay .confirm_lang .alert {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin-bottom: 38px;
    margin-top: 34px;
}
.modal_overlay .confirm_lang .alert img {
    margin: 0 8px;
    width: 15px;
}
.modal_overlay .confirm_lang .actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.modal_overlay .confirm_lang .actions .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 20px;
    transition: background 0.5s linear;
    width: 136px;
}
.modal_overlay .confirm_lang .actions .btn:hover {
    background: #ffb90c;
    transition: background 0.5s linear;
}
.modal_overlay .confirm_lang .actions .btn.no_bg {
    background: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.modal_overlay .select_lang {
    align-items: center;
    background: #25252c url(../img/bg_modal_lang.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 680px;
    padding: 64px 78px;
}
.modal_overlay .select_lang .logo {
    align-items: center;
    display: flex;
    margin-bottom: 44px;
    position: relative;
    z-index: 2;
}
.modal_overlay .select_lang .logo img {
    margin-right: 16px;
    width: 69px;
}
.modal_overlay .select_lang .logo .info {
    display: flex;
    flex-direction: column;
}
.modal_overlay .select_lang .logo .info .name {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 2px;
}
.modal_overlay .select_lang .logo .info .url {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 20px;
    opacity: 0.7;
    text-transform: uppercase;
}
.modal_overlay .select_lang .search {
    align-items: center;
    display: flex;
    height: 50px;
    margin-bottom: 48px;
    max-width: 400px;
    position: relative;
    width: 100%;
}
.modal_overlay .select_lang .search svg {
    left: 20px;
    position: absolute;
    width: 22px;
}
.modal_overlay .select_lang .search input {
    background: none;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    border-radius: 13px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    line-height: 20px;
    padding-left: 63px;
    width: 100%;
}
.modal_overlay .select_lang .search input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .select_lang .search input::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .select_lang .lang {
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    line-height: 19px;
}
.modal_overlay .select_lang .lang img {
    margin-right: 10px;
    width: 10px;
}
.modal_overlay .select_lang .list_lang {
    grid-gap: 14px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    width: 100%;
}
.modal_overlay .select_lang .list_lang .lang {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
.modal_overlay .select_lang .global_lang {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    width: 100%;
}
.modal_overlay .select_lang .global_lang .lang {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 13.5px;
}
.modal_overlay .select_lang .global_lang .lang img {
    width: 15px;
}
.modal_overlay .list_payments {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 23.75% 23.75% 23.75% 23.75%;
    margin-bottom: 42px;
    width: 100%;
}
.modal_overlay .list_payments .payment {
    align-items: center;
    background: #1d1d22;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 125px;
    justify-content: center;
    position: relative;
    transition: background 0.5s;
    width: 100%;
}
.modal_overlay .list_payments .payment:after {
    background: url(../img/icons/icon_selected_payment.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 29px;
    position: absolute;
    right: 18px;
    top: 13px;
    transform: scale(0);
    transition: all 0.3s;
    width: 29px;
}
.modal_overlay .list_payments .payment.simcard svg {
    width: 80px;
}
.modal_overlay .list_payments .payment.qiwi svg {
    width: 122px;
}
.modal_overlay .list_payments .payment.card svg {
    width: 102px;
}
.modal_overlay .list_payments .payment.xsolla img {
    width: 70px;
}
.modal_overlay .list_payments .payment.active,
.modal_overlay .list_payments .payment:hover {
    background: #3b3b44;
    transition: background 0.5s;
}
.modal_overlay .list_payments .payment.active:after,
.modal_overlay .list_payments .payment:hover:after {
    transform: scale(1);
    transition: all 0.3s;
}
.modal_overlay .payment_modal {
    background: #25252c;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 759px;
    padding: 55px 65px;
}
.modal_overlay .payment_modal .header {
    margin-bottom: 48px;
    width: 100%;
}
.modal_overlay .payment_modal .header .title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
}
.modal_overlay .payment_modal .header .desc {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.modal_overlay .payment_modal .footer {
    width: 100%;
}
.modal_overlay .payment_modal .footer .inputs {
    margin-bottom: 81px;
    width: 100%;
}
.modal_overlay .payment_modal .footer .inputs input {
    background: #1d1d22;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    line-height: 20px;
    margin-bottom: 18px;
    padding: 0 29px;
    width: 100%;
}
.modal_overlay .payment_modal .footer .inputs input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .payment_modal .footer .inputs input::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .payment_modal .footer .agree {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 27px;
    width: 100%;
}
.modal_overlay .payment_modal .footer .agree .checkbox {
    align-items: center;
    background: #1d1d22;
    border: 1px solid #ff8a00;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    width: 47px;
}
.modal_overlay .payment_modal .footer .agree .checkbox:after {
    background: url(../img/icons/agree_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 18px;
    position: absolute;
    transform: scale(0);
    transition: all 0.3s;
    width: 18px;
}
.modal_overlay .payment_modal .footer .agree .checkbox.active:after {
    transform: scale(1);
    transition: all 0.3s;
}
.modal_overlay .payment_modal .footer .actions {
    align-items: center;
    display: flex;
}
.modal_overlay .payment_modal .footer .actions .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    line-height: 19px;
    margin-right: 48px;
    transition: background 0.5s linear;
    width: 244px;
}
.modal_overlay .payment_modal .footer .actions .btn img {
    margin-left: 20px;
    transition: margin-left 0.5s;
    width: 18px;
}
.modal_overlay .payment_modal .footer .actions .btn:hover {
    background: #ffb90c;
    transition: background 0.5s linear;
}
.modal_overlay .payment_modal .footer .actions .btn:hover img {
    margin-left: 30px;
    transition: margin-left 0.5s;
}
.modal_overlay .payment_modal .footer .actions .price {
    display: flex;
    flex-direction: column;
}
.modal_overlay .payment_modal .footer .actions .price .title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.modal_overlay .payment_modal .footer .actions .price .value {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 24px;
}
.modal_overlay .payment_modal .footer .actions .price .value span {
    color: hsla(0, 0%, 100%, 0.45);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-decoration-line: line-through;
}
.modal_overlay .kit_modal {
    align-items: flex-start;
    background: #25252c;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 929px;
    padding: 45px 0 45px 50px;
}
.modal_overlay .kit_modal .left {
    width: 400px;
}
.modal_overlay .kit_modal .left .header {
    margin-bottom: 56px;
    width: 100%;
}
.modal_overlay .kit_modal .left .header .title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
}
.modal_overlay .kit_modal .left .header .desc {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .kit_modal .left .inputs {
    margin-bottom: 81px;
    width: 100%;
}
.modal_overlay .kit_modal .left .inputs input {
    background: #1d1d22;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    line-height: 20px;
    margin-bottom: 18px;
    padding: 0 29px;
    width: 100%;
}
.modal_overlay .kit_modal .left .inputs input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .kit_modal .left .inputs input::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .kit_modal .left .actions {
    align-items: center;
    display: flex;
}
.modal_overlay .kit_modal .left .actions .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    line-height: 19px;
    margin-right: 38px;
    transition: background 0.5s linear;
    width: 244px;
}
.modal_overlay .kit_modal .left .actions .btn img {
    margin-left: 20px;
    transition: margin-left 0.5s;
    width: 18px;
}
.modal_overlay .kit_modal .left .actions .btn:hover {
    background: #ffb90c;
    transition: background 0.5s linear;
}
.modal_overlay .kit_modal .left .actions .btn:hover img {
    margin-left: 30px;
    transition: margin-left 0.5s;
}
.modal_overlay .kit_modal .left .actions .price {
    display: flex;
    flex-direction: column;
}
.modal_overlay .kit_modal .left .actions .price .title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.modal_overlay .kit_modal .left .actions .price .value {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 24px;
}
.modal_overlay .kit_modal .left .actions .price .value span {
    color: hsla(0, 0%, 100%, 0.45);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-decoration-line: line-through;
}
.modal_overlay .kit_modal .right {
    width: 416px;
}
.modal_overlay .kit_modal .right .header {
    align-items: center;
    background: #1d1d22;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    padding: 13px 50px 13px 32px;
}
.modal_overlay .kit_modal .right .header .params {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.modal_overlay .kit_modal .right .header .params .name {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
}
.modal_overlay .kit_modal .right .header .params .value {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.modal_overlay .kit_modal .right .header .params .value.orange {
    color: #ff8a00;
}
.modal_overlay .kit_modal .right .desc {
    height: 283px;
    max-height: 283px;
    overflow-y: auto;
    padding-left: 5px;
    width: calc(100% - 50px);
}
.modal_overlay .kit_modal .right .desc b {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 10px 0;
}
.modal_overlay .kit_modal .right .desc p {
    color: hsla(0, 0%, 100%, 0.75);
}
.modal_overlay .money_modal {
    background: #25252c url(../img/money_modal_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 810px;
    padding: 45px 50px;
}
.modal_overlay .money_modal .header {
    margin-bottom: 49px;
    width: 100%;
}
.modal_overlay .money_modal .header .title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
}
.modal_overlay .money_modal .header .desc {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.modal_overlay .money_modal .inputs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal_overlay .money_modal .inputs input {
    background: #1d1d22;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    line-height: 20px;
    padding: 0 29px;
    width: 46%;
}
.modal_overlay .money_modal .inputs input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .money_modal .inputs input::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.modal_overlay .money_modal .ranges {
    margin-top: 49px;
}
.modal_overlay .money_modal .ranges .head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}
.modal_overlay .money_modal .ranges .head .counter {
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5);
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.modal_overlay .money_modal .ranges .head .counter b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-left: 10px;
}
.modal_overlay .money_modal .ranges .input {
    align-items: center;
    display: flex;
    height: 8px;
    position: relative;
}
.modal_overlay .money_modal .ranges .footer {
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5);
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    line-height: 12px;
    margin-top: 10px;
    width: 100%;
}
.modal_overlay .money_modal .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    line-height: 19px;
    margin-top: 49px;
    transition: background 0.5s linear;
    width: 244px;
}
.modal_overlay .money_modal .btn img {
    margin-left: 20px;
    transition: margin-left 0.5s;
    width: 18px;
}
.modal_overlay .money_modal .btn:hover {
    background: #ffb90c;
    transition: background 0.5s linear;
}
.modal_overlay .money_modal .btn:hover img {
    margin-left: 30px;
    transition: margin-left 0.5s;
}
.range {
    appearance: none;
    -webkit-appearance: none;
    background: #f1f1f1;
    border-radius: 32px;
    height: 8px;
    outline: none;
    width: 100%;
}
.range_line {
    background: #ff8a00;
    border-radius: 14px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}
.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: linear-gradient(145.67deg, #ff8a00 13.01%, #ffa944 87.44%);
    border-radius: 50%;
    box-shadow: inset 2px 3px 12px -4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    height: 24px;
    position: relative;
    width: 24px;
    z-index: 2;
}
.block_section {
    align-items: center;
    display: flex;
    margin: 50px 0;
    position: relative;
    width: 100%;
}
.block_section .profile_block {
    background-image: url(../img/profile_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 846px;
    max-width: 1104px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.block_section .profile_block:after {
    background-image: url(../img/profile_picture.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 564px;
    position: absolute;
    right: 145px;
    width: 496px;
}
.block_section .profile_block .content {
    display: flex;
    flex-direction: column;
    left: 108px;
    margin-top: 178px;
    position: relative;
}
.block_section .profile_block .content:after {
    background-image: url(../img/patricle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 105px;
    left: -40px;
    position: absolute;
    top: -40px;
    width: 105px;
    z-index: 2;
}
.block_section .profile_block .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 74px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 70px;
    margin-bottom: 25px;
}
.block_section .profile_block .content .desc {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 21px;
    margin-bottom: 34px;
}
.block_section .btn {
    align-items: center;
    background: #ff8a00;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 160%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: background 0.5s linear;
    width: 254px;
    z-index: 20;
}
.block_section .btn:hover {
    background: #ffb90c;
    box-shadow: 0 5px 10px rgba(255, 148, 1, 0.15);
    transition: background 0.5s linear;
}
.block_section .forum_block {
    background-image: url(../img/forum_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 846px;
    max-width: 846px;
    position: absolute;
    right: 0;
    width: 100%;
}
.block_section .forum_block:after {
    background-image: url(../img/forum_after.png);
    bottom: 0;
    height: 316px;
    right: 0;
    width: 557px;
}
.block_section .forum_block:after,
.block_section .forum_block:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
}
.block_section .forum_block:before {
    background-image: url(../img/forum_before.png);
    height: 408px;
    right: -124px;
    top: 16px;
    width: 377px;
}
.block_section .forum_block .content {
    display: flex;
    flex-direction: column;
    left: 148px;
    margin-top: 183px;
    position: relative;
}
.block_section .forum_block .content:after {
    background-image: url(../img/patricle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 105px;
    left: -40px;
    position: absolute;
    top: -40px;
    width: 105px;
    z-index: 2;
}
.block_section .forum_block .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 74px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 70px;
    margin-bottom: 25px;
}
.block_section .forum_block .content .desc {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 21px;
    margin-bottom: 34px;
}
.container-banner {
    margin: 0 auto 43px;
    max-width: 1736px;
    min-height: calc(100vh - 247px);
}
@media (min-width: 0px) and (max-width: 1780px) {
    .index_social_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 43px;
        width: 100%;
    }
    .index_social_list .social_block {
        background-size: cover;
        width: 20%;
    }
    .block_section .forum_block:before {
        display: none;
    }
    .block_section {
        display: flex;
        justify-content: space-between;
    }
    .block_section .forum_block {
        position: relative;
        right: auto;
    }
    .block_section .forum_block,
    .block_section .profile_block {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .block_section .profile_block {
        background-size: 200%;
        border-radius: 20px;
        height: 500px;
        max-width: 49%;
        width: 100%;
    }
    .block_section .forum_block .content,
    .block_section .profile_block .content {
        align-items: center;
        display: flex;
        justify-content: center;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 3;
    }
    .block_section .forum_block .content .title br,
    .block_section .profile_block .content .title br {
        display: none;
    }
    .block_section .profile_block:after {
        background-position: bottom;
        height: 100%;
        width: 40%;
    }
    .block_section .forum_block {
        background-position: 50%;
        background-size: 250%;
        border-radius: 20px;
        height: 500px;
        max-width: 49%;
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 1380px) {
    .index_social_list {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 43px;
        width: 100%;
    }
    .index_social_list .social_block {
        background-size: cover;
        margin-bottom: 15px;
        width: 45%;
    }
}
@media (min-width: 0px) and (max-width: 1220px) {
    .donate_section .content .icon {
        display: none;
    }
    .block_section {
        flex-direction: column;
    }
    .block_section .forum_block,
    .block_section .profile_block {
        height: 400px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .block_section .profile_block:after {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .index_social_list .social_block {
        width: 44%;
    }
}
@media (min-width: 0px) and (max-width: 769px) {
    .index_social_list .social_block {
        box-sizing: border-box;
        width: 46%;
    }
}
@media (min-width: 0px) and (max-width: 426px) {
    .block_section .forum_block:after {
        display: none;
    }
    .index_social_list .social_block {
        width: 100%;
    }
    .container-banner {
        padding: 0 40px;
    }
    .block_section .forum_block .content .title,
    .block_section .profile_block .content .title {
        font-size: 35px;
        font-weight: 700;
    }
    .block_section .forum_block .content .desc,
    .block_section .profile_block .content .desc {
        padding: 0 10px;
        text-align: center;
    }
}
.index_social_list {
    grid-gap: 41px;
    display: grid;
    grid-template-columns: 403px 403px 403px 403px;
    margin-top: 43px;
    width: 100%;
}
.index_social_list .social_block {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    background: url(../img/social_bg.png);
    border-radius: 18px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: 150px;
    letter-spacing: 0.01em;
    line-height: 26px;
    padding-left: 33px;
}
.index_social_list .social_block img {
    margin-right: 30px;
    width: 80px;
}
@media (max-width: 1024px) {
    section.shop_section .tabs {
        grid-gap: 13px;
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        margin-bottom: 90px;
        width: 100%;
    }
    section.shop_section .tabs .tab {
        padding-left: 15px;
    }
    section.shop_section .tabs .tab img {
        margin-right: 10px;
    }
    section.shop_section .list_products {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        margin-bottom: 50px;
        width: 100%;
    }
    header ._container .logo .info {
        display: none;
        margin-right: 50px;
    }
    header ._container .right .server_block {
        margin-right: 80px;
    }
    section.welcome_section .picture {
        z-index: -1;
    }
    section.social_section ._container {
        flex-direction: column;
    }
    section.social_section .social_block.discord {
        margin-top: 120px;
    }
    footer .info {
        flex-direction: column;
        margin-right: 31px;
    }
    footer .info .logo_img {
        margin-bottom: 20px;
        margin-right: 0;
    }
}
@media (max-width: 970px) {
    footer .copy {
        max-width: 342px;
    }
}
@media (max-width: 768px) {
    section.shop_section .tabs {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        margin-bottom: 90px;
        width: 100%;
    }
    .mobile_btn {
        align-items: center;
        background: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 2px;
        justify-content: flex-end;
        position: relative;
        width: 25px;
        z-index: 10;
    }
    .mobile_btn:after {
        top: -7px;
    }
    .mobile_btn:after,
    .mobile_btn:before {
        background: #fff;
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
    }
    .mobile_btn:before {
        bottom: -7px;
    }
    section.shop_section .list_products {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 49% 49%;
        margin-bottom: 50px;
        width: 100%;
    }
    header {
        z-index: 4;
    }
    header ._container .right .server_block {
        z-index: 6;
    }
    header ._container .right .nav {
        align-items: center;
        background: #1d1d22;
        display: none;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 101%;
        z-index: 5;
    }
    header ._container .right .nav a {
        height: 30px;
        margin: 0 0 10px;
    }
    header ._container .right .nav.active {
        display: flex;
    }
    header ._container .right .server_block {
        margin-right: 265px;
    }
    section.welcome_section .info {
        width: 100%;
    }
    section.welcome_section .info h1,
    section.welcome_section .info h3 {
        text-align: center;
    }
    section.welcome_section .info .actions {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    section.welcome_section ._container {
        height: 754px;
    }
    footer .left {
        align-items: flex-start;
        display: flex;
    }
    footer .left,
    footer .links {
        justify-content: center;
        width: 100%;
    }
    footer .links {
        margin-top: 40px;
        text-align: center;
    }
    .modal_overlay .kit_modal .left {
        margin-bottom: 20px;
        width: 100%;
    }
    .modal_overlay .kit_modal .left .actions {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .modal_overlay .kit_modal .left .actions .btn {
        margin-bottom: 10px;
    }
    .modal_overlay .kit_modal .right,
    .modal_overlay .kit_modal .right .desc {
        width: 100%;
    }
    .modal_overlay .kit_modal {
        padding: 45px 50px;
    }
    .modal_overlay .kit_modal .left .inputs {
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .modal_overlay .money_modal .inputs {
        flex-direction: column;
    }
    .modal_overlay .money_modal .inputs input {
        margin-bottom: 10px;
        width: 100%;
    }
    section.shop_section .tabs {
        grid-gap: 24px;
        display: grid;
        grid-template-columns: 48% 48%;
        margin-bottom: 90px;
        width: 100%;
    }
    header ._container .right .server_block {
        margin-right: 205px;
    }
    section.welcome_section .picture {
        opacity: 0.5;
        z-index: -1;
    }
    footer .left {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    footer .info,
    footer .left {
        align-items: center;
        flex-direction: column;
    }
    footer .info {
        margin-bottom: 20px;
        margin-right: 0;
    }
    footer .copy .contacts,
    footer .copy .text,
    footer .info {
        text-align: center;
    }
    footer .copy .language {
        justify-content: center;
    }
}
@media (max-width: 540px) {
    section.shop_section .list_products {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 50px;
        width: 100%;
    }
    header ._container .right .server_block {
        margin-right: 145px;
    }
    section.welcome_section .info h1 {
        font-size: 45px;
    }
    section.social_section .social_block {
        border-radius: 20px;
        width: 100%;
    }
    .modal_overlay .payment_modal .list_payments {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 48% 48%;
        margin-bottom: 42px;
        width: 100%;
    }
    .modal_overlay .money_modal .ranges .head {
        flex-direction: column;
    }
    .modal_overlay .money_modal .ranges .head .counter {
        margin-bottom: 10px;
    }
    .modal_overlay .money_modal .header .title {
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 39px;
        margin-bottom: 10px;
    }
}
@media (max-width: 425px) {
    .modal_overlay .payment_modal .footer .actions {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .modal_overlay .payment_modal .footer .actions .btn {
        margin-bottom: 20px;
    }
    .modal_overlay .payment_modal .list_payments {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 42px;
        width: 100%;
    }
    .modal_overlay .payment_modal .header .title {
        font-size: 24px;
    }
    .modal_overlay .payment_modal .header .desc {
        font-size: 12px;
    }
    .modal_overlay .payment_modal {
        padding: 55px 35px;
    }
    section.shop_section .tabs {
        grid-gap: 10px;
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 90px;
        width: 100%;
    }
    header ._container .right .server_block {
        margin-right: 75px;
    }
    section.welcome_section .info h1 {
        font-size: 35px;
    }
    section.welcome_section .info h3 {
        font-size: 16px;
    }
    section.social_section .social_block {
        padding: 0 35px;
    }
}
@media (max-width: 375px) {
    header ._container .right .server_block {
        margin-right: 55px;
    }
    section.welcome_section .info .actions {
        flex-direction: column;
    }
    section.welcome_section .info .actions .btn {
        margin: 0 0 20px;
    }
}
.nuxt-progress {
    background-color: #000;
    height: 2px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 0.1s, opacity 0.4s;
    width: 0;
    z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
    transition: none;
}
.nuxt-progress-failed {
    background-color: red;
}
.toasted-container.top-right {
    right: 2% !important;
    top: 3% !important;
}
.toasted .primary.error,
.toasted.toasted-primary.error {
    background: #17171b !important;
}
.toasted.error:after {
    background: url(../img/alert/error_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 247px;
    left: -10%;
    position: absolute;
    top: -30%;
    width: 247px;
    z-index: 1;
}
.toasted.error:before {
    color: #fff;
    content: "Error!";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
}
.toasted.success:after {
    background: url(../img/alert/success_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 237px;
    left: -9%;
    position: absolute;
    top: -40%;
    width: 237px;
    z-index: 1;
}
.toasted.success:before {
    color: #fff;
    content: "Success!";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
}
.toasted.warning:after {
    background: url(../img/alert/warning_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 247px;
    left: -10%;
    position: absolute;
    top: -30%;
    width: 247px;
    z-index: 1;
}
.toasted.warning:before {
    color: #fff;
    content: "Warning!";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
}
.toasted-container .toasted {
    align-items: flex-start !important;
    background: #17171b !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    box-sizing: inherit;
    clear: both;
    color: hsla(0, 0%, 100%, 0.5) !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    height: 127px !important;
    justify-content: center !important;
    line-height: 140% !important;
    margin-top: 10px;
    max-width: 100%;
    padding-left: 137px !important;
    position: relative;
    top: 35px;
    width: 500px !important;
    word-break: normal;
}

.mt-150 {
    margin-top: 150px;
}

html.no-scroll {
    overflow: hidden;
}

@media (max-width: 768px) {
    section.welcome_section .info .actions .btn {
        margin-right: 0;
    }

    footer .info .social_list {
        justify-content: center;
    }
}