@font-face {
    font-family: 'Hagin';
    src: url('../fonts/Hagin2/Hagin.eot');
    src: url('../fonts/Hagin2/Hagin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Hagin2/Hagin.woff2') format('woff2'),
         url('../fonts/Hagin2/Hagin.woff') format('woff'),
         url('../fonts/Hagin2/Hagin.ttf') format('truetype'),
         url('../fonts/Hagin2/Hagin.svg#svgFontName') format('svg');
}

body, html {
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
    background: #fdfdfd;
	position: absolute;
	width: 100%;
	font-weight: 400;
}

.h {
    padding: 10px;
    text-align: center;
    background: #e05454;
    color: #fff;
}

.BlueText{
    color: #3183da;
}

.BlueText2{
    color: #05b1ff;
}

.Errors { 
    margin-top: 20px;
    color: #3183da;
}

.Wrap{
    width: 1400px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.ButtonBlock{
    opacity: .6;
    cursor: default !important;
}

.ButtonBlock:hover{
    opacity: .6 !important;
}

.ButtonMain{
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    color: #ffffff;
    vertical-align: middle;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

.ButtonMain:hover{
    opacity: .8;
}

.Header{
    width: 100%;
    height: 700px;
    background-image: url(/new/bg_main.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Header > .Bg{
    width: 100%;
    height: 100%;
    background-image: url(/new/bg_pic1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Header > .Bg > .TopMenu{
    padding-top: 40px;
}

.Header > .Bg > .TopMenu > .Wrap > .Logo{
    width: 70px;
    height: 70px;
    background-image: url(/img/new_logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Header > .Bg > .TopMenu > .Wrap > .Links{
    margin-left: 40px;
}

.Header > .Bg > .TopMenu > .Wrap > .Links > .Link{
    font-size: 15px;
    color: #343434;
    cursor: pointer;
    margin-right: 40px;
    display: inline-block;
    text-decoration: none;
}

.Header > .Bg > .TopMenu > .Wrap > .Links > .Link:hover{
    color: #0283ff;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu{
    flex: 1;
    text-align: right;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs {
    position: relative;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .ForgotPass{
    position: absolute;
    top: 45px;
    right: 100px;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .ForgotPass > a{
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .ForgotPass > a:hover{
    opacity: .8;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > input{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    width: 120px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    height: 14.5px;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > input:focus{
    outline: 2px solid #0283ff;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .Button{
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #7599dd 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #0283ff !important;
    padding: 10px 20px;
    vertical-align: middle;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .Button:hover{
    /* opacity: 1; */
    /* outline: 2px solid #1774ce; */
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Auth > .Avatar{
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Auth > .Buttons{
    display: inline-block;
    vertical-align: middle;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Auth > .Buttons > .Button{
    padding: 7px 15px;
    margin-right: 15px;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Auth > .Buttons > .Exit {
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #e15959 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #de5252 !important;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Auth > .Buttons > .In {
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #7599dd 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #0283ff !important;
}

.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .ButtonAuth > .Button{
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #FF7D58 0, rgb(255 158 130 / 16%) 50.76%, rgb(255 202 186 / 0%) 74.51%), #FF7D58 !important;
}

.Header > .Bg > .Info{
    margin-top: 50px;
}

.Header > .Bg > .Info > .Wrap{
    justify-content: space-between;
}

.Header > .Bg > .Info > .Wrap > .Left{
    width: 600px;
}

.Header > .Bg > .Info > .Wrap > .Left > .Name{
    font-size: 70px;
    font-family: 'Hagin';
    color: #454a4e;
}

.Header > .Bg > .Info > .Wrap > .Left > .About{
    color: #565656;
    font-size: 18px;
    margin-top: 20px;
    line-height: 35px;
}

.Header > .Bg > .Info > .Wrap > .Left > .Join{
    margin-top: 20px;
}

.Header > .Bg > .Info > .Wrap > .Left > .Join > .Button{
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #7599dd 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #0283ff !important;
}

.Header > .Bg > .Info > .Wrap > .Left > .Join > .Soc{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid #a3c5d8;
}

.Header > .Bg > .Info > .Wrap > .Left > .Join > .Soc > a{
    display: inline-block;
    color: #97b9cb;
    font-size: 20px;
    cursor: pointer;
    margin-right: 40px;
}

.Header > .Bg > .Info > .Wrap > .Left > .Join > .Soc > a:hover{
    color: #0283ff;
}

.Header > .Bg > .Info > .Wrap > .Left > .Stat{
    color: #565656;
    margin-top: 40px;
}

.Header > .Bg > .Info > .Wrap > .Left > .Stat > div{
    display: inline-block;
    margin-right: 50px;
    font-size: 15px;
}

.Header > .Bg > .Info > .Wrap > .Left > .Stat > div > span{
    margin-left: 5px;
}

.PP_Big{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.Rules > .Wrap > .RuleContent > .RulesBig{
    font-size: 20px;
    margin-top: 20px;
    color: #454a4e;
}

.Rules > .Wrap > .RuleContent > .RuleSemiBig{
    color: #565656;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.Rules > .Wrap > .RuleContent > .RulesList{
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #565656;
}

.News, .Rega, .Rules{
    margin-top: -190px;
}

.News > .Wrap,
.Rega > .Wrap,
.Rules > .Wrap{
    display: block;
}

.News > .Wrap > .Buttons{
    text-align: center;
    margin-top: 20px;
}

.News > .Wrap > .Buttons > .Button{
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #7599dd 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #0283ff !important;
}

.News > .Wrap > .NewsBlock {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 15px auto 0px auto;
    /* gap: 15px; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.News > .Wrap > .NewsBlock > .New{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    margin-bottom: 60px;
}

.News > .Wrap > .NewsBlock > .New:nth-child(odd) {
	margin-right: 30px;
}

.News > .Wrap > .NewsBlock > .New > .Banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.News > .Wrap > .NewsBlock > .New > .Info{
    margin-top: 20px;
}

.News > .Wrap > .NewsBlock > .New > .Info > .Date{
    font-size: 15px;
    color: #4d4d4d;
    display: inline-block;
    vertical-align: middle;
}

.News > .Wrap > .NewsBlock > .New > .Info > .Plaj{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px 10px;
    background: #d74949;
    margin-left: 20px;
    color: #fff;
}

.News > .Wrap > .NewsBlock > .New > .Name{
    font-size: 25px;
    color: #333333;
    margin: 20px 0px;
}

.News > .Wrap > .NewsBlock > .New > .Text{
    color: #3d3d3d;
    font-size: 15px;
    line-height: 25px;
}

.News > .Wrap > .NewsBlock > .New > .Buttons{
    margin-top: 15px;
    display: none;
}

.News > .Wrap > .NewsBlock > .New > .Buttons > .Button{
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #7599dd 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #0283ff !important;
    padding: 7px 15px;
}

.TitleBlock{
    font-size: 40px;
    color: #454a4e;
    font-family: 'Hagin';
}

.LoadForm{
    display: none;
}

.Rega > .Wrap > .Forms > .Inputs {
    margin-top: 30px;
    width: 50%;
}

.Rega > .Wrap > .Forms > .Inputs > .Step {
    margin-bottom: 30px;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .Info{
    color: #565656;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .Info > a{
    color: #565656;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .Info > a:hover{
    color: #0283ff;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .Button{
    background: radial-gradient(73.14% 247.8% at 10.74% -24.17%, #7599dd 0, rgba(189, 219, 255, .16) 50.76%, rgba(224, 237, 255, 0) 74.51%), #0283ff !important;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .Gender{
    display: inline-block;
    width: 100px;
    padding: 5px 0px;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .F{
    border: 1px solid #ab50d4;
    color: #ab50d4;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .M{
    border: 1px solid #50a4d4;
    color: #50a4d4;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .GenderActiveM{
    background: #50a4d4;
    color: #fff;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > .GenderActiveF{
    background: #ab50d4;
    color: #fff;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > input{
    padding: 10px;
    display: block;
    width: calc(100% - 22px);
    border-radius: 3px;
    background: #f9f9f9;
    color: #2f2f2f;
    border: 1px solid #d7d7d7;
}

.Rega > .Wrap > .Forms > .Inputs > .Step > label{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Hagin';
    color: #565656;
}

.NewNew{
    width: 400px;
    height: 245px;
    margin: 15px 0px;
    justify-items: center;
    position: relative;
    text-decoration: none;
}

.NewNew > .Banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: top;
    border-bottom: 2px solid #fdfdfd;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    cursor: pointer;
    user-select: none;
    transition-property: filter, transform, background-size, opacity;
    transition-duration: .2s;
}

.NewNew > .Banner > .Info{
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.NewNew > .Banner > .Info > .Shadow{
    background: linear-gradient(rgba(19, 23, 28, 0) 40%, rgb(56 56 56 / 73%) 70%, rgb(37 37 37) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.NewNew > .Banner > .Text {
    font-size: 15px;
    color: #e9e9e9;
    z-index: 2;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(20px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
    line-height: 20px;
    text-align: center;
}

.NewNew:hover > .Banner > .Text {
    opacity: 1;
    transform: translateY(0);
    max-height: 150px;
}

.NewNew > .Banner > .Name{
    transform: translateY(0);
    transition: transform 0.4s ease;
    margin: 0px 0px 5px 0px;
    text-shadow: 0px 0px 10px #282828;
    font-family: 'Hagin';
    text-transform: none;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 115%;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.NewNew > .Banner > .Date{
    transform: translateY(0);
    transition: transform 0.4s ease;
    color: #e9e9e9;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    z-index: 2;
    text-align: center;
}

.InfoPokemon{
    background-color: #d2eaf6;
    height: 850px;
    background-image: url(/new/infopokbg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%,100% 5%,100% 100%,0 100%);
    clip-path: polygon(0% 0%,100% 5%,100% 100%,0 100%);
    margin-top: 130px;
}

.InfoPokemon > .Wrap > .Info{
    padding-top: 20px;
    width: 100%;
}

.InfoPokemon > .Wrap > .Info > .Naming{
    padding-top: 20px;
}

.InfoPokemon > .Wrap > .Info > .Naming > .Name{
    font-size: 90px;
    text-align: center;
    margin-top: 80px;
    color: #454a4e;
    font-family: 'Hagin';
}

.InfoPokemon > .Wrap > .Info > .Naming > .About{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #565656;
}

.InfoPokemon > .Wrap > .Info > .Pokemons{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left{
    width: 400px;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left > .Plaj{
    margin-bottom: 10px;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left > .Plaj > .Legend{
    font-size: 14px;
    display: inline-block;
    background: #d5bb11;
    padding: 5px 10px;
    color: #fff;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left > .Plaj > .Legend{
    font-size: 14px;
    display: inline-block;
    background: #d5bb11;
    padding: 5px 10px;
    color: #fff;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left > .Naming > .Name{
    font-family: 'Hagin';
    font-size: 55px;
    color: #454a4e;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 4px;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left > .Naming > .Type{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 15px;
}

.InfoPokemon > .Wrap > .Info > .Pokemons > .Left > .About{
    line-height: 25px;
    font-size: 18px;
    color: #565656;
    margin-top: 10px;
}

.Footer{
    margin-top: 100px;
    background: #ececec;
}

.Footer > .Wrap{
    display: block;
}

.Footer > .Wrap > .TopF{
    padding: 25px 0px;
}

.Footer > .Wrap > .TopF > .Links{
    text-align: center;
}

.Footer > .Wrap > .TopF > .Links > a{
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: #656565;
    margin: 0px 10px;
}

.Footer > .Wrap > .TopF > .Links > a:hover{
    color: #0283ff;
}

.Footer > .Wrap > .MidF{
    text-align: center;
    color: #b2b2b2;
}

.Footer > .Wrap > .MidF{
    text-align: center;
    color: #b2b2b2;
}

.Footer > .Wrap > .BotF{
    padding: 25px 0px 25px 0px;
    font-size: 13px;
}

.Footer > .Wrap > .BotF{
    padding: 25px 0px 25px 0px;
    font-size: 13px;
    text-align: center;
}

.Footer > .Wrap > .BotF > .Naming{
    color: #b2b2b2;
    display: inline-block;
    font-family: 'Hagin';
    font-size: 20px;
}

.Footer > .Wrap > .BotF > .Naming{
    color: #b2b2b2;
    display: inline-block;
    font-family: 'Hagin';
    font-size: 20px;
}

@media screen and (max-width: 1400px) {
    .Wrap{
        width: 1200px;
    }
    .NewNew {
        width: 390px;
    }
}

@media screen and (max-width: 1200px) {
    .Wrap{
        width: 1000px;
    }
    .NewNew {
        width: 320px;
    }
}

@media screen and (max-width: 1000px) {
	.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .ForgotPass{
		position: inherit;
		top: 0px;
		right: 0px;
		margin-left: 35px;
		margin-top: 10px;
	}
	.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > .ForgotPass > a{
		color: #5986a0;
	}
    .Rules > .Wrap > .RuleContent{
        text-align: left;
        margin: 0px 20px;
        width: calc(100% - 40px);
    }
	.Header > .Bg > .TopMenu > .Wrap > .RightMenu > .Inputs > input{
		width: 85px;
	}
    .Wrap{
        width: 100%;
        text-align: center;
    }
    .Header{
        height: auto;
        background-color: #d2e9f6;
        background-image: inherit;
        text-align: center;
    }
    .Header > .Bg{
        background-image: inherit;
    }
    .Header > .Bg > .Info{
        margin-top: 20px;
    }
    .Header > .Bg > .Info > .Wrap > .Left{
        width: 100%;
    }
    .Header > .Bg > .Info > .Wrap > .Left > .Stat{
        margin-bottom: 40px;
    }
    .Header > .Bg > .TopMenu {
        padding-top: 20px;
    }
    .Header > .Bg > .TopMenu > .Wrap{
        display: block;
    }
    .Header > .Bg > .TopMenu > .Wrap > .Logo{
        display: inline-block;
        margin-bottom: 20px;
    }
    .Header > .Bg > .TopMenu > .Wrap > .RightMenu{
        text-align: center;
        margin-top: 20px;
    }
    .Header > .Bg > .TopMenu > .Wrap > .Links > .Link{
        margin: 10px;
    }
    .Header > .Bg > .TopMenu > .Wrap > .Links{
        margin-left: 0px;
    }
    .Header > .Bg > .Info > .Wrap > .Left > .Name{
        font-size: 60px;
    }
	.NewNew {
        width: 100%;
    }
    .Header > .Bg > .Info > .Wrap > .Left > .Join > .Soc{
        display: block;
        margin-left: 0px;
        padding-left: 0px;
        border: none;
        text-align: center;
        margin-top: 20px;
    }
    .Header > .Bg > .Info > .Wrap > .Left > .Join > .Soc > a{
        margin: 0px 20px;
    }
    .Header > .Bg > .Info > .Wrap > .Left > .Stat > div{
        margin: 0px 25px;
    }
    .Header > .Bg > .Info > .Wrap > .Left > .About{
        font-size: 14px;
        line-height: 25px;
    }
    .News{
        margin-top: -250px;
    }
    .PP_Big{
        background-size: 100%;
        background-position: top center;
    }
    .Footer > .Wrap > .TopF > .Links > a{
        display: block;
    }
	.Rega > .Wrap > .Forms > .Inputs{
		width: calc(100% - 40px);
		margin: 20px 20px 0px 20px;
	}
}