header {
    margin:0;
}
.logo-phone {
	padding:30px 20px;
}
.logo-phone-inner {
    align-items:center;
	max-width:1366px;
	margin:0 auto;
}
.logo {
    width:calc(100% / 100*70 - 20px);
    justify-content:flex-start;
    align-items:center;  
}
.logo img {
	width:200px;
}
.logo b {
	font-weight:normal;
	margin:10px 0 0 15px;
	color:#000;
	font-size:15px;
	font-family: "GothamProRegular", sans-serif;
	max-width:270px;
}
.phone {
	justify-content:flex-end;
	text-align:right;
	align-items:center;
	color:#000;
}
.phone strong {
	margin-right:50px;
}
.phone strong span {
	display:block;
}
.phone a {
	position:relative;
	padding-left:50px;
	font-size:21px;
	color:#000;
	display:inline-block;
}
.phone a:hover {
	color:#C20E1A;
}
.phone a:before {
	width:32px;
	height:32px;
	content:'';
	position:absolute;
	top:-1px;left:0;
	background:url('../icons/phone.svg') 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
	.logo-phone {text-align:center;}
	.logo {width:100%;justify-content:center;}
	.logo b {width:100%;max-width:100%;margin:10px 0 40px;}
	.phone {width:100%;justify-content:center;margin-bottom:30px;}
}
.preview {
	margin:0 auto;
	background:#f6f6f6;
}
.head-h2 {
	display:block;
	max-width:1366px;
	margin:0 auto;
}
.bullets {
	padding:140px 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:60px;
}
.bullet h3:before {
	content:'';
	width:40px;height:40px;
	top:5px;left:0;
	border-radius:30px;
	position:absolute;
	border:5px solid #C20E1A;
}
.bullet p {
	padding-left:60px;
	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;
}
.payback {
	background:url('../images/payback.jpg') 50% 50% no-repeat;
	padding:40px 20px 60px;
	background-size:cover;
	max-width:1920px;
	margin:0 auto;
	color:#333;
	color:#fff;
	border-top:2px solid #fff;
}
.payback-inner {
	max-width:1366px;
	margin:0 auto;
	position:relative;
}
.payback h2 {
	font-family: "GothamProMedium";
	padding:20px 0 40px;
	font-size:35px;
}
.payback p {
	font-size:18px;
	padding-bottom:40px;
}
.lead-section {
	justify-content:flex-end;
	align-items:center;
	margin-bottom:50px;
}
.lead-section div:nth-child(1) {
	width:100%;
	text-align:right;
	margin-bottom:25px;
}
.lead-phone {
	color:#fff;
	font-size:25px;
	padding-right:45px;
}
.lead-phone:hover {
	color:#fff;
	text-decoration:underline;
}
.lead-section div:nth-child(2) {
	max-width:524px;
	text-align:right;
	padding-right:20px;
	font-size:18px;
}
.give-link {
	background:#C20E1A;
    color:#fff;
	border-radius:10px;
	padding:20px 30px;
	border:1px solid #C20E1A;
}
.give-link:hover {
	background:#333;
    color:#fff;
	border:1px solid #fff;
}
.links {
	padding:120px 20px 80px;
	background-size:cover;
	max-width:1920px;
	margin:0 auto;
	color:#333;
	background:#f6f6f6;
}
.links-inner {
	max-width:1366px;
	margin:0 auto;
	position:relative;
}
.link {
	width:calc(100% / 4 - 20px);
	text-align:center;
	padding:40px 20px;
	margin-bottom:20px;
	background:#fff;
	border-radius:10px;
	border:1px solid #fff;
}
.link:hover {
	border:1px solid #ccc;
}
.link img {
	display:block;
	text-align:center;
	margin:0 auto 20px;
}
@media screen and (max-width: 1024px) {
	.link {width:calc(100% / 2 - 20px);}
}
@media screen and (max-width: 600px) {
	.link {width:100%;}
}