@font-face {
    font-family: 'bicubikregular';
    src: url('fonts/bicubik.eot');
    src: url('fonts/bicubik.eot?#iefix') format('embedded-opentype'),
         url('fonts/bicubik.woff') format('woff'),
         url('fonts/bicubik.ttf') format('truetype'),
         url('fonts/bicubik.svg#bicubikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}
a {
	text-decoration: none;
}
a img {
	display:block;
	border: none;
}
ul, ol, dl { list-style: none; }
body {
	color: #323232;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

img.center {
	display: block;
	margin: 0 auto;
}

.hidden {
	display: none;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'bicubikregular', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	text-align: center;
	font-size: 30px;
}


#nav {
	background: #323232;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
#nav li {
	display: inline-block;
}
#nav li a {
	font-family: 'bicubikregular', Verdana, Geneva, sans-serif;
	color: #9E9E9E;
	display: block;
	padding: 13px 10px 11px 10px;
	text-transform: uppercase;
}
#nav li a:hover, /*#nav a.active,*/ #nav .current a {
	color: #37ADC2;
}

.section {
	line-height: 20px;
	padding: 50px 0 25px 0;
}

#about {
	color: #FFFFFF;
	padding-top: 75px;
	padding-bottom: 0;
	background-color: #37ADC2;
	overflow: hidden;
}
.logo {
	margin-bottom: 20px;
	padding-bottom: 45px;
	border-bottom: 1px solid #FFFFFF;
}
#about p {
	float: left;
	width: 465px;
}
#about p.second {
	margin-left: 30px;
}
.arrow {
	padding-top: 25px;
	clear: both;
}
#counters {
	padding-top: 0;
	background-image: url('../_images/divisors1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 75px;
}
#counters .line {
	background-color: #37ADC2;
	height: 15px;
}
.counters {
	padding-top: 40px;
	padding-bottom: 30px;
}
.columns {
	overflow: hidden;
}
.columns li {
	float: left;
	width: 272px;
	margin-left: 72px;
}
.columns li:first-child {
 	margin-left: 0;
}
.columns h2 {
	border-bottom: 10px solid #37ADC2;
	text-align: center;
	line-height: 35px;
	margin-bottom: 15px;
}
.columns h3 {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 20px;
	background-image: url('../_images/line-arrow.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	margin-bottom: 18px;
}
.columns h4 {
	font-size: 18px;	
	line-height: 24px;
	margin-bottom: 10px;
}
.columns table {
	border: 1px solid #fff;
	border-bottom: none;
	width: 960px;
}
.columns table th {
	font-weight: normal;
	background-color: #37ADC2;
	text-align: center;
	padding: 14px 10px;
}
.columns table td {
	text-align: center;
	padding: 10px 5px 8px 5px;
	border-bottom: 1px solid #fff;
}

#info {
	color: #FFFFFF;
	background-color: #323232;
	background-image: url('../_images/divisors2.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 75px;
	padding-bottom: 40px;
}
.columns li, #about p {
	font-size: 12px;
	line-height: 20px;
}
#prices {
	color: #FFFFFF;
	background-color: #555555;
	padding-top: 65px;
	padding-bottom: 40px;
}
#prices h2 {
	margin-bottom: 5px;
}
#prices .price-info {
	text-align: right;
	padding-bottom: 3px;
	border-bottom: 5px solid #7c7c7c;
	margin-bottom: 15px;
	font-size: 12px;
}

#map {
	height: 440px;
	border-top: 10px solid #37ADC2;
	border-bottom: 10px solid #37ADC2;
}
#contacts {
	padding-top: 0;
	padding-bottom: 60px;
}
#contacts .line {
	background-color: #555555;
	height: 30px;
}
#contacts .email a {
	font-size: 17px;
	color: #37ADC2;
}
#contacts h2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
#contacts .columns {
	text-align: center;
}
#contacts h3 {
	color: #555555;
}
#contacts .phones {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
}
#contacts .address {
	font-size: 17px;
}
.langs {position:absolute; margin-left:20px; margin-top:10px; z-index: 999;}
.langs a {display:inline-block; width:20px; height:22px; text-indent:-99999px; margin-left:1px;}
.langs a.active, .langs a:hover {background-position: 0 -22px;}
.langs .ua {background-image:url(../_images/ua.png);}
.langs .ru {background-image:url(../_images/ru.png);}