@charset "utf-8";
/* CSS Document */


/* Typography 
-------------------------------------*/

* {margin: 0; padding: 0;}

body {
	background: #fff;
	font: 100%/1.1em 'Roboto', Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main-page {
    height: 100%;
}

.dark-fix-none {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: rgba(0, 0, 0, 0.9);
}

.dark-fix-bg,
.dark-fix-bg-n {
	display: block;
}

html {height: 100%;}

a {
	color: #c44232;
	text-decoration: none;
}

.main-slide-tt a, .bottom-tt-ops a {
    color: #FFF;
}

.main-slide-tt a:hover, .bottom-tt-ops a:hover {
    color: #FFF;
    text-decoration: none;
}

.bottom-tt-ops a {
    margin: auto;
}

.views-exposed-form label{
    display: none;
}
.views-exposed-form input[type="submit"]{
    display: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

h2 {
	margin-bottom: 20px;
	font: 1.25em/1.15em 'Roboto', Arial, sans-serif; /* 20px / 16px */
	color: #000;
}

span.st-main-tt {
	display: block;
	font-size: 1.375em; /* 22px / 16px */
	margin: 36px 0 42px;
}

.main-about-tt h1 {
	margin: 18px 0 25px;
	font: 3em/1.1em 'Roboto', Arial, sans-serif; /* 48px / 16px */
	color: #000;
}

.main-about-tt h1 span {
	font-weight: 300;
}

.locale-untranslated { display: none; }

.main-about-tt p {
	margin-bottom: 38px;
	font-size: 1.5em; /* 24px / 16px */
	line-height: 1.2083333333333333em; /* 29px / 24px */
}

.content-tt {
	display: block;
	font-size: 1.375em; /* 22px / 16px */
	padding: 72px 0 40px;
}

.standart-txt-bl {margin: 50px 0 70px;}

.wrap-botoom-line {
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}

.standart-txt-bl p {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 1.25em; /* 20px / 16px */
}

.standart-txt-bl p.aside-txt {text-align: right;}

.st-list-txt li, .standart-txt-bl ul > li, .news-node ul > li {
	padding-left: 25px;
	margin-bottom: 20px;
	background: url(../img/list.png) 0 5px no-repeat;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 1.25em; /* 20px / 16px */
}



/* Hover Effects 
-------------------------------------*/

.btn:hover, .form-submit:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9;
}

a:hover,
.main-blogs-tt a:hover {
	text-decoration: underline;
}


/* Style Form 
-------------------------------------*/

.chosen-search {
    display: none;
}

.chosen-container .chosen-drop {
    display: none;
}

.chosen-container.chosen-with-drop .chosen-drop{
    display:block;
}

input[type="text"],
input[type="password"],
textarea {
	position: relative;
	width: 96%;
	padding: 0 2%;
	height: 45px;
	color: #000;
	border: 1px solid #000;
	outline: none;
	font: 0.9375em 'Roboto', Arial, sans-serif;

	-webkit-box-shadow: -1px 0 0 0 #e1e1e1, -1px 0 0 0 #e1e1e1 inset;
	-moz-box-shadow: -1px 0 0 0 #e1e1e1, -1px 0 0 0 #e1e1e1 inset; 
	box-shadow: -1px 0 0 0 #e1e1e1, -1px 0 0 0 #e1e1e1 inset;
}

textarea {
	height: 140px;
	width: 96%;
	padding: 5px 2%;
	resize: vertical;
	margin-bottom: 22px;
	text-align: left;

	-webkit-box-shadow: -1px 0 0 0 #e1e1e1, -1px 0 0 0 #e1e1e1 inset;
	-moz-box-shadow: -1px 0 0 0 #e1e1e1, -1px 0 0 0 #e1e1e1 inset; 
	box-shadow: -1px 0 0 0 #e1e1e1, -1px 0 0 0 #e1e1e1 inset;
}

label {cursor: default;}

.inputs-form-pp input[type="text"] {
	width: 95%;
	padding: 0 2.3%;
	margin-top: 12px;
}

.sec-div-repeat input[type="text"],
.sec-div-repeat textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sec-div-repeat input[type="text"] {
    width: 240px;
    padding: 0 10px;
}

.sec-div-repeat textarea {
    height: 90px;
    padding: 5px 10px;
    width: 240px;
    margin-bottom: 0;
}

.sec-div-repeat.capcha-bl input[type="text"] {
    width: 100px;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    margin-left: 40px;
}


::-webkit-input-placeholder {color: #959595;}
:-moz-placeholder {color: #959595;}
.placeholder {color: #959595;}
*:focus::-moz-placeholder {color: transparent !important;}
*[autofocus]::-moz-placeholder:focus {color: graytext !important;}
*:focus:-moz-placeholder {color: transparent !important;}
*[autofocus]:-moz-placeholder:focus {color: graytext !important;}
*:focus::-webkit-input-placeholder {color: transparent !important;}
*[autofocus]::-webkit-input-placeholder {color: graytext !important;}


.spec-more-f form {
	float: left;
	width: 550px;
}

.spec-more-f form + form {width: 392px;}
.spec-contacts-f {padding-top: 80px;}

.spec-f-tt {
	display: block;
	font-size: 1.375em; /* 22px / 16px */
	margin-bottom: 40px;
}

.sec-div-repeat {
	margin: 0 0 25px;
	font-size: 0.9375em; /* 15px / 16px */
}

.sec-div-repeat i {
	font-style: normal;
	color: #c44232;
}

.sec-div-repeat .grippie{
	display: none;
}

.sec-div-repeat > span, .sec-div-repeat label {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
}

.spec-more-f form + form .sec-div-repeat > span, .spec-more-f form + form .sec-div-repeat label {
	width: 125px;
}

label {
    font-weight: 400;
}

.marker, .form-required {
    font-style: normal;
    color: #C44232;
}

.capcha-bl img {
    height: 45px;
    width: 95px;
    vertical-align: middle;
}

.captcha, .form-item-captcha-response {
    display: inline
}

.form-item-captcha-response img{
	border: 1px solid;
}

.sec-div-repeat .textarea-label {
	vertical-align: top;
}

.spec-contacts-color .sec-div-repeat > span, .spec-contacts-color .sec-div-repeat label,
.spec-contacts-color .spec-f-tt,
.spec-contacts-f input[type="file"] {
	color: #fff;
}

.search-f {
	position: relative;
	padding-right: 197px;
	margin-bottom: 35px;
}

.search-f .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 174px;
	padding: 0;
}

.form-bl-pp {
	border-top: 1px solid #eeeeee;
	margin-bottom: 40px;
}

.inputs-form-pp {
	overflow: hidden;
	color: #000000;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 17px;
	margin: 0 0 25px -3.5483870967741936%; /* 22px / 620px */;
}

.inputs-form-pp i {
	font-style: normal;
	color: #c44232;
}

.inputs-form-pp span {
	display: block;
	float: left;
	width: 29.7%; /* 192px / 620px */
	margin-left: 3.5483870967741936%; /* 22px / 620px */
}


.search {
	position: relative;
	float: left;
}

.search input[type="text"] {
	position: relative;
	width: 124px;
	height: 28px;
	padding: 0 30px 0 10px;
	font: 0.9375em 'Roboto', Arial, sans-serif; /* 15px / 16px */
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.search input[type="button"], .search input[type="submit"] {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 7px;
	top: 4px;
	background: url(../img/sprite.png) 0 -74px no-repeat;
	border: none;
}

.capcha-img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 45px;
	margin-right: 18px;
	border: 1px solid #000;
	background-color: #fff;
	text-align: center;
}

.capcha-img img {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
    border: 1px solid #000;
}

#map-canvas {
	width: 1280px;
	height: 471px;
}



/* Animation 
-------------------------------------*/

.hidden {opacity: 0;}
.visible {opacity: 1;}

.stand-photo-bl li,
.stand-photo-bl li + li + li,
.stand-photo-bl li + li + li + li + li,
.stand-photo-bl li + li + li + li + li + li + li,
.stand-photo-bl li + li + li + li + li + li + li + li + li,
.max-width-img > img {
	-webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.slides .max-width-img > img.fadeInUp {
	-webkit-animation-duration: 0;
	-moz-animation-duration: 0;
	-ms-animation-duration: 0;
	-o-animation-duration: 0;
	animation-duration: 0;
}

.stand-photo-bl li + li,
.stand-photo-bl li + li + li + li,
.stand-photo-bl li + li + li + li + li + li,
.stand-photo-bl li + li + li + li + li + li + li + li,
.stand-photo-bl li + li + li + li + li + li + li + li + li + li {
	-webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.stand-photo-mini li + li + li,
.stand-photo-mini li + li + li + li + li + li,
.stand-photo-mini li + li + li + li + li + li li + li + li,
.max-w-bl-left,
.max-w-bl-right,
.spec-contacts-f {
	-webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeInUp {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}


@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		transform: translateX(0);
	}
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		transform: translateX(0);
	}
}




/* Button style 
-------------------------------------*/

.more-btn-wrap {
	display: block;
	margin-bottom: 25px;
}


.aside-btn {
	display: block;
	text-align: right;
}

.btn, .form-submit {
	border: none;
	position: relative;
	display: inline-block;
	height: 47px;
	width: 150px;
	padding: 0px 12px;
	font: 14px/47px 'Roboto', Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../img/btn.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.form-submit {
    vertical-align: middle;
}

a.btn-arrow span,
.arrow-top a,
.arrow-bottom a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	margin-left: 18px;
	background: url(../img/sprite.png) -147px -21px no-repeat;

	-moz-transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
}

a.btn-arrow:hover {
	color: #000;
	text-decoration: none;
}

a.btn-arrow:hover span {
	background-position: -238px -78px;
	margin-left: 26px;
}

a.btn-arrow span:before,
.arrow-top a:before,
.arrow-bottom a:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(../img/sprite.png) 0 0 no-repeat;
}

.arrow-top {
	display: block;
	padding-bottom: 16px;
	text-align: center;
}

.arrow-top a {
	margin-left: 0;
	background-position: 0 -21px;
}

.arrow-top a:before {
	background-position: -18px 0;
}

.main-wrap-slider .arrow-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	/* background-color: #c44232; */
}

