* { margin: 0; padding: 0;}
p { margin: 5px 0 10px 0; }
a, a:hover, a:active, a:focus{
	color: inherit;
	text-decoration: none;
	outline: none;
}
html {
	min-height: 100vh;
}

body {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.25;
	margin: auto;
}
section {
    padding-top: 86px;
}

.wrapper {
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.main_header {
	position: relative;
	z-index: 20;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 950px;
}

.main_header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #00000099;
}


.inner_div {
	position: relative;
	z-index: 5;
}

.head {
	padding: 10px 0;
	color: #fff;
	position: relative;
	z-index: 100;
}

.head_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 85px;
}

.logo img {
	width: 100%;
	height: auto;
}

.desk_menu {
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 0;
}

.desk_menu li {
	margin: 0 30px;
	padding: 15px 0;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}

.sub {
	padding-right: 17px;
	position: relative;
}

.sub:after {
	content:"";
	position: absolute;
	top:0;
	right: 0;
	width:9px;
	height: 100%;
	background: url(../img/arr_down.svg) no-repeat center;
}

.submenu {
	list-style-type: none;
	position: absolute;
	top:100%;
	left: 0;
	z-index: 100;
}

.submenu li {
	overflow: hidden;
	margin: 0;
	height: 0;
	padding: 0;
	transition: 0.3s ease all;
}

.submenu li a {
	display: block;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
	transition: 0.3s ease all;
}

.desk_menu li:hover .submenu li {
	height: 52px;
}

.mob_menu {
	display: none;
	position: relative;
}

.spoiler-head {
	display: table;
	padding: 15px;
}

.spoiler-head img {
	width: 35px;
}

.spoiler-body {
	position: absolute;
	top:100%;
	left: -50px;
}

.spoiler-body ul {
	list-style-type: none;
}

.spoiler-body ul li {
	margin-bottom: 2px;
	padding: 0;
	transition: 0.3s ease all;
}

.spoiler-body ul li a {
	display: block;
	padding: 12px 40px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
	transition: 0.3s ease all;
}

.phone_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
}

.tel {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}

.zakaz {
	font-weight: 700;
	font-size: 15px;
	text-decoration: underline;
}

.main_block {
	background: #fff;
	padding: 45px 70px 25px 140px;
	position: relative;
}

.main_slogan {
	position: absolute;
	text-align: right;
	writing-mode:vertical-rl;
	transform: rotate(180deg);
	opacity: 0.3;
	font-weight: 700;
	font-size: 15px;
	left:50px;
}

.main_left {
	width: 50%;
}

h1 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 40px;
}

.icos_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main_ico {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 48%;
	margin-bottom: 40px;
}

.main_ico img {
	width: 60px;
	margin-right: 20px
}

