

/* Start:/local/templates/lazurit/css/clear.css?1744096855962*/
*{
    margin:0;
    padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: top;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

strong, b {
	font-weight: bold;
}
a{
    outline:0;
}
em, i {
	font-style: italic;
}
/* End */


/* Start:/local/templates/lazurit/fancybox/jquery.fancybox.css?17440968554978*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: transparent;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	        
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/lazurit/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/lazurit/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/lazurit/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/lazurit/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/lazurit/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/lazurit/css/slick.css?17440968551867*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.news_slider .slick-next{
        left:0;
        margin-left:50px;
    }
.news_slider .slick-prev{
        left:0;
        margin-left:10px;
    }
/* End */


/* Start:/local/templates/lazurit/css/slick-theme.css?17440968552930*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/lazurit/css/../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 23px;
    display: block;
    width: 17px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;   
    background-image: url('/local/templates/lazurit/css/../images/arrows.png');   
    background-position: 0 0;   background-repeat: no-repeat;
    border-radius: 0;
}


.slick-prev:hover{
    opacity: 0.5;
    background-color: transparent;
    background-image: url('/local/templates/lazurit/css/../images/arrows.png')!important;
    background-position: left center;
}


.slick-next:hover {
    opacity: 0.5;
    background-color: transparent;
    background-image: url('/local/templates/lazurit/css/../images/arrows.png')!important;
    background-position: right center;
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{

}

.slick-prev
{
    left: 50%;
    margin-left: 411px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /* content: '←'; */
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 50%;
    margin-right: -481px;
    background-position: 100% 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 13px;
    height: 13px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/lazurit/styles.css?177219079864573*/
@charset "UTF-8";
@import "/local/templates/lazurit/fonts.css";

/* General styles */

html,body {
    width: 100%;
    min-width: 1070px;
    height: 100%;
    font: 400 14px/20px 'Open Sans', sans-serif;
    color: #484848;
    background: #ebebeb;
}

#wrapper {
    width: 100%;
    min-width: 1070px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
section {
    width: 100%;
    float: left;
    position: relative;
}
.center {
    width: 1070px;
    margin: 0 auto;
    position: relative;
}
.clear {
    clear: both;
}
.empty {
    height: 242px;
}
h1 {
    margin-bottom: 17px;
    font: 600 25px/29px 'Open Sans', sans-serif;
    color: #000;
}
h2 {
    font: 600 25px/26px 'Open Sans', sans-serif;
    color: #000;
}
h3 {
    font: 600 18px/21px 'Open Sans', sans-serif;
    color: #000;
}
h4 {

}
p.category {
    margin-bottom: 14px !important;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 17px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    /* opacity: 1; */
}
input[type=text]::-webkit-input-placeholder {
    color: #b6b6b6;
}
input[type=text]::-moz-placeholder {
    color: #b6b6b6;
}
:focus {
    outline: none;
}
input[type=text] {
    width: 385px;
    height: 45px;
    border: 3px solid #b6b6b6;
    background: transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 14px;
    font-size: 13px;
    transition: all 0.3s;
}
input[type=text]:focus {
    border-color: #58b438;
}
button {

}
button:hover {
    background: #9d9d9d;

    color: #fff;
}
button:active {

}

/* Header */
header {
    float: left;
    width: 100%;
    height: 160px;
    background: #fff;
}
header .logo {
    float: left;
    width: 231px;
    height: 81px;
    margin-top: 43px;
    position: relative;
    left: -10px;
}
header .social {
    float: left;
    margin-left: 28px;
    margin-top: 69px;
}
header .social a, article .social a {
    display: inline-block;
    margin-right: 14px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

header .social a.icon-fb, article .social a.icon-fb {
    background-image: url('/local/templates/lazurit/images/social/fb.png');
    transition: all 0.5s;
}

header .social a.icon-tw, article .social a.icon-tw {
    background-image: url('/local/templates/lazurit/images/social/tw.png');
    transition: all 0.5s;
}

header .social a.icon-vk, article .social a.icon-vk {
    background-image: url('/local/templates/lazurit/images/social/vk.png');
    transition: all 0.5s;
}

header .social a.icon-fb:hover, article .social a.icon-fb:hover {
    background-image: url('/local/templates/lazurit/images/social/fb-news.png');
    transition: all 0.5s;
}

header .social a.icon-tw:hover, article .social a.icon-tw:hover {
    background-image: url('/local/templates/lazurit/images/social/tw-news.png');
    transition: all 0.5s;
}

header .social a.icon-vk:hover, article .social a.icon-vk:hover {
    background-image: url('/local/templates/lazurit/images/social/vk-news.png');
    transition: all 0.5s;
}


header nav {
    float: left;
    margin-top: 69px;
    margin-left: 80px;
}
header nav li {
    float: left;
    margin-right: 20px;
}

header nav li:last-of-type {
    margin-right: 0;
}
header nav li a {
    text-decoration: none;

    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.2px;
}
header address {
    float: right;
    width: 190px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #2d2d2d;
    text-align: right;
    margin-top: 35px;
    letter-spacing: 1.3px;
}

header address button {
    display: block;
    float: right;
    width: 140px;
    height: 23px;
    border: 1px solid #9d9d9d;
    font: 12px/20px 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-top: 9px;
    margin-right: 2px;
    cursor: pointer;
    background: transparent;
}

header address button:hover{
    background-color: #7B00AF!important;
    border: 1px solid #7B00AF!important;
}

/* Main Slider */
.mainSlider {
    height: 491px;
    margin-bottom: 0;
}
.mainSlider .slide {
    width: 100%;
    height: 491px;
    color: #310062;
    background-position: center center;
    background-repeat: no-repeat; 
    cursor: pointer;
}
.mainSlider .title {
    font-size: 49px;
    line-height: 53px;
    font-weight: 800;
    margin-top: 109px;
    margin-bottom: 7px;
    color: #310062;
    width: 750px;
}
.mainSlider .subtitle {
    font-size: 42px;
    line-height: 45px;
    font-weight: bold;
    color: #310062;
}
.mainSlider .line {
    font-size: 18px;
    line-height: 19px;
    font-style: italic;
    margin-top: 25px;
    margin-left: -2px;
    margin-bottom: 83px;
    color: #310062;
}
.mainSlider .go {
    display: inline-block;
    vertical-align: middle;
    width: 114px;
    height: 35px;
    border: 2px solid #310062;
    color: #310062;
    font-size: 12px;
    line-height: 33px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    margin-left: -2px;
}

.mainSlider .go:hover {
    color: #21459B;
    background: rgba(255,255,255,0.5);
    border: none;
 
}
.mainSlider .all {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    margin-left: 25px;
    line-height: 11px;
    letter-spacing: 0.8px;
    position: relative;
}
.mainSlider .all:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 12px;
    right: -13px;
    top: 0px;
    background: url('/local/templates/lazurit/images/arrow.png');
}

@media(max-width: 767px) {
    .mainSlider {
        height: 100%;
    }
    .mainSlider .slide {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
    .mainSlider .title {
        font-size: 20px !important;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #310062;
        width: 100%;
    }
    .mainSlider .subtitle {
        font-size: 15px !important;
        line-height: 15px !important;
    }
    .mainSlider .line {
        font-size: 12px !important;
        line-height: 12px !important;
        font-style: italic;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mainSlider .center {
        padding-top: 60px;
        padding-bottom: 60px;
        max-height: 100%;
    }
    .mainSlider .go {
        width: 90px;
        height: 20px;
        line-height: 18px;
    }
}

@media(max-width: 600px) {
    .mainSlider .center {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width: 450px) {
    .mainSlider .center {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width: 350px) {
    .mainSlider .title{
        font-size: 12px !important;
    }

    .mainSlider .subtitle{
        font-size: 12px !important
    }
    .mainSlider .center {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mainSlider .line {
        margin-bottom: 5px !important;
    }
}

/* Products */
.products {
    margin-top: 58px;
    margin-bottom: 62px;
    height: 259px;
    z-index: 900;
}
.products .itemProducts {
    float: left;
    width: 214px;
    min-height: 264px;
    max-height: 264px;
    margin-right: 8px;
    background: #fff;
    box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.5);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.products .itemProducts:first-of-type {
    margin-left: -19px;
   
}
.products .itemProducts:last-of-type {
    margin-right: -15px;
}
.products .itemProducts:hover {
    height: auto;
    margin-bottom: -101px;
    max-height: 364px;
}
.itemProducts a.notDecorate:hover{
    color:rgb(1, 1, 1);
}
.products .itemProducts ul li:last-child{
    margin-bottom: 15px;
}
.products .itemProducts .image {
    float: left;
    width: 100%;
    height: 166px;
    margin-bottom: 24px;
}
.products .itemProducts .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1.8px;
    margin-bottom: 1px;
}
.products .itemProducts .subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.products .itemProducts .subtitle i {
    text-transform: none;
}
.products .itemProducts ul {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 34px;
    font-size: 0;
}
.products .itemProducts ul li {
    display: inline-block;
    margin-bottom: 3px;
}
.products .itemProducts ul li a {
    display: block;
    height: 23px;
    padding: 0 7px 0 5px;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    color: #5b5b5b;
    letter-spacing: -0.3px;
}
.products .itemProducts ul li a:hover {
    background: #912eba;
    color: #fff;
}

/* Inform */
.inform {
    padding: 0 0 80px;
    background: #ebebeb;
    background: -moz-linear-gradient(top,  #ebebeb 0%, #ebebeb 70%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(70%,#ebebeb), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#ebebeb 70%,#e3e3e3 100%);
    background: -o-linear-gradient(top,  #ebebeb 0%,#ebebeb 70%,#e3e3e3 100%);
    background: -ms-linear-gradient(top,  #ebebeb 0%,#ebebeb 70%,#e3e3e3 100%);
    background: linear-gradient(to bottom,  #ebebeb 0%,#ebebeb 70%,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e3e3e3',GradientType=0 );
}
.inform .newsBlock {
    width: 390px;
    float: left;
    margin-top: 53px;
}
.newsBlock .itemNews {
    margin-bottom: 37px;

}
.newsBlock .itemNews .date {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.5px;
    margin-left: 0;
    margin-bottom: 0;
}
.newsBlock .itemNews h3 {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
}

.newsBlock .itemNews p {
    margin-left: 3px;
    margin-bottom: 13px;
    color: #3C3C3C;
}
.newsBlock .itemNews h3 a {
    text-decoration: none;
}

.newsBlock .itemNews h3 a:hover {
    text-decoration: underline;
}

.newsBlock .archive {
    display: block;
    vertical-align: middle;
    opacity: 0.8;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: -6px;
    margin-left: 3px;
}

.inform .blogBlock img{
    max-width: 100%;
    height: auto;
}

.inform .blogBlock {
    width: 640px;
    float: left;
    margin-left: 35px;
}

.inform .blogBlock h2 {
    margin-top: 41px;
    margin-left: 0px;
    padding-bottom: 20px;
}

.inform .blogBlock p {
    margin-left: 0px;
    font-size: 17px;
    line-height: 24px;
}

.inform .blogBlock .link {
    margin-top: 22px;
    margin-left: 0px;
}
.inform .blogBlock .link a {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.inform .blogBlock .link .more {
    width: 101px;
    height: 34px;
    position: relative;
    margin-top: 1px;
    margin-right: 18px;
    background-color: #7B00AF;
    color: #FFF;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2.0px;
}
.inform .blogBlock .link a:hover {
    opacity: 1;
}
/* Gallery */
.gallery {
    margin-top: 0;
    padding-top: 30px;
}
.gallery .category {
    float: left;
    margin-top: 8px;
    margin-left: -2px;
    letter-spacing: 1px;
}
.gallery .tabs {
    float: right;
    text-align: right;
}
.gallery .tabs .tab {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1.4px;
    padding: 0 16px;
}

.gallery .tabs .tab:last-of-type {
    margin-right: 0;
}
.gallery .tabs .tab.active {
    background: #c2c2c2;
    color: #fff;
    padding: 0 16px;
}
.gallery .tabsContent {
    float: left;
    width: 100%;
    margin-top: 33px;
}
.gallery .tabsContent .tab {
    display: none;
    float: left;
    width: 100%;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.gallery .tabsContent .tab a {
    display: block;
    width: 261px;
    overflow: hidden;
    float: left;
    margin-bottom: 7px;
    position: relative;
}
.gallery .tabsContent .tab a.hidden {
    display: none;
}
.gallery a img {
/*     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  */
/*     filter: gray; */
/*     -webkit-filter: grayscale(100%); */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gallery a.fancybox:hover img {
/*     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); */
/*     -webkit-filter: grayscale(0%); */
}
.gallery a.fancybox:after {
    content: '';
    opacity: 0;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 154px;
    height: 154px;
    background: url('/local/templates/lazurit/images/zoom.png') no-repeat 0 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gallery a:hover:after {
    opacity: 1;
}
.gallery .tabsContent .tab.active {
    display: block;
}
.gallery .more {
    position: absolute;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
    border-bottom: 1px dashed rgba(0,0,0,0.8);
    color: rgba(0,0,0,0.8);
    margin-left: -38px;
    line-height: 11px;
    letter-spacing: 0.8px;
    bottom: 0;
    left: 50%;
    cursor: pointer;
}

.gallery .more:hover {
    border-bottom-color: #000;
    color: #000;
}


/* About */
.about {
    padding: 77px 0 80px;
    background: #e5e5e5;
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #ebebeb 25%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ebebeb), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ebebeb 25%,#ebebeb 100%);
    background: -o-linear-gradient(top,  #e5e5e5 0%,#ebebeb 25%,#ebebeb 100%);
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#ebebeb 25%,#ebebeb 100%);
    background: linear-gradient(to bottom,  #e5e5e5 0%,#ebebeb 25%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ebebeb',GradientType=0 );
}
.about .aboutContent {
    width: 655px;
    float: left;
    margin-left: 2px;
}
.about .aboutContent p {
    margin-bottom: 22px;
    color: rgba(0,0,0,0.7);
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.14px;
}
.about .aboutContent .link a {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.about .aboutContent .link .more {
    width: 101px;
    height: 34px;
    position: relative;
    margin-top: 2px;
    margin-right: 16px;
    background-color: #7B00AF;
    color: #FFF;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2.0px;
}
.about .aboutContent .link a:hover {
    opacity: 1;
}
.about .partnersBlock {
    width: 308px;
    float: right;
    margin: 4px 0 0;
    text-align: center;
}
.about .partnersBlock .category {
    opacity: 0.7 !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    line-height: 12px !important;
    margin-bottom: 55px !important;
    margin-right: 4px;
    letter-spacing: 1.2px !important;
}
.about .partnersBlock img {
    margin-bottom: 33px;
}

/* Footer */
footer {
    width: 100%;
    float: left;
    height: 242px;
    position: relative;
    background: url("/local/templates/lazurit/images/footer-bg.png") no-repeat 50% 0;
    background-size: cover;
}
footer .left {
    width: 230px;
    float: left;
}
footer .right {
    width: 260px;
    float: right;
}
footer .logo {
    width: auto;
    height: auto;
    float: left;
    margin: 55px 0 0 -5px;
}
footer .social {
    float: left;
    margin-top: 76px;
    margin-top:12px;
}
footer .social a {
    /*margin-right: 14px;*/
    opacity: 0.5;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
footer .social a:hover {
    opacity: 1;
}

footer .social a.icon-fb{
    background-image: url('/local/templates/lazurit/images/social/fb-footer.png');
}

footer .social a.icon-tw{
    background-image: url('/local/templates/lazurit/images/social/tw-footer.png');
}

footer .social a.icon-vk{
    background-image: url('/local/templates/lazurit/images/social/vk-footer.png');
}

footer .social a.icon-in{
    background-image: url('http://www.lazuritd.ru/upload/iblock/e46/e46cdcc573e687df1f0a1a7e87bda8c8.png');
}

footer .copy {
    float: left;
    margin: 11px 0 10px -1px;
    opacity: 0.5;
    color: #FFF;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.3px;
}
footer .searchBlock {
    float: left;
    margin: 69px 0 0 129px;
    position: relative;
}
footer .searchBlock input[type=text] {
    width: 351px;
    height: 37px;
    float: left;
    padding: 0 42px 0 20px;
    background-color: #21222C;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    border: none;
    opacity: 0.5;
    color: #FFF;
    font: 400 13px/17px "Open Sans";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .searchBlock input[type=text]::-webkit-input-placeholder {
    opacity: 0.5;
    color: #FFF;
}
footer .searchBlock input[type=text]::-moz-placeholder {
    opacity: 0.5;
    color: #FFF;
}
footer .searchBlock input[type=submit] {
    width: 20px;
    height: 20px;
    background: url('/local/templates/lazurit/images/search.png') no-repeat 50% 50%;
    border: none;
    opacity: 0.6;
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}
footer .searchBlock input[type=text]:focus {
    opacity: 1;
}
footer .searchBlock input[type=submit]:hover {
    opacity: 1;
}
footer address {
    display: block;
    width: 100%;
    float: left;
    margin-top: 17px;
    font-style: normal;
    color: #FFF;
    font-size: 13px;
    line-height: 17px;
    margin-top: 58px;

}
footer address span {
    opacity: 0.6;
}
footer address a {
    display: inline-block;
    margin-top: 6px;
    text-transform: uppercase;
    opacity: 0.6;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
}
footer address a:hover {
    opacity: 1;
}

/* Inner Page */
.container {
    width: 100%;
    float: left;
    border-top: 3px solid #fff;
    background: #F5F5F5;
}
.container h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -0.3px;
    margin-bottom: 26px;
}
.container .breadcrumbs {
    float: left;

    width: 100%;
    margin-top: 58px;
    box-sizing: border-box;
    padding-left: 2px;
    margin-bottom: 5px;
}
.container .breadcrumbs li {
    display: inline-block;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.container .breadcrumbs li:after {
    content: '/';
    margin-left: 10px;
    margin-right: 7px;
    opacity: 0.3;
    font-size: 10px;
}
.container .breadcrumbs li a {

}
/* Left Column */
.leftColumn {
    width: 260px;
    float: left;
    margin-top: 12px;
    padding: 0 0 20px;
}

.back {
    padding-left: 23px;
    margin-bottom: 22px;
    opacity: 0.6;
    color: #000;
    font-family: "Open Sans";
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background: url('/local/templates/lazurit/images/back.png') no-repeat 0 0px;
    padding-top: 0px;
    /* margin-top: -5px; */
    display: inline-block;
}
.back:hover {
    opacity: 1;
}
.back.fullw {
    display: block;
    width: 300px;
    margin-bottom: 43px;
    clear: both;
    padding-top: 0px;
    margin-top: 180px;
    clear: both;
    padding-top: 10px;
    background-position: 0px 9px;
}



/* Left Column Navigation */
.leftColumn nav {
    width: 165px;
    /* float: left; */
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.leftColumn nav h4 {
    margin-bottom: 7px;
    font: 700 14px/20px 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: -0.3px;
}
.leftColumn nav li {
    margin-bottom: 5px;
    line-height: 22px;
    color: #0C0979;
}
.leftColumn nav li a {
    color: #0C0979;
}
.leftColumn nav li.active > a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.leftColumn nav li ul {
    padding-left: 7px;
    margin-top: 5px;
    margin-bottom: 14px;
}
.leftColumn nav li li {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 2px;
}
/* Left Column Image */
.leftColumn .image {
    position: absolute;
    width: 244px;
    height: 307px;
    margin-left: -15px;
    float: left;
    margin-top: 52px;
    background: url('/local/templates/lazurit/images/image.jpg') no-repeat 0 0;
    background-color: #F5F5F5;
}
.leftColumn .imageHover{
    position: absolute;
    display: none;
    width: 244px;
    height: 307px;
    margin-left: -15px;
    float: left;
    margin-top: 52px;
    background: url('/local/templates/lazurit/images/image.jpg') no-repeat 0 0;
    background-color: #F5F5F5;
}

.leftColumn .image:hover + .imageHover {
display: block;
}

.imageHover:hover{
    display: block;
}


.leftColumn .image.violent {
    margin-top: 63px;
    background: url('/local/templates/lazurit/images/image-violent.jpg') no-repeat 0 0;
}
.leftColumn .image p, .leftColumn .imageHover p {
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    position: absolute;
    bottom: 43px;
    margin: 0 15px 0;
    letter-spacing: 1px;
}
.leftColumn .image p strong, .leftColumn .imageHover p strong{
    font-size: 13px;
    font-weight: 700;
}
/* Left Column News Block */
.leftColumn .newsBlock {
    width: 235px;
    float: left;
    margin-top: 57px;
}
.leftColumn .newsBlock .itemNews {
    margin-bottom: 21px;
}
.leftColumn .newsBlock .itemNews h3 {
    margin-bottom: 16px;
    color: #3C3C3C;
}


/* Right Column */
.rightColumn {
    width: 800px;
    float: right;
    padding: 0 0 20px;
}
/* Article style */
article {
    width: 100%;
    float: left;
    color: rgba(0,0,0,.7);
    margin-bottom: 30px;
    color: #484848;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.15px;
}
.container article h1 {
    font-weight: 600;
    margin-bottom: 25px;
}
.container article h2 {
    padding-top: 13px;
    margin-bottom: 20px;
}
.container article h3 {
    font-size: 23px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 14px;
}
article p {
    margin-bottom: 25px;
}
article .introtext {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.25px;
}
/* Article Gallery */
article .gallery {
    width: 814px;
    margin-top: 14px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 40px;
    margin-right: -14px;
}
article .gallery .more {
    font-size: 10px;
    letter-spacing: 1.5px;
    border: none;
    right: 6px;
    left: auto;
}
article .gallery .more a {
    color: #010101;
}
article .gallery .more:after,
article .gallery .more a:after {
    display: none;
}
/* Article Video */
article .video {
    width: 100%;
    float: left;
    margin: 22px 0 36px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
article .video .title {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: 11px;
}
article .video .title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #F5F5F5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: -61px;
    left: 50%;
    margin-left: -6px;
}
article .video .title:before {
    content: '';
    display: block;
    width: 49px;
    height: 49px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -27px;
}
article .video .title h3 {
    color: #FFF;
    margin-bottom: 7px;
}
article .video .title p {
    margin: 0 254px 0;
    opacity: 0.6;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    line-height: 19px;
}
/* Article Products */
article .products {
    margin-top: 13px;
    margin-bottom: 50px;
    height: auto;
}
article .products .itemProducts {
    width: 194px;
    height: 235px;
    margin-bottom: 7px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
article .products .itemProducts:hover {
    height: 235px;
    margin-bottom: 7px;
    -moz-box-shadow: 0 9px 51px rgba(98, 99, 92, 0.3);
    -webkit-box-shadow: 0 9px 51px rgba(98, 99, 92, 0.3);
    box-shadow: 0 9px 51px rgba(98, 99, 92, 0.3);
}
article .products .itemProducts:first-of-type {
    margin-left: 0;
}
article .products .itemProducts:nth-of-type(4n) {
    margin-right: -2px;
}
article .products .itemProducts .image {
    margin-bottom: 27px;
}
article .products .itemProducts .image img {
    width: 100%;
}
article .products .itemProducts .title {
    color: #010101;
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 15px;
}

/* Recommend */
.recommend {
    margin-top: -18px;

}
.recommend .products {
    margin-top: 34px;
    margin-bottom: 136px;
    height: auto;
}
.recommend .products .itemProducts {
    width: 129px;
    height: 155px;
    margin-right: 5px;
    margin-bottom: 7px;
    background-color: #fff;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.recommend .products .itemProducts:hover {
    height: 155px;
    margin-bottom: 7px;
    -moz-box-shadow: 0 6px 40px rgba(98, 99, 92, 0.2);
    -webkit-box-shadow: 0 6px 40px rgba(98, 99, 92, 0.2);
    box-shadow: 0 6px 40px rgba(98, 99, 92, 0.2);
}
.recommend .products .itemProducts:first-of-type {
    margin-left: 0;
}
.recommend .products .itemProducts:nth-of-type(6n) {
    margin-right: -2px;
}
.recommend .products .itemProducts .image {
    height: 91px;
    margin-bottom: 28px;
}
.recommend .products .itemProducts .image img {
    width: 100%;
}
.recommend .products .itemProducts .title {
    color: #010101;
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 15px;
}

/* Catalog */
.catalog .filter {
    position: relative;
}
.catalog .filter .opener {
    float: left;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 8px;
    border-bottom: 2px solid #c8c8c8;
    margin-top: 10px;
    letter-spacing: 2.1px;
    cursor: pointer;
}
.catalog .filter .selected {
    float: left;
    margin-left: 25px;
}
.catalog .filter .selected .item {
    float: left;
    height: 28px;
    padding: 0 23px 0 12px;
    margin-right: 9px;
    background: #dedede;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    letter-spacing: 2.1px;
}
.catalog .filter .selected .item:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 9px;
    top: 11px;
    background: url('/local/templates/lazurit/images/remove.png');
}
.catalog .filter .filters {
    display: none;
    position: absolute;
    width: 380px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    top: 40px;
    padding: 25px 31px 22px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.catalog .filter .filters .option {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.catalog .filter .filters .option > span {
    float: left;
    width: 97px;
    font-size: 9px;
    line-height: 24px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.catalog .filter .filters .option .params {

}
.catalog .filter .filters .option .params label {
    float: left;
    position: relative;
    margin-right: 8px;
}

.catalog .filter .filters .option .params label:last-of-type {
    margin-right: 0;
}
.catalog .filter .filters .option .params span {
    position: absolute;
    width: auto;
    color: #888;
    font-size: 8px;
    pointer-events: none;
    left: 5px;
    line-height: 24px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.catalog .filter .filters button {
    width: 127px;
    height: 34px;
    position: relative;
    margin-top: 1px;
    margin-right: 17px;
    background-color: #7B00AF;
    color: #FFF;
    font: 10px 'Open Sans';
    text-decoration: none;
    text-align: center;
    letter-spacing: 2.0px;
    border: none;
    text-transform: uppercase;
    margin-left: -1px;
    margin-top: 10px;
    cursor: pointer;
    opacity: 0.8;
}
.catalog .filter .filters button:hover {
    opacity: 1;
}
.catalog .filter .filters .reset {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.catalog .filter .filters .option .params input {
    width: 110px;
    height: 24px;
    border: none;
    padding: 0 10px 0 29px;
    background: #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2.1px;
}
.catalog .cards {
    float: left;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 55px;
}
.catalog .cards .card {
    float: left;
    width: 194px;
    margin-right: 8px;
    margin-bottom: 9px;
    background: #fff;
    padding-bottom: 14px;
    height: 370px;
}

.cart_inner{
    overflow: hidden;
    height: 360px;
    background: #fff
}

.catalog .cards .card:hover .cart_inner{
    height: auto;
}
.card_button_box{
    display: none;
}
.catalog .cards .card:hover .card_button_box{
    background: #fff;
    z-index: 1000;
    position: relative;
    padding-bottom:10px;
    display: block;
}

.catalog .cards .card:nth-of-type(4n) {
    margin-right: 0;
}

.catalog .cards .card:nth-of-type(4n+1) {
    clear: both;
}

.catalog .cards .card img {
    float: left;
    width: 194px;
    height: 205px;
    margin-bottom: 13px;
}
.catalog .cards .card h3 {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #010101;
    margin-left: 20px;
    margin-bottom: 7px;
}
.catalog .cards .card h3 a{
    text-decoration: none!important;
}
.catalog .cards .card ul li {
    font-size: 13px;
    line-height: 16px;
    color: #484848;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.catalog .cards .card .price {
        font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #484848;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: #fff;
}
.catalog h2 {
    float: left;
    width: 100%;
    margin-bottom: -11px;
}
/* Select */
.select {
    float: left;
    width: 65px;
    height: 24px;
    margin-bottom: 11px;
    position: relative;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select span {
    cursor: pointer;
    color: #333;
    vertical-align: middle;
    display: block;
    height: 24px;
    background: #e8e8e8;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    padding-left: 5px;
    letter-spacing: 2.1px;
}
.select span:after {
    content: "";
    display: block;
    top: 11px;
    right: 9px;
    border-top: 3px solid #5d5d5d;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
}
.select ul {
    display: none;
    position: absolute;
    top: 0;
    margin-top: 24px;
    cursor: pointer;
    z-index: 900;
    max-height: 288px;
    overflow-y: auto;
    width: 100%;   box-sizing: border-box;
}
.select.open ul {
    display: block;
}
.select ul li {
    padding-right: 10px;
    padding-top: 0;
    height: 24px;
    cursor: pointer;
    background: rgb(243, 243, 243);
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 0;
    font-size: 11px;
    line-height: 24px;
    padding-left: 5px;
    letter-spacing: 2.1px;
}
.select ul li.group {
    font-weight: bold;
    cursor: default;
}
.select ul li:hover {
    background: #006ebb;
    color: #ffffff;
}
.select ul li.group:hover {
    background: #fff;
}


/* News page */
.news p {
    margin-bottom: 27px;
}
article .date {
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-left: 2px;
    margin-bottom: -6px;
}
.news h2 {

}
article figure {
    float: right;
    width: 229px;
    clear: both;
    margin: 6px -3px 42px 65px;
}
article figure:last-of-type {
    margin-bottom: 60px;
}
article figure img {
    float: left;
    display: block;
}
article figure figcaption {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    color: #484848;
    margin-top: 15px;
    letter-spacing: -0.2px;
}
article .social {
    float: left;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    text-align: right;
    font-size: 0px;
    margin-top: -40px;
    padding-top: 15px;
}
article .social a {
}

.newsArchive {
    float: left;
    width: 100%;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsArchive h1 {
    margin-top: 8px;
    margin-bottom: 31px;
}
.newsArchive .itemNews {
    display: inline-block;
    width: 375px;
    margin-bottom: 32px;
    vertical-align: top;
}

.newsArchive .itemNews:nth-of-type(2n) {
    margin-right: -40px;
}

.newsArchive .itemNews:nth-of-type(2n+1) {
    margin-right: 70px;
}
.newsArchive .itemNews .date {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.5px;
    margin-left: 0;
    margin-bottom: 0;
}
.newsArchive .itemNews h3 {
    margin-top: 8px;
    margin-bottom: 15px;
}
.newsArchive .itemNews p {
    margin-bottom: 13px;
}
.leftColumn nav {
    text-decoration: none;
}

.newsArchive .itemNews h3 a:hover{
    text-decoration: underline;
}


.newsArchive .more {
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
    border-bottom: 1px dashed rgba(0,0,0,0.8);
    color: rgba(0,0,0,0.8);
    margin-left: -38px;
    line-height: 11px;
    letter-spacing: 0.8px;
    bottom: 0;
    cursor: pointer;
    margin: 21px auto 0;
    position: relative;
    width: 78px;
}
.newsArchive .more:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 12px;
    right: -13px;
    top: 0px;
    background: url('/local/templates/lazurit/images/arrow-black.png');
}
.newsArchive .more:hover {
    border-bottom-color: #000;
    color: #000;
}

/* Contact */
.contact .introtext {
    margin-bottom: 19px;
}
.container .contact h2 {
    margin-bottom: 15px;
}
.contact p {
    margin-bottom: 10px;
}
.contact ul {
    float: left;

    width: 100%;
    margin-top: 3px;
}
.contact ul li {
    padding-left: 14px;

    margin-bottom: 1px;
}
.contact ul li:before {
    content: '•';
    margin: 0 5px 0 -11px;
}
.mapBlock {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 29px;
    margin-bottom: 42px;
}
.mapBlock a {
    display: inline-block;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.67;
    margin-left: 14px;
    letter-spacing: 0.4px;
}
.mapBlock a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}
.mapBlock a.link:before {
    width: 12px;
    height: 12px;
    background: url('/local/templates/lazurit/images/link.png');
}
.mapBlock a.print:before {
    width: 13px;
    height: 13px;
    background: url('/local/templates/lazurit/images/print.png');
}
.mapBlock a:hover {
    opacity: 1;
}
.mapBlock .map {
    float: left;
    width: 800px;
    height: 525px;
    margin-top: 9px;
}

/* Page Card */
.navigation {
    width: 100%;
    float: left;
    margin: 4px 0 24px;
}
.navigation a {
    display: block;
    width: 139px;
    height: 32px;
    background-color: #F5F5F5;
    border: 1px solid rgba(182,182,182,.8);
    text-align: center;
    color: #000;
    font-size: 10px;
    line-height: 31px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.navigation a:hover {
    background-color: #9331BD;
    color: #FFF;
    border-color: #9331BD;
}
.navigation .prev {
    float: left;
}
.navigation .next {
    float: right;
}
.navigation a span {
    display: none;
    width: 160px;
    /*height: 196px;*/
    background-color: #FFF;
    -moz-box-shadow: 0 9px 51px rgba(98, 99, 92, 0.2);
    -webkit-box-shadow: 0 9px 51px rgba(98, 99, 92, 0.2);
    box-shadow: 0 9px 51px rgba(98, 99, 92, 0.2);
    position: absolute;
    color: #010101;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-indent: 5px;
    z-index: 900;

}

 .navigation span.nav-current-page{
    background-color: #9331BD;
    color: #FFF;
    border-color: #9331BD;
 }

.navigation a.prev span {
    left: 51px;
}
.navigation a.bottom span {
    bottom: 100%;
    margin-bottom: 20px;
}
.navigation a.next span {
    right: 51px;
}
.navigation a.top span {
    top: 100%;
    margin-top: 20px;
}

.navigation a:hover span {
    display: block;
}
.navigation a span img {
    display: block;
    width: 160px;
    height: 155px;
    float: left;
    margin-bottom: 4px;
}
.navigation a.top span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -7px;
    z-index: 2;
}
.navigation a.bottom span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -7px;
    z-index: 2;
}
.navigation a.prev span:after {
    left: 10px;
}
.navigation a.next span:after {
    right: 10px;
}
/* Card Content */
.contentCard {
    width: 100%;
    height: 482px;
    float: left;
    margin-bottom: 91px;
    background: #fff;
    padding-bottom: 3px;
}
.contentCard:after{
    clear: both;
    display: block;
    content: " ";
}
/* Card Gallery */
.cardGallery {
    width: 536px;
    float: left;
    position: relative;
}
.cardGallery .cardSlider {
    width: 536px;
    height: 485px;
    float: left;
    margin: 0;
    position: relative;
}

.cardGallery .cardSlider a {
    position: absolute;
    left: -9999px;
}

.cardGallery .cardSlider a.active {
    position: static;
} 

.cardGallery .cardSlider img {
    width: 536px;
    height: 485px;
}
.cardGallery .cardSliderNav {
    width: 536px;
    height: 56px;
    float: left;
    margin-top: 8px;
}
.cardGallery .cardSliderNav a {
    display: block;
    width: 53px;
    height: 56px;
    float: left;
    position: relative;
    margin-right: 2px;
    cursor: pointer;
}
.cardGallery .cardSliderNav img {
    width: 53px;
    height: 56px;
    float: left;
}
.cardGallery .cardSliderNav a:before {
    content: '';
    display: block;
    width: 49px;
    height: 52px;
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.cardGallery .cardSliderNav a.active:before {
    border-color: #9331BD;
}
/* Card Description */
.descriptCard {
    width: 210px;
    height: 427px;
    float: right;
    margin: 28px 27px 0 0;
    font-size: 16px;
    line-height: 19px;
    position: relative;
}
.descriptCard .price {
    margin: 54px 0 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.3px;
}
.descriptCard button {
    width: 132px;
    height: 34px;
    background: rgba(145,0,180,.8);
    border: none;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    margin: 14px 0 0 -3px;
    cursor: pointer;
}
.descriptCard button:hover {
    background: rgba(145,0,180,1);
}
.descriptCard .shortDescr {
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    bottom: 0;
    right: 5px;
    left:0;
}
.articleCard {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 5px 20px;
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.container .articleCard h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
.articleCard p {
    margin-bottom: 12px;
}
.articleCard h4 {
    padding: 21px 0 16px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}
/* Card Recommend */
.recommendCard {
    margin-top: 27px;
    margin-bottom: -22px;
    width: 100%;
    float: left;
}

/* Popups */
.popup {
    float: left;
    display: none;
    width: 732px;
/*     height: 434px; */
    background: #fff;
    padding: 51px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup h2 {
    font-size: 38px;
    line-height: 41px;
    margin-top: 4px;
    margin-left: -2px;
    margin-bottom: 30px;
}
.popup p {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 36px;
}
.popup input[type=text] {
    float: left;
    width: 623px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0);
    background: #ececec;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    margin-bottom: 9px;
    letter-spacing: 2.1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 2%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.popup input[type=text]::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
.popup input[type=text]:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
.popup input[type=text]:focus {
    padding-left: 13px;
    border: 2px solid #912eba;
    background: #fff;
}
.popup button {
    width: 112px;
    height: 34px;
    position: relative;
    margin-right: 17px;
    background-color: #7B00AF;
    color: #FFF;
    font: 10px 'Open Sans';
    text-decoration: none;
    text-align: center;
    letter-spacing: 2.0px;
    border: none;
    text-transform: uppercase;
    margin-top: 21px;
    cursor: pointer;
    opacity: 0.8;
}
.popup button:hover {
    opacity: 1;
}

/* Gallery */
.rightColumn .gallery {
    padding-top: 0px;
}
.container .gallery h1 {
    margin-bottom: 24px;

}
.rightColumn .gallery .tabs {
    float: left;
    text-align: left;
    margin-bottom: 11px;
}
.rightColumn .gallery .tabs .tab:first-of-type {
    margin-left: 0;
}

.notDecorate{
    text-decoration: none!important;
}


.bx-filter-select-block{
    min-width: 60px;
    background-color: #ccc;
    padding-left: 5px;
    cursor: pointer;
    color: #333;
    vertical-align: middle;
    display: block;
    height: 24px;
    background: #e8e8e8;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    padding-left: 5px;
    letter-spacing: 2.1px;
    float: left;
    width: calc(100% - 97px);
}

.bx-filter-select-block:after{
    content: " ";
    display: block;
    width: 6px;
    height: 3px;
    float: right;
    margin-top: -13px;
    margin-right: 5px;
    background-image: url("/local/templates/lazurit/images/selectArrow.jpg");
}

.popup-window{
    margin-top: -4px;
    width: 60px;
    border: none;
    width: auto;
}

.popup-window tr,.popup-window td,.popup-window div,.popup-window ul,.popup-window li{
    background: rgb(243, 243, 243)!important;
}



.popup-window label{
    display: block;
    cursor: pointer;
    background: rgb(243, 243, 243);
}

.bx-filter-popup-result{
    display: none;
    opacity: 0;
}

/* General Demo Style */
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700");

html { height: 100%; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


.container {
    width: 100%;
    position: relative;
}

.main {
    padding: 30px 20px 100px 20px;
    max-width: 1580px;
    margin: 0 auto;
}

.main > header {
    padding: 0 10px 30px;
}

.main > header h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0;
    font-weight: 700;
    color: #333;
    float: left;
}

.main > header h1 span {
    display: block;
    font-size: 20px;
    font-weight: 300;
}

.main h2 {
    font-size: 38px;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    border-top: 1px solid #f7f7f7;
}

/* Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 0 -1px 0 #fff;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255,255,255,0.8);
    color: #000;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

/* Demo Buttons Style */
.codrops-demos {
    float: right;
    padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
    color: #000;
    border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    color: #aaa;
    border-color: #aaa;
}

.support-note span{
    color: #ac375d;
    font-size: 16px;
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.loadmore {
    padding: 10px;
    background: #ddd;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin: 10px 4px;
    display: none;
}

.loadmore:hover {
    background: #333;
}

/* Entypo Icon Font */
@font-face {
    font-family: 'entypo-selected';
    src: url("/local/templates/lazurit/font/entypo-selected.eot");
    src:
    url("/local/templates/lazurit/font/entypo-selectedd41d.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/lazurit/font/entypo-selected.woff") format('woff'),
    url("/local/templates/lazurit/font/entypo-selected.ttf") format('truetype'),
    url("/local/templates/lazurit/font/entypo-selected.svg#entypo-selected") format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Gamma Gallery Style */

.gamma-container {
    min-height: 200px;
}

.gamma-gallery {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    padding: 4px;
}

.gamma-gallery li img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.gamma-description {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

.gamma-description:before {
    content: '';
    height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
    display: inline-block;
    vertical-align: middle;
}

.gamma-description h3 {
    width: 100%;
    padding: 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.gamma-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
}

.gamma-buttons button {
    float: left;
    background: #333;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
    font-family: 'entypo-selected';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-align: center;
    opacity: 0.7;
    outline: none;
}

.no-touch .gamma-buttons button:hover {
    background: #666;
}

button.gamma-btn-close:before {
    content: '\2715';
}

button.gamma-btn-ssplay:before {
    content: '\25b6';
}

button.gamma-btn-sspause:before {
    content: '\2389';
}

.gamma-single-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    display:none;
}

.gamma-overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 9999;
}

.gamma-single-view img {
    position: absolute;
    cursor: pointer;
}

.gamma-description-wrapper {
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    padding: 5px 0;
}

.gamma-single-view .gamma-description {
    background: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
}

.gamma-single-view .gamma-description h3 {
    font-size: 15px;
    padding: 5px 0;
    color: #fff;
}

.gamma-nav span {
    position: absolute;
    display: block;
    width: 20px;
    height: 38px;
    top: 50%;
    margin-top: -19px;
    left: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
    left: auto;
    right: 20px;
}

.gamma-nav span:before {
    color: #fff;
    opacity: 0.7;
    font-size: 40px;
}

.gamma-nav span:hover:before {
    opacity: 1;
}

.gamma-nav span:before {
    display: block;
    margin: 0;
    width: auto;
}

.gamma-nav span.gamma-prev:before {
    content: '\e75d';
}

.gamma-nav span.gamma-next:before {
    content: '\e75e';
}

.gamma-img-fly {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

/* Loaders */

.gamma-loading {

    background: transparent url("/local/templates/lazurit/images/loader_light.gif") no-repeat center center;
}

.gamma-single-view.gamma-loading {
    background: transparent url("/local/templates/lazurit/images/loader_dark.gif") no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 750px) {

    .gamma-description {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .gamma-description h3 {
        font-size: 14px;
        padding: 0 5px;
    }

}

@media screen and (max-width: 500px) {

    .gamma-buttons {
        float: left;
        clear: both;
    }

}


.fancybox-next{
    /*display: none!important;*/
}

nav ul.left-menu li:hover ul
{
    position: absolute;
    z-index: 2500;
}

.newsBlock a{
    text-decoration: none;
}

.category a{
    text-decoration: none;
}

.category a:hover{
    text-decoration: underline;
}

.news-archive{
    padding-bottom: 12px;
    font-size: 13px;
    text-transform: uppercase;
}

.news-archive:hover{
    text-decoration: underline;
    font-size: 13px;
}

.partnersBlock img{
    padding: 10px;
}

.partnersBlock img:hover{

}

.leftColumn .image:hover{
    opacity: 0;
    background-color: transparent;
}

.more.hide:after{
    background-image: url('/local/templates/lazurit/images/arrow-top.png');
}

nav ul.left-menu > li:hover > a{
    background-color: #000033!important;
}

.tabsBlock .more{
    width: 100%;
    text-align: center;
    height: 15px;
    left: 0px;
    margin-top: 40px;
    border: none;
    margin-bottom: -30px;
}

.gallery .more .moreLink{
    border: none;
    margin-bottom: -30px;
    background: url('/local/templates/lazurit/images/arrow-black.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 11px;
}

.gallery .more .ne{
    border: none;
    margin-bottom: -30px;
    background: url('/local/templates/lazurit/images/arrow-top.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 11px;
}

.tabsBlock{
    margin-bottom: 40px;
}

#hideNews{
    width: 37px;
}

.item.delFilter{
    color: #000000;
}

.item.delFilter:hover{
    background-color: #7B00AF!important;
    color: white;
}


nav ul.left-menu > li > a.selected
{
    color: white;
    background-color: #2E2E2E;
}

.catalog .cards .card:hover{
    -moz-box-shadow: 0 9px 51px rgba(98, 99, 92, 0.3);
    -webkit-box-shadow: 0 9px 51px rgba(98, 99, 92, 0.3);
    box-shadow: 0 9px 51px rgba(98, 99, 92, 0.3);
}

.fancybox-title.fancybox-title-inside-wrap{
    background-color: white;
    text-align: center;
    padding: 5px;
}

.fancybox-prev, .fancybox-next{
    /*display: none;*/
}
.newsBlock .itemNews a:hover h3 {
    text-decoration: underline;
}
.newsBlock .itemNews a:hover p.date {
    text-decoration: underline;
}
.newsBlock .archive:hover {
    text-decoration: underline;
}
article.news div.detail_news a{
    color:rgb(95, 95, 95);
}
article.news div.detail_news a:hover{
    color:#000;
}
article.news div.detail_news {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
}
article.news figcaption.detail {
    max-height: 410px;
    overflow: hidden;
}
@-moz-document url-prefix() {
 header address button {font: 9px/20px 'Open Sans', sans-serif;}
}

.fancybox-nav.fancybox-prev, .fancybox-nav.fancybox-next{
    /*display: none!important;*/
}

article.news a {
    text-decoration: none;
}
article.news a:hover {
    text-decoration: underline;
}

.archiveLink{
    text-decoration: none;
}

.archiveLink:hover
{
    text-decoration: underline;
}

.back-link {
    font-size: 14px;
    color: #484848;
}

.form-control{
    background-color: #f8fafc!important;
    border: 1px solid #d5dadc!important;
    box-shadow: none!important;
    border-radius: 2px!important;
    width: 100%!important
}

.bx-blue .btn.btn-default{
    text-decoration: none!important
}

.profile_link{
    position: absolute;
    top:15px;
    right: 0;
    font-size:14px;
    font-weight: 400;
}

.bx-authform-formgroup-container{
    margin-top: 25px
}

.button1 , .bx-blue .btn.btn-default, .bx-registration-table input[type="submit"], .bx-auth-table input[type="submit"], .bx-forgotpass-table input[type="submit"] {
    width: 132px!important;
    height: 34px!important;
    background: rgba(145,0,180,.8)!important;
    border: none!important;
    color: #FFF!important;
    font-size: 10px!important;
    font-weight: 400!important;
    line-height: 14px!important;
    text-transform: uppercase!important;
    position: relative!important;
    margin: 14px 0 0 -3px!important;
    cursor: pointer!important;
    display: block!important;
    line-height: 34px!important;
    text-align: center!important;
    text-decoration: none!important;
    border-radius: 0!important;
    padding:0!important;
}
.button1:hover ,.bx-blue .btn.btn-default:hover, .bx-registration-table input[type="submit"]:hover, .bx-auth-table input[type="submit"]:hover, .bx-forgotpass-table input[type="submit"]:hover{
    background: rgba(145,0,180,1)!important;
}

.bx_ordercart .bx_ordercart_order_pay_center .button1{
    float: right;
}

.qty{
    border-width: 1px!important;
     height: 23px!important;
     background: #fff!important
}

.bx-soa-cart-total{
    background: #fff;
}

.soa-property-container select{
    background-color: #f8fafc!important;
    border: 1px solid #d5dadc!important;
    box-shadow: none!important;
    border-radius: 2px!important;
    width: 100%!important;
    height: 45px;
    padding: 0 0 0 14px;
}

.bx-soa-item-title, .bx-soa-item-title a , .bx-soa-item-td-text .bx-price{
    font-weight: 400
}

.bx-auth-profile input:not([type="submit"]) , .bx-auth input:not([type="submit"]), .bx-forgotpass-table input:not([type="submit"]){
    margin-bottom: 10px;
    border: 1px solid #b6b6b6!important;
    background: #fff;
}

.bx-auth-profile input[type=password], .bx-auth input[type=password], .bx-forgotpass-table input[type=password]{
    width: 385px;
    height: 45px;
    background: #fff;
   
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 14px;
    font-size: 13px;
    transition: all 0.3s;
}

.bx-auth-profile input[type=reset] {
    display: none;
}

.bx-registration-table td, .bx-auth-table td, .bx-forgotpass-table td {
    vertical-align: top;
    width: 50%;
}

td.bx-auth-label{
    text-align: left;
    font-weight: 400;
}

.catalog_b{

    width: calc(100% - 20px);
    height: 34px;
    background: rgba(145,0,180,.8);
    border: none;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    margin: 0 10px 14px;
    cursor: pointer;
    display: block;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}
.catalog_b:hover {
    background: rgba(145,0,180,1);
}

.navigation-title{
    display: none!important
}

.searh_top{
    position: absolute;
    top: 115px;
    left:62px;
}

.searh_top input[type=text]{
    
    height: 19px;
    float: left;
    padding: 0 42px 0 20px;
    background-color: #21222C;
    border:solid 1px #21222C;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    border: none;
    opacity: 0.5;
    color: #FFF;
    font: 400 13px/17px "Open Sans";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     width: 50px;
    padding-left: 0;
    paddgin-bottom:2px!important;
}

.searh_top:hover input[type=text], .searh_top input[type=text]:focus{
   width: 251px;
   padding: 0 42px 0 20px;
}



.searh_top input[type=submit] {
    width: 10px;
    height: 10px;
    background: url(/local/templates/lazurit/images/search.png) no-repeat 50% 50%/cover;
    border: none;
    opacity: 0.6;
    position: absolute;
    top: 5px;
    right: 9px;
    z-index: 2;
    cursor: pointer;
}

.bottom_menu{
    margin-top: 35px;
    text-align: center;
}

.bottom_menu a{
    display: inline-block;
    margin-top: 6px;
    text-transform: uppercase;
    opacity: 0.6;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 1px;
    margin:0 10px;
}

.offerta_text p{
    font-size: 12px!important;
    line-height: 14px!important;
    margin-bottom: 10px!important;
}

.offerta_submit{
    font-size: 12px!important;
}

.offer_item{
    display: none;
}

.offer_item.active{
    display: block;
}

.offers_change {
    margin-bottom: 20px;
}

.offers_change input{
    display: none;
}

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

.offers_change label div{
    padding:0 10px;
    line-height: 20px;
    border:solid 2px rgba(145,0,180,.8);
    color: rgba(145,0,180,.8);
    cursor: pointer;
}

.offers_change label :checked~div{
    color: #fff;
    background: rgba(145,0,180,.8);
}

.offer_price{
    display: none;
}

.offer_price.active{
    display: inline;
}

.offer_prop{
    display: none;
}

.offer_prop.active{
    display: inline;
}

.sale_icon{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f82927 ;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    right: 10px;
    font-size: 15px;
    top: 10px;
}

.cart_inner{
    position: relative;
}

.cardGallery{
    z-index: 20;
}

.sort_block{
    text-align: right;
    clear: both;
    position: relative;
    float: right;
    top: -21px;
    font-size: 12px;
}

.sort_block a{
    font-weight: 400;
    text-decoration: none;
    color: #484848;
    margin: 0 4px;
    display: inline-block;
}

.sort_block a.active{
    font-weight: 700;
    color: #000;
}

.catalog .cards .card h3{
    margin-left: 10px;
    margin-right: 10px;
}

.catalog .cards .card ul li{
    padding-left: 10px;
    padding-right: 10px;
}

.catalog .cards .card .price{
    padding-left: 10px;
    padding-right: 10px;
}

.recom_slider .bx-controls-direction a{
    position: absolute;

    width: 50px;
    display: block;
    height: 50px;
    
    text-indent: -10000px;
    top: 50%;
    margin-top: -25px;
}

.recom_slider .bx-controls-direction a.bx-prev{
    background: url(/local/templates/lazurit/images/left_2.png) 50% 50% no-repeat rgba(0,0,0,0.5);
    left: 0;
}

.recom_slider .bx-controls-direction a.bx-next{
    background: url(/local/templates/lazurit/images/right_2.png) 50% 50% no-repeat rgba(0,0,0,0.5);
    right:0;

}

.recom_slider .bx-controls-direction a:hover{
    background-color: rgba(0,0,0,0.7);
}

.recom_slider{
    position: relative;
}

.recom_slider  .card{
    margin-bottom: 0!important;
    height: 400px!important;
    box-shadow:none!important;
}

.recom_slider .card .card_button_box {
    display: block!important;
    position: absolute!important;
    width: 100%!important;
    bottom: 0!important;
    left: 0!important;
    padding-bottom: 0!important
}

.catalog .filter .filters{
    z-index: 10;
}

.bx-viewport ul{
    max-width: none
}

@media only screen and (max-width: 767px){
    .recom_slider  .card{
        width: 100%!important
    }
}
/* End */


/* Start:/local/templates/lazurit/css/adaprive.css?17440968558428*/
.mobile_show{
		display: none;
	}
@media only screen and (max-width: 767px) {
	*{
	max-width: 100%;
	min-width: 0!important
}	
	.slick-track{
		max-width: none;
	}
	.adapt-menu{ display:block; cursor:pointer; background:#f8f8f8;  height:35px; width:35px; padding:5px;  margin:60px 0 0 0;}	
	.adapt-menu span{ display:block; width:100%; height:2px; margin:0 0 5px; background:#333;}

	header{
		float: none;
		height: auto;
		padding: 0 10px;
	}

	.slick-slider{
		padding-top: 0px!important
	}

	.products .itemProducts{
		max-height: 320px
	}

	.leftColumn .image:hover{
		opacity: 1!important;
	}
	.descriptCard .shortDescr{
		position: relative;
		margin-top: 20px
	}
	header address{
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
		padding-bottom: 20px;
	}

	header nav{
		float: none;
		text-align: center;
		margin-left: 0px;
		height: 0px;
		overflow: hidden;
		margin-top: 0;
	}

	header nav.active{
		height: auto;
	}

	header nav ul.left-menu > li > a, nav ul.left-menu > li:hover > a{
		color:#000!important;
		background-color: transparent!important;
	}

	nav ul.left-menu > li > a.selected{
		color:#000;
		background: transparent;
	}

	nav ul.left-menu > li{
		display: block;
		background: none;
	}

	nav ul.left-menu li:hover ul li a{
		display: block!important;
		height: auto!important;
		width: auto!important;
		padding: 0!important
	}

	nav ul.left-menu li:hover ul li{
		height: auto!important;
		line-height: 21px!important;
	}

	nav ul.left-menu li:hover ul li:hover a{
		font-weight: 400!important
	}

	nav ul.left-menu li:hover ul li:hover{
		background: transparent!important;
	}

	header .logo{
		float: none;
	}

	footer .searchBlock input[type=text]{
		width: 100%;
	}

	footer{
		height: auto;
		padding-top: 20px
	}

	header address button{
		float: none;
		margin:20px auto 0;
	}

	header nav li{
		float: none;
		display: inline-block;
	}

	footer .logo{
		float: none;
		display: block;
    	text-align: center;
    	margin-top: 0

	}

	footer .left{
		width: auto;
		float: none;
	}

	footer .copy{
		float: none;
		text-align: center;
	}

	footer .copy~div{
		padding-top: 140px!important;
	}

	footer .searchBlock{
		float: none;
		margin-left: auto;
		max-width: 300px;
		margin-right: auto
	}

	.bottom_menu{
		margin-top: 20px;
	}

	footer .right{
		float: none;
		width: auto;
		margin:20px 10px;
	}

	footer address{
		float: none;
		margin-top: 0;
		text-align: center;
	}

	footer .social{
		text-align: center;
		float: none;
		margin: 20px auto 0;
	}

	section{

		padding:20px 10px 0!important;
	}

	.inform .newsBlock{
		margin-top: 0;
		width: 100%;
	}

	.inform .blogBlock{
		float: none;
		width:100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.inform .blogBlock h2, .inform .blogBlock p{
		margin-left: 0;
	}

	.products{
		height: auto;
		margin-bottom: 0
	}

	.products .itemProducts{
		margin: 0 20px 20px!important;
  		  width: calc(50% - 40px);
	}

	.products .itemProducts .image{
		overflow: hidden;
		height: auto;
	}

	.products .itemProducts .image img{
		width: 100%;
	}

	.mainSlider{
		padding-left: 0!important;
		padding-right:0!important;
	}

	.mainSlider .center{
		padding-left:10px;
		padding-right:10px;
	}

	.profile_link{
		top:45px;
	}

	.mainSlider .line{
		margin-bottom: 15px;
	}

	nav ul.left-menu > li{
		height: auto!important;
	}

	nav ul.left-menu li ul{
		display: block!important;
		position: relative!important;
		background: none!important;
		top:auto!important;
		box-shadow: none!important;
		
		width: 100%!important;
		margin:0 0 20px!important;
	}

	nav ul.left-menu li ul li{
		display: block;
		margin-right: 0!important
	}

	nav ul.left-menu li ul a{
		font-size: 12px;
		text-transform: none;
	}

	nav ul.left-menu li ul a:before{
		content: "- ";
	}

	nav ul.left-menu li ul:before{
		display: none!important;
	}

	.rightColumn{
		max-width: 72%;
	}

	.leftColumn{
		max-width: 25%;
		position: relative;
	}

	.container .breadcrumbs{
		margin-top: 0
	}

	.leftColumn .image{
		width: 100%;
		height: 175px;
		background-size: contain;
		margin-top: 20px;
		position: relative;
	}

	.leftColumn .image p, .leftColumn .imageHover p{
		font-size: 6px;
		margin:0;
		padding: 0 20px 0 10px;
	}

	.leftColumn .image p strong, .leftColumn .imageHover p strong{
		font-size: 8px;
	}

	.leftColumn nav~a{
		height: auto!important
	}

	.leftColumn .newsBlock{
		margin-top: 20px;
	}

	article figure{
		width: 100%;
		margin-left: 0
	}

	.detail_picture{
		height: auto;
	}

	.container h1{
		font-size: 30px;
		line-height: 35px;
	}

	article .products .itemProducts{
		width: calc(50% - 20px);
   		margin: 0 10px 20px!important;
	}

	article .products{
		margin-bottom: 20px;
		padding-top: 0!important;
		margin-top: 0
	}

	.catalog .cards{
		margin-top: 0;
	}

	.catalog .filter{
		margin-bottom: 20px;
 	   height: 14px;
	}

	.catalog .filter .filters{
		padding: 25px 26px 22px 23px;
	}
	

	.catalog .cards .card{
		width: calc(50% - 20px);
	    margin: 0 10px 20px;

	}

	.cardGallery .cardSlider img{
		width: 100%;
		height: auto;
	}

	.contentCard{
		height: auto;
	}

	.cardGallery .cardSlider{
		height: auto;
	}

	.descriptCard, .cardGallery{
		float: none;
		width: 100%
	}

	.descriptCard{
		padding: 0 10px 20px;
		height: auto;

	}

	.descriptCard p{
		margin-bottom: 0
	}

	.cardGallery .cardSliderNav{
		width: 100%;
		margin:0 10px 20px;
		height: auto;
	}

	.about .partnersBlock{
		width: 100%;

	}

	.about .partnersBlock .category{
		font-size: 15px!important;
	}

	ymaps{
		max-width: 100%!important;
	}

	input[type=text], .bx-auth-profile input[type=password], .bx-auth input[type=password], .bx-forgotpass-table input[type=password]{
		width: 260px;
	}

	.row{
		margin-right: 0!important;
		margin-left: 0!important
	}

	.bx-soa, .bx-soa-sidebar{
		padding:0!important;
	}

	.bx-soa-section-title-count{
		display: none!important
	}

	.popup{
		padding: 10px!important
	}


	.leftColumn .image:hover + .imageHover{
		display: none!important
	}

	.inform .blogBlock .link{
		margin-left: 0
	}

	

	.fancybox-close{
		right: 0!important;
		top:0!important;
	}

	.search-page input.search_submit{
		float: left;
		margin-top: 10px
	}

	article .video .title:before{
		top:-50px;
	}

	article .video .title:after{
		top:-35px;
	}

	.mobile_hide{
		display: none;
	}

	.mobile_show{
		display: block;
	}

	header address~a{
		top: 114px!important;
	}
}

@media only screen and (max-width: 450px) {

	.profile_link {
	    top: 155px;
	}

	.catalog .cards .card img{
		height: auto;
	}
}
@media only screen and (max-width: 375px) {
	.products .itemProducts{
		float: none;
		width: 100%;
		max-height: 370px;
		margin: 0 0 20px!important;
	}

	.profile_link{
		top:155px;
	}



	.rightColumn{
		max-width: 100%;
		float: none;
		margin-top: 0px;
	}

	.leftColumn{
		max-width: 100%;
		float: none;
		clear: both;
	}

	.container .breadcrumbs{
		margin-top: 30px
	}

	.leftColumn .image{
		height: 338px;
	}

	.leftColumn .image p, .leftColumn .imageHover p{
		bottom: 65px;
		font-size: 10px;
		width: 100%;
	}

	.leftColumn .image p strong, .leftColumn .imageHover p strong{
		font-size: 13px;
	}

	article .products .itemProducts{
		width: 100%;
		margin:0 0 20px!important;
   		display:block;
	}

	.catalog .cards .card{
		width: 100%;
		margin:0 0 20px!important

	}

	.catalog .cards .card img{
		float: none;
    margin: 0 auto 13px;
    display: block;
	}

	.bx_ordercart .bx_ordercart_order_pay_center .button1{
		margin-right: 20px !important
	}

	input[type=text], .bx-auth-profile input[type=password], .bx-auth input[type=password], .bx-forgotpass-table input[type=password]{
		width: 165px;
	}

	.bx-soa-section-content .btn.btn-default{
		width: 110px!important;
	}

	article .products .itemProducts{
		height: auto!important;
		padding-bottom: 10px!important
	}

	

	.contentCard{
		margin-bottom: 20px
	}

	.mainSlider .title{
		font-size: 15px;
	}

	.mainSlider .subtitle{
		font-size: 13px;
	}

	.mainSlider .center {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.slick-slider{
		padding-top: 0px!important
	}
	.searh_top:hover input[type=text], .searh_top input[type=text]:focus{
		width: 110px;
	}

	.products .itemProducts ul{
		float: none!important;
	}

	.leftColumn .image p, .leftColumn .imageHover p{
		padding: 0
	}

	.catalog .filter .filters {
	    padding: 25px 10px 22px 10px;
	}

	.catalog .filter .filters .option .params input{
		width: 77px;
	}
}
/* End */


/* Start:/local/templates/lazurit/components/bitrix/menu/.default/style.css?17440968551451*/
nav ul.left-menu > li{
position: relative;
height: 50px;
margin-right: 0;
}
nav ul.left-menu > li > a{
    padding: 5px 14px;
}
nav ul.left-menu li ul:before{
    display: block;
    width: 0px;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px transparent solid;
    border-bottom: 6px white solid;
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
}
nav ul.left-menu li ul{
    position: absolute;
    width: 190px;
    top:44px;
    margin-left: -55px;
    display: none;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.39);
}
nav ul.left-menu li:hover ul li{
    width: 100%;
    height: 52px;
    /*padding: 10px;*/
    text-align: center;
    line-height: 14px;
}
nav ul.left-menu li:hover ul li a {
    display: table-cell;
    /*display: block;*/
    text-align: center;
    vertical-align: middle;
   /* width: 180px;*/
    height: 54px;
    width: 190px;
    padding: 0px 10px;
}
nav ul.left-menu li:hover ul li:hover{
    background-color: #F3F3F3;
}
nav ul.left-menu li:hover ul li:hover a{
    font-weight: bold;
}
nav ul.left-menu > li > a{
    display: block;
}
nav ul.left-menu > li:hover > a{
    color: white;
    background-color: #2E2E2E;
}
nav ul.left-menu > li:hover{

}
nav ul.left-menu li:hover ul{
    display: block;
    z-index: 1000;
    background-color: white;
}
/* End */


/* Start:/local/templates/lazurit/components/bitrix/search.title/top_search/style.css?17440968552108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/lazurit/components/bitrix/search.title/top_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/lazurit/components/bitrix/search.title/.default/style.css?17440968552108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/lazurit/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */
/* /local/templates/lazurit/css/clear.css?1744096855962 */
/* /local/templates/lazurit/fancybox/jquery.fancybox.css?17440968554978 */
/* /local/templates/lazurit/css/slick.css?17440968551867 */
/* /local/templates/lazurit/css/slick-theme.css?17440968552930 */
/* /local/templates/lazurit/styles.css?177219079864573 */
/* /local/templates/lazurit/css/adaprive.css?17440968558428 */
/* /local/templates/lazurit/components/bitrix/menu/.default/style.css?17440968551451 */
/* /local/templates/lazurit/components/bitrix/search.title/top_search/style.css?17440968552108 */
/* /local/templates/lazurit/components/bitrix/search.title/.default/style.css?17440968552108 */