.arrow-bottom a {
	margin-left: 0;
	background-position: -97px -21px;
}

.arrow-bottom a:before {
	background-position: -36px 0;
}

.aside-back {
	text-align: right;
	margin-bottom: 48px;
}

.aside-back a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font: 0.875em/30px 'Roboto', Arial, sans-serif; /* 14px / 16px */
	color: #c44232;
	border-bottom: 1px solid #eeeeee;
	padding: 0 6px 0 38px;
}

.aside-back a:before {
	content: ' ';
	position: absolute;
	left: 0;
	border-right: 1px solid #eeeeee;
	width: 28px;
	height: 30px;
	background: url(../img/sprite.png) -147px -127px no-repeat;
}

.btn-m {
	display: block;
	text-align: center;
	margin: 55px 0;
}

.btn-m a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 174px;
	height: 47px;
	line-height: 47px;
	font-size: 0.875em;  /* 14px / 16px */
	color: #fff;
	text-align: center;
	background-color: #000;
}


/* fix button firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}



/* Navigation and other links
-------------------------------------*/

.menu {
	float: right;
	margin-top: 32px;
}

.menu > ul {
	float: right;
	line-height: 42px;
}

.menu > ul > li {
	float: left;
	text-align: center;
}

.menu > ul > li > a {
	position: relative;
	z-index: 10;
	display: block;
	padding: 0 19px;
	font-size: 0.875em;
	color: #fff;
}

.drop-d-menu-item:hover > a {
	background-color: #fff;
	color: #c44232;
}

.menu > ul > li > a:hover,
.menu > ul > li.active > a, .menu > ul > li.active-trail > a {
	text-decoration: none;
	color: #c44232;
}

.head-nav.sticky .menu {margin-top: 0;}
.head-nav.sticky .menu > ul {line-height: 40px;}
.head-nav.sticky .menu .drop-d-menu {top: 40px;}
.head-nav.sticky.open .menu .drop-d-menu {top: 0;}

.drop-d-menu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 9;
	top: 84px;
	width: 100%;
	/* padding: 70px 0 30px; */
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.drop-d-menu .centered-bl {
    padding: 70px 0 30px;
}

.drop-d-menu .centered-bl > div {
	float: left;
	width: 18%;
	margin-left: 8%;
	text-align: left;
}

.drop-d-menu .centered-bl div:first-child {
	margin-left: 0;
}

.drop-d-menu .centered-bl > div > span {
	display: block;
	margin-bottom: 20px;
	font-size: 1.25em; /* 20px / 16px */
	line-height: 1.1em;
}

.drop-d-menu .centered-bl > div > span a {
	color: #000000;
}

.drop-d-menu .centered-bl > div > span a:hover {
	color: #000000;
	text-decoration: none;
	color: #c44232;
}

.drop-d-menu ul {
	margin-bottom: 30px;
}

.drop-d-menu ul li {
	position: relative;
	border-top: 1px solid #c44232;
	padding: 11px 0;
	line-height: 1em;
}

.drop-d-menu ul li:first-child {border: none;}
.drop-d-menu ul li a {display: block; color: #000;}
.drop-d-menu ul li:hover a {color: #c44232; text-decoration: none;}
.drop-d-menu ul li:hover .more-info-menu {display: block;}

.more-info-menu {
	display: none;
	position: absolute;
	z-index: 12;
	margin-left: 13px;
	left: 100%;
	top: 0;
	border: 2px solid #ffffff;
	width: 212px;
	height: 207px;

	-webkit-box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.2);
	-moz-box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.2); 
	box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.2);
}

.centered-bl div:last-child .more-info-menu {
	left: -242px;
}

.centered-bl div:last-child .more-info-menu:before {
	left: 216px;
	background-position: -141px 0;
}

.more-info-menu:before {
	content: ' ';
	position: absolute;
	left: -10px;
	top: 11px;
	width: 8px;
	height: 17px;
	background: url(../img/sprite.png) -75px 0 no-repeat;
}

.more-info-menu img {
	width: 212px;
	height: 207px;
}

.more-info-menu span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 188px;
	padding: 12px;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.9);
	color: #c44232;
	font-size: 0.9375em; /* 15px / 16px */
}


.aside-content-nav {
	float: right;
	margin-top: 40px;
}

.aside-content-nav li {
	display: inline-block;
	vertical-align: middle;
	padding:  0 9px 0 5px;
	font-size: 0.75em; /* 12px / 16px */
	line-height: 13px;
	color: #c44232;
	border-right: 2px solid #999999;
	
	-webkit-box-shadow: -1px 0 0 0 #ededed inset;
	-moz-box-shadow: -1px 0 0 0 #ededed inset; 
	box-shadow: -1px 0 0 0 #ededed inset;
}

.aside-content-nav li:last-child {
	padding: 0 0 0 5px;
	border: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none; 
	box-shadow: none;
}

.aside-content-nav li a {
	color: #999999;
}


.pagination, .item-list ul.pagination {
	clear: both;
	margin-bottom: 78px;
	text-align: center;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 18px;
}

.pagination li a { 
	color: #000;
	text-align: center;
	font-size: 0.875em; /* 14px / 16px */
}

.pagination .active a, .pagination li.active {
	color: #c44232;
	text-decoration: none;
	cursor: default;
}

.pagin-next a,
.pagin-prev a {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	position: relative;
	background: url(../img/sprite.png) -147px -21px no-repeat;
}

.pagin-prev.prev-inactive a {cursor: default; background-position: -245px -21px;}
.pagin-next.next-inactive a {cursor: default; background-position: -197px -21px;}

.pagin-next a:before,
.pagin-prev a:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	background: url(../img/sprite.png) 0 0 no-repeat;
}

.pagin-prev a:before {
	background-position: -54px 0;
}



.footer-links li {
	border-top: 1px solid #c44232;
	padding: 10px 0;
}

.footer-links li:first-child {
	border-top: none;
}

.footer-links a {
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 1.2666666666666666em; /* 19px / 15px */
	color: #999999;
}

