/**
 * Автор: WIKILINE/NEPSTER;
 * Дата создания файла: 12.08.2015;
 * Дата редактирования: 12.08.2015;
 * Copyright (C) 2015 WIKILINE. All rights reserved.
**/

@font-face {
	font-family: 'PF Din Text Cond Pro'; /* имя шрифта для CSS правил */
	src: local('pfdintextcondpro-medium.ttf'), /* проверяем наличие шрифта в ОС пользователя */
         url(../fonts/pfdintextcondpro-medium.ttf);
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Text Cond Pro'; /* имя шрифта для CSS правил */
	src: local('pfdintextcondpro-regular.ttf'), /* проверяем наличие шрифта в ОС пользователя */
         url(../fonts/pfdintextcondpro-regular.ttf);
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Text Cond Pro'; /* имя шрифта для CSS правил */
	src: local('pfdintextcondpro-light.ttf'), /* проверяем наличие шрифта в ОС пользователя */
         url(../fonts/pfdintextcondpro-light.ttf);
	font-weight: 300;
	font-style: normal;
}

/**
 # Сброс стилей;
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 # HTML5 для старых браузеров;
**/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, time {
	display: block;
}

/**
 # Запрет оптекания объекта;
**/
.clr {
	display: table;
	height: 0;
	margin: 0; padding: 0;
	float: none;
	clear: both;
	border: none;
	line-height: 0;
}

.string-loading {
	height: 50px; width: 50px;
	margin: -25px 0 0 -25px; padding: 0px;
	position: absolute;
	top		: 50%;
	left	: 50%;
	z-index	: 10;
	background: rgb(0, 0, 0) url(../images/site/icon-ajax-loading.gif) no-repeat 50% 50%;
border-radius: 5px;
}

