a{
	text-decoration: none;
	color: inherit;
}
 ul{
	margin: 0;
	padding: 0;
	list-style: none;
 }
body{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #0A0A0A;
}
.header {
	background-color: #0A0A0A;
	padding: 33px 0 32px 0;
	color: #717171;
	
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
}
.phone{
	flex-grow: 1;
	flex-basis: 0;
	text-align: right ;
	font-size: 24px;
	line-height: 29px;
}
.menu-item {
	padding-right: 30px;
}
.menu-link,.phone  {
	font-size: 24px;
	line-height: 29px;

}
.logo {
}
.logo-img {
}

.main {
}
.headline {
	background-color:#f5f5f7 ;
	text-align: center;
	padding: 70px 0 40px 0;
}
.container {
}
.titile {
	text-transform: uppercase;
	margin: 0 0 40px;
	color: #490E84;
	font-weight: 700;
	font-size: 64px;
	line-height: 77px;
}
.headline-img {
	margin-bottom: 25px;
}
.headline-btn {
	display:inline-block;
	font-weight: 700px;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #fff;
	background-color: #490E84;
	padding: 22px 117px 19px;
	border-radius: 30px;
}
.new {
	padding: 90px 0 150px;
}
.container {
}
.new-title {
	margin:  0 0 50px;
	text-transform: uppercase;
	text-align: center;
	color: #717171;
	font-size: 32px;
	line-height: 39px;
	font-weight: 700;
}
.new-info {
	display: flex;
	align-items: center;
}
.new-info p{
	max-width: 560px;
	margin: 0 0 30px;
}
.new-info b{
	display: block;
	max-width: 560px;
	font-size: 20px;
	line-height: 26px;
}
.new-text {
}
.images-new {
	margin-left: 190px;
}
.color {
}
.container {
}
.color-title {
}
.color-list {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.color-item img {
margin-bottom: 20px;
}
.color-item h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
}
.color-item p {
	margin: 0px;
}

.contacts {
	padding-top: 150px;
}
.container {
}
.contacts-inner {
	display: flex;
	background-color: #574b63;
	color: #fff;
}
.contact-form {
width: 100%;
text-align: center;
padding: 140px 93px;

}
.contact-title {
	margin: 0 0 60px;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 39px;
	text-align: left;
}
.contacts-input {

	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #fff;
	display: block;
	width: 100%;
margin-bottom: 20px;
background-color: #574b63;
}
.contacts-input::placeholder{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	opacity: .5;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

.contact-form p{
opacity: .5;
text-align: center;
margin: 30px 0;
}
.contact-form button{
 border: none;
 text-transform: uppercase;
 color: #490E84;
 background-color: #fff;
 border-radius: 30px;
 padding:16px 81px;
 font-weight: 400;
 cursor: pointer;
 
}
.footer {
	background-color: #0A0A0A;
}
.container {
}
.footer-inner{
	color: #717171;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
}
.footer-link {
flex-basis: 0;
flex-grow: 1;
}
.logo {
}
.logo-img {
}
.phone {
}
.menu-btn{
	display: none;
}

@media(max-width:1200px){
.headline-img{
	max-width: 100%;
}
.contact-form{
	width: auto;
}
.contact-title{
	text-align: center;
}
.contacts-inner{
	display: block;
}
.contact-img{
	width: 100%;
}
.contacts{
	background-color: #574b63;
}
}
@media(max-width:1100px){
	.color-list{
		flex-wrap: wrap;
	}
	.color-item{
		width: 50%;
		margin-bottom: 30px;
	}
	}
@media(max-width:940px){
	.images-new{
		display: none;
	}
	.new-info p {
		max-width: 100%;
	}
	.new-info b {
		max-width: 100%;
	}
	.menu-btn{
		display: inline-block;
		width: 50px;
		height: 50px;
		order: 1;
		background-color: transparent;
		border: none;
		cursor: pointer;
		position: relative;
		z-index: 50;
	}
	.logo,.phone{
		position: relative;
		z-index: 50;
	}
	.btn-line{
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #fff;
		height: 2px;
		transition: .3s ease;
	}
	.btn-line:nth-child(1){
		top: 0;
	}
	.btn-line:nth-child(2){
		top: 20px;
		
	}
	.btn-line:nth-child(3){
		top: 20px;
	}
	.btn-line:nth-child(4){
		top: 40px;
	}
	.phone{
		text-align: center;
	}
	.menu{
		position: absolute;
		left:0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #0a0a0a;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transform: translateY(-100%);
		transition: .3s ease;
	}
	.menu-open .menu{
		transform: translateY(0%);
	}
	.menu-item {
padding: 50px 0;
font-size: 56px;
	}.menu-item a {
		font-size: 56px;
			}
	.menu-open .btn-line:nth-child(1){
transform: scaleX(0);
	}
	.menu-open .btn-line:nth-child(2){
		transform: rotate(45deg);
	}
	.menu-open .btn-line:nth-child(3){
		transform: rotate(-45deg);
	}
	.menu-open .btn-line:nth-child(4){
		transform: scaleX(0);
	}
}
@media(max-width:768px){
.headline,.new{
padding: 50px 0;
}
.color{
	padding-bottom:50px;
}
.contact-form{
	padding: 50px 70px;
  }
}
@media(max-width:640px){
	.footer-inner{
		padding: 20px 0;
		flex-direction: column;
	}
	.footer-inner .logo {
		margin: 15px 0 ;
	}
}

@media(max-width:560px){
	.titile{
		font-size: 34px;
		line-height: 42px;
	}
	.color-item{
		width: 100%;
		
	}
	.color-item img{
		width: 100%;
	}
	.new-title,.color-title,.contact-title{
		font-size: 28px;
		line-height: 32px;
	}
	.headline-btn {
		font-size: 18px;
		line-height: 22px;
		padding: 16px 90px;
  }
  .contact-form{
	padding: 50px 30px;
  }
}
@media(max-width:420px){
	.nav{
		flex-wrap: wrap;

	}
	.phone{
		flex-basis: auto;
		margin-top: 25px;
		order: 3;
		width: 100%;
	}
	.menu-item{
		font-size: 32px;
	}
}
@media(max-width:375px){
	.contact-form{
		padding: 50px 10px;
	  }
}