/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input {
	border: none;
}


/* =General
-------------------------------------------------------------- */

body, input, textarea {
	font-family: 'fbcackauregular', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	direction: rtl;
}

b,
strong {
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}
.site-width {
	width: 1450px;
	margin: 0 auto;
	position: relative;
}
.inner-width {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


@font-face {
    font-family: 'fbcackauregular';
    src: url('fonts/fbcackauregular-webfont.eot');
    src: url('fonts/fbcackauregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fbcackauregular-webfont.woff2') format('woff2'),
         url('fonts/fbcackauregular-webfont.woff') format('woff'),
         url('fonts/fbcackauregular-webfont.ttf') format('truetype'),
         url('fonts/fbcackauregular-webfont.svg#fbcackauregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fbcackaubold';
    src: url('fonts/fbcackaubold-webfont.eot');
    src: url('fonts/fbcackaubold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fbcackaubold-webfont.woff2') format('woff2'),
         url('fonts/fbcackaubold-webfont.woff') format('woff'),
         url('fonts/fbcackaubold-webfont.ttf') format('truetype'),
         url('fonts/fbcackaubold-webfont.svg#fbcackaubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fbcackaulight';
    src: url('fonts/fbcackaulight-webfont.eot');
    src: url('fonts/fbcackaulight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fbcackaulight-webfont.woff2') format('woff2'),
         url('fonts/fbcackaulight-webfont.woff') format('woff'),
         url('fonts/fbcackaulight-webfont.ttf') format('truetype'),
         url('fonts/fbcackaulight-webfont.svg#fbcackaulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.main-wrapper {
	padding: 60px 0 20px;
	background: #e6f8ff;
}
#header {
	height: 655px;
	padding-top: 47px;
	background: url(images/main-bg.jpg) no-repeat;
	border-radius: 22px 22px 0 0;
}
#header .title-wrapper {
	overflow: hidden;
	padding-bottom: 10px;
}
#header .title-wrapper .wname {
	float: right;
	position: relative;
	top: 205px;
	right: 16px;
	font-size: 12px;
}
#header .title-wrapper .testimonial {
	position: relative;
	margin-top: 60px;
	margin-right: 193px;
}
#header .title-wrapper .badge {
	margin-top: -20px;
	margin-right: 480px;
}
#header h1 {
	position: relative;
	width: 670px;
	box-sizing: border-box;
	padding: 23px 0 11px 10px;
	line-height: 0.9;
	letter-spacing: -2.5px;
	font-size: 57px;
	color: #fff;
	background: #0072bc;
	border-radius: 22px 0 0 22px;
}
#header h1:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 200px;
	background: #0072bc;
}
#header h1 .pink {
	color: #f283b5;
}
#header .credit {
	position: absolute;
	top: 283px;
	left: -8px;
}
#header  .inner-width.abs {
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
}
#header .form-wrapper {
	float: left;
	position: relative;
	z-index: 12;
	width: 489px;
	height: 579px;
	margin-left: -10px;
	background: url(images/form-bg.png) no-repeat;
}
#header .form-wrapper form {
	padding: 118px 68px 58px;
	text-align: center;
	color: #fff;
}
#header .form-wrapper form .form-title {
	font-size: 42px;
}
#header .form-wrapper form p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1;
}
#header .form-wrapper form input {
	width: 100%;
	height: 48px;
	margin-top: 11px;
	padding: 16px 16px 10px;
	box-sizing: border-box;
	font-size: 24px;
	color: #2979be;
	border: none;
	border-radius: 6px;
}
#header .form-wrapper form input.error {
	border: 2px solid red;
}
#header .form-wrapper form .submit-wrapper {
	margin-top: 10px;
}
#header .form-wrapper form input[type="submit"] {
	height: 56px;
	font-size: 30.5px;
	color: #fff;
	background: #ee8d21;
	cursor: pointer;
	box-shadow: 0 6px 3px 0px rgba(0,0,0,0.2);
	transition: background .3s ease-out, box-shadow .3s ease-out;
}
#header .form-wrapper form input[type="submit"]:hover {
	background: #d47f1e;
	box-shadow: 0 3px 1px 0px rgba(0,0,0,0.2);
}
#header .form-wrapper form .error-response {
	display: none;
	height: 0;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