.main_ico p {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

.opis {
	font-size: 15px;
	line-height: 1.7;
}

.serv_butt, .serv_butt:hover {
	display: table;
	padding: 12px 60px;
	margin: 35px 0 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.main_right {
	position: absolute;
	width: 44%;
	right: 0;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: flex-end;
}

.about_block {
	padding: 60px 70px 50px 40px;
}

.icos_block {
	padding: 60px 70px 40px 40px;
	width: 100%;
}


.cifs_block {
	padding: 45px 70px 10px 0px;
	width: 100%;
}

.ico_one {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.cifs_block .ico_one {
	margin-bottom: 10px;
}

.ico_one img {
	width: 35px;
	margin-right: 25px;
}

.ico_one p {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.about_block p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about_block .next {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 40px;
	position: relative;
}

.about_block .next::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 22px;
	top:0;
	right: 0;
	background: url(../img/arr_b_right.svg) no-repeat center;
	background-size: 100%;
}

.last_proj {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	position: relative;
}

.last_proj::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #00000099;
}

.about_img1 {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.about_img1 {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 340px;
}

.about_img2 {
	width: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 265px;
}

.proj_one {
	padding: 45px;
}

.last {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 25px;
}

.proj_name {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 30px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.proj_butt {
	display: table;
	width: 40px;
	height: 20px;
	margin-top: 40px;
	background: url(../img/arr_w_right.svg) no-repeat center;
	background-size: 100%;
	transition: 0.3s ease all;
}

.last_proj:hover .proj_butt {
	transform: translateX(25px);
}

.last_post {
	width: 60%;
	padding: 35px;
	background: #eee;
}

.all_proj {
	width: 55%;
	padding: 35px;
	background: #eee;
	text-align: center;
}

.post_name {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 22px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_butt {
	display: table;
	width: 40px;
	height: 20px;
	margin-top: 40px;
	background: url(../img/arr_b_right.svg) no-repeat center;
	background-size: 100%;
	transition: 0.3s ease all;
}

.last_post:hover .post_butt {
	transform: translateX(25px);
}

.all_butt {
	display: table;
	width: 60px;
	height: 30px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/arr_b_right.svg) no-repeat center;
	background-size: 100%;
	transition: 0.3s ease all;
}

.all_proj:hover .all_butt {
	transform: translateX(25px);
}

.main_form {
	margin-top: 50px;
	padding-top: 30px;
	padding-left: 70px;
	padding-bottom: 60px;
	width: 55%;
	color: #fff;
}

.main_form h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 25px;
}

.main_form p {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 40px;
}

.form_inp {
	background: none;
	outline: none;
	border: none;
	font-weight: 600;
	font-size: 18px;
}

.form_butt {
	display: table;
	outline: none;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	padding: 12px 45px;
}

.policy {
	text-align: center;
	margin: 15px 0;
	font-size: 11px;
	font-style: italic;
}

.policy a {
	text-decoration: underline;
}

.services {
	padding: 60px 0;
	position: relative;
	z-index: 0;
}


.services::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
}

.prezag {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	opacity: 0.5;
	margin-bottom: 5px;
}

.zag {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 45px;
	margin-top: 0;
	margin-bottom: 25px;
}

h1.zag {
	text-align: center;
}

.serv_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 35px 0;
}

.serv_col {
	width: 25%;
	margin: 0;
	height: 550px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.serv_col::after {
	content: "";
	position: absolute;
	z-index: 5;
	height: 65%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #03151E00 0%, #03151E 100%)
}

.serv_inf {
	position: relative;
	z-index: 10;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background: #31AFEA00;
	padding: 40px;
	transition: 0.3s ease all;
}

.serv_col:hover .serv_inf {
	background: #31afeaa8;
}

.serv_buts {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s ease all;
}

.serv_col:hover .serv_buts {
	opacity: 1;
}

.serv_zakaz {
	display: table;
	width: 50px;
	height: 50px;
	background: url(../img/phone.svg) no-repeat center #fff;
}

.serv_next {
	display: table;
	width: 50px;
	height: 50px;
	background: url(../img/arr_blue_right.svg) no-repeat center #fff;
}

.name_block {
	color: #fff;
}

.serv_name {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 24px;
		color: #fff;
}

.serv_name:hover {
	color: #fff;
}

.preim {
	padding: 80px 0;
	background: linear-gradient(180deg, #FFFFFF 0%, #B8C1C7 100%);
	box-shadow: 0px 0px 50px #000000;
	position: relative;
	z-index: 5;
}

.preim_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 70px;
}

.preim_col {
	width: 21%;
}

.preim_col img {
	width: 75px;
	margin-bottom: 10px;
}

.preim_col p {
	font-weight: 700;
	font-size: 18px;
}

.preim_butt {
	display: table;
	position: absolute;
	top:0px;
	right: 20px;
	padding: 13px 30px;
}

.preim_butt p {
	position: relative;
	margin: 0;
	padding-right: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.preim_butt p::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top:0;
	right: 0;
	background: url(../img/arr_w_right.svg) no-repeat center;
	background-size: contain;
}

.portfolio {
		padding: 80px 0;
		position: relative;
		z-index: 0;
}

.portfolio::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
}

.port_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

.port_col {
	width: 14.28%;
	margin: 0;
}

.port_item {
	width: 100%;
	background-size: cover;
	position: relative;
	margin: 0;
}

.port_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000099;
}

