

/* Start:/local/templates/main/fonts/stylesheet.css?15244950251364*/
/* This stylesheet generated by Transfonter (http://transfonter.org) */

@font-face {
	font-family: 'PF Din Text Cond Pro';
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Bold.eot');
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Bold.woff') format('woff'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Text Cond Pro';
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Regular.eot');
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Regular.woff') format('woff'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Text Cond Pro';
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Light.eot');
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Light.woff') format('woff'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Text Cond Pro';
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Medium.eot');
	src: url('/local/templates/main/fonts/PFDinTextCondPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Medium.woff') format('woff'),
		url('/local/templates/main/fonts/PFDinTextCondPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* End */


/* Start:/local/templates/main/css/jquery.bxslider.css?15244950253638*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 23px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/main/css/../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d8d3c7;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 0;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 0;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-prev {
	left: -70px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/css/../img/prev2.png);
}

.bx-wrapper .bx-next {
	right: -70px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/css/../img/next2.png);
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/main/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/main/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/main/css/jquery.arcticmodal-0.3.css?1515571561654*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/local/templates/main/css/loading.gif) no-repeat 50% 50%; }
/* End */


/* Start:/local/templates/main/css/simple.css?1515571561260*/
.box-modal {
	position: relative;
	padding: 33px;
	background: #fff;
	color: #000;
}
.box-modal_close { position: absolute; right: 4px; top: 4px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
/* End */


/* Start:/local/templates/main/css/selectric.css?15155715613197*/
/*======================================================================
  Selectric
======================================================================*/

.selectricWrapper {
  position: relative;
  width: 220px;
  cursor: pointer;
text-align:left;
margin: 0 auto;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  border: 1px solid #E7E7E7;
  background: #fff;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  line-height: 21px;
  color: #444;
  min-height: 21px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;

  
    border-color: #000 transparent ;
    border-image: none;
    border-style: solid solid none;
    border-width: 7px 4px medium;
  

  border-bottom: none;
}

.selectricHover .selectric {
  border-color: #CCC;
}





.selectricOpen {
  z-index: 9999;
}


.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */

.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  background-color: #fff;
  left: 0;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}

.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #000;
  cursor: pointer;
}

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
/* End */


/* Start:/local/templates/main/css/addit.css?152775885349527*/

/*** 30.10.2017 - 10.01.18 ******************************************************/
.clearfix:after{
    content:" ";
    display:block;
    height:0px;
    clear:both;
}

.logo.main-logo{
    display:inline-block;
}
.logo.main-logo img{
    height:116px;
}
.container.header-container{
    position:relative;
    z-index:99;
    text-align:center;
}
.nav .main-menu>li>a{
    font-size:13px;
    font-weight:600;
}
.slider-main{
    margin-top:18px;
    position:relative;
}
.slider-main .container{
    position:relative;
}
.main-slider-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-transform:uppercase;
    font-size:60px;
    color:#805d58;
    font-weight:300;
    text-align:center;
    font-family:"Caviar Dreams", sans-serif;
    padding:30px;
    /*background: rgba(255, 255, 255, 0.3);*/
}
@media screen and (min-width:100px) and (max-width:1259px){
    .main-slider-text {
        font-size:48px;
    }
}
.catalog-section-big-image{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    position:relative;
    z-index:3;
    height:330px;
    overflow: hidden;
}
.catalog-section-big-image-overlay-wrapper{
    top:50%;
    left:0px;
    transform:translateY(-50%);
    position:absolute;
    padding:0px 0px 0px 0px;
    width:100%;
}

.catalog-section-big-image-overlay{
    width:100%;
    padding:15px 20% 30px 20%;
    background:rgba(0,0,0, 0.4);
    text-align:center;
    color:#FFF;
}
.catalog-section-big-image-title {
    font-size: 32px;
    font-weight: 300;
}
.catalog-section-big-image-text{
    padding-top:10px;
    font-size:15px;
    font-weight: 300;
}

.main-page-categories-blocks-text{
    position:static;
    vertical-align: middle;
    display:table-cell;
    width:100%;
}

.categories.main-page-categories ul li{
    height:auto;
    margin-right:0px;
    float:none;
}
.categories.main-page-categories ul li a{
    background:none;
}

/*** 10.01.18 - ~ ******************************************************/
.front-page-black-button{
    text-decoration:none;
    display: inline-block;
    background: #333;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    border-radius: 4px;
}
section.order #order_form_div{
    color:#696969;
}
section.order #order_form_div .bx_ordercart_itemtitle,
section.order #order_form_div .process-order-item-list-item-title a{
    letter-spacing: 0px;
    color:#696969;
    text-decoration: none;
}
section.order #order_form_div .process-order-item-list-item-title a:hover{
    text-decoration: underline;
}
section.order .bx_description strong,
section.order #order_form_div .bx_result_price{
    color:#696969 !important;
}
section.order #order_form_div h4{
    font-size:16px;
}
section.order .bx_ordercart_order_sum td{
    padding-top:6px;
    padding-bottom:6px;
    font-size:16px;
}
#order_form_content .bx_block{
    font-size:15px;
    margin:10px 0px 10px 0px;
    padding:0px;
}
.header-black-line-zone{
    height:40px;
    background:#333;
    z-index:121;
    position:relative;
}
.header-profile-links{
    display:flex;
}
.header-profile-links>li{
    float:left;
}
.header-profile-links>li{
    font-size:12px;
}
.header-profile-links>li:first-child{
    margin-right:10px;
}
.header-profile-links>li:nth-child(3){
    margin-left:10px;
    margin-right:10px;
}
.header-phone{
    position:absolute;
    left:0px;
    top:50%;
    transform:translateY(-50%);
    font-size:14px;
}

.header-wish-list-link-wrapper,
.header-search-link-wrapper{
    display:inline-block;
    text-align:left;
    position:relative;
}
.header-login>a{
    line-height:36px;
    color:#FFF;
}
.header-inner-login,
.header-cart{
    color:#696969;
}
.header-wish-list-link,
.header-cart-link,
.header-search-link{
    margin-top:3px;
    font-size:0px;
    width:32px;
    height:32px;
    background-position:center center;
    background-repeat: no-repeat;
    display:block;
    cursor:pointer;
}
.header-wish-list-link:hover,
.header-cart-link:hover,
.header-search-link:hover,
.header-search-link.active{
    transition:ease-in 0.14s;
    opacity:0.6;
}
.header-wish-list-link{
    position:relative;
    display:block;
    background-size:26px 26px;
    background-image:url('/local/templates/main/img/heart.png');
}
.header-wish-list-link.active{
    background-image:url('/local/templates/main/img/heart_active.png');
}
.header-wish-list-link .count-label {
    display:none;
}
.header-wish-list-link.active .count-label{
    position:absolute;
    top:0px;
    display:block;
    width:18px;
    height:18px;
    left:22px;
    font-size:13px;
    line-height:18px;
    color:#fff;
    background:rgba(234,128,57, 0.8);
    border-radius:16px;
    font-weight:bold;
    text-align:center;
}

.header-cart-link {
    background-size:28px 28px;
    background-image:url('/local/templates/main/img/bag.png');
}
.header-cart-link.active{
    position:relative;
    background-image:url('/local/templates/main/img/bag_active.png');
}
/*
.header-cart-link.active:after{
    content:attr(data-count);
    position:absolute;
    color:#FFF;
    font-size:13px;
    line-height:18px;
    text-align:center;
    font-weight:bold;
    top:0px;
    right:-4px;
    width:18px;
    height:18px;
    border-radius:20px;
    background:rgba(234,128,57, 0.8);
}
*/
.header-search-link{
    background-size:32px 32px;
    background-image:url('/local/templates/main/img/search.png');
}

.slider-main-right-content-wrapper{
    background: rgba(14, 14, 14, 0.3);
    width: 294px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 8;
}
.main-slider-right-content-title{
    font-size:20px;
    text-align:center;
    margin-top:60px;
    color:#FFF;
    padding-left:10%;
    padding-right:10%;
}
.main-slider-right-content-description{
    text-transform: uppercase;
    color:#FFF;
    text-align:center;
    margin-top:95px;
    font-size:28px;
    padding-left:10%;
    padding-right:10%;
}
.main-slider-right-content-button-wrapper{
    text-align:center;
    padding-top:100px;
}
.main-slider-right-content-button-wrapper a{
    display:block;
}
#partners-carousel{
    padding-top:10px;
}
#top-sale-carousel .owl-wrapper-outer,
#partners-carousel .owl-wrapper-outer{
    margin:0 auto;
}
.front-page-carousel-wrapper{
    position:relative;
    z-index:2;
    width:1140px;
    margin:0 auto;
}
.front-page-carousel-wrapper.partners-carousel-wrapper{
    width:1100px;
}
.front-page-carousel-wrapper .owl-carousel div.item{
    margin-left:auto;
    margin-right:auto;
}
#top-sale-carousel .owl-controls,
#partners-carousel .owl-controls{
    position:absolute;
    z-index:2;
    width:100%;
    height:30px;
    margin-top:0px;
}
#top-sale-carousel .owl-controls{
    top:109px;
}
#partners-carousel .owl-controls {
    top:0px;
}
#top-sale-carousel div.owl-prev,
#partners-carousel div.owl-prev{
    top:0px;
    left:-31px;
    background-image:url("/local/templates/main/img/arrows/left.png");
}
#partners-carousel div.owl-prev{
    top:10px;
    left:-51px;
}
#top-sale-carousel div.owl-item{
    text-align:center;
}
#top-sale-carousel div.owl-item img{
    height:242px;
    display:inline-block;
}

#top-sale-carousel div.owl-next,
#partners-carousel div.owl-next,
#top-sale-carousel div.owl-prev,
#partners-carousel div.owl-prev{
    width:18px;
    height:30px;
    border-radius:0px;
    -webkit-border-radius: 0px;
    background-size:18px 30px;
    background-color:initial;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    margin:0px;
    z-index:4;
}
#top-sale-carousel span.divide-name,
#top-sale-carousel span.divide-price{
    display:block;
}

