@font-face {
	font-family: 'Graphik';
	src: url('font/Graphik-Regular.woff2') format('woff2'),
	url('font/Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('font/Graphik-Medium.woff2') format('woff2'),
	url('font/Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('font/Graphik-Semibold.woff2') format('woff2'),
	url('font/Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


*, *:before, *:after {
	box-sizing: border-box;
}

html, body{
	display: block;
	font-family: 'Graphik';
	margin: 0;
	padding: 0;	
}

html {
	background: #EFEFF0;
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

header .global-container{
	padding-top: 20px;
}

header .global-container img{
	height: 92px;
	width: auto;
}

@media (max-width: 767px){
	header .global-container img{
		height: 72px;
		width: auto;
	}
}

.global-container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 7.292vw;
	width: 100%;
}


.main-content {
	display: flex;
	padding-bottom: 30px;
	padding-top: 30px;
	justify-content: center;
}


.main-content .new-left-side {
	align-items: center;
	display: flex;
    justify-content: center;
	margin-right: 202px;
	max-width: 245px;
	width: 40%;
}

.main-content .new-right-side {
	max-width: 968px;
	position: relative;
	width: 60%;
}

.main-content .new-left-side img,
.main-content .new-right-side img{
	height: auto;
	width: 90%;
	z-index: 1;
}

.main-content .description h1 {
	display: none;
}

footer{
	height: 30px;
	width: 100%;
}

@media (min-width: 1920px){
	.global-container {
		padding: 0 140px;	
	}

	.main-content .new-right-side .btn-mail{
		font-size: 26px;
		font-weight: 400;
		line-height: 34px;
		padding: 20px 72px 19px;
	}	
}

@media (max-width: 991px) {
	.global-container {
		padding: 0 36px;	
	}

}

@media (min-width: 768px){
	.main-content .mobile-img{
		display: none;
	}
}

@media (max-width: 767px) {

	header img{
		display: block;
		margin: 0 auto;
		position: relative;
		max-width: 169px;
	}

	.main-content {
		flex-direction: column;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.main-content .new-right-side {
		max-width: 100%;
		margin: 0 auto;
		width: 80%;
	}

	.main-content .new-left-side {
		margin: 0 auto 97px;
		max-width: 200px;
	}

	.main-content .desktop-img{
		display: none;
	}

	.main-content .mobile-img {
		margin-bottom: 35px;
	}
}

@media (max-width: 520px){
	.main-content .new-left-side,
	.main-content .new-right-side {
		width: 100%;
	}

	.main-content .new-left-side {
		max-width: 165px;
	}
}









