body {
	font-family: HelveticaNeueCyr;
	color: #343333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	font-weight: 300;
  /*background: #f2f3f5;*/
	}

.totalPriceBlock {
  font-size: 27px;
}


/*test*/
/*youtube*/
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 0 auto 30px auto;
}

.youtube .vname {
  position: absolute;
  width: 100%;
  top:0;
  padding: 10px;
  background: #ffffff6b;
}

iframe {
    margin: 0 auto 30px auto;
}

.youtube .play {
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    */
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Layer_1'/%3E%3Cg id='play_x5F_alt'%3E%3Cpath d='M16,0C7.164,0,0,7.164,0,16s7.164,16,16,16s16-7.164,16-16S24.836,0,16,0z M10,24V8l16.008,8L10,24z ' style='fill:%234E4E50;'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Layer_1'/%3E%3Cg id='play_x5F_alt'%3E%3Cpath d='M16,0C7.164,0,0,7.164,0,16s7.164,16,16,16s16-7.164,16-16S24.836,0,16,0z M10,24V8l16.008,8L10,24z ' style='fill:%23ed3833;'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    /*filter: alpha(opacity=100);*/
}

/*end youtube*/


.review-login-register span {
  color: #ec3832;
  cursor: pointer;
}

.review-login-register span:hover {
  text-decoration: underline;
}

.bgGrey {
  width: 100%;
  background: #f2f3f5;
  padding: 35px 0 5px 0;
}

.close-block {
  width: 100%;
  float: left;
}

.bye-more {
  background: #fff;
    border: none;
    font-size: 12px;
}

.bye-more:hover {
  text-decoration: underline;
}

#header-menu {
	background: #fff;
}

#AddToCart {
  text-align: center;
  font-size: 20px;
}

#AddToСompare {
  text-align: center;
  font-size: 20px;
}

#AddToWishlist {
  text-align: center;
  font-size: 20px;
}

#AddToCart img, #AddToСompare img, #AddToWishlist img {
  width: 100px;
  margin-bottom: 20px;
}

img {
	max-width: 100%;
}

#carousel0 img {
  width: 100px;
}

h1, h2, h3, h4, h5, h6 {
	color: #343333;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #343333;
}
a:hover {
	text-decoration: none;
	color: #343333;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

.descSearch {
  color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: end;
    line-height: 1;
    cursor: pointer;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	padding: 10px 8px;
	border-radius: 0;
    border: 1px solid #e6e6e6;
	color: #3D3B35;
	
	font-size: 16px;
	font-style: normal;
	/*font-weight: 400;*/
	line-height: normal;
	height: auto;

}

.ocfilter-seo-pages {
  padding: 17px 0 10px 0;
  border-top: 1px solid #fff;
  text-align: center;
}

.ocfilter-seo-pages a {
  margin: 0 10px;
  text-transform: uppercase;
}

.ocfilter-seo-pages a:hover {
  color: #e2001a;
}

.catStatus {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.catStatus .green {
  color: #009246;
}

.catStatus .red {
  color: #CE2B37;
}

.catStatus .yellow {
  color: #FFB800;
}

.imgBlock {position: relative;}

.imgBlock .saleLabel {
  top: 5px!important;
    left: 5px!important;
}

.imgBlock .newLabel {
  top:5px!important;
  right: 5px!important;
}

.imgBlock .newShowroom {
  left: 5px!important;
    bottom: 70px!important;
}

.labelsBlock {
  position: absolute;
  z-index: 99;
}

.saleLabel {
  /*position: absolute;*/
    background: #e33530;
    color: #fff;
    font-size: 14px;
    padding: 5px 18px 1px 18px;
    border-radius: 24px;

    z-index: 999;
    text-transform: uppercase;

    margin: 5px 10px;
    width: 80px;
    text-align: center;
}


.newLabel {
  /*position: absolute;*/
    background: #224b67;
    color: #fff;
    font-size: 14px;
    padding: 5px 18px 1px 18px;
    border-radius: 24px;

    z-index: 999;
    right: 20px;
    text-transform: uppercase;

    margin: 5px 10px;
    text-align: center;
}

.newShowroom {
    /*position: absolute;*/
    background: #4e974e;
    color: #fff;
    font-size: 14px;
    padding: 5px 16px 1px 16px;
    border-radius: 24px;

    z-index: 999;
    bottom: 20px;
    text-transform: uppercase;

    margin: 5px 10px;
    text-align: center;

    max-width: 116px;
}

.labelFreeDel {
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 40px;
    width: 90px;
}

.labelFreeDelCat {
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 0;
    width: 50px;
}


.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #343333;
    border-color: #343333;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.25;
    color: #343333;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #343333;
    border-radius: 4px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #343333;
    border-color: #343333;
}

/*select:focus {
    outline: none;
    border-color: #343333; 
    box-shadow: none;
}*/

.brend-in-cat {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.brend-in-cat .blockTitle {
  font-weight: 900;
    margin-bottom: 30px;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    border: 0;
    color: #282828;
}

.brend-in-cat .category-list div {
  padding: 5px 0;
}

.brend-in-cat .category-list a:hover {
  color: #ec3832;
}

.newsItem {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  margin: 15px 0;
}

.newsItem .image {
  margin-bottom: 20px;
}

.newsItem .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.newsItem .more a {
  color: #ec3832;
}

.newsItem .postName {
  height: 58px;
}

.newsItem .postName a {
  font-weight: bold;
  font-size: 14px;
}

.newsItem .postName a:hover {
  color: #ec3832;
}

.all-posts {
  background: #fff;
  padding: 30px;
  text-align: center;
  margin: 15px 0 30px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.all-posts a {
  text-decoration: 1px dashed underline;
  font-size: 14px;
}

.html-block {
  background: #fff;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.banner3-mod {
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  border-radius: 3px;
}

.banner3Item {
  width: 100%;
  height: 132px;
  background-size: cover !important;
  background-position: center !important;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.banner3Item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.banner3Item:hover::before {
  opacity: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.banner3Item a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 132px;
}

#carousel0 .owl-controls .owl-page {
  display: none;
}

.well {
  background: #fff;   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid #fff;
}


#onas { padding: 30px;
  background: #fff;   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 3px;
}
#onas .title-mod {margin-bottom: 50px;
  font-weight: 900;position: relative;
font-size: 24px;
line-height:  38px;
}
#onas .title-mod span {
  background: #fff;padding-right: 50px; z-index: 2;
}

#onas .title-mod:after{ content: "";display: block;/*position:absolute;*/ left: 0;top:50%;width: 100%;
  border: 2px solid #E2001A;vertical-align: middle;
}
#onas ul {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  padding: 10px;   align-items :bottom; justify-self: bottom;
}
#onas ul li {
  _grid-row-start: 1; line-height: 1.2; font-size: 12px;
  _grid-row-end: 2;  vertical-align: bottom;margin-bottom: 28px;

}
#onas ul li span {
    display: flex; height: 100%;_min-height: 96px;
    align-items: center;
    justify-content: flex-start;
}

#onas iframe {
   filter: drop-shadow(0px 41px 60px rgba(0, 0, 0, 0.15));
border-radius: 5px;
}

.preimu li {
  list-style: none
}

