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;
    color:#333333;
}
body,html {
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #262626;
    background: #eeefea;
}
.container {
    width: 1174px;
    margin: 0 auto;
}
.container2 {
    width: 560px;
    margin: 0 auto;
    float:left;
}

.container2r {
    width: 574px;
    margin: 0 auto;
    float:left;
}
.clear {
    float: none;
    clear: both;
}
header{
    height: 80px;
    background-color: rgba(238, 239, 234, 0.9);
    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: 15px;
}
nav{
    float: left;
    margin-top: 30px;
}
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: #1d1d1b;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.lang{
    float: left;
    margin-top: 45px;
    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: 35px;
    margin-right: 30px;
}


.search_block{
    max-width: 768px;
}

.search_block button{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: normal;
    color: #ffffff;
    border: none;
    width: 170px;
    height: 50px;
    background-color: #665e56;
    text-transform: uppercase;
    text-align: center;
    float: left;
}

#search_text{
    font-size: 16px;
    line-height: 1.5;
    width:calc(100% - 188px);
    border: none;
    height: 48px;
    padding-left:10px;
    float: left;
}

.search_form_close{
    font-size: 26px;
    font-weight: bold;
    color: #cccccc;
    width: 50px;
    height:50px;
    background-color: #990000;
    float: left;
}

.search_btn_close{
    float: right;
    padding:20px 10px 20px 20px;
    cursor: pointer;
}

.search_models{
    padding: 30px 0 10px 0;
}

.search_models li{
    display: inline-block;
    padding-right: 26px;
    font-size: 14px;
}

.search_models li label{
    display: inline-block;
    padding-left: 8px;
    cursor: pointer;
}

.search_popup_box_inner .search_models{
    color: #cccccc;
}

.search button{
    border: none;
    background: none;
    cursor: pointer;
}

input.search_checkbox {
    cursor: pointer;
}


.banner{
    position: relative;
    /* background: url(../img/layer-3-copy-3.jpg) no-repeat; */
    width: 100%;
    height: 430px;
    background-size: cover;
    /* transition: background-image 1s linear; */
    background: #1d1d1b;
}
.banner div{
    position: relative;

}
.banner .desc{
    position: absolute;
    top: 120px;
    text-align: center;
    width:100%;
    z-index: 88;
}
.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: 70px 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, .last_post ul li.title{
    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; */
    cursor: pointer;
}
.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;
    fill:#ffffff;
}


.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-top: 40px !important;
}
.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;
        margin-bottom: 50px;
}
.brown{
    background: #665e56 !important;
}
.news_wrap{
    margin-top: 0;
    margin-bottom: 50px;
}

.news_wrap .title{
    margin-bottom: 29px;
}

.news_wrap ul li {
    display: inline-block;
    margin-right: 40px;
}
.news_wrap ul li span {
    float: left;
    margin-right: 13px;
}



.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{
    width: 260px;
    position: relative;
    background: white;
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    min-height: 420px;
    float: left;
}

.news_wrap .news_item.long_height{
        min-height:550px !important;
        max-height:550px !important;
}

.news_wrap .news_item img{
    width: 260px;
    height: 260px;
}

.news_wrap .news_item .desc{
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    min-height:130px;
}
.news_wrap .news_item .desc a{
    display: block;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #1a1a1a;
}
.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;
    font-stretch: condensed;
    line-height: 1.71;
    letter-spacing: normal;
    color: #a7a299;
    margin-top: 5px;
    position: absolute;
    bottom: 10px;
}

.news_wrap .news_item .desc ul li p{
    position: inherit;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.71;
    letter-spacing: normal;
    color: #1a1a1a;
    margin-top: 0;

}

.news_wrap .news_item .desc ul li span svg {
    position: relative;
    top: 5px;
}

.news_wrap .news_item .desc ul li {
    margin-bottom: 0;
}

.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;
    color: #ffffff;
    width: 230px;
    height: 50px;
    background-color: #665e56;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
a.more_news_pn{
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 3.3;
    letter-spacing: normal;
    color: #ffffff;
    width: 100px;
    height: 50px;
    background-color: #665e56;
    text-transform: uppercase;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
}
.pageNavwrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}


div.more_news_pgbtn_sel{
    display: inline-block; 
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 3.3;
    letter-spacing: normal;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-color: #bdb3a9;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 5px;
    text-decoration: none;
}