.port_item._1 {
	height:350px;
}
.port_item._2 {
	height:235px;
}
.port_item._3 {
	height:350px;
}
.port_item._4 {
	height:431px;
}
.port_item._5 {
	height:270px;
}
.port_item._6 {
	height:295px;
}
.port_item._7 {
	height:295px;
}
.port_item._8 {
	height:700px;
}
.port_item._9 {
	height:350px;
}
.port_item._10 {
	height:235px;
}
.port_item._11 {
	height:350px;
}

.port_block {
	position: absolute;
	z-index: 10;
	width: 100%;
	top:0;
	left: 0;
}

.port_utp {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	margin-top: 120px;
}

.port_utp p {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 40px;
		color: #fff;
}

.port_utp p span {
	font-size: 200px;
	line-height: 1;
}

.port_butt {
		display: table;
		margin: 20px auto;
		padding: 13px 30px;
		color: #fff;
	}

	.port_butt p {
		position: relative;
		margin: 0;
		padding-right: 35px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 16px;
	}

	.port_butt p::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 100%;
		top:0;
		right: 0;
		background: url(../img/arr_w_right.svg) no-repeat center;
		background-size: contain;
	}

.news {
	padding: 60px 0;
	position: relative;
	z-index: 10;
}

.news::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 472px;
	left: 0;
	bottom: 0;
	background-color: #fff;
}

.news .zag {
	color: #fff;
}

.news_row, .news_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: center;
	margin: 25px 0;
}

.news_block {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news_col {
	margin-left: 1px;
	margin-right:40px;
	background: #eee;
}

.news_block .news_col {
	width: 31%;
	margin-left: 0;
	margin-bottom:40px;
	margin-right: 2%;
}

.new_info {
	padding: 40px;
}

.new_date {
	font-weight: 700;
	font-size: 15px;
	opacity: 0.5;
	margin-bottom: 15px;
}

.new_zag {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 21px;
		display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}

.new_butt {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding-right: 35px;
	margin-top: 50px;
	position: relative;
}

.new_butt::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	top:0;
	right: 0;
	background: url(../img/arr_b_right.svg) no-repeat center;
	background-size: 100%;

}

.new_img {
	-webkit-background-size: cover;
	background-size: cover;
	height: 315px;
}

.news_row.owl-theme .owl-controls .owl-buttons div {
	-webkit-background-size: contain;
	background-size: contain;
	width: 60px;
	height: 30px;
	margin: 15px 20px;
}

.news_row.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background: url(../img/arr_b_left.svg) no-repeat center;
			-webkit-background-size: contain;
			background-size: contain;
}

.news_row.owl-theme .owl-controls .owl-buttons div.owl-next {
		background: url(../img/arr_b_right.svg) no-repeat center;
			-webkit-background-size: contain;
			background-size: contain;
}

.reviews {
	padding: 60px 0;
}

.otzivi {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0;
}

.otz_peop {
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
	position: relative;
}

.otz_peop li {
	width: 31%;
	margin: 0 1% 15px;
	position: relative;
	overflow:hidden;
	height:200px;
}

.otz_peop li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #000000;
	opacity: 0.5;
	transition: 0.3s ease all;
	z-index: 5;
}

.otz_peop li:hover:after {
	opacity: 0;
}

.otz_peop li.active:after {
	background: transparent;
	opacity: 0.5;
	border: 8px solid #31AFEA;
	z-index: 5;
}


.otz_peop li img {
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}

.otz_blocks {
	width: 47%;
}

.otz_block {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.otz_v {
	width: 100%;
	background: #EEEEEE;
	padding: 45px;
	opacity: 0;
	transition: 0.2s ease all;
}

.otz_block.active {
	height: auto;
}

.otz_block.active .otz_v {
	opacity: 1;
}

.otz_block p {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.otz_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-top: 30px;
}

.otz_name {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 25px;
}

.otz_city {
		font-weight: 600;
		font-size: 20px;
}

footer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}


footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #00000099;
}


.foot_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.foot_form {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	width: 38%;
}

.foot_form h2 {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 35px;
}

