@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/9202.eot');
    src: url('../fonts/9202.eot') format('embedded-opentype'),
         url('../fonts/9202.woff2') format('woff2'),
         url('../fonts/9202.woff') format('woff'),
         url('../fonts/9202.ttf') format('truetype'),
         url('../fonts/9202.svg#9202') format('svg');
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/9206.eot');
    src: url('../fonts/9206.eot') format('embedded-opentype'),
         url('../fonts/9206.woff2') format('woff2'),
         url('../fonts/9206.woff') format('woff'),
         url('../fonts/9206.ttf') format('truetype'),
         url('../fonts/9206.svg#9206') format('svg');
}
@font-face {
    font-family: 'HeilosCondBold';
    src: url('../fonts/10051.eot');
    src: url('../fonts/10051.eot') format('embedded-opentype'),
         url('../fonts/10051.woff2') format('woff2'),
         url('../fonts/10051.woff') format('woff'),
         url('../fonts/10051.ttf') format('truetype'),
         url('../fonts/10051.svg#10051') format('svg');
}
@font-face {
    font-family: 'HeliosCond';
    src: url('../fonts/HeliosCond.eot');
    src: url('../fonts/HeliosCond.eot') format('embedded-opentype'),
         url('../fonts/HeliosCond.woff2') format('woff2'),
         url('../onts/HeliosCond.woff') format('woff'),
         url('../fonts/HeliosCond.ttf') format('truetype'),
         url('../fonts/HeliosCond.svg#HeliosCond') format('svg');
}


.header{
	width:100%;
	background: #fbfbfb url('../images/bg-header.jpg') no-repeat top center;
	padding:32px 0 72px 0;
}
.header__logo{
	width:300px;
	display: block;
	margin:34px 0 0 0;
	background: url('../images/logo.png') no-repeat left top;
	padding:39px 0 0 69px;
	font-size:14px;
	color:#a2a2a2;
	font-family: 'Helvetica';
	line-height: 140%;
	text-decoration: none;
	letter-spacing: .4px;
}
.header__logo:hover{
	text-decoration: none;
	color:#a2a2a2;
}
.header__contact{
	width:200px;
	text-align: right;
	float:right;
}
.header__contact .email{
	font-size:12px;
	color:#0169b0;
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .4px;
	padding-right:5px;
}
.header__contact .email:hover{
	text-decoration: none;
}
.header__contact .phone{
	font-size:22px;
	color:#333;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	background: url('../images/iconPhone.png') no-repeat 1px 10px;
	margin:15px 0 0 0;
	line-height: 140%;
	letter-spacing: .4px;
}
.header__contact .phone span{
	font-size:15px;
	color:#b4b4b4;
}
.header__contact .adres{
	font-size:13px;
	color:#a2a2a2;
	font-family: 'Helvetica';
	background: url('../images/iconAdres.png') no-repeat 1px top;
	margin:9px 0 0 0;
	padding:4px 0;
	letter-spacing: .4px;
}
.topmenu{
	width:100%;
	background: #0169b0;
	padding:18px 0 19px 0;
}
.topmenu ul{
	margin:0;
	padding:0;
}
.topmenu ul li{
	display: inline-block;
	margin-right:38px;
    position: relative;
}
.topmenu ul li a{
	text-decoration: none;
	color:#fff;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.topmenu ul li a:hover{
	text-decoration: underline;
}
.topmenu ul li ul{
    display: none;
    padding:10px;
    background: #0169b0;
    top:18px;
    left:-10px;
    position: absolute;
    z-index:11;
    min-width:250px;

}
.topmenu ul li ul li{
    margin:14px 0 0 0;
    width:100%;
}
.topmenu ul li:hover ul{
    display: block;
}
.topmenu form > button{
	background: url('../images/iconLupa.png') no-repeat;
	border:none;
	width:18px;
	height:18px;
	cursor: pointer;
	float:right;
}
/* Сброс стилей для поля ввода в браузерах webkit */
input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; /* Удаляем иконку поиска и сброса */
}

