 /*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {box-sizing: border-box;  -moz-box-sizing: border-box;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
	max-width: 100%;
	margin-top: 3px;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

body {
	font-family: 'Open Sans', sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 18px;
	line-height: 1.2;
	background-color: #FFFFFF;
	min-width: 1150px;
}
.container {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.clr {
	clear: both;
}
#first .header .container .red {
	width: 285px;
	height: 92px;
	color: rgba(255,255,255,1.00);
	position: absolute;
	top: 69px;
	left: 19px;
	padding-left: 19px;
	padding-top: 11px;
	font-size: 15px;
	line-height: 1.5;
	background-color: rgba(255,0,0,0.68);
}
#first .header .container .logo {
	padding-left: 33px;
	padding-top: 10px;
	float: left;
}
#first .header {
height: 119px;
border-bottom: 3px solid #da312c;
background-color: rgba(0,0,0,0.67);
 margin-left: auto;
margin-right: auto;
}
#first .header .container h1 {
float: left;
color: #FFFFFF;
font-family: 'ImpactRegular';
text-align: center;
font-size: 30px;
width: 560px;
margin-left: 24px;
padding-top: 27px;
}
#first .header .container .contacts {

	float: right;
	color: #FFFFFF;
	text-align: right;
	padding-top: 13px;
	padding-right: 4px;
}
#first .header .container .contacts .name span {
	color: #FF0000;
}
#first .header .container .contacts .name {
	font-size: 30px;
}
#first .header .container .contacts .phone {
	font-size: 24px;
	margin-top: 3px;
}
#first .header .container .contacts .phone span {
	font-size: 18px;
}
#first .header .container .contacts .mail {
	font-size: 14px;
	margin-top: 6px;
}
#a_kover{
color: #005CCF; 
text-decoration: underline; 
}

#a_kover:hover{
	color: #000;
}
#first .container .akc .title {
	font-size: 24px;
	font-family: 'ImpactRegular';
	color: #FF0004;
	text-shadow: white 2px 0px, white 2px 2px, white 0px 2px, white -2px 2px, white -2px 0px, white -2px -2px, white 0px -2px, white 2px -2px, white 0 0 4px, white 0 0 4px, white 0 0 4px, white 0 0 4px, white 0 0 4px, white 0 0 4px, white 0 0 4px, white 0 0 4px;
}
#first .container .akc .descr {
	font-size: 30px;
	font-family: 'ImpactRegular';
	color: #FFFFFF;
}
#first .container .akc {
	width: 590px;
	height: 110px;
	background-color: rgba(0,0,0,0.37);
	position: absolute;
	top: 253px;
	left: 20px;
	padding-left: 31px;
	padding-top: 24px;
	line-height: 1.1;
}
#first {
	height: 483px;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#first .container .akc .descr span {
	font-size: 36px;
}
#first .container form {
	float: right;
	margin-right: 60px;
	margin-top: 28px;
}
form {
	width: 296px;
	height: 265px;
	background-image: url(../img/formbg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 33px;
}
form input[type='text'] {
	width: 235px;
	height: 40px;
	font-size: 16px;
	font-family: inherit;
	font-weight: 100;
	padding-left: 14px;
	margin-bottom: 8px;
}
form input[type='submit'] {
	width: 235px;
	height: 48px;
	font-family: inherit;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: none;
	margin-top: 7px;
	-webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.27);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.27);
}
form input[type='submit']:hover {
	background-color: #D20303;
}
h2 {
	font-family: 'ImpactRegular';
	font-size: 48px;
}
#why .container h2 {
	color: #FFFFFF;
	margin-bottom: 46px;
}
h2 span {
	color: #FF0000;
}
#why .container {
	padding-top: 68px;
	padding-left: 116px;
}
#why .container ul li {
	color: #FFFFFF;
	min-height: 26px;
	background-image: url(../img/like.png);
	background-repeat: no-repeat;
	padding-left: 47px;
	padding-top: 7px;
	background-position: left top;
	margin-bottom: 19px;
	line-height: 1.3;
}
#why {
	height: 730px;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#about {
	height: 477px;
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#about .container {
	padding-top: 44px;
	padding-left: 118px;
}
#about .container .redbg {
	width: 366px;
	height: 151px;
	background-image: url(../img/redbg.jpg);
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 31px;
	text-align: center;
	padding-top: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
#about .container .redbg p {
	height: 37px;
	margin-bottom: 1px;
	padding-top: 8px;
}
#about .container .redbg p:hover {
	background-image: url(../img/redbg_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#about .container .variants {
	margin-top: 19px;
	margin-left: 39px;
}
#about .container .variants .title {
	color: #D20202;
	font-size: 22px;
	margin-bottom: 11px;
}
#about .container .variants ul li {
	margin-bottom: 9px;
}
#about .container form {
	position: absolute;
	right: 19px;
	top: 129px;
}
#whywe {
	height: 831px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 38px;
	background-image: url(../img/bg4.jpg);
}
#whywe .container h2 {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 24px;
	text-shadow: 1px 1px 5px #333;
}
#whywe .container .itm {
	width: 205px;
	height: 205px;
	text-align: center;
	background-color: #282D49;
	padding-top: 17px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 27px;
}
#whywe .container .itm p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 6px;
}
#whywe .container .itm p span {
	font-weight: bold;
	color: #FF0000;
}
#whywe .container .items {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
#whywe .container .items .itm.last {
	margin-left: 250px;

}
#projects {
	height: 595px;
	padding-top: 16px;
}
#projects .container h2 {
	text-align: center;
	margin-bottom: 63px;
}
#thanks {
	height: 815px;
	text-align: center;
	padding-top: 12px;
	background-color: #F6F7F8;
}
#thanks .container h2 {
	margin-bottom: 18px;
}
#thanks .items .itm img {
	margin-left: 5px;
	margin-right: 5px;
}
#thanks .items .itm {
	position: relative;
}
#thanks .items .itm:before {
	content: "";
	margin-left: 5px;
	margin-right: 5px;
	width: 234px;
	height: 313px;
	display: block;
	background-image: url(../img/frame_hover.png);
	position: absolute;
	top: -305px;
	left: 9px;
	display:none;
}
#thanks .items .itm:hover:before {
	display:block;
}
#call {
	height: 385px;
	padding-top: 24px;
}
#call .container h2 {
	color: #FF0100;
	font-size: 36px;
	text-align: center;
	margin-bottom: 35px;
}
#call .container ul li {
	min-height: 29px;
	background-image: url(../img/like2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
	padding-top: 6px;
	margin-bottom: 19px;
	line-height: 1.3;
}
#call .container ul {
	margin-left: 367px;
}
#footer {
	height: 143px;
	background-color: #000000;
}
#footer .container .logo {
	padding-left: 48px;
	padding-top: 17px;
	float: left;
}
#footer .container .text {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 114px;
	padding-top: 19px;
	line-height: 1.3;
}
#footer .container .text span {
	font-size: 24px;
}
#footer .container .btn {
	display: block;
	float: right;
	background-color: #FF0100;
	width: 290px;
	height: 57px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
	padding-top: 11px;
	margin-right: 71px;
	margin-top: 22px;
}
#footer .container .btn:hover{
	background-color: #C70201;
}
#projects .container .slider {
	width: 800px;
	/* [disabled]height: 440px; */
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-image: url(../img/sliderbg.png); */
	padding-left: 32px;
}
#projects .container .slider .bxslider {

}
#projects .container {
	background-image: url(../img/sliderbg.png);
	background-position: 142px 122px;
	background-repeat: no-repeat;
	background-size: 77% 69%;
	height: 579px;
}
#about .container .redbg a {
	color: #FFFFFF;
	text-decoration: none;
}
#myModal2 p {
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	font-size: 30px;
}
