@font-face {
    font-family: 'Helvetica_LightNormalRegular';
    src: url('font/helvetica_light-normal.eot');
    src: url('font/helvetica_light-normal.eot') format('embedded-opentype'),
    url('font/helvetica_light-normal.woff') format('woff'),
    url('font/helvetica_light-normal.ttf') format('truetype'),
    url('font/helvetica_light-normal.svg#Helvetica_LightNormalRegular') format('svg');
}
@font-face {
    font-family: 'TahomaRegular';
    src: url('font/tahoma.eot');
    src: url('font/tahoma.eot') format('embedded-opentype'),
    url('font/tahoma.woff') format('woff'),
    url('font/tahoma.ttf') format('truetype'),
    url('font/tahoma.svg#TahomaRegular') format('svg');
}
@font-face {
    font-family: 'PFDinDisplayProRegular';
    src: url('font/pfdindisplaypro-reg.eot');
    src: url('font/pfdindisplaypro-reg.eot') format('embedded-opentype'),
    url('font/pfdindisplaypro-reg.woff') format('woff'),
    url('font/pfdindisplaypro-reg.ttf') format('truetype'),
    url('font/pfdindisplaypro-reg.svg#PFDinDisplayProRegular') format('svg');
}

h1,h2,h3,h4,h5,h6{margin: 10px 0; }
.main> h1.title,.main> h2.title,.main> h3.title,.main> h4.title,.main> h5.title,.main> h6.title{font-family: 'NautilusPompiliusRegular'; color: #803636; }
h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 12px;}
p{padding: 12px 0;margin: 0;}
images{border: none}
a{color: #f39e38;}
a:hover{text-decoration: none;}
input{font-family: 'Helvetica_LightNormalRegular';}
input,textarea {outline:none;}
.clear{clear: both}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica_LightNormalRegular';
    font-size: 14px;
    color: #000;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
.container{
    float: left;
	width: 100%;
    position: relative;
}
.container-wrap{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.wrapper{
    padding-bottom: 200px;
}
#header{
    width: 100%;
    position: relative;
    background: url(../images/header-bg.png) repeat-x center -48px;
    margin-bottom: -8px;
	float: left;
}
.left-main{
    float: left;
    width: 252px;
    margin: 0 10px 10px 0;
}
.left-main>div {margin-bottom: 15px;}
.wrapper-main{
    padding: 10px 0;
	width: 1000px;
	margin: 0 auto;
}.main{
    margin-left: 265px;
    position: relative;
     color: #373737;
}
#footer{
    background: #eaeaea;
    padding: 0;
    color: #555;
    font-family: 'PFDinDisplayProRegular';
    height: 187px;
    width: 100%;
	float: left;
}