/* Поле ввода строки поиска */
input[type=search] {
    background: url('../images/iconLupa.png') no-repeat center center;
    float:right;
    border:none;
    
    width: 55px;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;

    border-color: #6dcff6;
    background: #fff url(../images/iconLupa.png) no-repeat left center;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Заполнитель */
input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

/* Демо B */
#demo-b input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: #000;
    font-size:15px;
    cursor: pointer;

}
#demo-b input[type=search]:hover {

}
#demo-b input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
#demo-b input::-webkit-input-placeholder {
    color: transparent;
}


.about{
	padding:55px 0 0 0;
}
.about img{
	margin-left: -36px;
}
.about__wrap{
	padding-left: 70px;
}
.about__wrap .title{
	margin:0 0 15px 0;
	font-family: 'HeilosCondBold';
	font-size:26px;
	color:#333;
	display: inline-block;
}
.about__wrap p{
	margin:27px 0 0 0;
	line-height: 150%;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	font-size:14px;
	color:#333;
}
.about__wrap p b{
	font-family: 'HelveticaBold';
}

.service{
	padding:60px 0 66px 0;
	background: #f9f9f9;
	width:100%;
}
.service .title{
	margin:0;
	font-family: 'HeilosCondBold';
	font-size:26px;
	color:#333;
	display: inline-block;
	padding:0 10px;
	letter-spacing: .8px;
}
.service__all{
	float:right;
	text-decoration: none;
	font-size:14px;
	padding-right:31px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: .3px;
	margin:11px 0 0 0;
	background: url('../images/arrRight.png') no-repeat right 5px;
}
.service__all:hover{
	text-decoration: underline;
	color:#333;
}
.service__caption{
	font-size:16px;
	margin:32px 0 0 0;
	color:#b4b4b4;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	padding:0 10px;
}
.service__item{
	display: block;
	margin:15px 0 0 0;
}
.service__item div{
	width:100%;
	height:120px;
	vertical-align: middle;
	font-size:16px;
	color:#333;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	padding:0 50px 0 100px;
	display: table-cell;
	box-shadow: 0 0 10px rgba(20,20,20,0.1);
	transition:.1s;
}
.service__item:hover{
	text-decoration: none;
}
.service__item div:hover{
	text-decoration: none;
	color:#fff;
	box-shadow: none;
}
.service__item div.item-1{
	background: #fff url('../images/icon-1.png') no-repeat 21px 37px;
}
.service__item div.item-1:hover{
	background: #0169b0 url('../images/icon-1-hov.png') no-repeat 21px 37px;
}
.item-2{
	background: #fff url('../images/icon-2.png') no-repeat 21px 37px;
}
.item-2:hover{
	background: #0169b0 url('../images/icon-2-hov.png') no-repeat 21px 37px;
}
.item-3{
	background: #fff url('../images/icon-3.png') no-repeat 21px 37px;
}
.item-3:hover{
	background: #0169b0 url('../images/icon-3-hov.png') no-repeat 21px 37px;
}
.item-4{
	background: #fff url('../images/icon-4.png') no-repeat 21px 37px;
}
.item-4:hover{
	background: #0169b0 url('../images/icon-4-hov.png') no-repeat 21px 37px;
}
.item-5{
	background: #fff url('../images/icon-5.png') no-repeat 21px 37px;
}
.item-5:hover{
	background: #0169b0 url('../images/icon-5-hov.png') no-repeat 21px 37px;
}
.item-6{
	background: #fff url('../images/icon-6.png') no-repeat 21px 37px;
}
.item-6:hover{
	background: #0169b0 url('../images/icon-6-hov.png') no-repeat 21px 37px;
}
.item-7{
	background: #fff url('../images/icon-7.png') no-repeat 21px 37px;
}
.item-7:hover{
	background: #0169b0 url('../images/icon-7-hov.png') no-repeat 21px 37px;
}
.item-8{
	background: #fff url('../images/icon-8.png') no-repeat 21px 37px;
}
.item-8:hover{
	background: #0169b0 url('../images/icon-8-hov.png') no-repeat 21px 37px;
}

