* {
    transition: .3s all !important;
    font-family: Montserrat !important;
    font-style: normal;
    user-select: none;
}
html {
    background: #212121;
    background-color: #212121;
    min-width: 1320px !important;
    color: rgba(255, 255, 255, 0.5);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body {
    background: #212121 !important;
    background-color: #212121 !important;
    color: rgba(255, 255, 255, 0.5);
    min-width: 1320px !important;
    margin: 0;
    padding: 0;
}
.links {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: right;
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar-corner {
    background: #4D4D4D !important;
}
::-webkit-scrollbar-thumb {
    background-color: #505050 !important;
}
::-webkit-scrollbar-track {
    background-color: #4D4D4D !important;
}
::selection {
    background: #666666 !important;
    color: rgba(255, 255, 255, 0.685) !important;
}
.container-lg {
    width: 1320px !important;
}
button, a {
    cursor: pointer !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
}
.nav-button {
    background: #C8A62D;
    border-radius: 17px;
    border: none !important;
    outline: none !important;
    display: inline-block;
    padding: 0;
    text-align: center;
    user-select: none;
    transition: filter 600ms !important;
    outline-offset: 4px;
}
.nav-button>span {
    display: block;
    padding: 12px 30px;
    text-align: center;
    font-weight: 600;
    border-radius: 17px;
    font-size: 16px;
    line-height: 20px;
    background: #EDC740;
    color: white;
    transform: translateY(-3px);
}
.nav-button:active>span {
    transform: translateY(0px) !important;
}
.nav-button:hover>span {
    transform: translateY(-6px);
}
.nav-button:hover {
    transition: filter 250ms !important;
    border: none !important;
    outline: none !important;
    filter: brightness(110%);
}
.button {
    background: #C8A62D;
    border-radius: 17px;
    border: none !important;
    outline: none !important;
    display: inline-block;
    padding: 0;
    text-align: center;
    user-select: none;
    transition: filter 600ms !important;
    outline-offset: 4px;
}
.button>span {
    display: block;
    padding: 15px 50px;
    font-weight: 600;
    text-align: center;
    border-radius: 17px;
    font-size: 16px;
    line-height: 20px;
    background: #EDC740;
    color: white;
    transform: translateY(-3px);
}
.button:active>span {
    transform: translateY(0px) !important;
}
.button:hover>span {
    transform: translateY(-6px);
}
.button:hover {
    transition: filter 250ms !important;
    border: none !important;
    outline: none !important;
    filter: brightness(110%);
}
.input {
    padding: 15px 55px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #EDC74000;
    outline: none;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.input:hover,.input:active,.input:focus {
    color: white;
    outline: none;
    border: 1px solid #EDC740;
}
.input[type="text"] + label::before {
    content: url(../images/icons/nickname.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 18px;
}
.input[type="email"] + label::before {
    content: url(../images/icons/email.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 18px;
}
.input[type="password"] + label::before {
    content: url(../images/icons/password.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 15px;
}
.input[type="text"]:hover + label::before,.input[type="text"]:active + label::before,.input[type="text"]:focus + label::before {
    content: url(../images/icons/nickname_hover.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 18px;
}
.input[type="email"]:hover + label::before,.input[type="email"]:active + label::before,.input[type="email"]:focus + label::before {
    content: url(../images/icons/email_hover.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 18px;
}
.input[type="password"]:hover + label::before,.input[type="password"]:active + label::before,.input[type="password"]:focus + label::before {
    content: url(../images/icons/password_hover.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 15px;
}
.input-before {
    margin-bottom: 15px;
    position: relative;
}
nav.nav {
    background: rgba(85, 85, 85, 0.75);
    backdrop-filter: blur(4px);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
    height:  96px;
}
.navbar {
    padding: 16px 0 !important;
}
.nav .nav-link {
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: .5rem 12.5px !important;
    padding: 0 !important;
    border-bottom: 2px solid #EDC74000 !important;
    color: rgba(255, 255, 255, 1);
}
.nav .nav-link:hover,.nav .nav-link:focus {
    border-bottom: 2px solid #EDC740 !important;
}
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #212121;
    background-color: #212121;
}
.nav .logotype-svg {
    fill: #FFFFFF;
    opacity: 0.6;
}
.nav .logotype-svg:hover,.nav .logotype-svg:focus {
    opacity: 1;
}
.nav .nav-link-svg {
    stroke: #FFFFFF;
    opacity: 0.5;
    margin-top: -3px;
    margin-right: 5px;
    height: 13px;
    width: 19px;
}
.nav .nav-link:hover .nav-link-svg,.nav .nav-link:focus .nav-link-svg {
    opacity: 1;
}
footer {
    margin-top: auto;
    background: #252525;
    padding: 44px 0;
}
footer .logotype-svg {
    fill: #FFFFFF;
    opacity: 0.4;
    height: 42px;
    width: 165px;
}
footer .logotype-svg:hover,footer .logotype-svg:focus {
    opacity: 1;
}
.footer-desc {
    margin: 30px 0 0 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #929292;
}
.footer-desc>b {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #929292;
}
.footer-link {
    width: 50%;
}
.footer-link>a {
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-transform: lowercase;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 19px;
}
.footer-link>a:hover,.footer-link>a:focus {
    color: #FFFFFF;
    margin-left: 10px;
}
.footer-link>a:last-child {
    margin-bottom: 0;
}
.footer-link>a::before {
    content: "· ";
}
.navbar-user>img {
    width: 44px;
    margin: auto 0;
    height: 44px;
    margin-right: 19px;
}
.navbar-user>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: 140px;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto 22px auto 0;
    color: #FFFFFF;
}
.navbar-user>a {
    width: 22px;
    height: 22px;
    margin: auto 0;
}
.nav .navbar-user>a>svg {
    width: 22px;
    transition: .1s all !important;
    height: 22px;
    fill: rgba(255, 255, 255, 0.5);
}
.navbar-user>a:hover>svg {
    fill: #FF3535;
}
.navbar-user>a:active>svg,.navbar-user>a:focus>svg {
    fill: #CC2A2A;
}
.bg-none {
    background: none !important;
}
#main {
    background: url(../images/main/bg_main.png) no-repeat center;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 269px 0 250px;

}
.main-text>p{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    padding: 0;
    display: block;
    margin: 0 0 20px;
    color: #FFFFFF;
}
.main-text>span {
    display: block;
    padding: 0;
    margin: 0 0 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}
.naruto-skin-bg {
    width: 1127px;
    background: url(../images/main/naruto_bg_main.svg);
    height: 504px;
    position: absolute;
    right: 35px;
    top: 145px;
}
.underline {
    border-bottom: 4px solid rgba(237, 199, 64, 0.75) !important;
    line-height: 28px !important;
    display: inline-block;
}
.section-name {
    text-align: center;
    width: 100%;
    margin: 145px 0 50px;
}
.section-name>p {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 20px;
}
.section-name>span {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.w-65 {
    width: 65% !important;
}
.w-35 {
    width: 35% !important;
}
.mon {
    width: 100%;
    height: 150px;
    margin: 0;
    display: flex;
    padding: 20px;
    background: linear-gradient(360deg, #272727 0%, rgba(39, 39, 39, 0.98) 17.71%, rgba(39, 39, 39, 0.95) 30.73%, rgba(39, 39, 39, 0.9) 88.54%, rgba(39, 39, 39, 0.93) 100%);
    border-radius: 17px;
}
.mon-circle {
    height: 110px;
    width: 110px;
    margin: 0 30px 0 0;
    display: inline-block;
}
.mon-circle>div>div>span {
    color: #EDC740 !important;
    font-weight: 800 !important;
    font-size: 22px !important;
    line-height: 27px !important;
}
.mon-circle>div>div {
    line-height: 98px !important;
}
.mon-text {
    display: inline-block;
}
.mon-text>p {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: white;
    display: block;
    padding: 0;
    margin: 0 0 20px;
}
.mon-text>span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin: 0;
    display: block;
}
.news {
    width: 100%;
    display: flex;
    height: 420px;
    background: url(../images/main/news_bg.svg) no-repeat center;
    border-radius: 17px;
    margin-bottom: 24px;
    position:relative
}
.news>p {
    width: 45%;
    display: inline-block;
    padding: 0;
    margin: 35px 37px 35px 35px;
    white-space: pre-line;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    overflow: auto;
}
.news>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%;
    height: 100%;
    border-radius: 17px;
    display: inline-block;
}
.news>a {
    position: absolute;
    right: 21px;
    bottom: 21px;
}
#register,#auth {
    padding: 200px 0 150px;
}
.regblock {
    background: rgba(53, 55, 57, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    border-radius: 16px;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 30px 22px;
}
#parallax-reg {
    position: absolute;
    width: 100%;
    transition: .0s all !important;
    margin: -80px -30px 0;
}
#logotype-reg {
    width: 100%;
    margin-top: -47px;
    height: 95px;
}
.regblock-title {
    margin-top: -5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: white;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
}
.regblock-md5 {
    margin-top: 13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.regblock-md5>svg {
    margin: -3px 5px 0 0;
}
.background-main{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/background.svg);
}
.regblock-info>span {
    white-space: pre-line;
}
.regblock-info>span>a {
    background: rgba(237, 199, 64, 0.1);
    border-radius: 17px;
    text-align: center;
    padding: 15px 28px;
    width: 100%;
    color: #EDC740;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    outline: none !important;
}
.regblock-info>span>a:hover {
    background: #EDC740;
    color: #FFFFFF;
    border: none !important;
    outline: none !important;
}
.regblock-info>span>a:active,.notif>span>a:focus {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #EDC740;
    border: none !important;
    outline: none !important;
}
.regblock-info>span>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.button-white {
    background: rgba(237, 199, 64, 0.1);
    border-radius: 17px;
    text-align: center;
    padding: 15px 28px;
    color: #EDC740;
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    outline: none !important;
}
.button-white:hover {
    background: #EDC740;
    color: #FFFFFF;
    border: none !important;
    outline: none !important;
}
.button-white:active,.button-white:focus {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #EDC740;
    border: none !important;
    outline: none !important;
}
.button-white-input>input[type="file"] {
    display: none;
}
.button-white-input>label {
    background: rgba(237, 199, 64, 0.1);
    border-radius: 17px;
    text-align: center;
    padding: 15px 28px;
    color: #EDC740;
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    outline: none !important;
}
.button-white-input:hover>label {
    background: #EDC740;
    color: #FFFFFF;
    border: none !important;
    outline: none !important;
}
.button-white-input:active>label,.button-white-input:focus>label {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #EDC740;
    border: none !important;
    outline: none !important;
}
#static {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/static.png);
    padding: 200px 0 100px;
}
.block-rules {
    padding: 30px 45px;
    background: rgba(53, 55, 57, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    border-radius: 16px;
    display: block;
    margin: 0;
}
.block-rules>span {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    white-space: pre-line;
    color: #FFFFFF;
}
.block {
    background: rgba(53, 55, 57, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 30px 30px 22px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}
.block>p {
    font-weight: bold;
    font-size: 28px;
    color: white;
    line-height: 35px;
    margin: 0 0 20px;
    display: block;
}
.block>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
.block>div {
    margin-top: auto;
    display: flex;
}
.h-416 {
    height: 416px !important;
}
.h-396 {
    height: 396px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.block>span>a {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    color: #EDC740 !important;
}
.modal-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 30px;
    background: rgba(106, 109, 112, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 16px;
}
.modal-head {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0;
    display: block;
    text-align: center;
    padding: 0;
}
.gallery_skins {
    margin-bottom: 40px;
    display: grid;
    gap: 20px;
    justify-content: center;
}
.gallery_skins:nth-last-of-type(1),
.gallery_skins:nth-last-of-type(2) {
    margin-bottom: 0 !important;
}
.skin_install {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 30px 0;
    line-height: normal;
    color: #FFFFFF;
    display: block;
    text-align: center;
}