@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,cyrillic);

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


@font-face {
    font-family: 'gotham_probold';
    src: url('../fonts/gothaprobol-webfont.eot');
    src: url('../fonts/gothaprobol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaprobol-webfont.woff') format('woff'),
         url('../fonts/gothaprobol-webfont.ttf') format('truetype'),
         url('../fonts/gothaprobol-webfont.svg#gotham_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_proregular';
    src: url('../fonts/gothaproreg-webfont.eot');
    src: url('../fonts/gothaproreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaproreg-webfont.woff') format('woff'),
         url('../fonts/gothaproreg-webfont.ttf') format('truetype'),
         url('../fonts/gothaproreg-webfont.svg#gotham_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_promedium';
    src: url('../fonts/gothapromed-webfont.eot');
    src: url('../fonts/gothapromed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothapromed-webfont.woff') format('woff'),
         url('../fonts/gothapromed-webfont.ttf') format('truetype'),
         url('../fonts/gothapromed-webfont.svg#gotham_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Global 
   ========================================================================== */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
/*    overflow-x: hidden;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #444;
}

.page-wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

* html .page-wrapper {
    height: 100%;
}

.page-buffer {
    height: 50px;
}

body {
	background: #fff;
	margin: auto;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
}   

h1, h2, h3 {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  font-weight: normal;
  color: #333;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }


p, span {
	font-family: 'Noto Sans', sans-serif;
	color: #444;
	font-size: 14px;
	line-height: 25px;
}

ul li {
  list-style: none;
}


a {
	color: #ee9865;
	text-decoration: none;
/*	transition: color 0.2s ease, background 0.2s ease;
    -webkit-transition: color 0.2s ease, background 0.2s ease;*/
}

::selection {
	background: #212A45;
	color: white;
}

a:hover, a:active { outline: medium none !important; }
a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

/*img {
	max-width: 100%;
	width: 100%;
}*/

.right {
	float: right;
}

.right a{
	border-bottom: none!important;

}

.dev {
	text-align: right;
	width: 280px!important;
	position: relative;
	height: 70px;
}

.dev p{
	display: inline-block;
	font-size: 10px;
}

.dev a{
	font-size: 11px;
	color: #555;
	border-bottom: 1px solid #ccc;
	margin-left: 5px;
	}

.devs {
	position: absolute;
	bottom: 0;
	right: 0;

}


.page-company {
	margin-top: 10px;
	float: left;
}

.page-projects {
/*	padding: 20px 10px;
	border: 8px solid #e9e8e8;*/
}

.accent {
	color: #ee9865!important;
}

/* ========================================================================== */

header {
	padding-top: 10px;
	float: left;
}

.lang li {
	float: right;
	line-height: 10px
}

.lang li a {
	color: #555;
	margin: 2px 2px;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: 700;
}

.lang li a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #ee9865;
}

.lang li a.active {
	text-decoration: none;
	border-bottom: none;
	font-weight: 400;
}

.logo {
	margin-top: 36px;
}

.logo img{
	width: 256px;
}

.tools {
	text-align: right;
	padding-bottom: 5px;
}

.tools span {
	margin-left: 5px;
	color: #0f5cb2;
	font-size: 11px;
}

.search { 
	padding: 0;
	width: 130px;
	height: 30px;
	position: relative;
	float: right;
	line-height: 42px;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
}

.search label{ 
	display: none;
}

.search input { 
	background: none;
	position: absolute;
	opacity: 0;
	float: left;
	margin-left: 110px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 15px;
	line-height: 10px;
	padding: 0 2px 0 2px;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #fff;
	right: 0;
	top: 13px; 
}

.search:hover input, .search input:focus { 
	opacity: 1;
	margin-left: 0px; 
}
       
.search input:focus {  
	color: #ccc; 
}

.srch_btn {  
	font-family: arial;  
	height: 15px; 
	width: 20px; 
	background: #33a743 url("../img/search.png") no-repeat;
	position: absolute;
	right: 0;
	top: 15px; 
}

.phone {
	text-align: right;
	margin-top: 0px;
}

.phone h3 {
	text-align: right;
	margin-bottom: 2px;
	font-size: 16px;

}

.phone h3 a{
	border-bottom: 1px solid rgba(15, 92, 178, 0.4);
	font-size: 11px;
	margin-top: 7px;
	display: inline-block;
	color: #0f5cb2;
}

.phone h3 a:hover {
	border-bottom: none;
}


.mail {
	text-align: right;
	margin-bottom: 10px;
}


.mail a{
	font-size: 11px;
	margin-top: 7px;
	display: inline-block;
	color: #333;
	font-weight: 700;
	margin-left: 5px;
}

.mail a:first-child {
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.mail a:hover {
	color: #ee9865;
}


/* Меню */

.menu {
	margin-top: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.2);
	position: relative;
	z-index: 999;
	line-height: 18px;
	background: #33a743;
}

.menu nav {
	width: 100%;
}

.menu nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu li{
	text-align: center;
	border-right: 1px solid #62B457;
	line-height: 40px;
	cursor: pointer;
	float: left;
	padding: 0 20px;
	position: relative;
}
}


.menu li.last{
	border-right: none;
}

.menu li a{
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 42px;
	font-weight: 700;
}

.menu li:hover{
	background: #62B457;
}

.menu li:hover > a {

}

.menu ul li ul {
	display: none;
	float: left;
	height: auto;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	top: 42px;
	left: 0;
	width: 220px;
	z-index: 999;
}

.menu ul li ul li {
	background: #62B457;
	display: block;
	position: relative;
	line-height: 28px;
	width: 100%;
	right: 0;
	border-right: none;
}

.menu ul li ul li a {
/*	font-family: 'gotham_promedium', sans-serif;*/
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 26px;
	text-transform: none;
	padding: 6px 0;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menu ul li ul li:hover {
	background: #33a743;
}

.menu ul li ul li:hover > a{
	color: #fff;
}


/* Крошки */


.breadcrumbs {
	float: left;
}


.breadcrumbs .sep {
	display: inline-block;
/*	width: 16px;
	background: url('/assets/ksp/img/crumb-sep.png') no-repeat 0 0;
	height: 30px;*/
	margin-top: -10px;
}

.bread {
	margin: 15px 0px 25px;
	color: #333;
}

.bread-back {
	padding: 10px 20px;
	color: #333;
	background: #e8eaec;
	margin: 0px 10px 20px;
	height: 32px;
	overflow: hidden;
}

.bread-top {
/*	margin: 20px 10px;*/
}

.bread a, .bread span{
	color: #777;
	font-size: 10px;
	display: inline-block;
	margin-top: -10px;
	vertical-align: middle;

}

.bread a {
	color: #666;
	border-bottom: 1px solid #ccc;
}

.bread a:hover {
	color: #666;
	border-bottom: 1px solid #e8eaec;
}


/* Слайдер */

.slider {
	position: relative;
	margin-bottom: 30px;
}

#slider-pager {
	position: absolute;
	background: rgba(255, 255, 255, 0.78);
	padding: 4px 20px 7px;
	bottom: 30px;
	z-index: 999;
	right: 30px;
	border-radius: 26px;
}

#slider-pager a{
	margin: 0px 5px;
}

