@font-face {
		font-family: FranklinGothic-Medium; /* имя шрифта для CSS правил */
		src: local("FranklinGothic-Medium"), /* проверяем наличие шрифта в ОС пользователя */
		url(FranklinGothic-Medium.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body{
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: Arial;
	font-size:14px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

#main {
	z-index: 2;
	width:100%;
	margin:0px auto 0 auto;
	padding: 0 0 0 0;
}

#head {
	margin: 0 0 0 0;
	height: 100px;
	position: relative;
}

.language{
	/*position: absolute;
	right: 20px;
	top: 10px;
	float: right;*/
	text-align: right;
	padding: 10px 20px 0 0;
}

.language span{
	text-transform: uppercase;
	padding: 0 0 0 10px;
	font-size: 12px;
}

.language span a{
	font-weight: normal;
}

#head img.logo {
	float: left;
	margin: 10px 0 0 24px;
	padding: 0;
}

.menu{
	list-style: none;
	position: absolute;
	right: 20px;
	top: 50px;
	margin: 0;
	padding: 0;
}

.menu li{
    float: left;
    font-weight: bold;
    list-style-type: none;
    margin: 0 0 0 33px;
    padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.menu li ul{
    display: none;
	margin: 0 0 0 -40px;
    padding: 0 0 20px 0;
    position: absolute;
	background:url('/images/menu-bottom.png') left bottom no-repeat;
	width: 129px;
	z-index: 2;
}

.menu li ul li{
    text-transform: lowercase;
	float: none;
	margin: 0;
	background: #f2f5f7;
	padding: 15px 0 0 19px;
}

.menu li ul li:first-child{
	background: url('/images/menu-top.gif') left top no-repeat #f2f5f7;
	padding: 28px 0 0 19px;
}

.menu li:hover ul{
    display: block;
}

.menu li a{
    font-weight: normal;
	color: #000;
	text-decoration: none;
}

.menu li.active a, .menu li a:hover{
	color: #1488ff;
}
.menu li.active ul li a{
color: #000000;
}
.menu li ul li.active a, .menu li ul li a:hover{
	color: #1488ff;
}

#cont{
	margin: 0;
	padding: 0 20px 30px 20px;
	position: relative;
}

#cont table{
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	margin: 0 0 20px 0;
}

#cont table tr td {
    padding: 10px 10px 10px 40px;
	background: #f2f5f7;
}

#cont table tr td p, #cont table tr th p{
    margin: 0;
}

#cont table tr.zebra td {
    padding: 10px 10px 10px 40px;
	background: #ffffff;
}

#cont table tr th {
    padding: 10px 10px 10px 40px;
	background: #dce1e6;
	text-align: left;
	font-weight: normal;
}

#content{
	background: #fff;
	width: 980px;
	margin: 0 auto 0px auto;
	padding-bottom: 0px;
}

#cont p{
	padding: 0;
	margin: 10px 0 20px 0;
}

#cont ul{
	list-style: circle inside url("/images/bullet.gif");
	padding: 0;
	margin: 0 0 15px 0;
}

#cont ul li{
	/*background:url('/images/bullet.gif') left 4px no-repeat;*/
	padding: 0px 0px 0 19px;
	list-style-type: none;
	margin: 10px 0 0 40px;
}

#cont ul li p{
	margin: 0;
	padding: 0;
}

.gallery img{
	float: left;
	margin: 0 0 20px 50px;
}

.gallery img:first-child{
	float: left;
	margin: 0 0 20px 0;
}

.services{
	width: 279px;
	float: left;
	margin: 0 49px 0 0;
}

.about-us{
	width: 279px;
	float: left;
	margin: 0 49px 0 0;
}

.news{
	width: 279px;
	float: left;
}

.services h2, .about-us h2, .news h2{
	margin: 0 0 0 0;
}

.services .read-more, .about-us .read-more, .news .read-more{
	text-align: right;
}

.services .read-more a, .about-us .read-more a, .news .read-more a{
	background:url('/images/read-more-bg.png') left 3px no-repeat;
	padding: 0 0 0 17px;
}

.services .descr, .about-us .descr, .news .descr{
	margin: 0 0 12px 0!important;
	font-size: 12px;
}

.plashka{
	margin: 20px 40px!important;
	padding: 15px 20px!important;
	background: #f2f5f7;
}

.news-block{
	margin: 0 0 50px  0;
}

.news-block .news-header{
	margin: 0!important;
}

.news-block .news-header a{
	font-size: 18px;
}

.news-block .date{
	margin: 0 0 10px 0!important;
}

.news-block img{
	float: left;
	margin: 0 50px 0  0;
}

.news-block .news-text{
	margin: 0 0 0  330px!important;
	padding: 10px 0 0 0!important;
}

.postr p{
	text-align: center;
}

.postr .prev-page{
	padding: 0 15px 0 0;
}

.postr .next-page{
	padding: 0 0 0 15px;
}

.neakt{
	color: #ababab;
}

.numbers a{
	padding: 0 10px;
}

.numbers span{
	padding: 0 10px;
	color: #1488ff;
}

.back{
	position: absolute;
	right: 20px;
	top: 9px;
}

.contact{
	margin: 0 0 55px 0;
}

.contact p{
	margin: 10px 0 10px 0!important;
}

.map{
	float: right;
}

input{
    background: url("/images/input.gif") left top no-repeat;
    border: 0;
    height: 27px;
    margin: 0 0 15px;
    padding: 0 10px;
    width: 262px;
    font-size: 12px;
    font-family: Arial;
    color: #666666;
}

