* { margin: 0; padding: 0px; outline: none;}
* html body {height: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
html {height: 100%;}
img {border: 0;}


button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.form textarea,font
.form input,
.form button {
	vertical-align: top;
	/*font-family: 'Exo 2';*/
	font-family: 'Verdana', sans-serif;

}

.form textarea {
	overflow: auto;
	resize: none;
}

.wrapper *,
.wrapper,
.footer *,
.footer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

body {
	min-width: 1240px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	/*font-family: 'Exo 2', verdana, sans-serif;*/
	font-family: 'Verdana', sans-serif;
	color: #111;
	font-weight: 400;
	cursor: default;
	background: #fff url(../img/background.jpg) 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

.row:after,
.row:before {
	display: table;
	content: '';
	line-height: 0;
}

.row:after {
	clear: both;
}

a {
	color: #505966;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #505966;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 44px;
	padding-right: 220px;
}

.index h1{
	font-size: 30px;
}

.wrapper {
	position: relative;
	min-width: 1240px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	background: url(../img/back.png) 50% 0;
}

/*== HEADER ========================================*/

.header {
	height: 121px;
	background: #fff;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	line-height: 20px;
	z-index: 3;
}

.header-container {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

.logotype {
	width: 425px;
	height: 65px;
	background: url(../img/logotype.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0; top: 25px;
}

.lang_eng .logotype {
	background: url(../img/logotype_eng.png) no-repeat;
}

.logotype a {
	display: block;
	height: 65px;
}

.address-block {
	width: 290px;
	position: absolute;
	left: 560px; top: 22px;
	background: url(../img/icon-location.png) 0 4px no-repeat;
	padding-left: 40px;
}

.address-block em {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.phone-block {
	position: absolute;
	right: 0; top: 25px;
	text-align: right;
	background: url(../img/icon-phone.png) 0 4px no-repeat;
	padding-left: 40px;
}

.phone-block .phone {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 3px;
}

.recall-block span {
	font-size: 14px;
	border-bottom: 1px dashed #111;
	cursor: pointer;
}

/*== МЕНЮ ========================================*/

.menu-block {
	background: #fff;
	position: relative;
	height: 50px;
	box-shadow: 0 1px 2px #111;
	z-index: 25;
}

.menu-container {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.menu {
	float: left;
	margin-left: -15px;
}

.menu > li {
	float: left;
	height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	background: #fff;
	transition: all 0.2s ease;
}

.menu > li > a {
	display: block;
	padding: 17px 40px;
	height: 50px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.menu > li:hover,
.menu > li.current {
	background: #505966;
}

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

.submenu {
	position: absolute;
	left: 0; top: 120%;
	min-width: 100%;
	background: #505966;
	box-shadow: 0 1px 0 #111;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.submenu li a {
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	padding: 7px 15px;
	display: block;
	color: #fff;
	white-space: nowrap;
	border-top: 1px solid #3B4048;
	transition: all 0.2s ease;
}

.submenu li a:hover {
	background: #3B4048;
}

.menu li.sub:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

/*== ПОИСК ========================================*/

.search-block {
	float: right;
	width: 220px;
	height: 30px;
	padding: 10px 0;
}

.search-block input {
	width: 100%;
	height: 30px;
	border: 1px solid #6D6E71;
	font-size: 14px;
	/*font-family: 'Exo 2';*/
	font-family: 'Verdana', sans-serif;
	padding: 0 10px;
}

/*== CONTENT ========================================*/

.content {
	padding: 0 0 130px;
	/*position: relative;
	z-index: 2;*/
}

.wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	line-height: 20px;
}

.wrap p,
.wrap h2,
.wrap h3 {
	margin-bottom: 18px;
}

/*== СЛАЙДЕР ========================================*/

.slider-block {
	height: 400px;
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}

.slider {
	width: 1200px;
	height: 400px;
}

.slider-block .slide,
.slidesjs-container,
.slidesjs-controll {
	height: 400px !important;
}

.slide-image {
	width: 800px;
	height: 400px;
	background-color: #505966;
	background-size: cover;
}

.slide-text {
	background: rgba(255,255,255,.8);
	width: 400px;
	height: 100%;
	padding: 30px;
	position: absolute;
	right: 0; top: 0;
	line-height: 24px;
}

.slide-text span {
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
}

.border-link {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #505966;
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 30px;
	transition: all 0.1s linear;
}

.border-link:hover {
	background: #505966;
	color: #fff;
}

.slidesjs-pagination {
	position: absolute;
	left: 25px; top: 30px;
	z-index: 21;
}

.slidesjs-pagination li {
	width: 10px;
	height: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

.slidesjs-pagination li a {
	display: block;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	opacity: .5;
	transition: all 0.2s ease;
}

.slidesjs-pagination li a.active {
	opacity: 1;
}

.loading {
	position: absolute;
	left: 800px; top: 0;
	width: 0;
	height: 400px;
	background: #fff;
}

/*== НАШИ УСЛУГИ ========================================*/

.box-list li {
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
	opacity: 1;
	left: 0;
	overflow: hidden;
	background: rgba(255,255,255,.8);
}

.box-list:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   filter: gray; /* IE6-9 */
   -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.box-list:hover li:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
   -webkit-filter: grayscale(0%);
}

.box-list li a {
	display: block;
	height: 200px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.box-list li a span {
	position: absolute;
	left: 0; bottom: -60px;
	width: 100%;
	height: 60px;
	background: #505966;
	padding: 10px 20px;
	color: #fff;
	z-index: 3;
	transition: all 0.3s ease;
}

.box-list li img {
	position: absolute;
	left: 0; top: 0;
	transition: all 0.3s ease;
}

.box-list.animate li:hover img {
	margin-top: -30px;
}

.box-list li:first-child:hover img {
	margin-top: 0;
}

.box-list.animate li:hover span {
	bottom: 0;
}

/*== Хлебные крошки ========================================*/

.breadcrumps {
	margin: -25px 0 20px 0;
	position: relative;
	font-size: 14px;
}

.breadcrumps a,
.breadcrumps span {
	margin-right: 5px;
}

.section-text {
	margin-bottom: 40px;
	line-height: 24px;
}

/*== ELEMENT ========================================*/

.catalog-title {
	margin: 20px 0 30px 0;
	border-top: 1px solid #505966;
	padding-top: 20px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.catalog-menu {
	width: 300px;
	float: left;
}

.catalog-container {
/*width: 900px;*/
	float: left;
}

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

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

.catalog-menu-title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}


/*== КАРТОЧКА ========================================*/

.product-image-block {
	max-width: 400px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 40px;
	float: left;
	margin-right: 110px;
}

.product-image-block img {
	max-width: 400px;
	border: 1px solid #999;
	display: block;
	transition: all 0.2s ease;
}

.product-image-block img:hover {
	border: 1px solid #3B4048;
}

.product-cena {
	position: absolute;
	right: -50px;
	bottom: 50px;
	color: #fff;
}

.product-cena .cena {
	background: #505966;
	padding: 10px 20px;
	font-size: 20px;
}

.product-cena .cena span {
	font-size: 24px;
	font-weight: 700;
}

.product-article {
	background: #3B4048;
	padding: 5px 20px;
	font-size: 12px;
}

/*== АРХИТЕКТОРЫ ========================================*/

.designer-item {
	float: left;
	width: 180px;
	height: 280px;
	margin: 0 12px 20px 12px;
}

.designer-block {
	margin: 0 -12px;
}

.designer-image {
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}

.designer-name span {
	font-weight: 700;
	font-size: 18px;
}

.show-project {
	font-size: 14px;
	margin-top: 10px;
}


.designer-description-block {
	margin-bottom: 40px;
}

.designer-full-image {
	display: table-cell;
	vertical-align: top;
}

.designer-full-image img {
	max-width: 300px;
}

.designer-information {
	display: table-cell;
	vertical-align: top;
	padding-left: 40px;
	font-size: 14px;
}

/*== ПРОЕКТЫ ========================================*/

.project-block {
	position: relative;
	height: 350px;
	padding-left: 300px;
}

.project-block span.info {
	position: absolute;
	width: 100%;
	height: 20px;
	color: #7C899B;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	left: 0; bottom: 0;
}

.project-panel {
	position: absolute;
	left: 0; top: 0;
	width: 300px;
	height: 100%;
	background: #505966;
	z-index: 10;
}

.project-list li {
	display: block;
	padding: 7px 15px;
	color: #fff;
	border-top: 1px solid #2E3136;
	transition: all 0.2s ease;
	cursor: pointer;
}

.project-list li:hover,
.project-list li.active {
	background: #3B4048;
}

.view-list {
	height: 350px;
	position: relative;
}

.view-list li {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.view-list li.active {
	opacity: 1;
	visibility: visible;
}

.view-list li span {
	position: absolute;
	right: 0; top: -30px;
}

.project-text {
	margin-top: 40px;
}

/*== СКРОЛЛ ========================================*/

.f-scrollbar {
	position: relative;
}

.f-scrollbar .viewport {
	width: 300px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.f-scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
}

.f-scrollbar .scrollbar {
	position: absolute;
	right: 0; top: 0;
	width: 7px;
	height: 100%;
	background: #404850;
	z-index: 100;
}

.f-scrollbar .track {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.f-scrollbar .thumb {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background: #2E3136;
}

/*.f-scrollbar .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }*/
.f-scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


/*== НОВОСТИ ========================================*/

.news-item {
	margin-bottom: 40px;
}

.date {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.news-link {
	margin: 5px 0;
	font-weight: 700;
}

.news-image {margin-bottom: 20px;}

.news-image img {max-width: 100%;}

.pagination li {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.pagination li.current {
	background: #505966;
	color: #fff;
}

.articles_bg {
	background: rgba(255,255,255, 0.7);
}

/*== ПОРТФОЛИО ========================================*/

.portfolio-list {
	position: relative;
	height: 600px;
	overflow: hidden;
	margin-bottom: 20px;
	/*background: #E5E5E5;*/
	/*border: 1px solid #D6D6D6;*/
}

.portfolio-list li {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.portfolio-list li.active {
	opacity: 1;
	visibility: visible;
}

.portfolio-list li .image {
	width: 1200px;
	height: 625px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.portfolio-list li .image img {
	max-width: 100%;
	max-height: 100%;
}

.portfolio-list li .description {
	position: absolute;
	left: 40px; bottom: 40px;
	background: #fff;
	padding: 10px 20px;
	font-size: 12px;
	width: 400px;
}

.portfolio-preview-list li {
	float: left;
	height: 90px;
	padding: 5px;
	border: 1px solid #fff;
	cursor: pointer;
	opacity: .5;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	transition: all 0.5s ease;
}

.portfolio-preview-list li.active {
	border: 1px solid #505966;
	opacity: 1;
}

.portfolio-preview-list li img {
	width: auto;
	height: 100%;
	display: block;
}

/*== КАРТА ========================================*/

.map-block {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	padding: 171px 0 101px 0;
	z-index: 2;
	background: #fff;
}

.contact-block {
	position: relative;
	background: rgba(255,255,255,.8);
	padding: 30px;
	width: 400px;
	border: 5px solid rgba(80,89,102,.8);
	z-index: 20;
}

.contact-title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}

.contact-list li {
	margin-bottom: 15px;
	position: relative;
}

.contact-list li span {
	display: block;
	font-weight: 700;
}

/*== FOOTER ========================================*/

.footer {
	margin-top: -130px;
	height: 130px;
	border-top: 1px solid #C8C8C8;
	background: #fff;
	position: relative;
	z-index: 3;
}

.footer-container {
	width: 1200px;
	height: 100px;
	padding: 25px 0;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	color: #aaa;
}

.footer-container a {
	color: #aaa;
}

.footer-logotype {
	float: left;
	width: 288px;
	height: 45px;
	background: url(../img/footer-logotype.png) no-repeat;
}

.social {
	float: left;
	margin-left: 200px;

}

.social li {
	float: left;
	margin-top: 5px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.social li:hover {
	opacity: 1;
}

.footer-contact {
	float: left;
	margin-left: 100px;
	margin-top: 40px;
}

.cadesign {
	float: right;
	background: url(../img/cadesign.png) 100% 0 no-repeat;
	padding: 23px 66px 5px 0;
}

.menu-container > .bx-context-toolbar-empty-area {
	min-height:0 !important;
}

.project-links{
	display: block;
	height: 350px;
}

/*== О КОМПАНИИ ========================================*/

.table-about {
	background: rgba(255,255,255,.7);
	width: 100%;
}

.table-about img {
	display: block;
	opacity: 0;
	top: 20px;
	position: relative;
}

.table-about .text {
	padding: 20px 30px;
	color: #000;
	line-height: 24px;
	font-size: 16px;
	min-height: 300px;
	/*max-height: 600px;*/
	opacity: 0;
	position: relative;
	top: 20px;
}

.table-about td {
	vertical-align: top;
}

.table-about td.slim400 img {
	width: 400px;
}

.table-about td.slim200 {
	width: 200px;
}

.table-about td.slim600 {
	width: 600px;
}


.table-about td.slim600 .text {
	min-height: 200px;
	height: 200px;
}



/*== ВСПЛЫВАЮЩЕЕ ОКНО ========================================*/

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

.overlay-2 * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.overlay,
.overlay-2,
.overlay-3,
.dark {
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}

.overlay, .overlay-2, .overlay-3 {
	background: rgba(0,0,0,.5);
	z-index: 996;
	display: none;
}

.overlay-block {
	text-align: left;
	width: 400px;
	height: 380px;
	margin: auto;
	position: absolute;
	left: 0; top: 0;
	right: 0; bottom: 0;
	z-index: 10;
	padding: 30px 40px;
	background: #fff;
	line-height: 18px;
	box-shadow: 0 2px 1px #000;
}

.overlay-2 .overlay-block{
	height: 440px;
}

.overlay-3 .overlay-block{
	width: 80%;
	height: 80%;
	padding: 0;
	background: url(img/preloader.gif) 50% 50% no-repeat;
}

.overlay-block .title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}

.overlay-block .close {
	position: absolute;
	right: 0; top: -30px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}

.overlay-block .close:hover {text-decoration: none;}

.form {
	margin-top: 20px;
	position: relative;
}

.form textarea{
	height: 60px;
	padding-top: 5px;
}

.input {
	width: 100%;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin-bottom: 10px;
	transition: all 0.2s ease;
}

.input:focus {border: 1px solid #000;}

.input.error {
	border: 1px solid #FF0000;
	color: #FF0000;
}

.captcha {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.captcha .input {
	width: 150px;
}

.captcha img {
	float: right;
	width: 150px;
	height: 30px;
}

.submit {
	background: #fff;
	cursor: pointer;
	font-size: 16px;
}

.input.error:-moz-placeholder { color: #FF0000; }
.input.error::-webkit-input-placeholder { color: #FF0000; }

/*@media (max-width: 1260px) {

	.header-container,
	.menu-container,
	.wrap,
	.footer-container {
		width: 800px;
	}

	body,
	.wrapper {
		min-width: 840px;
	}

	.slider {
		width: 800px;
	}

	.slide-text,
	.search-block,
	.services-image,
	.footer-logotype {
		display: none;
	}

	.footer-contact {
		margin: 0;
	}

	.menu > li > a {
		padding: 15px 10px;
	}

	.logotype {
		width: 270px;
	}

	.header,
	.header-container {
		height: 90px;
	}

	.phone-block {
		top: 24px;
	}

	.address-block {
		left: 330px;
		top: 24px;
		font-size: 14px;
	}

	.map-block {
		padding: 140px 0 101px 0;
	}

}*/

.counter{
	position: absolute;
	left: 381px;
	top: 28px;
}

.counter .count{
	float: left;
	margin-left: 6px;
}

.buttons{
	text-align: right;
}

.dop-content{
	display:none;
}

.global{
	margin: 5px 0;
}

.global li{
	list-style: initial;
	margin-left: 20px;
	padding: 5px 0;
}

/*== subscribe ========================================*/

.subscribe {
	position: fixed;
	right: 30px; bottom: 0;
	max-width: 280px;
	height: 42px;
	text-decoration: none;
	z-index: 300;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	transition: all 0.2s ease;
}

.subscribe:hover {
	height: 152px;
}

.subscribe .title {
	height: 32px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 32px;
	padding-left: 40px;
	padding-right: 10px;
	width: auto;
	background: #3B5998 url(../img/subfacebook.png) 15px 50% no-repeat;
}

.subscribe .text {
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	color: #3b5998;
	line-height: 18px;
}

.new-title-title a {
	color: #fff;
}

a.visual {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: -71px;
	padding: 10px 20px;
	background-color: #fff;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
	z-index: 2;
}

.select_lang {
	position: absolute;
	min-width: 20px;
	top: 90px;
	right: 0;
}

.select_lang li {
	float: left;
}

.select_lang li a {
	padding: 0 5px;
	border-right: 3px solid #000;
	font-size: 18px;
	float: left;
}

.select_lang li:last-child a {
	border: none;
}

.select_lang li.active a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* ^_^ */