#slider-pager .cycle-pager-active a{
	border-bottom: 1px solid #0f5cb2;
}


.cycle-pager {
	text-align: center;
	width: 100%;
	font-family: arial;
	/* font-size: 50px; */
	width: 66px;
	height: 23px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	z-index: 500;
	position: absolute;
	bottom: 40px;
	overflow: hidden;
	z-index: 99999;
	right: 30px;
}

.cycle-pager span {
	font-family: arial; 
	font-size: 50px; 
	width: 16px; 
	height: 16px; 
    display: inline-block; 
    color: #ddd; 
    cursor: pointer; 
}


.cycle-pager span.cycle-pager-active {
	color: #D69746;
}

.cycle-pager > * { cursor: pointer;}

.slider-arr-wrap {
	position: absolute;
	top: 40%;
	z-index: 999999;
	right: 20px;
	width: 1075px;
	left: -70px;
}

.slider-arr-wrap a {
	display: inline-block;
	width: 48px;
	height: 48px;
	opacity: 0.8;
	text-indent: -9999px;
	position: absolute;
}

.slider-arr-wrap a#prev {
	background: url('../img/slider-arr-left.png') no-repeat;
	left: 0;
}

.slider-arr-wrap a#next {
	background: url('../img/slider-arr-right.png') no-repeat;
	right: 0;
}

.slider-arr-wrap a:hover{
	opacity: 1;
}

.slider-arr-wrap a:before {
	display: none;
}

/* main page */


.index-content {
	float: left;
	margin-bottom: 50px;
}

.index-row {
	margin-bottom: 30px;
}

