/*@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MullerRegular.otf')  format('opentype'),
	     url('../fonts/MullerRegular.woff') format('woff'), url('../fonts/MullerRegular.ttf')  format('truetype'), url('../fonts/MullerRegular.svg#MullerRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MullerBold.otf')  format('opentype'),
	     url('../fonts/MullerBold.woff') format('woff'), url('../fonts/MullerBold.ttf')  format('truetype'), url('../fonts/MullerBold.svg#MullerBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MullerExtraBold.otf')  format('opentype'),
	     url('../fonts/MullerExtraBold.woff') format('woff'), url('../fonts/MullerExtraBold.ttf')  format('truetype'), url('../fonts/MullerExtraBold.svg#MullerExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerLightItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/MullerLightItalic.otf')  format('opentype'),
	     url('../fonts/MullerLightItalic.woff') format('woff'), url('../fonts/MullerLightItalic.ttf')  format('truetype'), url('../fonts/MullerLightItalic.svg#MullerLightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
*/
/*-----------------------------*/

body{
	margin:0;
	font-family: 'Muller', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:#000;
	min-width: 360px;
	background:url(../img/body-bg.png) repeat;
}
.body_wrapper{
	width:100%;
	overflow:hidden;
}
a img{
	border:none;
}

header,footer,nav,section,main{
	display:block;
}


/*--------header---------*/

header{
	background: #162d7a;
	display:block;
	position:relative;
	z-index:10;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

header .logo{
    width: 255px;
    height: 72px;
    background: url(../img/logo.png) no-repeat 30px 7px;
    background-size: 225px 58px;
    display: block;
}

header .main_menu{
    background: #d5dfff;
    overflow: hidden;
}

header .main_menu ul{
    float: left;
    list-style: none;
    margin: 0 0 0 18px;
    padding: 0;
}

header .main_menu li{
    display: inline-block;
	padding: 5px 0;
}

header .main_menu a{
    color: #162d7a;
    line-height: 1;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 18px 15px 12px 50px;
    position: relative;
    border-radius: 35px;;
}

header .main_menu a:hover{
    background: #e4eaff;
}

header .main_menu a:before{
	content:'';
	width:32px;
	height:31px;
	position:absolute;
	top:7px;
	left:10px;
	background:url(../img/sprite.png) 0 0 no-repeat;
}

header .main_menu .plumber a:before{
    background-position: -178px -1px;
}

header .main_menu .electrician a:before{
    background-position: -133px -1px;
}

header .main_menu .master a:before{
    background-position: -268px -1px;
}

header .main_menu .portfolio a:before{
	background-position: -222px -1px;
}

header .main_menu .reviews a:before{
    background-position: -43px -1px;
}

header .main_menu .articles a:before{
	background-position: -1px -1px;
}

header .contacts{
	position: absolute;
    background: #ff8e20;
    padding: 20px 30px 20px 106px;
    top: 0;
    right: 0;
    line-height: 1.5;
}

header .contacts .contacts_ico{
	position: absolute;
    background: url(../img/sprite.png) 0px -47px no-repeat;
    width: 92px;
    height: 91px;
    top: 23px;
    left: -9px;
}

header .contacts .contacts_desc{
	color:#424242;
	font-size:13px;
	text-decoration:none;
	font-weight: 300;
	font-style: italic;
}

header .contacts a{
	color:#000;
	font-size:20px;
	font-weight:800;
	display: block;
	text-decoration:none;
}
header .contacts a.double{
	line-height:59px;
}

header .contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: -82px;
    border: 82px solid transparent;
    border-top: 138px solid #ff8e20;
    border-right: 0 solid #ff8e20;
}


/*------mobile menu------*/

.mobile_menu_wr{
    overflow: hidden;
    display: none;
	background: #d5dfff;
    padding: 7px 0 7px 30px;
}

.mobile_menu{
	background: #fff;
    position: relative;
    width: 46px;
    height: 40px;
    cursor: pointer;
    float: left;
}

#nav-icon{
    position: absolute;
    -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;
    top: 9px;
    left: 5px;
}

#nav-icon span {
	display: block;
    position: absolute;
    height: 4px;
    width: 36px;
    background: #162d7a;
    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;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -4px;
    left: 5px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    top: 22px;
    left: 5px;
}

.mobile_menu_text{
	float: left;
    color: #162d7a;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px 10px 12px;
}

/*--------first_screen---------*/

.first_screen{
	position:relative;
	background: url() center no-repeat;
	background-size:cover;
	overflow: hidden;
}