#header .form-wrapper .note {
	margin-top: 7px;
	font-family: fbcackaubold, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #0072bc;
}

#content .pros-list {
	position: relative;
	overflow: hidden;
	margin-top: -75px;
	font-family: fbcackaulight, sans-serif;
	font-size: 22.5px;
	text-align: center;
	color: #fff;
}
#content .pros-list .blue-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 75px;
	background: #0072bc;
}
#content .pros-list ul {
	position: relative;
	z-index: 2;
	padding-bottom: 37px;
	background: url(images/pros-bg.png) no-repeat bottom center;
}
#content .pros-list ul li {
	display: inline-block;
	vertical-align: top;
	max-width: 156px;
	margin: 0 20px;
}
#content .pros-list ul li .item-name {
	line-height: 1;
}

#content .footer {
	padding-top: 8px;
	padding-bottom: 30px;
	background: #fff;
	border-radius: 0 0 16px 16px;
}
#content .footer .footer-content {
	float: right;
}
#content .footer p {
	font-size: 26px;
	line-height: 1;
	color: #0072bc;
}
#content .footer .logo {
	float: left;
	width: 261px;
	height: auto;
	margin-top: 15px;
	margin-left: 33px;
}

#content .footer-content.mob,
#header .call-btn,
#content .credit.mob {
	display: none;
}

@media only screen and (max-width: 1449px) {
	.site-width {
		max-width: 100%;
	}
	#header {
		background-position: top center;
	}
	#header .form-wrapper {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1215px) {
	.inner-width {
		width: 1100px;
		max-width: 100%;
	}
	#header h1 {
		width: 600px;
		padding-right: 10px;
		font-size: 50px;
	}
	#header .title-wrapper .wname {
		top: 200px;
		right: 236px;
	}
	#header .title-wrapper .testimonial {
		margin-right: 153px;
	}
	#header .title-wrapper .badge {
		margin-right: 450px;
	}
	#content .pros-list ul li {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 1120px) {
	#header  .inner-width.abs {
		top: -22px;
	}
	#header .title-wrapper .badge {
		margin-right: 410px;
	}
	#header .form-wrapper {
		width: 440px;
		height: 521px;
		margin-left: 20px;
		background-size: 100%;
	}
	#header .form-wrapper form {
		padding: 114px 60px 43px;
	}
	#header .form-wrapper form .form-title {
		font-size: 38px;
	}
	#header .form-wrapper form p {
		font-size: 19px;
	}
	#header .form-wrapper form input {
		height: 44px;
		font-size: 22px;
	}
	#header .form-wrapper form .submit-wrapper {
		margin-top: 6px;
	}
	#header .form-wrapper form input[type="submit"] {
		height: 50px;
		line-height: 1;
		font-size: 27px;
	}
	#header .credit {
		left: 12px;
	}
	#content .pros-list ul li {
		margin: 0 1px;
	}
}

