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

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

#side_menu {
	position: fixed;
	z-index:0;
	top:0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.sidemenu {
	position: fixed;
	z-index:100;
	height: 100%;
	width: 330px;
	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;
	padding: 40px;
	background: #F9F9F9;
	overflow: hidden;
	transition: 0.3s ease all;
}

.switch {
	display: block;
	margin-left: auto;
	width: 40px;
	height: 40px;
	background-image: url(../img/m_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0.5;
}

.switch:hover {
	opacity: 1;
}

#side_menu:checked ~ .sidemenu {
	width: 130px;
}

#side_menu:checked ~ .sidemenu .switch {
	margin-right: auto;
	background-image: url(../img/m_open.svg);
}

.site_body {
	padding-left: 330px;
	transition: 0.3s ease all;
	overflow: hidden;
}

#side_menu:checked ~ .site_body {
	padding-left: 130px;
}

.logo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px;
	min-width: 250px;
	height: 50px;
	transition: 0.3s ease all;
}

.logo img {
	width: 50px;
	margin-right: 25px;
	transition: 0.3s ease all;
}

.logo p {
	font-weight: 600;
	font-style: italic;
	font-size: 27px;
	margin: 0;
}

.menu {
	list-style-type: none;
	margin-bottom: 25px;
}

.menu li a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 25px;
	height: 25px;
	min-width: 250px;
	transition: 0.3s ease all;
}

.menu li img {
	width: 25px;
	margin-right: 15px;
	transition: 0.3s ease all;
}

.menu li span {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 35px;
	margin-bottom: 20px;
	min-width: 250px;
	transition: 0.3s ease all;
}

.cont img {
	width: 35px;
	margin-right: 15px;
	transition: 0.3s ease all;
}

.cont p {
	margin: 0;
	color: #333;
}

.cont.tel p {
	font-weight: 700;
	font-size: 24px;
}

.cont.mail p {
	font-weight: 600;
	font-size: 21px;
}

.cont.adr p {
	font-weight: 600;
	font-size: 12px;
}

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

.soc {
	margin: 10px;
}

.soc img {
	width: 25px;
}

#side_menu:checked ~ .sidemenu .logo p, #side_menu:checked ~ .sidemenu .menu li a span,  #side_menu:checked ~ .sidemenu .cont p,  #side_menu:checked ~ .sidemenu .socs_row {
	display: none;
}

#side_menu:checked ~ .sidemenu .logo img, #side_menu:checked ~ .sidemenu .menu li a img,  #side_menu:checked ~ .sidemenu .cont img {
	margin-left: auto;
	margin-right: auto;
}

#side_menu:checked ~ .sidemenu .logo, #side_menu:checked ~ .sidemenu .menu li a,  #side_menu:checked ~ .sidemenu .cont {
	min-width: auto;
}

.callback {
	position: fixed;
	z-index: 40;
	right: 7%;
	top: -10px;
	transition: 0.3s ease all;
}

.callback:hover {
	top:0;
}

.callback img {
	width: 70px;
}

.fade_w {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
	display: none;
  z-index:50;
  overflow:auto;
}

.mob_menu {
	display: none;
	padding: 20px 0;
	background: #F9F9F9;
	position: fixed;
	z-index: 30;
	width: 100%;
}

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

.mob_row .logo {
	margin: 0;
}

.mob_burg {
	margin-left: 10%;
}

.mob_burg img {
	width: 30px;
}

header {
	padding: 60px 0;
}

.main_block {
	position: relative;
	margin: 60px 0;
	padding: 100px 0;
}

.main_img {
	position: absolute;
	z-index: 1;
	top:0;
	left: 20%;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.main_img:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 6%;
	top:0;
	left: -6%;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	opacity: 0.2;
}

.main_img:after {
	content: "";
	position: absolute;
	top:-10%;
	left: 0%;
	height: 120%;
	width: 1px;
	background: #707070;
	opacity: 0.2;
}


.main_text {
	position: relative;
	z-index: 10;
	width: 700px;
	background: #fff;
	padding: 50px 100px 50px 20px;
}

.main_text h1 {
	margin-top: 0;
	font-weight: 700;
	font-size: 43px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.slogan {
	font-size: 21px;
	letter-spacing: 1px;
	margin: 45px 0;
}

.butt {
	display: table;
	padding: 20px 45px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
}

.butt.srv {
	margin-left: auto;
	margin-right:auto;
}

.icos_row {
	position: absolute;
	top: 40px;
	left: 93%;
}

.ico_col {
	padding: 20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
	width: 95px;
	margin-bottom: 20px;
	transition:0.3s ease all;
}

.ico_col img {
	width: 55px;
}

.ico_col p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	min-width: 220px;
}

