/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800,800i&subset=cyrillic');

html {
	height: 100%;
}
body {
	/*font: 14px/21px 'Ubuntu', Arial, sans-serif;*/
	/* font: 1em/1.3em Arial, sans-serif;*/
	font: 16px/21px 'Open Sans', Arial, sans-serif;
	height: 100%;
/*	background: #f9fbfb url("../img/main-bg-sh.jpg") center 00px no-repeat;*/
	color: #2b2d2c;
}
body.pageinner {
	background: #f9fbfb;
}
.gsInformer {
	width: 100%!important;
}
a {
	color: #cea46a;
	text-decoration: none;
}
a:hover {
	color: #936e4a;
}
img {
	max-width: 100%;
}

input.btn {
	-webkit-appearance: button;
}


.btn {
	position: relative;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
	border: none;
	outline: none;
	text-align: center;
	text-decoration: none;
	padding: 20px 56px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	font-size: 20px;
	font-family: Times New Roman, Times, serif;

}
.btn:hover {
	text-decoration: none;
}
.btn-brown {
	background-color: #cea46e;
	color: #fff;
}
.btn-brown:hover {
	background-color: #444;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #333;
}
.btn-white:hover {
	background-color: #b4351c;
	color: #fff;
}
.btn-red {
	background-color: #b4351c;
	color: #fff;
}
.btn-red:hover{
	background-color: #99311c;
}

.btn-area {
	text-align: center;
}

/* icons */

.icon {
	position: relative;
	display: inline-block;
	padding: 7px 8px;
	vertical-align: middle;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-phone-red {
	background: url("../img/icon-phone-red.png") 0 0 no-repeat;
	width: 14px;
	height: 19px;
	margin: 3px 5px 0 0;
}

/* */

.container-fluid {
	max-width: 1170px;
}
.outer-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wscreen {
	padding: 50px 0;
}

.wrapper {
	position: relative;
	box-sizing: content-box;
	width: 1170px;
	padding: 0 0px;
	margin: 0 auto;
}
.wrapper:after {
	content: '';
	clear: both;
	display: block;
}
.inner-content {
	margin: 15px 0;
}

.maincontent {
	font-size: 14px;
	text-align: justify;
	color: #333;
	margin-bottom: 30px;
}
.maincontent .image{float:left;margin:0 10px 10px 0;}
.maincontent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
}
.maincontent p {
	margin-bottom: 5px;
}
/* content area */
.maincontent:after {
	content: '';
	display: block;
	clear: both;
}
.maincontent u {
	text-decoration: underline;
}
.maincontent b,
.maincontent strong{
	font-weight: 700;
}
.maincontent em,
.maincontent i {
	font-style: italic;
}

.maincontent .justifyfull{
	text-align: justify;
}
.maincontent .justifyleft{
	text-align: left;
}
.maincontent .justifyright{
	text-align: right;
}
.maincontent ol,
.maincontent ul {
	margin: 5px 0;
}
.maincontent ul li{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 3px;
}
.maincontent ol li{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 3px;
}

.maincontent hr {
	border-color: #333;
}
.maincontent table {
	width: 100%;
	border:1px solid #333;
}
.maincontent table th,
.maincontent table td {
	border:1px solid #333;
	padding: 5px 10px;
	width: 25%;
}
.maincontent a{
	color: #000;
	text-decoration: underline;
}
.maincontent a:hover {
	text-decoration: none;
}
.mtitle,
h1 {
	position: relative;
	font-size: 30px;
	line-height: 1.25em;
	font-weight: 600;
	letter-spacing: 0px;
	margin: 0 0 0px;
	padding: 5px 0px 10px;
	text-align: center;
	color: #1d1e37;
	font-family: Times New Roman, Times, serif;

}
.mtitle:after {
	content: '';
	display: inline-block;
	border-bottom: 2px solid #cea46a;
	width: 84px;
	position: absolute;
	top:60px;
	left: 50%;
	margin-left: -42px;
}
.stitle {
	position: relative;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 600;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 5px 30px;
	text-align: left;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cea46a;
}

/*
 ********** TODO:  CONTENT
 */

.column-left{
	margin-right: 0px;
}
.column-center {
	position: relative;
}
.column-right{
	margin-left: -10px;
}



/* BEGIN */


.head-top {
	background: transparent;
	padding: 15px 0;
	color: #fff;
	border-bottom: 1px solid #767061;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 100;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.head-top .left-area {
	padding-top: 10px;
}
.head-top .top-nav {
	padding-top: 10px;
}
.head-top .head-column {
	/*font-size: 20px;*/
}
.head-top .head-column.hcn-1 {
	margin-top: 7px;
}
.head-top .head-column.hcn-2 {
	text-align: right;
	margin-top: 5px;
}
.menu_mfix .head-top {
	background: #2b2d2c;
	border-bottom: 0px solid transparent;
}
.main-menu {
	text-align: center;
}
.main-menu li {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
}
.main-menu li a {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}
.main-menu li.active a,
.main-menu li a:hover {
	color: #cea46a;
}

