.clearfix:after{
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
	font-size:0;
	height:0;
}

.clearfix{
	*display:inline-block;
	height:1%;
}

html, body {
	height: 100%;
}

body{
	width:100%;
	height: 100%;
	position:relative;
	font-family: 'helvetica', sans-serif;
	min-width: 1300px;
}

@font-face{
    font-family:'roboto';
    src:url('../fonts/roboto-regular.eot');
    src:url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular.woff') format('woff'),
        url('../fonts/roboto-regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

@font-face{
    font-family:'roboto-black';
    src:url('../fonts/roboto-black.eot');
    src:url('../fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-black.woff') format('woff'),
        url('../fonts/roboto-black.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

@font-face{
    font-family:'roboto-light';
    src:url('../fonts/roboto-light.eot');
    src:url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light.woff') format('woff'),
        url('../fonts/roboto-light.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

@font-face{
    font-family:'ruble';
    src:url('../fonts/rouble.eot');
    src:url('../fonts/rouble.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rouble.woff') format('woff'),
        url('../fonts/rouble.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

/* header */
.header-top{
	background-image:url(../images/navigation-bg.jpg);
	background-repeat:repeat-x;	
}

.header-in{
	padding: 0 60px;
	margin:0 auto;
}


.navigation{
	text-align:center;
	float:left;
	background-image:url(../images/border.png);
	background-repeat:no-repeat;
	background-position:right;
}

.navigation li{
	font:15px 'roboto-black';
	color:#fff;
	float:left;
	position:relative;
	background-image:url(../images/border.png);
	background-repeat:no-repeat;
	background-position:left;
	min-height:47px;
}

.navigation li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 14px 15px 13px 15px;
	height: 20px;
}

.navigation .active a{
	background:#fff;
	color:#f96700;
}

.navigation .active span{
	border-bottom:1px solid #fb9248;
}

.navigation li a:hover span{
	border-bottom:1px solid #fb9248;
}

.navigation li span{
	display: block;
	padding: 0 0 10px 0;
}
	
.navigation li:hover{
	background-image:url(../images/navigation-hover.jpg);
	background-repeat:repeat-x;
}

.language{
	float:right;
}

.language span{
	font:13px/49px 'roboto';
	color:#fff;
	margin:0 0 0 20px;
}

.language span a{
	color:#fff;
	text-decoration:none;
}

.language img{
	vertical-align:middle;
	margin:0 5px 0 0;
}

.header-bottom{
	padding: 20px 0 0 0;
}

.header-bottom .header-in{
	margin:0 auto;
}

.logo-blog{
	float:left;
	font:18px/16px 'roboto';
	color:#000;
	width:175px;
}

.logo-blog a{
	color:#000;
	text-decoration:none;
}

.logo-blog span{
	position:relative;
	top:10px;
}

.logo{
	float:left;
	margin:0 10px 0 0; 
}

.phone{
	float:left;
	margin:15px 0 0 40px;
}

.phone span{
	margin:0 0 0 20px;
	font:bold 15px 'roboto';
	color:#000;
}

.phone span a{
	color:#000;
	font-weight:normal;
}

.phone span a:hover{
	color:#f54d0a;
}

.private-office{
	float:right;
	margin: 15px 0 0 0;
	font:15px 'roboto';
	color:#000;
}

.private-office a{
	color:#000;
	text-decoration:none;
}

.private-office span{
	border-bottom:1px dashed #000;
}

.private-office a:hover span{
	border:none;
}

/* container */
.container{
	margin:20px 0 0;
	padding: 0 60px 65px;
}

.container-top{
	margin: 0 auto;
	background-image:url(../images/navigation-bg1.png);
	background-repeat:repeat-x;
}

.container-top nav{
	display:table;
	width: 100%;
	text-align:center;
}

.container-top nav ul{
	display:table-row;
}

.container-top nav li{
	font:15px 'roboto-black';
	color:#fff;
	display:table-cell;
	position:relative;
	background-image:url(../images/border1.png);
	background-repeat:no-repeat;
	background-position:left;
	min-height:47px;
	vertical-align: middle;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(10, 57, 120, 1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(10, 57, 120, 1);
	box-shadow: 0px 1px 3px 0px rgba(10, 57, 120, 1);	
}

.container-top li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 14px 0 13px 0;
	height: 25px;
}

.container-top li a:hover{
	background-image:url(../images/container-border.jpg);
	background-repeat:repeat-x;
}	

.container-top li:hover{
	box-shadow:none;
}

.home-logo{
	position: relative;
	top: -3px;
}

.container-top .container-top-active{
	box-shadow:none;
}

.container-top-active a{
	background-image:url(../images/container-border.jpg);
	background-repeat:repeat-x;
}

.container-middle{
	padding:40px 0 0 0;
	position: relative;
}

.container-middle h2{
	font:48px 'roboto-black';
	color:#333333;	
}

.container-middle p{
	font:normal 21px 'roboto';
	color:#333333;	
	margin:30px 0 0 0;
}

.container-middle p span{
	font-weight:bold;
}

.container-middle ul{
	padding:30px 0 0 0;
}

.container-middle li{
	font: 15px 'roboto';
	padding: 0 0 20px 0;
	list-style: disc;
	list-style-position: inside;
	color: #fb8600;
	max-width: 350px;
}

.container-middle li span{
	color: #000;
	display: inline-block;
	max-width: 90%;
	vertical-align: top;
}

.container-middle-left{
	width: 490px;
	float:left;
}

.tooltype-slide{
	float: left;
	width: 828px;
	position: absolute;
	top: 82px;
	right: -22px;
}


.tooltype{
	position:absolute;
	width: 410px;
	margin-left: -205px;
}

.tooltype-slide-info{
	width: 410px;
	background: #fff;
	margin: 14px 0 0 15px;
	display: none;
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.1);
}

.tooltype-slide-info-images{
	float:left;
	width:205px;
}

.tooltype-slide-info-images img{
	max-width:100%;
	display:block;
	margin:0 auto;
}

.tooltype-slide-info-text{
	float: left;
	width: 164px;
	padding: 15px;
}

.tooltype-slide-info-text h2{
	font:15px 'roboto-black';
	color:#00122a;
}

.tooltype-slide-info-text p{
	font:11px/12px 'roboto';
	color:#707070;
	margin-top:15px;
}

.slider-info-button{
	width: 24px;
	height: 25px;
	cursor: pointer;
	background-image: url(../images/slider-info-button-sprite-small.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
}

.tooltype > img{
	position:absolute;
	cursor:pointer;
}

.tooltype-first{
	top: 95px;
	left: 124px;
}

.slider-info-button-active{
	background-position: 0 -29px;
	z-index: 99999;
}

.slider-info-button-big-active{
	background-position: 0 -41px;
}	

.tooltype-second{
	top: 154px;
	left: 185px;
}

.tooltype-three{
	top: 65px;
	right: 89px;
}

.tooltype-four{
	top: 181px;
	left: 370px;
}

.tooltype-five{
	top: 161px;
	right: 98px;
}

.tooltype-six{
	top: 275px;
	left: 70px;
}

.tooltype-seven{
	top: 308px;
	right: 237px;
}

.tooltype-eight{
	top: 183px;
	right: -42px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	padding: 0 40px;
	width: 100%;
	-ms-touch-action: pan-y;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
	position: absolute;
	text-indent:-9999px;
}
.owl-prev,
.owl-next{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.owl-prev{
	top: 0;
	left: 0;
	width:40px;
	height: 193px;
	margin: 0;
	background-image:url(../images/owl-prev.png), url(../images/carousel-bg.jpg);
	background-repeat:no-repeat, repeat-x;
	background-position: center center, left top;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.2);
}
.owl-prev:hover{
	background-image:url(../images/owl-prev.png), url(../images/carousel-bg-hover.jpg);
}
.owl-next{
	top: 0;
	right: 0;
	width:40px;
	height: 193px;
	margin: 0;
	background-image:url(../images/owl-next.png), url(../images/carousel-bg.jpg);
	background-repeat:no-repeat, repeat-x;
	background-position: center center, left top;
	-webkit-box-shadow: inset 1px 0 0 rgba(142,78,22,0.2), inset -1px 0 0 rgba(142,78,22,0.4);
	-moz-box-shadow: inset 1px 0 0 rgba(142,78,22,0.2), inset -1px 0 0 rgba(142,78,22,0.4);
	box-shadow: inset 1px 0 0 rgba(142,78,22,0.2), inset -1px 0 0 rgba(142,78,22,0.4);
}
.owl-next:hover{
	background-image:url(../images/owl-next.png), url(../images/carousel-bg-hover.jpg);
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-align:center;
}

.owl-page{
	background-image:url(../images/products-slider-btn.png);
	background-repeat:no-repeat;
	background-position: -23px 0;
	width:17px;
	height:17px;
	display:inline-block;
	margin:0 5px;
}

.owl-page.active{
	background-position: 0 0;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-demo .item img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

#owl-demo{
	float: left;
}

#owl-demo p{
	font:14px/20px tahoma;
	color:#2b2b2b;
}

.owl-page{
	width:15px;
	height:15px;
	background:#4f4f4f;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.owl-page.active{
	background:#ea221b;
}

.item h2{
	font:bold 22px tahoma;
	color:#ea221b;
	text-transform:uppercase;
}

.carousel{
	margin:10px 0 0 -60px;
	width:1280px;
}

.carousel h2{
	font: bold 21px/49px 'roboto';
	color: #fff;
	background-image: url(../images/navigation-bg1.png);
	background-repeat: repeat-x;
	height: 50px;
	padding: 0 0 0 30px;
}

#demo{
	width:1280px;
	margin:0 auto;
}

.carousel-top{
	border-bottom:2px solid #a4a4a4;
	margin:0 0 15px 0;
	padding:0 0 3px 0;
}

.carousel-top h2{
	font:bold 16px tahoma;
	color:#ee2a23;
	text-transform:uppercase;
	float:left;
}

.carousel-top h2 a{
	color:#ee2a23;
	text-decoration:none;
}

.carousel-top  span{
	font:bold 14px tahoma;
	color:#ee2a23;
	text-transform:uppercase;
	float:right;
}

.carousel-top  span a{
	color:#ee2a23;
	text-decoration:none;
}

.carousel-top h2 img{
	position: relative;
	top: 6px;
	margin-left:3px;
}

.item{
	background-image:url(../images/carousel-bg.jpg);
	background-repeat:repeat-x;
	height:193px;
	border-left:1px solid rgba(142,78,22,0.2);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}

.item:hover{
	background-image:url(../images/carousel-bg-hover.jpg);
}

.item span{
	font: 18px 'roboto-black';
	color: #fff;
	width: 168px;
	display: block;
	margin: 10px 0 0 27px;
}

.item a{
	text-decoration:none;
}

/* consulting */
.consulting{
	width: 1160px;
	margin: 30px auto 0 auto;
}

.consulting h1{
	font:36px 'roboto-black';
	color:#f96700;
	padding:0 0 30px 0;
	margin:0 0 40px 0;
	border-bottom:3px solid #ecedee;
	text-transform:uppercase;
}

.consulting h2{
	font:36px 'roboto-black';
	color:#f96700;
	text-transform:uppercase;
}

.consulting h3{
	font:15px/24px 'roboto-black';
	color:#00122a;
	padding:0 0 15px 0;
	margin:0 0 20px 0;
	text-transform:uppercase;
	background-image:url(../images/short-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.consulting p{
	font:15px 'roboto';
	color:#6f6f6f;
	word-wrap: break-word;
}

.consulting-top{
	padding:0 0 50px 0;
	border-bottom:3px solid #ecedee;
}

.consulting-top-left{
	width: 284px;
	float: left;
}

.consulting-top-left p{
	line-height:18px;
}

.consulting-top-middle p{
	line-height:24px;
	margin-bottom:25px;
}

.consulting-top-right{
	width:90px;
	float: right;
}

.consulting-top-right a{
	font:13px 'roboto-black';
	color:#f96700;
	text-decoration:none;
	display:block;
	margin:0 0 10px 0;
}

.consulting-top-right span{
	border-bottom:1px dotted #f96700;
}

.consulting-top-right a:hover span{
	border:none;
}

.consulting-top-right p{
	font:13px/18px 'roboto';
	color:#6f6f6f;
}

.consulting-top-right  img{
	display:block;
	margin:10px 0 0 0;
}

.consulting-top-middle{
	padding: 0 123px 0 308px;
}

.consulting-top-middle a{
	color:#00122a;
}

.consulting-top-middle a:hover{
	text-decoration:none;
}

.consulting li{
	font:15px/24px 'roboto';
	color:#6f6f6f;
	padding:0 0 30px 0;
}

.our-advantages{
	padding:40px 0 0 0;
}

.our-advantages h2{
	float: left;
	width: 300px;
}

.our-advantages h2 + ul{
	width:380px;
	float:left;
}

.our-advantages ul{
	float:right;
	margin:0 0 0 30px;
	width:400px;
}

.our-advantages li{
	list-style: disc;
	list-style-position: inside;
	color: #fb8600;
}

.our-advantages li span{
	font: 15px 'roboto';
	color: #6f6f6f;
	display: inline-block;
	vertical-align: top;
	width: 90%;
}

/* inner */
.inner .tooltype-slide{
	position:relative;
	float:none;
	margin:0 auto;
	top:0;
	width:100%;
} 

.container .description-warehouse h2{
	font: 36px/32px 'roboto-black';
	color: #f96700;
	width: 280px;
}

.container .description-warehouse ul{
	padding:0;
	width:260px;
}

.description-warehouse li{
	list-style:none;
	font:15px 'roboto';
	color:#707070;
}

.description-warehouse li span{
	font:15px 'roboto-black';
	color:#000;
}

.container .description-warehouse span{
	width: inherit;
}

.slider-info-button-big{
	width: 34px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/slider-info-button-sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
}

.big-tooltype-first{
	top: 154px;
	left: 185px;
}

.big-tooltype-second{
	top: 214px;
	left: 269px;
}

.big-tooltype-three{
	top: 95px;
	right: 188px;
}

.big-tooltype-four{
	top: 255px;
	left: 530px;
}

.big-tooltype-five{
	top: 227px;
	right: 205px;
}

.big-tooltype-six{
	top: 386px;
	left: 105px;
}

.big-tooltype-seven{
	top: 435px;
	right: 397px;
}

.big-tooltype-eight{
	top: 268px;
	right: -1px;
}

.inner-blog-top{
	text-align:center;
}

.inner-blog-top li{
	font: 13px 'roboto';
	color: #707070;
	width: 277px;
	vertical-align: top;
	text-align: left;
	margin-left: 17px;
	float: left;
}	

.inner-blog-top-last-li span{
	max-width:61%;
}

.inner-blog-top ul li:first-child{
	margin:0;
}

.inner-blog-top li img{
	float:left;
}

.inner-blog-top span{
	display: block;
}

.map-blog{
	background:#f8f8f8;
	margin:0 0 60px 0;
}

.map{
	width: 560px;
	float: left;
}

.inner-blog h2{
	font:32px 'roboto-black';
	color:#00122a;
	padding:0 0 30px 0;
}

.map-blog li{
	font:15px 'roboto';
	color:#00122a;
	width:240px;
	float:right;
}

.map-blog em{
	font: 36px 'roboto-light';
	color: #fb8600;
	float: left;
	margin: 0 15px 0 0;
}

.map-blog ul{
	padding:25px 0 0 0;
}

.map-blog ul li:first-child{
	float:left;
}

.inner-blog img{
	float:left;
}

.inner-blog span{
	margin: 0 0 0 65px;
	display: block;
	padding: 0 0 0 10px;
}

.map-info{
	width: 564px;
	float: left;	
	padding: 30px 5px 0 30px;
}

.map-info p{
	line-height: 24px;
	max-width: 98%;
}

.services-short{
	width:560px;
	float:left;
	margin:0 0 0 40px;
}

.services-short-part .services-short:first-child{
	margin:0;
}

.services-short-long-margin{
	margin-top:20px;
}

.services-short h2{
	background-image: url(../images/short-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.services-short p{
	margin:0 0 30px 0;
}

.our-partners{
	border-top:3px solid #ecedee;
	border-bottom: 3px solid #ecedee;
	padding:55px 0 45px 0;
}

.our-partners h2{
	width:190px;
	float:left;
}

.our-partners h4{
	font:21px 'roboto-black';
	color:#00122a;
	text-transform:uppercase;
}

.our-partners  span{
	font:15px 'roboto';
	color:#6f6f6f;
	margin:0;
	padding:0;
}

.our-partners-short{
	float: left;
	padding: 29px 21px 21px 21px;
	width: 254px;
	height: 90px;
	border-left: 1px solid #f2f3f4;
}

.our-partners-part{
	margin: 0 0 0 270px;
	border-top:1px solid #f2f3f4;
}

.our-partners h2 + .our-partners-part{
	border-top:0;
}

.our-partners .our-partners-part .our-partners-short:first-child{
	border:0;
}

.our-partners img{
	margin: 0 15px 0 0;
}

.cooperate{
	padding:45px 0 50px 0;
}	

.cooperate h2{
	padding:0;
}

.cooperate-left{
	float:left;
}

.cooperate-right{
	float:right;
	width:505px;
}

.cooperate-right p{
	line-height:24px;
}

.cooperate-right span{
	font: 36px 'roboto-black';
	color:#000;
	margin:0;
	padding:0;
}

.cooperate-left  span{
	font: 15px/43px 'roboto-black';
	color:#fff;
	background-image:url(../images/cooperate-link.jpg);
	background-repeat:repeat-x;
	width:230px;
	height:43px;
	margin:45px 0 0 0;
	padding:0;
	display:block;
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.cooperate-left  span:hover{
	background-image: url(../images/submit-hover.jpg);
}
	
.cooperate-left  span a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


/* profile */
.profile h1{
	margin:0;
}

.profile h3{
	font: 15px 'roboto-black';
	color: #00122a;
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
	width: 300px;
}

.profile table{
	border-collapse: collapse;
}
	
.profile table h3 span{
	color:#f96700;
}

.profile h2{
	font: 21px 'roboto-black';
	color: #f96700;
}

.profile-table-first-td{
	width: 24%;
}

.profile h5{
	font: 15px 'roboto-black';
	color: #00122a;
}

.profile table section{
	margin:0 0 30px 0;
}

.profile table  span{
	font-family:'roboto-black';
	color:#00122a;
}

.profile table td{
	border-top: 1px solid #ecedee;
	border-left: 1px solid #ecedee;
	padding: 15px 0 15px 15px;
}	
	
.profile table tr td:first-child{
	border-left:0;
	padding-left:0;
}	

.profile table tr:first-child td{
	border-top:0;
}

.profile table ul li {
	padding:30px 0 0 0;
	list-style: disc;
	list-style-position: inside;
	color: #fb8600;
}

.profile table ul li span{
	font-family: 'roboto';
	color: #6f6f6f;
	display: inline-block;
	width: 95%;
	vertical-align: top;
}

table .in-total td{
	border-bottom:3px solid #434a54;
}

.custody{
	background:#f8f8f8;
	padding:0 0 50px 0;
}

.custody table{
	width: 1160px;
	margin: 0 auto;
}

.custody table td{
	border:0;
	vertical-align: top;
	padding:35px 0 0 0;
}

.custody table h3{
	font: 15px 'roboto-black';
	color: #00122a;
	text-transform: none;
	width: 150px;
	float:left;
}
	
.custody table p{
	font: 13px 'roboto';
	color: #6f6f6f;
	width: 153px;
	float:left;
}	
	
.custody table section{
	width: 290px;
	overflow: hidden;
	margin: 0;
} 

.custody table h2{
	font:21px 'roboto-black';
	color:#26446d;
	text-transform:uppercase;
	width:200px;
}

.custody  img{
	float:left;
	margin: 0 10px 0 0;
}

.custody-first-tr{
	width: 34%;
}

.profile-form{
	width:1160px;
	margin:0 auto;
	padding: 40px 0;
}

.profile-form h2{
	font:36px/32px 'roboto-black';
	color:#26446d;
	float:left;
	width: 169px;
}

.profile-form form{
	float: left;
	margin: 0 0 0 75px;
	width: 78%;
	padding: 45px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #f96700;
}

.profile-form-top{
	padding-left:45px;
	padding-right:45px;
	position:relative;
}

.form-btn{
	position:absolute;
	top: -12px;
	left:-3px;
}

.profile-form form label,.profile-form form span{
	display:block;
	font:15px 'roboto';
	color:#00122a;
	margin:0 0 10px 0;
}	

.profile-form form section{
	margin:0 0 20px 0;
}

.profile-form form section p{
	float:left;
	margin:0 0 0 25px;
}

.profile-form form section p:first-child{
	margin:0;
}

.profile-form form input[type="text"],
.fancy-pop input[type='password'],
.fancy-pop input[type='email']{
	background:#eeeeee;
	height:33px;
	padding-left:3px;
	border:0;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	-webkit-border-radius:3px 3px 2px 2px;
	-moz-border-radius:3px 3px 2px 2px;
	border-radius:3px 3px 2px 2px;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(202, 202, 202, 1);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(202, 202, 202, 1);
	box-shadow: inset 0px 1px 1px 0px rgba(202, 202, 202, 1);
}
.fancy-pop input[type='password'],
.fancy-pop input[type='email']{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fancy-pop{
	width: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f96700;
}
.fancy-pop td{
	padding-bottom: 30px;
}
.fancy-pop td:first-child{
	padding-left: 60px;
}
.fancy-pop td:last-child{
	padding-right: 60px;
}
.fancy-pop tr:first-child td{
	padding-top: 40px;
}
.fancy-pop table{
	width: 100%;
	border-spacing: 0;
	font:15px 'roboto';
}
.fancy-pop tr:last-child td{
	padding-top: 30px;
	background: #f6f6f6;
	padding-bottom: 26px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.fancy-pop tr:last-child td:last-child{
	text-align: right;
}
.fancy-pop label{
	display: inline-block !important;
	cursor: pointer;
	color: #00122a;
	margin: 0 0 6px;
}
.fancy-pop a{
	color: #495667;
}
.fancy-pop a:hover{
	text-decoration: none;
}
#signin-fancy{
	display: none;
}
.long-input input[type="text"]{
	width:99%;
}

.profile-form .form-part p{
	float:none;
	margin:0;
}

.form-part-left,.form-part-right{
	float:left;
}

.profile-form .form-part{
	margin:0;
}

.form-part .form-part-left{
	width:310px;
	margin-bottom:0;
}

.form-part .form-part-right{
	width: 482px;
	margin-left: 20px;
	margin-bottom:0;
}

.text{
	font: 15px 'roboto';
	color: #00122a;
	cursor: pointer;
	padding: 5px 37px 5px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.profile-form  .selectbox{
	font:15px 'roboto';
	color:#00122a;
	width: 110px;
	height: 35px;
	vertical-align:top;
	background:#eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:20px;
}


.dropdown {
	top: 35px;
}

.select{
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dropdown{
	background: #eeeeee;
	padding: 5px;
	border: 1px solid #e9eaeb;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}

.dropdown li{
	font:15px 'roboto';
	color:#00122a;
	padding: 0 0 3px 0;
	margin-left: 17px;
}

.dropdown li:hover{
	color:#c6c6c6;
}

.arrow{
	width: 37px;
	height: 34px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 1px;
	background-color: #dedede;
	background-image:url(../images/trigger.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.form-part-right section{
	float:right;
	width:50%;
}

.form-part-right span + section{
	float:left;
}

.profile-form .submit-section{
	background:#f6f6f6;
	padding:30px 0;
	margin:0;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.profile-form .submit-section input,
.fancy-pop input[type='submit']{
	font: 15px/43px 'roboto-black';
	color: #fff;
	background-image: url(../images/cooperate-link.jpg);
	background-repeat: repeat-x;
	width: 230px;
	height: 43px;
	padding: 0;
	margin-left: 45px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border:0;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
.fancy-pop input[type='submit']{
	display: inline-block;
	margin: 0;
}
.profile-form .submit-section input:hover,
.fancy-pop input[type='submit']:hover{
	background-image: url(../images/submit-hover.jpg);
}
.loginFancy .fancybox-close{
	opacity: 0.5;
	right: 16px;
	top: 16px;
	background: url('../images/close.png') no-repeat center center;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.loginFancy .fancybox-close:hover{
	opacity: 1;
}
/* rate */
.rate table{
	border-bottom: 1px solid #ecedee;
}

.profile-form-title{
	width: 803px;
	margin: 0 0 25px 246px;
}

.profile-form-title p{
	font:15px/24px 'roboto';
	color:#6f6f6f;
}

.profile-form-title a{
	font-weight:bold;
	color:#003d8e;
}

.profile-form-title a:hover{
	text-decoration:none;
}

.rate table tr:first-child{
	border-top:0;
}

.rate table tr{
	border-top:3px solid #ecedee;
}
	
.rate table td{
	border:0;
	padding:20px 0;
}

.rate table p{
	border-top:1px solid #ecedee;
	padding:10px 0;
}	

.rate table td p:first-child{
	border:0;
}

.rate table i{
	font-family:'ruble';
	font-size:16px;
	font-style:normal;
	color: #6f6f6f;
}

/* transportation */
.transportation .consulting-top-left span{
	font:15px 'roboto-black';
	color:#2a2a2a;
	display:block;
	margin:10px 0;
}

.transportation .consulting-top-left section{
	margin:0 0 50px 0;
}

/* tariffs */
.tariffs{
	border-top:3px solid #ecedee;
	padding:20px 0 40px 0;
}

.tariffs table{
	width:100%;
	border-collapse:collapse;
}	

.tariffs th{
	font: 15px 'roboto-black';
	color: #00122a;
	vertical-align: bottom;
	text-align:left;
	padding:15px 0 15px 10px;
	border-bottom:3px solid #ecedee;
}

.tariffs tr th:first-child{
	border-right:1px solid #ecedee;
}
	
.tariffs th i{
	color:#f96700;
}

.tariffs i{
	font-style:normal;
}

.tariffs td{
	padding:15px;
}

.tariffs tr td:first-child{
	width: 24%;
	padding: 15px 15px 15px 10px;
	border-right: 1px solid #ecedee;
}

.tariffs tr td:first-child span{
	color:#00122a;
}
	
.tariffs td span{
	font: 15px 'roboto-black';
	color: #6f6f6f;
	display:block;
}

.tariffs td  i{
	font: 15px 'ruble';
	color: #6f6f6f;
}

.tariffs h2{
	line-height:37px;
	margin:0 0 10px 0;
}

.tariffs-left{
	float: left;
	width: 240px;
	margin: 20px 0 0 0;
} 

.tariffs-right{
	float: right;
	width: 74%;
	margin: 0 0 0 55px;
}

.background-tr{
	background:#f5f6f6;
	border-bottom:1px solid #e3e4e5;
}

.tarif-th{
	width: 25%;
}

/* commerce */
.commerce h2{
	font:21px 'roboto-black';
	color:#f96700;
	margin:0 0 20px 0;
}

.commerce .consulting-top{
	border:0;
}

.commerce .consulting-top-right{
	width: 76%;
}

.commerce .consulting-top-right img{
	max-width:100%;
}

.commerce .consulting-top-left{
	width: 267px;
}

.commerce .consulting-top-left p{
	line-height:24px;
	width: 230px;
}

.commerce-middle p{
	line-height:24px;
}

.commerce-middle-left{
	float:left;
	width:245px;
}

.commerce-middle-right{
	width: 770px;
	float: left;
	margin-left: 35px;
}

.commerce-middle-right p{
	margin-bottom:30px;
}

.commerce .commerce-bottom{
	background-image: url(../images/commerce-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 140px 0 0 0;
	margin:15px 0 0 0;
}

.commerce .commerce-bottom h2{
	font: 15px/18px 'roboto-black';
	color: #333333;
	text-transform: uppercase;
	width: 142px;
	text-align: center;
	margin-bottom:10px;
}


.commerce .commerce-bottom p{
	font:15px/18px 'roboto';
	color:#333333;
	width: 150px;
	text-align: center
}
	
.commerce-bottom-part{
	float:left;
}	

.first-commerce-bottom-part{
	margin: 0 0 0 55px;
}

.second-commerce-bottom-part{
	margin: 15px 0 0 92px
}	

.three-commerce-bottom-part{
	margin: 0 0 0 75px;
}

.four-commerce-bottom-part{
	margin: 60px 0 0 88px;
}

.five-commerce-bottom-part{
	margin: 0 0 0 80px;
}

.commerse-bottom-parag{
	width:715px;
	margin:110px auto 0 auto;
}

.commerce-bottom .commerse-bottom-parag p{
	width:100%;
	text-align:left;
	margin:0 0 30px 0;
	font:15px/24px 'roboto';
	color:#6f6f6f;
}

.commerce-container .container-top nav li{ 
	background:none;
	box-shadow:none;
}

.commerce-container .container-top nav li:hover span{
	border:0;
}

.commerce-container .container-top li.container-top-active span{
	border:0;
}

.commerce-container .container-top nav li span{
	border-bottom:1px solid #fff;
}

/* scheme */
.scheme-blog-wrapper{
	border-bottom:3px solid #ecedee;
	padding:0 0 45px 0;
	margin:0 0 30px 0;
}

.scheme-blog-wrapper h2{
	padding:0 0 20px 0;
}

.scheme-blog-wrapper h2 + .scheme-blog{
	margin:0;
}

.scheme-blog{
	width:230px;
	float:left;
	margin: 0 0 0 80px;
}

.scheme-blog-images{
	display: table-cell;
	width: 1000px;
	vertical-align: bottom;
	height: 255px;
	padding-bottom: 20px;
	text-align: left;
}

.scheme-blog img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.scheme-blog .etap{
	font-size:15px;
	color:#f96700;
	font-weight: bold;
	display:block;
	padding:0 0 5px 0;
}

.scheme-blog h3{
	font-size:21px;
	background-image:none;
	padding:0;
	margin:0 0 20px 0;
}

.scheme-blog li{
	line-height: 18px;
	padding:0 0 20px 0;
	list-style-image:url(../images/list-style.png);
	list-style-position: inside;
}

.scheme-blog li span{
	padding: 2px 0 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 206px;
}

.scheme .our-advantages{
	padding-top:0;
}

.scheme .our-advantages h2 + div{
	width: 380px;
	float: left;
}

.scheme .our-advantages div{
	float: right;
	margin: 0 0 0 30px;
	width: 400px;
}

.scheme .our-advantages p{
	padding:0 0 30px 0;
}

/* contacts */
.contacts-top-left div{
	padding:0 0 40px 0;
}

.contacts-top-left div span{
	color:#6f6f6f;
	font-weight: bold;
	display:block;
	margin:0 0 5px 0;
}

.print-blog a{
	text-decoration: none;
}

.print-blog h4{
	font-family: 'roboto-black';
	font-size: 15px;
	color: #00122a;
	padding: 0 0 0 55px;
}

.contacts-top-left .print-blog h4 span{
	font-family: 'roboto-black';
	font-size: 15px;
	color: #00122a;
	border-bottom: 1px dashed #00122a;
	display: inline;
	line-height: 24px;
	margin:0;
	padding:0;
}

.contacts-top-left .print-blog h4 span:hover{
	border: none;
}

.contacts-top-left .print-blog span{
	margin:10px 0 0 0;
	font-size: 15px;
	padding: 0 0 0 55px;
}

.contacts-top-left .print-images{
	float: left;
	padding: 20px 0 0 0;
}

.contacts .map{
	width:850px;
}

.contacts-middle-info{
	margin: 45px 0 0 0;
	float:left;
	width: 100%;
}

.contacts-middle{
	padding-right:0;
}

.contacts-middle-info p{
	font-size:15px;
	color:#00122a;
	font-weight: bold;
}

.contacts-middle-info p span{
	font-size:15px;
	color:#6f6f6f;
	font-weight: normal;
}

.contacts-middle a{
	font-size:15px;
	color:#00122a;
	font-weight: bold;
}

.contacts-middle a:hover {
	text-decoration: none;
}

.contacts-middle-left{
	float: left;
	width:520px;
}

.contacts-middle-right{
	float: right;
}

.contacts-bottom{
	padding: 50px 0 60px 0;
	float:left;
	width:100%;
}


.contacts-bottom-left{
	float:left;
}

.contacts-bottom-right{
	padding: 0 0 0 352px;
}

.contacts-bottom span{
	font-family: 'roboto-black';	
	font-size:15px;
	font-weight: bold;
	color:#6f6f6f;
}

.contacts-bottom p{
	font-size:15px;
	color:#6f6f6f;
	font-weight: normal;
}

.contacts-bottom-left p{
	padding: 0 0 40px 0;
}

.contacts-bottom-right span{
	width: 160px;
	display: inline-block;
}

.contacts-bottom-right p{
	padding:0 0 20px 0;
}

/* map */
.map-phone{
	float: right;
}
	
.map-top h3{
	font-size: 29px;
	line-height: 42px;
	color: #6f6f6f;
	float: left;
	width: 735px;
	background-image: none;
	font-family: 'roboto';
}

.map-top-blog{
	float: right;
	width:300px;
}

.map-top-blog span{
	font-size:15px;
	color:#6f6f6f;
	font-family: 'roboto-black';
	display: block;
	padding:0 0 5px 0;
}

.map-page .map{
	width:100%;
}

.map-page ol{
	float: left;
	padding: 0 0 0 120px;
}

.map-bottom-blog ol:first-child{
	padding: 0;
}

.map-page ol li{
	font-size:15px;
	color:#f34003;
	padding:0 0 20px 0;
	list-style-position: inside;
}

.map-page ol li a{
	color:#000;
	text-decoration: none;
}

.map-bottom-blog{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:55px;
}

.map-page-print{
	text-align: center;
	padding:40px 0 0 0;
}

.map-page-print a{
	text-decoration: none;
	display: block;
}

.map-page-print span{
	font-family: 'roboto-black';
	font-size:21px;
	color:#00122a;
	border-bottom:1px solid #00122a;
	display: inline-block;
}

.map-page-print:hover span{
	border-bottom: none;
}

.map-page-print img{
	vertical-align: middle;
	margin:0 15px 0 0 ;
}

/* footer */
footer{
	width: 1280px;
	margin: -65px auto 0;
	background: #0027cd;
	height: 41px;
	padding: 12px 0;
}

.footer-in{
	width:1160px;
	margin:0 auto;
}

footer .phone span,footer .phone span a{
	font:11px 'roboto';
	color:#fff;
}

footer .logo-blog{
	font-size:13px;
	color:#fff;
}

footer .logo-blog a{
	color:#fff;
}

footer .logo-blog span{
	top: 4px;
}

.footer-right{
	float:right;
	font:11px 'roboto';
	color:rgba(255,255,255,0.5);
	padding: 15px 0 0 0;
}

footer img{
	vertical-align:middle;
}

.footer-right img{
	vertical-align:middle;
}

.reverse a{
	text-decoration:none;
}

.reverse i{
	font-style:normal;
	border-bottom:1px dashed #fff;
}

.reverse a:hover i{
	border:0;
}

.reverse img{
	margin:0 3px 0 0;
}
.wrapper{
	width: 1280px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.clear{
	clear: both;
}