.preimu li:before {content: "";display: inline-block;
    width: 96px;
    height: 79px;margin-right: 30px;
    background-position: center bottom ;
    background-repeat: no-repeat;float: left;
}
.preimu li:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg width='79' height='67' viewBox='0 0 79 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.38 -3.33786e-06C25.86 -3.33786e-06 29.6867 1.19 32.86 3.57C36.08 5.95 38.4133 8.96 39.86 12.6C41.3067 16.24 42.03 20.2767 42.03 24.71C42.03 29.2367 41.3067 33.3433 39.86 37.03C38.46 40.7167 36.15 43.75 32.93 46.13C29.7567 48.4633 25.9067 49.63 21.38 49.63C14.7067 49.63 9.57333 47.2267 5.98 42.42C2.38667 37.5667 0.59 31.6867 0.59 24.78C0.59 17.3133 2.48 11.3167 6.26 6.79C10.0867 2.26333 15.1267 -3.33786e-06 21.38 -3.33786e-06ZM21.38 10.99C19.98 10.99 18.79 11.34 17.81 12.04C16.83 12.6933 16.0833 13.4867 15.57 14.42C15.0567 15.3533 14.66 16.5667 14.38 18.06C14.1 19.5067 13.9367 20.7433 13.89 21.77C13.8433 22.75 13.82 23.94 13.82 25.34C13.82 34.2067 16.34 38.64 21.38 38.64C26.3733 38.64 28.87 33.9967 28.87 24.71C28.87 20.0433 28.2633 16.59 27.05 14.35C25.8367 12.11 23.9467 10.99 21.38 10.99ZM78.9178 0.489999V49H64.3578V21.21H53.0178V10.99H54.3478C57.8945 10.99 60.9045 10.0567 63.3778 8.19C65.8978 6.27667 67.2045 3.71 67.2978 0.489999H78.9178Z' fill='%23EFEFEF'/%3E%3Cpath d='M48.6038 55.5414L47.5624 57.625H44.4374L43.396 55.5414L45.9999 52.9375L48.6038 55.5414Z' fill='%23E2001A'/%3E%3Cpath d='M48.343 65.4375L47.5625 57.625H44.4375L43.6555 65.4375H48.343Z' fill='%23E2001A'/%3E%3Cpath d='M54.5938 60.75H56.1562V65.4375H54.5938V60.75Z' fill='%23E2001A'/%3E%3Cpath d='M35.8438 60.75H37.4062V65.4375H35.8438V60.75Z' fill='%23E2001A'/%3E%3Cpath d='M45.2195 57.625L44.4375 65.4375H48.343L47.5625 57.625H45.2195Z' fill='%23E2001A'/%3E%3Cpath d='M31.1562 27.1562L35.0625 29.5L34.2812 25.5938L36.625 23.25L32.7188 22.4688L31.1555 18.5625L29.5938 22.4688L25.6875 23.25L28.0312 25.5938L27.25 29.5L31.1562 27.1562Z' fill='%23E2001A'/%3E%3Cpath d='M28.0312 41.2188L31.9375 43.5625L31.1562 39.6562L33.5 37.3125L29.5938 36.5312L28.0305 32.625L26.4688 36.5312L22.5625 37.3125L24.9062 39.6562L24.125 43.5625L28.0312 41.2188Z' fill='%23E2001A'/%3E%3Cpath d='M28.0312 41.2188L31.9375 43.5625L31.1562 39.6562L33.5 37.3125L29.5938 36.5312L28.8125 34.5781L28.0312 36.5312L24.125 37.3125L26.4688 39.6562L25.9008 42.4969L28.0312 41.2188Z' fill='%23E2001A'/%3E%3Cpath d='M31.1562 27.1562L35.0625 29.5L34.2812 25.5938L36.625 23.25L32.7188 22.4688L31.9375 20.5156L31.1562 22.4688L27.25 23.25L29.5938 25.5938L29.0258 28.4344L31.1562 27.1562Z' fill='%23E2001A'/%3E%3Cpath d='M60.8438 27.1562L64.75 29.5L63.9688 25.5938L66.3125 23.25L62.4062 22.4688L60.843 18.5625L59.2812 22.4688L55.375 23.25L57.7188 25.5938L56.9375 29.5L60.8438 27.1562Z' fill='%23E2001A'/%3E%3Cpath d='M60.8438 27.1562L64.75 29.5L63.9688 25.5938L66.3125 23.25L62.4062 22.4688L61.625 20.5156L60.8438 22.4688L56.9375 23.25L59.2812 25.5938L58.7133 28.4344L60.8438 27.1562Z' fill='%23E2001A'/%3E%3Cpath d='M63.9688 41.2188L67.875 43.5625L67.0938 39.6562L69.4375 37.3125L65.5312 36.5312L63.968 32.625L62.4062 36.5312L58.5 37.3125L60.8438 39.6562L60.0625 43.5625L63.9688 41.2188Z' fill='%23E2001A'/%3E%3Cpath d='M63.9688 41.2188L67.875 43.5625L67.0938 39.6562L69.4375 37.3125L65.5312 36.5312L64.75 34.5781L63.9688 36.5312L60.0625 37.3125L62.4062 39.6562L61.8383 42.4969L63.9688 41.2188Z' fill='%23E2001A'/%3E%3Cpath d='M49.125 25.5938H43.6562C39.3484 25.5938 35.8438 29.0984 35.8438 33.4062V39.1734C35.3633 39.7227 35.0625 40.4328 35.0625 41.2188C35.0625 42.9422 36.4641 44.3438 38.1875 44.3438H38.3453C38.7977 46.5609 40.1953 48.4344 42.0938 49.5367V50.7852L36.9812 52.2461C33.5516 53.2258 31.1562 56.4016 31.1562 59.9688V65.4375C31.1562 65.8695 31.5063 66.2188 31.9375 66.2188H60.0625C60.4937 66.2188 60.8438 65.8695 60.8438 65.4375V59.9688C60.8438 56.4016 58.4484 53.2258 55.0187 52.2461L49.9062 50.7852V49.5367C51.8047 48.4344 53.2031 46.5609 53.6547 44.3438H53.8125C55.5359 44.3438 56.9375 42.9422 56.9375 41.2188C56.9375 40.4336 56.6367 39.7234 56.1562 39.1734V32.6242C56.1562 30.7156 54.7789 29.1219 52.9656 28.7844C52.6281 26.9711 51.0344 25.5938 49.125 25.5938ZM36.625 41.2188C36.625 40.357 37.3258 39.6562 38.1875 39.6562V42.7812C37.3258 42.7812 36.625 42.0805 36.625 41.2188ZM49.2023 52.2102L51.2789 52.8039L49.125 54.9578L47.3188 53.1516L49.2023 52.2102ZM45.1445 58.4062H46.8555L47.4797 64.6562H44.5188L45.1445 58.4062ZM47.0797 56.8438H44.9203L44.3461 55.6961L46 54.0422L47.6539 55.6961L47.0797 56.8438ZM42.875 54.9578L40.7211 52.8031L42.7977 52.2094L44.6813 53.1508L42.875 54.9578ZM32.7188 59.9688C32.7188 57.0953 34.6477 54.5383 37.4102 53.7492L39.0023 53.2945L42.3227 56.6148C42.4687 56.7617 42.668 56.8438 42.875 56.8438C42.9688 56.8438 43.0602 56.8219 43.1461 56.7898L43.6375 57.7727L42.9484 64.6562H37.4062V60.75H35.8438V64.6562H32.7188V59.9688ZM59.2812 59.9688V64.6562H56.1562V60.75H54.5938V64.6562H49.05L48.3625 57.7727L48.8539 56.7898C48.9398 56.8219 49.0312 56.8438 49.125 56.8438C49.332 56.8438 49.5312 56.7617 49.6773 56.6148L52.9977 53.2945L54.5898 53.7492C57.3523 54.5383 59.2812 57.0953 59.2812 59.9688ZM48.3438 50.8922L46 52.0641L43.6562 50.8922V50.2336C44.3969 50.4664 45.1836 50.5938 46 50.5938C46.8164 50.5938 47.6031 50.4664 48.3438 50.2336V50.8922ZM52.25 42.7812C52.25 46.2273 49.4461 49.0312 46 49.0312C42.5539 49.0312 39.75 46.2273 39.75 42.7812V38.875H43.3555C45.8438 38.875 48.0875 37.5844 49.3391 35.5062L52.25 38.4172V42.7812ZM53.8125 42.7812V39.6562C54.6742 39.6562 55.375 40.357 55.375 41.2188C55.375 42.0805 54.6742 42.7812 53.8125 42.7812ZM54.5938 32.6242V38.2047C54.3422 38.1391 54.0836 38.0938 53.8125 38.0938C53.8125 37.8859 53.7305 37.6875 53.5836 37.5414L49.6773 33.6352C49.4922 33.45 49.2258 33.3711 48.968 33.4227C48.7109 33.475 48.4969 33.6539 48.4 33.8977C47.5695 35.9719 45.5898 37.3125 43.3555 37.3125H38.9688C38.5375 37.3125 38.1875 37.6617 38.1875 38.0938C37.9164 38.0938 37.6578 38.1391 37.4062 38.2047V33.4062C37.4062 29.9602 40.2102 27.1562 43.6562 27.1562H49.125C50.4172 27.1562 51.4688 28.2078 51.4688 29.5C51.4688 29.932 51.8188 30.2812 52.25 30.2812C53.543 30.2812 54.5938 31.3328 54.5938 32.6242Z' fill='black'/%3E%3Cpath d='M36.7781 22.4844L33.2867 21.7859L31.8805 18.2727C31.7617 17.9758 31.475 17.7812 31.1555 17.7812C30.836 17.7812 30.5485 17.9758 30.4297 18.2727L29.025 21.7859L25.5344 22.4844C25.2516 22.5406 25.0235 22.7477 24.9399 23.0234C24.8563 23.3 24.9313 23.5984 25.1352 23.8023L27.1836 25.8508L26.4844 29.3469C26.4235 29.6508 26.5477 29.9609 26.8 30.1391C27.0524 30.3172 27.3867 30.3297 27.6524 30.1703L31.1563 28.0672L34.6602 30.1695C34.7844 30.2445 34.9234 30.2812 35.0625 30.2812C35.2203 30.2812 35.3781 30.2328 35.5125 30.1383C35.7649 29.9602 35.8891 29.65 35.8281 29.3461L35.1289 25.85L37.1774 23.8016C37.3813 23.5977 37.4563 23.2984 37.3727 23.0227C37.2891 22.7477 37.0609 22.5406 36.7781 22.4844ZM33.7289 25.0414C33.5445 25.2258 33.4641 25.4906 33.5156 25.7469L33.9508 27.9211L31.5586 26.4859C31.4344 26.4125 31.2953 26.375 31.1563 26.375C31.0172 26.375 30.8781 26.4125 30.7539 26.4867L28.3617 27.9219L28.7969 25.7477C28.8485 25.4914 28.768 25.2266 28.5836 25.0422L27.2719 23.7297L29.7469 23.2344C30.0055 23.1828 30.2211 23.0039 30.3188 22.7586L31.1563 20.6656L31.9938 22.7586C32.0914 23.0039 32.307 23.1828 32.5656 23.2344L35.0406 23.7297L33.7289 25.0414Z' fill='black'/%3E%3Cpath d='M31.5352 44.232C31.6594 44.307 31.7984 44.3438 31.9375 44.3438C32.0953 44.3438 32.2531 44.2953 32.3875 44.2008C32.6399 44.0227 32.7641 43.7125 32.7031 43.4086L32.0039 39.9125L34.0524 37.8641C34.2563 37.6602 34.3313 37.3609 34.2477 37.0852C34.1641 36.8094 33.9359 36.6023 33.6531 36.5461L30.1617 35.8477L28.7555 32.3344C28.6367 32.0383 28.35 31.8438 28.0305 31.8438C27.711 31.8438 27.4235 32.0383 27.3047 32.3352L25.9 35.8484L22.4094 36.5469C22.1274 36.6031 21.8985 36.8109 21.8149 37.0859C21.7313 37.3625 21.8063 37.6609 22.0102 37.8649L24.0586 39.9133L23.3594 43.4094C23.2985 43.7133 23.4227 44.0235 23.675 44.2016C23.9281 44.3797 24.2617 44.3922 24.5274 44.2328L28.0313 42.1297L31.5352 44.232ZM25.2375 41.9836L25.6727 39.8094C25.7242 39.5531 25.6438 39.2883 25.4594 39.1039L24.1477 37.7922L26.6227 37.2969C26.8813 37.2453 27.0969 37.0664 27.1945 36.8211L28.0313 34.7281L28.8688 36.8211C28.9664 37.0664 29.182 37.2453 29.4406 37.2969L31.9156 37.7922L30.6039 39.1039C30.4195 39.2883 30.3391 39.5531 30.3906 39.8094L30.8258 41.9836L28.4336 40.5484C28.3094 40.475 28.1703 40.4375 28.0313 40.4375C27.8922 40.4375 27.7531 40.475 27.6289 40.5492L25.2375 41.9836Z' fill='black'/%3E%3Cpath d='M67.0602 23.0234C66.9766 22.7477 66.7485 22.5406 66.4656 22.4844L62.9742 21.7859L61.5703 18.2727C61.4516 17.9758 61.1641 17.7812 60.8445 17.7812C60.525 17.7812 60.2383 17.9758 60.1196 18.2727L58.7133 21.7859L55.2219 22.4844C54.9399 22.5406 54.711 22.7484 54.6274 23.0234C54.5438 23.3 54.6188 23.5984 54.8227 23.8023L56.8711 25.8508L56.1719 29.3469C56.111 29.6508 56.2352 29.9609 56.4875 30.1391C56.7406 30.3172 57.0742 30.3297 57.3399 30.1703L60.8438 28.0672L64.3477 30.1695C64.4719 30.2445 64.611 30.2812 64.75 30.2812C64.9078 30.2812 65.0656 30.2328 65.2 30.1383C65.4524 29.9602 65.5766 29.65 65.5156 29.3461L64.8164 25.85L66.8649 23.8016C67.0688 23.5984 67.1438 23.2992 67.0602 23.0234ZM63.4164 25.0414C63.232 25.2258 63.1516 25.4906 63.2031 25.7469L63.6383 27.9211L61.2461 26.4859C61.1219 26.4125 60.9828 26.375 60.8438 26.375C60.7047 26.375 60.5656 26.4125 60.4414 26.4867L58.0492 27.9219L58.4844 25.7477C58.536 25.4914 58.4555 25.2266 58.2711 25.0422L56.9594 23.7305L59.4344 23.2352C59.693 23.1836 59.9078 23.0047 60.0063 22.7594L60.8438 20.6656L61.6805 22.7586C61.7781 23.0039 61.9938 23.1828 62.2524 23.2344L64.7274 23.7297L63.4164 25.0414Z' fill='black'/%3E%3Cpath d='M69.5906 36.5469L66.0992 35.8484L64.6946 32.3352C64.5766 32.0383 64.2891 31.8438 63.9695 31.8438C63.65 31.8438 63.3633 32.0383 63.2446 32.3352L61.8383 35.8484L58.3469 36.5469C58.0649 36.6031 57.836 36.8109 57.7524 37.0859C57.6688 37.3625 57.7438 37.6609 57.9477 37.8649L59.9961 39.9133L59.2969 43.4094C59.236 43.7133 59.3602 44.0235 59.6125 44.2016C59.8649 44.3797 60.1992 44.3922 60.4649 44.2328L63.9688 42.1297L67.4727 44.232C67.5969 44.307 67.736 44.3438 67.875 44.3438C68.0328 44.3438 68.1906 44.2953 68.325 44.2008C68.5774 44.0227 68.7016 43.7125 68.6406 43.4086L67.9414 39.9125L69.9899 37.8641C70.1938 37.6602 70.2688 37.3609 70.1852 37.0852C70.1016 36.8102 69.8735 36.6031 69.5906 36.5469ZM66.5414 39.1039C66.357 39.2883 66.2766 39.5531 66.3281 39.8094L66.7633 41.9836L64.3711 40.5484C64.2469 40.475 64.1078 40.4375 63.9688 40.4375C63.8297 40.4375 63.6906 40.475 63.5664 40.5492L61.1742 41.9844L61.6094 39.8102C61.661 39.5539 61.5805 39.2891 61.3961 39.1047L60.0844 37.793L62.5594 37.2977C62.818 37.2461 63.0328 37.0672 63.1313 36.8219L63.9688 34.7281L64.8055 36.8211C64.9031 37.0664 65.1188 37.2453 65.3774 37.2969L67.8524 37.7922L66.5414 39.1039Z' fill='black'/%3E%3C/svg%3E%0A");
}
.preimu li:nth-child(3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='71' viewBox='0 0 90 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.38 -3.33786e-06C25.86 -3.33786e-06 29.6867 1.19 32.86 3.57C36.08 5.95 38.4133 8.96 39.86 12.6C41.3067 16.24 42.03 20.2767 42.03 24.71C42.03 29.2367 41.3067 33.3433 39.86 37.03C38.46 40.7167 36.15 43.75 32.93 46.13C29.7567 48.4633 25.9067 49.63 21.38 49.63C14.7067 49.63 9.57333 47.2267 5.98 42.42C2.38667 37.5667 0.59 31.6867 0.59 24.78C0.59 17.3133 2.48 11.3167 6.26 6.79C10.0867 2.26333 15.1267 -3.33786e-06 21.38 -3.33786e-06ZM21.38 10.99C19.98 10.99 18.79 11.34 17.81 12.04C16.83 12.6933 16.0833 13.4867 15.57 14.42C15.0567 15.3533 14.66 16.5667 14.38 18.06C14.1 19.5067 13.9367 20.7433 13.89 21.77C13.8433 22.75 13.82 23.94 13.82 25.34C13.82 34.2067 16.34 38.64 21.38 38.64C26.3733 38.64 28.87 33.9967 28.87 24.71C28.87 20.0433 28.2633 16.59 27.05 14.35C25.8367 12.11 23.9467 10.99 21.38 10.99ZM89.2078 37.17V49H47.2078V48.16C47.2078 45.9667 47.4878 43.96 48.0478 42.14C48.6545 40.2733 49.5411 38.57 50.7078 37.03C51.8745 35.49 53.1345 34.1367 54.4878 32.97C55.8411 31.8033 57.4511 30.5667 59.3178 29.26C60.9045 28.14 62.6311 27.0433 64.4978 25.97C66.3645 24.85 67.8111 24.01 68.8378 23.45C69.8645 22.8433 70.8445 22.19 71.7778 21.49C72.7578 20.7433 73.4345 20.02 73.8078 19.32C74.1811 18.5733 74.3678 17.71 74.3678 16.73C74.3211 15.2367 73.7611 14.07 72.6878 13.23C71.6611 12.3433 70.2611 11.9 68.4878 11.9C65.7811 11.9 63.9145 12.6933 62.8878 14.28C61.9078 15.8667 61.3478 18.06 61.2078 20.86H48.1178V20.16C48.1178 13.58 49.8911 8.58666 53.4378 5.18C56.9845 1.72666 62.1878 -3.33786e-06 69.0478 -3.33786e-06C74.8811 -3.33786e-06 79.5478 1.42333 83.0478 4.27C86.5478 7.07 88.2978 10.8033 88.2978 15.47C88.2978 17.43 88.0411 19.18 87.5278 20.72C87.0611 22.26 86.2445 23.66 85.0778 24.92C83.9111 26.1333 82.8145 27.1367 81.7878 27.93C80.8078 28.7233 79.3845 29.7267 77.5178 30.94C76.5378 31.5933 74.7178 32.6667 72.0578 34.16C69.4445 35.6533 67.4845 36.89 66.1778 37.87C70.3311 37.45 73.9245 37.24 76.9578 37.24L89.2078 37.17Z' fill='%23EFEFEF'/%3E%3Cpath d='M48 35.0386C51.6543 35.0386 54.6167 32.0762 54.6167 28.4219C54.6167 24.7676 51.6543 21.8052 48 21.8052C44.3457 21.8052 41.3833 24.7676 41.3833 28.4219C41.3833 32.0762 44.3457 35.0386 48 35.0386Z' fill='%23E2001A'/%3E%3Cpath d='M49.4924 33.5462C45.8381 33.5462 42.8757 30.5838 42.8757 26.9295C42.8757 25.4833 43.341 24.1465 44.1282 23.0577C42.4659 24.2597 41.3833 26.2138 41.3833 28.4219C41.3833 32.0762 44.3457 35.0386 48 35.0386C50.2081 35.0386 52.1622 33.956 53.3642 32.2937C52.2754 33.0809 50.9386 33.5462 49.4924 33.5462Z' fill='%23E2001A'/%3E%3Cpath d='M23 71H37.6859V56.2183H23V71ZM28.9006 57.6847H31.8165V60.6313H28.9006V57.6847ZM24.4674 57.6847H27.4333V62.0978H33.284V57.6847H36.2187V69.5336H24.4674V57.6847Z' fill='black'/%3E%3Cpath d='M25.9419 63.5588H28.8766V65.0252H25.9419V63.5588Z' fill='black'/%3E%3Cpath d='M25.9419 66.4865H28.8766V67.9529H25.9419V66.4865Z' fill='black'/%3E%3Cpath d='M58.3142 71H65.5592V69.5336H59.7815V57.6847H62.7474V62.0978H68.5981V57.6847H71.5328V69.5336H69.9613V71H73V56.2183H58.3142V71ZM67.1307 60.6313H64.2148V57.6847H67.1307V60.6313Z' fill='black'/%3E%3Cpath d='M67.0264 69.5336H68.4938V71H67.0264V69.5336Z' fill='black'/%3E%3Cpath d='M61.2561 63.5588H64.1908V65.0252H61.2561V63.5588Z' fill='black'/%3E%3Cpath d='M61.2561 66.4865H64.1908V67.9529H61.2561V66.4865Z' fill='black'/%3E%3Cpath d='M40.6082 71H55.2941V56.2183H40.6082V71ZM46.5087 57.6847H49.4247V60.6313H46.5087V57.6847ZM42.0755 57.6847H45.0415V62.0978H50.8921V57.6847H53.8268V69.5336H42.0755V57.6847Z' fill='black'/%3E%3Cpath d='M43.55 63.5588H46.4847V65.0252H43.55V63.5588Z' fill='black'/%3E%3Cpath d='M43.55 66.4865H46.4847V67.9529H43.55V66.4865Z' fill='black'/%3E%3Cpath d='M23 54.7571H37.6859V40.0826H23V54.7571ZM28.9006 41.549H31.8165V44.4601H28.9006V41.549ZM24.4674 41.549H27.4333V45.9265H33.284V41.549H36.2187V53.2907H24.4674V41.549Z' fill='black'/%3E%3Cpath d='M25.9419 47.3641H28.8766V48.8305H25.9419V47.3641Z' fill='black'/%3E%3Cpath d='M25.9419 50.2682H28.8766V51.7346H25.9419V50.2682Z' fill='black'/%3E%3Cpath d='M58.3142 40.0826V54.7572H73V40.0826H58.3142ZM64.2147 41.549H67.1306V44.4601H64.2147V41.549ZM71.5327 53.2907H59.7815V41.549H62.7474V45.9265H68.5981V41.549H71.5328V53.2907H71.5327Z' fill='black'/%3E%3Cpath d='M61.2561 47.3641H64.1908V48.8305H61.2561V47.3641Z' fill='black'/%3E%3Cpath d='M61.2561 50.2682H64.1908V51.7346H61.2561V50.2682Z' fill='black'/%3E%3Cpath d='M40.6082 44.4868H42.0755V41.549H45.0415V45.9265H50.8921V41.549H53.8268V53.2907H42.0755V45.9532H40.6082V54.7572H55.2941V40.0826H40.6082V44.4868ZM49.4248 44.4602H46.5088V41.549H49.4248V44.4602Z' fill='black'/%3E%3Cpath d='M43.55 47.3641H46.4847V48.8305H43.55V47.3641Z' fill='black'/%3E%3Cpath d='M43.55 50.2682H46.4847V51.7346H43.55V50.2682Z' fill='black'/%3E%3Cpath d='M45.1969 27.8642L44.1594 28.9012L46.8533 31.5932L51.7741 26.6757L50.7365 25.6388L46.8533 29.5195L45.1969 27.8642Z' fill='black'/%3E%3Cpath d='M31.0924 29.0899H40.6418C40.9872 32.5623 43.7584 35.3316 47.2331 35.6769V38.6214H48.7005V35.6751C50.1056 35.5334 51.4546 34.9896 52.5607 34.1057L51.6444 32.9604C50.5908 33.8022 49.319 34.2473 47.9668 34.2473C44.7166 34.2473 42.0725 31.6049 42.0725 28.3568C42.0725 25.1088 44.7166 22.4664 47.9668 22.4664C51.217 22.4664 53.8611 25.1088 53.8611 28.3568C53.8611 29.6997 53.4209 30.9643 52.588 32.0138L53.7377 32.9249C54.6252 31.8064 55.1545 30.4926 55.2915 29.09H64.8256V38.6215H66.293V27.6236H55.2918C54.9224 23.91 51.7784 21 47.9668 21C44.1552 21 41.0112 23.91 40.6418 27.6236H29.625V38.6214H31.0924V29.0899Z' fill='black'/%3E%3C/svg%3E%0A");
}
.preimu li:nth-child(5):before {
  background-image: url("data:image/svg+xml,%3Csvg width='89' height='79' viewBox='0 0 89 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.38 -3.33786e-06C25.86 -3.33786e-06 29.6867 1.19 32.86 3.57C36.08 5.95 38.4133 8.96 39.86 12.6C41.3067 16.24 42.03 20.2767 42.03 24.71C42.03 29.2367 41.3067 33.3433 39.86 37.03C38.46 40.7167 36.15 43.75 32.93 46.13C29.7567 48.4633 25.9067 49.63 21.38 49.63C14.7067 49.63 9.57333 47.2267 5.98 42.42C2.38667 37.5667 0.59 31.6867 0.59 24.78C0.59 17.3133 2.48 11.3167 6.26 6.79C10.0867 2.26333 15.1267 -3.33786e-06 21.38 -3.33786e-06ZM21.38 10.99C19.98 10.99 18.79 11.34 17.81 12.04C16.83 12.6933 16.0833 13.4867 15.57 14.42C15.0567 15.3533 14.66 16.5667 14.38 18.06C14.1 19.5067 13.9367 20.7433 13.89 21.77C13.8433 22.75 13.82 23.94 13.82 25.34C13.82 34.2067 16.34 38.64 21.38 38.64C26.3733 38.64 28.87 33.9967 28.87 24.71C28.87 20.0433 28.2633 16.59 27.05 14.35C25.8367 12.11 23.9467 10.99 21.38 10.99ZM48.5378 16.59C48.7711 11.0367 50.6378 6.88333 54.1378 4.13C57.6845 1.37666 62.3745 -3.33786e-06 68.2078 -3.33786e-06C74.0411 -3.33786e-06 78.6845 1.26 82.1378 3.78C85.6378 6.25333 87.3878 9.61333 87.3878 13.86C87.3878 16.2867 86.7578 18.3167 85.4978 19.95C84.2845 21.5367 82.6045 22.5167 80.4578 22.89C83.1178 23.4967 85.1711 24.7333 86.6178 26.6C88.1111 28.4667 88.8578 30.8 88.8578 33.6C88.8578 35.84 88.4611 37.87 87.6678 39.69C86.8745 41.51 85.8011 43.0267 84.4478 44.24C83.1411 45.4533 81.5778 46.48 79.7578 47.32C77.9845 48.1133 76.1411 48.6967 74.2278 49.07C72.3145 49.4433 70.3311 49.63 68.2778 49.63C62.0711 49.63 56.9845 48.16 53.0178 45.22C49.0978 42.28 47.1378 37.87 47.1378 31.99C47.1378 31.4767 47.1611 31.0333 47.2078 30.66H60.3678V31.36C60.3678 35.8867 62.7945 38.15 67.6478 38.15C69.8411 38.15 71.5445 37.7067 72.7578 36.82C73.9711 35.9333 74.5778 34.6733 74.5778 33.04C74.5778 29.6333 72.0578 27.93 67.0178 27.93C66.9711 27.93 66.8311 27.9533 66.5978 28C66.4111 28 66.1311 28 65.7578 28C65.3845 28 64.9878 28 64.5678 28H64.0078V18.97C64.5678 19.0167 65.3378 19.04 66.3178 19.04C68.0911 19.04 69.3045 19.0167 69.9578 18.97C71.3111 18.8767 72.3845 18.48 73.1778 17.78C74.0178 17.0333 74.4378 16.1233 74.4378 15.05C74.4378 13.7433 73.8778 12.6933 72.7578 11.9C71.6378 11.1067 70.1211 10.71 68.2078 10.71C63.8678 10.71 61.6745 12.67 61.6278 16.59H48.5378Z' fill='%23EFEFEF'/%3E%3Cpath d='M51.0001 37.3333H40.1667V39H51.0001V37.3333Z' fill='%23E2001A'/%3E%3Cpath d='M59.3334 42.3333H32.6667V44H59.3334V42.3333Z' fill='%23E2001A'/%3E%3Cpath d='M51 47.3333H32.6667V49H51V47.3333Z' fill='%23E2001A'/%3E%3Cpath d='M59.3333 47.3333H54.3333V49H59.3333V47.3333Z' fill='%23E2001A'/%3E%3Cpath d='M59.3334 52.3333H32.6667V54H59.3334V52.3333Z' fill='%23E2001A'/%3E%3Cpath d='M42.6667 57.3333H32.6667V59H42.6667V57.3333Z' fill='%23E2001A'/%3E%3Cpath d='M36.8334 61.5H32.6667V63.1667H36.8334V61.5Z' fill='%23E2001A'/%3E%3Cpath d='M42.6667 61.5H40.1667V63.1667H42.6667V61.5Z' fill='%23E2001A'/%3E%3Ccircle cx='54' cy='61' r='4' fill='%23E2001A'/%3E%3Crect x='52' y='66' width='5' height='3' fill='%23E2001A'/%3E%3Cpath d='M54.3334 56.5C51.5717 56.5059 49.3383 58.75 49.345 61.5108C49.3483 62.9242 49.95 64.2708 51 65.2167V69.8334C51.0008 70.1409 51.1708 70.4226 51.4417 70.5667C51.7067 70.7025 52.025 70.6867 52.275 70.525L54.3333 69.1667L56.375 70.525C56.7592 70.7783 57.2759 70.6717 57.5292 70.2875C57.6183 70.1525 57.6658 69.995 57.6667 69.8333V65.2166C59.7192 63.3691 59.8858 60.2083 58.0391 58.155C57.0934 57.105 55.7467 56.5033 54.3334 56.5ZM56.0001 68.275L54.7918 67.4417C54.5134 67.2584 54.1534 67.2584 53.8751 67.4417L52.6668 68.275V66.2083C53.7443 66.5975 54.9226 66.5975 56.0001 66.2083V68.275ZM54.3334 64.8333C52.4925 64.8333 51.0001 63.3408 51.0001 61.5C51.0001 59.6592 52.4925 58.1667 54.3334 58.1667C56.1742 58.1667 57.6667 59.6592 57.6667 61.5C57.6667 63.3408 56.1742 64.8333 54.3334 64.8333Z' fill='black'/%3E%3Cpath d='M51.0001 37.3333H40.1667V39H51.0001V37.3333Z' fill='black'/%3E%3Cpath d='M59.3334 42.3333H32.6667V44H59.3334V42.3333Z' fill='black'/%3E%3Cpath d='M51 47.3333H32.6667V49H51V47.3333Z' fill='black'/%3E%3Cpath d='M59.3333 47.3333H54.3333V49H59.3333V47.3333Z' fill='black'/%3E%3Cpath d='M59.3334 52.3333H32.6667V54H59.3334V52.3333Z' fill='black'/%3E%3Cpath d='M42.6667 57.3333H32.6667V59H42.6667V57.3333Z' fill='black'/%3E%3Cpath d='M36.8334 61.5H32.6667V63.1667H36.8334V61.5Z' fill='black'/%3E%3Cpath d='M42.6667 61.5H40.1667V63.1667H42.6667V61.5Z' fill='black'/%3E%3Cpath d='M66.8333 29H31.8333C29.5325 29 27.6667 30.8658 27.6667 33.1667V72.3334H21.8333C21.3733 72.3334 21 72.7067 21 73.1667V74.8334C21 77.1342 22.8658 79 25.1667 79H60.1667C62.4676 79 64.3334 77.1342 64.3334 74.8333V35.6667H70.1667C70.6267 35.6667 71 35.2934 71 34.8334V33.1667C71 30.8658 69.1342 29 66.8333 29ZM28.5 77.3333H25.1667C23.7858 77.3333 22.6667 76.2142 22.6667 74.8333V74H56V74.8333C56 75.735 56.2925 76.6125 56.8333 77.3333H28.5ZM62.6667 74.8333C62.6667 76.2142 61.5476 77.3333 60.1667 77.3333C58.7858 77.3333 57.6667 76.2142 57.6667 74.8333V73.1666C57.6667 72.7066 57.2934 72.3333 56.8334 72.3333H29.3334V33.1667C29.3334 31.7858 30.4525 30.6667 31.8334 30.6667H63.5L63.4333 30.7667L63.3 30.9834C63.2142 31.1234 63.1358 31.2684 63.0667 31.4167C63.0667 31.5 62.9917 31.5834 62.9584 31.6667C62.8967 31.8275 62.8442 31.9917 62.8001 32.1584C62.8001 32.2417 62.8001 32.3167 62.7418 32.3917C62.6951 32.6476 62.6701 32.9067 62.6668 33.1667V74.8333H62.6667ZM69.3333 34H64.3333V33.1667C64.3333 31.7858 65.4524 30.6667 66.8333 30.6667C68.2142 30.6667 69.3333 31.7858 69.3333 33.1667V34Z' fill='black'/%3E%3C/svg%3E%0A");
}
.preimu li:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='76' viewBox='0 0 90 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.38 -3.33786e-06C25.86 -3.33786e-06 29.6867 1.19 32.86 3.57C36.08 5.95 38.4133 8.96 39.86 12.6C41.3067 16.24 42.03 20.2767 42.03 24.71C42.03 29.2367 41.3067 33.3433 39.86 37.03C38.46 40.7167 36.15 43.75 32.93 46.13C29.7567 48.4633 25.9067 49.63 21.38 49.63C14.7067 49.63 9.57333 47.2267 5.98 42.42C2.38667 37.5667 0.59 31.6867 0.59 24.78C0.59 17.3133 2.48 11.3167 6.26 6.79C10.0867 2.26333 15.1267 -3.33786e-06 21.38 -3.33786e-06ZM21.38 10.99C19.98 10.99 18.79 11.34 17.81 12.04C16.83 12.6933 16.0833 13.4867 15.57 14.42C15.0567 15.3533 14.66 16.5667 14.38 18.06C14.1 19.5067 13.9367 20.7433 13.89 21.77C13.8433 22.75 13.82 23.94 13.82 25.34C13.82 34.2067 16.34 38.64 21.38 38.64C26.3733 38.64 28.87 33.9967 28.87 24.71C28.87 20.0433 28.2633 16.59 27.05 14.35C25.8367 12.11 23.9467 10.99 21.38 10.99ZM89.2078 26.95V38.43H82.8378V49H68.6278V38.43H47.2078V25.69L68.9778 0.559998H82.8378V26.95H89.2078ZM69.1178 27.02V17.78L69.3278 13.3L57.7778 27.23C59.8778 27.09 61.3245 27.02 62.1178 27.02H69.1178Z' fill='%23EFEFEF'/%3E%3Cpath d='M72.0522 48.0042H76.0606V52.0126H74.0565C72.9496 52.0126 72.0524 51.1154 72.0524 50.0084V48.0042H72.0522Z' fill='%23E2001A'/%3E%3Cpath d='M67.0417 51.0105C64.0216 51.0105 61.394 52.6822 60.0271 55.1492V58.0251H74.9891C74.495 54.0716 71.1291 51.0105 67.0417 51.0105Z' fill='%23E2001A'/%3E%3Cpath d='M72.8872 53.5483V58.0251H74.9892C74.774 56.3038 74.0138 54.7523 72.8872 53.5483Z' fill='%23E2001A'/%3E%3Cpath d='M67.0417 64.0377C69.8089 64.0377 72.0522 61.7944 72.0522 59.0272C72.0522 56.26 69.8089 54.0167 67.0417 54.0167C64.2745 54.0167 62.0312 56.26 62.0312 59.0272C62.0312 61.7944 64.2745 64.0377 67.0417 64.0377Z' fill='%23E2001A'/%3E%3Cpath d='M33.9728 51.0105C31.4424 51.0105 29.1894 52.1857 27.7203 54.0167H24.9541H21.9478V57.0229C21.9478 57.5763 22.3965 58.025 22.9498 58.025H60.0271V54.0166H40.2254C38.7563 52.1857 36.5033 51.0105 33.9728 51.0105Z' fill='%23E2001A'/%3E%3Cpath d='M33.9729 64.0377C36.7401 64.0377 38.9833 61.7944 38.9833 59.0272C38.9833 56.26 36.7401 54.0167 33.9729 54.0167C31.2057 54.0167 28.9624 56.26 28.9624 59.0272C28.9624 61.7944 31.2057 64.0377 33.9729 64.0377Z' fill='%23E2001A'/%3E%3Cpath d='M72.7998 43.1129L71.246 36.8979C71.6708 36.8076 71.9895 36.4308 71.9895 35.9792V34.9772C71.9895 32.8015 70.2194 31.0315 68.0438 31.0315H60.9666V28.9645C60.9666 27.8939 60.0957 27.0229 59.0251 27.0229H22.9498C21.8792 27.0229 21.0083 27.8939 21.0083 28.9645V46C21.0083 46.5188 21.4289 46.9395 21.9478 46.9395C22.4667 46.9395 22.8873 46.519 22.8873 46V28.9645C22.8873 28.9299 22.9153 28.9019 22.9498 28.9019H59.025C59.0595 28.9019 59.0875 28.9299 59.0875 28.9645V46.0003C59.0875 46.5191 59.5081 46.9398 60.027 46.9398C60.5458 46.9398 60.9665 46.5192 60.9665 46.0003V44.9353H72.0488C72.0496 44.9353 72.0505 44.9355 72.0513 44.9355C72.0521 44.9355 72.053 44.9354 72.0539 44.9354C73.4176 44.9362 74.5755 45.8314 74.9732 47.0648H72.052C71.5332 47.0648 71.1125 47.4854 71.1125 48.0043V50.0084C71.1125 51.6316 72.433 52.9521 74.0561 52.9521H75.1209V57.0856H72.6644C71.8575 54.7557 69.6425 53.0772 67.0415 53.0772C64.4405 53.0772 62.2255 54.7556 61.4186 57.0856H60.9663V50.0084C60.9663 49.4897 60.5457 49.069 60.0268 49.069C59.508 49.069 59.0873 49.4895 59.0873 50.0084V57.0855H39.5957C38.7888 54.7555 36.5738 53.0771 33.9729 53.0771C31.3719 53.0771 29.1568 54.7555 28.35 57.0855H22.9498C22.9153 57.0855 22.8873 57.0575 22.8873 57.0229V54.9561H26.9582C27.477 54.9561 27.8977 54.5355 27.8977 54.0166C27.8977 53.4978 27.4771 53.0771 26.9582 53.0771H17.9395C17.4207 53.0771 17 53.4977 17 54.0166C17 54.5354 17.4206 54.9561 17.9395 54.9561H21.0084V57.0229C21.0084 58.0936 21.8793 58.9645 22.95 58.9645H28.0246C28.0244 58.9854 28.023 59.0061 28.023 59.0271C28.023 62.3079 30.6922 64.9769 33.9729 64.9769C37.2535 64.9769 39.9227 62.3079 39.9227 59.0271C39.9227 59.006 39.9213 58.9854 39.9211 58.9645H61.0933C61.0931 58.9854 61.0917 59.0061 61.0917 59.0271C61.0917 62.3079 63.7609 64.9769 67.0415 64.9769C70.3222 64.9769 72.9914 62.3079 72.9914 59.0271C72.9914 59.006 72.99 58.9854 72.9897 58.9645H76.0604C76.5792 58.9645 76.9999 58.5439 76.9999 58.025V48.0041C77 45.5301 75.1746 43.4744 72.7998 43.1129ZM60.9666 36.9186H69.3145L70.8489 43.0564H60.9666V36.9186ZM68.0438 32.9103C69.1835 32.9103 70.1107 33.8375 70.1107 34.9772V35.0397H60.9666V32.9103H68.0438ZM33.9729 63.0982C31.7281 63.0982 29.9019 61.272 29.9019 59.0272C29.9019 56.7824 31.7281 54.9562 33.9729 54.9562C36.2176 54.9562 38.0438 56.7824 38.0438 59.0272C38.0438 61.272 36.2176 63.0982 33.9729 63.0982ZM67.0418 63.0982C64.797 63.0982 62.9708 61.272 62.9708 59.0272C62.9708 56.7824 64.797 54.9562 67.0418 54.9562C69.2865 54.9562 71.1127 56.7824 71.1127 59.0272C71.1127 61.272 69.2865 63.0982 67.0418 63.0982ZM74.0564 51.0731C73.4693 51.0731 72.9916 50.5954 72.9916 50.0083V48.9436H75.121V51.073H74.0564V51.0731Z' fill='black'/%3E%3Cpath d='M33.9728 57.0856C32.9022 57.0856 32.0312 57.9565 32.0312 59.0271C32.0312 60.0978 32.9022 60.9687 33.9728 60.9687C35.0434 60.9687 35.9144 60.0978 35.9144 59.0271C35.9144 57.9565 35.0434 57.0856 33.9728 57.0856Z' fill='black'/%3E%3Cpath d='M67.0417 57.0856C65.971 57.0856 65.1001 57.9565 65.1001 59.0271C65.1001 60.0978 65.971 60.9687 67.0417 60.9687C68.1123 60.9687 68.9832 60.0978 68.9832 59.0271C68.9832 57.9565 68.1123 57.0856 67.0417 57.0856Z' fill='black'/%3E%3Cpath d='M41.05 54.0166C41.05 54.5354 41.4706 54.9561 41.9895 54.9561H56.0186C56.5374 54.9561 56.9581 54.5355 56.9581 54.0166C56.9581 53.4979 56.5375 53.0771 56.0186 53.0771H41.9894C41.4706 53.0771 41.05 53.4979 41.05 54.0166Z' fill='black'/%3E%3Cpath d='M19.9436 50.9478H31.9687C32.4875 50.9478 32.9082 50.5272 32.9082 50.0083C32.9082 49.4896 32.4876 49.0688 31.9687 49.0688H19.9436C19.4249 49.0688 19.0042 49.4894 19.0042 50.0083C19.0042 50.5272 19.4249 50.9478 19.9436 50.9478Z' fill='black'/%3E%3Cpath d='M48.3398 36.317L39.9853 44.6714L35.6391 40.3252C35.2722 39.9583 34.6774 39.9583 34.3106 40.3252C33.9437 40.6922 33.9437 41.2869 34.3106 41.6538L39.3211 46.6643C39.5045 46.8478 39.7449 46.9394 39.9853 46.9394C40.2256 46.9394 40.4661 46.8478 40.6495 46.6643L49.6683 37.6455C50.0352 37.2786 50.0352 36.6839 49.6683 36.317C49.3016 35.9502 48.7066 35.9502 48.3398 36.317Z' fill='black'/%3E%3C/svg%3E%0A");
}
.preimu li:nth-child(4):before {
  background-image: url("data:image/svg+xml,%3Csvg width='89' height='73' viewBox='0 0 89 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.38 -3.33786e-06C25.86 -3.33786e-06 29.6867 1.19 32.86 3.57C36.08 5.95 38.4133 8.96 39.86 12.6C41.3067 16.24 42.03 20.2767 42.03 24.71C42.03 29.2367 41.3067 33.3433 39.86 37.03C38.46 40.7167 36.15 43.75 32.93 46.13C29.7567 48.4633 25.9067 49.63 21.38 49.63C14.7067 49.63 9.57333 47.2267 5.98 42.42C2.38667 37.5667 0.59 31.6867 0.59 24.78C0.59 17.3133 2.48 11.3167 6.26 6.79C10.0867 2.26333 15.1267 -3.33786e-06 21.38 -3.33786e-06ZM21.38 10.99C19.98 10.99 18.79 11.34 17.81 12.04C16.83 12.6933 16.0833 13.4867 15.57 14.42C15.0567 15.3533 14.66 16.5667 14.38 18.06C14.1 19.5067 13.9367 20.7433 13.89 21.77C13.8433 22.75 13.82 23.94 13.82 25.34C13.82 34.2067 16.34 38.64 21.38 38.64C26.3733 38.64 28.87 33.9967 28.87 24.71C28.87 20.0433 28.2633 16.59 27.05 14.35C25.8367 12.11 23.9467 10.99 21.38 10.99ZM85.8478 0.559998V12.18H63.5878L63.0278 15.12C62.8411 16.24 62.4678 17.6167 61.9078 19.25C64.6611 16.87 68.1378 15.68 72.3378 15.68C77.3311 15.68 81.2745 17.1033 84.1678 19.95C87.1078 22.7967 88.5778 26.67 88.5778 31.57C88.5778 37.59 86.5711 42.1167 82.5578 45.15C78.5445 48.1367 73.4811 49.63 67.3678 49.63C61.3011 49.63 56.3545 48.3467 52.5278 45.78C48.7478 43.1667 46.7178 39.06 46.4378 33.46H60.0178C60.2978 36.8667 62.7245 38.57 67.2978 38.57C69.6311 38.57 71.4511 37.9867 72.7578 36.82C74.0645 35.6067 74.7178 33.9267 74.7178 31.78C74.7178 29.5867 74.0645 27.9067 72.7578 26.74C71.4978 25.5267 69.6545 24.92 67.2278 24.92C64.1945 24.92 62.0478 26.0867 60.7878 28.42H48.1178L52.9478 0.559998H85.8478Z' fill='%23EFEFEF'/%3E%3Cpath d='M32.375 28.2734L32.5911 28.4175C33.5903 29.0836 34.339 30.0638 34.7188 31.2031C35.0985 30.0638 35.8472 29.0836 36.8464 28.4175L37.0625 28.2734L36.8464 28.1294C35.8472 27.4632 35.0985 26.483 34.7188 25.3438C34.339 26.483 33.5903 27.4632 32.5911 28.1294L32.375 28.2734Z' fill='%23E2001A'/%3E%3Cpath d='M27.6875 33.3516L27.9036 33.4956C28.9028 34.1618 29.6515 35.142 30.0312 36.2812C30.411 35.142 31.1597 34.1618 32.1589 33.4956L32.375 33.3516L32.1589 33.2075C31.1597 32.5414 30.411 31.5612 30.0312 30.4219C29.6515 31.5612 28.9028 32.5414 27.9036 33.2075L27.6875 33.3516Z' fill='%23E2001A'/%3E%3Cpath d='M31.5938 55.8125H30.8125C30.6053 55.8125 30.4066 55.7302 30.2601 55.5837C30.1136 55.4372 30.0312 55.2385 30.0312 55.0312C30.0312 54.824 30.1136 54.6253 30.2601 54.4788C30.4066 54.3323 30.6053 54.25 30.8125 54.25H31.5938C31.801 54.25 31.9997 54.3323 32.1462 54.4788C32.2927 54.6253 32.375 54.824 32.375 55.0312C32.375 55.2385 32.2927 55.4372 32.1462 55.5837C31.9997 55.7302 31.801 55.8125 31.5938 55.8125Z' fill='%23E2001A'/%3E%3Cpath d='M31.5938 62.0625H30.8125C30.6053 62.0625 30.4066 61.9802 30.2601 61.8337C30.1136 61.6872 30.0312 61.4885 30.0312 61.2812C30.0312 61.074 30.1136 60.8753 30.2601 60.7288C30.4066 60.5823 30.6053 60.5 30.8125 60.5H31.5938C31.801 60.5 31.9997 60.5823 32.1462 60.7288C32.2927 60.8753 32.375 61.074 32.375 61.2812C32.375 61.4885 32.2927 61.6872 32.1462 61.8337C31.9997 61.9802 31.801 62.0625 31.5938 62.0625Z' fill='%23E2001A'/%3E%3Cpath d='M31.5938 68.3125H30.8125C30.6053 68.3125 30.4066 68.2302 30.2601 68.0837C30.1136 67.9372 30.0312 67.7385 30.0312 67.5312C30.0312 67.324 30.1136 67.1253 30.2601 66.9788C30.4066 66.8323 30.6053 66.75 30.8125 66.75H31.5938C31.801 66.75 31.9997 66.8323 32.1462 66.9788C32.2927 67.1253 32.375 67.324 32.375 67.5312C32.375 67.7385 32.2927 67.9372 32.1462 68.0837C31.9997 68.2302 31.801 68.3125 31.5938 68.3125Z' fill='%23E2001A'/%3E%3Cpath d='M55.0312 59.7188H64.4062V65.9688H55.0312V59.7188Z' fill='%23E2001A'/%3E%3Cpath d='M59.7188 55.8125L55.0312 59.7188H64.4062L59.7188 55.8125Z' fill='%23E2001A'/%3E%3Cpath d='M58.1562 62.8438H61.2812V65.9688H58.1562V62.8438Z' fill='%23E2001A'/%3E%3Cpath d='M31.9416 28.9234L32.1577 29.0675C33.0112 29.6386 33.6513 30.4766 33.9776 31.4503C34.0295 31.6059 34.129 31.7411 34.262 31.837C34.395 31.9328 34.5548 31.9844 34.7187 31.9844C34.8827 31.9844 35.0425 31.9328 35.1755 31.837C35.3085 31.7411 35.408 31.6059 35.4598 31.4503C35.7862 30.4766 36.4263 29.6386 37.2799 29.0675L37.4959 28.9234C37.6029 28.852 37.6906 28.7554 37.7513 28.642C37.812 28.5286 37.8437 28.402 37.8437 28.2734C37.8437 28.1448 37.812 28.0182 37.7513 27.9048C37.6906 27.7914 37.6029 27.6947 37.4959 27.6234L37.2798 27.4793C36.4262 26.9082 35.7862 26.0702 35.4598 25.0964C35.408 24.9409 35.3085 24.8057 35.1755 24.7098C35.0425 24.614 34.8827 24.5624 34.7187 24.5624C34.5548 24.5624 34.395 24.614 34.262 24.7098C34.129 24.8057 34.0295 24.9409 33.9776 25.0964C33.6513 26.0702 33.0112 26.9082 32.1576 27.4793L31.9416 27.6234C31.8346 27.6947 31.7469 27.7914 31.6862 27.9048C31.6255 28.0182 31.5938 28.1448 31.5938 28.2734C31.5938 28.402 31.6255 28.5286 31.6862 28.642C31.7469 28.7554 31.8346 28.852 31.9416 28.9234ZM34.7187 27.0918C35.0131 27.5279 35.3615 27.9249 35.7556 28.2734C35.3615 28.6219 35.0131 29.0189 34.7187 29.455C34.4244 29.0189 34.076 28.6219 33.6818 28.2734C34.076 27.9249 34.4244 27.5278 34.7187 27.0918Z' fill='black'/%3E%3Cpath d='M27.2541 34.0015L27.4702 34.1457C28.3237 34.7167 28.9638 35.5547 29.2901 36.5285C29.342 36.684 29.4415 36.8193 29.5745 36.9151C29.7075 37.011 29.8673 37.0625 30.0312 37.0625C30.1952 37.0625 30.355 37.011 30.488 36.9151C30.621 36.8193 30.7205 36.684 30.7723 36.5285C31.0987 35.5547 31.7388 34.7167 32.5924 34.1457L32.8084 34.0015C32.9154 33.9302 33.0031 33.8335 33.0638 33.7201C33.1245 33.6067 33.1562 33.4801 33.1562 33.3515C33.1562 33.2229 33.1245 33.0963 33.0638 32.9829C33.0031 32.8695 32.9154 32.7729 32.8084 32.7015L32.5923 32.5574C31.7387 31.9863 31.0987 31.1483 30.7723 30.1746C30.7205 30.019 30.621 29.8838 30.488 29.7879C30.355 29.6921 30.1952 29.6405 30.0312 29.6405C29.8673 29.6405 29.7075 29.6921 29.5745 29.7879C29.4415 29.8838 29.342 30.019 29.2901 30.1746C28.9638 31.1483 28.3237 31.9863 27.4701 32.5574L27.2541 32.7015C27.1471 32.7729 27.0594 32.8695 26.9987 32.9829C26.938 33.0963 26.9062 33.2229 26.9062 33.3515C26.9062 33.4801 26.938 33.6067 26.9987 33.7201C27.0594 33.8335 27.1471 33.9302 27.2541 34.0015ZM30.0312 32.1699C30.3256 32.606 30.674 33.003 31.0681 33.3515C30.674 33.7 30.3256 34.0971 30.0312 34.5332C29.7369 34.0971 29.3885 33.7 28.9943 33.3515C29.3885 33.003 29.7369 32.606 30.0312 32.1699Z' fill='black'/%3E%3Cpath d='M31.5938 54.25H30.8125C30.6053 54.25 30.4066 54.3323 30.2601 54.4788C30.1136 54.6253 30.0312 54.824 30.0312 55.0312C30.0312 55.2385 30.1136 55.4372 30.2601 55.5837C30.4066 55.7302 30.6053 55.8125 30.8125 55.8125H31.5938C31.801 55.8125 31.9997 55.7302 32.1462 55.5837C32.2927 55.4372 32.375 55.2385 32.375 55.0312C32.375 54.824 32.2927 54.6253 32.1462 54.4788C31.9997 54.3323 31.801 54.25 31.5938 54.25Z' fill='black'/%3E%3Cpath d='M31.5938 60.5H30.8125C30.6053 60.5 30.4066 60.5823 30.2601 60.7288C30.1136 60.8753 30.0312 61.074 30.0312 61.2812C30.0312 61.4885 30.1136 61.6872 30.2601 61.8337C30.4066 61.9802 30.6053 62.0625 30.8125 62.0625H31.5938C31.801 62.0625 31.9997 61.9802 32.1462 61.8337C32.2927 61.6872 32.375 61.4885 32.375 61.2812C32.375 61.074 32.2927 60.8753 32.1462 60.7288C31.9997 60.5823 31.801 60.5 31.5938 60.5Z' fill='black'/%3E%3Cpath d='M31.5938 66.75H30.8125C30.6053 66.75 30.4066 66.8323 30.2601 66.9788C30.1136 67.1253 30.0312 67.324 30.0312 67.5312C30.0312 67.7385 30.1136 67.9372 30.2601 68.0837C30.4066 68.2302 30.6053 68.3125 30.8125 68.3125H31.5938C31.801 68.3125 31.9997 68.2302 32.1462 68.0837C32.2927 67.9372 32.375 67.7385 32.375 67.5312C32.375 67.324 32.2927 67.1253 32.1462 66.9788C31.9997 66.8323 31.801 66.75 31.5938 66.75Z' fill='black'/%3E%3Cpath d='M69.875 61.2812C69.8763 59.9406 69.6108 58.613 69.0938 57.3761V51.9062C69.0938 51.699 69.0114 51.5003 68.8649 51.3538C68.7184 51.2073 68.5197 51.125 68.3125 51.125H65.9688V47.8656C66.4898 47.6812 66.9288 47.3185 67.2084 46.8417C67.488 46.3649 67.59 45.8046 67.4965 45.2599C67.4031 44.7151 67.1201 44.2209 66.6976 43.8646C66.2751 43.5083 65.7402 43.3127 65.1875 43.3125V34.0645L65.9286 31.841C65.9757 31.7001 65.9815 31.5486 65.9454 31.4045L65.1642 28.2795C65.1219 28.1104 65.0244 27.9603 64.8871 27.8531C64.7498 27.7458 64.5805 27.6875 64.4062 27.6875H61.2812C61.107 27.6875 60.9378 27.7458 60.8005 27.853C60.6631 27.9602 60.5656 28.1103 60.5233 28.2793L59.7421 31.4043C59.706 31.5484 59.7118 31.6999 59.7589 31.8408L60.5 34.0645V43.3125C59.9473 43.3127 59.4124 43.5083 58.9899 43.8646C58.5674 44.2209 58.2844 44.7151 58.191 45.2599C58.0975 45.8046 58.1995 46.3649 58.4791 46.8417C58.7587 47.3185 59.1977 47.6812 59.7188 47.8656V51.125H56.5938V44.6741C57.3655 44.1367 57.9856 43.4094 58.3943 42.5625C58.8029 41.7155 58.9862 40.7774 58.9265 39.8389C58.8667 38.9004 58.566 37.9931 58.0533 37.2048C57.5407 36.4164 56.8333 35.7736 55.9997 35.3383C55.1661 34.9031 54.2343 34.6902 53.2944 34.7202C52.3544 34.7502 51.4381 35.0221 50.6339 35.5095C49.8297 35.997 49.1648 36.6836 48.7034 37.5031C48.2421 38.3225 47.9998 39.2471 48 40.1875C47.9973 41.0283 48.1899 41.8582 48.5625 42.6118C48.9351 43.3655 49.4776 44.0224 50.1473 44.5308C50.2115 44.58 50.277 44.6278 50.3438 44.6743V51.125H46.4375V37.323L47.8039 35.5012C48.4363 34.6542 48.779 33.6259 48.7812 32.5688C48.7843 31.6606 48.5329 30.7696 48.0554 29.997C47.5779 29.2244 46.8934 28.6011 46.0797 28.1977L45.2244 27.77C45.1053 27.7105 44.9729 27.6823 44.8399 27.6883C44.7069 27.6943 44.5776 27.7342 44.4643 27.8042C44.351 27.8742 44.2575 27.972 44.1927 28.0883C44.1278 28.2046 44.0938 28.3356 44.0938 28.4688V31.4093C44.0938 31.6165 44.0114 31.8152 43.8649 31.9617C43.7184 32.1082 43.5197 32.1905 43.3125 32.1905C43.1053 32.1905 42.9066 32.1082 42.7601 31.9617C42.6136 31.8152 42.5312 31.6165 42.5312 31.4093V28.4688C42.5312 28.3356 42.4972 28.2046 42.4323 28.0883C42.3675 27.972 42.274 27.8742 42.1607 27.8042C42.0474 27.7342 41.9181 27.6943 41.7851 27.6883C41.652 27.6823 41.5197 27.7105 41.4006 27.77L40.5453 28.1977C39.7316 28.6011 39.0471 29.2244 38.5696 29.997C38.0921 30.7696 37.8407 31.6606 37.8438 32.5688C37.846 33.6259 38.1887 34.6542 38.8212 35.5012L40.1875 37.323V39.4062H38.625C38.625 39.199 38.5427 39.0003 38.3962 38.8538C38.2497 38.7073 38.051 38.625 37.8438 38.625H33.1562C32.9861 38.6251 32.8206 38.6808 32.685 38.7836C32.5494 38.8864 32.451 39.0306 32.4049 39.1944L30.2207 38.6483L30.2215 38.6493C30.1593 38.6334 30.0954 38.6252 30.0312 38.625H26.9062C26.699 38.625 26.5003 38.7073 26.3538 38.8538C26.2073 39.0003 26.125 39.199 26.125 39.4062V44.0938C26.125 44.301 26.2073 44.4997 26.3538 44.6462C26.5003 44.7927 26.699 44.875 26.9062 44.875C26.9062 44.875 30.002 44.8729 30.0312 44.8696C30.0387 44.8688 32.4049 44.3056 32.4049 44.3056C32.451 44.4694 32.5494 44.6136 32.685 44.7164C32.8206 44.8192 32.9861 44.8749 33.1562 44.875V51.125H27.6875C27.4803 51.125 27.2816 51.2073 27.1351 51.3538C26.9886 51.5003 26.9062 51.699 26.9062 51.9062V70.6562C26.9062 70.8634 26.9886 71.0622 27.1351 71.2087C27.2816 71.3552 27.4803 71.4375 27.6875 71.4375H68.3125C68.5197 71.4375 68.7184 71.3552 68.8649 71.2087C69.0114 71.0622 69.0938 70.8634 69.0938 70.6562V65.2291C69.0938 65.2162 69.0925 65.2038 69.0918 65.1911C69.6101 63.9528 69.8764 62.6236 69.875 61.2812ZM51.125 61.2812C51.125 59.5816 51.629 57.9201 52.5733 56.5068C53.5176 55.0936 54.8598 53.9921 56.4301 53.3417C58.0004 52.6912 59.7283 52.521 61.3953 52.8526C63.0623 53.1842 64.5936 54.0027 65.7954 55.2045C66.9973 56.4064 67.8158 57.9377 68.1474 59.6047C68.479 61.2717 68.3088 62.9996 67.6583 64.5699C67.0079 66.1402 65.9064 67.4824 64.4932 68.4267C63.0799 69.371 61.4184 69.875 59.7188 69.875C57.4403 69.8724 55.256 68.9662 53.6449 67.3551C52.0338 65.744 51.1276 63.5597 51.125 61.2812ZM28.4688 58.9375H49.8359C49.4714 60.4787 49.4714 62.0838 49.8359 63.625H28.4688V58.9375ZM67.5312 54.7991C66.845 53.9734 66.0331 53.2608 65.1253 52.6875H67.5312V54.7991ZM63.7963 29.25L64.1869 30.8125H61.5006L61.8912 29.25H63.7963ZM62.0224 33.6904L61.584 32.375H64.1035L63.665 33.6904C63.6385 33.7701 63.625 33.8535 63.625 33.9375V43.3125H62.0625V33.9375C62.0625 33.8535 62.0489 33.7701 62.0224 33.6904ZM60.5 44.875H65.1875C65.3947 44.875 65.5934 44.9573 65.7399 45.1038C65.8864 45.2503 65.9688 45.449 65.9688 45.6562C65.9688 45.8635 65.8864 46.0622 65.7399 46.2087C65.5934 46.3552 65.3947 46.4375 65.1875 46.4375H60.5C60.2928 46.4375 60.0941 46.3552 59.9476 46.2087C59.8011 46.0622 59.7188 45.8635 59.7188 45.6562C59.7188 45.449 59.8011 45.2503 59.9476 45.1038C60.0941 44.9573 60.2928 44.875 60.5 44.875ZM61.2812 48H64.4062V51.125H61.2812V48ZM51.5162 43.5701C51.3706 43.4858 51.2306 43.3922 51.097 43.29C50.5691 42.8866 50.1528 42.3552 49.8874 41.7461C49.6221 41.1369 49.5166 40.4702 49.5808 39.8089C49.645 39.1476 49.8768 38.5136 50.2543 37.9668C50.6318 37.4201 51.1425 36.9787 51.7381 36.6843C52.3338 36.3899 52.9946 36.2524 53.6583 36.2846C54.3219 36.3168 54.9663 36.5178 55.5307 36.8685C56.095 37.2192 56.5605 37.7081 56.8832 38.2888C57.2059 38.8696 57.3752 39.5231 57.375 40.1875C57.3733 40.8729 57.1921 41.5459 56.8493 42.1394C56.5064 42.733 56.0141 43.2263 55.4212 43.5702C55.3026 43.6388 55.2042 43.7374 55.1357 43.8561C55.0673 43.9747 55.0313 44.1093 55.0312 44.2463V51.125H51.9062V44.2463C51.9062 44.1093 51.8702 43.9747 51.8017 43.856C51.7333 43.7373 51.6348 43.6387 51.5162 43.5701ZM38.625 44.0938H38.9615C39.2776 44.5557 39.6975 44.9371 40.1875 45.2075V51.125H38.625V44.0938ZM40.0712 34.5637C39.6409 33.9875 39.4077 33.288 39.4062 32.5688C39.4043 32.0045 39.5468 31.4491 39.8203 30.9555C40.0939 30.4619 40.4892 30.0466 40.9688 29.7491V31.4093C40.9688 32.0309 41.2157 32.627 41.6552 33.0666C42.0948 33.5061 42.6909 33.753 43.3125 33.753C43.9341 33.753 44.5302 33.5061 44.9698 33.0666C45.4093 32.627 45.6562 32.0309 45.6562 31.4093V29.7491C46.1358 30.0466 46.5311 30.4619 46.8047 30.9555C47.0782 31.4491 47.2207 32.0045 47.2188 32.5688C47.2173 33.288 46.9841 33.9875 46.5538 34.5637L45.0312 36.5938C44.9298 36.729 44.875 36.8935 44.875 37.0625V51.125H41.75V45.6506C41.8112 45.6537 41.8726 45.6562 41.9345 45.6562H43.3125C43.4457 45.6562 43.5766 45.6222 43.6929 45.5573C43.8092 45.4925 43.9071 45.399 43.9771 45.2857C44.0471 45.1724 44.087 45.0431 44.0929 44.9101C44.0989 44.7771 44.0708 44.6447 44.0112 44.5256L41.75 40.003V37.0625C41.75 36.8935 41.6951 36.729 41.5937 36.5938L40.0712 34.5637ZM40.4859 40.9688L42.0484 44.0938H41.9345C41.5543 44.095 41.1815 43.9898 40.8581 43.7899C40.5347 43.5901 40.2738 43.3037 40.105 42.9631C40.0401 42.8333 39.9404 42.7242 39.8169 42.6479C39.6935 42.5717 39.5513 42.5313 39.4062 42.5312H38.625V40.9688H40.4859ZM33.9375 40.1875H37.0625V43.3125H33.9375V40.1875ZM30.8125 40.4068L32.375 40.7975V42.7025L30.8125 43.0932V40.4068ZM29.25 43.3125H27.6875V40.1875H29.25V43.3125ZM34.7188 44.875H37.0625V51.125H34.7188V44.875ZM28.4688 52.6875H54.3122C52.5402 53.8062 51.1549 55.4426 50.3442 57.375H28.4688V52.6875ZM28.4688 65.1875H50.3442C51.1549 67.1199 52.5402 68.7563 54.3122 69.875H28.4688V65.1875ZM67.5312 69.875H65.1253C66.0331 69.3017 66.845 68.5891 67.5312 67.7634V69.875Z' fill='black'/%3E%3Cpath d='M65.1809 59.6215C65.1767 59.5893 65.1706 59.5573 65.1625 59.5257C65.1609 59.5195 65.1595 59.5132 65.1577 59.507C65.1482 59.4727 65.1363 59.439 65.1222 59.4063C65.1207 59.4032 65.119 59.4001 65.1176 59.3965C65.1039 59.3666 65.0884 59.3375 65.0711 59.3095C65.0678 59.3042 65.0647 59.2987 65.0613 59.2933C65.0424 59.2642 65.0215 59.2363 64.9988 59.2099C64.9941 59.2045 64.9891 59.1994 64.9843 59.194C64.9611 59.1682 64.9362 59.1439 64.9098 59.1213C64.9086 59.1204 64.9077 59.1192 64.9065 59.1181L64.9037 59.1158H64.903L60.219 55.2124C60.0786 55.0953 59.9016 55.0312 59.7188 55.0312C59.5361 55.0312 59.3591 55.0953 59.2187 55.2124L54.5347 59.1158H54.534L54.5312 59.1181C54.53 59.1192 54.5291 59.1204 54.5279 59.1213C54.5015 59.1439 54.4766 59.1682 54.4534 59.194C54.4485 59.1994 54.4437 59.2045 54.4389 59.2099C54.4162 59.2363 54.3953 59.2642 54.3764 59.2933C54.3729 59.2987 54.3698 59.3042 54.3666 59.3095C54.3493 59.3375 54.3338 59.3666 54.3201 59.3965C54.3187 59.3997 54.317 59.4028 54.3155 59.4063C54.3014 59.439 54.2895 59.4727 54.28 59.507C54.2782 59.5132 54.2768 59.5195 54.2752 59.5257C54.2671 59.5573 54.261 59.5893 54.2568 59.6215C54.2568 59.6255 54.2556 59.6293 54.2551 59.6333C54.2519 59.6616 54.2502 59.6902 54.25 59.7187V65.9687C54.25 66.1759 54.3323 66.3746 54.4788 66.5211C54.6253 66.6676 54.824 66.75 55.0312 66.75H64.4062C64.6135 66.75 64.8122 66.6676 64.9587 66.5211C65.1052 66.3746 65.1875 66.1759 65.1875 65.9687V59.7187C65.1874 59.6902 65.1858 59.6616 65.1826 59.6333C65.1821 59.6293 65.1813 59.6255 65.1809 59.6215ZM59.7188 56.8295L62.248 58.9375H57.1895L59.7188 56.8295ZM58.9375 65.1875V63.625H60.5V65.1875H58.9375ZM63.625 65.1875H62.0625V62.8437C62.0625 62.6365 61.9802 62.4378 61.8337 62.2913C61.6872 62.1448 61.4885 62.0625 61.2812 62.0625H58.1562C57.949 62.0625 57.7503 62.1448 57.6038 62.2913C57.4573 62.4378 57.375 62.6365 57.375 62.8437V65.1875H55.8125V60.5H63.625V65.1875Z' fill='black'/%3E%3Cpath d='M52.5952 42.4816H54.3421C54.4792 42.4816 54.614 42.4455 54.7327 42.3769C54.8515 42.3084 54.9502 42.2097 55.0187 42.091L55.8922 40.5781C55.9607 40.4593 55.9968 40.3246 55.9968 40.1874C55.9968 40.0503 55.9607 39.9156 55.8922 39.7968L55.0187 38.2839C54.9502 38.1652 54.8515 38.0665 54.7327 37.998C54.614 37.9294 54.4792 37.8933 54.3421 37.8933H52.5952C52.458 37.8933 52.3233 37.9294 52.2045 37.998C52.0857 38.0665 51.9871 38.1652 51.9185 38.2839L51.0451 39.7968C50.9765 39.9156 50.9404 40.0503 50.9404 40.1874C50.9404 40.3246 50.9765 40.4593 51.0451 40.5781L51.9185 42.091C51.9871 42.2097 52.0857 42.3084 52.2045 42.3769C52.3233 42.4455 52.458 42.4816 52.5952 42.4816ZM53.0462 39.4558H53.8911L54.3135 40.1874L53.8911 40.9191H53.0462L52.6238 40.1874L53.0462 39.4558Z' fill='black'/%3E%3C/svg%3E%0A");
}
.preimu li:nth-child(6):before {
 background-image: url("data:image/svg+xml,%3Csvg width='89' height='72' viewBox='0 0 89 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.38 -3.33786e-06C25.86 -3.33786e-06 29.6867 1.19 32.86 3.57C36.08 5.95 38.4133 8.96 39.86 12.6C41.3067 16.24 42.03 20.2767 42.03 24.71C42.03 29.2367 41.3067 33.3433 39.86 37.03C38.46 40.7167 36.15 43.75 32.93 46.13C29.7567 48.4633 25.9067 49.63 21.38 49.63C14.7067 49.63 9.57333 47.2267 5.98 42.42C2.38667 37.5667 0.59 31.6867 0.59 24.78C0.59 17.3133 2.48 11.3167 6.26 6.79C10.0867 2.26333 15.1267 -3.33786e-06 21.38 -3.33786e-06ZM21.38 10.99C19.98 10.99 18.79 11.34 17.81 12.04C16.83 12.6933 16.0833 13.4867 15.57 14.42C15.0567 15.3533 14.66 16.5667 14.38 18.06C14.1 19.5067 13.9367 20.7433 13.89 21.77C13.8433 22.75 13.82 23.94 13.82 25.34C13.82 34.2067 16.34 38.64 21.38 38.64C26.3733 38.64 28.87 33.9967 28.87 24.71C28.87 20.0433 28.2633 16.59 27.05 14.35C25.8367 12.11 23.9467 10.99 21.38 10.99ZM88.2978 13.37H75.4178C74.7645 10.85 72.9678 9.59 70.0278 9.59C68.4878 9.59 67.1578 9.87 66.0378 10.43C64.9645 10.99 64.1011 11.8067 63.4478 12.88C62.8411 13.9533 62.3745 15.05 62.0478 16.17C61.7211 17.2433 61.4645 18.5033 61.2778 19.95C64.2178 17.57 67.7878 16.38 71.9878 16.38C77.2145 16.38 81.2978 17.7333 84.2378 20.44C87.2245 23.1467 88.7178 26.9267 88.7178 31.78C88.7178 37.24 86.8045 41.58 82.9778 44.8C79.1511 48.02 74.4845 49.63 68.9778 49.63C62.0711 49.63 56.8445 47.4133 53.2978 42.98C49.7511 38.5467 47.9778 32.8767 47.9778 25.97C47.9778 22.33 48.3978 18.9933 49.2378 15.96C50.0778 12.88 51.3378 10.15 53.0178 7.77C54.6978 5.34333 56.9845 3.45333 59.8778 2.1C62.7711 0.699997 66.1078 -3.33786e-06 69.8878 -3.33786e-06C74.7411 -3.33786e-06 78.7778 1.09666 81.9978 3.29C85.2178 5.48333 87.3178 8.84333 88.2978 13.37ZM73.7378 27.09C72.4311 25.7367 70.7978 25.06 68.8378 25.06C66.8778 25.06 65.2445 25.7133 63.9378 27.02C62.6778 28.3267 62.0478 29.9833 62.0478 31.99C62.0478 33.95 62.6778 35.5833 63.9378 36.89C65.2445 38.15 66.8778 38.78 68.8378 38.78C70.7978 38.78 72.4311 38.1267 73.7378 36.82C75.0445 35.5133 75.6978 33.88 75.6978 31.92C75.6978 30.0067 75.0445 28.3967 73.7378 27.09Z' fill='%23EFEFEF'/%3E%3Cpath d='M75.0682 24.6363V32.3506C75.0682 33.3409 74.2663 34.1428 73.276 34.1428H66.3994L64.0422 38.224L61.6851 34.1428H60.1819C59.1916 34.1428 58.3896 33.3409 58.3896 32.3506V24.6363C58.3896 23.6461 59.1916 22.8441 60.1819 22.8441H73.276C74.2663 22.8441 75.0682 23.6461 75.0682 24.6363Z' fill='%23E2001A'/%3E%3Cpath d='M49.4059 66.948V66.9512L48.8539 67.7662L46.5455 71.1558H46.0033L43.6981 67.7662L43.1396 66.948L43.1754 66.7499L45.1007 54.3083H47.4481L49.3734 66.7499L49.4059 66.948Z' fill='%23E2001A'/%3E%3Cpath d='M48.2696 52.1201L47.4482 54.3084H45.1008L44.2761 52.1201L46.2729 50.7369L48.2696 52.1201Z' fill='%23E2001A'/%3E%3Cpath d='M36.289 71.8376C35.9124 71.8376 35.6072 71.5324 35.6072 71.1558V48.8733C35.6072 48.4967 35.9124 48.1915 36.289 48.1915C36.6656 48.1915 36.9708 48.4967 36.9708 48.8733V71.1558C36.9708 71.5324 36.6656 71.8376 36.289 71.8376Z' fill='black'/%3E%3Cpath d='M46.2728 51.4188C46.0747 51.4188 45.8864 51.3312 45.7566 51.1818L42.3799 47.2695C42.2728 47.1461 42.2144 46.987 42.2144 46.8247V43.8279C42.2144 43.4513 42.5196 43.1461 42.8962 43.1461C43.2728 43.1461 43.578 43.4513 43.578 43.8279V46.5714L46.2728 49.6948L48.9676 46.5714V43.8279C48.9676 43.4513 49.2728 43.1461 49.6494 43.1461C50.026 43.1461 50.3312 43.4513 50.3312 43.8279V46.8247C50.3312 46.987 50.2728 47.1461 50.1657 47.2695L46.789 51.1818C46.6624 51.3344 46.4741 51.4188 46.2728 51.4188Z' fill='black'/%3E%3Cpath d='M49.8993 53.9285C49.7629 53.9285 49.6266 53.8863 49.5129 53.8084L46.2759 51.5682L43.0389 53.8084C42.8831 53.9156 42.685 53.9545 42.4999 53.9123C42.3149 53.8701 42.1525 53.7532 42.0584 53.5876L38.9642 48.1883C38.7759 47.8604 38.8896 47.4448 39.2175 47.2565C39.5454 47.0682 39.961 47.1818 40.1493 47.5097L42.8733 52.263L45.8896 50.1753C46.1233 50.013 46.4318 50.013 46.6655 50.1753L49.6818 52.263L52.4058 47.5097C52.5941 47.1818 53.0097 47.0714 53.3376 47.2565C53.6655 47.4448 53.7759 47.8604 53.5909 48.1883L50.4967 53.5876C50.4025 53.7532 50.2434 53.8701 50.0551 53.9123C49.9999 53.922 49.9512 53.9285 49.8993 53.9285Z' fill='black'/%3E%3Cpath d='M54.224 35.9643C53.8474 35.9643 53.5422 35.6591 53.5422 35.2825V32.1169C53.5422 28.1234 50.2922 24.8636 46.3019 24.8474C46.2922 24.8474 46.2857 24.8474 46.2759 24.8474C44.3636 24.8474 42.5552 25.6006 41.1785 26.974C39.7759 28.3701 39.0065 30.2208 39.0065 32.1786V35.2825C39.0065 35.6591 38.7013 35.9643 38.3246 35.9643C37.948 35.9643 37.6428 35.6591 37.6428 35.2825V32.1786C37.6428 31.0065 37.8766 29.8636 38.3344 28.7857C38.7792 27.7435 39.4123 26.8084 40.2175 26.0065C41.8506 24.3799 44.0032 23.4838 46.2759 23.4838H46.3052C48.6039 23.4935 50.763 24.3929 52.3863 26.0227C54.0097 27.6526 54.9058 29.8149 54.9058 32.1169V35.2825C54.9058 35.6591 54.6006 35.9643 54.224 35.9643Z' fill='black'/%3E%3Cpath d='M46.2728 45.5585C42.6526 45.5585 39.7046 42.6137 39.7046 38.9903V33.6624C39.7046 33.4773 39.7793 33.302 39.9124 33.1721C40.0455 33.0422 40.2241 32.974 40.4059 32.9805C40.4676 32.9838 46.6461 33.1299 49.276 30.5033C49.4091 30.3702 49.591 30.2987 49.776 30.3052C49.9643 30.3117 50.1397 30.3929 50.2663 30.5325L52.6656 33.2111C52.7793 33.3377 52.841 33.4968 52.841 33.6656V38.9935C52.841 42.6137 49.8961 45.5585 46.2728 45.5585ZM41.0715 34.3442V38.9903C41.0715 41.8604 43.4059 44.1948 46.276 44.1948C49.1461 44.1948 51.4806 41.8604 51.4806 38.9903V33.9253L49.7078 31.9481C47.1039 34.0098 42.7663 34.3085 41.0715 34.3442Z' fill='black'/%3E%3Cpath d='M40.3896 39.8117H39.5519C38.0065 39.8117 36.75 38.5552 36.75 37.0097C36.75 35.4643 38.0065 34.2078 39.5519 34.2078H40.3896C40.7662 34.2078 41.0714 34.513 41.0714 34.8896V39.1298C41.0714 39.5065 40.7662 39.8117 40.3896 39.8117ZM39.5519 35.5714C38.7597 35.5714 38.1136 36.2175 38.1136 37.0097C38.1136 37.8019 38.7597 38.448 39.5519 38.448H39.7078V35.5714H39.5519Z' fill='black'/%3E%3Cpath d='M52.9968 39.8117H52.1591C51.7825 39.8117 51.4773 39.5065 51.4773 39.1298V34.8896C51.4773 34.513 51.7825 34.2078 52.1591 34.2078H52.9968C54.5422 34.2078 55.7987 35.4643 55.7987 37.0097C55.7987 38.5552 54.5422 39.8117 52.9968 39.8117ZM52.8409 38.448H52.9968C53.789 38.448 54.4351 37.8019 54.4351 37.0097C54.4351 36.2175 53.789 35.5714 52.9968 35.5714H52.8409V38.448Z' fill='black'/%3E%3Cpath d='M60.5 71.8376H32.0487C31.0584 71.8376 30.25 71.0324 30.25 70.0389V55.4512C30.25 53.8636 30.7468 52.3506 31.6916 51.0714C32.6331 49.7954 33.9318 48.8701 35.4513 48.4025L42.7273 46.1525C43.0877 46.0422 43.4675 46.2435 43.5812 46.6038C43.6916 46.9642 43.4903 47.3441 43.1299 47.4577L35.8539 49.7077C33.3182 50.4902 31.6169 52.7986 31.6169 55.4512V70.0389C31.6169 70.2792 31.8117 70.474 32.0519 70.474H60.5C60.7403 70.474 60.9351 70.2792 60.9351 70.0389V55.4512C60.9351 52.7986 59.2305 50.4902 56.698 49.7077L49.4221 47.4577C49.0617 47.3473 48.8604 46.9642 48.9708 46.6038C49.0812 46.2435 49.4643 46.0422 49.8247 46.1525L57.1006 48.4025C58.6169 48.8701 59.9156 49.7954 60.8604 51.0714C61.8019 52.3473 62.3019 53.8636 62.3019 55.4512V70.0389C62.2987 71.0324 61.4935 71.8376 60.5 71.8376Z' fill='black'/%3E%3Cpath d='M46.5423 71.8376C46.4514 71.8376 46.3605 71.8181 46.2728 71.7824C45.9774 71.909 45.6267 71.8149 45.4384 71.5389L43.13 68.1493L42.5748 67.3343C42.4774 67.1882 42.4384 67.0129 42.4644 66.8376L42.4969 66.6395L44.4222 54.2012C44.4741 53.87 44.7598 53.6233 45.0975 53.6233H47.4482C47.7858 53.6233 48.0715 53.87 48.1235 54.2012L50.0488 66.6395L50.0813 66.8376C50.0878 66.8733 50.091 66.9123 50.091 66.9512C50.091 67.0876 50.0488 67.2239 49.9741 67.3343L47.1105 71.5389C46.9774 71.7337 46.7631 71.8376 46.5423 71.8376ZM43.8572 66.7921L46.2728 70.3408L48.6884 66.7921L46.8637 54.9869H45.6852L43.8572 66.7921Z' fill='black'/%3E%3Cpath d='M47.448 54.9869H45.1006C44.8182 54.9869 44.5617 54.8116 44.461 54.5454L43.6364 52.357C43.5032 52.0032 43.6818 51.6103 44.0357 51.4772C44.3896 51.3441 44.7825 51.5226 44.9156 51.8765L45.5714 53.6233H46.974L47.6299 51.8765C47.763 51.5226 48.1558 51.3473 48.5097 51.4772C48.8636 51.6103 49.039 52.0032 48.9091 52.357L48.0844 54.5454C47.987 54.8116 47.7305 54.9869 47.448 54.9869Z' fill='black'/%3E%3Cpath d='M56.3183 71.8376C55.9417 71.8376 55.6365 71.5324 55.6365 71.1558V48.8733C55.6365 48.4967 55.9417 48.1915 56.3183 48.1915C56.6949 48.1915 57.0001 48.4967 57.0001 48.8733V71.1558C57.0001 71.5324 56.6949 71.8376 56.3183 71.8376Z' fill='black'/%3E%3Cpath d='M64.0422 38.9091C63.7987 38.9091 63.5747 38.7792 63.4513 38.5682L61.2922 34.8279H60.1818C58.8182 34.8279 57.7078 33.7175 57.7078 32.3539V24.6364C57.7078 23.2727 58.8182 22.1624 60.1818 22.1624H73.276C74.6396 22.1624 75.75 23.2727 75.75 24.6364V32.3507C75.75 33.7143 74.6396 34.8247 73.276 34.8247H66.7922L64.6331 38.565C64.5097 38.7792 64.2857 38.9091 64.0422 38.9091ZM60.1818 23.526C59.5682 23.526 59.0714 24.026 59.0714 24.6364V32.3507C59.0714 32.9643 59.5714 33.4611 60.1818 33.4611H61.685C61.9285 33.4611 62.1526 33.5909 62.2759 33.802L64.0422 36.8604L65.8084 33.802C65.9318 33.5909 66.1558 33.4611 66.3993 33.4611H73.276C73.8896 33.4611 74.3863 32.9611 74.3863 32.3507V24.6364C74.3863 24.0227 73.8863 23.526 73.276 23.526H60.1818Z' fill='black'/%3E%3Cpath d='M66.8668 32.276C66.4902 32.276 66.185 31.9708 66.185 31.5941V28.5487L65.6461 28.8052C65.3052 28.9675 64.8993 28.8214 64.737 28.4805C64.5746 28.1396 64.7207 27.7338 65.0616 27.5714L66.5746 26.8539C66.7857 26.7532 67.0324 26.7695 67.2305 26.8928C67.4285 27.0162 67.5487 27.2338 67.5487 27.4675V31.5941C67.5487 31.9708 67.2435 32.276 66.8668 32.276Z' fill='black'/%3E%3Cpath d='M68.1038 32.276H65.6298C65.2532 32.276 64.948 31.9708 64.948 31.5942C64.948 31.2175 65.2532 30.9124 65.6298 30.9124H68.1038C68.4805 30.9124 68.7857 31.2175 68.7857 31.5942C68.7857 31.9708 68.4805 32.276 68.1038 32.276Z' fill='black'/%3E%3Cpath d='M66.7501 26.276C67.2199 26.276 67.6007 25.8952 67.6007 25.4254C67.6007 24.9556 67.2199 24.5747 66.7501 24.5747C66.2803 24.5747 65.8994 24.9556 65.8994 25.4254C65.8994 25.8952 66.2803 26.276 66.7501 26.276Z' fill='black'/%3E%3C/svg%3E%0A");
}