.preim{
	padding:44px 0 84px 0;
}
.preim__title{
	font-size:22px;
	color:#333;
	margin:0 0 5px 0;
	display: inline-block;
	font-family: 'HeilosCondBold';
	text-transform: uppercase;
	padding:0 10px;
	letter-spacing: .7px;
}
.preim__item{
	margin:32px 0 0 0;
}
.preim__item:nth-child(1) .name{
	background: url('../images/ic-1.jpg') no-repeat left 4px;
}
.preim__item:nth-child(2) .name{
	background: url('../images/ic-2.jpg') no-repeat left 4px;
}
.preim__item:nth-child(3) .name{
	background: url('../images/ic-3.jpg') no-repeat left 4px;
}
.preim__item:nth-child(4) .name{
	background: url('../images/ic-4.jpg') no-repeat left 4px;
}
.preim__item:nth-child(5) .name{
	background: url('../images/ic-5.jpg') no-repeat left 4px;
}
.preim__item:nth-child(6) .name{
	background: url('../images/ic-6.jpg') no-repeat left 4px;
}
.preim__item .num{
	border:1px solid #d3d3d3;
	border-radius: 50%;
	width:24px;
	padding:4px 0;
	text-align: center;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	line-height: 100%;
	vertical-align: top;
	margin:4px 27px 0 0;
}
.preim__item .name{
	display: inline-block;
	padding-left:57px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 140%;
	font-size:16px;
	color:#333;
	letter-spacing: .3px;
}
.preim__item .name span{
	font-size:14px;
	color:#707070;
	font-weight: 400;
}


.portfolio{
	width:100%;
	background: #0169b0;
	padding:42px 0 55px 0;
}
.portfolio__title{
	font-size:26px;
	color:#fff;
	font-family: 'HeilosCondBold';
	margin:0 0 24px 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .8px;
}
.portfolio__all{
	float:right;
	text-decoration: none;
	font-size:14px;
	padding-right:25px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: .3px;
	margin:20px 4px 0 0;
	background: url('../images/arrR.png') no-repeat right 5px;
}
.portfolio__all:hover{
	text-decoration: underline;
	color:#fff;
}
.swiper-container{
	margin:34px 0 0 0;
}
.swiper-slide{
	padding:0 10px;
	height:180px;
}
.swiper-slide img{
	max-width:100%;
	height:180px;
}
.swiper-photo{
	position: relative;
}
.swiper-photo:hover .zoom{
	display: block;
	text-decoration: none;
	color:#fff;
	transition:.3s;
}
.zoom{
	width: 100%;
	height:180px;
	background: rgba(0,0,0,0.8) url('../images/iconZoom.png') no-repeat right top;
	padding:77px 100px 0 37px;
	text-decoration: none;
	font-size:15px;
	color:#fff;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  top:auto;
  width: 36px;
  height: 36px;
  z-index: 10;
  cursor: pointer;
  transition: .3s;
}
.swiper-button-prev{
	background: url('../images/arr-hov.png') no-repeat 0 0;
	left:444px;
}
.swiper-button-prev:hover{
	background: url('../images/arr.png') no-repeat 0 0;
}
.swiper-button-next{
	background: url('../images/arr.png') no-repeat -36px 0;
	right:444px;
}
.swiper-button-next:hover{
	background: url('../images/arr-hov.png') no-repeat -36px 0;
}

.reviews{
	padding:61px 0 48px 0;
	background: #f9f9f9;
	width:100%;
}
.reviews__title{
	font-size:26px;
	color:#333;
	font-family: 'HeilosCondBold';
	margin:0 0 24px 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .8px;
}
.reviews__all{
	float:right;
	text-decoration: none;
	font-size:14px;
	padding-right:25px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: .3px;
	margin:8px 0 0 0;
	background: url('../images/arrRight.png') no-repeat right 5px;
}
.reviews__all:hover{
	text-decoration: underline;
	color:#333;
}
.swiper__reviews-container{
	margin:40px 0 0 0;
}
.rev__item{
	padding-right: 40px;
}
.rev__item .photo{
	float:left;
	margin:0 30px 36px 0;
	width:70px;
	position: relative;
}
.rev__item .photo img{
	width:70px;
	height:70px;
	border-radius: 50%;
}
.rev__item p.rev{
	font-size:14px;
	color:#6c6c6c;
	margin:0;
	font-style: italic;
	font-family: 'Helvetica';
	letter-spacing: .5px;
	height:117px;
	overflow: hidden;
	line-height: 150%;
}
.rev__item p.name{
	padding:0 0 0 73px;
	margin:8px 0 0 26px;
	text-transform: uppercase;
	font-size:13px;
	letter-spacing: .5px;
	font-family: 'HelveticaBold';
	background: url('../images/bg-rev.png') no-repeat left 2px;
}
.l-vk{
	width:32px;
	height:32px;
	background: url('../images/vk.png') no-repeat;
	top:55px;
	left:19px;
	cursor: pointer;
	position: absolute;
}
.swiper__reviews-button-prev,
.swiper__reviews-button-next {
  position: absolute;
  bottom: 0;
  top:auto;
  width: 36px;
  height: 36px;
  z-index: 10;
  cursor: pointer;
}
.swiper__reviews-button-prev{
	background: url('../images/arrRev-hov.png') no-repeat 0 0;
	left:444px;
}
.swiper__reviews-button-prev:hover{
	background: url('../images/arrRev.png') no-repeat 0 0;
}
.swiper__reviews-button-next{
	background: url('../images/arrRev.png') no-repeat -36px 0;
	right:444px;
}
.swiper__reviews-button-next:hover{
	background: url('../images/arrRev-hov.png') no-repeat -36px 0;
}


