body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	overflow: hidden;
	font-family:'AvenirNextCyr';
}
a, a:visited {
	color:#5a17a6;
}
.main {
	width:100%;
	height:100%;
}
.main section {
	overflow: hidden;
	height:100%;
	width:100%;
	box-sizing:border-box;
}

div {
	box-sizing:border-box;
}



body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 50%;
  top: 220px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right:-630px;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
  float:left;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  position:relative;
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.onepage-pagination-white li a:before{
  background: #fff;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}
.onepage-pagination-white li a.active:before{
  border: 1px solid #fff;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

#panel {
	height:100%;
	background:#fff;
}
.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	box-sizing:border-box;
	padding-top:40px;
	background:#333;
}
.slideout-menu a {
	color:#fff;
	display:block;
	padding:10px 20px;
	font-size:18px;
	font-weight:bold;
}
.slideout-menu a img {
	margin-right:10px;
}
.slideout-menu .logo {
	background:url(/templates/images/onepage/logo_w.png) no-repeat left;
	width:50px;
	height:37px;
	margin:0px auto;
	margin-bottom:30px;
}

.slideout-panel {
	position:relative;
	z-index: 1;
	will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1 {
  width: 30px;
  height: 22px;
  display:inline-block;
  vertical-align:middle;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.wh #nav-icon1 span {
	background:#fff;
}
.gr #nav-icon1 span {
	background:#000;
}
.bl #nav-icon1 span {
	background:#000;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.rel {
	position:relative;
}

.pb60 {
	padding-bottom:50px;
}
.pb40 {
	padding-bottom:35px;
}
.pb20 {
	padding-bottom:20px;
}
.pt60 {
	padding-top:50px;
}
.pt40 {
	padding-top:35px;
}
.pt20 {
	padding-top:20px;
}
.wrap {
	width:1260px;
	margin:0px auto;
}
.listwrap {
	margin:0px -10px;
}

input.text {
	width:270px;
	height:60px;
	border-radius:0px;
}
input.button {
	background:#5a17a6;
	border:1px solid #5a17a6;
	height:60px;
	color:#fff;
	cursor:pointer;
	font-family:'AvenirNextCyr';
	font-size:14px;
	font-weight:bold;
	padding:0px 20px;
	text-transform:uppercase;
	border-radius:0px;
}
input.button:hover {
	background:#1b53e8;
	border:1px solid #1b53e8;
}
a.button {
	background:#5a17a6;
	border:1px solid #5a17a6;
	height:60px;
	line-height:60px;
	color:#fff;
	cursor:pointer;
	font-family:'AvenirNextCyr';
	font-size:14px;
	font-weight:bold;
	padding:0px 20px;
	text-transform:uppercase;
	border-radius:0px;
	display:inline-block;
}
a.button:hover {
	background:#1b53e8;
	border:1px solid #1b53e8;
}

#polufon {
	background:#ffe400;
	opacity:0.3;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:99;
	display:none;
}


#popmessage {
	background:#fff;
	padding:20px;
	width:320px;
	top:50%;
	left:50%;
	position:fixed;
	z-index:1002;
	margin-left:-160px;
	margin-top:-200px;
	text-align:center;
	display:none;
	font-size:16px;
	font-weight:bold;
	border-radius:5px;
}
#fpost {
	display:none;
}