#top-sale-carousel div.owl-next,
#partners-carousel div.owl-next{
    background-image:url("/local/templates/main/img/arrows/right.png");
    top:0px;
    right:-30px;
}
#partners-carousel .owl-wrapper-outer{
    max-width:1080px;
    z-index:10;
}

#partners-carousel div.owl-next{
    top:10px;
    right:-51px;
}
.main-page-blog-section{
    margin-bottom:60px;
    margin-top:20px;
    text-align:center;
}
.main-page-block-title{
    padding-top:10px;
    padding-bottom:10px;
    font-size:24px;
    letter-spacing:0px;
}

.main-page-blog-block-content{
    width:50%;
    padding-top:20px;
    margin-left:auto;
    margin-right:auto;
    text-align:Center;
}
.main-page-blog-block-link-wrapper{
    padding-top:25px;
    padding-bottom:17px;
    text-align:Center;
}
#partners-carousel  li.item{
    text-align:center;
    height:50px;
    max-height:50%;
    opacity:0.6;
    filter:grayscale(100%);
    position:relative;
}
#partners-carousel  li.item:hover{
    transition:ease-out 0.14s;
    filter:grayscale(0%);
    opacity:1;
}
#partners-carousel  li.item>a>img{
    display:inline-block;
    max-height:50px;
    position:absolute;
    top:50%;
    transform:translate(-50%, -50%);
    left:50%;
}
.container.main-page-big-image img{
    width:1200px;
}
.main-page-pillow-block{
    padding-top:35px;
    padding-bottom:20px;
}
.main-page-pillow-wrapper{
    position:relative;
    text-align:center;
}
.main-page-pillow-content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}
.main-page-pillow-content .content-line{
    width:60%;
    display:inline-block;
    text-transform: uppercase;
    color:#446688;
}
.main-page-pillow-subscribe-button-wrapper {
    padding-top:30px;
}
.front-page-designers-choice-wrapper{
    width:1200px;
    margin:0 auto;
    padding-bottom:60px;
}
#designers-choice-list li{
    float:left;
    width:300px;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
}
#designers-choice-list li a{
    display:block;
    text-decoration: none;
}
#designers-choice-list li a>img{
    display:inline-block;
    width:320px;
}
#designers-choice-list li a .designers-choice-content{
    width:240px;
    display:inline-block;
}
#designers-choice-list li a .designers-choice-content>span{
    display:block;
    color:#696969;
}
.front-page-instagram-top-block{
    text-align:center;
}
.front-page-instagram-top-block>p{
    margin-top:15px;
    margin-bottom:15px;
}

.front-page-instagram-wrapper{
    padding-top:15px;
    padding-left:10px;
    padding-right:10px;
}
.front-page-instagram-photo-list{
    padding-top:15px;
    padding-bottom:15px;
}
.front-page-instagram-photo-list li{
    float:left;
    width:20%;
    padding-left:5px;
    padding-right:5px;
}
.top-block-instagram-link-wrapper{
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.top-block-instagram-link{
    text-decoration:none;
    display: inline-block;
    background: #333;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    border-radius: 4px;
}
.main-page-bottom-block{
    padding-top:40px;
    padding-bottom:60px;
}
.main-page-bottom-block .bottom-block-top-image{
    position:relative;
}
.main-page-bottom-block .bottom-block-top-image img{
    display:block;
}
.main-page-bottom-block .bottom-block-top-image .image-overlay-container{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}
.main-page-bottom-block .bottom-block-top-image .image-overlay-container:hover{
    transition:ease-in 0.14s;
    background:rgba(255,255,255, 0.1);
}
.main-page-bottom-block .bottom-block-top-image .image-overlay-wrapper{
    position:absolute;
    top:50%;
    width:90%;
    left:50%;
    transform:translate(-50%, -50%);
    padding-top:35px;
    padding-bottom:35px;
    background:rgba(255, 255, 255, 0.5);
    text-align:center;
}

.main-page-bottom-block .bottom-block-top-image .image-overlay-wrapper>.content-title{
    font-size:24px;
    padding-bottom:10px;
}
.main-page-bottom-block .bottom-block-top-image .image-overlay-wrapper>.content{
    color:#696969;
    width:66%;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    line-height:1.4;
    font-weight:400;
}
.main-page-bottom-block .bottom-block-bottom-container{
    margin-top:60px;
    padding-top:35px;
    padding-bottom:35px;
    background:#A6A6A6;
    width:650px;
    margin-left:auto;
    margin-right:auto;
    border-radius:12px;
}
.main-page-bottom-block .bottom-block-bottom-container .left-part,
.main-page-bottom-block .bottom-block-bottom-container .right-part{
    width:50%;
    float:left;
    text-align:center;
}

.main-page-bottom-block .bottom-block-bottom-container .left-part{
    text-align:right;
    padding-right:20px;
    padding-left:45px;
}

.main-page-bottom-block .bottom-block-bottom-container .right-part{
    text-align:left;
    padding-left:20px;
    padding-right:45px;
}
.main-page-bottom-block .bottom-row-button{
    color:#fff;
    width:260px;
    text-align:center;
    border:1px solid #FFF;
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    padding:8px;
    font-size:13px;
}
.main-page-bottom-block .bottom-row-button a{
    color:#FFF;
    z-index:3;
    text-decoration:none;
}
.main-page-bottom-block .bottom-row-button:before{
    content:'';
    width:254px;
    border:1px solid #FFF;
    height:90%;
    position:absolute;
    left:2px;
    top:5%;
    z-index:2;
}

.main-page-bottom-block .bottom-block-bottom-container .top-row-icons{
    width:260px;
    height:72px;
    overflow-y:hidden;
    margin:0 auto;
}

.main-page-bottom-block .bottom-block-bottom-container .top-row-icon-wrapper{
    width:50%;
    float:left;
    padding-bottom:20px;
    text-align:center;
}
.main-page-bottom-block .bottom-block-bottom-container .top-row-icon-wrapper img{
    max-height:32px;
}

.main-page-bottom-block .bottom-block-bottom-container .top-row-icon-wrapper .icon-description{
    color:#FFF;
    font-size:14px;
}
.main-slider-right-content-button-wrapper .front-page-black-button{
    background:rgba(234,128,57, 0.55);
}

.main-slider-right-content-button-wrapper .front-page-black-button:hover{
    transition:ease-in 0.14s;
    background:rgba(234,128,57, 1);
}

.catalog-section-left-menu{
    width:290px;
    float:left;
    padding:0px 15px 0px 34px;
    border-right:1px solid #F9F9F9;
    position:relative;
    text-align:left;
}
.catalog-section-right-content{
    width:910px;
    float:left;
    padding-left:20px;
    padding-right:20px;
}
.catalog-section-right-content ul.catalog-list>li,
.new-products-section>ul>li,
.favorite-products-section>ul>li{
    margin-left:24px;
    margin-right:24px;
    width:242px;
    background:#FFF;
    float: left;
    text-align: center;
    height: 322px;
    margin-bottom: 10px;
}

.catalog-section-right-content ul.catalog-list>li a{
    height:242px;
    background:#FFF;
    overflow-y:hidden;
}
.catalog-section-right-content ul.catalog-list>li a img{
    max-width:242px;
    width:242px;
}
.footer {
    text-align: left;
    padding-top:15px;
}
.footer-wrapper{
    padding: 35px 30px 30px 30px;
    border-top:1px solid #F0F0F0;
}
.footer .footer-block{
    float:left;
    width:228px;
}
.footer .footer-block ul>li{
    margin-bottom:5px;
}
.footer .footer-block-header{
    text-transform: uppercase;
    padding-bottom:12px;
    font-size:16px;
    font-weight:600;
    font-family:'Open Sans', sans-serif;
}
.footer-block .social{
    margin-left:-8px;
    margin-right:-8px;
}
.footer-block-links-list>li>a{
    color:#696969;
    text-decoration:none;
}
.footer-block-links-list>li>a:hover{
    text-decoration:underline;
}

.main-menu>li:first-child>a{
    color:#D00;
}
.post-preview-title{
    text-transform:initial;
}
.last-post-preview-pic{
    width:780px;
    float:left;
    margin-right:20px;
}

.last-post-preview-pic img{
    width:780px;
}
.last-post-preview{
    height:460px;
    position:relative;
    width:1200px;
    display:block;
}
.last-post-preview-info{
    padding-left:20px;
    padding-right:20px;
    float:left;
    width:390px;
    position:absolute;
    top:50%;
    left:800px;
    color:#696969;
    transform:translateY(-50%);
}
.last-post-preview-date{
    margin-bottom:10px;
}
.last-post-preview-title{
    font-size:30px;
    color:#494949;
}
.last-post-preview-description{
    font-size:15px;
    margin-top:10px;
}
.post-preview-description{
    margin-top:6px;
    margin-bottom:8px;
    font-size:15px;
}
.new-products-section-title{
    text-align:Center;
    padding-top:10px;
    padding-bottom:30px;
    font-size:22px;
}
.catalog-section-right-content.extended{
    width:1200px;
}
.section-empty-catalog-list{
    text-align:left;
    font-size:14px;
    margin-top:26px;
    margin-left:32px;
    font-weight:500;
}
.catalog-category-element-wrapper{
    width:100%;
    padding-left:12px;
    padding-right:12px;
    overflow:hidden;
}
.catalog-category-element{
    position:relative;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    height:200px;
    overflow:hidden;
}
.catalog-category-element-inner-title-wrapper{
    position:absolute;
    width:333px;
    top:0px;
    left:0px;
    height:100%;
    background:rgba(40, 40, 40, 0.1);
}
.catalog-category-element-inner-description-wrapper{
    position:absolute;
    width:513px;
    top:0px;
    left:333px;
    height:100%;
    background:rgba(40, 40, 40, 0.1);
}
.catalog-category-element-inner-description,
.catalog-category-element-inner-title {
    color: #FFF;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.catalog-category-element-inner-title {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}
.catalog-category-element-inner-description{
    font-size: 20px;
    font-weight:300;
    font-family:"Fira Sans", sans-serif;
    letter-spacing: -1px;
}
.catalog-inner-category-wrapper{
    margin-bottom:18px;
    margin-top:6px;
}
.catalog-inner-category-wrapper h3{
    margin-bottom:30px;
    letter-spacing: unset;
    font-weight:bold;
}
.style-guide-list{
    padding-left:12px;
    padding-right:12px;
}
.style-guide-list li{
    height:300px;
    position:relative;
    margin-bottom:40px;
}
.style-guide-list li>a{
    display:block;
    position:relative;
}
.style-guide-list li>a .style-guide-list-element-overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:423px;
    background:rgba(0,0,0, 0.3);
    height:300px;
    z-index:12;
}
.style-guide-list li>a .style-guide-list-element-content{
    position:absolute;
    transform:translateY(-50%);
    top:50%;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    color: #FFF;
    display: block;
    text-align: center;
}

.style-guide-list li>a .style-guide-list-element-title{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
}
.style-guide-list li>a .style-guide-list-element-text{
    font-size:14px;
    padding-top:16px;
    font-weight:300;
    line-height:1.3;
}
.styleguide-section-slider-wrapper{
    margin-bottom:45px;
    max-height:435px;
}
.styleguide-section-slider{
    overflow:hidden;
}

.slider-main .bx-wrapper .bx-prev{
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/img/arrows/white/left.png);
    background-size:14px 26px;
    background-position:center center;
    border-top-right-radius: 6px;
}
.slider-main .bx-wrapper .bx-next{
    right: 0px;
    background-repeat: no-repeat;
    background-position:center center;
    background-image: url(/local/templates/main/img/arrows/white/right.png);
    background-size:14px 26px;
    border-top-left-radius: 6px;
}
.slider-main .bx-wrapper .bx-prev,
.slider-main .bx-wrapper .bx-next {
    opacity:0.4;
}
.styleguide-section-slider-wrapper .bx-wrapper .bx-prev {
    left:0px;
    background-image: url(/local/templates/main/img/arrows/white/left.png);
    background-size:18px 32px;
    background-repeat: no-repeat;
    background-position:center center;
}
.styleguide-section-slider-wrapper .bx-wrapper .bx-next {
    right:0px;
    background-image: url(/local/templates/main/img/arrows/white/right.png);
    background-size:18px 32px;
    background-repeat: no-repeat;
    background-position:center center;
}