@media only screen and (max-width: 1023px) {
	#header {
		height: 555px;
		padding-top: 25px;
		background-size: cover;
	}
	#header h1 {
		width: 386px;
		padding-right: 8px;
		font-size: 33px;
		letter-spacing: -2px;
	}
	#header .title-wrapper .testimonial {
		width: 220px;
		height: auto;
		margin-right: 16%;
	}
	#header .title-wrapper .wname {
		top: 166px;
	}
	#header .title-wrapper .badge {
		width: 140px;
		height: 140px;
		margin-top: 30px;
		margin-right: 230px;
	}
	
	#header  .inner-width.abs {
		top: -20px;
	}
	#header .form-wrapper {
		width: 391px;
		height: 463px;
		margin-left: 
	}
	#header .form-wrapper form {
		padding: 90px 50px 43px;
	}
	#header .form-wrapper form .form-title {
		font-size: 36px;
	}
	#header .form-wrapper form p {
		margin-bottom: 0;
		font-size: 18px;
	}
	#header .form-wrapper form input {
		height: 40px;
		margin-top: 8px;
	}
	#content .pros-list {
		font-size: 18px;
	}
	#content .pros-list ul li {
		max-width: 120px;
	}
	#content .footer {
		padding-right: 10px;
		padding-left: 10px;
	}
	#content .footer p {
		font-size: 24px;
	}
}
@media only screen and (max-width: 900px) {
	#header .title-wrapper .testimonial {
		margin-right: 11%;
	}
}
@media only screen and (max-width: 767px) {
	#header .credit {
		display: none;
	}
	#content .credit.mob {
		display: block;
		position: absolute;
		z-index: 15;
		bottom: 250px;
		left: 8px;
	}
	.main-wrapper {
		padding: 0;
		background: none;
	}
	#header {
		height: 523px;
		padding-top: 17px;
		background: url(images/main-bg-mob.jpg) no-repeat top center;
		background-size: cover;
		border-radius: 0;
	}
	#header h1 {
		width: 76%;
		padding: 11px 36px 7px 10px;
		font-size: 37px;
		letter-spacing: -1px;
	}
	#header:after {
		content: "";
		position: absolute;
		z-index: 10;
		bottom: 0;
		width: 100%;
		height: 168px;
		background: url(images/header-mob.png) no-repeat;
		background-size: cover;
	}
	#header .title-wrapper {
		height: 100%;
		padding-bottom: 6px;
	}
	#header .title-wrapper:after {
		content: "";
		position: absolute;
		z-index: 12;
		width: 279px;
		height: 98px;
		bottom: 138px;
		left: 45px;
		background: url(images/testimonial-mob.png) no-repeat;
	}
	#header .title-wrapper .testimonial {
		display: none;
	}
	#header .title-wrapper > .inner-width {
		height: 100%;
	}
	#header .title-wrapper .badge {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 11;
		width: auto;
		height: auto;
		margin: 0;
	}
	#header .title-wrapper .wname {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 103px;
		left: 43px;
		font-size: 14px;
	}
	#header .call-btn {
		display: block;
		position: absolute;
		z-index: 12;
		bottom: 15px;
		left: 123px;
		width: 266px;
		height: 63px;
		box-sizing: border-box;
		padding: 8px 40px;
		font-size: 35px;
		text-decoration: none;
		color: #fff;
		background: url(images/call-btn.png) no-repeat;
	}
	
	#header  .inner-width.abs {
		position: static;
	}
	#header .form-wrapper {
		position: relative;
		z-index: 13;
		width: auto;
		height: auto;
		margin: 0 30px;
		background: none;
	}
	#header .form-wrapper form {
		margin-top: 41px;
		padding: 37px 10px 52px;
		background: #00a6e3;
		border-radius: 22px;
		box-shadow: 0 10px 1px 0px rgba(0,0,0,.3)
	}
	#header .form-wrapper form .form-title {
		font-size: 54px;
	}
	#header .form-wrapper form p {
		margin-top: 12px;
		margin-bottom: 25px;
		font-size: 28px;
	}
	#header .form-wrapper form p br {
		display: none;
	}
	#header .form-wrapper form input {
		width: 92%;
		height: 48px;
		margin-top: 10px;
		font-size: 27px;
	}
	#header .form-wrapper form input[type="submit"] {
		height: 66px;
		margin-top: 14px;
		font-size: 43px;
	}
	
	#header .form-wrapper .note {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		font-size: 28px;
	}
	
	#content {
		clear: both;
	}
	#content .footer-content.mob {
		display: block;
		padding: 38px 6.5%;
		text-align: center;
	}
	#content .footer-content.mob img {
		width: 100%;
	}
	#content .footer-content.mob p {
		color: #0072bc;
		font-size: 31px;
		line-height: 1.1;
	}
	#content .footer-content.mob p br {
		display: none;
	}
	#content .pros-list {
		margin-top: 0;
	}
	#content .pros-list .blue-bg {
		display: none;
	}
	#content .pros-list ul {
		margin: 20px 20px 0;
		padding-bottom: 20px;
	}
	#content .pros-list ul li {
		width: 33.2%;
		max-width: 200px;
		margin: 0 8% 32px;
	}
	#content .pros-list ul li img {
		width: 64%;
	}
	#content .pros-list ul li .item-name {
		margin-top: 12px;
		font-family: fbcackauregular, sans-serif;
		font-size: 30px;
		color: #0072bc;
	}
	#content .pros-list ul li .item-name br {
		display: none;
	}
	
	#content .footer:before {
		content: "";
		display: block;
		width: 87.5%;
		height: 2px;
		margin: 0 auto;
		background: url(images/dash.png) repeat-x;
	}
	#content .footer .footer-content {
		display: none;
	}
	#content .footer {
		text-align: center;
	}
	#content .footer .logo {
		width: auto;
		max-width: 80%;
		float: none;
		margin: 50px auto 20px;
	}
}
@media only screen and (max-width: 639px) {
	#header .call-btn {
		bottom: 30px;
		width: 186px;
		height: 44px;
		padding: 4px 30px;
		font-size: 25px;
		background-size: 100%;
	}
}


