html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  background:transparent;
}


/* Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.*/
html {
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {line-height:1; font-size: 75%; font-family: 'Conv_Intro-Regular', Helvetica, sans-serif; color: #231f1f;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

b,
strong {
    font-weight: bold;
}

audio,
canvas,
video {
    display: inline-block;
}

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }

th,td {
    vertical-align: top;
    padding: 0;
}

img { border: 0; max-width: 100%; }

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #231f1f;
}
a:hover { text-decoration: none; color: #acabab; }

input, select, textarea {
  vertical-align:middle;
  margin: 0;
  padding: 0;
  color: #231f1f;
  font-family: 'Conv_Intro-Regular', Helvetica, sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

ol, ul {
    list-style: none;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}


/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


span.skype_pnh_print_container{display: inline !important;}/*сброс оббертки от скайпа*/
span.skype_pnh_container{display: none !important;}/*сброс оббертки от скайпа*/
span.skype_pnh_text_span {display: inline !important;}



/* -------- */

*, *:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl{
  float:left;
}

.fr{
  float: right;
}

.rel{
  position: relative;
}

.abs{
  position: absolute;
}

.cb {
  clear: both;
  }

 .cl{
  clear: left;
}

.cr{
  clear: right;
}

.hd {
   display: none;
  }

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.upper {
	text-transform: uppercase;
}

:focus { outline:0; }

#add_product_notification {
    background: none repeat scroll 0 0 #f1f1f1;
    color: #1d1e1a;
    padding: 10px;
  	overflow: hidden;
  	border: 1px solid #231f20;
}

#own_preloader {
    text-align: center;
	width: 320px;
    z-index: 1000;

}

.add-cart-title {
 font-size: 13px;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 20px;


}

.add_product_wrapper_but a {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  padding-top: 18px;
  letter-spacing: 2px;
  font-size: 11px;
}

.add_product_wrapper_but a.closeCartMsg {
  margin-right: 10px;
}

#feedback_content {
    overflow: auto;
    width: 98%;
}

#presence {
 font-size: 14px;
 color: #cd0e0e;
 padding: 10px 0;

    }

#thanks {
    left: 40%;
    position: fixed;
    top: 50%; 
    padding: 20px;
    z-index: 3;
    background: #e7e7e7;
    border-radius: 22px;
    color: #231f1f;
    display: none;
}



/* common style */

.layout {
 max-width: 1200px;
 margin: 0 auto;
}


.mobile-logo {
 margin-bottom: 20px;
}

header {
 padding-top: 25px;

}

#header-logo {
 display: block;
 margin-top: -20px;
 position: relative;
   
}

/*#header-logo:after {
  display: block;
  width: 150px;
  content:'';
  position: absolute;
  top: 11px;
  left:-108px;
  background: url(left-sneg.png) no-repeat; 
  height: 113px;
   background-size: contain;
}
*/

/*#header-logo:before {
  display: block;
  width: 101px;
  content:'';
  position: absolute;
  top: 5px;
  right:-12px;
  background: url(righgt-sneg.png) no-repeat; 
  height: 116px;
  background-size: contain;
}
*/
@media (max-width:1110px) {
  #header-logo:before {
   right: -50px; 
  }
  
}
.snowman-decor {
    max-width: 56px;
    position: absolute;
    z-index: -1;
    left: -5px;
    top: 15px;
}

header * {
 text-transform: uppercase;
}

/*.nav-wrapper {
 margin-top: 21px;
}
*/

.nav-wrapper {
  position: relative;
 
 
}
/*
.nav-wrapper:before {
  //display: block;
  //width: 100%;
  //content:'';
  //position: absolute;
  //top: -20px;
  //left:0;
 // background: url(snow.png) repeat-x; 
 // height: 60px;
  
}
*/


.top-hedear-link {
 font-size: 12px;
 letter-spacing: 3px;
}

.top-phone-wrapper {
 margin-bottom: 25px;
 position: relative;
}

.callback-us {
 height: 28px;
 background: #e7e7e7;
 padding: 8px 13px;
 text-transform: uppercase;
 font-size: 10px;
 letter-spacing: 2px;
 display: inline-block;
 font-size: 12px;

 cursor: pointer;
}

.account-phone {
 font-size: 13px;
 letter-spacing: 3px;

}

.top-header-info > div {
 display: inline-block;
 vertical-align: middle;

}

.callback-us, .top-hedear-link, .top-header-adres {
 margin-right: 30px;
}


.top-header-text {
 color: #acabab;
 font-size: 8px;
 letter-spacing: 3px;
}

.top-header-work-time {
 //margin-left: 18px;
}

.callback-us:hover {
  opacity: 0.6;
  color: #231f20;
}

/*.top-hedear-link, #shopping-cart {
	display: inline-block;
  	vertical-align: middle;
}*/

.top-hedear-link {
	font-size: 12px;
}

.shopping-cart-img span {
 letter-spacing: 2px;
  font-size: 13px;
}


.top-header-row > div {
    display: inline-block;
  	vertical-align: middle;
}

.top-header-row {
 margin-bottom: 30px;
 text-align: right;
}


.header-inner {
 border-bottom: 1px solid #e7e7e7;

}

.page-title {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: 'Conv_Intro-Bold';
  text-align: center;
  text-transform: uppercase;
}

.search {
 width: 266px;
 text-align: left;
 padding-bottom: 5px;
 border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 1040px) {
  .search {
   width: 245px;
  }
}

.search input {
 font-size: 12px;
 letter-spacing: 3px;
 width: 65%;
 border: none;
 background: none;

}

.search button {
 background: none;
 border: none;
 cursor: pointer;
 padding: 0;
 float: right;
}

.mm-menu-toggle {
  display: none;
}

.nav-wrapper-inner-page {
 background: #231f20;
 margin-top: 0;
 padding: 0;

}



.nav {
 text-align: center;
}

.nav li {
 display: inline-block;
 vertical-align: top;
 position: relative;
 margin: 0 2px;
}

.nav > li > a {
 height: 61px;
 position: relative;
 line-height: 61px !important;
 display: block;
}


.nav li a {
 padding: 0 4px;
 text-transform: uppercase;
 letter-spacing: 3px;
 font-family: 'Conv_Intro-Bold';
 line-height: 100%;
 font-size: 11px;

}
.nav-wrapper-inner-page .nav > li > a {
 color: #fff;
}


.nav > li:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}


.nav > li:hover > a, .nav > li:hover > span {
  background: #fff;
   z-index: 1000;
   color: #231f20 !important;
}


.sub-menu-wrapper {
 	display: none;
  	position: absolute;
  	top: 50px;
  	left: 0;
  	width: 280px;
  	z-index: 999;
  
  
}

.sub-menu-wrapper {
	max-height: calc(100vh - 185px );
    overflow: auto;
}

@media (max-width: 1150px) {
	.sub-menu-wrapper {
        max-height: calc(100vh - 275px );
        overflow: auto;
    }
}
.sub-menu-wrapper::-webkit-scrollbar {
  width: 6px;
}

.sub-menu-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
  border-radius: 10px;
}

.sub-menu-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #00c6fb, #005bea);
}
    
.sub-menu {
	background: #fff;
  	padding: 10px 0;
	margin-top: 10px;
  	text-align: left;
    box-shadow: 0px 5px 13px rgba(0,0,0,0.2);
}

.nav > li:hover .sub-menu-wrapper{
  display: block;
}
.nav > li:hover .nav-a {
  color: #231f20;
}



.sub-menu li {
 margin: 0;

 display: block;
 padding: 10px 28px;
}

.sub-menu li a {
 padding: 0;
 letter-spacing: 2px;
 font-size: 12px;
 text-transform: none;
 font-family: 'Conv_Intro-Book';

}

.sub-menu-wrapper-brends {
  width: 450px;
  left: auto;
  right: 0;
}

.sub-menu-wrapper-brends .sub-menu {
 	 column-count: 3;
  	 
}

.sub-menu li:hover {
 background: #ededed;

}

.sub-menu li:hover a, .sub-menu li a:hover {
 color: #231f20;
}


.col-prod-wrapper {
 margin-top: 12px;
 padding-top: 20px;
 border-top: 1px solid #e7e7e7;
}

.col-prod-title {
	text-transform: uppercase;
  	font-size: 20px;
  	font-family: 'Conv_Intro-Bold';
  	letter-spacing: 3px;
  	margin-bottom: 20px;
  	text-align: center;

}
.description-name {
	 text-transform: uppercase;
  	 letter-spacing: 2px;
  	 font-family: 'Conv_Intro-Bold';
  	 margin-bottom: 10px;
  	 display: inline-block;
  	 height: 40px;
}

.description-text {
 	color: #DFAD65;
  	font-size: 12px;
  	margin-bottom: 12px;
  	height: 30px;
  	line-height: 130%;
  	letter-spacing: 2px;
}

.description-price {
  margin-bottom: 10px;
  height: 31px;
}
.description-price .old-price {
	font-family: 'Conv_Intro-Book';
  	font-size: 12px;

}


.description-two-price .price {
  color: #fb1c36;
  padding-right: 12px;
}


.grafic-sb {
 display: block;
 text-align: center;
 margin-top: 8px;
}

.preview-box {
 height: 310px;
 position: relative;
 margin-bottom: 7px;
 border: 1px solid #f6f6f6;
}

.preview-box a {
 display: block;
 line-height: 310px;
}

.preview-box a img {
 vertical-align: middle;
}

.second-img {
 display: none;
}

.preview-box a:hover .second-img {
 display: inline;
}

.preview-box a:hover .first-img {
  display: none;
}

#mod-recently-view .preview-box, #mod-favorits-view .preview-box {
 overflow: hidden;
}

.description-price .price {
 font-size: 16px;
 font-family: 'Conv_Intro-Bold';
 letter-spacing: 2px;
}


.button {
 background: #231f20;
 display: inline-block;
 text-align: center;
 border: none;
 cursor: pointer;
 color: #fff;
 text-transform: uppercase;
 height: 45px;
 font-size: 12px;
 font-family: 'Conv_Intro-Regular';
 letter-spacing: 2px;
 transition-duration: 0s !important;
 border-radius: 0px !important;
}

a.button {
  padding-top: 17px;
}

.button:hover {
	/*background: #f6d09a;
  	color: #000;
  */
   color: #000;
   border: 1px solid #000;
   background: #fff;
}

.button-2 {
   background:#f6d09a;
}


.button-2:hover {
	background: #231f20;
}

.description-buy .button  {
 width: 146px;
}


.button.m-modal-close {
 background: none;
 color: #231f20;
  width: 30px;
  height:30px;
	background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAgNTAiPjxwYXRoIGQ9Ik0zNy4zMDQgMTEuMjgybDEuNDE0IDEuNDE0LTI2LjAyMiAyNi4wMi0xLjQxNC0xLjQxM3oiLz48cGF0aCBkPSJNMTIuNjk2IDExLjI4MmwyNi4wMjIgMjYuMDItMS40MTQgMS40MTUtMjYuMDIyLTI2LjAyeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}


.index-advantage-wrapper {
 margin: 50px 0;
 background: #fcf1e1;
 height: 185px;
 padding: 74px 0 0 0;
}




.adv-item, .adv-item img, .adv-item span {
 display: inline-block;
 vertical-align: middle;
}

.adv-item {
 margin: 0 35px;
}

.adv-item span {
 margin-left: 30px;
 letter-spacing: 4px;
 text-transform: uppercase;
 font-size: 10px;
}

.breadcrumb {
 margin: 22px 0;
 padding-bottom: 22px;
 border-bottom: 1px solid #e7e7e7;
}

.breadcrumb * {
	color: #bbbaba;
  	font-size: 11px;
  	letter-spacing: 3px;
}

.navigation-pipe {
 padding: 0 20px;
}
.site-wrapper-inner footer {
 margin-top: 50px;
}

.prod-label {
 width: 50%;
 height: 30px;
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 background: #fb1c36;
 text-transform: lowercase;
 font-size: 14px;
 font-style: italic; 
 text-align: left;
 font-family: 'Arial', serif;
 line-height: 30px;
 z-index: 100;
 padding-left: 20px;
}

@media (min-width:1124px) {
  .prod-label {
   	width: 50%; 
  }
}

.prod-skidka{
   background: linear-gradient(90deg, rgba(245,245,245,1) 13%, rgba(162,159,159,1) 100%);
  color: #000;
}
.prod-label.prod-v-nalichii {
  opacity: 0;
  transition: opacity 300ms;
}

.product-ready .prod-label.prod-v-nalichii {
  opacity: 1;
}