.footer-links a:hover {
	text-decoration: none;
	color: #fff;
}


.soc {
	float: left;
	margin-top: 4px;
	margin-right: 35px;
}

.soc a,
.share-main a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	height: 22px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.soc-f {
	width: 11px;
	background-position: -31px -73px;
}

.soc-t {
	width: 21px;
	background-position: -61px -73px;
}

.soc-g {
	width: 18px;
	background-position: -99px -73px;
}

.soc-y {
	width: 18px;
	background-position: -136px -73px;
}


.share-main {
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
	line-height: 17px;
	color: #999999;
	font-size: 0.875em; /* 14px / 16px */
}

.share-main a {
	height: 17px;
	margin: 0 0 0 15px;
}

.share-ic-f {
	background-position: -54px -127px;
	width: 13px;
}

.share-ic-t {
	background-position: -84px -127px;
	width: 20px;
}

.share-ic-g {
	background-position: -123px -127px;
	width: 18px;
}



.aside-head-hover-btn {
	position: fixed;
	right: 0;
	top: 148px;
	z-index: 10;
	width: 57px;
}

.aside-head-hover-btn:hover {
	width: 228px;
}

.aside-head-hover-btn a {
	float: right;
	height: 54px;
	width: 57px;
	text-align: center;
	background-color: #000;
	background: rgba(0, 0, 0, .7);
}

.soc-h,
.lang {
	position: relative;
	overflow: hidden;
	padding-right: 57px;
	height: 54px;
}

.aside-head-hover-btn a.act, .aside-head-hover-btn a.active{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}

.lang:hover a,
.soc-h:hover a {
	opacity: 1;

	-moz-transition: opacity 0.9s ease;
	-webkit-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}

.lang a, .lang li a {
	opacity: 0;
	color: #fff;
	font-size: 0.875em; /* 14px / 16px */
	line-height: 57px;
}

.aside-head-hover-btn:not(:hover) .lang {
    font-size: 0;
}

.aside-head-hover-btn:not(:hover) .lang:after {
    content: "lang";
    display: inline-block;
    font-size: 16px;
    width: 57px;
    position: fixed;
    right: 0;
    top: 148px;
    z-index: 10;
    height: 54px;
    line-height: 54px;
    color: #fff;
    text-align: center;
}

.lang a:hover, .lang li a:hover {
	text-decoration: none;
	color: #c44232;
}

.soc-h a {
	position: relative;
	opacity: 0;
}

.soc-h a:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 22px;
	margin-top: -11px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.soc-h-f:before {
	width: 11px;
	margin-left: -6px;
	background-position: -31px -73px;
}

.soc-h-t:before {
	width: 21px;
	margin-left: -11px;
	background-position: -61px -73px;
}

.soc-h-g:before {
	width: 18px;
	margin-left: -9px;
	background-position: -99px -73px;
}

.soc-h-y:before {
	width: 18px;
	margin-left: -9px;
	background-position: -136px -72px;
}

a:hover.soc-h-f:before {background-position: -169px -101px;}
a:hover.soc-h-t:before {background-position: -120px -101px;}
a:hover.soc-h-g:before {background-position: -75px -101px;}
a:hover.soc-h-y:before {background-position: -26px -100px;}


.aside-nav > ul > li {
	margin-bottom: 26px;
	
}

.aside-nav > ul > li > a, a.chosen-single {
	display: block;
	position: relative;
	border: 1px solid #000000;
	line-height: 45px;
	padding: 0 14px;
	color: #000;
	font-size: 0.9375em; /* 15px / 16px */
	text-decoration: none;
}

.aside-nav > ul > li > a:before {
	content: ' ';
	position: absolute;
	right: 11px;
	top: 15px;
	width: 16px;
	height: 16px;
	background: url(../img/sprite.png) -97px 0 no-repeat;
}

.aside-nav > ul > li li {
	border: 1px solid #000;
}

.aside-nav > ul > li li:last-child a {
	border-bottom: none;
}

.aside-nav > ul > li li a {
	display: block;
	line-height: 39px;
	background-color: #000;
	padding-left: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9375em; /* 15px / 16px */
	border-bottom: 1px solid #fff;
}

.aside-nav > ul > li li a:hover {color: #c44232;}
.aside-nav > ul ul {display: none;}


.menu .search {
	display: none;
}



/* Page 
-------------------------------------*/

.clear {clear: both;}
.group:after {content: "."; display: block; height: 0; clear: both;
visibility: hidden;}
header, nav, section, article, aside, footer {display: block;}


.centered-bl {
	display: block;
	position: relative;
	max-width: 942px;
	padding: 0 20px;
	margin: 0 auto;
}

#middle {width: 100%; height: 1%; position: relative;}
#middle:after {content: ' '; display: block; clear: both; visibility: hidden; height: 0;}

#container {
	
}

.line-repeat {
	position: relative;
	z-index: 2;
	display: block;
	height: 4px;
	background-color: #c44232;
}

.stand-photo-bl {
	padding-bottom: 24px;
	margin-left: -2%; /* 18px / 942px */
}

.stand-photo-bl li {
	position: relative;
	float: left;
	width: 48%; /* 462px / 942px */
	position: relative;
	margin: 0 0 18px 2%; /* 18px / 942px */
}

.stand-photo-mini {margin-bottom: 50px;}

.stand-photo-mini li {
	width: 31.33333%;
	margin: 0 0 18px 2%;
}

.footer {
	width: 100%;
	background: #000000;
}

.footer-links {
	margin: 0 0 26px -7.006369426751592%; /* 66px / 942px */
}

.footer-links div {
	width: 26.32696390658174%; /* 248px / 942px */
	float: left;
	margin-left: 7.006369426751592%; /* 66px / 942px */
}

.footer-soc-contacts {background-color: #c44232;}

.footer-soc-contacts .centered-bl {
	overflow: hidden;
	padding: 13px 20px;
}

.head-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 74px;
	padding: 10px 20px 0;
	background-color: #000000;
}

.center-head {
	max-width: 942px;
	padding: 0 20px;
	margin: 0 auto;
}

.head-nav.sticky {
	height: 40px;
	padding-top: 0;

	-moz-transition: padding 0.5s ease;
	-webkit-transition: padding 0.5s ease;
	transition: padding 0.5s ease;

	-moz-transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}


.main-wrap-slider {
	height: 100%;
	position: relative;
}