textarea {
    background: url("/images/textarea.gif") left top no-repeat;
    border: 0 none;
    height: 63px;
    margin: 0 0 15px;
    padding: 10px;
    resize: none;
    width: 261px;
    font-size: 12px;
    font-family: Arial;
    color: #666666;
}

.find-txt{
	color: #1488ff;
	font-weight: bold;
}

.filters span{
	padding: 3px 15px;
	color: #215c97;
    cursor: pointer;
}

.filters span:first-child{
	margin: 0 0 0 20px;
}

.filters span.akt-filter{
	background: #e6ebf0;
}

.products div{
	float: left;
	margin: 0 33px 10px 0;
	text-align: center;
	min-height:286px;
}

.products div img{
	margin: 0 0 7px 0;
}

.gallery-product{
	float: left;
	width: 495px;
	padding: 3px 0 20px 0;
}

.gallery-product img.small-imag{
	margin: 20px 19px 0 0;
}

h1{
	font-size: 36px;
	color: #1488ff;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: Franklin Gothic Medium, Arial Narrow, Arial;
	text-transform: uppercase;
}

h2{
	font-size: 26px;
	color: #1488ff;
	margin: 0 0 14px 0;
	padding: 0px;
	font-weight: normal;
	font-family: Franklin Gothic Medium, Arial Narrow, Arial;
}

h3, span.h_3{
	color: #1488ff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

/*#cont a:visited{
	color: #76859e;
	text-decoration: underline;
}*/

a{
	color: #215c97;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#footer {
	width: 100%;
	padding-top: 0px;
	z-index: 1;
	margin: 0 0 -5px;
}

#footer .top{
	background: #f2f5f7;
}

#footer .top .in{
	height: 112px;
}

#footer .top .in p{
	margin: 0;
	padding: 0 0 5px 0;
}

#footer .top .in p span{
	color: #666666;
	font-size: 14px;
}

#footer .top .in .phone{
	position: absolute;
	left: 20px;
	top: 28px;
}

#footer .top .in .phone p{
	font-size: 20px;
	color: #1488ff;
}

#footer .top .in .phone .order-call{
	color: #215c97;
	font-size: 14px;
	border-bottom: 1px dashed #215c97;
	cursor: pointer;
	margin: 0 0 0 69px;
}

#footer .top .in .mail{
	position: absolute;
	left: 349px;
	top: 35px;
}

#footer .top .in .mail a{
	color: #215c97;
	font-size: 14px;
	font-weight: normal;
}

#footer .top .in .mail .mail-us{
	color: #215c97;
	font-size: 14px;
	border-bottom: 1px dashed #215c97;
	cursor: pointer;
	margin: 0 0 0 40px;
}

#footer .top .in .skype{
	position: absolute;
	left: 678px;
	top: 35px;
}

#footer .top .in .skype a, .contact .skype a{
	color: #215c97;
	font-size: 14px;
	font-weight: normal;
}

#footer .bottom{
	background: #dce1e6;
}

#footer .bottom .in{
	height: 80px;
}

#footer div.in{
	width: 980px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

#footer div.in .copy p{
	margin: 0 0 0 20px;
	padding: 30px 0 0 0;
	color: #666666;
	font-size: 14px;
}

#footer div.creater{
	background:url('/images/logo-creater.png') left top no-repeat;
	position: absolute;
	right: 0;
	top: 17px;
	text-align: left;
	margin: 0px 20px 0px 0px;
	font-size: 10px;
	width: 143px;
	height: 45px;
}

#footer div.creater p{
	line-height: 10px;
	margin: 3px 0 0 0;
	padding: 0 0 0 63px;
}

#footer div.creater p a{
	color: #666666;
	text-decoration: none;
}

#footer div.creater p a:hover{
	text-decoration: underline;
}

.poisk{
	position: absolute;
	left: 360px;
	top: 25px;
}

.poisk .text{
	background: url("/images/input-find.gif") no-repeat scroll left top transparent;
    border: 0 none;
    color: #555555;
    font-size: 12px;
    height: 21px;
    margin: 0 18px 0 0;
    padding: 3px 5px;
    width: 282px;
	float: left;
}

.clear{
	font-size:1px;
	height:1px;
	clear:both;
	margin:0px!important;
	padding:0px!important;
}

img {
border: 0;
}

.call_me{
	background: url("/images/call-me.png") left top no-repeat;
    border: 0;
	height: 29px;
    width: 123px;
	cursor: pointer;
}

.call_me_disabled{
	background: url("/images/call-me-1.png") left top no-repeat;
    border: 0;
	height: 29px;
    width: 123px;
	cursor: pointer;
}

/*
.gallery-product img{
    border: 1px solid #dce1e6;
    padding: 5px;
}
.gallery-product a:first-child img{
    padding: 13px;
}*/
.form_text{
    float: left;
    width: 607px;
    min-height: 446px;
}
.forma{
    float: left;
    width: 333px;
    min-height: 446px;
}
#requestform p, #write_us p, #phone_us p{
    display: none;
    color: #1488FF;
    font-size: 11px;
    padding: 0 0 2px 0 !important;
    margin: 0 !important;
}
#file{
    width: 80px;
}
#namefile {
    float: left;
    background: url("/images/input.png") left top no-repeat;
    width: 172px;
}

#footer .top .in .skype p, .contact .skype p{
	float: left;
}
#footer .top .in .skype .skype1, .contact .skype .skype1{
	position: relative;
}

#footer .top .in .skype .skype1 img, .contact .skype .skype1 img{
	position: absolute;
	right: -20px;
	top: 0;
}