.row-fluid .span5 {
        width: 40.17094017094017%;
    }

.row-fluid .span7 {
        width: 57.26495726495726%;
    }


.mt20 {
  margin-top: 20px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  margin: 0 auto;
}


.allForGrillSlider .slick-prev:before, .allForGrillSlider .slick-next:before {
  display: none;
}

.allForGrillSlider .slick-prev {
    left: 10px;
    z-index: 9;
}

.allForGrillSlider .slick-next {
    right: 10px;
    z-index: 9;
}

.allForGrillSlider .slItem {
  background: #fff;
  text-align: center;
  border-bottom: 3px solid #fff;
  margin: 5px;
  padding: 16px;
}

.allForGrillSlider .slItem:hover {
  border-bottom: 3px solid #e2001a;
}

.allForGrillSlider .slItem .slItemName {
  margin: 15px 0 10px 0;
}

.allForGrillSlider .slItem img {
  transition: transform 0.5s ease; 
  margin: 0 auto;
}

.allForGrillSlider .slItem:hover img {
  transform: scale(1.1);
}


.mainHomeSlider .slick-prev:before, .mainHomeSlider .slick-next:before {
  display: none;
}

.mainHomeSlider .slick-prev {
    left: 10px;
    z-index: 9;
}

.mainHomeSlider .slick-next {
    right: 10px;
    z-index: 9;
}