.news{
	padding:60px 0 80px 0;
	background: #f1f1f1;
}
.news__title{
	font-size:26px;
	color:#333;
	font-family: 'HeilosCondBold';
	margin:0 0 24px 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .8px;
}
.news__all{
	float:right;
	text-decoration: none;
	font-size:14px;
	padding-right:25px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: .3px;
	margin:8px 0 0 0;
	background: url('../images/arrRight.png') no-repeat right 5px;
}
.news__all:hover{
	text-decoration: underline;
	color:#333;
}
.news__item{
	position: relative;
	margin:17px 0 0 0;
	padding:16px 0 0 0;
}
.news__item a:hover{
	text-decoration: none;
}
.news__item-date{
	position: absolute;
	width:46px;
	top:0;
	left:4px;
	text-align: center;
	padding:7px 0 5px 0;
	font-size:17px;
	color:#fff;
	font-family: 'HeilosCondBold';
	background: #0169b0;
	line-height: 100%;
}
.news__item-date span{
	font-size:11px;
	display: block;
	width:100%;
	text-transform: uppercase;
}
.news__item-body{
	height:184px;
	width:100%;
	background: #fff;
	padding:66px 25px 0 30px;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	overflow: hidden;
	font-size:15px;
	color:#333;
	line-height: 150%;
	transition:.3s;
}
.news__item-body:hover{
	background: #077fd1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color:#fff;
	text-decoration: none;
}

.bottom{
	padding:40px 0 88px 0;
	width:100%;
	border-bottom:1px solid #f1f1f1;
}
.bottom_title{
	margin:30px 0 0 0;
	font-size:20px;
	color:#333;
	font-family: 'HeilosCondBold';
	padding:3px 0 6px 68px;
	display: inline-block;
	letter-spacing: .6px;
}
.law{
	background: url('../images/i-1.png') no-repeat left top;
}
.org{
	background: url('../images/i-2.png') no-repeat left top;
}
.art{
	background: url('../images/i-3.png') no-repeat left top;
}
.bottom ul{
	padding:37px 0 0 0;
	margin:0;
}
.bottom ul li{
	margin:23px 0 0 0;
	padding:0 0 27px 0;
	border-bottom:1px solid #e8e8e8;
	transition:.1s;
}
.bottom ul li:last-child{
	border:none;
}
.bottom ul li:last-child:hover{
	border:none;
	padding:0 0 27px 0;
}
.bottom ul li:hover{
	padding:0 0 26px 0;
	border-bottom:2px solid #0169b0;
}
.bottom ul li a{
	text-decoration: none;
	color:#333;
	font-size:14px;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	line-height: 150%;

}
.bottom ul li a:hover{
	color:#0169b0;
}
.bottom .all{
	margin:14px 0 0 0;
	display: inline-block;
	padding-right:14px;
	font-size:13px;
	color:#c6c6c6;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	text-decoration: underline;
	background: url('../images/arrG.png') no-repeat right 6px;
}
.bottom .all:hover{
	text-decoration: none;
	color:#0169b0;
}

