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 {
    font-size: 14px;
    width: 100%;
    /* height: 100%; */
    background: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #262626;
    background: #e5e5e5;
}
.container {
    width: 1174px;
    margin: 0 auto;
    position: relative;
}
.clear {
    float: none;
    clear: both;
}
header{
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88;
	background: #e5e5e5;
	box-shadow: 1px 1px 5px #615c5c;
}
.clearfix:after{
	float: none;
	clear: both;
}
a.logo{
	float: left;
	margin-right: 19px;
	margin-top: 30px;
}
nav{
	float: right;
	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;
}
nav ul svg {
	fill: white;
	margin-bottom: -2px;
}
nav a:hover svg {
	fill: #739C65;
}

.header2{
	position:fixed;
	background-color: #749d64;
	height:50px;
	width:100%;
	z-index: 88;
	box-shadow: 1px 1px 5px #615c5c;
	margin-top: -70px;
}

.header2 .container{
	height:50px;
	display: table;
}

.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: #262626;
	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: #262626;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	margin-top: 45px;
}
a.more_news:hover{
	opacity: 0.7;
}
footer{
	/* height: 220px; */
	background-color: #262626;
	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;
	display: table;
	height: 57px;
	vertical-align:bottom;
}
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: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;
	max-width: 728px;
	display: table-cell;
}
nav ul li a:hover,nav ul li.active a{
	color: #739C65 !important;
	/* 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;
}
.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; */ cursor: default;}
.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;
	margin-top: 0;
}
.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: 130px; */
	    margin-bottom: 70px;
}
.gal_wrap .img_over img{
	float: left;
	margin-right: 30px;
	/* margin-bottom: 30px; */
}
.gal_wrap img:nth-of-type(3n){
	
	margin-right: 0px;
}
.gal_wrap .img_over:nth-of-type(2n) img{
	/* margin-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: 1.5;
	letter-spacing: normal;
	color: #a7a299;
	width: 16%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}
.cont_l table tr td:nth-child(even){
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: condensed;
		line-height: 1.5;
		letter-spacing: normal;
		color: #262626;
		padding-top: 16px;
		padding-bottom: 16px;
		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 rgba(38, 38, 38, 0.2);
}
.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; */
}

.filter__mobile {
	display: none;
}

.filter__checkboxes {
	margin: 20px 0 10px 0;
}

.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: 100%;
	height: 44px;
	background-color: #ffffff;
	border: solid 2px #4b5757;
	position: relative;
	top: -12px;
	opacity: 0;
	outline: none;
	text-indent: 20px;
}
.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: 310px;
	height: 50px;
	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 span{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;

	line-height: 2.14;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.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{
		width: 770px;
		/* height: 495px; */
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		/* font-stretch: condensed; */
		line-height: 1.88;
		letter-spacing: normal;
		text-align: left;
		color: #484745;
		margin: 0 auto;
		margin-bottom: 30px;
}
.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: #739c64 !important;
}
.r_f{
	float: right;
	margin-top: 45px;
	max-width: 26%;
	text-align: right;
}
.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: 25px;
}
.par_line span{
		font-size: 14px;
		font-weight: 300;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: left;
		color: white;
		/* float: left; */
		margin-right: 0;
}
.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: 0;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;
	height: 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 {
    /* margin-top: 20px; */
}
#filter-form .section {
    display: block;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}
#filter-form select {
    width: 272px;
    height: 50px;
    border-radius: 2px;
    background-color: transparent;
    border: solid 1px #4b5757;
    padding-top: 10px;
    /* padding-bottom: 17px; */
    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{
	/* width: auto; */
	/* height: auto; */
	/* background: none; */
}
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,
.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: rgba(29, 29, 27, 0.4) !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_input + span{
	    top: 12px;
	    right: 20px;
}

a.tags{
	display: block;
	background-color: #262626;
	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;
	color: #ffffff;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
}
a.tags:hover{
	opacity: 0.7;
}
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: #739c64;
		margin-top: 0px;
		text-decoration: none;
}
a.more_tags span{
	border-bottom: 1px dashed #739c64;
}
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: 47px;
}
#bx-pager img{
	height: 100px !important;
	width: auto !important;
}
.bxslider img{
	height: 546px;
}
.slide{
	text-align: center;
}
.wrp{
	width: 70% !important;
	margin: 0 auto;
}
.active-slide{
	opacity: 0.5;
}
.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;
}
.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;
}