.slider-main .bx-wrapper .bx-prev:hover,
.slider-main .bx-wrapper .bx-next:hover {
    opacity: 0.8;
}

.slider-main .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom:0px;
    outline: 0;
    width: 36px;
    height: 44px;
    text-indent: -9999px;
    z-index: 12;
    background-color:rgba(0,0,0, 0.3);
}
.styleguide-section-slider-wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top:50%;
    outline: 0;
    width: 36px;
    height: 100%;
    transform:translateY(-50%);
    text-indent: -9999px;
    z-index: 12;
}
.styleguide-section-slider-wrapper .bx-wrapper .bx-controls-direction a:hover{
    transition:ease-in 0.14s;
    -webkit-transition:ease-in 0.14s;
    -moz-transition:ease-in 0.14s;
    -ms-transition:ease-in 0.14s;
    -o-transition:ease-in 0.14s;
    background-color:rgba(0,0,0, 0.3);
    height:100%;
}
section.personal,
section.favorites,
section#search-page,
section#about-us-section-page,
section.contacts,
section.about-us-page,
section.howto,
section#sertifikaty-page,
section.login,
section#error-page,
section.payment-result-page{
    margin-top:30px;
}
section#search-page,
section.about-us-page,
section.login,
section#error-page{
    margin-bottom:30px;
}
section.payment-result-page{
    text-align:center;
    font-size:22px;
}
body,html{
    height:100%;
}
#content-root-wrapper{
   height:100%;
}
#content-wrapper{
    min-height:100%;
    padding-bottom:196px;
}
#content-root-wrapper .footer{
    margin-top:-196px;
}
.breadcrumbs{
    border-bottom:1px solid #F0F0F0;
}
.posts-list{
    float:left;
}
.top-posts-block-wrapper{
    float:left;
    padding-top:50px;
    padding-left:40px;
    padding-right:40px;
    width:380px;
    height:100%;
}
.top-posts-block-title{
    font-family:'Fira Sans', sans-serif;
    font-size:13px;
    text-transform: uppercase;
    font-weight:600;
    padding-bottom:15px;
    border-bottom:2px solid #F0F0F0;
    margin-bottom:15px;
}
.top-posts-block-wrapper a{
    text-decoration: none;
    color:#696969;
}
.top-posts-element-wrapper{
    margin-bottom:10px;
}
.top-posts-element-content{
    padding-left:130px;
    padding-top:10px;
}
.top-posts-element-image{
    float:left;
}
.top-posts-element-image{
    max-width:120px;
}
.header-black-line-container{
    position:relative;
    color:#FFF;
    width:1200px;
    font-size:13px;
    margin-left:auto;
    margin-right:auto;
    height:40px;
}
.header-profile-links{
    right:0px;
    position:absolute;
}
.search-panel-search-line-container{
    position:absolute;
    top:50px;
    display:none;
    right:0px;
}
.search-panel-search-line-container{
    width:210px;
}
.search-panel-submit-wrapper{
    float:right;
    width:10%;
}
.search-panel-search-line-container input{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    padding: 6px 8px;
    width: 100%;
}
#search-page input[name="q"]{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    padding: 6px 8px;
}
#search-page select[name="where"]{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    padding: 5px 8px;
    margin-top:0px;
}
#search-page input[value="Искать"]{
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#search-page a{
    color:#696969;
}
.container.dev-page{
    margin-top:60px;
}
font.notetext{
    color:#449944;
}
.cart-left-inner-price {
    font-weight: 300;
    float:left;
    line-height:30px;
    margin-right:8px;
}
.cart-right-inner-price {
    font-size: 18px;
    line-height:30px;
    display:inline-block;
}
.product-card-right-inner-price{
    padding-top:10px;
    font-size:17px;
}
.product-card-right-part-title {
    font-size: 24px;
}
.product-card-color-element{
    float:left;
    margin-right:12px;
}
.product-card-colors-list{
    display:inline-block;
}
.product-card-sizes-switcher-sizes-wrapper .product-card-size-list{
    margin-left:0px;
}
.product-card-color-switcher-wrapper{
    margin-top:60px;
}
.product-card-sizes-switcher-top-line{
    width:260px;
    margin-top:15px;
}
.product-card-sizes-switcher-top-line .product-card-sizes-switcher-title{
    line-height:35px;
}

.product-card-sizes-switcher-top-line .product-card-sizes-switcher-table-link{
    padding-top:10px;
}
.product-card-sizes-switcher-top-line .product-card-sizes-switcher-table-link-value{
    position:relative;
}
.product-card-sizes-switcher-table-link-value a{
    text-decoration: none;
    color:#696969;
}
.product-card-sizes-switcher-top-line .product-card-sizes-switcher-table-link-value:after{
    content: '';
    position:absolute;
    bottom:0px;
    left:0px;
    height:2px;
    width:100%;
    border-bottom:1px dashed #696969;
}
.product-card-sizes-switcher-top-line>div{
    float:left;
    width:50%;
}
.product-card-sizes-switcher-top-line>div:last-child{
    text-align:right;
}
.product-card-color-switcher-title{
    margin-bottom:10px;
}
.card-block-price{
    clear:both;
}
.product-card-color-element{
    position:relative;
    height:34px;
    width:34px;
    cursor:pointer;
    border-radius:34px;
}
.product-card-color-element img{
    border-radius:100%;
}
.product-card-color-element.selected:after{
    content:' ';
    position:absolute;
    width:34px;
    height:34px;
    border-radius:100%;
    background:rgba(0,0,0, 0.1);
    top:0px;
    left:0px;
}
.product-card-color-element.selected:before{
    content:'';
    z-index:2;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:url(/local/templates/main/img/check.svg) no-repeat center center;
    background-size: 14px 14px;
    width:20px;
    height:13px;
    font-weight:bold;
}
.product-card-left-part-wrapper {
    width:63%;
    float: left;
}
.product-card-right-part-wrapper{
    width:37%;
    float: right;
    padding-top:15px;
}
.product-card-sizes-switcher-table-link{

}
.selectricWrapper{
    width:260px;
}
.product-card-add-to-cart-button-wrapper{
    margin-top:25px;
}
.product-card-add-to-cart-button{
    text-align:center;
    width:260px;
    float:left;
    margin-right:22px;
}
.product-card-add-to-cart-wishlist{
    width:22px;
    height:22px;
    margin-top:6px;
    background:url(/local/templates/main/img/heart_black.png) no-repeat center center;
    background-size: 22px 22px;
    display:inline-block;
    cursor:pointer;
}
.product-card-description-block-wrapper{
    margin-top:45px;
}
.product-card-description-content-toggle{
    margin-bottom:20px;
    font-size:14px;
    font-weight:500;
    color:#494949;
    position:relative;
    font-family:'Fira Sans', sans-serif;
}
.product-card-description-content-toggle:before{
    content:' ';
    transition:ease-in 300ms;
    position:absolute;
    left:-25px;
    top:3px;
    width:20px;
    height:10px;
    background:url(/local/templates/main/img/arrows/down.png) no-repeat center center;
    background-size:10px 5px;
}
.product-card-add-to-cart-button{
    cursor:pointer;
}
.product-card-add-to-cart-error-info{
    margin-top:10px;
    color:#D00;
    font-size:14px;
    display:none;
}
.bx_ordercart_order_table_container .chosen_property{
    color:#696969;
    line-height:22px;
}
.bx_ordercart_order_table_container .chosen_property img{
    width:16px;
    margin:3px;
}
.catalog-element,
.favorite-element{
    position:relative;
}
.catalog-element .favorite-button,
.favorite-element .favorite-button{
    position:absolute;
    background:url(/local/templates/main/img/heart_list.png) no-repeat center 8px;
    background-size:26px 26px;
    top:4px;
    right:4px;
    width:32px;
    height:32px;
    z-index:2;
    cursor:pointer;
}
.catalog-element .favorite-button:not(.active),
.favorite-element .favorite-button:not(.active) {
    display:none;
}
.catalog-element:hover .favorite-button,
.favorite-element:hover .favorite-button{
    display:block;
}
.catalog-element .favorite-button:hover,
.favorite-element .favorite-button:hover{
    transition:ease-in 0.14s;
}
.catalog-element .favorite-button.active,
.favorite-element .favorite-button.active{
    transition:ease-in 0.14s;
    background:url(/local/templates/main/img/heart_list_active.png) no-repeat center 8px;
    background-size:26px 26px;
}
.catalog-element.favorite-element a>img{
    height:242px;
}
.product-card-add-to-cart-wishlist.active{
    transition:ease-in 0.14s;
    background: url(/local/templates/main/img/heart_list_active.png) no-repeat center center;
    background-size: 22px 22px;
}
.top-menu-dropdown-categories{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.catalog-category-list.top-menu-dropdown-categories li.catalog .catalog-category-element {
    height:165px;
}
.catalog-category-list.top-menu-dropdown-categories li.styleguide .catalog-category-element {
    height:247px;
}
.catalog-category-list.top-menu-dropdown-categories li.catalog .catalog-category-element .catalog-category-element-inner-title-wrapper{
    width:274px;
}
.catalog-category-list.top-menu-dropdown-categories li.catalog .catalog-category-element .catalog-category-element-inner-description-wrapper{
    left:274px;
    width:422px;
}
.catalog-category-list.top-menu-dropdown-categories li.styleguide .catalog-category-element .catalog-category-element-inner-title-wrapper{
    width:348px;
}
.catalog-category-list.top-menu-dropdown-categories li.styleguide .catalog-category-element .catalog-category-element-inner-description-wrapper{
    width:348px;
    left:348px;
    background:rgba(0,0,0, 0.2);
}
.catalog-category-list.top-menu-dropdown-categories li.styleguide .catalog-category-element .catalog-category-element-inner-description{
    font-size:15px;
    width:80%;
}
.catalog-category-list.top-menu-dropdown-categories .catalog-category-element .catalog-category-element-inner-title{
    text-transform: uppercase;
    font-weight: 300;
    font-size:24px;
    font-family:"Fira Sans", sans-serif;
}
.product-card-description-content-wrapper{
    display:none;
    font-family:"Open Sans", sans-serif;
    line-height:1.5;
    font-size:13px;
}
.product-card-description-content-toggle{
    cursor:pointer;
}
.product-card-description-content-toggle.active:before{
    transition:ease-in 300ms;
    transform:rotate(180deg);
}
#product-card-left-big-images .owl-controls{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    margin-top:0px;
}

