@font-face {font-family: 'rb'; src: url('font/roboto-bold-webfont.eot'); src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-bold-webfont.woff2') format('woff2'), url('font/roboto-bold-webfont.woff') format('woff'), url('font/roboto-bold-webfont.ttf') format('truetype'), url('font/roboto-bold-webfont.svg#robotobold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rl'; src: url('font/roboto-light-webfont.eot'); src: url('font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-light-webfont.woff2') format('woff2'), url('font/roboto-light-webfont.woff') format('woff'), url('font/roboto-light-webfont.ttf') format('truetype'), url('font/roboto-light-webfont.svg#robotolight') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rr'; src: url('font/roboto-regular-webfont.eot'); src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-regular-webfont.woff2') format('woff2'), url('font/roboto-regular-webfont.woff') format('woff'), url('font/roboto-regular-webfont.ttf') format('truetype'), url('font/roboto-regular-webfont.svg#robotoregular') format('svg'); font-weight: normal; font-style: normal;}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1f252b;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}

.clr {clear: both;}
.hide {display: none;}

input:focus, textarea:focus {outline:none;}

fieldset {padding: 0px; margin: 0px; border: 0px;}


.mobile-open, .mobile-close {
	display: none;
	float: right;
	width: 36px;
	height: 140px;
	cursor: pointer;
}

.mobile-open {background: url(img/mobile_open.png) no-repeat center center;}
.mobile-close {background: url(img/mobile_close.png) no-repeat center center; z-index: 200; position: absolute; right: 5%;}

.box {
	width: 1100px;
	margin: 0px auto 0px auto;
}

.walign {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

strong {
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.menu {width: 100%; height: 140px; background-color: #FFFFFF; position: fixed; left: 0px; top: 0px; z-index: 100; border-bottom: 1px solid #DDDDDD;}
.menu h1 {padding: 0px; margin: 20px 0px 0px 0px; text-indent: -9009px; background: url(img/logo.svg) no-repeat left center; background-size: contain;  width: 280px; height: 100px; float: left;}
.menu h1 a {display: block; width: 280px; height: 100px;}

.menu .icons {float: right;}
.menu .icon {float: left; padding-left: 35px; margin-left: 25px; padding-top: 20px; padding-bottom: 18px; background-size: 25px; background-repeat: no-repeat; background-position: left center;}
.menu .icon.phone {background-image: url(img/icon_phone.svg); margin-top: 13px;}
.menu .icon.email {background-image: url(img/icon_email.svg); margin-top: 13px;}
.menu .icon.address {background-image: url(img/icon_address.svg);}
.menu .icon a {color: #1f252b; text-decoration: none;}


.menu ul {padding: 0px; margin: 0px; float: right; font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 20px;}
.menu ul li {padding: 3px 0px 0px 20px; margin: 0px; display: inline-block; list-style: none;}
.menu ul li a {color: #1f252b; letter-spacing: 1px; text-decoration: none; text-transform: uppercase;}
.menu ul li a:hover, .menu ul li a.a {color: #A080B5;}
.menu ul li span {color: #A080B5;}



.page1 {
	width: 100%;
	height: 100vh;
	line-height: 100vh;
	padding-top: 140px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}

.page1 .walign {
	width: 49%;
	text-align: justify;
}

 .page1 .descr {position: relative;	z-index: 10; line-height: 80vh; width: 100%;}

 .page1 p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 30px;
}

.page1 .walign p:nth-child(1) {
	line-height: 35px;
	font-size: 35px;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page1 .walign p:nth-child(1) strong {
	color: #A080B5;
	font-size: 25px;
}


.page1 img {
	width: 45%;
	display: block;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.page1 img:hover {
	opacity: 1; 
}




.page2 {
	width: 100%;
	padding-top: 140px;
	text-align: left;
	box-sizing: border-box;
}

.page2 .serv {
	margin-top: 35px;
	margin-bottom: 35px;
}

.page2 .serv .part {
	width: 32%;
	float: left;
	text-align: justify;
	padding-top: 200px;
	
}

.page2 .serv .part:nth-child(3n+2) {
	margin: 0% 2% 0% 2%;
}

.page2 .serv .part:nth-child(1) {background: url(img/serv1.svg) no-repeat top center; background-size: 50%;}
.page2 .serv .part:nth-child(2) {background: url(img/serv2.svg) no-repeat top center; background-size: 50%;}
.page2 .serv .part:nth-child(3) {background: url(img/serv3.svg) no-repeat top center; background-size: 50%;}

.page2 .serv .part h2 {
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.page2 h2.title {
	background-color: #A080B5;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 25px 10px 25px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 35px 0px;
}

.page2 .serv2 .part {
	width: 32%;
	float: left;
	position: relative;
	margin: 0% 0% 2% 0%;
	text-align: justify;
}

.page2 .serv2 .part:nth-child(3n+2) {
	margin: 0% 2% 2% 2%;
}

.page2 .serv2 .part .num {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #A080B5;
	color: #FFFFFF;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 5px;
	top: -5px;
}

.page2 .serv2 .part h3 {
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
}

.page2 .serv3 {
	margin-bottom: 35px;
}

.page2 .serv3 .part:nth-child(1) {
	width: 49%;
	float: left;
	
}
.page2 .serv3 .part:nth-child(2) {
	width: 49%;
	float: right;
}

.page2 .serv3 .part h2 {
	padding: 0px;
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page2 .serv3 .part h2 span {
	color: #A080B5;
}

.page2 .serv3 .part h2 span:last-child {
	color: #5f5f5f;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.page2 .serv3 .part ul {
	padding: 0px;
	margin: 25px 0px 0px 0px;
}

.page2 .serv3 .part ul li {
	list-style: none;
	padding-bottom: 10px;
}









.page3 {
	width: 100%;
	padding-top: 140px;
	box-sizing: border-box;
}

.page3 .list {
	margin-top: 35px;
	margin-bottom: 35px;
}


.page3 .list .part {
	width: 48%;
	height: 330px;
	position: relative;
	overflow: hidden;
	float: left;
	display: block;
}

.page3 .list .part:nth-child(odd) {
	margin-right: 4%;
	margin-bottom: 4%;
}

.page3 .list .part img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 5;
	scale: 1;
	transition: scale 0.3s ease;
}
.page3 .list .part .title {
	left: 25px;
	bottom: 25px;
	text-decoration: none;
	position: absolute;
	z-index: 6;
	background-color: #A080B5;
	color: #FFFFFF;
	padding: 10px 25px 10px 25px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
}

.page3 .list .part:hover img {
	scale: 1.1;
}


.page3 .detail .head {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 35px;
}

.page3 .detail .head .box {
	position: relative;
	height: 350px;
}

.page3 .detail .head .title {
	left: 0px;
	bottom: 25px;
	text-decoration: none;
	position: absolute;
	background-color: #A080B5;
	color: #FFFFFF;
	padding: 10px 25px 10px 25px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 35px;
}

.page3 .detail .list {
	margin-top: 35px;
}

.page3 .detail .list a:nth-child(odd) {
	display: block;
	float: left;
}

.page3 .detail .list a:nth-child(even) {
	display: block;
	float: right;
}

.page3 .detail .list a img {
	display: block;
	margin-bottom: 5%;
}




.page6 {
	width: 100%;
	padding-top: 140px;
	box-sizing: border-box;
}

.page6 {
	margin-top: 35px;
}

.page6 .l {
	width: 48%;
	float: left;
}

.page6 .r {
	width: 48%;
	float: right;
}


.page6 h2 {
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-size: 25px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page6 h2 span {
	color: #A080B5;
}

.page6 h2 span:last-child {
	color: #5f5f5f;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.page6 strong {
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.page6 .l p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	padding-top: 10px;
}

.page6 .l .phone {
	background-image: url(img/icon_phone.svg);
	background-size: 23px; 
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 35px;
	float: left;
}

.page6 .l .mail {
	background-image: url(img/icon_email.svg);
	background-size: 22px; 
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 35px;
	float: left;
	margin-left: 35px;
}

.page6 .l .address {
	background-image: url(img/icon_address.svg);
	background-size: 25px; 
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 35px;
	margin-top: 10px;
}

.page6 .l .invoice {
	background-image: url(img/icon_invoice.svg);
	background-size: 25px; 
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 35px;
}

.page6 .l a {
	color: #1f252b;
	text-decoration: none;
}


.page6 .r input, .page6 .r textarea {
	border: 1px solid #C9D7DB;
	background-color: #FFF;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0px 0px 0px;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page6 .r textarea {
	height: 140px;
}

.page6 .r input.x, .page6 .r textarea.x {
	border: 1px solid #FF0000;
}

.page6 .r .sent-contact {
	background-color: #A080B5;
	color: #FFFFFF;
	width: 150px;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.page6 .r .thx {
	width: 100%;
	text-align: center;
	display: none;
}

.page6 iframe {
	margin: 70px 0px -5px 0px;
	padding: 0px;
	border: 0px;
}




.foot {width: 100%; height: 100px; background: #DDDDDD; color: #5f5f5f; font-size: 13px; text-align: center; padding-top: 40px;}
.foot a {color: #5f5f5f;}


.menu-mobile {
	display: none;
}