.tbs_wrap{
	margin-top: 40px;
	/* display: none; */
}
.tbs_li{
	text-align: center;
}
.tbs_li li{
	display: inline-block;
	margin-right: 40px;
}
.tbs_li li:last-child{
	margin-right: 0;
}
.tbs_li li a{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.tbs_li li a.active,.tbs_li li a:hover{
	color: #739c64;
}

.tbs_li li a.active span,.tbs_li li a:hover span{
	border-bottom: 2px solid #739c64;
}
.tbs_content{
	
}
.tbs_content .tab{
	display: none;
}
.tbs_content .tab.active{
	display: block;
}
.filter_form_tab1 input{
	height: 48px;
	background-color: #ffffff;
	text-indent: 20px;
	width: 250px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.88;
	letter-spacing: normal;
	/* text-align: center; */
	/* color: rgba(29, 29, 27, 0.4); */
	font-family: 'Roboto Condensed', sans-serif;
	outline: none;
	border: none;
	/* margin-right: 10px; */
	/* float: left; */
	margin-bottom: 10px;
}
.filter_form_tab1,.filter_form_tab2{
	width: 777px;
	margin: 0 auto;
	margin-top: 40px;
}
.row_half{
	margin-top: 10px;
	width: 67%;
	float: left;
}
.filter_form_tab1 button{
	width: 250px;
	height: 51px;
	background-color: #739c64;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	float: left;
	border: none;
	text-transform: uppercase;
	margin-top: 0;
	margin-left: 0;
	font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
	outline: none;
	border-radius: 0px;
}
.filter_form_tab1 button:hover{
	opacity: 0.9;
}
.hr_row{
	height: 1px;
	opacity: 0.2;
	background-color: #ebe6db;
	margin: 47px 0;
}
.hr_row2{
	height: 1px;
	opacity: 0.2;
	background-color: #484745;
	margin: 69px 0;
}
.tab2{
	/* width: 612px; */
	/* margin: 0 auto; */
}
.mega_row{
	margin-top: 47px;
}
.row_cat{
		width: 181px;
		float: left;
		margin-right: 33px;
}
.mega_row .row_cat:nth-of-type(3),.mega_row2 .row_cat:nth-of-type(3){
	margin-right: 0;
}
.row_cat > a{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	/* line-height: 2.5; */
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin-bottom: 20px;
	text-decoration: none;
	line-height: 1.25;
	text-transform: uppercase;
}
.row_cat ul{
	
}
.row_cat ul li{
	margin-bottom: 5px;
}
.row_cat ul li a{
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
	line-height: 2.14;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.row_cat ul li ul{
	padding-left: 20px;
}
.row_cat ul li ul li{
	
}
.row_cat ul li ul li a{
	text-transform: none;
}
.row_cat a:hover{
	text-decoration: underline;
}
.open_filter.opened svg{
	-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transition: all 0.3s ease;

}
.sub_page_title{
		font-size: 34px;
		font-weight: 700;
		font-style: normal;
		line-height: 1.0;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
		/* text-transform: uppercase; */
		margin-bottom: 40px;
		font-family: 'Playfair Display', serif;
}
.sub_page_title + a{
	margin-top: 26px;
}
.open_filter{
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: center;
	color: #dd545c;
	text-decoration: none;
}
.open_filter svg{
	margin-right: 10px;
	position: relative;
	top: 5px;
	transition: all 0.3s ease;
}
.open_filter span{
	border-bottom: 1px dashed #dd545c;
}
.sub_page_title2{
		font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.tab1 .row_impt:nth-of-type(3n),.tab2 .line_row .row_impt:nth-of-type(3n){
	margin-right: 0px; 
}
.row_impt{
	margin-right: 10px;
	float: left;
}
.line_row_title{
	
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.line_row{
	margin-bottom: 30px;
}
.tab2 button {
    width: 250px;
    height: 51px;
    background-color: #739c64;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    float: none;
    border: none;
    text-transform: uppercase;
    /* margin-top: 20px; */
    margin-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 40px;
}
.cheks{
	height: 48px;
	width: 250px;
	padding-top: 6px;
}
.cheks li{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 10px;
}
.cheks li input{
	float: left;
	height: auto;
	width: auto;
	line-height: initial;
	margin-bottom: 0px;
	position: relative;
	top: -5px;
	margin-left: 0;
	border: none;
	background: none;
	border-radius: 0px;
	margin-right: 10px;
	box-shadow: none;
}
.inner_head_title{
		font-size: 16px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: left;
		color: #ffffff;
		float: left;
		margin-top: 49px;
		text-transform: uppercase;
}
.inner_page_white header{
	background: #262626;
}
.inner_page_white nav ul li a{
	color: white;
}
.inner_page_white{
	background: white;
	margin-top: 180px; */
}
.find_wrap{
	display: none;
}
.find_wrap.is-active{
	display: block;
}
.find_wrap_item{
	border-top: 1px solid #d4d4d4;
	padding: 23px 0 22px 0;
	border-bottom: 1px solid #d4d4d4;
}
.find_wrap_item + .find_wrap_item {
	margin-top: -1px;
}
.find_wrap_item a{
		font-size: 18px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.67;
		letter-spacing: normal;
		text-align: left;
		color: #262626;
		font-family: 'Playfair Display', serif;
		margin-bottom: 4px;
		display: block;
}
.find_wrap_item a span:hover{
	     border-bottom: 2px solid #262626; 
}
.find_wrap_item p{
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: left;
		color: #484745;
		margin-bottom: 0;
}
.find_wrap_letter{
		font-size: 24px;
		font-weight: bold;
		font-style: normal;
		font-stretch: condensed;
		line-height: 1.0;
		letter-spacing: normal;
		text-align: left;
		color: #333333;
		margin-bottom: 53px;
		margin-top: 49px;
}
.title_find_s{
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: condensed;
		line-height: 2.14;
		letter-spacing: normal;
		text-align: left;
		color: #484745;
		/* margin-bottom: 46px; */
}
.victims-list {
	display: block;
	margin-top: 12px;
}
.victims-list__header {
	display: inline-block;
	vertical-align: middle;
	color: #484745;
	border-bottom: none;
	font-weight: bold;
}
.victims-list__header.line_t_table {
	width: 100%;
	text-align: center;
}
.victims-list__header span {
	vertical-align: middle;
}
.victims-list__years {
	display: inline-block;
	vertical-align: middle;
}
.victims-list__year {
	display: inline;
	cursor: pointer;
	border-bottom: 1px dashed #739c64;
	color: #739c64;
	margin-left: 12px;
}
.victims-list__year.is-active {
	color: #484745;
	border-bottom: none;
	font-weight: bold;
	cursor: default;
}
.victims-list__year:hover {
	border-bottom: none;
}
.victims-list__items {
	display: block;
	margin-top: 11px;
}
.victims-list__item {
	display: none;
}
.victims-list__item.is-active {
	display: block;
}

.print-trigger {
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.print-trigger:hover .print-trigger__label {
	border-bottom: none;
}

.print-trigger:hover .print-trigger__ico {
	fill: #739c64;
}

.print-trigger__ico {
	display: inline-block;
	vertical-align: middle;
	fill: #262626;
	margin-right: 6px;
}

.print-trigger__label {
	display: inline;
	color: #739c64;
	border-bottom: 1px dashed #739c64;;
	font-size: 14px;
}

.paginator {
	display: block;
	margin-top: 50px;
	text-align: center;
}

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

.paginator__item {
	display: inline-block;
	vertical-align: middle;
}

.paginator__item.is-active .paginator__label {
	background-color: #262626;
	color: white;
	text-decoration: none;
	width: 50px;
	cursor: none;
	pointer-events: none;
}

.paginator__label {
	display: block;
	height:50px;
	width: 43px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #739c64;
}

span.paginator__label {
	width: 60px;
}

a.paginator__label {
	text-decoration: underline;
}

.paginator__label:hover {
	text-decoration: none;
}

::-webkit-input-placeholder { 
color: rgba(38, 38, 38, 0.4);
	font-family: 'Roboto Condensed', sans-serif;
}
::-moz-placeholder {
  color: rgba(38, 38, 38, 0.4);
	font-family: 'Roboto Condensed', sans-serif;
}
:-ms-input-placeholder { 
color: rgba(38, 38, 38, 0.4);
	font-family: 'Roboto Condensed', sans-serif;
}
:-moz-placeholder { 
color: rgba(38, 38, 38, 0.4);
	font-family: 'Roboto Condensed', sans-serif;
}
#filter-form .section input[type="text"]{
	width: 266px;
	height: 46px;
	border: solid 1px #262626;
	text-indent: 19px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	outline: none;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
  /* 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; }

.checkbox {
    position: relative;
    display: flex;
}

.checkbox + .checkbox {
	margin-top: 10px;
}

.checkbox__input {
	position: absolute;
	top: 10px;
	left: 5px;
	opacity: 0;
}

.checkbox__input:checked + .checkbox__indicator {
	background-image: url(../img/check.svg);
	background-color: black;
}

.checkbox__indicator {
    position: relative;
    display: inline-block;
	vertical-align: top;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid #262626;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 75% 75%;
}

.checkbox__label {
    display: inline-block;
    user-select: none;
    text-align: left;
    vertical-align: middle;
    color: #b4b4b4;
    font-size: 16px;
}

#filter-form .section button{
	display: inline-block;
	cursor: pointer;
	outline: none;
	border-radius: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
#filter-form .section button:first-child{
	width: 130px;
	height: 50px;
	border: solid 1px #739c64;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #739c64;
}
#filter-form .section button:first-child:hover{
	background-color: #739c64;
	color: #ffffff;
}
#filter-form .section button:last-child:hover{
	background-color: transparent;
	color: #739c64;
	border: solid 1px #739c64;
}
#filter-form .section button:last-child{
	width: 130px;
	height: 50px;
	background-color: #739c64;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
	float: right;
}
.inner_page_white nav ul li a.grey{
	color: rgba(255, 255, 255, 0.4);
}

.find_wrap_letters_next .find_wrap_item {
	display: flex;
}

.find_wrap_letters_next .find_wrap_item, .find_wrap_letters_next .find_wrap_item a {
	font-size: 16px; font-weight: normal; font-style: normal; font-family: 'Roboto Condensed', sans-serif; color: #739c64;
	text-align: left;
}
.find_wrap_letters_next .find_wrap_item a:hover {
    text-decoration: underline;
}

.find_wrap_letters_next .find_wrap_item span {
	display: inline-block;
	height: 18px;
	font-stretch: condensed;
	line-height: 18px; letter-spacing: normal;
	margin: 0 32px 23px 0;
	border-bottom: 2px solid #739c64;
	cursor: pointer;
}

.find_wrap_letters_next .find_wrap_item span:hover{
	border-bottom: 0 solid #739c64;
}
.find_wrap_letters_next .find_wrap_item span {

}
.main_pic{
	text-align: center;
}
.cont_l2{
	float: none;
	width: 100%;
}
.line_t_table{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #262626;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 50px;
	margin-bottom: 45px;
	text-transform: uppercase;
}
.files_block{
	border-top: 1px solid rgba(38, 38, 38, 0.2);
	border-bottom: 1px solid rgba(38, 38, 38, 0.2);
	padding: 27px 0;
}
.files_block a{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #739c64;
	text-decoration: none;
	display: block;
	margin-bottom: 14px;
}
.files_block a span{
	border-bottom: 1px solid #739c64;
}
.files_block a:hover span{
	border-bottom: 0px solid #739c64;
}
.files_block a svg{
	position: relative;
	top: 0px;
	margin-right: 5px;
}
.mob{
	display: none;
}
.main_content {
    margin-top: 110px;
}
.find_wrap_letters_next .find_wrap_letter:nth-of-type(1){
	margin-top: 0;
}
.hide{
	display: none;
}

.results-controls {
    margin:15px 0;
}

.results-control {
    display:inline-block;
    margin-right:30px;
	cursor:pointer;
	text-decoration:none;
}

.results-control:hover .results-control__label {
	border-bottom: none;
}

.results-control__icon {
    vertical-align:middle;
    margin-right:5px;
}

.results-control__label {
    color:#ffffff;
    border-bottom:1px dashed #ffffff;
}


/***
	FILTER
 */

.filter-title {
	display: none;
	position: relative;
	padding: 14px 0;
	margin: 14px 0;
	border-top: 1px #d4d4d4 solid;
	cursor: pointer;
}

.filter-title h3 {
	font-weight: bold; font-size: 16px;
	text-transform: uppercase;
}

.filter-title i {
	position: absolute;
	right: 0; top: 50%;
	transform: translateY(-50%);
}

.filter-submit button:last-child {
	border: 1px transparent solid;
}

.icon {
	display: inline-block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.icon.icon_search {
	width: 16px; height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='900.000000pt' height='900.000000pt' viewBox='0 0 900.000000 900.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate%280.000000,900.000000%29 scale%280.100000,-0.100000%29'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M3615 8985 c-7 -11 -34 -17 -90 -21 -132 -9 -293 -35 -495 -80 -103%0A-23 -273 -71 -318 -90 -18 -8 -39 -14 -47 -14 -8 0 -29 -6 -47 -14 -18 -8 -51%0A-21 -73 -29 -151 -56 -432 -188 -575 -269 -161 -91 -433 -283 -584 -411 -142%0A-122 -341 -321 -463 -463 -128 -151 -320 -423 -411 -584 -81 -143 -213 -424%0A-269 -575 -8 -22 -21 -55 -29 -73 -8 -18 -14 -39 -14 -47 0 -8 -6 -29 -14 -47%0A-7 -18 -20 -58 -29 -88 -8 -30 -22 -80 -31 -110 -47 -165 -94 -421 -113 -615%0A-10 -102 -10 -693 0 -805 12 -133 51 -366 83 -492 44 -180 61 -237 99 -348 15%0A-41 31 -91 37 -110 5 -19 14 -39 19 -44 5 -6 9 -18 9 -27 0 -10 6 -30 14 -46%0A7 -15 20 -44 28 -63 47 -113 152 -322 223 -445 50 -87 196 -307 259 -389 128%0A-169 211 -263 370 -421 201 -200 406 -367 611 -499 50 -32 102 -67 117 -77 15%0A-11 29 -19 32 -19 2 0 37 -19 78 -43 66 -39 278 -145 368 -185 19 -8 44 -19%0A54 -25 11 -5 31 -13 45 -17 14 -5 51 -18 81 -30 157 -61 397 -131 565 -165 44%0A-9 98 -20 120 -25 22 -5 65 -12 95 -15 30 -3 98 -14 150 -22 140 -24 776 -23%0A908 0 50 9 106 17 123 17 17 0 63 7 103 15 39 9 105 23 146 31 148 30 420 108%0A530 152 14 5 45 18 70 27 25 10 59 23 75 31 17 7 50 22 75 32 223 97 408 200%0A641 358 100 67 140 89 152 83 8 -5 417 -411 909 -901 797 -797 900 -897 958%0A-926 95 -48 132 -56 270 -56 186 0 269 33 390 154 75 74 140 182 140 230 0 11%0A9 29 20 40 18 18 20 33 20 130 0 87 -3 110 -14 110 -15 0 -26 21 -26 48 0 9%0A-17 50 -37 92 -36 72 -75 112 -930 968 -491 492 -897 901 -902 909 -6 12 16%0A52 83 152 170 252 266 427 375 686 34 83 69 165 77 183 8 18 14 39 14 46 0 8%0A7 27 15 42 8 16 15 37 15 46 0 10 6 32 14 50 13 30 24 68 62 213 7 28 20 84%0A28 125 8 41 22 107 31 146 8 40 15 86 15 103 0 17 8 73 17 123 23 132 24 768%0A0 908 -8 52 -19 120 -22 150 -3 30 -10 73 -15 95 -5 22 -16 76 -25 120 -23%0A109 -67 280 -90 345 -6 19 -20 60 -29 90 -9 30 -24 73 -33 95 -8 22 -22 58%0A-30 80 -8 22 -22 56 -30 75 -8 19 -21 49 -28 65 -33 78 -143 298 -182 363 -24%0A41 -43 76 -43 78 0 3 -8 17 -19 32 -10 15 -45 68 -77 117 -223 348 -566 714%0A-915 977 -55 41 -178 130 -200 143 -9 6 -49 30 -89 55 -174 109 -384 219 -550%0A288 -19 8 -48 21 -63 28 -16 8 -36 14 -46 14 -9 0 -21 4 -27 9 -5 5 -25 14%0A-44 19 -19 6 -69 22 -110 37 -111 38 -168 55 -347 99 -137 34 -385 76 -453 77%0A-76 0 -136 13 -132 27 1 9 -73 12 -306 12 -263 0 -309 -2 -317 -15z m550%0A-1130 c166 -13 216 -21 360 -51 145 -31 360 -98 480 -149 88 -38 327 -159 372%0A-189 28 -18 55 -35 60 -37 25 -12 161 -108 243 -174 103 -82 284 -255 367%0A-351 157 -180 294 -384 391 -579 58 -117 82 -171 133 -303 23 -58 67 -205 92%0A-307 91 -361 104 -840 32 -1175 -8 -36 -16 -78 -19 -95 -18 -106 -82 -315%0A-132 -432 -8 -17 -14 -34 -14 -37 0 -9 -123 -259 -158 -321 -234 -415 -632%0A-813 -1047 -1047 -62 -35 -312 -158 -321 -158 -3 0 -20 -6 -37 -14 -117 -50%0A-326 -114 -432 -132 -16 -3 -59 -11 -95 -19 -141 -31 -307 -45 -521 -45 -118%0A0 -240 4 -270 10 -30 5 -90 14 -134 20 -92 12 -200 32 -265 49 -114 31 -243%0A71 -292 90 -132 51 -186 75 -303 133 -195 97 -399 234 -579 391 -96 83 -269%0A264 -351 367 -66 82 -162 218 -174 243 -2 5 -19 32 -37 60 -30 45 -151 284%0A-189 372 -51 120 -118 336 -149 480 -84 396 -84 807 0 1190 27 126 62 250 91%0A330 9 22 21 56 28 75 56 152 118 279 214 440 322 541 848 984 1421 1195 19 7%0A53 19 75 28 38 14 84 28 200 60 55 16 164 40 265 58 81 15 327 36 440 37 47 1%0A162 -5 255 -13z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (max-width :1200px) {
	.right_c2.filter-column {
		box-sizing: border-box;
		width: 100%;
		padding: 28px;
		background-color: white;
	}
	.right_c2.filter-column a.tags {
		width: 248px; }

	.filter-title {
		display: block; }
}

@media only screen and (max-width :767px) {
	.right_c2.filter-column {
		width: 420px;
		margin: 0;
		padding-top: 0;
	}

	.right_c2.filter-column p.title,
	.right_c2.filter-column a.more_tags {
		text-align: left; }

	#filter-form .section input[type="text"],
	.right_c2.filter-column a.tags {
		box-sizing: border-box;
		width: 100%;
	}

	.filter-submit {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.filter-submit button {
		width: 49% !important;
	}
}

@media only screen and (max-width :480px) {
	.right_c2.filter-column {
		padding: 0 7px;
		margin: 0 auto;
	}
}

.list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
	box-sizing: border-box;
	position: relative;
}
.list * { box-sizing: border-box; }
.list ul {
	display: none;
}
.list-item.is-active {
	width: 100%;
}
.list-item.is-active > span,
.js-list-sub-item.is-active > span{
	font-weight: bold;
}
.list-item.is-active ul.list-sub {
	display: flex; }
.js-list-sub-item.is-active ul {
	display: block;
}
.list-item ul.list-sub {
	display: none;
}

.list.js-list {
	flex-direction: column;
}
.list.js-list li {
	line-height: 1.8em; }
.js-list li:not(:first-child) {
	display: none;
}
.js-list a {
	display: inline-block; }



/***
	TABLE
 */

.table {
	box-sizing: border-box;
}
.table * { box-sizing: border-box; }
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table td {
	height: 65px;
	vertical-align: middle;
	padding: 0 5px;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.table td:not(:first-child) {
	text-align: center;
	text-transform: uppercase;
	border-left-width: 1px;
}

.table thead td {
	font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
	line-height: 18px;
	border-top-width: 1px;
}

._font-bold {
	font-weight: bold !important; }
._text-up {
	text-transform: uppercase !important; }

.link-green {
	cursor: pointer;
	border-bottom: 1px dashed #739c64;
	color: #739c64;
	font-size: 14px;
}

.inline-link {
	display: inline-block;
}