.mainHomeSlider .slick-dots {
  bottom:5px;
}

.topLine {
	width: 100%;
	border-top: 3px solid #eb1f1f;
	border-bottom: 1px solid #F6F6F8;
	padding: 15px 0;
	background: #fff;
}

.topLine .d-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topLine .iLinks {
	display: flex;
	align-items: center;
	gap: 24px;
	font-family: HelveticaNeueCyr;
}

.topLine .iLinks a {
	color: #000;
	/*font-size: 16px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 16px; /* 100% */
	font-family: HelveticaNeueCyr;

}

.topLine .location a {
	color: #555;
	text-align: center;
	/*font-size: 16px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 16px; /* 100% */
	font-family: HelveticaNeueCyr;
}

.topLine .login {
	font-family: HelveticaNeueCyr;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 16px; /* 100% */
  cursor: pointer;
}

.topLine .login div {
  font-size: 12px;
  color: #555;
}


.topLine .login a {
	font-size: 12px;
}

.infoLinks {
	

    float: left;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    padding: 25px 0 20px 0;
    border-top: 0.5px solid #A6A6A6;
    border-bottom: 0.5px solid #A6A6A6;
    margin: 5px 0 15px 0;
}

.lang a {
	color: #000;
	font-family: HelveticaNeueCyr;
	/*font-size: 16px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 16px; /* 100% */
	padding: 9px 13px;
	border: 1px solid #F2F3F5;
	background: #FFF;
}

