@font-face {
    font-family: 'calibri'; /* Имя шрифта */
    src: url(../fonts/calibri.ttf); /* Путь к файлу со шрифтом */
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}
a{
    outline:none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
    border: none;
}

img{
    border:none;
    max-width: 100%;
}
body{
    font:14px 'calibri', sans-serif;
    background: #000;
    color: #fff;
    word-break: break-word;
}
.wrapper{
    min-width: 1255px;
    overflow-x:hidden;
}
.wrp{
    width: 1255px;
    padding:0 10px;
    margin:0 auto;
}
header{
    position: relative;
    margin-bottom: 35px;
}
header:after{
    content: '';
    display: block;
    position: absolute;
    left:0px;
    top:87px;
    background: url(../images/slider_line.png) no-repeat top center;
    background-size: 100%;
    height: 3px;
    width: 100%;
}
header .logo{
    display: block;
    float: left;
    margin:0px 5px 0 100px;
}
header .logo img{
    display: block;
    width: 180px;
    background: #000;
    z-index: 1;
    position: relative;
}
header .slogan{
    float: left;
    color:white;
    font-size: 25px;
    margin:45px 0 0 0;
    padding-left: 38px;
}
header .enter{
    float: right;
    text-transform: uppercase;
    color:white;
    text-decoration: none;
    margin-top: 55px;
    border-bottom: 2px solid transparent;
}
header .enter:hover{
    color:#eeba93;
    border-bottom: 2px solid #eeba93;
}
header .lang{
    float: right;
    color:white;
    margin-top: 55px;
    margin-right: 15px;
}
header .lang a{
    text-decoration: none;
    color:white;
    border-bottom: 2px solid transparent;
}
header .lang a.active, header .lang a:hover{
    color:#eeba93;
    border-bottom: 2px solid #eeba93;
}
header .menu{
    float: left;
    /* margin-top: 5px; */
    margin-top: -30px;
    margin-left: 325px;
}
header .menu li{
    list-style-type: none;
    display: inline-block;
    margin-right: 25px;
}
header .menu li:last-child{
    margin-right: 0px;
}
header .menu li a{
    text-decoration: none;
    color:white;
}
header .menu li a:hover{
    color:#eeba93;
}
header .filter{
    float: right;
    width: 260px;
    position: relative;
    margin-top: -30px;
}
header .filter .ttl{
    background: url(../images/filter_tll_bg.png) no-repeat;
    width: 265px;
    height: 42px;
    padding-left: 22px;
    color:#d1a382;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    margin-left: -3px;
    position: relative;
    padding-top: 2px;
}
header .filter:after{
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    background: url(../images/arrow.png) no-repeat;
    width: 20px;
    height: 11px;
    top:50%;
    margin-top: -6px;
    pointer-events: none;
}
.filter_inner{
    position: absolute;
    top:45px;
    left: 0px;
    width: 100%;
  /* background: rgba(16,16,16,0.75); */
    background: rgba(16,16,16,1);
    padding: 25px 0px 0 0px;
    display: none;
    z-index: 10000;
}
.filter_inner:before{
    width: 100%;
    height: 2px;
    background: url(../images/filter_line.png) no-repeat;
    background-size: cover;
    position: absolute;
    top:0px;
    left:0px;
    content: '';
}
.filter_inner:after{
    width: 100%;
    height: 2px;
    background: url(../images/filter_line.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom:0px;
    left:0px;
    content: '';
}
.filter_inner .tt{
    margin-bottom: 18px;
    color:#eeba93;
    padding-left: 22px;
}
.filter_inner .itm{
    background: url(../images/header_line2.png) no-repeat bottom center;
    color:white;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.filter_inner .itm:last-child{
    margin-bottom: 0px;
    background: none;
}
.checkbox{
    margin-bottom: 10px;
    padding-left: 30px;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/check.png) no-repeat;
    margin-right: 15px;
    position: relative;
    z-index: 2px;
    top:2px;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background-position: 0 -13px;
}
.main_slider{
    padding-top: 15px;
    padding-bottom: 25px;
    background: url(../images/slider_line.png) no-repeat bottom center;
    background-size: 100% auto;
}
.main_slider .wrp {
    max-width: calc(100% - 100px);
}
.main_slider .item{

}
.main_slider .item .img{
    float: right;
    position: relative;
}
.main_slider .item .img:before{
    content: '';
    display: block;
    position: absolute;
    background: url(../images/img_shadow.png) no-repeat;
    width: 674px;
    height: 674px;
    top:-100px;
    left:-250px;
    pointer-events: none;
    z-index: 3;
}
.main_slider .item .img img{
    position: relative;
    z-index: 2;
    max-width: 350px;
    max-height: 100%;
}
.main_slider .item .text{
    padding: 70px 520px 0 130px;
}
.main_slider .item .text div{
    font-size: 18px;
    line-height: 22px;
    color:#cea180;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.main_slider .item .text p{
    line-height: 17px;
    margin-bottom: 17px;
    color:white;
}
.main_slider .item .text a{
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color:#efbd97;
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: url(../images/filter_tll_bg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.main_slider .item .text a:hover{
    text-decoration: underline;
}
.catalog{
    padding-top: 90px;
    padding-bottom: 25px;
}
.item_cont {
    font-size: 0;
}
.catalog .item{
    width: 33.3%;
    /* float: left; */
    text-decoration: none;
    text-align: center;
    color:white;
    margin-bottom: 90px;
    position: relative;
    display: inline-block;
    font-size: initial;
}
.catalog .item:before{
    content: '';
    background: url(../images/catalog_shadow.png) no-repeat;
    width: 554px;
    height: 554px;
    position: absolute;
    top:-72px;
    left: -72px;
    pointer-events: none ;
    z-index: 3;
}
.catalog .item .img{
    height: 305px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 12px;
    /* display: table; */
}
/* .catalog .item .img span{
    display: table-cell;
    vertical-align: middle;
} */
.catalog .item .img img{
    /* position: relative;
    left: 10px; */
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.catalog .item .img.righter img{
    position: relative;
    left: 35px;
}
.catalog .all{
    margin:0 auto;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color:#efbc96;
    display: block;
    background: url(../images/filter_tll_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 190px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    top:-20px;
}
.catalog .all:hover{
    text-decoration: underline;
}
footer{
    background: url(../images/slider_line.png) no-repeat top center;
    background-size: 100% auto;
    padding:16px 0 26px 0;
}
footer .copy{
    float: left;
    margin-top: 12px;
    color:#eeba93;
    font-size: 16px;
    margin-right: 35px;
}
.footer_menu{
    float: left;
    margin-top: 14px;
}
.footer_menu li{
    list-style-type: none;
    display: inline-block;
    margin-right: 24px;
}
.footer_menu li a{
    text-decoration: none;
    color:#eeba93;
}
.footer_menu li a:hover{
    text-decoration: underline;
}
.social{
    float: right;
    position: relative;
}
.social .icon{
    background: url(../images/social_icon.png) no-repeat;
    width: 43px;
    height: 42px;
    cursor: pointer;
}
.social_inner{
    position: absolute;
    bottom:0px;
    right:50px;
    width: 262px;
  /* background: rgba(16,16,16,0.75); */
    background: rgba(16,16,16,1);
    padding:22px 0 25px 0;
    z-index: 10;
    display: none;
    text-align: left;
}
.social_inner:before{
    content: '';
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    background: url(../images/filter_line.png) no-repeat;
    height: 2px;
    background-size: 100% 100%;
}
.social_inner:after{
    content: '';
    display: block;
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    background: url(../images/filter_line.png) no-repeat;
    height: 2px;
    background-size: 100% 100%;
}
.social_inner a{
    display: block;
    text-decoration: none;
    color:white;
    margin-bottom: 5px;
}
.social_inner a img{
    float: left;
}
.social_inner a span{
    /* float: left; */
    /* margin-left: 14px; */
    /* height: 21px; */
    line-height: 21px;
    border-radius: 0;
}
.social_inner a span.ya-share2__badge {
    background-color: #c99e7d;
    margin: 0 8px;
}
.social_inner a:after{
    content: '';
    display: block;
    clear: both;
}
.social_inner a:hover span{
    text-decoration: underline;
}
.social_inner span.ya-share2__icon {
    height: 21px;
    width: 21px;
    margin: 0;
    filter: invert(1);
}

.inner_page{
    padding:50px 0 330px 0;
}
.inner_page .title{
    font-size: 24px;
    margin-bottom: 30px;
    color:#b48f72;
    font-weight: bold;
}
.inner_page p{
    color:white;
    margin-bottom: 15px;
}
.inner_page ul{
    list-style-position: inside;
}
.inner_page ul, .inner_page a{
    color:#eeba93;
}
.inner_page span{
    color:white;
}
.inner_page a:hover{
    text-decoration: none;
}
.contacts_page{

}
.breadcrumbs{
    font-size: 16px;
    color:#e6b38e;
    margin-bottom: 55px;
}
.breadcrumbs a{
    text-decoration: none;
    color:#e6b38e;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.contacts_page{
    padding-bottom: 80px;
}
.contacts_page .title{
    color:#e6b38e;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}
.contacts_page .subtitle{
    color:#e6b38e;
    font-size: 18px;
    margin-bottom: 30px;
}
.contacts_page p{
    margin-bottom: 10px;
    color:white;
}
.contacts_page p a{
    text-decoration: none;
    color:white;
}
.contacts_page p a.tel{
    color:#d2a583;
}
.contacts_page .tt{
    font-size: 25px;
    margin-bottom: 25px;
    color:white;
    margin-top: 20px;
}
.map{
    height: 540px;
}
.inner_page .inner{
    padding-right: 420px;
}
.inner_page form{
    margin-top: 30px;
}
.inner_page input{
    width: 260px;
    height: 40px;
    outline: none;
    background: url(../images/filter_tll_bg.png) no-repeat;
    border:none;
    font:16px 'calibri', sans-serif;
    font-style: italic;
    padding-left: 17px;
    padding-right: 17px;
    display: block;
    background-size: 100% 100%;
    margin-bottom: 10px;
    padding-bottom: 2px;
    color:#efbd98;
}
input::-moz-placeholder {
    color: #3d3d3d; /* Цвет подсказывающего текста */
   }
   input::-webkit-input-placeholder { color: #3d3d3d; }
   input:-ms-input-placeholder { color: #3d3d3d; }
   input::-ms-input-placeholder { color: #3d3d3d; }
   input::placeholder, textarea::placeholder { color: #3d3d3d;font-weight: bold; }
.inner_page textarea{
    width: 260px;
    height: 40px;
    max-width: 100%;
    outline: none;
    background: url(../images/textarea.png) no-repeat;
    border:none;
    font:16px 'calibri', sans-serif;
    font-style: italic;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
    display: block;
    background-size: 100% 100%;
    margin-bottom: 35px;
    height: 125px;
    resize: none;
    overflow:hidden;
    width: 450px;
    color:#efbd98;
}
.inner_page .btn{
    width: 165px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat;
    outline: none;
    cursor: pointer;
    border:none;
    color:#efbd98;
    font:16px 'calibri', sans-serif;
    padding-top: 2px;
}
.inner_page .btn:hover{
    text-decoration: underline;
}
.inner_page{
    padding-bottom: 110px;
}
.promo{
    padding-bottom: 270px;
}
.promo input[type="text"]{
    width: 380px;
    max-width: 100%;
    background: url(../images/promo_input.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 28px;
    color:#efbd98;
}
.promo .btn{
    margin-bottom: 30px;
}
.breadcrumbs.top{
    margin-bottom: 0px;
}
.news_block{
    padding:70px 0 45px 0;
    text-align: center;
}
.news_item{
    display: inline-block;
    margin:0 25px;
    text-decoration: none;
    color:white;
    text-align: center;
    vertical-align: top;
    min-height: 405px;
    width: 360px;
    max-width: 100%;
}
.news_item img{
    display: block;
    transition: 0.2s;
    max-width: 100%;
    max-height: 100%;
}
.news_item img:hover{
    transition: 0.2s;
    transform: scale(1.1);
}
.news_item .img{
    position: relative;
    margin-bottom: 20px;
    overflow:hidden;
    max-height: 290px;
}
.news_item .img div{
    position: absolute;
    width: 100%;
    text-align: center;
    padding:0 5px;
    left:0px;
    bottom:0px;
    height: 65px;
    font-size: 18px;
    display: table;
    background: rgba(0,0,0,0.35);
}
.news_item .img div span{
    display: table-cell;
    vertical-align: middle;
}
.news_item .name{
    font-size: 18px;
    margin-bottom: 2px;
}
.news_item .author{
    font-size: 16px;
}
.news_item .author span{
    color:#e4b28d;
}
.news_block .all{
    margin:0 auto;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color:#efbc96;
    display: block;
    background: url(../images/filter_tll_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 190px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
}
.news_block .all:hover{
    text-decoration: underline;
}
.banner{
    margin-top: 8px;
    padding-bottom: 21px;
    background: url(../images/slider_line.png) no-repeat bottom center;
    background-size: 100% 3px;
}
.banner img{
    display: block;
}
.news_item_text{
    padding:40px 0 45px 0;
}
.news_item_text h1{
    font-size: 24px;
    margin-bottom: 25px;
    color:#eeba93;
    font-weight: normal;
}
.news_item_text .author{
    font-size: 16px;
    margin-bottom: 20px;
    color:white;
}
.news_item_text .author span{
    color:#eeba93;
}
.news_item_text h2{
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color:#eeba93;
}
.news_item_text p{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
    color:white;
    text-align: justify;
}
.news_item_text .right{
    float: right;
    margin:0 0px 20px 40px;
}
.news_item_text .right img{
    display: block;
}
.news_item_text .all{
    margin:0 auto;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color:#efbc96;
    display: block;
    background: url(../images/filter_tll_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 190px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    margin-top: 60px;
}
.good_page{

}
.good_page .info{
    float: left;
    width: 925px;
}
.good_page .info .image{
    text-align: center;
    position: relative;
}
.good_page .info .image a:before{
    position: absolute;
    top:0px;
    left: 50%;
    margin-left: -370px;
    content: '';
    background: url(../images/shadow.png);
    width: 741px;
    height: 551px;
    z-index: 3;
    pointer-events: none ;
}
.good_page .info .image img{
    position: relative;
    z-index: 2;
}
.good_page .info .image a{
    display: block;
}
.tabs{
    margin:50px 0 40px 0;
    position: relative;
    z-index: 3;
}
.tabs a{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color:#efbe99;
    margin-right: 15px;
    width: 190px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat;
    background-size: 100% 100%;
    line-height: 40px;
}
.tabs a:hover{
    text-decoration: underline;
}
.tabs_inner{

}
.tabs_inner .item{
    display: none;
    padding-right: 100px;
}
.tabs_inner .item.active{
    display: block;
}
.tabs_inner h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color:#e4b28d;
    margin-bottom: 15px;
    text-align: justify;
}
.tabs_inner p{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
    color:white;
    text-align: justify;
}
.photos{
    float: right;
    width: 300px;
    background: url(../images/vert_line.png) repeat-y top left;
    padding-bottom: 110px;
}
.photos .tt{
    color:white;
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    top:-10px;
}
.photos a{
    text-align: center;
    color:white;
    text-decoration: none;
    display: block;
    /* height: 280px; */
    /* margin-bottom: 0!important; */
}
.photos .img{
    position: relative;
    height: 290px;
}
.photos .img img {
    max-width: 100%;
    max-height: 100%;
}
.photos .img:before{
    position: absolute;
    top:-50px;
    left:0px;
    width: 305px;
    height: 305px;
    background: url(../images/shadow.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}
.photos span{
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding-right: 10px;
}
.photos a:hover{
    text-decoration: underline;
}
.look_like{
    margin-top: 55px;
    padding-bottom: 60px;
}
.look_like .item{
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color:white;
}
.look_like .item .img{
    height: 250px;
    /* width: 400px;
    display: inline-block;
    max-width: 100%; */
}
.look_like .item img{
    max-height: 100%;
    max-width: 100%;
    /* position: relative; */
    /* left:20px; */
}
.look_like .item span{
    display: block;
    margin-top: 15px;
}
.look_like{
    background: url(../images/slider_line.png) no-repeat top center;
    background-size: 100% 3px;
}
.look_like .tt{
    color:white;
    font-size: 25px;
    padding:0 35px;
    position: relative;
    top:-15px;
    margin-bottom: 40px;
    text-align: center;
}
.look_like .tt span{
    display: inline-block;
    padding:0 35px;
    background: #000;
}
.fancybox-button--zoom, .fancybox-button--thumbs{
    display: none !important;
}
.fancybox-button--close{
    background: none !important;
}

th {
    text-align: center;
}
th , td {
    color:#fff;
    padding: 7px ;
    font-weight: normal;
}

.filter_price {
    padding-left: 22px;
    padding-bottom: 12px;
}
.filter_price input {
    width: 95px;
    height: 30px;
    outline: none;
    color: #efbd98;
    background: none;
    border: 2px solid #efbd98;
    padding: 0 10px;
}

.mob_menu_btn , .only_mobile , .mob_menu {
    display: none;
}



.bx-wrapper a.bx-prev {
    left: -60px;
}
.bx-wrapper a.bx-next {
    right: -60px;
}
.main_slider .bx-pager {
    bottom: -5px;
}

.clear{
    clear:both;
}
.cleared:after{
    content: '';
    display: block;
    clear: both;
}


.table_container {
    max-width: 100% ;
    overflow-x: auto;
}
.table_container table {
    min-width: 1000px;
}
