@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.frame {
	width: 600px;
	height: 600px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	background-size: cover;
	position: absolute;
	right: 22px;
	top: 20px;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

input {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px
}

button {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px
}

.nav {
	width: 100%;
	height: 45px;
	padding-top: 31px;
	padding-left: 31px;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 3px solid #7DC1FF;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px
}

.pass {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.name {
	background-color: #F5F5F5
}

.pass :last-child {
	margin-left: 65px
}

.confirm {
	text-transform: none;
	font-size: 14px;
	line-height: 17px
}

.confirm a {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #7DC1FF;
	text-decoration: none
}

.forgot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: none;
	font-size: 14px;
	line-height: 17px;
	padding-left: 10px
}

.forgot a {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #7DC1FF;
	text-decoration: none
}

.btn-a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 180px
}

.btn-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px
}

.btn-b button {
	position: absolute;
	top: 374px;
	left: 37px;
	padding: 18px 32px;
	width: 250px;
	height: 50px;
	background: #7DC1FF;
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: none
}

.captcha {
	position: absolute;
	right: 3px;
	top: 495px
}

.captchaR {
	position: absolute;
	top: 360px;
	left: 292px
}

.btn-a button {
	padding: 18px 32px;
	width: 250px;
	height: 50px;
	background: #7DC1FF;
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: none
}

.container {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 100px
}

.form-signup input {
	padding: 0 40px
}

.form-signin input {
	padding: 0 40px;
	font-size: 14px;
	line-height: 17px
}

.form-email {
	background: url(/icons/envelope.png) no-repeat 20px
}

.form-password {
	background: url(/icons/lock.png) no-repeat 20px
}

.form-name {
	background: #F5F5F5 no-repeat 20px
}

li {
	padding-left: 10px;
	font-size: 18px;
	display: inline;
	text-align: left;
	text-transform: uppercase;
	padding-right: 10px;
	color: #ffffff
}

.signin-active a {
	padding-bottom: 20px;
	color: #8E8E8E;
	text-decoration: none;
	border-bottom: solid 6px #7DC1FF;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer
}

.signin-inactive a {
	padding-bottom: 20px;
	color: #8E8E8E;
	text-decoration: none;
	border-bottom: none;
	cursor: pointer
}

.signup-active a {
	padding-bottom: 20px;
	cursor: pointer;
	color: #8E8E8E;
	text-decoration: none;
	border-bottom: solid 6px #7DC1FF;
	padding-bottom: 10px
}

.signup-inactive a {
	padding-bottom: 20px;
	cursor: pointer;
	color: #8E8E8E;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease
}

.form-signin {
	width: 430px;
	height: 375px;
	font-size: 16px;
	font-weight: 300;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 55px
}

.form-signin-left {
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px);
	opacity: 0
}

.form-signup {
	width: 430px;
	height: 375px;
	font-size: 16px;
	font-weight: 300;
	padding-left: 37px;
	padding-right: 37px;
	position: relative;
	top: -375px;
	left: 400px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.form-signup-left {
	-webkit-transform: translateX(-399px);
	transform: translateX(-399px);
	opacity: 1
}

.form-signup-down {
	top: 0px;
	opacity: 0
}

.form-signin input,
.form-signup input {
	color: #A4A4A4;
	font-size: 13px
}

.form-styling {
	width: 521px;
	height: 50px;
	padding-left: 15px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 20px
}

:focus {
	outline: none
}

.form-signin input:focus,
.form-signup input:focus,
textarea:focus {
	border: 1px solid #5886FF;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease
}

.forgotForm,
.loginForm,
.recoverForm,
.registrationForm {
	width: 600px;
	height: 600px;
	position: absolute;
	right: 22px;
	top: 20px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	background-size: cover;
	overflow: hidden
}

.formNavigation {
	width: 100%;
	height: 45px;
	opacity: 1;
	border-bottom: 3px solid #7DC1FF;
	padding-top: 31px;
	padding-left: 31px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px
}

.formNavigationLinks li {
	padding-left: 10px;
	font-size: 18px;
	display: inline;
	text-align: left;
	text-transform: uppercase;
	padding-right: 10px;
	color: #ffffff
}

.formNavigationButton {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #8E8E8E
}

.formNavigationButtonActive {
	padding-bottom: 20px;
	color: #8E8E8E;
	border-bottom: solid 6px #7DC1FF;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer
}

.formInputStyling {
	width: 521px;
	height: 50px;
	padding: 0 40px;
	background: #F5F5F5;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px
}

.formInputEmail {
	background: url(/icons/envelope.png) no-repeat 20px;
	margin: 40px 42px 30px 37px
}

.formInputPassword {
	background: url(/icons/lock.png) no-repeat 20px;
	margin: 0 42px 0 37px
}

.emailDescription img {
	position: absolute;
	top: 119px;
	right: 42px
}

.passwordDescription img {
	position: absolute;
	top: 199px;
	right: 42px
}

.formInterationElements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 40px 0 40px;
	text-transform: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px
}

