/* LESS Document */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&subset=cyrillic,cyrillic-ext');

html {
	height:100%;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	height:100%;
	padding: 0;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-decoration: none;
}
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

p {
	margin: 0;
	padding: 0;
}
a {
	outline: 0 none;
}
a:hover {
}

img {
	border: 0 none;
}

.clr {
	clear: both;
}
#container {
	margin:0;
	padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: center;
	position: relative;
	width: 100%;
}

.header-group {
	min-height: 80px;
}
.lang {
	float:left;
	font-size: 12px;
	margin-top: 30px;
	padding-left: 10px;
	width: 110px;
}
.lang ul { margin: 0; padding: 0; }
.lang ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.lang ul li a {
	color: #999;
	padding: 7px 5px;
	text-decoration: none;
}
.lang ul li a span {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
}
.lang ul li.lang-active a span {
	border-bottom: none;
}
.logo {
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 10px;
	width: 200px;
}
.fishka {
  color: #888;
	float: right;
	margin-top: 28px;
	text-align: center;
	width: 160px;
}
.fishka div {
  padding: 0 8px 8px 0;
}
.fishka a {
	color: #999;
	padding: 8px;
	text-decoration: none;
}
@media (max-width: 420px) {
	.logo { padding-top: 30px; }
	.lang, .fishka { margin-top: 4px; }
}
.mainmenu {
	background-color: #f6f6f6;
	clear: both;
	text-align:center;
}
.mainmenu ul { display: block; margin: 0; padding: 0; }
.mainmenu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.mainmenu ul li a {
	background: url(../images/tag-arrows.png) left 12px no-repeat, url(../images/tag-arrows.png) right -38px no-repeat;
	color: #333;
	display: block;
	font-size: 17px;
	padding: 2px 15px 2px;
	margin: 0 20px;
	text-decoration: none !important;
}
.mainmenu ul li a:hover,
.mainmenu ul li.current a,
.mainmenu ul li.active a {
	color: #000;
	background: url(../images/tag-arrows.png) right -88px no-repeat, url(../images/tag-arrows.png) left -138px no-repeat;
}
@media (max-width: 450px) {
	.mainmenu ul li a {
		margin: 0 10px;
	}
}

.project a, .project span.no-a {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none !important;
}
.project h2 {
	color: #333;
	font-size: 36px;
	margin-bottom: 30px;
}
.project dl {
	color: #808080;
	font-size: 16px;
}
.project .items-row {
	letter-spacing: -0.3em;
	text-align: center;
}
.project .item {
	background: rgb(255,255,255);
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=1 );
	
	letter-spacing: normal;
	display: inline-block;
	margin: 0;
	overflow: hidden;
    position: relative;
   	vertical-align: top;
}
.project .white-opacity {
	display: none;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	width: 100%;
	z-index: 5;
}
.project .white-opacity > * {
	padding-left: 50px;
	padding-right: 30px;
}
.project a:hover .white-opacity {
	display: flex;
}


.project .item.size-s { width: 14.2857%; }
.project .item.size-m { width: 28.57%; }
.project .item.size-l { width: 42.857%; }
.project .item.size-xl { width: 100%; }

@media (max-width: 685px) {
	.project .item.size-s { width: 50%; }
	.project .item.size-m { width: 100%; }
	.project .item.size-l { width: 100%; }
	.project .item.size-xl { width: 100%; }
}
@media (max-width: 985px) and (min-width: 686px) {
	.project .item.size-s { width: 33.333%; }
	.project .item.size-m { width: 66.666%; }
	.project .item.size-l { width: 100%; }
	.project .item.size-xl { width: 100%; }
}
@media (max-width: 1385px) and (min-width: 986px) {
	.project .item.size-s { width: 20%; }
	.project .item.size-m { width: 40%; }
	.project .item.size-l { width: 60%; }
	.project .item.size-xl { width: 100%; }
}
@media (max-width: 1785px) and (min-width: 1386px) {
	.project .item.size-s { width: 20%; }
	.project .item.size-m { width: 40%; }
	.project .item.size-l { width: 60%; }
	.project .item.size-xl { width: 100%; }
}

