@charset "utf-8";


@import 'fonts.css';
@import 'grid.css';

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	min-height:100%;
	height: 100%;
	color: #040707;
	font-weight: normal;
	font-family: 'Raleway';
	font-size:13px;
	line-height:1.5
}

a {
	text-decoration:none;
	outline:none;
	color:#000;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}

a:hover {
	text-decoration:underline;
}

img {
	border:0
}

p {
	margin:1.5em 0
}

p:first-child{
	margin-top:0
}

strong{}

#page {
	height: auto !important;
	min-height:100%;
	height: 100%;
	position:relative;
}

#footer_guarantor {
/*	height: 214px;*/
	clear: both;
}

#footer {
	margin:0 auto;
/*	margin-top: -214px;*/
	height: 214px;
	clear: both;
	position:relative;
	z-index:3;
	background: #0e0e0e;
	color:#9e9e9e;
	font-size:14px;
}

#header {
	height: 107px;
	position:relative;
	z-index:456;
	    background: #eee;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}

a.logo {
    display: block;
    width: 190px;
    height: 108px;
    position: absolute;
    left:44.4%;
    top: 0;/*filter: contrast(0) brightness(2);*/
    background: url(../images/logo.png) no-repeat 0 center / 114px;
}

.popup {position:absolute; top: 0;bottom: 0;left: 0;right: 0; z-index:100000; text-align:center; opacity:0; }
.popup .layer{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background:#000;opacity:0.6;}
.popup .pic{display: inline-block;  margin: 4% auto;position:relative;}
.popup .close{background:url('../images/close.png') no-repeat center center;width:30px;height:30px;position:absolute;top:-15px;right:-15px;z-index:1000;cursor:pointer;}
.popup img {position:relative;z-index:500;}

#sidebar {
	width: 180px;
	float: left;
	background: #b0f0b0;
}

#mainbar {
	width: 580px;
	overflow: hidden;
	float: left;
	background: #b0b0f0;
}

div.header_content{
	position:relative
}

div.header_elements{ width:100%;
	position:absolute;
	top:37px;
/*	right:0*/
}

div.header_elements > div{
/*	float:left;
	margin:0 0 0 60%;*/
}

div.header_elements > div:first-child{
	margin:0
}

ul.main_menu{
	list-style:none;
	height:34px; float:left;
}

ul.main_menu > li{
	float:left
}

ul.main_menu > li > a{
	display:block;
	height:34px;
	line-height:34px;
/*	padding:0 14px;*/ padding-right:30px;
	white-space:nowrap;
	font-size:14px;
	text-decoration:none !important;
}

ul.main_menu > li > a > span{
	display:block;
	height:34px;
	line-height:34px; color:#0e0e0e;
	padding:0 4px 5px;
	background-position:0 calc(100% + 5px);
	background-image:url(../images/border_1.png);
	background-repeat:repeat-x;
	-webkit-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	transition:all ease 0.2s
}

ul.main_menu > li:hover > a,
ul.main_menu > li.cur > a{
	color:#c21727;
}

ul.main_menu > li:hover > a > span,
ul.main_menu > li.cur > a > span{
	background-position:0 100%
}

ul.main_menu > li.cur > a{
	cursor:default
}

ul.langs{
	list-style:none;
	height:34px; float:right;
}

ul.langs > li{
	float:left;
	margin:0 0 0 6px;
}

ul.langs > li:first-child{
	margin:0
}

ul.langs > li > a{
	display:block;
	height:34px;
	width:34px; color:#0e0e0e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #eee;
	border-radius:34px;
	text-align:center;
	line-height:32px;
	text-decoration:none !important;
	font-size:12px;
/*	opacity:0.4*/
}

ul.langs > li.selected > a,
ul.langs > li:hover > a{
	opacity:1; color:#0e0e0e;
	border-color:#0e0e0e;
}

ul.langs > li.selected > a{
	cursor:default
}

.download_menu {
    text-align: center;
    padding: 10px 0 40px;
}
.download_menu .E_w_list {
  display: inline-block;margin:0 10px;
}
.download_menu .E_w_list a{display: block;font-size: 16px;color: #666;}
.download_list > .container > p {
    float: left;
    margin: 0px 20px;
    line-height: 30px;
    width: 12.5%;
}

.section.download_list > .container:after {
  content: '';
  display: block;
  clear: both;
}
a.red {
	color: #C01B2D; font-weight: 700
}

div.footer_content{
	height:146px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:4% 0 0
}

div.footer_content .cont{
	overflow:hidden
}

div.footer_content_2{
	height:66px;
	border-top:2px solid #575959;
	line-height:66px;
	font-size:13px;
}

#footer a{
	color:#fff
}

div.footer_socials{
	float:right;
}

div.footer_socials h2{
	font-size:17px;
	color:#fff
}

div.inner-slider .swiper-container-content {
	color:#fff;
	font-family: 'ralewayregular';
	font-size:18px;
	line-height:28px;
	padding:32px 0;
}
div.inner-slider.custom .pos {
	top:0;
}
div.inner-slider.custom  .swiper-container-content {
	overflow:hidden;
	height:530px;
	padding:60px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

div.inner-slider.custom  .swiper-container-content > div{
	height:100%;
	overflow:auto;
}
div.inner-slider .pos {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	background:rgba(0,0,0,0.5);transition:0.3s all;
}
div.inner-slider:hover .pos{background:rgba(0,0,0,0.1);}
div.inner-slider{
	height:545px;
}
div.index-slider{
	height:745px;
}

div.inner-slider .swiper-container{
	height:100%
}
div.index-slider .swiper-container{
	height:100%
}

div.inner-slider .swiper-slide{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
div.index-slider .swiper-slide{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

div.index-slider .swiper-slide:after{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.4)
}

div.index-slider .swiper-slide > .container{
	height:100%;
}

div.index-slider div.swiper-container-content{
	display:table;
	width:100%;
	height:100%;
	position:relative;
	z-index:56
}

div.index-slider div.swiper-container-content > div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:100%;
	color:#fff;
	font-size:18px;
	font-weight:300
}

div.index-slider div.swiper-container-content h2{
	font-size:60px;
	font-weight:300;
	position:relative;
	font-family: 'champagne__limousines-webfont';
	letter-spacing:4px;
}

div.index-slider div.swiper-container-content h2:after{
	content: '';
	width:84px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:-6px;
	margin-left:-42px;
	opacity:0.5
}

div.index-slider div.swiper-container-content .more_place{
	padding:20px 0 0
}

div.inner-slider .swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../images/ico_6.png) 0 0 no-repeat;
	margin-top:-23px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
div.index-slider .swiper-button-prev{
	width:46px;
	height:46px;
	background:url(../images/ico_6.png) 0 0 no-repeat;
	margin-top:-23px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}

div.index-slider .swiper-button-prev:hover{
	opacity:1;
	left:9px;
}