.formElementRememberText {
	margin: 0 300px 0 0;
	color: #000000
}

.formElementRememberCheck {
	margin: -4px 0 0 0;
	width: 24px;
	height: 24px
}

.formButtonAndCapthca {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.formButton {
	width: 250px;
	height: 50px;
	background: #7DC1FF;
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 200px 0 43px 38px
}

.formCaptcha {
	margin: 185px 20px 0 10px
}

.passwordDescription {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 0
}

.formInputPassword {
	width: 250px;
	height: 50px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px
}

.passwordFields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 40px 20px 40px
}

.formInputPasswordRecover {
	width: 250px;
	height: 50px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	background: url(/icons/lock.png) no-repeat 20px
}

.passwordFields img {
	position: absolute;
	margin: 0 0 0 -20px
}

.formLoginPass {
	background: url(/icons/lock.png) no-repeat 20px;
	margin: 0 0 0 37px
}

.formInputNames {
	width: 250px;
	height: 50px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px
}

.formButtonRegistration {
	width: 250px;
	height: 50px;
	background: #7DC1FF;
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 150px 0 43px 38px
}

.formCaptchaRegistration {
	margin: 137px 20px 0 10px
}

.registrationElements {
	position: absolute;
	top: 450px;
	right: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #A4A4A4
}

.formElementConfirmCheck {
	width: 24px;
	height: 24px;
	border: 1px solid #C5C5C5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px
}

.formElementConfirmText {
	margin-left: 10px
}

.confirm:invalid+.error {
	display: none
}

.formElementForgot {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #7DC1FF
}

.emailDescriptionLogin img {
	position: absolute;
	top: 134px;
	right: 42px
}

.passwordDescriptionLogin img {
	position: absolute;
	top: 204px;
	right: 42px
}

.emailDescriptionRegistration img {
	position: absolute;
	top: 0;
	right: -54px
}

.errReg {
	position: absolute;
	top: 70px;
	right: -54px
}

.errRegSecond {
	position: absolute;
	top: 70px;
	right: 239px
}

.errRegThird {
	position: absolute;
	top: 140px;
	right: 239px
}

.errRegFourth {
	position: absolute;
	top: 140px;
	right: -54px
}

input.empty {
	background-color: #F5F5F5
}

.loginLink {
	color: #7DC1FF
}

.loginLink :hover {
	color: #5886FF
}

.rememberCheckBoxLog {
	position: absolute;
	top: 273px;
	left: 50px;
	width: 24px;
	height: 24px;
	border: 1px solid #C5C5C5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px
}

.rememberCheckBox {
	position: absolute;
	top: 308px;
	right: 180px;
	width: 24px;
	height: 24px;
	border: 1px solid #C5C5C5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px
}

.rememberText {
	position: absolute;
	top: 277px;
	left: 84px;
	text-transform: none;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #000000
}

.forgotLink {
	position: absolute;
	z-index: 1;
	top: 279px;
	right: 54px
}

.confirm input {
	position: absolute;
	top: 290px;
	left: 270px
}

.confirmTx {
	position: absolute;
	top: 310px;
	right: 0px
}

.btn_submit {
	position: absolute;
	top: 508px;
	left: 37px
}

.formButtonAndCapthcaR {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 123px
}

.form-small {
	width: 228px;
	height: 50px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px
}

.names {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px
}

.form-name-last {
	margin-left: 65px
}

* {
	padding: 0;
	margin: 0
}

a {
	text-decoration: none;
	cursor: pointer
}

html {
	/*background-image: url(../img/background.png);*/
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-clip: border-box;
	background-origin: border-box;
	overflow-x: hidden;
	overflow-y: hidden;
	text-transform: uppercase;
	font-family: "Inter";
	font-weight: 800;
	font-style: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mainInscription {
	margin: 64px 0 0 72px;
	color: #FFFFFF
}

@media screen and (max-width:3920px) {
	.mainInscription p {
		font-size: 48px;
		line-height: 58, 9px
	}

	.mainInscription h1 {
		font-size: 76px;
		line-height: 116px;
		text-align: left
	}
}

@media screen and (max-width:1680px) {
	.mainInscription p {
		font-size: 38px;
		line-height: 48, 9px
	}

	.mainInscription h1 {
		font-size: 56px;
		line-height: 86px;
		text-align: left
	}
}

@media screen and (max-width:1280px) {
	.mainInscription p {
		font-size: 28px;
		line-height: 28, 9px
	}

	.mainInscription h1 {
		font-size: 36px;
		line-height: 56px;
		text-align: left
	}
}