.lang a.langactive {
	color: #e2001a;
	border: 1px solid #F2F3F5;
	background: #F2F3F5;
}

header .phoneBlock a {
	color: #1A171B;
	text-align: center;
	font-family: HelveticaNeueCyr;
	/*font-size: 16px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 16px; /* 100% */
}

.infoLinks a {
    margin: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #A6A6A6;
}

.infoLinks a:hover {
	text-decoration: underline;
	color: #343333;
}

.infoLinks a.active {
	color: #343333;
	text-decoration: underline;
}

.form-control:focus {
    border-color: #343333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.aboutImg {
	margin-bottom: 25px;
}

.aboutTitle {
	text-align: center;
	font-size: 38px;
	margin-bottom: 16px;

}

.about_line {
    display: block;
    max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #666;
    margin: 20px auto;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

#customchekout {
	width: 100%;
	margin-bottom: 30px;
}

#customchekout .panel-default>.panel-heading {
    color: #343333;
    background-color: transparent;
    border-color: transparent;
    font-size: 27px;
    font-weight: 400;
}

#customchekout .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#customchekout .customCartTitle {
	font-size: 27px;
    font-weight: 400;
    padding: 10px 0 20px 0;
}

#customchekout .panel-body {
	font-size: 16px;
}

#customchekout label {
	font-size: 16px;
}