.foot_form p {
	font-weight: 600;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.foot_inp {
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	outline: none;
	background: none;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #fff;
	padding: 17px 0;
	margin: 15px 0;
}

.foot_butt {
	display: table;
	padding: 13px 30px;
	border: 0;
	margin: 15px auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.foot_main {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	width: 55%;
	padding: 20px 20px 40px 40px;
	background: #fff;
	position: relative;
}

.foot_main::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
}

.foot_col {
	width: 48%;
}

.foot_logo {
	display: table;
	width: 70px;
	margin-bottom: 30px;
}

.foot_logo img {
	width: 100%;
}

.foot_cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.foot_w {
	padding: 5px;
	margin-right: 20px;
}

.foot_w img {
	display: block;
	width: 13px;
}

.foot_cont p {
	margin: 0;
}

.foot_cont.phone {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 17px;
}

.foot_cont.mail {
	font-family: roboto-slab, sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.foot_cont.adr {
	font-family: roboto-slab, sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.socs_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.soc {
	padding: 5px;
	margin: 0 15px 15px;
}

.soc img {
	width: 15px;
	display: block;
}

.foot_menu {
	list-style-type: none;
}

.foot_menu li {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 18px;
}

.copyright {
	padding-top: 25px;
	color: #fff;
}

.copyright p {
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 25px;
	margin: 0;
}

.bbs {
	position: absolute;
	background: #fff;
	border-radius: 15px 15px 0px 0px;
	padding: 9px 23px;
	bottom: 0;
	right: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.bbs img {
	width: 30px;
	margin-right: 20px;
}

.bbs p {
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 0!important;
	margin-bottom: 0;
	color: #714DE5!important;
}

.bbs p span {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}


.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index:1000;
  overflow:auto;
}
.close_popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.popup_vnutr {
  position: relative;
  z-index: 5000;
  display: block;
  margin: 200px auto 0 auto;
  width: 95%;
	padding: 30px 70px 50px;
  max-width: 600px;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #B8C1C7 100%);
}

.close_wind {
	position: absolute;
	right:-10px;
	top:-10px;
}

.pp_form {
	width: 100%;
	text-align: center;
}

.pp_form h2 {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 30px;
}

.pp_form p {
	font-weight: 600;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.pp_inp {
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	outline: none;
	background: none;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #333;
	padding: 17px 0;
	margin: 15px 0;
}

.pp_butt {
	display: table;
	padding: 13px 30px;
	border: 0;
	margin: 15px auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}


.menu_fix {
    position: fixed;
    left: 0px;
    top: -1px;
    right: 0px;
    z-index: 500;
    display: none;
    padding: 10px 0;
		color: #fff;
}

.inner_space {
	padding: 120px 0 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.inner_block {
	padding: 60px 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.inner_projs {
	padding: 60px 0 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
}


.inner_projs h1 {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 35px;
		text-align: center;
		margin-top: 0;
}

.line {
	padding: 40px 0;
}

.serv_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	background: #eee;
	padding: 40px 0 60px 0;
	position: relative;
	margin-bottom: 100px;
}

.serv_block:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.serv_block:after {
	content:"";
	position: absolute;
	height: 100%;
	width: 50%;
	top:0%;
	background: #eee;
}

.serv_block:nth-child(2n+1):after {
	right: 100%;
}

.serv_block:nth-child(2n):after {
	left: 100%;
}

.serv_content {
	width: 47%;
}

.serv_content h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 30px;
}

.serv_content p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 25px;
}


.serv_content ol, .serv_content ul, .proj_content ol, .proj_content ul {
	padding-left:25px;
}

.serv_content li, .proj_content li {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 10px;
}

.serv_image {
	width: 47%;
	margin-top: -90px;
	position: relative;
}

.serv_image img {
	position: absolute;
	top:0;
	width: auto;
	height: 100%;
}

.serv_block:nth-child(2n+1) .serv_image img {
	left: 0;
}

.serv_block:nth-child(2n) .serv_image img {
	right: 0;
}

.serv_content p:last-child {
	margin-bottom: 0;
}

.serv_block:last-child {
	margin-bottom: 0;
}

.price {
	padding-bottom: 70px;
}

.price_block {
	background: #fff;
	padding: 30px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.price_text {
		font-family: roboto-slab, sans-serif;
		font-weight: 700;
		font-size: 35px;
		margin: 10px 20px;
}

.price_butt {
			display: table;
			margin: 10px 20px;
			padding: 13px 30px;
		}

		.price_butt p {
			position: relative;
			margin: 0;
			padding-right: 35px;
			color: #fff;
			text-transform: uppercase;
			font-weight: 600;
			font-size: 16px;
		}

		.price_butt p::after {
			content: "";
			position: absolute;
			width: 20px;
			height: 100%;
			top:0;
			right: 0;
			background: url(../img/arr_w_right.svg) no-repeat center;
			background-size: contain;
		}

.pagi {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top:20px;
}

.pag_left {
	display: table;
	width: 35px;
	height: 35px;
	background: url(../img/arr_w_left.svg) center no-repeat;
	background-size: 22px auto;
}

.pag_right {
	display: table;
	width: 35px;
	height: 35px;
	background: url(../img/arr_w_right.svg) center no-repeat;
	background-size: 22px auto;
}

.pag_nubm {
	padding: 8px;
}

.pag_nubm a {
	padding: 3px;
	margin: 0 6px;
	font-weight: 600;
	font-size: 15px;
}

.pag_nubm a.active {
	position: relative;
}

.pag_nubm a.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
}

.new_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}

.new_body {
	background: #EEEEEE;
	width: auto;
	padding: 30px 0;
}

.new_body h1 {
	padding: 0 50px;
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 31px;
	margin-bottom: 0;
}

.news_main {
	max-width: 100%;
	margin: 30px auto;
}

.new_text {
	padding: 10px 50px;
}

.new_text p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.new_text ul, .new_text ol {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
	padding-left: 30px;
}

.new_text li {
	margin-bottom: 5px;
}

.new_text blockquote {
	padding: 25px;
	border-left-style: solid;
	border-left-width: 3px;
}

.new_foot {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
}

.new_in_date {
	font-weight: 700;
	font-size: 15px;
	opacity: 0.5;
}

.new_back {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 40px;
	position: relative;
}

.new_back::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 22px;
	top:0;
	left: 0;
	background: url(../img/arr_b_left.svg) no-repeat center;
	background-size: 100%;
}

.sidebar {
	min-width: 340px;
	margin-left: 30px;
}

.sidebar .serv_col, .sidebar .last_proj, .sidebar .all_proj {
	width: 100%;
	margin-bottom: 30px;
}

.sidebar .last_proj .proj_name {
	font-size: 18px;
}

.last_news {
	padding: 30px 0;
	position: relative;
}

.last_news h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 45px;
}