div.more_news_pgbtn{
    display: inline-block; 
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 3.3;
    letter-spacing: normal;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-color: #665e56;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 5px;
    text-decoration: none;
}
footer{
    min-height: 220px;
    background-color: #1d1d1b;
    width: 100%;
    margin-top: 70px;
}
.logo_f{
    margin: 0 auto 20px;
    padding-top: 30px;
    text-align: center;
}
footer .desc{
    margin: 0 auto;

}
footer .desc a{
    display: block;
    text-decoration: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #665e56;

}
footer .desc a:hover{
    text-decoration: underline;

}
footer .desc p{
    margin: 0 auto;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #665e56;
    margin-bottom: 10px;
}
nav ul li a:hover{
    color: #665e56;
    border-bottom: 2px solid #665e56;
}
.title_line{
    height: 100px;
    background-color: #1d1d1b;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 80px;
}

.title_line.colapse{
    height: 2px;
}

.news_wrap.inner .news_item{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.news_wrap.inner .news_item p span{
    line-height: 1.79;
}

.news_wrap.inner .news_item:nth-of-type(3n){
    xxxmargin-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-color: #555;
    /*width: 100%;*/
    min-height: 370px;
}

.banner2_empty{
    background-color: transparent;
    min-height: 140px;
}

.banner2.person{
    background-color: transparent;
    min-height: 320px;
}
.banner2.person.wo_sub{
    min-height: 270px;
}

.banner2.banner_empty.wo_sub{
    min-height: 90px;
}

.banner2 .desc {
    position: absolute;
    top: 140px;
    width:100%;
    text-align: center;
}

.banner2_empty .desc{
    margin-top: 40px;
    text-align: center;
}

.banner2_empty ul li.date_info{
    display: block !important;
    padding-top: 10px;
}
.desc ul li.place_info p{
    float: inherit !important;
}

.banner2 .desc p,
.banner2_empty .desc p
 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.banner2 .desc span.addutional_info,
.banner2_empty  .desc span.addutional_info
 {
    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_empty .desc span.addutional_info,
.banner2.person .desc span.addutional_info {
    margin-top: 6px;
}

.banner2 .desc ul li,
.banner2_empty .desc ul li
 {
    display: inline;
}
.banner2 .desc svg{
    fill:#ffffff;
}

.banner2_empty .desc svg{
    fill:#555;
}

.banner2 .desc ul li p,
.banner2_empty .desc ul li p
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline;
    margin:20px 20px 0 10px;
}

.banner2_empty .desc p,
.banner2_empty .desc svg,
.banner2_empty .desc span.addutional_info,
.banner2_empty .desc ul li p,
.banner2.person .desc p,
.banner2.person .desc span.addutional_info{
    color: #555;
}


.banner2 div {
    position: relative;
}

.left_full{
    max-width: 1132px;
}

.left_c{
    float: left;
    max-width: 860px;
}
.left_full p, .left_c p{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.88;
    letter-spacing: normal;
    color: #1d1d1b;
    margin-bottom: 20px;
}
.right_c{
    float: right;
        max-width: 272px;
}
.right_c div{
    width: 70px;
    height: 2px;
    background-color: #a7a299;
    margin-bottom: 20px;
}
.right_c  p{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.43;
    letter-spacing: normal;
    color: #a7a299;
    margin-bottom: 20px;
}
.inner_text{
        margin-top: 40px;
        margin-bottom: 50px;
}

.gal_wrap div.item {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.gal_wrap img:nth-of-type(3n){

    margin-right: 0px;
}
.gal_wrap img:last-child{

    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: 40px;
    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: 40px;
}
.cont_l{
    float: left;
    width: 870px;
}
.cont_l2{
    float: left;
    width: 574px;
}

.cont_tags{
    width: 100%;
}

.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: 2;
    letter-spacing: normal;
    color: #a7a299;
    width: 24%;
    border-bottom: 1px solid #a7a299;
    padding: 6px 0 6px 0;
}

.cont_l table tr:last-child td{
    border-bottom: none;
}

.cont_l table tr td a{
    display:inline;
}

.bx-viewport {
    height: auto !important;
}

.cont_l table tr td:nth-child(even), .cont_l table tr td.legend{
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 2;
        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;
}
xxx.cont_l table tr:nth-child(1){
    border-top: 1px solid #a7a299;
}

.cont_l.cont_fix_c{
    float:none;
    margin: auto;
}
.cont_l.cont_fix_c2{
    float:none;
    margin: auto;
    width:574px !important;
}
.tags.tags_block{
    padding-top:100px;
}

.tags{
    display: none;
}
.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: 70px;
    margin-bottom: 50px;
}
.tags ul li.active {
    background-color: #1d1d1b;
}
.tags ul li.active a span{
    background-color: color: #a7a299;
}
.tags ul li a img{
    display: none !important;
}
.tags ul li.active a img{
    position: relative;
    top: 2px;
    left: 7px;
    display: inline !important;
}
.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: 50px 0;
}
.time_line, .loading{
    margin-bottom: 50px;
}

