* { 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: univia-pro, sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
	margin: auto;
}

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

header {
	position: relative;
	z-index: 10;
}

.head {
	padding: 20px 0;
	position: relative;
	z-index: 20;
}

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

.logo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.logo img {
	width: 50px;
	margin-right: 20px;
}

.logo p {
	text-transform: uppercase;
	font-size: 23px;
}


.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-size: 16px;
}


.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;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	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-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}

.zakaz {
	font-style: italic;
	font-size: 13px;
	text-decoration: underline;
}

.main_slider {
	width: 100%;
	padding: 25px 0 100px;
}

.main_slider .item {
	overflow: hidden;
}

.single_slide {
	position: relative;
	padding: 175px 0;
}

.single_serv {
	position: relative;
	padding: 135px 0;
	margin: 25px 0 100px;
}

.single_proj {
	position: relative;
	padding: 225px 0;
	margin: 25px 0 100px;
}

.slide_img {
	position: absolute;
	z-index: 5;
	width: 80%;
	height: 87%;
	top: 4%;
	right: 4%;
	background-size: cover;
	background-position: center;
}

.sq1 {
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 120px;
	left: 11%;
	bottom: 0;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
}

.sq2 {
	position: absolute;
	z-index: 1;
	width: 75px;
	height: 75px;
	left: 48%;
	top: 0;
	border-width: 4px;
	border-style: solid;
	opacity: 0.3;
	border-radius: 10px;
}

.sq3 {
	position: absolute;
	z-index: 1;
	width: 55px;
	height: 55px;
	right: 40%;
	bottom: 5%;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	opacity: 0.25;
}