/**********************/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    max-width: 300px;
    padding: 19px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  }


  .sidenav .dropdown-menu.show {
    width: 100%;
  }


.sidenav .dropdown-toggle::after {
    display: none;
    margin-left: 0.455em;
    vertical-align: 1px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.sidenav .close {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
}


.sidenav .close img {
	height: 30px;
}


  .sidenav .closebtn {
    padding: 0;
  }

  .sidenav .closebtn:hover {
    text-decoration: none;
  }

  .sidenav .open>.dropdown-menu {
    display: block;
    width: 98%;
    position: relative;
}

.sidenav .menu {
  margin-top: 20px;
}

.sidenav .menu>a::after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}

.sidenav .menu .nav a {
  font-size: 14px;
  padding: 0;
}

.sidenav .menu .open > a {
  color: #ec3832;
}


.sidenav .menu .nav ul {
  list-style: none;
  padding-inline-start: 20px;
}


.sidenav .menu .nav li {
  padding: 10px 0;
  border-top: 1px solid #f2f3f5;
  width: 100%;
}

.sidenav .menu .nav .grandchild-menu {
  margin-top: 10px;
}


.sidenav .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidenav .logo img {
  width: 100px;
}

.sidenav .logo {
  margin-top: -10px;
}

.sidenav .contacts {
  text-align: center;
}

.sidenav .contacts .social {
  margin: 20px 0;
}

.sidenav .contacts .social a {
  margin: 0 5px;
}

.sidenav .sideLinks a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sidenav .sideLinks span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.sidenav .sideLinks img {
  width: 20px;
}

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

/*********************/
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
}

.nav>li>a:hover {
background: transparent;
}

.nav>li>a:focus {
background: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    color: #343333;
}

/*********new menu********/
/*#menu .nav>li {
	position: static;
}*/

/* Основний контейнер меню */
/*#header-menu {
  
}*/

#header-menu .dropdown-main-cat a.main-cat-link:after {
  display: block;
    position: absolute;
    left: 50%;
    bottom: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.96346 1.73222C3.81547 2.51974 5.12979 2.51974 5.9818 1.73222L6.79534 0.980248C7.18766 0.617621 7.79282 0.617461 8.18533 0.97988C8.62442 1.38531 8.62454 2.07902 8.18559 2.4846L6.50855 4.03417C5.35906 5.09629 3.5862 5.09629 2.4367 4.03416L0.759665 2.4846C0.320717 2.07902 0.320839 1.38531 0.759931 0.97988C1.15244 0.61746 1.7576 0.61762 2.14992 0.980248L2.96346 1.73222Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
    width: 9.05px;
    height: 5.58px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -4px;
}