.popup {
	background:#fff;
	border-radius:10px;
	padding:30px;
	text-align:left;
	color:#333;
	z-index:101;
	position:absolute;
	top:100px;
	left:50%;
	width:460px;
	margin-left:-230px;
	display:none;
	box-sizing:border-box;
}
.popup .popclose {
	position:absolute;
	top:20px;
	right:20px;
	width:20px;
	height:20px;
	background:#fff url(images/close.png) no-repeat center;
	cursor:pointer;
}
.form_error {
	font-size:16px;
	color:#c00;
}
.popup .head {
	font-size:24px;
}
.popup .caption {
	padding:2px 0px;
}
.popup .pole {
	padding:2px 0px;
	margin-bottom:10px;
}
.popup input.text {
	width:100%;
	padding-left:30px;
	box-sizing:border-box;
	height:40px;
	border:none;
	border-bottom:1px solid #dedede;
}
.popup input.text.fio {
	background:url(images/popname.png) no-repeat left;
}
.popup input.text.mail {
	background:url(images/popmail.png) no-repeat left;
}
.popup input.text.phone {
	background:url(images/popphone.png) no-repeat left;
}
.popup input.button {
	margin-top:20px;
	height:50px;
	border-radius:25px;
}
.flyinput {
	height:50px;
	position:relative;
	box-sizing:border-box;
	padding-top:20px;
	width:100%;
	margin:10px auto;
}
.flyinput label {
	position:absolute;
	font-size:14px;
	bottom:0px;
	left:30px;
	cursor:pointer;
	transition:0.2s;
}
.flyinput label.active {
	bottom:27px;
	font-size:13px;
	transition:0.2s;
}
.flyinput input.active {
	
}

#top {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	z-index:10;
}
#top .wrap {
	height:80px;
}
#top .logo {
	position:absolute;
	width:500px;
	height:60px;
	left:30px;
	bottom:0px;
	font-size: 12px;
	font-family:'AvenirNextCyr';
	font-weight: normal;
}
#top .logo .capt {
	font-size: 26px;
	width: 185px;
	float: left;
	padding-left: 25px;
	line-height: 28px;
}
#top .logo .capt a {
	color: #000;
}
#top .logo .capt img {
	margin-top: 5px;
	max-width: 100%;
}
#top .logo .capt:first-letter {
	font-weight: bold;
	text-decoration: underline;
	
}
#top .logo .txt {
	margin-left: 198px;
	border-left: 2px solid #000;
	font-size: 12px;
	padding: 3px 0 0 11px;
	margin-top: 6px;
}
#top .logo.logow .capt a {
	color: #fff;
}
#top .logo.logow .txt {
	border-left: 2px solid #fff;
	color: #fff;
}

#top .apple {
	position:absolute;
	width:400px;
	height:80px;
	right:215px;
	bottom:0px;
	font-size: 12px;
	font-family:'AvenirNextCyr';
	font-weight: normal;
	color: #fff;
	padding-top: 20px;
	background: #000;
}
#top .apple .capt {
	font-size: 26px;
	width: 165px;
	float: left;
	padding-left: 12px;
	line-height: 28px;
}
#top .apple .capt a {
	color: #fff;
}
#top .apple .txt {
	margin-left: 174px;
	border-left: 2px solid #fff;
	font-size: 12px;
	padding: 3px 0 0 11px;
}

#top .mmenu {
	position:absolute;
	left:0px;
	bottom:15px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
#top .mmenu span.caption {
	display:inline-block;
	display: none;
	width:130px;
}
#top .wh {
	color:#fff;
}
#top .bl {
	color:#000;
}
#top .gr {
	color:#7a7a7a;
}
#top .zakaz {
	position:absolute;
	right:0px;
	bottom:10px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#top .zwh a {
	color:#fff;
}

#minimenu {
	position:absolute;
	display:none;
	width:300px;
	line-height:40px;
	text-transform:uppercase;
}
.wh #minimenu {
	background:#fff;
	border:1px solid #ffe600;
}
.wh #minimenu a {
	color:#5a17a6;
}
.wh #minimenu a:hover {
	background:#5a17a6;
	color:#fff;
}
.gr #minimenu {
	background:#fff;
	border:1px solid #7a7a7a;
}
.gr #minimenu a {
	color:#7a7a7a;
}
.gr #minimenu a:hover {
	background:#7a7a7a;
	color:#fff;
}
#minimenu a {
	display:block;
	padding:0px 20px;
}