#tags_show{
    font-size: 24px;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.0;
    letter-spacing: normal;
    text-align: center;
    color: #665e56;
    margin: 10px 0;
}
#tags_show:hover{
    text-decoration: underline;
}

#moreIndexNews{
    display: none;
}

.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: 40px;
    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;
    border-bottom: 2px solid #eeefea;
}
.tb a.active,.tb a:hover{
    color: #665e56;
    /* text-decoration: underline; */
    border-bottom: 2px solid #665e56;
}

.tb.fp{
    padding-top:30px;
}

.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;
    border-bottom: 2px solid #eeefea;
}
.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: 70px;
    margin-bottom: 0;
    background: url(/static/i/bg_sldr.png) no-repeat;
    height: 60px;
}
.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: 30px;
    background: url(/static/i/layer-33.png) no-repeat;
    cursor: pointer;
    /* color: white; */
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.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: 30px;
    background: url(/static/i/layer-33-2.png) no-repeat;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.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: -35px;
    margin-left: -49px;
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle:nth-of-type(2) {
    top: -35px;
    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;}

.googlemap_popup{
    width: 300px;
    min-height: 270px;
    background-color: #fff;
    padding-bottom: 10px;
}

.googlemap_popup .popup_img{
    width: 300px;
    background-color: #aaa399;
    vertical-align: center;
}

.googlemap_popup a{
    text-decoration: none !important;
}

.googlemap_popup .popup_img img{
  display:block;
  margin:auto;
}


.popup p, .googlemap_popup p{
    font-size: 16px;
    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: 15px;
    margin-bottom: 10px;

}
.popup span, .googlemap_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: 15px;
}
.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);
}
.main_content{
    min-height: calc(100vh - 290px);
}
.main_content.index{
    margin-top: 80px;
}

.more_news:hover{
    background: rgba(102, 94, 86, 0.7);
}
.more_news_pn:hover{
    background: rgba(102, 94, 86, 0.7);
}
.more_news_pgbtn:hover{
    background: rgba(102, 94, 86, 0.7);
}


xxx.news_wrap .news_item:nth-last-child(-n+3){
    margin-bottom: 0px;
}
xxx.gal_wrap img:nth-last-child(-n+2){
    margin-bottom: 0px;
}
xxx.filter2{
        margin-top: 132px;
}
.tb a:last-child{
    margin-right: 0px;
}
.fonf1{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 77;
    transition: background-image 1s linear;
}
.fonf{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(102, 94, 86, 0.7); */
    z-index: 77;
}
.mob{
    display: none;
}
.over{
    overflow: hidden;
    height: 100%;
}
.news_wrap .news_item:hover .desc a,.slider_wrap .slider_wrap_item:hover .desc a{
    text-decoration: underline;
}

a.inline{
    display: inline-block !important;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.slider_inner2{
    text-align: center;
}

#moreNewsIndex{
    display: none;
}

.desc.desc_fix_img{
    margin: 40px 0 40px 0;
}

.slider_wraps{
    float: left;
    margin-right: 50px;
    position: relative;
    top:14px;
    margin-bottom:100px;
}

#slider_box, #search_popup_box{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    z-index: 100;
    display:none;
}

.search_popup_box_inner{
    width: 100%;
   max-width: 768px;
   margin: 0;
   position: absolute;
   top: 120px;
   left:50%;
   transform: translate(-50%, -50%)
}

.slider_inner2popup{
    padding-top:0;
}

.slider_inner2popup .desc{
    width: 1174px;
}

.slider_inner2popup .title{
    color:#ffffff;
    float: left;
}
.slider_desc{
    color:#ffffff;
    position: absolute;
    padding-top: 20px;
    width:1174px;
}
.slider_desc .counter{
    color:#cccccc;
    display: inline;
    padding-left:20px;
}

.slider_desc .title{
    float: right;
    display: inline;
}

.bx-pager.bx-default-pager{
    display: inline;
}

.slider_inner2popup .description{
    color:#ffffff;
    float: right;
}