.index-row h3.title{
	text-transform: uppercase;
	margin: 1px 0 15px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	line-height: 30px;
}

.index-row h3 a {
	color: #444;
}

.index-row h4{
	margin: 5px 0 5px;
	font-size: 12px;
	font-weight: 400;
}

.index-row p {
	line-height: 22px;
	font-size: 14px;
}

.index-block  a {
	opacity: 1;
	display: inline-block;
}

.index-block a:hover {
	opacity: 0.9;
}

.index-block {
	position: relative;
}

.index-news h4 {
	font-size: 11px;
	color: #777;
	margin-bottom: 1px;
}

.index-news p {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 18px;
}

.index-news-item {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.index-projects h4 {
	font-size: 12px;
	color: #555;
	margin-bottom: 3px;
	display: inline-block;
	text-transform: uppercase;
}

.index-projects-item {
	margin-bottom: 3px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 7px;
}

.index-projects-item:last-child {
	border-bottom: none;
}

.index-projects a:hover > h4{
}

a.more {
	bottom: 18px;
	left: 15px;
	background: url("../img/more.png") no-repeat right center;
	padding-right: 13px;
	font-size: 10px;
	margin-top: 15px;
	display: inline-block;
	line-height: 12px;
	color: #444;
	text-transform: uppercase;
}

a.more:hover {
	color: #ee9865;
}


.prod-prev-wrap {
	margin: 10px 0 30px;
/*	background: #e8eaec;*/
}


.prod-prev {
/*	padding: 20px 30px;*/
	text-align: left;
}


.prod-prev img{
	display: inline-block;
	border: 1px solid #ebebeb;
}

.prod-prev h3{
	font-size: 14px;
	display: inline-block;
	padding: 20px 0;

}



/* Компания */

.right-block {
	border: 1px solid #e8eaec;
	margin-bottom: 20px;
	position: relative;
}

.right-block li {
	border-bottom: 1px solid #e8eaec;
}

.right-block li:last-child {
	border-bottom: none;
}

.right-block li a{
	padding: 15px 25px;
	color: #444;
}

.right-block li a:hover {
	color: #62B457;
}

.right-block-fix {
	position: fixed;
	top: 0px;
}

a.pdf {
	background: url("../img/doc-icon.png") no-repeat right 20px center;
/*	padding-right: 68px;*/
	font-size: 11px;
	display: inline-block;
	line-height: 22px;
	width: 100%;
}

a.pdf:hover {
	text-decoration: none;
}


a.print {
	background: url("../img/print-icon.png") no-repeat right 20px center;
/*	padding-right: 68px;*/
	font-size: 11px;
	display: inline-block;
	line-height: 22px;
	width: 100%;
}

a.share {
	background: url("../img/share-icon.png") no-repeat right 20px center;
/*	padding-right: 68px;*/
	font-size: 11px;
	display: inline-block;
	line-height: 22px;
	width: 100%;
}

.hide-links {
	display: none;
	padding: 0px 20px 25px;
}

.company-menu {
/*	border: 4px solid #e8eaec;*/
	padding: 15px 0;
	background: #e8eaec;
}

.company-menu-right{
	margin-bottom: 20px;
	margin-top: 20px;
}

.company-menu li {
/*	border-bottom: 1px solid #fff;*/
	
}

.company-menu li:last-child {
	border-bottom: none;
}

.company-menu li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 20px;
    text-transform: uppercase; 
    color: #333; 
    font-weight: 700;
}

.company-menu li a:hover{
	color: #33a743;
}


.company-menu li li a {
	padding-left: 40px;
	text-transform: none;
	font-weight: 400;
}

.company-menu li.active a {
	color: #33a743;
}

.company-menu li.active li a {
	color: #333;
}


.company-menu li li.active a {
	background: #33a743;
	color: #fff;
}

.company-menu li li a:hover {
	color: #33a743;
}



.company-text-block {
	margin-bottom: 20px;
	padding-top: 0px;
}

.company-text-title {
	margin-bottom: 25px;
	line-height: 16px;
}

.company-text-title h2{
	color: #222;
	float: left;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	margin-right: 8px;
}

.company-text-title h3{
	color: #222;
	float: left;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0!important;
}

.company-text-block h3 {
	color: #333;
	margin-bottom: 25px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	padding-right: 20px;
}

.company-text-block p {
	padding-right: 20px;
}


.company-text-block p, .company-text-block img {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 24px;
}

