html, body, div, span, 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, input, select, hr, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    border: 0;
}

select:focus, textarea:focus, input:focus{
    outline: none !important;
}
*:focus {
    outline: none !important;
}

html, body {
    height: 100%;
}

@font-face {
    font-family: HR;
    src: url(/css/fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
}
@font-face {
    font-family: KC;
    src: url(/css/fonts/KeepCalm.ttf) format("truetype");
}
@font-face {
    font-family: PP;
    src: url(/css/fonts/Proba_Pro_SemiBold.ttf) format("truetype");
}

body{
    font:16px HR,Arial,sans-serif;
    color:rgba(255,255,255,0.5);
    background-color: #ffffff;
    text-align: left;
    line-height: 20px;
}

h1,
h2{
    font-family: PP;
    font-size: 50px;
    font-weight: normal;
    color: #000000;
    line-height: 55px;
	text-align:center;
}

p{
    margin-bottom: 20px;
}

select,
input[type=text],
textarea{
	font-family: HR;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    display:inline-block;
    border: 1px solid #b3b3b3;
    padding: 10px 15px;
    width: 428px;
    height: 28px;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	
	margin-bottom: 20px;
	
	resize: none;
}
textarea{
	padding-top:15px;
	display:inline:block;
	height:233px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.qform select{
    width: 460px;
    height: 50px;
}
.qform .select2-container{
    height: 50px;
	margin-bottom:20px;
}
.qform .select2-container--default .select2-selection--single{
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.qform .select2-container .select2-selection--single .select2-selection__rendered{
    height: 40px;
    padding: 10px 0 0 15px;
}
.qform .select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 28px;
    top: 12px;
    right: 15px;
	background: url(/img/select.png) 3px 50% no-repeat;
}
.select2-container--default .select2-results>.select2-results__options{
    width: 458px;
}
.select2.select2-container.select2-container--default:hover .select2-selection__placeholder{
	color:#000000;
}
.qform .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .qform .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 0;
}
.qform .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: rgba(0,0,0,0.6);
}
.select2-container--default .select2-results__option{
	color: #000000;
}

