@font-face {
  font-family: 'Moderat-Bold';
  src: url('../fonts/Moderat-Bold.eot');
  src: url('../fonts/Moderat-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Moderat-Bold.woff2') format('woff2'),
       url('../fonts/Moderat-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Moderat-Regular';
  src: url('../fonts/Moderat-Regular.eot');
  src: url('../fonts/Moderat-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Moderat-Regular.woff2') format('woff2'),
       url('../fonts/Moderat-Regular.woff') format('woff');
}

@font-face {
  font-family: 'TiemposHeadlineWeb-Bold';
  src: url('../fonts/TiemposHeadlineWeb-Bold.eot');
  src: url('../fonts/TiemposHeadlineWeb-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TiemposHeadlineWeb-Bold.woff2') format('woff2'),
       url('../fonts/TiemposHeadlineWeb-Bold.woff') format('woff');
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

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

img {
	width: 100%;
}

body {
	font-size: 16px;
	color: #041f39;
	font-family: "Moderat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: normal;
  	font-style: normal;
  	line-height: 1.4em
}

a {
	color: #041f39;
}

b {
	font-weight: normal;
	font-family: "Moderat-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	margin: 1em 0;
}

h1, blockquote p {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, 'Times New Roman', serif;
	font-size: 22px;
    line-height: 29px;
}

h2 {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, 'Times New Roman', serif;
	font-size: 22px;
    line-height: 29px;
    margin: 1em 0 .5em 0;
}

blockquote {
	display: block;
	border: 1px dashed #C8C8C8;
	padding: 3em 2em 2em;
	margin-top: 1.5em;
	margin-bottom: 4em;
	text-align: center;
}

blockquote p {
	
	
}

blockquote b {
	display: block;
}


@media screen and (min-width: 900px) {
	h1, blockquote p {
		font-size: 32px;
		line-height: 43px;
	}
}

.container {
	overflow: auto;
	padding: 0 2em;
	/*position: relative;*/
}

.inner_content {
		margin: 0 0 1em;
	}


@media only screen and (min-width: 1080px) {

	.container {
		padding: 0 4em;
	}

	.inner_content {
		margin: 0 6em 4em 6em;
	}

	.inner_content2 {
		margin: 4em 6em;
	}
}


.blue {
	color: #1955FE;
}

.content {
	
}

.form {
	background: #1955FE;
	padding: 1em 2em 3em;
	color: white;
	margin: 0;
}

@media only screen and (min-width: 1080px) {
	.form {
		float: left;
		position: fixed;
		right: 6em;
		top: 0;
		width: 30%;
		max-width: 420px;
		border-radius: 10px;
		margin-top: 2em;
	}

	.content {
		float: left;
		width: 65%;
		padding-right: 3em;
	}
}

.form label {
	display: block;
	color: #fff;
	font-size: 12px;
	padding-top: .75em;
	padding-bottom: .25em;
}

.form input, .form select {
	width: 100%;
	background: white;
	border: none;
	color: #222;
	font-size: 12px;
	line-height: 20px;
	padding: .75em 1.25em;
	border-radius: 4px;
}

.form select {
	background: #fff url('../images/arrow_down.svg') no-repeat right center;
}

.form input:focus, .form select:focus {
border: none;
}



.form input[type="submit"], .button_phone {
	border: none;
	text-transform: uppercase;
	background: #F2693C;
	border-radius: 30px;
	padding: 1em 0;
	margin: 2em 0 0;
	font-family: "Moderat-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.submit-button {
	-webkit-appearance: none;
	padding: 2em;
	margin-top: 1em;
	text-align: center;
	background: #113BFF;
	border: 1px solid #4464F8;
	color: #ffffff !important;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	border-radius: 4px;
}
.submit-button:hover{
	background: #4464F8;
}

.form input[type="submit"]:focus, .form input[type="submit"]:active{
	border: none;
	background: black;
}



.form input[type="submit"]:hover {
	background: #FA764A;
}

.form input:focus {
	/*outline-style:none;*/
	box-shadow:none;
	
}

.form select {
	-webkit-appearance: none;
}

.form_info {
	font-size: 11px;
	line-height: 13px;
	margin: 3em auto;
	max-width: 200px;

}

.form_info img {
	width: 19px;
	float: left;
	margin-right: 1em;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 0;
	-webkit-text-fill-color: #222;
	-webkit-box-shadow: 0 0 0px 1000px #eaeaea inset !important;

}


.more_projects {
	display: block;
	margin: 4em 0;
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 22px;
	display: block;
	color: #1955FE;
	text-align: center;
}

.header {
	margin: 4em 0 10em;
}

.header a {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 22px;
	background: url('../images/main_logo.png') no-repeat;
	background-size: cover;
	text-decoration: none;
	text-indent: -9999px;
}

.image_wraper img {
	width: 100%;
	margin: .35em 0;
	border-radius: 4px;
}

.services {
	margin-top: 2em;
}

.logos {
	margin: 2em 0;
}

.footer {
	overflow: auto;
	clear: both;
	padding-top:2em;
}

.social ul li {
	float: left;
	padding-right: 1em;
}

.copyright {
	clear: both;
	margin: 4em 0;
	color: #CFCFCF;
}

.stars {
	max-width: 96px;
}

.mobile_call {
	background: #fafafa;
	border-bottom: 1px solid #f0f0f0;
	padding: 24px 36px;
	overflow: auto;
}

.mobile_call .text {
	margin-right: 1em;
	display: inline-block;
	float: left;
	padding: 1em 0;
}

.button_phone {
	color: white;
	text-decoration: none;
	padding: 1em 1.5em;
	width: 100%;
	text-align: center;
	
	display: inline-block;
	margin-top: 0;
	float: left;
}



@media only screen and (max-width: 560px) {
	.button_phone {
		
	}
}

@media only screen and (min-width: 1080px) {
	.mobile_call {
		display: none;
		
	}
}

@media only screen and (max-width: 1080px) {
	.thanks_page .form {
		padding: 2.5em 2em;
		margin: 0;
	}
}