.company-text-block .grid_4 {

}

.company-text-block img{
	width: 100%;
}

.company-text-block .img-in-text img{
	width: 97%;
}

.big-text h3 {
    font-family: georgia,serif;
    color: #868686;
    font-size: 24px;
    line-height: 32px;
    padding: 0 15px 0 30px;
    font-style: italic;
    border-left: 3px solid #0f5cb2;
    font-weight: bold;
}


.company-text-block ul {
	margin-bottom: 25px;
	margin-left: 10px;
}

.company-text-block ul li{
	list-style: none;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 10px 5px 15px;
	background: url(../img/arr-list.png) no-repeat 0 13px;
}

.company-text-block h3{
	margin-bottom: 10px;
}

/* Руководство */

.personal-list {
	margin-top: 10px;

}

.personal-list ul {
	margin: 0px;

}

.personal-list ul li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
	background: none;
	padding: 0;
}

.personal-list li h3 {
	margin-bottom: 5px;
	line-height: 26px;
	font-size: 20px;
}


.personal-list li h4 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 20px;
}

.personal-list li p {
	
}

/* Вакансии */

.jobs-list {
	margin-top: 10px;

}

.jobs-list ul {
	margin: 0px;

}

.jobs-list li {
	background: url(../img/arr-blue.png) no-repeat 0 12px!important;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.jobs-list li h3 {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 14px;
}

.jobs-list li p {
	margin-bottom: 10px;
}






/* Проект */

.project-text-block {
	margin-bottom: 20px;
}

.project-text-block h3{
	color: #333;
	margin-bottom: 20px; 
	line-height: 24px;
}


.project-facts-title{
	margin-top: 11px;
	padding-top: 15px;
/*	border-top: 2px solid #0f5cb2!important;*/
}

.project-facts-title h3{
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
/*	background-image: url('/assets/ksp/img/title-line1.png');*/
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;	
}


.project-facts ul {
	margin-top: 3px;
	list-style: none;

}

.project-facts ul li{
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.project-facts ul li ul{
	margin-left: 20px;
}

.project-facts ul li ul li{
	margin-bottom: 3px;
	list-style: disc;
}

.project-facts ul li h3{
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 18px;
}

.project-facts ul li p{
	font-size: 12px;

}

/* Компания */

.about{
	float: left;
	margin-bottom: 40px;
}

.about-img {
	margin-bottom: 28px;
}

.about-text-title h2 {
	text-transform: uppercase; 
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.about-text p {
	padding-right: 20px;
	margin-bottom: 15px;
}

.about-text {
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
 }

.text {
	border-top: 1px solid #ccc;
	margin-bottom: 50px;
	float: left;
}

.text-title {
	margin: 20px 0;
}

.text-block {
	margin-bottom: 20px;
}

/* Услуги */

.serv-text-top {
	margin-bottom: 10px;
	padding-left: 0px;
}

.serv-list {
	border: 4px solid #e8eaec;
	padding: 40px 0px;
}

.serv-list ul {
	margin-left: 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8eaec;
	width: 935px!important;
}

.serv-list ul li {
    background: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    width: 295px!important;
}

.serv-list ul li p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 23px;
}

.serv-list li img {
	width: 80px;
	margin: 0 auto;
	display: block;
}

.show-more {
    overflow: hidden;
}

.readmore-js-toggle {
	margin: 10px auto 0;
	font-size: 12px;
}

a.readmore-js-toggle{
	height: 30px;
	width: 30px;
	text-indent: -999999px;
}

a#link-more{
	background: url('/assets/ksp/img/arr-text-more.png') no-repeat;
	background-position: top left;
}

a#link-more:hover {
	background-position: bottom left;
}

a#link-less {
	background: url('/assets/ksp/img/arr-text-more.png') no-repeat;
	background-position: top right;
}

a#link-less:hover {
	background-position: bottom right;
}


.serv-text {
/*	border-bottom: 1px solid #ddd;*/
	padding: 0 20px;
}

.serv-list .serv-text h3{
    margin: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}

/* Список проектов */

.serv-text-top {
	margin-bottom: 20px;
	padding-left: 0px;
}


#projects-wrap {
	border: 1px solid #ddd;
}

.project-list li {
	font-size: 13px;
	padding: 5px 0 5px 15px;
	background: url(../img/arr-blue.png) no-repeat 0 14px;
	margin-bottom: 5px;
	line-height: 24px!important;
	list-style: none!important;
}