.footer{
	width:100%;
	background: url('../images/bg-footer.jpg') no-repeat top center;
	padding:22px 0;
}
.soc{
	font-size:0;
	text-align: left;
}
.soc a{
	width:32px;
	height:32px;
	margin-right:17px;
	display: inline-block;
}
.vk{
	background: url('../images/soc.jpg') no-repeat 0 0;
}
.face{
	background: url('../images/soc.jpg') no-repeat -49px 0;
}
.twit{
	background: url('../images/soc.jpg') no-repeat -99px 0;
}
.ok{
	background: url('../images/soc.jpg') no-repeat -148px 0;
}
.g{
	background: url('../images/soc.jpg') no-repeat -199px 0;
}
.jj{
	background: url('../images/soc.jpg') no-repeat -247px 0;
}
.mail{
	background: url('../images/soc.jpg') no-repeat -296px 0;
}
.footer .copy{
	margin:24px 0 0 0;
	font-size:13px;
	color:#8a8a8a;
	font-family: 'Helvetica';
	letter-spacing: .4px;
}
.footer__contact .email{
	font-size:12px;
	color:#0169b0;
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .4px;
	padding:14px 0 0 0;
	display: inline-block;
	vertical-align: top;
}
.footer__contact .email:hover{
	text-decoration: none;
}
.footer__contact .phone{
	font-size:15px;
	color:#333;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	background: url('../images/iconPhone.png') no-repeat 1px top;
	margin:6px 0 0 46px;
	line-height: 190%;
	letter-spacing: .4px;
	display: inline-block;
	vertical-align: top;
	padding:0 0 0 50px;
}
.footer__contact .phone span{
	font-size:15px;
	color:#b4b4b4;
}
.footer__contact .adres{
	font-size:13px;
	color:#a2a2a2;
	font-family: 'Helvetica';
	background: url('../images/iconAdres.png') no-repeat 1px top;
	margin:6px 0 0 50px;
	padding:4px 0;
	display: inline-block;
	letter-spacing: .4px;
	padding:0 0 0 46px;
}