.head{
	padding: 7px 0;
	margin-bottom: 13px;
}
.head .head-logo{
	display: table-cell;
  	vertical-align: middle;
}
.h-left{
    float: left;
	display: table;
	width: 360px;
	height: 57px;
    margin-right: 10px;
	margin-top: 7px;
}
.head a#logo{
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	color: #555;
	margin-top: 0;
	line-height: 25px;
}
.head a#logo span{
    color: #f39e38;
}
.head-box{width: 630px;
margin-left: 0;
float: left;
margin-top: 17px;}
.head-box .hphone{
    color: #555555;
    background: url("../images/icon-phone.png") no-repeat 0 center transparent;
    padding: 5px 0 5px 35px;
    font-family: "Tahoma";
    font-size: 20px;
    float: right;
}
.head-box .hwork-time{
    color: #000;
    background: url("../images/icon-time.png") no-repeat 0 center transparent;
    padding: 7px 0 7px 33px;
    float: left;
	margin-left: 40px;
	margin-top: -12px;
}
.head-box .hwork-time span{
    color: #555555;
    padding-right: 5px;
}
.head-box .hemail{
    background: url("../images/icon-mail.png") no-repeat 0 center transparent;
    padding: 7px 0 7px 35px;
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}
.head-box .hemail > a{color: #f39e38;}
.search{
    border: 1px solid #dbdbdb;
    behavior: url(PIE.htc);
    margin:0;
    float: left;
    width: 100%; 
	height: 34px;
	margin-bottom: 10px;
}
.search #q{
    background: #fff;
    border: 0 none;
    width: 948px;
    padding: 8px 8px 0;
    float: left;
    margin: 0;
    color: #dbdbdb;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 17px;
}
.search .find{
	padding: 5px 10px 8px 0;
	background: #fff;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;}
.search-inner{
    border: 1px solid #dbdbdb;
    margin:0;
    float: left;
    width: 100%; 
	height: 34px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.search-inner #q{
    background: #fff;
    border: 0 none;
    width: 688px;
    padding: 8px 8px 0;
    float: left;
    margin: 0;
    color: #dbdbdb;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 17px;
}
.search-inner .find{
	padding: 5px 10px 8px 0;
	background: #fff;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;}

.head-nav .menu-top{
    margin: 0;
    padding: 15px 0;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("../images/bg-menu.png") repeat-x 0 center transparent;
	float: left;
	width: 100%;
	margin-bottom: 14px;
	position: relative;
	z-index: 90;
}
.head-nav .menu-top > li{
    margin: 0;
    padding: 0;
    float: left;
	list-style: none;
}
.head-nav .menu-top > li > a:hover{
    text-decoration: underline;
}
.head-nav .menu-top > li > a{
    text-transform: uppercase;
    text-decoration: none;
    color: #555;
    border-left: 1px solid #555555;
    padding: 0 24px;
}
.head-nav .menu-top > li.active > a{
    text-decoration: underline;
}
.head-nav .menu-top > li:first-child > a{border-left: none;}

.foot-nav ul.menu-foot{
    margin: 0;
    padding: 20px 0;
    list-style: none;
}
.foot-nav ul.menu-foot li{
    padding-right: 56px;
    display: inline;
}
.foot-nav ul.menu-foot li a{
    color: #25b7e7;
    text-decoration: none;
}
.foot-nav ul.menu-foot li a:hover{
    text-decoration: underline;
}
.foot-box:first-child{padding-left: 0;}
.foot-box{
    width: 180px;
    float: left;
	padding-left: 25px;
}
.foot-box a{
    color: #323232;
    display: block;
    padding-bottom: 15px;
}
.foot-box .fphone{
    font-size: 16px;
    background: url("../images/icon-phone.png") no-repeat 0 center transparent;
    padding:10px 0 10px 30px;
}
.foot-box .fwork-time{
    font-size: 14px;
    background: url("../images/icon-time.png") no-repeat 0 10px transparent;
    padding:10px 0 10px 30px;
}
.foot-box .fwork-time span{
    color: #777777;
    display: block;
}
.foot-box .copy{
    text-align: right;
    color: #a4a4a4;
	margin-top: 12px;
}

.mod-project {
    margin: 20px 0;
}
.mod-project .title{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px dotted #9a9a9a;
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 20px;
}
.mod-project .title >a{
    float: right;
    color: #f39e38;
    font-size: 14px;
    text-transform: none;
}
.mod-project .ca-item-main {
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    margin: 5px;
    padding: 10px;
}
.mod-project .ca-item-main > img{
    height: 145px;
    width: auto;
}
.mod-project .info-box{
    width: 176px;
    margin: 0 auto;
    text-align: center;
}
.mod-project .name{
    color: #25b7e7;
    padding: 10px 0;
    border-bottom: 1px dotted #555555;
    display: block;
}
.mod-project .descript{
    padding: 10px 0;
    border-bottom: 1px dotted #555555;
}
.mod-project .price{
    padding: 10px 0;
    border-bottom: 1px dotted #555555;
}
.mod-project .price >span{
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}
.mod-project a.more{
    font-family: Tahoma;
    background: url("../images/more-bg.png") no-repeat center 0 transparent;
    display: block;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 10px;
    margin-top: 10px;
}

.mod-kotel{
    border: 2px solid #f39e38;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
	margin-top:30px;
}
.mod-kotel > .arrow{
    position: absolute;
    display: block;
    background: url("../images/arrow-top.png") no-repeat 0 0 transparent;
    width: 42px;
    height: 23px;
    top: -22px;
    left: 48%;
}
.mod-kotel .title{
    position: relative;
    text-align: center;
    border-bottom: 2px dotted #9a9a9a;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 20px;
}
.mod-kotel #ca-container1{
    height: 270px;
    padding: 0 36px;
}
.mod-kotel .ca-item-main {
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    margin:  5px;
    padding: 10px;
}
.mod-kotel a.name{
    color: #000;
    text-decoration: underline;
    display: block;
    font-weight: bold;
}
.mod-kotel a.more{
    font-family: Tahoma;
    background: url("../images/more-bg.png") no-repeat center 0 transparent;
    display: block;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 10px;
    margin-top: 10px;
}
.mod-dop .title{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px dotted #9a9a9a;
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 20px;
}
.mod-dop .title >a{
    float: right;
    color: #25b7e7;
    font-size: 14px;
    text-transform: none;
}
.mod-dop #ca-container2{
    height: 270px;
    padding: 0 50px;
}
.mod-dop .ca-item-main {
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    margin:  5px;
    padding: 10px;
}
.mod-dop a.name{
    color: #000;
    text-decoration: underline;
    display: block;
    font-weight: bold;
}
.mod-dop a.more{
    font-family: Tahoma;
    background: url("../images/more-bg2.png") no-repeat center 0 transparent;
    display: block;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 10px;
    margin-top: 10px;
}