.prod-label.is-prod-new {
  background: #28d6eb;
}
.prod-novinka {
   background: linear-gradient(90deg, rgba(245,245,245,1) 13%, rgba(162,159,159,1) 100%);
  color: #000;
}
.box-item {
 padding-bottom: 40px;
 margin-right: 20px;
}

.prod-v-nalichii {
 background: linear-gradient(90deg, rgba(245,245,245,1) 13%, rgba(162,159,159,1) 100%);
 color: #000;
}

//.category-product .box-item{
//  border-bottom: 1px solid #e7e7e7;
//}

.brends-owl {
  margin: 20px 0;
  text-align: center;
}

.brends-owl .owl-prev {
  left:0!important;
}

.brends-owl .owl-next{
  right: 0 !important;
}

.brends-owl-page {
  margin-top: 40px;
  
}


.brends-owl-page h2 {
  font-size: 24px;
  
}


.footer-inner{
 padding-top: 40px;
 border-top: 1px solid #e7e7e7;
 background: #e7e7e7 

}
.footer-top .logo {
 max-width: 136px;
}

.footer-title {
 margin-bottom: 40px;
 text-transform: uppercase;
 font-family: 'Conv_Intro-Bold';
 letter-spacing: 2px;
 font-size: 11px;
}

.footer-menu li {
 margin-bottom: 20px;

}

.footer-menu li a {
 font-size: 11px;
 letter-spacing: 2px;
}

.footer-menu li span {
 color: #acabab;
}

.footer-top {
 overflow: hidden;
}

.footer-bottom {
 overflow: hidden;
 margin-top: 76px;
padding-top: 60px;
 border-top: 1px solid #e7e7e7;
}

.copyright {
 font-family: 'Conv_Intro-Book';
 font-size: 11px;
 letter-spacing: 3px;
}

.footer-pay img, .footer-pay span {
 display: inline-block;
 vertical-align: middle;
}

.footer-pay {
 line-height: 1;
 margin-top: -33px;

}

.footer-pay span {
 font-family: 'Conv_Intro-Book';
 font-size: 11px;
 letter-spacing: 3px;
 margin-right: 20px;
}

.footer-email, .soc-wrap {
  display: inline-block;
  vertical-align: middle;
}

.soc-wrap a {
 margin-left: 20px;
 display: inline-block;
 vertical-align: middle;
}

.soc-wrap a:hover {
 opacity: 0.6;
}

.soc-wrap i {
 font-size: 16px;

}

.footer-email a{
 margin-right: 75px;
 padding-bottom: 2px;
 border-bottom: 1px solid #e7e7e7;
}



.footer-email a:hover {
 padding-bottom: 3px;
 border: none;
}

.not-found-page-title {
 margin-top: 50px;
}


.site-message {
 width: 100%;
 position: fixed;
 left: 0;
 bottom: 0;
 height: 50px;
 padding: 20px;
 background: #ffffff;
 border: 1px solid #171717;
 z-index: 10000;
 text-align: center;
}

/* endcommon */

/* index page*/

#slides {
 margin: 2px 0 30px 0;

}

.slides_container {
 margin-bottom: 70px;

}

.statick-img-wrapper {
	margin-bottom: 80px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}

.statick-img-wrapper figure {
  padding: 0 5px;
}

 .slide-info {
    position: absolute;
 width: 100%;
 text-align: center;
 top: 40%;
 color: #fff;
 }

.slide-caption-big {
 font-size:   30px;
 font-family: 'Conv_Intro-Bold';
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 24px;
 color: #000;

}

.slide-caption-small {
 font-size: 10px;
  text-transform: uppercase;
 letter-spacing: 2px;
	margin-bottom: 50px;
}

.slide-info a {
  display: inline-block;
  background: #231f20;
  padding: 16px 44px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 3px;
}

.slide-info a:hover {
 opacity: 0.6;
}

#slides .owl-dots {
  position: absolute;
  bottom: 40px;
  z-index: 999;
  text-align: center;
  width: 100%;
}

.owl-dot {
 width: 10px;
 height: 10px;
 border: 1px solid #252122;
 background: none;
 border-radius: 50%;
 display: inline-block;
 margin: 0 4px;
}

.owl-dot.active {
  background: #252122;
}

.subscribe-title {
 font-size: 24px;
 font-family: 'Conv_Intro-Bold';
 text-align: center;
 margin-bottom: 20px;
 text-transform: uppercase;
 position: relative;
 vertical-align: middle;

}

.subscribe-title:before, .subscribe-title:after {
 content: '';
 width: 70px;
 height: 1px;
 display: inline-block;
 vertical-align: middle;
 background: #e7e7e7;
margin: 0 20px;


}

.subscribe-index {
	margin-bottom: 30px;
  background: #e7e7e7;

}

.subscribe-info {
 font-size: 10px;
 margin-bottom: 10px;
 text-align: center;
 letter-spacing: 2px;
 text-transform: uppercase;
 background: #e7e7e7;
}

.subscribe-form {
 text-align: center;


}
.subscribe-form input, .subscribe-form button {
	display: inline-block;
  	vertical-align: top;
}

.subscribe-form input {
 height: 45px;
 background: #f0f0f0;
 width: 28%;
 font-size: 10px;
 border: none;
  padding-left: 10px;
  margin-right: 5px;
}

.subscribe-form .button {
 width: 12%;
 font-size: 11px;
}

.why-our-wrapper {
 background: #f0f0f0;
 padding: 55px 50px;
 padding-bottom: 1px;
 height: 336px;
}

.why-our-title, .index-review-title {
 margin-bottom: 30px;
 letter-spacing: 3px;
 text-transform: uppercase;
 font-size: 18px;
 font-family: 'Conv_Intro-Bold';
}

.index-review-title {
 padding-left: 33px;
}

.why-our-wrapper ul li {
 margin-bottom: 40px;
 letter-spacing: 3px;
 text-transform: uppercase;
 line-height: 140%;
 font-size: 10px;

}

.main-news-wrapper {
 margin-top: 40px;

}

.statick-img-wrapper figcaption {
  margin-top: 25px;
  text-align: center;
}


.statick-img-title {
 text-transform: uppercase;
 letter-spacing: 4px;
 font-family: 'Conv_Intro-Bold';
 margin-bottom: 10px;
 font-size: 13px;
}

.statick-img-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.index-review {
 margin-left: 30px;
 background: #fcf1e1;
 padding: 54px 50px 10px 50px;
 height: 336px;
}

.main-page-rivew-item-autor {
 text-transform: uppercase;
 letter-spacing: 3px;
 margin-bottom: 30px;
 font-size: 10px;
}

.main-page-rivew-item-text {
  font-family: 'Conv_Intro-Book';
  font-size: 13px;
  line-height: 140%;
}

.main-page-rivew-item-wrapper .owl-nav > div {
 position: absolute;
 top: 80px;
 font-size: 30px;

}

.main-page-rivew-item-wrapper .owl-nav .owl-prev {
 left: -20px;
}

.main-page-rivew-item-wrapper .owl-nav .owl-next {
 right: -20px;
}

.main-news-header {
 position: relative;
 margin-bottom: 25px;

}

.main-news-wrapper {
 margin-bottom: 40px;
 padding-bottom: 40px;
 //border-bottom: 1px solid #e7e7e7;
}


.main-news-title {
  font-family: 'Conv_Intro-Bold';
  font-size: 18px;
  text-transform:uppercase;
  letter-spacing: 3px;

}

.main-news-header > a {
 position: absolute;
 right: 0;
 top: 0;
 display: inline-block;
 padding-bottom: 2px;
 border-bottom: 1px solid #e7e7e7;
 text-transform:uppercase;
 letter-spacing: 3px;
 font-size: 10px;
 font-family: 'Conv_Intro-Bold';
}

.main-news-header > a:hover {
 border-bottom: none;
 padding-bottom: 3px;
}

.main-news-item-title {
 margin-bottom: 20px;

}


.main-news-item-title a {
  text-transform:uppercase;
  letter-spacing: 3px;
  line-height: 130%;
  font-size: 11px;
}

.main-news-text {
  font-size: 11px;
  font-family: 'Conv_Intro-Book';
  line-height: 150%;
}

.main-news-text, .main-news-item-title {
 max-width: 350px;
}

.index-page-text {
 font-size: 13px;
 line-height: 150%;
 font-family: 'Conv_Intro-Book';
 margin-top: 40px;
 padding-top: 20px;
 border-top: 1px solid #e7e7e7;
}

.category-wrapper .page-title {
	margin-bottom: 35px;
}

.filter-wrapper  {
 background: #f1f1f1;
 padding: 17px 33px;
 padding-top: 20px;
 margin-bottom: 50px;

}

.index-instagramm .owl-item > div {
	position: relative;

}

.index-instagramm  {
 margin-top: 50px;
}

.index-instagramm .owl-item > div a {
 display: none;
 position: absolute;
 text-align: center;
 top: 50%;
 width: 100%;
 left: 0;
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 16px;
}

.index-instagramm .owl-item > div a span {
 vertical-align: middle;
 padding-right: 5px;
}

.index-instagramm .owl-item > div:hover a{
  display: block;
}

.main-page-review-item {
 padding-top: 30px;
}

/* end index */

/* inner page */
aside {
width: 90%;
}
.nav-a, .prod-var-title {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Conv_Intro-Bold';
  letter-spacing: 2px;

}

.nav-a-active {
 color: #acabab;
}

.nav-a-active:hover {
   color: #bbbaba;
}

.current-col{
    display: block;
    height: 61px;
    line-height: 61px;
    position: relative;
  	text-transform: uppercase;
  	cursor: pointer;
  	padding: 0 10px;
}

.sub-menu li span {
 display: inline-block;
  height: auto;
  line-height: 130%;
  padding: 0;
}

.aside-col-menu , .prod-variants-item  {
 padding-bottom: 30px;
 border-bottom: 1px solid #e7e7e7;
 margin-bottom: 25px;
}
.prod-variants-item {
 padding-bottom: 0;
 margin-bottom: 25px;
}

.aside-col-menu > ul > li {
 margin-bottom: 24px;
}

.aside-sub-menu {
 margin-top: 16px;
}

.aside-sub-menu li a {
 display: block;

}

.aside-sub-menu a  {
 	 color: #bbbaba;
  	 padding: 5px;
  	 padding-left: 37px;
}


.prod-var-title {
  margin-bottom: 16px;
  cursor: pointer;
}

.prod-var-title span {
  cursor: pointer;

}

.prod-variants-item p, .prod-var-wrapper-brend > a {
  color: #bbbaba;
  padding: 4px;
  padding-left: 37px;
  cursor: pointer;
  
}

.prod-variants-item p span:first-letter {
   text-transform: uppercase;
}

.prod-var-wrapper-brend > a {
 display: block;
}

.sub-menu-active, .aside-sub-menu a:hover, .prod-variants-item p.active-filter, .prod-variants-item p:hover, .prod-var-wrapper-brend > a:hover, .prod-var-wrapper-brend > a.active-filter {
	color: #231f20;
  	background: #f1f1f1;
}

.prod-variants-item-price {
 border: none;
 margin-bottom: 45px;
}


.reset-button {
	display: block;
  	height: 44px;
  	line-height: 44px;
  	border: 1px solid #231f20;
  	text-align: center;
  	letter-spacing: 3px;
  	text-transform: uppercase;
  	margin: 10px 0;
  	font-size: 12px;
}

.reset-button:hover {
	background: #231f20;
  	color: #fff;
}

input.reset-button {
 background: none;
 width: 100%;
 display: block;
 color: #231f1f;
 margin-top: 80px;
}

.collection-advantage .index-advantage-wrapper{
  padding: 30px 0;
  padding-bottom: 10px;
  text-align: center;
  height: auto;
}

.collection-advantage .adv-item span {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;

}

.collection-advantage .adv-item {
  margin: 0 0 23px 0;
  display: block;
  text-align: center;
}

.coll-recently-prod {
 margin: 30px 0 50px 0;
 padding-top: 1px solid #e7e7e7;
 padding-top: 40px;
}


.slides_item {
 max-height: 450px;
 text-align: center;
 width: 100%;

}

.slides_item p {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: center;
}
.coll-dop-product {
  margin-bottom: 1rem;
}
.slides_item p img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 450px;

}
.preview-list .swiper-button-prev {
  top: 20px;
  width: 25px;
  background-size: contain !important;
  background-position: center !important;
  height: 25px;
  transform: rotate(90deg);
  left: calc(50% - 16.5px);
}
.preview-list .swiper-button-next {
  top: initial;
  bottom: 2px;
  width: 25px;
  background-size: contain !important;
  background-position: center !important;
  height: 25px;
  transform: rotate(90deg);
  left: calc(50% - 16.5px);
}
.preview-list .swiper-slide {
  text-align: center;
  padding: 0px 0 4px 0;
  overflow: hidden;
    box-sizing: content-box;
}