.first_screen h1,
.first_screen h2{
	float:left;
	color:#fff;
	font-weight:800;
	font-size: 26px;
	width:180px;
	clear:left;
	text-transform:uppercase;
	padding-left: 30px;
	line-height: 1.3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.first_screen h1{
	margin-top:80px;
}

.first_screen h2{
	font-size: 22px;
}

.first_screen .separator{
	background: #ff8e20;
	height:3px;
	width:30%;
	float:left;
	clear:left;
}

.orderForm{
    float: right;
    background: rgba(22,45,122,0.65);
    padding: 86px 25px 0;
	position: relative;
    max-width: 255px;
    width: 300px;
    z-index: 100;
}

.orderForm p{
	margin:0;
}

.orderForm .caption{
    position: absolute;
    top: 15px;
    right: 0;
    background: #d5dfff;
    width: 280px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
	padding: 16px 0 11px 40px;
	margin: 15px 0;
}

.orderForm .captions{position: absolute;
    top: 15px;
    right: 25px;
    background: #d5dfff;
    width: 240px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    padding: 16px 0 11px 15px;
    margin: 15px 0;
}

.orderForm input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 10px 0 0 0;
    padding: 14px 10px;
    outline-color: #ff8e20;
    font-size: 14px;
}

.orderForm textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-family: 'Muller', sans-serif;
    height: 96px;
    resize: none;
    margin: 10px 0 0 0;
    padding: 11px;
	font-size: 14px;
    outline-color: #ff6209;
}

input[type="submit"], .orderForm .orderButton {
    background: #ff8e20;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    outline: none;
    border: none;
    width: 100%;
    padding: 22px 0 20px;
    cursor: pointer;
    margin: 21px 0 25px;
    line-height: 1;
}

.orderForm .orderButton:hover{
	background:#f38111;
}

.orderForm .orderButton:active{
	background:#e5770c;
}

.first_screen .masters{
	width: 645px;
    height: 367px;
    /* background: url(../img/masters.png); */
    position: absolute;
    bottom: 0;
    left: 31%;
    zoom: 0.95!important;
}

/*--------second_screen---------*/

.second_screen{
	background: rgba(255, 255, 255, 0.85);
	text-align:center;
	background-size: cover;
}

.second_screen h3{
	font-size: 18px;
    font-weight: 300;
    padding: 45px 15px 30px;
    max-width: 585px;
    margin: 0 auto;
	text-transform: none;
}

.second_screen .services_wr{
	overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
	padding-bottom: 30px;
}

.second_screen .services_wr .service{
    width: 33.3333%;
    padding: 20px 15px;
    float: left;
    box-sizing: border-box;
}

.second_screen .services_wr .service_container{
    background: #fff;
    overflow: hidden;
    position: relative;
	text-decoration: none;
    display: block;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}

.second_screen .services_wr .service .image{
	width:105px;
	height:105px;
	background:url(../img/service_ico.jpg);
	float:left;
}

.second_screen .services_wr .service h4{
    color: #424242;
    font-weight: bold;
    text-transform: uppercase;
	padding: 15px 10px 0px 15px;
    max-width: 200px;
    text-align: left;
    margin: 0;
    overflow: hidden;
}

.second_screen .services_wr .service .price{
	position:absolute;
	bottom:11px;
	right:15px;
	font-size:15px;
	color:#000;
}

.hover_effect{
	display:none;
}

/*.second_screen .services_wr .service_container .hover_effect{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff8e20;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 105px;
    text-transform: uppercase;
	display:none;
}

.second_screen .services_wr .service_container:hover .hover_effect{
	display:block;
}
*/

.service:hover{    
   background: #f7e9db8a;
	}

/* .fancy_wr a { */
  /* pointer-events: none; */
/* } */
	
	
.second_screen .fast_links{
	background:#162d7a;
}

.second_screen .fast_links .container{
	max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.second_screen .fast_links .container span{
	color:#fff;
	font-size:20px;
	display:inline-block;
}

.second_screen .fast_links .container a{
    display: inline-block;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 220px;
	padding: 15px 0 11px;
    margin: 30px 0 30px 30px;
}

.second_screen .fast_links .container a:hover{
	background: rgba(255, 255, 255, 0.2);
}

.page_wrapper .second_screen .services_wr{
	margin: 0 -15px;
}

.page_wrapper .second_screen .services_wr .service {
   /* padding: 3px 15px 40px;*/
}

.page_wrapper .second_screen{
	background:none;
}

.page_wrapper .second_screen .services_wr .service_container:hover{
	background: #d5dfff;
}

.page_wrapper .second_screen .services_wr .service_container:hover .hover_effect{
	display:none;
}

/*--------third_screen---------*/

section h3{
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin: 50px 0;
}

.third_screen{
	text-align:center;
	background:#fff;
	overflow: hidden;
}

.third_screen .advantages_wr{
	overflow: hidden;
    max-width: 1230px;
    margin: 0 -65px;
    display: inline-block;
	box-sizing: border-box;
}

.third_screen .advantage{
    width: 33.3333%;
    padding: 0 65px;
    float: left;
    box-sizing: border-box;
    height: 240px;
}

.third_screen .advantage_container .image{
	width:121px;
	height:120px;
	margin:0 auto;
	background:url(../img/sprite.png) 0 0 no-repeat;
}

.third_screen .advantage.item-1 .image{
	background-position: -160px -150px;
}
.third_screen .advantage.item-2 .image{
	background-position: 0px -150px;
}
.third_screen .advantage.item-3 .image{
    background-position: -308px -150px;
}
.third_screen .advantage.item-4 .image{
	background-position: -462px -150px;
}
.third_screen .advantage.item-5 .image{
    background-position: -628px -150px;
}
.third_screen .advantage.item-6 .image{
	background-position: -790px -150px;
}

.third_screen .advantage_container .text{
    font-size: 16px;
    margin-top: 20px;
    max-width: 200px;
    margin: 20px auto 0 auto;
}

/*--------fourth_screen---------*/

.fourth_screen{
	background:url(../img/fourth_scr_bg.jpg);
	overflow: hidden;
	background-size:cover;
}

.fourth_screen h3{
	color:#fff;
}

.fourth_screen .scheme_wr {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 20px;
}

.fourth_screen .scheme_wr .step{
    width: 50%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.75);
    border-right: 3px solid #fff;
    position: relative;
    color: #162d7a;
    font-size: 16px;
    float: left;
    clear: both;
    line-height: 1.4;
    padding: 25px 66px 25px 20px;
    text-align: right;
}