.last_news::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
  height: 410px;
	left: 0;
	bottom: 0;
}

.fav_proj {
	padding: 50px 0;
}

.fav_proj h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 35px;
	text-align: center;
}

.fav_block .item {
	padding: 0 10px;
}

.fav_one {
	background: #eee;
	padding: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
}

.fav_img {
	width: 46%;
	background-size: cover;
}

.fav_cont {
	width: 50%;
	padding: 15px;
}

.fav_head {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0.5;
}

.fav_cat {
	font-weight: 700;
	font-size: 15px;
	margin: 5px 0;
}

.fav_date {
	font-style: italic;
	font-weight: 700;
	font-size: 15px;
	margin: 5px 0;
}

.fav_name {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 27px;
	margin: 30px 0 35px;
}

.fav_cont p {
	font-weight: 600;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 35px;
}

.fav_price {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 40px;
}


.fav_butt {
	display: table;
	padding: 11px 40px;
}

.fav_butt p {
	position: relative;
	margin: 0;
	padding-right: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.fav_butt p::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top:0;
	right: 0;
	background: url(../img/arr_w_right.svg) no-repeat center;
	background-size: contain;
}

.fav_block.owl-theme .owl-controls .owl-buttons div {
	-webkit-background-size: contain;
	background-size: contain;
	width: 50px;
	height: 25px;
	margin: 15px 15px;
}

.fav_block.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background: url(../img/arr_b_left.svg) no-repeat center;
			-webkit-background-size: contain;
			background-size: contain;
}

