header {
    margin:0;
}
.logo-phone {
	padding:30px 20px;
}
.logo-phone-inner {
    align-items:center;
	max-width:1366px;
	margin:0 auto;
}
.logo {
	margin:0;
}
.logo img {
	width:180px;
}
.phone {
	justify-content:flex-end;
	text-align:right;
	align-items:center;
}
.phone a {
	position:relative;
	font-size:21px;
	color:#333333;
	display:inline-block;
	font-family: "GothamProBold";
}
.phone a:hover {
	color:#4d1f1f;
}
.phone a:before {
	width:32px;
	height:32px;
	content:'';
	position:absolute;
	top:-1px;left:0;
	background:url('../icons/phone.svg') 0 0 no-repeat;
}
.phone a:last-child {
	padding-left:10px;
}
@media screen and (max-width: 768px) {
	.logo-phone {text-align:center;}
	.logo {width:100%;justify-content:center;margin-bottom:20px;}
	.phone {width:100%;justify-content:center;margin-bottom:10px;}
}
.preview {
	margin:0 auto;
}
.head-h2 {
	display:block;
	max-width:1366px;
	margin:0 auto;
}
.bullets {
	padding:120px 20px 80px;
	background:#f6f6f6;
}
.bullets-inner {
	max-width:1366px;
	margin:0 auto;
}
.bullet {
	width:calc(100% / 2 - 20px);
	margin-bottom:40px;
	padding-left:20px;
}
.bullet h3 {
	display:block;
	margin:0 0 10px 0;
	position:relative;
	padding-left:40px;
}
.bullet h3:before {
	content:'';
	width:25px;height:25px;
	top:0;left:0;
	border-radius:20px;
	position:absolute;
	border:4px solid #C20E1A;
}
.bullet p {
	padding-left:40px;
	max-width:480px;
}
.webinar {
	background:url('../images/webinar.jpg') 50% 25% no-repeat;
	padding:40px 20px;
	background-size:cover;
	max-width:1920px;
	margin:0 auto;
	color:#333;
}
.webinar-inner {
	max-width:1366px;
	margin:0 auto;
	height:600px;
	position:relative;
}
.webinar h2 {
	padding:20px 0 40px;
}
.webinar ul {
	margin:0 0 40px 20px;
}
.webinar ul li {
	position:relative;
	padding:0 0 15px 25px;
	font-family: "GothamProMedium";
	font-size:18px;
}
.webinar ul li:before {
	content:'+';
	font-size:30px;
	font-family: "GothamProMedium";
	top:-6px;left:0;
	position:absolute;
}
.webinar a {
	background:#C20E1A;
	border-radius:10px;
	padding:20px 30px;
	color:#fff;
	position:absolute;
	bottom:20px;left:20px;
}
.trust {
	background:url('../images/waves.jpg')100% 0 no-repeat, #333;
	padding:60px 20px 60px;
	max-width:1920px;
	margin:0 auto;
	color:#333;
	color:#fff;
}
.trust-inner {
	max-width:1366px;
	margin:0 auto;
	position:relative;
	justify-content:space-between;
}
.trust-left {
	width:calc(100% / 2 - 20px);
}
.trust-left a {
	display:inline-block;
    background:#d38c8c;
    color:#333;
    font-family: "GothamProMedium";
    border-radius:10px;
    padding:20px 30px;
    font-size:18px;
    text-align:center;
	border:1px solid #4d1f1f;
	margin-top:30px;
}
.trust-left a:hover {
    background:#333;
	border:1px solid #fff;
	color:#fff;
}
.trust-right {
	width:calc(100% / 2 - 20px);
	flex-direction:column;
	text-align:right;
}
.trust-right div:first-child {
	justify-content:flex-end;
	align-items:center;
}
.trust-right a {
	color:#fff;
	font-size:25px;
}
.trust-right a:last-child {
	padding-left:10px;
}
.trust-right p {
	padding-left:100px;
}
.trust h2 {
	font-family: "GothamProMedium";
	padding:0 0 40px;
}
@media screen and (max-width: 900px) {
	.trust-left {
		width:100%;
	}
	.trust-right div:first-child {
		justify-content:flex-start;
		margin-bottom:20px;
	}
	.trust-right {
		width:100%;
		flex-direction:column;
		text-align:left;
		margin-top:40px;
	}
	.trust-right p {
		padding-left:0;
	}
	.trust-right a:last-child {
		margin-top:20px;
	}
}