.left-catalog #tabs{
    border: none;
}
.left-catalog #tabs .ui-tabs-nav{
    margin: 0;
    padding: 0;
    background: none;
    border: none;

    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#f2f2f2));
    background: -webkit-linear-gradient(#FFF, #f2f2f2);
    background: -moz-linear-gradient(#FFF, #f2f2f2);
    background: -ms-linear-gradient(#FFF, #f2f2f2);
    background: -o-linear-gradient(#FFF, #f2f2f2);
    background: linear-gradient(#FFF, #f2f2f2);
}
.left-catalog #tabs .ui-tabs-nav li{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.left-catalog #tabs .ui-tabs-nav li.ui-tabs-active a{
    color: #25b7e7;
    background: #FFFFFF;
}
.left-catalog #tabs .ui-tabs-nav li a{
    color: #9a9a9a;
    font-size: 14px;
    font-family: 'PFDinDisplayProRegular';
    border: none;
    background: none;
    padding: 10px 28px !important;
}
.left-catalog #tabs .ui-tabs-panel{
    margin: 10px 0px !important;
    padding: 0px !important;
}
.left-catalog #tabs .ui-tabs-panelu{
    margin: 0px !important;
    padding: 0px !important;
}
.left-catalog .left-catalog-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-catalog .left-catalog-menu > li:first-child {
    border: none;
}
.left-catalog .left-catalog-menu > li {
    background: url("../images/icon-menu-li.png") no-repeat 0 center transparent;
    border-top: 1px dotted #9a9a9a;
    padding: 10px 0 10px 30px ;
}
.left-catalog .left-catalog-menu > li > a:hover {
    text-decoration: underline;
}
.left-catalog .left-catalog-menu > li > a {
    color: #25b7e7;
    display: block;
    font-size: 13px;
    text-decoration: none;
}
.left-catalog .left-catalog-menu{}
.main .breadcrumbs{padding-bottom: 10px;}
.main > .title{
    text-transform: uppercase;
    border-bottom: 1px dotted #000000;
    padding: 10px 0 ;
    font-size: 16px;
}
.main .titleinner{
    text-transform: uppercase;
    border-bottom: 1px dotted #000000;
    padding: 10px 0;
    font-size: 16px;
	font-weight: normal;
	margin: 0;
}
.breadcrumbs span{
	text-transform: lowercase;
}
.main .buy-buttom{
    text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.main .buy-buttom a{
    background: url("../images/buy-bat.png") no-repeat 0 0;
    display: block;
    width: 209px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px auto;
    text-decoration: none;
}
.main .buy-buttom a:hover{
    text-decoration: underline;
}
.product-from-cat,
.category-block,
.product,
ul.justify {
    text-align: justify;
    margin: 0;
}
.product-from-cat:after,
.category-block:after,
.product:after,
ul.justify:after {
    content: ' i i i i i i i i ';
    word-spacing: 10px;
    padding-left: 97px;
    visibility: hidden; /*Скрыл это свойство, ради демонстрации процесса*/
}
.product-from-cat .product-cat,
.category-block .item,
.product .item,
ul.justify li {
    float: left;
    width: 210px;
    min-height: 208px;
    margin: 0 0 10px;
    vertical-align: top;
    text-align: center;
}
.product .item{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    margin: 20px 5px 20px 43px;
    padding: 10px 0;
}
.product .item.no-left{
    margin: 20px 5px 20px 4px;
}
.product .item:first-child{
    margin: 20px 5px 20px 4px;
}
.product .item a.name {
    color: #000;
    text-decoration: underline;
    display: table-cell;
    font-weight: bold;
	height: 32px;
	width: 210px;
	vertical-align: middle;
	text-align: center;
}
.product .item a.more {
    font-family: Tahoma;
    background: url("../images/more-bg.png") no-repeat center 0 transparent;
    display: block;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 8px 10px 12px 10px;
    margin-top: 10px;
}
.product .item a.more:hover{
    text-decoration: underline;
}
.title-modal{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
}
.product .item .info-box{
    padding: 10px 0;
	display: table;
}
.info-box .wall{
	float: left;
	width: 100%;
}
.content{}
.content-news > div{
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 20px 0;
}
.content-news > div.item-bg{
    background: #f0f0f0;
}
.content-news > div.item-br{
    border: 1px solid #f0f0f0;
}
.content-news > div > .title{
    position: relative;
    font-size: 16px;
    font-family: 'PFDinDisplayProRegular';
    color: #373737;
}
.content-news > div > .title .data{
    color: #f39e38;
    float: right;
    padding-bottom: 10px;
}
.content-news > div > .text{
    padding: 10px 0;
    position: relative;
    color: #373737;
	float: left;
}
.content-news > div > .more{
    text-align: right;
}
.content-news > div > .more > a{
    background: url("../images/news-more.png") no-repeat center 0 transparent;
    padding: 6px 30px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
.itabs ul.tabs{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.itabs ul.tabs li{
	margin: 0;
    padding: 0;
	list-style: none;
    border: 1px solid #eaeaea;
    background: url("../images/bg-left-menu.png") repeat-x center 0 transparent;
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.itabs ul.tabs li.left{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0;
	text-transform: uppercase;
	width: 124px;
}
.itabs ul.tabs li.right{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 125px;
}
.itabs ul.tabs li span{
    color: #9a9a9a;
    font-size: 14px;
    font-family: 'PFDinDisplayProRegular';
    border: none;
    background: none;
    padding: 10px 0 !important;
	float: left;
	width: 100%;
}
.itabs ul.tabs li.current{
	background: #fff;
}
.itabs ul.tabs li.current span{
	color: #25b7e7;
}
.itabs ul.tabs li.current span{
	border-bottom: 0;
}
.box{
	float: left;
	width: 100%;
	display: none;
}
.box.visible{
	display: block;
}
.box a{
	font-size: 13px;
	font-family: Tahoma;
}
.reveal-modal{
	float:left;
	width:400px;
	margin-top: 33px;
}
.reveal-modal input{
	float:left;
	width:374px;
	border: #dadada 1px solid;
	background: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	color: #717171;
	padding: 7px 12px 8px 12px;
	outline: medium none;
	height: 21px;
	border-radius: 5px;
	margin-top: 10px;
}
.reveal-modal textarea{
	float:left;
	width:374px;
	border: #dadada 1px solid;
	background: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	color: #717171;
	padding: 7px 12px 8px 12px;
	outline: medium none;
	height:150px;
	border-radius: 5px;
	margin-top: 10px;
}
.reveal-modal input.btn{
	background: url("../images/buy-bat.png") no-repeat 0 0;
	display: block;
	width: 209px;
	padding: 10px 0 24px 0;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 10px auto;
	cursor: pointer;
	text-decoration: none;
}
.reveal-modal input.btn:hover{
	text-decoration:underline;
}
.captha{
	float:left;
	width:100%;
}
.left-captha{
	float:left;
	width: 140px;
}
.right-captha{
	float:left;
	width: 140px;	
}
.foot-box2{
	float: left;
	width: 590px;	
}
.foot-box2 a {
	color: #323232;
	display: block;
	padding-bottom: 15px;
	height: 22px;
}
.foot-box2 ul{
	float: left;
	width: 590px;	
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-box2 ul li{
	float: left;
	width: 180px;	
	padding-right: 25px;
	list-style: none;
}
.foot-box2 ul li.no-right{	
	padding-right: 0 !important;
}
.clr{
	clear: both;
}
.wall a.buy{
    background: url("../images/buy-bat-2.png") no-repeat 0 0;
    display: block;
    width: 176px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px auto 0 auto;
    text-decoration: none;
}
.wall a.buy:hover{
    text-decoration: underline;
}
.studio{
	float: left;
	width: 142px;
	font-size: 10px;
	margin-top: 0;
	color: #9a9a9a;
	text-align: right;
	padding-right: 79px;
	background: url(../images/webtrend-logo.png) no-repeat right 6px;
	height: 34px;
	padding-top: 21px;
	position: absolute;
	top: 92px;
	right: 13px;
}
.menu-top li:last-child a{
	padding-right: 0px !important;
}
.soc{
	float: left;
	margin-top: 5px;
}
.soc .vk{
	float: left;
	width: 30px;
	height: 17px;
	background: url(../images/soc.png) no-repeat -47px -10px;
}
.soc .fac{
	float: left;
	width: 30px;
	height: 17px;
	background: url(../images/soc.png) no-repeat -85px -10px;
	margin-left: 7px;
}
.soc .twit{
	float: left;
	width: 30px;
	height: 17px;
	background: url(../images/soc.png) no-repeat -10px -10px;
	margin-left: 7px;
}
.soc .google{
	float: left;
	width: 30px;
	height: 17px;
	background: url(../images/soc.png) no-repeat -160px -10px;
	margin-left: 7px;
}
.soc .yt{
	float: left;
	width: 30px;
	height: 17px;
	background: url(../images/soc.png) no-repeat -308px -9px;
	margin-left: 7px;
}

.download_info {
	margin-bottom: 20px;
	width: 100%;
	min-height: 80px;
	padding-left: 90px;
	background: url(../images/word.png) no-repeat center left;
	padding-top: 15px;
}
.download_info a {
	color: #000 !important;
	font-size: 16px !important;
	background: #f39e38;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
}
.download_info a:hover {
	color: #fff !important;
}

#inn_news {
	margin-top: 20px;
}
#inn_news .item { 
	margin-bottom: 15px;
}
#inn_news .item .date {
	color: #808080;
}