@font-face{
	font-family: grotesc; 
    src: url(../font/Amazing_Grotesk_Ultra.otf) format("opentype"); 
}
@font-face{
	font-family: avenir; 
    src: url(../font/avenir.otf) format("opentype"); 
}
@font-face{
	font-family: avenir-light; 
    src: url(../font/AvenirNextCyr-Light.otf) format("opentype"); 
}
@font-face{
	font-family: avenir-heavy; 
    src: url(../font/AvenirNextCyr-Heavy.otf) format("opentype"); 
}
@font-face{
	font-family: avenir-bold; 
    src: url(../font/AvenirNextCyr-Bold.otf) format("opentype"); 
}
@font-face{
	font-family: avenir-thin; 
    src: url(../font/AvenirNextCyr-Thin.otf) format("opentype"); 
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
	//filter: contrast(70%);
	overflow-x: hidden;
}
header{
	width: 100%;
	height: 150px;
	background-color: #ed174f;
}
header img{
	width: 157px;
	margin-top: 17px;
	position: absolute;
	left: calc(50% - (157px / 2));
}
section.principal{
	width: 100%;
	height: 630px;
	background-image: url(../img/ead.jpg);
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
section.principal .content{
	position: absolute;
	width: 1280px;
	height: calc(150px + 630px);
	background-image: url(../img/element.png);
	background-repeat: no-repeat;
	top: -150px;
	left: calc(50% - (1280px / 2));
}
section.principal .content h1{
	font-family: grotesc;
	color: #fff;
	font-size: 67px;
	text-align: center;
	margin-top: 230px;
}
section.principal .content .dev{
	width: 30px;
	height: 13px;
	border-radius: 50px;
	background-color: #ffcb08;
	margin: -30px auto 10px;
}
section.principal .content p.text{
	font-family: arial;
	color: #fff;
	font-size: 38px;
	text-align: center;
}
section.principal .content .btn{
	font-family: avenir;
	width: 470px;
	height: 60px;
	background-color: #6714d0;
	border-radius: 50px;
	border: solid 3px #fff;
	margin: 40px auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}
section.principal .content .btn:hover{
	background-color: #5917ac;
}
section.principal .content p.phone{
	font-size: 35px;
	font-family: avenir-heavy;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
section.why{
	width: 100%;
	min-height: 200px;
	background: #ffcb08 url(../img/why.jpg);
	background-repeat: no-repeat;
	background-position: top center
}
section.why .content{
	width: 1000px;
	margin: auto;
	padding: 50px 0px;
}
section.why .content h1{
	font-family: grotesc;
	color: #6714d0;
	font-size: 67px;
	text-align: center;
	margin-top: -15px;
}
section.why .content .info{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
section.why .content .info .element{
	width: 210px;
	height: max;
	margin-bottom: 15px;
	padding-top: 80px;
	font-family: avenir;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}
section.why .content .info .element b{
	font-family: avenir-bold;
	text-align: center;
	width: 100%;
	display: block;
}
section.why .content .info .element:nth-child(1){
	background-image: url(../img/g1.png);
}
section.why .content .info .element:nth-child(2){
	background-image: url(../img/g2.png);
}
section.why .content .info .element:nth-child(3){
	background-image: url(../img/g3.png);
}
section.why .content .info .element:nth-child(4){
	background-image: url(../img/g4.png);
}
section.why .content .info .element:nth-child(5){
	background-image: url(../img/g5.png);
}
section.why .content .info .element:nth-child(6){
	background-image: url(../img/g6.png);
}
section.why .content .info .element:nth-child(7){
	background-image: url(../img/g7.png);
}
section.why .content .info .element:nth-child(8){
	background-image: url(../img/g8.png);
}
section.why .content .info .element:hover{
	animation: bg-element 1.3s linear infinite;
}
@keyframes bg-element{
	0%{
		background-position: center 0px;
	}
	50%{
		background-position: center 15px;
	}
	100%{
		background-position: center 0px;
	}
}
section.why .content .btn{
	font-family: avenir;
	width: 245px;
	height: 60px;
	background-color: #6714d0;
	border-radius: 50px;
	border: solid 3px #fff;
	margin: 40px auto 0px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}
section.why .content .btn:hover{
	background-color: #5917ac;
}
section.ask{
	width: 100%;
	height: 470px;
	background: #6714d0 url(../img/slide-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 50px;
}
section.ask .content{
	width: 1000px;
	margin: auto;
	margin-top: -45px;
	color: #fff;
}
section.ask .content h1{
	font-family: grotesc;
	font-size: 67px;
	text-align: center;
	padding-top: 20px;
}
section.ask .content p{
	width: 600px;
	margin: auto;
	font-size: 15px;
	text-align: center;
	font-family: avenir-light;
	min-height: 170px;
}
section.ask .content .carousel-control.right,
section.ask .content .carousel-control.left{
	background: none;
	background-repeat: no-repeat;
}
section.ask .content .carousel-control.left{
	background-image: url(../img/left-arrow.png);
	background-position: right 30%;
}
section.ask .content .carousel-control.right{
	background-image: url(../img/right-arrow.png);
	background-position: left 30%;
}
section.ask .content .btn{
	font-family: avenir;
	width: 250px;
	height: 60px;
	background-color: #6714d0;
	border-radius: 50px;
	border: solid 3px #fff;
	margin: 10px auto 0px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}
section.ask .content .btn:hover{
	background-color: #5917ac;
}
.bh{
	display: none;
}
section.numbers{
	width: 100%;
	height: max;
	background-color: #fff;
}
section.numbers .content{
	width: 1000px;
	margin: auto;
	padding-top: 15px;
}
section.numbers .content h1{
	font-family: grotesc;
	color: #6714d0;
	font-size: 67px;
	text-align: center;
}
section.numbers .content .info{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
section.numbers .content .info .element{
	width: 210px;
	height: max;
	margin-bottom: 15px;
	font-family: avenir;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: top center;
	cursor: #222;
}
section.numbers .content .info .element h2{
	color: #ffcb08;
	font-family: grotesc;
	text-align: center;
	font-size: 67px;
}
section.numbers .content .btn{
	font-family: avenir;
	width: 250px;
	height: 60px;
	background-color: #6714d0;
	border-radius: 50px;
	border: solid 3px #fff;
	margin: 10px auto 100px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}
section.numbers .content .btn:hover{
	background-color: #5917ac;
}
section.numbers .content-nd{
	width: 1107px;
	margin: auto;
	background-image: url(../img/photo-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
section.numbers .content-nd h1{
	font-family: grotesc;
	color: #6714d0;
	font-size: 67px;
	text-align: center;
}
#myCarousel2{
	margin: auto;
	width: 880px;
}
#myCarousel2 .text{
	height: 100%;
	width: 100%!important;
	background-color: rgba(0,0,0,.5);
	padding: 0px 80px;
	transition: .3s;
}
#myCarousel2 .el{
	width: 550px;
	height: 365px;
	background-color: #444;
	margin: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	//background-image: url(../img/img.jpg);
}
.item:nth-child(1) .el{
	background-image: url(../img/1.jpg)!important;
}
.item:nth-child(2) .el{
	background-image: url(../img/2.jpg)!important;
}
.item:nth-child(3) .el{
	background-image: url(../img/3.jpg)!important;
}
.item:nth-child(4) .el{
	background-image: url(../img/4.jpg)!important;
}
.item:nth-child(5) .el{
	background-image: url(../img/5.jpg)!important;
}
.item:nth-child(6) .el{
	background-image: url(../img/6.jpg)!important;
}
.item:nth-child(7) .el{
	background-image: url(../img/7.jpg)!important;
}
.item:nth-child(8) .el{
	background-image: url(../img/8.jpg)!important;
}
.item:nth-child(9) .el{
	background-image: url(../img/9.jpg)!important;
}
.item:nth-child(10) .el{
	background-image: url(../img/10.jpg)!important;
}
section.numbers .content-nd .carousel-control.right,
section.numbers .content-nd .carousel-control.left{
	background: none;
	background-repeat: no-repeat;
}
section.numbers .content-nd .carousel-control.left{
	background-image: url(../img/prev.png);
	background-position: right center;
}
section.numbers .content-nd .carousel-control.right{
	background-image: url(../img/next.png);
	background-position: left center;
}
#myCarousel2 .el .text{
	color: #fff;
	width: 320px;
	height: max;
	padding-top: 100px;
	margin: auto;
	opacity: 0;
}
#myCarousel2 .el .text:hover{
	//opacity: 1;
}
#myCarousel2 .el .text h3{
	font-size: 24px;
	font-family: avenir-bold; 
}
#myCarousel2 .el .text p{
	font-size: 16px;
	font-family: avenir-light; 
	line-height: 23px;
	margin-top: 5px;
}
section.lost{
	width: 100%;
	height: max;
	background-color: #ed174f;
	padding: 1px;
	margin-top: 50px;
}
section.lost .content{
	width: 1000px;
	margin: auto;
}
section.lost .content h1{
	font-family: grotesc;
    font-size: 67px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
}
section.lost .content .clock{
	margin: 40px auto;
	width: 600px;
}
section.lost .content .btn{
	font-family: avenir;
    width: 250px;
    height: 60px;
    background-color: #6714d0;
    border-radius: 50px;
    border: solid 3px #fff;
    margin: 50px auto 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}