.contenttop, .contentbottom {
	text-align: center;
}
.btn {
	border: 1px solid #999;
	border-radius: 10px;
	color: #333;
	display: inline-block;
	font-size: 17px;
	margin: 50px auto 0 auto;
	padding: 10px 20px 11px;
	text-align: center;
}
.btn:hover {
	color: #fff;
	background-color: #666;
}

/*--------------------------- Article ------------------------------*/
.item-page, .item-page-std {
	font-size: 20px;
	text-align: center;
}
.item-page .titleblock,
.item-page-std .titleblock {
	margin-top: 50px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.item-page.page-header,
.item-page-std .page-header,
.item-page .infoblock,
.item-page-std .infoblock {
	text-align: center;
	width: 100%;
}
.item-page .infoblock,
.item-page-std .infoblock {
	font-size: 16px;
	margin-top: 25px;
}

.item-page .article-info,
.item-page-std .article-info {
	margin: 0;
}

.item-page p,
.item-page-std p { margin-bottom: 40px; }
	
.item-page .item-image,
.item-page-std .item-image {
	margin-bottom: 50px;
}
.item-page .item-image img,
.item-page-std .item-image img {
	box-shadow: none;
	width: 100%;
}
.img-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin-top: -450px;
}
.intro-img-small {
	width: auto !important;
}
	
.item-page div[itemprop="articleBody"],
.item-page-std div[itemprop="articleBody"] {
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;
}
.item-page div[itemprop="articleBody"] img,
.item-page-std div[itemprop="articleBody"] img {
	box-shadow: 0 15px 15px 0 rgba(0,0,0,0.4);
	margin-bottom: 50px;
	width: 100%;
}
.item-page div[itemprop="articleBody"] .field-value,
.item-page-std div[itemprop="articleBody"] .field-value {
	display: none;
}
.item-page img.noshadow,
.item-page-std img.noshadow {
	box-shadow: none !important;
}
.item-page div[itemprop="articleBody"] h2,
.item-page-std div[itemprop="articleBody"] h2 {
	font-size: 36px;
	margin-top: 20px;
}
	
.item-page-std .item-image { margin-bottom: 50px; }
.item-page-std .page-header h1 { margin-bottom: 40px; }
.item-page-std .phone { margin: 20px 0; }

.content-links ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}
.content-links a {
	border-bottom: 1px solid #b3d5f3;
	padding-bottom: 1px;
	text-decoration: none !important;
}
.content-links a:hover {
	color: #e00;
	border-bottom-color: #fab2b2;
}
.item-page .siteword {
	background: url(../images/external-link.png) no-repeat;
	position: absolute;
	margin: 7px 0 0 -30px;
	height: 24px;
	width: 24px;
}
.item-page .archiveicon {
	background: url(../images/archive-icon.png) no-repeat;
	position: absolute;
	margin: 3px 0 0 -30px;
	height: 24px;
	width: 24px;
}
.archive-project {
	font-weight: bold;
}



.blog {
	font-size: 16px;
	margin: 0 auto;
	max-width: 1200px;
}
.blog .item {
	padding-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
.blog .pf {
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 60px;
	line-height: 60px;
    margin: -40px 20px 10px 0;
    width: 70px;
}
.blog .page-header {
}
.blog h2 {
	padding-left: 90px;
	margin: 0 0 6px 0;
}


footer {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding: 40px 40px 0 40px;
	height: 125px;
}
.footerleft { float: left; color: #666; }
.footerright { float: right; }
.footerright a {
	color: #666;
	display: block;
	text-decoration: none !important;
	margin-bottom: 5px;
}
.footerright a span {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
}