.project-list li b {
	font-weight: normal;
}

.project-year {
	margin-bottom: 25px;
	padding: 20px 40px;
}


.project-year h3{
	color: #0f5cb2;
	font-size: 14px;
	margin-bottom: 5px;
}


#projects-wrap div.project-year {
    display:none;
}

#projects-wrap div.project-year ul{
    margin-left: 0;
}


#projects-wrap a.tabs {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	background: #e8eaec;
	padding: 7px 20px;
}

#projects-wrap a.tabs span{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	border-bottom: 1px dotted #333;

}

#projects-wrap a.tabs.active {
	background: #0f5cb2;
	position: relative;
}

#projects-wrap a.tabs.active:after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	display: inline-block;
	border-right: 10px solid transparent;
	border-top: 7px solid #0f5cb2;
	border-left: 10px solid transparent;
	border-bottom-color: #0f5cb2;
	content: '';
	margin-left: -10px;
}

#projects-wrap a.tabs.active span{
	color: #fff;
    cursor: default;    
    text-decoration: none;
    border-bottom: none;
}

#projects-wrap div.active {
    display:block;
    
}

.tabs-link {
	height: 60px;
	text-align: center;
	margin-top: -18px;
}


/* Список проектов с превью */

.projects-list {
	margin-bottom: 30px;
}


.projects-list-title {
	border-top: 1px solid #ccc;
	height: 20px;
	margin-bottom: 15px;
}

.projects-list-title h3{
	margin-top: -14px;
	background: #fff;
	float: left;
}

.project-prev img {
	margin-bottom: 12px;
}