#product-card-left-big-images .owl-controls .owl-prev,
#product-card-left-big-images .owl-controls .owl-next{
    background-size:18px 30px;
    position:absolute;
    top:-25px;
    width:18px;
    height:50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color:initial;
}

#product-card-left-big-images .owl-controls .owl-prev{
    left:-50px;
    background-image:url(/local/templates/main/img/arrows/left.png);
}
#product-card-left-big-images .owl-controls .owl-next{
    background-image:url(/local/templates/main/img/arrows/right.png);
    right:-50px;
}
.product-card-left-big-images-wrapper{
    width:90%;
    max-width:calc(100% - 96px);
    float:left;
    text-align:center;
}
#product-card-left-big-images {
    position: relative;
    padding-top:17px;
    margin:0 auto;
    width:380px;
    text-align:left;
}

#product-card-left-big-images>div{
    float:left;
}
#product-card-left-big-images span.pluse-button,
.sert-list span.pluse-button
{
    background-repeat:no-repeat;
    width:48px;
    height:48px;
    position:absolute;
    left:50%;
    top:50%;
    line-height:40px;
    font-size:40px;
    margin-top:-20px;
    marign-left:-20px;
    color:#fff;
    display: none;
    z-index: 10000;
    pointer-events: none;
    background: none !important;
}