.preview-list .swiper-slide img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  height: 100px;
}

.preview-list {
 width: 100px;
  max-width: 100px;
    flex-basis: 100px;
 text-align: left;
}
.product-big-foto {
    max-width: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

div.preview-list {
  padding-right: 8px;
    padding-top: 27px;
  padding-bottom: 27px;
    position: relative;
}

div.preview-list.is-zero {
    padding-top: 0px;
  padding-bottom: 0px;
}


.preview-list li {
 margin-bottom: 10px;
}

.preview-list a {
 display: block;
}


.product-title {
 font-size: 24px;
 font-family: 'Conv_Intro-Bold';
 text-transform: uppercase;
 letter-spacing: 4px;
 margin-bottom: 24px;
}

.sku-wrapper {
 margin-bottom: 40px;
 color: #bbbaba;
 font-size: 11px;
  text-transform: uppercase;
 letter-spacing: 4px;
   margin-top: 8px;
  font-weight: normal;
}

.product-short-descr  {
 font-size: 13px;
 font-family: 'Conv_Intro-Book';
 margin-bottom: 40px;
}



.option_selector-label {
 text-transform: uppercase;
 color: #bbbaba;
 letter-spacing: 3px;
 display: block;
 margin-bottom: 20px;
}

.variants > div {
 margin-bottom: 30px;
}




.option_selector-container span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  overflow: hidden;
  cursor: pointer;
  line-height: 43px;
  color: #d7d7d7;
  text-transform: uppercase;
  font-size: 12px;
}


.option_selector-container--cvet span {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 43px;
  margin-right: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  color: #bbbaba;


  line-height: 1;
}

.option_selector-container--cvet span img {
   border-radius: 50%;
   display: inline-block;

}

.option_selector-container span.variant-color--active, .option_selector-container span.variant-span--active {
 border-color: #231f20;
 color: #231f20;
}

.product-buy-zone-wraper div{
  display: inline-block;
  vertical-align: middle;
}


.product-page-price {
	font-size: 24px;
 	font-family: 'Conv_Intro-Bold';
}

@media screen and (max-width: 800px) {
 .product-page-price {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
  }
}

.prod-brend-wrapper {
 height: 100px;
 overflow: hidden;
 text-align: right;
}

.prod-charact-img img{
  max-height: 45px;
}

.prod-charact-link {
 margin-top: 20px;
 text-align: right;
}

.prod-charact-link a{
  text-decoration: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #dfad65;

}
.prod-charact-link a:hover {
 text-decoration: none;
 border-bottom: 1px solid #fff;
}

.product-page-advantage {
 margin: 0;
}

.product-page-advantage  .index-advantage-wrapper {
   margin: 0;
}


.product-content-bottom {
 margin-top: 30px;
 padding: 20px 0;
 border-top: 1px solid #e7e7e7;
 border-bottom: 1px solid #e7e7e7;
}

#razmer {
 display: none;
 width: 350px;

}

.option_selector-container--razmer {
 position: relative;
}

.razmer-link {
 text-transform: uppercase;
 letter-spacing: 3px;
 font-size: 10px;
 display: inline-block;
 padding-bottom: 2px;
 border-bottom: 1px solid #dfad65;
 display: none;
 top: 18px;
 right: 45px;
 position: absolute;
}
.razmer-link:hover {
 text-decoration: none;
 border-bottom: 1px solid #fff;

}

.product-info-bottom {
 margin-top: 20px;
}


.product-buy-button .buy {
 width: 145px;
 margin: 0 5px 0 32px;
}

.product-buy-button .button-2 {
 width: 190px;
 color: #000;
 background: #fff;
 border: 1px solid #000;
}

.product-buy-button a.button-2 {
 display: inline-block;
  vertical-align: top;
}

.product-buy-button .button-2:hover {
 color: #fff;
 background: #231f20;
}

.product-status {
 margin-left: 30px;
 font-size: 14px;
 font-family: 'Conv_Intro-Book';
 letter-spacing: 3px;
}

.product-status  i {
 font-size: 18px;
 vertical-align: middle;
}

.product-info-soc-wrapper {
 text-align: right;
 margin-bottom: 30px;
}

.product-info-soc-wrapper a {
 display: inline-block;
 margin-left: 20px;
}

.product-info-soc-wrapper a i {
	font-size: 16px;

}

.coll-dop-product {
 padding-top: 20px;
 border-top: 1px solid #e7e7e7;

}

.coll-dop-product-owl {

}


.mod-fast-feedback-inner p input[type="text"], .mod-fast-feedback-inner p textarea {
	border: none;
    height: 41px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    background: #ededed;
    letter-spacing: 2px;
    margin-bottom: 2px !important;
    text-align: center;
    font-size: 13px;
}

.mod-fast-feedback-inner p textarea {
 height: 100px;
 padding-top: 4px;
}

.mod-fast-feedback-inner p  {
  margin-bottom: 2px;

}

.fancy-feedbac .mod-fast-title {
  font-size: 16px;
}

#mod-fast-feedback-form  {
 text-align: center;
}

#mod-fast-feedback_submit {
 padding: 0 10px;
 margin: 0 auto;
 margin-top: 10px;
 display: block;
}

.coll-dop-product-owl .box-item {
  padding: 0 10px;
}

.product-tabs-wrapper {
 margin-bottom: 40px;
}

.m-product-list-foto {
 display: none ;
}

.m-product-list-foto .owl-prev, .m-product-list-foto .owl-next {
 position: absolute;
 top: 45%;
 font-size: 24px;
}

.m-product-list-foto .owl-prev.disabled, .m-product-list-foto .owl-next.disabled {
 cursor: default;
 opacity: 0.6;

}

.m-product-list-foto .owl-prev {
  left: 0;
}

.m-product-list-foto .owl-next  {
  right: 0;
}

.prod-var-wrapper {
 display: none;
 padding-bottom: 20px;
}

.prod-var-wrapper span {
 display: block;
}

.price-for-request {
 font-size: 12px;
    font-family: "Conv_Intro-Regular";
  text-transform: uppercase;
}

.fancy-feedbac .fancybox-skin {
 background: #fff;
 border-radius: 0;


}

/* end inner page*/


/* Blog */
.note, .comment-details {
	color: #000000;
	font-size: 11px;
    font-style: italic;
}

.article-wrapper {
 max-width: 960px; 
 margin: 0 auto;
}

.article-blog-item .note, .article .note {
 font-style: normal;
 margin-bottom: 34px;
 text-transform: uppercase;
 font-size: 10px;
 letter-spacing: 2px;
}

.article-blog-item .note span {
  padding-right: 40px;
}

.article-blog-item {
 margin-bottom: 50px;
 padding-bottom: 30px;
 border-bottom: 2px solid #e9e9e9;
}

.article-blog-item > h2 {
 margin-bottom: 20px;
}

.article-blog-item > h2 a {
	text-transform: uppercase;
 	letter-spacing: 2px;
  	color: #3c8ec9;
  	font-weight: bold;
  	font-size: 20px;
  	margin-bottom: 20px;
  	display: inline-block;
 	padding-bottom: 8px;
  	border-bottom: 2px solid #3c8ec9;
  	line-height: 130%;
}

.article-blog-item > h2 a:hover {
 text-decoration: none;
 padding-bottom: 10px;
 border-bottom: none;
}

.article-blog-item .blog-details {
 margin-top: 16px;
}

.article-blog .edit-content img{
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  
}
.edit-content img {
	-o-object-fit: contain;
  	object-fit: contain;
}

 .edit-content table {

    vertical-align: middle;
     text-align: center;
 }

 .edit-content table td {
    border: 1px solid #8C8C8C;
 }
  .blog-c{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}

.article {margin-bottom:40px;}
.article .title {
    font-size: 18px;
    margin-bottom: 2px;
}


.article-title {
   margin-bottom: 1em;
   font-size: 20px;
    }

.article .blog-details {
  padding: 5px 0;
    }

.article .blog-details a {
  text-decoration: underline;
            }

.article .blog-details a:hover {
  text-decoration: none;
      }

.article h2 {
 text-transform: uppercase;
 margin-bottom: 25px;
 letter-spacing: 3px;
 font-size: 20px;
 font-weight: bold;
 line-height: 120%;

}

.article-blog {
 border-bottom: 2px solid #e9e9e9;
 padding-bottom: 45px;
}

#comments_link, #reviews_link {
    cursor: pointer;
    border-bottom: 1px dashed #646364;
    font-size: 1.2em;
    padding-bottom: 2px;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: bold;

}


#comments_link:hover {
 text-decoration: none;
}


#comments .box, #reviews .box {
  margin-top: 10px;
}

div.reviews {
 margin-bottom: 12px;
 font-size: 14px;
}
#comments, #comment_form, #review_form {margin:20px 0;}
ul.comments, ul.reviews {list-style-type:none; margin:10px 0;}
ul.comments li, ul.reviews li {margin-bottom:20px;}
#comment_form input[type='text'], #review_form input[type='text'], #feedback_from
{
  width:100%;
  height: 42px;
  padding-left: 5px;
  background: #f1f1f1;
  border: none;


}
#comment_form input[type='submit'], #review_form input[type='submit'], #feedback_commit {
 margin: 5px 0;
 cursor: pointer;
 border: none;
 height: 43px;
 text-align: center;
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 2px;
 padding: 0 30px;
}

#feedback_commit {
 width: 100%;
}

#feedback_commit:hover {
	background: #231f20;
  	opacity: 0.8;
}


#comment_form textarea, #review_form textarea, #feedback_content {overflow:auto; width: 100%; height: 135px; padding: 4px 0 0 5px; background: #f1f1f1; border: none;}
#author_fields, #comment_fields, #review_author_fields {display:block;}
#author_fields dt, #comment_fields dt {
 padding-bottom: 5px;
}
.comment-details {
	padding: 5px 0;
}

#moderation_warning {padding: 10px 0; clear: both;}

/*.error {color:#c33 !important;}*/

.notice { margin:15px 0; font-size: 20px;}
.small {font-size:85%;}
.page-headline {
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 14px;
}
/* Reviews */
#reviews_link {cursor:pointer;}
#reviews_link:hover {
 text-decoration: none;
}
.review {margin-bottom:40px;}
#reviews, #review_form {margin-top:20px;}

#review_form dd, #comment_form dd {margin: 10px 0;}

#review_form #review_captcha_solution {
width: 238px;
}
#review_author_fields, #review_fields {display:block; float:left; margin-right:15px;}
#review_author_fields .form-submit,  #review_fields .form-submit{
 width: 100%;
}

#review_fields {
	font-size: 14px;
}

#review_moderation_warning {margin-top:20px; clear: both;}
.review_details { margin:5px 0; font-size:12px; font-style: italic;}
.rating_wrapper {overflow:hidden; margin:10px 0;}
.rating_label {float:left; margin-right:10px;}

/* Seo */
#review_confirm_email { position:absolute; left:-2000px; }

#captcha {margin-bottom:10px; overflow: hidden;}
#captcha_challenge {
 float: left;
}

#captcha_challenge img {
 float: left;
}

#captcha_challenge a {
  float: right;
}

#captcha #comment_captcha_solution {
  width: 238px;

}

#comment_form, .product_review {
 overflow: hidden;
}

.product_review {
   margin-left: 20px;
  }

.comment-form h3, .review-form h3 {
  font-size: 1.6em;
  padding-bottom: 1em;
  line-height: 1em;
    }

.comment-form label, #feedback_form label {
 font-weight: bold;
  display: block;
 margin: 5px 0;
}

#feedback_form table td {
 border: none;
}

.article-blog-header {
 position: relative;

}
.article-blog-header > a {
  position: absolute;
  top: 6px;
  right: 0;
  color: #3c8ec9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: bold;

}

#comment_form input.blog-submit, #review_form input.blog-submit {
  width: 150px;
  margin-left: 117px;
  }


.old-price {
	text-decoration: line-through;
	font-size: 12px;
}

.article-wrap .edit-content {
     margin-top: 20px;
 	 font-size: 14px;
  }


.edit-content {
  line-height: 1.45;
  font-size: 13px;
  color: #3d3b3b;
}

.edit-content > div {
  padding-bottom: 0.5em;
  line-height: 150%;
}

