
/*
 * XCITY v1.0
 * January 2014
 * http://www.perevorot.com/
 *
 *
 * Author: Lanko Andrey lanko@perevorot.com
 * Author: Melnychuk Slava slavmel@gmail.com
 *
 * Copyright 2014 Perevorot.com
*/

.tdn {
	margin-top: -7px!important;
}

*{
	margin: 0;
	padding: 0;
}

header, nav, section, article, aside, footer, hgroup, figure, figcaption{
	display: block;
	margin: 0;
}

@font-face {
    font-family: 'segoe';
    src: url('fonts/segoe.eot');
    src: url('fonts/segoe.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe.woff') format('woff'),
         url('fonts/segoe.ttf') format('truetype'),
         url('fonts/segoe.svg#segoe') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*TAGS*/

/*a, input, textarea, select, button{	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}*/

iframe, object, embed{	
	width: 100%;	
}


input, textarea, select, button{
	outline-color: #e9d7ad;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	border-radius: 0;
	background: url(../images/select.png) 96% center no-repeat, #fff;	
}

/*
embed{
	width: 100%;
}
*/

a{
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

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

button, submit{
	cursor: pointer;
} 

body, input, textarea{
	font-family: Arial;
}

/*END TAGS*/

/*OTHERS*/

.black{
	color: #000;
}

.border-none{
	border: none !important;
}

.border-top-none{
	border-top: none !important;
}

.border-top{
	border-top: 1px solid #ecebe5;	
}

.center{
	text-align: center;
}

.f16{
	font-size: 16px !important;
	color: #fff !important;
	line-height: normal !important;
}

.f120{
	font-size: 120px;	
}

.f25{
	font-size: 25px;
	line-height: 30px;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.inline{
	display: inline-block;
	vertical-align: top;
}

.gold{
	color: #d5b75d !important;
}

.grey-bg{
	background: #f6f4ec;
}

.mt5{
	margin-top: 5px;
}

.mt8{
	margin-top: 8px;
}

.mb15{
	margin-bottom: 15px;
}

.mb20{
	margin-bottom: 20px;
}

.overflow{
	overflow: hidden;
}

.opacity{
	color: rgba(255,255,255,.5);
}

.relative{
	position: relative;
}

/*END OTHERS*/

.wrapper, .wrapper-inside{
	max-width: 956px;	
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}



/*TOP HEADER*/

.top-header{
	background: #455e22;
	height: 40px;
}

	.top-header a{
		color: #fff;
		font-size: 12px;
	}

.main-search{
	float: right;
	border: 1px solid #7f9067;
	height: 28px;
	margin-top: 5px;
}

	.main-search input[type="search"]{
		background: #445a24;
		height: 28px;
		width: 180px;
		padding-left: 10px;
		vertical-align: top;
		border: none;
		font-size: 11px;
		color: #fff;
		outline: none;			
		-webkit-appearance: none;
	}

	.main-search input[type="search"]::-webkit-input-placeholder{
		color: rgba(255,255,255,.8);
	}
	
	.main-search input[type="search"]:-moz-placeholder{
		color: rgba(255,255,255,.8);	
	}
	
	.main-search submit{
		background: url(../images/search.png) center center no-repeat;
		height: 28px;
		width: 25px;
		display: inline-block;
		vertical-align: top;
		border: none;
	}

.socials{
	float: right;
	margin: 11px 20px 0 0;
	cursor: default;
}

.socials-footer{
	display: none;
	float: none;	
}
	
	.socials a{
		width: 13px;
		height: 13px;
		margin: 0 6px;
		color: #fff;
		display: inline-block;		
		position: relative;
	}
	
	.socials a:hover{
		color: #d5b75d;
		text-decoration: none;
	}
	
	.socials-footer a:first-child{
		margin-left: 0;
	}
		
	/*.socials a span{			
			position: absolute;
			top: 0;
			left: 0;
			width: 13px;
			height: 13px;
			opacity: 0;
			-webkit-transition: opacity .3s ease;
			-moz-transition: opacity .3s ease;
			-o-transition: opacity .3s ease;
			-ms-transition: opacity .3s ease;
			transition: opacity .3s ease;
		}
		
	.fb{
		background: url(../images/socials-sprite.png) 0 0;
	}
	
	.vk{
		background: url(../images/socials-sprite.png) -28px 0;
	}
	
	.tw{
		background: url(../images/socials-sprite.png) -55px 0;
	}
	
	.vimeo{
		background: url(../images/socials-sprite.png) -84px 0;
	}
	
	.youtube{
		background: url(../images/socials-sprite.png) -113px 0;
	}
	
	.fb:hover span{
		background: url(../images/socials-sprite.png) 0 -16px;
		opacity: 1;
	}
	
	.vk:hover span{
		background: url(../images/socials-sprite.png) -28px -16px;
		opacity: 1;
	}
	
	.tw:hover span{
		background: url(../images/socials-sprite.png) -55px -16px;
		opacity: 1;
	}
	
	.vimeo:hover span{
		background: url(../images/socials-sprite.png) -84px -16px;
		opacity: 1;
	}
	
	.youtube:hover span{
		background: url(../images/socials-sprite.png) -113px -16px;
		opacity: 1;
	}*/

.top-nav{
	float: left;
	margin-top: 10px;
}

	.top-nav a{
		margin-left: 25px;
	}
	
	.top-nav a:first-child{
		margin-left: 0;
	}
.top-nav a {
    display: none;
}
.top-nav a:first-child {
    display: inline-block;
}	
/*END TOP HEADER*/

/*BOTTOM HEADER*/

.bottom-header{
	position: absolute;
	z-index:10000;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 11px;	
}

.bottom-header-inside .bottom-header{
	position: relative;
	background: #2e3b1c;	
}

	.bottom-header .wrapper > a, .bottom-header .wrapper > div{
		display: inline-block;
		vertical-align: top;
		margin-top: 4.1841004184%;
		color: #fff;
	}
	
	.bottom-header-inside .wrapper > a, .bottom-header-inside .wrapper > div{
		margin-top: 15px;
	}
	
.logo-box{
	margin-right: 3.1841004184%;
	margin-left: -10px;
	width: 213px;
	height: 80px;	
}

.logo-box-inside{
	margin: 10px 4.1841004184% 5px -15px !important;
	width: 190px;
	height: 75px;	
}

.logo-box-inside object{
	width: 100%;
	height: 75px;
}
	
	.logo{
		width: 220px;
		height: 80px;
		display: block;
		margin-top: -17px;		
		margin-left: -10px;
		position: absolute;
		z-index: 2;
	}
	
	.logo-box object{
		margin-top: -17px;	
		width: 100%;
		height: 100%;		
	}
	
	.bottom-header-inside .logo{
		margin-top: 0;
		width: 190px;
		height: 75px;
		margin-left: 0;
	}

.first-contact{
	padding-right: 3.1841004184%;
}

.second-contact{
	padding: 27px 2.6610878661% 0 0;
	display: none !important;
}

.bottom-header .second-contact{
	padding: 27px 1.6610878661% 0 0;
}

.main-footer .second-contact{
	vertical-align: bottom !important;
}

.lang{
	padding-top: 27px;
	margin: 0 5px;
	color: #d5b75d !important;
}

.lang.active{
	color: #fff !important;	
}

.narrow-toggle{
	display: none !important;
}

.nav-mobile{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 100000;	
	display: none;
	border-bottom: 5px solid #93793d;
}

.nav-mobile > ul{
	
}

.height100, .second-menu-narrow, .second-ul, .third-menu-narrow{
	height: 100%;
}

.second-ul > li, .first-menu-narrow > li, .third-menu-narrow li{
	display: table !important;
}

.second-ul > li > a, .first-menu-narrow > li > a, .third-menu-narrow li a{
	display: table-cell !important;
}

.menu-mobile > a, .lang-mobile-list a{
	line-height: 95px;
}

.nav-mobile ul{
	font-size: 0;
}

.nav-mobile li{
	display: inline-block;
	vertical-align: top;	
	text-align: center;
	width: 25%;
	
	background: #93793d;
}

.nav-mobile, .nav-mobile > ul{
	background: #93793d;
}

.nav-mobile li > a{
	display: block;	
	height: 95px;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	background-color: #d1ad57;	
	vertical-align: middle;
}

.nav-mobile li a{
	text-decoration: none;
}

.nav-mobile li > a.active{
	background-color: #93793d;
}

.nav-mobile li.menu-mobile{
	width: 75%;	
}

.nav-mobile li.menu-mobile > a{
	background-position: right center;
}

.nav-mobile li.menu-mobile > a.active{
	background-image: url(../images/close.png);
	background-position: 75% center;
	background-repeat: no-repeat; 
}

.nav-mobile li .lang-mobile{
	background-color: #d5b75d;
	background-image: url(../images/lang.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.lang-mobile-list, .search-mobile-box, .menu-mobile-box{
	position: absolute;
	top: 99px;
	left: 0;
	width: 100%;
	z-index: 100000;
	display: none;
	background-color: #93793d;
}

	.lang-mobile-list li{
		display: inline-block;
		vertical-align: top;
		width: 33.333333%;
	}
		
		.lang-mobile-list li a{
			background-color: #93793d;
			color: #fff;
		}
		
		.lang-mobile-list li a.active{
			color: rgba(255,255,255,.5);
		}		
					
.nav-mobile li  .search-mobile{
	background-color: #c7a34d;
	background-image: url(../images/search-mobile.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.search-mobile-box{
	text-align: left;
}

	.search-mobile-box input{
		width: 95%;
		background: transparent;
		outline: none;
		height: 100px;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: none;
		font-size: 30px;
		color: #fff;
		padding-left: 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.search-mobile-box input::-webkit-input-placeholder {
		color: rgba(255,255,255,.2);
		text-transform: uppercase;
	}
	
	.search-mobile-box input:-moz-placeholder {
		color: rgba(255,255,255,.2);
		text-transform: uppercase;
	}

.menu-mobile-box{
	min-height: 120px;
	height: 100%;
	overflow: hidden;
}

.menu-mobile-box > ul{
	height: 100%;	
}

.menu-mobile-box li{
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #a99464;
}

	.menu-mobile-box li > a{
		height: auto;
		padding: 30px;
		font-size: 24px;
		background-image: url(../images/menu-arrow-gold.png);
		background-position: 95% center;
		background-repeat: no-repeat;
		background-color: #93793d;
	}
	
	.menu-mobile-box li > a.active{
		background-color: #d5b75d;
	}
	
.bg-none{
	background-image: none !important;
}

.menu-mobile-title-box{
	height: 120px;
	background: #7e6836;
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	display: table;
}

	.menu-mobile-title-box a:hover{
		text-decoration: none;
	}

.menu-mobile-title{
	display: table-cell;
	vertical-align: middle;	
}

.menu-mobile-title-content{
	width: 50%;
	margin: auto;
}

.menu-mobile-title a{
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
}

.prev-mobile, .next-mobile{
	width: 120px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;	
}

.prev-mobile{
	left: 15px;
	color: rgba(255,255,255,.5);
}

.next-mobile{
	right: 15px;
	color: rgba(255,255,255,1);
}

.plank-box{
	float: right;
}

.plank, .enter{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 146px;
	height: 60px;	
	box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	float: right;
	opacity: 1;
	color: #fff;
}

.plank{
	padding: 20px 30px 15px 60px;		
	position: relative;
}

.plank:hover, .enter:hover{
	text-decoration: none;
}

	.plank span.main-span, .plank span.hover-span{
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		-ms-transition: opacity .3s ease;
		transition: opacity .3s ease;
		opacity: 1;
	}
	
	.plank span.main-span{	
		background: url(../images/sprite-combo.png) 0 0;	
	}
	
	.plank span.hover-span{	
		background: url(../images/sprite-combo.png) 0 -60px;	
		opacity: 0;
	}
	
	.plank.enter span.main-span{	
		background: url(../images/sprite-combo.png) 0 -120px;	
	}
	
	.plank.enter span.hover-span{	
		background: url(../images/sprite-combo.png) 0 -180px;	
		opacity: 0;
	}
	
	.plank:hover span.main-span{
		opacity: 0;	
	}
	
	.plank:hover span.hover-span{
		opacity: 1;	
	}
	
	.text-span{
		position: relative;
		z-index: 10;
	}

.enter{
	padding: 15px 30px 15px 60px;
	margin-left: 8px;
		
}

/*END BOTTOM HEADER*/

/*MAIN SLIDER*/

.slider-images{
	position:relative;
}

.slider-images-container{
	overflow: hidden;	
	position: relative;
	background: #2e3b1c;
}

.slider-height{
	height: 545px;
}

.slider-height .image-inner{ 
	display:none
}

.slider-images .image-inner{
	width: 100%;
	height: 545px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 99;
}

.slider-images .image-inner .image-content{
	width: 100%;
	height: 545px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	display: table;
}

.slider-line{
	-ms-transform: skew(64deg);/*45*/
	-moz-transform: skew(64deg);/*45*/
	-webkit-transform: skew(64deg);/*45*/
	-o-transform: skew(64deg);/*45*/
	background:url(../images/line.png);
	width:40px;
	height:27px;
	position:absolute;
	z-index:10001;
	margin-left:-20px;
	margin-top:-13px;
	display:none;
}

.image-main{
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
}

.main-slider{
	position: relative;
	background-color: #2b430a;	
}
	
	.slider-top-bg{
		position: absolute;		
		width: 100%;
		height: 262px;
		left: 0;
		top: 0;
		/*background: url(../images/slider-top-bg.png) repeat-x;*/
		pointer-events: none;
	}
	
	.slider-main-bg{
		position: absolute;		
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		/*background: url(../images/shadow-grad.png) no-repeat;*/
		background: url(../images/slider-top-bg-full.png) no-repeat;
		background-size: cover;
	}
	
	.main-slider img{
		width: 100%;
		/*max-height: 545px;*/
		height: 100%;
		vertical-align: top;
	}

.main-slider-text-box{
	position: relative;
	/*top: 180px;
	left: 0;*/
	left:0;
	top:0;
	width: 100%;
	z-index: 100;
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
}
	
	.main-slider-text{
		width: 464px;
		font-size: 20px;
		color: #fff;		
	}
	
		.main-slider-text img{
			width: auto;
		}
		
		.line{
			width: 40px;
			height: 27px;
			background: url(../images/line.png) no-repeat;
		}
		
	.main-slider-title{
		padding: 30px 0 28px 0;
	}
	
		.main-slider-title p{
			font-size: 36px;
			line-height: 42px;
		}

.slider-nav{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	z-index: 99;
}

	.slider-nav .wrapper{
		height: inherit;
	}

.prev, .next{
	position: absolute;
	bottom: 25px;	
	width: 18px;
	height: 21px;
	cursor: pointer;
}

.prev{	
	background: url(../images/prev.png) no-repeat;
	left: 0;
}

.next{	
	background: url(../images/next.png) no-repeat;
	left: 30px;
}

.slider-bullets{
	position: absolute;
	bottom: 25px;
	right: 0;
}

	.slider-bullets li{
		display: inline-block;
		vertical-align: top;
		width: 9px;
		height: 9px;
		background: url(../images/bullet.png) no-repeat;
		margin-left: 10px;
		cursor: pointer;
	}
	
	.slider-bullets li.active{
		background: url(../images/bullet-active.png) no-repeat;
	}
	
/*END MAIN SLIDER*/

/*MAIN NAV*/

.all-levels{
	position: fixed;
	top: 0;
	left: 0;	
	height: 100%;	
	width: 300px;
	z-index: 1000000;
	background: #93793d;
	overflow: auto;
	text-transform: uppercase;
	font-size: 12px;
}

.all-levels li {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #a99464;
}

.all-levels li > a{
	color: #fff;
	line-height: normal;
	vertical-align: middle;
	display: block;
	padding: 15px 30px 15px 15px;
	background-image: url(../images/menu-arrow-gold.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	
}

.all-levels li.active > a{
	background-color: #d5b75d; 
	background-image: url(../images/menu-arrow.png);
}

.level{
	position: absolute;
	left: 0;
	top: 0;	
	width: 300px;
	height: auto;
	min-height: 100%;
	background: #93793d;
}

.left-shadow{
	box-shadow: 4px 0px 18px 0px rgba(0, 0, 0, .2);
}

.main-nav{	
	background: transparent;	
	margin-top: -5px;
	position: relative;
	z-index: 2;	
}

#level1{
	z-index: 1;
}

#level2{
	z-index: 2;
}

#level3{
	z-index: 3;
}

.is-sticky .menu-box{
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, .2);
}

.sticky-wrapper{
	min-height: 80px;
}

.main-nav ul{
	font-size: 0;
}
	
	.main-nav li{
		display: inline-block;
		vertical-align: top;
		border-top: 5px solid transparent;
		width: 25%;
		position: relative;
		border-collapse: collapse;
	}
	.main-nav li:nth-child(5) {
    	display: none;
	}
	
		.main-nav a{
			/*font-size: 14px;*/
			font-size: 13px;
			line-height: 14px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			border-collapse: collapse;
			display: table-cell;
			vertical-align: middle;
			padding: 0 25px 0 50px;
			width: 1%;
			height: 75px;			   	
			position: relative;	
			border-color: #fff;	
				
		}
		.main-nav Li:last-child > a {
			padding: 0 10px 0 34px;
		}
		.main-nav a:hover, .menu-one-main:hover, .title-section a:hover, .column-title a:hover, .square-title a:hover{
			text-decoration: none;
		}
		
		.main-nav li.active{
			border-top: 5px solid #f6f4ec;	
			position: relative;
			z-index: 2;					
		}		
		
		.main-nav-inside li.active{
			border-top: 5px solid #fff;
		}
			
		.main-nav li:hover, .main-nav li.current{
			border-top: 5px solid #d5b75d;
		}
			
			.main-nav li a{
				background-position: 20px center;
				background-repeat: no-repeat;				
			}
			.main-nav Li:last-child > a {
				background-position: 10px center;
			}
			.main-nav li.active a{				
				color: #474237;	
				background-color: #f6f4ec;			
			}
			
			.main-nav-inside li.active a{
				background-color: #fff;
			}
			
			.main-nav li.current a{				
				color: #fff;	
				background-color: #93793d;			
			}
			
			.main-nav li.active span{
				background: url(../images/menu-arrow-active.png);
			}
			
		.main-nav a:hover{
			background-color: #93793d;			
		}		
		
		.main-nav a:hover span, .main-nav li.current a span{
			background: url(../images/menu-arrow-gold.png);
		}
		
		.bank{
			background-image: url(../images/bank.png);	
			background-color: #d9bd6a;		
		}
		
		.main-nav li.active .bank, .main-nav li.current .bank{
			background-image: url(../images/bank-gold.png);			
		}
				
		.user{
			background-image: url(../images/user.png);
			background-color: #d5b75d;
		}
				
		.main-nav li.active .user, .main-nav li.current .user{
			background-image: url(../images/user-gold.png);
		}		
		
		.portfolio{
			background-image: url(../images/portfolio.png);
			background-color: #d1ad57;
		}
		
		.main-nav li.active .portfolio, .main-nav li.current .portfolio{
			background-image: url(../images/portfolio-gold.png);
		}	
		
		.newspaper{
			background-image: url(../images/newspaper.png);
			background-color: #c7a34d;
		}
		
		.main-nav li.active .newspaper, .main-nav li.current .newspaper{
			background-image: url(../images/newspaper-gold.png);
		}
			
		.book{
			background-image: url(../images/book.png);
			background-color: #c19d47;
		}
		
		.main-nav li.active .book, .main-nav li.current .book{
			background-image: url(../images/book-gold.png);
		}
				
		.arrow-right{
			width: 5px;
			height: 9px;
			background: url(../images/menu-arrow.png);
			position: absolute;
			top: 50%;
			right: 15px;
			margin-top: -4.5px;
		}
		
.main-nav-bg{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 70px;
	background: #DFC579;	
	background: -webkit-linear-gradient(to right, #d9bd6a, #d9bd6a, #AD8F44, #AD8F44);
	background: -moz-linear-gradient(to right, #d9bd6a, #d9bd6a, #AD8F44, #AD8F44);
	background: -ms-linear-gradient(to right, #d9bd6a, #d9bd6a, #AD8F44, #AD8F44);
	background: -o-linear-gradient(to right, #d9bd6a, #d9bd6a, #AD8F44, #AD8F44);
	background: linear-gradient(to right, #d9bd6a, #d9bd6a, #AD8F44, #AD8F44);
	-pie-background: linear-gradient(to right, #d9bd6a, #d9bd6a, #AD8F44, #AD8F44);
	behavior: url(PIE.htc);
	z-index: -1;
}

.main-nav-border{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #93793d;
}

.main-article{
	position: absolute;
	width: 100%;
	left: 50px;
	bottom: -12px;	
	display: none;
	z-index: 2;	
}

.main-nav li.current .main-article{
	display: block;
}

	.main-article a{
		font-size: 12px;
		line-height: 17px;
		color: #d5b75d !important;
		border: 1px solid #a99464;
		padding: 6px;
		font-weight: normal;
		text-transform: none;
		display: inline;
	}
	
	.main-article a:hover{
		text-decoration: none;
		background-color: #7a6532 !important;
		border: 1px solid transparent;
	}
	
/*END MAIN NAV*/

/*MENU*/

.menu-box{
	position: relative;
	width: 100%;
	z-index: 100000;
}

.menu{
	background: #93793d;
	font-size: 0;
	display: none;
	position: relative;
	box-shadow: 0px 6px 65px 0px rgba(0, 0, 0, 0.37);
	z-index: 0;
}

	.menu-column{
		width: 17.071129707%;
		display: inline-block;
		vertical-align: top;
		padding: 10px 0 30px 0;
		margin-left: 28px;	
	}
	
	.menu-column:first-child{
		margin-left: 0;
	}
	
	.menu a{
		display: inline-block;
		font-size: 12px;
		line-height: 16px;
		color: #d3c59b;
		margin-bottom: 5px;
		padding: 0 7px;
	}
	
	.menu a.active{
		color: #fff;
		background: #7a6532;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.menu a:hover{
		color: #fff;
		text-decoration: underline;
	}
	
	.menu a.menu-one-main{
		font-size: 14px;		
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		margin: 30px 0 20px 0;
	}

.menu-close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 25px;
	height: 25px;
	background: url(../images/close.png) no-repeat;
	border-radius: 25px;
	cursor: pointer;
}

.menu-close:hover{
	background: url(../images/close-hover.png) no-repeat;
	/*box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.09);*/
}

/*END MENU*/

/*MAIN SECOND MENU*/

.four-columns.grey-bg{
	padding-bottom: 40px;
}

.four-columns, .four-columns .wrapper, .three-columns{
	font-size: 0;
}

.four-columns .one-column{
	width: 22.80334728%;
	margin-left: 2.9288702929%;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;

}

.four-columns .one-column a{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.three-columns .one-column{
	width: 32.112676056%;
	margin-left: 1.8309859155%;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 	
}

.one-column:first-child, .four-columns .one-column:nth-child(4n+1),  .three-columns .one-column:nth-child(3n+1){
	margin-left: 0;
}

.column-title{
	padding: 30px 0 20px 0;	
}

.tv-title{
	margin-top: -20px;
}

	.column-title a, .square-title a{
		color: #000;
		font-size: 24px;
		line-height: 22px;
	}

	.second-menu a{
		display: block;
		font-size: 15px;
		line-height: 18px;
		color: #897f67;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #dfdacc;
	}
	
	.second-menu a:first-child{
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	
	.second-menu a:hover{
		color: #474237;
	}	
	
/*END MAIN SECOND MENU*/

/*MENU NARROW*/

.menu-narrow-fixed{
	position: fixed;
	left: -300px;
	top: 200px;
	width: 348px;
	height: 100%;
	z-index: 100000;
	display: none;
}

.menu-narrow-block{
	position: relative;
	min-height: 48px;
	left: 0;
	height: 0;
}

.menu-narrow-left{
	width: 300px;
	height: 100%;
	background: #93793d;
}

.menu-narrow-left.active{
	position: absolute;
	top: -248px;
	height: 1000px;
	z-index: 1000000;
}

.menu-narrow-right{
	position: absolute;
	right: 0;
	top: 0;	
	width: 48px;
	
}

.lang-narrow-top{
	float: right;
	margin: 11px 20px 0 0;
	display: none;
}

.lang-narrow, .menu-narrow, .search-narrow{
	display: block;
	width: 48px;
	height: 48px;	
}

.lang-narrow{
	background: url(../images/lang-narrow.png) center center no-repeat #dcc171;
}

.menu-narrow{
	background: url(../images/menu-narrow.png) center center no-repeat #d1ad57;
}

.search-narrow{
	background: url(../images/search-narrow.png) center center no-repeat #b59446;
}

.menu-narrow-btn{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/menu-narrow.png) center center no-repeat #455e22;
	border-bottom: 5px solid #4a5043;
	z-index: 10;
	cursor: pointer;
	display: none;
}

.menu-narrow-btn:hover, .menu-narrow-btn.active{
	background-color: #4a5043;
}

.first-menu-narrow, .second-menu-narrow{
	position: relative;
}

.second-menu-narrow-box, .third-menu-narrow{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;	
	height: 100%;
	background: #93793d;
}

.zindex{
	z-index: 2;
}

.third-menu-narrow .menu-mobile-title-box a{	
	background-color: transparent !important;
	padding: 0;
}

.menu-mobile-box .third-menu-narrow li a{
	background-image: none;
}

/*END MENU NARROW*/

/*BREADCRUMBS*/

.breadcrumbs a{
	font-size: 11px;
	line-height: 40px;
	color: #b4ad9d;
}

.breadcrumbs-list a{
	padding-right: 20px;
	margin-right: 15px;
	background: url(../images/breadcrumbs.png) right center no-repeat;
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs-list a:last-child{
	background: none;
	margin-right: 0;
}

.breadcrumbs a.active, .return{
	color: #897f67 !important;
}

.return{
	padding-left: 40px;
	background: url(../images/return.png) left center no-repeat;
	float: right;
}

/*END BREADCRUMBS*/

/*MAIN ASIDE*/

.main-aside{
	width: 218px;
	display: inline-block;
	vertical-align: top;
	margin-right: 28px;
	background: #f6f4ec;
	padding-top: 20px;
}

	.main-aside a{
		text-decoration: none;
	}

	.main-aside .square-title{
		padding: 0 20px;
		margin-bottom: 10px;
	}

	.first-menu li{
		list-style: none;		
	}
		
	.first-menu li.active{
		background: #ebe8de;
	}
	
		.first-menu > ul > li.active > a{
			background: url(../images/arrow-down-gold.png) right 17px no-repeat;			
			color: #000;
		}
		
		.first-menu > ul > li a{
			margin: 0 20px;
		}
		
		.first-menu a{
			display: block;
			padding: 12px 0;
			color: #897f67;
			font-size: 15px;
		}
		
		.first-menu a:hover{
			color: #000;
		}
		
.bg-none > a{
	background: none !important;	
}

.podmenu li.active{
	background: #d5b75d;
}

	.podmenu li.active a{
		color: #fff;
		border-bottom: none;
	}

	.podmenu a{
		font-size: 12px;
		line-height: 16px;
		color: #a89e86;
		margin: 10px 0 0 0;		
		display: block;		
		border-bottom: 1px solid #d6d1c4;
	}
	
	.podmenu li:last-child a{
		margin-bottom: 0;
		border-bottom: none;
	}

/*END MAIN ASIDE*/

/*MAIN CONTENT*/

.content{
	width: 74.267782427%;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #ecebe5;
	font-size: 15px;
}
.transcard .content.inside-wrapper {
	width: 100%;
}

.main-content{
	font-size: 0;
}

.main-content-title{
	padding: 30px 0 20px 0;
}

	.main-content-title h1{
		font-size: 35px;
		line-height: 30px;
		font-weight: normal;
	}

.content h2{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}

.page{
	font-size: 15px;
	color: #777;
}

.page b, .page strong{
	color: #000;
}

.page p, .page li{
	font-size: 15px;
	line-height: 30px;
	color: #777;
}

figcaption{
	font-size: 12px;
	line-height: 22px;
	color: #b4ad9d;
	text-align: center;
	padding: 10px 0;
}

.image-right, .image-left{
	clear: both;
	overflow: hidden;
}

.image-right h2, .image-left h2{
	margin-bottom: 0 !important;
}

.image-right figure{
	margin-left: 28px;
}

.image-left figure{
	margin-right: 28px;
}

.article-title{
	padding-bottom: 10px;
}

	.article-title h2{
		font-size: 15px;
		line-height: 18px;
		font-weight: bold;
	}

.content-image{
	float: right;
	padding-left: 28px;
	position: relative;
	background: #fff;
	z-index: 99;
}
	
	.content-image img{
		vertical-align: top;
	}

	.content-image-fig{
		position: absolute;
		width: 180px;
		left: 20px;
		bottom: 15px;
		text-align: left;
	}
	
		.content-image-fig p{
			font-size: 15px;
			line-height: 18px;
			font-weight: bold;
			color: #fff;
		}

.line2{
	width: 20px;
	height: 18px;
	position: absolute;
	left: 48px;
	top: -9px;
	background: url(../images/line2.png) no-repeat;
}

.one-article{
	border-top: 1px solid #ecebe5;
	margin-top: 25px;
	padding-top: 25px;
}

.one-article:first-child{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
	.page a, .page a > strong, .page a > b, .act-box-new a{
		color: #455e22;
		line-height: 22px;
	}

.act-box-new {
	display: none;
}
	
	.act-box-new a {
		font-size: 15px;
	}
	
	.page h1, .page h2, .page h3{
		color: #000;
	}
	
	.page h2{
		margin-bottom: 25px;
	}
	
	.page h2 > strong{
		font-weight: normal;
	}
	
	.page h3{
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;		
	}
	
	.page ol, .page ul{
		margin-top: 5px;
	}
	
	.page ol{
		counter-reset: li; 
	    padding: 0; 
	    list-style: none; 
	}
	
	.page ol li{		
		position: relative;
		line-height: 30px;
		margin-left: 30px;
		padding-left: 5px;
	}	
	
	.page ol li:before{
	    content: counter(li); 
	    counter-increment: li; 		
	    position: absolute;	
	    top: 0;   
		left: -20px;
		width: 2em;
		color: #93793d;
	}
	
	.page ol li li:before{
		content: none;
	}
	
	.page ul li{
		list-style-image: url(../images/list.png);
		margin-left: 25px;
		padding: 0px 0 20px 10px;	
	}
	
	.page ul li ul, .page ol li ul{
		margin-top: 15px;
	}
	
	.page ul li ul li, .page ol li ul li{
		list-style-image: url(../images/list2.png);		
	}
	
	.page ul li ul li:last-child, .page ol li ul li:last-child{
		padding-bottom: 0;
	}

.two-columns{
	font-size: 0;
}
	
.two-columns-one{
	width: 50%;
	display: inline-table;
	vertical-align: top;	
	font-size: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.one-report{
	margin-bottom: 25px;	
	border-bottom: 1px solid #ecebe5;
}

.two-columns-one:nth-child(odd){
	padding-right: 2.3169014085%;
}

.report li{
	list-style-image: url(../images/report.png) !important;
}

.report .grey-color{
	font-size: 12px;
}

.one-article table{
	width: 100%;	
	border-collapse: collapse;	
	text-align: center;
	word-wrap: break-word;
	display: -webkit-box;
	overflow-x: auto;
}

	.one-article tr:first-child td, .one-article tr:first-child th{
		font-size: 15px;
		line-height: 18px;
		color: #fff !important;
		font-weight: normal;
		background: #d5b75d !important;
		padding: 10px 15px;
		border: 1px solid rgba(255,255,255,.2);
	}
	
	.one-article tr:first-child td strong, .one-article tr:first-child bold{
		color: #fff;
	}
	
	.one-article tr:first-child th:first-child{
		text-align: left;
	}
	
	.one-article tr:nth-child(2) th{
		font-size: 12px;
		line-height: 18px;
		color: #f6f4ec;
		background: #c19d47;
	}
	
	.one-article tr:nth-child(odd) td{
		background: #f6f4ec;
	}
	
	.one-article tr:nth-child(even) td{
		background: #ebe8de;
	}
	
	.one-article tr td:first-child{
		text-align: left;
		color: #000;
	}
	
	.one-article td{
		width: 1%;
		padding: 10px 15px;
		font-size: 15px;
		line-height: 20px;
		color: #777;
		border: 1px solid #e5e3db;		
	}

.question-form{
	margin-top: 40px;
	padding: 25px 20px;
	background: #f6f4ec;	
	position: relative;	
}
	
	.question-form-title{
		margin-bottom: 20px;
	}
	
		.question-form-title p{
			font-size: 24px;
			line-height: 28px;
		    color: #000;
		}

.main-aside .question-form{
	padding: 0 20px 20px 20px;
}

.main-aside .question-form .two-columns{
	width: 100%;
}

.main-aside .question-form .two-columns-one{
	width: 100%;
	padding-right: 0;
}

.main-aside .question-form .dop{
	padding-top: 0;
	border-top: none;
}

.main-aside .question-form .dop-one{
	width: 100%;
}

.main-aside .question-form .dop-one:last-child{
	margin-bottom: 0;
}

.main-aside .question-form input[type="checkbox"]{
	vertical-align: top;
}

.main-aside .question-form .dop label{
	width: 152px;
	
	display: inline-block;
	font-size: 12px;
	color: #777;
}

.main-aside .question-form button{
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}

#form_main{
	font-size: 0;
}

.select-coin{	
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 0;
}

.select{
	background: url(../images/select.png) right center no-repeat;
	padding-right: 15px;
}

.select-up{
	background: url(../images/select-up.png) right center no-repeat;
}

.hide{
	margin-top: 8px;
	display: none;
}

	.select-coin .two-columns{
		width: 83.462686567%;
	}

	.select-coin submit{
		vertical-align: bottom;
		margin-left: 11px;
	}

.all-coins, .all-books, .all-partners{
	font-size: 0;
}

.all-coins{
	margin-top: 30px;
}

.all-news{
	margin-top: 25px;
}

.four-books .one-book{
	margin-right: 27px !important;
}

.four-books .one-book:nth-child(4n){
	margin-right: 0 !important;
}

.four-books .one-book-image{
	border: 1px solid #ecebe5;
}

.one-book-image img{
	vertical-align: top;
}

.one-coin, .one-partner{
	display: inline-block;
	vertical-align: top;
	width: 227px;	
	margin-right: 13px;	
}

.one-coin{
	margin-bottom: 30px;
}

.one-partner{
	margin-bottom: 40px;
	text-align: center;
}

.one-coin:nth-child(3n), .one-book:nth-child(3n), .one-partner:nth-child(4n){
	margin-right: 0;
}

	.one-coin p, .one-book p, .one-partner p{
		color: #455e22;
	}

.one-coin:hover, .one-book:hover, .one-partner:hover{
	text-decoration: none;
}

	.one-coin:hover .one-coin-image, .one-partner:hover .one-partner-image{
		border: 1px solid #dfc579;
	}
	
	.one-coin:hover p, .one-book:hover p, .one-partner:hover p{
		color: #789949;		
	}

.one-coin-image, .one-partner-image{
	width: 226px;
	border: 1px solid #ecebe5;
	text-align: center;
	margin-bottom: 15px;
}

.one-coin-image{	
	line-height: 209px;	
}

.one-partner-image{
	line-height: 148px;
}

	.one-coin-image img, .one-partner-image img{
		vertical-align: middle;
	}

.one-book{
	vertical-align: top;
	display: inline-block;
	margin: 30px 27px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 218px;
}

.one-new{
	margin-bottom: 25px;	
}

.one-new p{
	line-height: 22px;
}

.question-form label{
	font-size: 15px;
	display: block;
	line-height: 30px;
}

.main-aside .question-form label{
	line-height: normal;
	margin-bottom: 5px;
}

.question-form input[type="text"], .question-form textarea, .question-form select{
	width: 100%;
	padding: 7px 25px;
	border: 1px solid #e2e2e2;
	font-size: 15px;	
	color: #777;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main-aside .question-form select{
	padding: 7px 10px;
	font-size: 12px;
}

.question-form input[type="text"], .question-form select{
	height: 38px;
}

.question-form input[type="text"]::-webkit-input-placeholder, .question-form textarea::-webkit-input-placeholder{
	color: transparent;
}

.question-form input[type="text"]:-moz-placeholder, .question-form textarea:-moz-placeholder{
	color: transparent;
}

.question-form select{
	width: 100%;
}

.star:after{
	content: "*";
	color: #93793d;
	margin-left: 5px;
}

.question-form textarea{
	height: 178px;
	resize: vertical;
}

.question-form button{
	width: 14.737991266%;
	line-height: 38px;
	background: #d5b75d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
	border: none;
	text-align: center;
	margin-left: 1.2008733624%;
}

.question-form input[type="checkbox"]{
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;    
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    border: 0px inset ThreeDFace;
    background: url(../images/check.png) no-repeat #fff;	
    vertical-align: bottom;
    margin-right: 10px;
}

.question-form input[type="checkbox"]:checked{
	background: url(../images/check-active.png) no-repeat #fff;
}

.dop{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d1d0c9;
	display: none;
}

.dop-one{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

.dop label{
	display: inline;
	line-height: 16px;
}

.error{
	border: 1px solid #f18888 !important;
	background: url(../images/attention.png) 96% center no-repeat, #fff;	
}
.error-bottom {
	border-bottom: 1px solid #f18888 !important;
	background: url(../images/attention.png) 96% center no-repeat, #fff;	
}
.red{
	color: #f18888 !important;
	background: url(../images/attention.png) left center no-repeat, #fff;
	padding-left: 25px;
	margin-top: 20px;
}

.line3{
	position: absolute;
	left: 20px;
	top: -12px;
	width: 20px;
	height: 25px;
	background: url(../images/line3.png) no-repeat;
}

.question-form-bottom{
	margin-top: 30px;
	overflow: hidden;
	padding: 2px 0;
}

.star-text, .star-block{
	padding-top: 5px;
}

.star-text{	
	width:110px;
	margin-left: 2px;		
}

#captcha_img{
	margin-top:-6px;
}

	.question-form-bottom p, .question-form-bottom span{
		font-size: 13px;
		line-height: 14px;
	}

.captcha-box{
	 margin-left: 25px;
	 padding-left: 25px;
	 border-left: 1px solid #d1d0c9;
}

	.captcha-text{
		width: 110px;
		margin-right: 25px;
		padding-top: 5px;
	}

	.captcha-box input[type="text"]{
		width: 100px;
		margin: 0 20px;
	}

.coin-description{
	width: 65.352112676%;
	border-top: 1px solid #ecebe5;
	border-bottom: 1px solid #ecebe5;
	padding-bottom: 15px;
}

.main-coin{
	margin-bottom: 35px;
}

.main-coin-aside{
	width: 32.112676056%;
	border-top: 1px solid #ecebe5;
}
	
	.main-coin-aside .one-coin-image{
		margin-bottom: 0;
		line-height: 222px;
		width: 100%;
	}
	
	.main-coin-aside .one-coin-image:first-child{
		border-top: none;
	}

.price{
	display: inline-block;
	color: #dfc579 !important;
	border: 1px solid #dfc579;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	behavior: url(PIE.htc);
	padding: 8px;
}

.years-box{
	width: 100%;
	background: #f6f4ec;	
	display: none;
}

	.years-box a{
		color: #9a8149;
		font-size: 13px;
		line-height: 40px;
		padding: 0 8px;
		display: inline-block;
	}
	
	.years-box a.active{
		color: #fff;
		background: #d5b75d;
		padding: 0 16px;
	}

.one-act{
	padding: 25px 0;
	border-top: 1px solid #ecebe5;
	background: url(../images/list.png) left 12px no-repeat;
}

.admin{
	overflow: hidden;
	clear: both;
	background: none;	
}

.one-act:first-child{
	border-top: 5px solid #f6f4ec;
}

	.one-act-header h3{
		margin-bottom: 0;
	}

	.one-act-header .grey-color{
		font-size: 12px !important;
		font-weight: bold;
	}

.one-act-title, .one-act-text{
	display: inline-block;
	vertical-align: top;
}

.one-act-title{
	width: 30.704225352%;
	margin-right: 3.3802816901%;
}

	.one-act-title img{
		vertical-align: top;
		width: 100%;
	}

.one-act-text{
	width: 65.352112676%;
}

.admin .one-act-title{
	float: left;
}
.admin .one-act-header{
	background: url(../images/list.png) left top no-repeat;
	padding-top: 10px;
}

.city{
	padding-top: 30px;
	border-top: 1px solid #ecebe5;
}

.city:first-child{
	border: none;
}

	.city h2{
		margin-bottom: 10px;
	}

	.city .one-act{
		padding: 0 0 30px 0;
		border: none;
		font-size: 0;
	}

.bold{
	font-weight: bold;
}
							
/*END MAIN CONTENT*/

/*PAGINATOR*/

.paginator{
	padding: 30px 0;	
	border-top: 1px solid #ecebe5;
}

	.paginator a{
		display: inline-block;
		vertical-align: middle;
		color: #000;
		font-size: 24px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		margin-right: 10px;
	}
	
	.paginator a.active{
		background: #d7b95f;
		color: #fff;
	}

	.paginator .next-page, .paginator .prev-page{
		color: #897f67;
		font-size: 12px;
		line-height: 14px;		
	}
	
	.paginator .next-page{
		background: url(../images/next-page.png) right center no-repeat;
		padding-right: 55px;
	}
	
	.paginator .prev-page{
		background: url(../images/prev-page.png) left center no-repeat;
		padding-left: 40px;
		margin-right: 30px;
	}
	
/*END PAGINATOR*/

/*TABLE*/

.table{
	display: table;
	width: 100%;
	table-layout: fixed;	
}

.row{
	display: table-row;
}

.cell{
	display: table-cell;
	padding-bottom: 10px;
}

	.table p, .coin-block p{
		color: #777;
		font-size: 15px;
		line-height: 30px;
	}
	
	.table .bold, .coin-block .bold{
		color: #000;
		font-size: 15px;		
		font-weight: bold;	
		line-height: 40px;		
	}

.coin-content{
	width: 100%;
	font-size: 0;
}

.object-description{
	width: 100%;
}

.object-description .main-content-title{
	width: 65.352112676%;
	float: left;
}

.object-description .coin-content{
	width: 65.352112676%;
}

	.coin-block{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-bottom: 10px;
		padding-right: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

/*TABLE*/

/*MAP - REGIONS*/

.map-regions{
	margin-top: -40px;
	font-size: 0;
}

.map-regions-inside .map-regions{
	margin-top: 0;
}

.map-regions-inside{
	margin: 50px auto;
	max-width: 956px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	.map-regions a{
		height: 80px;
		width: 48.535564854%;
		display: inline-block;
		vertical-align: top;
		color: #fff;
		padding: 20px 20px 20px 70px;
		border-bottom: 5px solid transparent;
		box-sizing: border-box;
	    -moz-box-sizing: border-box; 
	    -webkit-box-sizing: border-box; 	
	}
	
	.map-regions a:hover{
		text-decoration: none;
	}
	
	.map-href:hover{
		border-bottom: 5px solid #45515e;
		background-color: #5a6876;
	}
		
	.regions-href:hover{
		border-bottom: 5px solid #5e444f;
		background-color: #755966;
	}	
		
		.map-regions a p{
			font-size: 20px;
			line-height: 18px;
		}
		
		.map-regions a .sum{
			opacity: .5;
			font-size: 11px;
			line-height: normal;		
			margin-left: 20px;
			float: right;
		}

.map-href{
	background-image: url(../images/marker.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #525f6d;
	margin-right: 2.9288702929%;
}

.regions-href{
	background-image: url(../images/compose.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #6c515d;
}

/*END MAP - REGIONS*/

/*NEWS-INDEX*/

.title-section{
	padding: 30px 0 15px 0;
  position: relative;
}

.title-contact{
	padding: 10px 0 0 0;
}

.w100{
	width: 100%;
}

.w250{
	width: 250px;
}

.w500{
	width: 500px;
}

.w770{
	width: 770px !important;
}

.regions-search{
	border-bottom: 5px solid #ebe8de;
}

.regions-map{
	position: relative;	
	margin-bottom: 35px;
}

.regions-map-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../images/regions-map-bg.png) center top repeat-x;
	pointer-events: none;
}

.regions-more{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 40px;
	background: url(../images/arrow-down-gold-dark.png) center center no-repeat #f6f4ec;
	cursor: pointer;
}

.regions-more.active{
	background: url(../images/arrow-up-gold-dark.png) center center no-repeat #f6f4ec;
}

.region-main-contact{	
	overflow: hidden;	
}

.all-regions-contacts-box{
	border-top: 1px solid #ecebe5;	
	padding-top: 15px;
	display: none;
}

.region-right{
	float: right;
	margin-top: 60px;	
}

	.region-right p{
		line-height: 30px;
	}

.one-region-contact .bold{
	color: #000;
}

.one-region-contact .f16, .region-main-contact .f16{
	color: #777 !important;
}

.column300{
	width: 300px;
	margin-right: 28px;
	margin-bottom: 20px;
}

.mt40{
	margin-top: 40px;
}

.mb10{
	margin-bottom: 10px !important;
}

.mb25{
	margin-bottom: 20px;
}

.f25{
	font-size: 24px !important;	
}

.main-contact{
	border-bottom: 1px solid #ecebe5;
	padding-bottom: 40px;
	margin-bottom: 15px;
}

.main-contact .f25{
	line-height: 40px !important;
}

.lang-box{
	width: 100px;
	text-align: center;
	padding-top: 25px;	
}

.phone-box{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-bottom: 10px;
}

.border{
	border: 1px solid #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	behavior: url(PIE.htc);
	padding: 0 10px;
	margin-left: -10px;
	line-height: 30px;
	display: inline-block;	
}

.main-contact .bold{
	color: #000;
}

.all-contacts{
	font-size: 0;
}

.one-contact{
	width: 68.619246862%;	
	display: inline-block;
	vertical-align: bottom;
	margin-right: 28px;
	margin-bottom: 45px;
	font-size: 15px;
}

.all-contacts .one-contact{
	width: 464px;	
}

.one-contact:nth-child(even){
	margin-right: 0;
}

.one-contact img{
	vertical-align: top;
	margin-right: 28px;
}

.one-contact .bold{
	color: #000;
}

.one-contact .f16{
	margin: 15px 0 15px 0;
}

	.title-section a{
		font-size: 30px;
		line-height: 22px;
		color: #000;
	}
	
	.title-section img, .title-contact img{
		margin-left: 20px;
	}
	
.date{
	font-size: 11px;
	line-height: 20px;
	color: #847c69;
	background: #f4f2ea;
	padding: 0 10px;
	margin-top: 15px;
	display: inline-block;
}

.main-content-title .date{
	margin-top: 20px;
}

.all-regions-contacts{
	font-size: 0;
	border-bottom: 1px solid #ecebe5;
	margin-bottom: 20px;
}

.one-region-contact{
	width: 300px;
	margin-right: 28px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.one-region-contact:nth-child(3n){
	margin-right: 0;
}

/*END NEWS-INDEX*/

/*FOUR SQUARE*/

.one-column table{
	width: 100%;
	border-collapse: collapse;
}

	.one-column table p, .one-column table span{
		font-size: 13px;
		line-height: 25px;		
		color: #000;
	}
	
	.one-column table .grey-color{
		font-size: 10px;
		text-align: right;
		line-height: 10px !important;
	}
	
	.one-column table tr td{
		border-bottom: 1px solid #e2ded4;
	}
	
	.one-column table tr:last-child td{
		border-bottom: none;
	}		

.color1, .color2, .color3, .color4{
	padding: 15px;
	height: 201px;
	position: relative;
	margin-bottom: 0;
}
	
.color1{
	border: 5px solid #dfc579;
}

.color2{
	border: 5px solid #d5b75d;
}

.color3{
	border: 5px solid #c7a34d;
}

.color4{
	border: 5px solid #918a7f;
}

.grey-color{
	color: rgba(0,0,0,.3) !important;
	font-size: 11px;
	line-height: 22px !important;
}

.grey-cell p{
	color: rgba(0,0,0,.56) !important;
	text-align: right;
}

.more{
	position: absolute;
	left: 15px;
	bottom: 10px;
}

.more .brown{
	display: block;
}

.more-slider{	
	display: inline-block;
	margin-top: 20px;	
	font-size: 15px;
}

	.more-slider a{
		color: #fff;
		display: block;
		padding: 5px 10px;
		border: 1px solid #fff;
	}
	
	.more-slider a:hover{		
		text-decoration: none; 
		background: #d5b75d;
		border-color: #d5b75d;
	}
	
.brown{
	font-size: 11px;
	line-height: 18px;
	color: #a09271;	
}

.up{
	background: url(../images/arrow-up.png) right center no-repeat;
	padding-right: 10px;
	line-height: normal !important;
}

.down{
	background: url(../images/arrow-down.png) right center no-repeat;
	padding-right: 10px;
	line-height: normal !important;
}

.coin{
	background: url(../images/coin.jpg) right center no-repeat;
}

.coin .more{
	padding-right: 90px;
	
}

.coin .more a{
	line-height: inherit;
	padding-bottom: 5px;
}

/*END FOUR SQUARE*/

/*VIDEO*/

.one-video{
	margin-bottom: 20px;		
	position: relative;
}

.one-video img{
	vertical-align: top;
	width: 100%;
}

.play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 41px;
	height: 41px;
	margin: -20px 0 0 -20px;
	background: url(../images/play.png) no-repeat;
}

/*END VIDEO*/

/*FACEBOOK*/

.fb-box{
	margin-top: 80px;
	margin-bottom: 20px;
}

.fb_container{
		height:126px; 
		/*width:918px;*/ 
		width: 597px!important;
		overflow:hidden; 
		margin-bottom:20px;
		padding-top: 2px;
	}
	.fb_container tr td:first-child {
		padding-top: 5px;
	}
	
		.fb_content_left{
			position:relative; 
			top:-14px; 
			left:-1px; 
			width:299px; 
			overflow:hidden;
		}
		
			.fb_content_left iframe{
				border:none; 
				overflow:hidden; 
				width:300px; 
				/*height:88px;*/
				height: 98px;
				padding-top: 5px;
			}
		
		.fb_content_right{
			position:absolute; 
			top:-145px; 
			left: 24px;
			overflow:hidden;
		}
		
			.fb_content_right iframe{
				border:none; 
				overflow:hidden; 
				width:661px; 
				position:relative; 
				left:-1px;
			}

/*END FACEBOOK*/

/*MAIN FOOTER*/

.footer-mobile{
	display: none;
}

.main-footer{
	background: #4a5043;
	padding: 35px 0;
	display: block;
}

	.main-footer p, .main-footer span{
		font-size: 11px;
		line-height: 14px;
		color: #b4b5b2;
	}
	
	.main-footer a{
		font-size: 13px;
	}
	
	.footer-column{
		display: inline-block;
		vertical-align: top;
		margin-right: 2.9288702929%;
	}
	
	.footer-column:last-child{
		margin-right: 0;
	}
	
	.main-footer .first-contact, .main-footer .second-contact{
		padding-right: 0;
	}

.sub-narrow{
	display: none !important;	
}

.perevorot{
	width: 130px;
	margin-right: 15px;	
}

.perevorot a{
	color: #b4b5b2;
	font-size: 11px;
}

.perevorot-logo{
	display: block;
	background: url(../images/perevorot.png) right top no-repeat;
	width: 77px;
	height: 28px;
	float: right;	
}

.perevorot-logo:hover{
	background: url(../images/perevorot-hover.png) right top no-repeat;	
	box-shadow: 0px 0px 12px 0px rgba(183, 166, 139, 0.25); - See more at: http://melaniededon.com/psd-to-css3/#sthash.luYqsLu7.ddcVaIbJ.dpuf
}
	
/*END MAIN FOOTER*/

.search-box{
	background: #f6f4ec;	
}

.cse input.gsc-search-button, input.gsc-search-button{ 
	background: #d5b75d !important; 
	border: none !important;
	border-radius: 0 !important;
}

.gsc-input{
	color: #777;
	background: none !important;
}

.gs-result .gs-title, .gs-result .gs-title *{
	color: #455e22 !important;
	text-decoration: none !important;
}

.gsib_b{
	padding-top: 4px;
}

.cse .gsc-control-cse, .gsc-control-cse{
	background: #f6f4ec !important;
	border: none !important;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{
	color: #f18888 !important;
	background: none !important;
	border: 1px solid #f18888 !important;
	text-align: center !important;
	width: 325px !important;
	margin: auto !important;
	padding: 10px 0 !important;	
}

.gsc-above-wrapper-area{
	border: none !important;
}

.gsc-results{
	width: 100%;
}

.gsc-webResult.gsc-result{
	border: none !important;
}

.gsc-adBlock{ 
	display: none; 
}

.gcsc-branding{ 
	display: none; 
}

.page404, .page404 body, .body404{
	height: 100%;
}

.header404{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.body404{
	background: #f6f4ec;
}

.content404{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -185px;
	margin-left: -120px;
	text-align: center;	
	font-size: 15px;
	color: #897f67;
}

.content404 .f120{
	margin-bottom: 20px;
}

.content404 .f25{
	margin-bottom: 15px;
}

.content404 a{
	display: inline-block;
	color: #455e22;
	margin-top: 25px;
}

.footer404{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.none{
	display: none;
}

.hidden{
	visibility: hidden;
}


.sendNo{
		cursor: default;
		background: grey !important;
	}

.arrow-prev,
.arrow-next {
  width: 18px;
  height: 21px;
  background: no-repeat center;
  position: absolute;
  bottom: 18px;
  cursor: pointer;
  display: none;
}

.arrow-prev {
  background-image: url(/images/arrow-prev.png);
  right: 31px;
}
.arrow-next {
  background-image: url(/images/arrow-next.png);
  right: 0;
}

@media only screen and (min-width: 1025px) {
  [data-js="caroufredsel"] .one-column {
    width: 218px;
    margin-left: 28px;
  }

  [data-js="caroufredsel"] .one-column:first-child {
    margin-left: 0;
  }
  [data-js="carousel"] .one-column {
    width: 218px;
    margin-left: 0;
    margin-right: 28px;
  }

  [data-js="carousel"] .one-column:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 741px) {
 .four-columns[data-js="carousel"] .one-column {
   width: 50%;
   margin-left: 12px !important;
   margin-right: 12px !important;
  }
}

@media only screen and (max-width: 740px) {
  .arrow-prev,
  .arrow-next {
    bottom: 38px;
  }
}

.v-new {
	width: 32px;
	height: 16px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	background: #a0b682;
	font-weight: lighter;
	font-size: 12px;
/* 	padding: 1px 5px; */
	text-decoration: none !important;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
/*page carier*/
.carier-form-container {
	position: relative;
	margin-top: 30px;
}
/*.carier-form,
.carier-form-sub {
	position: absolute;
}
.carier-form {
	top: 0;
}
.carier-form-sub {
	top: -120px;
}*/
.carier.page {
	margin-top: -12px;
}
.carier p {
	max-width: 690px;
}
.carier h3 {
	margin-top: 30px;
	font-weight: bold;
}
.carier .content {
	border: none;
}
.columns-small {
	position: relative;
	margin-top: 22px;
}
.columns-small img {
	vertical-align: top;
	width: 100%;
	max-width: 217px;
	max-height: 220px;
}
.columns-big {
	margin-bottom: 75px;
}
.carier-type {
	width: 100%;
}
.carier-type .type {
	display: inline-block;
	width: 296px;
	border: 2px solid #ecebe4;
	background-color: #fff;
	text-align: left;
}
.carier-type a {
	display: inline-block;
	width: 70%;
	padding-left: 30%;
	line-height: 76px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background-repeat: no-repeat;
	background-position: 16px center;
}
.carier-type .active {
	height: 74px;
	border-color: #d5b75d;
	border-bottom: 4px solid #c7a34d;
	background-color: #d5b75d;
}
.carier-type-reserv {
	background-image: url(../images/people-brown.svg);
}
.carier-type-practice {
	background-image: url(../images/hat-brown.svg);
}
.carier-type-grown {
	background-image: url(../images/case-brown.svg);
}
.type.active .carier-type-reserv {
	background-image: url(../images/people.svg);
}
.type.active .carier-type-practice {
	background-image: url(../images/hat.svg);
}
.type.active .carier-type-grown {
	background-image: url(../images/case.svg);
}
.carier-type .type.active a {
	color: #fff;
}
.carier-type a:hover {
	text-decoration: none;
}
.content.carier-form {
	text-align: center;
}
.carier-form .content {
	max-width: 710px;
	text-align: left;
}
.carier-form .right input,
.carier-form .right select {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 0;
	padding-right: 0;
}
.carier-form .right input[type="text"]::-webkit-input-placeholder, 
.carier-form textarea::-webkit-input-placeholder,
.carier-form .right select,
.question-form input[type="text"]::-webkit-input-placeholder,
.question-form textarea::-webkit-input-placeholder,
.question-form select {
	color: #9d9b96;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
.carier-form .right input[type="text"]:-moz-placeholder, 
.carier-form textarea:-moz-placeholder,
.question-form input[type="text"]:-moz-placeholder,
.question-form textarea:-moz-placeholder,
.question-form select {
	color: #9d9b96;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
.carier-form figure,
.carier-form-sub figure {
	position: relative;
	width: 196px;
	height: 228px;
	border: 1px solid #ecebe5;
	text-align: center;
}
.carier-form figcaption,
.carier-form-sub figcaption {
	position: absolute;
	bottom: 0;
	width: 157px;
	padding: 4px 0 4px 39px;
	background: rgba(238, 238, 238, .5) url(../images/photo-bg.svg) no-repeat 14px center;
	font-size: 15px;
	color: #455e22;
	text-align: left;
}
.add-photo {
	display: block;
}
.add-photo:hover {
	text-decoration: none;
}
.carier-form img,
.carier-form-sub img {
	max-width: 196px;
	max-height: 228px;
}
.carier-form .two-columns {
	margin-bottom: 35px;
}
.carier-form label {
	color: #000;
}
.carier-form textarea,
.carier-form-sub textarea {
	height: 110px;
}
.question-work {
	margin-bottom: 35px;
}
.last {
	margin-top: 35px;
}
.last select {
	color: #000;
}
.last select {
	min-height: 40px;
}
.resume a {
	display: inline-block;
	text-transform: uppercase;
	color: #d5b75d;
	border: 2px solid #d5b75d;
	background-color: #fff;
	padding: 0 27px;
	line-height: 34px;
}
.resume a:hover {
	text-decoration: none;
}
.carier-form .question-form-bottom {
	text-align: center;
}
.carier-form .question-form-bottom button {
	float: none;
	width: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	max-width: 315px;
}
.carier-form-sub {
	text-align: center;
}
.carier-form-sub .content {
	max-width: 554px;
}
.carier-form-sub form {
	text-align: left;	
}
.carier-form-sub .question-form-title p {
	font-size: 15px;
	font-weight: bold;
}
.carier-form-sub figure {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 32px;
}
.carier-form-sub label {
	color: #000;
}
.carier-form-sub .question-form {
	padding-bottom: 200px;
}
@media only screen and (max-width: 569px) {
.columns-small {
	display: none;
}
.carier .carier-type .type {
	width: auto;
	min-width: 200px;
	max-width: 296px;
}
.carier-form .two-columns {
	margin-top: 0;
	margin-bottom: 0;
}
}
@media only screen and (min-width: 568px) and (max-width: 740px){
.carier-form .two-columns {
	margin-top: 0;
}
}
@media only screen and (max-width: 740px) {
.columns-small {
	width: 100%;
}
.columns-big {
	width: 100%;
}
.carier-type .type {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.carier-type .type:not(:first-child) {
	margin-top: 20px;
}
.carier-form figure	{
	margin-bottom: 20px;
}
.carier-form .two-columns-one.group-work-list,
.carier-form-sub .two-columns-one:nth-child(odd) {
	padding-right: 0;
}
.carier-form .last .resume {
	margin-bottom: 30px;
}
.carier .question-form textarea {
	line-height: 26px;
}
}
@media only screen and (min-width: 741px) and (max-width: 1024px) {
.columns-big {
	float: left;
	width: 55%;
}
.columns-small {
	float: right;
	width: 245px;
	position: relative;
	margin-top: 58px;
}
.columns-small img {
	vertical-align: top;
	width: 100%;
	max-width: 217px;
	max-height: 220px;
}
.carier-type .type {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.carier-type .type:not(:first-child) {
	margin-top: 20px;
}	
}
@media only screen and (min-width: 741px)  {
.carier-form .two-columns-one {
	float: left;
	width: 36%; 
	padding-right: 0;
}
.two-columns-one.right {
	float: right;
	width: 60%;
	max-width: 440px;
	padding-right: 0;
}
.carier-form .last .group-work-list {
	float: left;
	width: 65%;
}
.carier-form .last .resume {
	float: right;
	width: auto;
}
.carier-form .question-form-bottom button {
	max-width: 206px;
}
}
@media only screen and (min-width: 741px) and (max-width: 1025px)  {

.carier-type .type {
	display: inline-block;
	margin-top: 0;
	width: 31%;
	max-width: 296px;
}
.carier-type .type:nth-child(2n) {
	/*position: relative;
	bottom: -9px;*/
	margin-left: 1%;
	margin-right: 1%;
}
.carier-type .type a {
	display: inline-block;
	width: 80%;
	padding-left: 20%;
	line-height: 76px;
	font-size: 11px;
	background-position: 6px center;
	background-size: 16%;
}
/*.carier-type .type:nth-child(2n) a {
	padding-top:20px;
	padding-bottom: 20px;
	line-height: 18px;
	padding-left: 30%;
	width: 70%;
}*/
}
@media only screen and (min-width: 855px) and (max-width: 1025px)  {
.carier-type .type:nth-child(2n) {
	position: relative;
	bottom: 0;
}
.carier-type .type:nth-child(2n) a {
	line-height: 76px;
	padding-left: 25%;
	width: 75%;
	padding-bottom: 0;
	padding-top: 0;
}
}
@media only screen and (max-width: 1024px) {
.columns-small-bg .line2 {
	left: 20px;
}
}
@media only screen and (min-width: 1025px) {
.columns-big {
	float: left;
	width: 72%;
}
.columns-small {
	float: right;
	width: 245px;
	position: relative;
	margin-top: 12px;
}
.columns-small img {
	vertical-align: top;
	width: 100%;
	max-width: 217px;
	max-height: 220px;
}
.columns-small-bg {
	margin-top: -2px;
	padding-top: 1px;
	padding-left: 28px;
	background-color: #fff;
}
.carier-type .type {
	display: inline-block;
}
.carier-type .type:nth-child(2n) {
	margin-left: 24px;
	margin-right: 23px;
}
.carier-form .two-columns-one {
	width: 200px; 
}
.two-columns-one.right {
	width: 440px;
}
.carier-form .last .group-work-list {
	max-width: 482px;
}
}

.carier-form {
	text-align: center;
}
.opacity-block {
	position: relative;
	top:-40px;
	width: 100%;
	height: 40px;
	opacity: 1;
}
@media only screen and (max-width: 740px) {
/*.carier-form .two-columns-one.group-work-list {
	position: relative;
}
.opacity-block {
	position: absolute;
	top: 0px;
	height: 70px;
}
*/
.carier .question-form-bottom {
	margin-top: 0;
}
}

#thanktext div {
	text-align: center;
	line-height: 30px;
}
.green-block {
	margin-top: -32px;
	float:right; 
	width:220px;
	padding: 10px 20px;
	display: block; 	 
	background-color: #a0b783;
	font-size:12px; 
	color:#fff; 
	line-height:14px;
	border-bottom: 3px solid #a0b783;
}
.green-block:hover {
	background-color: #b4ca98;
	text-decoration: none;
}
.green-block img {
	float:left; 
	margin-right:10px; 
	margin-top:3px;
}
@media only screen and (max-width: 1024px) {
	.green-block  {
		margin-top: -14px;
	}
}

.wrapper {
	clear: both;
}

.wrapper:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
/*--new button--*/
.bottom-header .wrapper > .lang-box {
display: none;
}
.lang-narrow-top {
display: block;
}
.bottom-header .wrapper > .first-contact {
padding-right: 1.1841%;
}				  
.plank-box .plank {
width: 121px;
padding: 18px 0 10px 40px;					
}
.plank-box .plank,
.plank-box .plank.enter {
border-left: 1px solid #d5b75d;
border-right: 1px solid #d5b75d;
}

.plank-box .plank.enter {
margin-left: 8px;					
}
.plank-box .plank span.main-span {
background-position: -9px 0;
}
.plank-box .plank span.hover-span {
background-position: -8px -60px;
}
.plank-box .plank.enter span.main-span {
background-position:  -10px -120px;
}
.plank-box .plank.enter span.hover-span {
background-position: -10px -180px;
}
.plank-box .plank.friends {
margin-right: 8px;
margin-left: 0px;
border-left-color: transparent;
}
.plank-box .plank.friends span.main-span {
background: url(../images/sprite-combo2.png) 0 0;
}
.plank-box .plank.friends span.hover-span {
background: url(../images/sprite-combo2.png) 0 -59px;
}
.plank-box .plank.friends .text-span {
display: inline-block;
padding-left: 1px;
}
.plank-box-bottom {
	display: none;
}
.one-article img {
	max-width: 100%;
}
.one-act .select p,
.one-act .select p strong {
	display: inline;
	color: #455e22;
    line-height: 22px;
}



/*anre*/
.regRow label { box-sizing: border-box !important; }
@media screen and (max-width: 924px) {
	.one-article iframe {
		height: 1488px !important;
	}
}
@media screen and (min-width: 924px) {
	.one-article iframe {
		height: 1288px !important;
	}
}
/*----map-regions.map-three---*/
.map-regions.map-three {
	overflow: hidden;
}
.map-regions.map-three a {
	margin-right: 0;
	padding: 0 10px 0 55px;
}
.map-regions.map-three .map-href,
.map-regions.map-three .regions-href {
	width: 24%;
}
.map-regions.map-three .green-block {
	width: 50%;
	margin-top: 0;
	background-image: url(../images/pay-big.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}
.map-regions.map-three .regions-href {
	margin-left: 1%;
	margin-right: 1%;
}
.map-regions.map-three a p,
.map-regions.map-three .green-block {
	font-size: 1.2vw;
	line-height: 1.2;
	font-weight: lighter;
}

.map-regions.map-three a .sum {
	float: left;
	margin-left: 0;
	padding-top: 3px;
	font-size: 11px;
}
.map-regions.map-three .green-block {
	padding-left: 74px;
	padding-right: 13%;
}
.map-regions.map-three .green-block:hover {
	border-bottom-color: #a0b783;
}
.map-three .table {
	display: table;
	height: 100%;
}
.map-three .cell p {
	color: #fff;
}
.map-three .cell {
	display: table-cell;
	height: 100%;
	padding: 0;
	vertical-align: middle;
}
.map-regions.map-three a .sum {
	float: left;
	margin-left: 0;
}
@media screen and (max-width: 1024px) {
	.map-regions.map-three a p,
	.map-regions.map-three .green-block {
		font-size: 1.4vw;
	}
}
@media only screen and (max-width: 740px) {
	.map-regions.map-three .map-href, .map-regions.map-three .regions-href,
	.map-regions.map-three .green-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.wrapper .map-regions.map-three a p {
		max-width: 100%;
	}
	.map-regions.map-three .green-block {
		padding-left: 55px;
		background-size: 28px;
	}
	.map-three .table {
		margin-top: 5px;
	}
	.map-regions.map-three a p,
	.map-regions.map-three .green-block,
	.wrapper .map-regions.map-three a p   {
		font-size: 16px
	}
	.map-regions-inside .map-regions.map-three a p,
	.map-regions-inside .map-regions.map-three .green-block {
		font-size: 16px;
	}
}
@media only screen and (max-width: 400px) {
	
	.wrapper .map-regions.map-three a p,
	.wrapper .map-regions.map-three .green-block   {
		font-size: 15px
	}
	.map-regions-inside .map-regions.map-three a p,
	.map-regions-inside .map-regions.map-three .green-block {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1350px){ 
	.map-regions.map-three a p, .map-regions.map-three .green-block {
		font-size: 16px;
	}
}
.main-nav li {
	//width: 16.66666%;
}
.main-article {
	//left: 28px;
}
.basket,
.main-nav li:last-child a {
    background-image: url(../images/basket.png);
    background-color: #AD8F44;
}
.main-nav li.active .basket, 
.main-nav li.current .basket,
.main-nav li.active:last-child a,
.main-nav li.current:last-child a{
	background-image: url(../images/basket-gold.png);

}
.main-nav li.active:last-child a {
	background-color: #f6f4ec;
}
/*.main-nav li a {
    background-position: 8px center;
}
.main-nav a {
	font-size: 12px;
	padding: 0 25px 0 30px;
}*/
.main-nav li.current .main-article a {
	padding: 6px;
}
.main-nav .basket .text-basket,
.main-nav .basket:hover .text-basket,
.main-nav li:nth-child(6) {
	background-image: none;
}
.main-nav li:nth-child(6) a:hover {
	background-color: #93793d;
}
.main-nav li:nth-child(6) .main-article a {
	background-image: none;
}
 .main-nav .wrapper li .link-text {
	background-image: none;
}
 .main-nav li:nth-child(6) .link-text {
	display: inline-block;
	max-width: 70px;
}
 .main-nav li.active:nth-child(6) a {
	color: #474237;
    background-color: #fff;
 }
@media only screen and (max-width: 1024px) {
	.main-nav a {
		padding: 0 10px;
	    font-size: 11px;
	    text-align: center;
	    background-image: none !important;
	}
}
@media only screen and (max-width: 820px) {
	body .main-nav li:last-child > a {
		font-size: 12px;
	}
}
#form_main .two-columns > div.two-columns-one:nth-child(2) { display: none; }

.big-banner {
	padding: 25px 0;
}
.big-banner a {
	display: block;
}
.big-banner img {
	max-width: 1200px;
	width: 100%;
}

@media only screen and (max-width: 820px) {
	.big-banner {
		padding: 25px 15px
	}
}