body{
	margin:0px;
	padding:0px;
}
body *{
	box-sizing: border-box;
}
@font-face{
	font-family: DisplLight; /* Имя шрифта */
    src: url('../fonts/SFUIDisplay-Light.ttf'); /* Путь к файлу со шрифтом */
}

@font-face{
	font-family: DisplRegular; /* Имя шрифта */
    src: url('../fonts/SFUIDisplay-Regular.ttf'); /* Путь к файлу со шрифтом */
}

@font-face{
	font-family: DisplSemiBold; /* Имя шрифта */
    src: url('../fonts/SFUIDisplay-Semibold.ttf'); /* Путь к файлу со шрифтом */
}
@font-face{
	font-family: DisplMedium; /* Имя шрифта */
    src: url('../fonts/SFUIDisplay-Medium.ttf'); /* Путь к файлу со шрифтом */
}

@font-face{
	font-family: DisplBold; /* Имя шрифта */
    src: url('../fonts/SF-UI-Display-Bold.ttf'); /* Путь к файлу со шрифтом */
}
@font-face{
	font-family: DisplBlack; /* Имя шрифта */
    src: url('../fonts/SFUIDisplay-Black.ttf'); /* Путь к файлу со шрифтом */
}
.container{
	max-width:1640px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
.main__screen{
	background:url('../img/mainback.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom:50px;
	height:100vh;
}
.top__main{
	padding-top:10px;
	padding-bottom:10px;
	display: flex;
	align-items:center;
	border-bottom:1px solid #ffcc00;
	justify-content:space-between;
	margin-bottom:20px;
}
.right__top{
	display: flex;
}
.side__left{
	padding-right:80px;
	/*max-width:480px;*/
	text-align:right;
}
.side__right{
	border-left:1px solid #02334f;
	padding-left:80px;
	text-align:right;
	display: flex;
	flex-direction:column;
	align-items:flex-end;
}
.elem__side{
	display: flex;
	align-items:center;
}
.elem__side span{
	margin-right:10px;
}
.elem__side p a {
	margin-left:10px;
	color:#fff;
}
.elem__side p{
	margin:0px;
	font-size:18px;
	line-height:25px;
	color:#fff;
	font-family:DisplRegular ,sans-serif;
	display: flex;
	align-items:flex-start;
	justify-content:flex-end;
}
.center__main>h1{
	text-align:center;
	font-size:37px;
	color:#ffcc00;
	font-family:DisplBlack ,sans-serif;
	text-transform: uppercase;
	font-weight:900;
	margin-top:0px;
	margin-bottom:10px;
}
.results__img img{
	max-width:80px;
}
.wrap__center--main{
	
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-position:center;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	padding:45px 20px; 

}

.license {
    outline: none!important;
    border: 0px;
    background-color: #ffcc00;
    font-size: 15px;
    height: 35px;
    font-family: DisplBlack ,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: .4s ease opacity;
    display: inline-block;
    color: #fff;
    line-height: 35px;
	padding: 0 20px;
	margin:15px 0;
}

.license:hover {
	opacity:0.8;
}

.tesiz {
	list-style: none;
    display: flex;
    color: #fff;
    justify-content: center;
    font-family: DisplBlack ,sans-serif;
}

.tesiz li {
	margin:0 10px;
}

.left__char{
	margin-right:15px;
}
.charac{
	display: flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
}
.right__char{
	width:100%;
}
.elem__char {
	display: flex;
	align-items:center;
	justify-content:space-between;
}
.elem__char p{
	margin:0px;
	color:#ffcc00;
	text-align:left;
	font-size:18px;
	font-family:DisplMedium ,sans-serif;
}
.elem__char{
	margin-bottom:10px;
}
.right__char>h6{
	font-size:18px;
	color:#ffcc00;
	font-family:DisplBold ,sans-serif;
	text-transform: uppercase;
	margin:0px;
	margin-bottom:20px;
}
.elem__char:last-child{
	margin-bottom:0px;
}
.elem__char span{
	color:#fff;
	font-size:18px;
	font-family:DisplLight ,sans-serif;
	text-align:left;
	min-width:125px;
	display: flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.step__wrap{
	text-align:center;
	display: inline-flex;
	padding:12px 15px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #ffcc00;
	margin-bottom:20px;
	animation-name: box;
    animation-duration: 1.2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes box {
  from { box-shadow: 0 0 10px rgb(255,204,0.35);}
  to { box-shadow: 0 0 50px rgb(255,204,0.5);}
}
.step__wrap p{
	margin:0px;
	color:#fff;
	font-size:20px;
	margin:0px;
	font-family:DisplLight,sans-serif;
	text-align:center;
}
.wrap__center--main{
	text-align:center;
}
.bottom__contacts{
	display: flex;
	align-items:center;
	justify-content:center;
}
.bottom__contacts p{
	display: flex;
	align-items:center;
	margin:0px;
	font-size:22px;
	color:#fff;
	font-family:DisplSemiBold,sans-serif;
}
.bottom__contacts p span{
	margin-right:10px;
	display: inline-flex;
}
.elem__contacts{
	min-height:45px;
	display:flex;
	align-items:center;
}
.elem__contacts:nth-child(1){
	padding-right:30px;
	border-right:1px solid #ffcc00;
}
.elem__contacts:nth-child(2){
	padding-left:30px;
}
.results__block{
	margin-top:20px;
	padding-bottom:25px;
}
.results__block h2{
	font-size:24px;
	color:#fff;
	font-family:DisplBlack ,sans-serif;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:15px;
	margin-top:0px;
}
.outer__results{
	display: flex;
	align-items:flex;
	justify-content:space-between;
}
.elem__results{
	width:23%;
	border-right:1px solid #ffcc00;
	padding-right:15px;
}
.elem__results:last-child{
	border-right: 0px;
}
.results__img{
	margin-bottom:15px;
}
.elem__results h6{
	font-size:18px;
	font-family:DisplSemiBold,sans-serif;
	margin-top:0px;
	margin-bottom:10px;
	color:#ffcc00;
}
.elem__results p{
	font-size:18px;
	color:#fff;
	line-height:26px;
	margin:0px;
	font-family:DisplRegular ,sans-serif;
}
.after__block{
	background-color:#000000;
	display: flex;
	align-items: center;
	justify-content:center;
	position: 	fixed;
	left:0px;
	width:100%;
	bottom:0px;
}
.right__after p{
	margin:0px;
	color:#fff;
	margin-right:5px;
	font-family:DisplRegular ,sans-serif;
	font-weight:400;
	font-size:18px;
}
.after__block{
	padding:15px 0px;
}
.left__after{
	margin-right:20px;
}
.left__after p{
	margin:0px;
	text-transform: uppercase;
	color:#fff;
	font-family:DisplRegular ,sans-serif;
	font-weight:400;
	font-size:18px;
}
.main__screen{
	position: relative;
}
.main__screen:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.4);
	z-index: 2;
}
.after__block{
	position: relative;
	z-index: 3;
}
.main__screen .container{
	position: relative;
	z-index: 3;
}
.right__after p:last-child{
	margin-right:0px;
}
.right__after{
	display: flex;
	align-items:center;
	justify-content:center;
}
.left__top a img{
	max-width:270px;
	max-height: 70px;
}
.main__screen{
	padding-bottom: 70px;
}
.bottom__form{
	min-height:165px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.bottom__form>form>h2{
	font-size:24px;
	color:#fff;
	font-family:DisplBlack ,sans-serif;
	text-transform: uppercase;
	margin-bottom:10px;
	margin-top:0px;
}
.bottom__form{
	margin-top:20px;
}
.group__input{
	width:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.bottom__form>h2{
    font-size: 40px;
    color: #ffcc00;
    font-family:DisplRegular ,sans-serif;
    max-width:350px;
    display: none;
    margin:0px;
}
.group__input input{
	width:100%;
	border:0px;
	height:35px;
	outline:none;
	font-family:DisplRegular ,sans-serif;
	border-radius:5px;
	border:2px solid #ffcc00;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
}
.error{
	border-color:red!important;
}
.group__input input[type="submit"]:hover{
	opacity:.7;
}
.group__input button{
	outline:none!important;
	width:100%;
	border:0px;
	background-color:#ffcc00;
	color:#fff;
	font-size:15px;
	height:35px;
	font-family:DisplBlack ,sans-serif;
	text-transform: uppercase;
	cursor:pointer;
	transition:.4s ease opacity;
}
.wrap__center--main{
	padding-top:0px;
	padding-bottom:0px;
}
@media (max-width:1740px){
	.charac{
		margin-bottom:15px;
	}
	.step__wrap{
		margin-bottom:10px;
	}
	.wrap__center--main{
		padding-bottom:25px;
		padding-top:30px;
	}
}
@media (max-width:1640px){
	.after__block{
		position: 	static;
	}
	.main__screen{
		padding-bottom:0px;
	}
	.main__screen{
		min-height:100vh;
		height:auto;
	}
	.elem__results{
		padding-right:15px;
		width:23%;
	}
	.elem__results p{
		font-size:18px;
		line-height:24px;
	}
	.results__img{
		margin-bottom:10px;
	}
	.container{
		max-width:1340px;
	}
	.elem__side p{
		font-size:16px;
	}
	.side__left{
		padding-right:30px;
	}
	.side__right{
		padding-left:30px;
	}
	.center__main>h1{
		font-size:42px;
		margin-bottom:15px;
	}
	.bottom__contacts p{
		font-size:20px;
	}
	.results__block h2{
		font-size:23px;
	}
	.wrap__center--main{
		padding:0px 20px;
	}
	.elem__contacts{
		min-height:50px;
	}
}
@media (max-width:1200px){
	.after__block{
		flex-direction:column;
		justify-content: center;
		align-items:center;
	}
	.elem__side p{
		font-size:16px;
	}
	.side__right{
		padding-left:20px;
	}
	.side__left{
		padding-right:20px;
	}
	.left__top a img{
		max-width:140px;
	}
	.center__main>h1{
		font-size:42px;
	}
	.results__block h2{
		font-size:21px;
	}
	.outer__results{
		max-width:740px;
	}
	.elem__results:nth-child(1){
		border-right:1px solid #ffcc00;
		border-bottom:1px solid #ffcc00;
	}
	.elem__results:nth-child(2){
		border-bottom:1px solid #ffcc00;
	}
	.elem__results:nth-child(3){
		border-right:1px solid #ffcc00;
	}
	.elem__results{
		width:50%;
		border:0px;
		text-align:center;
		padding:30px;
	}
	.outer__results{
		flex-wrap:wrap;
		margin-left:auto;
		margin-right:auto;
	}
	.left__after{
		margin-bottom:5px;
	}
	.left__after{
		margin-right: 0px;
	}
}
@media (max-width:991px){
	.bottom__form>h2{
		font-size:30px;
	}
	.right__char{
		max-width:640px;
	}
	.results__block h2{
		font-size:18px;
	}
	.elem__results h6{
		font-size:16px;
	}
	.elem__results p{
		font-size:16px;
		line-height:20px;
	}
	.left__after p{
		font-size:16px;
	}
	.top__main{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.left__top{
		margin-bottom:20px;
	}
	.elem__side p{
		font-size:15px;
		line-height:20px;
	}
	.right__after p{
		font-size:16px;
	}
	.center__main>h1{
		font-size:36px;
	}
}
@media (max-width:767px){

	.main__screen {
		background: url(../img/bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.right__char p>span{
		font-size:19px!important;
	}
	.right__char>p{
		padding:12px!important;
	}
	.center__main>h1{
		font-size:30px;
	}
	.top__main{
		margin-bottom:20px;
	}
	.results__block{
		margin-top:20px;
	}

	.left__char{
		width:100%;
		margin-right:10px;
		margin-bottom:0px;
	}
	.step__wrap{
		width:100%;
		justify-content:center;
	}
	.wrap__center--main{
		padding:45px 30px;
		padding-bottom:0px;
		padding-top:0px;
	}
	.group__input{
		width:100%;
		max-width:280px;
	}
	.bottom__contacts{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}

	.elem__contacts{
		min-height:50px;
		width:250px;
		justify-content:center;
		align-items:center;
	}
	.right__char{
		width:100%;
		min-width:290px;
		max-width:360px;
	}
	.step__wrap p{
		font-size:18px;
	}
	.left__char img{
		width:100%;
		max-width:240px;
	}
	.charac{
		align-items:flex-start;
	}
	.elem__char p{
		font-size:16px;
	}
	.elem__char span{
		font-size:16px;
	}
	.step__wrap{
		margin-bottom:15px;
	}
	.elem__contacts:nth-child(2){
		padding-left:0px;
	}
	.elem__contacts:nth-child(1){
		padding-right: 0px;
		border:0px;
		border-bottom:1px solid #ffcc00;
	}
	.results__block h2{
		margin-bottom:20px;
	}
	.results__block{
		padding-bottom:0px;
	}
	.results__block h2{
		margin-bottom:0px;
	}
	.elem__results{
		width:100%;
		max-width:310px;
	}
	.outer__results{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.elem__results:nth-child(3){
		border-right:0px;
	}
	.elem__results:last-child{
		border-top:1px solid #ffcc00;
	}
	.elem__results:nth-child(1){
		border-right:0px;
	}
	.right__top{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.side__left{
		width:100%;
	}
	.right__top{
		width:100%;
	}
	.elem__side{
		justify-content:center;
		text-align:center;
		width:100%;
	}
	.top__main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.side__right{
		padding-left:0px;
		justify-content:center;
		text-align:center;
	}
	.side__left{
		padding-right:0px;
		padding-bottom:5px;
	}
	.side__right{
		width:100%;
		padding-right:0px;
		border-top:1px solid #02334f;
		border-left:0px;
		padding-top:5px;
	}
}
@media (max-width:560px){
	.right__char p>span{
		font-size:18px!important;
	}
	.wrap__center--main{
		background:none;
		background-color:rgba(0,0,0,.5);
		border:15px solid  #ffcc00;
		border-radius:5px;
	}
	.left__char img{
		max-width:300px;
	}
	.right__char{
		max-width:300px;
		min-width:230px;
		width:100%;
	}
	.bottom__contacts p{
		font-size:18px;
	}
	.wrap__center--main{
		padding: 15px;
	}
	.center__main>h1{
		font-size:24px;
		margin-bottom:15px;
	}
	.charac{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.left__char{
		margin-right:0px;
		margin-bottom:10px;
	}
	.results__block h2{
		font-size:17px;
	}
	.main__screen{
		padding-bottom:30px;
	}
	.right__after{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.left__after p{
		text-align:center;
	}
	.left__top{
		margin-bottom:10px;
	}
}

@media (max-width:440px){
	.elem__side p{
		flex-direction: column;
		align-items:center;
		justify-content:center;
	}
	.elem__side{
		margin-bottom:5px;
	}
	.elem__side:last-child{
		margin-bottom:0px;
	}
	.elem__side span{
		margin-right:0px;
		margin-bottom:0px;
	}
	.elem__char{
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	.elem__char p{
		width:100%;
		text-align:center;
	}
	.elem__char span{
		width:100%;
		text-align:center;
		justify-content:center;
	}
	.elem__char span br{
		display: none;
	}
	.wrap__center--main{
		border:10px solid #ffcc00;
	}
	.step__wrap p{
		font-size:16px;
	}
}