a, a:visited, a:link{ color: #d3472f; text-decoration: underline; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
a:hover{ text-decoration: none; }

.clear{ clear:both; }
.space100{ height:100px; }

.background{
    display: block;
    width:100%;
    min-height: 100%;
    height:100%;
    background-color:#000000;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;

    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}
.modal{
    display: block;
    background-color: #ffffff;
    padding: 35px 65px;
    position: fixed;
    z-index:1001;
    top:50px;
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -315px;
    overflow-y: auto;
}
a.close_modal{
    display:block;
    position: fixed;
    top: 15px;
    left: 50%;
    z-index: 1001;
    margin-left: 295px;
    font-size: 40px;
    text-decoration: none;
}
a.close_modal:hover{
    color: #ffffff;
}

a.send{
	display: block;
    margin: 20px auto;
    font-family: FGD;
    color: #ffffff;
    background-color: #003068;
    font-size: 24px;
    padding: 13px 20px;
    text-decoration: none;
    border: 2px solid #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 266px;
}
a.send:hover{
    color: #003068;
    border: 2px solid #003068;
    background-color: #ffffff;
}

div.container{
    display: flex;
    flex-direction: column;
    height: 100%;
    position:relative;
    min-width: 1000px;
}
.wraper{
    flex: 1 0 auto;
}
.content{
    width: 980px;
    padding: 0 10px;
    margin:0 auto;
    position: relative;
}
.content.inner h1{
	padding-bottom:30px;
}
.content.inner p{
	color: rgba(0,0,0,0.8);
	font: 18px HR;
}

div.footer{
    flex: 0 0 auto;
    width:100%;
    color: #4c4c4c;
    position: relative;
    font-size: 16px;
	background-color: #191919;
}

/*------HEADER------*/
.header{
    height: 62px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:4;
}

.header > div > div:nth-child(2){
	position:absolute;
	right:0;
	top:15px;
	z-index:4;
}
.header > div > div:nth-child(2) a{
	font-family: PP;
	display:inline-block;
	padding: 0 10px;
	font-size: 18px;
	color:rgba(255,255,255,0.5);
	text-decoration:none;
}
.header > div > div:nth-child(2) a:nth-child(2){
	border-left: 1px solid #808080;
	/*border-right: 1px solid #808080;*/
}
.header > div > div:nth-child(2) a:nth-child(3){
	padding-right:0;
}
.header > div > div:nth-child(2) a:hover{
	color:#ffffff;
}
.header > div > div:nth-child(2) a.active{
	color:#d3472f;
}

.backline{
	height: 45px;
	background-color: #000000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.header > div.content > div:nth-child(1){
	background: url(/img/logo_up.png) 56% 0 no-repeat;
	height:62px;
	
	display:block;
	width:232px;
	text-align:left;
	margin: 0 auto;
	
	font-family: KC;
	font-size:20px;
	color:#ffffff;
	position:relative;
	z-index:2;
	left: -12px;
	padding-top:18px;
}
.header > div.content > div:nth-child(1) i{
	font-style:normal;
	display:inline-block;
	margin-right:71px;
}

/*------FOOTER------*/
div.footer .content{
    border-top: 5px solid #d3472f;
    padding: 40px 10px 30px 10px;
    line-height: 24px;

    font-size: 16px;
    color: #808080;
}
div.footer .content > div:nth-child(1){
	float:left;
}
div.footer .content > div:nth-child(1) a{
	display:block;
}
div.footer .content > div:nth-child(2){
	background:url(/img/logo_mini.png) 50% 0 no-repeat;
	font-family: KC;
	font-size:12px;
	color:#ffffff;
	width:60px;
    padding-top: 64px;
    text-align: center;
    line-height: 14px;
	position:absolute;
	left:50%;
	margin-left:-30px;
}
div.footer .content > div:nth-child(3){
	background:url(/img/map.png) right 0 no-repeat;
	padding-top: 48px;
	text-align:right;
	float:right;
}

/*------INDEX------*/
.col3 > div{
	padding-top:30px;
    width: 31%;
    float: left;
	color: rgba(0,0,0,0.8);
	font: 18px HR;
}
.col3 > div:nth-child(1),
.col3 > div:nth-child(2){
    margin-right: 25px;
}

.qform{
	background-color: #e5e5e5;
	padding:45px 0 70px 0;
}
.qform h2{
	padding-bottom:40px;
}
.qform > div > form > div:nth-child(1){
	width:50%;
	float:left;
}
.qform > div > form > div:nth-child(2){
	width:50%;
	float:left;
	text-align:right;
}
.qform > div > form > a{
	margin: 30px auto 40px auto;
	display:block;
	width:310px;
	text-decoration:none;
	background-color: #d3472f;
	color: #ffffff;
	font-size: 24px;
	font-family: PP;
	text-align:center;
	height: 36px;
    padding-top: 10px;
	border: 2px solid #d3472f;
    
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.qform > div > form > a:hover{
	background-color: #ffffff;
	color: #d3472f;
}
.qform > div > form > p{
	font-size: 12px;
	line-height:14px;
	color: #4c4c4c;
	max-width:730px;
	text-align:center;
	display:block;
	margin: 0 auto;
}

.autocol3{
	padding-bottom:20px;
	width:100%;
	text-align:left;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 40px;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
}

.vparallax{
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    position: relative;
}
.vparallax .imgBlock{
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;
}
.vparallax .imgBlock .back{
    background: url(/img/background.png) center center no-repeat;
    top: -100%;
	
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    height: 200%;
    z-index: 1;
}
.vparallax .imgBlock .back div{
    position: absolute;
    top: 400px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
	background:url(/img/logo.png) 50% 0 no-repeat;
	padding-top: 308px;
	
	font-family: KC;
	color: #ffffff;
	font-size: 60px;
	text-align:center;
	line-height: 65px;
}
.vparallax .contentBlock{
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    width: 100%;
}
.vparallax .contentBlock .content{
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}
.qform > div > form > p.form_responce{
	font-size:16px;
}

/*------MOBILE------*/
@media screen and (max-width: 500px) {
	.qform select, select,
    div.container{
        width: 100%;
        min-width: 100%;
    }
	input[type=text], textarea{
		width: 91%;
	}
	
	.autocol3{
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-gap: 40px;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
	}
	
	.header > div > div:nth-child(2){
		right: -10px;
	}
	
	div.footer .content{
		padding:0;
	}
    .content{
        width: 95%;
		padding:0;
    }
    .modal{
        width: 80%;
        margin: 0;
        left: 20px;
        padding: 20px;
        height: 80%;
    }
    a.close_modal{
        right: 20px;
        left: auto;
        margin: 0;
    }
	
	div.footer .content > div:nth-child(1),
	div.footer .content > div:nth-child(3),
	.qform > div > form > div:nth-child(1),
	.qform > div > form > div:nth-child(2){
		width: 100%;
		float: none;
	}
	
	div.footer .content > div:nth-child(1){
		padding-top:10px;
		text-align: center;
	}
	
	div.footer .content > div:nth-child(2){
		display:none;
	}
	div.footer .content > div:nth-child(3){
		text-align: center;
		margin-top: 20px;
		padding:58px 0 20px 0;
		background: url(/img/map.png) 50% 0 no-repeat;
	}
}