@charset "UTF-8";  
@font-face{
	font-family: 'Cuprum';
	src: url('../fonts/cuprum-bold.eot');
	src: url('../fonts/cuprum-bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cuprum-bold.woff') format('woff'),
		 url('../fonts/cuprum-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Cuprum';
	src: url('../fonts/cuprum-bolditalic.eot');
	src: url('../fonts/cuprum-bolditalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cuprum-bolditalic.woff') format('woff'),
		 url('../fonts/cuprum-bolditalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Cuprum';
	src: url('../fonts/cuprum-italic.eot');
	src: url('../fonts/cuprum-italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cuprum-italic.woff') format('woff'),
		 url('../fonts/cuprum-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Cuprum';
	src: url('../fonts/cuprum-regular.eot');
	src: url('../fonts/cuprum-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cuprum-regular.woff') format('woff'),
		 url('../fonts/cuprum-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* 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);
}
.caroufredsel_wrapper img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	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: inherit;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
::-moz-input-placeholder{
	color: inherit;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
:-moz-input-placeholder{
	color: inherit;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
:-ms-input-placeholder{
	color: inherit;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
:focus::-webkit-input-placeholder{
	color: transparent !important;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus:-moz-placeholder{
	color: transparent !important;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus::-moz-placeholder{
	color: transparent !important;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus:-ms-input-placeholder{
	color: transparent !important;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
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{
	text-decoration: none;
}
a[href^='tel']{
	color: inherit !important;
	text-decoration: none !important;
}
html, body{
	height: 100%;
}
body{
	font: 14px/1.43 'Cuprum', sans-serif;
	font-weight: normal;
	color: #727272;
	background: #fff;
}
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: block;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 6px 18px;
	font-size: 14px;
	line-height: 20px;
	color: #efa916;
	text-align: left;
	border: solid 2px #efa916;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 14px;
	background: #fff url('../images/select.png') no-repeat right 18px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
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,
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	background-color: #fff7e5;
}
input[type='text']:valid, input[type='password']:valid, input[type='email']:valid, input[type='tel']:valid, input[type='number']:valid, input[type='search']:valid, input[type='url']:valid, input[type='time']:valid, textarea:valid, select:valid{
	color: #7bb933 !important;
	border-color: #7bb933 !important;
	background-color: #ecffd7 !important;
}
input[type='text']:invalid, input[type='password']:invalid, input[type='email']:invalid, input[type='tel']:invalid, input[type='number']:invalid, input[type='search']:invalid, input[type='url']:invalid, input[type='time']:invalid, textarea:invalid, select:invalid{
	color: #f08482 !important;
	border-color: #f08482 !important;
}
textarea{
	height: 116px;
	text-align: left;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 36px;	   
	margin: 0;
	padding: 6px 18px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #efa916;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: solid 2px #efa916;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
input.button{
	line-height: normal;
}
.button:hover{
	color: #7bb933;
	border-color: #7bb933;
	background-color: #ecffd7 !important;
}
.button:active{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.button[disabled]{
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
	font-size: 13px;
	vertical-align: -3px;
	border: solid 3px #d7d7d7;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='radio']+.input{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -5px;
	content: url('../images/checkbox.png');
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
input[type='checkbox']:checked+.input,
input[type='radio']:checked+.input{
	border: 0 none;
	background: #f7cc80;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.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.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.delay{
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
.nobr{
	white-space: nowrap;
}
hr{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
}
hr,
.line{
	border-bottom: solid 1px #dfdfdf;
}
.line.short{
	padding-bottom: 6px;
	border-bottom: 0 none;
}
.line.short:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 64px;
	height: 0;
	margin: 0 0 0 -32px;
	content: ' ';
	border-bottom: solid 1px #dfdfdf;
}
hr:after,
.line:after,
.nav li.active:after{
	position: absolute;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	content: ' ';
	border: solid 1px #dfdfdf;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.line.short:after{
	bottom: -4px;
}
.white.line:after,
.white .line:after{
	background: #000;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tgroup{
	display: table-row-group;
}
.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;
}
.white{
	color: #fff;
}
.gray{
	color: #989898;
}
.dark{
	color: #434242;
}
.orange{
	color: #efa916;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 26px;
	color: #434242;
}
.plaintext h3{
	margin: 0 0 10px;
	font-size: 16px;
	color: #434242;
}
.white.title,
.white .title{
	color: #fff;
}
.plaintext a:not(.button){
	color: #efa916;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.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;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.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;
}
blockquote{
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	border: solid 1px #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
blockquote:before{
	position: absolute;
	left: 50px;
	bottom: 100%;
	width: 10px;
	height: 10px;
	margin: 0 0 -5px;
	content: ' ';
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
blockquote a{
	line-height: 1;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}
blockquote a:hover{
	border-bottom-color: transparent;
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 1002;
	left: 50%;
	bottom: 10px;
	margin-left: -19px;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.5s ease opacity;
	-moz-transition: 0.5s ease opacity;
	-o-transition: 0.5s ease opacity;
	transition: 0.5s ease opacity;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
#up2top:hover{
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

#wrapper{
	overflow: hidden;
	min-width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
/* header */
header a,
footer a{
	text-decoration: none;
}
header .top{
	padding: 16px 0 12px;
}
header .sign{
	margin: 30px 0 0 50px;
}
header .sign > *:not(:first-child){
	margin-left: 3px;
}
header .phones{
	margin: 20px 0 0 32px;
	font-size: 20px;
}
header .email{
	margin: 26px 0 0;
}
header .email figcaption{
	margin: 6px 0 0;
}
.nav{
	border-bottom: solid 1px #dfdfdf;
}
.nav .inline-table{
	height: 50px;
	font-size: 16px;
}
.nav .td{
	padding: 0 16px;
}
header .email a:hover{
	text-decoration: underline;
}
.nav li.active,
.nav a:hover,
.footer-nav li.active,
.footer-nav a:hover{
	color: #efa916;
}
.nav li.active a,
.footer-nav li.active a{
	cursor: default;
}
.nav li.active:after{
	bottom: -5px;
	border-color: #efa916;
}
/* header off */

/* content */
main{
	padding: 50px 0 148px;
}
.slider-box{
	overflow: hidden;
}
.mainslider{
	overflow: hidden;
	margin: -51px 0 80px;
	background: url('../images/ajax-loader.gif') no-repeat center center;
}
.slider-box .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	background: rgba(0,0,0,0.7);
}
.slider-box .over .table{
	height: 100%;
}
#slider{
	opacity: 0;
}
#slider img{
	width: 100%;
}
.slider-box .over h2{
	font-size: 36px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -8px 0 0;
}
.slider-nav:hover{
	opacity: 1;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#pager{
	opacity: 0;
}
.slider-pager{
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 53px;
	height: 0;
	width: 100%;
}
.slider-pager a{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	border: solid 2px #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.slider-pager a:hover,
.slider-pager a.selected{
	border-color: #efa916;
}
.slider-pager span{
	display: none;
}
.items-list{
	margin: 0 0 80px;
}
.items-list li{
	width: 280px;
	margin: 70px 0 0 70px;
}
.items-list li:nth-child(1),
.items-list li:nth-child(2),
.items-list li:nth-child(3){
	margin-top: 0;
}
.items-list li:nth-child(3n+1){
	margin-left: 0;
}
.items-list li:nth-child(3n){
	margin-right: -4px;
}
.items-list .img{
	margin: 0 0 20px;
}
.mainlist .img:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	content: ' ';
	background: rgba(0,0,0,0.5);
}
.items-list h3{
	margin: 0 0 20px;
	font-size: 16px;
}
.items-list .desc{
	margin: 0 0 10px;
}
.map{
	margin: 0 0 80px;
}
#map-canvas{
	height: 370px;
}
.info-block{
	font-size: 16px;
}
.info-block.relative{
	padding: 50px 0;
	background: url('../files/images/info.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.info-block.relative:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0,0,0,0.8);
}
.info-table{
	width: 100%;
	padding: 80px 0 0;
	line-height: 20px;
}
.info-table .img{
	width: 60px;
	padding-right: 12px;
}
.info-table .txt{
	width: 204px;
	padding-right: 76px;
}
.info-table .txt:last-child{
	padding-right: 0;
}
.info-table .img img{
	max-width: none;
	max-height: none;
}
.content.left,
.content.right{
	width: 630px;
}
.sidebar{
	width: 280px;
}
.content,
.sidebar{
	margin: 0 0 80px;
}
.services-table{
	width: 100%;
	table-layout: fixed;
}
.services-table td,
.services-table th{
	width: 280px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 20px 0;
	border-bottom: dotted 1px #bebebe;
}
.services-table th{
	width: 330px;
	padding-right: 20px;
}
.services-table th .dark{
	margin: 0 0 10px;
	font-size: 16px;
}
.sidebar .info-block{
	margin: 9px 0 0;
	padding: 14px;
	font-size: 16px;
	line-height: 18px;
}
.user-nav .money{
	font-size: 40px;
	line-height: 95%;
}
.rur{
	text-decoration: none;
}
.rur:before{
	position: absolute;
	content: '-';
	font-size: 0.8em;
	line-height: 0.85em;
	margin-top: 0.4em;
}
.user-nav .table{
	margin: 15px 0 -7px;
}
.user-nav a{
	text-decoration: none;
}
.user-nav .active a{
	cursor: default;
}
.user-nav .td{
	height: 40px;
	border-top: solid 1px #fff;
}
.user-nav .tgroup:first-child .td{
	border: 0 none;
}
.user-nav .img{
	width: 0;
}
.user-nav .img img{
	max-width: none;
	max-height: none;
	filter: gray;
	-webkit-filter: grayscale(1) contrast(4);
	-moz-filter: grayscale(1) contrast(4);
	-ms-filter: grayscale(1) contrast(4);
	-o-filter: grayscale(1) contrast(4);
	filter: grayscale(1) contrast(4);
}
.user-nav a:hover .img img,
.user-nav .active .img img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.user-nav .txt{
	width: 1000px;
	text-align: left;
}
.user-nav a:hover .txt,
.user-nav .active .txt{
	color: #efa916;
}
.news-list li:not(:first-child){
	margin-top: 30px;
}
.news-list .date{
	margin: 0 0 10px;
}
.news-list .day{
	font-size: 26px;
}
.news-list h3{
	margin: 0 0 10px;
}
.news-list h3 a{
	text-decoration: none;
}
.news-list h3 a:hover{
	text-decoration: underline;
}
/* content off */

/* footer */
footer{
	min-width: 1024px;
	height: 82px;
	margin: -108px 0 0;
	padding: 25px 0 0;
	border-top: solid 1px #dfdfdf;
}
.footer-nav{
	margin: 0 0 20px;
}
.footer-nav .td{
	width: 10000px;
}
.footer-nav .td:first-child,
.footer-nav .td:last-child{
	width: 5000px;
	text-align: left;
}
.footer-nav .td:last-child{
	text-align: right;
}
footer .socials{
	margin: -4px 200px 0;
}
footer .socials li{
	margin: 0 1.5px;
}
footer .socials a:hover img{
	opacity: 0.75;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* form */
.fancybox-lock{
	overflow: visible !important;
}
.popup .fancybox-skin{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.popup .fancybox-close{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.popup .fancybox-close:hover{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.form{
	width: 300px;
	padding: 20px;
}
.form .title{
	font-size: 24px;
}
.form table{
	width: 100%;
}
.form .before-send td{
	padding: 20px 0 0;
}
.form .before-send tr:first-child td{
	padding: 0;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
/* form off */







/* eof */