p {
	margin: 0 0 25px 0; padding: 0;
}
a {
	color: rgb(51, 135, 189);
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
div.description h2,
div.description h3 {
    margin: 0 0 15px 0; padding: 0;
}
div.description h2 {
    line-height: 32px;
    font-size: 28px;
    font-weight: 300;
}
div.description h3 {
    line-height: 28px;
    font-size: 24px;
    font-weight: 300;
}
div.description ul {
    margin: 0; padding: 0 0 15px 15px;
    list-style-type: decimal;
}
div.description ul li {
    margin: 0 0 10px 0; padding: 0;
}
div.description ol {
    margin: 0; padding: 0 0 15px 15px;
    list-style-type: decimal;
}
div.description ol li {
    margin: 0 0 10px 0; padding: 0;
}
div.mainmenu {
	margin: 0; padding: 0;
	float: right;
}
div.mainmenu ul {
	margin: 0; padding: 0;
	list-style: none;
}
div.mainmenu ul li {
	margin: 0; padding: 0;
	float: left;
	position: relative;
}
div.mainmenu ul li a {
	display: block;
	margin: 0; padding: 0 25px;
	color: rgb(255, 255, 255);
	line-height: 50px;
	font-size: 21px;
	font-weight: 300;
	text-decoration: none;
}
div.mainmenu ul li:hover,
div.mainmenu ul li:focus,
div.mainmenu ul li a:hover,
div.mainmenu ul li a:focus {
	background: rgb(51, 135, 189);
	color: rgb(255, 255, 255);
}
div.mainmenu ul li.active a {
	background: rgb(51, 135, 189);
	color: rgb(255, 255, 255);
}
div.mainmenu ul li ul {
	display: none;
}
div.mainmenu ul li:hover ul,
div.mainmenu ul li:focus ul {
	display: block;
	width: 220px;
	margin: 0; padding: 15px 20px;
	position: absolute;
	z-index: 10;
	background: rgb(51, 135, 189);
}
div.mainmenu ul li ul li {
	margin: 0; padding: 0;
	float: none;
}
div.mainmenu ul li ul li a {
	margin: 0; padding: 10px;
	color: rgb(255, 255, 255);
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
}
div.mainmenu ul li ul li a:hover,
div.mainmenu ul li ul li a:focus {
	text-decoration: underline;
}


div.breadcrumbs {
	margin: 0 10px; padding: 20px 0 10px 0;
	color: rgb(42, 42, 42);
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
}
div.breadcrumbs ul {
	margin: 0; padding: 0;
	list-style: none;
}
div.breadcrumbs ul li {
	display: inline;
	margin: 0; padding: 0;
}
div.breadcrumbs ul li span.icon-breadcrumb {
	margin: 0 3px; padding: 0;
}
div.breadcrumbs ul li a {
	color: rgb(42, 42, 42);
	text-decoration: underline;
}
div.breadcrumbs ul li a:hover,
div.breadcrumbs ul li a:focus {
	text-decoration: none;
}


div.fancybox-inner article {
    margin: 0 !important;
}









div.menu {
	margin: 0; padding: 20px 0;
}
div.menu ul {
	margin: 0; padding: 0;
	list-style: none;
}
div.menu ul li {
	margin: 0 10px 20px 10px; padding: 0;
}
div.menu ul li:last-child {
	margin: 0 10px;
}
div.menu ul li a {
	display: inline-block;
	margin: 0; padding: 0;
	color: rgb(42, 42, 42);
	line-height: 21px;
	font-size: 17px;
	font-weight: 300;
	text-decoration: underline;
}
div.menu ul li a:hover,
div.menu ul li a:focus {
	text-decoration: none;
}
div.menu ul li.active a {
	color: rgb(51, 135, 189);
	text-decoration: none;
}
div.menu ul li ul {
    margin: 20px 0 0 30px;
}
div.menu ul li ul li {
    margin: 0 0 20px 0; padding: 0;
}
div.menu ul li ul li:last-child {
    margin: 0; padding: 0;
}
div.menu ul li.active ul li a {
    color: rgb(42, 42, 42);
	text-decoration: underline;
}
div.menu ul li.active ul li.active a {
    color: rgb(51, 135, 189);
	text-decoration: none;
}

div.sorting {
	min-width: 300px;
	margin: 0 10px 20px 10px; padding: 0;
	float: left;
	position: relative;
}
div.sorting span.active,
div.sorting span.button {
	display: block;
	width: 130px;
	margin: 0; padding: 15px 10px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
div.sorting span.active {
	background: rgb(51, 135, 189);
	color: rgb(255, 255, 255);
}
div.sorting span.button {
	background: rgb(255, 255, 255);
	color: rgb(42, 42, 42);
	cursor: pointer;
}
div.sorting span.button span {
	border-bottom: 1px dotted rgb(42, 42, 42);
}
div.sorting ul {
	display: none;
	width: 100%;
	margin: 0; padding: 0;
	position: absolute;
	z-index: 10;
	list-style: none;
	background: rgb(255, 255, 255);
	border-top: 1px solid rgb(228, 228, 228);
}
div.sorting ul li {
	margin: 0; padding: 0;
}
div.sorting ul li a {
	display: block;
	margin: 0; padding: 15px 20px;
	color: rgb(42, 42, 42);
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}
div.sorting ul li a:hover,
div.sorting ul li a:focus {
	color: rgb(51, 135, 189);
}
div.sorting ul li.active a {
	color: rgb(51, 135, 189);
}



div.status span {
	display: block;
	margin: 0; padding: 0 10px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
div.status span.status-01 {
	background: rgb(143, 191, 108);
	color: rgb(255, 255, 255);
}
div.status span.status-02 {
	background: rgb(117, 124, 129);
	color: rgb(255, 255, 255);
}
div.status span.status-03 {
	background: rgb(51, 135, 189);
	color: rgb(255, 255, 255);
}



div.freshnews {
	margin: 0 10px 30px 10px; padding: 0 20px;
	background: rgb(228, 228, 228);
}
div.freshnews h2 {
	margin: 0; padding: 30px 0 0 0;
	color: rgb(42, 42, 42);
	line-height: 25px;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	
}
div.freshnews ul {
	margin: 0; padding: 0;
	list-style: none;
}
div.freshnews ul li {
	margin: 0; padding: 30px 0;
	border-bottom: 1px solid rgb(197, 197, 197);
}
div.freshnews ul li:last-child {
	border-bottom: none;
}
article.unit-cm-freshnews {
	margin: 0; padding: 0;
}
article.unit-cm-freshnews time {
	margin: 0 0 10px 0; padding: 0;
	color: rgb(42, 42, 42);
	line-height: 16px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
article.unit-cm-freshnews h3 {
	margin: 0; padding: 0;
	color: rgb(42, 42, 42);
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
article.unit-cm-freshnews h3 a {
	display: block;
	color: rgb(42, 42, 42);
	text-decoration: none;
}
article.unit-cm-freshnews h3 a:hover,
article.unit-cm-freshnews h3 a:focus {
	color: rgb(53, 136, 190);
	text-decoration: underline;
}








div.view-string-lastnews {
	margin: 0; padding: 20px 0 0 0 !important;
	background: rgb(255, 255, 255);
}
div.view-string-lastnews a.lastnews {
	display: block;
	margin: 0 10px 30px 0; padding: 0;
	float: right;
	color: rgb(51, 135, 189);
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
div.view-string-lastnews a.lastnews:hover,
div.view-string-lastnews a.lastnews:focus {
	text-decoration: underline;
}
div.view-string-lastnews div.line {
	background: rgb(197, 197, 197) !important;
}
div.view-string-lastnews article:last-of-type div.line {
	background: none !important;
}






/**
 # Материал - Фотоальбом [Категория];
**/



div.view-string-projects {
	overflow: hidden;
	position: relative;
	background: rgb(255, 255, 255);
}
div.view-string-projects div.slides {
	height: 370px; width: 100%;
	margin: 0; padding: 0 0 40px 0;
	position: relative;
	right: 0;
	left: 0;
}
div.view-string-projects div.description h2 {
	margin: 0 0 30px 0; padding: 0;
	position: relative;
	color: rgb(42, 42, 42);
	line-height: 30px;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}
div.view-string-projects div.description h2 span.line {
	height: 2px; width: 30px;
	margin: 0; padding: 0;
	position: absolute;
	top		: 14px;
	left	: -50px;
	background: rgb(51, 135, 189);
}
div.view-string-projects div.description {
	height: 370px; width: 490px;
	margin: 0 0 0 -480px; padding: 65px 75px;
	position: absolute;
	top		: 0;
	left	: 50%;
	z-index: 20;
	background: rgb(241, 241, 241);
	color: rgb(42, 42, 42);
	line-height: 20px;
	font-size: 16px;
	font-weight: 300;
}
div.view-string-projects span.button {
	display: block;
	height: 40px; width: 40px;
	overflow: hidden;
	position: absolute;
	bottom	: 0;
	z-index	: 100;
	background: url(../images/site/background-small-arrows.png) no-repeat;
	cursor: pointer;
}
div.view-string-projects span.button-back {
	margin-left: 399px;
	left: 50%;
	background-position: 0px 0px;
}
div.view-string-projects span.button-back:hover,
div.view-string-projects span.button-back:focus {
	background-position: 0px -40px;
}
div.view-string-projects span.button-next {
	margin-left: 440px;
	left: 50%;
	background-position: -40px 0px;
}
div.view-string-projects span.button-next:hover,
div.view-string-projects span.button-next:focus {
	background-position: -40px -40px;
}
div.view-string-projects div.background {
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	background: rgba(255, 255, 255, 0.25);
}
div.view-string-projects div.background-left {
	width: 50%;
	left: -470px; 
}
div.view-string-projects div.background-right {
	width: 50%;
	right: -480px; 
}
article.unit-cm-project {
	width: 320px;
	margin: 0; padding: 0;
	float: left;
	position: relative;
}
article.unit-cm-project div.figure {
	margin: 0; padding: 0;
	line-height: 0;
}
article.unit-cm-project div.figure img {
	height: auto; width: 100%;
}
article.unit-cm-project div.heading {
	margin: 0; padding: 30px 40px;
	background: rgb(216, 216, 216);
}
article.unit-cm-project div.heading h3 {
	color: rgb(42, 42, 42);
	line-height: 25px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}


div.view-string-services div.string {
	overflow: hidden;
}








div.view-string-background {
	height: 250px; width: 100%;
	margin: 0; padding: 0;
	position: relative;
	background: rgb(0, 0, 0);
}
div.view-string-background div.background {
	margin: 0; padding: 0;
	position: absolute;
	top		: 0;
	right	: 0;
	bottom	: 0;
	left	: 0;
	z-index: 10;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
div.string-site {
	width: 960px;
	margin: 0 0 0 0; padding: 0;
	position: absolute;
	top		: 30px;
	right	: 0;
	left	: 0;
	z-index: 20;
}
div.string-site div.column {
	min-height: 60px; width: 320px;
	margin: 0; padding: 0;
	float: left;
}
div.string-site div.column div.logotype {
	height: 60px; width: 320px;
	position: relative;
	background: url(../images/site/logotype.png) no-repeat 50% 50%;
}
div.string-site div.column div.logotype a {
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	top		: 0;
	right	: 0;
	bottom	: 0;
	left	: 0;
	text-decoration: none;
}
div.string-site div.column span.icon {
	height: 60px; width: 30px;
	margin: 0; padding: 0;
	float: right;
	background-position: 50% 50%;
}
div.string-site div.column span.content {
	height: 60px;
	margin: 0 10px; padding: 0;
	float: right;
	color: rgb(42, 42, 42);
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
}
div.string-site div.column span.content-feedback {
	font-weight: 300;
}
div.string-site div.column span.content-phone {
	font-size: 22px;
}
div.string-site span.icon-phone {
	background: url(../images/site/icon-big-phone.png) no-repeat;
}
div.string-site span.icon-feedback {
	background: url(../images/site/icon-big-mail.png) no-repeat;
} 

