section.lost .content .btn:hover{
	background-color: #5917ac;
}
section.friend{
	background-color: #442280;
}
section.friend .content{
	width: 1000px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 25px;
}
section.friend .content h2{
	font-family: arial; 
	text-transform: uppercase;
	text-align: center;
	color: #ffc600;
	font-size: 30px;
}
section.friend .content .info{
	width: 100%;
	height: max;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	font-family: avenir-bold; 
	font-size: 20px;
	margin-top: 15px;
}
section.friend .content .info .fb{
	text-indent: 30px;
	background-image: url(../img/fb.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.friend .content .info .phone{
	width: 173px;
	height: 45px;
	background-color: #6639b6;
	display: block;
	text-align: center;
	line-height: 39px;
	border-radius: 50px;
	border: solid 3px #fff;
	color: #f7bf17;
}
footer{
	width: 100%;
	height: max;
	padding: 20px;
	background-color: #321468;
	color: #f7bf17;
}
footer .content{
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: avenir-thin; 
	font-size: 16px;
}
footer .content .left{
	text-transform: uppercase;
}
footer .content .right{
	display: flex;
	align-items: center;
}
footer .content .right *{
	display: block;
	height: 54px;
	line-height: 58px;
	margin-right: 15px;
}
#dark{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,.5);
	top: 0px;
	left: 0px;
	z-index: 150;
	display: none;
}
#reg{
	width: 552px;
	height: 697px;
	position: fixed;
	left: calc(50% - (552px / 2));
	top: calc(50% - (697px / 2));
	background-color: #fff;
	z-index: 151;
	//background-image: url(../img/bitva.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}
#reg .header{
	width: 100%;
	height: 237px;
	text-align: center;
	color: #fff;
}
#reg .header p:first-child{
	font-size: 36px;
	font-family: grotesc; 
	margin-top: 50px;
}
#reg .header p:nth-child(2){
	font-size: 18px;
	font-family: avenir-bold; 
	margin-top: 20px;
	text-transform: uppercase;
}
#reg .header p:last-child{
	font-size: 16px;
	font-family: avenir-thin; 
}
#reg form{
	width: 100%;
	height: max;
	padding: 0px 20px 0px 20px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#reg form .half{
	width: 215px;
	height: max;
	color: #6639b6;
	font-size: 16px;
	font-family: avenir-bold; 
}
#reg form .half input{
	width: 215px;
	height: 58px;
	background-image: url(../img/forn.jpg);
	border: none;
	outline: none;
	padding: 15px;
	margin-bottom: 25px;
}
#reg form .full{
	width: 330px;
	color: #6639b6;
	font-size: 16px;
	font-family: avenir-bold; 
	text-align: center;
}
#reg form .full input{
	width: 330px;
	height: 58px;
	background-image: url(../img/forn.jpg);
	border: none;
	outline: none;
	padding: 15px;
	margin-bottom: 25px;
	background-position: center;
	background-size: 350px 58px;
}
#reg form input[type=submit]{
	width: 245px;
	height: 60px;
	font-family: avenir;
    background-color: #6714d0;
    border-radius: 50px;
    border: solid 3px #fff;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}
