html, body {
	margin:0;
	padding:0;
	text-align:center;
	min-width:320px;
}
html {
    height:100%;
}
body {
    min-height: 100%;
    padding-bottom: 80px;
    position: relative;
    box-sizing: border-box;
}
header, section, nav, footer {
	display:block
}
a {
	color:#636363;
	text-decoration:none;
}
a img {
	border:none;
}
a:hover {
	color:#000000;
}
P, li, input, textarea, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595651;
}
input, textarea, select{
	outline:none;
}
p {
	margin:2px 0;
}
h1 {
	font-size:28px;
	margin:5px 0px;
	padding:0px;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
}
h2 {
	font-size:24px;
	padding:0px;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#000000;
}
h3 {
	position:relative;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	color:#000000;
	text-align:left;
	margin:50px 0 0;
}
.center .h3:before, .center .h3:after {
	content:"";
	display:block;
	position: absolute;
	bottom:0;
	left:20px;
	height:30px;
	width:28px;
	background:#000000;
	-moz-transform: skewX(36.5deg);
    -o-transform: skewX(36.5deg);
    -ms-transform: skewX(36.5deg);
    -webkit-transform: skewX(36.5deg);
    transform: skewX(36.5deg);
	opacity:0.2;
}
.center .h3:after {
	opacity:0.15;
	left:50px;
	width:22px;
	height:25px;
	bottom:5px;
	-moz-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
#contacts h3 {
	margin-top:0;
}
#contacts .icon {
    float:left;
    width:35px;
    height:35px;
    margin: 0 10px 20px 0;
}
#contacts h3:before, #contacts h3:after {
	background:#ffffff;
}
h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	margin:5px 0px;
	padding:0;
	text-transform:uppercase;
}
h5 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin:5px 0;
	text-transform:uppercase;
	font-size:13px;
}
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin:5px 0px;
	padding:0px;
}
.hidden{
	opacity:0;
}
.visible{
	opacity:1;
}
body>header {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:10;
	height:80px;
}
body>header .line {
	position:absolute;
	top:60px;
	left:350px;
	height:1px;
	right: 0;
	background: #999999;
    background: linear-gradient(to right, #999999, #000721);
}
body>header.fixed {
	position:fixed;
	height:50px;
	background: rgba(0,7,33,.9);
}
body>header  .center {
	height:100%;
}
#logo {
	display:block;
	position:absolute;
	top:29px;
	left:70px;
	display:block;
	height:41px;
	z-index:10;
}
#logo svg{
    width:220px;
}
#logo .path_line{
    stroke-width: 1;
    stroke: #FFFFFF;
}
#logo text{
    fill: #FFFFFF;
}
.black #logo text{
    fill: #000000;
}
.fixed #logo svg{
    width:130px;
}
#logo.logo2 .path_line{
    stroke-width: 2;
}
.black #logo .path_line{
    stroke-width: 1;
    stroke: #000000;
}
.black.fixed #logo .path_line{
    stroke-width: 2;
    stroke: #FFFFFF;
}
.black.fixed #logo text{
    fill: #FFFFFF;
}
nav {
	position:absolute;
	right:0;
	top:30px;
}
#navBtn {
	position:relative;
	float:right;
	display:none;
	width:60px;
	height:60px;
	z-index: 50;
}
nav ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
body>header .center:before, body>header .center:after {
	content:"";
	display:block;
	position: absolute;
	bottom:-15px;
	left:-22px;
	height:180px;
	width:168px;
	background:#ffffff;
	-moz-transform: skewX(34.4deg);
    -o-transform: skewX(34.4deg);
    -ms-transform: skewX(34.4deg);
    -webkit-transform: skewX(34.4deg);
    transform: skewX(34.4deg);
	opacity:0.15;
}
body>header .center:after {
	opacity:0.1;
	left:214px;
	height:170px;
	width:125px;
	bottom:0;
	-moz-transform: skewX(-32.1deg);
    -o-transform: skewX(-32.1deg);
    -ms-transform: skewX(-32.1deg);
    -webkit-transform: skewX(-32.1deg);
    transform: skewX(-32.1deg);
}
.black .center:before, .black .center:after {
	background:#000000;
	opacity:0.3;
}
.black .center:after {
	opacity:0.2;
}
.fixed .center:before, .fixed .center:after {
	background:#ffffff;
	opacity:0.10;
	left:-34px;
	width:60px;
	bottom:5px;
}
.fixed .center:after {
	opacity:0.05;
	left:100px;
	width:60px;
	bottom:10px;
}
.black.fixed .center:before, .black.fixed .center:after {
	background:#ffffff;
	opacity:0.13;
}
.black .center:after {
	opacity:0.08;
}
.fixed #logo {
	top:10px;
	width:127px;
	height:30px;
	left:0;
}
.fixed nav {
	top:15px;
}
.fixed .line {
	display:none;
}
nav ul li {
	margin:0 10px;
	padding:0;
	float:left;
}
nav ul li a span{color:#FFF;font: 18px/19px 'PT Sans Narrow', sans-serif; text-transform:uppercase;display:block;position:relative;padding:0 2px;-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-ms-transition:all 400ms ease;transition:all 400ms ease;-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 0.3s ease 0s;}
nav ul li a span:after{content:attr(data-hover);color:#ff5b50;display:block;position:absolute;left:0;top:0;border-radius:0;padding:0 2px;margin:0;border:none;font:inherit;-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform:translate3d(0px,0px,-23px) rotateX(90deg);-moz-transform:translate3d(0px,0px,-23px) rotateX(90deg);-ms-transform:translate3d(0px,0px,-23px) rotateX(90deg);transform:translate3d(0px,0px,-23px) rotateX(90deg);}
nav ul li>a:hover span,nav ul li a:active span,nav ul li>a:focus span,nav ul li>a.active span{color:#000000;-webkit-transform:translate3d(0px,123%,0px) rotateX(-90deg);-moz-transform:translate3d(0px,123%,0px) rotateX(-90deg);-ms-transform:translate3d(0px,123%,0px) rotateX(-90deg);transform:translate3d(0px,123%,0px) rotateX(-90deg);}
.black nav ul li a span{
	color:#000;
}
.fixed nav ul li a span{
	color:#FFF;
}
.trans {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

section {
	position:relative;
	padding:30px 0 50px;
	clear:both;
}
section.first {
	padding-top:80px;
}
#banner {
	padding:0;
}
#contacts {
	padding: 50px 0 0;
	background: #3e444d;
}
#contacts *{
	color:#ffffff;
}
#contacts h4, #contacts p {
	text-align:left;
}
.center {
	position:relative;
	max-width:1200px;
	margin:0 auto;
}
.text p, .text li, .text h1, .text h2, .text h3, .text h4{
	text-align:left;
}
.slider-banner h3{
	color: #FFF;
	font-size: 60px;
	text-shadow: 2px 1px 1px #000000;
	font-weight:bolder;
}
#contacts {
	overflow:hidden;
	padding: 50px 0;
	background: #3e444d;
}
#contacts *{
	color:#ffffff;
}
#contacts .socnet {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(8%) hue-rotate(117deg) brightness(102%) contrast(102%);
  vertical-align: middle;
  width:18px;
  height:18px;
  padding:4px;
}
#contacts img.viber:hover {
    filter:brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1704%) hue-rotate(230deg) brightness(99%) contrast(93%);
}
#contacts img.whatsapp:hover {
    filter:brightness(0) saturate(100%) invert(92%) sepia(72%) saturate(1400%) hue-rotate(64deg) brightness(88%) contrast(87%);
}
#contacts img.telegram:hover {
    filter:brightness(0) saturate(100%) invert(36%) sepia(70%) saturate(2094%) hue-rotate(175deg) brightness(90%) contrast(100%);
}
#contacts h4, #contacts p {
	text-align:left;
}
form {
	width:90%;
	padding:0;
	margin:50px 0;
}
form p{
	position:relative;
}
input, textarea {
	width:100%;
	border:none;
	border-bottom:1px solid #FFF;
	margin:0 0 10px;
	background:none;
	padding:5px 10px;
	box-sizing:border-box;
}
#contacts input::placeholder  {
	color:#b5bccc;
}
#contacts textarea:-moz-placeholder,
#contacts textarea::-moz-placeholder,
#contacts textarea:-ms-input-placeholder,
#contacts textarea::-webkit-input-placeholder,
#contacts textarea::placeholder {
  color: #b5bccc;
}
#contacts input::-webkit-input-placeholder {color:#b5bccc;}
#contacts input::-moz-placeholder          {color:#b5bccc;}/* Firefox 19+ */
#contacts input:-moz-placeholder           {color:#b5bccc;}/* Firefox 18- */
#contacts input:-ms-input-placeholder      {color:#b5bccc;}
input.error {
	border-color:red;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder, textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder,textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder            {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder            {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea {
	border:1px solid #FFF;
	border-top:none;
	border-right:none;
}
input[name=phone],input[name=mail] {
	width:47%;
}
input[name=phone] {
	float:right;
}
input[type=submit] {
	width:auto;
	background:rgba(62,67,77,0.4);
	margin-right:20px;
	cursor:pointer;
}
input[type=submit]:hover,input[type=reset]:hover {
	background:rgba(0,0,0,0.4);
}
#contacts #result {
	text-align:center;
}
#send {
	position:relative;
	display:inline-block;
	text-align:center;
	padding:10px;
	text-transform:uppercase;
}
#send:after {
	content:"";
	display:block;
	height:2px;
	width:50%;
	margin:5px auto;
	background:#b5bccc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#send:hover:after {
	width:100%;
}