a.go {
	padding-right:40px;
	background-repeat:no-repeat;
	background-position: top 50% right 15px;
	transition:0.5s;
	text-transform:uppercase;
	font-weight:bold;
}
a.go:hover {
	background-position: top 50% right 0px;
	transition:0.5s;
}
a.gray {
	background-image:url(/templates/images/onepage/go_bl.png);
	color:#000;
}
a.white {
	background-image:url(/templates/images/onepage/go_w.png);
	color:#fff;
}
a.blue {
	background-image:url(/templates/images/onepage/go_b.png);
	color:#5a17a6;
}
a.black {
	background-image:url(/templates/images/onepage/go_bl.png);
	color:#000;
}


.sec {
	padding-top:200px;
	color:#000;
	background: #fff;
}
.sec .wrap {
}
.sec .txt {
	font-size:16px;
	line-height:22px;
	width:620px;
}
.sec .head {
	color:#333;
	font-size:48px;
	font-weight:bold;
}


.p1 {
	background:#fdd100;
}
.p1 .wrap {
	background:#fdd100 url(/templates/images/s/p1bg.jpg) no-repeat bottom right;
	min-height:640px;
	background-size: auto 90%;
}

.p2 {
	color:#333333;
}
.p2 .coleft {
	width:540px;
	float:left;
}
.p2 .coright {
	width:540px;
	float:right;
}
.p2 .card .caption {
	color:#5a17a6;
	font-size:24px;
	font-weight:bold;
}
.p2 .card {
	width:540px;
	height:200px;
	padding:40px 0px 0px 80px;
}
.p2 .nooffice {
	background:url(/templates/images/onepage/nooffice.png) no-repeat;
}
.p2 .cleanwork {
	background:url(/templates/images/onepage/cleanwork.png) no-repeat;
}
.p2 .nomanager {
	background:url(/templates/images/onepage/nomanager.png) no-repeat;
}
.p2 .online {
	background:url(/templates/images/onepage/online.png) no-repeat;
}


.p3 {
	color:#333333;
}
.p3 .coleft {
	width:620px;
	float:left;
}
.p3 .coright {
	width:620px;
	float:right;
}
.p3 .card {
	width:auto;
	height:200px;
	padding:30px;
}
.p3 .card .caption {
	font-size:24px;
	font-weight:bold;
}
.p3 .card .txt {
	padding-left:60px;
	width:auto;
}
.p3 .capriz {
	height:auto;
	background:#f2f2f2;
}