/*.footer .icon,
.head-top .icon {
	float: left;
}*/
.footer .head-line,
.head-top .head-line {
	display: inline-block;
}
.footer {
	background: #2b2d2c;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
.head-column.hcn-2 {
	font-size: 18px;
	font-weight: bold;
}



/* footer */





/* */
.slider .item .title1{
	margin-top: 13.2vw;
	text-align: center;
	font-size: 58px;
	color: #fff;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.81);
}
.slider .item .descr{
	margin-top: 2.8vw;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.slider .item .title-btn{
	margin-top: 3.8vw;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.slider .item {
	position: relative;
}
.slider .item .image {}
.slider .item .fulltext {
	position: absolute;
	top:80px;
	left: 0;
	right: 0;
}

.slider-btn {
	position: absolute;
	top: 82%;
	right: 5%;
	width: 115px;
	height: 60px;
}


.slick-dots {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	top:-90px;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	margin-left: 14px;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: none;
	width: 6px;
	height: 6px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;

}
.slick-dots li:hover {
	border: 1px solid #fff;
}

.slick-dots li.slick-active {
	background: #cea46a;
	border: 1px solid #cea46a;
}




.slider .sl-btn{
	position: absolute;
	top:50%;
	width: 35px;
	height: 68px;
	padding: 0;
	box-sizing: border-box;
	background: url("../img/arrows-fn.png") no-repeat;
	z-index: 10;
	cursor: pointer;
}
.slider .slick-next {
	right: 8vw;
	background-position: -45px 0;
}
.slider .slick-prev{
	left: 8vw;
	background-position: 0px 0;
}


.slider .slick-prev:hover{
	background-position: 0px -72px;
}
.slider .slick-next:hover {
	background-position: -45px -72px;
}




.top-menu-iconopen {
	display: none;
}
.slider-global {
	position: relative;
}
.slider-global:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	height: 327px;
	background: url("../img/bg-header-shadow.png") 0px 0px repeat-x;
	z-index: 1;
}

.peimusch-list {

}
.peimusch-list .item {
	text-align: center;
}
.peimusch-list .item .title{
	display: inline-block;
	width: 100%;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.inner-block {
	padding: 30px 0 15px;
}

.sx-box-company {
	background: url("../img/bg-box-company.jpg") center center no-repeat;
}
.box-about .image-line img{
	position: relative;
}
.box-about .image-line {
	position: relative;
	text-align: right;
}
.box-about .image-line:before {
	content: '';
	position: absolute;
	top: 25px;
	right: 30px;
	width: 370px;
	height: 498px;
	border: 1px solid #cea46a;
}
.box-about h4,
.box-about .stitle {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 15px;
}
.box-about .txt p {
	line-height: 24px;
}

.box-uslugi {
	padding-top: 20px;
}
.box-uslugi .img {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.box-uslugi .img+.img {
	margin-top: 16px;
}
.box-uslugi .img .hover {
	background: url("../img/icon-hover-types.png") center center no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top:130%;
	left: 50%;
	margin: -40px 0 0 -40px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-uslugi .img .title {
	position: absolute;
	top:45%;
	left: 0;
	right: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 18px #111;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-uslugi .img:hover .hover {
	top:69%;
}
.box-uslugi .img:hover .title {
	top:30%
}

.panel_tab {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	margin: 20px 0;
}
.panel_tab li+li{
	margin-left: -4px;
}
.panel_tab li{
	display: inline-block;
}
.panel_tab li a {
	border: 2px solid #cea46a;
	padding: 12px 25px;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
}
.panel_tab li.active a {
	background: #cea46a;
	color: #fff;
}
.panel_tab li a:hover {
	background: #ae8757;
	border: 2px solid #ae8757;
	color: #fff;
}
.sx-box-form {
	background: url("../img/bg-form.jpg") center center no-repeat;
}
.sx-box-form .mtitle {
	color: #fff;
}

.forma-big .input-text::-webkit-input-placeholder {color:#ddd; opacity:1;}/* webkit */
.forma-big .input-text::-moz-placeholder          {color:#ddd; opacity:1;}/* Firefox 19+ */
.forma-big .input-text:-moz-placeholder           {color:#ddd; opacity:1;}/* Firefox 18- */
.forma-big .input-text:-ms-input-placeholder      {color:#ddd; opacity:1;}/* IE */

.forma-big .input-textarea::-webkit-input-placeholder {color:#ddd; opacity:1;}/* webkit */
.forma-big .input-textarea::-moz-placeholder          {color:#ddd; opacity:1;}/* Firefox 19+ */
.forma-big .input-textarea:-moz-placeholder           {color:#ddd; opacity:1;}/* Firefox 18- */
.forma-big .input-textarea:-ms-input-placeholder      {color:#ddd; opacity:1;}/* IE */

.forma-big .input-textarea:focus,
.forma-big .input-text:focus {
	background: rgba(43, 45, 44, 0.42);
	border-bottom: 1px solid #cea46a;
}
.forma-big .input-text {
	font-size: 14px;
	background: transparent;
	padding: 15px 20px;
	color: #fff;
	border:none;
	outline: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-bottom: 30px;
}
.forma-big .error {
	border-bottom: 1px solid #f00!important;
}
.forma-big .btn-area-bottom {
	margin-top: 30px;
}
.forma-big .input-textarea {
	font-size: 14px;
	background: transparent;
	padding: 15px 20px;
	color: #fff;
	border:none;
	outline: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	max-width: 100%;
	max-height: 70px;
	margin-top: 30px;
}
.info-telephone .phone{
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
.info-telephone {
	font-size: 32px;
	color: #fff;
	margin-bottom: 40px;
}
.icon-phone {
	background: url("../img/icon-phone.png") 0 0 no-repeat;
	width: 81px;
	height: 81px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.box-about .image {
	float: right;
}
.innerpage .head-top {
	background: #2b2d2c;
	border-bottom: 0px solid transparent;
}
.crumbs {
	padding-top: 80px;
	padding-bottom: 20px;
}
.breadcrumb{
	font-size:14px;margin:20px 0;
}
.breadcrumb li a{color:#000;}
.breadcrumb li{display:inline-block;color:#cea46a;}
.innerpage {

}
.articles .item .image{float:left;width:266px;}
.articles .item .image img{display:block;}
.articles .item .image:hover img{}
.articles .item .details{margin-left:312px;}
.articles .item .details .annonce{}
.articles .item .details .bottom{margin-top:25px;}
.articles .item .details .bottom a{
	font-weight:600;text-transform:uppercase;text-decoration:underline;}
.articles .item .details .bottom a:hover{text-decoration:none;}
.articles .item .details .title{color:#000;font-size:1.2em;text-transform:uppercase;font-weight:700;margin-bottom:25px;display:inline-block;}
.articles .item .details .title:hover{
	color: #9e794f;
}
.articles .item{margin-bottom:40px;}
.articles .item:after{clear:both;content:'';display:block;}

.innerpage .outer-content.sx-box-uslugi {
	padding-top: 0;
}
.tabys {
	clear: both;
}
.panel_tab:after,
.usligilist:after {
	clear: both;
	display: block;
	content: '';
}
.usligilist {
	margin-top: 15px;

}
.usligilist .item {
	margin-bottom: 20px;
}
.usligilist .item .details .title{
	font-size: 19px;
	font-weight: bold;
}
.inner-uslugi {
	padding-top: 10px;
}
.inner-uslugi .panel_tab {
	margin-bottom: 40px;
}
/*

TODO: Adaptive

*/

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1365px) {
	.slider .slick-prev {
		left: 10px;
	}
	.slider .slick-next {
		right: 10px;
	}
	.slick-dots {
		top:-40px;
	}
	.slider .item .title1 {
		margin-top: 9vw;
		font-size: 4.4vw;
	}
	.slider .item .descr{
		font-size: 17px;
	}
}
@media screen and (max-width: 1180px) {
	.main-menu li a {
		padding: 5px 5px;
		font-size: 14px;
	}
	.head-top .head-column.hcn-1 {
		font-size: 15px;
	}
}
@media screen and (max-width: 1000px) {

	.main-menu li a {
		font-size: 12px;
		padding: 5px 0;
	}
	.slider .item .title1 {
		margin-top: 3vw;
		font-size: 3.8vw;
	}
	.slider .item .descr {
		font-size: 14px;
	}
	.btn {
		padding: 10px 30px;
	}
	.peimusch-list .item .title {
		font-size: 13px;
	}
	.slider .sl-btn {
		top:44%;
	}

	.box-about .image-line:before {
		width: 38vw;
		height: 51.6vw;
	}

	.box-about .txt {
		margin-right: 20px;
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {

}


@media screen and (max-width: 767px) {
	.box-about .image-line:before {
		display: none;
		content: normal;
	}
	.box-about .image {
		width: 40%;
	}
	.box-about .text {
		width: 60%;
	}
	.header {
		position: fixed;
		top: 0px;
		z-index: 9999;
		left: 0;
		right: 0;
	}
	.top-menu-iconopen {
		display: block;
		text-align: center;
	}
	.icon-menu {
		background: url(../img/menubtn.png) 0 center no-repeat;
		width: 25px;
		height: 25px;
		display: inline-block;
		vertical-align: middle;
		float: right;
		padding: 0;
		margin-right: 10px;
	}
	.b_top_menu {
		/*display: none;*/
		position: fixed;
		left: -240px;
		top: 0;
		bottom: 0;
		width: 220px;
		background: #927249;
		background: #866243;
		background: #5c3e2e;
		background: #2b2d2c;
		z-index: 10000;
		margin: 0;
		border:none;
		padding: 0px;
		overflow-x: scroll;
		box-shadow: 7px 0px 10px 0px rgba(0,0,0,0.2);
	}
	.b_top_menu:before {
		content: 'Меню';
		position: relative;
		padding: 10px 20px;
		display: block;
		text-align: center;
		background: #1c1e1d;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

	.b_top_menu li.inmenu a {
		background-image: none;
	}
	.head-top .top-nav {
		padding-top: 0;
	}
	.main-menu {
		padding-top: 20px;
	}
	.main-menu li {
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}
	.main-menu li.active a {
		/*color: #222;*/
	}
	.main-menu li a {
		padding: 2px 0;
	}
	.slider .item .fulltext {
		top:60px;
	}
	.top-menu-iconopen .phonecall {
		font-size: 13px;
	}
	.top-menu-iconopen .minilogo {
		max-width: 110px;
		display: inline-block;
		float: left;
		margin-left: 10px;
	}
	.slider-global:before {
		display: none;
		content: normal;
	}
	.head-top {
		background: #2b2d2c;
		border-bottom: 0px solid transparent;
	}
	.slider .item .fulltext {
		top: 15vw;
	}
	.slider .item .title1 {
		font-size: 5.5vw;
	}
	.slider .item .image {
		height: 80vw;
		max-height: 380px;
		overflow: hidden;
	}
	.slider .item .image img {
		/* display: block; */
		position: absolute;
		width: 200%;
		max-width: inherit;
		right: -50%;
	}
	.forma-big .btn-area-bottom .btn{
		width: 100%;
	}
	.info-telephone {
		font-size: 23px;
	}
	.box-uslugi .img .hover {
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	.peimusch-list .item {
		margin-bottom: 25px;
	}
	.peimusch-list .item .title{
		font-size: 18px;
		margin-top: 5px;
	}
	.hoiswork {
		text-align: right;
	}
	.crumbs {
		padding-top: 56px;
	}
	.breadcrumb {
		margin: 15px 0;
	}

	.articles .item .image{width:30%;}
	.articles .item .details{margin-left:33%;}
	.articles .item .details .title{
		margin-bottom:10px;
		font-size: 14px;
	}
	.articles .item .details .annonce {
		font-size: 12px;
	}
	.articles .item .details .bottom {
		display: none;
	}
	.articles .item{margin-bottom:20px;}
	.mtitle, h1 {
		font-size: 24px;
	}
	.sx-box-company {
		background-size: auto 100%;
	}
	.usligilist .item .details {
		margin-top: 5px;
	}
	.usligilist .item {
		text-align: center;
	}
}
@media screen and (min-width:390px) and (max-width: 767px) {
	.box-one1 {
		width: 50%;
		float: left;
	}
	.box-one2 {
		width: 50%;
		float: left;
	}
	.box-one3 {
		clear: both;
	}
	.box-one3 .img{
		width: 48.6%;
		float: left;
		margin-top: 16px;
	}
	.box-one3 .img+.img {
		margin-left: 2.8%;
	}


}
@media screen and (max-width: 389px) {
	.box-uslugi .img {
		max-height: 40vw;
	}
	.box-uslugi .img+.img {
		margin-top: 0;
	}
	.box-uslugi .img {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 550px) {


	.box-about .image {
		float: none;
	}
	.box-about .text {
		float: none;
	}
	.box-about .image {
		width: 100%;

	}
	.box-about .image .image-line{
		text-align: center;
	}
	.box-about .image-line img {
		max-width: 200px;
	}
	.box-about .text {
		width: 100%;
	}
	.slider .item .fulltext {
		top: 20vw;
	}
	.panel_tab li+li {
		margin-top: 10px;
	}
	.panel_tab li {
		display: block;
	}
	.panel_tab li a {
		padding: 10px 15px;
		display: block;
	}
	.box-uslugi .img {

	}
	.peimusch-list .item img{
		max-width: 120px;
	}
}

