html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    display: block;
    outline: none;
}
body,html {
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #262626;
    background: white;
}
.container {
    width: 1174px;
    margin: 0 auto;
    position: relative;
}
.clear {
    float: none;
    clear: both;
}
header{
	height: 110px;
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88;
}
.clearfix:after{
	float: none;
	clear: both;
}
a.logo{
	float: left;
	margin-right: 69px;
	margin-top: 30px;
}
nav{
	float: left;
	margin-top: 49px;
}
nav ul li{
	display: inline-block;
	margin-right: 38px;
}
nav ul li:last-child{
	margin-right: 0px;
}
nav ul li a{
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: normal;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.lang{
	float: left;
	margin-top: 49px;
	margin-left: 53px;
}
.lang li{
	display: inline-block;	
	margin-right: 9px;
}
.lang li:last-child{
	margin-right: 0px;
}
.lang li a{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: normal;
	color: #1a1a1a;
	text-decoration: none;
}
.lang li.active a,.lang li:hover a{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: normal;
	color: #665e56;
	border-bottom: 2px solid #665e56;
}
.search{
	float: right;
	margin-top: 49px;
	margin-left: 29px;
	width: 30px;
}
.search button{
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: -2px;
	right: 10px;
}
.banner{
	position: relative;
	width: 100%;
	/* height: 670px; */
	background-size: cover;
	background: #4b5757;
	padding: 70px 0;
}
.banner div{
	position: relative;

}
.banner .desc{
	/* position: absolute; */
	/* left: 19%; */
	/* top: 200px; */
	/* text-align: center; */
	/* max-width: 722px; */
}
.banner .desc p{
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.last_post{
	padding: 50px 0 150px 0;
	background: #1d1d1b;
}
.last_post ul{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 49px;
	/* text-align: left; */
}

.last_post ul li{
	display: inline-block;
	margin-right: 40px;
}
.last_post ul li:last-child{
	margin-right: 0px;
}
.last_post ul li a{
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.0;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.last_post ul li.active a,.last_post ul li:hover a{
	color: #665e56;
	border-bottom: 2px solid  #665e56;
}
.slider_wrap{
	
}
.slider_wrap .slider_wrap_item{
	width: 370px;
	min-height: 570px;
	margin-right: 30px;
	float: left;
	/* padding-bottom: 20px; */
}
.slider_wrap .slider_wrap_item:nth-of-type(3n){
	margin-right: 0px;
}
.slider_wrap .slider_wrap_item .desc{
	padding-top: 33px;
	padding-left: 30px;
	border-left: solid 2px #665e56;
	border-right: solid 2px #665e56;
	border-bottom: solid 2px #665e56;
	padding-bottom: 30px;
}
.slider_wrap .slider_wrap_item .desc ul li{
	margin-bottom: 0;
}
.slider_wrap .slider_wrap_item .desc span{
	float: left;
	margin-right: 13px;
}
.slider_wrap .slider_wrap_item .desc span svg{
	position: relative;
	top: 5px;
}
.slider_wrap .slider_wrap_item .desc p{
	float: left;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.71;
	letter-spacing: normal;
	color: #ffffff;
}
.slider_wrap .slider_wrap_item .desc ul{
		text-align: left;
		margin-bottom: 0;
}
.slider_wrap .slider_wrap_item .title{
	margin-bottom: 29px;
}
.slider_wrap .slider_wrap_item .title a{
font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
}
.slider_wrap .slider_wrap_item .title a:hover{

	text-decoration: underline;
}
.news{
	padding: 50px 0 100px 0;
}
.zag{
		font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.0;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	text-align: center;
	text-transform: uppercase;
}
.brown{
	background: #665e56 !important;
}
.news_wrap{
	margin-top: 50px;
	margin-bottom: 50px;
}

.b_title{
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fffefe;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 272px;
	height: 135px;
}
.news_wrap .news_item{
	min-height: 370px;
	width: 370px;
	position: relative;
	/* background: white; */
	margin-right: 30px;
	margin-bottom: 30px;
	/* border: 2px solid white; */
}
.news_wrap .news_item .desc{
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}
.news_wrap .news_item .desc a{
	display: block;
	text-decoration: none;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: white;
}
.news_wrap .news_item .desc a:hover{
	text-decoration: underline;
}
.news_wrap .news_item .desc  p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: white;
	margin-top: 20px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	min-height: 46px;
}
.black{
	background: black !important;
}
a.more_news{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 3.3;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	width: 230px;
	height: 50px;
	background-color: #a69b5e;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
}
a.more_news:hover{
	background-color: rgba(166, 155, 94, 0.7);
}
footer{
	/* height: 220px; */
	background-color: #4b5757;
	width: 100%;
	margin-top: 0;
	padding-bottom: 50px;
}
.logo_f{
	margin: 0 auto;
	/* margin-bottom: 30px; */
	/* margin-top: 50px; */
	padding-top: 60px;
	/* text-align: center; */
	float: left;
}
footer .desc{
	/* margin: 0 auto; */
	float: left;
	margin-left: 29px;
	margin-top: 60px;
}
footer .desc a{
	display: inline-block;
	text-decoration: none;
	/* font-family: Roboto; */
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #a69b5e;
	font-family: 'Roboto Condensed', sans-serif;
	margin-right: 30px;
}
footer .desc a span:hover{
	text-decoration: underline;
	
}
footer .desc p{
	margin: 0 auto;
	/* font-family: Roboto; */
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #fffffe;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
nav ul li a:hover,nav ul li.active a{
	color: #a69b5e;
	border-bottom: 2px solid #a69b5e;
}
.title_line{
	height: 120px;
	background-color: #4b5757;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}
.news_wrap.inner .news_item{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.news_wrap.inner .news_item p span{
	line-height: 1.79;
}
.news_wrap.inner .news_item:nth-of-type(3n){

	margin-right: 0px;
	
}
.news_wrap.inner {
    margin-top: 0;
    margin-bottom: 0px;
    
}
nav ul li.active a{/* color: #665e56; *//* border-bottom: 2px solid #665e56; */}
.banner2{
	background: url(../img/bg_inner.jpg) no-repeat;
	width: 100%;
	height: 370px;
	background-size: contain;
}
.banner2 .desc {
    position: absolute;
    left: 32%;
    top: 160px;
    text-align: center;
    max-width: 399px;
}
.banner2 .desc p {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.56;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.banner2 .desc  span{font-size: 16px;font-weight: normal;font-style: normal;font-stretch: condensed;line-height: 1.5;letter-spacing: normal;text-align: center;color: #ffffff;display: block;margin-top: 30px;}
.banner2 div {
    position: relative;
}
.left_c{
	float: left;
	width: 860px;
}
.left_c p{
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.88;
	letter-spacing: normal;
	color: #333333;
	margin-bottom: 20px;
}
.right_c,.right_c2{
	float: right;
		max-width: 272px;
}
.right_c > div:first-child{
	width: 70px;
	height: 2px;
	background-color: #4b5757;
	margin-bottom: 20px;
}
.right_c  p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #7c8a6e;
	margin-bottom: 20px;
}
.inner_text{
	    margin-top: 70px;
	    margin-bottom: 70px;
}

.gal_wrap .img_over img{
	float: left;
	margin-right: 30px;
	Qmargin-bottom: 30px; 
}
.gal_wrap img:nth-of-type(3n){
	
	margin-right: 0px;
}
.gal_wrap .img_over:nth-of-type(2n) img{
	Qmargin-right: 0px; 
}

.gal_wrap{
	margin-bottom: 50px;
}
.banner2 .desc img{
	margin-bottom: 20px;
}
.zagl{
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	margin-top: 50px;
	margin-bottom: 26px;
}
.sub_zagl{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 4.38;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	margin-bottom: 34px;
}
.slider_wraps .bx-wrapper .bx-pager.bx-default-pager a {

    width: 6px;
    height: 6px;
    background: black;
    border: 2px solid black;
}
.slider_wraps .bx-wrapper .bx-controls-auto, .slider_wraps .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: initial;
    text-align: center;
}
.cont{
	margin-top: 100px;
}
.cont_l{
	float: left;
	width: 870px;
}
.cont_r{
	float: right;
	width: 270px;
}
.cont_l table{
	width: 100%;
}
.cont_l table tr{
	
}
.cont_l table tr td{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 4.38;
	letter-spacing: normal;
	color: #a7a299;
	width: 24%;
	border-bottom: 1px solid #a7a299;
}
.cont_l table tr td:nth-child(even){
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: condensed;
		line-height: 4.38;
		letter-spacing: normal;
		color: #1d1d1b;
		width: 25%;
}
.cont_l table td:nth-child(even) a{
	color: #1d1d1b;
	text-decoration: underline;
}
.cont_l table td:nth-child(even) a:hover{
	text-decoration: none;
}
.cont_l table tr:nth-child(1){
	border-top: 1px solid #a7a299;
}
.tags{
	
}
.tags ul{
	
}
.tags ul li{
	background-color: #665e56;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tags ul li a{
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: condensed;
		line-height: 1.79;
		letter-spacing: normal;
		color: #ffffff;
		text-decoration: none;
		padding: 4px 10px;
}
.tags ul li:hover{
		opacity: 0.7;
}
.tags ul li a span{
		font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.79;
	letter-spacing: normal;
	color: #a7a299;
}
.h2{
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.0;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	margin: 49px 0;
	text-transform: uppercase;
}
.tags_in{
	margin-top: 50px;
	margin-bottom: 60px;
}
.tags ul li.active {
    background-color: #1d1d1b;
}
.tags ul li.active a span{
    background-color: color: #a7a299;
}
.tags ul li.active a img{
    position: relative;
    top: 2px;
    left: 7px;
}
.tags ul li.active a{padding: 4px 18px 4px 13px;}

.time_h{
	
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.0;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	margin: 51px 0;
	
}
.time_line{
	margin-bottom: 30px;
}
.banner2 .desc p.new_st{font-size: 45px;font-weight: 900;font-style: normal;font-stretch: normal;line-height: 1.11;letter-spacing: normal;text-align: center;color: #ffffff;font-family: 'Playfair Display', serif;margin-top: 57px;}
.alfabetic{
	
}
.tb{
	text-align: center;
	margin-bottom: 35px;
}
.tb a{
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	text-decoration: none;
	text-transform: uppercase;
}
.tb a.active,.tb a:hover{
	color: #665e56;
	/* text-decoration: underline; */
	border-bottom: 2px solid #665e56;
}
.letters{
	text-align: center;
}
.letters a{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 19px;
}
.letters a.active,.letters a:hover{
	color: #665e56;
	border-bottom: 2px solid #665e56;
}
.letters_act{
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.0;
	letter-spacing: normal;
	text-align: center;
	color: #1d1d1b;
	text-transform: uppercase;
	margin: 40px 0 50px 0;
}
.gular_page footer{
	margin-top: 0;
}
.gular_page .inner_text{
	margin-bottom: 0px;
}
.filter{
	text-align: center;
	margin: 50px 0;
	/* width: 88%; */
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	/* background: url(../img/face/bg_sldr.png) no-repeat; */
	/* height: 100px; */
}
.gulag_mp_wrap img{
	width: 100%;
}


.filter form {
	width: 100%;
	position: relative;
	display: block;
}

.formCost {
	/* float: left; */
	/* margin-bottom: 10px; */
	display: none;
}
.formCost label {
	float: left;
	font-size: 12px;
	color: #E40000;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.formCost input {
	float: left;
	text-align: right;
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	background: none;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
}

.sliderCont {
	width: 96.8%;
	/* height: 27px; */
	/* float: left; */
	margin: 0 auto;
	margin-left: 15px;
}		


#slider {
	/* width: 200px; */
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle:nth-of-type(1) {
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	background: url(../img/face/layer-33-copy.png) no-repeat;
	cursor: pointer;
	/* color: white; */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 2.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.ui-slider .ui-slider-handle:nth-of-type(2) {
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	background: url(../img/face/layer-33-2.png) no-repeat;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 2.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
}
.ui-slider-horizontal .ui-slider-handle:nth-of-type(1) {
	top: -61px;
	margin-left: -49px;
	outline: none;
}
.ui-slider-horizontal .ui-slider-handle:nth-of-type(2) {
	top: -61px;
	margin-right: -49px;
	outline: none;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content {
	/* border: 1px solid #D4D4D4; */
	/* background: #fff; */
}
.ui-widget-header {
	/* border: 1px solid #D4D4D4; */
	/* background: #F00; */
	/* height: 2px; */
	/* background-color: #a7a299; */
}
.ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.popup{	display: none;width: 570px;position: absolute;left: 50%;top: 7%;background: white;padding-bottom: 30px;margin-left: -285px;}
.popup p{
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
	font-family: 'Playfair Display', serif;
	margin-top: 29px;
	margin-bottom: 26px;
	margin-left: 29px;
}
.popup span{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #a7a299;
	margin-left: 29px;
}
.gulag_mp_wrap{
	position: relative;
}
.close_wrap{
	position: relative;
	/* background: black; */
}
.close_wrap a{
	position: absolute;
	right: -30px;
	top: 0;
	background: black;
	display: block;
	padding: 9px;
}
.bg_pop{
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.close_wrap a:hover{
	background: rgba(0, 0, 0, 0.5);
}
.login_wrap{
	float: right;
	margin-top: 49px;
	/* margin-right: 20px; */
}
#search_id{
	width: 98%;
	height: 44px;
	background-color: #ffffff;
	border: solid 2px #4b5757;
	position: relative;
	top: -12px;
	opacity: 0;
	outline: none;
	text-indent: 20px;
	right: 0;
}
.search form{
	position: relative;
}
.login_form{
	width: 310px;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 1.3px 25px 25px 0 rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0;
	top: 108px;
	z-index: 88;
	display: none;
}
header .container{
	position: relative;
}
.login_form .ti{
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	/* font-stretch: condensed; */
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.login_form .row_line{
	width: 100%;
	margin-bottom: 29px;
}
.login_form .row_line p{
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.login_form .row_line input{
	width: 98%;
	height: 45px;
	background-color: #ffffff;
	border: solid 2px #4b5757;
	text-indent: 20px;
	outline: none;
}
.login_form .row_line label{
	float: left;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #7c8a6e;
	position: relative;
	top: 15px;
	cursor: pointer;
}
.login_form .row_line label span{
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 2px #4b5757;
	display: block;
	float: left;
	margin-right: 10px;
}
.login_form .row_line label span i{
	display: none;
	position: relative;
	top: 4px;
}
.login_form .row_line label input:checked + span i{
	display: block;
}
.login_form .row_line button
{
	float: right;
	width: 100px;
	height: 50px;
	background-color: #a69b5e;
	border: none;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#ckeck_in{
	display: none;
}
.login_wrap a.opened{
	border-bottom: 2px solid #A69B5E;
	padding-bottom: 1px;
}
.icons_row{
	margin-top: 21px;
}
.icons_row ul{
	
}
.icons_row ul li{
	float: left;
	margin-right: 30px;
}
.icons_row ul li svg{
	float: left;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.icons_row ul li a span{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;

	line-height: 2.14;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	
}
.icons_row ul li a{
	text-decoration: none!important;
}
.about_block{background: #e3e3d1;padding: 70px 0;}
.about_block h1{
			font-size: 24px;
			font-weight: 700;
			font-style: normal;
			line-height: 1.0;
			letter-spacing: normal;
			text-align: center;
			color: #333333;
			text-transform: uppercase;
			margin-bottom: 50px;
}
.about_block p{
		max-width: 764px;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		line-height: 1.88;
		letter-spacing: normal;
		text-align: center;
		color: #333333;
		margin: 0 auto;
}
.about_block p:nth-of-type(1){
	margin-bottom: 30px;
}
.map_blocl_inter{
	padding-top: 70px;
	background: white;
}
.tilt{
	    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.mp_block img{
	width: 100%;
}
.wht{
	color: white !important;
}
.wht span{
	color: #a69b5e;
}
.r_f{
	float: right;
	margin-top: 60px;
}
.ciont_line{
	float: right;
}
.ciont_line ul{
	
}
.ciont_line ul li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.ciont_line ul li svg{
	float: left;
	margin-right: 10px;
}
.ciont_line ul li:nth-of-type(2) svg{
	position: relative;
	top: 4px;
}
.ciont_line ul li a{
	/* margin-left: 30px; */
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	display: initial;
}
.ciont_line ul li:nth-of-type(2) a{
	color: #a69b5e;
}
.par_line{
	margin-top: 14px;
}
.par_line span{
		font-size: 14px;
		font-weight: 300;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: left;
		color: #ffffff;
		float: left;
		margin-right: 30px;
}
.par_line a{font-size: 14px;font-weight: 300;font-style: normal;line-height: 1.71;letter-spacing: normal;text-align: left;color: #a69b5e;display: inline-block;margin-right: 30px;text-decoration: none;}
.par_line a:hover{
	text-decoration: underline;
}
.inner_text h2{
		font-size: 16px;
		font-weight: 700;
		font-style: normal;
		margin-bottom: 29px;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: left;
		color: #333333;
		text-transform: uppercase;
		margin-top: 29px;
}
.img_over{
	position: relative;
	Qheight: 370px;
	/* float: left; */
	/* width: auto; */
	display: inline-block;
	margin-bottom: 30px;
}
.dop_img_over{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
	display: none;
	/* float: left; */
}
.dop_img_over svg{
	margin: 30px 0 0 30px;
}
.btm_block{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.btm_block .l1{
		font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.btm_block .l2{
	font-weight: 900;
	font-style: normal;
	font-size: 24px;
	/* font-weight: normal; */
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	margin-bottom: 32px;
}
.btm_block .l2 span{
		font-style: italic;
		font-weight: normal;
}
.l3 li{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin-right: 30px;
}

#filter-form .section {
    display: block;
    margin-bottom: 20px;
}
#filter-form select {
    width: 272px;
    height: 50px;
    border-radius: 2px;
    background-color: transparent;
    border: solid 1px #4b5757;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #373737;
}
.right_c2 div{
}
p.title{font-size: 14px;font-weight: 400;font-style: normal;line-height: 1.71;letter-spacing: normal;text-align: left;color: #333333;margin-bottom: 17px;text-transform: uppercase;}
.row_half .section{
	float: left;
	width: 47%;
	margin-right: 13px !important;
}
.row_half .section:nth-of-type(2){
	margin-right: 0px !important;
}
.row_half .section input::-webkit-input-placeholder,
.row_half .section input::-moz-placeholder{
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	color: #333333 !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.row_half .section input,
.row_half .section input{
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	color: #333333 !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.row_half .section  .prepend-icon .field-icon {
    top: 9px;
    right: 30px;
}
.gui-input{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
#place + span{
	top: 12px;
	right: 20px;
}
  /* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

  /* WebKit browsers */
textarea:focus::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
textarea:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
textarea:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
textarea:focus:-ms-input-placeholder { color:transparent; }
a.tags{
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
}

.selected a.tags{
	background-color: #a69b5e;
	color: #ffffff;
	cursor: default;
}
.selected a.tags img{
	cursor: pointer;
}
.nonselected a.tags{
	background-color: #ffffff;
	color: #a69b5e;
	border: 1px solid #a69b5e;
}
.nonselected a.tags:hover{
	background-color: #a69b5e;
	color: #ffffff;
}
.nonselected{
	display: none;
}
.nonselected a.tags img{
	display: none;
}



a.tags img{
	float: right;
	margin-top: 9px;
	margin-right: 20px;
}
a.more_tags{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #a69b5e;
	margin-top: 20px;
	text-decoration: none;
}
a.more_tags span{
	border-bottom: 1px dashed #a69b5e;
}
a.more_tags:hover span{
	border-bottom: 0px dashed #a69b5e;
}
.h1{
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	margin-bottom: 70px;
}



/********** слайдер картинок **********/

.bxslider{
}

.slide{
	width:100%;
	height: 540px;
	background-size: contain; 
	background-position: center; 
	background-repeat: no-repeat; 

}

/* слайдер превьюшек */
.preview{
	margin: 10px 0;
}

.preview .control{
	display: block;
	outline: 0;
	width: 20px;
	height: 40px;
	margin: 30px 10px;
	text-indent: -9999px;
	cursor: pointer;
}
.preview .prev{
	background: url(/libs/bxslider/images/21.png);
	float: left;
}

.preview .next{
	background: url(/libs/bxslider/images/22.png);
	float: right;
}
.preview .viewport{
	margin: 0 40px;
	height: 100px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.preview .list{
	position: relative;
	display: inline-block;
	width: auto;
	white-space: nowrap;
}

.thumb img{
	height: 100px;
	width: auto;
}
.thumb{
	display: inline-block;
	text-align: center;
	width:auto;
	cursor: pointer;
}
.active-slide{
	opacity: 0.3;
}





/*
.parent-block  img {
   display : block ;
  margin : 0  auto ;
}
*/


/****/
.d_arch{
	
}
.d_arch ul{
	
}
.d_arch ul li{
	
}
.d_arch ul li p:first-child{
	font-weight: 400;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.d_arch ul li p:last-child{
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #a69b5e;
}
.hr{
	
	height: 1px;
	background-color: #e3e3d1;
	margin: 70px 0;
}
.card_doc .gal_wrap{
	margin-bottom: 0px;
}
.cont_form_wrap{
	padding: 70px 0;
	background-color: #e3e3d1;
}
.h11{
		font-size: 24px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.0;
		letter-spacing: normal;
		text-align: center;
		color: #333333;
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
}
.cont_form_wrap form{
	margin-top: 50px;
}
.cont_form_wrap form label{
	float: left;
	display: block;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.cont_form_wrap form label:nth-of-type(3){
	margin-right: 0%;
	
}
.cont_form_wrap form label:nth-of-type(4){
	float: none;
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.cont_form_wrap form label p{
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.cont_form_wrap form label input{
	width: 100%;
	height: 44px;
	border: solid 2px #4b5757;
	background: transparent;
	outline: none;
	text-indent: 20px;
}
.cont_form_wrap form label textarea{
	resize: none;
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: solid 2px #4b5757;
	text-indent: 20px;
	outline: none;
	padding-top: 20px;
}
.cont_form_wrap form  button{
	margin: 0 auto;
	text-align: center;
	background-color: #a69b5e;
	width: 230px;
	height: 50px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
	display: block;
	margin-top: 50px;
	outline: none;
}
.cont_form_wrap form  button:hover{
	background-color: rgba(166, 155, 94, 0.7);
}
.cont_form_wrap form p.notes{
	margin-top: 30px;
	text-align: center;
		font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
}
.cont_form_wrap form p.notes a{
	color: #a69b5e;
	text-decoration: none;
	display: inline-block;
}
.cont_form_wrap form p.notes a:hover{
	text-decoration: underline;
}
.banner .news_item{
	margin-bottom: 0px !important;
}
.inner_text h2:first-child{

    margin-top: 0px;
}
.card_doc .gal_wrap .container .img_over:nth-last-child(-n+2),.gal_wrap .container .img_over:nth-last-child(-n+3){
	margin-bottom: 0px !important;
}
.card_doc  .row_arch .h1{
	font-family: 'Roboto Condensed', sans-serif;
		font-size: 24px;
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.0;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
}
.card_doc .inner_text{
	margin-bottom: 70px;
}
.card_doc .inner_text .container .row_arch:nth-of-type(1) .h1 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin-bottom: 70px;
    text-transform: initial;
}
.news_wrap.inner .news_item img{
	display: block;
}
.main_content{
	margin-top: 110px;
}
.mob{
	display: none;
}
.ciont_line ul li:nth-of-type(2) a:hover {
    text-decoration: underline;
}


#login_error{
	display: none;
	padding-bottom:10px;
	color: #a69b5e; 
	font-weight: bold;
}
.account-value{
	float:right;
	color: #a69b5e; 
}
/******* отображение документа *********/


.image{
	width: 30%; 
	padding:5px;
}

.image img{
	width: 100%;
	height: auto;
}

.image a{
	color: #fff;
}
.image .title{
	font-family: 'Playfair Display', serif;
	font-weight: 900;
    font-size: 18px;
    line-height: 1.25;
    margin: 16px 0 16px;
}

.image .wrap{
	position:relative;
}
.image .over{
	position: absolute;
	z-index: 1000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding: 20px;
	background: rgba(51, 51, 51, 0.8);
	display: none;
}

.image .caption{
	position: absolute;
	z-index: 1001;
	left:0;
	right:0;
	bottom:0;
	padding: 20px;
	display: none;
}


.image:hover .over, .image:hover .caption{
	display: block;
}


.page{
	width: 1174px;
	padding: 70px 0; 
    margin: 0 auto;
    position: relative;
}

.col-right{
	float:right; 
	width: 272px;
}
.col-left{
	margin-right: 300px; 
}


@media only screen and (max-width: 1199px){
	.page{
		width: auto;
    	padding: 70px 20px; 
	}
	.image{
		width: 50%; 
	}
}
@media only screen and (max-width: 991px){
	.image{
		width: 100%; 
	}
}
@media only screen and (max-width :750px){
	.col-right{
		float: none;
		margin: 0 auto;
	}
	.col-left{
		margin: 0; 
	}
}


.row_arch .left_c .container{
	width: 100%;
}