/*reset*/
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, 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, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* styles */
body {
	min-width: 320px;
	background: #1c2427;
	font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
	min-width: 960px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}

/*form*/
.coll-form input{
	border: none;
	background: #f9f9f9;
	width: 300px;
	height: 60px;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #777777;
	border-radius: 6px;
	text-indent: 20px;
	float: left;
}
.coll-form ::-webkit-input-placeholder {
	color: #777777;
}
.coll-form ::-moz-placeholder {
	color: #777777;
}
.coll-form :-moz-placeholder {
	color: #777777;
}
.coll-form :-ms-input-placeholder {
	color: #777777;
}
.coll-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.coll-form :focus::-moz-placeholder {
	color: transparent;
}
.coll-form :focus:-moz-placeholder {
	color: transparent;
}
.coll-form :focus:-ms-input-placeholder {
	color: transparent;
}
.coll-form .button-m{
	float: left;
	margin-left: 20px;
}

/* button */
.button-m {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffd200;
	font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 58px;
	color: #333333;
	letter-spacing: 0.6px;
	border-bottom: 4px solid #efb400;
	text-align: center;
	transition: background ease-in-out .2s;
}
.button-m:hover {
	background: #ffd800;
}
.button-m:active{
	top: 2px;
	background: #e2ba00;
	transition: background ease-in-out 0s;
}




/*content*/
.content{
	background: #fff url(../images/content_bg.jpg) 50% 0% no-repeat;
	min-height: 733px;
	padding: 50px 0 0;
}
.main_title{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	color: #1c89f9;
	padding-right: 460px;
	margin-bottom: 25px;
}
.main_title:before{
	content: '';
	width: 73px;
	height: 73px;
	border-radius: 50%;
	border: 2px solid #1c89f9;
	background: url(../images/phone_icon.png) 50% 50% no-repeat;
	display: block;
	margin: 0 0 18px;
}
.content .wrapper>p{
	padding: 0 400px 5px 0;
}
.content .wrapper>p:last-of-type{
	padding-bottom: 0;
}
.coll_form{
	width: 680px;
	margin: 50px auto 0;
	background: #fff;
	border-radius: 6px;
	padding: 20px 30px;
}
.coll_form>p{
	margin-top: 15px;
	text-align: center;
	color: #555555;
}
.coll_form>p>a{
	font-weight: 700;
	color: #1c89f9;
	text-decoration: none;
}
.coll_form>p>a:hover{
	text-decoration: underline;
}
.coll_form>p:before{
	content: '';
	width: 23px;
	height: 23px;
	background: url(../images/phone_icon2.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}



/*footer*/
.footer_section {
	background: #1c2427;
	padding: 0 0 25px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.footer_section .wrapper:before{
	content: '';
	height: 6px;
	background: #1c89f9;
	display: block;
	margin: 0 auto 20px;
}
.footer_section img {
	display: block;
	margin: 0 auto;
}
.footer_section a {
	color: #fff;
}
.footer_section a:hover {
	text-decoration: none;
}