/*.edit-content ul {
	list-style: disc outside;
	margin-left: 15px;
	font-size: 12px;
}

.edit-content ol {
	list-style: decimal outside;
	margin-left: 15px;
	font-size: 12px;
}

.edit-content li {
   padding-bottom: 0.5em;
    }

.edit-content p, .edit-content > div {
  padding-bottom: 0.5em;
  line-height: 150%;
    }
*/

.edit-content p {
  margin: 1em 0;
  padding: 0;
  color: #3d3b3b;
  line-height: 20px;
  text-align: left;
}
.edit-content h1, .edit-content h2, .edit-content h3, .edit-content h4 {
  line-height: 1.2;
}
.edit-content h1 {
  font-size: 20px;
}
.edit-content h2 {
  font-size: 18px;
}
.edit-content h3 {
  font-size: 16px;
}
.edit-content h4 {
  font-size: 14px;
}
.edit-content a {
  color: #999;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
}
.edit-content a:after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  background-color: #231f20;
  transition: width .3s ease-in-out;
}
.edit-content a:hover:after,
.edit-content a:focus:after {
  width: 100%;
}

.edit-content blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 5px 0 5px 67px;
  border: 1px solid #d7dee3;
  border-left: none;
  border-right: none;
}

.edit-content blockquote:before {
  position: absolute;
  top: 0;
  left: 20px;
  font-family: Arial;
  content: "\201C";
  font-size: 100px;
  line-height: 93px;
  /*color: #fb1c36;*/
}

.edit-content blockquote:after {
  content: "";
}

.edit-content ul {
  list-style: none;
  margin-left: 17px;
  margin-bottom: 20px;
}
/*.edit-content ul a {
  width: 100%;
  color: #3d3b3b;
  text-decoration: none;
  display: inline-block;
  padding-left: 0px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  transition: .3s linear;
}
.edit-content ul a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dbd9df;
  position: absolute;
  left: -30px;
  top: 3px;
}*/
.edit-content ul li {position: relative;    text-align: left;}
.edit-content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d3b3b;
  position: absolute;
  top: 6px;
  left: -13px;
  z-index: 2;
  transition: .4s ease-in-out;
}
.edit-content ul li:hover:before {
  left: -20px;
}

.edit-content ol {
  margin-left: 0;
  margin-bottom: 20px;
  counter-reset: li;
  list-style: none;
  color: #3d3b3b;
  padding: 10px;
  padding-left: 0;
}
.edit-content ol li {
  position: relative;
  margin: 0 0 5px 17px;
  padding: 4px 8px 4px 0;
  padding-top: 8px;
  border-bottom: 1px solid #e7e7e7;
  transition: .3s linear;
  list-style:decimal;

}
.edit-content ol li:last-child {margin-bottom: 0;}

/*
.edit-content ol li:before {
  content: counter(li.);
  counter-increment: li.;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  padding-top: 8px;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}*/


.edit-content ol li:hover {border-bottom: 1px solid #e7e7e7;}
/*.edit-content ol li:hover:before {
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
}*/

.edit-content table {
  border-collapse: separate;
  border: solid #e7e7e7 2px;

}

.edit-content th, .edit-content td {
  padding: 1em;
}

.edit-content table tr:nth-child(odd) {
  background-color:#f2f2f2;
}

.edit-content table tr:nth-child(1) {
  background: #e7e7e7;
}

.edit-content th {
  font-size: 16px;
}

.edit-content td {
  border: none !important;
  font-weight: normal !important;
}

.paginate-wrapper li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;

    }
.paginate-wrapper li span, .paginate-wrapper li a {
    color: #231f20;
    font-size: 11px;
  	font-family: 'Conv_Intro-Bold';
        }

.paginate-wrapper li a:hover {
     text-decoration: none;
              }

.pagin-curr, .paginate-wrapper li:hover {
  border-radius: 50%;
  background: #fff;
            }

.paginate-wrapper, .filter-label {
 display: inline-block;
 vertical-align: middle;
}

.collection-bottom-pagin {
 margin-top: 30px;
/* padding-top: 30px;
 border-top: 1px solid #e7e7e7;
  */

}

.collection-bottom-pagin .pagin-curr, .collection-bottom-pagin li:hover {
 background-color: #e7e7e7;
}

.index-map {
 margin-top: 20px;
}

.col-sort select {
  width: 140px;
  height: 44px;
}

.filter-label {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Conv_Intro-Book';
  font-size: 8px;
}

.show-page-wrap {
 text-align: right;
}

.filter-title-mobile {
 text-align: center;
 letter-spacing: 2px;

}

.filter-title-mobile span {
 padding: 10px;
 border: 2px solid #231f20;
 cursor: pointer;
 text-transform: uppercase;
 display: inline-block;
 margin-bottom: 30px;


}
/*
#characteristics-top > div > div {
 margin-bottom: 10px;
}*/

.col-description {
 margin: 20px 0;
}

/*Корзина*/
.cart-table {
 padding-top: 30px;
 border-top: 1px solid #e7e7e7;
}

.cart-table .discount-title {
     text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      padding-top: 5px;
        }

.cart-table .product-meta {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #dfad65;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
            }
.cart-table .discount-price {
  text-align: right;
  color: #dfad65 !important;
  border: none;
                }

.cart-table td {
   padding: 10px;
   vertical-align: middle;
   text-align: left;
  	padding-bottom: 20px;
   border-bottom: 2px solid #e9e9e9;
    }

.cart-table td.cart-img {
    text-align: left;
  	min-width: 200px;
  	padding-right: 20px;
        }

.cart-title {
   font-size: 12px;
    }

.cart-title a {
  display: block;
  margin-bottom: 12px;
  line-height: 10px;
  text-transform: uppercase;
  font-family: 'Conv_Intro-Bold';
    }

.cart-title span {
  color: #dfad65;
  font-size: 11px;
  line-height: 21px;

}

.cart-quantity > span, .cart-quantity > div {
 display: inline-block;
 vertical-align: middle;
}

.cart-quantity > span {
 margin-right: 14px;
 font-size: 11px;
 color: #bbbaba;
 text-transform: uppercase;
 letter-spacing: 2px;

}

.cart-table .price {
   color: #231f1f;
   font-weight: bold;
   font-size: 16px;
    }

 .qwnt-wrapper {
     position: relative;
     width: 80px;
     height: 40px;
   	text-align: center;

        }
.qwnt-wrapper input {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #231f20;
    font-size: 13px;
    border: none;
    text-align: center;
    border: 1px solid  #231f20;
  	border-radius: 10px;

     }

.qwnt-wrapper i {
     position: absolute;
     display: block;
     top: 15px;
     color: #231f20;
     cursor: pointer;

                }

.qwnt-wrapper i.minus {
  left: 12px;

      }

.qwnt-wrapper i.plus {
     right: 12px;
        }


.qwnt-page-wrapper .qwnt-wrapper {
 width: 112px;
}

.cart-del a {
   font-size: 16px;
   color: #252122;
   width: 21px;
   height: 21px;
   display: inline-block;
}




.basket-bottom {

  padding: 36px 40px;
                }




.basket-bottom label, .itogo-title > span {
  font-size: 11px;
  margin-right:15px;
  color: #bbbaba;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
    }

#kupon-number {
 width: 180px;
 height: 47px;
 padding-right: 18px;
 padding-left: 5px;
 background: #f3f1f2;
 border: none;
}

.basket-kupon .invalid {
	margin: 10px 0;
    font-size: 16px;

    }

.cuponButton {
   width: 28%;
   height: 47px;
   display: inline-block;
   border: 2px solid #231f20;
   letter-spacing: 2px;
   text-transform: uppercase;
   color: #231f20;
   background: none;
   margin-left: 5px;
   padding: 0 5px;

      }

.cuponButton:hover {
 background: #231f20;
 color: #fff;

}

.basket-buy p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;

      }

.basket-buy p span {
  vertical-align: middle;
  margin-right: 14px;
          }

#total_price {
	font-size: 22px;
 	color: #231f20;
    margin: 0 20px 0 0px;

      }



#create_order {

  //  width: 180px;
   text-align: center;
   height: 47px;
   border: none;
   vertical-align: middle;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 2px;
   color: #fff;
          }

#create_order:hover {
 color: #000;
 border: 1px solid #000;
 background: #fff;
}

.cart-callback {
 margin-top: 44px;
 font-size: 16px;
 color: #231f1f;

}

.cart-callback a {
 color: #3490d1;
 font-size: 16px;
 display: inline-block;
 padding-bottom: 3px;
 border-bottom: 2px solid;
}

.cart-callback a:hover {
 text-decoration: none;
 border: none;
 padding-bottom: 5px;
}

.cart-dop-sale {
 margin-top: 120px;
}

.basket-buy > div {
  display: inline-block;
  vertical-align: middle;
    }

.basket-buy .itogo-title {
    font-size: 14px;

            }

 .cart-empty {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    }

 .basket-wrapper .product-wrapper {
       margin-top: 120px;
        }


/* end корзина*/


/* plugins */

#recently_view {

 position: relative;
}

#recently_view .box-item {
 border-bottom: none;
}

#recently_view .owl-prev, #recently_view .owl-next, .coll-dop-product-owl .owl-prev, .coll-dop-product-owl .owl-next {
 position: absolute;
 top: 140px;
 font-size: 32px;
}

#recently_view .owl-prev, .coll-dop-product-owl .owl-prev {
 left: -50px;
}

#recently_view .owl-next, .coll-dop-product-owl .owl-next {
 right: -50px;
}

#mod-fast-call {
 display: none;
 padding: 20px 0;
 position: absolute;
 top: 35px;
 left: 0;
 width: 340px;
 z-index: 1000;
 box-shadow: 0 0 10px rgba(0,0,0,0.21);
  background: #fff;
}

.mod-fast-title {
 margin-bottom: 20px;
 text-align: center;
 text-transform: uppercase;
 font-size: 11px;

}

#mod-fast-call .mod-fast-call-inner {
  width: 300px;
  margin: 0 auto;
}


#mod-fast-call_submit {
 min-width: 150px;
}


#mod-fast-call_form {
   padding-top: 10px;
   text-align: center;
  }

#mod-fast-call .errors { color:#900; }
#mod-fast-call fieldset, .mod-fast-buy fieldset{border:0;}
#mod-fast-call label, .mod-fast-buy label { display:block; font-size: 14px; margin-bottom: 10px; text-transform: uppercase;}
#mod-fast-call input, .mod-fast-buy input { width:99%; height: 30px; border: 1px solid #3c3d3d; margin-bottom: 10px; padding-left: 5px;}
#mod-fast-call textarea, .mod-fast-buy textarea { font-size: 12px; width:99%; height:50px; border: 1px solid #3c3d3d; max-width: 99%; padding-left: 5px; padding-top: 5px;}
#mod-fast-call textarea { 
 min-width: 149px;
 padding-top: 14px;
}


.mod-fast-call-inner input, .mod-fast-call-inner textarea {
 height: 41px !important;;
 border: none !important;
 background: #ededed;
 text-align: center;
 margin-bottom: 2px !important;
 letter-spacing: 2px;
}

.mod-fast-buy p {
    margin-bottom: 20px;

    }

.mod-fast-buy label {
	display: block;
 	margin-bottom: 10px;
  	font-weight: bold;

        }
.mod-fast-buy {
  font-size: 16px;

    }

.mod-fast-buy input[type="text"] {
    height: 39px;
        }
.mod-fast-buy input[type="text"], .mod-fast-buy textarea {
	width: 100%;
    border: 2px solid #dadada;
	border-radius: 6px;
  	padding-left: 10px;
  	font-size: 14px;

    }


.mod-fast-buy textarea {
	height: 50px;
    max-width: 346px;
  	max-height: 120px;
    padding-top: 10px;
}

#mod-fast-buy-submit {
	border: medium none;
    display: inline-block;
  	 color: #fff;
    font-weight: bold;
	line-height: 35px;
  	font-size: 12px;
    text-transform: uppercase;

}

#mod-fast-buy-submit:hover {
 	text-decoration: none;
  	opacity: 0.7;
}

#mod-fast-buy-form {
   text-align: center;
    }



.m-modal-button--checkout {
	background: #231f20 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Conv_Intro-Regular";
    font-size: 12px !important;
    height: 45px !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    text-transform: uppercase!important;
    transition-duration: 0s !important;


}

.m-modal-button--checkout:hover {
 background: #fff!important;
 border: 1px solid  #231f20!important;
 color: #231f20!important;
}