.ico_col:hover {
	width: 345px;
}

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

.about_img {
	height: 479px;
	width: 35%;
	background-size: cover;
	background-position: center;
}

.about_text {
	width: 60%;
	border-left-width: 15px;
	border-left-style: solid;
	padding-left: 5%;
	color: #fff;
	margin:80px 0;
}

.about_text h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
}

.about_text p {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}


.about_text li {
	font-size: 16px;
	margin-bottom: 15px;
}

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

.blocks_inner {
	width: 90%;
	margin-right: auto;
	padding: 1px 0;
	position: relative;
	background: #fff;
}

.blocks_inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 20%;
	height: 100%;
	background: #fff;
}

.blocks_one {
	margin: 50px 0;
	padding: 80px 0;
	display: block;
	position: relative;
}

.blocks_one:after {
	content: "";
	position: absolute;
	height: 100%;
	top:0;
	left: 100%;
	width: 7%;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
	opacity: 0.5;
}

.block_img {
	position: absolute;
	width: 90%;
	height: 100%;
	right: 0;
	top:0;
	z-index:2;
	background-size: cover;
	background-position: center;
}

.block_text {
	display: block;
	position: relative;
	background: #fff;
	z-index:10;
	width: 55%;
	padding: 65px 10% 65px 15px;
	transition: 0.3s ease all;
}

.block_text h2 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.block_text p {
	margin: 0;
	font-size: 18px;
	letter-spacing: 1px;
}

.block_text:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 3%;
	width: 50px;
	height: 22px;
	background: url(../img/arr_right.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}

.block_text:hover {
	width: 60%;
	padding-right: 15%;
}

.preim {
	padding: 80px 0;
}

.preim_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;
}

.preim_col {
	width: 24%;
	padding: 20px 2%;
	border-right: 1px solid #70707070;
	text-align: center;
}

.preim_col:last-child {
	border-right: none;
}