.main-about-tt {padding: 50px 0 80px;}
.main-news {padding-bottom: 80px;}
.sec-color-st {background-color: #eeeeee;}
.date {color: #c44232;}

.sec-img1 {
	min-height: 523px;
	background: url(../img/sec-bg1.jpg) 50% 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.main-blogs-biggest {
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
	width: 65.81740976645435%; /* 620px / 942px */
	background-color: #fff;
}

.main-blogs-mini {
	overflow: hidden;
	width: 31.84713375796178%; /* 300px / 942px */
	margin: 0 0 19px 68.15286624203821%; /* 642px / 942px */
	background-color: #fff;
}

.logo {
	position: relative;
	z-index: 10;
	float: left;
}

.logo a {
	display: block;
	width: 176px;
	height: 61px;
	background: url(../img/logo.png) 0 0 no-repeat;
}

.head-nav.sticky .logo {
	margin-top: 9px;
}

.head-nav.sticky .logo a {
	width: 106px;
	height: 19px;
	background: url(../img/logo-mini.png) 0 0 no-repeat;
}

.head-content-title {
	margin-top: 84px;
	border-bottom: 1px solid #eeeeee;
}

.photo-video-bl {margin-bottom: 60px;}

.max-width-img {
	max-width: 1980px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.max-width-img > img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.max-width-img .centered-bl {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 942px;
	text-align: left;
	top: 0;
	left: 50%;
	margin-left: -491px;
}

.max-w-bl-left,
.max-w-bl-right {
	float: left;
	max-width: 310px;
	min-width: 196px;
	margin: 50px 0 0;
}

.max-width-img .content-tt {
	line-height: 1.2em;
}

.max-w-bl-spec-color .content-tt {}
.max-w-bl-right {float: right;}

.biggest-tt {
	display: block;
	font-size: 3em; /* 48px / 16px */
	line-height: 1.1em;
}

.max-w-bl-spec-color .biggest-tt {
	color: #fff;
}

.max-w-name  {max-width: 420px;}

.main-bl-content {
	float: left;
	margin: 40px 0;
	width: 65.81740976645435%; /* 620px / 942px */
}

.aside {
	float: right;
	margin-top: 40px;
	width: 25.902335456475584%; /* 244px / 942px */
}

.map-bl {
	text-align: center;
	min-height: 420px;
	position: relative;
	overflow: hidden;
}

.map-bl {
	/*position: absolute;*/
	/*top: 0;*/
	max-width: none;
	width: 1280px;
	/*margin-left: -640px;*/
	margin: 0 auto;
	height: 100%;
}


/* Content
-------------------------------------*/

.btn-icon-play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -39px 0 0 -39px;
	width: 79px;
	height: 79px;
	background: url(../img/sprite.png) -86px -166px no-repeat;
}

.stand-photo-bl li:hover .btn-icon-play {
	background-position: 0 -166px;
}

.stand-photo-bl li img {
	width: 100%;
	height: 100%;
	max-height: 395px;
}

.stand-photo-bl a {display: block;}
.more-btn-h {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-left: -100%;
	background: url(../img/more-btn.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

	-moz-transition: margin 0.3s ease;
	-webkit-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}

.stand-photo-bl a:hover .more-btn-h {
	margin-left: 0;
	height: 84px;
}

.hover-mask {
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0;
}

.stand-photo-bl a:hover .hover-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity:1;
	visibility:visible;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	opacity: 1;

	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.more-btn-h span {
	display: inline-block;
	position: relative;
	line-height: 84px;
	margin-left: 26px;
	padding-right: 63px;
	color: #fff;
	font-size: 0.875em; /* 14px / 16px */
}

.more-btn-h span:before {
	content: ' ';
	position: absolute;
	right: 0;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background: url(../img/sprite.png) -190px -78px no-repeat;
}

.more-btn-h span:after {
	content: ' ';
	position: absolute;
	right: 14px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	background: url(../img/sprite.png) 0 0 no-repeat;
}

.stand-photo-bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 240px;
	height: 76px;
	background: url(../img/stand-bg.png) 100% 0 no-repeat;
	padding: 8px 16px 0 21px;
	font-size: 1.00em; /* 20px / 16px */
	line-height: 1.15em; /* 23px / 20px */
	color: #fff;

	-webkit-background-size: cover;
	background-size: cover;
}

.stand-photo-mini li,
.ov-hiddden {
	overflow: hidden;
}

.stand-photo-mini li .stand-photo-bottom {
	width: 98%;
	height: 65px;
	padding: 19px 0 0 21px;
}

.stand-mini-hover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 15;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.stand-photo-mini li:hover .stand-mini-hover {
	visibility: visible;
	background: url(../img/stand-mini-hover.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 1;
}

.stand-mini-hover span {
	display: block;
	padding: 32px 23px 10px;
	color: #fff;
	font-size: 0.9375em; /* 15px / 16px */
}

.stand-photo-mini .stand-photo-bottom span {
	position: relative;
	z-index: 20;
}

.stand-photo-bottom .date {
	display: block;
	margin: 0 0 0 2px;
	font-size: 0.7em; /* 14px / 20px */
}

.max-w-bl-left p,
.max-w-bl-right p {
	margin-bottom: 30px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 1.2666666666666666em; /* 19px / 15px */
}

.max-w-bl-spec-color p,
.max-w-bl-spec-color .content-tt {
	color: #fff;
}

.main-blogs-biggest .main-blogs-head,
.main-blogs-biggest .main-blogs-tt,
.main-blogs-biggest p,
.main-blogs-biggest .more-btn-wrap {
	margin-left: 57.09677419354838%; /* 354px / 620px */
}

.main-blogs-biggest .main-blogs-head {padding: 36px 20px 15px 0;}
.main-blogs-biggest .main-blogs-head .date {margin-left: 17px;}

.main-blogs-biggest .main-blogs-tt {
	max-width: 210px;
	margin-bottom: 20px;
	font-size: 1.5em; /* 24px / 16px */
	line-height: 1.1666666666666667em; /* 28px / 24px */
}

.main-blogs-biggest p {
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 1.2666666666666666em; /* 19px / 15px */
}

.main-blogs-biggest .more-btn-wrap {
	text-align: left;
	margin-bottom: 0;
}

.main-blogs-mini img {
	float: left;
	width: 49.333333333333335%; /* 148px / 300px */
}

.main-blogs-head,
.main-blogs-tt,
.main-blogs-mini .more-btn-wrap {
	margin-left: 55.33333333333333%; /* 166px / 300px */
}

.main-blogs-head {
	padding: 15px 0;
	color: #999999;
	font-size: 0.875em; /* 14px / 16px */
}

.main-blogs-mini .date {
	display: block;
	margin-top: 5px;
}

.main-blogs-tt {
	display: block;
	max-width: 125px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 1.2666666666666666em; /* 19px / 15px */
}

.main-blogs-tt a {
	display: inline-block;
	vertical-align: middle;
	color: #000;
}

.main-blogs-mini .more-btn-wrap,
.main-blogs-mini p {
	display: none;
}

.download-img {
	position: absolute;
	z-index: 11;
	right: 0;
	top: 50%;
	margin-top: -29px;
	width: 56px;
	height: 56px;
	background: #fff url(../img/sprite.png) -177px -129px no-repeat;
}

.download-img:hover {background-position: -175px -198px;}
.download-img:hover .hint-download {display: block;}

.main-bl-content ol > li {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 10px;
}

.main-bl-content ol {
    margin: 20px 0px;
}

.main-bl-content em {
    margin: 20px 0px;
    display: block;
}

.hint-download {
	display: none;
	position: absolute;
	right: 51px;
	top: 50%;
	width: 188px;
	margin-top: -14px;
	height: 27px;
	line-height: 27px;
	font-size: 0.6875em; /* 11px / 16px */
	background-color: #fff;
	background: rgba(255, 255, 255, .9);
	padding: 0 9px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px 0 rgba(196, 66, 50, .75);
	-moz-box-shadow: 1px 1px 3px 0 rgba(196, 66, 50, .75); 
	box-shadow: 1px 1px 3px 0 rgba(196, 66, 50, .75);
}

.hint-download:before {
	content: ' ';
	position: absolute;
	right: -8px;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url(../img/sprite.png) -86px 0 no-repeat;
}

.logo-txt {
	display: block;
	position: relative;
	z-index: 10;
	margin-top: -130px;
}

.blog-titles {margin-bottom: 35px;}

.blog-titles > div:first-child {
	margin-top: 0;
	padding-top: 0;
	margin-top: 0;
	border: none;
}

.blog-titles > div {
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
	margin-top: 31px;
}

.blog-titles > div img {
	margin-bottom: 25px;
}

.blog-titles > div p {
	margin-bottom: 20px;
	text-align: justify;
}

.bl-autor {
	display: block;
	margin-bottom: 25px;
	color: #999999;
	line-height: 13px;
}

.bl-autor b {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	border-right: 2px solid #999999;

	-webkit-box-shadow: -1px 0 0 0 #ededed inset;
	-moz-box-shadow: -1px 0 0 0 #ededed inset; 
	box-shadow: -1px 0 0 0 #ededed inset;
}

.bl-autor .date {
	font-size: 0.875em; /* 14px / 16px */
	margin-left: 8px;
}

.blog-titles > div p {
	line-height: 1.3125em; /* 21px / 16px */
	font-size: 0.9375em; /* 15px / 16px */
}

.blog-titles > div p a {
	font-size: 0.9333333333333333em; /* 14px / 15px */
}

.adress-icons {
	margin-bottom: 80px;
	max-width: 600px;
}

.adress-icons span:first-child {
	display: block;
}

.adress-icons span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	padding-left: 40px;
	margin-bottom: 18px;
}

.adress-icons span:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 20px;
	margin-top: -10px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.ad-icon1:before {background-position: -237px -130px;}
.ad-icon2:before {background-position: -237px -165px;}
.ad-icon3:before {background-position: -269px -127px;}
.ad-icon4:before {background-position: -269px -162px;}

.oth-inf-tt {
	display: block;
	padding: 20px 0 0 41px;
	margin: 0 0 30px;
	font-size: 1.125em; /* 14px / 16px */
	position: relative;
}

.oth-inf-tt:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 20px;
	width: 28px;
	height: 22px;
	background: url(../img/sprite.png) -261px -188px no-repeat;
}

.oth-list {margin-bottom: 40px;}

.oth-list li {
	margin-bottom: 15px;
	font-size: 0.9375em; /* 15px / 16px */
}

.oth-list b {
	font-style: italic;
	margin-right: 20px;
}

.about-object-bl {margin-bottom: 70px;}
.about-object-bl div:first-child {border-top: none;}

.about-object-bl div {
	padding-bottom: 40px;
	border-top: 1px solid #eeeeee;
}

.object-tt {
	display: block;
	margin: 35px 0 40px;
	font-size: 1.375em; /* 22px / 16px */
	line-height: 1em;
}

.object-tt span {
	margin-left: 10px;
	font-size: 0.8181818181818182em; /* 18px / 22px */
}

.obj-icon {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.obj-icon a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 39px;
	line-height: 27px;
	font-size: 0.9375em; /* 15px / 16px */
	color: #000000;
	text-decoration: underline;
	margin-left: 28px;
}

.obj-icon a:hover {text-decoration: none;}

.obj-icon a:before {
	content: ' ';
	position: absolute;
	left: 0;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.plan-ic:before {
	width: 26px;
	height: 25px;
	top: 2px;
	background-position: -263px -218px;
}

.rent-ic:before {
	width: 28px;
	height: 27px;
	top: 1px;
	background-position: -231px -217px;
}

.buy-ic:before {
	width: 24px;
	height: 25px;
	top: 1px;
	background-position: -233px -188px;
}

.object-img {
	display: inline-block;
	vertical-align: top;
}

.object-img a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.object-img a:hover:before,
.object-img a:hover:after {
	opacity: 1;

	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.object-img a:before {
	opacity: 0;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #c44232;
	background: rgba(196, 66, 50, 0.7);
}

.object-img a:after {
	opacity: 0;
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(../img/sprite.png) 0 -250px no-repeat;
}

.search-p {
	margin: 40px 0;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 1.2666666666666666em; /* 19px / 16px */
	color: #000;
}

.search-p p b {
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}

.results-search {margin-bottom: 50px;}
.results-search li:first-child {border: none;}
.results-search li p {margin-bottom: 18px;}

.results-search li {
	border-top: 1px solid #eeeeee;
	padding: 18px 0 0;
	text-align: justify;
}

.results-search li span {
	display: block;
	color: #c44232;
	margin-bottom: 16px;
}

.dark-fix-bg-n {display: none;}

.icon-max-w {
	position: relative;
	display: block;
	padding-left: 40px;
	color: #000;
	margin-bottom: 20px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 18px;
}

.max-width-img .more-btn-wrap a:hover {
	text-shadow: none;
}

.icon-max-w:before {
	content: ' ';
	position: absolute;
	left: 0;
	width: 22px;
	height: 20px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.max-w-bl-spec-color .icon-max-w {
	color: #fff;
}

.mail-ic:before {background-position: -269px -125px;}
.home-ic:before {background-position: -237px -130px;}
.phone-ic:before {background-position: -237px -165px;}

.phone-n-ic:before {
	width: 25px;
	background-position: -121px -248px;
}



/* Footer 
-------------------------------------*/

.footer-links {
	padding: 70px 0 0;
}

.footer-links div span {
	display: block;
	margin-bottom: 30px;
	font-size: 1.25em; /* 20px / 16px */
	line-height: 1.2em; /* 24px / 20px */
	color: #fff;
}

.footer-contacts {
	margin-bottom: 18px;
}

.fhone-f-icon {
	display: block;
	position: relative;
	margin-bottom: 20px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 18px;
	padding-left: 38px;
	color: #999999;
}

.fhone-f-icon:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 17px;
	background: url(../img/sprite.png) 0 -100px no-repeat;
}

.main-f-icon {
	position: relative;
	display: inline-block;
	padding-left: 38px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 18px;
}

.main-f-icon:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 14px;
	background: url(../img/sprite.png) 0 -141px no-repeat;
}

.copy-design {
	float: right;
	line-height: 30px;
}

.copy-design span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.6875em; /* 11px / 16px */
	color: #fff;
}

.copy-design span:first-child {
	padding: 0 12px 0 0;
	margin-right: 12px;
}

.copy-design span:first-child:before {
	content: ' ';
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 1px;
	background-color: #000;
	border-right: 1px solid #230c09;
	border-left: 1px solid #a13629;
}

.copy-design span a{
	color: #000;
	font-size: 1.0909090909090908em; /* 12px / 11px */
}

.copy-design span img {
	margin-left: 3px;
}

.main-blogs-biggest img {
	float: left;
	width: 51.29032258064516%; /* 318px / 620px */
}

.aside-person-bl {
	max-width: 170px;
	margin-bottom: 80px;
	overflow: hidden;
}

.aside-person-bl span {
	display: block;
	color: #999999;
	margin-top: 25px;
	font-size: 0.875em; /* 14px / 16px */
}



/* Flexslider
-------------------------------------*/

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-pauseplay span{text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child{display: block;}

.flexslider {margin: 0; padding: 0;}

.main-slider .slides {
	height: 100%;
}

.main-wrap-slider .flex-control-nav {
		display: none;
	}

.main-slider .slides > li,
.spec-person-slider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	position: relative;
	height: 100%;
}

.main-slider { 
	position: relative;
	zoom: 1;
	height: 100%;
}

.main-slider .slides img {
	height: 100%;
	width: 100%;
}

.main-slide-f {
	background: url(../img/original-ms1.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.main-slide-tt {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -120px;
	font-size: 3.25em; /* 84px / 16px */
	line-height: 1em;
	color: #fff;
	width: 100%;
	text-align: center;
}

.main-slider i {
	font-style: normal;
	font-weight: 300;
}

.bottom-tt-ops {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 56px;
	width: 276px;
	margin-left: -138px;
	text-align: center;
	line-height: 23px;
	padding: 30px 0;
	color: #fff;
	font-size: 1.25em;/* 20px / 16px */
	background-color: #000;
	background: rgba(0, 0, 0, .7);
}

.spec-person-slider {
	position: relative;
	zoom: 1;
}

.spec-persone-slogan {
	display: block;
	position: absolute;
	left: 20px;
	top: 100px;
	z-index: 2;
	max-width: 500px;
	font-size: 1.375em; /* 48px / 16px */
	line-height: 1.1666666666666667em; /* 56px / 48px */
	color: #fff;
}


.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}

.flex-control-nav,
.flex-control-thumbs {
	display: none;
}



.flex-control-nav {
    position: absolute;
    left: 50%;
    bottom: 105px;
    width: 134px;
    margin: 13px 0 0 -67px;
    text-align: center;
    z-index: 1;
    display: none;
}

.flex-control-nav li {
    display: inline-block;
    color: #fff;
}

.flex-control-nav li .flex-active {
    display: block;
}

.flex-control-nav li a {
    display: none;
    color: #fff;
}

.flex-control-nav li.last {}



/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav {
	position: absolute;
	left: 50%;
	bottom: 138px;
	width: 134px;
	margin: 0 0 0 -67px;
	z-index: 3;
}

.main-slider .flex-direction-nav {
	top: 55%;
}

.main-slider .flex-control-nav {
    top: 55%;
}

.flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/sprite.png) -48px -21px no-repeat;

	-moz-transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
}


.flex-direction-nav .flex-prev {
	left: 0;
}

.flex-direction-nav .flex-next {
	right: 0;
}

.flex-direction-nav a:hover {
	background-position: -147px -21px;
}

.flex-direction-nav a:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.flex-direction-nav .flex-prev:before {background-position: -54px 0;}
.flex-direction-nav .flex-next:before {background-position: 0 0;}
.flex-direction-nav .flex-prev:hover {margin-left: -6px;}
.flex-direction-nav .flex-next:hover {margin-right: -6px;}



/* Reveal modal window
------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 1001;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 110px;
	left: 50%;
	background: #fff;
	position: absolute;
	z-index: 1002;
	border: 3px solid #232626;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;


	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
					box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.reveal-form {
	width: 500px;
	padding: 20px 115px 55px 75px;
	margin-left: -345px;
}

.reveal-form .sec-div-repeat {position: relative;}
.reveal-form  .btn {margin-right: 3px;}
.reveal-form .sec-div-repeat.capcha-bl input[type="text"] {margin-right: 0;}
.reveal-form .capcha-img {margin-right: 16px;}

.reser-capcha {
	position: absolute;
	right: -33px;
	top: 12px;
	width: 25px;
	height: 25px;
	background: url(../img/sprite.png) -121px -274px no-repeat;
}

.sec-div-duble {overflow: hidden;}

.sec-div-duble input[type="text"] {
	width: 102px;
	padding: 0 10px;
}

.sec-div-duble input[type="text"] + input[type="text"] {
	margin-left: 11px;
}

.sec-d-more {
	display: block;
	width: 220px;
	font-size: 0.875em; /* 14px / 16px */
	color: #999999;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.sec-d-more i {
	font-style: normal;
	color: #c44232;
	font-size: 1.0714285714285714em; /* 15px / 14px */
}