.inner{
	padding:30px 0 60px 0;
}
.inner-gallery{
	padding:30px 0 123px 0;
	border-bottom:1px solid #eaeaea;
	width:100%;
}
.inner-gallery .content{
	padding:12px 0 0 0;
}
.bread{
	padding:5px 10px 0 10px;
}
.bread a{
	font-size:13px;
	color:#aaa;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	display: inline-block;
	margin-right:9px;
	padding-left:20px;
	background: url('../images/stra.png') no-repeat left 5px;
}
.bread a:first-child{
	background: none;
	padding:0;
}
.bread span{
	font-size:13px;
	color:#333;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	display: inline-block;
	padding-left:16px;
	background: url('../images/strspan.png') no-repeat left 5px;
}
.content{
	padding:12px 37px 0 0;
}
.content h1{
	margin:23px 0 0 0;
	text-transform: uppercase;
	color:#333;
	font-size:26px;
	font-family: 'HeilosCondBold';
	letter-spacing: .7px;
	display: inline-block;
}
.content h2{
	margin:21px 0 8px 0;
	text-transform: uppercase;
	color:#333;
	font-size:23px;
	font-family: 'HeilosCondBold';
	letter-spacing: .6px;
	display: inline-block;
}
.content h3{
	margin:43px 0 0 0;
	text-transform: uppercase;
	color:#333;
	font-size:20px;
	font-family: 'HeilosCondBold';
	letter-spacing: .6px;
}
.content p{
    margin:21px 0 0 0;
    line-height: 150%;
    color:#535353;
    font-size:14px;
    font-family: 'Helvetica';
    letter-spacing: .4px;
}
.content table{
    margin:21px 0 0 0;
    line-height: 150%;
    color:#535353;
    font-size:14px;
    font-family: 'Helvetica';
    letter-spacing: .4px;
}
.content p b{
	font-family: 'HelveticaBold';
}
.content ol{
	counter-reset: myCounter;
	padding:10px 0 0 4px;
}
.content ol li{
	list-style: none;
	margin:16px 0 0 0;
	font-size:14px;
	color:#333;
	font-family: 'Helvetica';
	letter-spacing: .4px;
}
.content ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #fff;
	font-size:14px;
	background: #0169b0;
	display: inline-block;
	text-align: center;
	margin: 0 30px 0 0 ;
	width: 32px;
	height: 32px;
	padding:6px 0 0 0;
	font-family: 'HelveticaBold';
	border-radius: 50%;
}
.service-block{
	padding:10px 0 0 0;
}
.serv__list{
	padding:35px 0 0 0;
}
.serv__list .row{
	padding:37px 0 40px 0;
	border-bottom:1px solid #ebebeb;
}
.serv__list .row:last-child{
	border:none;
}
.serv__list .serv__item:nth-child(2){
	padding-left: 54px;
}
.serv__item:hover .name{
	color:#0169b0;
}
.serv__body{
	padding:0 30px 0 70px;
	min-height:40px;
}
.serv__body p{
	margin:8px 0 0 0;
	color:#676767;
	font-size:13px;
	font-family: 'Helvetica';
	letter-spacing: .4px;
}
.serv__body p a{
	text-decoration: underline;
	color:#0169b0;
}
.serv__body p a:hover{
	text-decoration: none;
}
.serv__body .name{
	font-size:15px;
	color:#333;
	font-family: 'HelveticaBold';
	letter-spacing: .5px;
	margin:0;
}
.serv-1{
	background: url('../images/serv-1.png') no-repeat left top;
}
.serv-1:hover{
	background: url('../images/serv-1-hov.png') no-repeat left top;
}
.serv-2{
	background: url('../images/serv-2.png') no-repeat left top;
}
.serv-2:hover{
	background: url('../images/serv-2-hov.png') no-repeat left top;
}
.serv-3{
	background: url('../images/serv-3.png') no-repeat left top;
}
.serv-3:hover{
	background: url('../images/serv-3-hov.png') no-repeat left top;
}
.serv-4{
	background: url('../images/serv-4.png') no-repeat left 2px;
}
.serv-4:hover{
	background: url('../images/serv-4-hov.png') no-repeat left 2px;
}
.faq-block{
	width:100%;
	margin:28px 0 36px 0;
	display: block;
	background: #0169b0 url('../images/iconQues.jpg') no-repeat left top;
}
.faq-block p{
	font-size:15px;
	color:#fff;
	font-family: 'HelveticaBold';
	letter-spacing: 1.1px;
	margin:0;
	line-height: 150%;
}
.faq-block a{
	display: block;
	width:100%;
	position: relative;
	padding:27px 0 27px 138px;
}
.faq-block a::after{
	content:'';
	right:30px;
	top:30px;
	width:38px;
	height:38px;
	background: url('../images/str.png') no-repeat;
	position: absolute;
}
.faq-block span{
	font-size:14px;
	color:#ddd;
	font-family: 'Helvetica';
	letter-spacing: .4px;
}
.plan{
	padding:7px 0 36px 0;
}

.result-block{
	padding:70px 0 0 0;
}
.result-block .title{
	font-size:20px;
	color:#333;
	margin:0 0 17px 0;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'HeilosCondBold';
	letter-spacing: .6px;
}
.result-block .preim__item{
	margin:19px 0 0 0;
}
.result-block .preim__item:nth-child(1) .name{
	background: url('../images/icons.jpg') no-repeat left 4px;
}
.result-block .preim__item:nth-child(2) .name{
	background: url('../images/icons.jpg') no-repeat left -52px;
}
.result-block .preim__item:nth-child(3) .name{
	background: url('../images/icons.jpg') no-repeat left -105px;
}
.result-block .preim__item:nth-child(4) .name{
	background: url('../images/icons.jpg') no-repeat left -160px;
}
.result-block .preim__item:nth-child(5) .name{
	background: url('../images/icons.jpg') no-repeat left -215px;
}
.content .preim__item .name{
	padding:8px 0 8px 57px;
	font-weight: 400;
	font-size:14px;
	margin:0;
	letter-spacing: .5px;
}
.result-block .preim__item .name span{
	font-size:14px;
	color:#333;
	font-weight: 700;
}