div.inner-slider .swiper-button-next{
	width:46px;
	height:46px;
	background:url(../images/ico_7.png) 0 0 no-repeat;
	margin-top:-23px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
div.index-slider .swiper-button-next{
	width:46px;
	height:46px;
	background:url(../images/ico_7.png) 0 0 no-repeat;
	margin-top:-23px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}
.KRQuheC{text-align: center;}
.KRQuheC p {
  margin: 0.5em 0;
  line-height: 1.8em
}
div.index-slider .swiper-button-next:hover{
	opacity:1;
	right:9px;
}

.mark_label{
	position:absolute;
	right:15px;
	top:0;
	    z-index: 800;
}
div.index-fancy-blocks.variation-1 .if_item,
div.index-fancy-blocks.variation-1  .row > div,
div.index-fancy-blocks.variation-1 {
	height:56px;
}
div.index-fancy-blocks.variation-1 > .row {
	margin:0;
}
div.index-fancy-blocks.variation-1{
	border:0;
	margin:0;

}
div.index-fancy-blocks{
	/*border-bottom:1px solid #e7e8e8;*/
	margin:0 0 4px;
	height:150px;
	position:relative;
	z-index: 1000;
}

div.index-fancy-blocks .row > div{
	height:130px;
}

div.index-fancy-blocks .if_item{
	text-align:center;
	font-size:16px;
	position:relative;
	top:-75px;
/*	padding:0px 26px 0;*/
	height:178px;
	display:block;
	margin-top: 30px;
}


div.index-fancy-blocks .if_item {}
div.index-fancy-blocks .if_item:hover .cont ul > li > a {
	color:#fff;
}
div.index-fancy-blocks .if_item.has-children:hover .if_icon .ic {
    /*border: 1px solid #ffffff;*/
    border-radius: 100%;
}
div.index-fancy-blocks .if_item.has-children:hover .if_title a{
	color:#fff;
}

div.index-fancy-blocks .if_icon{
	display:block;
	width:88px;
	height:88px;
	margin:0 auto 15px;
	border-radius:88px;
/*	background:#eeeeef;*/
	z-index:33;
	position:relative;

}

div.index-fancy-blocks .if_icon .ic{
	height:100%;border-radius: 100%;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
}

div.index-fancy-blocks .if_icon .ic_h{
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden
}
.qtip .qtip-tip {display:none !important;}
.secret_gallery_hidden {display:none;}

/*
div.index-fancy-blocks .if_item:hover .if_icon,
div.index-fancy-blocks .if_item.selected .if_icon{
	background:#c21727;
}*/

div.index-fancy-blocks .if_title{
	position:relative;
	z-index:5;
	font-size:17px;
	font-family: 'champagne__limousines_bold-webfont';
	line-height:1.2
}
div.index-fancy-blocks .if_title{
	position:relative;
	z-index:5;
	font-size:17px;
	font-family: 'champagne__limousines_bold-webfont';
	line-height:1.2}

.if_item .cont{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:4;
	background:#eaeaea;
	background: #000;
    background: rgba(0, 0, 0, 0.8);
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.row.narrow.gallery_blocks > .col-xs-12.col-sm-6:nth-child(1) .descr, .row.narrow.gallery_blocks > .col-xs-12.col-sm-6:nth-child(2) .descr {
    font-size: 22px;
    display: block;
    font-weight: normal;
}
.if_item .cont > div{
	padding:30px 30px 200px;
}

.if_item .cont ul{
	list-style:none;
}

.if_item:hover .cont{
	opacity:1;
	visibility:visible
}

.if_item .cont ul > li{
	margin:14px 0 0
}

.if_item .cont ul > li:first-child{
	margin:0
}

.if_item .cont ul > li > a{
	display:block;
	font-size:13px;
	color:#040707;
	font-weight:500
}

div.fx-sections_wrap{
	padding:30px 0;
	border-top: 1px solid #e7e8e8;
}

div.fx-sections{
	display:table;
	width:100%;
	table-layout:fixed;
}

div.fx-sections > div{
	display:table-cell;
	padding:0 28px;
	text-align:center;
	vertical-align:top;
	border-left:1px solid #e4e5e5;
}

div.fx-sections > div:first-child{
	border:0
}

div.fx-sections .photo{
	display:block;
	margin:0 auto 15px;
	border-radius:200px;
	max-width:100%;
	height:auto
}

div.fx-sections h2{
	font-size:22px;
	position:relative;
	padding:0 0 10px;
	font-weight:normal;
	font-family: 'champagne__limousines_bold-webfont';
	letter-spacing:0;
	color: #444;
}
div.fx-sections > div:hover h2{
	color: #222;}

div.fx-sections h2:after{
	content:' ';
	height:0;
	border-bottom:1px solid #eed5dd;
	width:84px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-42px;
}

div.fx-sections .h_act_zone{
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	padding:20px 0
}
div.fx-sections .h_act_zone > div{color: #888;font-size: 14px;}

div.photo-block{
	height:530px;
}

div.photo-block .swiper-container{
	height:100%
}

div.photo-block .swiper-slide{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

div.photo-block .swiper-slide:after{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
}

div.photo-block .swiper-slide > .container{
	height:100%;
}

div.photo-block div.swiper-container-content{
	display:table;
	width:100%;
	height:100%;
	position:relative;
	z-index:56
}

div.photo-block div.swiper-container-content > div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:100%;
	color:#fff;
	font-size:18px;
	line-height: 2em;
	padding: 0 260px;
}

div.photo-block div.swiper-container-content h2{
	font-size:45px;
	position:relative;
	letter-spacing:2px;
	margin-bottom:40px;
}

div.photo-block div.swiper-container-content h2:after{
	content: '';
	width:84px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:-22px;
	margin-left:-42px;
	opacity:0.5
}

div.photo-block div.swiper-container-content .more_place{
	padding:20px 0 0
}

div.photo-block .swiper-button-prev{
	width:46px;
	height:46px;
	background:url(../images/ico_6.png) 0 0 no-repeat;
	margin-top:-23px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}

div.photo-block .swiper-button-prev:hover{
	opacity:1;
	left:9px;
}

div.photo-block .swiper-button-next{
	width:46px;
	height:46px;
	background:url(../images/ico_7.png) 0 0 no-repeat;
	margin-top:-23px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}

div.photo-block .swiper-button-next:hover{
	opacity:1;
	right:9px;
}

div.photo-block .swiper-button-disabled{
	display:none
}

div.section{
	padding:4% 0
}

div.section_dark_style{
/*	background:url(../images/dec_1.png) center center no-repeat #000;*/
	background-size:contain
}

div.gallery_blocks{
	margin-top:-14px;
}

div.gallery_blocks > div{
	margin-top:14px;
}

div.gallery_blocks a{
	display:block;
	border:1px solid #7b7c7c;
	position:relative;
	color:#fff;
	font-size:13px;
	text-decoration:none !important
}

div.gallery_blocks a img{
	display:block;
	width:100%;
	height:auto
}

div.gallery_blocks .cont{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	text-align:center;
	opacity:0;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}

div.gallery_blocks a:hover .cont{
	opacity:1
}

div.gallery_blocks .cont_layout_wrap{
	display:table;
	width:100%;
	height:100%;
}

div.gallery_blocks .cont_layout{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:25px;
}
.title_cpt {
	text-align: center;
	margin-bottom: 30px;
	font-size:18px;
    color: #040707;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Raleway';
}

div.gallery_blocks .title{
	display:block;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:15px;
	position:relative;
	padding:0 0 10px;
	font-family: 'champagne__limousines-webfont';
}

div.gallery_blocks .title:after{
	content: '';
	width:84px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-42px;
	opacity:0.5
}

div.categories-swiper .swiper-slide{
	height:460px;
}

.gogogogo{
	display:none !important
}

.mCSB_dragger{
	width:33px !important;
	height:33px !important;
	background: url(../images/ico_12.png) center center no-repeat #000;
	border-radius:33px;
	top:-9px
}

.mCSB_dragger_bar{
	display:none !important
}

.mCSB_inside > .mCSB_container{
	margin:0 auto !important;
	overflow:visible !important
}

.categories-swiper-container{
	height:500px;
	background:#fff;
	position:relative
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	left:0% !important;
	right:0% !important;
	height:33px !important;
	z-index:899
}

.categories-swiper-left-gradient{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background: rgba(255,255,255,1);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(19%, rgba(255,255,255,1)), color-stop(100%, rgba(254,254,254,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(254,254,254,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(254,254,254,0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(19%, rgba(255,255,255,1)), to(rgba(254,254,254,0)));
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(254,254,254,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=1 );
	width:15%;
	z-index:698;
	display:none
}

.categories-swiper-right-gradient{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background: rgba(254,254,254,0);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,254,254,0)), color-stop(81%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(254,254,254,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(254,254,254,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,254,254,0)), color-stop(81%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
	background: linear-gradient(to right, rgba(254,254,254,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffffff', GradientType=1 );
	width:15%;
	z-index:698;
	display:none
}

.categories_title{
line-height: 50px;

font-size: 36px;
	color:#000;
	text-align:center;
	font-weight:200;
	margin:0;
	position:relative;
	bottom:-10px;
	padding: 30px 0;
}
.categories_title .small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.categories-swiper-next.swiper-button-disabled ,
.categories-swiper-prev.swiper-button-disabled {
	opacity:0;
}
.categories-swiper-prev{
	height:44px;
	background: url(../images/ico_13.png) 0 0 no-repeat;
	margin-top:-22px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	position:absolute;
	left:30px;
	bottom:0;
	z-index:999;
	cursor:pointer;
	line-height:44px;
	padding:0 0 0 54px;
	font-size:16px;
	font-family: 'champagne__limousines_bold-webfont';
	letter-spacing:2px;
}

.categories-swiper-next{
	height:44px;
	background: url(../images/ico_14.png) 100% 0 no-repeat;
	margin-top:-22px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	position:absolute;
	right:30px;
	bottom:0;
	z-index:999;
	cursor:pointer;
	line-height:44px;
	padding:0 54px 0 0;
	font-size:16px;
	font-family: 'champagne__limousines_bold-webfont';
	letter-spacing:2px;
}



#main_filter_form > .row > .col-sm-4 .range-slider-icons > div span{ display: block; width:32px; height:32px; }
#main_filter_form > .row > .col-sm-4 .range-slider-icons > div span i{ display: block; width: 32px; height: 32px; }

#main_filter_form > .row > .col-sm-4:nth-child(1) .range-slider-icons > div:nth-child(1) span i{ background: url(../picture/sukaic.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(1) .range-slider-icons > div:nth-child(2) span i{ background: url(../picture/montavimo_budas_1.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(1) .range-slider-icons > div:nth-child(3) span i{ background: url(../picture/montavimo_budas_2.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(1) .range-slider-icons > div:nth-child(4) span i{ background: url(../picture/montavimo_budas_3.png) no-repeat center; }

#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(1) span i{ background: url(../picture/sukaic.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(2) span i{ background: url(../picture/pinteles_plotis_1.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(3) span i{ background: url(../picture/pinteles_plotis_2.png) no-repeat center; }

#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(4) span i{ background: url(../picture/pinteles_plotis_3.png) no-repeat center; }

#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(5) span i{ background: url(../picture/pinteles_plotis_10.png) no-repeat center; }

#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(6) span i{ background: url(../picture/pinteles_plotis_4.png) no-repeat center; }

#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(7) span i{ background: url(../picture/pinteles_plotis_5.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(8) span i{ background: url(../picture/pinteles_plotis_6.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(2) .range-slider-icons > div:nth-child(9) span i{ background: url(../picture/pinteles_plotis_7.png) no-repeat center; }

#main_filter_form > .row > .col-sm-4:nth-child(3) .range-slider-icons > div:nth-child(1) span i{ background: url(../picture/sukaic.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(3) .range-slider-icons > div:nth-child(2) span i{ background: url(../picture/dubenu_skaicius_1.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(3) .range-slider-icons > div:nth-child(3) span i{ background: url(../picture/dubenu_skaicius_2.png) no-repeat center; }
#main_filter_form > .row > .col-sm-4:nth-child(3) .range-slider-icons > div:nth-child(4) span i{ background: url(../picture/dubenu_skaicius_3.png) no-repeat center; }
div.content_custom_scroll{
	width:100%;
	height:300px;
}

ul.categories_products_list{
	list-style:none;
	display:table;
}

ul.categories_products_list > li{
	display:table-cell;
	padding-top:30px;
}

ul.categories_products_list > li a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#000;
	text-decoration:none !important;
	background:#fff;
	padding:6px;
	position:relative
}

ul.categories_products_list > li a img{
	display:block;
	border-radius:7px;
	width:auto;
	height:174px
}

ul.categories_products_list > li a span{
	display:block;
	padding:10px 0
}

ul.categories_products_list > li a:hover{
	-webkit-transform:scale(1.2);
	    -ms-transform:scale(1.2);
	        transform:scale(1.2);
	z-index:98;
	font-family: 'raleway-bold';
}

div.range-sliders-filter{
	padding:30px 0
}

div.range-sliders-filter .title{
	text-align:center;
	margin:0 0 5px;
	font-size:14px;
	font-family: 'champagne__limousines_bold-webfont';
}

div.products_blocks > div{
	padding:40px 0;
	border-top:2px solid #d3d3d3
}

div.products_blocks > div:first-child{
	padding-top:0;
	border:0
}

div.products_blocks .photo > div {
position: absolute;
	top:0;
	left:0;
	    width: 100%;
}
.products_blocks > div > .row > .col-xs-12.col-sm-6 {
    height: 350px;
    position: relative;
    width: 600px;
    padding: 0 50px;
}
.products_blocks > div > .row > .col-xs-12.col-sm-6 > img, .products_blocks > div > .row > .col-xs-12.col-sm-6 > p > img {
    height: 350px;
    max-height: 350px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
#product-cart-section div.products_blocks .photo {

    display: block;
    position: absolute;
    width: 400px;
    top: 60px;
    left: 95px;

}

.pagination { padding:20px 0 60px; text-align: center; overflow: hidden; }

.pagination a {

    vertical-align: middle;
    font-size: 15px;
    line-height: 32px;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    text-align: center;
    color:#333;

border: 1px solid #333;

margin-left: 5px;

border-radius: 50px;

background:transparent;

}

.pagination a.a1{ line-height:30px; height:30px; margin-top:0; padding:0 12px; }

.pagination a:hover{ text-decoration:none; color:#000; background:#f1f1f1; border: 1px solid #c21727; color: #c21727}

.pagination span {
    vertical-align: middle;
    line-height: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    color: #fff;
margin-left: 5px;
background: #c21727;
border-radius: 50px;
width: 32px;
border: 1px solid #c21727;
    font-size: 15px;
}

div.products_blocks .photo img{
	display:block;
	width:100%;
	height:auto;
	border-radius:9px;
}

div.products_blocks .cont h3{
	font-size:25px;
	color:#838181;
	font-weight:200;
	text-transform:none;
	margin:0
}

div.products_blocks .cont .titles {
	margin-bottom:5px;
}
div.products_blocks .cont h2:first-child {
	margin-left:0;
}
div.products_blocks .cont h2:hover a {
	color: red;
}
div.products_blocks .cont h2 a {
	color: #000;
	text-decoration:none;
}
div.products_blocks .cont h2{
    font-size: 28px;
    color: #000;
    text-transform: none;
    margin: 0;
    margin-left: 10px;
	font-family: 'Raleway';
}
.photo.products_blocks_form {

    display: block;
    width: 370px;
    height: 228px;
    position: relative;
    top: 15px;

}

.col-xs-12.col-sm-8.cont.products_block_R {

    padding: 0 0px 0 40px;

}
ul.pallete_selections{
	padding:10px 0 30px;
	list-style:none;
	
	margin:-6px 0 0 -2px;
}
ul.pallete_selections:after{content: '';display: block;clear: both}
ul.pallete_selections li{
	float:left;
	    margin: 6px 0 0 1px;
}

ul.pallete_selections li > a{
	display:block;
	text-decoration:none !important;
	position:relative;
	height: 60px;
}

ul.pallete_selections li > a > img{
	display:block;
	border:2px solid #fff;
	border-radius:9px;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s
}

ul.pallete_selections li > a span{
	display:block;
	font-size:11px;
	width:100%;
	opacity:0;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	text-align:center;
	position:absolute;
	background:#fff;
	white-space: nowrap;
	
}

ul.pallete_selections li.hidden_color_name > a span{
	opacity:0 !important
}

ul.pallete_selections li.selected > a{
	cursor:default
}

ul.pallete_selections li:hover > a img,
ul.pallete_selections li.selected > a img{
	border-color:red;
}

ul.pallete_selections li:hover > a span,
ul.pallete_selections li.selected > a span{
	opacity:1
}



ul.product-icoins.inner  li > a {
width: 36px;
height: 36px;
}
ul.product-icoins{
	padding:10px 0;
	list-style:none;
	overflow:hidden;
	margin:-3px 0 0 -3px;
}

ul.product-icoins li{
	float:left;
	margin:3px 0 0 3px;
}

ul.product-icoins li > a{
	display:block;
    width: 36px;
    height: 36px;
	border-radius: 5px;
	padding:4px;
	background:#63605d ;
	position:relative;
}

ul.product-icoins li > a > img{
	display:block;
	border-radius: 3px;
	
}

ul.product-icoins li.selected > a{
	cursor:default
}

ul.product-icoins li:hover > a,
ul.product-icoins li.selected > a{
	background:#e80318;
}

div.product_qtip_content{
	display:none
}

div.product-qtip{
	background-color: #fff;
    border: 1px solid #cecece;
    color: #555;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
}
div.product-qtip p{margin: 0;font-size: 14px;}
div.product-qtip .qtip-content{
	padding:7px;
}

div.pq-grid{
	display:table
}

div.pq-grid > div{
	display:table-cell;
	vertical-align:top
}

div.pq-grid > div.photo{
	width:1%;
	padding-right:20px;
}

div.pq-grid > div strong{
	color:#000;
	display:block;
	margin-bottom:8px;
	font-size:12px;
}

div.product-gallery .swiper-slide{
	background-color:#fff;
}

div.product-gallery .swiper-slide a{
	display:block
}

div.product-gallery .swiper-slide img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto
}

div.product-gallery-pagination-wrap{
	text-align:center
}

div.product-gallery-pagination{
	overflow:hidden;
	display:inline-block;
}

div.product-gallery-pagination span{
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	margin:0 5px 10px;
}

div.product-gallery-pagination span img{
	border:2px solid #fff;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	border-radius:11px;
}

div.product-gallery-pagination span.selected img,
div.product-gallery-pagination span:hover img{
	border-color:#c21727;
}

div.product-gallery-pagination span span{
	display:block;
	opacity:0;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	padding-top:3px;
}

div.product-gallery-pagination span.selected span,
div.product-gallery-pagination span:hover span{
	opacity:1
}

div.index-fancy-blocks.mod{
	height: auto;
	margin:0;
	border:0
}

div.index-fancy-blocks.mod .row > div{
	height:auto
}

div.index-fancy-blocks.mod .if_item{
	top: auto
}

div.product-relative-carusel{}

div.product-relative-carusel .swiper-slide{
	width:auto
}

div.product-relative-carusel .swiper-slide a{
	display:block;
	text-decoration:none !important
}

div.product-relative-carusel .photo{
display: block;
position: relative;
height: 125px;
margin-bottom: 10px;
padding: 20px;
background:
#fff;
}

div.product-relative-carusel .photo img{
	display:block;
	height:100%;
	width:auto;
	margin:0 auto
}

div.product-relative-carusel .title{
	text-align:center;
	display:block
}

div.product-relative-carusel-left-gradient{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background: rgba(255,255,255,1);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(19%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(19%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=1 );
	width:15%;
	z-index:698
}

div.product-relative-carusel-right-gradient{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background: rgba(255,255,255,0);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(81%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(81%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffffff', GradientType=1 );
	width:15%;
	z-index:698
}

div.product-relative-carusel .swiper-button-prev{
	height:44px;
	width:auto;
	background: url(../images/ico_13.png) 0 0 no-repeat;
	margin-top:-22px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	position:absolute;
	left:2px;
	bottom:0;
	z-index:999;
	cursor:pointer;
	line-height:44px;
	padding:0 0 0 44px;
	font-weight:600;
	font-size:16px;
}

div.product-relative-carusel .swiper-button-prev:hover{
	left:0
}

div.product-relative-carusel .swiper-button-next{
	height:44px;
	width:auto;
	background: url(../images/ico_14.png) 0 0 no-repeat;
	margin-top:-22px;
	opacity:0.8;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	position:absolute;
	right:2px;
	bottom:0;
	z-index:999;
	cursor:pointer;
	line-height:44px;
	padding:0 0 0 44px;
	font-weight:600;
	font-size:16px;
}

div.product-relative-carusel .swiper-button-next:hover{
	right:0
}

div.vuriodm{
	border-bottom:1px solid #c7c7c7;
	-webkit-box-shadow: inset 0px 12px 22px -13px rgba(0,0,0,0.5);
	box-shadow: inset 0px 12px 22px -13px rgba(0,0,0,0.5);
}

div.sectioana{
/*	padding:0 0 50px;*/adding:0 0 0 0;
	position:relative
}

div.sectioana:after{
	content:' ';
	position:absolute;
	left:0;
	top:-38px;
	right:0;
	height:115px;
	background: rgba(255,255,255,0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(240,240,240,1)));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}

.sectioana.product_c_sectioana:after {
  content: '';
  display: none;
}
.sectioana.product_c_sectioana {
  /*background: #eee;*/
}
div.product_content_vuriodm {
    border: 0 none;
}
div.product_content_vuriodm div.index-fancy-blocks {
    margin: 0 auto;
    border: 0 none;
}
.que_separator{
	padding:0 50px;
	vertical-align:top;
}

.que_separator > div{
	position:relative;
	width:0;
	height:0;
	z-index:896
}

.que_separator > div > div{
	position:absolute;
	font-family: "champagne__limousines-webfont";
    font-weight: normal;
    letter-spacing: 2px;
	text-transform:uppercase;
	font-size:22px;
	top:-36px;
	white-space:nowrap
}

.que_separator .previous_cat{
	right:116px;
	display:none
}

.que_separator .next_cat{
	left:116px;
	display:none
}



ul.socials{
	list-style:none;
	overflow:hidden
}

ul.socials > li{
	float:left;
	margin:0 0 0 12px;
}

ul.socials > li:first-child{
	margin:0
}

ul.socials > li > a{
	display:block;
	opacity:0.5
}

ul.socials > li > a > img{
	display:block;
	width:30px;
	height:30px;
}

ul.socials > li:hover > a{
	opacity:1
}

ul.footer_menu{
	list-style:none;
	overflow:hidden;
	position:relative;
	left:-15px;
}

ul.footer_menu > li{
	float:left;
}

ul.footer_menu > li > a{
	font-size:17px;
	font-weight:normal;
	display:block;
	padding:0 16px;
	border-left:1px solid #fff;
	font-family: 'champagne__limousines-webfont';
}

ul.footer_menu > li:first-child > a{
	border:0
}



input, select, textarea {
	outline:none !important;
}

input[type="text"]{}

div.range-slider-container{
	position:relative;
	padding:0 24px;
	background:url(../images/border_3.png) 0 center repeat-x;
	border-left:1px solid #6c6c6c;
	border-right:1px solid #6c6c6c;
	height:17px !important;
	z-index:18
}

.range-slider{
	height:68px !important;
	height:17px !important;
}

.range-slider .ui-slider-range{
	height:3px !important;
	background:#000 !important;
	top:7px !important;
}

.range-slider .ui-slider-handle{
	height:17px !important;
	width:17px !important;
	border-radius:17px !important;
	background:#000 !important;
	top:0 !important;
	cursor:pointer !important
}

.range-slider .ui-slider-range + .ui-slider-handle{
	display:none
}
h2.filter_style {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
div.range-slider-icons-container{
	padding:10px 0 0;
}

div.range-slider-icons .lang_size {
		line-height: 1.2em;
	    font-size: 12px;
	    visibility:hidden;
	    opacity:0;
	    -webkit-transition:all ease-in-out 0.2s;
	    -o-transition:all ease-in-out 0.2s;
	    transition:all ease-in-out 0.2s;
}
div.range-slider-icons {
    display: block;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

div.range-slider-icons > div:hover .lang_size {
	visibility:visible;
	opacity:1;
}
div.range-slider-icons > div {

    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 2px;
    width: 40px;

}
#main_filter_form .col-xs-12.col-sm-4 {
    padding: 0 10px;
}
div.range-slider-icons > div > span{
	cursor:pointer;
	display:block;
	margin:0 auto 5px;
	border-radius:5px;
	background:#63605d;
	max-width:32px;
	padding:4px;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
div.range-slider-icons > div.on > span {
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
}
div.range-slider-icons > div > span img{
	display:block;
	max-width:100%;
	height:auto;
}

div.range-slider-icons > div.selected > span{
	background:#000
}



h1{
	text-transform:uppercase;
	font-weight:500;
	line-height:1.2;
	margin:0 0 0.5em;
	font-family: 'champagne__limousines-webfont';
	letter-spacing:1px
}

h2{
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.2;
	margin:0 0 0.5em;
	font-family: 'champagne__limousines_bold-webfont';
	letter-spacing:1px
}

h3{
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.2;
	margin:0 0 0.5em;
	font-family: 'champagne__limousines-webfont';
	letter-spacing:1px}

h4{
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.2;
	margin:0 0 0.5em;
	font-family: 'champagne__limousines-webfont';
	letter-spacing:1px
}

.decored_title{
	font-size:41px;
	display:inline-block;
	color:#000;
	font-weight:300;
	position:relative;
	padding:15px 140px;
	margin-bottom:40px;
}

.decored_title:before{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:6px;
/*	background:url(../images/border_2.png) 0 0 repeat-x*/
}

.decored_title:after{
	content:' ';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:6px;
/*	background:url(../images/border_2.png) 0 0 repeat-x*/
}

.main_title{
	font-size:48px;
	font-weight:300;
	text-transform:none
}



.news_cont_tit{border:1px solid #e3e3e3;background:#f5f5f5;margin:0 auto 25px;padding:10px;font-size:15px;color:#666;line-height:1.8em;}
.news_content img {
  max-width: 100%;
}
.news_content p{font-size: 15px;line-height: 2.5em;margin: 0;}
.news_content a{font-size: 15px;line-height: 2.5em;}

.ext_button{
	display:inline-block;
	height:2em;
	line-height:2em;
	padding:0 1em;
	position:relative;
	text-decoration:none !important;
	font-family: 'champagne__limousines_bold-webfont';
	letter-spacing:1px;
}

.ext_button .ico{
	position:absolute;
	top:0;
	width:1.5714em;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat
}

.ext_button .ico.left{
	left:0
}

.ext_button .ico.left + span{
	display:block;
	padding:0 0 0 0.7857em;
}

.ext_button .ico.right{
	right:0
}

.ext_button .ico.right + span{
	display: block;
	padding:0 0.7857em 0 0;
}

.ext_button.white_style{
	background:#eaeaea;
	color:#000;
}

.ext_button.white_style .ico{
	background-position:center center;
	background-repeat:no-repeat
}

.ext_button.white_style:hover{
	background:#fff
}

.ext_button.black_style{
	background:#000;
	color:#fff;
}
div.fx-sections > div:hover .ext_button.black_style{
	background:#c21727;}

.ext_button.black_style .ico{
	background-position:center center;
	background-repeat:no-repeat
}

.ext_button.black_style:hover{
}

.ext_button.red_style{
	background:#c21727;
	color:#fff;
}

.ext_button.red_style .ico{
	background-position:center center;
	background-repeat:no-repeat
}

.ext_button.red_style:hover{
	background:#ed3f4f
}

a.styled_link{
	background-repeat:no-repeat;
	display:inline-block
}

a.styled_link.right_ico{
	background-position:right;
	padding:0 21px 0 0;
}

a.styled_link.left_ico{
	background-position:left;
	padding:0 0 0 21px;
}

a.styled_link.ico_1{
	background-image:url(../images/ico_1.png);
}



.d_block{
	display:block
}

.uppercase{
	text-transform:uppercase
}

.d_inl_block{
	display:inline-block
}

br.cleaner {
	display:block;
	clear:both
}

br.small_br {
	font-size:6px;
	line-height:1
}

.pointer {
	cursor:pointer
}

.cleaner {
	display:block;
	clear:both
}

.nopadd {
	padding:0 !important
}

.noborg {
	border:0 !important
}

.nobg {
	background:none !important
}

.nomarg {
	margin:0 !important
}

.nowrap {
	white-space:nowrap
}

.dinamic {
	overflow:auto;
	width:100%
}

.align-center{
	text-align:center
}

.align-left{
	text-align:left
}

.center {
	margin:0 auto
}

.fl {
	float:left
}

.fr {
	float:right
}

.no_float{
	float:none !important
}

.cursor_def{
	cursor:default !important
}

.v_align{
	vertical-align:middle
}

hr{
	display:block;
	clear:both;
	margin:25px 0;
	height:0;
	border:0;
	border-bottom:1px solid #d3d3d3
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

input.hidden_submit{
	font-size:0;
	border:0;
	padding:0;
	margin:0;
	position:absolute;
	left:-10000px;
	top:-10000px;
}



.trbucet{
	font-family:"Trebuchet MS"
}

.bold {
	font-weight:700
}

.f_normal{
	font-weight:normal
}

.f_9 {
	font-size:9px;
}

.f_10 {
	font-size:10px;
}

.f_11 {
	font-size:11px;
}

.f_12 {
	font-size:14px;
}

.f_13 {
	font-size:13px;
}

.f_14 {
	font-size:14px;
}

.f_15 {
	font-size:15px;
}

.f_16 {
	font-size:16px !important;
}

.f_17 {
	font-size:17px;
}

.f_18 {
	font-size:18px;
}

.f_19 {
	font-size:19px;
}

.f_20 {
	font-size:20px;
}

.f_21 {
	font-size:21px;
}

.f_22 {
	font-size:22px;
}

.f_23 {
	font-size:23px;
}

.f_24 {
	font-size:24px;
}

.f_25 {
	font-size:25px;
}

.f_26 {
	font-size:26px;
}

.f_27 {
	font-size:27px;
}

.f_28 {
	font-size:28px;
}

.f_29 {
	font-size:29px;
}

.f_30 {
	font-size:30px;
}

.f_6 {
	font-size:6px !important
}


.mobile_hier .hier_cont{display: none;}
.grey_bg{
	background:#eee
}

.grey_color{
	color:#838181
}
.main_title.align-center > span.grey_color{padding-right: 20px;

display: inline-block;}

.main_title.align-center > span.grey_color:nth-last-child(2){display: none;}
.black_color{
	color:#000
}

.pink_color{
	color:#d37275
}



.news_list {padding: 20px 0;}
.news_list .row {margin:0;}
.news_list .item {
    padding:3px;
}
.news_list .item a {
	display:block;
	height:260px;
	overflow:hidden;
	position:relative;
}
.news_list .item.bigger a {
	height: 526px;
}
.news_list a .cont .hidden {
	display:block;
	height:0;
	overflow:hidden;
}
.news_list a .cont .date {
    width: 74px;
    height: 74px;
    clear: both;
    position: absolute;
    z-index: 3;
    top: -60px;
    right: 30px;
    border: 1px solid #444444;
    background-color: #171717;
    text-align: center;
    padding-top: 5px;
    overflow: hidden;
	border-radius:150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news_list a .cont img {
    position: absolute;
    left: 10px;
    bottom: 10px;
	width: 100px;
	display:none;
}
.news_list a .cont .date .day {
    display: block;
    font-size: 26px;
    text-indent: -5px;
}
.news_list a .cont .date .month {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-indent: 5px;
}
.news_list a .cont .title {
	display:block;
	padding: 15px 0;
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
}

.news_list .bigger a .cont .title{padding: 15px 0;}
.news_list a .cont{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(194,23,39,0.8);
	padding:0 10px;
	color:#fff;
	font-size:14px;
}

.top_photo {
	min-height:380px;
	background:#ECECEC;
	background-size:cover;
	background-position:center center;
}
.top_photo.has-text .title {
	padding:60px 0;
}
.top_photo .title {
	color:#ffffff;
	font-size:60px;
	font-family: 'champagne__limousines-webfont';
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	padding:127px 0;
}
.top_photo .text {
	color:#ffffff;

}

.inner-menu {
	border-bottom:1px solid #999999;
}
.inner-menu ul {
	list-style:none;
	text-align:center;
	margin-bottom:-1px;
}
.inner-menu ul > li {
	display:inline-block;
	padding:0 60px;
}
.inner-menu ul > li.selected > a,
.inner-menu ul > li:hover > a {
	color:#c21727;
	border-bottom:2px solid #b73945;
}
.inner-menu ul > li > a {
	display:block;
	font-size:16px;
	color:#040707;
	font-family: 'champagne__limousines_bold-webfont';
	padding: 12px 0;
	text-decoration:none !Important;
	border-bottom:2px solid transparent;
}

.colors .row {
	text-align:center;
}
.colors .color .new {
	position:absolute;
	top:0;
	right:0;
	background:#b81537;
	color:#fff;
	text-transform:uppercase;
	font-family: 'ralewayregular';
	font-size:14px;
	padding: 5px;
	cursor:default;
}
.colors .color {
	width:10%;
	float:none;
	display:inline-block;
	vertical-align: top;
	padding:9px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	position:relative;
}
.colors .color .title {
	color:#000000;
	font-family: 'ralewayregular';
	font-size:12px;
	padding: 13px 0;
}
.colors .color .ph {
	border-radius: 4px;

}
.colors .color .ph img {
	width:100%;
	height:auto;
}
.tooltipdata img {
	width:100%;
	height:auto;
}
.tooltipdata .title {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:18px;
	font-family: 'ralewayregular';
	padding: 14px 20px;
}
.tooltipdata {
	display:block;
	width:328px;
	height:328px;
	position:relative;
}
.tooltipster-light {    overflow: hidden !important;}
.tooltipster-light .tooltipster-content {
	padding:0 !Important;
}

.back_image_block:after {
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}
.back_image_block.noblue {
	color:#000;
	height:auto;
}
.back_image_block.noblue:after {
	display:none;
}
.back_image_block .container h2 {

	font-family: 'champagne__limousines_bold-webfont';
	font-size:41px;
	margin:0;
	padding: 14px 0;
}
.back_image_block .container {
	position:relative;
	z-index:500;
	padding:35px 0;
}
.back_image_block {
	position:relative;
	color:#fff;
	
	font-family: 'ralewayregular';
}

.text_image_block > img {
	width:100%;
	height:auto;
}
.text_image_block .container {
	padding-bottom:20px;
}
.text_image_block {

}



.block-form {}
.block-form .form textarea,
.block-form .form input{
	display:block;
	font-size:14px;
	font-family: 'ralewayregular';
	color:#3b597b;
	line-height: 20px;
	height: 35px;
	background:#f5f7f7;
	padding: 3px 12px;
	border: 1px solid #c4ccd0;outline:none;
}
.block-form .form textarea{
	width:100%;resize: vertical;height: 70px;line-height: 20px;  padding:11px;font-family: 'ralewayregular';-webkit-box-sizing:border-box;box-sizing:border-box;
}
.block-form .form input{
	width:100%;
	font-family: 'ralewayregular';
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.block-form .form textarea.error,
.block-form .form input.error{border:1px solid red;color:red;}
.block-form .form > div > div {padding:0 0px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;}

.block-form .form .box-full input {
  width: auto;
  margin-left: auto;
  background: #111;
  border: 0 none;
  color: #fff;
}
.box-full {
  padding: ;
}
.block-form .form .box-full input:hover {
  background: #c21727;
  cursor: pointer;
}
.box-4-12 {width:33.3333%;float:left;}

.pdfs_page {}
.h_act_zone{padding: 0 0 20px;}
.pdfs_page h2 {
    margin: 10px 0;
    display: block;
    min-height: 72px;
    font-size: 22px;
}
.pdfs_page .tac {
	text-align:center;
}
.pdfs_page .ph {
	width:100%;
	height:auto;
}

.ionpure_bg{background: url(../images/Apievirs-3.2.png) no-repeat center/cover;width: 100%;height: 380px;}
.ionpure_l {
  width: 35%;
  float:left;
}
.ionpure_r {
  width: 65%;
  float:left;
}
.ionpure_l img,.ionpure_r img{width: 100%;display: block;}
.ionpure_l > div{width: 95%;padding:5% 5% 5% 0;}
.ionpure_r > div{float: left;width: 23%;padding: 2% 1%;}
.ionpure_r:after,.ionpure_page:after {
  content: '';
  display: block;
  clear: both;
}
.ionpure_page{
	padding: 50px 0;
}
.ionpure_bottom {
    display: block;
    clear: both;
    text-align: right;
    font-size: 13px;
    color: #666;
}
div.flexed-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	
}


.hier-row {
	
	display: flex;
	justify-content: space-between;
	
}

.hier-element {
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
	flex: 1;
}

.hier_cont.on{display: none;}

.SILICSANA_page{padding: 30px 0 0;}
.SILICSANA_page:after {
  content: '';
  display: block;
  clear: both;
}
.SILICSANA_ico {
    display: inline-block;
    width: 195px;
    text-align: center;
    vertical-align: top;
}
.SILICSANA_ico > i{width: 100px;height: 100px;display: block;border-radius: 50%;margin: 0 auto;padding: 20px;background: #010101;overflow: hidden;}
.SILICSANA_ico > i > img{width: 100%;}
.SILICSANA_ico > p > i{font-size: 22px;display: block;font-style: normal;line-height: 50px;color:#333;}
.SILICSANA_ico > p{
  color: #888;
  font-size: 14px;line-height: 1.5em;
}
.col-xs-12.col-sm-8.cont.products_block_R > div > br {
    display: none;
}

@media (max-width:1600px) {
div.index-slider{height:620px;}}
@media only screen and (max-width: 1400px){
	div.index-slider{height:540px;}
}
@media only screen and (max-width: 1440px){
	div.index-slider{height:559px;}
}
@media only screen and (max-width: 1366px){
	div.index-slider{height:530px;}
}
@media only screen and (max-width: 1500px){
	div.index-slider{height:580px;}
}


@media (max-width:1280px) {
div.index-slider{height:497px;}}
@media (max-width:1280px) {
div.index-slider{height:497px;}}

@media (max-width: 768px) {

	body,
	html,
	#page{
		height:auto !important
	}
.col-xs-12.col-sm-8.cont.products_block_R > div > br {
    display: block;
}
	.popup .pic{display: block;width: 90%;margin: 8% auto;position:relative;}

	.KRQuheC strong{font-size: 22px !important;padding: 0.3em 0;margin-top: 1em !important;}
	.KRQuheC p{font-size: 15px !important;color: #555;margin: 0.5em;}
	#header{
		height:68px;
	}

	a.logo{
		height: 53px;
    	top: 7px; left:15px;
		background-size:contain
	}
	.popup img {width:100%;height:auto;position:relative;z-index:500;}
	.mob_menu_opened{
		overflow:hidden
	}

	.mob_menu_opened #footer{
		-webkit-transform:translate(-80%);
		    -ms-transform:translate(-80%);
		        transform:translate(-80%);
	}

	a.smart_menu_caller{
		position: absolute;
		right:0;
		top:0;
		width:76px;
		height:68px;
		z-index:569;
		background: url(../images/sm_m_cler.png) center center no-repeat
	}

	#page{
		background:#fff;
		z-index:5;
		-webkit-transition:all ease 0.5s;
		-o-transition:all ease 0.5s;
		transition:all ease 0.5s;
		    overflow-x: hidden;
	}

	div.mob_nav_container{
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		overflow-y: auto;
		z-index:1;
		padding-left:20%;
		background:#2a2d2d ;
		text-align:center;
		display:none
	}

	.mob_menu_opened div.mob_nav_container{
		display:block
	}

	div.mob_nav_container div.header_elements{
		position:static
	}

	div.mob_nav_container div.header_elements > div{
		margin:0 0 30px;
		float:none
	}

	div.mob_nav_container ul.main_menu{
		height:auto; float:none;
	}

	ul.main_menu > li{
		float:none
	}

	ul.main_menu > li > a{
		color:#fff;
		text-transform:uppercase;
		border-top:1px solid #484848;
		padding:10px 0
	}

	ul.main_menu > li > a > span{
		padding:0;
		background:none !important
	}

	ul.langs{
		display:inline-block; float:none;
	}

	ul.langs > li > a{
		border-color:#fff;
		color:#fff
	}

	div.header_content{
		display:none
	}

	div.index-slider{
		height:240px;
	}

	div.index-slider div.swiper-container-content > div{
		padding:30px;
		font-size:13px;
	}

	div.index-slider div.swiper-container-content h2{
		font-size:21px;
	}

	.SILICSANA_ico{margin-bottom: 2em !important;width: 185px !important}

	div.index-slider .swiper-button-prev,
	div.index-slider .swiper-button-next{
		display:none
	}

	div.index-fancy-blocks{
		height:auto
	}

	div.index-fancy-blocks .row > div{
		height:auto
	}
	.news_list .item.bigger a {
    height: 260px;
    background-position: center !important;
}
.if_item .cont {

    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: auto;

    max-height: 0;
}
.hier-element:hover	.if_item .cont{max-height:500em;opacity: 1}

	.if_item .cont > div{
		padding:15px 0;
	}

	div.index-fancy-blocks .if_icon{
	/*	background:#000 !important;*/
		width: 60px;
		height: 60px;
		margin: 0 auto 0;transition: 0.3s all ease;
	}
	/*div.index-fancy-blocks .hier-element:hover .if_icon{margin: 0 auto 55px}*/
	div.index-fancy-blocks .if_item > .cont,div.index-fancy-blocks .if_item > .if_title{display: none;}
	.ajax_father div.index-fancy-blocks .if_title {
    font-size: 13px;
    display: block;
    line-height: 2em;
}
	.ajax_father div.index-fancy-blocks.mod .if_item{margin: 0 15px;}
	div.index-fancy-blocks .if_icon .ic{
		visibility:visible !important;
		opacity:1 !important;
		display:block !important;
		background-size:100%;
	}

	.ajax_father div.index-fancy-blocks .if_icon .ic{;
		background-size: 100%;}
	div.index-fancy-blocks .if_icon .ic_h{
		display:none !important
	}

	div.fx-sections{
		display:block
	}

	div.fx-sections > div{
		display:block;
		padding:15px;
		border:0;
		border-top: 1px solid #ccc;
	}

	

	div.photo-block div.swiper-container-content > div{
		padding:30px;
		font-size:13px;
	}

	div.photo-block div.swiper-container-content h2{
		font-size:28px;
	}

	div.photo-block .swiper-button-prev,
	div.photo-block .swiper-button-next{
		display:none
	}

	.decored_title{
		padding-left:0;
		padding-right:0;
	}

	#footer_guarantor{
		display:none
		
	}

	#footer{
		margin:0;
		height:auto
	}

	div.footer_content{
		height:auto;
		padding:0;
		text-align:center
	}

	div.footer_content_2{
		overflow: hidden;
	}

	ul.footer_menu{
		position:static
	}

	ul.footer_menu > li{
		float:none
	}

	ul.footer_menu > li > a{
		border:0;
		padding:0;
		text-align:center;
		padding:12px 0;
		border-top:1px solid #484848
	}

	div.footer_socials{
		float:none;
		padding:30px 0;
		text-align:center
	}

	ul.socials{
		display:inline-block
	}

	.categories-swiper-left-gradient{
		width:15px !important;
	}

	.categories-swiper-right-gradient{
		width:15px !important;
	}

	.categories-swiper-prev{
		left:15px;
	}

	.categories-swiper-next{
		right:15px;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		left:15px !important;
		right:15px !important;
	}

	div.products_blocks .photo{
		padding-bottom:25px;
	}

	div.range-slider-icons-container{
		padding-bottom:0px;
	}
.section.download_tit2 .pdfs_page .col-xs-12.col-sm-3 {
  width: 50%;
}
.section.download_tit2 {
  padding: 40px 30px;
}
.pdfs_page h2{min-height: 0;}
.photo.products_blocks_form{max-width: 100%;}
div.range-slider-icons > div{
	margin: 0
}
	div.range-sliders-filter > .row > div:last-child div.range-slider-icons-container{
		padding-bottom:0
	}

	.range-slider .ui-slider-handle{
		width:25px !important;
		height:25px !important;
		top:-5px !important;
		outline:none !important
	}

	.index-fancy-blocks.mod .if_item{
		margin-bottom:30px;
		padding-top:0
	}
	div.index-fancy-blocks .if_item.has-children:hover .if_title a {

    color: #222;

}
	.data-content table {display:block;height: auto !important}
	.data-content table tr {display:block;}
	.data-content table tr td {
		display:block;
		width: 100% !important;
	}
	.block-form {margin:20px 0;}
	.book_iframe {position:relative;}
	.book_iframe img{max-width: 100%;height: auto;;}
	.book_iframe > div > span{font-size: 22px;display: block;text-align: center; }
	.book_iframe:after {
		display:block;
		content:" ";
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		width:0px;
		z-index:1000;
		background: rgba(230, 226, 226, 0.8);
	}
	.book_iframe:before {
		display:block;
		content:" ";
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		width:0px;
		z-index:1000;
		background: rgba(230, 226, 226, 0.8);
	}
	div.index-fancy-blocks .if_item {
		height:auto;
		/*position: static;*/
		top: -30px;
		padding: 0;
		margin: 0em 0;
	}
	.top_photo .title{font-size: 36px;}
	.hier-element{position: static;float: left;width:25%;padding: 0; margin-bottom:4%;}
.hier_cont.on{display: block;text-align: center;margin-bottom: 40px;}
	.hier_cont ul{background: #454545;padding:1em 0;}
	.hier_cont ul li{list-style: none;}
	.hier_cont ul li a{font-size: 14px;color:#eee;line-height: 2em}
	.hier_cont .hier_if_title a{font-size: 18px;display: block;line-height:2em;color: #000;padding-bottom:1em;}
	div.range-slider-icons > div {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 1px;
    width: 34px;
}
#product-cart-section div.products_blocks .photo {

    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%

}
.products_blocks > div > .row > .col-xs-12.col-sm-6 {

    position: relative;
    width: 100%;
    padding: 0;

}

div.products_blocks .photo > div{
    /*position: relative;*/}
.main_title{font-size: 28px; font-weight: normal;}
#product-cart-section{padding-bottom:0}
div.sectioana:after{height: 85px;}
div.index-fancy-blocks.mod .if_item{
	top: 15px;
}
div.product-relative-carusel .photo{
	height: 65px;
}
ul.categories_products_list > li a img{height: 100px;}
.mobile_hier {
    width: 70%;
    margin: 0 auto;
}
#main_filter_form > .row > .col-sm-4 .range-slider-icons > div span {
    display: block;
    width: 26px;
    height: 26px;
}
	#main_filter_form > .row > .col-sm-4 .range-slider-icons > div span i {
    display: block;
    width: 26px;
    height: 26px;
    background-size: cover !important;
}
ul.product-icoins li > a {

    display: block;
    width: 28px;
    height: 28px;}
    ul.product-icoins li > a > img {

    width: 100%;
    height: 100%;

}
	ul.pallete_selections li > a img {width:100%;height:auto;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
	ul.pallete_selections li > a{
		width:36px;
	}
ul.pallete_selections li > a > img{border-radius: 5px;}

	ul.pallete_selections li:nth-child(5n) {
		
	}
	ul.pallete_selections li > a span {
		position:static;
		    white-space: normal;
	}
	div.index-fancy-blocks .if_item .cont ul > li > a {
		color:#fff;
	}
	div.index-fancy-blocks .if_item.has-children:hover .if_title,
	div.index-fancy-blocks .if_item.has-children .if_title {
		color:#000;
		font-size: 18px;
		line-height: 1.5em;
		width: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 80px;
		opacity: 0;transition: 0.3s all ease
	}
 div.index-fancy-blocks	.hier-element:hover .if_item.has-children .if_title {opacity: 1;top: 90px;}
	.colors .color {
		width:25%;
	}
	
	.hier-row {
		
		/*! flex-direction: column; */
		
		display: block;
	}
	
	.hier-row:after{content: '';display: block;clear: both;}
}

@media (min-width: 769px) {

	div.mob_nav_container{
		display:none
	}

}


.pro_more {width:180px;height:40px; text-align: center;line-height:40px;margin:1.8% auto 0; transition:0.5s; background:#000;}
.pro_more a {font-size: 15px;color: #fff;font-weight: lighter;display: inline-block; width: 100%; letter-spacing: 2px; }

.pro_more:hover {width:280px;transition:0.5s; background:#fff;color: #000; letter-spacing: 5px; }
.pro_more:hover a{color: #000;  text-decoration: none !important;}

.clear{clear: both;height: 0;line-height: 0;font-size: 0}
.cl{clear: both;height: 0;line-height: 0;font-size: 0}

@media (min-width: 769px) and (max-width: 992px) {
.popup img{
	max-width: 680px;
}
	div.header_elements > div{
		margin: 0;
	}

	div.header_elements{
		top:50px;
	}

	ul.main_menu{
		position:relative;
		right:-18px;
	}

	div.langs_place{
		position:absolute;
		right:0;
		top:-37px
	}

	div.index-fancy-blocks .if_item{
		font-size:14px;
	}

	.if_item .cont > div{
		padding: 15px 15px 200px;
	}

	ul.footer_menu > li > a{
		font-size:12px;
	}

}
@media (min-width: 993px) and (max-width: 1200px) {}
@media (min-width: 1201px) {}
@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}

@media (max-width: 400px) {
	
	.SILICSANA_ico {
    width: 160px !important;
}
.SILICSANA_ico > p{
  font-size: 13px !important;
}
	
}




/*新闻*/
.news_wrap{ height:100%;  background-attachment: fixed; background-position: center; padding:0% 0 5% 0;}
.news_wrap .news_list{height: auto; overflow: hidden; display: block; padding: 10px; display: block;}
.news_wrap .news_list .date{width: 59px; height:93px; padding:0.6% 0; background: rgba(0, 0, 0, 0.3); float: left;}
.news_wrap .news_list .date .y{width: 59px; height: 30px; line-height: 30px; text-align: center; color: #f7f7f7; font-family: AvantGarde, Myriad Pro;}
.news_wrap .news_list .date .m{width: 39px; height: 21px; margin: 0 auto; line-height: 21px; text-align: center; color: #f7f7f7;}
.news_wrap .news_list .date .d{width: 59px; height: 42px; line-height: 42px; text-align: center; color: #f7f7f7; font-size: 24px;}
.news_wrap .news_list .info{height: 100px; padding-left: 70px; background: rgba(238, 238, 238, 0.3);}
.news_wrap .news_list .info .title{height: 40px; overflow: hidden; padding-top: 10px; line-height: 30px; color: #000; font-size: 16px; text-align: left;}
.news_wrap .news_list .info .brief{height: 40px; line-height: 20px; overflow: hidden; color: #333; padding-right: 10px; text-indent: 25px;}
.news_wrap .news_list .info .brief img{margin-top: 5px;}
.news_wrap .news_list:hover .date{background: rgba(0, 0, 0, 0.5); }
.news_wrap .news_list:hover .info{background: rgba(238, 238, 238, 0.5);}


.space-50{ height:30px;}
