*{
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

body{
	color:#1E252D;
}

::-webkit-input-placeholder {color:#787878;}
::-moz-placeholder  {color:#787878;}
:-moz-placeholder     {color:#787878;}
:-ms-input-placeholder {color:#787878;}

body, input, select, textarea{
	font-weight:normal;
	font-size:16px;
	font-family:'Roboto';
	line-height:20px;
	border:none;
}

ul{
	list-style:none;
}

a{
	color:#1E252D;
	text-decoration:none;
}

input{
	color:#fff;
	width:100%;
	line-height:60px;
	background:transparent;
}

input[type="text"]:focus, textarea:focus, select:focus{
	color:#1E252D;
	outline:none;
}

input[type="submit"]:focus{
	outline:none;
}

input[type="submit"]:hover, .button:hover{
	cursor:pointer;
}

ul:after,
.clear:after,
.list:after,
section > .container:after{
	content:'';
	display:block;
	clear:both;
}

strong, .bold{
	font-weight:bold;
}

.blue{
	color:#4688FF;
}

.list .item{
	float:left;
}

li{
	float:left;
	list-style:none;
}

li a{
	display:block;
}

.container{
	position:relative;
	margin:auto;
	padding:0 15px;
}

h1, h2, h3{
	font-weight:normal;
}

nav{
	position:relative;
	margin-bottom:35px;
	background-color:#fff;
}

.logo{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:160px;
}

.logo:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:80%;
	height:80%;
	background:url(../images/logo.png) 50% no-repeat;
	background-size:contain;
}

nav .info{
	padding-top:25px;
}

nav .info{
	width:760px;
	margin:auto;
}

nav .info .top{
	height:24px;
	margin-bottom:30px;
}

nav .info .top > div{
	float:left;
}

nav .info .shedule > div{
	float:left;
}

nav .info .shedule > div:first-child{
	position:relative;
	margin-right:30px;
}

nav .info .shedule > div:first-child:after{
	content:'/';
	display:block;
	position:absolute;
	right:-20px;
	bottom:0;
	color:#E2E4EA;
	font-size:12px;
}

nav .info div.address{
	float:right;
}

nav .info .address div{
	float:left;
	margin-right:15px;
}

nav .info .address a{
	color:#4688FF;
}

nav .info .address a:hover{
	text-decoration:underline;
}

.menu{
	display:table;
	margin:auto;
	margin-bottom:20px;
}

.menu > li{
	margin-right:50px;
}

.menu > li:last-child{
	margin-right:0;
}

.menu > li > a{
	font-weight:bold;
	font-size:18px;
}

.menu li:hover > a{
	color:#4688FF;
}

.menu .menu-item-has-children{
	position:relative;
	height:31px;
	margin-right:70px;
}

.menu .menu-item-has-children:after{
	display:block;
	content:'';
	position:absolute;
	top:6px;
	right:-20px;
	width:10px;
	height:10px;
	background:url(../images/down.svg) 50% 50% no-repeat;
	background-size:contain;
	transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}

.menu .menu-item-has-children:hover:after{
	top:40px;
	opacity:0;
}

.menu .sub-menu{
	position:absolute;
	top:30px;
	left:-30px;
	width:240px;
	background-color:#fff;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	z-index:10;
}

.menu .menu-item-has-children:hover .sub-menu{
	opacity:1;
	visibility:visible;
	box-shadow:0 30px 60px rgba(0,0,0,0.1);
	-o-box-shadow:0 30px 60px rgba(0,0,0,0.1);
	-moz-box-shadow:0 30px 60px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 30px 60px rgba(0,0,0,0.1);
}

.menu .sub-menu li{
	float:none;
}

.menu .sub-menu a{
	display:block;
	font-size:16px;
	padding:10px 30px;
}

.menu .sub-menu a:hover{
	color:#fff;
	background-color:#4688FF;
}

.menu .sub-menu li:first-child a{
	padding-top:15px;
}

.menu .sub-menu li:last-child a{
	padding-bottom:15px;
}

.callback{
	position:absolute;
	top:0;
	right:0;
}

.callback:hover{
	cursor:pointer;
}

.callback > svg{
	width:160px;
	fill:#fff;
	stroke:#E2E4EA;
	stroke-width:1;
}

.callback .wrap{
	position:absolute;
	top:25px;
	left:40px;
	font-size:14px;
	line-height:16px;
	color:#4688FF;
	text-align:center;
}

.callback .wrap svg{
	fill:#4688FF;
	width:25px;
	margin-bottom:10px;
}

.phones li{
	float:right;
	font-size:20px;
	line-height:30px;
	margin-left:30px;
}

.phones .ttl{
	float:left;
	font-size:18px;
	color:#4688FF;
	margin-left:0;
}

.phones li a{
	font-weight:300;
}

.phones li a:hover{
	color:#4688FF;
}

.main-slider{
	background:url(../images/bg-slider.png) 100% 0 no-repeat #E7F0F4;
	background-size:cover;
}

.main-slider .owl-item{
	width:20%;
}

.main-slider .item{
	position:relative;
	height:680px;
	border-right:1px solid #fff;
	overflow:hidden;
}

.main-slider .item .hash{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}

.main-slider .owl-item.center .hash{
	display:none;
}

.main-slider .owl-item.center .item{
	border:none;
}

.main-slider .item img{
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-600px;
	width:auto;
	height:100%;
	opacity:0.2;
	transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}

.main-slider .item a:hover + img{
	opacity:0.7;
}

.main-slider .owl-item.center img{
	opacity:1;
}

.main-slider .item .name{
	position:absolute;
	width:80%;
	left:10%;
	bottom:60px;
	color:#1D446B;
	padding:25px 15px;
	text-align:center;
	transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	z-index:1;
}

.main-slider .owl-item.center .name{
	font-weight:bold;
	background-color:#fff;
}

.main-slider .owl-item.center .name:hover{
	color:#4688FF;
}

.owl-theme .owl-nav [class*=owl-]{
	position:absolute;
	top:50%;
	width:110px;
	height:80px;
	margin-top:-20px;
	background:url(../images/element.svg) 0 0 no-repeat;
	transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
}

.owl-theme .owl-nav .owl-prev{
	left:40%;
	margin-left:-40px;
}

.owl-theme .owl-nav .owl-prev:hover{
	margin-left:-55px;
}

.owl-theme .owl-nav .owl-next{
	right:40%;
	margin-top:-80px;
	margin-right:-40px;
}

.owl-theme .owl-nav .owl-next:hover{
	margin-right:-55px;
}

.owl-theme .owl-nav [class*=owl-]:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:16px;
	height:25px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
}

.owl-theme .owl-nav .owl-prev:after{
	background-image:url(../images/left.svg);
	background-size:contain;
}


.owl-theme .owl-nav .owl-next:after{
	background-image:url(../images/right.svg);
}

.advantages{
	background-color:#fff;
}

.advantages .list{
	padding:100px 0;
}

.advantages .item{
	float:left;
	width:25%;
}

.advantages .image{
	position:relative;
	float:left;
	width:90px;
	height:90px;
	text-align:center;
}

.advantages .image:after{
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:10px;
	background-color:#E2E4EA;
	border-radius:50%;
	transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	opacity:0;
}

.advantages .image img{
	max-height:100%;
	transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
}

.advantages .item:hover img{
	max-height:80%;
	margin-bottom:10px;
}

.advantages .item:hover .image:after{
	opacity:1;
}

.advantages .text{
	height:90px;
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

.advantages .text{
	color:#1D446B;
	font-weight:bold;
	font-size:28px;
	font-family:'Amatic SC';
	line-height:36px;
}

.blue-wrap{
	color:#fff;
	background:url(../images/pattern-blue.jpg) 50% 0 no-repeat #003470;
	background-size:contain;
	padding-bottom:1px;
}

.blue-wrap a{
	color:#fff;
}

.title{
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	padding:50px 0;
}

.services{
	margin-bottom:70px;
}

.services .item{
	position:relative;
	float:left;
	width:370px;
	height:275px;
	margin-right:30px;
	margin-bottom:30px;
	border-radius:5px;
	background-repeat:no-repeat;
	background-position:100% 100%;
}

.services .item.service1{
	background-image:url(../images/service1.png);
}

.services .item.service2{
	background-image:url(../images/service2.png);
}

.services .item.service3{
	background-image:url(../images/service3.png);
}

.services .item.service4{
	background-image:url(../images/service4.png);
}

.services .item.service5{
	background-image:url(../images/service5.png);
}

.services .item.service6{
	background-image:url(../images/service6.png);
}

.services .item:nth-child(3n){
	margin-right:0;
}

.services .item .ttl{
	display:block;
	position:absolute;
	top:30px;
	left:30px;
	color:#1E252D;
	font-size:22px;
	line-height:30px;
}

.services .item .ttl:hover{
	text-decoration:underline;
}

.services .item img{
	height:275px;
}

.button, .submit{
	position:relative;
	display:block;
	width:200px;
	height:60px;
	font-weight:bold;
	font-size:17px;
	line-height:60px;
	text-align:center;
	padding-left:15px;
	color:#fff;
	background:url(../images/button.svg) 0 0 no-repeat;
	background-size:cover;
	overflow:hidden;
	border:none;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.services .button{
	position:absolute;
	bottom:30px;
	left:-15px;
}

.button:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	margin-top:-9px;
	left:40px;
	width:12px;
	height:18px;
	background:url(../images/right.svg) 0 0 no-repeat;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.submit{
	padding-left:0;
}

.button:hover{
	padding-left:0;
}

.button:hover:after{
	left:300px;
}

.about{
	margin-bottom:100px;
}

.about p{
	line-height:24px;
	margin-bottom:30px;
}

.about .button{
	float:right;
}

.photos{
	position:relative;
	min-height:460px;
	margin-bottom:100px;
}

.photos:hover{
	cursor:move;
}

.photos .owl-carousel{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.photos .text{
	width:370px;
	padding-top:60px;
	padding-right:60px;
}

.photos .text p{
	line-height:24px;
}

.photos .item{
	position:relative;
	height:460px;
}

.photos .wrap,
.photos .shadow{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:390px;
	height:390px;
}

.photos .wrap{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	border-radius:5px;
	z-index:1;
}

.photos .wrap .but{
	display:block;
}

.photos .shadow{
	border-radius:5px;
	-moz-transform: rotate(10deg); /* Для Firefox */
    -ms-transform: rotate(10deg); /* Для IE */
    -webkit-transform: rotate(10deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(10deg); /* Для Opera */
    transform: rotate(10deg);
    background-color:#001C3B;
}

.photos .wrap .but{
	position:absolute;
	bottom:30px;
	left:-50px;
	width:110px;
	height:80px;
	background:url(../images/element.svg) 0 0 no-repeat;
}

.photos .wrap .but:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:36px;
	height:20px;
	background:url(../images/view.png) 0 0 no-repeat;
	background-size:contain;
}

.sl-overlay{
	opacity:0.9;
}

.reviews.container{
	padding-bottom:30px;
}

.reviews .title{
	line-height:60px;
	margin-bottom:30px;
}

.reviews .title .button{
	float:right;
	width:240px;
}

.reviews .item{
	float:none;
	margin-bottom:70px;
}

.reviews .name{
	float:left;
	min-width:200px;
	font-size:36px;
	font-family:'Amatic SC';
}

.reviews .desc{
	overflow:hidden;
}

.reviews .rating{
	margin-bottom:30px;
}

.stars{
	float:left;
	height:30px;
}

.stars.addreviews{
	margin-bottom:15px;
}

.stars > div,
.stars > label{
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin-right:15px;
	background:url(../images/star-dark.svg) 0 0 no-repeat;
	background-size:cover;
}

.commentrating:hover,
.stars .active{
	background:url(../images/star.svg) 0 0 no-repeat;
}

.commentrating input{
	display:none;
}

.reviews .rate{
	float:left;
	width:30px;
	height:30px;
	font-weight:300;
	font-size:20px;
	line-height:30px;
	text-align:center;
}

.reviews .ttl{
	font-weight:bold;
	font-size:22px;
	line-height:36px;
	margin-bottom:20px;
}

.reviews .desc p{
	font-size:14px;
	line-height:21px;
	color:rgba(255,255,255,0.7);
}

#content{
	padding-bottom:60px;
}

article{
	float:left;
	width:810px;
}

article p{
	line-height:24px;
	margin-bottom:30px;
}

article h2, article ul, article ol{
	margin-bottom:30px;
}

article h2{
	font-size:24px;
	line-height:32px;
}

article li{
	float:none;
	position:relative;
	padding-left:30px;
	margin-bottom:5px;
}

article li:before{
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:0;
	width:12px;
	height:8px;
	background:url(../images/element.svg) 0 0 no-repeat;
	background-size:cover;
}

article ul > li:last-child{
	margin-bottom:0;
}

.alignleft,
.alignright{
	margin-bottom:30px;
}

.alignleft{
	float:left;
	margin-right:30px;
}

.alignright{
	float:right;
	margin-left:30px;
}

aside{
	width:300px;
	padding-top:50px;
	float:right;
}

aside ul li{
	float:none;
}

aside .menu-item-has-children > a{
	line-height:60px;
	color:#fff;
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
	background:url(../images/element.svg) -55px 0 no-repeat;
	background-size:cover;
}

aside .menu-item-has-children .sub-menu a{
	color:#fff;
	font-size:14px;
	padding:10px 30px;
}

aside .menu-item-has-children .sub-menu a:hover{
	color:#4688FF;
}

footer{
	padding-bottom:50px;
	background:url(../images/footer.jpg) 50% 0 no-repeat;
	background-size:cover;
}

footer .logo{
	top:-30px;
}

footer .contacts{
	width:760px;
	margin:auto;
	padding:70px 0 50px;
}

footer .tagline{
	float:left;
	font-weight:300;
	font-size:36px;
	line-height:50px;
}

footer nav{
	background:transparent;
}

footer .menu .sub-menu{
	top:auto;
	bottom:30px;
}

footer .menu .menu-item-has-children:after{
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

footer .menu .menu-item-has-children:hover:after{
	top:-40px;
	opacity:0;
}

footer .callback{
	top:auto;
	bottom:0;
	color:#fff;
}

footer .callback > svg{
	fill:#4688FF;
	stroke:transparent;
}

footer .callback .wrap{
	color:#fff;
}

footer .callback .wrap path{
	fill:#fff;
}

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

.modal{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(30,37,45,0.95);
}

.modal .close{
	position:absolute;
	right:70px;
	bottom:0;
	width:90px;
	height:60px;
	background:url(../images/element.svg) 0 0 no-repeat;
	background-size:cover;
}

.modal .close:hover{
	cursor:pointer;
}

.modal .close:after{
	content:'';
	display:block;
	position:absolute;
	top:20px;
	left:35px;
	width:20px;
	height:20px;
	background:url(../images/close.svg) 0 0 no-repeat;
	background-size:cover;
}

.modal .form{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	margin:auto;
	width:350px;
	height:270px;
}

.modal .form .ttl{
	font-weight:bold;
	font-size:30px;
	margin-bottom:30px;
	text-align:center;
}

.form .field{
	position:relative;
	width:300px;
	padding-left:60px;
	margin-bottom:10px;
	background:url(../images/field.svg) 0 0 no-repeat;
	background-size:cover;
}

.form .field:nth-child(1){
	margin-left:60px;
}

.form .field:nth-child(2){
	margin-left:35px;
}

.form .field:nth-child(3){
	margin-left:10px;
}

.form .but{
	padding-top:20px;
	margin-left:0;
}

/* comments */

span.wpcf7-not-valid-tip{
	position:absolute;
	top:25px;
	left:0;
	color:red;
	font-size:11px;
	line-height:11px;
	z-index:1;
}

.callback span.wpcf7-not-valid-tip{
	top:45px;
	left:20px;
}

div.wpcf7-mail-sent-ok{
	position:absolute;
    left:0;
    bottom:-80px;
    width:240px;
    font-size:14px;
    line-height:20px;
	padding:5px 20px;
	color:#fff;
	border:none;
	border-radius:10px;
}

footer div.wpcf7-mail-sent-ok{
	color:#1E252D;
}

#callback-form br,
div.wpcf7-validation-errors{
	display:none !important;
}

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

h3#comments{
	display:none;
}

#respond{
	padding-top:20px;
}

#respond .comment-reply-title{
	font-size:28px;
	line-height:40px;
	padding-bottom:0;
}

.comment-notes{
	font-size:14px;
	margin-bottom:30px;
}

#respond label{
	display:block;
	margin-bottom:10px;
}

.comment-form-comment{
	clear:both;
}

#respond label:hover{
	cursor:pointer;
}

#respond #submit:hover{
	cursor:pointer;
}

.comment-form-email{
	margin-bottom:30px;
}

.comment-form > p{
	margin-bottom:15px;
}

#comments, #comments a{
	color:#fff;
}

#comments input[type="text"],
#comments textarea{
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
}

#comments input[type="text"]{
	padding:0 15px;
}

#comments textarea{
	padding:15px;
	width:100%;
	background:transparent;
}

#comments input[type="text"]:focus,
#comments textarea:focus{
	border:1px solid #4688FF;
}

.nocomments{
	display:none;
}

p.comment-form-email{
	margin-bottom:30px;
}

.submit{
	float:right;
}
