@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    color: #000;
    line-height: 1.25;
}

.clear {
    clear: both;
}

strong {
    font-weight: bold;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
}

header {

}

.top {
    padding: 1em;
    background: #eee;
}

.top .left {
    font-size: 2.0em;
    width: 200px;
    line-height: 0.8;  
}

.top .left a {
    color: #000;
    text-decoration: none;
}

.top .right {
    line-height: 3em;
}

menu {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

menu li {
    float: left;
    padding: 1em;
}

.left {
    float: left;
}

.right {
    float: right;
}

main {
   
}

h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
}

h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
}

p {
    margin-bottom: 1em;
}

.text li {
    margin-bottom: 0.5em;
}

.service .title { 
    font-size: 1.5em;
    margin-bottom: 0.7em;
}

.service .left, .contacts .left {
    padding-right: 2em;
    width: 50%;
    box-sizing: border-box;
}

.service .right p {
    text-align: right;
}

.service-list {
    margin-bottom: 2em;
    overflow: hidden;    
}

.service-list li {
    float: left;
    width: 25%;
}

.faq {
   font-style: italic;  
}

.faq .left {
    float: none;
    text-align: left;
}

.faq .right {
    float: none;
    text-align: right;
}

.faq .name {
    color: #0067be;
    font-style: normal;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
}

.line {
    height: 1px;
    background-color: #0067be;
}

label {
    display: block;
    margin-bottom: 0.5em;
}

textarea {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em;
    box-sizing: border-box;
}

.form .left, .form .right {
    width: 50%;
}

[type=text] {
    height: 2.5em;
    width: 75%;
    padding: 0.5em;
    box-sizing: border-box;
}

[type=submit] {
    float: right;
    font-size: 1.5em;
    padding: 0.5em;
    margin-top: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #0067be;
    border: none;
    cursor: pointer;
}



