@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&amp;subset=latin,cyrillic-ext);
/* -------------------------------------------------------------- css reset -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	line-height: 1;
	font-size:100%;
	font-family: 'PT Sans', Helvetica, Tahoma, sans-serif;
}
input,select, textarea{
	display: block;
	font-family: 'PT Sans', Helvetica, Tahoma, sans-serif;
	font-weight: 400;
	outline: none;
	resize:none;
	border:1px solid #e1e1e1;
	padding: 5px 10px;
}
input[type="submit"]{
	cursor: pointer;
}
.clr:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.cnt{
	width: 960px;
	margin:0 auto;
	padding: 0 22px;
}
.cnt_al{
	text-align: center;
}
/* -------------------------------------------------------------- typography -------------------------------------------------------------- */
@font-face {
    font-family: 'pf_bold';
    src: url('fonts/pfdintextcomppro-bold.eot');
    src: url('fonts/pfdintextcomppro-boldd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextcomppro-bold.woff2') format('woff2'),
         url('fonts/pfdintextcomppro-bold.woff') format('woff'),
         url('fonts/pfdintextcomppro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_light';
    src: url('fonts/pfdintextcomppro-light_0.eot');
    src: url('fonts/pfdintextcomppro-light_0d41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextcomppro-light_0.woff2') format('woff2'),
         url('fonts/pfdintextcomppro-light_0.woff') format('woff'),
         url('fonts/pfdintextcomppro-light_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_regular';
    src: url('fonts/pfdintextcomppro-regular.eot');
    src: url('fonts/pfdintextcomppro-regulard41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextcomppro-regular.woff2') format('woff2'),
         url('fonts/pfdintextcomppro-regular.woff') format('woff'),
         url('fonts/pfdintextcomppro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	color: #000;
}
h1{
	font-family: 'pf_bold', Helvetica, Arial;
	font-size: 48px;
}
h2{
	font-family: 'pf_regular', Helvetica, Arial;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
h3{
	font-size:20px;
}
a{
	color:#000;
	text-decoration: none;
	outline: none !important;
}
/* -------------------------------------------------------------- header -------------------------------------------------------------- */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background-color: #f6f6f6;
	padding: 15px 0;
	height: 87px;
}
.header__logo{
	float: left;
	width: 250px;
	margin-top: 3px;
}
.header__right{
	float: right;
	width: 450px;
	text-align: right;
}
.header__phone{
    float: left;
    font-size: 30px;
    font-family: 'pf_regular', Helvetica, Arial;
    color: #000;
    background: url(img/sprt.png) no-repeat -25px -32px;
    padding-left: 30px;
    margin-top: 15px;
}
.header__trigger{
  background-image: -moz-linear-gradient( -90deg, rgb(91,193,0) 0%, rgb(76,162,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(91,193,0) 0%, rgb(76,162,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(91,193,0) 0%, rgb(76,162,0) 100%);
  float: right;
  font-size: 18px;
  font-family: 'pf_light', Helvetica, Arial;
  color: #fff;
  border:none;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-top: 3px;
  cursor: pointer;
  outline: none;
  transition:.2s ease;
  -webkit-transition:.2s ease;
  -moz-transition:.2s ease;
}
.header__trigger:hover{
	transform:scale(.95);
}
/* -------------------------------------------------------------- topmenu -------------------------------------------------------------- */
.topmenu{
	position: fixed;
	top: 87px;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #525252;
	height: 65px;
}
.topmenu .menu{
	position: relative;
}
.topmenu li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 45px;
}
.topmenu li a,
.topmenu__trigger{
	line-height: 65px;
	color: #fff;
	font-family: 'pf_light',Helvetica, Arial;
	font-size: 18px;
	text-transform: uppercase;
	transition:.2s ease;
	-webkit-transition:.2s ease;
}
.topmenu li a:hover{
	opacity: .8;
}
.topmenu__trigger{
    position: absolute;
    top: 0;
    right: 22px;
    background: url(img/d_but.png) no-repeat center;
    width: 204px;
    text-align: center;
    cursor: pointer;
}
.topmenu__trigger:hover{
	transform:scale(.95);
}
/* -------------------------------------------------------------- first screen -------------------------------------------------------------- */
.first_screen{
    padding: 177px 0 60px 0;
    height: 623px;
    background: url(img/fs_bg.jpg) no-repeat center top;
}
h1{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.fscreen_block{
	height: 315px;
	background: #fff;
	background: rgba(255,255,255,.64);
}
.fscreen_video{
	float: left;
	width: 340px;
	height: 280px;
	margin:15px;
}
.fscreen_video a{
	display: block;
	position: relative;
}
.fscreen_video a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/play.png) no-repeat center rgba(0,0,0,.37);
}
.fscreen_video a:hover:before{
	opacity: .8;
}
.fscreen_video a img{
	display: block;
	width: 100%;
	height: auto;
}
.fscreen_video__info__desc{
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}
.fsrcreen_form{
	position: relative;
    float: right;
    width: 340px;
    height: 315px;
    border: 1px solid rgb( 76, 162, 0 );
    background-image: -moz-linear-gradient( -90deg, rgb(72,154,0) 0%, rgb(90,191,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(72,154,0) 0%, rgb(90,191,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(72,154,0) 0%, rgb(90,191,0) 100%);
    padding: 20px 30px 0 20px;
}
.fsrcreen_form:before{
    content: '';
    position: absolute;
    top: 34px;
    left: -210px;
    width: 244px;
    height: 272px;
    background: url(img/guy.png) no-repeat;
    z-index: 2;
    background-size: 100%;
}
.fsrcreen_form__heading{
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.fsrcform{
	display: block;
	width: 100%;
	margin:20px;
}
.fsrcform .form_item{
	position: relative;
	margin-bottom: 20px;
}
.fsrcform .form_item label{
	font-size: 14px;
	position: absolute;
	top: 17px;
	left: 20px;
}
.fsrcform input{
    display: block;
    width: 260px;
    margin: 20px;
    margin:0;
}
.fsrcform input[type="text"]{
	font-size: 14px;
    background-color: #fff;
    border: none;
    padding: 15px;
}
.fsrcform input[type="submit"]{
	font-family: 'pf_regular', Helvetica, Arial;
	font-size: 48px;
	color: #fff;
	border:none;
	border-radius: 10px;
	text-transform: uppercase;
	background-color: #448ccb;
	transition:.2s ease;
	-webkit-transition:.2s ease;
}
.fsrcform input[type="submit"]:hover{
	transform:scale(.95);
}
.fscreensuccess{
	display: none;
	position: absolute;
    top: 88px;
    left: 40px;
    width: 260px;
    height: 116px;
    background-image: -moz-linear-gradient( -90deg, rgb(72,154,0) 0%, rgb(90,191,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(72,154,0) 0%, rgb(90,191,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(72,154,0) 0%, rgb(90,191,0) 100%);
    color: #fff;
    padding: 45px 7px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
/* -------------------------------------------------------------- photos -------------------------------------------------------------- */
.photos{
	margin:45px 0 25px 0;
	text-align: center;
}
.photos h2{
	margin-top: -20px;
}
.objslide{
	display: inline-block;
	vertical-align: top;
	width: 191px !important;
	height: 195px;
}
.objslide img{
	width: 100% !important;
}
.objslide.bx-clone{
	display: none;
}
.bx-wrapper{
	width: 100%;
	max-width: 100% !important;
	margin:0;
	padding: 0 60px 0 65px;
	background-color: #fff;
}
.bx-wrapper .bx-pager{
	display: none;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-prev:hover{background: url(img/sprt.png) no-repeat -13px -91px;}
.bx-wrapper .bx-next,.bx-wrapper .bx-next:hover{background: url(img/sprt.png) no-repeat -13px -151px;}
#cboxContent{
	position: relative;
}
#cboxClose,
#cboxClose:hover{
    top: 56px;
    right: 1px;
    background: #fff url(img/cb_close.png) no-repeat 1px;
    background-size: 100%;
}
/* -------------------------------------------------------------- gruzmover -------------------------------------------------------------- */
.gruzmover_text{
	width: 675px;
	font-size: 14px;
	margin-bottom: 25px;
	text-align: center;
}
.scheme{
	padding: 20px 0 20px 0;
}
.grey_scheme{background-color: #f3f3f3;}
.green_scheme{background-color: #f8fff2;}
.scheme_steps{
	text-align: center;
}
.scheme_step{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 140px;
}
.green_scheme .scheme_step{
	width: 120px;
}
.scheme_step__text{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.green_scheme .scheme_step .scheme_step__text{
	padding: 0 10px;
	text-align: center;
}
.scheme_step__arrow{
    display: inline-block;
    vertical-align: middle;
    top: 35px;
    width: 21px;
    height: 23px;
    background: url(img/sprt.png) no-repeat -25px -227px;
    margin-top: 33px;
}
.green_scheme .scheme_step__arrow{
	background: url(img/sprt.png) no-repeat -25px -276px;
	margin:33px -20px 0 -20px;
}
/* -------------------------------------------------------------- services -------------------------------------------------------------- */
.services{
	margin-top: 35px;
}
.services_add_text{
	font-size: 14px;
	text-align: center;
	margin-bottom: 35px;
}
.service{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 282px;
	height: 300px;
	margin: 0 20px 30px 0;
}
.service:nth-child(3n){
	margin-right: 0;
}
.service img{
	max-width: 100%;
	height: auto;
}
.service_info{
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.78);
    height: 90px;
    padding: 15px 20px 0 30px;
}
.service_title{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.service_desc{
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.service_button{
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #448ccb;
    width: 200px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    margin: 22px auto 0 auto;
    transition:.2s ease;
    -webkit-transition:.2s ease;
    cursor: pointer;
}
.service_button:hover{
	transform:scale(.95);
}
/* -------------------------------------------------------------- examples -------------------------------------------------------------- */
.examples{
	margin-top: 35px;
}
.examples_add_text{
	width: 530px;
	margin:0 auto;
	text-align: center;
	font-size: 14px;
	margin-bottom: 35px;
}
.examp_green_button{
	display: block;
	margin:20px auto;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 380px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid rgb( 76, 162, 0 );
	background-image: -moz-linear-gradient( 90deg, rgb(49,106,0) 0%, rgb(73,157,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(49,106,0) 0%, rgb(73,157,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(49,106,0) 0%, rgb(73,157,0) 100%);
	color: #fff;
	transition:.2s ease;
	-webkit-transition:.2s ease;
	cursor: pointer;
}
.examp_green_button:hover{
	transform:scale(.95);
}
.examp_green_button_desc{
	font-size: 14px;
	text-align: center;
}
.exdoc{
	display: block;
	background-color: #f5f5f5;
	border:1px solid #e1e1e1;
	padding: 25px 50px;
	margin-bottom: 20px;
}
.exdoc__title{
	position: relative;
	cursor: pointer;
	font-size: 24px;
}
.exdoc__title:after{
    content: '';
    position: absolute;
    top: -10px;
    right: -30px;
    width: 50px;
    height: 50px;
    background: url(img/sprt.png) no-repeat -9px -537px;
}
.exdoc.active .exdoc__title:after{
	background: url(img/sprt.png) no-repeat -9px -449px;
}
.exdoc__title:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 44px;
    background: url(img/sprt.png) no-repeat -20px -340px;
    margin: -5px 20px 0 0;
}
.exdoc__content{
	display: none;
	margin-top: 20px;
	padding-left: 50px;
}
.exdoc.active .exdoc__content{
	display: block;
}
.exdoc__content b{
	display: block;
	margin-bottom: 5px;
}
.exdoc__content p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
}
.exdoc__total{
	margin-top: 15px;
	font-size: 24px;
}
/* -------------------------------------------------------------- reviews -------------------------------------------------------------- */
.reviews{
	margin-top: 35px;
	padding-top: 20px;
	height: 420px;
	background: url(img/rev_bg.jpg) repeat-x;
}
.reviews h2{
	color: #fff;
}
/* -------------------------------------------------------------- why -------------------------------------------------------------- */
.why{
	margin-top: 40px;
}
.why h2{
	margin-bottom: 30px;
}
.why_left{
	float: left;
	width: 360px;
}
.why_right{
	float: right;
	width: 360px;
}
.why_item{
    display: block;
    margin-bottom: 30px;
    height: 75px;
    overflow: hidden;
}
.why_item__title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.why_item__desc{
	font-size: 14px;
	line-height: 18px;
}
.become_client_button{
	display: block;
	width: 320px;
	height: 60px;
	font-family: 'pf_regular', Helvetica, Arial;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	background-color: #316a00;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
	margin:0 auto;
	transition:.2s ease;
	-webkit-transition:.2s ease;
	cursor: pointer;
}
.become_client_button:hover{
	transform:scale(.95);
}
/* -------------------------------------------------------------- contacts -------------------------------------------------------------- */
.contacts{
	margin-top: 35px;
	padding:35px 0;
	background-color: #ebebeb;
}
.contact_item{
	width: 500px;
	margin:0 auto;
	font-size: 16px;
	margin-bottom: 5px;
}
.contacts__yamap{
	margin-top: 45px;
}
/* -------------------------------------------------------------- modal forms -------------------------------------------------------------- */
.modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(255,255,255,.7);
}
.modal_wf{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 560px;
	height: 315px;
	margin:-150px 0 0 -280px;
	padding: 15px 30px;
	z-index: 9999999;
	background-color: #fff;
	border:1px solid #e1e1e1;
	font-family: 'din_alternatebold', Arial;
}
.modal_wf .form_item{
	position: relative;
}
.modal_wf .form_item label{
    font-size: 14px;
    position: absolute;
    top: 13px;
    left: 15px;
    font-family: 'PT Sans', Arial;
}
.modal_wf_heading,
.success_message p{
    font-family: 'pf_regular', Helvetica, Arial;
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 300;
}
.modal_wf input[type="text"],
.modal_wf textarea{
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-family: 'PT Sans', Arial;
	font-size: 14px;
	margin-bottom: 7px;
	border: none;
	border:1px solid #cccccc;
}
.radioitems{
	text-align: center;
	padding: 20px 0;
}
.radioitem{
	display: inline-block;
	vertical-align: top;
	margin:0 20px;
}
.radioitem input,
.radioitem label{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
}
.modal_wf input.error{
	background-color: #ffdfdf;
	transition:.2s ease;
}
.modal_wf input[type="submit"]{
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 20px auto 0 auto;
    font-family: 'pf_regular', Arial;
    background-color: #448ccb;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    margin-top: 10px;
    transition:.2s ease;
	-webkit-transition:.2s ease;
}
.modal_wf input[type="submit"]:hover{
	transform:scale(.95);
}
.modal_wf_close{
    position: absolute;
    top: -21px;
    right: -19px;
    font-size: 22px;
    color: rgba(255,255,255,.8);
    cursor: pointer;
    background: url(img/sprt.png) no-repeat -15px -657px;
    font-size: 0;
    width: 40px;
    height: 40px;
}
.success_message p{
	margin-top: 125px;
    font-size: 40px;
}
#cboxOverlay{
	z-index: 99999;
}
#colorbox{
	z-index: 100000;
}