.project-prev h3 {
	background-image: url('/assets/ksp/img/title-line2.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.project-prev p {
	font-size: 12px;
	line-height: 18px;

}

.project-prev a:hover {
	opacity: 0.8;

}


/* Комплексное проектирование */

.serv-comp div {
	margin-bottom: 10px;
}

.serv-comp-list ul{
	margin-bottom: 10px;
}

.serv-comp-list li {
	color: #555;
	font-size: 13px;
	line-height: 22px;
	padding: 2px 0 5px 15px;
	background: url(../img/arr-blue.png) no-repeat 0 10px;
	margin-bottom: 5px;
}


/* Новости */

.news-list {
	margin-top: 10px;
}

.news-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.news-list li h3{
	margin-bottom: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

.news-text-block {
	margin-bottom: 40px;
}

.news-text-block h3 {
	color: #333;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
}

.news-text-block p{
	margin-bottom: 15px;
}

/* Правая колонка */

.right-prev{
    border: 3px solid #e2e2e2;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    height: 220px;
}

.right-prev h3 {
	text-transform: uppercase;
	margin: 1px 0 11px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #333;
}

.right-prev  p {
	line-height: 18px;
	font-size: 12px;
}

/* Футер */

.footer {
	background: #e8eaec;
	padding: 15px;
	float: left;
	height: 100px;
	margin-top: 50px;
	margin-bottom: 5px;
}

.footer p{
	color: #727272;
	font-size: 11px;
	line-height: 18px;
}


.top-blue {
/*     border-top: 3px solid #0f5cb2!important; */
}

.blue-line {
	background-image: url('/assets/ksp/img/title-line1.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin: 0 0 20px;
}

.no-bord {
	border: none!important;
	padding: 40px 25px 25px;
}

/* Карта */

.map-wrap { 
	position: relative;
}

#map_canvas{ 
	margin-bottom: 20px;
}

.zoom {
	position: absolute;
	top: 165px;
	right: 20px;
	z-index: 10;
}

.zoom_plus, .zoom_minus {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../img/zoom.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.zoom_plus {
	background-position: -30px 0px;
}

.zoom_minus {
	background-position: -30px -30px;
}

.zoom_plus:hover{
	background-position: 0px 0px;
}
.zoom_minus:hover{
	background-position: 0px -30px;
}

#map_canvas .gmnoprint {display: none;}

/* Список новостей справа */

.news-list-right {
	margin-bottom: 50px;
}

.news-list-right h3 {
	text-transform: uppercase;
	margin: 1px 0 15px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	line-height: 30px;
}

.news-list-right a {
	color: #333;
}

.news-list-right h4 {
	font-size: 11px;
	color: #777;
	margin-bottom: 1px;
}

.news-list-right p {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 18px;
}

.about h2 {
	margin-bottom: 15px;
}

.page-company table {
	background: #ebebeb;
	margin-bottom: 20px;
}

.page-company table tr {
	border-bottom: 1px solid #fff;
}

.page-company table td {
	font-size: 13px;
	padding: 10px 15px;
}

.zoom {
	position: absolute;
	top: 165px;
	right: 20px;
	z-index: 10;
}

.zoom_plus, .zoom_minus {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../img/zoom.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.zoom_plus {
	background-position: -30px 0px;
}

.zoom_minus {
	background-position: -30px -30px;
}

.zoom_plus:hover{
	background-position: 0px 0px;
}
.zoom_minus:hover{
	background-position: 0px -30px;
}

#map_canvas .gmnoprint {display: none;}


/* Pop-up */

.feedback-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  overflow-y: scroll;
}

.feedback {
	background: #fff;
	left: 50%;
	margin-left: -170px;
	padding: 20px 30px 25px;
	position: fixed;
	top: 15%;
	width: 340px;
	z-index: 999999;
	box-shadow: 0 0px 10px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.8);
}

.contact-form {
  border: none;
  padding: 0;
  width: 100%;
}

.feedback h1 {
	color: #333;
	padding: 0 20px 5px 0;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

.contact-form h1 {
  color: #333;
}

.feedback fieldset{border:none;}

.feedback .intro { 
	font-size: 12px;
	line-height: 1.3;
}

.feedback .intro span{ 
  color: #388937;
  font-weight: 700;
}

.feedback .intro span.blue{ 
  color: #0f57a8;
  font-size: 18px;
  font-weight: 700;
}

.feedback .legend {
    margin:0; 
    font-size:12px;   
}
.feedback label{
    float: left;
    font-size:14px; 
    margin-bottom: 2px;
    margin-top: 8px;  
    width: 110px;
}

.contact-form label{
  float: none;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}

.feedback input{
	border: none;
	background: #ebebeb;
	padding: 2px 3px 2px 8px;
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	margin-right: 6px;
}

.feedback input.t1{
  width:40px;
  height:17px;
  background:url(../img/z_text2.jpg) no-repeat;
}

.feedback textarea {
  background: #ebebeb;
  border: none;
  padding: 5px 3px 2px 8px;
  width: 100%;
  height: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
  border-radius: 0;
}

.feedback select {
	display: inline-block;
	/* border: 1px solid #ccc; */
	width: 100%;
	height: 36px;
	padding: 4px 3px 2px 8px;
	margin: 0;
	outline: none;
	line-height: 1.2;
	background: url("../img/select.png") no-repeat right 3% center #ebebeb;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	color: #777;
	font-size: 13px;
	line-height: 28px;	
}

::-webkit-input-placeholder { 
	color: #777;
	font-size: 13px;
	line-height: 14px;
}
 
:-moz-placeholder { 
	color: #777;
	font-size: 13px;
	line-height: 14px;
}
 
::-moz-placeholder { 
	color: #777;
	font-size: 13px;
	line-height: 14px;
}
 
:-ms-input-placeholder { 
	color: #777;
	font-size: 13px;
	line-height: 14px;
}

/*.feedback .btnSend{
    margin: 15px 0;
    border: none;
    background: @red;
    font-size: 14px;
    text-transform: uppercase;
    height: 28px!important;
    width: 100px;
    line-height: 18px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.feedback .btnSend:hover {
    background: #b590a1;
}*/

  .feedback .btnSend {
		width: 120px;
		margin-top: 18px;
		display: block;
		line-height: 8px;
		background: #33a743;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		border: none;
		padding: 0;
		height: 28px;
}

.feedback .btnSend:hover { 
	opacity: 0.8;
}


.feedback .legend{
    font-size: 11px;
}

.feedback .closeBtn {
    background: url('/assets/primacart/img/close.png') no-repeat;
    color: #242424;
    cursor: pointer;
    font-size: 1.1em;
    position: absolute;
    right: 20px;
    top: 20px;
    white-space: nowrap;
    width: 20px;
    height: 20px;
}

.feedback:before {
  background: #fff;
  content: "";
  height: 100%;
  opacity: 0.2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  filter: alpha(opacity='50');
}


.cat-prev {
	float: left;
	width: 100%;

}

.cat-prev .prod-prev img {
	margin-bottom: 10px;
}

.cat-prev .prod-prev h3 {
	padding: 0;
}

.cat-prev .prod-prev:hover {
	opacity: 0.8;
}

.product-title h2 {
	font-weight: 400!important;
}