﻿* {
	margin: 0;
	padding: 0;
	/*transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;*/
}
*:hover{
	/*transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;*/
}

html, body{
	height: 100%;
}
body{
	position: relative;
	background-repeat: repeat;
    font-size: 14px;
    font-family: 'Segoe Ui';
}
input, textarea, button{
	outline: none;
	border: 0;
	-webkit-appearance: none;
}
input[type="submit"], button{
	cursor: pointer;
	display: block;
}
section, header, footer{
	background-position: center top;
	background-repeat: no-repeat;
}
a{
	cursor: pointer;
    /*color: white;*/
}
a, img{
	border: none;
	display: block;
	text-decoration: none;
}
ul{
	list-style: none;
}
:focus::-webkit-input-placeholder { 
	color: transparent;
}
:focus::-moz-input-placeholder { 
	color: transparent;
}
:focus::-input-placeholder { 
	color: transparent;
}
.clear{
	clear: both;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.in-top{
	display: inline-block;
	vertical-align: top;
}
.in-middle{
	display: inline-block;
	vertical-align: middle;
}
.in-bottom{
	display: inline-block;
	vertical-align: bottom;
}
.display-block{
	display: block;
}
.display-none{
	display: none;
}
.w5{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33%;
}
.w35{
	width: 35%;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.w100{
	width: 100%;
}
.transition{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.transition:hover{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.opacity:hover{
	opacity: 0.7;
}
.r5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.r20{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}
.r30{
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}
.circle{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.wrap-box{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@font-face {
	font-family: 'Segoe Ui';
	src: url('../fonts/segoeui.eot');
	src: local('☺'), 
	url('../fonts/segoeui.woff') format('woff'), 
	url('../fonts/segoeui.ttf') format('truetype'), 
	url('../fonts/segoeui.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe Ui';
	src: url('../fonts/segoeuib.eot');
	src: local('☺'), 
	url('../fonts/segoeuib.woff') format('woff'), 
	url('../fonts/segoeuib.ttf') format('truetype'), 
	url('../fonts/segoeuib.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe Ui';
	src: url('../fonts/segoeuil.eot');
	src: local('☺'), 
	url('../fonts/segoeuil.woff') format('woff'), 
	url('../fonts/segoeuil.ttf') format('truetype'), 
	url('../fonts/segoeuil.svg') format('svg');
	font-weight: lighter;
	font-style: normal;
}

/*=================================================*/

.wrap{
	max-width: 1130px;
	min-width: 300px;
	width: 100%;
	padding: 0 10px;
	margin: auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header{
	margin: 0 0 10px 0;
}
header .top{
	position: relative;
	min-height: 96px;
	margin: 0 0 28px 0;
}
.header-links{
	position: relative;
	z-index: 2;
	padding: 23px 0 0 12px;
}
.header-links a{
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 6px;
}
.header-links a img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.header-links a img:first-child{
	opacity: 1;
}
.logo-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.logo-container a{
	position: relative;
	z-index: 3;
	max-width: 220px;
	margin: auto;
}
.header-menu{
	text-align: center;
}
.header-menu a{
	color: #393939;
	font-size: 16px;
	border-bottom: 1px solid #afafaf;
	margin: 0 12px;
}
.header-menu a:hover{
	border-bottom: 1px solid transparent;
}

/*=================================================*/

.banner{
	position: relative;
	max-width: 1280px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px; 
}
.banner .slides{
	position: relative;
}
.banner .slides a{
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.banner .slides a.active{
	opacity: 1;
	z-index: 3;
}
.banner .slides img{
	width: 100%;
	height: auto;
}
.banner .slides a:first-child{
	position: relative;
}
.banner .buttons{
	position: absolute;
	z-index: 5;
	text-align: center;
	left: 50%;
	bottom: 40px;
	width: 70px;
	margin: 0 0 0 -35px;
}
.banner .buttons .button{
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: #fff;
	margin: 0 3px;
}
.banner .buttons .button.active{
	background: #e1292f;
}

/*=================================================*/

.title{
	position: relative;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	max-width: 730px;
	margin: auto; 
}
.title h1,
.title h2{
	position: relative;
	display: inline;
	vertical-align: top;
	white-space: nowrap;
	z-index: 2;
	background: #fff;
	padding: 0 25px;
}
.title .underline{
	position: absolute;
	top: 54%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d4d4d4;
}

.about .title{
	margin: 0 auto 15px;
}
.about h3{
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	max-width: 700px;
	margin: 0 auto 40px;
}
.about-block{
	text-align: center;
	font-size: 0;
	margin: 0 0 46px 0;
}
.about-block .point{
	font-size: 22px;
	color: #383838;
	padding: 15px 35px 30px;
}
.about-block .point:nth-child(2){
	border-left: 1px solid #dad7d5;
	border-right: 1px solid #dad7d5;
}
.about-block h4{
	font-size: 23px;
	text-transform: uppercase;
}
.about-block h4 span{
	font-size: 38px;
	color: #e00000;
}

/*=================================================*/

.new{
	margin: 0 0 60px 0;
}
.new h3{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 40px 0;
}
.new-block{
	text-align: center;
	font-size: 0;
}
.new-block .point{
	font-size: 16px;
	font-weight: lighter;
}
.new-block .point h4{
	font-size: 20px;
	font-weight: bold;
	color: #525252;
	margin: 0 0 10px 0;
}
.new-block .point p{
	margin: 0 0 23px 0;
}

.new-block .point img{
	max-width: 300px;
	height: auto;
	margin: 0 10px;
}

/*=================================================*/

.mobile{
	margin: 0 0 100px 0;
}
.mobile .title{
	font-size: 24px;
	margin: 0 auto 25px;
}
.mobile .title h2{
	padding: 0 18px;
}
.mobile h3{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	max-width: 530px;
	margin: 0 auto 45px;
}
.mobile-block{
	text-align: center;
	font-size: 0; 
	margin: 0 0 30px 0;
}
.mobile-block .point{
	font-size: 18px;
	color: #525252;
}
.mobile-block .point p{
	margin: 0 0 17px 0;
}
.mobile h5{
	font-size: 28px;
	text-align: center;
	margin: 0 0 23px 0;
}
.mobile .download{
	text-align: center;
	max-width: 450px;
	margin: auto;
}
.mobile .download a{
	margin: 0 6px;
}

/*=================================================*/

.virtual{
	margin: 0 0 100px 0;
}
.virtual .title{
	font-size: 24px;
	margin: 0 auto 20px;
}
.virtual h3{
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	max-width: 640px;
	margin: 0 auto 25px;
}
.virtual-links{
	text-align: center;
}
.virtual-links a{
	margin: 0 12px;
}

/*=================================================*/

.subs{
	margin: 0 0 70px 0;
}
.subs .title{
	font-size: 24px;
	margin: 0 auto 50px;
}
.subs-block{
	text-align: center;
	font-size: 0;
	max-width: 1000px;
	margin: auto;
}
.subs-block .point{
	font-size: 18px;
}
.subs-block .point.left img{
	max-width: 120px;
	height: auto;
	margin: 0 28px 0 0;
}
.subs-block .point.left .text{
	text-align: center;
}
.subs-block .point.left .text p{
	font-size: 25px;
	color: #020202;
	line-height: 26px;
}
.subs-block .point.left .text p b{
	font-size: 38px;
	color: #e00000;
}
.subs-block .point .point-s{
	    margin: 0 0 40px 52px;
    text-align: left;
}
.subs-block .point .point-s .leftside{
	text-align: center;
	width: 123px;
	margin: 0 26px 0 0; 
}
.subs-block .point .point-s .leftside img{
	margin: 0 0 7px 0;
}
.subs-block .point .point-s .leftside p{
	font-size: 25px;
}
.subs-block .point .point-s .rightside a{
	color: #030303;
	text-decoration: underline;
}
.subs-block .point .point-s .rightside a:hover{
	text-decoration: none;
}
.subs-block .point .point-s .rightside p{
	margin: 0 0 3px 0;
}
.subs-block .point .point-s .rightside span{
	display: block;
}

/*=================================================*/

.letter{
	background: #f5f5f5;
	padding: 33px 0 40px 0;
	margin: 0 0 50px 0;
}
.letter .title{
	font-size: 24px;
	margin: 0 auto 23px;
}
.letter .title h2{
	background: #f5f5f5;
}
.letter h3{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	max-width: 590px;
	margin: 0 auto 50px;
}
.letter-block{
	max-width: 970px;
	font-size: 0;
	margin: auto;
}
.letter-block .inner{
	margin: 0 11px;
}
.letter-block form input[type="text"],
.letter-block form textarea{
	background: #fff;
	font-size: 18px;
	font-family: 'Segoe Ui';
	width: 96%;
	max-width: 96%;
	padding: 12px 2%;
	margin: 0 0 35px 0;
        border: 1px solid transparent;
}
.letter-block form textarea{
	height: 100px;
	margin: 0 0 16px 0;
}
.photo-upload input{
	display: none;
}
.photo-upload a{
	color: #010101;
	text-decoration: underline;
	margin: 0 0 23px 0;
}
.photo-upload a:hover{
	text-decoration: none;
}
.btn{
	font-size: 16px;
	text-transform: uppercase;
	background: transparent;
	width: 153px;
	line-height: 36px;
	border: 2px solid #010101;
	color: #010101;
}
.letter-block p{
	font-size: 18px;
	color: #282828;
	margin: 0 0 30px 0;
}
.letter-block h5{
	font-size: 26px;
	color: #282828;
	margin: 0 0 100px 0;
}
.letter-block .inner.m-marg{
	margin: 0 25px;
}

/*=================================================*/

.pr{
	margin: 0 0 84px 0;
}
.pr .title{
	font-size: 24px;
	margin: 0 auto 12px;
}
.pr h3{
	font-size: 23px;
	text-align: center;
	max-width: 630px;
	font-weight: normal;
	margin: 0 auto 30px;
}
.pr-block{
	font-size: 0;
	text-align: center;
	max-width: 970px;
	margin: 0 auto 55px;
}
.pr-block .point{
	font-size: 16px;
	color: #383838;
	padding: 20px 0 0 0;
}
.pr-block .point.p1{
	padding: 0 35px 0 0;
}
.pr-block .point.p2{
	border-left: 1px solid #dad7d5;
	border-right: 1px solid #dad7d5;
	padding: 0 35px;
}
.pr-block .point.p3{
	padding: 0 0 0 35px;
}
.pr-block .point.p1 p{
	font-size: 22px;
	margin: 0 0 7px 0;
}
.pr-block .point.p1 h5{
	font-size: 38px;
}
.pr-block .point.p1 h5 span{
	font-size: 23px;
}
.pr-block .point.p2 p{
	font-size: 19px;
}
.pr-block .point.p2 p span{
	text-decoration: underline;
}
.pr-block .point.p2 h5{
	font-size: 22px;
	text-transform: uppercase;
}
.pr-block .point.p2 > span{
	display: block;
	font-size: 15px;
	margin: 20px 0 0 0;
}
.pr-block .point ul li{
	font-size: 16px;
	margin: 0 0 5px 0;
}
.manager{
	font-size: 0;
	text-align: center;
}
.manager .point{
	font-size: 18px;
	color: #131313;
	margin: 0 0 50px 0;
}
.avatar-block{
	width: 104px;
	height: 104px;
	overflow: hidden;
	border: 7px solid #eee;
	margin: 0 0 25px 0;
}
.avatar-block img{
	width: 100%;
	height: auto;
}
.manager .point .border-block > b{
	display: block;
}
.manager .point .border-block > p{
	margin: 0 0 20px 0;
}
.manager .point .border-block > a{
	color: #131313;
	text-decoration: underline;
}
.manager .point .border-block > a:hover{
	text-decoration: none;
}
.manager .point:first-child .border-block{
	border-right: 1px solid #dad7d5;
}
.manager .border-block{
	margin: 0 0 25px 0;
}
.manager nav{
	cursor: pointer;
	font-size: 22px;
}
.manager nav span{
	border-bottom: 1px dashed #131313;
}
.manager nav:hover span{
	border-bottom: 1px dashed transparent;
}
.manager form .inner{
	max-width: 630px;
	margin: auto; 
}
.manager form input[type="text"],
.manager form textarea{
	width: 42%;
	font-size: 18px;
	font-family: 'Segoe Ui';
	border: 1px solid #dedede;
	padding: 10px 3%;
	margin: 0 0 20px 0;
}
.manager form textarea{
	max-width: 94%;
	width: 94%;
	height: 93px;
}
.manager .btn{
	margin: 0 0 22px 0;
}
.manager-links a{
	font-size: 15px;
	color: #070707;
	line-height: 25px;
	border-bottom: 1px solid #ababab;
	margin: 0 12px;
}
.manager-links a:hover{
	border-bottom: 1px solid transparent;
}
.for-one, 
.for-two{
	display: none;
}

/*=================================================*/

footer{
	background: #f8f8f8;
	padding: 30px 0;
}
footer .wrap{
	max-width: 970px;
}
.footer-me p{
	font-size: 12px;
}
.footer-we .float-left p.m-marg{
	font-size: 12.6px;
	margin: 0 0 -2px 10px;
}
.footer-me p b{
	font-size: 15.7px;
	color: #554848;
}
.footer-hotline{
	margin: 7px 0 0 35px;
}
.footer-hotline p{
	font-size: 15px;
	color: #545454;
	border-bottom: 1px dashed #2d2d2d;
	text-transform: uppercase;
	margin: 0 15px 0 0;
        cursor: pointer;
}
.footer-hotline p:hover{
    border-bottom-color: transparent;
}

.footer-hotline span{
	font-size: 14px;
}
.one-star{
	margin: -6px 0 0 0;
}
.one-star p{
	text-align: right;
	font-size: 13px;
	line-height: 15px;
	margin: 9px 9px 0 0;
}
.one-star p a{
	display: inline;
	color: #333;
}
.one-star p span{
	display: block;
}
.one-star p span:first-child{
	margin: 0 6px 0 0;
}
.footer-we p.float-left{
	font-size: 12px;
	padding: 1px 0 0 0;
}
.one-star img{
	padding: 6px 0 0 0;
}
.footer-we div.float-left p:last-child{
	font-size: 15.77px;
}
footer .header-links{
	padding: 4px 0 0 20px;
}

/*=================================================*/

.gallery{
	background: #f8f8f8;
	padding: 10px 0 33px 0;
	margin: 0 0 57px 0;
}
.gallery .wrap{
	max-width: 970px;
	margin: auto;
}

.fullscreen{
	font-size: 15px;
	text-decoration: underline;
	color: #554848;
	margin: 0 0 9px 0;
}
.fullscreen:hover{
	text-decoration: none;
}
h1.big{
	font-size: 45px;
}
.gray-bg{
	background: #f1f6ec;
	padding: 7px 0 30px 0;
	margin: 0 0 55px 0;
}
.slider-for{
	position: relative;
	padding: 20px 0;
	margin: 0 0 20px 0;
}
.slider-for .slick-slide img{
	max-width: 360px;
	height: auto;
	margin: auto;
}
.slider-nav{
	margin: 0 0 38px 0;
}
.frame{
	opacity: 0;
}
.frame li{
	cursor: pointer;
	width: 126px;
	height: 92px;
	border: 1px solid transparent;
	background: #fff;
	margin: 0 5px;
}
.frame li:hover{
	border: 1px solid #038e20;
}
.frame li.active{
	border: 1px solid #ed1d24;
}
.frame li img{
	width: auto;
	height: 100%;
	margin: auto;
}
.slick-prev{
	left: 29px;
}
.slick-next{
	right: 29px;
}
.slick-prev,
.slick-next{
	top: 55%;
}
.nav-no-marg .nav-slider{
	position: relative;
	width: 100px;
	height: 65px;
	margin: 0 0 50px 0;
}
.nav-no-marg .nav-slider .prev{
	left: 0;
}
.nav-no-marg .nav-slider .next{
	right: 0;
}
/*.scrollbar{
	position: relative;
	width: 100%;
	background: #e5e5e5;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.scrollbar .handle{
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 200px;
	height: 10px;
	background: #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.slider-for .slide{
	position: absolute;
	text-align: center;
	max-width: 300px;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	-moz--webkit-transition: all 0.5s ease;
}
.slider-for .slide img{
	display: inline-block;
	vertical-align: middle;
}
.slider-for .slide.active{
	height: auto;
	position: relative;
	opacity: 1;
	z-index: 3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	-moz--webkit-transition: all 0.5s ease;
}
.btn-2{	
	position: absolute;
	opacity: 0.3;
	z-index: 5;
	cursor: pointer;
	top: 50%;
	background: transparent;
	border: 0;
	outline: none;
}
.btn-2.prev:hover,
.btn-2.next:hover{
	opacity: 1;
}
.btn-2.prev{
	left: 29px;
}
.btn-2.next{
	right: 29px;
}*/
.swipe{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.swipe-left,
.swipe-right{
	display: none;
}
.slider-for .cont{
	width: 600px;
	margin: auto;
}
.slider-for{
	text-align: center;
}

#flipbook{
	display: inline-block;
	vertical-align: middle;
}
#flipbook img{
	width: 100%;
	height: auto;
}

.scrollbar{
	position: relative;
	width: 100%;
	background: #e5e5e5;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.scrollbar .handle{
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 200px;
	height: 10px;
	background: #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.slider-for .slide{
	position: absolute;
	text-align: center;
	line-height: 500px;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	-moz--webkit-transition: all 0.5s ease;
}
.slider-for .slide img{
	display: inline-block;
	vertical-align: middle;
}
.slider-for .slide.active{
	opacity: 1;
	z-index: 3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	-moz--webkit-transition: all 0.5s ease;
}
.logo-container a img{
	width: 100%;
	height: auto;
}
.btn{	
	position: absolute;
	opacity: 0.3;
	z-index: 5;
	cursor: pointer;
	top: 50%;
	background: transparent;
	border: 0;
	outline: none;
}
.btn.prev:hover,
.btn.next:hover{
	opacity: 1;
}
.btn.prev{
	left: 29px;
}
.btn.next{
    right: 29px;
}
.btn.next img{
	float: right;
}
.swipe{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.swipe-left,
.swipe-right{
	display: none;
}
.slick-dots{
	bottom: -35px;
	list-style: none;
}
.slick-dots li{
	background: #fff;
	border: 1px solid #038e20;
	height: 15px;
    width: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.slick-dots li.slick-active{
	background: #038e20;
}
.slick-dots li button{
	opacity: 0;
}












.gallery.fullscr{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overflow{
	overflow: hidden;
}

.open-menu{
	display: none;
}
.mobile-menu{
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	float: left;
	width: 0;
	min-height: 100%;
	background: #f9f9f9;
}
.all{
	float: left;
	width: 100%;
}
.overflow-h{
	overflow: hidden;
}
.mobile-menu ul li{
	border-top: 1px solid #dfdfdf;
	text-align: left;
}
.mobile-menu ul li:last-child{
	border-bottom: 1px solid #dfdfdf;
}
.mobile-menu ul li a{
	font-size: 16px;
	color: #1b1b1b;
	line-height: 50px;
	padding: 0 16px;
	background: url(/resources/core/images/site/arrow.png) 94% 22px no-repeat;
}
.mobile-slider{
	position: relative;
	text-align: center;
	display: none;
}
.mobile-prev,
.mobile-next{
	width: 18px;
	height: auto;
}
.mobile-prev{
	opacity: 0.7;
	margin: 0 25px 0 0;
}
.mobile-next{
	opacity: 0.7;
	margin: 0 0 0 25px;
}
.mobile-slider .navigation{
	position: relative;
	z-index: 5;
	width: 100px;
	text-align: center;
	margin: 0 auto 30px;
}
.mobile-prev img,
.mobile-next img{
	width: 100%;
	height: auto;
}
.mobile-prev:hover,
.mobile-next:hover{
	opacity: 1;
}
.mobile-slider .slides{
	position: relative;
}
.mobile-slider .slides img{
	max-width: 590px;
	height: auto;
	margin: auto;
}
.mobile-slider .slides img{
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.mobile-slider .slides img.active{
	position: relative;
	z-index: 2;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.for-mob{
	display: none;
}

.table-block table{
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
}
.table-block table tr td{
	background: #f8f8f8;
}
.table-block table tr:nth-child(2n) td{
	background: #fff;
}
.table-block table tr td span{
	display: block;
	font-size: 16px;
	color: #383838;
	padding: 5.5px 28px;
}
.table-block table tr:first-child td span{
	padding: 15.5px 28px;
}

.mobile-block .point .container{
	position: relative;
	margin: 0 8%;
}
.ipad-1,
.iphone-1{
	position: absolute;
}
.ipad-1{
	z-index: 1;
	left: 6%;
	width: 159px;
	height: 257px;
        position: relative;
}
.iphone-1{
	z-index: 2;
	right: 6%;
	bottom: 0;
	width: 79px;
	height: 155px;
}
.ipad-1 img:first-child,
.iphone-1 img:first-child{
	position: absolute;
}
.ipad-1 img:first-child{
	width: 140px;
	height: 209px;
	top: 24px;
    left: 9px;
}
.iphone-1 img:first-child{
	width: 65px;
	height: auto;
    top: 31px;
    left: 8px;
}
.ipad-bg,
.iphone-bg{
	width: 100%;
	height: auto;
}

.preloader{
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}
.preloader-bg{
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.7;
}
.preloader table{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10001;
}
.preloader table .animated{
	width: 100px;
	height: 100px;
	border-top: 4px solid #333;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #333;
	border-left: 4px solid #333;
	background: transparent;
	margin: auto;
}

li.page {
    list-style: none;
}

.rightside.in-middle {
    text-align: left;
}

.letter-block .btn, .manager .btn, #gallery_show {
	font-size: 16px;
	text-transform: uppercase;
	background: transparent;
	width: 153px;
	line-height: 36px;
	border: 2px solid #010101;
	color: #010101;
    position: static;
    opacity: 1;
}

#gallery_show {
        margin: 30px auto 80px;
    width: auto;
    padding: 6px 20px 2px;
    display: inline-block;
    float: none;
}

.input-error {
    background: #ffe8de !important;
    border: 1px solid #ff8651 !important;
}

.popup {
    display: none;    
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 999;
}

.popup-message {
    width: 400px;
    position: absolute;
    background: #fff;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -100px;
    font-size: 16px;
    border: 1px solid #eee;
    z-index: 1000;
}

.popup-close {
    top: 5px;
    right: 5px;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNTYsN0MxMTguNDY3LDcsNywxMTguNDY4LDcsMjU2LjAwMkM3LDM5My41MzMsMTE4LjQ2Nyw1MDUsMjU2LDUwNXMyNDktMTExLjQ2NywyNDktMjQ4Ljk5OCAgQzUwNSwxMTguNDY4LDM5My41MzMsNywyNTYsN3ogTTI1Niw0ODUuMDhjLTEyNi4zMSwwLTIyOS4wOC0xMDIuNzcxLTIyOS4wOC0yMjkuMDc4QzI2LjkyLDEyOS42OTIsMTI5LjY5LDI2LjkyLDI1NiwyNi45MiAgYzEyNi4zMDksMCwyMjkuMDgsMTAyLjc3MSwyMjkuMDgsMjI5LjA4MkM0ODUuMDgsMzgyLjMwOSwzODIuMzA5LDQ4NS4wOCwyNTYsNDg1LjA4eiIgZmlsbD0iIzQyNTY2MSIvPjxwb2x5Z29uIGZpbGw9IiM0MjU2NjEiIHBvaW50cz0iMzY4LjU0NSwxNTcuMDczIDM1NC40NjEsMTQyLjk4OCAyNTUuODYzLDI0MS41ODcgMTU3LjczMywxNDMuNDU2IDE0My42NDgsMTU3LjU0IDI0MS43OCwyNTUuNjcyICAgMTQzLjY0OCwzNTMuODA5IDE1Ny43MzMsMzY3Ljg5MyAyNTUuODYzLDI2OS43NSAzNTQuNDYxLDM2OC4zNjEgMzY4LjU0NSwzNTQuMjc1IDI2OS45NDcsMjU1LjY3MiAiLz48L3N2Zz4=);
}

.popup-content {
    padding: 20px 30px 30px;
    font-size: 21px;
}

.popup-buttons {
    text-align: center;
    padding: 0 20px 20px;
}

.popup-buttons button {
	display: inline-block;
	vertical-align: top;
    padding: 7px 26px;
	background: #FFF;
	border: 2px solid #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.fullscr header,
.fullscr section,
.fullscr footer{
	display: none;
}
.fullscr .gallery{
	display: block;
	background: #F8F8F8;
	padding: 10px 0 0;
	margin: 0 0 37px;
}
.fullscr .gallery .wrap{
	max-width: 100%;
	padding: 0;
}
#centered, .scrollbar{
	max-width: 950px;
	margin: 0 auto 15px;
}
.fullscr .fullscreen{
	margin: 0px 10px 9px;
}
.fullscr .slider-for{
	background: #fff;
}
.fullscr .slider{
	padding: 0 0 20px;
}

.fullscr .wrap {
    width: 100%;
    max-width: 100%;
}

#flipbook {
    height: 436px;
}

#flipbook img { 
    height: 436px;
    width: auto;
}
.izd{
	text-align: center;
	background: #f6f6f6;
	padding: 8px 12px;
	margin: 0 0 14px 0;
}
.izd p{
	font-size: 12.6px;
}
.izd h2{
	font-size: 14.7px;
	line-height: 14px;
	margin: 0;
}