#header-menu .dropdown-main-cat a.main-cat-link:hover:after {
background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.96346 1.73222C3.81547 2.51974 5.12979 2.51974 5.9818 1.73222L6.79534 0.980248C7.18766 0.617621 7.79282 0.617461 8.18533 0.97988C8.62442 1.38531 8.62454 2.07902 8.18559 2.4846L6.50855 4.03417C5.35906 5.09629 3.5862 5.09629 2.4367 4.03416L0.759664 2.4846C0.320716 2.07902 0.320839 1.38531 0.759931 0.97988C1.15244 0.61746 1.7576 0.61762 2.14992 0.980248L2.96346 1.73222Z' fill='%23E2001A'/%3E%3C/svg%3E%0A");
}


#header-menu .grandchild-menu a:after {
  background: #fff;
  bottom:0;
}

#header-menu .grandchild-menu a:hover:after {
  background: #fff;
}


#header-menu .with-grandchild svg {
  margin-left: 5px;
}


/*#header-menu .nav > li.dropdown a:after {
  display: block;
    position: absolute;
    left: 50%;
    bottom: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.96346 1.73222C3.81547 2.51974 5.12979 2.51974 5.9818 1.73222L6.79534 0.980248C7.18766 0.617621 7.79282 0.617461 8.18533 0.97988C8.62442 1.38531 8.62454 2.07902 8.18559 2.4846L6.50855 4.03417C5.35906 5.09629 3.5862 5.09629 2.4367 4.03416L0.759665 2.4846C0.320717 2.07902 0.320839 1.38531 0.759931 0.97988C1.15244 0.61746 1.7576 0.61762 2.14992 0.980248L2.96346 1.73222Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
    width: 9.05px;
    height: 5.58px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -4px;
}

#header-menu .nav > li.dropdown a:hover:after {
background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.96346 1.73222C3.81547 2.51974 5.12979 2.51974 5.9818 1.73222L6.79534 0.980248C7.18766 0.617621 7.79282 0.617461 8.18533 0.97988C8.62442 1.38531 8.62454 2.07902 8.18559 2.4846L6.50855 4.03417C5.35906 5.09629 3.5862 5.09629 2.4367 4.03416L0.759664 2.4846C0.320716 2.07902 0.320839 1.38531 0.759931 0.97988C1.15244 0.61746 1.7576 0.61762 2.14992 0.980248L2.96346 1.73222Z' fill='%23E2001A'/%3E%3C/svg%3E%0A");
}*/


#header-menu .navbar-nav>li:hover {
  background: #000;
}

#header-menu .navbar {
  background: #333;
  border-bottom: 1px solid #ddd;
  min-height: 0;
  margin-bottom: 0;
}

#header-menu .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

#custom-menu .nav > li {
  position: static!important;
  padding: 10px;
}

#custom-menu .nav > li > a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}

/* Випадаюче меню */
#custom-menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; /* Меню на всю ширину */
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#custom-menu .dropdown:hover .dropdown-menu {
  display: block;
}

/* Внутрішнє наповнення меню */
#custom-menu .dropdown-inner {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

#custom-menu .dropdown-column {
  flex: 1 1 23%; /* Чотири колонки */
  list-style: none;
  margin: 0;
  padding: 0;
}

#custom-menu .dropdown-column li {
  margin-bottom: 15px;
}

#custom-menu .dropdown-column li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

#custom-menu .dropdown-column li a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  object-fit: contain;
}

#custom-menu .dropdown-column li a span {
  font-size: 14px;
}

#custom-menu .dropdown-column li:hover .grandchild-menu {
  display: block;
}

/* Третій рівень меню */
#custom-menu .grandchild-menu {

display: none; /**/
position: absolute;
padding: 10px;
min-width: 160px;
        background: #fff;
        border: 1px solid #f5f5f5;
        box-sizing: border-box;
        box-shadow: 0 7px 30px 5px rgba(0, 0, 0, .05);
        border-radius: 3px;
}

#custom-menu .grandchild-menu li {
  margin-bottom: 5px;
  list-style: none;
}

#custom-menu .grandchild-menu li a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

#custom-menu .grandchild-menu li a:hover {
  color: #ec3832;
}

/* Кнопка "See All" */
#custom-menu .see-all {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

#custom-menu .see-all:hover {
  text-decoration: underline;
}

/* Адаптивність */
@media (max-width: 768px) {

  .brend-in-cat {display: none;}

  #custom-menu .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  #custom-menu .dropdown-inner {
    flex-direction: column;
  }

  #custom-menu .dropdown-column {
    flex: 1 1 100%;
  }
}


/*******end new menu**********/



#product select {
	border: 0.5px solid #343333;
	padding: 15px 30px;
	color: #343333;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.nav-tabs {
	margin-bottom: 15px;
	margin-top: 35px;
}
div.required .control-label:before {
	content: '* ';
	color: #343333;
	font-weight: bold;
}
/* Gradent to all drop down menus */


.btn:active,
.btn:focus:not(.disabled) {
    color: #fff; /* Колір тексту при натисканні та фокусі */
    background-color: transparent; /* Колір фону при натисканні та фокусі */
    border-color: #343333; /* Колір рамки (border) при натисканні та фокусі, якщо вона є */
    box-shadow: none;
    outline: none;
}


.panel-title .glyphicon-minus,
.panel-title .glyphicon-plus {
  display: none;
}

input[type="checkbox"]:checked {
    border: 1px solid #343333;
    background: #343333;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background-color: transparent;
    outline: none;
    border: 1px solid #343333;
    margin: 0 10px 0 0;
    padding: 5px;
    float: left;
}

input[type="radio"]:checked {
    border: 1px solid #343333;
    background: #343333;
}

input[type="radio"] {
    -webkit-appearance: none;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: transparent;
    outline: none;
    border: 1px solid #343333;
    margin: 0 10px 0 0;
    padding: 5px;
    float: left;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}





header {

	padding: 10px 0;

	background: #fff;
	/*position: fixed;*/
    width: 100%;
    z-index: 10;
    top: 0;
}

.headerBlock {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerBlockRight {
	display: flex;
	align-items: center;
	width: calc(50% - 80px);
	justify-content: flex-end;
}



.headerBlockLeft {
	display: flex;
	align-items: center;
	width: calc(50% - 80px);
}

.headerBlockLeft .descMenu a {
	color: #343333;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 10px;
}

header .headerTel {
	border-radius: 20px;
    /*background: #343333;*/
    color: #343333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 30px;
    margin: 0 20px;
}

header .login a {
	color: #343333;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.48px; /* 172.698% */
	text-transform: uppercase;
	margin-right: 20px;
}

.logo {
	display: flex;
	align-items: center;
}

.logo img {
	max-width: 160px;
}

.headerSoc {
	text-align: center;
}

.compare {text-align: center; cursor: pointer;}
.compare img {margin-bottom: 18px;}
.compare a {
	color: #282828;
	text-align: center;
	font-family: HelveticaNeueCyr;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
}

.wishlist {text-align: center; cursor: pointer;}
.wishlist img {margin-bottom: 18px;}
.wishlist a {
	color: #282828;
	text-align: center;
	font-family: HelveticaNeueCyr;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
}

.headerSoc a {
margin: 0 10px;
}

.headerSoc div {
	margin-top: 18px;
	color: #282828;
	text-align: center;
	font-family: HelveticaNeueCyr;
	/*font-size: 16px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 16px; 
}

.subcat {
	float: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    padding: 10px 0 10px 0;
}

.subcat div {
position: relative;
    white-space: nowrap;
}

.subcat a {
	color: #343333;
    padding: 10px 20px;
    background-color: #fff;
    margin: 0 5px 5px 0;
    float: left;
    display: flex;
    gap: 5px;
    border-radius: 3px;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
    
}

.subcat a:hover {
	color: #e2001a;
}

.prodName {
	margin: 15px 0;
}

.prodCode {
  font-size: 12px;
  margin-bottom: 10px;
}

.prodName a {
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-transform: uppercase;
    text-align: center;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #343333, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #343333;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
}
/* cart */
#cart button {
background: transparent;
border: none;
}

#cart button img {
	margin-bottom: 14px;
    margin-top: 5px;

}

#cart-total {
color: #fff;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background: #ec3832;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 1px;
    line-height: 15px;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #343333;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

.burgerBlock {
	display: none;
}



@media (max-width: 700px) {
	header .headerTextBlock {
		display: none;
	}

	header .dbmob {display: inline-block!important;}

	header .login a {
		margin-left: 20px;
	}

	#homeAbout .sectionTitle {
		font-size: 34px!important;
	}

	#homeNewCollection .sectionTitle {
		font-size: 34px!important;
		line-height: 40px!important;
	}

	#homeInovation .sectionTitle {
		font-size: 34px!important;
		line-height: 40px!important;
	}

	#homeMasters .sectionTitle {
		font-size: 34px!important;
		line-height: 40px!important;
	}
}

@media (max-width: 540px) {
	header .login {
		display: none;
	}


	#homeMainSlide .sectionTitle {
		font-size: 34px!important;
	}
}

header .dbmob {display: none;}


@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}

	header .dnmob {display: none;}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}


@media (max-width: 600px) {
  #onas .title-mod span {
    padding: 0 20px;
  }
  #onas { padding: 30px
  }

    #onas ul { margin: 0;padding: 0;
      display: block;
      padding: 10px;   align-items :bottom; justify-self: bottom;
    }
    #onas ul li {
      display: block;
    }
    #onas ul li span {
      min-height: 96px;
    }

    #onas ul li:after {
      clear: both;content: "";display: block;
    }

}


@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */


.navbar {border-radius: 0;}

#menu {
	background-color: #282828;
	min-height: 40px;
}
#menu .nav > li > a {
	padding: 10px;
	color: #FFF;
text-align: center;
font-family: HelveticaNeueCyr;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}



#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 260px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #343333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #343333;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #343333, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
	font-size: 16px;
	margin-bottom: 30px;
}

.infoTextBlock {
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

.callback-modal-btn {cursor: pointer;}

#articleMainSlide {
	width: 100%;
	height: 90vh;
	
	background-position: center!important;
	background-size: cover!important;
	position: relative;
	padding-top: 94px;
}

#articleMainSlide .arr-down {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
}

#aText {
	width: 100%;
	padding: 30px 0;
}

#articleMainSlide .smallText {
	color: #FFF;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	margin-top:30px;
}

#articleMainSlide .sectionTitle {
	color: #FFF;
	text-align: center;
	
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 41.82px; /* 123% */
	margin-top: 130px;
	margin-bottom: 30px;
}

#articleMainSlide .sectionDesc {
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: 29.52px; /* 123% */
	
}


#homeMainSlide {
	width: 100%;
    height: 99vh;
    background-blend-mode: multiply;
    background: url(/image/bg-main-block.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 94px;
    background-color: rgba(0, 0, 0, 0.5);
}

#homeMainSlide .sale {
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
}

#homeMainSlide .smallText {
	color: #FFF;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	margin:60px 0 30px 0;
}

#homeMainSlide .sectionTitle {
	/*color: #FFF;
	text-align: center;
	
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 41.82px; 
	margin-top: 90px;
	margin-bottom: 30px;*/
	color: #FFF;
	text-align: center;
	
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 72px */
	text-transform: uppercase;
	max-width: 868px;
    margin: 20px auto;

}

#homeMainSlide .sectionDesc {
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: 29.52px; /* 123% */
	
}

#homeMainSlide .sectionDesc a{
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.52px; /* 123% */
	margin-bottom: 30px;
}

#homeMainSlide .sectionDesc p {
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.52px; /* 123% */
}

#homeMainSlide a.phone {
	color: #FFF;
	text-align: center;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.6px; /* 123% */
}

#homeMainSlide .sButtons p {
	color: #FFF;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.8px;
    margin-bottom: 15px;
}

#homeMainSlide .sButtons button {
	color: #343333;
	text-align: center;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: #fff;
	padding: 13px 31px;
	border: none;
}

#homeMainSlide .sButtons button:hover {
	background: #343333;
    color: #fff;
}

#homeAbout {
	width: 100%;
	padding: 45px 0;
	/*background: #fff;*/
}

#homeAbout .sectionTitle {
	color: #343333;

	
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 51.66px; /* 123% */
	text-transform: uppercase;
	margin-bottom: 30px;
}

#homeAbout .sectionDesc {
	color: #343333;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27.9px; /* 155% */
}

#homeNewCollection {
	width: 100%;
	padding: 217px 0;
	background: url('/image/bg-new-collection.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

#homeNewCollection .sectionTitle {
	color: #FFF;
	text-align: center;
	
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 59px;
	margin-bottom: 30px;
}

#homeNewCollection .sectionDesc {
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; 
}

#homeNewCollection .sectionDesc a {
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}

#homeNewCollection .sectionDesc p {
	margin: 0;
}



.articleBlockItem {
	width: 100%;
	padding: 217px 0;
	
	background-position: center!important;
	background-size: cover!important;
	margin-top: 20px;
}

.articleBlockItem .collectionReadMore {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #343333!important;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    padding: 14px 30px;
    background: #fff;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 400;
}

.articleBlockItem .collectionReadMore:hover {
	border: 1px solid #343333;
	background: #343333;
	color: #fff!important;
}

.articleBlockItem .sectionTitle {
	color: #FFF;
	text-align: center;
	
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
}

.articleBlockItem .sectionTitle a {
	color: #FFF;
	text-align: center;
	
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 2px #343333;
}

.articleBlockItem .sectionDesc {
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; 
}

.articleBlockItem .sectionDesc a {
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}


.articleBlockItem .sectionDesc p {
	margin: 0;
}



#homeInovation {
	width: 100%;
	padding: 45px 0;
	background: #fff;
}

#homeInovation .sectionTitle {
	color: #343333;
	
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 51.66px; /* 123% */
	margin-bottom: 34px;
}

#homeInovation .sectionDesc {
	color: #343333;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px; /* 155% */
	margin-bottom: 30px;
}

#homeMasters {
	width: 100%;
	padding: 45px 0;
	background: #EEE;
}

#homeMasters .sectionTitle {
	color: #343333;
	text-align: center;
	
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 78.72px; /* 123% */

}

#homeMasters .sectionDesc {
	color: #343333;
	text-align: center;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px; /* 155% */
	margin: 30px 0;
}

#homeMasters .sectionVideo {
	max-width: 960px;
	margin: 0 auto;
}

.homeGalleryItemBgBlock {
	width: 100%;
	height: 90vh;
	background-position: center!important;
	background-size: cover!important;
	padding-top: 94px;
}

#homeGallery {
	width: 100%;
	margin-bottom: 15px;
}

#homeGallery .col-lg-1, #homeGallery .col-lg-10, #homeGallery .col-lg-11, #homeGallery .col-lg-12, #homeGallery .col-lg-2, #homeGallery .col-lg-3, #homeGallery .col-lg-4, #homeGallery .col-lg-5, #homeGallery .col-lg-6, #homeGallery .col-lg-7, #homeGallery .col-lg-8, #homeGallery .col-lg-9, #homeGallery .col-md-1, #homeGallery .col-md-10, #homeGallery .col-md-11, #homeGallery .col-md-12, #homeGallery .col-md-2, #homeGallery .col-md-3, #homeGallery .col-md-4, #homeGallery .col-md-5, #homeGallery .col-md-6, #homeGallery .col-md-7, #homeGallery .col-md-8, #homeGallery .col-md-9, #homeGallery .col-sm-1, #homeGallery .col-sm-10, #homeGallery .col-sm-11, #homeGallery .col-sm-12, #homeGallery .col-sm-2, #homeGallery .col-sm-3, #homeGallery .col-sm-4, #homeGallery .col-sm-5, #homeGallery .col-sm-6, #homeGallery .col-sm-7, #homeGallery .col-sm-8, #homeGallery .col-sm-9, #homeGallery .col-xs-1, #homeGallery .col-xs-10, #homeGallery .col-xs-11, #homeGallery .col-xs-12, #homeGallery .col-xs-2, #homeGallery .col-xs-3, #homeGallery .col-xs-4, #homeGallery .col-xs-5, #homeGallery .col-xs-6, #homeGallery .col-xs-7, #homeGallery .col-xs-8, #homeGallery .col-xs-9 {
	padding-right: 0;
    padding-left: 0;
}

#footer {
	/*background: #fff;*/
}

footer .footerSoc a {
margin: 0 5px;
}


#footer iframe {
	filter: grayscale(100%);
}

#footer .fTitle {
	color: #343333;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32.4px; /* 135% */
	margin-bottom: 30px;
	margin-top: 30px;
}

#footer .fText {
	color: #343333;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
	margin-bottom: 30px;
}

#footer .fButtons {
	margin-bottom: 30px;
}

#footer .fButtons button {
	color: #343333;
	text-align: center;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border: 1px solid #343333;
	padding: 13px 31px;
	background: transparent;
}

#footer .fButtons button:hover {
	background: #343333;
    color: #fff;
}

#footer .fLoc a {
	color: #343333;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
}

#footer .fLoc {
	margin-bottom: 30px;
}

#footer .fTell a{
	color: #343333;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
}

#footer .fTell a:hover {
	text-decoration: underline;
}