footer {
	padding:20px 0;
	background:#000721;
    position: absolute;
    width:100%;
    bottom:0;
}
footer p{
	color:#dddddd;
	text-align:left;
	font-size:12px;
}
footer svg {
    float:right;
    margin-top: -25px;
}
#map {
	position:absolute;
	top:0;
	left:100%;
	width:100%;
    bottom:0;
	z-index:999;
}
#map #close {
	position:absolute;
	top:5px;
	left:5px;
    padding:5px;
	background: rgba(0, 7, 33, 1);
    opacity:0.6;
	z-index:100;
}
#map #close:hover {
	opacity:0.9;
}
#googleMap {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#front{
	position:absolute;
	top:0;
	width:100%;
	height:100px;
	margin-bottom:-100px;
	background:rgba(62,68,77,1.00);
	z-index:3;
}
#contacts #maps-content * {
	color:#000;
}
.fon-header {
	height:70px;
	background:url(/image/slides/fon-header.jpg) no-repeat 0 0;
	background-size:100% 200%;
}
.about {
	position:relative;
	margin-top:20px;
}
.about-section-item {
	position:relative;
	display:inline-block;
	width:29%;
	margin: 10px 10px 30px;
	vertical-align:top;
	box-sizing:border-box;
	box-sizing:border-box;
}
.about-section-item-icon {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
	transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.about-item-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
	transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.about-section-item-text {
	width:100%;
	position:absolute;
	opacity: 0;
	-webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 50px, 0);
	transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 50px, 0);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.2s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.3s;
	transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.2s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.3s;
}
.about-section-item-text p{
	font-size:12px;
}
.about-section-item:hover .about-section-item-icon {
	opacity: 0;
	-webkit-transform: rotate3d(1, 0, 0, 80deg) translate3d(0, -50px, 50px);
	transform: rotate3d(1, 0, 0, 80deg) translate3d(0, -50px, 50px);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.2s;
	transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.2s;
}
.about-section-item:hover .about-item-title {
	-webkit-transform: translate3d(0, -75px, 0);
	transform: translate3d(0, -75px, 0);
}
.about-section-item:hover .about-section-item-text {
	opacity: 1;
	-webkit-transform: translate3d(0, -70px, 0);
	transform: translate3d(0, -70px, 0);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
	transition: transform 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s, opacity 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.portfolio {
	position:relative;
	text-align:justify;
}
.portfolio::after {
	content:"";
	display:inline-block;
	height:0;
	width:100%;
}
.portfolio-item {
	position:relative;
	display:inline-block;
	width:30%;
	margin:25px 0;
	overflow:hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.portfolio-item>img {
	width:100%;
	 -moz-transition: all .5s ease-out;
	 -o-transition: all .5s ease-out;
	 -webkit-transition: all .5s ease-out;
}
.portfolio-item:hover>img{
 	-webkit-transform: scale(1.2);
 	-moz-transform: scale(1.2);
 	-o-transform: scale(1.2);
 }
.portfolio-item .portfolio-item-content {
	position: absolute;
	background: rgba(0, 0, 0, 0);
	top: 0; bottom: 0;
	left: 0; right:0;
	padding: 35px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.portfolio-item:hover {
	box-shadow:0 0 7px rgba(0,0,0,.7);
}
.portfolio-item:hover .portfolio-item-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: rgba(0, 0, 0, .75);
  }
.portfolio-item .portfolio-item-content *{
	opacity:0;
}
.portfolio-item:hover .portfolio-item-content *{
	opacity:1;
}
.portfolio-item  a:hover {
	color:#ffffff;
}

.portfolio-item-content header {
	font-size:16px;
	color:#ffffff;
}
.portfolio-item-content div {
	font-size:12px;
	position:absolute;
	bottom:20px;
	left:35px;
	right:35px;
	color:#8e9ec0;
	text-align:left;
}
.portfolio-item-content hr {
	display:block;
	background:#8e9ec0;
	height:1px;
	width:50px;
	margin:10px 0;
	border:none;
}
.background {
	background:#E0E0E0;
	overflow:hidden;
	padding:50px 0;
}
.background * {
	color:#000000;
}
.left {
	position:relative;
	width:50%;
	float:left;
	text-align:left;
	z-index:2;
}
.right {
	padding-top:150px;
	margin-left:50%;
	position:relative;
	z-index:2;
}
#contacts .right {
	padding-top:50px;
	padding-left:100px;
}
.background::before {
    content: '';
    position: absolute;
	bottom:10px;
    left: -10%;
    width: 75%;
    height: 100%;
    background: #3e444d;
	opacity:0.09;
    -moz-transform: skewX(36.5deg);
    -o-transform: skewX(36.5deg);
    -ms-transform: skewX(36.5deg);
    -webkit-transform: skewX(36.5deg);
    transform: skewX(36.5deg);
    z-index: 0;
}
.background::after {
    content: '';
    position: absolute;
	bottom:40px;
    left: 50%;
    width: 80%;
    height: 100%;
    background: #3e444d;
	opacity:0.1;
    -moz-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
    z-index: 0;
}
.sitetype {
	width:40%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-bottom:30px;
}
.sitetype p{
	font-size:12px;
}
#contacts.background::before, #contacts.background::after {
    background: #000721;
}
.block-center {
	padding:100px 0;
}
p {
	margin:10px 0;
}
#sky {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    overflow: hidden;
}
#plane {
	max-width:30%;
	position:absolute;
	top:120%;
	left:-50%;
    z-index: 999;
}
.error404 img {
	margin-bottom:-40px;
	max-width:100%;
}
.error404{
	text-align:center;
	display:block;
	margin:0 auto 50px;
}
.error404 p{
	font-size: 30px;
	line-height: 20px;
	letter-spacing: 5px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
.center {
	margin:0 50px;
}
#logo {
	left:0;
	z-index:100;
}
body>header .line {
	left:200px;
}
.sitetype {
	width:90%;
	margin:10px 0 0 30px;
}
}
@media only screen and (max-width: 1000px) {
.portfolio-item {
	width:47%;
	margin:10px 0;
}
}
@media only screen and (max-width: 800px) {
.center, #main-slider .slides .center {
	margin:0 30px;
}
section.first {
	padding-top:50px;
}
#logo {
    top:35px;
}
#logo svg{
    width:165px;
}
#navBtn {
	display:block;
	margin-top:10px;
}
.service, .about-section-item {
	width:45%;
}
.fixed #navBtn {
	margin-top:0;
}
.navBtnIcon {
	position:absolute;
	display:block;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-font-smoothing: antialiased;
}
.navBtnIcon::before {
    bottom: 100%;
    margin-bottom: 3px;
    left: 50%;
}
.navBtnIcon::after {
    top: 100%;
    margin-top: 3px;
    left: 0;
}
.navBtnIcon::after, .navBtnIcon::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.black .navBtnIcon, .black .navBtnIcon::after, .black .navBtnIcon::before {
	background: #000;
}
.black.fixed .navBtnIcon, .black.fixed .navBtnIcon::after, .black.fixed .navBtnIcon::before {
	background: #fff;
}
.navMobShow #navBtn {
    border-left:1px solid #fff;
    transform: rotate(-45deg);
}
.navMobShow .navBtnIcon {
	background: #fff;
}
.navMobShow .navBtnIcon::before {
    left: 5px;
    margin-bottom: 1px;
    transform: rotate(90deg);
	background: #fff;
}
.navMobShow .navBtnIcon::after {
    left: 5px;
    margin-top: 1px;
    transform: rotate(90deg);
	background: #fff;
}
.navMobShow .navMenu {
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}
.navMenu {
    z-index: 49;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(0,7,33,.95);
    -webkit-transform: translate3D(0,-100%,0);
    -moz-transform: translate3D(0,-100%,0);
    -ms-transform: translate3D(0,-100%,0);
    -o-transform: translate3D(0,-100%,0);
    transform: translate3D(0,-100%,0);
}
.navMain {
    padding-top: 0;
    padding-bottom: 0;
}
.navMenu, .navMenu li {
    display: block;
}
.navMenu {
    text-align: center;
    transition: all .3s ease;
}
.navMain {
    padding: 20px 0 12px;
    display: block;
    vertical-align: top;
}
.black nav ul li a span {
	color:#fff;
}
.navMain, .navMain ul {
    margin: 0;
    list-style: none;
}
nav, .fixed nav {
	top:0;
	left:0;
	right:0;
}
nav ul {
	position:absolute;
	top:100px;
	left:-30px;
	right:-30px;
}
nav ul li{
	display:block;
	float:none;
	margin:20px 0;
}
nav ul li a span:after{
	right:0;
	text-align:center;
}
nav>a {
	width:25px;
	display:block;
	border:2px solid #2f343c;
	padding:4px;
}
nav>a:before, nav>a:after {
	display:block;
	content:"";
	height:4px;
	border-top:2px solid #2f343c;
	border-bottom:2px solid #2f343c;
}
nav>a:after {
	border-top:none;
}
nav>a.close {
	height:14px;
}
nav>a.close:before {
	position:absolute;
	top:10px;
	left:11px;
	width:12px;
	height:0;
	border-bottom:none;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav>a.close:after {
	position:absolute;
	top:10px;
	left:11px;
	width:12px;
	height:0;
	-moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fixed nav>a {
	width:20px;
	border:1px solid #2f343c;
	padding:3px;
}
.fixed nav>a:before, .fixed nav>a:after {
	height:3px;
	border-width:1px;
}
.fixed nav>a.close {
	height:9px;
}
.fixed nav>a.close:before {
	top:7px;
	left:7px;
	height:0;
}
.fixed nav>a.close:after {
	height:0;
	top:7px;
	left:7px;
}
.left {
	width:100%;
	float:none;
}
form {
	width:100%;
}
.right, #contacts .right {
	padding-top:0;
	margin-left:0;
	padding-left:0;
}
.sitetype {
	width:49%;
	margin:10px 0;
	box-sizing:border-box;
}
.background::before {
	bottom:0;
    left: 0;
    width: 105%;
	height:120%;
	-moz-transform: skewY(53.5deg);
    -o-transform: skewY(53.5deg);
    -ms-transform: skewY(53.5deg);
    -webkit-transform: skewY(53.5deg);
    transform: skewY(53.5deg);
}
.background::after {
	bottom:60px;
    left: 150%;
    width: 160%;
}
.about-section-item  img{
	width:96px;
}
}
@media only screen and (max-width: 600px) {
h3 {
	font-size:20px;
}

#baner>div#name {
	background-size:60% auto;
}
.w50:nth-child(2n+1) {
	padding-left:0;
	padding-top:50px;
}
#contacts .w50 * {
	text-align: center;
}
#banertext li {
	line-height: 29px;
	height: auto;
	font-size: 25px;
}
#map {
	position:absolute;
	height:400px;
	width:100%;
	bottom:0;
	top:auto;
}
footer p {
    text-align: center;
}
footer svg {
    float:none;
	opacity:0.5;
    margin: 10px;
}
}
@media only screen and (max-width: 525px) {
.sitetype {
	width:100%;
}
.w50, .service, .about-section-item {
	width:100%;
}
}
@media only screen and (max-width: 600px) and (min-width:426px) {
.portfolio-item .portfolio-item-content {
	padding:15px;
}
.portfolio-item-content header {
	font-size:14px;
	line-height:14px;
}
.portfolio-item-content div {
	font-size:11px;
	position:absolute;
	bottom:20px;
	left:15px;
	right:15px;
	color:#8e9ec0;
	text-align:left;
}
}
@media only screen and (max-width: 425px) {
body>header .center:before, body>header .center:after {
	bottom:-15px;
	left:-22px;
	height:180px;
	width:128px;
}
body>header .center:after {
	opacity:0.05;
	left:150px;
	bottom:0;
	height:70px;
	width:115px;
}
.fixed .center:after {
    left: 100px;
}
.center{
	margin:0 15px;
}
 #main-slider .slides .center {
	margin:0 5px;
 }
section {
	padding:20px 0;
}
body>header {
	height:50px;
}
input[name=phone],input[name=mail] {
	width:100%;
}
.service, .about-section-item {
	width:100%;
	margin:10px 0;
}
.portfolio-item {
	width:auto;
	margin:10px;
}
#logo {
	top:16px;
}
.fixed #logo {
    top: 2px;
    height: 30px;
	background-size:100% auto;
}
.navMobShow.fixed #logo {
	width: 147px;
}
#navBtn {
	width:40px;
	height:40px;
	margin-top:0;
}
body>header .line {
	top:40px;
}
nav {
	top:15px;
}
nav>a {
	width:20px;
	border:2px solid #2f343c;
	padding:3px;
}
nav>a:before, nav>a:after {
	height:3px;
	border-width:1px;
}
nav ul {
	top:35px;
	left:-15px;
	right:-15px;
}
nav>a.close {
	height:9px;
}
nav>a.close:before {
	top:8px;
	left:7px;
}
nav>a.close:after {
	top:8px;
	left:7px;
}
.fixed nav ul {
	top:30px;
}
body>header.fixed {
	height:35px;
}
}