.zags_block {
	padding: 65px 40px 65px 20px;
	width: 550px;
	color: #fff;
	position: relative;
	z-index: 10;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.zags_block::after {
	content: "";
	position: absolute;
	right: 99%;
	top: 0;
	height: 100%;
	width: 100%;
}

.serv_zags_block {
	padding: 60px 40px 20px 20px;
	width: 650px;
	color: #fff;
	position: relative;
	z-index: 10;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.serv_zags_block::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 100%;
}

.proj_zags_block {
	padding: 60px 40px 40px 20px;
	width: 650px;
	color: #fff;
	position: relative;
	z-index: 10;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.proj_zags_block::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 100%;
}

.zags_block h1 {
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.zags_block p {
	font-size: 17px;
}

.serv_zags_block h1 {
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.serv_zags_block p {
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 20px;
}

.titleh1 {
font-weight: 700;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}


.proj_zags_block h1 {
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.proj_zags_block p {
	font-size: 17px;
	margin-bottom: 40px;
}

.main_icos {
	position: absolute;
	z-index: 10;
	top:13%;
	right: 10%;
}

.main_ico {
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	margin-bottom: 35px;
	margin-left: auto;
	overflow: hidden;
	width: 100px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	transition: 0.5s ease all;
}

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

.main_ico p {
	display: block;
	font-size: 16px;
	min-width: 200px;
	margin: 0;
	opacity: 0;
	transition: 0.3s ease all;
}

.main_ico:hover {
	width: 320px;
}

.main_ico:hover p {
	opacity: 1;
}

.serv_icos {
	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;
}

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

.serv_ico img {
	width: 55px;
	margin-right: 20px;
}

.serv_ico p {
	font-size: 18px;
	margin: 0;
}

.slide_butt {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-image: url(../img/arrow_w_down.svg);
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.slide_butt.down {
	transform: rotate(90deg);
}

.main_slider .owl-controls {
	display: table;
	position: relative;
	z-index: 20;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}


.main_slider.owl-theme .owl-page span {
	width: 15px;
	height: 15px;
	background: transparent;
	border:1px solid;
}

.main_slider .owl-buttons {
	position: relative;
	margin-top: -27px;
}

.about {
	padding: 100px 0;
}

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

.about_image {
	width: 45%;
	position: relative;
}

.about_img {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 5;
}

.ab_line {
	position: absolute;
	left: 33%;
	top: -10%;
	width: 33%;
	height: 120%;
}

.about_info {
	width: 50%;
}

.about_zag {
	margin-top: 0;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 40px;
	text-align: left;
}

.about_info p {
	font-size: 18px;
	margin-bottom: 30px;
}

.ab_cifs {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-around;
	margin: 20px 0 50px;
}

.ab_col {
	width: 30%;
	text-align: center;
}

.ab_cif {
	font-weight: 700;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 10px;
}

.ab_txt {
	font-weight: 600;
	font-size: 21px;
}

.butt_more {
	display: table;
	padding: 20px 60px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	border-width: 1px;
	border-style: solid;
}

.butt_more::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
	right: -20px;
	background: url(../img/arrow_b_right.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	transition: 0.3s ease all;
}

.butt_more:hover::after {
	right: -30px;
}

.services {
	padding: 50px 0;
}

h2 {
	margin-top: 0;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 50px;
	text-align: center;

}

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

.serv_slider .item {
	overflow: hidden;
}

.serv_info {
	width: 46%;
	padding-top: 40px;
}

.serv_info h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 40px;
}

.serv_info p {
	font-size: 18px;
	margin-bottom: 30px;
}

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

.serv_buts .butt_more {
	padding: 20px 50px;
}

.butt_all {
		display: table;
		padding: 20px 80px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 15px;
		color: #fff;
		transition: 0.3s ease all;
}

.butt_all:hover {
	color: #fff;
}

.serv_image {
	width: 50%;
	padding: 50px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.serv_image:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 50%;
}

.serv_img {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 0px 50px #000000BF;
}

.serv_slider .owl-controls {
	display: table;
	position: absolute;
	top: 0;
	left: 14%;
	z-index: 20;
	margin: 0;
}


.serv_slider.owl-theme .owl-page span {
	width: 15px;
	height: 15px;
	background: transparent;
	border:1px solid;
}


.portfolio {
	padding: 50px 0;
	background: #F1F1F1;
}

.port_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.port_col {
	width: 31%;
	height: 244px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom: 25px;
	position: relative;
}

.port_pers {
	width: 100%;
	height: 100%;
	transition: 0.5s ease all;
	transform-style: preserve-3d;
}

.port_col:hover .port_vn  {
	opacity:1;
}

.port_row.r {
	width: 66%;
}

.port_col.big {
	height: 513px;
}

.first .port_vn {
	background: #F1F1F1;
}

.port_row.r .port_col {
	width: 49%;
}
.port_vn {
	background: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 15px;
	position: relative;
	z-index: 1;
	transition: 0.3s ease all;
	opacity:0;
}

.port_ob {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
}

.port_top h3 {
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.port_chars {
	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;
}

.port_char {
	width: 30%;
}

.port_char p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
}

.port_char p.char {
	font-weight: 600;
}

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

.port_price {
	font-weight: 600;
	font-size: 13px;
}

.port_price span {
	display: block;
}

.port_butt {
	display: table;
	padding: 12px 20px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	position: relative;
	border-width: 1px;
	border-style: solid;
}

.port_butt::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 23px;
	top: 0;
	right: -12px;
	background: url(../img/arrow_b_right.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	transition: 0.3s ease all;
}

.port_butt:hover::after {
	right: -20px;
}

.port_vnesh {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.3s ease all;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.port_fade {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	color: #fff;
}

.port_cat {
	font-size: 17px;
}

.port_name {
	font-weight: 700;
	font-size: 25px;
}


.big .port_ob {
	padding: 30px;
}

.big .port_top h3 {
	font-size: 29px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.big .port_char {
	width: 47%;
	margin-bottom: 20px;
}

.big .port_char p {
	font-size: 14px;
}

.big .port_bot {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.big .port_price {
	font-size: 25px;
	margin-bottom: 20px;
}

.big .port_name {
	font-size: 27px;
}


.port_slider .owl-controls {
	display: table;
	position: relative;
	z-index: 20;
	margin-top: 15px;
	margin-bottom: -40px;
}


.port_slider.owl-theme .owl-page span {
	width: 15px;
	height: 15px;
	background: transparent;
	border:1px solid;
}

.portfolio .butt_all {
	position: relative;
	z-index: 20;
	margin-left: auto;
}

.news {
	padding: 60px 0;
}

.new_ob {
	position: relative;
	padding-right: 35px;
	padding-top: 25px;
	padding-left: 25px;
}

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

.new_sq {
	position: absolute;
	width: 30%;
	height: 90%;
	top:0;
	left:0;
	border-width: 10px;
	border-style: solid;
}

.new_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background: #F2F2F2;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
}

.new_img {
	width: 33%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.new_info {
	width: 66%;
	padding: 25px;
}

.new_info h3 {
	font-weight: 700;
	font-size: 27px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.new_info p {
	font-size: 16px;
}

.new_butt {
		display: table;
		padding: 15px 60px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: 5px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 11px;
		position: relative;
		border-width: 1px;
		border-style: solid;
	}

	.new_butt::after {
		content: "";
		position: absolute;
		height: 100%;
		width: 23px;
		top: 0;
		right: -12px;
		background: url(../img/arrow_b_right.svg) no-repeat center;
		-webkit-background-size: contain;
		background-size: contain;
		transition: 0.3s ease all;
	}

	.new_butt:hover::after {
		right: -20px;
	}


	.news_slider .owl-controls {
		display: table;
		position: relative;
		z-index: 20;
		margin-top: 35px;
	}


	.news_slider.owl-theme .owl-page span {
		width: 15px;
		height: 15px;
		background: transparent;
		border:1px solid;
	}

	.news .butt_all {
		position: relative;
		z-index: 20;
		margin-top: -40px;
		margin-left: auto;
	}

.reviews {
	padding: 60px 0;
}

.review_slider .item {
	padding: 0 20px;
}

.review {
	color: #fff;
	padding: 40px;
	border-radius: 15px;
}

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

.rew_head img {
	width: 80px;
	margin-right: 30px;
}

.rew_head h3 {
	margin: 0;
	font-weight: 700;
	font-size: 28px;
}

.review p {
	font-weight: 400;
	font-size: 18px;
}

.rew_foot {
	margin-top: 25px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
}

.rew_foot_img {
	width: 90px;
	height:90px;
	border-radius: 100px;
	margin-right: 30px;
	position:relative;
	overflow:hidden;
}

.rew_foot_img img {
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
    transform: translate(-50%, -50%);
}

.rew_name {
	font-style: italic;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.rew_city {
	font-style: italic;
	font-size: 18px;
	margin: 0;
}

	.review_slider .owl-controls {
		display: table;
		position: relative;
		z-index: 20;
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
	}


	.review_slider.owl-theme .owl-page span {
		width: 15px;
		height: 15px;
		background: transparent;
		border:1px solid;
	}

	.review_slider .owl-buttons {
		position: relative;
		margin-top: -27px;
	}

	.review_slider.owl-theme  div.owl-prev {
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 15px;
		background: url(../img/arr_left.svg) no-repeat center;
		transform: rotate(-90deg);
	}

	.review_slider.owl-theme  div.owl-next {
		position: absolute;
		top: 0;
		right: 0;
		width: 15px;
		height: 15px;
		background: url(../img/arr_right.svg) no-repeat center;
		transform: rotate(-90deg);
	}

.form {
	padding-top: 40px;
	margin-bottom: -40px;    
}

.form h2 {
	margin-bottom: 25px;
}

.pol {
	text-align: center;
	font-style: italic;
	font-size: 13px;
}

.pol a {
	text-decoration: underline;
}

form .form_vn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 0px 0px 23px #00000026;
	padding: 15px;
	max-width: 850px;
}

.form_input {
	font-weight: 600;
	font-size: 22px;
	border: 0;
	outline:none;
	width: 100%;
	background: transparent;
	margin-left: 30px;
}

.form_butt {
	display: table;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 17px 60px;
	border: 0;
}











	footer {
		padding-top: 80px;
		color: #fff;
	}

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

	.foot_col1 {
		width: 26%;
		margin-right: 4%;
	}

	.foot_ops {
		margin-top: 25px;
		font-size: 15px;
		font-weight: 400;
	}

	.foot_col2 {
		width: 29%;
	}

	.foot_zag {
		font-weight: 700;
		font-size: 21px;
		text-transform: uppercase;
		width: 100%;
		margin-bottom: 25px;
	}

	.foot_list {
		list-style-type: none;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.foot_list li {
		width: 45%;
		font-weight: 400;
		font-size: 15px;
		margin-bottom: 15px;
	}

	.foot_col2 .foot_list li {
			width: 50%;
	}

	.foot_col3 {
		width: 18%;
	}

	.foot_col3 .foot_list li {
			width: 100%;
	}

	.foot_col4 {
		width: 20%;
	}

	.foot_tel {
		display: table;
		font-weight: 700;
		font-size: 24px;
		padding: 3px 0 3px 40px;
		margin-bottom: 20px;
		background: url(../img/phone.svg) no-repeat;
		background-position: left center;
		-webkit-background-size: 30px auto;
		background-size: 25px auto;
	}

	.foot_mail {
		display: table;
		font-weight: 600;
		font-size: 16px;
		padding: 3px 0 3px 40px;
		margin-bottom: 20px;
		background: url(../img/mail.svg) no-repeat;
		background-position: left center;
		-webkit-background-size: 30px auto;
		background-size: 25px auto;
	}

	.foot_adr {
		display: table;
		font-size: 14px;
		padding: 3px 0 3px 40px;
		margin-bottom: 20px;
		background: url(../img/adr.svg) no-repeat;
		background-position: left center;
		-webkit-background-size: 30px auto;
		background-size: 25px auto;
	}


	.soc_row {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}

	.foot_soc_ico {
		margin: 15px ;
		width: 22px;
	}

	.copy_line {
		border-top: 1px solid #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}

	.copy_line p {
		font-size: 14px;
	}

	.it-butik {
		position: absolute;
		bottom: 0;
		right: 0;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		padding: 7px 22px;
		background: #fff;
		border-radius: 15px 15px 0px 0px;
	}

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

	.it-butik p span {
		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 {
		margin-top: 10px;
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 30px;
}

.pp_form p {
	font-weight: 600;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.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-style: solid;
	border-bottom-width: 2px;
	padding: 17px 0;
	margin: 10px 0;
}

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

.policy {
	font-style: italic;
	font-size: 14px;
	margin-top: 25px;
}

.policy a {
	text-decoration: underline;
}


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

.inner_block {
	padding: 40px 0;
	overflow: hidden;
}

.service_block {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: stretch;
		align-items: stretch;
		justify-content: space-between;
		margin-bottom: 80px;
}

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

.service_info {
	width: 46%;
}

.service_info h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 40px;
}

.service_info p {
	font-size: 18px;
	margin-bottom: 30px;
}


.service_imgs {
	width: 50%;
	min-height:400px;
	padding: 40px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}

.service_imgs:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 50%;
}

.service_block:nth-child(2n+1) .service_imgs:after {
	left: auto;
	right: 100%;
}


.serv_col {
	width: 48%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

.serv_img_big {
	width: 48%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 0px 30px #000000BF;
}


.serv_img_small {
	width: 100%;
	height: 48%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 0px 30px #000000BF;
}

.inner_block .butt_all {
	margin-left: auto;
	margin-right: auto;
}


.service_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	padding: 60px 0;
	margin-bottom: 30px;
}

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

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

.service_img {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 5;
}

.serv_line {
	position: absolute;
	left: 33%;
	top: -10%;
	width: 33%;
	height: 120%;
}

.service_info {
	width: 47%;
}

.service_zag {
	margin-top: 0;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 40px;
	text-align: left;
}

.service_info p {
	font-size: 18px;
	margin-bottom: 30px;
}

.service_info li {
	font-size: 18px;
	margin-bottom: 20px;
}


.service_info ol, .service_info ul {
	padding-left:30px;
}

.serv_price {
	position: relative;
}

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

.price_block {
position: relative;
z-index: 5;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 50px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	max-width: 1050px;
}

.price_block p {
	color: #fff;
	font-weight: 500;
	font-size: 35px;
}

.price_block span {
	display: inline-block;
	font-weight: 700;
}

.price_butt {
	display: table;
	padding: 20px 50px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.proj_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	margin-bottom: 30px;
}

.proj_info {
		width: 46%;
	}

	.proj_zag {
		margin-top: 0;
		text-align: left;
		font-weight: 700;
		font-size: 35px;
		margin-bottom: 30px;
	}

	.proj_info p {
		font-size: 18px;
		margin-bottom: 30px;
	}

.proj_info li {
	font-size: 18px;
	margin-bottom: 20px;
}


.proj_info ol, .proj_info ul {
	padding-left:30px;
}
	.proj_slider {
		width: 50%;
		padding: 5px;
		position: relative;
	}

	.proj_slider:after {
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		height: 100%;
		width: 50%;
	}

	.proj_sldies .item  {
		 padding: 35px 50px 35px 35px;
	}

	.proj_sldies img {
		margin: 0 auto;
		max-width: 100%;
		max-height: 500px;
		box-shadow: 0px 0px 30px #000000BF;
	}


		.proj_sldies .owl-controls {
			position: absolute;
			right: 10px;
			top: 20%;
		}

		.proj_sldies.owl-theme .owl-controls .owl-page {
			display: block;
			margin: 15px 0;
		}

	.proj_sldies.owl-theme .owl-page span {
		width: 15px;
		height: 15px;
		background: transparent;
		border:1px solid #fff;
	}

	.proj_sldies.owl-theme .owl-page.active span {
	  background: #fff;
	}

	.proj_sldies .owl-buttons {
		position: relative;
		margin-top: -27px;
	}

.proj_vid {
	width: 48%;
	position: relative;
	padding: 40px 0;
}

.vid_block {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 400px;
	z-index: 5;
}

.vid_ob {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	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;
	justify-content: center;
}

.play img {
	width: 150px;
	margin-bottom: 15px;
}

.vid_ob p {
	font-style: italic;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.vid_line {
	position: absolute;
	z-index: 1;
	left: 33%;
	top: -5%;
	width: 33%;
	height: 110%;
}

.proj_chars {
	padding: 50px 0 0;
	color: #fff;
}

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

.proj_chars_col {
	width: 30%;
	margin-bottom: 30px;
}

.proj_chars_col p {
	font-size: 17px;
	margin-bottom: 5px;
}

.proj_chars_col p.val {
	font-weight: 700;
	font-size: 21px;
}

.proj_price_sec {
	padding: 20px 0;
	position: relative;
}

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



.proj_price_block {
	position: relative;
	z-index: 5;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 50px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	max-width: 1050px;
	background: #fff;
}

.proj_price_block p {
	font-weight: 500;
	font-size: 31px;
}

.proj_price_block span {
	display: inline-block;
	font-weight: 700;
}

.proj_price_butt {
	display: table;
	padding: 20px 45px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

.proj_price_butt:hover {
	color: #fff;
}

.serv_zags_block .ab_cif {
	color: #fff;
}




.news_block {
	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;
}

.new_one {
	position: relative;
	padding-top: 25px;
	padding-left: 25px;
	width: 48%;
	margin-bottom: 50px;
}

.last_news {
	padding-top: 40px;
}

.last_news h2 {
	text-align: left;
}

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

.new_b {
	background: #f2f2f2;
}

.new_b h1 {
	margin-top: 35px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 35px;
	padding: 0 50px;
}

.new_main_img {
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}

.new_content {
	padding: 20px 50px;
	width: auto;
}

.new_content p {
	line-height: 1.8;
	font-size: 17px;
	margin-bottom: 30px;
}

.new_content h2 {
	font-size:30px;
	text-align:left;
}

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

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

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

.sidebar {
	min-width: 415px;
	margin-left: 40px;
}

.side_serv {
	color: #fff;
	padding: 40px;
}

.side_serv h2 {
	text-align: left;
	margin: 0;
}

.serv_list {
	list-style-type: none;
	border-left: 1px solid #fff;
	padding-top: 5px;
	margin-top: 15px;
	margin-left: 3px;
}

.serv_list li {
	padding-left: 50px;
	position: relative;
	font-size: 20px;
	line-height: 1;
	margin: 25px 0;
}

.serv_list li:after {
	content:"";
	position: absolute;
	left: 0;
	top: 10px;
	width: 40px;
	height: 1px;
	background: #fff;
}

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

.cont_col {
	width: 46%;
}

.cont_col p {
	font-size: 22px;
	margin-bottom: 25px;
}

.cont_col p span {
	font-weight: 700;
}

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

.cont_line img {
	width: 40px;
	margin-right: 20px;
}

.cont_line p {
	margin: 0;
}

.cont_line p.phone {
	font-size: 31px;
	font-weight: 700;
}

.cont_line p.mail {
	font-size: 31px;
}

.cont_line p.adr {
	font-size: 26px;
}

.cont_socs {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.cont_soc {
	margin: 0 15px 15px;
}

.cont_soc img {
	width: 50px;
}

.map_ob {
	width: 50%;
	height: 500px;
	position: relative;
}

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

.rekvs {
	padding: 50px 0;
	background: #f1f1f1;
}

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

.rekv_col {
	width: 30%;
	margin-bottom: 30px;
}

.rekv_col p {
	font-size: 23px;
	margin-bottom: 5px;
}

.rekv_col p.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;
}


.page404 .butt_all {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
.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;
	margin-top: 0;
	color:#714DE5!important;
}

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

footer {
	position:relative;
}

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