@media only screen and (max-width: 499px) {
	#header {
		height: 291px;
	}
	#header h1 {
		width: 82%;
		padding: 11px 18px 7px 10px;
		font-size: 19px;
		letter-spacing: -0.5px;
	}
	#header:after {
		height: 118px;
	}
	#header .title-wrapper {
		padding-bottom: 0;
	}
	#header .title-wrapper .badge {
		width: 130px;
		height: 130px;
		bottom: 14px;
	}
	#header .title-wrapper .wname {
		bottom: 73px;
		left: 32px;
	}
	#header .title-wrapper:after {
		bottom: 82px;
		left: 15px;
		width: 166px;
		height: 70px;
		background-size: 100%;
	}
	#header .form-wrapper {
		margin: 0 15px;
	}
	#header .form-wrapper .note {
		font-size: 16px;
	}
	#header .form-wrapper form {
		padding: 17px 10px 40px;
		border-radius: 16px;
	}
	#header .form-wrapper form .form-title {
		font-size: 27px;
	}
	#header .form-wrapper  form p {
		margin-top: 6px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	#header .form-wrapper form input {
		height: 38px;
		font-size: 18px;
	}
	#header .form-wrapper form input[type="submit"] {
		height: 46px;
		margin-top: 8px;
		padding: 12px;
		font-size: 26px;
	}
	#content .footer-content.mob {
		padding-bottom: 16px;
	}
	#content .footer-content.mob p {
		font-size: 20px;
	}
	#content .pros-list ul {
		margin: 20px 10px 0;
	}
	#content .pros-list ul li {
		width: 40%;
		margin: 0 4% 28px;
	}
	#content .pros-list ul li img {
		width: 70%;
	}
	#content .pros-list ul li .item-name {
		font-size: 19px;
	}
	#content .footer .logo {
		max-width: 86%;
	}
	
	#header .call-btn {
		bottom: 20px;
		left: 78px;
		width: 150px;
		height: 36px;
		padding: 5px 20px;
		font-size: 20px;
		background-size: 100%;
	}
	#header .title-wrapper .badge {
		right: 0;
	}
}


body.debug {
	background: url(debug/mobile.jpg) no-repeat top center;
}
body.debug > * {
	opacity: .7;
}