.fav_block.owl-theme .owl-controls .owl-buttons div.owl-next {
		background: url(../img/arr_b_right.svg) no-repeat center;
			-webkit-background-size: contain;
			background-size: contain;
}

.fav_block .owl-controls {
	position: absolute;
	right: 45px;
	bottom: 40px;
}

.proj_block {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: stretch;
		align-items: stretch;
		justify-content: center;
		margin: 25px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.proj_col {
		background: #eee;
		width: 23%;
		margin-bottom:40px;
		margin-right: 2%;
	}

.proj_img {
	width: 100%;
	height: 280px;
	-webkit-background-size: cover;
	background-size: cover;
}

.proj_w {
	padding: 25px 35px;
	background: #EEEEEE;
}

.proj_c_cat {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px;
	opacity: 0.5;
}

.proj_c_name {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.proj_c_butt {
	display: table;
	width: 40px;
	height: 20px;
	margin: 30px 0 10px;
	background: url(../img/arr_b_right.svg) no-repeat center;
	background-size: 100%;
	transition: 0.3s ease all;
}

.proj_col:hover .proj_c_butt {
	transform: translateX(25px);
}

.proj_head {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	margin: 30px 0 100px;
}

.proj_vid {
	width: 47%;
	position: relative;
}

.vid_img {
	position: absolute;
	height: 100%;
	width: 150%;
	top: 0;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.vid_play {
	position: absolute;
	width: 85px;
	height: auto;
	top: 20px;
	right: 20px;
}

.vid_play img {
	width: 100%;
}

.proj_info {
	width: 47%;
	padding: 25px 0;
}

.proj_info p {
	font-weight: 600;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}

.chars_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.chars_col {
	width: 45%;
	margin-right: 5%;
	margin-bottom: 40px;
	padding-left: 30px;
	position: relative;
}

.chars_col:after {
	content: "";
	position: absolute;
	top:5px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(../img/plus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9px auto;
}


.char_t {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.char_val {
  font-size: 16px;
  font-weight: 700;
}

.proj_price {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 27px;
}

.proj_price span {
	display: inline-block;
}

.proj_inn_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	background: #eee;
	padding: 40px 0 0px 0;
	position: relative;
	margin-bottom: 100px;
}

.proj_inn_block:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.proj_inn_block:after {
	content:"";
	position: absolute;
	height: 100%;
	width: 50%;
	top:0%;
	background: #eee;
}

.proj_inn_block:nth-child(2n+1):after {
	right: 100%;
}

.proj_inn_block:nth-child(2n):after {
	left: 100%;
}

.proj_content {
	width: 46%;    
	margin-bottom: 50px;
}

.proj_content h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 30px;
}

.proj_content p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 25px;
}

.proj_slider {
	width: 50%;
	margin-top: -75px;
}

.proj_slide {
	width: 100%;
}

.proj_content p:last-child {
	margin-bottom: 0;
}

.proj_inn_block:last-child {
	margin-bottom: 0;
}


.proj_slides.owl-theme .owl-controls .owl-buttons div {
	width: 70px;
	height: 70px;
	margin: 0 15px;
	border-radius: 0;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
		background-size: 45px auto;
}

.proj_slides.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background-image: url(../img/arr_w_left.svg);
}

.proj_slides.owl-theme .owl-controls .owl-buttons div.owl-next {
		background-image: url(../img/arr_w_right.svg);
}

.proj_slides .owl-controls {
	margin: 0;
}

.about_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 50px;
}

.about_row img {
	min-width: 110px;
	margin-right: 40px;
}

.about_row h1 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin: 0;
}

.bq {
	opacity: 0.5;
	font-style: italic;
	line-height: 1.7;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
	padding-left: 50px;
}

.bq p {
	margin-bottom: 10px;
}

.bq .autor {
	text-align: right;
}

.ico_cif {
	width: 90px;
	padding: 5px 0;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 27px;
	margin-right: 25px;
}

.lic_part {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.lic_part:after {
		content: "";
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 50%;
		left: 0;
		bottom: 0;
}

.lp_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.lp_row h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 30px;
}