#product-card-left-thumbs {
    padding-top: 20px;
    float:left;
    width:15%;
    margin-left:26px;
    max-width:70px;
}
#product-card-left-thumbs img, #largeImage {
    background-color: white;
    cursor: pointer;
}
#product-card-left-thumbs .active {
    outline:1px solid #696969;
}
#vertical-carousel > div {
    width: 70px;
    height: 70px;
    margin-top: 12px;
}
#product-card-left-thumbs img:hover {
    opacity: 0.8;
}
#product-card-left-big-images a.fancybox {
    display: block;
    padding: 0;
    background: black;
}
#product-card-left-thumbs #vertical-carousel-wrapper{
    position:relative;
}
#product-card-left-thumbs #vertical-carousel-wrapper .prev-button,
#product-card-left-thumbs #vertical-carousel-wrapper .next-button {
    position:absolute;
    width:50px;
    height:30px;
    cursor:pointer;
    left:10px;
}
#product-card-left-thumbs #vertical-carousel-wrapper .prev-button{
    top:-34px;
    background:url(/local/templates/main/img/arrows/down.png) no-repeat center 10px;
    transform:rotate(180deg);
}
#product-card-left-thumbs #vertical-carousel-wrapper .next-button{
    bottom:-34px;
    background:url(/local/templates/main/img/arrows/down.png) no-repeat center 10px;
}
.blog-page-content-wrapper{
    position:relative;
}
.top-posts-block{
    will-change: top;
}
.blog-top-posts-fixed{
    position:fixed;
    top:10px;
    max-width:306px;
}
.basket-coupon-wrapper{

}
.bx_ordercart .basket-coupon-wrapper input{
    box-shadow:none;
    border-radius:0px;
}
.bx_ordercart .bx_ordercart_coupon input{
    padding-left:10px;
}
.bx_ordercart .basket-coupon-wrapper .bx_bt_button{
    display:inline-block;
    font-weight: 500;
    line-height:30px;
    height:34px;
    font-size:14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-shadow:none;
    border-radius:0px;
}
.bx_ordercart .bx_ordercart_order_pay{
    padding:0px;
}
#designers-choice-list li:hover img{
    opacity:0.8;
}
#subscribe-overlay{
    position:fixed;
    background:rgba(255, 255, 255, 0.5);
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    z-index:100;
    display:none;
}
#subscribe-block-wrapper{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:400px;
}
#subscribe-block{
    background:#F0F0F0;
    padding:20px 30px 15px 30px;
}
#subscribe-block-wrapper .subscribe-block-title{
    font-size:14px;
    text-transform: uppercase;
    text-align:center;
    padding-bottom:10px;
}
#subscribe-email{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    padding: 6px 8px;
    width: 100%;
}
.subscribe-block-close{
    position:absolute;
    font-family: Verdana, Arial, Helvetica;
    top:-5px;
    line-height:40px;
    width:40px;
    height:40px;
    cursor:pointer;
    right:-5px;
    text-align:center;
    font-size:14px;
    color:#696969;
    font-weight:bold;
}
.subscribe-block-message{
    text-align:center;
    width:100%;
    padding-top:10px;
}
.subscribe-block-message.error{
    color:#D00;
}
.subscribe-block-message.success{
    color:#080;
}
#subscribe-email.error-field{
    border:1px solid #D00;
}
.front-page-about-us-button-wrapper{
    font-size:14px;
    padding-top:20px;
}
section.about-us-page{
    color:#494949;
    font-family:'Open Sans', sans-serif;
}
.about-us-top-images-block{
    padding-left:50px;
    padding-right:50px;
    padding-top:75px;
}
.about-us-top-images-element-wrapper{
    width:33.333%;
    float:left;
    text-align:center;
}
.about-us-conscious-production-block{
    margin-top:150px;
    margin-bottom:50px;
}
.about-us-conscious-production-block .content-left-part{
    padding-left:205px;
    padding-top:30px;
    font-size:32px;
    font-weight:600;
}
.about-us-conscious-production-block .content-right-part{
    padding-left:90px;
}
section.about-us-page .about-us-content-block-title{
    font-weight:600;
}
section.about-us-page .about-us-content-block-text{
    margin-top:20px;
    line-height:1.6;
    font-size:13px;
    text-shadow:0.1px 0px 0px #000;
}
.about-us-conscious-production-block .about-us-content-block-text{
    padding-right:220px;
}
.about-us-images-row-block{
    padding-top:65px;
    padding-bottom:45px;
}
.about-us-images-row-image-wrapper{
    float:left;
}
.about-us-images-row-image-wrapper{
    width:200px;
}
section.about-us-page .content-left-part,
section.about-us-page .content-right-part{
    float:left;
    width:50%;
}
.about-us-slow-fashion-block{
    padding-top:85px;
    padding-bottom:50px;
}
.about-us-slow-fashion-block .content-left-part{
    padding-left:115px;
    padding-right:95px;
}
.about-us-slow-fashion-block .content-right-part{
    padding-top:6px;
    padding-left:45px;
    padding-right:45px;
}
.about-us-hand-made-block{
    margin-top:65px;
    padding-bottom:50px;
}
.about-us-hand-made-block .content-left-part{
    padding-left:50px;
    padding-right:45px;
}
.about-us-hand-made-block .content-right-part{
    padding-top:35px;
    padding-left:95px;
    padding-right:105px;
}
.about-us-collection-create-steps-block{
    margin-top:85px;
    padding:85px 35px 105px 35px;
    background:#F0EBEF;
}
.about-us-collection-create-steps-block .content-blocks-wrapper{
    padding-top:20px;
}
.about-us-collection-create-steps-block .block-header{
    text-transform:uppercase;
    font-size:13px;
    text-align:left;
    font-weight:600;
}
.about-us-collection-create-steps-block .content-block{
    float:left;
    padding-bottom:30px;
    min-height:526px;
}
.about-us-collection-create-steps-block .content-block:nth-child(1){
    width:345px;
    padding-right:55px;
    border-right:1px dotted #CCC;
}
.about-us-collection-create-steps-block .content-block:nth-child(2){
    width:410px;
    padding-left:60px;
    padding-right:70px;
    border-right:1px dotted #CCC;
}
.about-us-collection-create-steps-block .content-block:nth-child(3){
    padding-left:65px;
    width:345px;
}
.about-us-clean-policy-block{
    padding-top:95px;
    padding-bottom:95px;
}
.about-us-clean-policy-block .content-left-part{
    padding-left:205px;
    padding-top:85px;
    font-size:32px;
    font-weight:600;
}
.about-us-clean-policy-block .content-right-part{
    padding-right:115px;
    padding-left:95px;
}
.about-us-grey-delimiter{
    height:37px;
    background:#F0EBEF;
}
.about-us-bonuses-block{
    padding-top:90px;
    padding-bottom:93px;
}
.about-us-bonuses-block .content-left-part{
    padding-left:200px;
    font-size:32px;
    font-weight:bold;
}
.about-us-bonuses-block .content-right-part{
    padding-top:150px;
    padding-left:90px;
    padding-right:165px;
}
.about-us-bonuses-block .bonuses-stay-connected-wrapper{
    padding-top:70px;
    width:175px;
    color:#535353;
}
.bonuses-stay-connected{
    padding-top:20px;
    font-size:24px;
}
.about-us-bottom-image-block{
    margin-top:5px;
}
.care-page-title{
    margin-top:60px;
    padding-bottom:40px;
    font-size:24px;
    text-align:center;
}
.care-block-wrapper{
    margin-top:25px;
    padding-left:55px;
    padding-right:28px;
    margin-bottom:110px;
    color:#494949;
}
.care-block-title{
    font-size:20px;
}
.care-block-description{
    font-size:14px;
    padding-top:20px;
    line-height:1.5;
}
.care-accordion-wrapper{
    margin-top:20px;
    border-top:2px solid #DBDBDB;
}
.care-accordion-wrapper .care-accordion-element{
    border-bottom:2px solid #DBDBDB;
}
.care-accordion-wrapper .accordion-element-toggle{
    padding-top:30px;
    padding-bottom:30px;
    cursor:pointer;
    position:relative;
    font-weight:bold;
}
.care-accordion-wrapper .accordion-element-toggle:after{
    content:'+';
    position:absolute;
    right:0px;
    top:50%;
    font-size:18px;
    transform:translateY(-50%);
    font-weight:bold;
    color:#535353;
    cursor:pointer;
}
.care-accordion-wrapper .care-accordion-element.active .accordion-element-toggle:after{
    content: '-';
}
.care-accordion-wrapper .accordion-element-content{
    display:none;
    padding:10px 0px 30px 10px;
}
.care-accordion-wrapper .care-accordion-element .care-content-table{
    width:100%;
}
.care-accordion-wrapper .care-accordion-element .care-content-table td{
    border-bottom:1px solid #DDD;
    position:relative;
    padding-top:8px;
    padding-bottom:8px;
}
.care-accordion-wrapper .care-accordion-element .care-content-table td:first-child{
    width:10%;
}
.care-accordion-wrapper .care-accordion-element .care-content-table td:nth-child(2){
    width:90%;
}
.care-accordion-wrapper .care-accordion-element .care-content-table td:after{
    content: ' ';
    position:absolute;
    border-bottom:1px solid #F0F0F0;
    bottom:-2px;
    width:100%;
    height:1px;
    left:0px;
}
.care-accordion-wrapper .care-accordion-element.active .accordion-element-content{
    display:block;
}
.care-accordion-wrapper .care-conventions{
    padding-top:30px;
}
.care-accordion-wrapper .care-conventions-title,
.care-accordion-wrapper .care-conventions-image{
    float:left;
}
.care-accordion-wrapper .care-conventions-title{
    line-height:38px;
    margin-right:15px;
}
.care-accordion-wrapper .care-conventions-image img{
    height:25px;
}
#about-us-section-page{
    font-family:'Open Sans', sans-serif;
    color:#494949;
    padding-bottom:60px;
}
.about-us-content-header{
    padding:20px 160px 20px 160px;
    font-size:15px;
    font-weight:bold;
    text-transform: uppercase;
}
.delivery-page-image{
    padding-top:60px;
    padding-bottom:30px;
    text-align:center;
}
.product-card-delivery-block>table{
    width:100%;
}
.product-card-delivery-block>table>tbody>tr>td:nth-child(1){
    width:33%;
}
.product-card-delivery-block>table>tbody>tr>td:nth-child(2){
    width:32%;
    text-align:center;
}
.product-card-delivery-block>table>tbody>tr>td:nth-child(3){
    width:35%;
    text-align:right;
}
.product-card-delivery-block-text{
    padding-top:20px;
}
#product-card-left-big-images .owl-item{
    position:relative;
}
#product-card-left-big-images .owl-item .pin-it{
    opacity:0;
    position:absolute;
    top:10px;
    left:10px;
    cursor:pointer;
    z-index:4;
}
#product-card-left-big-images .owl-item a[data-lightbox]{
    display:block;
}
#product-card-left-big-images .owl-item:hover .pin-it{
    transition:ease-in 0.14s;
    opacity:1;
}
.left-menu-level-2-inner-list{
    padding-left:20px;
}
.left-menu-level-2-inner-list a{
    text-decoration:none;
    color:#696969;
}
.custom-sewing-image{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:30px;
    position:relative;
}
.custom-sewing-image-title{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:rgba(44,44,44, 0.3);
    color:#FFF;
    font-size:36px;
    font-weight:bold;
    padding:25px 50px 25px 50px;
}
.about-us-content{
    padding:10px 160px 10px 160px;
    line-height: 1.6;
}
.about-us-content.bold-content{
    font-weight:bold;
}
.about-us-content b{
    font-weight:600;
}
.events-content-block{
    text-align:center;
    padding-top:10px;
    padding-bottom:20px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
.events-content-header{
    text-align:center;
}
.events-page-gallery{
    padding:20px 142px 80px 142px;
}
.events-page-gallery-item{
    padding-left:18px;
    padding-right:18px;
    float:left;
    width:33.3333%;
}
.review-page-top-image{
    margin:20px auto 80px auto;
    width:880px;
    position:relative;
}
.review-page-top-image-title{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:46px;
    color:#FFF;
    font-family:'Open Sans', sans-serif;
    font-weight:bold;
}
.events-page-top-image{
    text-align:center;
    position:relative;
    width:220px;
    margin:20px auto 20px auto;
}
.events-page-top-image-title{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#FFF;
    font-weight:bold;
    font-size:24px;
    font-family:'Open Sans', sans-serif;
}
.events-page-top-image img{
    width:220px;
}
.review-page-blocks-line{
    padding:80px 50px 60px 50px;
}
.review-page-blocks-line > div{
    float:left;
    width:50%;
}
.review-page-left-block.image-block{
    text-align:left;
}
.review-page-right-block.image-block{
    text-align:right;
}
.review-page-left-block.text-block{
    padding-left:65px;
}
.review-page-right-block.text-block{
    padding-left:85px;
}
.review-page-blocks-line .text-block{
    line-height:1.5;
    text-shadow: 0.1px 0px 0px #000;
}
.review-page-blocks-line > div > .review-block-title{
    font-weight:600;
    padding-bottom:15px;
}
.review-page-blocks-line .review-page-right-block.text-block{
    padding-top:65px;
}
.review-page-blocks-line .review-page-left-block.text-block{
    padding-top:30px;
}
.review-page-blocks-line.second-review .image-block img{
    width:500px;
}
.review-page-blocks-line.third-review .text-block{
}
.sale_personal_order_list_table{
    width:100%;
    margin-top:15px;
    margin-bottom:20px;
}
.sale_personal_order_list_table > tbody > tr > td{
    padding:6px 18px 6px 18px;
    border:1px solid #EEE;
}
table > tbody > tr.order-status-controls-row td{
    border:2px solid #EEE;
    padding:8px;
    background:#F4F4F4;
}
.orders-list-order-element-table{
    margin-top:60px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.orders-list-order-element-table .order-element-params-line{
    padding-top:4px;
    padding-bottom:4px;
}
section.order .bx_order_list_table{
    margin-top:30px;
    width:100%;
    margin-bottom:30px;
}
section.order .bx_order_list_table>thead>tr>td{
    border:1px solid #EEE;
    background:#F4F4F4;
    padding:9px 18px 9px 18px;
}
section.order .bx_order_list_table>tbody>tr>td{
    border:1px solid #EEE;
    padding:6px 18px 6px 18px;
}
section.order .bx_order_list_table td.order-details-table-delimiter{
    background:#FFF;
    height:18px;
    border:0px;
}
section.order .cart .custom.name{
    padding-left:12px;
}
section.order .bx_ordercart_order_sum td{
    padding-right:32px;
}
.header-profile-links .mail-forget,
.header-profile-links .mail-register{
    font-size:14px;
    margin-left:6px;
    margin-right:6px;
}
.sbr-pay-button{
    font-size:14px;
    display:block;
    width:100px;
    background:#000;
    color:#FFF;
    text-decoration:none;
    padding:8px 16px 8px 16px;
}
.payment-page-images-wrapper{
    padding-top:20px;
    padding-bottom:20px;
}
.payment-page-image-element{
    float:left;
}
.styleguide-section-description{
    text-align:center;
    padding-top:5px;
    padding-bottom:35px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.catalog-section-seo-wrapper{
    margin:20px auto 50px auto;
    padding-right:44px;
    padding-left:32px;
    clear:both;
}
.catalog-section-seo-text{
    background:#F5F5F5;
    padding:30px;
}
.catalog-section-seo-text ul{
    list-style-type:initial;
    margin:30px 30px 30px 15px;
}
.catalog-section-seo-text ul>li{
    margin-top:5px;
    margin-bottom:5px;
}
.catalog-section-seo-text h2{
    font-weight:500;
    padding-top:10px;
}
.catalog-section-seo-text p{
    margin-bottom:15px;
}
/* End */


/* Start:/local/templates/main/css/nav.css?15276836988132*/
.header {
    height: 160px;
    text-align: center;
    padding-top: 23px;
}

.header-left {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
}

.header .profile {
    text-align: right;
    position: absolute;
    right: 15px;
    top:50%;
    transform:translateY(-50%);
}
.header .profile li {
    font-weight: 300;
}
.header .profile li a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    font-weight:300;
}
.header .profile li a:hover {
    text-decoration: underline;
}

.header-inner-cart {
    width: 488px;
    border: 1px solid #ccc;
    /* height: 281px; */
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 22px 25px;
}
.header-cart > div {
    display: inline-block;
    text-align: left;
}
.header-cart > div:hover > .header-inner-cart {
    opacity: 1;
    visibility: visible;
}
.profile li .header-inner-cart table td a {
    text-transform: none;
    font-size: 16px;
}
.header-inner-cart-head {
    margin-bottom: 14px;
}
.header .profile li .header-inner-cart-head a {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}
.header-inner-login {
    width: 415px;
    height: 405px;
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 10000;
    padding: 35px 25px 25px 25px;
    text-align: left;
}
.header-inner-login form label, .form-individual form label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.header-inner-login form label input[type="text"],
.header-inner-login form label input[type="password"],
.header-inner-login form label input[type="email"],
.form-individual form label input[type="text"],
.form-individual form label input[type="email"] {
    border: 1px solid #c1c1c1;
    font-size: 16px;
    margin-top: 5px;
    padding: 6px 8px;
    width: 100%;
}
.header-inner-login-head {
    font-size: 21px;
    margin-bottom: 27px;
}
.header .profile li a.mail-forget,
.header .profile li a.mail-register {
    text-transform: none;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
}
.header .profile li a.mail-forget {
    float: right;
}
.header-inner-login form {
    margin-bottom: 22px;
}
.cart table, .header-inner-cart table {
    width: 100%;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    text-align: left;
}
.cart table th, .header-inner-cart table th {
    font-size: 12px;
    border-bottom: 2px solid #e6e6e6;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 17px 0px;
}
.cart table tr td:first-child {
    width: 107px;
}
.cart table td, .header-inner-cart table td {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    padding-top: 11px;
}
.cart table tr:last-child td {
    padding-bottom: 11px;
}
.cart table td.control a{
    display:block;
}
.header-inner-cart table tr:last-child td {
    padding-bottom: 17px;
}
.header-inner-cart table tr:first-child + tr td {
    padding-top: 17px;
}
.cart table .cart-price, .header-inner-cart table .cart-price, .cart-price {
    font-size: 18px;
    font-weight: normal;
}
.nav {
    text-align: center;
    z-index: 9;
    position: relative;
}
.nav ul.main-menu{
    font-family:'Open Sans', sans-serif;
    border-bottom:1px solid #F0F0F0;
}
.nav .container>ul>li {
    display: inline-block;
    z-index:100;
}
ul.main-menu>li>a{
    text-transform: uppercase;
}
.nav ul li a {
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    display:inline-block;
}

.nav .container>ul>li>a {
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding:5px 14px 0px 14px;
    height: 44px;
}
.main-menu .dropdown-inner{
    height:360px;
    position:relative;
}

.dropdown-inner-left-section ul li {
    line-height:14px;
    margin-bottom: 14px;
}
.nav ul ul li a {
    padding-bottom: 0px;
}

.dropdown-inner-left-section li a:hover{
    color:#A9A9A9;
}
.nav ul li a:hover, .nav .container>ul>li:hover>a {
    position:relative;
}
.nav .container>ul>li:hover>a{
    border-bottom:none;
}
.nav .container>ul>li:hover>a:after{
    content:" ";
    position:absolute;
    border-bottom:1px solid;
    height:1px;
    top:44px;
    left:0px;
    width:100%;
}
.nav ul div.dropdown-inner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    left:0px;
    background: #fff;
    padding: 45px 0 36px 0;
    -webkit-transition: all 0.21s;
    -o-transition: all 0.21s;
    transition: all 0.21s;
    border-bottom:2px solid #EA8039;
}
.nav ul li{
    cursor:pointer;
}
.nav ul li:hover > div.dropdown-inner {

    transition-delay: 0.28s;
    opacity: 1;
    visibility: visible;
}

.main-menu>li>ul>li{
    padding:8px;
}
.dropdown-inner-left-section{
    padding-left:224px;
    float:left;
    min-width:40%;
    max-width:60%;
    font-weight:400;
    font-family:'Fira Sans', sans-serif;
}
.dropdown-inner-left-section ul{
    text-align:left;
    margin-right:30px;
}
.dropdown-inner-right-section{
    float:left;
    max-width:60%;
}
.dropdown-inner-right-section ul.catalog-list>li{
    float:left;
    width:196px;
    height:auto;
    margin-left:24px;
    margin-right:24px;
}
.dropdown-inner-left-section .inner-category-holder{
    float:left;
}

.dropdown-inner-left-section .inner-category-holder >ul.inner-list>li>a{
    font-weight:500;
    margin-bottom:16px;
    color:#494949;
}
.dropdown-inner-left-section ul.inner-list{
    float:left;
}
.catalog-list.new-items-list li{
    position:relative;
}
.catalog-list.new-items-list li:after{
    content:attr(data-title);
    position:absolute;
    top:10px;
    left:0px;
    padding:4px 16px 4px 16px;
    background:rgba(234,128,57, 0.9);
    color:#FFF;
    font-size:13px;
}
.catalog-list.new-items-list li{
    width:33%;
}
.catalog-list.new-items-list li:not:nth-child(1),
.catalog-list.new-items-list li:not:nth-child(2),
.catalog-list.new-items-list li:not:nth-child(3){
    display:none;
}
ul.catalog-list.new-items-list li{
    margin-left:0px;
    margin-right:0px;
}
.catalog-list.new-items-list li:nth-child(2),
.catalog-list.new-items-list li:nth-child(3){
    margin-left:36px;
}
.catalog-section-left-menu-list{
    padding-top:12px;
}
.catalog-section-left-menu-list li{
    padding-bottom:10px;
    font-size:15px;
}
.catalog-section-left-menu-list li.section-link-element{
    margin-bottom:18px;
    margin-top:14px;
}
.catalog-section-left-menu-list>li>a:hover{
    color:#AAAAAA;
}
.catalog-section-left-menu-list>li>a{
    text-decoration: none;
    color:#696969;
}
.catalog-section-left-menu-list>li.section-link-element>a {
    font-weight:600;
    font-size:13px;
    text-transform: uppercase;
    font-family:'Open Sans', sans-serif;
}
.catalog-section-left-menu-list>li>ul.left-menu-inner-list{
    margin-top:8px;
}
.catalog-section-left-menu-list>li>ul.left-menu-inner-list>li>a{
    text-decoration:none;
    color:#696969;
}
.catalog-section-left-menu-list li>a.active-section{
    position:relative;
    display:inline-block;
    color:RGB(234,128,57) !important;
}
.catalog-section-left-menu-list li>a.active-section:after{
    content:'';
    position:absolute;
}
.catalog-inner-category-title{
    text-align: Center;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 22px;
    text-transform: none;
    margin-bottom:0px;
}
/* End */


/* Start:/local/templates/main/lightbox/css/lightbox.css?15244950253714*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/main/lightbox/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/main/lightbox/css/../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/main/lightbox/css/../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/main/lightbox/css/../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/main/css/owl.carousel.css?15244950257693*/
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(/local/templates/main/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(/local/templates/main/css/AjaxLoader.gif) no-repeat center center
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* End */


/* Start:/local/templates/main/css/owl.theme.default.css?15244950251123*/
.owl-nav, .owl-dots {
  margin: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  /* display: inline */
}
.owl-dots .owl-dot span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  /* -ms-transition: opacity 200ms ease; */
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
  background: #869791
}
/* End */


/* Start:/local/templates/main/styles.css?1515571552471*/

.blog-posts h2 {margin-bottom: 25px;}
.blog-posts h2 a {color:inherit; text-decoration: none;}
.blog-posts p {font-size: 24px;}

.sleeping-mode {clear:both;display: table; margin-bottom: 30px;}
.sleeping-mode div {display: table-cell; vertical-align: middle; font-size: 24px;}
.sleeping-mode .pic-col {width: 115px; text-align: center;}
.sleeping-mode .pic-col img {width:60px;}
.sleeping-mode-table { padding-left: 115px; }
.sleeping-mode-table table {font-size: 24px;}
/* End */


/* Start:/local/templates/main/template_styles.css?152449502521807*/
/* Reset*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
	display: block
}
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}
* {
	outline: none;
	max-height: 99999px
}
img, object, embed {
	max-width: 100%;
	margin-top: 0
}
html {
	overflow-y: scroll
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#446688;
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	font-weight: 700;
	vertical-align: bottom
}
td {
	font-weight: 400;
	vertical-align: top
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}
input[type="radio"] {
	vertical-align: text-bottom
}
input[type="checkbox"] {
	vertical-align: bottom
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline
}
.ie6 input {
	vertical-align: text-bottom
}
select, input, textarea {
	font-size: 100%;
	font-family: inherit
}
table {
	font-size: inherit;
	font: 100%;
}
small {
	font-size: 85%
}
strong, b {
	font-weight: 500
}
td, td img {
	vertical-align: top
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif
}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer
}
button, input, select, textarea {
	margin: 0
}
button, input[type=button] {
	width: auto;
	overflow: visible;
	font-family: inherit;
	font-size: 100%
}
.ie7 img {
	-ms-interpolation-mode: bicubic
}
.clr:before, .clr:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.clr:after {
	clear: both
}
.clr {
	zoom: 1
}
/* Main style*/
body {
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.2;
	font-size: 14px;
	min-width: 1200px;
	color:#696969;
}
section {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
h1{
	font-size:20px;
}
h1, h2, h3 {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 10px;
}
.col {
	float: left;
}

.slider-main {
	margin-bottom: 11px;
}
.main_about {
	padding:15px 0;
	text-align:justify;
}
.categories {
	padding-bottom: 50px;
	background-color: #FFFFFF;
}
.categories ul li {
	width: 248px;
	height: 248px;
	float: left;
	margin-right: 14px;
	position: relative;
	overflow: hidden;
}
.categories ul li:nth-of-type(3n+3) {
	margin-right: 0px;
}
.categories ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	background: #000;
}
.categories ul li a:hover img {
	opacity: 0.8;
}
.categories ul li a p {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 18px;
	background-color: rgba(255,255,255,0.80);
	padding-top: 22px;
	margin: 0;
}
.slider-products {
	padding-top: 16px;
	padding-bottom: 100px;
}
.slider-products ul li {
	text-align: center;
}
.slider-products ul li a {
	height: 246px;
	width: 246px;
	display: block;
	overflow: hidden;
	background: #000;
}
.slider-products ul li a:hover img, .divide ul li a:hover img {
	opacity: 0.8;
}
.slider-products ul li p {
	font-size: 24px;
	margin-top: 14px;
	margin-bottom: 3px;
}
.slider-products ul li span {
	font-size: 16px;
	color: #5A5A5A;
}
.footer .social {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .social a {
	margin-right: 8px;
	margin-left: 8px;
	opacity: 0.5;
	font-size:0px;
}
.footer .social a:hover {
	opacity: 1;
}
.login .col {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	float:none;
	padding-top:20px;
}
.login .col h2 {
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 20px;
}
.login .col form label {
	display: block;
	font-weight: 300;
	margin-bottom: 20px;
}
.login .col form label input[type="text"], .login .col form label input[type="password"], .login .col form label input[type="email"], select {
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #c1c1c1;
	font-size: 15px;
	margin-top: 5px;
}
section#search-page select{
	width:auto;
}
.login .col form label input[type="checkbox"] {
	vertical-align: middle;
}

.login .col form label.date-of-birth {
	position:relative;
}
.login .col form label.date-of-birth img.calendar-icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.login .col form button,
.cart-right-price button,
.cart-left-price button,
.header-inner-login button,
.form-individual button,
.order-left button,
.order-right button,
.about-us-we-do button,
.product-card-add-to-cart-button button,
.bx_ordercart_order_pay_center button,
.subscribe-block-controls button{
	width: 100%;
	border: none;
	font-weight: 500;
	line-height:30px;
	font-size:14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	border: 2px solid #000;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.product-card-add-to-cart-button button{
	margin-top:0px;
}
.login .col form button:hover,
.cart-right-price button:hover,
.cart-left-price button:hover,
.header-inner-login button:hover,
.product-card-add-to-cart-button button:hover,
.order-left button:hover,
.order-right button:hover,
.about-us-we-do button:hover,
.bx_ordercart_order_pay_center button:hover{
	color: #000;
	background: #fff;
}
.about-us-slogan {
	background: url("/local/templates/main/img/about_us/bc1.jpg") center 0px no-repeat;
	height: 401px;
	width:1100px;
	margin: 0 auto 55px auto;
}
.about-us-slogan h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	text-transform: uppercase;
	color: #5a5a5a;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 114px 0 45px;
}
.about-us-slogan-head-mission {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 11px;
}
.about-us-slogan-head-detail {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.025em;
	text-align: center;
}
.header-left span {
	font-weight: 400;
	color: inherit; /* Общая правка цвета */
}
.about-us-h2 {
	font-size: 36px;
}
.about-us-we-do li {
	float: left;
	width: 494px;
	padding: 7px 0px 0px 160px;
	margin-top: 15px;
	height: 185px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.025em;
}

