/* General Reset */
html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike,  sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
img {vertical-align:top;}
object,iframe {display:block;}
input[type="submit"] {cursor:pointer;}
blockquote {
  padding:0;
  margin:0 0 15px;
  font-style: italic;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th, td {
  border:1px solid #ccc;
  padding:3px 7px;
  text-align:left;
  vertical-align:middle;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {text-decoration:underline;}
a:focus {outline:none;}
p {margin:0 0 12px;}
h1, .ttl-how {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #373737;
}
h2 {font-size:150%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}
h6 {font-size:90%;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2em;
}
ul {padding:0 0 14px 18px;}
ol {padding:0 0 14px 24px;}
ul li, ol li {list-style-position:outside;}
ul li {list-style-type:disc;}
nav ul {padding:0;}
nav li {list-style:none;}
body {
  color: #373737;
  font-family: 'Lato', sans-serif;
  background: #fff;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.cf:before,
.cf:after {
  content:"";
  display:table;
  }
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}
.center-wrap {
  margin: 0 auto;
  width: 1000px;
}
.center-wrap:after {
  clear: both;
  content:'';
  display: block;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.container {
	width: 1110px;
	margin: 0 auto;
}
.container:after{
	clear: both;
	content:'';
	display: block;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.page-head {
	position: relative;
	color: #fff;
	height: 515px;
	background: url(../images/splash.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-thanks .page-head {
	background: none;
	height: auto;
}
.toparea {
    width: 100%;
    background: rgba(255, 255, 255, 0.77) none repeat scroll 0% 0%;
    z-index: 99;
    padding: 13px 0;
}
.page-head h1 {
	font-size: 48px;
	margin-bottom: 5px;
	font-weight: 900;
	color: #fff;
}
.page-head h2 {
	font-size: 30px;
}
.head-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	text-align: center;
}
.head-text 
.toparea {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, .77);
  position: absolute;
  z-index: 99;
  padding: 12px 0;
}
.head-phone {
  color: #373737;
  float: right;
  font-size: 20px;
  height: auto;
  margin-bottom: 5px;
  margin-top: 9px;
  text-align: right;
}
.head-phone a {
  color: #1A3C6A;
  text-decoration: none;
}
.logo {
	float: left;
}
.main {
	background-color: #68a5d9;
	padding: 65px 0;
	color: #373737;
}
.main h3 {
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.moving-form .input {
	float: left;
	width: 25%;
	padding: 0 25px;
}
form label {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
input {
	background-color: #fff;
	color: #999;
	border: 0;
	font-size: 20px;
	line-height: 27px;
	height: 45px;
	padding: 5px 7px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	-webkit-box-shadow: 0 0  15px rgba(0, 0, 0, .2);
	box-shadow: 0 0  15px rgba(0, 0, 0, .2);
}
select {
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 45px;
	font-size: 20px;
	line-height: 27px;
	color: #999;
	vertical-align: top;
	background-color: #fff;
	border: 0;
}
.form-btn {
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
}
.btn-post {
  background: #f69917;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  border: 0px none;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  padding: 10px 35px 7px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 7px;
  cursor: pointer;
}
input.btn-post {
	height: 54px;
}
.btn-post:hover {
	text-decoration: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

input[type="submit"] {
	width: auto;
}
input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
label.error {
	display: block;
	text-align: left;
	padding: 5px 0 0;
	color: #A41212;
}
.chkbox-holder label.error {
	color: #A41212;
}
.chkbox-holder {
	display: block;
	text-align: center;
	padding: 20px 0 0;
}
.chkbox-holder label {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}
.page-footer {
  float: left;
  width: 100%;
  height: auto;
  background: #373737;
  padding: 8px 0;
  text-align: center;
  color: #999;
  padding: 22px 0;
}
.page-footer p {
	margin: 0;
}
.information-block {
	padding: 115px 0 40px;
	position: relative;
}
.information-block:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -68.5px;
	top: 0;
	background: url(../images/layout/arrow.jpg) no-repeat;
	width: 137px;
	height: 98px;
}
.info-how {
  width: 1110px;
  height: auto;
  float: left;
}
.block-1 {
  float: left;
  height: 125px;
  margin-right: 93px;
  padding: 18px 20px 0 100px;
  width: 288px;
  background: #f0f0f0 url(../images/bg-block-1.jpg) no-repeat 12px 50%;
}
.info-how h5 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0px;
  padding: 0px;
}
.block-2 {
  float: left;
  height: 125px;
  margin-right: 93px;
  padding: 12px 12px 0 95px;
  width: 296px;
  background: #f0f0f0 url(../images/bg-block-2.jpg) no-repeat 14px 50%;
}
.block-3 {
  float: left;
  height: 125px;
  margin-right: 93px;
  padding: 12px 10px 0 88px;
  width: 288px;
  background: #f0f0f0 url(../images/bg-block-3.jpg) no-repeat 15px 50%;
}
.block-3,
.block-2 {
	text-align: center;
}
.inform-text {
  font-size: 18px;
  float: left;
  color: #141414;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 22px;
}
.inform-text .marked {
	color: #ec690e;
}
.res-img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.green .main {
	background: #19b24b;
}
.green .information-block:before {
	background: url(../images/layout/arrow-green.jpg) no-repeat;
}
.moving-form {
	padding: 0 0 25px;
}
.tblOL {
  margin: 0px;
  color: #2E75B6;
  font-size: 20px;
  font-weight: bold;
}
.tblOL li {
  margin: 0px 0px 20px;
}
.socials {
  padding: 30px 0px;
  margin: 0px;
}
.socials li {
  display: inline-block;
  vertical-align: top;
  list-style: outside none none;
  margin: 0px 5px;
}
@media screen and (max-width:1110px) {
	.container {
		width: 940px;
		overflow: hidden;
	}
	.block-1, 
	.block-2 {
		margin-right: 34px;
	}
	form label {
		height: 40px;
	}
	form label.error {
		height: auto;
	}
}
@media screen and (max-width:940px) {
	.container {
		width: 740px;
	}
	.page-head {
		height: 415px;
	}
	.moving-form .input {
		width: 100%;
		padding: 0 0 10px;
	}
	form label {
		height: auto;
	}
	.form-btn {
		padding-top: 10px;
	}
	.info-how {
		margin: 0 auto;
		width: 300px;
		float: none;
	}
	.block-1,
	.block-2,
	.block-3 {
		width: 100%;
	}
	.info-how h5 {
		font-size: 20px;
		line-height: 29px;
	}
	.block-1, .block-2 {
		margin: 0 0 25px;
	}
	.inform-text {
		margin-bottom: 0;
	}
	.main {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:768px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
	.chkbox {
		padding-top: 0;
	}
	.page-head h1 {
		font-size: 40px;
	}
	.head-text {
		bottom: 10px;
	}
	.logo {
		width: 250px;
	}
	.head-phone {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width:481px) {
	.page-head h1 {
		font-size: 33px;
	}
	.page-head h2 {
		font-size: 24px;
	}
	.main h1 {
		font-size: 28px;
	}
	input, select {
		font-size: 17px;
		line-height: 22px;
		height: 43px;
	}
	.btn-post {
		font-size: 23px;
		line-height: 26px;
	}
}
@media screen and (max-width:479px) {
	.logo {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.head-phone {
		float: none;
		text-align: center;
	}
}
.zip-wrap {
	position: relative;
	margin-top: 5px;
}
.zip-wrap .find-zip {
	font-size: 13px;
}
.zip-modal {
	background-color: #ccc;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 175px;
	padding: 5px 5px 0;
}
.zip-modal select {
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.select-row select {
	height: 28px;
	margin-bottom: 5px;
	font-size: 16px;
}