.fourth_screen .scheme_wr .step.odd{
	border-left: 3px solid #fff;
    border-right: none;
    float: right;
    clear: both;
    padding: 25px 20px 25px 66px;
    text-align: left;
    margin-right: 3px;
}

.fourth_screen .scheme_wr .number{
	position: absolute;
    width: 69px;
    border: 3px solid #fff;
    background: #ff8e20;
    color: #fff;
    font-size: 40px;
    top: 12px;
	top: calc(50% - 37px);
    right: -39px;
    border-radius: 50%;
    padding: 9px 0 4px;
    text-align: center;
}

.fourth_screen .scheme_wr .step.odd .number{
    left: -39px;
}

/*---------fifth_screen--------*/

.fifth_screen{
	background:#f5f5f5;
	overflow: hidden;
}

.fifth_screen .reviews_wr{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding: 0 0 40px;
}

.fifth_screen .review_wrapper{
	width:100%;
	overflow:hidden;
}

.fifth_screen .review_container{
	width: 100%;
}

.fifth_screen .review_group{
	width:1000%;
	float:left;
	-webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.fifth_screen .review_group .review{
	width: 3.3333%;
    position: relative;
    float: left;
    padding: 74px 50px 0;
    box-sizing: border-box;
}

.fifth_screen .review_group .review:before{
    content: '';
    width: 45px;
    height: 45px;
    background: url(../img/sprite.png) 0px -291px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fifth_screen .review_group .review p{
    font-style: italic;
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.fifth_screen .review_group .review .author{
	text-align:right;
	font-size:17px;
	font-weight:bold;
}

.fifth_screen .arrow{
    width: 60px;
    height: 60px;
    background: #f17a11 url(../img/sprite.png) no-repeat;
	cursor:pointer;
	margin-top:50px;
}

.fifth_screen .arrow.next{
    background-position: -112px -284px;
	margin-right: 50px;
	float:right;
}

.fifth_screen .arrow.prev{
    background-position: -54px -284px;
	margin-left: 50px;
	float:left;
}

.fifth_screen .review_button{
    max-width: 300px;
	box-sizing: border-box;
    margin: 50px auto 0;
}

.simple_button{
	display:block;
	text-decoration:none;
	color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 24px 0 18px;
    line-height: 1;
	background: #ff8e20;
}

.simple_button:hover,
.fifth_screen .arrow:hover{
	background-color: #f38111;
}

.simple_button:active,
.fifth_screen .arrow:active{
    background-color: #e5770c;
}


/*--------sixth_screen---------*/

.sixth_screen{
	background:#fff;
	overflow:hidden;
}

.sixth_screen .photo_wr{
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px 40px;
}

.sixth_screen .column{
	width: 33.3333%;
    height: 475px;
    float: left;
}

.sixth_screen .photo{
	height:100%;
	display:block;
}

.sixth_screen .photo.item-1{
	background: url() center;
		background-size: auto 100%;
}

.sixth_screen .photo.item-2{
	background: url() center;
		background-size: auto 100%;
}

.sixth_screen .photo.item-3{
	background: url() center;
		background-size: auto 100%;
}

.sixth_screen .photo.item-4{
	background: url() center;
		background-size: auto 100%;
}

.sixth_screen .column.double .photo{
	height:50%;
	background-size: 100% auto;
}

.sixth_screen .photo:hover{
	opacity:0.7;
}

/*--------pages---------*/

.page_wrapper{
    background: #fff;
    overflow: hidden;
    max-width: 1100px;
    margin: 40px auto 80px;
    padding: 10px 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	position:relative;
	width: calc(100% - 30px);
}

.page_wrapper h1{
	position: relative;
    padding: 12px 10px 10px 60px;
    color: #162d7a;
    margin: 20px 0 30px;
}

.page_wrapper h1:before{
    content: '';
    width: 40px;
    height: 5px;
    background: #162d7a;
    position: absolute;
    top: 25px;
    left: 10px;
}	

.page_wrapper p{
	line-height:1.4;
	font-size: 15px;
}

.gradient{
    width: 100%;
    height: 160px;
    position: absolute;
    top: 120px;
    left: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); 

}

.article_content{
	padding-bottom:10px;
}

.article_content li{
	padding:5px 0;
}
	
/*--------gallery---------*/

.lastworks {
    overflow: hidden;
    margin: 0 -20px;
}

.lastworks .work{
	width: 50%;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
	margin: 0 0 40px;
}

.lastworks .work a{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 25px;
    box-sizing: border-box;
    background: #d5dfff;
}

.lastworks .work a:hover{
    background: #cfd3e0;
}

.lastworks .work img{
	width:100%;
}

.lastworks .work .project_name{
	text-align: center;
    margin-top: 25px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
}

.galery_folder .fancy_wr{
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 15px;
	float:left;
    margin: 0 0 30px;
}

.galery_folder .fancy_wr a{
	line-height: 0;
    font-size: 0;
}

.galery_folder .fancy_wr img{
	width:100%;
}

.galery_folder{
	overflow: hidden;
	margin: 0 -15px;
}

/*--------service_page---------*/

.service_page .price_wrapper{
	float:left;
	margin-left: 30px;
	margin-bottom: 40px;
}

.service_page .image{
	float:left;
	width:210px;
}

.service_page .image img{
	width:100%;
}

.service_page .price{
	border: 2px solid #ff8e20;
	box-sizing:border-box;
    font-weight: bold;
	font-size:30px;
	text-align:center;
    padding: 52px 0 48px;
	background: #fff;
}

.service_page .price span{
	font-size:18px;
}

.service_page .service_order{
    background: #ff8e20;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 30px 30px 27px 92px;
    line-height: 1;
	display:block;
	position:relative;
	text-decoration:none;
}

.service_page .service_order:before{
	content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(../img/sprite.png) -229px -360px;
    top: 4px;
    left: 9px;
}

.service_page .service_order:hover{
	background: #f38111;
}

.service_page .service_order:active{
    background: #e5770c;
}

.service_page .article_content{
    overflow: hidden;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #d6d6d6;
	box-sizing: border-box;
}


/*--------reviews---------*/

.review_single {
    padding-left: 100px;
    position: relative;
    margin-bottom: 60px;
}

.review_single:before {
    position: absolute;
    content: "";
    width: 78px;
	background: url(../img/sprite.png) -114px -362px;
    height: 70px;
    left: 0px;
}

.review_single.even:before {
	background-position: -7px -362px;
}

.review_single h5 {
    margin: 0px;
    margin-bottom: 13px;
    font-size: 18px;
    font-family: OpenSans-Bold,sans-serif;
}

.review_single .review_content {
    margin-bottom: 10px;
    font-size: 15px;
	line-height: 1.2;
    color: #162d7a;
    text-align: justify;
    background: #d5dfff;
    padding: 10px 20px;
}

.review_single .date {
    text-align: right;
}

.review_form{
    float: none;
    margin: 0 auto 50px;
    background: rgb(22, 45, 122);
    padding: 70px 20px 0;
    max-width: 265px;
}

.review_form .caption {
    padding: 16px 15px 11px 15px;
    text-align: center;
    width: 305px;
    right: -15px;
    margin: 0px;
}

/*--------articles---------*/

article.one_article{
	margin: 0 auto 80px;
	overflow: hidden;
}

article.one_article h2{
	margin-top:0;
}

article.one_article img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    float: left;
    width: 28%;
    margin-right: 3%;
    margin-top: 0px;
}

article .article_shorttext {
    box-sizing: border-box;
    overflow: hidden;
}

article .more-link {
	display: block;
    background: #162d7a;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    padding: 13px 55px 10px;
    margin: 40px 0 0;
}

article .more-link:hover{
    background: #ff8e20;
}

.article_page p img{
    display: block;
    margin: 30px auto;
    max-width: 100%;
}

/*--------bottom-panel---------*/

.bottom{
    position: fixed;
    bottom: -446px;
    right: 340px;
	width: 420px;
	height: 446px;
	-webkit-transition: bottom .2s ease-in-out;
    -moz-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
	z-index:9999999;
	right: 15px;
	
}

.bottom .bheading{
	background: rgb(249,100,1);
    background: -moz-linear-gradient(left, rgba(249,100,1,1) 0%, rgba(247,187,98,1) 100%);
    background: -webkit-linear-gradient(left, rgba(249,100,1,1) 0%,rgba(247,187,98,1) 100%);
    background: linear-gradient(to right, rgba(249,100,1,1) 0%,rgba(247,187,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96401', endColorstr='#f7bb62',GradientType=1 );
    color: white;
    font-size: 17px;
    width: 300px;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    position: absolute;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
    padding: 20px 10px 17px;
    text-align: center;
    cursor: pointer;
    top: -54px;
    right: 0;
    box-sizing: border-box;
}

.bottom .bheading:before{
	content: '';
    width: 44px;
    height: 43px;
    position: absolute;
    top: 6px;
    left: 20px;
    background: url(../img/sprite.png) no-repeat -393px -372px;
}

.bottom .content{
	background: #f3f3f3;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 2px solid #e6e6e6;
    padding: 20px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}


/*--------bottom-callback---------*/

.bottom.callback{
	right: 15px;
	width: 300px;
	display:none;
}

.bottom.callback.active{
	bottom: -121px;
}

.bottom.callback p{
	margin:0;
}

.bottom.callback .bheading{
	background: rgb(18,61,206);
	background: -moz-linear-gradient(left,  rgba(18,61,206,1) 0%, rgba(96,171,248,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(18,61,206,1) 0%,rgba(96,171,248,1) 100%); 
	background: linear-gradient(to right,  rgba(18,61,206,1) 0%,rgba(96,171,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123dce', endColorstr='#60abf8',GradientType=1 ); 
}

.bottom.callback .bheading:before{
	background-position:-323px -372px;
}

.bottom input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 0 0 10px 0;
    padding: 14px 10px;
    outline-color: #ff8e20;
    font-size: 14px;
	position:relative;
}

.bottom textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-family: 'Muller', sans-serif;
    height: 96px;
    resize: none;
    margin: 0 0 10px 0;
    padding: 11px;
    font-size: 14px;
    outline-color: #ff6209;
}

.bottom.callback input[type="submit"]{
    background: #143fcf;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    outline: none;
    border: none;
    width: 100%;
    padding: 22px 0 20px;
    cursor: pointer;
    margin: 10px 0 0;
    line-height: 1;
}


.bottom.callback input[type="submit"]:hover{
	background: #407ee7;
}

.bottom.callback input[type="submit"]:active{
    background: #2041b1;
}

.bottom.callback span.wpcf7-not-valid-tip {
	color: #ff8e20;
    padding-top: 2px;
    position: absolute;
    top: -14px;
    left: 10px;
    z-index: 2;
    width: 180px;
    display: block;
    font-size: 11px;
}

/*--------bottom-breviews---------*/

.bottom.breviews .bheading{
	right:0;
}

.bottom.breviews.active{
	bottom: -25px;
}

.bottom .reviews_wrapper{
    height: 310px;
    box-sizing: border-box;
    padding: 0 45px 0 0;
    overflow: hidden;
}

.bottom .r_single{
    margin-bottom: 20px;
}

.bottom .r_single .author{
	font-weight:bold;
	margin-bottom: 5px;
}

.bottom .up,
.bottom .down,
.bottom .close_form{
    display: block;
    background: #fff url(../img/sprite.png) no-repeat;
    position: absolute;
    right: 20px;
    border-radius: 3px;
    width: 36px;
    height: 36px;
	border: 1px solid #e4e4e4;
}

.bottom .close_form{
	top: 5px;
    background-position: -592px -372px;
    position: static;
    float: right;
    margin: -16px 0 5px;
}

.bottom .up:hover,
.bottom .down:hover,
.bottom .close_form:hover{
	background-color:#f5f5f5;
}

.bottom .up:active,
.bottom .down:active,
.bottom .close_form:active{
	background-color:#e4e4e4;
}

.bottom .up{
    top: 20px;
	background-position: -471px -376px;
}

.bottom .down{
	bottom: 92px;
    background-position: -537px -372px;
}

.bottom button{
    background: #f96705;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    outline: none;
    border: none;
    width: 100%;
    padding: 22px 0 20px;
    cursor: pointer;
    margin: 10px 0 0;
    line-height: 1;
}

.bottom button:hover{
    background: #f88f30;
}

.bottom button:active{
	background: #e46611;
}
	
	
/*--------totop---------*/

.totop{
	background:url(/wp-content/themes/masters/css/to-top.png);
	display:block;
	position:fixed;
	width:97px;
	height:97px;
    bottom: 240px;
    right: 40px;
	display:none;
	cursor:pointer;
	opacity: 0.7;
}

.totop:hover{
	opacity: 1;
}


/*--------footer---------*/

footer{
	overflow:hidden;
	color:#fff;
	background:#162d7a;
	padding:30px;
	padding-bottom: 70px;
}

footer h3{
	float:left;
	font-size:18px;
	position:relative;
	margin: 0;
	width: 400px;
}

footer h3:before{
	content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #ff8e20;
    width: 140px;
    height: 2px;
}

footer .copyright{
    float: left;
    font-size: 15px;
    clear: left;
    margin-top: 90px;
    line-height: 1.5;
	color: #ff8e20;
}

footer .copyright a{
color: #ff8e20;
}

footer .copyright2{
	float: left;
    clear: left;
    font-size: 12px;
    margin-top: 10px;
	color: #97a1b5;
}

footer .contacts{
	float:right;
	position:relative;
}

footer .contacts:before{
	content: '';
    position: absolute;
    top: 12px;
    left: -40px;
    background: #ff8e20;
    width: 2px;
    height: 120px;
}

footer .contacts .contacts_desc{
    font-size: 18px;
	margin-top: 5px;
}

footer .contacts a{
	font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}

footer .contacts .contacts_time{
    font-size: 16px;
}

footer .address{
	margin-top: 10px;
    max-width: 206px;
    line-height: 1.3;
    text-align: center;
    background: rgba(213, 223, 255, 0.3);
    padding: 5px;
}

footer .orderForm{
	float:none;
	margin:0 auto 30px;
	display:none;
    background: rgba(213, 223, 255, 0.3);
    padding: 10px 25px;
}

footer .orderForm .caption{
	position:static;
	width:100%;
	background: none;
    padding: 0;
    text-align: center;
}

/*--------choose city---------*/

.choose_city{
	min-width:300px;
}
.choose_city select{
	padding:10px;
	width:100%;
	margin-bottom:10px;
}

/*--------form fixes---------*/

div.wpcf7 form{
	margin:0;
}

div.wpcf7 .ajax-loader{
	display:none;
}

span.wpcf7-not-valid-tip{
    color: #ff8e20;
    padding-top: 2px;
}
div.wpcf7-mail-sent-ok{
	border:none;
}
div.wpcf7-validation-errors, .wpcf7-response-output {
    border: 3px solid #00a7ba;
    max-width: 320px;
    text-align: center;
    padding: 10px !important;
}


body > div.body_wrapper > header > div.deviz {float:left;color: #fff;font-size: 33px;position: relative;left: 258px;padding: 17px;}

/*-----------------*/

@media screen and (max-width:1280px){

.mobile_menu_wr{    
	display: block;
}

header .main_menu{
	left: -360px;
	top: 120px;
    background: white;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    z-index: 10;
    position: absolute;
	width: 360px;
	padding: 10px 0;
    box-sizing: border-box;
}

header.active .main_menu {
    left: 0px;
}

header .main_menu ul{
    margin: 0;
	padding: 0 0 0 10px;
}

header .main_menu li {
    padding: 10px 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

header .main_menu a{
	padding-right:0;
}

.third_screen .advantages_wr{
	margin: 0 auto;
    width: 100%;
}

.third_screen .advantage {
    padding: 0 25px;
}

}

@media screen and (max-width:1100px){

.second_screen .fast_links .container span{
    display: block;
    padding: 25px 0 0;
}

.second_screen .fast_links .container a{
	margin-top:25px;
	width: 210px;
}

.sixth_screen h3{
	display:none;
}

.sixth_screen .photo_wr{
	padding:0;
}

.sixth_screen .column.last{
	display:none;
}

.sixth_screen .column {
    width: 50%;
    height: 545px;
}

.fifth_screen .review_group .review {
    padding: 74px 30px 0;
}

.fifth_screen .arrow.prev {
    margin-left: 30px;
}

.fifth_screen .arrow.next {
    margin-right:30px;
}



}

@media screen and (max-width:940px){

.first_screen .orderForm{
	display:none;
}

.first_screen .masters{
	left:40%;
}

.first_screen .separator{
	width:45%;
}

.first_screen{
	height:460px;
}

.sixth_screen .column {
    width: 33.3333%;
	height:265px;
}

.sixth_screen .column.double{
	width: 66.6666%;
}

.sixth_screen .column .photo,
.sixth_screen .column.double .photo{
	background-size:cover;
}


.sixth_screen .column.double .photo{
	width:50%;
	height:100%;
	float:left;
}

.fifth_screen .review_container{
	width:150%;
}


.second_screen .services_wr .service {
    width: 50%;
}

.page_wrapper .second_screen .services_wr .service {
    padding: 3px 15px 20px;
}

}

@media screen and (max-width:800px){

.mobile_menu_wr{
    position: absolute;
    top: 12px;
    right: 20px;
	background: none;
    padding: 0;
display: none;
}

header .contacts {
    position: relative;
    padding: 12px 20px 8px 112px;
	overflow: hidden;
}

header .contacts:before{
	display:none;
}

header .contacts .contacts_ico{
    left: 30px;
    top: 8px;
    background-position: -114px -47px;
    width: 64px;
    height: 64px;
}

header .contacts .contacts_desc{
    float: right;
    width: 170px;
    margin-top: 4px;
	
    clear: right;
}

header .contacts a{
    float: left;
    clear: left;
}

header .main_menu{
	right: -370px;
	left:auto;
	top: 66px;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}

header.active .main_menu {
    right: 0px;
	left: auto;
}

.third_screen .advantages_wr{
	padding: 0 25px;
}

.third_screen .advantage {
    width: 50%;
}

.second_screen .fast_links .container a {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 260px;
}

.second_screen .fast_links .container {
    padding-bottom: 10px;
}

.fourth_screen .scheme_wr .step{
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
}

.sixth_screen .column.last{
	display:block;
}

.sixth_screen .column,
.sixth_screen .column.double{
	width:50%;
}

.sixth_screen .column.double .photo{
	width:100%;
}

footer {
    border-top: 4px dotted #ff8e20;
}

footer h3{
    width: 100%;
    float: none;
    text-align: center;
}

footer .contacts{
	background: #ff8e20;
    padding: 15px 20px;
    float: none;
    margin: 0 auto;
    width: 265px;
    text-align: center;
    margin-top: 30px;
    color: #000;
}

footer .contacts a{
    color: #000;
}

footer .contacts .contacts_desc{
    font-size: 14px;
    margin-bottom: 15px;
}

footer .contacts .contacts_time {
    font-size: 14px;
    margin-top: 15px;
}

footer .contacts:before,
footer h3:before{
	display:none;
}

footer .copyright{
    float: none;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.page_wrapper{
	padding: 10px 15px 50px;
	width:100%;
	margin: 0;
    background: rgba(255, 255, 255, 0.7);
}

.gradient{
	display:none;
}

.lastworks .work a {
	padding:15px;
}

.lastworks .work .project_name {
    margin-top: 15px;
}

.lastworks .work{
    padding: 0 10px;
}

.lastworks {
    margin: 0 -10px;
}

article.one_article img{
	display:none;
}

article.one_article {
    background: #d5dfff;
    padding: 20px;
}

.article_content,
.service_page .article_content{
	background: #d5dfff;
    padding: 10px 20px;
	border-top:none;
}

.galery_folder .fancy_wr img {
    border: 3px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.galery_folder .fancy_wr {
    width: 50%;
}

.bottom{
	display:none;
}

footer .orderForm{
    display: block;
}

footer{
    padding-bottom: 30px;
}

footer .copyright2{
	text-align: center;
    float: none;
}

footer .address{
	margin: 10px auto;
    max-width: none;
}

}

@media screen and (max-width:700px){

.fifth_screen .review_container{
	width:300%;
}

.service_page .service_order{
	padding-right:20px;
}

}

@media screen and (max-width:570px){

header .logo{
    padding-left: 20px;
}
header .contacts a {font-size: 20px;}
header .contacts{
	padding: 12px 5px 8px 106x;
}

header .contacts .contacts_ico{
    left: 20px;
}

header .main_menu{
	right: -110%;
}

header.active .main_menu {
	width:100%;
}

header .contacts .contacts_desc{
	display:none;
}

body .first_screen {
    height: 520px;
	background-image:url(../img/sky_bg.jpg);
}

.first_screen h1{
	margin: 30px auto 10px;
}

.first_screen .separator{
	display:none;
}

.first_screen h2{
	font-size:18px;
    max-width: 80%;
	min-width: 180px;
    width: auto;
    margin: 0;
    background: rgba(22, 45, 122, 0.66);
    padding: 13px 30px 7px 30px;
}

.first_screen .masters{
    left: 0;
    right: 0;
    margin: auto;
	bottom:-110px;
}

.third_screen .advantages_wr {
    padding: 0;
}

.fourth_screen .scheme_wr .step{
	width:100%;
}

.fourth_screen .scheme_wr{
	padding-left: 50px;
}

.fourth_screen .scheme_wr .step{
    border-left: 3px solid #fff;
    border-right: none;
    float: left;
    padding: 25px 20px 25px 66px;
    text-align: left;
}

.fourth_screen .scheme_wr .step.odd{
	margin-right:0;
}

.fourth_screen .scheme_wr .number{
	left: -39px;
}

.sixth_screen .column, 
.sixth_screen .column.double{
	width:100%;
}

.sixth_screen .column.double{
	height: 530px;
}

.sixth_screen .column.double .photo{
	height:50%;
}

.fifth_screen .arrow{
	width:50px;
}

.fifth_screen .arrow.next {
    background-position: -117px -284px;
}

.fifth_screen .arrow.prev {
    background-position: -59px -284px;
}

.lastworks .work {
    width: 100%;
}

.review_single .review_content{
	text-align:left;
}

.sixth_screen .column.last {
    display: none;
}

.second_screen .services_wr .service {
    width: 100%;
    padding: 10px 15px;
}

.service_page .image{
	display:none;
}

.service_page .price_wrapper{
	margin:0 auto 40px;
	float:none;
	width: 330px;
}

}

@media screen and (max-width:480px){

.galery_folder .fancy_wr {
    width: 100%;
}
body > div.body_wrapper > header > div.deviz {float: left;color: #fff;font-size: 33px;position: relative;left: 5px;padding: 17px;text-align:center;}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

header .main_menu a:before,
header .contacts .contacts_ico,
.third_screen .advantage_container .image,
.fifth_screen .review_group .review:before,
.fifth_screen .arrow,
.service_page .service_order:before,
.review_single:before,
.bottom .bheading:before,
.bottom .up,
.bottom .down,
.bottom .close_form{
	background-image:url(../img/sprite-big.png);
	background-size:912px 433px;
}

header .logo{
    background-image: url();
	background-size:225px 58px;
}

}


/* fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
		
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}


.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*Zadarma button*/













.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
    background: url(images/underlay.png) repeat 0 0 !important;
    cursor: pointer !important;
    -webkit-filter: blur(1.4px);
    -moz-filter: blur(1.4px);
    -ms-filter: blur(1.4px);
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><fegaussianblur stddeviation='2'/></filter></svg>#blur"); */
    filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
}

.zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99992 !important;
    width: 280px!important;
    margin: -80px 0 0 -140px;
    height: auto !important;
    padding: 10px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 0 12px #cecece !important;
    -moz-box-shadow: 0 0 12px #cecece !important;
    -ms-box-shadow: 0 0 12px #cecece !important;
    box-shadow: 0 0 12px #cecece !important;
    font-family: 'ProximaNova-Light', sans-serif !important;
    font-size: 21px !important;
    background-color: white;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 0.9;
    color: black;
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
    color: black;
}

.zcwPopup-title {
    text-align: center;
}

#zcwPopup-raty img {
    display: inline !important;
}

.zcwPopup-close {
    z-index: 99992 !important;
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: 10px;
    right: 10px;
}

.zcwPopup-content {
    font-size: 14px;
}

.zcwPopup-countdown {
    font-weight: bold;
    display: none;
}

.zcwPopup .link {
    text-decoration: underline;
    cursor: pointer;
}

.zcwPopup .powered_by {
    margin-top: 7px;
    font-size: 12px;
    color: #777777 !important;
}

.zcwPopup .powered_by a {
    font-weight: bold !important;
    color: #777777 !important;
    text-decoration: underline !important;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
    margin: 0;
    width: auto !important;
    color: black;
    border: solid 1px #999999;
    border-radius: 2px;
    display: inline !important;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
    border: 1px solid red;
}

#zcwMiniButton {
    position:fixed;
    right: 50px;
	bottom: 100px;    
	width:80px;
    height:80px;
    cursor:pointer;
    opacity:0.9;
    z-index:99990;
}

#zcwMiniButton #zcwMiniButtonMain {
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    border-radius:50% !important;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:rgb(255,144,32);
    width: 80px;
    height: 80px;
    border: 4px solid white;
    -webkit-animation:zcwmini 1.5s 0s ease-out infinite;
    -moz-animation:zcwmini 1.5s 0s ease-out infinite;
    animation:zcwmini 1.5s 0s ease-out infinite;
    
}

#zcwMiniButton #zcwMiniButtonMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-image:url(mini.png);
    background-repeat:no-repeat;
    background-position: 32px 24px; 
    -webkit-animation: zcwphone 1.5s linear infinite;
    -moz-animation: zcwphone 1.5s linear infinite;
    animation: zcwphone 1.5s linear infinite;
    
}

#zcwMiniButton:hover {
    opacity:1;
}

#zcwMiniButton:hover #zcwMiniButtonMain {
    -webkit-animation:zcwmini2 1s 0.4s ease-out infinite;
    -moz-animation: zcwmini2 1s 0.4s ease-out infinite;
    animation: zcwmini2 1s 0.4s ease-out infinite;
}

#zcwMiniButton:hover #zcwMiniButtonMain:before {
    -webkit-animation: zcwphone2 1s linear infinite;
    -moz-animation: zcwphone2 1s linear infinite;
    animation: zcwphone2 1s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,144,32, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,144,32, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,144,32, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,144,32, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,144,32, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,144,32, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,144,32, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,144,32, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,144,32, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,144,32, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,144,32, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(255,144,32, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,144,32, 0);}
}

