@charset "UTF-8";
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #808285;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #808285;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #808285;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #808285;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel']{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 14px/1.57 Tahoma, Ubuntu, sans-serif;
	color: #737373;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 9px 12px 10px;
	font-size: 12px;
	line-height: 20px;
	color: #5b5b5b;
	text-align: left;
	border: 0 none;
	background: #fff url('../images/blank.png') no-repeat right 11px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
/*input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #009bdc;
}*/
textarea{
	height: 136px;
	text-align: left;
	resize: none;
}
.error{
	padding-right: 36px !important;
	color: #c9252c !important;
	font-weight: bold !important;
	border-color: #c9252c !important;
	background: #fff url('../images/error.png') no-repeat right 11px center !important;
}
textarea,
textarea.error{
	padding-left: 12px !important;
	background-position: right 11px top 7px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 140px;
	height: 46px;
	margin: 0;
	padding: 10px 0 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: solid 2px #fff;
	background: #c69445;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input.button{
	line-height: 95% !important;
}
.button:hover{
	background: #e0b46e;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.delay{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
}
.hide,
.hidden,
.hidden .delay-in{
	opacity: 0;
}
.delay .delay-in{
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
@media only screen and (min-width: 1025px){ 
	.hidden,
	.hidden .delay-in{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-ms-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
	}
}
.delay .delay11,
.delay .delay21,
.delay .delay31,
.delay .delay41{
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.delay .delay12,
.delay .delay22,
.delay .delay32,
.delay .delay42{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay .delay13,
.delay .delay23,
.delay .delay33,
.delay .delay43{
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.delay .delay14,
.delay .delay24,
.delay .delay34,
.delay .delay44{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay .delay15,
.delay .delay25,
.delay .delay35,
.delay .delay45{
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.delay .delay16,
.delay .delay26,
.delay .delay36,
.delay .delay46{
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.delay .delay17,
.delay .delay27,
.delay .delay37,
.delay .delay47{
	-webkit-transition-delay: 1.05s;
	-moz-transition-delay: 1.05s;
	-o-transition-delay: 1.05s;
	transition-delay: 1.05s;
}
.delay .delay18,
.delay .delay28,
.delay .delay38,
.delay .delay48{
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.delay .delay19,
.delay .delay29,
.delay .delay39,
.delay .delay49{
	-webkit-transition-delay: 1.35s;
	-moz-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
.hidden .delay11,
.hidden .delay12,
.hidden .delay13,
.hidden .delay14,
.hidden .delay15,
.hidden .delay16,
.hidden .delay17,
.hidden .delay18,
.hidden .delay19{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.hidden .delay21,
.hidden .delay22,
.hidden .delay23,
.hidden .delay24,
.hidden .delay25,
.hidden .delay26,
.hidden .delay27,
.hidden .delay28,
.hidden .delay29{
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	transform: rotateY(30deg);
}
.hidden .delay31,
.hidden .delay32,
.hidden .delay33,
.hidden .delay34,
.hidden .delay35,
.hidden .delay36,
.hidden .delay37,
.hidden .delay38,
.hidden .delay39{
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.hidden .delay41,
.hidden .delay42,
.hidden .delay43,
.hidden .delay44,
.hidden .delay45,
.hidden .delay46,
.hidden .delay47,
.hidden .delay48,
.hidden .delay49{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 1px #737373;
	background: none;
}
.hr{
	height: 17px;
	margin: 0 0 27px;
	background: url('../images/hr.png') no-repeat center center;
}
.hr.white{
	background-image: url('../images/hr-white.png');
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 100%;
	color: #5b5b5b;
	text-align: center;
}
.plaintext h3{
	font-size: 22px;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #ac7a2a;
}
.plaintext p,
.plaintext img{
	margin: 0 0 18px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
	table-layout: fixed;
}
.plaintext .table td{
	width: 33%;
	padding: 9px 10px 9px 30px;
	line-height: 30px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
.plaintext .table tr:nth-child(odd) td{
	background: #eff1f1;
}
.plaintext .table td:first-child{
	width: 30%;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.plaintext .table td:last-child{
	width: 37%;
	white-space: normal;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */
.white{
	color: #fff !important;
}

#up2top{
	opacity: 0.25;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 0;
	margin-left: -45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	-webkit-transition: 0.5s ease opacity;
	-moz-transition: 0.5s ease opacity;
	-o-transition: 0.5s ease opacity;
	transition: 0.5s ease opacity;
}
.inside{
	width: 980px;
	margin: 0 auto;
}
/* header */
header{
	background: url('../images/bg-header.jpg') no-repeat center bottom;
}
header .top{
	height: 134px;
	padding: 10px 0 0;
	background: url('../images/bg.png') no-repeat center top;
}
.email{
	margin: -48px 0 0;
}
.phone{
	margin: -61px 0 0;
	font-size: 22px;
}
.email,
.phone{
	margin-bottom: 13px;
}
.phone .txt,
.email .txt{
	padding-left: 16px;
	text-align: left;
}
.phone a,
.email a{
	text-decoration: none;
}
.phone a:hover,
.email a:hover{
	color: #ac7a2a;
}
header .middle{
	height: 548px;
	-webkit-box-shadow: inset 0 -13px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 -13px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 -13px 0 rgba(255,255,255,0.3);
}
.header-image{
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: -23px;
	margin: 0 0 0 41px;
}
header .bottom{
	position: relative;
	z-index: 1;
	height: 450px;
	margin: -450px 0 0;
}
/* header off */

/* content */
main{
/*	padding: 0 0 93px;*/
	padding: 0 0 132px;
}
.top-form{
	margin: -13px 0 67px;
	padding: 13px 0;
	height: 220px;
	background: url('../images/bg-form.png') no-repeat center center, url('../images/bg-form-repeat.png') repeat-x center center;
}
.img+.top-form{
	margin-bottom: 73px;
}
.top-form h2{
	width: 520px;
	margin: 0 0 0 100px;
	padding: 54px 0 0;
	font-size: 18px;
	line-height: 30px;
}
.top-form h2 b{
	display: block;
	margin: 0 0 20px;
	font-size: 30px;
}
.top-form .form-body{
	width: 210px;
	margin: 0 120px 0 0;
}
.top-form .form-body table{
	width: 100%;
}
.top-form .form-body .before-send table{
	padding: 24px 0 0;
}
.img+.top-form .form-body .before-send table{
	padding-top: 17px;
}
.top-form .form-body .before-send table td,
.popup table td{
	padding: 5px 0 0;
}
.top-form .form-body .before-send table tr:first-child td,
.popup table tr:first-child td{
	padding-top: 0;
}
.top-form .form-body .before-send table tr:last-child td,
.popup table tr:last-child td{
	padding-top: 14px;
}
.text.plaintext{
	margin-bottom: 33px;
}
.slider-block .top{
	height: 275px;
	padding: 144px 0 0;
	background: url('../images/bg-girl.png') no-repeat center bottom;
}
.slider-block .top .plaintext{
	width: 479px;
}
.slider-block .top .plaintext p{
	margin: 0 0 24px;
}
.ornament{
	pointer-events: none;
	position: relative;
	z-index: 1;
	height: 27px;
	margin: 0 auto;
	background: url('../images/ornament.png') no-repeat center center;
}
.ornament-top{
	margin-top: -22px;
	margin-bottom: -5px;
}
.ornament-bottom{
	margin-top: -5px;
	margin-bottom: -22px;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.slider-block .middle{
	padding: 33px 0 16px;
	background: #cd9d51;
}
.slider-block .middle .plaintext p{
	margin: 0 0 24px;
}
.slider-block .bottom{
	padding: 0 0 56px;
	background: #cd9d51;
}
.features-block{
	padding: 87px 0 50px;
	background: url('../images/bg-tile.jpg');
}
.features-block .table{
	table-layout: fixed;
}
.features-block .table .td{
	width: 33%;
	vertical-align: top;
}
.features-block .table .td .img{
	min-width: 211px;
	height: 211px;
	margin: 0 0 13px;
}
.features-block .table .td h3{
	margin: 0 0 10px;
	font-size: 18px;
	color: #ac7a2a;
}
.ornament-gray{
	height: 13px;
	background: url('../images/ornament-gray.png') no-repeat center center;
}
.ornament-gray.bottom{
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.features-block+.ornament-gray{
	margin: 0 0 69px;
}
.slider-block-white .plaintext{
	margin: 0 0 39px;
}
.circles-list-block{
	padding: 78px 0 110px;
}
.circles-list-block.white{
	height: 461px;
	margin: 0 0 67px;
	padding: 55px 0 81px;
	white-space: nowrap;
	background: url('../images/bg-var.jpg') no-repeat center top;
}
.circles-list{
	padding: 31px 0 0;
}
.circles-list-block.white .circles-list{
	padding-top: 21px;
}
.circles-list li{
	width: 219px;
	height: 184px;
	margin: 30px 0 0 34px;
}
.circles-list-block.white .circles-list li{
	height: auto;
}
.circles-list li:nth-child(1),
.circles-list li:nth-child(2),
.circles-list li:nth-child(3),
.circles-list li:nth-child(4){
	margin-top: 0;
}
.circles-list li:nth-child(4n+2),
.circles-list li:nth-child(4n+3){
	margin-left: 35px;
}
.circles-list li:nth-child(4n+1){
	margin-left: 0;
}
.circles-list li .td{
	padding: 0 40px;
	background: url('../images/circle.png') no-repeat center center;
}
.circles-list-block.white .circles-list li .td{
	width: 219px;
	height: 184px;
	padding: 0;
}
.circles-list-block.white .circles-list li h3,
.circles-list-block.white .circles-list li .price,
.circles-list-block.white .circles-list li .desc{
	overflow: hidden;
	text-overflow: ellipsis;
}
.circles-list-block.white .circles-list li h3,
.circles-list-block.white .circles-list li .price{
	font-size: 22px;
}
.circles-list-block.white .circles-list li .desc{
	margin: 0 0 23px;
}
.circles-list-block.white .circles-list li .price{
	margin: 23px 0 8px;
}
.icons-list-block{
	padding: 0 0 50px;
}
.icons-list{
	padding: 25px 0 0;
}
.icons-list li{
	margin: 0 15px 0 0;
	padding: 46px 0;
}
.icons-list li:last-child{
	float: right;
	margin: 0;
}
.icons-list li:nth-last-child(2){
	margin: 0;
}
.icons-list .img{
	margin: 4px 0 0;
}
.icons-list h3+.img{
	margin: 0;
}
.icons-list h3{
	position: absolute;
	width: 200px;
	height: 42px;
	left: 50%;
	top: 0;
	margin: 0 0 0 -100px;
}
.icons-list .img+h3{
	top: auto;
	bottom: 0;
}
.table-block{
	padding: 0 0 71px;
}
.review-block{
	padding: 38px 0 28px;
}
.review-block ul{
	padding: 4px 0 0;
}
.review-block ul li{
	width: 292px;
	margin: 12px 0 0 52px;
}
.review-block ul li:nth-child(1),
.review-block ul li:nth-child(2),
.review-block ul li:nth-child(3){
	margin-top: 0;
}
.review-block ul li:nth-child(3n+1){
	margin-left: 0;
}
.review-block ul li .img{
	height: 211px;
}
.review-block ul li h3,
.review-block ul li .city{
	white-space: nowrap;
}
.review-block ul li h3{
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 110%;
	color: #ac7a2a;
}
.review-block ul li .city{
	margin: 0 0 9px;
	color: #a2a2a2;
}
.review-block ul li .plaintext p{
	margin: 0 0 22px;
	line-height: 1.6;
}
.review-block+.ornament-gray{
	margin: 0 0 50px;
}
.review-block+.ornament-gray+.img+.top-form{
	margin-bottom: 0;
}
/* content off */

/* footer */
footer{
	height: 50px;
	margin: -60px 0 0;
	padding: 10px 0 0;
	color: #a2a2a2;
	white-space: nowrap;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* form */
.after-send{
	display: none;
}
.after-send strong{
	font-size: 1.25em;
}
/* form off */

/* slider */
.slider-box{
	overflow: hidden;
	height: 170px;
	margin: 0 0 30px;
	padding: 0 76px;
}
.slider-box li{
	width: 270px;
	height: 170px;
	margin: 0 5px 0 4px;
}
.slider-box li .img{
	padding: 3px;
	border: solid 1px #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slider-block-white .slider-box li .img{
	border-color: #cd9d51;
}
.slider-box li .img:hover{
	opacity: 0.75;
}
.slider-box .img img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin: -28px 0 0;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.delay:not(.hidden) .slider-nav{
}
.slider-nav:hover{
	opacity: 0.75;
}
/* slider off */

/* popup */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-skin{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.popup .fancybox-close{
	top: -10px;
}
.popup table{
	width: 100%;
}
.popup-form{
	width: 300px;
	height: 186px;
	padding: 60px;
	background: url('../images/popup-form.png') no-repeat center center;
}
.popup-img .fancybox-skin{
	border: solid 1px #fff;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* popup off */


/* eof */