html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
	opacity: 1;
	transition: opacity .3s;
}
img[data-src] {
	opacity: 0;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
*:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.input_error *::-webkit-input-placeholder {
	color: #db422c;
}
.input_error *:-moz-placeholder {
	color: #db422c;
}
.input_error *::-moz-placeholder {
	color: #db422c;
}
.input_error *:-ms-input-placeholder {
	color: #db422c;
}
.input_white *::-webkit-input-placeholder {
	color: #fff;
}
.input_white *:-moz-placeholder {
	color: #fff;
}
.input_white *::-moz-placeholder {
	color: #fff;
}
.input_white *:-ms-input-placeholder {
	color: #fff;
}
.input_active::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.b-overflow{
}
.fonts-loaded,
.fonts-loaded *{
	font-family: "Open Sans", sans-serif!important;
	color: rgba(0,0,0,0)!important;
}
body{
	font-family: "Intro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #fff;
	background-color: #041a25;
	min-height: 100vh;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/bg/body.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
body,
*{
	line-height: 1.5em;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
}
a{
	color: #fff;
}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a,
a:focus{
	outline: none; 
}
a:hover,
a:focus{
	text-decoration: none;
}
.d-flex *[class*="icon"],
.d-flex *[class*="img"]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.b-wrap{
	white-space: nowrap;
}
.b-text-white,
.b-text-white .link{
	color: #fff;
}
.b-text-white .link:hover,
.b-text-dark .link:hover,
.link:hover{
	color: #009de2;
}
.link:active{
	text-decoration: underline;
}
.b-text-dark,
.b-text-dark .link{
	color: #fff;
}
.b-color{
	color: #009de2;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	br{
		display: none;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}


/*HEADING*/
.h1,.h2,.h3,.h4,.h5,.h6,.main-title,.section-title,
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 400;
	line-height: 1.3em;
}
.main-title.main-title_fz122 .main-title__font2{
	font-size: 122px;
	line-height: .9em;
	font-family: "HeavitasRUSbyDaymarius";
}
.main-title__font1{
	font-size: 48px;
	line-height: 1em;
	display: block;
	text-shadow: 0 0 20px rgba(255, 168, 0, 0.54);
	color: #f5b63a;
}
.main-title__font2{
	font-size: 72px;
	line-height: 1em;
	color: #12a9fd;
	text-shadow: 0 0 20px rgba(1, 148, 233, 0.54);
}
.h3{
	font-size: 24px;
	text-transform: uppercase;
}
.h4{
	font-size: 21px;
}
.h5{
	font-size: 18px;
}
.h6{
	font-size: 16px;
}
@media only screen and (max-width : 1199px) {
	.main-title__font1{
		font-size: 42px;
	}
	.main-title .main-title__font2{
		font-size: 54px;
	}
	.main-title.main-title_fz122 .main-title__font2{
		font-size: 110px;
	}
}
@media only screen and (max-width : 991px) {
	.main-title__font1{
		font-size: 36px;
	}
	.main-title .main-title__font2{
		font-size: 46px;
	}
	.main-title.main-title_fz122 .main-title__font2{
		font-size: 100px;
	}
	.h3{
		font-size: 21px;
	}
	.main__title-img{
		margin: 0 auto;
	}
	.main__title-img_img1{
		max-width: 600px;
	}
	.main__title-img_img2{
		max-width: 500px;
	}
	.main__title-img_img1 img{
		max-height: 110px;
	}
	.main__title-img_img2 img{
		max-height: 120px;
	}
}
@media only screen and (max-width : 767px) {
	.main-title__font1{
		font-size: 32px;
	}
	.main-title .main-title__font2{
		font-size: 40px;
	}
	.main-title.main-title_fz122 .main-title__font2{
		font-size: 80px;
	}
	.h3{
		font-size: 18px;
	}
}
@media only screen and (max-width : 575px) {
	.main-title__font1{
		font-size: 24px;
	}
	.main-title .main-title__font2{
		font-size: 28px;
	}
	.main-title.main-title_fz122 .main-title__font2{
		font-size: 60px;
	}
}
/*/HEADING*/

/*FORM*/
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 2px 40px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2em;
	max-width: 472px;
	width: 100%;
	color: #fff;
	font-family: "HeavitasRUSbyDaymarius";
	text-transform: uppercase;
	font-family: "Intro";
	overflow: hidden;
	background-color: #eda300;
	background-image: linear-gradient(to top, #00de81 0%, #02bccc 100%);
	border: 3px solid #36ffac;
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 225, 127, 0.54);
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-color: #eda300;
	background-image: linear-gradient(to top, #02bccc 0%, #00de81 100%);
	border: 3px solid #36ffac;
	border-color: #36ffac;
}
.btn:active{
	top: 2px;
	box-shadow: none;
}
.btn > span{
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.btn:after{
	margin-left: 60px;
	content: " ";
	width: 30px;
	height: 300px;
	background: #fff;
	opacity: .8;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	position: absolute;
	left: -40px;
	top: -150px;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	-khtml-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
@media only screen and (max-width : 1199px) {
	.btn{
		font-size: 23px;
		font-family: initial;
		font-weight: bold;
	}
	.btn > span{
		height: 43px;
	}
}
@media only screen and (max-width : 991px) {
	.btn{
		/*font-size: 18px;*/
		font-family: initial;
		font-weight: bold;
		max-width: 300px;
	}
	.btn > span{
		height: 40px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/FORM*/

/*SECTION*/
section,
.section{
	position: relative;
}
@media only screen and (min-width : 992px) {
	.container{
		max-width: 960px;
	}
}
/*/SECTION*/

/*HEADER*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #041a25;
	height: 110px;
	padding: 30px 0;
	z-index: 99;
}
.logo{
	display: inline-block;
}
.logo__img{
	display: block;
}
.logo__img:hover{
	opacity: .8;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.header{
		height: 70px;
		padding: 20px 0;
	}
	.header__logo{
		max-width: 90px;
	}
}
@media only screen and (max-width : 767px) {
	.header{
		height: 50px;
		padding: 10px 0;
	}
	.header__logo{
		max-width: 75px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/HEADER*/

/*MAIN*/
.s-main{
	overflow: hidden;
}
.s-main::before,
.s-main::after{
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.s-main::before{
	right: 50%;
	margin-right: 270px;
	margin-top: 75px;
	background-image: url(../img/bg/main_money.png);
	width: 511px;
	height: 982px;
}
.s-main::after{
	left: 50%;
	margin-left: 270px;
	margin-top: 40px;
	background-image: url(../img/bg/main_money2.png);
	width: 500px;
	height: 937px;
}
.main__height{
	padding: 180px 0 80px;
	min-height: 100vh;
	position: relative;
	z-index: 9;
}
.main__img-button{
	margin-bottom: -40px;
}
.main__img img{
	max-width: none;
}
@media only screen and (min-width : 1200px) {
	.main__img_left{
		float: right;
		margin-right: -25px;
	}
	.main__img_right{
		float: left;
		margin-left: -25px;
	}
}
@media only screen and (max-height : 850px) and (min-width : 1200px) {
	.main__img-button img{
		max-height: 385px;
	}
}
@media only screen and (max-height : 700px) and (min-width : 1200px) {
	.main__img-button img{
		max-height: 300px;
	}
}
@media only screen and (max-width : 1550px) and (min-width : 1200px) {
	.main__img img{
		max-width: 500px;
	}
}
@media only screen and (max-width : 1400px) and (min-width : 1200px) {
	.main__img img{
		max-width: 400px;
	}
}
@media only screen and (max-width : 1199px) {
	.main__img img{
		max-width: 100%;
	}
	.s-main::before{
		margin-right: 170px;
		margin-top: 45px;
		width: 298px;
		height: 573px;
	}
	.s-main::after{
		margin-left: 170px;
		margin-top: 10px;
		width: 292px;
		height: 546px;
	}
	.main__img{
		position: relative;
		top: -30px;
	}
	.main__img_left{
		margin-right: -25px;
	}
	.main__img_right{
		margin-left: -25px;
	}
	.main__img-button{
		margin-bottom: -30px;
	}
}
@media only screen and (max-width : 991px) {
	.s-main::after{
		display: none;
	}
	.s-main::before{
		background-image: url(../img/bg/main_money3.png);
		width: 284px;
		height: 540px;
		width: 500px;
		height: 951px;
		top: 50%;
		margin-top: -30px;
		margin-right: 0;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		-o-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
	.main{
		min-height: 100vh;
		padding: 120px 0 80px;
	}
	.main__height{
		padding: 0;
		display: block;
		min-height: 1px;
	}
	.main__img{
		top: 0;
	}
	.main__img_left,
	.main__img_right{
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	.main__img-button{
		margin-top: 10px;
		margin-bottom: -40px;
	}
	.main__img-button img{
		max-height: 380px;
	}
}
@media only screen and (max-width : 991px) and (max-height : 950px) {
	.main__img-button img{
		max-height: 300px;
	}
	.s-main::before{
		width: 420px;
	}
}
@media only screen and (max-width : 991px) and (max-height : 850px) {
	.main__img-button img{
		max-height: 300px;
	}
	.main__img_left, .main__img_right{
		max-width: 350px;
	}
	.s-main::before{
		width: 375px;
	}
}
@media only screen and (max-width : 991px) and (max-height : 750px) {
	.main__img_left, .main__img_right{
		max-width: 300px;
	}
	.main__img-button{
		margin-bottom: -20px;
	}
	.main__img-button img{
		max-height: 255px;
	}
	.s-main::before{
		width: 284px;
		margin-top: -80px;
	}
}
@media only screen and (max-width : 991px) and (max-height : 675px) {
	.main__img-button img{
		max-height: 200px;
	}
	.s-main::before{
		width: 225px;
		margin-top: -60px;
	}
}
@media only screen and (max-width : 991px) and (max-height : 625px) {
	.main__img-button{
	}
	.main__img-button img{
		height: 140px;
	}
	.s-main::before{
	}
}
@media only screen and (max-width : 991px) and (max-height : 575px) {
	.main__img-button{
		height: 20px;
		margin: 0;
	}
	.main__img-button img{
		display: none;
	}
	.s-main::before{
		margin-top: -10px;
	}
}
@media only screen and (max-width : 767px) {
	.main{
		padding-top: 100px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/MAIN*/

/*FOOTER*/
.footer{
	text-align: center;
	background-color: #041a25;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	font-family: "Roboto";
}
.footer,
.footer .link{
	color: #0b5f70;
}
.footer__height{
	height: 60px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/FOOTER*/

/*ANIMATION*/
@-webkit-keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0px;
	}

	30% {
		left: 110%;
		margin-left: 80px;
	}

	100% {
		left: 110%;
		margin-left: 80px;
	}
}

@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0px;
	}

	30% {
		left: 110%;
		margin-left: 80px;
	}

	100% {
		left: 110%;
		margin-left: 80px;
	}
}

@-webkit-keyframes pulseicon {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes pulseicon {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

/*/ANIMATION*/