/* Select dropdown control
------------------------------------- */

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox__select {
	height: 45px;
	width: 220px;
	padding: 0 30px 0 10px;
	border: 1px solid #000000;
	color: #000;
	font: 0.9375em/45px 'Roboto', Arial, sans-serif;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border: 1px solid #000;
	background: #F5F5F5;
	box-shadow: none;
	color: #000;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../img/sprite.png) -97px 0 no-repeat;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
	top: 45px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	background: #FFF;
    /*text-transform: lowercase;*/
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(../img/sprite.png) 0 0 no-repeat;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 7px 10px;
	color: #231F20;
}

.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}

.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}

.jq-selectbox li.disabled {
	color: #AAA;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.aside-nav .jq-selectbox {
    margin-bottom: 26px;
    display: block;
    width: 100%;
}

.aside-nav .jq-selectbox__select {
    display: block;
    width: 90%;
    padding: 0 5%;
    border: none;
    height: 47px;
    line-height: 47px;

    -webkit-box-shadow: 0 0 0 1px #000 inset;
    -moz-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
}

.aside-nav .jq-selectbox__dropdown {
    border: none;
}

.aside-nav .jq-selectbox li:first-child {
    border-top: none;
}

.aside-nav .jq-selectbox li {
    display: block;
    position: relative;
    border: 1px solid #000000;
    border-top: 1px solid #fff;
    line-height: 41px;
    padding: 0 14px;
    color: #000;
    background-color: #000;
    color: #fff;
    font-size: 0.9375em; /* 15px / 16px */
    text-decoration: none;
}