/* =============================================================================
  BUTTON RESETS
============================================================================= */
button {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  border-radius: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

/* =============================================================================
  BOX SIZING AND CLEARFIX
============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* =============================================================================
  HTML & BODY
============================================================================= */


body.mm-menu-open {
  overflow: hidden;
}

/* =============================================================================
  HEADINGS
============================================================================= */


/* =============================================================================
  PRIMARY LAYOUT
============================================================================= */
.wrapper {
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}

.wrapper.mm-menu-open {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
}

.container {
  padding: 0 72px;
}

main {
  padding: 36px 0;
}

section {
  margin-bottom: 36px;
}

/* =============================================================================
  HEADER
============================================================================= */


/* =============================================================================
  MM - MATERIAL MENU
============================================================================= */
/**
 * MM - Material Menu
 *
 * All the styles for the material menu here! I've prefixed them all with "mm",
 * which means material menu.
 */
/**
 * Toggle Button
 *
 * a.k.a. hamburger icon. See the "resets" section for global button resets.
 */


.mm-menu-toggle {
  position: relative;
  z-index: 200;

  vertical-align: middle;
  font-size: 16px;

  display: inline-block;
  margin-right: 30px;
  border: 2px solid #231f1f;
  padding: 5px;
  margin-top: -10px;
}

.mm-menu-toggle span, .mm-menu-toggle i {
 display: inline-block;
 vertical-align: middle;
}

.mm-menu-toggle > span {
	color: #231f1e;
}


/*.mm-menu-toggle::before,
.mm-menu-toggle::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}*/

.mm-menu-toggle::before {
  top: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.mm-menu-toggle::after {
  bottom: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.mm-menu-toggle,
.mm-menu-toggle::before,
.mm-menu-toggle::after {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

/* active states */
.mm-menu-toggle.active {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.mm-menu-toggle.active::before {
  width: 75%;
  -webkit-transform: translateY(7px) rotate(-45deg);
      -ms-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.mm-menu-toggle.active::after {
  width: 75%;
  -webkit-transform: translateY(-7px) rotate(45deg);
      -ms-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.mm-menu-toggle.active {
 display: none;
}





/**
 * The actual menu
 *
 * Here be all the stuff for the menu itself.
 */
.mm-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s, box-shadow 0.5s;
          transition: transform 0.5s, box-shadow 0.5s;
  background: #F0F0F0;

}

.mm-menu.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media all and (min-width: 300px) {
  .mm-menu {
    width: 300px;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}
/* header */
.mm-menu__header {
  position: relative;
  width: 100%;
  height: 51px;
  padding: 30px 25px 0 25px;
  margin-bottom: 28px;


}

.mm-menu__title {
  left: 12px;
  margin: 0;
  padding: 0;
  color: #231f1f;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1;
}

.mm-menu__title i {
 float: right;
 color:#231f20;
 cursor: pointer;
 font-size: 18px;
 font-weight: 300;
}

/* list */
.mm-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.mm-menu__item {
  padding-left: 25px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mm-menu__item.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.nav-sub-2 > li {
 margin-bottom: 10px;

}

.nav-sub-2 > li a {
 font-size: 12px;
}


.site-map-wrapper > span {
		font-weight: bold;
		display: block;
		margin-bottom: 25px;
		font-size: 24px;
}

.site-map-wrapper a {
 font-size: 16px;
}


.site-map-menu {
	margin-bottom: 5px;
	}

.site-map-menu li {
	margin-bottom: 20px;
}

.site-map-menu-sub {
		  margin-top: 10px;
          margin-left: 10px;

      }



/*
.mm-menu__item.item-1 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
          transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}

.mm-menu__item.item-2 {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
          transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.mm-menu__item.item-3 {
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
          transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

.mm-menu__item.item-4 {
  -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
          transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

.mm-menu__item.item-5 {
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
          transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.mm-menu__item.item-6 {
  -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
          transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}

.mm-menu__item.item-7 {
  -webkit-transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
          transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}

.mm-menu__item.item-8 {
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
          transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}

.mm-menu__item.item-9 {
  -webkit-transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
          transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}

.mm-menu__item.item-10 {
  -webkit-transition: opacity 0.5s 1.0s, -webkit-transform 0.5s 1.0s;
          transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
}

.mm-menu__item.item-11 {
  -webkit-transition: opacity 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
          transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
}

.mm-menu__item.item-12 {
  -webkit-transition: opacity 0.5s 1.2s, -webkit-transform 0.5s 1.2s;
          transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
}

.mm-menu__item.item-13 {
  -webkit-transition: opacity 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
          transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
}

.mm-menu__item.item-14 {
  -webkit-transition: opacity 0.5s 1.4s, -webkit-transform 0.5s 1.4s;
          transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
}

.mm-menu__item.item-15 {
  -webkit-transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
          transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
}

.mm-menu__item.item-16 {
  -webkit-transition: opacity 0.5s 1.6s, -webkit-transform 0.5s 1.6s;
          transition: opacity 0.5s 1.6s, transform 0.5s 1.6s;
}

.mm-menu__item.item-17 {
  -webkit-transition: opacity 0.5s 1.7s, -webkit-transform 0.5s 1.7s;
          transition: opacity 0.5s 1.7s, transform 0.5s 1.7s;
}

.mm-menu__item.item-18 {
  -webkit-transition: opacity 0.5s 1.8s, -webkit-transform 0.5s 1.8s;
          transition: opacity 0.5s 1.8s, transform 0.5s 1.8s;
}

.mm-menu__item.item-19 {
  -webkit-transition: opacity 0.5s 1.9s, -webkit-transform 0.5s 1.9s;
          transition: opacity 0.5s 1.9s, transform 0.5s 1.9s;
}

.mm-menu__item.item-20 {
  -webkit-transition: opacity 0.5s 2.0s, -webkit-transform 0.5s 2.0s;
          transition: opacity 0.5s 2.0s, transform 0.5s 2.0s;
}
*/
.mm-menu__link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s;
  font-size: 16px;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;

}

.oferta-link {
 font-size: 11px;
 margin: 5px 0;
 text-transform: none;
 line-height: 130%;
}

.oferta-link input {
 display: inline;
 width: auto !important;
 height: auto !important;
}

.oferta-link a {
 line-height: 130%;
 font-weight: bold;
 text-transform: none;
 text-decoration: underline;
}

.oferta-link a:hover {
 text-decoration: none;
}

.submit-igree.disabled {
 opacity: 0.7;
}

.mm-menu__link:hover {
  color: #231f1f;
  text-decoration: none;
}

.mm-menu__link-text {
  position: relative;
  z-index: 2;
}

/* the touch effect, for when a link is touched */
.mm-menu__link--touch-effect {
  display: none;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #B6B6B6;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}


/*.mm-menu__link--touch-effect.animating {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}
*/

.mm-menu-item-razdel {
 height: 1px;
 background: #626262;
 margin: 30px 0;

}


.top-menu-wrapper nav > ul > li.mm-menu-item-page > a {
 color: #b7b7b7;
 font-size: 14px;
 font-weight: 300;
}

.top-menu-wrapper nav > ul > li.mm-menu-item-page {
  line-height: 1;
  margin-bottom: 25px;
}

.mod-fast-call-inner input.input-error, .input-error  {border:2px solid red !important;}

/* слайдер */

.slider-range-wrapper{

 margin-bottom: 20px;
 margin-top: 50px;
    }

.slider-range-wrapper .min-price, .slider-range-wrapper .max-price {
  color: #bbbaba;
}

#slider-range {

  overflow: visible;
  height: 2px;
  margin-bottom: 20px;
}

.ui-slider {
  position: relative;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background: #231f1f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -ms-touch-action: none;
	touch-action: none;

}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}


.ui-slider-horizontal {
   height: 2px;
}



.ui-slider-horizontal .ui-slider-handle {
  top: -4px;

}



.ui-slider-horizontal .ui-slider-range {
  top: 0px;
  height: 2px;
}


.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-widget-content {
 background: #e9e9e9;
}

.ui-widget-header {
  background: #dfad65;

}




/**
 * Menu mask
 *
 * A mask that comes in and covers the wrapper when the menu is active.
 */
.mm-menu-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
          transition: opacity 0.5s, visibility 0.5s;
}

.mm-menu-mask.active {
  visibility: visible;
  opacity: 1;
}

/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    padding: 13px 0px 20px 0px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
  	letter-spacing: 3px;
    text-transform: uppercase;
    margin-right: 20px;
	position: relative;
  	top: 2px;

}

.resp-tabs-container {
    padding: 0px;
    background-color: #e7e7e7;
    clear: left;
}

.resp-tabs-container .edit-contet {
 font-size: 13px;
  font-family: 'Conv_Intro-Book';
  line-height: 140%;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 50px 15px 0 0;

}

.resp-tab-active {

    border-bottom: 2px solid #231f20;
  	position: relative;
}






.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border-top: 2px solid #e9e9e9;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 800px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

  .resp-tab-content {
  	border: 2px solid #e7e7e7;
    padding: 15px;
	}

}

.site-wrapper.is-sticky > header {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 597;
  background: #fff; 
}
@media (min-width: 800px) {
.site-wrapper.is-sticky > header { 
  display: none;
}
}

.site-wrapper.is-sticky  .nav-wrapper {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
   /* 
  top: 122px;
  top: 174px;*/
  top: 0px;
  z-index: 997;
}

.template-is-index .site-wrapper.is-sticky .nav-wrapper  {
 	 background: #231f20;
     
}

.template-is-index .site-wrapper.is-sticky .nav-wrapper ul.nav > li > a {
     color: #fff;    
 }

.template-is-index .site-wrapper.is-sticky .nav-wrapper ul.nav > li > a:hover {
  color:  #231f20;
}

.site-wrapper.is-sticky > .mobile-header {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 597;
  background: #fff;
}



/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:18px;height:18px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:transparent;}
div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:18px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -18px!important}
div.star-rating-hover a{background-position:0 -36px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important; margin: 0 2px;}
/* END jQuery.Rating Plugin CSS */

/* endplugins*/


.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
button.mobile-header-menu {
  width: 18px !important;
  height: 18px;
  background-image: url(mobile-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  max-width: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile-header-search {
  width: 18px !important;
  height: 18px;
  background-image: url(search.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  max-width: 30px;
}
.mobile-header-login {
  width: 18px !important;
  height: 18px;
  background-image: url(login.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  max-width: 30px;
  margin-left: 10px;
}
.mobile-header-cart {
  width: 18px !important;
  height: 18px;
  background-image: url(cart.svg);
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  max-width: 30px;
  padding-left: 22px;
  margin-left: 10px;
}

.mobile-header {
  padding: 12px 25px 12px 15px;
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.mobile-header-right.row-flex {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mobile-header-logotype-logo {
  width: 100%;
  display: block;
  margin-bottom: 4px;
  margin-left: 6px;
  position: relative;
}
.mobile-header-logotype-logo img {
	width: 100%;
}


/*.mobile-header-logotype-logo:after {
  display: block;
  width: 79px;
  content:'';
  position: absolute;
  top: 0px;
  left:-68px;
  background: url(left-sneg.png) no-repeat; 
  height: 52px;
  background-size: contain;
}*/

/*.mobile-header-logotype-logo:before {
  display: block;
  width: 51px;
  content:'';
  position: absolute;
  top: 5px;
  right:-105px;
  background: url(righgt-sneg.png) no-repeat; 
  height: 57px;
  background-size: contain;
}*/

@media (max-width:460px) {
  .mobile-header-logotype-logo:before {
   display: none; 
  }
}

.mobile-header-logotype-text {
  margin-left: 5px;
}

.mobile-header-logotype-text {
  font-size: 7px;
  white-space: nowrap;
  text-transform: uppercase; /* Text style for "Интерьер в" */
  letter-spacing: 2px;
}

.mobile-header-logotype {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  	.mobile-header-logotype {
      margin-left: 40px;
      margin-right: 10px;
    }
}
.mobile-header-cart.cart_items_count {
  padding-left: 30px;
  line-height: 22px;
  font-size: 13px;
  letter-spacing: 2.17px;
}

.mobile-search {
  display: none;
}

.mobile-search.is-active {
  display: block;
}
.mobile-search {
  /* display: none; */
  position: absolute;
  top: calc(100% + 1px);
  background: #fff;
  width: 100%;
  left: 0;
  padding: 17px 20px;
    z-index: 111;
}

.mobile-header {
  position: relative;
}

 /*.mobile-header:before {
  display: block;
  width: 100%;
  content:'';
  position: absolute;
  bottom: -42px;
  left:0;
  background: url(snow.png) repeat-x; 
  height: 60px;
  z-index: 1000;
}
*/
.mobile-search input {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  width: calc(100% - 30px);
  font-size: 16px;
  padding: 2px 10px;
}

.mobile-search-close {
  width: 10px;
  margin-right: 15px;
  display: inline-block;
  height: 10px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mobile-search form {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
}

.mobile-search form button {
  width: 15px;
  margin-left: 12px;
  display: inline-block;
  height: 15px;
  background-image: url(arr-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
i.js-menu-close.fa.fa-times {
  width: 15px;
  height: 15px;
  font-size: 0;
  display: inline-block;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.mm-menu__header {
  height: auto;
}

i.js-menu-close.fa.fa-times {
  position: absolute;
  left: 16px;
  top: 26px;
}

#mm-menu .top-header-text.top-header-work-time {
  color: #acabab;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-left: 0;
  margin-bottom: 10px;
}

#mm-menu .top-hedear-link {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
    margin-bottom: 10px;
      line-height: 1.2;
      margin-right: 0;
}
#mm-menu .top-phone-wrapper {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.mobile-top-phone-title {
  margin-bottom: 11px;
}
#mm-menu .top-phone-wrapper {
  margin-bottom: 12px;
}

.mmm-menu__title {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-left: 16px;
  margin-bottom: 16px;
}

ul.nav-sub-2 {
  padding-left: 24px;
}

.mm-menu__header:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin-top: 25px;
}

footer {
  background: #e7e7e7; 
}
@media (max-width: 600px){
  .blog-c {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.product-info.group {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.product-gallery-block {
    max-width: 44%;
    flex-basis: 44%;
    padding-right: 1em;
}

.product-content-wrapper {
    max-width: 56%;
    flex-basis: 56%;
}

.product-foto-wrapper.group {
    max-width: 44%;
    flex-basis: 44%;
    padding-right: 1em;
    display: flex;
    flex-wrap: nowrap;
}
.product-content-bottom {
    max-width: 56%;
    width: 100%;
    margin-left: 44%;
}


.product-favorits-wrapper {
  margin-top: 20px;
  letter-spacing: 2px;
  margin-left: 0px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Conv_Intro-Regular', 'Helvetica', 'sans-serif';
   
}

.but_wishlist_product {
 
}



.preview-box  a.but_wishlist_col {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: auto;
  line-height: 100%;
  z-index: 100;
}

.but_wishlist_product i{
  font-size: 23px;
  vertical-align: middle;
  margin-right: 10px;
}

.mobile-header-favorits i{
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}


.preview-box  a.but_compare_col {
  position: absolute;
  bottom: 7px;
  right: 30px;
  height: auto;
  line-height: 100%;
  z-index: 100;
}
.preview-box  a.but_compare_col svg {
width: 12px;
  height: auto;
}



 
.product-compare-wrapper {
  margin-top: 20px;
  letter-spacing: 2px;
  margin-left: 0px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Conv_Intro-Regular', 'Helvetica', 'sans-serif';
   
}


.product-compare-wrapper svg {
  vertical-align: middle;
}

.top-header-row > div.top-favorits {
  margin-right: 6px;
}

.top-favorits i:first-child{
  	font-size: 16px;
}

.block_brief {
  margin-bottom: 40px; 
}

.remove-favorit {
  margin-top: 10px; 
}

@media (max-width: 768px) {
.product-content-wrapper, .product-foto-wrapper.group, .product-content-bottom {
    max-width: 100%;
    flex-basis: 100%;
   padding-right: 0;
  margin-left: 0%;
}
}

.product-big-foto {
    height: 100%;
    border: 1px solid #e1e1e1;
}
.tags-list{
  margin-top: 2rem;
  flex-wrap:wrap;
}
.tags-list li {
    text-transform: uppercase;
    font-weight: bold;
  	padding-bottom: 1rem;
}
.related-article-title{
  padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
@media (max-width: 480px) {
.box-item {
    margin-right: 0;
}
}

.product-page-wrapper-rotate .product-big-foto img, .product-page-wrapper-rotate .swiper-slide-first img, .product-image-rotate{
 	    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.cookie-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-banner svg {
  display: block;
  margin: 0 12px 0 0;
}

@media (max-width: 767px) {
  .cookie-banner svg {
    display: none;
  }
}


.cookie-text {
  margin: 0 16px 0 0;
}

.cookie-text p a a:visited {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A9AAAF;
}

@media (max-width: 767px) {
  .cookie-text p a a:visited {
    font-size: 12px;
    line-height: 16px;
  }

}

.cookie-link .button {
  padding: 0;
  background: transparent;
  color: #A9AAAF;
}

.cookie-banner--wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  z-index: 99999;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, .3);
  display: none;
  padding-left: 18px;
  padding-right: 18px;
}

.cookie-text a {
  color: #000;
}

.cookie-banner--wrapper.is-show-fullscreen {
  display: block;
}

.socials--share--wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection--counter--text {
	text-align: center;
    line-height: 26px;
      display: block;
}

.filter-option__field {
	display: none;
}
.filter-option__btn {
  	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 1px solid #1A1A1A;
    border-radius: 0;
    position: relative;
}
.filter-option__field:checked+.filter-option__content .filter-option__btn:before {
	opacity: 1;
  	content: '';
    visibility: visible;
  	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: #000;
  	width: 4px;
    height: 4px;
    background: #000;
}
.filter-option__content .filter-label {
	line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Conv_Intro-Book';
    font-size: 8px;
}
.filter-option__content  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	cursor: pointer;
}

#mod-fast-garanty {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 99;
  	display: none;
}

.mod-fast-garanty-inner {
 	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 90%;
    width: 460px;
    padding: 24px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  	text-align: center;
}
.mod-fast-garanty--close {
	position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

.mod-fast-garanty-inner .submit-igree {
	margin: 12px 0;
}

.mod-fast-subtitle {
	margin: 12px 0;
}

.product--garanty {
    letter-spacing: 2px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 16px 0 0 0;
}
.ajs-header {
	display: none;
}
.article--carousel--slide {
	padding> 0 10px;
}
.article--carousel--slide a {
  width: 100%;
  display: block;
}

.article--carousel--slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brands-image img {
  height: auto !important; 
}

@media screen and (max-width: 992px) {
  .characteristics-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .characteristics-panel--sort {
    -ms-flex-preferred-size: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .characteristics-panel--counter,
  .characteristics-panel--only_available {
    margin: 6px 0 0 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .collection--counter--text {
    text-align: left;
  }
}

.mobile-header--contacts {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.mobile-header--contacts a {
	margin-left: 10px;
}

.footer-bottom__note {
	padding: 12px 0;
}

#provider {
  display: none!important;
}


#unisender-subscribe-form, #unisender-subscribe-form > * {
  max-width: 100%;
}
#unisender-subscribe-form form .container.responsive {
  padding: 0 !important;
}

.back-to-top {
	background-color: #333;
	position: fixed;
	bottom: 25px;
	right: 20px;
	display: none;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1000;
	background-image: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAABOIAAATiCAIAAAHv4+uHAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAALvtJREFUeNrs3TtuWlEYhVHYLUOiwrHE3OLROJ1lUjKvIFlyYVl+EPmiu//1FdRnswSCQ8H2cHfYqK54CriKq7iKq7hyFVdxFVdxFVeu4iqu4iqu4spVXMVVXMVVXLmKq7iKq7iKK1dxFVdxFVdx5Squ4iqu4iquXMVVXMX1fzr9PT2fnrm2oV4et9vtENrMQX1pCG1Goc6hzTTUIbQZiDqBNjNR62kzFrWbNpNRi2kzHPWV9vHPI9cq1Jd2u10TbaBW0gZqJW2gVtIGaiVtoFbSBmolbaBW0mYO6v2v+zm0GYU6hzbTXqlDaDMKdQ5tpqEOoc1A1Am0mYlaT5uxqN20mYxaTJvhqK20gVpJG6iVtIFaSRuolbSBWkkbqJW0gVpJG6iVtIFaSRuolbSBWkkbqJW0gVpJG6iVtIFaSRuolbSBWkkbqJW0gXoT2v1+v27XK5avBfXq0z78fjifz6t/H/7W8nWhXnHmC+rT01PJ56YvLl8j6rdOvgzqot9zPl2+XtQvnn8x1KXvJT5YvnbUT1csibpZ/h7x3eUdqB9sWRh1c5N7/zfLm1DfXbQ86uZWv9O9Lu9DfbPrJqiXtoe7w0Y/0/F4vAnqxv8i/Wi3QuVaG1eu4iqu4iquXMVVXMVVXMWVq7iKq7iKq7hyFVdxFVdxFVeu4iqu4iqu4spVXMVVXMVVXLmKq7iKq7iKK1dxFVdxFVeu4iqu4iqu4jq1fwKwd4cpbYRhFEbbixuzzZbsIuqKAnZvCkKQBmUSyBfnvuchhPwRuXMYiROS+P4cJ6ugCqqgCipUQRVUQRVUqA4BVEEVVEEVVKiCKqiCKqhQBVVQBVVQBRWqoAqqoAoqVEEVVEEVVEGFKqiCKqiCClVQBfV79PLv5e0GtUr0vwdQS0TnuGaU6BDXTBOd4JqBovWumSna7ZqxosWumSza6prhopWuIdrnGqJ9riHa5xqifa4h2ucaon2uIdrnGqJ9rpkj+vz3eYjrwxDRw+/D+4OnP09X/NLTjztTv53o8XiccL5mjugc14wSHeKaaaITXDNQtN41M0W7XTNWtNg1k0VbXTNctNI1RPtcQ7TPNUT7XEO0zzVE+1xDtM81RPtcQ7TPNUT7XEO0zzVE+1xDtM81RPtcQ7TPNUT7XEO0zzVE+1xDtM/1tqjX2ezojSvXud564M3//F46YF9vRbrCdcHAFU+Uts/YneilrmsGLvqXZsuYnYpud102cN3Fh68n7Vp0i+vKgUsvE342rED0a9fFA1df0D+fVyP6mev6gXd46e3jyDLRc9e7DLzPZz68Td3dBylc6nq6X9/Px1+PP9SVb5CCKqiCKqiCClVQBVVQBRWqQwBVUAVVUAUVqqAKqqAKKlRBFVRBFVRBhSqogiqoggpVUAVVUAVVUKEKqqAKqqBCFVRBFVRBFVSogiqogqrtvQrA3h2kJgyEYRgmpTtPZRtxV09jD1HX9S5Be6ysbcCNtFBsK5Lvn+dZzS7wk3dmFoH4hQnYgAGtglYBrQJaBa0CWgW0CloFtApoFbQKaBXQKmgV0CpoFdAqoFXQKqBVQKugVUCrgFZBq4BWAa2CVgGtglYBrQJaBa0CWgW0CloFtApoFbQKaBXQKmgV0CpolSKOH8fD8WAOxTwaQbFKz4uu66b16XRa9Stj0SpzrPSSYrXK3CtVrFZJqlSxWiWpUsVqlaRKFatVkipVrFZJqlSxWiWp0u/FjuO4edkYu1aZY6WXFouFYrXKrCtVrFZJqlSxWiWpUsVqlaRKFatVkipVrFZVmkqxWlWpYtGqShWrVeZWaf/cnxfr9Xr7ulVsGd3yaWkKxSq9dLdizxSrVZX+ulLFapWkShWrVZIqVaxWSapUsVpVaVKlitWqSpMqVaxWVZpUqWK1qtKkShWrVZUmVapYrao0qVLFalWlSZUqVqsqTapUsVpVaVKlitWqSlMpVqsqVaxitapSxWpVpW1WqlitqlSxim27VZUqVqsqValitapSxSq2dqsqVaxWVapSxWpVpYpVbO1WVarY8sXGt6pSxTZS7IM35vpKhXpbwzBMI9297e7zuP373rla/HSVaPoZO20H077gDly5WJWmF1uj0oKt3rBYlaYXW6nSsq3+s1iVphdbr9Lirf6hWJWmF1u10iZavbJYlaYXW7vShlr9oViVphfbQqXNtfqlWJWmF9tOpY22CqF8twRaBbQKWgW0CmgVtApoFdAqaBXQKqBV0CqgVUCroFVAq6BVQKuAVkGrgFYBrYJWAa0CWgWtAloFtApaBbQKWgW0CmgVtApoFdAqaBXQKqBV0CqgVUCroFVAq6BVQKuAVkGrgFYBrYJWAa0CWoV0nwKwdzc7bQNRGIbHVne5pKxCuTq4GrqLMMvcVy0hlUoViJIf/J3zvCvvEo31OJYznpkOdwejIPlRlQSqBKokUCWBKoEqCVRJoEqgSgJVAlUSqJJAlUCVBKokUCVQJYEqgSoJVEmgSqBKAlUSqBKokkCVBKoEqiRQJVAlgSoJVAlUSaBKAlUCVRKoEqiSQJUEqgSqJFAlgSqBKglUSaBKoEoCVQJVEqiSQJVAlQSqJFAlUCWBKoFqCCRQJYEqgSoJVEmgSqBKAlUSqBKokkCVQJUEqiRQJVAlgSoJVAlUSaBKAlUCVRKoEqiSQJUEqgSqJFAlgSqBKglUCVRJoEoCVQJVEqi6WM/L8/KyGAdQtWml0zStB6yCqq0rfY1VULV1payCqgylrIKqDKWsgqoMpayCqgylrIKqDKWsgqoMpayCqgylrIKqDKWsgqoMpayCqgylrIKqDKWsgqoMpayCqgylrIKqDKWsgqqzevr1dBulrIKqryvd7XY3/lBWQdXWlbIKqjKUsgqqMpSyCqoylLIKqjKUsgqqMpSyCqoylLIKqjKUsgqqMpSyCiqlu6AvzCqolLIqUCllFVT1UcoqqJSyKlApZRVUdVPKKqiUsipQqyt9fHi8/3nPKqjatNLj8bgesAqqtq70NVZB1daVsgqqMpSyCqoylLIKqjKUsgqqMpSyCqoylLIKqjKUsgoqpRlKWQWV0gylrIJKaYZSVkGlNEMpq6BSmqGUVVApzVDKKqiUZihlFVRKM5SyCiqlGUpZBZXSDKWsgkpphlJWQaU0QymroFKaoZRVUCnNUMoqqJRmKGUVVEozlLIKKqUZSlkFldIMpayCSmmGUlZBpfQYND6sgkopq6yCSimroFLaRymroFLKKqugUsoqqJR2U8oqqJSyyiqolLIKKqXdlLIKKqWsstoPKqWsgkppd6Wsgkopq92tzpRSyiqolLLKKqiUstrD6kwppayCSimrrIJKKas9rM6UUsoqqJSKVVApZbWH1ZlSSlkFlVKxCiqlrPawOlNKKaugXrH9fk8pq02sBkM9nU4rHkpZ3eZ1AdS3Vjw3sEppAT/RSkeBh0nXtkppAUXpSkeNv2euZ5XSAlYLKB1lJjxcwyqlBazWUDoqTSG8rFVKC1gto3QUm5R/KauUFrBaSemo95rb+VYpLWC1mNJR8sXxc6xSWsBqPaWj6lIsX7NKaQGrJZWOwoub/a9VSgtYrap01F4u9PNWKS1gtbDSUX4B7s9YpbSA1dpKR4ctLT62SmkBq+WVjiabRL1nldICVjsoHX22XfzXKqUFrDZROlptZPy3VUoLWO2jdO1Hq9P8Byel0VaXl6WV0rXpcHdw7iW3vpJAlUCVBKokUCVQJYEqCVQJVEmgSqBKAlUSqBKokkCVBKoEqiRQJVAlgSoJVAlUSaBKAlUCVRKokkCVQJUEqgSqJFAlgSqBKglUSaBKoEoCVQJVEqiSQJVAlQSqJFAlUCWBKglUCVRJoEqgSgJVEqgSqJJAlQSqBKokUCVQDYEEqiRQJVAlgSoJVAlUSaBKAlUCVRKoEqiSQJUEqgSqJFAlgSqBKglUSaBKoEoCVQJVEqiSQJVAlQSqJFAlUCWBKoEqCVRJoEqgSgJVEqgSqJJAlQSqBKokUCVQJYEqCVQJVEmgSgJVAlUSqBKokkCVBKoEqqTv7LcA7NdBboJAAIbRYLrjAlwHq2FXT2MPUdf1HnZHpPfxAq7pJCTEZdMZywDvpTG2CxNG/n5a1NvaKQCAD78AoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKnA6Npdw49zgMy9OALIvKZFUQzPu++u7/v9bu9YQFOBP9Z0FP6irKCpQFRNlRU0FUhZU2UFTQVS1lRZQVOBlDVVVtBUIGVNlRU0FdS0eNKLKytoKqipsoKmAjnVVFlBU0FNlRU0Fci1psoKmgpqqqygqaCmudZUWUFTQU2VFTQV1FRZQVOBNdRUWUFTQU2VFTQVFuHydSnLcsEXOJT1fr8f3g7ebtBUUNNY4UqVFTQV1FRZQVNBTZUVNBXUVFlBUwE1VVbQVFBTZQVNBTVVVtBUUFOUFTQV1FRZQVNBTZUVNBXUVFlBU0FNUVbQVFBTZQVNBTVVVtBUUFOUFU0FNUVZQVNBTZUVNBXU9HdOH6fweHw/KivkrKi3tVNATXOuadu2469N0yyyrANlRVNBTf+jpo+UFTQV1DS2psoKmgpqmrKmygqaCmqasqbKCpoKapqypsoKmgpqmrKmygqaCmr6LMoKmgpqqqzKiqaCmuZUU2UFTUVN1VRZlRVNBTXNtabKCpqKmqqpsiormgpqOgfKCpqKmqqpsiormoqaqqmyKiuaCmq61JoqK2gqaqqmyqqsaCpqqqbKqqxoKqjpGmqqrKCpqKmaKquyoqmoqZoqq7KiqaipmiqrsoKmoqZqqqzKiqaipmqqrMqKpqKmaqqsyoqmoqZqirKCpqKmaqqsyoqmoqZqqqzKiqaipmqqrMqKpqKmaoqyKiuaipqqqbIqK5qKmqqpsiormoqaqinKqqxoqpqqKcqqrGgqaqqmyqqsaCpqqqYoK5qKmqopyqqsaKqaqinKqqxoKmqqpsqqrGgqaqqmKKuyaipqqqYoq7KiqWqqpiirsqKpqKmaoqzeZU1FTdUUZVVWTdVUNVVTlFVZ0VQ1VVNQVjQVNVVTlFVZNRU1VVOUVVnRVDVVU5RVWdFUNVVTUFZl1VTUVE1RVmXVVNRUTVFWZUVT1VRNQVnRVDVVU1BWZdVU1FRNUVZlXbONI5jK+fO81JruXneCSubCLRpu1HC7+veC76k+LPtuCmZohprKEidtxpihGaKpJm3GYIZoqkmbMZihGWoqc5+0GWOGZoimmrQZgxmiqSY99aTNGDM0QzTVpM0YzBBNZepJmzGYIZpq0mYMZoimMvWkzRjMEE01aTMGM0RTmXrSZgxmiKYSO2kzBjNEU4mdtBmDGaKpxE7ajMEM0VRiJ23GYIZoKrGqqrrdbs4BzJCn2jiCNbBkMEM0FQA0FQA0FQDQVADQVADQVABAUwFAUwFAUwFAUwEATQUATQUATQUATQUANBUANBUANBUANNURAICmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAsDs/AjAfh3dtqpFURSVk0qQU4dlHMqiEXqxe0FOI0FyBYkW0vZmjI+n93Vl4KwzldN4G70FAPB3KgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqfCuruP1/rhv//UqoLjPYRi8Bagc1Hmet/+5XC7Pn+e6rt4JaCrw/6C+yCpoKhAIqqyCpgKxoMoqaCoQC6qsgqYCsaDKKmgqEAuqrIKmArGgyipoKhALqqyCpgKxoMoqaCoQC6qsgqYCsaDKKmgqCGosqLIKmgqCGiaroKkgqLIKmgpUCqqsgqaCoMoqaCpQL6iyCpoKgiqroKlAvaDKKmgqCKqsgqYC9YIqq6CpIKiyCpoK1AuqrIKmgqDKKmgqCGpVsgqaCoIqq6CpIKiyCpoKtAyqrIKmgqDKKmgqCKqsgqYCjYMqq6CpIKiyCpoKgiqroKlA46DKKmgqCKqsQhUfXgH81fnr3DWoL9vTbc/oQ4Omwu5BXZal/WNuzyiroKkgqLIKmgqCKqugqSCosgpoKgiqrIKmgqDKKmgqCKqsgqaCoMoqoKkgqLIKmgqCKqugqSCosgqaCoKKrIKmgqDKKmgqCKqsgqaCoMoqaCoIqqDKKmgqCKqsgqaCoMoqaCoIKrIKmgqCKqugqSCosgqaCoIqq6CpIKjIKmgqCKqsgqaCoMoqaCoIKrKKpoKgIqugqSCosgqaCoIqq6CpIKjIKmgqgoqsgqaCoMoqaCoIKrKKpoKgIqugqQgqsgqaCoIqq6CpIKhx0/ckq6CpIKiZoMoqaCoIauwvVFkFTQVBDQRVVkFTQVBjQZVV0FQQ1FhQZRU0FQQ1FlRZBU0FQY0FVVZBU0FQw5mUVdBUENRYIGUVNBUENZZGWQVNBUGNRVFWQVNBUGM5lFXQVBDUov+arIKmIqgHDaqsgqaCoMqqrKKpIKhVsyeroKkgqLIqq2gqCGq91MkqaCqCKqiyKqtoKghqvbzJKmgqgiqosiqraCoIar2kySpoKoIqqLIqq2gqCGq9jMkqaCqCKqiyKqtoKgiq3yaraCoIauNoySpoKoIqqLIqq2gqCKpfK6toKghq40TJKmgqgipOfrmsoqkIqqD6/bKKpoKgNg6SrIKmIqhS5FlkFU1FUEXIE8kqmgqC2jg/sgqaiqAKj6eTVTQVQZUczyiraCoIqieVVdBUBFVmZFVW0VQEVWA8tayiqQiqtHh2WUVTQVAPTVZBUxFUOfEeZBVNRVCFxNuQVTQVQZUQ70RW0VQQVEGVVVlFUxFU2fB+ZBVNRVAFw1uSVTQVQZUKWZVV0FQEVVC9MVlFUxFUefDeZBVNRVCFwduTVTQVQRVUZBU0FUEVVG9SVtFUBFUGvE9ZRVMRVAGQVVlFU0FQ8W5lFU1FUF363rCsoqkIquvee5ZVNBVBddEjq6CpCCreuayiqQiqy92bl1U0FUF1rcuqrKKpCKoLHV9BVtFUBBXfQlbRVATVJe6LyCqaiqC6vpFVNBVBdXHj68gqmoqgCqpvJKtoKoLqspZVWUVTEVTXNL6XrKKpguqCxleTVTQVQRVU305W0VQE1aWMrKKpCKrrGN9RVtFUQXUR42vKKpqKoAqqrMoqmoqgunzxZWVVUxFU1y6+r6yiqYIqqPjKsoqmIqiCiqyiqQiqSxZfXFY1FUF1veK7yyqaiqAiq7KKpiKorlScAVnVVATVZYqTIKtoqqC6RnEeZBVNRVBBVtFUBNXVibMhq5qKoLo0cUJkFU0VVNclsiqraCqCCk6LrGoqguqKxJmRVU1FUF2OODmyiqYKqmsRWZVVNBVBFVScIlnVVATVVYizJKtoqqC6BHGiZBVNFVTXH8iqrGoqgiqoOF2yqqkIqisPZ0xW0VRBddkhq7KKpgqqaw6cN1nVVARVUHHqZFVTEVRXG86erKKpgupSA1lFUxFUcA5lVVMRVBcZTqOsoqmC6gpDVmUVTRVUlxc4mbKqqQgqOJ+yqqnscuhdWOCUumE0FXsWVJxVj4amOvQeCswQTbVnjwPOrRlqKocYgCXj9HoQNNUMPAKYIZpqz348OMlmqKm0mYQlY4Z+NppqGJYMZoim2rOfCs62GWoqbUZiyZihH4mm2rMlgxmiqfbsh4HTboaaSpvZWDJm6CehqfZsyWCGaKo915iQJWOGfgaaas+WDGaIplJjTpYMZoim2rMlgxmiqdSYliWDGaKp9mzJYIZoKjVmZslghmiqPVsymCGaSo3JWTKYIZpqz5YMZoimUmN+lgxmiKba82TJYIZoKiX2bMlghmgqgUFaMpghmkpglpYMZoimEhinJYMZoqkEJmrJYIZoKoGhWjKYIZpKYM+WDGaIphLYsyWDGaKpBPZsyWCGaCqBPVsymCF7O4230VsAAH+nAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAKCpAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgCgqQCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAaCoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCAJoKAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAKCpAICmAoCmAoCmAoCmAgCaCgCaCgCaCgCaCgBoKgBoKgBoKgBoKgCgqQCgqQCgqQCApgKApgKApgKApgIAmgoAmgoAmgoAmgoAaCoAaCoAaCoAoKkAoKkAoKkAoKkAgKYCgKYCgKYCgKYCAJoKAJoKAJoKAGgqAGgqAGgqAGgqAKCpAKCpAPBefgVoz45VEgrjMA6jNAheRl1IpwQvRxBscXZJEBwKvIwaitOSF1KXIbjZBy3OWfR+nucZotY/HN9+novmpnEFAAAAQvjqFwAAAJkKAAAAMhUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAACZCgAAADIVAAAAmQoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAGQqAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAyFQAAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAACQqQAAACBTAQAAQKYCAAAgUwEAAECmAgAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAgAAIFMBAABApgIAACBTAQAAQKYCAACATAUAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAACZCgAAgEwFAAAAmQoAAIBMBQAAAJkKAACATAUAAACZCgAAgEwFAAAAmQoAAIBMBQAAAJkKAACATAUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAACZCgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAgAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAkCNrpvr9q0tP50CAE7Ua24aVwCAUwJ1Pp/3er3vPw+Hw2Kx2L5vXQYAZCoA/GegHhOrACBTASAiUMUqAMhUAIgLVLEKADIVAOICVawCgEwFgLhAFasAIFMBIC5QxSoAyFQAiAtUsQoAMhUA4gJVrAKATAWAuEAVqwAgUwEgLlDFKgDIVACIC1SxCgAyFQCBGheoYhUAZCoAAjWaWAVApgKAQBWrACBTAUCgilUAkKkACFSxCgAyFQAEqlgFAJkKgEAVqwAgUwFAoIpVAJCpAAjUzhGrAMhUABCoYhUAZCoACFSxCoBMBQCBKlYBQKYCgEAVqwDIVAAQqGIVAGQqAAhUsQoAMhUAgSpWAUCmAoBAFasAIFMBEKiIVQBkKgAIVLEKADIVAIGKWAVApgKAQBWrACBTARCoiFUAZCoACFSxCgAyFQCBilgFQKYCwC+4vLpcr9eDwcAparTf7yeTyefHp1MAIFMBOIdAXa1Ww+HQKWq32+2m06lYBUCmAiBQEasAyFQAEKiIVQBkKgACFbEKgEwFAIGKWAVApgIgUBGrACBTARCoiFUAZCoAAhWxCgAyFQCBilgFQKYCIFBBrAIgUwEQqIhVAGQqAAIVxCoAMhUAgYpYBUCmAiBQQawCIFMBEKiIVQBkKgACFcQqADIVAIGKWBWrADIVAIEKYhUAmQqAQAWxCoBMBRCoAhWxCoBMBUCgglgFQKYCIFARqwDIVAAEKohVAGQqAAIVsQqATAVAoIJYBUCmAiBQQawCyFQABCqIVQBkKgACFcQqgEwFQKCCWAVApgIgUEGsAshUVwAQqCBWAZCpAAhUEKsAyFQAgQpiFQCZCoBABbEKgEwFEKiAWAWQqQAIVBCrAPxU3wkAogL16flps9lo1Bq9vrw6QnXKs1aeuPLclafPNQBCeJsKkBKo3qDWa3m/bNv2+/fxeDy7m7lJjbxZBZCpAAjUswrUY2JVrAIgUwEEKhGBKlbFKgAyFUCgEheoYlWsAiBTAQQqcYEqVsUqADIVQKASF6hiVawCIFMBBCpxgSpWxSoAMhVAoBIXqGJVrAIgUwEEKnGBKlbFKgAyFUCgEheoYlWsAiBTAQQqcYEqVsUqADIVQKASF6hiVawCIFMBBCpxgSpWxSoAMhVAoArUaGJVrALIVAAEqkAVq4hVAJkKIFARqGJVrAIgUwEEqkAVq4hVAJkKIFARqGJVrIpVAJkKIFAFqlhFrALIVACBikAVq4hVAJkKIFAFaueIVbEKIFMBBCoCVawiVgFkKoBARaCKVbEKIFMBBCoCVawiVgFkKoBARaCKVbEqVgGZCiBQEahiFbEKIFMBBCoCVawiVgFkKiBQEahiFbEKIFMBBCoCVawiVgFkKiBQEaiIVbEKIFMBBCoCVawiVgFkKiBQEaiIVbEKIFMBBCoCVawiVgFkKiBQBapARawiVgGZCiBQEahiFbEKIFMBBKpARawiVgGZCiBQEahiVayKVQCZCiBQBSpiFbEKyFQAgYpARayKVQCZCiBQBSpiFbEKIFMBgYpARayKVQCZCiBQBSpiFbEKIFMBgYpARawiVgGZCiBQBSpiFbEKIFMBgYpARawiVgGZCiBQBSqIVbEKIFMBgYpARawiVgGZCiBQBSqIVbEKIFMBgYpARawiVgGZCiBQBSqIVcQqIFMBgYpARawiVgGZCiBQEaiIVcQqIFMBgYpARayKVbEKIFMBgYpARawiVgGZCghUBCqIVbEKIFMBgYpARawiVgGZCghUBCqIVbEKIFMBgYpARawiVgGZCghUBCqIVcQqIFMBgYpARawiVgGZCghUBCqIVcQqIFMBgYpABbEqVgGZCghUBCqIVcQqIFMBgYpABbEqVgGZCghUgSpQQawiVgGZCghUBCqIVcQqIFMBgSpQQawiVgGZCghUBCqIVcQqIFMBgSpQQay6g1gFZCogUBGoIFYRq4BMBQSqQAXEqlgFZCogUBGoIFYRq4BMBQSqQAXEqlgFZCogUBGoIFYRq4BMBQSqQAXEKmIVZCogUBGoIFYRq4BMBQSqQAXEKmIVZCogUBGogFgVq4BMBQSqQAXEKmIVkKkgUBGogFgVq4BMBQSqQAXEKmIVkKkgUBGogFhFrIJMBQSqQBWoIFYRq4BMBYGKQAXEKmIVZCogUBGoIFYRq4BMBYGKQAXEKmIVZCogUBGogFgVq4BMBYGKQAXEKmIVZCogUBGogFgVq4BMBYGKQAXEKmIVZCogUBGogFhFrIJMBYGKQAXEKmIVkKkgUBGogFhFrIJMBYGKQAUQq2IVkKkgUBGogFhFrIJMBYGKQAUQq2IVkKkgUBGogFhFrIJMBYEqUAUqgFgVq2IVZCoIVAQqIFYRqyBTAYEqUAHEKmIVZCoIVAQqIFYRqyBTAYEqUAHEKmIVZCoIVAQqgFgVqyBTAYEqUAHEKmIVZCoIVAQqgFgVq4BMBYEqUAHEKmIVZCoIVAQqgFhFrIJMBYEqUAHEKmIVZCoIVAQqgFhFrIJMBYEqUAEQq2IVZCoIVAQqgFhFrIJMBYEqUAEQq2IVZCoIVAQqgFhFrMKf6TsB3VE+2R8fHt2hxkAd3Y40KsDpymdp+UQtn6tOUZ3yP4xGpTu8TaWLfJdcUaCqUwBraA2tITIVzDMmGcAaYg1BpoJ5xiQDWEOsIchUMM8mGQBraA1BpoJ5xiQDWEOsIchUMM8mGQBraA1BpoJ5xiQDWEOsIchUMM8mGQBraA1BpoJ5xiQDWEOsIchUMM8mGQBraA1BpoJ5xiQDWEOsIchUMM8mGQBraA1BpgLm2SQDYA2tIchUMM8mGQBraA1BpgLm2SQDYA2tIchUMM8mGQBraA0BmQrm2SQDYA2tIchUMM8mGQBraA0BmQrm2SQDYA2tIchU4Hzm2SQDYA2tIchUMM8mGQBraA1BpgLm2SQDYA2tIchUMM8mGQBraA0BmQrm2SQDYA2tIchUIHKeTTIA1tAagkwFIubZJANgDa0hyFQgYp5NMgDW0BqCTAUi5tkkA2ANrSHIVCBink0yANbQGoJMBSLm2SQDYA2tIchUIGKeTTIA1tAagkwFIubZJANgDa0hyFQgYp5NMgDW0BqCTAUi5tkkA2ANrSHIVCBink0yANbQGoJMBSLm2SQDYA2tIchUAAAA+E19JwAAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAACZCgAAgEwFAAAAmQoAAIBMBQAAAJkKAACATAUAAACZCgAAgEwFAAAAmQoAAIBMBQAAAJkKAACATAUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAACZCgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAgAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAgAAIFMBAABApgIAAIBMBQAAQKYCAACATAUAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAECmAgAAgEwFAABApgIAAIBMBQAAAJkKAACATAUAAACZCgAAgEwFAAAAmQoAAIBMBQAAAJkKAACATAUAAACZCgAAgEwFAAAAmQoAAIBMBQAAAJkKAAAAMhUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAACZCgAAADIVAAAAmQoAAAAyFQAAAJkKAAAAMhUAAABkKgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAADIVAAAAZCoAAAAyFQAAAGQqAAAAMhUAAABkKgAAAMhUAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAZCoAAADIVAAAAGQqAAAAyFQAAABkKgAAAMhUAAAAkKkAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAADIVAAAAJCpAAAAyFQAAACQqQAAAMhUAAAAkKkAAAAgUwEAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAJCpAAAAIFMBAACQqQAAACBTAQAAkKkAAAAgUwEAAECmAgAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAgAAIFMBAABApgIAACBTAQAAQKYCAAAgUwEAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAECmAgAAgEwFAABApgIAAIBMBQAAQKYCAACATAUAAKDbvgBDfrj9c2jOVwAAAABJRU5ErkJggg==);
    background-size: contain;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

.back-to-top:hover {
	background-color: #000;
	text-decoration: none;
}

.breadcrumb a {
  color: #000;
}


.product-srok-proizvodstva-wrapper {
   margin-top: 20px;
  letter-spacing: 2px;
  margin-left: 0px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Conv_Intro-Regular', 'Helvetica', 'sans-serif';
   
}


.product-srok-proizvodstva-wrapper svg {
vertical-align: middle;
}

.product-srok-proizvodstva-wrapper span {
display: inline-block;
vertical-align: middle;
}


.advantages-block-wrapper {
margin: 20px auto 30px; 
}
.advantages-block-wrapper .advantages-block-image {
text-align: center;
margin: 15px; 
}
.advantages-block-wrapper .advantages-block-image svg {
display: inline-block;
}
.advantages-block-wrapper .advantages-block-title {

font-weight: 400;
font-size: 18px;
line-height: 18px;
text-align: center;
font-family: 'Conv_Intro-Light', Helvetica, sans-serif;
color: #3D3B3B;
padding: 0px 0 10px 0;
max-width: 270px;
margin: auto;
}
.advantages-block-wrapper .advantages-block-text {
max-width: 270px;
margin: 0 auto 15px;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 14px;
text-align: center;
font-family: 'Conv_Intro-Light', Helvetica, sans-serif;
color: #3D3B3B;

}






.banner_discount {
  position: fixed;
  z-index: 105000;
  display: none;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  min-width: 320px;
  max-height: 100vh;
  overflow-y: auto;
  top: 0;
  left: 50%;
  margin: 30px auto;
  transform: translate(-50%, 0);
}
.banner_discount .banner_discount-inner {
padding-top: 45px;
  padding-right: 355px;
  padding-bottom: 35px;
  padding-left: 45px;
  width: 770px;
  background-image: url('banner_discount.png');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner_discount .banner_discount-title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
    white-space: break-spaces;
}
.banner_discount input {
  width: 99%;
  padding-left: 15px;
  height: 41px ;
  border: none ;
  background: #ededed;
  margin-bottom: 2px;
  letter-spacing: 2px;

}
.banner_discount input[type="text"] {
  margin-bottom: 15px;

}


.banner_discount .button {
  width: 99%;
  text-align: center;
}



@media screen and (max-width: 800px) {
.banner_discount .banner_discount-inner {
padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 18px;
  width: 100%;
  background-image: none;
}
.banner_discount .banner_discount-title {
font-size: 18px;
  line-height: 1.5;
}

}

.m-product-list-foto img {
  min-width: 100px;
  min-height: 100px;
}
@media (max-width: 768px) {
 .product-foto-wrapper.group { 
    display: block;
    width: 100%;
  }
}
