/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
span{margin: 0;}
/*--------------------*/

.wraper-main-one{
	background:linear-gradient(273.36deg, #003166 0%, #007AFF 100%);

}
.container{
	max-width: 1170px;
	margin: 0 auto;
	
	}
.header{
	padding-top: 50px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1170px) {
	.header{
		padding-left: 20px;
		padding-right: 15px;
		}
}


.title{
	background: url('img/Logonexty.svg') left no-repeat;
	max-width: 132px;
	min-width: 132px;
	max-height: 46px;
	min-height: 46px;

}

.list{
	padding: 20px 0 0 0;
	}
@media (max-width: 800px) {
	.list{
		display: none;
		}
}

.naw ul{
		display: flex;
}
.naw li{
	padding:0 60px;

}
@media (max-width: 1170px) {
	.naw li{
		padding: 0 20px;
		}
}
.naw a{	color: white;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5PX;
	padding: 5PX 0;
}
.naw a:hover{
	text-decoration: underline;
	color:black;
	background: white;

}

.naw li:last-child{
	padding-right: 0;
}
.content{
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	padding-bottom: 180px;
	padding-left: 20px;
	padding-right: 10px;
}
@media (max-width: 800px) {
	.content{
		align-items: center;
		flex-direction: column;
		margin-top: 20px;
		padding-bottom: 85px;
	}
}

.left{
max-width: 530px;
color: #eee;
}
.left-title{
	padding-top: 10px;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 500;
	font-size: 46px;
	line-height: 135%;
}
@media (max-width: 460px) {
	.left-title {
		font-size: 36px;
		padding: 0 10px;

	}
}
.big{
	font-weight: 700;
	margin-right: 0;
}
.low{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	vertical-align: super;
	margin-left: 0;
}
.small-text{
	margin: 30px 0 50px 0;
	font-family: 'Inter',sans-serif;
	font-weight: 300;
	font-size: 20px;

}
@media (max-width: 432px) {
	.small-text {
		padding: 0 10px;

	}
}
.left-button a{
	display: inline-block;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #003166;
	background: #FFFFFF;
	padding: 20px 40px;
	border-radius: 50px;
}
@media (max-width: 800px) {
	.left-button{
		display: none;
		}
}
.left-button a:hover{
	color: #ffffff;
	background: black;

}
.right{
	max-width: 100%;
	align-self: center;
}
@media (max-width: 880px) {
	.right: {
		max-width: 50%;
		}
}
.right img{ 
max-width: 100%; }

.wraper-main-too{
background: #eee;
}
.container2{
	height: 100%;
}
.bg{
		background: url('img/Logo.svg') no-repeat 50% 50%;
		max-width: 715px;
		margin: 0 auto;
}
.content-text{
	padding: 201px 0 200px 0;
	color: #161719;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 150%;
	text-align:center;
	max-width: 100%;
}
@media (max-width: 768px) {
	.content-text{
padding: 120px 15px 85px 15px;
			}
}

.content-text span{
font-weight: 500;
}
.lite-footer{
	background: linear-gradient(273.36deg, #003166 0%, #007AFF 100%);
}
.text-footer{
	color: #eee;
	font-family: 'Space Grotesk', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	max-width: 713px;
	padding: 50px 7px 50px 7px;
	margin-left: 100px;
}
@media (max-width: 866px) {
	.text-footer {
padding: 35px 8px;
margin: 0 auto;
	}
	.text-footer p{
		text-align: center;
	}
}

.text-footer span{
	font-weight: 700;
}	
.text-footer span:after{
	content: url('img/arow.svg');
	margin-left: 7px;
}

.wraper-main-three{
	background: #6856C9;
	display:flex;
	justify-content:center;
	align-items:center;
	}
.container3{
	max-width: 1081px;
	display: flex;
	justify-content: space-between;
	padding:126px 0;
}
@media (max-width: 1086px) {
	.container3{
	padding-left: 15px;
		}
}
@media (max-width: 1004px) {
	.container3{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding:90px 0;

		}
}
@media (max-width: 820px) {
	.container3{
		padding:20px 0;

		}
}

.leftbox{
	max-width: 436px;
	padding-top: 70px;
}
@media (max-width: 800px) {
	.leftbox {
		padding-top:30px ;

	}
}
.leftbox-logo img{
	max-width: 100%;
	object-fit: contain;
	
	}
@media (max-width: 450px) {
	.leftbox-logo img {
		padding: 0 8px;

	}
}

.leftbox-link{
	margin: 45px 0 25px 0;	
}
@media (max-width: 426px) {
	.leftbox-link  {
		padding: 0 6px;

	}
}
.leftbox-link ul{
	display:flex;
	flex-wrap: wrap;

}

.leftbox-link li{
	padding: 0 7px; 	
}
@media (max-width: 800px) {
	.leftbox-link li {
		padding: 15px 10px;

	}
}
@media (max-width: 426px) {
	.leftbox-link li {
		padding: 15px 6px;

	}
}
.leftbox-link a{
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 5px 12px;
	color: #eee;
	font-family: 'Inter',sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.leftbox-link a:hover{
	color: #eee;
	background: #000000;
}

.leftbox-link li:first-child{
	padding-left: 0;
}
.leftbox-text{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 135%;
	color: #FFFFFF;
}
@media (max-width: 500px) {
	.leftbox-text {
		padding: 0 12px;
	}
}


.leftbox-text span{
	font-weight: 700;
}
.leftbox-text span:after{
	content: url('img/arowup.svg');
	margin-left: 4px;
}

.img-rightbox{
	max-width: 624px;
}

.img-rightbox img{
	max-width: 100%;
	object-fit: contain;
}


.wraper-main-four{
	display:flex;
	justify-content:center;
	align-items:center;
}
.quttes{
	text-align: center;
	max-width: 714px;
	padding-top: 95px;
	padding-bottom: 50PX;
}
.ico{
	margin: 0 0 77px 0;
}
.quttes-text{
	color: #161719;
	font-family: 'Inter',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 150%;
	margin: 0 0 67px 0;
}
@media (max-width: 732px) {
	.quttes-text{
		padding-left: 15px;
		padding-right: 15px;

			}
}
@media (max-width: 563px) {
	.quttes-text{
		font-size: 16px;

			}
}

.copyright{
	color: #8C8C8C;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
}
@media (max-width: 732px) {
	.copyright{
		font-size: 13px;
			}
}
.foot-bottom{
	margin-top: 20px;
}
.foot-bottom a{
	display: inline-block;
	background: linear-gradient(273.36deg, #003166 0%, #007AFF 100%);
	border-radius: 50px;
	padding: 8px 12PX 8PX 32PX;
	color: #eee;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}
.foot-bottom a:hover{
	background: #000000;
}
.foot-bottom a:before{
	content: url('img/g828.png');
		position:absolute;
		top: 10PX;
		left: 10PX;
	}

.wraper-main-five{
	display:flex;
	justify-content:center;
	align-items:center;
	background-color: #3C4147;
}


.wraper-main-six{
	display:flex;
	justify-content:center;
	align-items:center;
}
.wraper-main-seven{
	display:flex;
	justify-content:center;
	align-items:center;
	background: #F24423;
}

.wraper-main-nine{
	display: flex;
	justify-content:center;
	align-items:center;
	}
.wraper{
	border: 1px solid red
	max-width:838px;
	font-family: 'Inter',sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 45px;
}
@media (max-width: 848px) {
	.wraper{
		padding:0px 15px;

		}
}

.nine-title{
	text-align: center;
	padding-top: 105px;
	font-weight: 700;
	font-size: 40px;
}
@media (max-width: 768px) {
	.nine-title {
padding-top: 25px;

	}
}
.nine-text{
	text-align: center;
	margin: 100px 0 100px 0;
}
@media (max-width: 768px) {
	.nine-text {
	margin:35px 0 100px 0 ;

	}
}
.nine-text span{
	font-weight:700;
}
.system-info{
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	min-height: 270px;
	padding-bottom: 90px;
}
.system-element {
	flex: 0 1 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
@media (max-width: 636px) {
	.system-element{
			flex: 0 1 50%;

		}
}

.wraper-form{
	background: linear-gradient(180deg, rgba(22, 23, 25, 0.75) 0%, #000000 100%);
	display: flex;
	justify-content: center;
}
.feedback{
	padding: 174px 0;
	max-width: 719px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 726px) {
	.feedback{
		align-items: center;
		flex-direction: column;
		padding-bottom: 0;
		padding: 65px 0;
		}
}
.feedback-left{
	max-width: 256px;
	font-family: 'Inter',sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #FFFFFF;
}

@media (max-width: 300px) {
	.feedback-left {
		padding: 0 8px;
	}
}

.feedback-left span{
	font-weight: 600;
	}
.feedback-left-title{
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 44px;
}
.feedback-left-botton{
	text-align: center;
	margin-top: 44px;
}
@media (max-width: 726px) {
	.feedback-left-botton{
			padding-bottom: 30px;

		}
}


.feedback-left-botton a{
	display: inline-block;
	padding: 10px 36px 10px 36px;
	background: linear-gradient(273.36deg, #003166 0%, #007AFF 100%);
	border-radius: 50px;
	font-family: 'Space Grotesk';
	border: 3px solid black;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
}
.feedback-left-botton a:hover{
	color: #000000;
	background: #eee;
	border: 3px solid blue;
}

.feedback-right{
	max-width: 347px;
	width: 100%;
}
@media (max-width: 350px) {
	.feedback-right {max-width: 95%;
	}
}

.feedback-right-form {

max-width: 100%;
}
.feedback-right-botton{
	margin: 20px 0;
}
.feedback-right-botton:first-child{
	margin-top: 0;	
}
.feedback-right-botton:last-child{
	padding-bottom: 0;	
}
.feedback-right-botton input{
	height: 40px;
	width: 100%;
	border-radius: 10px;
	padding: 0 20px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #828282;
}
.textarea input{
	height: 120px;


}
.feedback-right-bottonm {
	text-align: center;
	max-width: 347px;
	width: 100%;
	height: 52px;

}
.feedback-right-bottonm{
	text-align: center;

	border: 3px solid blue;
	border-radius: 50px;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	background: linear-gradient(180deg, rgba(22, 23, 25, 0.75) 0%, #000000 100%);
	}
.feedback-right-bottonm:hover{
	color: #000000;
	background: #FFFFFF;
}

.footer-menu{
	padding: 123px;
	background: #000000;
	display: flex;
	justify-content: space-between;
	color: #eee;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

}
@media (max-width: 760px) {
	.footer-menu{
		padding-bottom: 0;
			}
}
.footer-menu{
	display: flex;
	justify-content: center;
}
.footer-menu-wraper{


	display: flex;	
	justify-content: space-between;
	max-width: 1100px;
	width: 100%;
}
@media (max-width: 760px) {
	.footer-menu-wraper{
		align-items: center;
		flex-direction: column;
			}
}
.footer-menu-element{
	flex: 0 1 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 760px) {
	.footer-menu-element{
	align-items: center;
	margin-bottom: 50px;
	text-align: center;
			}
}
.footer-menu-element-title{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 24px;
}
@media (max-width: 760px) {
	.footer-menu-element-title{
		margin-bottom: 11PX;
			}
.logos{
	align-self: center;
	}
}
.footer-menu-element-content img{
	margin-right: 20px;
}
.footer-menu-element a{
	color: #eee;
}
.footer-end{
	background: #161719

}

.footer-end p{
	padding:30px 0;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #E0E0E0;
	text-align: center;
}

@media (max-width: 760px) {

.element-logo1{
	order: 1;
}
.element-logo2{
	order: 2;
}
.element-logo3{
	order: 3;
}
.element-logo4{
	order: 4;
}
.element-logo5{
	order: 5;
}
}

.burger-menu{
	display: none;
}
@media (max-width: 800px) {
	.burger-menu{
	display: contents;
	}

.menu-btn{
  display: flex;
  align-items: center;
  position: absolute;
    right:10%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #eee;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}
 
.menubox{
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right:  -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}
 
.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}
 
 
#menu-toggle{
  opacity: 0;
}
 
#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
top: 0;
transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
visibility: visible;
right:  0;
}