.slider_btn_plus{
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
    z-index: 10;
}

.slider_btn_close{
    position: relative;
    top: 50px;
    right: 25px;
    float: right;
    z-index: 10;
}

#search_info{
    color: #990000;
    font-weight: bold;
    font-size: 24px;
    padding:24px 0 0 0;
}

#searchList{
    min-height:200px;
}

#searchList a{
    color: #1d1d1b;
    font-size: 24px;
    text-decoration: none;
}

#searchList b{
    font-weight: bold;
}

#searchList ul li{
    padding:0 0 40px 0;
    width:100%;
}

#searchList ul li .model_title{
    border-bottom: 1px solid #1a1a1a;
    margin: 10px 0 20px 0;
}

#searchList ul li .model_title div{
    font-size: 14px;
    margin-right: 20px;
    padding-right: 6px;
    position: relative;
    margin-bottom: -4px;
    background-color: #eeefea;
    display: inline;
}

.addutional_info{
    padding-top: 30px;
    vertical-align: baseline;
    text-align: center;
}

.addutional_info p, .addutional_info span{
    font-size: 14px !important;
    display: inline !important;
    line-height: 1.71;
    padding:10px;
}


.addutional_info_list p {
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
}


.mask_rounded{
    border-radius:50%;
    margin-bottom:20px;
}

.news_with_f_l{
    float: left;
    margin-right: 20px !important;
}


#campadmin_selector{
    float: right;
}

#campadmin_selector ul{
    margin-right: 10px;
}

#campadmin_selector ul li{
    display: inline-block;
    margin-right: 20px;
}

#campadmin_selector ul li a{
    font-size: 16px;
    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;
}


#campadmin_selector ul li.active a{
    color: #665e56;
    border-bottom: 2px solid #665e56;
}

#expo_selector{
    float: right;
}

#expo_selector ul{
    margin-right: 10px;
}

#expo_selector ul li{
    display: inline-block;
    margin-right: 20px;
}

#expo_selector ul li a{
    font-size: 16px;
    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;
}


#expo_selector ul li.active a{
    color: #665e56;
    border-bottom: 2px solid #665e56;
}

#letterData {

}

#letterData li{
    padding: 15px 0 15px 0;
    display: block;
    text-align: center;
}

#letterData li a {
    color: #1d1d1b;
    font-size: 16px;
    text-decoration: none;
}

#gallery{
    position: relative;
    top: -80px;
}


.bx-caption {
  position: absolute;
  color:red;
  width: 50%;
  left: 22;
  top: 22;s
  transform: translateX(-50%) translateY(-50%);
  transition: .3s ease-in-out;
  padding: 2em;
  background: rgba(255,255,255,.9);
  z-index: 112;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Comfortaa', cursive;
}

.container2 .bx-wrapper .bx-prev{
    left: -30px;
    background: url(/static/i/arows_gray.png) 0 0px no-repeat;
}
.container2 .bx-wrapper .bx-next{
    right: -30px;
    background: url(/static/i/arows_gray.png) right 0 no-repeat;
}

p.infotext{
    text-align: center;
    padding: 40px;
}

.thumbnail_in_list{
    float: left;
    margin-right: 20px;
}


h1{
    font-size: 40px;
}
h2{
    font-size: 34px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 22px;
}


.thumbnail_e a{
    background: #000;
}


.thumbnail_e img{
    opacity:1;
    position: relative;
    float:left;
}

.thumbnail_e:hover img{
    opacity:.40;
}
.thumbnail_e .placeholder{
    width: 125px;
    height:125px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    color:#fff;
    font-weight: normal;
    font-size:11px;
}

.thumbnail_e .placeholder span{
    display:none;
}

.thumbnail_e:hover .placeholder span{
   display:block;
}

.thumbnail_e .placeholder span{
    position: absolute;
    left:5px;
    right: 5px;
    bottom: 5px;
    text-align: right;
}

.ck_result em {
    font-style: italic !important;
}

.ck_result strong {
    font-weight: bold !important;
}

.ck_result a {
    display: initial !important;
}

.peronal_auth_selector {
    padding: 20px;
    margin: auto;
}

.peronal_auth_selector ul {
    margin-left:15px;
}


.peronal_auth_selector li {
    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;
    border-bottom: 2px solid #eeefea;
    cursor:pointer;
}

.peronal_auth_selector li.active{
    color: #665e56;
    border-bottom: 2px solid #665e56;
}