.form-block{
	padding:44px 0 52px 0;
	background: url('../images/bg-form.jpg') no-repeat top center;
	background-size: cover;
}
.form-block p{
	padding: 0 10px;
	margin:20px 0 0 0;
	font-size:14px;
	color:#d4d4d4;
	font-family: 'Helvetica';
	letter-spacing: .95px;
}
.form-block p.title{
	margin:0;
	text-transform: uppercase;
	color:#fff;
	font-size:20px;
	font-family: 'HeilosCondBold';
	letter-spacing: .6px;
}
.form-block form{
	padding:27px 0 0 0;
}
.form-block form input{
	width:100%;
	height:51px;
	border-radius: 25px;
	padding-left: 28px;
	font-size:13px;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	outline: none;
	margin:17px 0 0 0;
	border:none;
}

.form-block form input::-webkit-input-placeholder { 
	color:#adadad;
	font-size:13px;
	font-family: 'Helvetica';
	letter-spacing: .4px;
}
.form-block form input:-moz-placeholder { 
	color:#adadad; 
	font-size:13px; 
	font-family: 'Helvetica';
	letter-spacing: .4px;
}
.form-block form button{
	width:100%;
	height:51px;
	background: #0169b0;
	border:none;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	font-family: 'HelveticaBold';
	letter-spacing: .4px;
	color:#fff;
	font-size:13px;
	margin:17px 0 0 0;
}

.form-block p.att{
	margin:35px 0 0 0;
	padding:0 0 0 30px;
	color:#d4d4d4;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	font-size:13px;
	background: url('../images/iconLock.png') no-repeat  left top;
}

.filter{
	padding:80px 0 0 0;
}
.filter p{
	display: inline-block;
	font-size:13px;
	color:#333;
	vertical-align: top;
	font-family: 'HeliosCond';
	text-transform: uppercase;
	margin:0 20px 0 0;
}
.filter .block{
	margin-right:50px;
	display: inline-block;
	font-size:13px;
	color:#adadad;
	font-family: 'HeliosCond';
	vertical-align: top;
}
.filter .block a{
	padding:7px 6px 6px 6px;
	text-decoration: none;
	text-transform: uppercase;
	color:#adadad;
	font-size:13px;
	font-family: 'HeliosCond';
	letter-spacing: .5px;
}
.filter .block a:hover{
	text-decoration: underline;
}
.filter .block a.active{
	color:#0169b0;
	background: #e8e8e8;
}
.filter .block a.active:hover{
	text-decoration: none;
}
.pages{
	padding:70px 0 0 0;
	font-size:0;
	text-align: center;
}
.pages a{
	display: inline-block;
	margin:0 5px;
	padding: 8px 0 9px 0;
	width:35px;
	text-decoration: none;
	vertical-align: top;
	background: #e3e3e3;
	border-radius: 50%;
	font-size:13px;
	color:#535353;
	font-family: 'HeliosCond';
	text-align: center;
}
.pages a:hover{
	color:#fff;
	background: #0169b0;
}
.pages a.active{
	color:#fff;
	background: #0169b0;
}
.pages a.prev{
	margin:12px 25px 0 0;
	background: url('../images/arr_pag.png') no-repeat 0 0;
	width:14px;
	height:11px;
}
.pages a.prev:hover{
	background: url('../images/arr_pag-hov.png') no-repeat 0 0;
}
.pages a.next{
	margin:12px 0 0 25px;
	background: url('../images/arr_pag-hov.png') no-repeat -13px 0;
	width:14px;
	height:11px;
}
.pages a.next:hover{
	background: url('../images/arr_pag.png') no-repeat -13px 0;
}

