/*------------------------------------- typical elements    -------------------*/
/**********************/
#top_nav .warn {
	display: block;
	text-align: center;
	font-size: 20px;
	background: red;
	color: white;
}
.phone-line{padding: 2px 0;}
.phone-line a{text-decoration: none;color: #c19b76;font-size: 25px;font-family: YesevaOne-Regular;}
.header .phone-line a span{padding-left: 3px;font-size: 25px;}
.phone-line a:hover{}
.phone-line a:before{font-family: FontAwesome;content: "\f095";}
/**********************/
/**********************/
.email-line{padding: 2px 0;}
.email-line a{text-decoration: none;color: #000;}
.email-line a span{padding-left: 3px;}
.email-line a:hover{}
.email-line a:before{font-family: FontAwesome;content: "\f003";}
/**********************/
.logo{    padding: 0;}
.logo a, .logo div{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
}
.logo a strong, .logo div strong{
    display: block;
    text-transform: uppercase;
    font-family: YesevaOne-Regular;
}
.logo a span, .logo div span{
    font-size: 18px;
    color: #999999;
}
.logo img{}
.logo a:hover{}
.logo a:hover strong{}
/**********************/
.socials{
    width: 204px;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 6px;
}
.socials a{
    color: #dcdcdc;
    display: inline-block;
    width: 23.5%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    border-right: 1px solid #dcdcdc;
}
.socials a i{}
.socials a:hover{
    color: #c29c77;
}
.socials a span{display: none;}
/**********************/
.breadcrumb{
    padding: 10px 1% 18px;
}
.breadcrumb ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ul li{
    display: inline-block;
    padding: 0 8px 0 0;
    color: #999999;
}
.breadcrumb ul li a{
    color: #999999;
    text-decoration: none;
}
.breadcrumb ul li a:hover{
    color: #02031f;
}
.breadcrumb ul li > span{
    color: #02031f;
}
.breadcrumb ul li > h2{
    font-size: 16px;
    font-weight: 100;
    font-family: SourceSansPro-Regular, Arial, Helvetica, sans-serif;
}
/**********************/
.search_block{position: relative;z-index: 2;margin-right: 30px;}
.search_block .search_link{
    color: #fff;
    display: block;
    background: #1b1c38;
    height: 66px;
    width: 66px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search_block .search_link i{
    line-height: 66px;
}
.search_block .search_link:hover{
    background: #fff;
    color: #1b1c38;
}
.search_wrapp{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
}
.search_wrapp > input, input#search_string{
    background: #25264d;
    border: none;
    color: #cccccc;
    font-size: 18px;
    padding: 24px 66px 21px 28px;
    width: 100%;
}
#search_results{
    background: #25264d;
    color: #fff;
    width: 100%;
    padding: 0 0 0px 0;
}
#search_results table{
    width: 100%;
    border-top: 1px solid #070940;
    padding: 9px 17px;
    cursor: pointer;
}
#search_results table:hover{
    color: #25264d;
    background: #fff;
}
#search_results table tbody{}
#search_results table tbody tr{}
#search_results table tbody tr td{}
#search_results table tbody td img{
    width: 59px;
}
#search_results table tbody td strong{}
#search_results table tbody td > div{}
.search_wrapp .close_search{
    color: #9a9bb1;
    display: block;
    height: 66px;
    width: 66px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.search_wrapp .close_search i{
    line-height: 66px;
}
.search_wrapp .close_search:hover{
    background: #fff;
    color: #1b1c38;
}
/*------------------------------------- typical elements  End  -------------------*/

/*------------------------------------- section elements   -------------------*/
.object-item{
    border: 1px solid #efefef;
    padding: 5px 1%;
}
.object-item-img{}
.object-item-img-wrapp{
    display: inline-block;
}
.object-item-img-wrapp span{
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}
.object-item-img-wrapp img{
    max-width: 100%;
    max-height: 100%;
}
.object-item-text{}
.object-item-text h3{
        height: 1em;
    overflow: hidden;
}
.object-item-text h3 a{
    text-decoration: none;
}
.object-item-text h3 a:hover{}
.object-item-description{
    height: 5em;
    overflow: hidden;
    margin: 4px 0;
}
.object-item-description p{
    margin: 0;
    line-height: 1.2;
}
.object-item-actions{
    margin: 4px 0;
}
/**********************/
/*------------------------------------- section elements  End  -------------------*/

/*------------------------------------- page elements   -------------------*/
/**********************/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    background: none;
    color: #b69577;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border: 1px solid #b69577;
    font-size: 23px;
}
#back-to-top:hover {background: #b69577;color: #fff;}
#back-to-top.show {    opacity: 1;}
/**********************/
/*------------------------------------- page elements  End  -------------------*/

/*------------------------------------- header   -------------------*/
.header{}
.header .row{padding: 14px 30px 10px;overflow: hidden;}
.header .left{    padding: 0;}
.header .left > span{
    color: #666666;
    font-size: 18px;
}
.header .pay_batton{}
.header .pay_batton a{
    line-height: 50px;
    height: 52px;
    width: 204px;
    font-size: 20px;
    margin: 0 0 5px;
}
/*.header .pay_batton a:before{content: "";background: url(images/sprite.png) no-repeat 0px 0px;width: 32px;height: 11px;position: absolute;top: 21px;left: 18px;}
.header .pay_batton a:after{content: "";background: url(images/sprite.png) no-repeat -150px 0px;width: 32px;height: 11px;position: absolute;top: 21px;right: 18px;}
.header .pay_batton a:hover:before{content: "";background: url(images/sprite.png) no-repeat 0px -56px;}
.header .pay_batton a:hover:after{content: "";background: url(images/sprite.png) no-repeat -150px -56px;}*/
/*------------------------------------- header  End  -------------------*/