.lic {
	width: 44%;
	padding: 40px 0;
}


.lic_slider .item {
	padding-right: 25px;
}

.lic_slider .item img, .part_slider .item img {
	max-width: 210px;
	width: 100%;
}

.part {
	width: 50%;
	background: #eee;
	padding: 40px 0 40px 70px;
	position: relative;
}

.part_slider {
	margin-top: 70px;
}

.part_slider .item {
	padding-left: 1px;
	padding-right: 20px;
}

.lic_slider .owl-controls {
	display: table;
	margin-top: 25px;
}

.lic_slider.owl-theme .owl-controls .owl-buttons div {
	width: 60px;
	height: 30px;
	margin: 0;
	margin-right: 25px;
	background-position: center;
	background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
}

.lic_slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background-image: url(../img/arr_w_left.svg);
}

.lic_slider.owl-theme .owl-controls .owl-buttons div.owl-next {
		background-image: url(../img/arr_w_right.svg);
}


.part_slider .owl-controls {
	display: table;
	margin-top: 70px;
}

.part_slider.owl-theme .owl-controls .owl-buttons div {
	width: 60px;
	height: 30px;
	margin: 0;
	margin-right: 25px;
	background-position: center;
	background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
}

.part_slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background-image: url(../img/arr_b_left.svg);
}

.part_slider.owl-theme .owl-controls .owl-buttons div.owl-next {
		background-image: url(../img/arr_b_right.svg);
}

.part:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0%;
		left: 100%;
    background: #eee;
}

.cont_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	margin: 50px 0;
}

.cont_col {
	width: 47%;
	padding-top: 20px;
}


.cont_b {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.cont_w {
	padding: 10px;
	margin-right: 30px;
}

.cont_w img {
	display: block;
	width: 30px;
}

.cont_b p {
	margin: 0;
}

.cont_b.phone {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 35px;
}

.cont_b.mail {
	font-family: roboto-slab, sans-serif;
	font-weight: 400;
	font-size: 35px;
}

.cont_b.adr {
	font-family: roboto-slab, sans-serif;
	font-weight: 400;
	font-size: 27px;
}

.cont_b.graph {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.graph_block p {
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 20px;
}

.graph_block p.gr_val {
	font-weight: 700;
	font-size: 17px;
}

.cont_socs_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.cont_soc {
	padding: 10px;
	margin: 0 20px 15px;
}

.cont_soc img {
	width: 30px;
	display: block;
}

.cont_map {
	width: 50%;
	position: relative;
}

.map_in {
	position: absolute;
	height: 100%;
	width: 150%;
	top:0;
	left: 0;
}

.rekvs {
	padding: 60px 0 20px;
	background: #eee;
}

.rekvs h2 {
	font-family: roboto-slab, sans-serif;
	font-weight: 700;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 40px;
}

.rekvs_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rekvs_col {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
	padding-left: 30px;
}


.rekvs_col:after {
	content: "";
	position: absolute;
	top:5px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(../img/plus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9px auto;
}

.rekvs_col p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}

.rekvs_col p.rekv_val {
	font-weight: 700;
}



.page404 {
	padding:150px 0;
	text-align:center;
}

.err1 {
	margin-top:70px;
	font-weight:700;
	font-size:80px;
}

.err2 {
	font-weight:500;
	font-size:30px;
}


.it-butik {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 50%;
	transform: translatex(50%);
	white-space: nowrap;
	width: max-content;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 7px 22px;
	background: #fff;
	border: 1px solid #714DE5;
	border-radius: 15px 15px 0px 0px;
}

.it-butik svg {
	width:30px;
}

.it-butik p {
	font-style: italic;
	font-size: 14px;
	font-weight: 600;
	margin-left: 15px;
	margin-bottom: 0;
	padding-bottom:0;
	margin-top: 0;
	color:#714DE5!important;
}

.it-butik p span {
	text-transform: uppercase;
	text-decoration: underline;
}

.copyright {
	position:relative;
}

@media(max-width:1200px) {
.copyright  {
	padding-bottom: 55px;
	}
}