.gallery-list{
	padding:12px 0 0 0;
	margin:14px 0 0 0;
	border-top:1px solid #eaeaea;
}
.gallery__item{
	margin:49px 0 0 0;
}
.gallery__item .photo{
	width:100%;
	height:192px;
	border:2px solid #0169b0;
	position: relative;
}
.gallery__item .photo .zoom{
	width:39px;
	height:40px;
	position: absolute;
	left:auto;
	top:auto;
	padding:0;
	right:0;
	bottom:0;
	background: url('../images/lupa.jpg') no-repeat;
	display: none;
}
.gallery__item .photo:hover .zoom{
	display: block;
}
.gallery__item .photo img{
	max-width:100%;
	max-height:188px;
}
.gallery__item .name{
	height: 70px;
	overflow: hidden;
	padding:15px 0 0 13px;
	font-size:14px;
	color:#333;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	margin:0;
}
.gallery__item .flat{
	padding:17px 0;
	text-align: center;
	font-size:0;
	margin:7px 0 0 0;
	border:1px solid #f2f2f2;
	display: inline-block;
	width:100%;
}
.gallery__item .flat p{
	display: inline-block;
	margin:0 8px;
	font-size:13px;
	color:#333;
	font-family: 'HeilosCondBold';
	letter-spacing: .4px;
	text-transform: uppercase;
}
.gallery__item .count{
	width:92px;
	display: inline-block;
	height:16px;
	background: url('../images/flat.jpg') no-repeat;
	vertical-align: top;
	margin:2px 8px 0 8px;
}
.gallery__item .flat-1{
	width:16px;
	height:16px;
	background: url('../images/flat-act.jpg') repeat-x;
}
.gallery__item .flat-2{
	width:35px;
	height:16px;
	background: url('../images/flat-act.jpg') repeat-x;
}
.gallery__item .flat-3{
	width:54px;
	height:16px;
	background: url('../images/flat-act.jpg') repeat-x;
}
.gallery__item .flat-4{
	width:73px;
	height:16px;
	background: url('../images/flat-act.jpg') repeat-x;
}
.gallery__item .flat-5{
	width:92px;
	height:16px;
	background: url('../images/flat-act.jpg') repeat-x;
}

.sidebar_title{
	margin:45px 0 0 0;
	font-size:20px;
	color:#333;
	font-family: 'HeilosCondBold';
	padding:3px 0 6px 60px;
	display: inline-block;
	letter-spacing: .6px;
}
.sidebar .art{
	padding:0 0 6px 60px;
}
.sidebar__block{
	margin:18px 0;
	background: #f8f8f8;
	width:100%;
	padding:15px 0 37px 0;
}
.sidebar__block ul{
	padding:0;
	margin:0;
}
.sidebar__block  ul li{
	margin:23px 0 0 0;
	padding:0 20px 27px 30px;
	border-bottom:1px solid #e8e8e8;
}
.sidebar__block ul li:last-child{
	border:none;
}
.sidebar__block  ul li:last-child:hover{
	border:none;
	padding:0 20px 27px 30px;
}
.sidebar__block ul li:hover{
	padding:0 20px 26px 30px;
	border-bottom:2px solid #0169b0;
}
.sidebar__block ul li a{
	text-decoration: none;
	color:#333;
	font-size:14px;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	line-height: 150%;
}
.sidebar__block ul li a:hover{
	color:#0169b0;
}
.sidebar .all{
	margin:2px 0 0 32px;
	display: inline-block;
	padding-right:14px;
	font-size:13px;
	color:#c6c6c6;
	font-family: 'Helvetica';
	letter-spacing: .4px;
	text-decoration: underline;
	background: url('../images/arrG.png') no-repeat right 6px;
}
.sidebar .all:hover{
	text-decoration: none;
	color:#c6c6c6;
}

.rev__list{
	padding:1px 23px 50px 33px;
	background: #f8f8f8;
	width:100%;
	margin:25px 0 0 0;
}
.rev__list .all{
	margin:44px 0 0 0;
}
.rev__list-item{
	margin:37px 0 0 0;
}
.rev__list-item p{
	font-style: italic;
	margin:33px 0 0 0;
	font-size:13px;
	color:#6b6b6b;
	line-height:165%;
	letter-spacing: .4px;
}
.rev__list-item .photo{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin:18px 15px 0 0;
	width:35px;
}
.rev__list-item .photo img{
	width:31px;
	height:31px;
	border-radius: 50%;
}
.rev__list-item .photo .icon{
	position: absolute;
	width:9px;
	height:9px;
	right:0;
	top:2px;
	background: url('../images/iconRev.png') no-repeat;
}
.rev__list-item .name{
	margin:27px 0 0 0;
	display: inline-block;
	text-transform: uppercase;
	color:#333;
	font-size:10px;
	font-family: 'HelveticaBold';
	vertical-align: top;
	font-style: normal;
}
.revt{
	background: url('../images/iconReviews.png') no-repeat left top;
	 padding: 0px 0 6px 55px;
}