.preim_col img {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.preim_col p {
	color: #fff;
	margin: 0;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
}

.preim_col p span {
	font-size: 23px;
}

.reviews {
	padding: 80px 0;
}

.zag {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 30px;
}

.otzivi.owl-carousel .owl-stage-outer {
	padding-top: 100px;
}

.item {
	transition: 0.3s ease all;
}

.otziv {
	background: #eee;
	padding: 0 40px;
	height: 100%;
	text-align: center;
	padding-bottom: 70px;
}

.kav {
	width: 100px;
	margin-top: -50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.otziv p {
	font-size: 15px;
	letter-spacing: 1px;
	transition: 0.3s ease all;
}

.person {
	display: table;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.person_img {
	overflow: hidden;
	border-radius: 100px;
	width: 100px;
	height:100px;
	position:relative;
}

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

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

.otzivi.owl-carousel .center .otziv p {
	color: #fff;
}

.otzivi.owl-carousel .center .item  {
	transform: translateY(-50px);
}

.otzivi.owl-carousel .owl-dots {
	display: none;
}

.otzivi.owl-carousel .owl-nav {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 50;
}

.owl-nav span {
	display: none;
}

.otzivi.owl-carousel .owl-prev {
	margin: 0 100px;
	width: 53px;
	height: 26px;
	background: url(../img/arr_left.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}

.otzivi.owl-carousel  .owl-next {
	margin: 0 100px;
	width: 53px;
	height: 26px;
	background: url(../img/arr_right.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}

.form_block {
	position: relative;
	padding: 70px 0;
}

.form_bg {
	position: absolute;
	z-index: 1;
	right: 25%;
	top:0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

/*.form form {
	margin-left: auto;
	margin-right: 100px;
	background: #fff;
	padding: 35px 70px;
	width: 560px;
	position: relative;
	z-index: 10;
}*/

.form form h2 {
	font-weight: 700;
	font-size: 27px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.form_inp {
	background: none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 2px solid #b4b4b4;
	outline: none;
	padding: 16px 0;
	margin: 10px 0;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
}


.form_butt {
	display: table;
	margin: 0 auto;
	border:none;
	padding: 12px 45px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer_block {
	padding: 25px 0;
	position: relative;
}

.copiright {
	color: #fff;
	margin: 0;
	font-weight: 600;
	font-size: 15px;
}

.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;
	font-weight: 600;
	margin-left: 15px;
	margin-bottom: 0;
	color: #714DE5!important;
}

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

.zag_wrap {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.zag_vn {
	display: table;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	padding: 0 25px;
	background: #fff;
}

.zag_wrap:before {
	content: "";
	position: absolute;
	z-index: 3;
	width: 100%;
	top:47%;
	left: 0;
	height: 1px;
	background: #c1c1c1;
	opacity: 0.5;
}

.serv_block {
	padding: 60px 0;
	margin: 40px 0;
	position: relative;
}

.serv_img {
	position: absolute;
	z-index: 5;
	width: 57%;
	height: 100%;
	left: 5%;
	top: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.serv_img:after {
	content: "";
	position: absolute;
	height: 100%;
	top:0;
	right: 100%;
	width: 9%;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	opacity: 0.5;
}

.serv_text {
	width: 60%;
	display: block;
	margin-right: 10%;
	margin-left: auto;
	border-width: 2px;
	border-style: solid;
	padding: 70px 8% 70px 70px;
	position: relative;
	z-index: 10;
	color: #fff;
	transition: 0.3s ease all;
}


.serv_text h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.serv_text p {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
}

.serv_text:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 3%;
	width: 6%;
	height: 10%;
	background: url(../img/arr_right.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}

.serv_text:hover {
	color: #fff;
	width: 65%;
	padding-right: 13%;
	margin-right: 5%;
}


.service_block {
	position: relative;
	margin: 60px 0;
	padding: 100px 0;
}

.service_text {
	position: relative;
	z-index: 10;
	width: 700px;
	background: #fff;
	padding: 50px 70px 50px 20px;
}

.service_text::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 30%;
	background: #fff;
	top:0;
	right: 100%;
}

.service_text h1 {
	margin-top: 0;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.slogan_serv {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 30px 0;
}


.serv_icos_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;
}

.serv_ico_col {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
	width: 46%;
	margin-bottom: 40px;
}

.serv_ico_col img {
	width: 45px;
}

.serv_ico_col p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-weight: 600;
	font-size: 14px;
}

.serv_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: 45px 0;
}

.serv_b_img {
	width: 38%;
	height: 480px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.serv_b_text {
	width: 57%;
	padding-left: 5%;
	border-left-width: 7px;
	border-left-style: solid;
}

.serv_b_text h2 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.serv_b_text p {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.serv_b_text li {
	font-size: 16px;
	margin-bottom: 15px;
}

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

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

.serv_row:nth-child(2n) .serv_b_text {
	padding-left: 0;
	border-left-width: 0;
	padding-right: 5%;
	border-right-style: solid;
	border-right-width: 7px;
}

.utp {
	padding: 45px 0;
	background: #F1F1F1;
}

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

.utp_row p {
	margin: 0 70px 0 0;
	font-weight: 700;
	font-size: 35px;
}

.utp_row p span {
	display: inline-block;
}

.projs_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;
}

.proj_col {
	width: 31%;
	margin: 0 1% 50px 1%;
}

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

.proj_name {
	background: #F9F9F9;
	padding: 20px;
	text-align: center;
}

.proj_name p {
	margin: 0;
	font-weight: 700;
	font-size: 17px;
}

.proj_chars {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	padding: 25px 25px 50px;
	color: #fff;
}

.proj_char {
	width: 47%;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}

.proj_char.big {
	width: 100%;
}

.proj_char:after {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 20px;
	height: 4px;
}

.proj_char p {
	font-size: 15px;
	margin: 0;
}

.proj_char p.char_name {
	font-weight: 700;
		font-size: 17px;
		margin-top: 5px;
}

.proj_butt {
	display: table;
	padding: 20px 45px;
	margin-top: -33px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}

.chars_blocks {
	padding: 50px 0;
}

.chars_blocks h2 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}


.chars_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-around;
	color: #fff;
}

.chars_col {
	width: 31%;
	padding-left: 50px;
	margin-bottom: 40px;
	position: relative;
}

.chars_col:after {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 35px;
	height: 4px;
}

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

.chars_col p.char_n {
	font-weight: 700;
		font-size: 21px;
		margin-top: 5px;
}

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

.proj_text {
	width: 47%;
}

.proj_text h2 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.proj_text p {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}


.proj_text li {
	font-size: 16px;
	margin-bottom: 15px;
}

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


.proj_slider {
	width: 48%;
	overflow: hidden;
}

.proj_slider.owl-carousel .owl-prev {
	width: 65px;
	height: 40px;
	background: url(../img/arr_left.svg) no-repeat;
	background-size: 40px auto;
	background-position: center;
	background-color: #fff;
		position: absolute;
		bottom: 50px;
		left:0px;
		z-index: 20;
}

.proj_slider.owl-carousel  .owl-next {
	width: 65px;
	height: 40px;
	background: url(../img/arr_right.svg) no-repeat;
	background-size: 40px auto;
	background-position: center;
	background-color: #fff;
		position: absolute;
		bottom: 50px;
		right:0px;
		z-index: 20;
}

.proj_slider.owl-carousel  .item img {
	max-width: 100%;
	display: table;
	margin: 0 auto;
}

.proj_slider.owl-carousel .owl-dot {
	height: 50px;
	width: 8px;
	margin: 0 15px;
}

.proj_slider.owl-carousel .owl-dot.active {
	height: 100px;
}

.proj_slider.owl-carousel .owl-dots {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.proj_slider.owl-carousel .owl-stage {
	padding-bottom: 50px;
}

.proj_vid {
	width: 48%;
	height: 450px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}

.vid_ten {
	position: absolute;
	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;
	background: #0000008a;
}

.vid_ten img {
	width: 20%;
	margin-bottom: 25px;
}

.vid_ten p {
	color: #fff;
	font-weight: 600;
	font-size: 35px;
}

.dir_img {
	width: 48%;
	height: 450px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.news_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new_one {
	width: 31%;
	height: 300px;
	margin: 0 1% 30px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}

.new_fade {
	position: absolute;
	left:0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(180deg, #00000000 0%, #000000 100%);
	padding: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
}

.new_fade p {
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
		overflow: hidden;
}

.preim h2 {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}

.new_body {
	padding-top: 50px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}

.new_content {
	width: 100%;
}

.new_img {
	height: 400px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.new_content h1 {
	margin: 30px 0;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}

.new_text {
	background: #f6f6f6;
	padding: 40px;
}

.new_text p {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 30px;
}

.new_text ul, .new_text ol {
	padding-left: 25px;
		font-weight: 600;
		font-size: 15px;
		margin-bottom: 30px;
}

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

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

.sidebar {
	min-width: 430px;
	margin-left: 20px;
}

.sidebar h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

.sidebar .proj_col {
	width: 100%;
	margin: 0 0 35px;
}

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

.about_logo img {
	width: 120px;
	margin-right: 30px;
}

.about_logo h1 {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 22px;
	margin: 0;
}

.about_logo h1 span {
	font-style: italic;
	font-size: 60px;
}

.podpis {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

.cont_block {
	padding: 90px 0;
	margin: 50px 0;
	position: relative;
}

.cont_map {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	z-index: 2;
}

.cont_map:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 10%;
	height: 100%;
	z-index: 2;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.map {
	position: absolute;
	top: 0;
	right: 0;
	width: 125%;
	height: 100%;
}

.cont_b {
	background: #fff;
	padding: 50px 0 50px 50px;
	position: relative;
	margin-left: auto;
	width: 700px;
	z-index: 10;
}

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

.cont_cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 30px;
	transition: 0.3s ease all;
}

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

.cont_cont p {
	margin: 0;
	color: #333;
}

.cont_cont.tel p {
	font-weight: 700;
	font-size: 36px;
}

.cont_cont.mail p {
	font-weight: 600;
	font-size: 31px;
}

.cont_cont.adr p {
	font-weight: 600;
	font-size: 22px;
}

.cont_cont.graph p {
	font-weight: 600;
	font-size: 22px;
}

.cont_cont.graph p span {
	font-weight: 700;
	font-size: 22px;
}

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

.cont_soc {
	margin: 20px;
}

.cont_soc img {
	width: 35px;
}






















.popup, .popup_mob {
  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: #fff;
}
.mob_vnutr {
  position: relative;
  z-index: 5000;
  display: block;
  margin: 30px auto 0 auto;
  width: 95%;
	padding: 30px;
  max-width: 330px;
	background: #f9f9f9;
}


.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: 20px auto 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

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

.policy a {
	text-decoration: underline;
}


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