.about-us-we-do, .about-us-principles-inner {
	width: 988px;
	margin: 0 auto;
	overflow: hidden;
}

.about-us-we-do li.about-us-we-do-icon1 {
	background: url("/local/templates/main/img/about_us/icon1.png") 55px 0px no-repeat;
}
.about-us-we-do li.about-us-we-do-icon2 {
	background: url("/local/templates/main/img/about_us/icontest.png") 65px 0px no-repeat;
}
.about-us-we-do li.about-us-we-do-icon3 {
	background: url("/local/templates/main/img/about_us/icon3.png") 71px 0px no-repeat;
}
.about-us-we-do li.about-us-we-do-icon4 {
	background: url("/local/templates/main/img/about_us/icon4.png") 77px 0px no-repeat;
}

.about-us-principles {
	background: url("/local/templates/main/img/about_us/bc3.jpg") center 0px no-repeat;
	padding: 51px 0px 38px 0px;
	margin-bottom: 25px;
}

.about-us-principles li {
	float: left;
	text-align: center;
	padding: 95px 15px 0px 15px;
	font-size: 24px;
	letter-spacing: 0.025em;
}

.about-us-principles li.about-us-principles-icon1 {
	width: 200px;
	background: url("/local/templates/main/img/about_us/icon2_1.png") center 0px no-repeat;
}