.p4 {
	color:#333333;
}
.p4 .card {
	width:300px;
	height:540px;
	float:left;
	margin:10px;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.p4 .card .desc {
	position:absolute;
	width:inherit;
	bottom:0px;
	left:0px;
	padding:20px 20px;
	color:#fff;
}
.p4 .card .bg {
	position:absolute;
	width:inherit;
	height:100%;
	bottom:0px;
	left:0px;
	background:url(/templates/images/onepage/p4cardbg.png) repeat-x bottom;
}
.p4 .card .desc .proj {
	font-size:18px;
	font-weight:bold;
	padding-bottom: 15px;
}


.p5 {
	color:#333333;
}
.logos .block {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 140px;
    line-height: 140px;
    margin: 60px 10px;
}
.logos .block img {
    vertical-align: middle;
    max-width: 220px;
    max-height: 140px;
}

.p6 {
	color:#333333;
}
.p6 a {
	white-space:nowrap;
}

.otxarrow {
	height:30px;
	text-align:center;
}
.otzlist {
	height:520px;
	width:auto;
	position:relative;
}
.otzlist .otzwrap {
	width:620px;
	margin:0px auto;
	position:relative;
}
.otzlist .block {
	color:#000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:620px;
}
.otzlist .block .text {
	margin:0px auto;
	font-size:16px;
	line-height:20px;
	padding-bottom:25px;
}
.otzlist .block .name {
	margin:0px auto;
	font-size:16px;
	margin-bottom:20px;
	text-align:left;
}
.otzlist .block .name .blk {
	display:inline-block;
	width:460px;
	text-align:left;
}
.otzlist .block .name .blk img {
	width:80px;
	height:80px;
	border-radius:40px;
	float:left;
	margin-right:20px;
}
.otzlist .block .name .blk .fi {
	font-size:16px;
	font-weight:bold;
	padding:20px 0px 5px 0px;
	color:#5a17a6;
}
.otzadd {
	text-align:center;
	margin-top:20px;
}
.otzadd .btn {
	width:250px;
}
.arrow {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.arrowback {
	background-image:url(/templates/images/onepage/arrow_back.png);
}
.arrownext {
	background-image:url(/templates/images/onepage/arrow_next.png);
}


.p6 {
	color:#333;
}
.p6 .txt {
	line-height:50px;
	width:720px;
}
.p6 .txt span {
	color:#7a7a7a;
}

.p7 {
	background:#5a17a6;
	color:#fff;
}
.p7 .head {
	color:#fff;
}
.p7 .f24 {
	font-size:22px;
	line-height:32px;
}
.p7 .ava {
	position: absolute;
	top: 50px;
	right: 0;
	width: 280px;
	padding-top: 320px;
	text-align: center;
	background: url(images/onepage/ava.png) no-repeat top center;
	background-size: contain;
}










@media  screen and (max-height: 900px) {

.sec {
	padding-top:110px;
}
.onepage-pagination {
	top:110px;
}
.p2 .card {
    width: 540px;
    height: 220px;
    padding: 20px 0px 0px 40px;
}
.p3 .card {
	height:160px;
}
.p3 .capriz {
	height:auto;
}
.p4 .card {
	height: 320px;
}
.logos .block {
	margin: 15px 10px;
}
.otzlist {
	height:480px;
}
.sec .head {
	font-size:42px;
}

}


@media  screen and (max-height: 600px) {

.sec {
	padding-top:60px;
}
.sec .txt {
	width:auto;
}
.onepage-pagination {
	top:60px;
}
#top {
	height:50px;
}
#top .wrap {
	height:50px;
}
.sec .head {
	font-size:32px;
}
.pb60 {
	padding-bottom:35px;
}
.pt60 {
	padding-top:35px;
}
.pb40 {
	padding-bottom:25px;
}
.pt40 {
	padding-top:25px;
}
.pb20 {
	padding-bottom:12px;
}
.pt20 {
	padding-top:12px;
}

.p2 .card .caption {
	font-size:22px;
}
.p3 .card {
    height: 140px;
	padding:10px 10px;
}
.p3 .capriz {
	height:auto;
}
.p3 .card .caption {
	font-size:22px;
}

}


@media  screen and (max-width: 1280px) {
	
.wrap {
	width:960px;
}
.onepage-pagination {
  margin-right:-480px;
}
#top .apple .txt {
	display: none;
}
#top .apple {
	width: 135px;
	right: 200px;
}
#top .apple .capt {
	font-size: 20px;
	width: 135px;
	padding-left: 9px;
}
.sec .head {
    font-size: 46px;
}
.sec .txt {
	font-size:14px;
}
.p1 .wrap {
	background-size:660px auto;
}
.p2 .coleft, .p2 .coright, .p2 .card {
	width:470px;
}
.p2 .card {
	height: 220px;
}
.p3 .coleft, .p3 .coright, .p3 .card {
	width:470px;
}
.p3 .card .caption {
	font-size:20px;
}
.p3 .card .txt {
	padding-left:25px;
}
.p4 .card {
	width:225px;
}

.logos .block {
	width:175px;
}
.logos .block img {
	max-width:175px;
}
	
}

