@font-face {
	font-family: 'museo_sans_cyrl900';
	src: url('../fonts/museosansblack-webfont.eot');
	src: url('../fonts/museosansblack-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosansblack-webfont.woff2') format('woff2'), url('../fonts/museosansblack-webfont.woff') format('woff'), url('../fonts/museosansblack-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_cyrl700';
	src: url('../fonts/museosansbold-webfont.eot');
	src: url('../fonts/museosansbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosansbold-webfont.woff2') format('woff2'), url('../fonts/museosansbold-webfont.woff') format('woff'), url('../fonts/museosansbold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_cyrl500';
	src: url('../fonts/museosansmedium-webfont.eot');
	src: url('../fonts/museosansmedium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosansmedium-webfont.woff2') format('woff2'), url('../fonts/museosansmedium-webfont.woff') format('woff'), url('../fonts/museosansmedium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_cyrl300';
	src: url('../fonts/museosansregular-webfont.eot');
	src: url('../fonts/museosansregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosansregular-webfont.woff2') format('woff2'), url('../fonts/museosansregular-webfont.woff') format('woff'), url('../fonts/museosansregular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	color: #575656;
	font: 14px/24px 'museo_sans_cyrl300', sans-serif;
}
a {
	color: #eb1c24;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.more {
	text-decoration: none;
	border-bottom: 1px dotted #eb1c24;
	font: 11px/20px Verdana, sans-serif;
}
a.more:hover {
	border: none;
}
ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
address {
	font-style: normal;
}
p, figure, dl, dd {
	margin: 0;
}
table.theme_table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	border: none;
	text-align: left;
}
input, textarea {
	outline: none;
}
::-webkit-input-placeholder {
	color: #1a1a1a;
}
::-moz-placeholder {
	color: #1a1a1a;
}
:-ms-input-placeholder {
	color: #1a1a1a;
}
#wrapper{
	min-width: 980px;
	overflow: hidden;
	position: relative;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


.center {
	text-align: center;
}
/* logo */
.logo {
	text-decoration: none;
	color: #7d7d7d;
	font-size: 13px;
	line-height: 18px;
}
.logo strong {
	display: block;
	text-transform: uppercase;
	color: #eb1c24;
	font: 26px/28px 'museo_sans_cyrl900', sans-serif;
}
.logo span {
	letter-spacing: 1px;
	word-spacing: 6px;
}
.info-block a {
	display: block;
	position: relative;
	padding-left: 26px;
	line-height: 20px;
}
.info-block a:before {
	content: '';
	height: 14px;
	width: 14px;
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	background: url(../images/icon-info.png) no-repeat;
}
.info-block .email:before {
	width: 15px;
	background-position: -14px 0;
}
.info-block .email {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	padding-left: 28px;
}
.info-block .call {
	text-decoration: none;
	color: #1a1a1a;
	font-size: 18px;
	font-family: 'museo_sans_cyrl700', sans-serif;
	margin-bottom: 4px;
}
.btn {
	display: block;
	width: 148px;
	background-color: #eb1c24;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font: 14px/37px 'museo_sans_cyrl700', sans-serif;
	border-bottom: 2px solid #b70e14;
	transition: background-color 300ms ease-out;
}
.btn:hover {
	background-color: #ec5d62;
}
/* header */
header .logo {
	float: left;
}
header .info-block {
	float: right;
	padding-top: 3px;
}
.header-top {
	padding-top: 12px;
	padding-bottom: 11px;
}
.header-bottom {
	background-color: #373737;
	padding: 13px 0 12px;
}
.nav {
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	line-height: 25px;
}
.nav a {
	margin-right: 34px;
	color: #fff;
	text-decoration: none;
	transition: color 300ms ease-out;
}
.nav a:hover {
	color: #eb1c24;
}
.social-links {
	float: right;
}
.social-links li {
	display: inline-block;
	margin-left: 2px;
}
.social-links li a {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	background: #eb1c24 url(../images/social-icons.png) no-repeat;
	transition: background-color 300ms ease-out;
}
.social-links li a:hover {
	background-color: #ec5d62;
}
.social-links .facebook a {
	background-position: -25px 0;
}
/* ??? ????? */
.social-links .gplus a {
	background-position: -100px 0;
}
.social-links .twitter a {
	background-position: -75px 0;
}
.social-links .instagram a {
	background-position: -100px 0;
}

.social-links .youtube a {
	background-position: -124px 0;
}



/* footer */
footer {
	border-top: 2px solid #e2e2e2;
	padding-bottom: 20px;
}
.footer-top {
	display: table;
	width: 100%;
	padding-top: 29px;
	padding-bottom: 7px;
}
.footer-top h3 {
	margin: 0 0 10px;
	font: 16px/20px 'museo_sans_cyrl700', sans-serif;
	color: #1a1a1a;
}
.footer-top .contact-info {
	display: table-cell;
	vertical-align: top;
	width: 194px;
	padding-left: 49px;
	color: #1a1a1a;
    text-indent: 0;
}
.footer-top .contact-info .info-block {
	margin-bottom: 15px;
}
.footer-top .contact-info address {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 14px;
}
.footer-top .contact-info .schedule {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
    text-indent: 0;
}
.footer-top .contact-info .btn {
	margin-left: 2px;
}
.footer-top .reviews {
	display: table-cell;
	width: 372px;
	padding-left: 41px;
}
.footer-top .reviews .block {
	margin-bottom: 6px;
}
.footer-top .reviews .block:after {
	content: '';
	display: block;
	clear: both;
}
.footer-top .reviews .block h3 {
	float: left;
}
.footer-top .reviews .block a {
	float: right;
}
.footer-top .review {
	position: relative;
	background-color: #f9f9f9;
	padding: 21px 20px 32px 28px;
	margin-left: 3px;
}
.footer-top .review .author {
	display: block;
	color: #1a1a1a;
	font: 14px/20px 'museo_sans_cyrl700', sans-serif;
	margin-bottom: 8px;
}
.footer-top .review .author span {
	font-family: 'museo_sans_cyrl500', sans-serif;
}
.footer-top .review p {
	color: #525252;
	font-size: 13px;
	line-height: 22px;
}
.footer-top .review:before {
	content: '';
	position: absolute;
	left: -32px;
	top: 10px;
	width: 43px;
	height: 32px;
	background-image: url(../images/quote.png);
}
.footer-top .new {
	display: table-cell;
	vertical-align: top;
}
.footer-top .new a {
	color: #3a3a3a;
	font-size: 13px;
}
.footer-top .jobs {
	margin-bottom: 18px;
}
.footer-top .jobs li {
	padding-left: 8px;
	position: relative;
}
.footer-top .jobs li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #3a3a3a;
	border-radius: 50%;
}
.footer-top .new .article time {
	color: #8e8e8e;
	display: block;
	font: 11px/2 'museo_sans_cyrl500', sans-serif;
}
.footer-bottom {
	display: table;
	width: 100%;
	color: #1a1a1a;
	font: 12px/18px 'museo_sans_cyrl500', sans-serif;
}
.footer-bottom .logo {
	display: table-cell;
	width: 346px;
}
.footer-bottom .logo strong {
	font-size: 22px;
	line-height: 1;
	word-spacing: -2px;
}
.footer-bottom .logo span {
	font-size: 11px;
	word-spacing: 0;
}
.footer-bottom .development {
	display: table-cell;
	width: 372px;
	vertical-align: bottom;
    text-indent: 0;
}
.footer-bottom .copy {
	display: table-cell;
	width: 242px;
	text-align: right;
	vertical-align: bottom;
}

h1.title-news{}
/* main */
.main {
	padding-top: 47px;
	padding-bottom: 30px;
}
.main h1 {
	margin: 0 0 17px;
	font: 26px/32px 'museo_sans_cyrl700', sans-serif;
	color: #1a1a1a;
}
.main h2 {
	margin: 0 0 21px;
	font: 20px/32px 'museo_sans_cyrl500', sans-serif;
	color: #1a1a1a;
}
.main h3 {
	margin: 0 0 10px;
	font: 15px/22px 'museo_sans_cyrl700', sans-serif;
	color: #1a1a1a;
}
.main p {
	margin-bottom: 14px;
}
.main table.theme_table {
	width: 100%;
	text-align: center;
	margin-bottom: 38px;
}
.main caption {
	font: 16px/24px 'museo_sans_cyrl700', sans-serif;
	color: #1a1a1a;
	margin-bottom: 18px;
}
.main .theme_table th {
	background-color: #ededed;
	color: #1a1a1a;
	border-width: 0 0 2px 2px;
	border-color: #fff;
	border-style: solid;
	font: 12px/24px 'museo_sans_cyrl500', sans-serif;
	padding: 8px;
}
.main .theme_table thead tr:first-child th {
	font-size: 15px;
	font-family: 'museo_sans_cyrl700', sans-serif;
}
.main .theme_table thead tr:first-child th:first-child {
	width: 264px;
	border-left-width: 0;
}
.main .theme_table td {
	border-left-width: 2px;
	border-color: #fff;
	border-style: solid;
	padding: 11px;
}
.main .theme_table td:first-child {
	border-left-width: 0;
	text-align: left;
	padding-left: 107px;
}
.main .theme_table tbody tr:nth-child(odd) td {
	background-color: #f6f6f6;
}
.call-us {
	line-height: 28px;
	font-family: 'museo_sans_cyrl700', sans-serif;
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.call-us p {
	margin-bottom: 0;
}
.call-us a {
	text-decoration: none;
	font-size: 18px;
}
.strong-segments ul {
	text-align: justify;
}
.strong-segments ul:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: "";
	display: inline-block;
}
.strong-segments li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	padding-bottom: 30px;
	text-align: left;
    margin-right: 100px;
}
.strong-segments li:nth-child(3n+3){
    margin-right: 0 !important;
}
.strong-segments li img {
	display: block;
	margin-bottom: 12px;
}
.strong-segments li p {
	font-size: 13px;
	line-height: 20px;
}
.objects {
	counter-reset: list;
}
.objects li {
	position: relative;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 36px;
	margin-bottom: 32px;
}
.objects li:last-child {
	border: none;
}
.objects li:after {
	content: '';
	display: block;
	clear: both;
}
.objects li:before {
	counter-increment: list;
	content: counter(list);
	font: 14px/26px 'museo_sans_cyrl700', sans-serif;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -2px;
	top: -9px;
	width: 27px;
	height: 27px;
	background-color: #eb1c24;
	border: 2px solid #fff;
	border-radius: 50%;
}
.objects figure {
	float: left;
	padding-left: 12px;
	padding-top: 6px;
}
.objects figure img {
	display: block;
}
.description {
	float: left;
	width: 560px;
	padding-left: 33px;
	color: #151515;
	font-size: 13px;
	line-height: 22px;
}
.description h4 {
	margin: 0 0 -1px;
	color: #eb1c24;
	font: 15px/26px 'museo_sans_cyrl700', sans-serif;
}
.description h4 a{
	text-decoration: none;
}
.description h4 a:hover{
	text-decoration: underline;
}
.description p {
	margin-bottom: 10px;
}
.description dl {
	overflow: hidden;
}
.description dt {
	font-family: 'museo_sans_cyrl700', sans-serif;
	float: left;
	padding-right: 4px;
}
.description .place {
	font: 14px/24px 'museo_sans_cyrl700', sans-serif;
	margin-bottom: 6px;
}
.main .map {
	margin-bottom: 33px;
}

/* request-form */
.request-form {
	background-color: #f4f6f9;
	width: 693px;
	margin: 0 auto 38px;
	padding: 25px 52px;
	overflow: hidden;
}
.request-form h4 {
	font: 24px/28px 'museo_sans_cyrl700', sans-serif;
	color: #eb1c24;
	margin: 0 0 2px;
}
.request-form p {
	font: 20px/28px 'museo_sans_cyrl500', sans-serif;
	color: #1a1a1a;
	margin-bottom: 19px;
}
.request-form .btn {
	display: block;
	margin: 0 auto;
	border-width: 0 0 2px;
	padding: 0;
	cursor: pointer;
}
.request-form .holder input, .request-form textarea {
	background-color: #fff;
	width: 100%;
	color: #d7d7d7;
	border: 1px solid #d7d7d7;
	padding: 7px 14px;
	margin: 0 0 7px;
	color: #1a1a1a;
	font: 14px/23px 'museo_sans_cyrl300', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.request-form textarea {
	height: 72px;
	resize: none;
	margin-bottom: 12px;
}
.request-form .holder {
	overflow: hidden;
}
.request-form .row {
	float: left;
	width: 340px;
}
.request-form .row:last-child {
	float: right;
}
/* services */
.services {
	overflow: hidden;
	margin-bottom: 62px;
}
.services .slider {
	float: left;
	width: 430px;
}
.services .slider-holder {
	position: relative;
	overflow: hidden;
	min-height: 200px;
}
.services .slider-holder > a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.services .slider-holder > a.active{
	z-index: 10;
}
.services .slider-holder img {
	display: block;
	width: 414px;
	height: auto;
}
.services .slider .pager:after ,
.object .slider-pager:after{
	content: '';
	display: block;
	clear: both;
}
.services .slider .pager a,
.object .slider-pager a {
	width: 54px;
	height: 54px;
    margin-top: 6px;
	margin-right: 6px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* .services .slider .pager a:nth-child(8n+8) {
	margin-left: 0;
}*/

.services .slider .pager img,
.object .slider-pager img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: -1;
}
.services .slider .pager .active,
.object .slider-pager .active {
	border: 2px solid #eb1c24;
}
.services .text {
	float: right;
	width: 470px;
	padding-right: 40px;
}
.services .text h3 {
	margin-bottom: 19px;
	color: #eb1c24;
	font-size: 22px;
}

/* object */
.object {
	overflow: hidden;
	margin-bottom: 33px;
}
.object .holder {
	overflow: hidden;
}
.object .slider-holder {
	width: 529px;
	float: left;
	overflow: hidden;
	position: relative;
}
.object .slider-holder > a {
	position: absolute;
	width: 529px;
	z-index: 1;
}
.object .slider-holder > a.active{
	z-index: 10;
}
.object .slider-holder img {
	display: block;
}
.object .description {
	width: 381px;
	padding-left: 0;
	padding-right: 20px;
	float: right;
}
.object .slider-pager{
	padding: 0;
    width: 107%;
}
.object .slider-pager a {
	width: 97px;
	height: 97px;
    float: left;
    margin-right: 11px;
    margin-top: 11px;
}
.object .slider-pager a:first-child {
	margin-left: 0;
}
.object .slider-pager .active {
	background: rgba(0, 0, 0, .6) url(../images/loupe.png) no-repeat center;
}

/* our-projects */
.our-projects {
	background: url(../images/bg-our-projects.png) no-repeat center/cover;
	padding-top: 39px;
	padding-bottom: 35px;
    margin-bottom: 30px;
}
.our-projects h2 {
	font: 26px/1 'museo_sans_cyrl700', sans-serif;
	margin-bottom: 29px;
}
.our-projects .columns {
	overflow: hidden;
}
.our-projects .column {
	float: left;
	margin-left: 9px;
}
.our-projects .column:first-child {
	margin-left: 0;
}
.our-projects .column .box {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.our-projects .column .box img {
	display: block;
}
.our-projects .column .box .text {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 30px 25px 5px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.our-projects .column .box .text h5 {
	font: 18px/24px 'museo_sans_cyrl700', sans-serif;
	margin: 0 0 6px;
}
.our-projects .column .box .text p {
	font: 14px/19px 'museo_sans_cyrl500', sans-serif;
}
/* design */
.design h3 {
	font-size: 22px;
	margin-bottom: 19px;
}
/* about-us */
.about-us {
	background: url(../images/bg-about-us.png) no-repeat 90% 100%;
	padding-bottom: 27px;
}
.about-us .columns {
	overflow: hidden;
	margin-bottom: 21px;
}
.about-us .column {
	float: left;
	width: 460px;
}
.about-us .column:last-child {
	float: right;
	width: 423px;
}
.about-us .column h3 {
	margin-bottom: 22px;
	line-height: 26px;
}
.about-us .column ul {
	margin-bottom: 25px;
}
.about-us .column li, .contdiv ul li{
	padding-left: 28px;
	line-height: 28px;
	background: url(../images/bg-li.png) no-repeat 0 8px;
}

.about-us .contdiv1 ul li{
	padding-left: 28px;
	line-height: 28px;
	background: url(../images/bg-li1.png) no-repeat 0 8px;
}


.contdiv1 ul li{
	padding-left: 28px;
	line-height: 28px;
	background: url(../images/bg-li1.png) no-repeat 0 8px;
}


.images-about-us {
	text-align: justify;
	margin-bottom: 15px;
}
.images-about-us:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: "";
	display: inline-block;
}
.images-about-us li {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	text-align: left;
}
.images-about-us img {
	display: block;
}
.images-about-us span {
	color: #fff;
	display: table-cell;
	background-color: #eb1c24;
	font: 14px/18px 'museo_sans_cyrl700', sans-serif;
	width: 215px;
	height: 47px;
	padding: 0 5px 0 5px;
	vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
/* gallery */
.gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 506px;
	text-align: center;
}
.gallery .slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 506px;
	z-index: 1;
}
.gallery .slide.active{
	z-index: 10;
}
.gallery .gallery-container .wrap{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
	color: #fff;
	overflow: visible;
}
.gallery .gallery-container .text{
	width: 600px;
	padding-top: 59px;
}
.gallery .gallery-container h4{
	font: 56px/1 'museo_sans_cyrl900', sans-serif;
	margin: 0 0 26px;
}
.gallery .gallery-container p{
	font: 18px/24px 'museo_sans_cyrl700', sans-serif;
	margin-bottom: 27px;
}
.gallery .gallery-container .btn{
	width: 157px;
	font-size: 16px;
	line-height: 42px;
}
.gallery-thumbnails {
	z-index: 20;
	position: absolute;
	padding: 11px 0 0 45px;
	width: 915px;
	height: 94px;
	left: 50%;
	margin: 0 0 0 -480px;
	bottom: 22px;
	background: url(../images/bg-thumbnails.png) no-repeat;
}
.gallery-thumbnails .mask{
	width: 885px;
	overflow: hidden;
	position: relative;
}
.thumbnail-list{
	width: 99999px;
}
.thumbnail-list > a{
	float: left;
	width: 161px;
	height: 83px;
	overflow: hidden;
	margin: 0 16px 0 0;
	position: relative;
}
.thumbnail-list > a.active:after,
.thumbnail-list > a:hover:after{
	content: "";
	position: absolute;
	width: 157px;
	height: 79px;
	left: 0;
	top: 0;
	border: 2px solid #eb1c24;
}
.thumbnail-list  img{
	width: 100%;
	height: auto;
}
.gallery-thumbnails .btn-prev,
.gallery-thumbnails .btn-next{
	position: absolute;
	left: 14px;
	top: 45px;
	background: url(../images/slider-arrows.png) no-repeat;
	width: 13px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery-thumbnails .btn-prev:hover{
	background-position: 0 -24px;
}
.gallery-thumbnails .btn-next{
	left: auto;
	right: 14px;
	background-position: -13px 0;
}
.gallery-thumbnails .btn-next:hover{
	background-position: -13px -24px;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../images/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../images/blank.gif);
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(../images/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../images/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
div.objects_map {
    width: 99%;
    height: 382px;
    float: left;
    display: inline;
    margin-bottom: 40px;
}
.obj_hideMe{
    /*display: none;*/
    display: block;
    padding-top: 20px;
}

.obj_showMe{
    display: block;
    padding-left: 40px;
    font-size: 22px;
    line-height: 12px;
    color: #00187E;
}

.mini_news{
    margin-top: 20px;
}

.mini_news span{
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    color: #bfbfbf;
}

.mini_news a{
    color: #d83131;
    font-size: 14px;
}

.mini_news div{
    margin-top: 8px;
    color: #848484;
    font-size: 11px;
    width: 190px;
    font-weight: bold;
    line-height: 19px;
}
.mapTableObj{
    width: 425px;
}
.mapTableObj a{
    color: black;
}

div#scroll_up {z-index: 99;overflow: hidden;width: 35px;position: fixed;left: 5px;bottom: 5px;height: 35px;cursor: pointer;}
div#scroll_back {z-index: 99;overflow: hidden;width: 5px;position: fixed;right: 5px;bottom: 5px;height: 35px;cursor: pointer;}

.ourProjectBl9 .columns a{
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}

.ourProjectBl9 .columns a:nth-child(3n+3){
    margin-right: 0;
}

.wrap .columns a img{
    display: block;
}
.objectPrevNext .objPrev{
    display: block;
    font-size: 24px;
    float: left;
}
.objectPrevNext .objNext{
    display: block;
    font-size: 24px;
    float: right;
}
.main .red-shadow{
    color:#999;
    padding:10px;
    font-size:20px;
}
.main .pe{
  text-decoration: none; 
outline: none; 
display: inline-block; 
width: 200px; 
height: 45px; 
line-height: 45px; 
border-radius: 45px; 
margin: 10px 20px; 
font-family: 'museo_sans_cyrl700', sans-serif; 
font-size: 11px; 
text-transform: uppercase; 
text-align: center; 
letter-spacing: 3px; 
font-weight: 600; 
color: #524f4e; 
background: white; 
box-shadow: 0 8px 15px rgba(0,0,0,.1); 
transition: .3s; 
padding: 0 26px; 
}
.main .pe:hover{
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  font-size: 13px; 
  color: white;
  transform: translate Y(-7px);
}