.about-us-principles li.about-us-principles-icon2 {
	width: 588px;
	background: url("/local/templates/main/img/about_us/icon2_2.png") center 0px no-repeat;
}

.about-us-principles li.about-us-principles-icon3 {
	width: 200px;
	background: url("/local/templates/main/img/about_us/icon2_3.png") center 0px no-repeat;
}

.breadcrumbs {
	font-weight: 300;
	font-style: normal;
	color: #999;
	margin: 0 auto 26px auto;
	font-size: 13px;
	width: 1200px;
	padding: 12px 0 10px 34px;
	z-index:8;
	position:relative;
}
.page-h2 {
	text-align: left;
	margin: 0 auto;
	text-transform: none;
	letter-spacing: 0.025em;
	width: 964px;
}
.divide-name {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	margin: 7px 0 5px 0px;
	letter-spacing: 0.4px;
	font-weight:500;
}
.divide-price {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.divide {
	width: 1200px;
	margin:0 auto;
	padding: 25px 0px;
	overflow: hidden;
	padding: 0 0 70px 0;
}
.card-table{
    position:relative;
    border-bottom:none;
}
.card-table:after{
    content:"";
    width:100%;
    position:absolute;
    bottom:-8px;
    border-bottom:2px solid #E6E6E6;
}
.cart table .cart-table-center, .header-inner-cart table .cart-table-center, .card-table .cart-table-center {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.cart-table-del img {
	cursor: pointer;
	padding: 5px 3px 0px 0px;
}
.cart-right-price {
	width: 238px;
	float: right;
	margin-top: 21px;
}
.header-cart .cart-right-price {
	width: 205px;
	margin-top: 15px;
}
.cart-left-price {
	width: 307px;
	margin-top: 50px;
}
.minus, .plus {
	display: inline-block;
	font-size: 24px;
	padding: 0px 11px;
	cursor: pointer;
}
div.number {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}
.number input {
	border: 1px solid #E7E7E7;
	text-align: center;
	padding: 6px 1px;
	margin-top: -5px;
}
.cart-h2 {
	padding: 55px 0px 11px 0px;
}
.cart {
	width: 1164px;
	margin: 0 auto;
}
.cart-delivery {
	width: 100%;
	padding: 30px 75px;
	overflow: hidden;
	background-color: #F5F5F5;
	margin: 37px 0px 55px 0px;
	font-size: 22px;
}
.cart-delivery a {
	color: #000;
}
.cart-delivery a:hover {
	text-decoration: none;
}
.cart-right-delivery {
	float: right;
	background: url("/local/templates/main/../img/cart/delivery1.png") left 9px no-repeat;
	line-height: 57px;
	padding-left: 74px;
}
.cart-left-delivery {
	background: url("/local/templates/main/../img/cart/delivery.png") left center no-repeat;
	line-height: 57px;
	padding-left: 75px;
}
.cart table a {
	color: #000;
	text-decoration: none;
}
.cart table a:hover {
	text-decoration: underline;
}
.card-table {
	margin: 0 auto;
	width: 1174px;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
}
.card-table td {
	vertical-align: middle;
	padding-top: 11px;
}
.card-table tr:last-child td {
	padding-bottom: 11px;
}
.card-block-price {
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 14px;
	width: 1200px;
}
.card-block-price .cart-left-price {
	position: relative;
	/* top: 50px; */
	margin-top: 50px;
	width: 488px;
}
.card-block-price .cart-left-price button,
.card-block-price .cart-right-price button{
	background-color: #828282;
	border: 2px solid #828282;
}

.bx_ordercart_order_pay_center button {
	margin-top: 0;
}
.box-modal.form-individual {
	width: 800px;
	/*height: 337px;*/
}
.individual-form-right {
	width: 47%;
	float: right;
}
.individual-form-left {
	width: 47%;
}
.individual-form-left textarea {
	width: 100%;
	border: 1px solid #c1c1c1;
	font-size: 16px;
	margin-top: 5px;
	padding: 6px 8px;
	margin-top: 5px;
	resize: none;
	height: 203px;
}
.individual-head {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 23px;
	text-align:justify;
}
.similar-collection-descr {
	font-size: 11px;
	text-transform: uppercase;
	margin: 23px 0px 17px 0px;
}
.similar-collection {
	margin: 0 auto;
	width: 964px;
	padding-bottom: 80px;
	overflow: hidden;
}
.similar-collection li {
	float: left;
	margin-right: 15px;
}
.similar-collection li a {
	display: block;
	height: 70px;
	background-color: #000;
}
.similar-collection li img:hover {
	opacity: 0.8;
}
.section-gallery {
	width: 1186px;
	margin: 0px auto 32px auto;
	overflow: hidden;
}

/* old #panel  */

.breadcrumbs a {
	text-decoration: none;
	color: #999;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.card-table select {
	width: 238px;
	height: 36px;
	padding-left: 5px;
	background: transparent;
	border: none;
	padding-right: 35px;
}
.box {
	display: none; /* по умолчанию прячем все блоки */
	overflow: hidden;
	width: 90%;
	/*
	font-size: 14px;
	line-height: 18px;
	*/
	font-size: 17px;
	line-height: 21px;
}
.box.visible {
	display: block; /* по умолчанию показываем нужный блок */
}
.box-small-font {
	font-size: 15px;
	line-height: 21px;
	padding: 3px 0px 7px 0px;
}

.tabs {
	margin-top: 30px;
	padding-bottom: 37px;
}
.tabs li {
	margin-bottom: 4px;
	cursor: pointer;
	letter-spacing: 0.1em;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 38px;
	padding-bottom: 3px;
}
.tabs li.current, .tabs li:hover {
	border-bottom: 1px solid #696969;
}
.section-gallery-right table td {
	padding-bottom: 7px;
	padding-right: 27px;
}
.tabs-wash {
	height: 35px;
}
.tabs-wash img {
	padding-left: 5px;
	position: relative;
	top: 4px;
}
.color-selection {
	font-size: 14px;
	padding: 14px 0px 7px 0px;
	margin-left: 356px;
}
.gallery-colors li {
	float: left;
	margin-right: 11px;
	border: 1px solid #fff;
	height: 36px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.gallery-colors li:hover > .gallery-colors-hidden {
	display: block;
}
.gallery-colors-hidden {
	display: none;
	width: 110px;
	height: 110px;
	position: absolute;
	margin-left: -37px;
	margin-top: -1px;
	z-index: 1000;
}
.gallery-colors .active {
	border: 1px solid #000;
}
.gallery-colors li:hover {
	border: 1px solid #000;
}
.gallery-colors {
	margin-left: 356px;
}
#item-panel a:last-child, #item-panel span:last-of-type {
	position: absolute !important;
	left: 5px !important;
	top: 5px !important;
	display: none !important;
}
#item-panel:hover a:last-child, #item-panel:hover span:last-of-type {
	display: block !important;
}
.box {
	/* cursor: pointer; */
}
.box-big-modal-font-show3, .box-big-modal-font-show2, .box-big-modal-font-show1 {
	width: 700px;
}
.box-big-modal-font-show3 {
	font-size: 125%;
}
.box-big-modal-font-show2, .box-big-modal-font-show1 {
	font-size: 17px;
	line-height: 22px;
}
.box-big-modal-font-show3 .box-small-font {
	font-size: 17px;
	line-height: 21px;
	padding: 7px 0 11px;
}
.box-big-modal-font-show2 table td {
	padding-bottom: 9px;
	padding-right: 33px;
}
.box-big-modal-font-show2 .tabs-wash {
	margin-top: 7px;
}
.box-big-modal-font-show2 .tabs-wash img {
	top: -1px;
}
/*
.order > div {
	float: left;
	background-color: #F5F5F5;
	margin-right: 23px;
}
.order > div:last-child {
	margin-right: 0px;
}
*/
.order {
	width: 1164px;
	margin: 32px auto 88px auto;
	overflow: hidden;

}
.order-head {
	font-size: 24px;
	text-align: center;
}
.order-left {
	width: 325px;
	padding: 22px 25px;
	position: relative;
}
.order-left label {
	display: block;
	font-size: 14px;
	margin-bottom: 14px;
}
.order-left input[type="text"], .order-left input[type="email"] {
	border: none;
	font-size: 16px;
	margin-top: 8px;
	padding: 6px 8px;
	width: 100%;
}
.order-left .order-head {
	margin: 17px 0px 51px 0px;
}
.order-left-text {
	text-align: center;
	font-size: 14px;
	margin-bottom: 11px;
}
.order-left-text p {
	padding-bottom: 11px;
}
.order-center {
	width: 328px;
	padding: 22px 15px;
}
.order-center .order-head {
	margin: 17px 0px 50px 0px;
}
.order-center input[type="radio"] {
	display: none;
}
.order-center input[type="radio"] + label span {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: -1px 21px 0 0;
	vertical-align: middle;
	background: url("/local/templates/main/img/order/radio.png") left bottom no-repeat;
	cursor: pointer;
}
.order-center input[type="radio"]:checked + label span {
	background: url("/local/templates/main/img/order/radio.png") left top no-repeat;
}
.order-center form p {
	margin: 0 auto;
	width: 215px;
	margin-bottom: 15px;
	font-size: 18px;
}
.order-center-hint {
	color: #777;
	font-size: 17px;
	text-align: center;
	margin-bottom: 9px;
	margin-top: 35px;
}
.order-center-form-top-fields input, .order-center-form-middle-fields input {
	width: 100%;
}
.order-center-form-middle-fields {
	margin: 7px 0px;
}
.order-center-form-bottom-fields input {
	margin-right: 9px;
	width: 143px;
}
.order-center-form-bottom-fields {
	width: 310px;
}
.order-center input[type="text"] {
	color: #777;
	height: 30px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-top: none;
	padding: 3px 11px;
}
.order-center input[type="text"].order-center-border-input {
	border-top: 1px solid #D9D9D9;
}
.order-center input[type="text"].required {
	border: 1px solid #EF9590;
}
.order-center input[type="text"].required-bottom-none {
	border-bottom: none;
}
.order-right {
	width: 265px;
	padding: 22px 15px;
	position: relative;
}
.order-right .order-head {
	margin: 17px 0px 33px 0px;
}
.payment-option {
	width: 230px;
	margin: 0 auto;
	overflow: hidden;
}
.payment-option li {
	float: left;
	margin-right: 19px;
	margin-bottom: 5px;
	cursor: pointer;
}
.payment-option li.payment-option-margin {
	margin-right: 0;
}
.entity {
	background-color: #fff;
	width: 145px;
	height: 61px;
	text-align: center;
	font-size: 14px;
	padding-top: 14px;
}
.payment-option li * {
	border: 1px solid #F5F5F5;
}
.payment-option li *:hover, .payment-option li *.active {
	border: 1px solid #B7B7B7;
}
.payment-option-cash {
	width: 230px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	font-size: 14px;
}
.order-left-bottom-block {
	position: absolute;
	bottom: 22px;
	width: 275px;
}
.order-right-price {
	float: right;
	font-size: 24px;
	}
.order-right-bottom-block{
	position: absolute;
	bottom: 22px;
width: 235px;
	}

.order-right-bottom-block span{
	position: relative;
	top: 7px;
}

div.site-map {width:400px; margin:0 auto;}
div.site-map ul,
div.site-map li {margin:0.5em 0;padding:0;}
div.site-map li {list-style-type:none;}
div.site-map ul > li {}
div.site-map ul > li > ul > li {padding-left:2.5em;}


/* Про блог */
.blog-post-anons a img.preview-picture {clear: both; display:block; margin:0 auto 10px; width: 735px; height: auto;}
.blog-post-anons div.anons-props {
	font-size: 14px;
	color: #000;
	display: table;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	width: 735px;
	color: #848484;
	margin: 0 auto 20px; }
.blog-post-detail{
	padding-bottom:30px;
}
.blog-post-anons div.anons-props a { color: #000; text-decoration: none;}
.blog-post-anons div.anons-props a:hover {text-decoration: underline;}
.blog-post-anons div.anons-props div {width: 33.33333%; text-align: center; padding: 5px;}
.blog-post-anons div.anons-props > div {display: table-cell; vertical-align: top;}
.blog-post-detail h1 {
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	text-transform: initial;
}
.blog-post-detail div.post-image {
	text-align: center;
	position: relative;
}

/*
.blog-post-detail div.post-image span:last-child {
	position: absolute !important;
	left: 5px !important;
	top: 5px !important;
	display: none !important;
}
*/
.blog-post-detail div.post-date {
	text-align: center;
	color: grey;
	margin-top: 10px;
}

.blog-post-detail a.back-link {
	color: #000; text-decoration: none;
}
.blog-post-detail a.back-link:hover {text-decoration: underline;}

#delivery-page p {
	text-align: justify;
}

/* blog, сертификаты */
.posts-list, .sert-list {
	width: 800px;
	margin-left:-10px;
	margin-right:-10px;
	box-sizing: border-box;
}

.posts-list a {
	text-decoration: none;
	color: inherit;
}

.sert-preview {
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding-bottom: 13px;
	position: relative;
}
.post-preview{
	width:390px;
	padding:10px;
	overflow: hidden;
	display: block;
	float:left;
	vertical-align: top;
	position: relative;
}
.post-preview:nth-child(2n+2){
	margin-left:20px;
}
.post-preview:nth-child(2n+3){
	clear:both;
}
.post-preview-pic img{
	width:380px;
}
.sert-preview {
	height: auto;
	position: relative;
}

.sert-preview img {
	opacity: 1;
}

.post-preview-pic {
	height: 200px;
	position: relative;
	overflow: hidden;
}
.posts-list{
	padding-top:40px;
}
.post-preview-pic img {
	dispaly:inline;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.post-preview-info {
	min-height: 100px;
}

.post-preview-date {
	margin: 9px 0 0;
	color: #999;
}
.post-preview-title {
	overflow: hidden;
	margin: 7px 0 0;
	font-size: 18px;
	font-weight: 400;
	max-width: 480px;
	line-height: 1.3;
	transition: .2s color;
	color:#494949;
}
.blog-fix-width {
    margin:0 auto 10px; width:980px;padding-bottom:15px;
}
.post-content ol {
	margin-left: 26px;
	line-height: 22px;
}
.post-image a.pin-it {
	position: absolute !important;
	left: 5px !important;
	top: 5px !important;
	display: none !important;
	cursor: pointer;
}
.post-image:hover a.pin-it {
	display: block !important;
}
section.cart{
	margin-top:32px;
}
/* сертификаты */
/* End */
/* /local/templates/main/fonts/stylesheet.css?15244950251364 */
/* /local/templates/main/css/jquery.bxslider.css?15244950253638 */
/* /local/templates/main/css/jquery.arcticmodal-0.3.css?1515571561654 */
/* /local/templates/main/css/simple.css?1515571561260 */
/* /local/templates/main/css/selectric.css?15155715613197 */
/* /local/templates/main/css/addit.css?152775885349527 */
/* /local/templates/main/css/nav.css?15276836988132 */
/* /local/templates/main/lightbox/css/lightbox.css?15244950253714 */
/* /local/templates/main/css/owl.carousel.css?15244950257693 */
/* /local/templates/main/css/owl.theme.default.css?15244950251123 */
/* /local/templates/main/styles.css?1515571552471 */
/* /local/templates/main/template_styles.css?152449502521807 */
