body{
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: 'manroperegular';
	font-size: 0.9rem;
}

main{
	max-width: 1920px;
	margin: 0 auto;
	/*padding: 0 1rem;*/
	background: url('../images/background.jpg') no-repeat;
	background-size: contain;
}

main .container{
	width: 100%;
	margin: 0 auto;
	padding-top: 2.95rem;
}

@media (max-width: 768px){
	main{
		background: url('../images/background@768.jpg') no-repeat;
		background-size: contain;
	}
}

h1{
	margin: 0;
	font-size: 3rem;
	font-weight: 400;
	line-height: 4.1rem;
}

@media (max-width: 420px) {
	h1{
		font-size: 1.9rem;
		line-height: 1.9rem;
	}
}

button.btn-purple, a.btn-purple{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 2rem;
	background: #5B2577;
	color: #fff;
}

button{
	border: none;
	border-radius: 0.3rem;
	font-size: 0.89rem;
	cursor: pointer;
}

a.btn{
	display: inline-block;
	text-decoration: none;
}

nav, .hero{
	color: #fff;
	margin: 0 auto;
}

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 1rem;
}

nav ul{
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

nav ul li{
	display: flex;
	align-items: center;
	margin-left: 2rem;
}

nav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
}

nav .burger{
	display: none;
}

@media (max-width: 1024px) {
	nav ul {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		padding: 2.95rem 1rem;
		background: rgba(0, 0, 0, 0.89);
		height: 100vh;
		border-left: 1px solid #5B2577;
		flex-direction: column;
	}

	nav ul.show{
		display: flex;
	}

	nav ul li{
		margin-bottom: 1rem;
		margin-left: 0;
	}

	nav .burger{
		display: flex;
		font-size: 2rem;
		padding: 0.9rem;
	}

	nav .hide{
		display: none !important;
	}
}

section{
	padding: 1rem;
}

.hero{
	display: flex;
	align-items: center;
	height: 61.2rem;
	padding: 0 15.6%;
}

.hero p{
	margin-top: 2.3rem;
	line-height: 1.5rem;
	font-size: 1.124rem;
}

.hero .btn-purple{
	margin-top: 2.8rem;
}

@media (max-width: 420px) {
	.hero{
		height: calc(100vh - 6.8rem);
		padding: 0 2rem;
		min-height: 479px;
	}
}

.trust{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 8.9rem 7% 7.2rem 8%;
}

.trust h2{
	margin-top: 0;
	margin-bottom: 1.8rem;
	font-size: 2.43rem;
	letter-spacing: 0.07rem;
}

.trust p{
	font-size: 1.033rem;
	line-height: 1.35rem;
}

.trust .col:first-child{
	margin-right: 5.4rem;
	padding-bottom: 2.2rem;
}

.trust .col:last-child{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1 1;
	flex-wrap: wrap;
}

.trust .col:last-child a,
.trust .col:last-child span{
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.trust .col:last-child a:last-child,
.trust .col:last-child span:last-child{
	margin-right: 0;
}

@media (max-width: 768px) {
	.trust{
		padding: 2rem 7% 2rem 8%;
	}

	.trust .col:last-child a:last-child,
	.trust .col:last-child span:last-child{
		margin-bottom: 0;
	}
}

@media (max-width: 1325px) {
	.trust{
		flex-direction: column;
		align-items: flex-start;
	}

	.trust .col:first-child{
		margin-right: 0;
	}
}

footer{
	display: flex;
	justify-content: space-between;
	padding: 5.05rem 8.3% 0;
	background-color: #081024;
	color: #fff;
}

footer > .col:first-child{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 2.2rem;
}

footer > .col:first-child > div{
	display: flex;
	align-items: flex-start;
}


footer > .col:first-child > div:first-child p{
	margin-top: 0.05rem;
	margin-left: 8.6%;
	max-width: 56rem;
	font-size: 1.124rem;
	line-height: 1.55rem;
}

footer > .col:first-child > div:last-child{
	flex: 1 1;
	margin-top: 6.9rem;
	align-items: center;
}

footer > .col:first-child .social{
	margin-left: 0;
	margin-right: 1.6rem;
	padding: 0;
}

footer > .col:first-child .social ul{
	width: 6.9rem;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
}

footer > .col:first-child .social ul li{
	margin: 0;
}

footer > .col:first-child small{
	line-height: 1rem;
}

footer > .col:last-child{
	width: 17.7rem;
	min-width: 17.7rem;
	height: 20rem;
	padding: 2.15rem 2.5rem;
	margin-left: 7%;
	background-color: #5B2577;
	border-top-right-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
}

footer > .col:last-child h2{
	display: flex;
	flex-direction: column;
	font-size: 1.62rem;
	font-weight: 400;
	margin: 1.6rem 0;
	line-height: 2.2rem;
}

footer > .col:last-child h2 b{
	letter-spacing: 0.06rem;
}

footer > .col:last-child p{
	margin: 1.8rem 0 2.3rem;
   line-height: 1.2rem;
}

@media (max-width: 768px) {

	footer{
		padding-top: 2rem;
	}

	footer > .col:first-child{
		padding-top: 0;
	}

	footer > .col:first-child > div {
		flex-direction: column;
	}

	footer > .col:first-child > div:first-child p {
		margin-left: 0;
		margin-top: 2rem;
	}

	footer > .col:first-child small br {
		display: none;
	}

	footer > .col:first-child .social {
		margin-right: 0;
		margin-bottom: 2rem;
	}
}

@media (max-width: 1406px) {
	footer{
		flex-direction: column;
	}

	footer > .col:last-child{
		margin-left: 0;
		width: auto;
		height: auto;
		min-width: auto;
	}

	footer > .col:first-child > div:last-child {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.subscribe{
	display: flex;
}

.subscribe input{
	flex: 1 1;
	max-width: calc(78% - 1.2rem);
	width: 100%;
	margin: 0;
	padding: 1.2rem 0 1.2rem 1.6rem;
	border: none;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	font-size: 1.08rem;
}

.subscribe input:disabled{
	background-color: #fff;
	cursor: not-allowed;
}

.subscribe button{
	display: flex;
	justify-content: center;
   align-items: center;
	min-width: 3.5rem;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #5B2577;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.subscribe button::before{
	content: '';
	background: url('../images/submit.jpg') no-repeat;
	/*background-size: contain;*/
	width: 1.41rem;
	height: 1.41rem;
	margin-top: 0.3rem;
}

@media (max-width: 1406px) {
	.subscribe input{
		max-width: none;
	}
}

form .message{
	display: block;
	margin-top: 1rem;
}