.rules{
	width: 552px;
	height: 813px;
	background-image: url(../img/rules.jpg);
	position: fixed;
	top: calc(50% - (813px / 2));
	left: calc(50% - (552px / 2));
	z-index: 300;
	display: none;
}
.lang{
	position: absolute;
	top: 15px;
	right: calc(50% - 300px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: solid 3px #ffcb08;
	text-align: center;
	line-height: 54px;
	font-weight: bold;
	color: #ffcb08;
	font-size: 27px;
	cursor: pointer;
	z-index: 50;
}
@media (orientation: portrait){
	.content{
		width: calc(100% - 80px)!important;
	}
	section.principal{
		height: 800px;
	}
	section.principal .content p.text{
		font-size: 50px;
		font-weight: bold;
	}
	section.principal .content h1{
		font-size: 100px;
	}
	section.principal .content p.phone{
		font-size: 50px;
		color: #fff!important;
	}
	section.principal .content .btn{
	    width: 950px;
	    height: 120px;
	    background-color: #6714d0;
	    border-radius: 60px;
	    border: solid 3px #fff;
	    margin: 40px auto;
	    font-size: 45px;
	    line-height: 114px;
	}
	section.why .content .info .element{
		width: calc(50% - 100px);
	    height: max;
	    margin-bottom: 15px;
	    padding-top: 80px;
	    font-family: avenir;
	    font-size: 46px;
	    background-repeat: no-repeat;
	    background-position: top center;
	    cursor: pointer;
	    margin-top: 50px;
	}
	section.why .content .btn{
		width: 950px;
	    height: 120px;
	    border-radius: 60px;
	    font-size: 45px;
	    line-height: 114px;
	}
	section.ask .content p{
		font-size: 35px;
		width: 900px;
	}
	section.ask .content .carousel-control.right{
		background-image: url(../img/right-arrow.png);
    	background-position: left 30%;
	}
	section.ask .content .carousel-control.left{
		background-image: url(../img/left-arrow.png);
    	background-position: right 30%;
	}
	section.ask{
		height: 800px;
	}

section.principal .content{
	left: 5%;
	width: 90%!important;
	background-size: cover;
}
section.numbers .content .info .element{
	width: calc(50% - 70px);
	font-size: 40px;
}
section.numbers .content .btn{
	width: 950px;
	    height: 120px;
	    border-radius: 60px;
	    font-size: 45px;
	    line-height: 114px;
}
	section.ask .content{
		width: 100%;
		margin: auto;
		margin-top: -45px;
		color: #fff;
	}
	section.ask .content h1{
		font-family: grotesc;
		font-size: 67px;
		text-align: center;
		padding-top: 20px;
	}
	section.ask .content p{
		width: 900px;
		margin: auto;
		font-size: 35px;
		text-align: center;
		font-family: avenir-light;
		min-height: 170px;
	}
	section.ask .content .carousel-control.right,
	section.ask .content .carousel-control.left{
		background: none;
		background-repeat: no-repeat;
	}
	section.ask .content .carousel-control.left{
		background-image: url(../img/left-arrow.png);
		background-position: right 30%;
		margin-left: -130px;
	}
	section.ask .content .carousel-control.right{
		background-image: url(../img/right-arrow.png);
		background-position: left 30%;
		margin-right: -130px;
	}
	section.ask .content .item{
		height: 600px;
		position: relative;
	}
	section.ask .content .btn{
		position: absolute;
		width: 850px;
	    height: 120px;
	    border-radius: 60px;
	    font-size: 45px;
	    line-height: 114px;
	    margin-top: 30px;
	    bottom: 0px;
	    left: calc(50% - (850px / 2));
	}
	#myCarousel2{
		margin-top: 150px;
		margin-bottom: 150px;
		transform: scale(1.6);
	}
	section.lost .content .clock{
		margin: 150px auto;
		transform: scale(1.6);
	}
	section.lost .content .btn{
		width: 850px;
	    height: 120px;
	    border-radius: 60px;
	    font-size: 45px;
	    line-height: 114px;
	    margin-top: 30px;
	}
	#reg{
		transform: scale(2.2);
	}
	.rules{
		transform: scale(2.2);
	}
}