.aside-nav .jq-selectbox li:hover {color: #c44232;}

.views-exposed-form .form-type-select  {
    width: 200px;
}

/* Fancybox
-------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
    overflow: hidden !important;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
}

.fancybox-opened {z-index: 8030;}

.fancybox-opened .fancybox-skin {
	border: 3px solid #232626;
	margin: 0 90px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;


	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
					box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close,
.reveal-modal .close-reveal-modal {
	position: absolute;
	top: -41px;
	right: -42px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 8040;
	background: url(../img/sprite.png) -48px -21px no-repeat;
}

.fancybox-close:hover,
.reveal-modal .close-reveal-modal:hover {
	background-position: -238px -78px;
}

.fancybox-close:before,
.reveal-modal .close-reveal-modal:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: url(../img/sprite.png) 0 -289px no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.fancybox-prev {left: -90px; background-position: -76px -248px;}
.fancybox-next {right: -90px; background-position: -37px -248px;}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}


/* Overlay helper */
.fancybox-lock {overflow: hidden !important; width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}


/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

div .form-block{
	width: 392px;
	display: inline;
}
div .form-block:first-child{
	float: left;
	width: 550px;
}

#idea-form, #contact-question-form {
	width: 1046px;
}

@media screen and (max-width: 1200px) {
	.max-width-img {
		max-width: 1200px;
		margin: 0 auto;
		min-height: 473px;
		position: relative;
		overflow: hidden;
	}

	.max-width-img > img {
		position: absolute;
		left: 50%;
		margin-left: -640px;
		top: 0;
		width: 1280px;
		max-width: none;
	}

	.max-persone-img img
	.spec-person-slider .max-width-img > img {
		right: 0;
	}

	.max-width-img .centered-bl {
		position: relative;
		z-index: 2;
		height: 100%;
		width: auto;
		text-align: left;
		top: 0;
		left: 0;
		margin: 0 auto;
	}
}


@media screen and (max-width: 1000px){
	.spec-more-f form {
		float: none;
		width: 550px;
		margin: 0 auto 30px;
	}

	.max-width-form-bg > img {height: 100%;}
	.spec-more-f form + form {width: 550px;}
	.spec-more-f form + form .sec-div-repeat > span {width: 230px;}
	.spec-more-f .aside-btn {margin-right: 53px;}
}