#footer .fTell {
	margin-bottom: 30px;
}

#footer .fGraf {
	margin-bottom: 30px;
	color: #343333;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
}



#tab-specification .table>tbody>tr>td, #tab-specification .table>tbody>tr>th, #tab-specification .table>tfoot>tr>td, #tab-specification .table>tfoot>tr>th, #tab-specification .table>thead>tr>td, #tab-specification .table>thead>tr>th {
    border-top: 1px solid transparent;
    padding: 10px 0;
}    

#tab-specification thead td {
	border-bottom: 0.5px solid #343333;
	color: #343333;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 0;
}

#payment-and-safety {
	padding: 20px 10px;
}

#shipping {
	padding: 20px 10px;
}

#return {
	padding: 20px 10px;
}

.descText a {
  color: #ec3832;
} 

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

.sortCatBlock {
  width: 100%;
  padding: 15px;
  background: #fff;
  margin: 15px 0;
}

.sortCatBlock .input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background: #f2f3f5;
    border: 1px solid #f2f3f5;
}

.sortCatBlock select.form-control {
  border: 1px solid #f2f3f5;
}

.sortCatBlock .input-group {
  margin-bottom: 0;
}

#categoriesBlock .list-group a.active, #categoriesBlock .list-group a.active:hover, #categoriesBlock .list-group a:hover {
  background: #fff;
  border: none;
  color: #ec3832;

}

#categoriesBlock .list-group a:hover {
  background: #fff;
  border: none;
  color: #ec3832;

}

#categoriesBlock .list-group a {
  background: #fff;
  border:none;
}

/* footer */
footer {
	padding: 30px 0 90px 0;
	background: #fff;
}

footer .logo {
    display: block;
    /*text-align: center;*/
    margin-bottom: 30px;
}

footer .copyright {
	color: #282828;
	font-family: HelveticaNeueCyr;
	/*font-size: 16px;*/
  font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}

footer .copyright span {
	color: #000;
	font-family: HelveticaNeueCyr;
	/*font-size: 16px;*/
  font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

footer .dev a {
	color: #666;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


footer .linkBlock .title {
	color: #282828;
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 23.4px;
	margin: 30px 0;
}



footer .linkBlock a {
	color: #666;
	font-family: HelveticaNeueCyr;
	/*font-size: 16px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

footer .linkBlock a:hover {
	text-decoration: underline;
	color: #e2001a;
}

footer .footer-line {
	margin-top: 30px;
}


footer .footer-line .title {
	color: #282828;
	font-family: HelveticaNeueCyr;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 20.8px; /* 130% */
}

footer .footer-line .title span {
	color: #282828;
	font-family: HelveticaNeueCyr;
	font-size: 15px;
	font-style: normal;
	font-weight: 200;
	line-height: 20.8px;
}

footer .visa-mc img {
	max-width: 130px;
    margin-top: 30px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */

.alert.alert-success {
    position: fixed;
    top: 3%;
    right: 2%;
    padding: 10px 15px;
    border: 1px solid #343333;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    border-radius: 3px;
    text-align: center;
    color: #333;
    max-width: 400px;
    animation: slideIn 1s forwards;
    z-index: 9999;
    margin-left: 2%;
    font-size: 12px;
    background: #fff;
    font-size: 16px;
}

.alert.alert-success a {
	text-decoration: underline;
}

.alert-success button.close {
	position: absolute;
    top: 0;
    right: 5px;
    color: #343333;
    opacity: 1;
    font-weight: 300;
}

.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

.breadcrumb {

	/*margin: 95px 0 0 0;*/
    padding: 8px 0;
    background-color: transparent;
    color: #A6A6A6;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 0;
}

.breadcrumb a {
	color: #A6A6A6;
	text-shadow: 0px 1px 0px #FFF;
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li:first-child {
padding: 0 10px 0 0;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
}
.breadcrumb > li:last-child:after {
    content: '';
}
.pagination {
	margin: 20px 0;
}

.pagination-result {
	margin: 20px 0;
}

.cartWhiteBlock {
	background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.cartWhiteBlock .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 57px;
}

.cartProduct {
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: relative;
}

.cartProductTotal {
	min-width: 80px;
	color: #343333;

	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.cartProduct .dellProduct {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    color: #343333;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cartProduct .dflex {
	display: flex;
}

.cartProduct .cartProductImg {
	margin-right: 15px;
	max-width: 55px;
}

.cartProduct .cartProductName .btn {
	/*display: flex;
	padding: 9px 15px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: transparent;
	border: 0.5px solid #ADADAD;
	color: #343333;
	border-radius: 0;*/

	display: flex;
    padding: 1px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0.5px solid #ADADAD;
    color: #343333;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}

/*.cartProduct .cartProductName .btn:hover {
	background: #ADADAD;
}*/


.cartProduct .cartProductName input {
	/*display: flex;
	padding: 5px 20px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border: 0.5px solid #ADADAD;
	color: #343333;
	background: transparent;*/

color: #343333;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 0.5px solid #ADADAD;
    width: 109px;
}

.cartProduct .cartProductName a {
	color: #343333;

	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.cartProduct .cartProductName small {
	color: #343333;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}

.cartHelp {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	color: #343333;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.cartHelp a { 
	color: #343333;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: underline;
	margin-top: 10px;
}

.cartHelp a:hover { 
	text-decoration: none;
	color: #343333;
}

.cart-total-new {
	display: flex;
	justify-content: space-between;
	color: #343333;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	margin:5px 0 5px 0;
}

.cartWhiteBlock .cart-total-new:last-child {
	display: flex;
	justify-content: space-between;
	color: #343333;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin:10px 0 20px 0;
}

.cartInfoBlock {
	width: 100%;
}

.cartInfoBlock .cartInfoBlockItem {
	display: flex;
	color: #343333;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.cartInfoBlock .cartInfoBlockItem img {
	margin: 0 50px 0 25px;
}

.cartWhiteBlock #accordion label {
	display: none;
}

.cartWhiteBlock #input-coupon {
	font-size: 17px;
	padding: 12px 20px;
}

.cartWhiteBlock .panel-default>.panel-heading {
    color: #343333;
    background-color: transparent;
    border-color: #eee;
}

.cartWhiteBlock .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}

.w100 {
	width: 100%;
}

.infoLine {
	width: 100%;
	margin: 30px 0;
}

.infoLine .infoLineItem {
	color: #343333;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.infoLine .infoLineItem img {
	margin-right: 50px;
}


.pDesc .nav-tabs>li.active>a, .pDesc .nav-tabs>li.active>a:focus, .pDesc .nav-tabs>li.active>a:hover {
    cursor: default;
    color: #fff;
    background: #282828;
    border-radius: 3px;
    font-weight: bold;
}

.pDesc .nav>li>a {
    background-color: transparent;
    font-weight: bold;
    color: #555;
    border-radius: 0;
    background-clip: padding-box;
    text-transform: uppercase;
    padding: 20px 28px 18px;
    font-size: 18px;
    margin: 0;
    border: 0 solid #fff !important;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #b8b8b8;
    font-family: HelveticaNeueCyrBold;
}

.pDesc .nav>li>a:hover {
    background: #f2f3f5;
    color: #e2001a;
}

.pDesc .nav-tabs {
    border-bottom: none;
}

.pDesc .tab-pane {
  background: #fff;
  padding: 30px;
}

.pDesc .nav-tabs {
    margin-bottom: 25px;
    margin-top: 10px;
}


.pDesc .tab-content {
  margin-bottom: 25px;
}

.pDesc .tab-content a {
  color:#ec3832;
}

.pDesc .tab-content a:hover {
text-decoration: underline;
}

.productGallery .slick-prev:before, .productGallery .slick-next:before {
	display: none;
}

.productGallery .slick-next {
    right: 10px;
}

.productGallery .slick-prev {
    left: 10px;
    z-index: 10;
}

.productGallery .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.productGallery .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #343333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.productGallery .slick-dots li.slick-active button:before {
    opacity: .2;
    color: black;
}

.productSlider {
	width: 100%;
	margin-bottom: 15px;
}

.productSlider .slick-prev:before, .productSlider .slick-next:before {
	display: none;
}

.productSlider .slick-next {
    right: 10px;
}

.productSlider .slick-prev {
    left: 10px;
    z-index: 10;
}

.productSlider .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.productSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fTitleBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
}

.fTitleBlock a {
	color: #343333;
	text-align: center;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	margin-top: 8px;
}

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

.fTitleBlock svg {
	margin-left: 10px;
}

.bGallery {
	width: 100%;
	margin-top: 50px;
}

.bGallery .slick-slide img {
	opacity: .2;
}

.bGallery .slick-center img {
	opacity: 1!important;
}

.bGallery {
	width: 100%;
	margin-bottom: 15px;
}

.bGallery .slick-prev:before, .bGallery .slick-next:before {
	display: none;
}

.bGallery .slick-next {
    right: 10px;
}

.bGallery .slick-prev {
    left: 10px;
    z-index: 10;
    opacity: 0.2;
}

.bGallery .slick-prev:hover {
    left: 10px;
    z-index: 10;
    opacity: 1;
}

.bGallery .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.bGallery .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 11px 15px;
	font-size: 15px;
}

.gap5 {
  gap: 5px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn:hover, .btn:active, .btn:focus, .btn.focus, .btn:visited, .btn.active, .btn.disabled, .btn[disabled] {
  color: #fff;
  background: #343333!important;
  border: none;
}

.btn-primary {
	padding: 15px 20px;
	/*border-radius: 25px;*/
	border-radius: 0;
	background: #e2001a;
	border: none;
	color: #fff;
	text-align: center;
  border-radius: 4px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background: #343333!important;
	border: none;
}

.btn-primary:active {
    color: #fff; /* Колір тексту при натисканні */
    background-color: #343333; /* Колір фону при натисканні */
    border-color: #343333; /* Колір рамки (border) при натисканні, якщо вона є */
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #343333;
    border-color: #343333;
}

.form-control {
	box-shadow: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.icon-success{
	font-size: 100px;
    color: #343333;
    margin: 50px 0;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #343333;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #343333, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #343333;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #343333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #343333;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #343333;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #e8e6e4;
    overflow: auto;
    background: #fff;
}

.product-thumb:hover {
  box-shadow: 0 10px 80px rgba(0, 0, 0, .15);
}

.product-thumb img {
  transition: transform 0.5s ease; /* Плавний перехід для властивості transform */
}

.product-thumb:hover img {
  transform: scale(1.1);
}

.product-thumb .image {
	text-align: center;
  padding: 20px;
  position: relative;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;

}

.product-grid {
	padding: 5px 0;
}

.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}

@media (max-width: 850px) {
  .btn-primary {font-size: 12px!important;}
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.rating a {
  font-size: 12px;
}

.m0 {
  margin-left: 0;
  margin-right: 0;
}

.product-thumb .kredit-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-thumb .kredit-line button {
  background: #fff;
  border: none;
  cursor: pointer;
}

.product-thumb .kredit-line button img {
  width: 15px;
}

.product-thumb .catPriceBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  height: 47px;
}

.product-thumb .catPriceBlock .price {
font-size: 20px;
font-family: HelveticaNeueCyrBold;
color: #282828;
text-align: left;
}

.product-thumb .catPriceBlock button {
    font-size: 12px;
    background-color: #e2001a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 9px 25px 6px 25px;
    font-family: HelveticaNeueCyrBold;
    border-radius: 4px;
}

.product-thumb .catPriceBlock button:hover {
  background: #282828;
}

.product-thumb .kredit:before {
background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97911 0.0419697C9.29894 0.0136646 9.62168 0 9.9483 0C16.1037 0 21.094 5.02563 21.094 11.2245C21.094 11.5534 21.0805 11.8784 21.0524 12.2005H19.5928C19.1062 17.1324 14.9736 20.9849 9.9483 20.9849C4.59544 20.9849 0.256348 16.6151 0.256348 11.2245C0.256348 6.1637 4.08176 2.00186 8.97911 1.51286V0.0409937V0.0419697ZM8.97911 12.2005V3.47666C7.02396 3.72719 5.2369 4.71805 3.98115 6.24785C2.72539 7.77765 2.09518 9.73158 2.2186 11.7125C2.34202 13.6934 3.20981 15.5527 4.64559 16.9125C6.08137 18.2722 7.97739 19.0303 9.9483 19.0328C11.8369 19.0328 13.6605 18.3386 15.077 17.0807C16.4935 15.8228 17.4055 14.0875 17.6418 12.2005H8.97911ZM19.1053 10.2484C18.8831 8.13813 17.949 6.16838 16.459 4.66781C14.9689 3.16723 13.013 2.2266 10.9175 2.00284V10.2484H19.1053Z' fill='%23A6A6A6'/%3E%3C/svg%3E%0A");
width: 20.84px;
height: 20.98px;
 vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; margin-right: 10px;
  content: "";  display: inline-block;
}

.product-thumb .kredit {
    font-weight: 300;
    white-space: nowrap;
    font-size: 12px;
    line-height: 142.3%;
    color: #757575;
}

.product-thumb .rating {
	padding-bottom: 10px;
  text-align: left;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #fecb1c;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}

.pPriceBig {
	font-weight: bold;
    font-size: 34px;
    line-height: 142.3%;
    color: #282828;
    font-family: HelveticaNeueCyrBold;
}

.pSalePrice .oldPrice {
	text-decoration: line-through;
	color: #A6A6A6;
	margin-bottom: 10px;
  font-size: 14px;
}

.pSalePrice .saleUAH {
  padding: 3px 5px;
    background: #60b172;
    border-radius: 3px;
    font-weight: normal;
    font-size: 12px;
    line-height: 142.3%;
    color: #fff;
    margin-left: 10px;
}

.pH1 {
	color: #e2001a;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 17px;
    margin-top: 17px;
    font-family: HelveticaNeueCyrBold;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.model-stock {
  font-size: 12px;
}

.model-stock span {
  font-family: HelveticaNeueCyrBold;
}

.pOplataImgBlock {
  display: flex;
  gap:15px;
  align-items: center;
  margin: 20px 0;
}

.pOplataImgBlock img {
  max-width: 60px;
}

.pOplataImgBlock img:hover {
  transform: scale(1.2);
}

.product-thumb .price {
	color: #343333;
}
.product-thumb .price-new {
	font-weight: 400;
}

.product-thumb .price-old {
  margin-bottom: 5px;
}

.product-thumb .price-old .oldPrice {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
  text-align: left;
}

.product-thumb .price-old .saleUAH {
  padding: 3px 5px;
    background: #60b172;
    border-radius: 3px;
    font-weight: normal;
    font-size: 12px;
    line-height: 142.3%;
    color: #fff;
    margin-left: 5px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

@media (max-width: 550px) {

  .product-thumb .catPriceBlock {
    display: block;
    height: 90px;
  }

  .product-thumb .catPriceBlock button {
    width: 100%;
  }

.product-thumb .kredit-line {
  display: block;
}

/*.product-thumb .catPriceBlock {
  display: block;
}*/


.product-thumb .rating {
  text-align: center;
}

.product-thumb .wishlist-compare-btn {
margin: 20px 0;
}

.product-thumb .kredit-line button img {
    width: 21px;
}
.product-thumb .catPriceBlock .price {
  margin-bottom: 15px;
  height: 47px;
  text-align: center;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #343333;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.headerMobileBlock {display: none;}
.mobSearch {display: none;}

@media (max-width: 991px) {
	#footer .social {text-align: center;}
	footer {text-align: center;}

	.headerMobileBlock {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.headerMobileBlock .logo {
		max-width: 163px;
	}

	.headerMobileBlock .mobContactBlock {
		padding-left: 10px;
    	border-left: 1px solid;
	}

	.headerMobileBlock .headerSoc a {
		margin: 0 5px;
	}

	.headerMobileBlock .phoneBlock {
		text-align: right;
		padding-right: 5px;
		margin-bottom: 10px;
		line-height: 1;
	}

	.mobSearch {
		display: block;
		width: calc(100% - 120px);
	}
	
	.burgerBlock {
	display: block;
	cursor: pointer;
	}

	.topLine {display: none;}
	.headerBlock .headerSoc {display: none;}
	.headerBlock .compare {display: none;}
	.headerBlock .wishlist {display: none;}
	.headerBlock .phoneBlock {display: none;}
	.headerBlock .logo {display: none;}
	.headerBlock #cart p {display: none;}
	#cart button img {
		margin-bottom: 0;
		margin-top: 0;
		width: 30px;
	}

	#header-menu {display: none;}

}

@media (max-width: 668px) {
.pDesc .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}
}

@media (max-width: 450px) {
	.cartProduct {display: block;}
	.cartProductTotal {margin-top: 10px; text-align: right;}
}

@media (min-width: 1420px) {
    .container {
        width: 1420px;
    }
}