/*------------------------------------- footer   -------------------*/
.footer{
    background: url(images/footer_bg.jpg) no-repeat center center;
}
.footer .row{padding: 135px 0 10px;overflow: hidden;height: 343px;background: url(images/footer_line.png) no-repeat center center;    max-width: 1088px;}
.footer .left{    padding: 12px 0 0;}
.footer .left > span{
    color: #fff;
    font-size: 18px;
}
.footer .phone-line a{color: #fff;}
.footer .logo{padding: 0;}
.footer .logo div{position: relative;}
.footer .logo div:after{
    content: "";
    background: url(images/sprite.png) no-repeat 0px -194px;
    width: 278px;
    height: 22px;
    position: relative;
    bottom: -9px;
    left: 0;
    display: block;
    margin: 0 auto;
}
.footer .logo div, .footer .logo div span{color: #fff;}
.footer .right{padding: 5px 0 0 0;}
.footer .pay_batton{
    border: 1px solid #b69577;
    display: inline-block;
}
.footer .pay_batton a{
    line-height: 50px;
    height: 52px;
    width: 204px;
    font-size: 20px;
    margin: 5px 8px 10px;
}
.footer .pay_batton a:hover{
    border: 1px solid #b69577;
}
.footer .pay_batton a:after{content: "";background: url(images/sprite.png) no-repeat -276px -260px;width: 20px;height: 16px;position: absolute;bottom: -7px;right: 92px;}

/*------------------------------------- footer  End  -------------------*/

/*------------------------------------- after-footer   -------------------*/
.after-footer{
   
}
.after-footer .row{padding: 14px 30px 0;}
.after-footer .left{ }
.after-footer .left  p{
    color: #999999;
    font-size: 18px;
}

.after-footer .right{ }
.after-footer .right  p{
    color: #333333;
    font-size: 18px;
}
.after-footer a{
    color: #333333;
    font-size: 18px;
    position: relative;
    text-decoration: none;
}
.after-footer .right  a:before{content: "";background: url(images/sprite.png) no-repeat -214px -880px;width: 26px;height: 27px;position: absolute;bottom: -2px;left: -32px;}
.after-footer a:hover{
    color: #b69577;
}
.after-footer .center{ }
.after-footer .center  p{
    color: #333333;
    font-size: 18px;
}
/*------------------------------------- after-footer  End  -------------------*/

/*------------------------------------- index   -------------------*/

.action-block { position: relative; }
.action-item { position: relative; height: 500px; overflow: hidden; margin-bottom: 15px;}
.action-img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
.action-img img{margin: 0 auto;    min-height: 100%;
    min-width: 100%;}
.action-img:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(images/dark_blue_bg.png) repeat;}
.action-content{
    background: url(images/slider_line.png) no-repeat center center;
    position: relative;
    z-index: 2;
    top: 0;
    height: 500px;
    margin: 0 auto;
    max-width: 1112px;
    text-align: center;
}
.action-holder{
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    width: 1112px;
}
.action-content h2{
    font-size: 40px;
    margin: 0;
    padding: 52px 0 0;
    font-weight: normal;
}
.action-content h2 a{
    color: #fff;
    text-decoration: none;
}
.action-content h2:after {
    content: "";
    background: url(images/sprite.png) no-repeat 0px -194px;
    width: 278px;
    height: 22px;
    position: relative;
    bottom: -18px;
    left: 0;
    display: block;
    margin: 0 auto;
}
.action-content h2 a:hover{    color: #c29c77;}
.action-content .description{
    padding: 48px 0 43px;
}
.action-content .description p{
    font-size: 27px;
    color: #fff;
    margin: 0;
}
.action-content .description strong{}
.action-content .btn_block{
    border: 1px solid #b69577;
    display: inline-block;
}
.action-content .btn_block a{
    line-height: 50px;
    height: 52px;
    width: 204px;
    font-size: 20px;
    margin: 5px 8px 10px;
    color: #ffffff;
    background: none;
}
.action-content .btn_block a:hover{
    background: #b69577;
}
.action-content .btn_block a:hover{border: 1px solid #b69577;}
.action-content .btn_block a:after{content: "";background: url(images/sprite.png) no-repeat -276px -260px;width: 20px;height: 16px;position: absolute;bottom: -7px;right: 92px;}
.action-content .btn_block a:hover:after{display: none;}


/**********************/
.front-slider{ height: 667px; overflow: hidden; }
.front-slider .item{position: relative;}
.front-slid-img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
.front-slid-img img{margin: 0 auto;    min-height: 100%;
    min-width: 100%;}
.front-slid-img:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(images/dark_blue_bg.png) repeat;}
.front-slid-content{
    background: url(images/slider_line.png) no-repeat center center;
    position: relative;
    z-index: 2;
    top: 0;
    height: 667px;
    margin: 0 auto;
    max-width: 1112px;
    text-align: center;
}
.front-slid-holder{
    height: 667px;
    display: table-cell;
    vertical-align: middle;
    width: 1112px;
}
.front-slid-content h2{
    font-size: 40px;
    margin: 0;
    padding: 52px 0 0;
    font-weight: normal;
}
.front-slid-content h2 a{
    color: #fff;
    text-decoration: none;
}
.front-slid-content h2:after {
    content: "";
    background: url(images/sprite.png) no-repeat 0px -194px;
    width: 278px;
    height: 22px;
    position: relative;
    bottom: -18px;
    left: 0;
    display: block;
    margin: 0 auto;
}
.front-slid-content h2 a:hover{    color: #c29c77;}
.front-slid-content .description{
    padding: 48px 0 43px;
}
.front-slid-content .description p{
    font-size: 27px;
    color: #fff;
    margin: 0;
}
.front-slid-content .description strong{}
.front-slid-content .btn_block{
    border: 1px solid #b69577;
    display: inline-block;
}
.front-slid-content .btn_block a{
    line-height: 50px;
    height: 52px;
    width: 204px;
    font-size: 20px;
    margin: 5px 8px 10px;
    color: #ffffff;
    background: none;
}
.front-slid-content .btn_block a:hover{
    background: #b69577;
}
.front-slid-content .btn_block a:hover{border: 1px solid #b69577;}
.front-slid-content .btn_block a:after{content: "";background: url(images/sprite.png) no-repeat -276px -260px;width: 20px;height: 16px;position: absolute;bottom: -7px;right: 92px;}
.front-slid-content .btn_block a:hover:after{display: none;}
.front-slider .slick-arrow{/*background: url(images/bg_transparent.png) repeat 0px 0px;*/width: 50px;height: 50px;border: 1px solid #b69577;position: absolute;cursor: pointer;z-index: 2;top: 315px;left: 50%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.front-slider .slick-arrow:hover{background: #b69577;}
.front-slider .slick-arrow:before{content: ""; position: absolute; width: 50px; height: 50px; left: 0; top: 0;}
.front-slider .slick-arrow_next{
    margin-left: 530px;
}
.front-slider .slick-arrow_prev{
    margin-left: -582px;
}
.front-slider .slick-arrow_next:before{background: url(images/sprite.png) no-repeat -62px -304px;}
.front-slider .slick-arrow_prev:before{background: url(images/sprite.png) no-repeat 0px -304px;}
.front-slider .slick-arrow_next:hover:before{background: url(images/sprite.png) no-repeat -62px -347px;}
.front-slider .slick-arrow_prev:hover:before{background: url(images/sprite.png) no-repeat 0px -347px;}
.front-slider .slick-dots{
    bottom: 60px;
}
.front-slider .slick-dots li{
    width: 40px;
    height: 24px;
    margin: 0;
    padding: 0 0;
}
.front-slider .slick-dots li button{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.front-slider .slick-dots li button:before{background: url(images/sprite.png) no-repeat -15px -256px;width: 24px;height: 24px;content: "";opacity: 1;}
.front-slider .slick-dots li:after{content: "";height: 1px;background: #d1d2d5;position: absolute;width: 40px;top: 12px;opacity: 1;left: 3px;}
.front-slider .slick-dots li:hover:after{}
.front-slider .slick-dots li.slick-active{}
.front-slider .slick-dots li.slick-active button{}

.front-slider .slick-dots li.slick-active:after{}
.front-slider .slick-dots li button:hover, .front-slider.slick-dots li button:focus {}
.front-slider .slick-dots li button:hover:before, .front-slider .slick-dots li button:focus:before {
    background: url(images/sprite.png) no-repeat -67px -256px;
}
.front-slider .slick-dots li.slick-active button:before, .front-slider .slick-dots li.slick-active button:focus:before, .front-slider .slick-dots li.slick-active button:hover:before{background: url(images/sprite.png) no-repeat -241px -256px;}
.front-slider .slick-dots li.slick-active:hover:after{}

.front-slider .slick-dots li:first-child:after{
    left: 16px;
    width: 33px;
}
.front-slider .slick-dots li:last-child:after{
    left: -8px;
    width: 32px;
}
/*.front-slider .slick-dots li:nth-child(1).slick-active:after{
    left: 32px;
}
.front-slider .slick-dots li:nth-child(2).slick-active:after{
    left: 32px;
}
.front-slider .slick-dots li:nth-child(3).slick-active:after{
    left: -31px;
}
.front-slider .slick-dots li:nth-child(4).slick-active:after{
    left: -22px;
}*/

/**********************/
.page .slick-dotted.slick-slider{margin-bottom: 0;}
.index-section{}
.index-section .title_block, .position-section  .title_block{padding: 30px 0 0;}
.index-section.bg1 .title_block{padding: 30px 0 0;}
.index-section .title_block h2, .position-section h2, .index-section .title_block h1 {
    font-size: 30px;
    margin: 0;
}
.index-section h2:after, .position-section h2:after, .index-section .title_block h1:after{content: "";background: url(images/sprite.png) no-repeat 0px -401px;width: 334px;height: 24px;display: block;margin: 0 auto;}
/**********************/
.section-popular{}
.section-popular .col {
    padding: 14px 1%;
    outline: none;
}
.section-popular .index-popular-wrapp{
}

.section-popular .item{
    position: relative;
    margin: 0 auto;
    width: 255px;
    height: 300px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 9px #949292;
    -moz-box-shadow: 0px 0px 9px #949292;
    box-shadow: 0px 0px 9px #949292;
    border: 0px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-popular .item:hover{
   /* border: 1px solid #b69577; */
}
.section-popular .item .item-holder{
    overflow: hidden;
    position: relative;
    height: 100%;
    border: 0px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-popular .item .item-holder:hover{
  /*  border: 5px solid #fff; */
}
.section-popular .item .item-img{}
.section-popular .item .item-img img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-popular .not_show img{
	-webkit-filter: sepia(100%) opacity(50%);
	-moz-filter: sepia(100%) opacity(50%);
	-ms-filter: sepia(100%) opacity(50%);
	-o-filter: sepia(100%) opacity(50%);
	filter: sepia(100%) opacity(50%); 
	filter: gray;
}

.section-popular .item-img:after{    content: "";
    border: 1px solid #c19b76;
    width: 96%;
    height: 96%;
    position: absolute;
    left: 2%;
    top: 2%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-popular  .item:hover .item-img:after{
    width: 100%;
    height: 100%;
    border: 1px solid #b69577;
    left: 0;
    top: 0;
}   
 
.section-popular .item-content{
    position: absolute;
    bottom: -101px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 132px 27px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
}

.section-popular .item:hover .item-content{bottom: 0;}
.section-popular .item-content h3{
    margin: 0;
    position: relative;
    font-size: 18px;
}
.section-popular .item-content h3:after{content: "";background: url(images/sprite.png) no-repeat 0px -561px;position: absolute;width: 100%;height: 3px;left: 0px;bottom: -10px;}
.section-popular .item-content h3 a, .section-popular .item-content h3 span{
    text-decoration: none;
    color: #fff;
    position: relative;
}
.section-popular .item-content h3 a:before, .section-popular .item-content h3 span:before{content: "";background: url(images/sprite.png) no-repeat -196px -263px;position: absolute;width: 10px;height: 10px;left: -15px;top: 8px;}
.section-popular .item-content h3 a:hover, .section-popular .item-content h3 span:hover{    color: #c29c77;}
.section-popular .item-content .primary_data{
    padding: 24px 0 20px;
}
.section-popular .item-content .primary_data > div{
    padding: 5px 0;
}
.section-popular .item-content .primary_data > div p{
    margin: 0;
    color: #dadada;

}
.section-popular .item-content .primary_data > div a{ cursor: pointer;
    color: #dadada;
    text-decoration: none;
}
.section-popular .item-content .primary_data > div a:hover{}
.section-popular .item-content .primary_data > div:before{content: "";background: url(images/sprite.png) no-repeat;width: 26px;height: 21px;float: left;}
.section-popular .item-content .primary_data .item-metro:before{background-position: -277px -10px;}
.section-popular .item-content .primary_data .item-price:before{background-position: -277px -39px;}
.section-popular .item-content .primary_data .item-phone:before{background-position: -277px -70px;}

.section-popular .popular-slider{    padding-bottom: 150px;}
.section-popular .slick-arrow{width: 58px;height: 58px;position: absolute;cursor: pointer;z-index: 2;bottom: 60px;left: 50%;}
.section-popular .slick-arrow:hover{}
.section-popular .slick-arrow_next{margin-left: 15px;background: url(images/sprite.png) no-repeat -239px -286px;}
.section-popular .slick-arrow_prev{background: url(images/sprite.png) no-repeat -155px -343px;    margin-left: -74px;}
.section-popular .slick-arrow_next:hover{background: url(images/sprite.png) no-repeat -241px -343px;}
.section-popular .slick-arrow_prev:hover{    background: url(images/sprite.png) no-repeat -155px -287px;}



/*******************************************/
.cat-section-popular{}
.clear-cat{    
    background: url(images/long_line.png) no-repeat left bottom;
    height: 18px;
    margin: 0 0 10px;
}
.cat-section-popular{}
.no-result{
    font-size: 18px;
    padding: 30px 15px;
}
.cat-section-popular .col {
    padding: 14px 1%;
    outline: none;
    float: left;
}
.cat-section-popular .index-popular-wrapp{}
.cat-section-popular .item{
    position: relative;
    margin: 0 auto;
    width: 255px;
    height: 300px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 9px #949292;
    -moz-box-shadow: 0px 0px 9px #949292;
    box-shadow: 0px 0px 9px #949292;
    border: 0px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.cat-section-popular .item .item-holder{ overflow: hidden;     position: relative;
    border: 0px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cat-section-popular .item .item-holder:hover{
 
}
.cat-section-popular .item .item-img{}
.cat-section-popular .item .item-img img{
    width: 100%;
}
.cat-section-popular .item-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cat-section-popular .item-holder:hover .item-img:before {
    background: #02031f;
    opacity: 0.8;
    height: 100%;
}
.cat-section-popular .item-img:after{    content: "";
    border: 1px solid #c19b76;
    width: 96%;
    height: 96%;
    position: absolute;
    left: 2%;
    top: 2%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
   
    
.cat-section-popular  .item:hover .item-img:after{
    width: 100%;
    height: 100%;
    border: 1px solid #b69577;
    left: 0;
    top: 0px;
}   
 
.cat-section-popular .item-content{
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: left;
        padding: 112px 27px 0px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        z-index: 3;
        color: #fff;
        text-decoration: none;
        height: 350px;
}
/**.cat-section-popular .item-content{
    background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), rgba(2, 3, 31, 0.6));
    background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), rgba(2, 3, 31, 0.6));
    background: -o-linear-gradient(top, rgba(9, 44, 68, 0), rgba(2, 3, 31, 0.6));
    background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), rgba(2, 3, 31, 0.6));
}
.cat-section-popular .item-content:hover{
    background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
} **/
.cat-section-popular .item-holder .item-content:before{
    content: ""; border: 2px solid #fff; position: absolute; width: 100%; height: 100%; left: 0; top: 0;   opacity: 0; -moz-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cat-section-popular .item-holder .item-content:hover:before{opacity: 0;}



.cat-section-popular .item-content h3{    margin: 0;    position: relative;    font-size: 18px;}
.cat-section-popular .item-content h3:hover{
    color: #b69577;
}
.cat-section-popular .item-content h3:after{content: "";background: url(images/sprite.png) no-repeat 0px -561px;position: absolute;width: 100%;height: 3px;left: 0px;bottom: -10px;}
.cat-section-popular .item-content h3 a{    text-decoration: none;    color: #fff;    position: relative;}
.section-popular .item-content h3 a:before, .section-popular .item-content h3 span:before{content: "";background: url(images/sprite.png) no-repeat -196px -263px;position: absolute;width: 10px;height: 10px;left: -15px;top: 8px;}
.cat-section-popular .item-content h3 a:hover{    color: #c29c77;}
.cat-section-popular .item-content .primary_data{    padding: 24px 0 20px;}
.cat-section-popular .item-content .primary_data > div{    padding: 5px 0;}
.cat-section-popular .item-content .primary_data > div p{    margin: 0;    color: #dadada;    cursor: default;}
.cat-section-popular .item-content .primary_data > div a{ cursor: pointer;    color: #dadada;    text-decoration: none;}

.cat-section-popular .item-content .primary_data > div:before{content: "";background: url(images/sprite.png) no-repeat;width: 26px;height: 21px;float: left;}
.cat-section-popular .item-content .primary_data > div.item-address:before {
    background: url("../images/marker.png") no-repeat;
    background-size: contain;
}
.section-popular .item-content .primary_data > div.item-address:before {
    background: url("../images/marker.png") no-repeat;
    background-size: contain;
}
.cat-section-popular .item-content .primary_data .item-metro:before{background-position: -277px -10px;}
.cat-section-popular .item-content .primary_data .item-price:before{background-position: -277px -39px;}
.cat-section-popular .item-content .primary_data .item-phone:before{background-position: -277px -70px;}
/**********************/
.section-celebrate{}
.section-celebrate .celebrate-wrapper{margin: 20px 0 0;}
.section-celebrate .item{
    position: relative;
}
.section-celebrate .item .item-holder{
}
.section-celebrate .item .item-img{}
.section-celebrate .item .item-img img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.section-celebrate .slick-center .item-img img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray; /* IE 6-9 */
}
.section-celebrate .item:hover .item-img img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray; /* IE 6-9 */
}
.section-celebrate .item .item-content{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.section-celebrate .item .item-content:before{content: "";background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);position: absolute;bottom: 0;left: 0;width: 100%;height: 60%;}
.section-celebrate .item .item-content a{
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #c19b76;
}
.section-celebrate .item .item-content a span{
    position: absolute;
    bottom: 47px;
    left: 0;
    text-align: center;
    width: 100%;
}
.section-celebrate .item .item-content a:hover{
    color: #fff;
}
.section-celebrate .item .item-content a:after{content: "";background: url(images/sprite.png) no-repeat 0 -473px;position: absolute;bottom: 21px;width: 166px;height: 20px;left: 50%;margin-left: -83px;}
.section-celebrate .item .item-content a:hover:after{background: url(images/sprite.png) no-repeat 0 -510px;}

.celebrate-slider .slick-arrow{background: rgba(0, 0, 0, 0.8);width: 21.6%;height: 100%;position: absolute;cursor: pointer;z-index: 2;top: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.celebrate-slider .slick-arrow:hover{background: #000;}
.celebrate-slider .slick-arrow:before{content: "";position: relative;width: 50px;height: 50px;left: 0;top: 50%;margin-top: -25px;margin: -25px auto;display: block;}
.celebrate-slider .slick-arrow_next{right: 0;}
.celebrate-slider .slick-arrow_prev{margin-left: 0;}
.celebrate-slider .slick-arrow_next:before{background: url(images/sprite.png) no-repeat -62px -304px;}
.celebrate-slider .slick-arrow_prev:before{background: url(images/sprite.png) no-repeat 0px -304px;}
.celebrate-slider .slick-arrow_next:hover:before{background: url(images/sprite.png) no-repeat -62px -347px;}
.celebrate-slider .slick-arrow_prev:hover:before{background: url(images/sprite.png) no-repeat 0px -347px;}
@media only screen and (max-width: 1201px ) {.div{}   /* large desktops (desktops, 1200px and down) */
.celebrate-slider .slick-arrow{width: 25%;}
}

.celebrate-slider1 .slick-arrow{background: rgba(0, 0, 0, 0.8);width: 21.6%;height: 100%;position: absolute;cursor: pointer;z-index: 2;top: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.celebrate-slider1 .slick-arrow:hover{background: #000;}
.celebrate-slider1 .slick-arrow:before{content: "";position: relative;width: 50px;height: 50px;left: 0;top: 50%;margin-top: -25px;margin: -25px auto;display: block;}
.celebrate-slider1 .slick-arrow_next{right: 0;}
.celebrate-slider1 .slick-arrow_prev{margin-left: 0;}
.celebrate-slider1 .slick-arrow_next:before{background: url(images/sprite.png) no-repeat -62px -304px;}
.celebrate-slider1 .slick-arrow_prev:before{background: url(images/sprite.png) no-repeat 0px -304px;}
.celebrate-slider1 .slick-arrow_next:hover:before{background: url(images/sprite.png) no-repeat -62px -347px;}
.celebrate-slider1 .slick-arrow_prev:hover:before{background: url(images/sprite.png) no-repeat 0px -347px;}
@media only screen and (max-width: 1201px ) {.div{}   /* large desktops (desktops, 1200px and down) */
.celebrate-slider1 .slick-arrow{width: 25%;}
}

/**********************/

.celebrate-slider2 .item{
	display:inline-block;
}
.celebrate-slider2,
.celebrate-slider2 .item-img {
	text-align:center;
}


/**********************/
.section-news{    padding-bottom: 150px;}
.section-news .news-wrapper{margin: 20px 0 0;}
.section-news .item{    position: relative;}
.section-news .item .item-holder{max-width: 350px;margin: 0 auto;}
.section-news .item .item-img{    max-width: 350px;    height: 200px;    overflow: hidden;}
.section-news .item .item-img a{    position: relative;    display: block;}
.section-news .item .item-img img{    min-width: 100%;}
.section-news .item .item-img a:after{content: "";background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;opacity: 0.6;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.section-news .item .item-img a:hover:after{}
.section-news .slick-center .item-img img{}
.section-news .item:hover .item-img a:after, .section-news .item:hover .item-img a:hover:after{    opacity: 0;}
.section-news .item .item-content{}
.section-news .item .item-content h3{
    font-size: 20px;
    margin: 0;
    padding: 16px 0 5px;
}
.section-news .item .item-content h3 a{    color: #02031f;    text-decoration: none;}
.section-news .item .item-content h3 a:hover{    color: #997b5d;}
.section-news .new_data{
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 0 4px;
}
.section-news .new_data > div{}
.section-news .new_data span{    color: #999999;}
.section-news .new_data .publish-date{}
.section-news .new_data .publish-date:before{content: "";background: url(images/sprite.png) no-repeat -280px -133px;display: block;width: 25px;height: 23px;float: left;}
.section-news .new_data .size-view{}
.section-news .new_data .size-view:before{content: "";background: url(images/sprite.png) no-repeat -333px -132px;display: block;width: 25px;height: 23px;float: left;}
.section-news .description{}
.section-news .description p{margin: 0;}

.section-news .slick-arrow{width: 58px;height: 58px;position: absolute;cursor: pointer;z-index: 2;bottom: -84px;left: 50%;}
.section-news .slick-arrow:hover{}
.section-news .slick-arrow_next{margin-left: 15px;background: url(images/sprite.png) no-repeat -239px -286px;}
.section-news .slick-arrow_prev{background: url(images/sprite.png) no-repeat -155px -343px;    margin-left: -74px;}
.section-news .slick-arrow_next:hover{background: url(images/sprite.png) no-repeat -241px -343px;}
.section-news .slick-arrow_prev:hover{    background: url(images/sprite.png) no-repeat -155px -287px;}
/**********************/
.section-blog{    padding-bottom: 70px;}
.section-blog .blog-wrapper{margin: 20px 0 0;}
.section-blog .item{position: relative;padding: 6px 0;}
.section-blog .item .item-holder{border: 1px solid #fff; width: 81%;margin: 0 0 0 17%;background: #fff;-webkit-box-shadow: 0px 0px 9px #949292;-moz-box-shadow: 0px 0px 9px #949292;box-shadow: 0px 0px 9px #949292;position: relative;padding: 15px 0;min-height: 285px;}
.section-blog .item .item-holder:hover{    border: 1px solid #c19b76;}
.section-blog .item .item-img{width: 255px;height: 255px;overflow: hidden;margin-left: -66px;float: left;}
.section-blog .item .item-img a{    position: relative;    display: block;}
.section-blog .item .item-img img{    min-width: 100%;}
.section-blog .item .item-img a:hover:after{}
.section-blog .slick-center .item-img img{}
.section-blog .item:hover .item-img a:after, .section-news .item:hover .item-img a:hover:after{    opacity: 0;}
.section-blog .item .item-content{
    padding: 0 15px 0 205px;
}
.section-blog .item .item-content h3{
    font-size: 20px;
    margin: 0;
    padding: 16px 0 5px;
}
.section-blog .item .item-content h3 a{    color: #02031f;    text-decoration: none;}
.section-blog .item .item-content h3 a:hover, .section-blog .item:hover .item-content h3 a{    color: #997b5d;}
.section-blog .new_data{
    overflow: hidden;
    padding: 0px 0 4px;
}
.section-blog .new_data > div{}
.section-blog .new_data span{    color: #999999;}
.section-blog .new_data .publish-date{}
.section-blog .new_data .publish-date:before{content: "";background: url(images/sprite.png) no-repeat -280px -133px;display: block;width: 25px;height: 23px;float: left;}
.section-blog .new_data .size-view{}
.section-blog .new_data .size-view:before{content: "";background: url(images/sprite.png) no-repeat -333px -132px;display: block;width: 25px;height: 23px;float: left;}
.section-blog .description{
    min-height: 100px;
    max-height: 100px;
    overflow-y: hidden;
    margin: 10px 0;
}
.section-blog .description p{margin: 0;}
.section-blog .blog_more{
    color: #666666;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.section-blog .blog_more:hover{
    color: #997b5d;
}
.section-blog .blog_more:after{content: "";background: url(images/sprite.png) no-repeat -358px -338px;display: block;width: 14px;height: 22px;float: right;}
.section-blog .blog_more:hover:after{background: url(images/sprite.png) no-repeat -395px -338px;}

.section-blog .slick-arrow{width: 58px;height: 58px;position: absolute;cursor: pointer;z-index: 2;bottom: -100px;left: 50%;}
.section-blog .slick-arrow:hover{}
.section-blog .slick-arrow_next{margin-left: 15px;background: url(images/sprite.png) no-repeat -239px -286px;}
.section-blog .slick-arrow_prev{background: url(images/sprite.png) no-repeat -155px -343px;    margin-left: -74px;}
.section-blog .slick-arrow_next:hover{background: url(images/sprite.png) no-repeat -241px -343px;}
.section-blog .slick-arrow_prev:hover{    background: url(images/sprite.png) no-repeat -155px -287px;}

/**********************/
.section-discounts{}
.discounts-wrapper{}
.discounts-wrapper .row{overflow: hidden;}
.discounts-wrapper .col{float: left; padding: 0;}
.discounts-wrapper .column1{width: 29.38%;}
.discounts-wrapper .column2{width: 34.62%;}
.discounts-wrapper .column3{width: 35.9%;}


.item-discount{
    position: relative;
}
.discounts-wrapper .column2 .item-discount, .discounts-wrapper .column3 .item-discount{
    height: 50%;
}
.item-discount .item-img{position: relative;}
.item-discount .item-img img{
    width: 100%;
}
.item-discount .item-img:before{content: ""; position: absolute; bottom:0; left: 0; width: 100%; height: 80%;
    background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.column1 .item-discount .item-img:before{ height: 50%;}
.item-discount:hover .item-img:before{
    background: #02031f; opacity: 0.8;  height: 100%;
}
.item-discount .item-img:after{
    content: ""; position: absolute; top:0%; left: 0%; width: 100%; height: 100%; opacity: 0; border: 1px solid #c19b76;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     -moz-box-sizing: border-box; /* Aey Firefox */  
    box-sizing: border-box; /* Oe?eia aeiea n iieyie */
}
.item-discount:hover .item-img:after{
    top:4%; left: 2%; width: 96%; height: 92%;
    opacity: 1;
}

.item-discount .item-content{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
}
.item-discount .item-content a{
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 0 25px;
    height: 100%;
}
.item-discount .item-content a:hover{}
.item-discount .item-content a:before{content: "";background: url(images/whitelineleft.png) no-repeat 0 0;position: absolute;top: 49%;left: 5%;width: 59px;height: 9px;opacity: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.item-discount .item-content a:after{content: "";background: url(images/whitelineright.png) no-repeat 0 0;position: absolute;top: 49%;right: 5%;width: 59px;height: 9px;opacity: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.item-discount .item-content a:hover:before{opacity: 1;}
.item-discount .item-content a:hover:after{opacity: 1;}
.item-discount .item-content .aligne{    text-align: center;
    color: #fff;
    text-decoration: none;
    position: absolute;
    width: 90%; 
    bottom: 10%;
    left: 5%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.column1  .item-discount .item-content a .aligne{    bottom: 5%;}
.item-discount .item-content a:hover .aligne{    bottom: 37%;}
.column1  .item-discount .item-content a:hover .aligne{    bottom: 43%;}
.item-discount .item-content .discount-name{
    font-size: 30px;
    font-family: YesevaOne-Regular;
}
.item-discount .item-content .discount-text{
    font-size: 23px;
    display: block;
    color: #c19b76;
    padding: 0 10%;
}

@media only screen and (max-width: 1400px ) {.div{}   /* large desktops (desktops, 1200px and down) */
.item-discount .item-content a:hover .aligne{    bottom: 36%;}
.item-discount .item-content .discount-name{font-size: 24px;}
.item-discount .item-content .discount-text{font-size: 18px;}
}
/**********************/
.section-about{ margin-top: -2px;    position: relative;}
.about-wrapper{background: url(images/section_about_bg.jpg) no-repeat center bottom;padding: 0 0 80px;}
.about-wrapper .row{}
.about-wrapper .col{float: left; padding: 0;}
.tabs{
    overflow: hidden;
}
.tabs .item{
    padding: 11px 24px 12px 45px;
    border: 1px solid #cccccc;
    margin: 0 9px 0 0;
    float: left;
    color: #666666;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tabs .item:before{content: "";background: url(images/sprite.png) no-repeat;width: 22px;height: 20px;position: absolute;left: 15px;top: 13px;} 
.tabs .item span{
    font-size: 18px;
}
.tabs .item:hover{
    border: 1px solid #c19b76;
    color: #c19b76;
}
.tabs .item:hover span{
}
.tabs .item.active{
    background: #c19b76;
    color: #fff;
    border: 1px solid #c19b76;
    cursor: default;
}
.tabs .item.active:hover{}
.tabs .item.active:hover span{}

.tabs .about_1:before{background-position: 0 -643px;}
.tabs .about_1:hover:before{background-position: 0 -691px;}
.tabs .about_1.active:before{background-position: 0 -741px;}
.tabs .about_1.active:hover:before{background-position: 0 -741px;}
.tabs .about_2:before{background-position: -44px -643px;}
.tabs .about_2:hover:before{background-position: -44px -691px;}
.tabs .about_2.active:before{background-position: -44px -741px;}
.tabs .about_2.active:hover:before{background-position: -44px -741px;}
.tabs .about_3:before{background-position: -85px -644px;}
.tabs .about_3:hover:before{background-position: -85px -692px;}
.tabs .about_3.active:before{background-position: -85px -741px;}
.tabs .about_3.active:hover:before{background-position: -85px -741px;}
.tabs .about_4:before{background-position: -138px -644px;}
.tabs .about_4:hover:before{background-position: -138px -692px;}
.tabs .about_4.active:before{background-position: -138px -741px;}
.tabs .about_4.active:hover:before{background-position: -138px -741px;}
.tabs .about_5:before{background-position: -192px -643px;}
.tabs .about_5:hover:before{background-position: -192px -691px;}
.tabs .about_5.active:before{background-position: -192px -741px;}
.tabs .about_5.active:hover:before{background-position: -192px -741px;}

.content-holder{
    max-width: 700px; min-height: 230px;
}
.content-holder .text-about{display: none;}
.content-holder .text-about.active{display: block;}
.content-holder h3{
    font-size: 23px;
    color: #02031f;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    margin: 0;
}
.content-holder p{
    position: relative;
    font-size: 20px;
    padding: 0;
}
.content-holder ul{
    list-style: none;
    padding: 0;
}
.content-holder ul li{position: relative;font-size: 20px;padding: 5px 24px;}
.content-holder ul li:before{content: "";background: url(images/sprite.png) no-repeat -194px -262px;width: 12px;height: 12px;position: absolute;left: 0px;top: 15px;}

/*------------------------------------- index  End  -------------------*/

/*------------------------------------- pages   -------------------*/
.title-page{
    position: relative;
    padding-bottom: 40px;
}
#page-category .title-page:after{ content: ""; position: absolute; bottom: 0; left: 1%;
   background: url(images/long_line.png) no-repeat left bottom;
   width: 1038px;
   height: 18px;  
}
@media only screen and (max-width: 1555px ) {.div{}   /* large desktops (desktops, 1200px and down) */
#page-category .title-page:after{ 
   width: 99%;
 
}
}
/*------------------------------------- catalog   -------------------*/
#page-category .col{padding-left: 15px; padding-right: 15px;}
#page-category .description h2, #page-category .foreign h2 {font-size:18px;}
#page-category .foreign > .col {display:inline-block;}
#page-category .foreign a {text-decoration: none; color:black;}
#page-category .foreign a:hover {text-decoration: underline;}
#page-category .foreign p {margin: 0;}
.block .btn{
    max-width: 224px;     font-size: 16px;
    line-height: 46px;
    height: 51px;
    margin: 15px  auto;
    display: block;
}
#page-map .block, #page-category .block{
    -webkit-box-shadow: 0px 0px 15px #ababab;
    -moz-box-shadow: 0px 0px 15px #ababab;
    box-shadow: 0px 0px 15px #ababab;
}
.filter-name{
    padding: 15px 1%;
    /*padding-top: 25px;*/
    /*padding-bottom: 10px;*/
}
.filter-name h2 a{
	color: #1c1c1c;
    font-size: 15px;
}
.filter-name h2{font-size: 22px;margin: 0;}
.page .category-wrapper{
    padding: 15px 0;
}
.category-wrapper .col{float: left;}
.category-wrapper .item{
    border: 1px solid #e1e1e1;
    margin: 10px 0;
}
.category-wrapper .item:hover{
    -webkit-box-shadow: 0px 0px 15px #ababab;
    -moz-box-shadow: 0px 0px 15px #ababab;
    box-shadow: 0px 0px 15px #ababab;
}
.category-wrapper .item-holder{
    padding: 0 0 0px;
}
.category-wrapper .item .item-img{}
.category-wrapper .item .item-img a{}
.category-wrapper .item .item-img img{}

.category-wrapper .item .item-content{
    padding: 0 19px;
    height: 185px;
}
.category-wrapper .item h3{
    margin: 0;
    position: relative;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    padding: 18px 0 0;
        font-size: 18px;
}
.category-wrapper .item h3:after{content: "";background: url(images/sprite.png) no-repeat 0px -590px;position: absolute;width: 100%;height: 3px;left: 0px;bottom: -15px;}
.category-wrapper .item h3 a{
    text-decoration: none;
    color: #02031f;
    position: relative;
        font-size: 18px;
}

.category-wrapper .item h3 a:hover{    color: #c29c77;}
.category-wrapper .item .primary_data{
    padding: 28px 0 0px;
}
.category-wrapper .item .primary_data > div{
    padding: 5px 0;
}
.category-wrapper .item .primary_data > div p{
    margin: 0;
    color: #888888;
    cursor: default;
}
.category-wrapper .item .primary_data > div a{
    cursor: pointer;
    color: #888888;
    text-decoration: none;
}
.category-wrapper .item .primary_data > div a:hover{}
.category-wrapper .item .primary_data > div:before{content: "";background: url(images/sprite.png) no-repeat;width: 26px;height: 21px;float: left;}
.category-wrapper .item .primary_data .item-metro:before{background-position: -349px -13px;}
.category-wrapper .item .primary_data .item-price:before{background-position: -349px -39px;}
.category-wrapper .item .primary_data .item-phone:before{background-position: -349px -70px;}

.category-wrapper .item:hover .primary_data .item-metro:before{background-position: -424px -13px;}
.category-wrapper .item:hover .primary_data .item-price:before{background-position: -424px -39px;}
.category-wrapper .item:hover .primary_data .item-phone:before{background-position: -424px -70px;}

.category-wrapper .item:hover .primary_data > div p, .category-wrapper .item:hover .primary_data > div a{color: #02031f;}

.cat-note, .map-note {
    color: #b69577;
    text-align: center;
}
.cat-note {
    padding-top: 40px;
}

/*******/
.filter-holder{}
.filter-item{
    padding: 15px 0 0;
}
.filter-item.active{}
.filter-item-title{
    padding: 0 0 15px;
    position: relative;
    cursor: pointer;
}
.filter-item-title span {
	color: #02031f;
    font-size: 18px;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    margin: 0;
}
.filter-item-title:after{content: "";background: url(images/sprite.png) no-repeat -389px -136px;position: absolute;right: 2px;top: 2px;width: 13px;height: 13px;}

.filter-item.active .filter-item-title{}
.filter-item.active .filter-item-title:after{background: url(images/sprite.png) no-repeat -421px -136px;}
.filter-item-title h4{
    color: #02031f;
    font-size: 18px;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    margin: 0;
}
.filter-item-wrapper{height: 0; overflow: hidden;}
.filter-item.active .filter-item-wrapper{height: auto;}
.filter-holder .selectors-list{}
.filter-holder .selectors-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 180px;
}
.filter-holder .selectors-list ul li{}
.filter-holder .selectors-list ul li span{
    color: #02031f;
    display: block;
    position: relative;
    padding: 5px 0 5px 17px;
    cursor: pointer;
}
.filter-holder .selectors-list ul li span.active{
    color: #c19b76;
}
.filter-holder .selectors-list ul li span:before{content: "";background: url(images/sprite.png) no-repeat -165px -264px;position: absolute;left: 0;top: 12px;width: 10px;height: 10px;}
.filter-holder .selectors-list ul li span.active:before, .filter-holder .selectors-list ul li span:hover:before{background: url(images/sprite.png) no-repeat -195px -264px;}
/*********************/
/*------------------------------------- catalog  End  -------------------*/

.front-page{}
.front-page .item{position: relative;    overflow: hidden;}
.front-page-img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
.front-page-img img{height: 100%;width: auto;margin: 0 auto;}
.front-page-content{
    background: url(images/slider_line.png) no-repeat center center;
    position: relative;
    z-index: 2;
    top: 0;
    height: 667px;
    margin: 0 auto;
    max-width: 1112px;
    text-align: center;
}
.front-page-holder{
    height: 667px;
    display: table-cell;
    vertical-align: middle;
    width: 1112px;
}
.front-page-content h1{
    font-size: 30px;
    margin: 0;
    padding: 52px 0 0;
    font-weight: normal;
    color: #fff;
}
.front-page-content h2:after {
    content: "";
    background: url(images/sprite.png) no-repeat 0px -194px;
    width: 278px;
    height: 22px;
    position: relative;
    bottom: -18px;
    left: 0;
    display: block;
    margin: 0 auto;
}

.front-page-content .description{
    padding: 48px 0 43px;
}
.front-page-content .description p{
    font-size: 27px;
    color: #fff;
    margin: 0;
}
.front-page-content .description strong{}

/*------------------------------------- shares    -------------------*/
.shares{}
.page-list-wrpper{
    padding: 30px 15px;
}
.page-list-wrpper .item{
    position: relative;
    min-height: 386px;
    padding: 60px 0 45px;
    border-bottom: 1px solid #c19b76;
}
.page-list-wrpper .item:before{
    content: "";
    position: absolute;
    left: -1px;
    bottom: -7px;
    background: url(images/sprite.png) no-repeat -195px -264px;
    width: 11px;
    height: 11px;
}
.page-list-wrpper .item:after{
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    background: url(images/sprite.png) no-repeat -195px -264px;
    width: 11px;
    height: 11px;
}
.page-list-wrpper .item-img{position: relative;float: right;margin: 0 10px;}
.page-list-wrpper .item-img img{position: relative;}
.page-list-wrpper .item-img:before{content: "";position: absolute;right: -9px;top: -9px;width: 100%;height: 100%;border: 1px solid #c19b76;}
.page-list-wrpper .item-description{margin: 0 380px 0 0;text-align: justify;}
.page-list-wrpper .item-description h3, .page-list-wrpper .item-description h3 a{position: relative;margin: 0;padding: 0 0 30px; text-decoration: none;  color: #02031f;}
.page-list-wrpper .item-description h3 a:hover {    color: #c29c77;}
.page-list-wrpper .item-description h3:after{
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: url(images/sprite.png) no-repeat 0px -442px;
        width: 100%;
        height: 20px;
        display: block;
        margin: 0 auto;
}
.page-list-wrpper .item-description p{font-size: 18px;color: #02031f;}
.page-list-wrpper .item-description p strong{font-size: 23px;    }
.page-list-wrpper .item:nth-child(2n) .item-img{    float: left;} 
.page-list-wrpper .item:nth-child(2n) .item-img:before{right: 9px;top: -9px;}
.page-list-wrpper .item:nth-child(2n) .item-description{    margin: 0 0 0 380px;} 
.page-list-wrpper .item:last-child{border-bottom: 0px solid #c19b76;} 
.page-list-wrpper .item:last-child:before, .page-list-wrpper .item:last-child:after{display: none;} 
/*------------------------------------- shares  End  -------------------*/
/*------------------------------------- payment    -------------------*/
#page-payment{}
.section-payment-1{
    padding: 55px 0 70px;
}
.section-payment-2{}
.section-payment-3{}
.section-payment-4{}

#page-map h1, #page-metro h1{position: relative; margin: 0 0 20px;}
.section-payment-1 h1{position: relative; margin: 0 0 0px ;}
#page-metro h1 {
    font-size: 30px;
}
.section-payment-1 h1:after, #page-category h1:after, #page-map h1:after, #page-metro h1:after{
    content: "";
    background: url(images/sprite.png) no-repeat 0px -194px;
    width: 278px;
    height: 22px;
    position: relative;
    bottom: -9px;
    left: 0;
    display: block;
    margin: 0 auto;
}
.etention{
    background: url(images/etention-line.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 52px 10%;
    
    
}
.etention p{font-size: 23px;margin: 0;}
.etention strong{font-size: 25px; color: #02031f;}
.etention a{color: #02031f; text-decoration: none;}
.section-payment-2 h3{}
.section-payment-2 ul{list-style: none;}
.section-payment-2 ul li{font-size: 20px; color: #02031f; margin: 6px 0;}
.section-payment-2 ul strong{font-size: 18px;}
.section-payment-3 .row{overflow: hidden;}
.section-payment-3 .col{padding: 15px;}
.section-payment-3 h3{color: #02031f; font-size: 21px; cursor: pointer;}
.section-payment-3 h3:hover{color: #b69577;}
.section-payment-3 .active h3{cursor: default;color: #b69577;}
.section-payment-3 .active h3:hover{color: #b69577;}
.section-payment-3 .text{}
.section-payment-3 p{color: #02031f;font-size: 20px; }
.section-payment-3 strong{color: #02031f;}
.section-payment-3 a{color: #02031f;}
.section-payment-3 a:hover{text-decoration: none;}
.section-payment-3-description{padding: 15px 30px 0;}
.section-payment-3-description .item-type-payment-d{display: none;}
.section-payment-3-description .text{
    padding: 15px 15px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.section-payment-3-description .text:before{content: "";
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-45deg);
    border-top: 1px solid #d0cfcf;
    border-right: 1px solid #d0cfcf;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -11px;
    background: #fff;
    margin-left: -15px;
}
.section-payment-3-description .item-type-payment-d1 .text:before{    left: 15%;}
.section-payment-3-description .item-type-payment-d2 .text:before{    left: 50%;}
.section-payment-3-description .item-type-payment-d3 .text:before{    left: 85%;}
/***************/
.form-item .icon{
    position: absolute;
    top: 0;
    right: 0;
}
.form-item .icon:before{content: "";}
.form-item .icon:after{content: "";background: url(images/sprite.png) no-repeat;}
.form-item-sauna{}
.form-item-sauna .icon{}
.form-item-sauna .icon:before{}
.form-item-sauna .icon:after{background-position: -145px -130px;}
.form-item-date{}
.form-item-date input{
    cursor: pointer;
}
.form-item-date .icon{}
.form-item-date .icon:before{
    background: #cccccc;
    position: absolute;
    left: -44px;
    top: 0;
    height: 44px;
    width: 1px;
    cursor: pointer;
}
.form-item-date .icon:after{background-position: -283px -134px;width: 18px;height: 18px;position: absolute;top: 13px;right: 13px;cursor: pointer;}
.form-item-room{}
.form-item-room .icon{}
.form-item-room .icon:before{}
.form-item-room .icon:after{background-position: -145px -130px;}
.form-item-time1{}
.form-item-time1 .icon{
    width: 44px;
    background: #fff;
    height: 42px;
    right: 1px;
    border-left: 1px solid #cccccc;
    top: 1px;
    display: none;
}
.form-item-time1 .icon:before{
    position: absolute;
    left: -44px;
    top: 0;
    height: 44px;
    width: 1px;
    cursor: pointer;
}
.form-item-time1 .icon:after{content: "\f017";font-family: fontawesome;color: #ccc;position: absolute;top: 12px;right: 16px;}
.form-item-time2{
    
}
.form-item-time2 .icon{
    width: 44px;
    background: #fff;
    height: 42px;
    right: 1px;
    border-left: 1px solid #cccccc;
    top: 1px;
    display: none;
}
.form-item-time2 .icon:before{
}
.form-item-time2 .icon:after{content: "\f017";font-family: fontawesome;color: #ccc;position: absolute;top: 12px;right: 16px;}
.form-item-people{}
form .form-item-people input{text-align: center;}
.form-item-people .icon-plus{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cccccc;
    width: 70px;
    height: 46px;
    text-align: center;
    font-size: 21px;
    line-height: 42px;
    cursor: pointer;
}
.form-item-people .icon-minus{
    position: absolute;
    top: 0;left: 0;
    
    border: 1px solid #cccccc;
    width: 70px;
    height: 46px;
    text-align: center;
    font-size: 21px;
    line-height: 42px;
    cursor: pointer;
}
.form-item-people .icon-plus:hover{border: 1px solid #b69577;    color: #b69577;}
.form-item-people .icon-minus:hover{border: 1px solid #b69577;    color: #b69577;}

.form-row{}
.form-item-checkbox span{color: #666666; font-size: 18px;}
.form-item-checkbox:after{content: "";} 
.summa{
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    font-size: 23px;
    font-weight: normal;
    color: #02031f;
    padding: 10px 0 0;
}
.summa span{
    font-size: 27px;
    color: #b69577;
}

/*------------------------------------- payment  End  -------------------*/

/*------------------------------------- position   -------------------*/
/**************** presentation ********************/
.presentation{margin: 0px 0 0 0;}
.presentation-aligne{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.title-position-page{
        position: absolute;
        z-index: 1;
        bottom: 0px;
        width: 100%;
        padding: 5px 12px;
}
.title-position-page .holder{margin: 25px auto 0px;}
.title-position-page h1{
    display: inline-block;
    color: #fff;
    padding: 40px;
    position: relative;
    width: 60%;
    text-shadow: 0px 0px 10px #000
}
.title-position-page h2{
    display: block;
    color: #fff;
    padding: 0 40px;
    margin-top: -30px;
    position: relative;
    width: 60%;
    text-shadow: 0px 0px 10px #000;
    font-size: 12px;
    font-weight: 100;
}
.title-position-page h3{
    display: block;
    color: #fff;
    padding: 0 40px;
    margin-top: -30px;
    position: relative;
    width: 60%;
    text-shadow: 0px 0px 10px #000;
	font-size:12px;
	font-weight:100;
}
.title-position-page a img{
    vertical-align: -20px;
}
/*.title-position-page h1:after {
        content: "";
    position: absolute;
    top: -16px;
    left: 0%;
    background: url(images/long_line2.png) no-repeat left bottom;
    width: 1038px;
    height: 18px;
    background-position: -64px -1px;
    background-size: 91% 80%;
}*/
.photo_holder{
    float: left;
    width: 70%;
    overflow: hidden;
}
.photo_holder.nomap {
    width: 100%;
}
.photo_holder_items{height: 665px;overflow: hidden;}
.photo_holder_items .item{
    position: relative;
   /*min-width: 1332px;*/
}
.photo_holder_items .image{}
.photo_holder_items .image a{}
.photo_holder_items .image img{ min-width: 100%;  min-height: 665px; }
.photo_holder_items .image{}

.photo_holder .slick-arrow{
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.photo_holder .slick-arrow_next{right: 0;}
.photo_holder .slick-arrow_prev{left: 0;}
.photo_holder .slick-arrow span{
    /*background: url(images/bg_transparent.png) repeat 0px 0px; */
    width: 50px;
    height: 50px;
    border: 1px solid #b69577;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    top: calc(50% - 25px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.photo_holder .slick-arrow_prev span{left: 12px;}
.photo_holder .slick-arrow_next span{right: 12px;}
.photo_holder .slick-arrow span:hover{background: #b69577;}
.photo_holder .slick-arrow span:before{content: ""; position: absolute; width: 50px; height: 50px; left: 0; top: 0;}

.photo_holder .slick-arrow_next span:before{background: url(images/sprite.png) no-repeat -62px -304px;}
.photo_holder .slick-arrow_prev span:before{background: url(images/sprite.png) no-repeat 0px -304px;}
.photo_holder .slick-arrow_next span:hover:before{background: url(images/sprite.png) no-repeat -62px -347px;}
.photo_holder .slick-arrow_prev span:hover:before{background: url(images/sprite.png) no-repeat 0px -347px;}


.map-holder{
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    z-index: 1;
    overflow: hidden;
}
.map{
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 40px;
    left: -117%;
}

.activ .map > ymaps, .activ .map > ymaps > ymaps{}
.map_batton{
    position: absolute;
    width: 42px;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    cursor: pointer;
    color: #fff;
    z-index: 4;
}
.map_batton p{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(-90deg);
    width: 180px;
    margin: 0;
    position: absolute;
    top: 302px;
    left: -70px;
    color: #fff;
    text-align: center;
}
.map_batton p.hidden_map{display: block;}
.map_batton p.open_map{    display: none;}
.map_batton.active p.hidden_map{display: none;}
.map_batton.active p.open_map{    display: block;}
.black_bg{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 1555px ) {.div{}   /* large desktops (desktops, 1200px and down) */
.photo_holder_items{height: 565px;}
.photo_holder_items .image img{min-height: 565px;}
.title-position-page h1{font-size: 40px;}
.photo_holder_items .image img{  min-height: 100%; }
}


.position-primary_data-holder{    background: url(images/primary_data_line.png) no-repeat center top;    margin: 45px auto 45px; height:133px;}
.position-primary_data{    text-align: center;    padding: 45px 0 0;         height: 85px;}
.position-primary_data > div{position: relative;display: inline-block;margin: 0 12px;}
.position-primary_data > div:before{content: "";background: url(images/sprite.png) no-repeat;position: absolute;left: 0;top: 3px;width: 23px;height: 20px;}
.position-primary_data > div:after{content: "";background: #cccccc;position: absolute;right: 0;top: 4px;width: 1px;height: 20px;}
.position-primary_data p{
    margin: 0;
    padding: 0 29px 0 28px;
    color: #02031f;
    font-size: 20px;
}
.position-primary_data a{    color: #02031f;    text-decoration: none;}
.position-primary_data .position-adress{}
.position-primary_data .position-phone{}
.position-primary_data .position-redion{}
.position-primary_data .position-metro{}
.position-primary_data .position-adress:before{background-position: 1px -821px;}
.position-primary_data .position-phone:before{background-position: -59px -821px;}
.position-primary_data .position-redion:before{background-position: -134px -821px;}
.position-primary_data .position-metro:before{background-position: -216px -821px;}
.position-primary_data .position-metro:after{display: none;}


div.nopartner {
  position:relative; 
  height: 600px; 
  background: url(images/nopartner.jpg) bottom/cover;
}
div.nopartner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 16, 16, 64, 0.5 );
}

div.nopartner .title-position-page {
  top: 0;
}
div.nopartner .title-position-page h1 {
  padding-top: 0;
}
div.nopartner p {
  padding: 0 40% 0 0;
  margin: 0 0 40px 40px;
  font-weight: normal;
  text-shadow: 0px 0px 10px #000;
  color: #C19B76;
  font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
  font-size: 22px;
}

div.nopartner .warn {
  color: white;
}

div.nopartner a {
  color: white;
  text-decoration: none;
}

div.nopartner a:hover, .nopartner a:active {
  color: white;
  text-decoration: underline;
}

.presentation-nav-holder{}
.presentation-nav{
    padding: 8px 0 0px;
}
.presentation-nav .carousel-holder{
    position: relative; max-width: 806px;
    margin: 0 auto;
}
.presentation-nav .carousel{
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 776px;
}
.presentation-nav ul{
margin: 0 auto;
    padding: 0;
    list-style: none;
}
.presentation-nav ul li{
        padding: 0 0px 0;
    margin: 0;
    width: 194px;
    height: 60px;
        float: left;
}
.presentation-nav ul li a{
    display: block;
    text-decoration: none;
    width: 176px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 22px;
    padding: 14px 0 15px;
    border: 1px solid #cccccc;
    margin: 0 auto;
    color: #666666;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    background: url(images/bg1.jpg) repeat;
}
.presentation-nav ul li a:hover{
    border: 1px solid #c19b76;
    color: #c19b76;
}
.presentation-nav ul li.ui-tabs-active a, .presentation-nav ul li.slick-current a {    background: #c19b76;
    color: #fff;
    border: 1px solid #c19b76;
    cursor: default;}

.presentation-nav .slid-arrow{width: 58px;height: 58px;position: absolute;cursor: pointer;z-index: 2;top: 0px;}
.presentation-nav .slid-arrow:hover{}
.presentation-nav .slid-arrow_next{right: -46px;background: url(images/sprite.png) no-repeat -239px -286px;}
.presentation-nav .slid-arrow_prev{background: url(images/sprite.png) no-repeat -155px -343px;left: -46px;}
.presentation-nav .slid-arrow_next:hover{background: url(images/sprite.png) no-repeat -241px -343px;}
.presentation-nav .slid-arrow_prev:hover{    background: url(images/sprite.png) no-repeat -155px -287px;}    
/*******************/
.services_block{}
.position-title_block{
    position: relative;
    display: table;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.position-title_block:after{
    content: "";
    display: block;
    width: 100%;
    margin-top: -1px;
    border-top: solid 1px #c19b76;
}

.position-title_block h1, .position-title_block .position-title_item{
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    font-size: 30px;
    margin: 0;
    font-weight: normal;
}
.position-title_block a{
    font-size: 22px;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 10px 25px;
    margin: 0;
    height: 140px;
    width:100%;
}
.position-section h2{
    font-size: 22px;   
}

.services-items{}
.services-items .item_wrapp{
    width: 255px;
    margin: 0 auto 19px;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px #949292;
    -moz-box-shadow: 0px 0px 9px #949292;
    box-shadow: 0px 0px 9px #949292;
    overflow: hidden;
    height: 289px;
}
.services-items .item_wrapp:hover{
 
}
.services-items .item_wrapp .item-img{position: relative;height: 100%;}
.services-items .item_wrapp .item-img img{
    height: 100%;
}
.services-items .item_wrapp .item-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-items .item_wrapp .item-img:after {
    content: "";
    position: absolute;
    top: 2%;
    left: 3%;
    width: 94%;
    height: 96%;
    opacity: 1;
    border: 1px solid #c19b76;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-items .item_wrapp:hover .item-img:before {
    background: #02031f;
    opacity: 0.8;
    height: 100%;
}
.services-items .item_wrapp:hover .item-img:after {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  
}
.services-items .item_wrapp h3, .services-items .item_wrapp a{
    color: #fff;
    font-size: 20px;
    margin: 0 0 47px;
    position: relative;
	font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
	text-decoration:none;
}
.services-items .item_wrapp h3:before, .services-items .item_wrapp a:before {
    content: "";
    background: url(images/sprite.png) no-repeat -196px -263px;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 8px;
}
.services-items .item_wrapp h3:after, .services-items .item_wrapp b:after{content: "";bottom: -14px;left: 0%;background: url(images/sprite.png) no-repeat 0px -561px;position: absolute;width: 100%;height: 3px;}
.services-items .item-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
.services-items .item-content-holder{
        position: absolute;
    bottom: -134px;
    width: 83%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 12%;
    height: 197px;
}
.item-content-holder p{
	display:none;
}
.services-items .item-content:hover p{
	display:block;
	padding-top: 20px!important;
}
.services-items .item_wrapp:hover .item-content-holder{
            bottom: -24px;
}
.services-items .item-content-holder p{
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 0 15px 0 3px;
    margin: 0;
}
.services-items .item-content-holder a:hover{
    color: #c19b76;
}
.services-items .item-content-holder a:after{content: "";position: absolute;width: 14px;height: 22px;right: 0px;background: url(images/sprite.png) no-repeat -358px -338px;}
.services-items .item-content-holder a:hover:after{
    background: url(images/sprite.png) no-repeat -395px -338px;
}

.position-popular{
    margin-top: 45px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 15px #ababab;
    -moz-box-shadow: 0px 0px 15px #ababab;
    box-shadow: 0px 0px 15px #ababab;
    padding-top: 32px;
}
.position-popular h3{position: relative;font-size: 22px;text-align: center;margin: 0 0 25px;}
.position-popular h3:after{
    content: "";
    background: url(images/sprite.png) no-repeat 0px -478px;
    position: absolute;
    width: 100%;
    height: 9px;
    left: 41px;
    bottom: -17px;
}
.position-popular .section-popular .item, .carousel-saun .item { text-align: left;     height: 180px;   width: 246px;}
.position-popular .section-popular .item .item-img, .carousel-saun  .item .item-img {    height: 180px;}
.position-popular .section-popular .item b, .carousel-saun .item b{text-align: left;     font-size: 17px;}
.position-popular .item .item-holder:hover, .carousel-saun .item .item-holder:hover {}
.position-popular .section-popular .item-content, .carousel-saun .item-content {    bottom: -109px;     padding: 152px 27px 0;  }
.position-popular .section-popular .item:hover, .carousel-saun .item:hover .item-content {    bottom: -10px;}
/*
.position-popular .item_wrapp{
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 0px 12px #b3b3b3;
    -moz-box-shadow: 0px 0px 12px #b3b3b3;
    box-shadow: 0px 0px 12px #b3b3b3;
    margin: 0 0 20px;
}
.position-popular .item_wrapp .item-img{}
.position-popular .item_wrapp .item-img a{}
.position-popular .item_wrapp .item-img img{
    width: 100%;
}
.position-popular .item_wrapp .item-content{
    padding: 0 0 30px;
    text-align: left;
}
.position-popular .item_wrapp.item-content-holder{}
.position-popular .item_wrapp .item-content-holder a{
    text-decoration: none;
    color: #02031f;
    position: relative;
    font-size: 16px;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    padding: 20px 20px 10px;
    display: block;
    cursor: pointer;
    }
.position-popular .item_wrapp .item-content-holder a:hover{color: #c29c77;}
.position-popular .item_wrapp .item-content-holder a:after{
    content: "";
    background: url(images/sprite.png) no-repeat 0px -590px;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 20px;
    bottom: 0;
}
.position-popular .item_wrapp .item-content-holder a:hover:after{}
*/
/*******************/
.position-page {
    display:none;
}
.position-page.active { 
    display: block; 
}
.position-title_block a { 
	text-decoration: none; 
	color: black;
        text-align: center;

}
.position-title_block a.active { 
	text-decoration: none; 
	font-size: 30px;
        border: solid 1px #c19b76;
        border-bottom: 0px none;
	background-color: #fff;
}
.position-title_block a:hover { 
	color: #c19b76;
}
.position-title_block a span{ 
        display: inline-block;
        height: 50px;
        width: 50px;
	margin-bottom: 10px;
}
.position-title_block a[data-page="services"] span { 
	background: url(images/position_pages.png) 0px 0px;
}
.position-title_block a[data-page="services"]:hover span { 
	background: url(images/position_pages.png) 0px -50px;
}
.position-title_block a[data-page="description"] span { 
	background: url(images/position_pages.png) -50px 0px;
}
.position-title_block a[data-page="description"]:hover span { 
	background: url(images/position_pages.png) -50px -50px;
}
.position-title_block a[data-page="prices"] span { 
	background: url(images/position_pages.png) -100px 0px;
}
.position-title_block a[data-page="prices"]:hover span { 
	background: url(images/position_pages.png) -100px -50px;
}
.position-title_block a[data-page="response"] span { 
	background: url(images/position_pages.png) -150px 0px;
}
.position-title_block a[data-page="response"]:hover span { 
	background: url(images/position_pages.png) -150px -50px;
}
.position-title_block a[data-page="benefits"] span { 
	background: url(images/position_pages.png) -200px 0px;
}
.position-title_block a[data-page="benefits"]:hover span { 
	background: url(images/position_pages.png) -200px -50px;
}
.position-section{}
.section-position-benefits{    clear: both;}
.position-benefits-wrapper{}
.item-holder a span{
	font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
	margin: 0;
    position: relative;
    font-size: 18px;
}
.item-benefits .item-img{
   background: url(images/sprite.png) no-repeat -339px -457px;
   width: 182px;
   height: 182px;
   padding: 60px 51px;     margin: 0 auto;
}
.item-benefits .item-img .image{
    background: url(images/benefits-image.png) no-repeat;
    height: 60px;
}
.item-benefits .item-img .image-hookah{background-position: 22px top;}
.item-benefits .item-img .image-air-conditioning{background-position: -208px top;}
.item-benefits .item-img .image-muses-centre{background-position: -440px top;}
.item-benefits .item-img .image-pond-bucket{background-position: -672px top;}
.item-benefits .item-img .image-tv{background-position: -904px top;}
.item-benefits:hover .item-img .image-hookah{background-position: 22px -128px;}
.item-benefits:hover .item-img .image-air-conditioning{background-position: -208px -128px;}
.item-benefits:hover .item-img .image-muses-centre{background-position: -440px -128px;}
.item-benefits:hover .item-img .image-pond-bucket{background-position: -672px -128px;}
.item-benefits:hover .item-img .image-tv{background-position: -904px -128px;}
.item-benefits .item-content{
    padding: 20px 0 40px;
}
.item-benefits .item-content a{
    margin: 0;
    font-size: 18px;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
}

.price-tabs-nav{
   padding-top: 60px;
}
.price-tabs-nav .item{
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #fff;
    color: #999999;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 0;
}
.price-tabs-nav .item:hover{
    border: 1px solid #c19b76;
    color: #c19b76;
}
.price-tabs-nav .item.active{
    background: #c19b76;
    color: #000;
    border: 1px solid #c19b76;
    cursor: default;
}
.price-tab-wraper{
    /*height: 345px;
    min-height: 345px;*/
}
.price-tab-top{
    height: 50px;
}
.price-tab-top td span{
    font-size: 16px;
    color: #02031f;
    display: inline-block;
    line-height: 39px;
    position: relative;
    padding: 0 22px;
}
.price-tab-top td span:before{content: "";background: url(images/sprite.png) no-repeat;width: 20px;height: 20px;position: absolute;top: 9px;left: 0;}
.price-tab-top .col-time span:before{background-position: 0px -886px;}
.price-tab-top .col-price span:before{background-position: -64px -886px;}
/*.price-tab-top .col-discount span:before{background-position: -135px -886px;}*/
.price-tab-top .col-discount span:before{background-position: -1035px -886px;}

.price-tab {
	display: none;
	border-collapse: collapse;
	width: 100%;
	color: #000;
}
.price-tab.active{ display: table; }

.price-tab-wraper .price-tab td{
    min-height: 56px;
    padding: 10px 5px;
    border-bottom: 1px dotted #fff;
}
.price-tab-wraper .price-tab tbody{
    margin: 0;
    font-size: 18px;
    line-height: 32px;
}
.price-tab td strong{
    font-size: 23px;
}
.price-tab .col-time, .price-tab .col-price {
    border-right: 1px dotted #fff;
}

.price-tab tbody {
    background: #c19b76;
}


.footnote{font-size: 14px; margin: 0 15px;}

/**********/
.section-position-description{    padding-bottom: 30px;}
.position-description-holder{
    overflow: hidden;
    padding-bottom: 20px;    
    position: relative;
}

.position-description-holder p{font-size: 18px;}
.position-description-holder .photo{position: relative; }
.position-description-holder .photo.left{margin-right: 30px;}
.position-description-holder .photo.right{margin-left: 30px;}
.position-description-holder .photo:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #c19b76;
}
.position-description-holder .photo.left:before{
    top: -5px;
    left: -5px;
}
.position-description-holder .photo.right:before{
    top: -5px;
    right: -5px;
}
.position-description-holder .photo img{position: relative;}
.position-description-holder ul{
    padding: 0;
    list-style: none;
}
.position-description-holder ul li{position: relative;font-size: 18px;padding: 6px 0 6px  39px;}
.position-description-holder ul li:before{content: "";background: url(images/sprite.png) no-repeat -155px -57px;width: 34px;height: 20px;position: absolute;top: 15px;left: 0;}
.position-description-holder strong{}
.position-description-holder ul.list-inline{}
.position-description-holder ul.list-inline {}
.position-description-holder ul.list-inline  li{display: inline-block; margin: 0 10% 0 0;}

.delimiter{
    position: relative;
    clear: both;
    border-bottom: 1px solid #c19b76;
}
.delimiter:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -7px;
    background: url(images/sprite.png) no-repeat -195px -264px;
    width: 11px;
    height: 11px;
}
.delimiter:after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    background: url(images/sprite.png) no-repeat -195px -264px;
    width: 11px;
    height: 11px;
}
/***/
.position-benefit2{
    overflow: hidden;
    padding: 15px 0 30px;
}
.position-benefit2 .col{
    position: relative;
}
.position-benefit2 .col:after{content: "";border-bottom: 2px dotted #ebe0d6;width: 50%;position: absolute;top: 64px;right: -25%;}
.position-benefit2 .col:last-child:after{
    display: none;
}
.position-benefit2 .item-holder{}
.position-benefit2 .item-img{
   background: url(images/sprite.png) no-repeat -367px -692px;
   width: 135px;
   height: 119px;
   padding: 37px 36px;
   margin: 0 auto;
   font-size: 0;
}
.position-benefit2  .item-img:after{
    content: " ";
    display: block;
    background: url(images/sprite.png) no-repeat;
    height: 46px;
}
.position-benefit2 .item-img.image-size:after{background-position: -6px -1010px;}
.position-benefit2 .item-img.image-type:after{background-position: -157px -1010px;}
.position-benefit2 .item-img.image-pool:after{background-position: -326px -1010px;}
.position-benefit2 .item-content{}
.position-benefit2 .item-content h4{margin: 14px 0 8px;font-size: 18px;}
.position-benefit2 .item-content p{margin: 0; font-size: 18px;}
  
/**************************/
.reviews{ margin-top: 20px;}
.review{    
    margin: 5px 0 30px; 
    position: relative;
    padding: 30px 33px 30px 33px;
    border-left: 2px solid #c19b76;
    border-right: 2px solid #c19b76;
    -webkit-box-shadow: 0px 0px 12px #b3b3b3;
    -moz-box-shadow: 0px 0px 12px #b3b3b3;
    box-shadow: 0px 0px 12px #b3b3b3;
}
/*.review:before{content: "";border-top: 1px solid #b69577;border-right: 1px solid #b69577;width: 40px;height: 40px;position: absolute;top: 0px;right: 0%;}{}
.review:after{content: "";border-bottom: 1px solid #b69577; border-right: 1px solid #b69577; width: 40px; height: 40px; position: absolute;bottom: 0px;right: 0%;}{}*/
.review-top{
    overflow: hidden;
}
.review-top .left{}
.review-top .left strong{}
.review-top .left h3{margin: 0;}
.review-top .right{}
.review-top .right > div{
    float: right;
    position: relative;
    padding: 0 0px 0 31px;
    line-height: 24px;
    color: #999999;
    margin: 0 0 0 22px;
}
.review .right > div {
    float: right;
    position: relative;
    padding: 0 0px 0 31px;
    line-height: 24px;
    color: #c19b76;
    margin: 0 0 0 22px;
}
.review .bottom > div {
    float: right;
    position: relative;
    padding: 0 0px 0 31px;
    line-height: 24px;
    color: #c19b76;
    margin: 0 0 0 22px;
}
.review .bottom {
    height: 45px;
}
.review-admin {
    margin-left: 30px;
    border-top: 2px solid #cdaf91;
    position: relative;
}
.review-admin:before {
    content: "";
    background: url(images/left.png) no-repeat right top;
    width: 141px;
    height: 23px;
    position: absolute;
    top: -15px;
    left: -36px;
}
.review-admin:after {
   content: "";
   background: url(images/right.png) no-repeat right top;
   width: 28px;
   height: 23px;
   position: absolute;
   top: -15px;
   right: -23px;
}
.review-time{}
.review-date{}
.review-time:before{
   content: "";
   background: url(images/review_time.png) no-repeat right top;
   width: 28px;
   height: 23px;
   position: absolute;
   top: 4px;
   left: 0;
   }
.review-date:before{
   content: "";
   background: url(images/review_data.png) no-repeat left top;
   width: 21px;
   height: 23px;
   position: absolute;
   top: 3px;
   left: 6px;
}
.review-body{}
.review-body p{font-size: 16px;} 
.review-button { padding: 0px; display: inline-block;border: 1px solid #b69577;}
/*------------------------------------- position  End  -------------------*/
/*------------------------------------- page-map    -------------------*/
#page-map{}
.page-map-holder{ width: 100%; height: 550px; border: 1px solid #c19b76;}
.region-list-selector{
        -webkit-box-shadow: 0px 0px 15px #ababab;
        -moz-box-shadow: 0px 0px 15px #ababab;
        box-shadow: 0px 0px 15px #ababab;
        padding: 25px 30px;
        min-height: 530px;
        max-width: 350px;
        float: right;
        margin-right: 15px;
}
.region-list-selector h3{font-size: 20px;     margin: 0 0 15px;}
.region-list-selector ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.region-list-selector ul li{}
.region-list-selector ul li a{
    color: #02031f;
    padding: 7px 0 8px 35px;
    display: block;
    text-decoration: none;
    position: relative;
}
.region-list-selector ul li a:hover{
    color: #b69577;
}
.region-list-selector ul li a:before{content: "";background: url(images/sprite.png) no-repeat -165px -264px;position: absolute;width: 10px;height: 9px;left: 0;top: 14px;}
.region-list-selector ul li a:hover:before{background: url(images/sprite.png) no-repeat -195px -264px;}
/*------------------------------------- page-map  End  -------------------*/
/*------------------------------------- page-metro    -------------------*/
#page-metro{}
.conteiner-metro{}
.metro-map{
    background: url(images/metro-map.jpg) no-repeat left top;
    width: 100%;
    height: 1372px;
    position: relative;
}
a.metro-item{position: absolute;border: 1px solid transparent;/* opacity: 0; */-moz-border-radius: 16px;-webkit-border-radius: 16px;-khtml-border-radius: 16px;border-radius: 16px;color: #000;text-decoration: none;font-size: 20px;padding: 7px 0 0 36px;line-height: 20px;}
a.metro-item:hover{opacity: 1;border: 1px solid #b69577;}
a.metro-item-false{
    color: #9a9a9a;
}
a.metro-item-false:hover{
    border: 1px solid transparent; cursor: default;
}
a.metro-item-line1-1{top: 157px;left: 216px;width: 190px;height: 54px;padding: 7px 0 0 31px;}
a.metro-item-line1-2{top: 216px;left: 216px;width: 190px;height: 39px;padding: 7px 0 0 31px;}
a.metro-item-line1-3{top: 328px;left: 216px;width: 190px;height: 54px;padding: 6px 0 0 31px;}
a.metro-item-line1-4{top: 411px;left: 216px;width: 190px;height: 39px;padding: 7px 0 0 31px;}
a.metro-item-line1-5{top: 463px;left: 216px;width: 190px;height: 39px;padding: 8px 0 0 31px;}
a.metro-item-line1-6{top: 669px;left: 130px;width: 212px;height: 39px;padding: 8px 0 0 19px;}
a.metro-item-line1-7{top: 768px;left: 244px;width: 135px;height: 48px;padding: 13px 0 0 21px;}
a.metro-item-line1-8{top: 878px;left: 445px;width: 196px;height: 26px;padding: 1px 0 0 38px;}
a.metro-item-line1-9{top: 1132px;left: 552px;width: 190px;height: 39px;padding: 7px 0 0 32px;}
a.metro-item-line1-10{top: 931px;left: 524px;width: 190px;height: 53px;padding: 8px 0 0 29px;}
a.metro-item-line1-11{top: 1005px;left: 552px;width: 190px;height: 39px;padding: 7px 0 0 32px;}
a.metro-item-line1-12{top: 1069px;left: 552px;width: 190px;height: 39px;padding: 7px 0 0 32px;}
a.metro-item-line1-13{top: 1196px;left: 552px;width: 190px;height: 39px;padding: 7px 0 0 32px;}
a.metro-item-line1-14{top: 1260px;left: 552px;width: 190px;height: 39px;padding: 7px 0 0 32px;}
a.metro-item-line1-15{top: 1324px;left: 552px;width: 190px;height: 39px;padding: 7px 0 0 32px;}

a.metro-item-line2-1{top: -10px;    left: 408px;    width: 174px;    height: 39px;}
a.metro-item-line2-2{top: 31px;left: 408px;width: 174px;height: 54px;padding-top: 7px;}
a.metro-item-line2-3{top: 91px;left: 408px;width: 174px;height: 39px;}
a.metro-item-line2-4{top: 133px;left: 408px;width: 174px;height: 39px;}
a.metro-item-line2-5{top: 174px;left: 408px;width: 174px;height: 39px;}
a.metro-item-line2-6{top: 215px;left: 408px;width: 174px;height: 39px;}
a.metro-item-line2-7{top: 345px;left: 408px;width: 183px;height: 39px;}
a.metro-item-line2-8{top: 441px;left: 415px;width: 174px;height: 54px;padding: 7px 0 0 38px;}
a.metro-item-line2-9{top: 588px;left: 367px;width: 136px;height: 65px;padding: 7px 0 0 27px;}
a.metro-item-line2-10{top: 769px;left: 368px;width: 199px;height: 42px;padding: 11px 0 0 32px;}
a.metro-item-line2-11{top: 880px;left: 149px;width: 217px;height: 81px;padding: 9px 49px 0px 4px;text-align: right;}
a.metro-item-line2-12{top: 1004px;left: 323px;width: 190px;height: 39px;}
a.metro-item-line2-13{top: 1164px;left: 323px;width: 190px;height: 39px;}
a.metro-item-line2-14{top: 1217px;left: 323px;width: 190px;height: 39px;}
a.metro-item-line2-15{top: 1270px;left: 323px;width: 190px;height: 39px;}
a.metro-item-line2-16{top: 1323px;left: 323px;width: 190px;height: 39px;}
a.metro-item-line2-17{top: 1058px;left: 323px;width: 229px;height: 39px;}
a.metro-item-line2-18{top: 1112px;left: 323px;width: 190px;height: 39px;padding: 7px 0 0 37px;}
a.metro-item-line2-19{top: 1323px;left: 323px;width: 190px;height: 39px;}
a.metro-item-line2-20{top: 1323px;left: 323px;width: 190px;height: 39px;}

a.metro-item-line3-1{top: 47px;left: 605px;width: 190px;height: 54px;padding: 6px 0 0 35px;}
a.metro-item-line3-2{top: 173px;left: 605px;width: 203px;height: 39px;padding: 7px 0 0 35px;}
a.metro-item-line3-3{top: 338px;left: 605px;width: 174px;height: 39px;display: none;}
a.metro-item-line3-4{top: 394px;left: 605px;width: 204px;height: 39px;}
a.metro-item-line3-5{top: 544px;left: 605px;width: 190px;height: 39px;}
a.metro-item-line3-6{top: 600px;left: 605px;width: 229px;height: 43px;padding: 9px 0 0 35px;}
a.metro-item-line3-7{top: 852px;left: 441px;width: 183px;height: 31px;padding: 8px 0 0 42px;}
a.metro-item-line3-8{top: 442px;left: 100px;width: 190px;height: 54px;display: none;}
a.metro-item-line3-9{top: 1076px;left: 100px;width: 190px;height: 39px;}
a.metro-item-line3-10{top: 990px;left: 64px;width: 159px;height: 54px;padding: 7px 0 0 20px;}
a.metro-item-line3-11{top: 1200px;left: 100px;width: 190px;height: 39px;}
a.metro-item-line3-12{top: 1254px;left: 100px;width: 190px;height: 54px;}
a.metro-item-line3-13{top: 1325px;left: 100px;width: 190px;height: 54px;padding: 5px 0 0 36px;}
a.metro-item-line3-14{top: 1325px;left: 100px;width: 190px;height: 0px;display: none;}
a.metro-item-line3-15{top: -9px;left: 604px;width: 190px;height: 39px;padding: 7px 0 0 36px;}
a.metro-item-line3-16{top: 119px;left: 606px;width: 190px;height: 39px;padding: 7px 0 0 35px;}
a.metro-item-line3-17{top: 229px;left: 604px;width: 223px;height: 39px;}
a.metro-item-line3-18{top: 283px;left: 605px;width: 190px;height: 39px;}
a.metro-item-line3-19{top: 773px;left: 595px;width: 166px;height: 54px;padding: 27px 0 0 8px;}
a.metro-item-line3-20{top: 1130px;left: 100px;width: 190px;height: 54px;padding: 7px 1px 0 36px;}

a.metro-item-line4-1{top: 472px;left: -12px;width: 135px;height: 54px;padding: 8px 0 0 12px;}
a.metro-item-line4-2{top: 573px;left: 105px;width: 203px;height: 39px;display: none;}
a.metro-item-line4-3{top: 601px;left: 491px;width: 122px;height: 67px;padding: 4px 0 0 21px;}
a.metro-item-line4-4{top: 642px;left: 631px;width: 148px;height: 49px;padding: 19px 0 0 19px;}
a.metro-item-line4-5{top: 1056px;left: 776px;width: 190px;height: 39px;padding: 7px 0 0 33px;}
a.metro-item-line4-6{top: 1233px;left: 776px;width: 190px;height: 39px;padding: 7px 0 0 33px;}
a.metro-item-line4-7{top: 1322px;left: 776px;width: 190px;height: 39px;padding: 7px 0 0 33px;}
a.metro-item-line4-8{top: 683px;left: 782px;width: 160px;height: 81px;padding: 7px 0 0 31px;}
a.metro-item-line4-9{top: 968px;left: 776px;width: 190px;height: 39px;padding: 7px 0 0 33px;}
a.metro-item-line4-10{top: 1145px;left: 776px;width: 190px;height: 39px;padding: 7px 0 0 33px;}
a.metro-item-line4-11{top: 383px;left: 8px;width: 100px;height: 54px;padding: 8px 0 0 12px;}
a.metro-item-line4-12{top: 1322px;left: 776px;width: 190px;height: 39px;}

a.metro-item-line5-1{top: 720px;left: 320px;width: 120px;height: 54px;padding: 10px 0 0 19px;}
a.metro-item-line5-2{top: 723px;left: 473px;width: 138px;height: 55px;padding: 7px 0 0 11px;}
a.metro-item-line5-3{top: 732px;left: 930px;width: 190px;height: 49px;padding: 3px 0 0 17px;}
a.metro-item-line5-4{top: 797px;left: 1001px;width: 190px;height: 39px;padding: 8px 0 0 30px;}
a.metro-item-line5-5{top: 875px;left: 1001px;width: 190px;height: 54px;padding: 4px 0 0 30px;}
a.metro-item-line5-6{top: 966px;left: 1001px;width: 190px;height: 39px;padding: 8px 0 0 29px;}
a.metro-item-line5-7{top: 710px;left: 645px;width: 136px;height: 57px;padding: 5px 0 0 0px;text-align: center;}
a.metro-item-line5-8{top: 966px;left: 1001px;width: 190px;height: 39px;}
a.metro-item-line5-9{top: 966px;left: 1001px;width: 190px;height: 39px;}


.metro-item-line7-8{display: none;}
/*------------------------------------- page-metro  End  -------------------*/
/*------------------------------------- page-all  -------------------*/
.all-block {
	text-align: center;
}
.all-block ul {
	display: inline-block;
	text-align: left;
}
.all-block a {
	text-decoration: none;
	color: #02031f;
}
.all-block a.nopartner {
	text-decoration: none;
	color: #999999;
}
.all-block a:hover, .all-block a:focus {
	text-decoration: underline;
}


/*------------------------------------- pages  End  -------------------*/


/*----------------------------------------review-client------------------------*/


.review-client {
    margin: 5px 0 0px;
    position: relative;
    padding: 30px 33px 30px 33px;
    border-bottom: 1px solid rgba( 179, 179, 179, .3);
}

.review{
    margin: 5px 0 30px;
    border-left: 2px solid #c19b76;
    border-right: 2px solid #c19b76;
    -webkit-box-shadow: 0px 0px 12px #b3b3b3;
    -moz-box-shadow: 0px 0px 12px #b3b3b3;
    box-shadow: 0px 0px 12px #b3b3b3;
    padding: 0;
}

.review-body p {
	margin: 10px 0 10px;
}

.review-ratings {
	margin: 10px 0 10px;
	padding: 0;
	border: none;
	width: 100%;
	border-collapse: collapse;
}

.review-ratings td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.review-ratings-value {
	width: 180px;
	text-align: right;
}

.review-ratings-value label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.review-ratings-value span {
	display: inline-block;
	background-image: url( 'images/ratings.png' );
	background-size: 500%;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
}

.review-ratings-value span.active, .review-ratings-value input:checked + span {
	background-position-y: -30px;
}
.review-rating-value-1 {
	background-position-x: -120px;
}

.review-rating-value-2 {
	background-position-x: -90px;
}

.review-rating-value-3 {
	background-position-x: -60px;
}

.review-rating-value-4  {
	background-position-x: -30px;
}

.review-rating-value-5  {
	background-position-x: 0px;
}

.review-ratings-value input {
	display: none;
}

.review-reply{
    position:relative;
    padding: 15px 33px 10px 90px;
    background: url(images/bg1.jpg) repeat;
}
.review-reply:before { 
    position: absolute; 
    content: "";
    top: 14px;
    left: 36px; 
    width:40px;
    height: 25px; 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-image: url(https://www.saunapiter.ru/themes/saunanew/files/images/arrow.png); 
}

h4 {}

.review-admin-grey h4 {
    margin: 0;
}

.review-admin-grey p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-admin-grey:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 37px;
    height: 2px;
    width: 35px;
    background-color: #fff;
}
.yiiPager {
	color: #b69577;
	list-style:none;
	text-align:center;
	padding:0;
}
.yiiPager li{
	display:inline-block;
}
.yiiPager li a {
	background: #fff;
    border: 1px solid #b69577;
	text-decoration:none;
	width: 40px;
	display:block;
	font-weight:900;
	font-size:15px;
	line-height: 30px;
}
.yiiPager .selected a, .yiiPager li:hover a{
	background: #b69577;
	color:#fff;
}
.dis-item {
	width:50%;
	display:inline-block;
	margin: 10px 0;
	vertical-align:top;
}
.dis-item-block {
	margin: 0 10px;
	background: #fff;
    -webkit-box-shadow: 0px 0px 9px #949292;
    -moz-box-shadow: 0px 0px 9px #949292;
    box-shadow: 0px 0px 9px #949292;
	overflow:hidden;
	padding:20px;	
	height: 340px;
}
.dis-item .pay_batton{
	text-align:center;
}
.dis-item h3{
	margin:0;
}
.dis-item img{
	position:absolute;
}
.dis-item-content {
	padding-left:275px;
}
.dis-description {
	text-align:center;
	font-size:18px;
	margin:0 0 20px 0;
}
.dis-description p{
	margin: 2px 0;
}
.carousel-saun {
    display:block;
	margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 32px;
	height:280px;
	padding:20px;
	border: solid 1px #c19b76;
	max-width:1102px;
	margin:0 auto;
}
.carousel-saun #carousel-prev, .carousel-saun #carousel-next{
        width:30px;
        height:80px;
        text-align:center;
        line-height:50px;
        border:0;
        background:transparent;
        display:block;
        color:#c19b76;
		vertical-align: top;
		font-size:50px;
    margin-top: 75px;
	padding: 0;
	z-index: 5;
    position: relative;
	cursor:pointer;
	outline:none;
	
}
.carousel-saun #carousel-prev {
	float: left;
}
.carousel-saun #carousel-next {
	float: right;
}
.meny-wrapper {
	z-index:10;
}
.carousel_wrap { 
	height:360px;
	position:relative;
	margin-bottom:30px;
}
#carousel img { 
	width:260px;
	height:160px;
}
#carousel { 
	width:auto;
	margin:0px auto;
	height:250px;
	position:relative;
	overflow:hidden;
}
.carousel-saun .carousel-title{
	color: #c19b76;
	font-size: 20px;
	display: block;
	text-align: center;
}
#carousel .shadow {
	visibility:hidden;
	cursor:pointer;
	-webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
	-webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
     transition: none; 
}
#carousel .caption {
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: -webkit-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -moz-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -o-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
    background: -ms-linear-gradient(top, rgba(9, 44, 68, 0), #02031f);
}
.carous_item { 
	position:absolute;
	height:100%;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	display:block;
}
.carous_desc { 
	height:100%;
	display: flex;
    align-items: flex-end;
	color: #fff;
    font-size: 20px;
    font-family: YesevaOne-Regular, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
	padding:10px;
	border: solid 1px #c19b76;
	user-select: none;
}
.carousel_wrap .nav_button { 
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-30px;
	height:60px;
	width:30px;
	right:0px;
	font-size:40px;
	font-weight:600;
	color:#F00;
	cursor:pointer;
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
}
.carousel_wrap .nav_button.prev_button { 
	left:50px;
}
.carousel_wrap .nav_button.next_button { 
	
	left:auto;
	right:50px;
}
.filter-item-wrapper a {
    color: #000;
    text-decoration: none;
}
.list-item.active a {
    color: #c19b76;
}

#top_nav .phone-block a {
    display: block;
    padding: 22px 52px 22px 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #02031f;
    font-size: 22px;
}
#top_nav .phone-block a:hover {
    color: #c19b77;
}
#top_nav .phone-block {
    display: none;
}
#top_nav.show-phone .phone-block {
    display: block;
}

.header .right > span {
    min-width: 232px;
    text-align: center;
    display: inline-block;
}

.left-flex {
    display: flex;
}
.left-flex .pay_batton {
   margin-right: 10px; 
}

.header .socials {
    align-items: center;
    display: flex;
}

.dmenu-btn{
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    line-height: 59px;
    height: 64px;
    /*width: 80%;*/
    margin: 8px;
    color: white;
    background: #002;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}
.dmenu-table {
   width:100%;
   border: none;
}
.dmenu-table td {
   padding-right: 5px;
   padding-left: 5px;
}

#top_nav.show-phone li.last {
   display:none;
}