@media screen and (max-width: 962px){
	.main-blogs-biggest {float: none; width: 100%;}
	.main-blogs-mini + .main-blogs-mini {margin-left: 2%;}
	.main-blogs-biggest {margin-bottom: 20px;}
	.main-blogs-biggest .main-blogs-tt {max-width: 350px;}
	.main-blogs-tt {max-width: 210px; margin-right: 10px;}
	.obj-icon a {margin: 0 28px 0 0;}

	.obj-icon {
		display: block;
		margin: 25px 0 0;
	}

	.main-blogs-mini {
		margin-left: 0;
		width: 49%;
		float: left;
	}

	.main-blogs-mini .more-btn-wrap {
		display: block;
		margin-top: 20px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 830px){
	.main-slide-tt {font-size: 3.0em; /* 55px / 16px */}
	.main-about-tt {padding: 25px 0;}
	.main-news {padding-bottom: 25px;}
	.search {float: none; margin-bottom: 15px;}
	.search input[type="text"] {width: 94%; padding: 0 4% 0 2%;}
	.soc {float: none; margin-bottom: 24px;}
	.copy-design{float: none;}
	.footer-soc-contacts .centered-bl {padding: 20px 20px 13px;}
	.sec-img1 {-webkit-background-size: auto 100%; background-size: auto 100%;}
	.head-content-title {margin-top: 60px;}
	.head-nav.sticky .logo {margin-top: 0;}
	.standart-txt-bl {margin: 50px 0;}
	.standart-txt-bl p {margin-bottom: 20px;}
	.wrap-botoom-line {padding-bottom: 5px; margin-bottom: 20px;}
	.flex-direction-nav {bottom: 65px;}
	.max-w-bl-left, .max-w-bl-right {margin-top: 10px;}
	.max-width-img .more-btn-wrap {margin-bottom: 0;}
	.max-width-img .content-tt {padding: 30px 0 20px;}
	.biggest-tt {font-size: 2em; /* 32px / 16px */ margin-top: 20px;}
	.max-w-name  {max-width: 320px;}
	.dark-fix-bg-n {display: block;}

	.reveal-form {
		padding: 20px 55px 55px 35px;
		margin-left: -290px;
	}

	.spec-persone-slogan {
		max-width: 440px;
		font-size: 1.5625em; /* 25px / 16px */
	}

	.aside-head-hover-btn,
	.menu ul,
	.open .logo {
		display: none;
	}

	.logo {
		float: none;
		margin: 0 auto;
		width: 106px;
	}

	.logo a {
		width: 106px;
		height: 19px;
		background: url(../img/logo-mini.png) 0 0 no-repeat;
	}

	.menu {
		position: absolute;
		left: 20px;
		top: 50%;
		width: 20px;
		height: 16px;
		margin-top: -8px;
	}

	.head-nav.sticky .menu {margin-top: -8px;}
	.head-nav.sticky.open .menu {margin-top: 0;}

	.open-mobile-ic {
		content: ' ';
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 16px;
		cursor: pointer;
		background: url(../img/sprite.png) -24px -139px no-repeat;
	}

	.open .open-mobile-ic {
		left: 374px;
		top: 18px;
	}

	.head-nav {
		height: 40px;
		padding: 20px 0 0;
	}

	.head-nav.sticky {
		height: 40px;
		padding: 20px 0 0;
	}

	.bottom-tt-ops {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.max-width-img {min-height: 307px;}

	.max-width-img > img {
		margin-left: -415px;
		width: 830px;
	}


	.open .menu {
		left: 0;
		top: 0;
		z-index: 101;
		width: 312px;
		padding: 15px 20px;
		height: auto;
		background-color: #fff;
		margin-top: 0;
		-webkit-box-shadow: 0 0 5px 2px #333;
		-moz-box-shadow: 0 0 5px 2px #333;
		box-shadow: 0 0 5px 2px #333;
	}

	.open .menu ul {
		display: block;
		float: none;
		overflow: scroll;
		height: 365px;
		margin: 0 -15px;
		padding: 0 15px;
	}

	.open .menu .search {
		display: block;
		margin-bottom: 10px;
	}

	.open .menu .search input[type="text"] {
		border: 1px solid #000;
		width: 93.5%;
		color: #000;
	}

	.open .menu .search input[type="button"] {
		width: 21px;
		height: 21px;
		top: 4px;
		right: 5px;
		background-position: -193px -261px;
	}

	.open .menu > ul {margin-bottom: 45px;}

	.open .menu > ul > li {
		display: block;
		float: none;
		text-align: left;
		position: relative;
	}

	.open .menu > ul > li > a {
		position: relative;
		color: #000;
		display: block;
		padding: 0;
		line-height: 20px;
		padding: 25px 0 25px 0;
		margin-right: 30px;
		font-size: 1.25em;/* 20px / 16px */
	}

	.open .menu > ul > li.drop-d-menu-item > .drop-d-b {
		position: absolute;
		right: 2px;
		top: 16px;
		width: 25px;
		height: 36px;
		background: url(../img/sprite.png) -146px -235px no-repeat;
		cursor: pointer;
		z-index: 2;
	}

.open .menu > ul > li.drop-d-menu-item > .drop-d-b.active {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

	.open .menu .aside-head-hover-btn {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		text-align: left;
	}

	.open .menu .aside-head-hover-btn a {
		background: none;
		opacity: 1;
		color: #000;
		float: none;
		display: inline-block;
	}

	.open .menu .aside-head-hover-btn a.act {
		position: relative;
		left: 0;
		top: 0;
		color: #c44232;
	}

	.open .menu .aside-head-hover-btn a:hover {color: #c44232;}

	.open .menu .soc-h, .open .menu .lang {
		padding-right: 0;
		height: auto;
	}

	.open .menu .lang a {
		width: auto;
		height: auto;
		line-height: 22px;
		font-size: 1em; /* 18px / 16px */
		margin-right: 30px;
	}

	.open .menu .soc-h {margin: 38px 0 25px;}

	.open .menu .soc-h a {
		width: 18px;
		height: 21px;
		margin-right: 21px;
	}

	.open .menu .soc-h a:before {
		left: 0;
		top: 0;
		margin: 0;
	}

	a.soc-h-f:before {background-position: -169px -101px;}
	a.soc-h-t:before {background-position: -120px -101px;}
	a.soc-h-g:before {background-position: -75px -101px;}
	a.soc-h-y:before {background-position: -26px -100px;}

	.open .menu .drop-d-menu ul {
		display: none;
	}

	.open .menu .drop-d-menu .centered-bl {
		padding: 0;
		margin: 0 3px 0 40px;
	}

	.open .menu .drop-d-menu .centered-bl > div {
		width: 100%;
		margin: 0;
		float: none;
	}

	.open .menu .drop-d-menu {
		position: relative;
		left: 0;
		top: 0;
		border: none;
		padding: 5px 0 15px;

		-webkit-box-shadow: none;
		-moz-box-shadow: none; 
		box-shadow: none;
	}

	.open .menu .centered-bl:first-child > div:first-child > span:first-child {border-top: none;}
	.open .menu > ul > li.drop-d-menu-item:hover > a {color: #c44232;}

	.open .menu > ul > li.drop-d-menu-item:hover > a:before {background-position: -117px 0;}

	.open .menu .centered-bl > div > span {
		border-top: 1px solid #999999;
		margin: 0;
		padding: 15px 0;
		font-size: 1.125em; /* 18px / 16px */
	}
}


@media screen and (max-width: 770px) {
	.main-about-tt h1 {font-size: 2.125em; /* 34px / 16px */}
	.main-blogs-biggest {margin-bottom: 17px;}
	.main-blogs-tt {font-size: 1.125em; /* 18px / 16px */}
	.main-blogs-mini + .main-blogs-mini {margin-left: 0;}
	.main-blogs {padding-bottom: 79px;}
	.main-blogs-mini img {width: 51.29032258064516%; /* 318px / 620px */}
	.main-blogs-biggest .main-blogs-tt {font-size: 1.125em;}
	.main-blogs-biggest .main-blogs-head {padding: 15px 0;}
	.main-blogs-biggest .main-blogs-head .date {display: block; margin: 5px 0 0;}
	.main-wrap-slider .arrow-bottom {height: 38px; padding: 0;}
	.arrow-bottom a {top: -17px;}
	.bottom-tt-ops {bottom: 38px;}
	.main-blogs-mini .more-btn-wrap {margin-top: 10px;}
	.copy-design {line-height: 16px;}
	.search {margin-bottom: 25px;}
	.footer-soc-contacts .centered-bl {padding-bottom: 18px;}
	.main-slider .centered-bl {width: 100%; padding: 0;}
	.content-tt {padding: 26px 0; font-size: 1.25em; /* 20px / 16px */}
	.photo-video-bl {padding-top: 35px; margin-bottom: 20px;}
	.max-w-bl-left, .max-w-bl-right {margin-top: 40px;}
	.max-width-img .more-btn-wrap {font-size: 0.8125em; /* 13px / 16px */}
	.biggest-tt {margin-top: 0; font-size: 1.75em; /* 28px / 16px */}
	.max-w-name {max-width: 270px;}
	.logo-txt {margin-top: 0;}
	.stand-photo-mini li .stand-photo-bottom {font-size: 1em; padding-left: 12px;}
	.capcha-bl .btn {margin-top: 20px;}
	.contacts-max-img .max-w-bl-left, .contacts-max-img .max-w-bl-right {margin-top: 0px;}
	.st-main-tt {margin-bottom: 30px;}
	.reveal-form .sec-div-repeat > span {display: block; margin-bottom: 8px;}

	.reveal-form {
		width: 400px;
		padding: 0 35px 15px 35px;
		margin-left: -233px;
	}

	.reser-capcha {
		position: relative;
		right: 0;
		top: 0;
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}

	.reveal-form input[type="text"],
	.reveal-form textarea{
		width: 95%;
		padding: 0 2.3%;
	}

	.reveal-form .sec-div-duble input[type="text"] {
		width: 43%;
		padding: 0 2%;
	}

	.sec-div-duble input[type="text"] + input[type="text"] {
		margin-left: 4%;
	}

	.jq-selectbox {
		width: 100%;
	}

	.sec-d-more {
		width: 100%;
		margin-bottom: 15px;
	}

	.jq-selectbox__select {
		width: 96%;
		padding: 0 2%;
		border: none;

		-webkit-box-shadow: 0 0 0 1px #000 inset;
		-moz-box-shadow: 0 0 0 1px #000 inset; 
		box-shadow: 0 0 0 1px #000 inset
	}

	.reveal-modal .close-reveal-modal {
		right: -20px;
		top: -20px;
	}

	.max-width-img .content-tt {
		padding: 30px 0;
		font-size: 1.25em; /* 20px / 16px */
	}

	.main-blogs-head,
	.main-blogs-tt,
	.main-blogs-mini .more-btn-wrap {
		margin-left: 57.09677419354838%; /* 354px / 620px */
	}

	.main-blogs-biggest p,
	.main-page .footer .line-repeat,
	.main-page .footer-links,
	.main-page .footer-contacts,
	.main-page .arrow-top,
	.aside-content-nav,
	.photo-video-bl .st-main-tt,
	.spec-person-slider .flex-direction-nav,
	.max-w-bl-left p,
	.max-w-bl-right p,
	.download-img {
		display: none;
	}

	.main-about-tt p {
		font-size: 1.0625em; /* 17px / 16px */
		line-height: 1.3125em; /* 21px / 16px */
		margin-bottom: 30px;
	}

	.stand-photo-bottom {
		width: 96%;
		padding: 8px 2% 0;
		font-size: 1.00em; /* 18px / 16px */
		-webkit-background-size: cover;
		background-size: cover;
	}

	.main-blogs-mini {
		width: 100%;
		float: none;
		margin: 0 0 17px;
	}

	.max-width-img {min-height: 285px;} 

	.max-width-img > img {
		margin-left: -385px;
		width: 770px;
	}

	.spec-persone-slogan {
		max-width: 300px;
		top: 60px;
	}
}

@media screen and (max-width: 600px) {
	.footer-links {margin: 0; padding-top: 60px;}
	.footer-links div span {margin-bottom: 25px;}
	.footer-contacts {padding-top: 10px; margin-bottom: 10px;}
	.max-w-bl-left, .max-w-bl-right {min-width: 140px;}
	.biggest-tt {margin: 0 0 20px; font-size: 1.25em; /* 20px / 16px */}
	.max-w-name {max-width: 190px;}
	.main-bl-content {width: 100%; float: none;}
	.aside {width: 100%; margin-top: 0; float: none;}
	.pagination {margin: 50px 0;}
	.inputs-form-pp {margin-left: 0;}
	.inputs-form-pp span { width: 100%; float: none; margin: 0 0 20px;}
	.inputs-form-pp {margin-bottom: 5px;}
	.btn {width: 100%; padding: 0;}
	.share-main {padding-top: 25px; margin-bottom: 25px;}
	.aside-back {display: none;}
	.aside-person-bl {max-width: 100%; margin-bottom: 25px;}
	.stand-photo-mini li .stand-photo-bottom {font-size: 1.00em; padding-left: 21px;}
	.adress-icons span {display: block;}
	.adress-icons {margin-bottom: 50px;}
	.stand-photo-mini {margin-bottom: 30px;}
	.stand-photo-mini li {height: 84px;}
	.fancybox-opened .fancybox-skin {margin: 0;}
	.fancybox-prev {left: 10px;}
	.fancybox-next {right: 10px;}
	.fancybox-close {right: -15px; top: -20px;}
	.contacts-max-img .content-tt {padding: 20px 0;}
	.icon-max-w {margin-bottom: 14px;}
	.contacts-max-img .max-w-bl-left p, .contacts-max-img .max-w-bl-right p {display: block;}
	.spec-contacts-f {padding-top: 40px;}
	.spec-more-f .aside-btn {margin-right: 0;}
	.spec-f-tt {line-height: 1em;}
	.oth-inf-tt:before {top: 0;}
	.oth-list {margin-bottom: 30px;}
	.object-img {text-align: center;}
	.reser-capcha {display: none;}

	.oth-inf-tt {
		padding-top: 0;
		margin-bottom: 20px;
	}

	.reveal-form .sec-div-duble input[type="text"] {
		width: 42.5%;
	}

	.reveal-form .capcha-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.reveal-form .sec-div-repeat.capcha-bl input[type="text"] {
		width: 96%;
		padding: 0 2%;
		margin-bottom: 10px;
	}

	.reveal-form {
		width: 340px;
		padding: 0 25px 15px;
		margin-left: -195px;
	}

	.reveal-modal .close-reveal-modal {
		right: 10px;
		top: 10px;
	}

	.spec-more-f form,
	.spec-more-f form + form {
		width: 100%;
	}

	.capcha-bl b {
		width: 49%;
		margin-right: 2%;
	}

	.sec-div-repeat.capcha-bl input[type="text"] {
		width: 42.3%;
		padding: 0 2%;
		margin-right: 0;
		vertical-align: bottom;
	}

	.sec-div-repeat > span {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.sec-div-repeat input[type="text"] {
		width: 95.5%;
		padding: 0 2%;
	}

	.sec-div-repeat textarea {
		width: 95.5%;
		padding: 5px 2%;
	}

	.main-slide-f {
		background: url(../img/main-slide1.jpg) 50% 0 no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.stand-photo-mini li:hover {
		height: 259px;

		-moz-transition: height 0.3s ease;
		-webkit-transition: height 0.3s ease;
		transition: height 0.3s ease;
	}

	.aside-person-bl img {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 15px 0;
	}

	.aside-person-bl span {
		display: inline-block;
		vertical-align: top;
		max-width: 170px;
		margin-top: 0;
	}

	.max-w-name .content-tt {
		padding: 0 0 20px;
		font-size: 0.9375em; /* 15px / 16px */
	}

	.stand-photo-bl li {
		float: none;
		width: 100%;
		margin: 0 0 17px;
	}

	.footer-links div {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 35px;
	}

	.max-width-img {min-height: 238px;} 

	.max-width-img > img {
		margin-left: -322px;
		width: 644px;
		height: 100%;
	}
}

.jq-selectbox.jqselect.form-select.opened {
    z-index: 102 !important;
}

.with-bg .jq-selectbox__trigger-arrow {
    display: none !important;
}

@media screen and (max-width: 420px) {
	.main-blogs img {float: none; width: 100%;}
	.main-blogs {padding-bottom: 50px;}
	.copy-design span:first-child:before {display: none;}
	.copy-design span {display: block;}
	.copy-design span:first-child {padding: 0; margin: 0;}
	.main-slide-tt {top: 52%;font-size: 2em;}
	.aside-head-hover-btn a {background: rgba(0, 0, 0, 0.9);}
	.max-w-name .content-tt {display: none;}
	.pagination {margin: 20px 0 50px;}
	.main-bl-content {margin-top: 30px;}
	.blog-titles > div {margin-top: 25px; padding-top: 30px;}
	h2 {margin-bottom: 15px;}
	.bl-autor {font-size: 0.875em; /* 14px / 16px */ margin-bottom: 15px;}
	.sec-div-repeat.capcha-bl input[type="text"] {width: 41.5%;}
	.btn-icon-play {display: none;}

	.spec-person-slider .max-width-img > img,
	.max-persone-img > img {
		margin-left: -385px;
	}

	.main-blogs .main-blogs-head,
	.main-blogs .main-blogs-tt,
	.main-blogs p,
	.main-blogs .more-btn-wrap {
		margin: 0 20px;
	}

	.main-blogs .more-btn-wrap {margin: 15px 20px;}
	.open .menu {width: 252px;}
	.open .open-mobile-ic {left: 314px;}
	.open .menu .drop-d-menu .centered-bl {margin-left: 25px;}

	.search-f {
		padding-right: 0;
		margin-bottom: 25px;
	}

	.search-f .btn {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		margin-top: 25px;
		width: 100%;
	}

	.reveal-form {
		width: 84%;
		margin-left: -45%;
		padding: 0 3% 15px;
	}

	.aside-nav {margin-bottom: 50px;}
	.search-p {margin-top: 25px;}
	.pagination li {margin: 0 10px 0 12px;}
	
}


@media screen and (max-width: 360px) {
	.open .menu {width: 220px;}
	.open .open-mobile-ic {left: 272px;}

	.open .menu > ul > li > a,
	.open .menu .centered-bl > div > span,
	.open .menu .centered-bl > div li {
		font-size: 1em;
	}

	.inputs-form-pp input[type="text"] {
		width: 94.7%;
	}

	.reveal-form .sec-div-duble input[type="text"] {
		width: 42%;
	}

}

.aside-nav .jq-selectbox__dropdown {
    bottom: 0 !important;
    top: 45px !important;
}