@media screen and (max-width: 980px) {
	
.wrap {
	width:640px;
}
.onepage-pagination {
  margin-right:-320px;
}
#top .apple, #top .logo .txt {
	display: none;
}
.sec .head {
	font-size:30px;
	padding-right:195px;
}
.p1 .wrap {
    background-size: 560px auto;
}
.p2 .coleft, .p2 .coright, .p2 .card {
	width:320px;
}
.p2 .card {
	height: 320px;
}
.p2 .card {
	padding: 20px 0px 0px 20px;
}
.p3 .coleft, .p3 .coright, .p3 .card {
	width:310px;
}
.p3 .card .caption {
	font-size:18px;
}
.p3 .card .txt {
	padding-left:20px;
	font-size:14px;
}
.p4 .card {
	width:300px;
	height:350px;
}
.p6 .txt {
	width:auto;
}

.logos .block {
	margin: 30px 20px;
}
.logos .block img {
	max-width:175px;
}
.p7 .ava {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	padding-top: 220px;
	text-align: center;
	background-size: auto 220px;
	top: 0;
	padding-bottom: 20px;
}
	
}

@media screen and (max-width: 980px) and (min-height: 1200px) {

.p3 .card {
	height:300px;
}

}

@media screen and (max-width: 980px) and (min-height: 1024px) {

.p3 .card {
	height:230px;
}

}

@media screen and (max-width: 980px) and (max-height: 900px) {

.p3 .card {
	padding:10px;
	height: 170px;
}
.p3 .pb20 {
	padding-bottom:5px;
}
.p3 .card .txt {
	padding-left:0px;
	line-height: 19px;
}

}

@media screen and (max-height: 1024px) {
	
.p4 .card {
    height: 250px;
}

	
}


@media screen and (max-width: 640px) {
	
.wrap {
	width:300px;
}
#top {
	background:#fdd100;
}
#top, #top .wrap {
	height:45px;
}
#top .logo {
	width:43px;
	left:60px;
	margin-left:0px;
	display:none;
}
#top .logob, #top .logow {
	background-position:left;
}
#top .mmenu span.caption {
	display:none;
}
#top .mmenu {
	bottom: 5px;
}
#top .zakaz {
	bottom: 5px;
}
#minimenu {
	top:40px;
}
.sec {
	padding-top: 20px;
}
.sec .head {
	font-size:22px;
	padding:0px;
}

.pt20 {
	padding-top:10px;
}
.pb20 {
	padding-bottom:10px;
}
.pt40 {
	padding-top:20px;
}
.pb40 {
	padding-bottom:20px;
}
.pt60 {
	padding-top:30px;
}
.pb60 {
	padding-bottom:30px;
}

.sec .txt {
	width:auto;
}
.p1 .head {
	padding-top:60px;
}
.p1 .wrap {
    background-size: 300px auto;
    background-position: bottom 0px right 0px;
	min-height:100%;
}
.p2, .p3, .p4, .p5, .p6 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px solid #ddd;
}
.onepage-wrapper .section {
	width:auto;
	height:auto;
}
section.p1 {
	height:100%;
}
.p2 .coleft, .p2 .coright, .p2 .card,
.p3 .coleft, .p3 .coright, .p3 .card {
	float:none;
	width:auto;
	height:auto;
}
.p2 .card, .p3 .card {
	margin-bottom:20px;
}
.p2 .card .caption {
	font-size:18px;
}
.logos .block {
	margin:10px;
	height:auto;
	line-height:normal;
	display:block;
	width:auto;
	text-align:center;
}
.logos .block img {
	max-width:150px;
	display:none;
}

.otzlist .otzwrap {
	width:300px;
}
.otzlist .block {
	width:300px;
}
.otzlist .block {
	width:300px;
}
.otzlist .block .text {
	font-size:14px;
}
.otzlist .block .name {
	font-size:14px;
}
.otzlist .block .name .blk {
	width:auto;
}

.p6 .txt {
	line-height:30px;
}

input.button {
	padding:0px 10px;
}

	
}