@media only screen and (min-width: 960px) {
    .zcwPopup {
        width: 550px !important;
        margin: -120px 0 0 -275px;
    }
}


.fancybox-skin{
	padding: 100px!important;
    border: 19px solid rgb(103, 118, 168)!important;
    height: auto!important;
    font-size: 19px!important;
width: auto!important;
}

.g-recaptcha {margin-top: 16px;}



.serv {overflow: hidden;
       box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	   }

/*меню*/
.mobile_menu_wr {
  overflow: hidden;
  display: none;
  background: #d5dfff;
  padding: 7px 0 7px 30px
}
.mobile_menu {
  background: #fff;
  position: relative;
  width: 46px;
  height: 40px;
  cursor: pointer;
  float: left
}
#nav-icon {
  position: absolute;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  top: 9px;
  left: 5px
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 36px;
  background: #162d7a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#nav-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  left: 5px
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 5px
}
.mobile_menu_text {
  float: left;
  color: #162d7a;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 10px 12px
}
header ul.sub-menu {
  position: absolute;
  margin: 0;
  top: 125px;
  left: 19px;
  padding: 10px 0;
  display: none;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}
header .main_menu .sub-menu li {
  position: relative;
  transition: all .2s linear 0s;
  width: 230px;
  display: block;
  padding: 0;
  margin: 5px 0
}
header .main_menu .sub-menu li a {
  border-radius: 0
}
header .main_menu li:hover .sub-menu {
  display: block
}
#menu-item-15>ul {
  left: 180px;
}
#menu-item-59>ul {
  left: 315px;
}
#menu-item-47>ul {
  left: 511px;
}
#menu-item-294>ul {
  left: 820px;
}
.ul-float {
  float: left;
}


