

/* Start:/local/templates/.default/core/css/reset.css?17552552941564*/
@charset "utf-8";
/* CSS Document */

/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               
	vertical-align: baseline;         
	background: transparent;      
	font-size: 100%;                     
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
a {                                      	     
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
/* --------------- reset.css --------------- */

/* --------------- базовые настройки ---------*/
body {
	line-height: 1;
}
input, select, button, textarea {
	font-family:Tahoma, Geneva, sans-serif /* чтобы шрифт был такой же как и везде */
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer; 
}
img {
	border:none;
}
/* End */


/* Start:/local/templates/.default/core/css/bootstrap-grid.css?175525529435789*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
}

.col-2 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-5 {
  flex: 0 0 20.83333%;
  max-width: 20.83333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

.col-8 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-11 {
  flex: 0 0 45.83333%;
  max-width: 45.83333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

.col-14 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-17 {
  flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

.col-20 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-23 {
  flex: 0 0 95.83333%;
  max-width: 95.83333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.offset-1 {
  margin-left: 4.16667%;
}

.offset-2 {
  margin-left: 8.33333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66667%;
}

.offset-5 {
  margin-left: 20.83333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16667%;
}

.offset-8 {
  margin-left: 33.33333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66667%;
}

.offset-11 {
  margin-left: 45.83333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16667%;
}

.offset-14 {
  margin-left: 58.33333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66667%;
}

.offset-17 {
  margin-left: 70.83333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16667%;
}

.offset-20 {
  margin-left: 83.33333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66667%;
}

.offset-23 {
  margin-left: 95.83333%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-sm-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-sm-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-sm-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-sm-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 25;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-md-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-md-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-md-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-md-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16667%;
  }
  .offset-md-2 {
    margin-left: 8.33333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66667%;
  }
  .offset-md-5 {
    margin-left: 20.83333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16667%;
  }
  .offset-md-8 {
    margin-left: 33.33333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66667%;
  }
  .offset-md-11 {
    margin-left: 45.83333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16667%;
  }
  .offset-md-14 {
    margin-left: 58.33333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66667%;
  }
  .offset-md-17 {
    margin-left: 70.83333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16667%;
  }
  .offset-md-20 {
    margin-left: 83.33333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66667%;
  }
  .offset-md-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-lg-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-lg-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-lg-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-lg-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 25;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-xl-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-xl-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-xl-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-xl-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 25;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* End */


/* Start:/local/templates/.default/core/css/responsive-nav.css?1755255294633*/
/*! responsive-nav.js 1.0.39 by @viljamis */

.js .nav-collapse {
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/* End */


/* Start:/local/templates/.default/core/css/jquery.fancybox.css?17552552944977*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/.default/core/css/../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/.default/core/css/../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/.default/core/css/../images/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/.default/core/css/../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/.default/core/css/../images/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/.default/core/css/../images/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/.default/core/css/selectric.css?17552552946144*/
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}


.selectric-open .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric {
  box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset;
  background: #E9E9E9;
  background: -webkit-linear-gradient(#F9F9F9, #EEE);
  background: -o-linear-gradient(#F9F9F9, #EEE);
  background: linear-gradient(#F9F9F9, #EEE);
  border: 1px solid #CCC;
  border-radius: 4px;
  position: relative;

  background: #fff;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
  text-shadow: 0 1px #FFF;
}

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  font: 0/0 a;
  /*border-left: 1px solid #D2D2D2;*/
}

.selectric .button:after {
  content: " ";
  zoom: 1;
  position: absolute;
  overflow: hidden;
  top: 13px;
  right: 12px;
  /*width: 0;*/
  /*height: 0;*/
  /*border: 4px solid transparent;*/
  /*border-top-color: #BBB;*/
  /*border-bottom: none;*/


  width: 6px;
  height: 6px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: cover;
}

.selectric .button:before {
  content: " ";
  float: left;
  height: 100%;
  border-right: 1px solid #FFF;

  display: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #CCC;
}

.selectric-hover .selectric .button {
  color: #888;
}

.selectric-hover .selectric .button:after {
  border-top-color: #888;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* End */


/* Start:/local/templates/.default/core/css/slick.css?17552552941729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/core/css/default.css?175525529414671*/
@charset "utf-8";

/* 1.1.Fonts
------------------------------ */
/*
@font-face {
	font-family: 'calibri';
	src: url('/local/templates/.default/core/css/../fonts/calibri.eot');
	src: local('☺'), url('/local/templates/.default/core/css/../fonts/calibri.woff') format('woff'), 
		url('/local/templates/.default/core/css/../fonts/calibri.ttf') format('truetype'), 
		url('/local/templates/.default/core/css/../fonts/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/* 1.2.TYPOGRAPHY
------------------------------ */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
}
h1, .h1, h1 a, .h1 a {
	font-size: 2.025rem;
	margin-bottom: 1.25rem;
}
h2, .h2, h2 a {
	font-size: 1.775rem;
	margin-bottom: 1.125rem;
}
h3, .h3, h3 a {
	font-size: 1.025rem;
	margin-bottom: .875rem;
}
h4, .h4, h4 a {
	font-size: 1.025rem;
	margin-bottom: .75rem;
}
h5, .h5, h5 a {
	font-size: .65rem;
	margin-bottom: 8px;
}
h6, .h6, h6 a {
	font-size: .60rem;
	margin-bottom: 5px;
}
address {
	font-style: normal;
	margin-bottom: 1.25rem;
}
address span {
	display: block;
}
p {
	margin-bottom: 1.25rem;
	line-height: 1.6;
}
ul,
ol {
	list-style-position: inside;
	padding: 0;
	margin-bottom: 1.25rem;
}
dl {
	margin-bottom: 1.25rem;
	line-height: 1.7;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 1.25rem;
}
dl.dotted {
	border-bottom: 1px dotted #c1c1c1;
	float: left;
	margin: 0 0 .625rem;
	width: 100%;
}
dl.dotted dt {
	background: #fff;
	bottom: -4px;
	float: left;
	padding: 0 5px 0 0;
	position: relative;
}
dl.dotted dd {
	background: #ffffff;
	bottom: -4px;
	float: right;
	padding: 0 0 0 5px;
	position: relative;
}
a {
	color: #ccc;
}
a:hover { 
	text-decoration:none;
}
.sample {
	margin-bottom: 1.25rem;
}
blockquote {
	border-left: 3px solid #ccc;
	padding: 0 0 0 1.25rem;
	margin: 0 0 1.25rem;
}
blockquote p:last-child {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
table {
	margin-bottom: 1.25rem;
	width: 100%;
	text-align: center;
}
table caption {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: .9375rem;
}
table thead tr th {
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	padding: .625rem 5px;
	border: 1px solid #ccc;
}
table tbody tr td {
	vertical-align: middle;
	padding: .625rem;
}
table tfoot tr td {
	text-align: right;
	padding: 1.5625rem 0 0;
	vertical-align: middle;
}
/* END TYPOGRAPHY 
-------------------------------------*/
	
header, nav, section, article, aside, footer { display: block; }

/* 1.3.Clear Floated Elements END
----------------------------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* Clear Floated Elements END
----------------------------------------------------------------------------------------------------*/

/* 1.4.Styles-Form START
----------------------------------*/
form {
	margin-bottom: 1.25rem;
}
form .field {
	margin: 7px 0;
}
form fieldset {
	margin-bottom: 1.25rem;
}
form legend {
	margin-bottom: .625rem;
	font-weight: 700;
	font-size: 1rem;
}
form fieldset legend {
	font-size: 1.125rem;
	display: block;
	padding: .625rem 0;
	margin-bottom: .625rem;
	width: 100%;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-weight: bold;
}
label {
	margin: 0 0 .625rem;
	font-size: .875rem;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
label span {
	font-size: .75rem;
	font-weight: normal;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
textarea {
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	outline: none;
	min-height: 2.5rem;
	padding: 6px .625rem;
	transition: border .3s;
}
textarea {
	min-height: 9.375rem;
}

/* ----------------------------- Radio Buttons ----------------------------- */
/* Default Fixes */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin: 4px .625rem 0 0;
}
/* Default Fixes */
.iradio {
	float: left;
	width: 1.0625rem;
	height: 1.0625rem;
	margin: 0 7px 0 0;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ccc;
	position: relative;
	top: 1px;
	transition: border-color .3s;
}
.iradio.checked {
	border-color: #333;
	cursor: default;
}
.iradio:after {
	content: "";
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 4px;
	top: 4px;
	width: 7px;
	background: #333;
	position: absolute;

	opacity: 0;
	transition: opacity .3s;
}
.iradio.checked:after {
	opacity: 1;
}
/* ----------------------------- Radio Buttons Style ----------------------------- */

/* ----------------------------- Checkbox Buttons Style ----------------------------- */
.icheckbox {
	width: 1.0625rem;
	height: 1.0625rem;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	transition: border-color 0.2s ease;
	float: left;
	margin: 0 7px 0 0;
	cursor: pointer;
	top: 1px;
	transition: border-color .3s;
}
label:hover + .icheckbox,
.icheckbox:hover {
	border-color: #333;
}
label:hover + .icheckbox.checked,
.icheckbox.checked {
	border-color: #222;
}
.icheckbox:after {
	content: "✓";
	width: 1rem;
	height: 1rem;
	position: absolute;
	font-weight: bold;
	text-align: center;
	line-height: .875rem;
	font-size: .85rem;
	text-indent: 0;
	opacity: 0;
}
.icheckbox.checked:after {
	opacity: 1;
}
.iCheck-helper {
	z-index: 9;
}
/* ----------------------------- Checkbox Buttons Style ----------------------------- */

/* ----------------------------- Select Style ----------------------------- */
/* Styles for Select will be here! */
/* ----------------------------- Select Style ----------------------------- */
.btn {
	cursor: pointer;
	border: none;
	padding: .75rem .9375rem;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: .75rem;
	max-width: 100%;
	border-radius: 3px;
	/*letter-spacing: 3px;*/
	transition: background-color .3s;
}
/* Styles-Form END
----------------------------------*/

/* 1.5.Old Msie Alert START
--------------------------------*/
.msie-containter h2 {
	font: bold 36px 'Trebuchet MS';
	margin: 0 0 20px;
}
.msie-containter h3 {
	font: bold 21px 'Trebuchet MS';
	color: #333;
	margin: 0 0 20px;
}
.msie-containter p {
	color: #9c9b9b;
	line-height: 1.5;
}
.msie-containter p a {
	color: #69c;
}
.msie-containter p a:hover {
	text-decoration: none;
}
/* Old Msie Alert END
--------------------------------*/

/* 1.6.Main Styles START
--------------------------------*/
html {
	height: 100%;
	font-size: 75%;
}
@media (min-width: 480px) {
	html {
		/*font-size: 75%;*/
	}
}
@media (min-width: 768px) {
	html {
		font-size: 80%;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 90%;
	}
}
@media (min-width: 1200px) {
	html {
		font-size: 100%;
	}
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 1.5;
	color: #333;
	font: 1rem 'Open Sans', 'Trebuchet MS';
}
.container-fluid {
	max-width: 1260px;
}
/* Main Styles END
--------------------------------*/
/* ============ Main Styles END ============
----------------------------------------- */

/* 1.7.Carousel-Default START
--------------------------------*/
.slick-slider.slick-initialized {
	visibility: visible;
}
.slick-slider {
	/*padding-right: 3.4375rem;
	padding-left: 3.4375rem;*/
	margin-bottom: 1.5625rem;
}
.slick-slider.slick-vertical {
	padding: 3.4375rem 0;
}
.slick-dotted {
	margin-bottom: 2.5rem;
}
.slick-list {
	margin: 0 -3px;
}
.slick-vertical .slick-list {
	margin: -7px 0;
}
.slick-slide {
	margin: 0 7px;
}
.slick-vertical .slick-slide {
	margin: 7px 0;
}
/* Slick-Navigation */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -1.25rem;
	height: 2.5rem;
	width: 2.5rem;
	text-indent: -9999px;
	border: none;
	padding: 0;
	outline: none;
	z-index: 2;
}
.slick-prev {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	left: 5px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIgNDkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTIgNDkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTE5OC42MDgsMjQ2LjEwNEwzODIuNjY0LDYyLjA0YzUuMDY4LTUuMDU2LDcuODU2LTExLjgxNiw3Ljg1Ni0xOS4wMjRjMC03LjIxMi0yLjc4OC0xMy45NjgtNy44NTYtMTkuMDMybC0xNi4xMjgtMTYuMTIgICAgQzM2MS40NzYsMi43OTIsMzU0LjcxMiwwLDM0Ny41MDQsMHMtMTMuOTY0LDIuNzkyLTE5LjAyOCw3Ljg2NEwxMDkuMzI4LDIyNy4wMDhjLTUuMDg0LDUuMDgtNy44NjgsMTEuODY4LTcuODQ4LDE5LjA4NCAgICBjLTAuMDIsNy4yNDgsMi43NiwxNC4wMjgsNy44NDgsMTkuMTEybDIxOC45NDQsMjE4LjkzMmM1LjA2NCw1LjA3MiwxMS44Miw3Ljg2NCwxOS4wMzIsNy44NjRjNy4yMDgsMCwxMy45NjQtMi43OTIsMTkuMDMyLTcuODY0ICAgIGwxNi4xMjQtMTYuMTJjMTAuNDkyLTEwLjQ5MiwxMC40OTItMjcuNTcyLDAtMzguMDZMMTk4LjYwOCwyNDYuMTA0eiIgZmlsbD0iI2FhYWFhYSIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.slick-next {
	background-color: transparent;
	right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMiAgICBjLTEwLjQ5MiwxMC41MDQtMTAuNDkyLDI3LjU3NiwwLDM4LjA2NEwyOTMuMzk4LDI0NS45bC0xODQuMDYsMTg0LjA2Yy01LjA2NCw1LjA2OC03Ljg2LDExLjgyNC03Ljg2LDE5LjAyOCAgICBjMCw3LjIxMiwyLjc5NiwxMy45NjgsNy44NiwxOS4wNGwxNi4xMjQsMTYuMTE2YzUuMDY4LDUuMDY4LDExLjgyNCw3Ljg2LDE5LjAzMiw3Ljg2czEzLjk2OC0yLjc5MiwxOS4wMzItNy44NkwzODIuNjc4LDI2NSAgICBjNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiIGZpbGw9IiNhYWFhYWEiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.slick-vertical .slick-prev,
.slick-vertical .slick-next {
	margin: 0;
	right: auto;
	left: 50%;
	top: auto;
	margin-left: -1.25rem;
}
.slick-vertical .slick-prev {
	top: 0;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI0OC4yOTIsMTA2LjQwNmwxOTQuMjgxLDE5NC4yOWMxMi4zNjUsMTIuMzU5LDEyLjM2NSwzMi4zOTEsMCw0NC43NDRjLTEyLjM1NCwxMi4zNTQtMzIuMzkxLDEyLjM1NC00NC43NDQsMCAgIEwyMjUuOTIzLDE3My41MjlMNTQuMDE4LDM0NS40NGMtMTIuMzYsMTIuMzU0LTMyLjM5NSwxMi4zNTQtNDQuNzQ4LDBjLTEyLjM1OS0xMi4zNTQtMTIuMzU5LTMyLjM5MSwwLTQ0Ljc1TDIwMy41NTQsMTA2LjQgICBjNi4xOC02LjE3NCwxNC4yNzEtOS4yNTksMjIuMzY5LTkuMjU5QzIzNC4wMTgsOTcuMTQxLDI0Mi4xMTUsMTAwLjIzMiwyNDguMjkyLDEwNi40MDZ6IiBmaWxsPSIjOTk5OTk5Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.slick-vertical .slick-next {
	bottom: 0;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iIzk5OTk5OSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
/* Slick-Navigation */

/* Slick-Dots */
.slick-dots {
	text-align: center;
	line-height: .625rem;
	position: absolute;
	bottom: -1.5625rem;
	left: 0;
	right: 0;
	margin: 0;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 7px;
}
.slick-dots li button {
	width: .625rem;
	height: .625rem;
	display: block;
	background: #d6d6d6;
	border: none;
	padding: 0;
	border-radius: 50%;
	text-indent: -9999px;
	outline: none;
}
.slick-dots li.slick-active button {
	background: #869791;
}
/* Slick-Dots */
/* Carousel-Default END
--------------------------------*/
/* End */


/* Start:/local/templates/.default/core/css/markup.css?1755255294198899*/
@charset "utf-8";

figure {
	margin: 0;
}

/* B-Main-Header START
----------------------------------------------------------- */
.b-main-header {
	height: 4.375rem;
	padding: .625rem 0;
}
/* Logotype */
.b-main-header .logo {
	display: inline-block;
	width: 100%;
	/*padding-left: 4rem;*/
}
@media (min-width: 768px) {
	.b-main-header .logo {
		display: table;
		padding-left: 0;
	}
}
.b-main-header .logo a,
.b-main-header .logo span {
	display: table-cell;
	height: 3.125rem;
	color: #333333;
	font-weight: 600;
	vertical-align: middle;
}
.b-main-header .logo img {
	/*display: none;*/
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0;
}
.b-main-header .logo img.logo-mob {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
/*@media (min-width: 768px) {
	.b-main-header .logo img.logo-mob {
		display: none;
	}
	.b-main-header .logo img.logo-main {
		display: block;
	}
}*/
/* Logotype */

/* Choose-Location */
.bar-wrap {
	display: table;
	width: 100%;
	padding: 5px 0 0;
}
.bar-wrap > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.b-select-location {
	padding-right: .625rem;
	padding-left: .625rem;
}
/* Choose-Location */

/* Header-Search-Form */
.b-search-form {
	position: relative;
}
.b-search-form input[type="text"] {
	padding-right: 45px;
	border-radius: 3px;
}
.b-search-form .btn {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 16px;
	height: 16px;
	border: none;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iIzMzMzMzMyIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: center;
}
.b-search-form .btn:hover {
	background-color: transparent;
}
/* Header-Search-Form END */
/* Icons */
.b-header-info-wrap {
	display: table;
	width: 100%;
	height: 4.375rem;
	margin-top: -.625rem;
	text-align: center;
}
.b-header-info {
	display: table-cell;
	position: relative;
	width: 3.5rem;
	height: 100%;
	vertical-align: middle;
}
@media (min-width: 600px) {
	.b-header-info {
		width: 4.5rem;
	}
}
.b-header-info:after {
	position: absolute;
	top: .625rem;
	right: -1px;
	bottom: .625rem;
	border-right: 1px solid #cccccc;
	content: "";
}
@media (min-width: 768px) {
	.b-header-info.b-search-info {
		display: none;
	}
}
.b-header-info.b-basket-info:after {
	display: none;
}
.b-header-info .b-header-info-main {
	position: relative;
	height: 100%;
}
.b-header-info .b-header-info-main i {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	text-align: center;
}
@media (min-width: 600px) {
	.b-header-info .b-header-info-main i {
		width: 1.625rem;
		height: 1.625rem;
	}
}
.b-header-info .b-header-info-main i svg {
	display: inline-block;
	vertical-align: middle;
}
.b-header-info .b-header-info-main i:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.b-header-info.b-account-info i {
	/*background: url(/local/templates/.default/core/css/../images/personal.svg) no-repeat center;*/
}
.b-header-info.b-compare-info i {
	/*background: url(/local/templates/.default/core/css/../images/compare.svg) no-repeat center;*/
}
.b-header-info.b-watched-info i {
	/*background: url(/local/templates/.default/core/css/../images/eye.svg) no-repeat center;*/
}
.b-header-info.b-basket-info i {
	/*background: url(/local/templates/.default/core/css/../images/basket.svg) no-repeat center;*/
}
.b-header-info .b-authorize-main {
	margin-bottom: 1rem;
}
.b-header-info .b-authorize-main a {
	margin-right: 1rem;
	vertical-align: middle;
}
.b-header-info .b-personal-nav {
	margin: 0;
	padding: 1rem 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 1.7;
	list-style: none;
}
.b-header-info .b-personal-nav a {
	font-size: .95rem;
}
.b-header-info .b-personal-nav a:hover {
	text-decoration: underline;
}
.b-header-info .b-header-info-main > a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 .5rem;
	text-decoration: none;
}
@media (min-width: 768px) {
	.b-header-info .b-header-info-main > a {
		padding: 0 1rem;
	}
}
.b-header-info .pw-header-info-ico {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.pw-header-info-ico .b-icon-wrap {
	display: inline-block;
	position: relative;
	font-size: 0;
	vertical-align: middle;
}
.b-header-info.b-basket-info > .b-header-info-main {
	height: 100%;
	white-space: nowrap;
}
.b-header-info.b-basket-info .b-header-info-main > a {
	display: block;
	width: 100%;
	height: 100%;
}
.b-header-info.b-basket-info .b-header-info-main > a:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.b-header-info.b-basket-info .pw-header-info-ico {
	display: inline-block;
	width: 1.625rem;
	height: 1.625rem;
	vertical-align: middle;
}
.b-header-info.b-basket-info .pw-header-basket-info-data {
	display: none;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-size: .75rem;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
}
@media (min-width: 992px) {
	.b-header-info.b-basket-info .pw-header-basket-info-data {
		display: inline-block;
	}
	.b-header-info.b-basket-info {
		width: 10rem;
	}
}
.b-header-info.b-basket-info .b-header-info-main .pw-header-basket-info-data span,
.b-header-info.b-basket-info .b-header-info-main .pw-header-basket-info-data strong {
	display: block;
	white-space: normal;
}
.b-header-info .b-icon-wrap .count {
	position: absolute;
	top: -.6rem;
	right: -.6rem;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #cccccc;
	border-radius: 50%;
	color: #333333;
	background: #ffffff;
	font-size: .75rem;
	line-height: 1.25rem;
	text-align: center;
}
@media (min-width: 768px) {
	.b-header-info .b-icon-wrap .count {
		top: -.6rem;
		right: -.6rem;
		width: 1.5rem;
		height: 1.5rem;
		font-size: .875rem;
		line-height: 1.5rem;
	}
}
/* Icons */
/* Icons-Dropdowns */
@media (max-width: 767px) {
	.b-header-dropdown-info {
		display: none !important;
	}
}
.b-header-info .b-header-info-main .b-header-dropdown-info {
	display: none;
	position: absolute;
	z-index: 11;
	top: 100%;
	right: 0;
	width: 33.125rem;
	padding: .9375rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	box-shadow: -3px 5px 10px rgba(0,0,0,.07);
	text-align: left;
	white-space: normal;
}
.b-header-info.b-dropdown-opened:after {
	display: none;
}
.b-header-info.b-dropdown-opened .b-header-info-main .b-header-dropdown-info {
	display: block;
}
.b-header-dropdown-info .b-header-dropdown-info-body {
	overflow-y: auto;
	max-height: 360px;
	margin-bottom: 20px;
}
.b-header-dropdown-info table {
	margin-bottom: 0;
}
.b-header-dropdown-info table tr td {
	border: none;
	border-bottom: 1px solid #cccccc;
}
.b-header-dropdown-info .b-header-dropdown-items {
}
.b-header-dropdown-info .b-header-dropdown-items .img-wrap {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	border: none;
	vertical-align: middle;
}
.b-header-dropdown-info .b-header-dropdown-items .img-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}
.b-header-dropdown-info .b-header-item-title span,
.b-header-dropdown-info .b-header-item-title strong {
	display: block;
	text-align: left;
}
.b-header-dropdown-info .b-header-item-price {
	display: block;
	width: 120px;
	text-align: right;
	white-space: nowrap;
}
.b-header-dropdown-info p {
	margin-bottom: 0;
}
.b-header-dropdown-info .b-header-dropdown-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
	cursor: pointer;
}
/* Icons-Dropdowns */
/* B-Main-Header END
----------------------------------------------------------- */

/* B-Navbar START
----------------------------------------------------------- */
.js-nav-active body {
	overflow: hidden;
	padding-right: 17px;
}
.b-navbar-wrap:before,
.b-navbar-wrap:after {
	display: table;
	content: " ";
}
.b-navbar-wrap:after {
	clear: both;
}
.b-navbar ul {
	margin: 0;
	list-style: none;
}
.b-navbar > ul > li {
	position: relative;
}
.b-navbar li a {
	display: block;
	text-decoration: none;
}
.b-navbar > ul > li > a {
	display: block;
	position: relative;
	padding: .8125rem 1.25rem;
	font-size: 1rem;
}
.b-navbar > ul > li.active > a {
	cursor: default;
}
/* ------------------------------------------
	MULTIPLE LEVELS HERE
--------------------------------------------- */
.b-navbar > ul > li.dropdown > ul {
	/*padding: .625rem 0;*/
	padding: 0;
	box-shadow: 0 2px 15px rgba(0,0,0,.07);
}
.b-navbar > ul > li.dropdown > ul ul {
}
.b-navbar > ul > li.dropdown > ul > li {
	/*border-bottom: 1px solid #f7f7f7;*/
}
.b-navbar > ul > li.dropdown > ul > li a {
	padding: 1rem .9375rem;
	white-space: nowrap;
}
.b-navbar > ul > li.dropdown.catalog-version-nav > ul > li a {
	padding: .72rem .9375rem;
}
.b-navbar > ul > li.dropdown > ul ul li a {
	/*padding: 5px .9375rem;*/
	text-transform: none;
}
.b-navbar > ul > li.dropdown > ul > li:hover > a,
.b-navbar > ul > li.dropdown > ul > li > a:hover,
.b-navbar > ul > li.dropdown > ul > li > a:active {
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	text-decoration: underline;
}
.b-navbar > ul li.dropdown > ul > ul > li:hover > a,
.b-navbar > ul li.dropdown > ul ul li > a:hover,
.b-navbar > ul li.dropdown > ul ul li > a:active {
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	text-decoration: underline;
}

/* --- TOGGLE --- */
#b-navbar-toggle {
	position: relative;
	width: 100%;
	padding: .9375rem .9375rem;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	text-align: left;
}
#b-navbar-toggle.active {
	text-decoration: underline;
}
#b-navbar-toggle i {
	display: block;
	position: absolute;
	right: .9375rem;
	width: 1.875rem;
	height: 2px;
	transition: all .3s;
}
#b-navbar-toggle i:nth-child(1) {
	top: 1rem;
}
#b-navbar-toggle i:nth-child(2) {
	top: 1.5rem;
}
#b-navbar-toggle i:nth-child(3) {
	top: 2rem;
}
#b-navbar-toggle.active i:nth-child(1) {
	top: 1.5rem;
	transform: rotateZ(45deg);
}
#b-navbar-toggle.active i:nth-child(2) {
	background: transparent;
}
#b-navbar-toggle.active i:nth-child(3) {
	top: 1.5rem;
	transform: rotateZ(-45deg);
}
@media (min-width: 768px) {
	#b-navbar-toggle {
		display: none;
	}
	.dropdown-toggle {
		display: none;
	}
}
/* Toggle Absolute */
#b-navbar-toggle.b-nav-toggle-abs {
	/*position: absolute;*/
	z-index: 11;
	/*top: .625rem;*/
	/*left: 0;*/
	/*left: .625rem;*/
	width: 3.5rem;
	min-height: 3.125rem;
	padding: 0;
	border: none;
	background-color: transparent;
	text-indent: -9999px;
	float: right;
}
/* Toggle Absolute */
/* --- TOGGLE --- */

@media (max-width: 767px) {
	.b-navbar {
		z-index: 10;
		/*margin-bottom: 1.25rem;*/
		box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .25);
	}
	.b-navbar li {
		position: relative;
	}
	.b-navbar-wrap .b-navbar > ul > li > a {
		padding-left: .9375rem;
		border-top: 1px solid #cccccc;
	}
	.b-navbar-wrap .b-navbar > ul > li:first-child > a {
		border-top: none;
	}
	.b-navbar-wrap .b-navbar > ul > li.active > a {
		cursor: pointer;
	}

	/* Enable active class to let the navigation expand over the calculated max height */
	.js .b-navbar.multiple-level-nav.opened.dropdown-active {
		max-height: 9999px !important;
	}
	.js .b-navbar.multiple-level-nav .sub-menu {
		visibility: hidden;
		overflow: hidden;
		clip: rect(0 0 0 0);
		zoom: 1;
		position: absolute;
		max-height: 0;
		opacity: 0;
		/*display: none;*/ /* This way you don't have focus on sub menu items unless you open the sub menu */
	}
	.js .b-navbar.multiple-level-nav .sub-menu.toggled {
		visibility: visible;
		position: relative;
		max-height: 9999px;
		opacity: 1;
	}
	/* Enable active class to let the navigation expand over the calculated max height */

	.b-navbar > ul > li.dropdown > ul li a {
		margin: 0;
		padding: 5px .625rem 5px 1.5625rem;
	}
	.b-navbar > ul > li.dropdown > ul ul {
		margin: .15rem 0 .25rem;
		padding: 0 0 .625rem;
	}
	.b-navbar > ul > li.dropdown > ul ul li a {
		height: auto;
		padding: 3px 0 3px 2.5rem;
	}

	/* Toggles */
	.b-navbar-wrap .b-navbar > ul > li > a,
	.b-navbar > ul > li.dropdown > ul > li > a {
		padding-right: 75px;
	}
	.js .b-navbar .dropdown-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 40px;
		margin: 0;
		border: none;
		/*border-left: 1px solid #777777;*/
		outline: none;
		background: transparent;
	}
	.js .b-navbar .dropdown-toggle:hover,
	.js .b-navbar .dropdown-toggle:active {
	}
	.js .b-navbar .dropdown-toggle:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1.25rem;
		height: 2px;
		margin-top: -1px;
		margin-left: -.625rem;
		border-radius: 5px;
		background: #333333;
		content: "";
	}
	.js .b-navbar .dropdown-toggle:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 1.25rem;
		margin-top: -.625rem;
		margin-left: -1px;
		border-radius: 5px;
		content: "";
		transition: all .5s;
	}
	.js .b-navbar .dropdown-toggle.toggled:before {
		opacity: 0;
		transition: all .3s;
	}
	.js .b-navbar ul ul .dropdown-toggle {
		/*height: 1.8125rem;*/
		height: 2.5rem;
		border-left-color: #777777;
	}
	.js .b-navbar ul ul .dropdown-toggle:after {
		width: .875rem;
		height: 2px;
		margin-top: -1px;
		margin-left: -.4375rem;
	}
	.js .b-navbar ul ul .dropdown-toggle:before {
		width: 2px;
		height: .875rem;
		margin-top: -.4375rem;
		margin-left: -1px;
	}
	.js .b-navbar ul ul .dropdown-toggle.toggled:after {
	}
	/* Toggles */
}

@media (min-width: 768px) {
	.b-navbar-wrap {
		margin-bottom: 1.25rem;
	}
	.b-navbar {
		position: relative;
		/*padding-left: 15px;
		padding-right: 15px;*/
		max-width: 1260px;
		margin-right: auto;
		margin-left: auto;
	}
	.b-navbar > ul {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.b-navbar > ul > li {
		display: table-cell;
		position: relative;
		vertical-align: middle;
	}
	.b-navbar > ul > li > a {
		display: table;
		width: 100%;
		height: 2.9375rem;
		/*padding: 0 5px;*/
		text-align: center;
		transition: all, .3s;
	}
	.b-navbar > ul > li > a span {
		display: table-cell;
		vertical-align: middle;
	}
	.b-navbar > ul  ul {
		position: absolute;
	}
	.b-navbar > ul > li,
	.b-navbar > ul > li > a {
		height: 2.9375rem;
	}
	.b-navbar ul li:hover > ul {
		top: 2.9375rem;
	}

	.js .b-navbar,
	.js .b-navbar .dropdown ul {
		overflow: visible;
		max-height: none;
	}
	.b-navbar ul ul {
		visibility: hidden;
		z-index: 99999;
		left: -999em;
		opacity: 0;
		/*transform-origin: 50% 0%;*/
	}
	.b-navbar > ul > li.dropdown > ul > li {
		position: relative;
	}
	.b-navbar > ul > li.dropdown > ul > li:hover {
	}
	.b-navbar li li {
	}
	.b-navbar ul ul ul {
	}
	.b-navbar ul ul ul li {
		position: relative;
	}
	.b-navbar ul li:hover > ul {
		visibility: visible;
		left: 0;
		/*width: 100%;*/
		min-width: 12.5px;
		opacity: 1;
	}
	.b-navbar ul ul li:hover > ul {
		top: 0;
		left: 100%;
	}

	/* Dropdown Arrow */
	.b-navbar > ul > li.dropdown .arr-ico {
		display: inline-block;
		position: relative;
		top: -2px;
		left: .4375rem;
		width: 0;
		height: 0;
		border-width: 4px 4px 0 4px;
		border-style: solid;
		border-color: #333333 transparent transparent transparent;
	}
	.b-navbar > ul > li.dropdown > a span:after {
		/*position: absolute;
		bottom: .4375rem;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -6px;
		content: "";
		border-width: 4px 4px 0 4px;
		border-style: solid;
		border-color: #333 transparent transparent transparent;*/
	}
	.b-navbar > ul > li.dropdown > a:hover:after {
		/*border-color: #333 transparent transparent transparent;*/
	}
	.b-navbar > ul > li.dropdown .dropdown:after {
		position: absolute;
		top: 32%;
		right: 0.525rem;
		transform: scaleY(2);
		/* bottom: .4375rem; */
		/* left: auto; */
		/* width: 0; */
		/* height: 0; */
		font-weight: 200;
		color: #333;
		/* margin-top: -4px; */
		/* border-width: 4px 0 4px 4px; */
		/* border-style: solid; */
		/* border-color: transparent transparent transparent #333333; */
		content: ">";
	}
	.b-navbar > ul > li.dropdown.by-rows .dropdown:after,
	.b-navbar > ul > li.dropdown.by-cols .dropdown:after {
		display: none;
	}
	.b-navbar > ul > li.dropdown .dropdown a {
		padding-right: 1.5625rem;
	}
	.b-navbar > ul > li.dropdown.by-rows .dropdown a {
		padding-right: .9375rem;
	}
	.b-navbar > ul > li.dropdown.by-cols .dropdown a {
		padding-right: 0;
	}
	/* Dropdown Arrow */

	/* By-cols Style */
	.b-navbar > ul > li.dropdown.by-cols {
		position: static;
	}
	.b-navbar > ul > li.dropdown.by-cols ul {
		width: auto;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul {
		display: none;
		padding: .625rem;

		-webkit-column-count: 5;
		   -moz-column-count: 5;
		        column-count: 5;
		/*-webkit-column-rule: 1px solid #eeeeee;
		   -moz-column-rule: 1px solid #eeeeee;
		        column-rule: 1px solid #eeeeee;*/
	}
	.b-navbar > ul > li.dropdown.by-cols:hover > ul {
		display: block;
		right: 0;
		left: 0;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li {
		width: auto;
		padding: 0 5px .4375rem;
		/*border-bottom: 1px solid #eeeeee;*/
		border-bottom: none;
		background: none;
		font-weight: 600;

		-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li:last-child {
		border-bottom: none;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li a {
		display: inline-block;
		padding: 5px 0;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li ul {
		visibility: visible;
		position: static;
		opacity: 1;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul ul > li {
		float: none;
		font-weight: 400;
		padding: 5px 0;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li:hover > a {
		text-decoration: underline;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li ul li,
	.b-navbar > ul > li.dropdown.by-cols > ul > li ul li a {
		display: block;
		width: 100%;
		height: auto;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li ul li a {
		display: inline-block;
		width: auto;
		min-width: auto;
		padding: 1px 0;
		line-height: 1.9;
	}
	.b-navbar > ul > li.dropdown.by-cols > ul > li ul li a:hover {
		background: transparent;
		text-decoration: underline;
	}
	/* By-cols Style */

	/* By-rows Style */
	.b-navbar > ul > li.dropdown.by-rows {
		position: static;
	}
	.b-navbar > ul > li.dropdown.by-rows ul {
		width: auto;
	}
	.b-navbar > ul > li.dropdown.by-rows > ul > li {
		position: static;
		width: 19%;
		padding: 4px;
		border-right: 1px solid #333333;
	}
	.b-navbar > ul > li.dropdown.by-rows > ul > li > a {
		position: relative;
	}
	.b-navbar > ul > li.dropdown.by-rows > ul > li > a:after {
		position: absolute;
		top: 50%;
		right: -4px;
		left: auto;
		width: 0;
		height: 0;
		margin-top: -8px;
		padding: 0;
		border-width: 8px 8px 8px 0;
		border-style: solid;
		border-color: transparent #333333 transparent transparent;
		opacity: 0;
		content: "";
		transition: all .3s;
	}
	.b-navbar > ul > li.dropdown.by-rows > ul > li:hover > a:after {
		opacity: 1;
	}
	.b-navbar ul li.dropdown.by-rows ul ul {
		top: 0;
		right: 0;
		min-height: 100%;
		padding: .4375rem 1.25rem;
	}
	.b-navbar ul li.dropdown.by-rows ul ul li {
		float: left;
		width: 25%;
		height: 2.8125rem;
		line-height: 1;
	}
	.b-navbar > ul > li.dropdown.by-rows > ul ul li a {
		display: table-cell;
		min-width: 185px;
		height: 2.8125rem;
		border-radius: 5px;
		vertical-align: middle;
	}
	.b-navbar ul li.dropdown.by-rows:hover > ul {
		visibility: visible;
		right: 0;
		left: 0;
		opacity: 1;
	}
	.b-navbar ul li.dropdown.by-rows ul li:hover > ul,
	.b-navbar > ul > li.dropdown.by-rows:hover ul > li:first-child ul {
		visibility: visible;
		top: 0;
		left: 19%;
		opacity: 1;
	}
	/* By-rows Style */
}

/* Text meant only for screen readers. */
.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}
.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: .9375rem 1.4375rem .875rem;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	font-size: .875rem;
	font-size: .875rem;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

/* b-navbar fixed while classes add */
@media (max-width: 767px) {
	.b-navbar {
		display: none;
	}
	.nav-collapse {
		display: block;
	}
}
/* b-navbar fixed while classes add */

/* ------------ Catalog-Version ------------ */
.b-navbar .dropdown.catalog-version-nav .dropdown-banner {
	display: none;
	visibility: hidden;
	opacity: 0;
}
@media (min-width: 768px) {
	.b-main-header {
		position: relative;
		z-index: 11;
	}
	.b-navbar-wrap {
		position: relative;
		z-index: 10;
	}
	.navbar-catalog-focus-shadow {
		display: none;
		position: fixed;
		z-index: 9;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,.5);
	}

	.b-navbar .catalog-version-nav {
		width: 18.125rem;
	}
	.b-navbar .catalog-version-nav > a {
		text-shadow: none;
	}
	.b-navbar .dropdown.catalog-version-nav ul {
		height: 32.50rem;
		/*height: 21rem;*/
		/*padding: .625rem 0;*/
		padding: 0;
		background: #ffffff;
	}
	.b-navbar .dropdown.catalog-version-nav li {
		position: static;
		background: #ffffff;
	}
	.b-navbar .dropdown.catalog-version-nav li:after {
		display: none;
	}
	.b-navbar .dropdown.catalog-version-nav li a {
		position: relative;
	}
	.b-navbar .dropdown.catalog-version-nav > ul > li {
		/*border-top: 1px solid #cccccc;*/
	}
	.b-navbar .dropdown.catalog-version-nav > ul > li:first-child {
		border-top: none;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li > a:after,
	.b-navbar .dropdown.catalog-version-nav li.dropdown > a:after {
		position: absolute;
		top: 50%;
		right: .625rem;
		bottom: .4375rem;
		left: auto;
		width: 0;
		height: 0;
		margin-top: -4px;
		border-width: 4px 0 4px 4px;
		border-style: solid;
		border-color: transparent transparent transparent #333333;
		content: "";
	}
	.b-navbar .catalog-version-nav > a .arr-ico {
		border-color: #f1f1f1 transparent transparent transparent;
	}
	.b-navbar .dropdown.catalog-version-nav .dropdown-banner {
		position: absolute;
		top: 0;
		left: 200%;
		width: 100%;
		height: 32.50rem;
		transition: all .3s;
	}
	.b-navbar .dropdown.catalog-version-nav .dropdown-banner a {
		display: block;
		height: 100%;
	}
	.b-navbar .dropdown.catalog-version-nav .dropdown-banner img {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.b-navbar .dropdown.catalog-version-nav .dropdown:hover .dropdown-banner {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.b-navbar .dropdown.catalog-version-nav.active > ul {
		visibility: visible;
		left: 0;
		width: 100%;
		min-width: 12.5rem;
		opacity: 1;
	}
}
/* ------------ Catalog-Version ------------ */

/* FIXED */
/*@media (max-width: 767px) {
	.b-navbar-wrap.fixed {
		overflow: auto;
		position: fixed;
		z-index: 30;
		top: 4.375rem;
		right: 0;
		bottom: 0;
		left: 0;
	}
}
@media (min-width: 768px) {
	.js-nav-active body {
		overflow: visible !important;
	}
}*/


.fixed-header .b-navbar-wrap.fixed {
	top: 4.375rem;
}
/* FIXED */

/* Maybe Touch Fix Prevent Toggle Hover */
@media (min-width: 768px) {
	/*.has-touch .b-navbar ul li.dropdown:hover > ul {
		display: none;
	}
	.has-touch .b-navbar ul ul li.dropdown:hover > ul {
		display: none;
	}*/

	/*.has-touch .b-navbar > ul > li.dropdown.touched > ul {
		display: block;
	}
	.has-touch .b-navbar > ul ul li.dropdown.touched > ul {
		display: block;
	}*/

	/*.has-touch .b-navbar ul .dropdown ul,
	.has-touch .b-navbar ul .dropdown ul .dropdown ul {
		left: 0;
		visibility: visible;
		min-width: 200px;
		width: 100%;
		opacity: 1;
		display: none;
	}
	.has-touch .b-navbar ul .dropdown ul .dropdown ul {
		left: 100%;
	}
	.has-touch .b-navbar > ul > li.dropdown.touched > ul,
	.has-touch .b-navbar > ul > li > ul > li.dropdown.touched > ul {
		display: block;
	}*/
}
/* Maybe Touch Fix Prevent Toggle Hover */

@media (max-width: 767px) {
	.b-navbar > ul > li.dropdown > ul {
		box-shadow: none;
		border: none !important;
	}
	.b-navbar > ul > li.dropdown > ul > li {
		border-bottom: none;
		border-top: 1px solid #f7f7f7;
	}
	.b-navbar > ul > li.dropdown > ul ul {
		border-bottom: none;
	}
	.b-navbar > ul > li:first-child > a:after {
		display: none;
	}
}
/* B-Navbar END
------------------------------------------------------------ */

/* B-Promotion-Carousel START
--------------------------------*/
.b-promotion-carousel-main {
	margin-bottom: 1.5625rem;
	padding: 2.1875rem 0;
	background: -moz-linear-gradient(top, rgb(100, 168, 215) 0%,rgb(102, 174, 225) 51%,rgb(94, 161, 209));
	background: -webkit-linear-gradient(top, rgb(100, 168, 215) 0%,rgb(102, 174, 225) 51%,rgb(94, 161, 209));
	background: linear-gradient(to bottom, rgb(100, 168, 215) 0%,rgb(102, 174, 225) 51%,rgb(94, 161, 209));
	background-size: cover;
}
.b-promotion-carousel {
	visibility: hidden;
}
.b-promotion-carousel-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.b-promotion-carousel-text .title{
	font-size: 50px;
	color: #fff;
}
.b-promotion-carousel-text .description{
	color: #fff;
}
.b-promotion-carousel.slick-initialized {
	visibility: visible;
}
.b-promotion-carousel-main .slick-slide .h1 {
	margin-bottom: .9375rem;
	color: #e52320;
	font: 1.625rem "Open Sans", "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
}
.b-promotion-carousel-main .slick-slide ul {
	margin-bottom: 1.875rem;
	color: #000000;
	list-style: none;
}
.b-promotion-carousel-main .slick-slide ul li {
	position: relative;
	margin: .9375rem 0;
	padding-left: 55px;
	font-size: 1.3125rem;
}
.b-promotion-carousel-main .slick-slide .btns-wrap {
	text-align: center;
	vertical-align: top;
}
.b-promotion-carousel-main .slick-slide .btns-wrap > .btn {
	min-width: 185px;
	margin: 0 .4375rem 5px;
	text-shadow: 1px 1px 1px #333333;
	vertical-align: top;
}
.b-promotion-carousel-main .slick-slide img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 65px auto 0;
}
/* Slick-Navigation */
.b-promotion-carousel-main .slick-next,
.b-promotion-carousel-main .slick-prev {
	/*top: 0;*/
	margin-top: 0;
}
.b-promotion-carousel-main .slick-next {
	right: -2rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='%23fff'%3e%3cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'/%3e%3c/svg%3e");
}
.b-promotion-carousel-main .slick-prev {
	right: 70px;
	left: -2rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 192 512'%3e%3cpath d='M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z'/%3e%3c/svg%3e");
}
/* Slick-Navigation */
/* Slick-Dots */
.b-promotion-carousel-main .slick-dots {
}
/* Slick-Dots */

/* Animation Promotion-Carousel */
.b-promotion-carousel-main .slick-slide img,
.b-promotion-carousel-main .slick-slide .h1,
.b-promotion-carousel-main .slick-slide ul li,
.b-promotion-carousel-main .slick-slide .btn.btn-warning,
.b-promotion-carousel-main .slick-slide .btn {
	display: inline-block;
	opacity: 0;
}
.b-promotion-carousel-main .slick-slide.slick-active img,
.b-promotion-carousel-main .slick-slide.slick-active .h1,
.b-promotion-carousel-main .slick-slide.slick-active ul li,
.b-promotion-carousel-main .slick-slide.slick-active .btn.btn-warning,
.b-promotion-carousel-main .slick-slide.slick-active .btn {
	opacity: 1;
	animation-name: zoomInDown;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.b-promotion-carousel-main .slick-slide:nth-child(odd).slick-active img {
	animation-name: zoomInRight;
}
.b-promotion-carousel-main .slick-slide.slick-active .h1 {
	animation-name: zoomInDown;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}
.b-promotion-carousel-main .slick-slide.slick-active .btn.btn-warning,
.b-promotion-carousel-main .slick-slide.slick-active .btn {
	animation-name: flipInX;
}
.b-promotion-carousel-main .slick-slide.slick-active ul li {
	animation-name: fadeInRightTiny;
}
.b-promotion-carousel-main .slick-slide.slick-active ul li:nth-child(1) {
	-webkit-animation-delay: .9s;
	        animation-delay: .9s;
}
.b-promotion-carousel-main .slick-slide.slick-active ul li:nth-child(3) {
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}
.b-promotion-carousel-main .slick-slide.slick-active ul li:nth-child(3) {
	-webkit-animation-delay: .11s;
	        animation-delay: .11s;
}
.b-promotion-carousel-main .slick-slide.slick-active .btn.btn-warning {
	-webkit-animation-delay: .1.6s;
	        animation-delay: 1.6s;
}
.b-promotion-carousel-main .slick-slide.slick-active .btn {
	-webkit-animation-delay: .1.8s;
	        animation-delay: 1.8s;
}

@-webkit-keyframes fadeInRightTiny {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		        transform: translate3d(30%, 0, 0);;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

@keyframes fadeInRightTiny {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		        transform: translate3d(30%, 0, 0);;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

.fadeInRightTiny {
	-webkit-animation-name: fadeInRightTiny;
	        animation-name: fadeInRightTiny;
}
/* Animation Promotion-Carousel */

/* Shift-Aside */
.b-shift-carousel {
	visibility: hidden;
}
@media (min-width: 768px) {
	.b-shift-aside {
		margin-bottom: 1.25rem;
		margin-left: 18.125rem;
		padding-left: 1.25rem;
	}
	.b-shift-aside .b-shift-carousel {
		height: 31.25rem;
		margin: 0;
		padding: 0;
		background: #cccccc;
	}
	.b-shift-aside .b-shift-carousel .slick-list,
	.b-shift-aside .b-shift-carousel .slick-track,
	.b-shift-aside .b-shift-carousel .slick-track img {
		height: 100%;
	}
	.b-shift-aside .b-shift-carousel .slick-list {
		margin: 0;
	}
	.b-shift-aside .b-shift-carousel .slick-slide {
		margin: 0;
	}
}
/* Shift-Aside */
/* B-Promotion-Carousel END
--------------------------------*/

/* B-Breadcrumbs END
------------------------------------------------------------ */
.b-breadcrumbs {
	margin-bottom: 1.25rem;
	list-style: none;
}
.b-breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-left: .625rem;
	padding-left: 4px;
	color: #777777;
}
.b-breadcrumbs li:before {
	position: absolute;
	top: 50%;
	left: -.4375rem;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background: #555555;
	content: "";
}
.b-breadcrumbs li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.b-breadcrumbs li:first-child:before {
	display: none;
}
.b-breadcrumbs li a {
	color: #333333;
}
.b-breadcrumbs li a:hover {
	text-decoration: underline;
}
/* B-Breadcrumbs END
------------------------------------------------------------ */

/* B-Pagination START
------------------------------------------------------------ */
.b-pagination {
	margin: 0 0 1.25rem;
	text-align: center;
	list-style: none;
}
.b-pagination li {
	display: inline-block;
	margin: 0 6px;
}
.b-pagination li a {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border: 2px solid #333333;
	color: #333333;
	background: #ffffff;
	font-size: 1rem;
	line-height: 2.375rem;
	transition: all .3s;
}
.b-pagination li.active a {
	cursor: default;
}
.b-pagination li.active a,
.b-pagination li a:hover {
	border-color: #000000;
	color: #ffffff;
	background: #000000;
}
/* B-Pagination END
------------------------------------------------------------ */

/* B-Counter START
------------------------------------------------------------ */
.b-item-counter {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
}
.b-item-counter input[type="text"] {
	height: 2.5rem;
	padding: 3px 1.75rem;
	border: 1px solid #e9e9e9;
	border-top: none;
	border-bottom: none;
	border-radius: 5px;
	outline: none;
	color: #000000;
	background: #ffffff;
	box-shadow: none;
	text-align: center;
}
.change {
	position: absolute;
	top: 0;
	width: 1.5625rem;
	height: 100%;
	color: #2e2e2e;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: all .3s;
}
.change.add {
	left: 0;
	border-right: 1px solid #cccccc;
}
.change.rmv {
	right: 0;
	border-left: 1px solid #cccccc;
}
.change.add:hover,
.change.rmv:hover {
	color: #990066;
}
/* B-Counter END
------------------------------------------------------------ */

/* B-Items-Header START
------------------------------------------------------------ */
.b-catalog-section {
	margin-bottom: 1.25rem;
}
.b-catalog-section > .row {
	margin-right: -3px;
	margin-left: -3px;
}
.b-catalog-section > .row > [class*="col-"] {
	padding-right: 3px;
	padding-left: 3px;
}
.b-items-header {
	margin-bottom: 1.25rem;
	padding: 5px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.b-items-header:after {
	display: table;
	clear: both;
	content: "";
}
/* B-Items-Header END
------------------------------------------------------------ */

/* Show-By-SECTION */
.b-show-by-wrap {
	float: right;
}
.b-show-by-wrap .label {
	display: inline-block;
	margin-right: .4375rem;
	vertical-align: top;
}
.b-show-by-wrap .iselect {
	display: inline-block;
	width: auto;
	min-width: 65px;
	vertical-align: top;
}
.b-show-by-mode-wrap {
	display: none;
	float: right;
	position: relative;
	top: 2px;
	margin: 0 0 0 1.25rem;
}
@media (min-width: 992px) {
	.b-show-by-mode-wrap {
        display: flex;
        align-items: center;
	}
}
.b-show-by-mode-wrap .label {
	display: inline-block;
	padding: 4px 0;
	vertical-align: top;
}
.b-show-by-mode {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.b-show-by-mode li {
	display: inline-block;
}
.b-show-by-mode li a {
	display: block;
	position: relative;
	margin-left: 5px;
}
.b-show-by-mode li.active a svg{
	fill: #8d8d8d;
}
.b-show-by-mode li.active a {
	cursor: default;
}
.b-show-by-mode li a svg {
	fill: #ccc;
	width: 20px;
	height: 20px;
}


/* Show-By-SECTION */
/* B-Items-Header END
------------------------------------------------------------ */

/* B-Item START
------------------------------------------------------------ */
.b-item {
	position: relative;
	margin-bottom: 6px;
	padding: .625rem;
	/*border: 1px solid #cccccc;*/
}
.b-item:hover {
	border-color: #333333;
	transition: border-color .5s;
}
.b-item:after {
	display: table;
	clear: both;
	content: "";
}
.b-item .b-item-img-wrap {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	/*border: 1px solid #cccccc;*/
}
.b-item .b-item-img-wrap > a {
	display: table-cell;
	height: 12.5rem;
	text-align: center;
	vertical-align: middle;
}
.b-item .b-item-img-wrap img {
	width: auto;
	max-height: 100%;
	margin: 0 auto;
}
.b-item .b-item-name {
	display: table-cell;
	height: 2.8125rem;
	font-size: 1rem;
	/* 	font-weight: bold; */
	font-weight: 400;
	line-height: 1.3;
	vertical-align: middle;
}
.b-item .b-item-name a {
	display: inline-block;
	overflow: hidden;
	max-height: 2.5rem;
	color: #777777;
}
.b-item .b-item-name a:hover {
	text-decoration: underline;
}
.b-item .b-item-string {
	margin-bottom: 5px;
}
.b-item .b-item-price-wrap {
	margin-bottom: 5px;
	line-height: 1.3;
	text-align: right;
}
.b-item .b-item-price-wrap .b-item-price-old {
	display: inline-block;
	position: relative;
	font-size: 1rem;
	text-decoration: line-through;
}
.b-item .b-item-price-wrap .b-item-price {
	font-size: 1.25rem;
	/* 	font-weight: bold; */
}

.b-item .b-item-add-wrap:after {
	display: table;
	clear: both;
	content: "";
}
.b-item .b-item-add-wrap {
	display: flex;
	justify-content: space-between;
}
.b-item .b-item-add-wrap > * {
	flex-grow: 1;
}
/*.b-item .b-item-add-wrap .b-item-counter-wrap,
.b-item .b-item-add-wrap .b-item-add {
	float: left;
}
.b-item .b-item-add-wrap .b-item-counter-wrap {
	width: 45%;
	margin-bottom: 0;
	padding-right: 5px;
}
.b-item .b-item-counter-wrap {
	margin-bottom: .625rem;
}
.b-item .b-item-add-wrap .b-item-add {
	width: 55%;
	padding-left: 5px;
}*/
.b-item .b-item-add .btn {
	display: block;
}
.b-item .b-item-params {
	display: none;
}
/* List-Mode-Catalog */
.b-catalog-section.list-mode > .row > [class*="col-"] {
	max-width: 100%;
	transition: all .3s;

	flex: 0 0 100%;
}
.b-catalog-section.list-mode .b-item .b-item-params {
	display: block;
}
.b-catalog-section.list-mode .b-item .b-item-img-wrap,
.b-catalog-section.list-mode .b-item .b-item-summary {
	float: left;
	width: 25%;
}
.b-catalog-section.list-mode .b-item .b-item-describe {
	float: left;
	width: 75%;
	padding: 0 .9375rem;
}
.b-catalog-section.list-mode .b-item .b-item-name {
	font-size: 1.35rem;
	vertical-align: top;
	height: auto;
	line-height: 1.1;
	display: block;
	margin-bottom: 10px;
}
.b-catalog-section.list-mode .b-item .b-item-name a {
	max-height: none;
}
.b-catalog-section.list-mode .b-item .b-item-string {
	position: absolute;
	right: .625rem;
	top: .625rem;
}
.b-catalog-section.list-mode .b-item .b-item-price-wrap {
	text-align: right;
	padding-top: 35px;
}
.b-catalog-section.list-mode .b-item .b-item-add-wrap .b-item-counter-wrap,
.b-catalog-section.list-mode .b-item .b-item-add-wrap .b-item-add {
	float: none;
	width: 100%;
	margin: .625rem 0;
	padding: 0;
}
.b-catalog-section.list-mode .b-item .b-item-add-wrap {
	display: block;
	text-align: right;
}
.b-catalog-section.list-mode .b-item .b-item-add {
	/*max-width: 170px;
	display: inline-block;*/
}

.b-catalog-section .b-item .b-item-mode-meta-list {
	bottom: auto;
	top: 7rem;
	right: 20px;
}
.b-catalog-section.list-mode .b-item .b-item-mode-meta-list {
	position: static;
	text-align: right;
	padding: 15px 0;
}
.b-catalog-section.list-mode .b-item .b-item-mode-meta-list .b-item-mode-meta-list__item {
	margin-right: 0;
	margin-left: 20px;
}
.b-catalog-section:not(.list-mode) .b-item .b-item-mode-meta-list {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	right: auto;
	left: 10px;
	text-align: left;
	width: 90px;
}
.b-catalog-section:not(.list-mode) .b-item .b-item-mode-meta-list__item {
	display: inline-block;
	margin-left: 15px;
	margin-top: 0;
}
.b-catalog-section:not(.list-mode) .b-item .b-item-mode-meta-list__item:first-child {
	margin-left: 0;
}
.b-catalog-section:not(.list-mode) .b-item .b-item-mode-meta-list__icon {
	max-width: 24px;
	height: 24px;
}
.b-catalog-section:not(.list-mode) .b-item .b-item-price-wrap {
	padding-left: 80px;
	position: relative;
}

.b-catalog-section:not(.list-mode) .b-item .b-item-add-wrap {
	margin: 0 -5px;
}
.b-catalog-section:not(.list-mode) .b-item .b-item-add-wrap > * {
	flex-basis: 50%;
    max-width: 50%;
    margin: 0 5px;
}
.b-catalog-section.list-mode .b-item .b-item-add-wrap .btn {
	width: 170px;
}

.b-item-options-list {
	margin: 0;
	list-style: none;
}
.b-item-options-list li {
	margin-top: 5px;
}
.b-item-options-list a {
	color: #717171;
	font-size: .875rem;
}
.b-item-options-list a:hover {
	color: #000000;
}
.icon {
	display: inline-block;
	margin-top: -4px;
	padding-right: 6px;
	vertical-align: middle;
}
.pw-item-status.success {
	color: #73b24e;
}
.b-item-status.failure {
	color: #990000;
}
/* List-Mode-Catalog */
/* Catalog-Dropdown */
.b-item-dropdown {
	height: 395px;
}
.b-item-dropdown:hover .b-item-dropdown-body {
	position: absolute;
	z-index: 33;
	top: -1px;
	right: -1px;
	left: -1px;
	padding: .625rem;
	border: 1px solid #333333;
	background: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .18);
	transition: border-color .3s ease-out;
}
.b-item-dropdown .b-item-footer {
	display: none;
	padding: .9375rem 0 0;
}
.b-item-dropdown:hover .b-item-footer {
	display: block;
}
.list-mode .b-item-dropdown {
	height: auto;
}
.list-mode .b-item-dropdown .b-item-dropdown-body {
	position: static;
	padding: 0;
	border: none;
	box-shadow: none;
}
/* Catalog-Dropdown */

.b-fastview-wrap {
	position: absolute;
	bottom: 1rem;
	right: 0;
	left: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.b-fastview-wrap {
		display: none;
	}
}
.list-mode .b-fastview-wrap {
	left: 17px;
	right: auto;
}
/*.b-fastview i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid #808080;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
}
.b-fastview i svg {
	width: 1.05rem;
	width: 15px;
	height: 1.05rem;
	height: 15px;

	fill: #808080;
}*/
.b-fastview span {
	background-color: #fff;
	padding: 0.2rem 1rem;
	font-size: 0.8rem;
}
a.b-fastview.js-b-fastview {
	visibility: hidden;
}
.b-item:hover a.b-fastview.js-b-fastview {
	visibility: visible;
}
/* B-Item END
------------------------------------------------------------ */

/* B-Certificates START
------------------------------------------------------------ */
.b-certificates {
	margin-bottom: 1.25rem;
}
.b-certificates figure {
}
.b-certificates figure figcaption {
	padding: .625rem 0;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}
/* B-Certificates END
------------------------------------------------------------ */

/* B-Items-Detail START
------------------------------------------------------------ */
.b-item-main-info {
	margin-bottom: 1.25rem;
}
.b-item-main-info .h1 {
	line-height: 1;
}
/* ------------------------- Item-Detail-Promo ------------------------- */
.b-item-thumbs-list,
.b-item-promo-main-list {
	visibility: hidden;
}
.b-item-detail-promo {
	margin-bottom: .9375rem;
}
@media (min-width: 768px) {
	.b-item-detail-promo {
		margin-bottom: 0;
	}
}
.b-item-detail-promo .b-item-promo-main {
	margin-bottom: .9375rem;
}
.b-item-detail-promo .b-item-promo-main .b-item-promo-main-list {
	padding-right: 0;
	padding-left: 0;
    max-height: 400px;
}
.b-item-detail-promo .b-item-promo-main .zoom_w:hover:before {
	background: transparent;
}
.b-item-detail-promo .b-item-thumbs-list .thumb-item {
	padding: 2px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.b-item-detail-promo .b-item-thumbs-list .slick-current .thumb-item {
	border-color: #555555;
}
.b-item-detail-promo .b-item-thumbs-list .slick-current .thumb-item {
	cursor: default;
}
.b-item-detail-promo .b-item-thumbs-list .thumb-item:hover {
	border-color: #333333;
}
/* Item-Images-List */
/* ------------------------- Item-Detail-Promo ------------------------- */

/* B-Item-Main-Info */
.b-item-main-info .b-item-summary {
}
.b-item-main-info .b-item-summary .b-item-price-wrap {
	margin-bottom: .9375rem;
	line-height: 1.2;
}
.b-item-main-info .b-item-summary .b-item-price-wrap .b-item-price-old {
	display: inline-block;
	position: relative;
	font-size: 1.25rem;
	text-decoration: line-through;
}
.b-item-main-info .b-item-summary .b-item-price-wrap .b-item-price {
	font-size: 1.625rem;
	font-weight: bold;
}
.b-item-main-info .b-item-summary .b-item-add-wrap {
	margin-bottom: .625rem;
}
.b-item-main-info .b-item-summary .b-item-add-wrap:after {
	display: table;
	clear: both;
	content: "";
}
.b-item-main-info .b-item-summary .b-item-counter-wrap,
.b-item-main-info .b-item-summary .b-item-add {
	float: left;
}
.b-item-main-info .b-item-summary .b-item-counter-wrap {
	/*padding-right: 5px;
	width: 40%;*/
}
.b-item-main-info .b-item-summary .b-item-add {
	/*padding-left: 5px;
	width: 60%;*/
}
.b-item-main-info .b-item-summary .b-item-add .btn {
	width: 100%;
}
.b-item-main-info .b-item-summary .b-item-string {
	margin-bottom: .9375rem;
}
.b-item-main-info .b-item-summary .b-item-status {
	margin-bottom: .9375rem;
}
.b-item-status:before {
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	margin-right: .4375rem;
	border-radius: 50%;
	color: #ffffff;
	background: #000000;
	line-height: 1.125rem;
	text-align: center;
	content: "i";
}
.b-item-status.success {
	color: #679902;
}
.b-item-status.failure {
	color: #cc0001;
}
.b-item-main-info .b-item-summary .b-item-status.success:before {
	background-color: #679902;
}
.b-item-main-info .b-item-summary .b-item-status.failure:before {
	background-color: #cc0001;
}
/* B-Item-Main-Info */
/* B-Items-Detail END
------------------------------------------------------------ */

/* B-Items-Tabs START
------------------------------------------------------------ */
/* Basic-Styles */
.b-item-tabs {
	margin-bottom: .9375rem;
}
.b-item-tabs .b-item-tabs-list {
	display: table;
	width: 100%;
}
.b-item-tabs .b-item-tabs-list a.active {
	cursor: default;
}
.b-item-tabs .b-item-tabs-content > div {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	/*display: none;*/
	opacity: 0;
	transition: all .3s;
}
.b-item-tabs .b-item-tabs-content > div.active {
	visibility: visible;
	position: static;
	/*display: block;*/
	width: 100%;
	opacity: 1;
}
/* Basic-Styles */

.b-item-tabs {
	color: #333333;
	font-size: .8125rem;
}
.b-item-tabs .b-item-tabs-list {
	display: table;
	width: 100%;
}
.b-item-tabs .b-item-tabs-list a {
	display: table-cell;
	position: relative;
	height: 2.5rem;
	margin: 0 -1px -1px 0;
	padding: 1px 1.125rem 0;
	border: 1px solid #dedede;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	color: #636262;
	background: #efefef;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;

	transiton: all .5s;
}
.b-item-tabs .b-item-tabs-list a.active {
	bottom: -1px;
	border: 1px solid #dedede;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	background: #ffffff;
}
.b-item-tabs .b-item-tabs-list a:hover {
	color: #000000;
}
.b-item-tabs .b-item-tabs-content > div {
	clear: both;
	padding: .9375rem 1.125rem;
	border: 1px solid #dedede;
	border-radius: 0 4px 4px 4px;
	background: #ffffff;
	background: #ffffff;
}
.b-item-tabs .b-item-tabs-content > div:after {
	display: table;
	clear: both;
	content: "";
}
@media (max-width: 767px) {
	.b-item-tabs .b-item-tabs-list a {
		display: inline-block;
		float: none;
		margin: 0 5px .4375rem;
		border-radius: 4px;
		color: #4e545b;
		background: #e5e5e5;
		background:    -moz-linear-gradient(top, #e5e5e5 0%, #cbcbcb 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #cbcbcb));
		background: -webkit-linear-gradient(top, #e5e5e5 0%, #cbcbcb 100%);
		background:      -o-linear-gradient(top, #e5e5e5 0%, #cbcbcb 100%);
		background:     -ms-linear-gradient(top, #e5e5e5 0%, #cbcbcb 100%);
		background:         linear-gradient(to bottom, #e5e5e5 0%, #cbcbcb 100%);
		text-shadow: 0 1px 1px #ffffff;
		line-height: 2rem;
	}
	.b-item-tabs .b-item-tabs-list a:hover {
		color: #2c2d2e;
		background: #d1d1d1;
		background:    -moz-linear-gradient(top, #d1d1d1 0%, #b7b7b7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #b7b7b7));
		background: -webkit-linear-gradient(top, #d1d1d1 0%, #b7b7b7 100%);
		background:      -o-linear-gradient(top, #d1d1d1 0%, #b7b7b7 100%);
		background:     -ms-linear-gradient(top, #d1d1d1 0%, #b7b7b7 100%);
		background:         linear-gradient(to bottom, #d1d1d1 0%, #b7b7b7 100%);
		text-shadow: 0 1px 1px #ffffff;
	}
	.b-item-tabs .b-item-tabs-list a.active {
		border-color: #333333;
		color: #ffffff;
		background: #6b6b6b;
		background:    -moz-linear-gradient(top, #6b6b6b 0%, #494949 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6b6b), color-stop(100%, #494949));
		background: -webkit-linear-gradient(top, #6b6b6b 0%, #494949 100%);
		background:      -o-linear-gradient(top, #6b6b6b 0%, #494949 100%);
		background:     -ms-linear-gradient(top, #6b6b6b 0%, #494949 100%);
		background:         linear-gradient(to bottom, #6b6b6b 0%, #494949 100%);
		text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	}
	.b-item-tabs .b-item-tabs-content > div {
		border-radius: 4px;
	}
}
/* B-Items-Tabs END
------------------------------------------------------------ */

/* Modal-Wins START
------------------------------------------------------------ */
body.modal-active {
	overflow: hidden;
}
.overlay {
	opacity: 0;
	display: none;
	position: fixed;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
}
.b-modal-win-wrap,
.b-buy-modal-win-wrap {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 16;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 1rem 2px #2b2b2b;
}
/*.b-modal-win,
.b-buy-modal-win {
	position: relative;
	z-index: 2;
	width: 465px;
	margin: 80px auto;
	padding: .9375rem .9375rem;
	border: 2px solid #ffffff;
	border-radius: 3px;
	background: #aaaaaa;
}*/
.b-buy-modal-win {
	max-width: 460px;
	background: #fff;
}
@media (max-width: 600px) {
	.b-modal-win,
	.b-buy-modal-win {
		width: 90%;
	}
}
.b-modal-win .b-modal-close,
.b-buy-modal-win .b-buy-modal-close {
	position: absolute;
	z-index: 2;
	top: .6875rem;
	right: .9375rem;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	outline: none;
	opacity: .7;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
}
.b-modal-win .b-modal-close:hover,
.b-buy-modal-win .b-buy-modal-close:hover {
	transition: all, .4s;
	transform: rotate(90deg);
}
.b-buy-modal-win .btn {
	font-size: 12px;
	letter-spacing: normal;
	width: 100%;
}

.b-modal-win .b-modal-body {
}
.b-modal-win .b-modal-body header,
.b-buy-modal-win .b-buy-modal-body header {
	margin: 4px 0 .9375rem;
}
/*.b-modal-win .b-modal-body header .b-modal-title {
	position: relative;
	top: 1px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(1, 1, 1, .3);
	font-size: 1.875rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}*/
/*.b-buy-modal-title {
	position: relative;
	top: 1px;
	font-size: 1.45rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}*/
.b-modal-title-desc {
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}
.b-modal-title-desc a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.b-modal-title-desc a:hover {
	border-bottom-color: transparent;
}
.b-modal-win .b-modal-body form {
	margin-bottom: 0;
}
.b-modal-win .b-modal-body form > div {
	position: relative;
	margin-bottom: .625rem;
}


.b-buy-modal-win .b-item {
	max-width: 250px;
	margin: 0 auto 1.5rem;
}
.b-buy-modal-win .b-item:hover {
	border-color: #ccc;
}
/* Modal-Wins End
-------------------------------------------- */

/* Five Column Fix */
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: .625rem;
	padding-left: .625rem;
}
.col-xs-20 {
	float: left;
	width: 20%;
}
@media (min-width: 768px) {
	.col-sm-20 {
		float: left;
		width: 20%;
	}
}
@media (min-width: 992px) {
	.col-md-20 {
		float: left;
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.col-lg-20 {
		float: left;
		width: 20%;
	}
}
/* Five Column Fix End */

/* Addons
----------------------------------------------------------- */
.invisible {
	opacity: 0;
}
.visible {
	opacity: 1;
}

.zoom {
	position: absolute;
	/*pointer-events: none;*/
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	opacity: 1;
	transition: transform .5s cubic-bezier(0,1,0,1),opacity 1s cubic-bezier(0,1,0,1);
}
.zoom_dec {
	display: block;
	width: 50px;
	height: 50px;
	opacity: 0;
	background-image: url(/local/templates/.default/core/css/../images/zoom.png);
	transition: opacity .3s linear;
}
.zoom_w {
	display: block;
	position: relative;
}
.zoom_w:hover .zoom_dec {
	opacity: 1;
}
.zoom_w:hover:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	content: "";
}
.zoom_w:after {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	content: "";
}
.zoom_w:active .zoom {
	opacity: 0;
	transform: scale(2);
}
/* Addons End
----------------------------------------------------------- */

/* Accordeon START
--------------------------------*/
.b-catalog-nav-list {
	margin-bottom: 1.5625rem;
}
.b-catalog-nav-list ul {
	list-style: none;
}
.b-catalog-nav-list ul li {
	position: relative;
}
.b-catalog-nav-list a:focus {
	outline: none;
}
.b-catalog-nav-list ul ul {
	display: none;
}
.b-catalog-nav-list .dropdown-list .toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	min-height: 100%;
	cursor: pointer;
	transition: all .3s;
}
.b-catalog-nav-list .dropdown-list.active .toggle {
	transform: rotate(180deg);
}
.b-catalog-nav-list ul .dropdown-list .toggle:after {
	/*position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -6px;
	border-width: .4375rem .4375rem 0 .4375rem;
	border-style: solid;
	border-color: #aaaaaa transparent transparent transparent;
	content: "";*/
	content: "";
	border: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: none;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	vertical-align: middle;
	transition: all .5s;
}
.b-catalog-nav-list ul .dropdown-list.active .toggle:after {
	/*border-width: 0 .4375rem .4375rem .4375rem;
	border-color: transparent transparent #aaaaaa transparent;*/
}

.b-catalog-nav-list ul .dropdown-list ul li.dropdown-list .toggle:after {
	border-width: .4375rem .4375rem 0 .4375rem;
	border-style: solid;
	border-color: #aaaaaa transparent transparent transparent;

	

	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	border: none;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	vertical-align: middle;
	background-size: cover;
	transition: all .5s;
}
.b-catalog-nav-list ul .dropdown-list ul li.dropdown-list.active .toggle:after {
	border-width: 0 .4375rem .4375rem .4375rem;
	border-style: solid;
	border-color: transparent transparent #aaaaaa transparent;

	border: none;
	transform: rotate(180deg);
}
.b-catalog-nav-list ul li a {
	display: block;
	position: relative;
	padding: 1.0625rem 0 1.0625rem .9375rem;
	font-size: 1rem;
	text-decoration: none;
}
.b-catalog-nav-list ul li ul li {
	margin: 0;
	background: transparent;
}
.b-catalog-nav-list > ul > li > ul > li {
	margin: .4375rem 0;
}
.b-catalog-nav-list ul li ul li a {
	padding: 5px 0 5px 1.5625rem;
	font-weight: normal;
}
.b-catalog-nav-list ul ul ul {
	margin: 5px 0 .625rem;
	padding: 0;
}
.b-catalog-nav-list ul ul ul li a {
	display: block;
	padding-left: 1.5625rem;
	font-size: .9375rem;
}
@media (min-width: 768px) and (max-width: 991px) {
	.b-catalog-nav-list ul li a {
		padding: .9375rem 1.25rem;
		font-size: .9375rem;
	}
	.b-catalog-nav-list ul li ul li a {
		padding: 5px 1.25rem;
		font-size: .9375rem;
	}
	.b-catalog-nav-list ul ul ul li a {
		padding-left: 1.875rem;
		font-size: .8125rem;
	}
}
.b-catalog-nav-list ul ul ul a:before {
	content: "- ";
}

/* Theme */
.b-catalog-nav-list > ul {
	border-bottom: 1px solid #eee;
}
.b-catalog-nav-list > ul > li > a {
	display: block;
	padding: .625rem 1.25rem .625rem .9375rem;
	border: 1px solid #eee;
	border-bottom: none;
	/*border-radius: 4px;*/
	color: #444444;
	background: #ffffff;
	text-shadow: 0 1px #f0f0f0;
	font-size: 1.025rem;
}
.b-catalog-nav-list > ul > li {
	/*margin-bottom: 5px;*/
}
.b-catalog-nav-list .dropdown-list .toggle {
	/*border-left: 1px solid #dddddd;*/
}
.b-catalog-nav-list .dropdown-list ul .toggle {
	border-left: 1px solid transparent;
}
.b-catalog-nav-list ul li ul {
	padding: 7px 0 5px;
	background: #ffffff;
}
.b-catalog-nav-list ul li ul li a {
	color: #133353;
	font-size: 1rem;
}
.b-catalog-nav-list ul ul {
	border: 1px solid #eee;
	border-top: none;
	background: #fafafa;
}
.b-catalog-nav-list ul ul ul {
	border: none;
}
/* Theme */
/* Accordeon END
--------------------------------*/

/* b-catalog-side-nav END
--------------------------------*/
.b-catalog-side-nav {
	margin-bottom: 1.5625rem;
}
.b-catalog-side-nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}
.b-catalog-side-nav > ul > li {
	position: relative;
	/*margin-bottom: 5px;*/
}
.b-catalog-side-nav > ul > li > a {
	display: block;
	padding: .625rem 1.25rem .625rem .9375rem;
	border: 1px solid #eee;
	border-bottom: none;
	/*border-radius: 4px;*/
	color: #444444;
	background: #ffffff;
	font-size: 1.025rem;
}
.b-catalog-side-nav > ul > li:hover > a {
	text-decoration: underline;
}
.b-catalog-side-nav__dropdown:after {
	/*position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 0;
	height: 0;
	border-width: .4375rem 0 .4375rem .4375rem;
	border-style: solid;
	border-color: transparent transparent transparent #aaaaaa;
	content: "";
	transform: translateY(-50%);*/

	content: "";
	border: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	border: none;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	vertical-align: middle;
	transition: all .5s;
	transform: translateY(-50%) rotate(-90deg);
}
.b-catalog-side-nav ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 250px;
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	/*border-radius: 4px;*/
	background: #ffffff;
	list-style: none;
	z-index: 3;
	box-shadow: 3px 3px 5px rgba(0,0,0,.15);
}
.b-catalog-side-nav > ul > li:hover ul {
	display: block;
}
.b-catalog-side-nav ul ul li a {
	display: block;
	padding: .625rem 1.25rem .625rem .9375rem;
	color: #777777;
	font-size: 1rem;
}
.b-catalog-side-nav ul ul li:hover a {
	text-decoration: underline;
}
/* b-catalog-side-nav END
--------------------------------*/

/* Catalog-Filter-List START
--------------------------------*/
.catalog-filter-list {
	overflow-y: auto;
	max-height: 250px;
	padding: .9375rem;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #f9f9f9;
	list-style: none;
}
.catalog-filter-list:before,
.catalog-filter-list:after {
	display: table;
	content: "";
}
.catalog-filter-list:after {
	clear: both;
}
.catalog-filter-list li {
	float: left;
	overflow: hidden;
	width: 100%;
	padding: 2px 5px;
	font-size: .875rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.catalog-filter-list li.active a {
	color: #0074a6;
	font-weight: bold;
	cursor: default;
}
.catalog-filter-list li a {
	color: #999999;
}
.catalog-filter-list li a:hover {
	text-decoration: underline;
}
.catalog-filter-list li.active a:hover {
	text-decoration: none;
}
@media (min-width: 550px) {
	.catalog-filter-list li {
		width: 33.333%;
	}
}
@media (min-width: 768px) {
	.catalog-filter-list {
		padding: 0;
		border: none;
		border-radius: 0;
		background: transparent;
	}
	.catalog-filter-list li {
		width: 25%;
		font-size: .8125rem;
	}
}
@media (min-width: 992px) {
	.catalog-filter-list li {
		font-size: .875rem;
	}
}
/* Catalog-Filter-List END
--------------------------------*/

/* Big-Start-Promotion-Section Start
------------------------------------ */
.promo-works-demo {
	margin-bottom: 1.875rem;
}
.promo-works-demo .col-md-9 {
	padding-right: .4375rem;
}
.promo-works-demo .col-md-3 {
	padding-left: .4375rem;
}
.promo-works-demo .main-img-wrap {
	position: relative;
	margin-bottom: .9375rem;
}
.promo-works-demo .main-img-wrap .caption {
	display: block;
	display: none;
	position: absolute;
	position: absolute;
	padding: .625rem 1.25rem;
	color: #ffffff;
	background: rgba(0,0,0,.5);
	font-size: 1rem;
	font-weight: bold;
}
@media (min-width: 480px) {
	.promo-works-demo .main-img-wrap .caption {
		display: block;
	}
}
@media (min-width: 768px) {
	.promo-works-demo .main-img-wrap .caption {
		top: .9375rem;
		left: .9375rem;
		width: 50%;
		font-size: 1.375rem;
	}
	.promo-works-demo .main-img-wrap img {
		height: 265px;
	}
}
@media (min-width: 992px) {
	.promo-works-demo .main-img-wrap .caption {
		font-size: 1.5rem;
	}
}
.promo-works-demo .main-img-wrap img {
	width: 100%;
	max-height: 264px;
}

.gallery-thumbs img {
	border: 1px solid #cccccc;
}
.gallery-thumbs a:hover img {
	opacity: .8;
}

.order-aside {
	display: table-cell;
	height: 264px;
	padding: .625rem .9375rem;
	border: 1px solid #cccccc;
	border-radius: 5px;
	color: #000000;
	box-shadow: 2px 2px 2px #333333;
	text-align: center;
	vertical-align: middle;
}
.order-aside .title {
	margin: 0 0 .625rem;
	text-shadow: 1px 1px 1px #333333;
	font-size: 1.375rem;
	line-height: 1.2;
}
.order-aside small {
	display: block;
	margin-bottom: 1.875rem;
	font-size: .8125rem;
}
/* Big-Start-Promotion-Section End
------------------------------------ */

/* Tabs-Section Start
------------------------------------ */
/* tabs start*/
.tabs {
	margin-bottom: 1.875rem;
}
.tabs .list {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.tabs .list .item {
	/*float: left;*/
	display: table-cell;
	overflow: hidden;
	width: 33.3333%;
	padding: .4375rem 5px;
	border: 1px solid #cccccc;
	border-top: 1px solid transparent;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	color: #999999;
	background: #f9f9f9;
	font-size: .75rem;
	font-weight: bold;
	line-height: 1.875rem;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
@media(min-width: 768px) {
	.tabs .list .item {
		padding: .625rem .9375rem;
		font-size: .9375rem;
	}
}

.tabs .list .item.active {
	color: #333333;
	background: #ffffff;
	cursor: default;
	/* 	border-top: 1px solid #333; */
	border-top: 1px solid #ccc;
	transform: translate(0, 1px);
}
@media(max-width: 600px) {
	.tabs .list {
		display: block;
		transform: translate(0, 1px);
	}
	.tabs .list .item {
		display: block;
		width: 100%;
	}
	.tabs .list .item.active {
		transform: none;
	}
}
.tabs .box {
	position: relative;
	width: 100%;
	padding: 1.5625rem .9375rem;
	border: 1px solid #cccccc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #ffffff;
}
.tabs .box:after {
	display: table;
	clear: both;
	content: "";
}
.tabs .box .item {
	display: none;
}
.tabs .box .item.active {
	display: block;
}
/* tabs end */
.tabs .option {
	width: 100%;
	margin-top: 1.5625rem;
}
.tabs .option:first-child {
	margin-top: 0;
}
.tabs .option .title {
	margin-bottom: .625rem;
	color: #333333;
	font-size: 1.5rem;
	font-weight: normal;
}
.tabs .option .img-wrap {
	overflow: hidden;
	height: 205px;
	margin-bottom: .9375rem;
	border: 1px solid #cccccc;
	box-shadow: 0 8px 6px -6px black;
}
.tabs .option .img-wrap img {
	transition: all .3s ease-in-out;
}
.tabs .option a:hover .img-wrap img {
	transition: all .5s ease-in-out;
	transform: scale(1.05);
}
.tabs .option .price {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: .9375rem;
	padding: .625rem 1.125rem;
	border-radius: 5px;
	color: #ffffff;
	text-shadow: 0 -1px 2px rgba(0,0,0,.2);
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	transition: .2s ease-in-out;
}
.tabs .option p {
	margin: 0;
	font-size: .75rem;
}
@media(min-width: 768px) {
	.tabs .option {
		float: left;
		width: 33.333%;
		margin-top: 0;
		padding-left: .9375rem;
	}
	.tabs .option:first-child {
		padding-left: 0;
	}
	.tabs .option img {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tabs .option .title {
		font-size: 1.1875rem;
	}
}
@media (max-width: 767px) {
	.tabs .option a {
		display: block;
		width: 75%;
		margin: 0 auto;
	}
	.tabs .option img {
		width: 100%;
	}
}
@media (max-width: 520px) {
	.tabs .option a {
		width: 100%;
	}
}
.fixed-header .fancybox-nav-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.5);
}
.fixed-header .fancybox-nav {
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: -1.0625rem 0 0;
}
.fixed-header .fancybox-prev {
	right: auto;
	left: 50%;
	margin-left: -50px;
}
.fixed-header .fancybox-next {
	right: 50%;
	left: auto;
	margin-right: -50px;
}
.fixed-header .fancybox-nav span {
	display: block;
	visibility: visible;
	position: static;
	width: 2.1875rem;
	height: 2.1875rem;
	margin-top: 0;
}
.fixed-header .fancybox-close {
	position: fixed;
	top: .9375rem;
	right: 45px;
}
.fixed-header .fancybox-nav-wrap strong {
	display: block;
	margin-top: 1.4375rem;
	margin-left: 1.875rem;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.fixed-header .fancybox-nav-wrap {
		height: 1.9375rem;
	}
	.fixed-header .fancybox-nav {
		top: 5.4375rem;
		margin: 0;
	}
	.fixed-header .fancybox-prev {
		left: 1.5625rem;
		margin-left: 0;
	}
	.fixed-header .fancybox-next {
		right: auto;
		left: 70px;
		margin-right: 0;
	}
}

/* Tabs-Section End
------------------------------------ */

/* Service-List START
------------------------------------ */
.service-list.info {
	margin: 0 0 5px;
}
.service-list .service {
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #fefefe;
}
.service-list .service:after {
	display: table;
	clear: both;
	content: "";
}
.service-list .service .h3 {
	margin-bottom: .9375rem;
	text-align: center;
}
.service-list .service .h3 a {
	color: #000000;
}
.service-list .service .h3 a:hover {
	color: #888888;
	text-decoration: none;
}
.service-list .service p {
	display: table-cell;
	height: 150px;
	padding-right: .9375rem;
	vertical-align: middle;
}
.service-list .service img {
	max-height: 150px;
	border: 1px solid #cccccc;
}
.service-list .service ul {
	min-height: 11.25rem;
	margin-top: 1.25rem;
}
@media (min-width: 768px) {
	.service-list [class*="col-"]:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.service-list .service .h3 {
		text-align: center;
	}
	.service-list .service img {
		float: none !important;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.service-list .service p {
		display: block;
		height: auto;
	}
}
@media (max-width: 480px) {
	.service-list .service p {
		display: block;
		height: auto;
	}
}
@media (max-width: 480px) {
	.service-list .service .h3 {
		text-align: center;
	}
	.service-list .service img {
		float: none !important;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.service-list .service ul {
		clear: both;
		min-height: auto;
	}
}
/* Service-List END
------------------------------------ */

/* Filter START
-------------------------------- */
.bx-filter {
	margin-bottom: 1.25rem;
	border: 1px solid #cccccc;
	border-top: none;
}
.bx-filter form {
	margin-bottom: 0;
}
.bx-filter .bx-filter-parameters-box {
	position: relative;
	border-top: 1px solid #cccccc;
}
.bx-filter .bx-filter-parameters-box .bx-filter-block {
	display: none;
	position: relative;
	padding: 0 .9375rem 0;
}
.bx-filter .bx-filter-parameters-box.bx-active > .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-section {
	padding-top: 0;
}
.bx-filter .bx-filter-parameters-box-title {
	position: relative;
	padding: .6875rem .9375rem;
	color: #666666;
	font-size: .875rem;
	text-transform: uppercase;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title:after {
	position: absolute;
	top: 50%;
	right: .9375rem;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #aaaaaa transparent transparent transparent;
	content: "";
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title:after {
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #aaaaaa transparent;
}
.bx-filter-parameters-box-container {
	padding: 5px .9375rem 5px;
}
.bx-filter .bx-filter-parameters-box-container > div {
	display: block;
	position: relative;
	padding: 3px 0;
}
.bx-filter .bx-filter-parameters-box-container .bx-filter-select-container {
	padding: 0;
}
.bx-filter .price-filter {
	overflow: hidden;
}
.bx-filter .price-filter input[type="text"] {
	float: left;
	width: 44%;
	margin: 0 0 0 12%;
	padding: 5px .625rem;
	font-size: .875rem;
}
.bx-filter .price-filter input[name="min-price"],
.bx-filter .price-filter input[name="arrFilter_P1_MIN"] {
	margin-left: 0;
}
.bx-filter label {
	padding-left: 1.5625rem;
	color: #999999;
	font-size: .875rem;
}
.bx-filter label span {
	color: #333333;
}
.bx-filter-parameters-box-container .checkbox,
.bx-filter-parameters-box-container .radio {
	position: relative;
}
.bx-filter .icheckbox,
.bx-filter .iradio {
	position: absolute;
	top: 5px;
	left: 0;
}
.bx-filter .bx-filter-parameters-box-container > div:hover .icheckbox {
	border-color: #647883;
}
.bx-filter .bx-filter-parameters-box-container > div:hover label {
	color: #647883;
}
.bx-filter ul {
	margin: 0;
	padding: 0 0 0 1.25rem;
	list-style: none;
}
.bx-filter ul li a {
	color: #999999;
	font-size: .875rem;
}
.bx-filter ul li a:hover {
	color: #647883;
	text-decoration: underline;
}
.bx-filter .bx-filter-parameters-box-title {
	padding: .9375rem .9375rem;
	color: #666666;
	font-size: .875rem;
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #666666;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: transparent;
	color: #333333;
}

.bx-filter .bx-filter-button-box {
	overflow: hidden;
	padding: 1.25rem .9375rem;
	border-top: 1px solid #cccccc;
}

.bx-filter .btn,
.bx-filter .btn-primary {
	float: left;
	/*width: 48%;*/
	padding: 8px 0;
	border: none;
	outline: none;
}
.bx-filter .btn {
	/*margin-left: 2%;*/
}
.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title span {
	display: block;
}


.bx-filter .bx-filter-popup-result.left {
	right: auto;
	left: 100%;
	margin-left: .625rem;
	background: #ffffff;
}
.bx-filter .bx-filter-popup-result.left {
	position: absolute;
	min-width: 7.5rem;
	padding: 5px .625rem;
	border: none;
	/*border: 1px solid #333333;*/
	box-shadow: 0 0 4px #abaaaa;
	border-image: none;
}
/*.bx-filter .bx-filter-popup-result.left:before {
	position: absolute;
	top: 50%;
	left: -.625rem;
	width: 0;
	height: 0;
	margin-top: -.4375rem;
	border-width: .4375rem .625rem .4375rem 0;
	border-style: solid;
	border-color: transparent #333333 transparent transparent;
	content: "";
}*/
/* Filter END
-------------------------------- */

/* Footer-Nav
--------------------------------*/
.footer-nav {
	margin-top: 1.875rem;
	border-top: 3px solid #101010;
	background: #232323;
}
.footer-nav > ul {
	display: table;
	overflow: hidden;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}
.footer-nav > ul > li {
	display: table-cell;
	font-size: .875rem;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-nav > ul > li:first-child {
	margin-left: 0;
}
.footer-nav > ul > li > a {
	display: block;
	padding: 1.25rem 0;
	color: #ffffff;
}
.footer-nav > ul > li > a:hover {
	background: #333333;
	text-decoration: underline;
}
.footer-nav > ul ul {
	max-width: 155px;
	margin-top: .9375rem;
	line-height: 1.3;
}
.footer-nav > ul ul > li {
	font-weight: normal;
	font-style: .8125rem;
	text-transform: none;
}
.footer-nav > ul ul > li a {
	color: #c4c4c3;
}
.footer-nav > ul ul > li a:hover {
	color: #ffffff;
}
@media (max-width: 767px) {
	.footer-nav ul {
		text-align: center;
	}
	.footer-nav ul ul {
		margin: .625rem auto .9375rem;
	}
	.footer-nav > ul > li {
		display: block;
		float: none;
		margin: 0 0 .625rem;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.footer-nav > ul > li {
		margin-left: 1.3125rem;
		font-size: .75rem;
	}
	.footer-nav > ul ul {
		max-width: 11.875rem;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.footer-nav > ul > li {
		margin-left: 2.375rem;
		font-size: .875rem;
	}
	.footer-nav > ul ul {
		max-width: 12.1875rem;
	}
}
.footer-nav .copy-wrap {
	text-align: center;
}
@media (min-width: 992px) {
	.footer-nav .copy-wrap {
		display: table;
		width: 100%;
	}
	.footer-nav .copy {
		display: table-cell;
		padding-top: 1.25rem;
		vertical-align: middle;
	}
}
/* Footer-Nav End
--------------------------------*/

/* Footer
--------------------------------*/
.footer {
	margin-top: 55px;
	padding: .9375rem 0 0;
	border-top: 1px solid #e8e8ea;
	background: #ededed;
}
.footer .bottom-footer-data {
	margin-top: 1.25rem;
}
.footer .main-footer-body {
	padding-top: 1.25rem;
}
.footer-nav span {
	display: block;
	margin: 2px 0;
	color: #2c2e30;
	color: #cccccc;
	font-size: .6875rem;
}
.footer-nav span a {
	color: #2c2e30;
	text-decoration: underline;
}
.footer-nav span a:hover {
	text-decoration: none;
}


.footer strong span {
	font-weight: normal;
}
.footer strong {
	display: block;
	margin-top: .625rem;
	color: #4a414b;
	font-size: 1.625rem;
	font-weight: bold;
}
.footer .callback span {
	display: block;
	margin-top: 5px;
	color: #4a414b;
	font-size: .8125rem;
	white-space: nowrap;
}
.footer .callback a {
	border-bottom: 1px dashed #2e76bc;
	color: #2e76bc;
	font-size: .8125rem;
}

.footer .bottom-footer-data div {
	position: relative;
}
.footer .bottom-footer-data input[type="text"] {
	min-height: 2.5rem;
	padding-right: 45px;
	background: #f7f7f7;
}
.footer .bottom-footer-data button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 992px) {
	.footer form div,
	.footer .bottom-footer-data span a {
		position: relative;
		z-index: 3;
	}
}
@media (max-width: 768px) {
	.bottom-footer-data span {
		text-align: center;
	}
	.bottom-footer-data form {
		margin-top: 1.25rem;
	}
}
@media (max-width: 520px) {
	.footer .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.footer .logo {
		margin: 0 auto;
	}
	.footer .callback {
		margin: .625rem 0;
	}
	.footer a[data-modal-win="callback"] {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.footer img.logo {
		margin-right: 0;
		margin-left: 0;
	}
}
.payment {
	margin: 0;
	padding: .9375rem;
	list-style: none;
}
/* .payment li:first-child {
	display: block;
	color: #eee;
	margin-bottom: 5px;
	font-size: 1rem;
} */
.payment li {
	display: inline-block;
	color: #cccccc;
	font-size: .75rem;
	line-height: .75rem;
	text-align: justify;
	vertical-align: middle;
}
/* Footer End
--------------------------------*/

/* Fast-View-Item End'
--------------------------------*/
.b-item .fast-view {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	top: .9375rem;
	right: .9375rem;
	border: 1px solid #ffffff;
	border-radius: 5px;
	opacity: 0;
	background: rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	line-height: 50px;
	transition: all .3s;
}
.b-item:hover .fast-view {
	visibility: visible;
	opacity: 1;
}
.b-item .fast-view:hover {
	background: rgba(0,0,0,.5);
}

.b-fast-view-wrap {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 16;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 1rem 2px #2b2b2b;
}
.b-fast-view {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 80px auto;
	padding: .9375rem .9375rem;
	border: 2px solid #ffffff;
	border-radius: 3px;
	background: #ffffff;
}
@media (max-width: 600px) {
	.b-fast-view {
		width: 90%;
	}
}
.b-fast-view .b-fast-view-close {
	position: absolute;
	z-index: 2;
	top: .6875rem;
	right: .9375rem;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	outline: none;
	opacity: .7;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
}
.b-fast-view .b-fast-view-close:hover {
	transition: all, .4s;
	transform: rotate(90deg);
}
/* Fast-View-Item End
--------------------------------*/

/* Fast-Buy Start
--------------------------------*/
.b-fast-buy-wrap {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 16;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 1rem 2px #2b2b2b;
}
.b-fast-buy {
	position: relative;
	z-index: 2;
	width: 465px;
	margin: 80px auto;
	padding: .9375rem .9375rem;
	border: 2px solid #ffffff;
	border-radius: 3px;
	background: #777777;
}
@media (max-width: 600px) {
	.b-fast-buy {
		width: 90%;
	}
}
.b-fast-buy .b-fast-buy-close {
	position: absolute;
	z-index: 2;
	top: .6875rem;
	right: .9375rem;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	outline: none;
	opacity: .7;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
}
.b-fast-buy .b-fast-buy-close:hover {
	transition: all, .4s;
	transform: rotate(90deg);
}
/* Fast-Buy End
--------------------------------*/

/* Soc-Icons START
--------------------------------*/
.sn {
	overflow: hidden;
	margin: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}
.sn li {
	display: inline-block;
	line-height: 60px;
}
.sn a {
	display: block;
	width: 60px;
	height: 60px;
	border-right: 1px solid #313131;
}
.sn li:first-child a {
	border-left: 1px solid #313131;
}
.sn .vk {
	background: url(/local/templates/.default/core/css/../images/sn.png) 0 0 no-repeat transparent;
}
.sn .fb {
	background: url(/local/templates/.default/core/css/../images/sn.png) -60px 0 no-repeat transparent;
}
.sn .od {
	background: url(/local/templates/.default/core/css/../images/sn.png) -120px 0 no-repeat transparent;
}
.sn .tw {
	background: url(/local/templates/.default/core/css/../images/sn.png) -180px 0 no-repeat transparent;
}
.sn .go {
	background: url(/local/templates/.default/core/css/../images/sn.png) -240px 0 no-repeat transparent;
}
.sn .yo {
	background: url(/local/templates/.default/core/css/../images/sn.png) -300px 0 no-repeat transparent;
}
.sn .vk:hover {
	background-position: 0 -60px;
}
.sn .fb:hover {
	background-position: -60px -60px;
}
.sn .od:hover {
	background-position: -120px -60px;
}
.sn .tw:hover {
	background-position: -180px -60px;
}
.sn .go:hover {
	background-position: -240px -60px;
}
.sn .yo:hover {
	background-position: -300px -60px;
}
/* Soc-Icos END
--------------------------------*/

/* B-Service-Promo START
--------------------------------*/
.b-services-promo {
	padding-bottom: .9375rem;
}
.b-services-promo .b-services-promo-header {
	text-align: center;
}

.b-service-card {
	margin-bottom: 1.25rem;
	border-bottom: solid 3px #cdcdcd;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.b-service-card .b-service-image-wrap {
	background: #cdcdcd;
}
.b-service-card .b-service-image-wrap img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: solid 5px #ffffff;
	border-radius: 50%;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	transform: translateY(2.5rem) rotate(0deg);
}
.b-service-card .b-service-detail {
	padding: 2.5rem 1.25rem;
	text-align: center;
}
.b-service-card .b-service-detail .b-service-title {
	margin: 1.25rem 0 .9375rem;
	font-size: 1rem;
	font-weight: bold;

	height: 35px;
	overflow: hidden;
}
@media (min-width: 992px) {
	.b-service-card .b-service-detail .b-service-title {
		height: 44px;
	}
}
.b-service-card .b-service-detail .b-service-price {
	display: block;
	margin: 0 0 1.5625rem;
	font-size: .9375rem;
}
/* B-Service-Promo END
--------------------------------*/



/* UI-Slider-Track-Customize */
.bx-filter .bx-ui-filter-range {
	padding-bottom: .9375rem;
}
.bx-filter .bx-ui-filter-range .bx-left .bx-filter-input-container {
	padding-right: .4375rem;
}
.bx-filter .bx-ui-filter-range .bx-right .bx-filter-input-container {
	padding-left: .4375rem;
}
.bx-filter .bx-ui-filter-range .bx-ui-slider-track-container {
	margin-top: .625rem;
}

.bx-filter .bx-ui-slider-track-container {
	padding-top: 2.1875rem;
	padding-bottom: 1.5625rem;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: .4375rem;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 1.0625rem;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part span {
	display: block;
	/*font-weight: bold;*/
	position: absolute;
	top: -1rem;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	color: #000000;
	font-size: .6875rem;
	text-align: center;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 1.375rem;
	height: 1.375rem;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	        cursor: grab;

	-webkit-cursor: grab;
	    -ms-cursor: grab;
	     -o-cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	        cursor: grabbing;

	-webkit-cursor: grabbing;
	    -ms-cursor: grabbing;
	     -o-cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -1.3125rem;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -1.3125rem;
}

.bx-filter .bx-ui-slider-track {
	background: #e7e7e7;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	background: #849da4;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	background: #a8dff3;
}
.bx-filter .bx-ui-slider-pricebar-v {
	background: #499fd8;
}

.bx-filter .bx-ui-slider-handle.left {
	z-index: 555;
	top: 50%;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: -.625rem;
	margin-left: -.625rem;
	border-radius: 50%;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;*/
	background: #016691;
}
.bx-filter .bx-ui-slider-handle.right {
	z-index: 555;
	top: 50%;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: -.625rem;
	margin-right: -.625rem;
	border-radius: 50%;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
	background: #016691;
}
/* UI-Slider-Track-Customize */

/* Masonry START
-------------------------------------------------------- */
.masonry-layout {
	margin-bottom: 1.5625rem;
}

.gutter-sizer {
	width: 2%;
}
.masonry-sizer,
.masonry-layout__panel {
	width: 100%;
	height: 175px;
	margin-bottom: 2%;
}
.masonry-layout-panel--small {
}
.masonry-layout-panel--medium {
}
.masonry-layout-panel--large {
	height: 375px;
}

@media (min-width: 450px) {
	.masonry-sizer,
	.masonry-layout__panel {
		width: 48%;
	}
}
@media (min-width: 850px) {
	.masonry-sizer,
	.masonry-layout__panel {
		width: 23%;
	}
	.masonry-layout-panel--small {
		width: 48%;
	}
}

.masonry-layout figure {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.masonry-layout figure:hover:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0,0,0,.3);
	content: "";
}
.masonry-layout a,
.masonry-layout figure,
.masonry-layout figure img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.masonry-layout figure:hover img {
	transform: scale(1.1);
}
.masonry-layout figure figcaption {
	position: absolute;
	z-index: 2;
	right: 1.5625rem;
	bottom: 1.5625rem;
	color: #ffffff;
	text-shadow: 0 3px 4px rgba(0,0,0,.35);
	text-align: right;
}
.masonry-layout figure figcaption.align-top {
	top: 1.5625rem;
	bottom: auto;
}
.masonry-layout figure figcaption .title {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
}
.masonry-layout figure figcaption small {
	font-size: .75rem;
}
.masonry-layout figure figcaption.dark,
.masonry-layout figure figcaption.dark .title {
	color: #373636;
	text-shadow: none;
}
@media (min-width: 768px) {
	.masonry-layout figure figcaption .title {
		font-size: 1.375rem;
	}
	.masonry-layout figure figcaption small {
		font-size: 1rem;
	}
}
/* Masonry END
------------------------------------------------------ */

/* Images-Centered START
------------------------------------------------------ */
[class*="img-wrap-"] {
	height: 250px;
}
[class*="img-wrap-"] img {
	max-width: 100%;
	max-height: 100%;
}
/* Table-Variant */
.img-wrap-table {
	display: table;
	width: 100%;
}
.img-wrap-cell {
	display: table-cell;
	vertical-align: middle;
}
/* Table-Variant */
/* Flex-Variant */
.img-wrap-flex {
	display: flex;

	align-content: center;
	align-items: center;
}
.img-wrap-flex img {
}
/* Flex-Variant */
/* Absolute-Variant */
.img-wrap-absolute {
	position: relative;
}
.img-wrap-absolute img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Absolute-Variant */
/* Fit-Cover-Variant */
.img-wrap-fit img {
	display: block;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
/* Fit-Cover-Variant */
/* Images-Centered END
------------------------------------------------------ */
[class*="img-wrap"] {
	border: 1px solid #000000;
}
/*
{
	font-size: 100%;
	font-size: 1rem;
	font-size: 1em;
	font-size: 50vh;
	font-size: 50vw;
	font-size: 1vmin;
	font-size: 1vmax;
}
*/



/*
Завтра:
- Отловить тач девайсы, траблы с ховером
- Наделать разных блоков для картинок, центрирование, Связной
 */
.b-items-list {
	visibility: hidden;
}


.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}








/* Filter */
.filter-toggle {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fafafa;
	background: linear-gradient(#fafafa, #eeeeee);
}

.filter-toggle:focus,
.filter-toggle:hover,
.filter-toggle:active,
.filter-toggle.active {
	border: 1px solid #cccccc;
	outline: none;
	color: #333333;
	background: #fafafa;
	background: linear-gradient(#fafafa, #eeeeee);
}
.filter-toggle__icon {
	position: relative;
	top: 2px;
	left: 3px;
}
.filter {
	display: none;
	margin: 0 0 20px;
	border: 1px solid #eeeeee;
}
@media (min-width: 992px) {
	.filter {
		display: block;
	}
	.btn.filter-toggle {
		display: none;
	}
}
.filter .btns {
	padding: 15px 0;
	text-align: center;
}
.filter .btns .btn,
.filter .btns .btn-inverse {
	display: inline-block;
	width: 40%;
	margin: 0 2%;
	padding: 9px 0;
	font-size: 14px;
}
.filter dl {
	margin: 0;
}
.filter dl dt {
	position: relative;
	padding: 15px 35px 15px 15px;
	border-top: 1px solid #eeeeee;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.filter dl dt span {
	display: block;
}
.filter dl dt:first-child {
	border-top: none;
}
.filter dl dt:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	/*border-top: 5px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;*/
	width: 12px;
	height: 12px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-size: cover;
	content: "";
}
.filter dl dt:before {
	/*content: "";
	border-bottom: 1px solid #eee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;*/
}
.filter dl dd {
	display: none;
	margin: 0;
	padding: 5px 20px 20px;
}
.filter dl dd div {
	margin: 7px 0 0;
}
.filter dl dd div:first-child {
	margin-top: 0;
}
.filter dl dd .selectric-open .selectric-items {
	margin-top: 0;
}
.filter dl dd label {
	position: relative;
	top: -3px;
	margin: 0 0 0 7px;
	color: #777777;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.filter dl dd label:hover {
	color: #000000;
}

.filter .prices {
	text-align: center;
}
.filter .prices div {
	display: inline-block;
	width: 45%;
	margin: 0 0 0 5%;
}
.filter .prices div:first-child {
	margin-left: 0;
}
.filter .prices div input[type="text"] {
	padding: 7px 10px;
	color: #333333;
	font-size: 13px;
}

/* UI-Range */

.filter #slider-no-ui {
	height: 7px;
}
.filter .noUi-horizontal .noUi-handle {
	width: 12px;
	left: -6px;
	height: 20px;
	top: -7px;
}
.filter .noUi-horizontal .noUi-handle:before {
	left: 3px;
	top: 2px;
}
.filter .noUi-horizontal .noUi-handle:after {
	right: 3px;
	left: auto;
	top: 2px;
}
.filter #slider-no-ui div {
	margin: 0;
}
.filter .noUi-connect {
	margin: 0;
	background: #333;
}
.filter .prices {
	text-align: center;
	margin-bottom: 20px;
}
.filter .prices div {
	width: 45%;
	display: inline-block;
	margin: 0 0 0 5%;
}
.filter .prices div:first-child {
	margin-left: 0;
}
.filter .prices div input[type="text"] {
	padding: 7px 10px;
	font-size: 13px;
	color: #333;
}
/* UI-Range */

/* BX-filter */
.smart-filter-parameters-box {
}
.smart-filter-parameters-box-title {
	display: block;
	position: relative;
	padding: 15px 35px 15px 15px;
	border-top: 1px solid #eeeeee;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.smart-filter-parameters-box-title:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border-top: 5px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
}
.smart-filter-parameters-box-title-text {
	display: block;
}

.smart-filter-block {
	display: none;
	margin: 0;
	padding: 5px 20px 10px;
}
.form-check-label,
.smart-filter-param-text {
	position: relative;
	top: -3px;
	margin: 0 0 0 5px;
	color: #777777;
	font-size: 13px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.form-check-input {
	padding: 7px 10px;
	color: #333333;
	font-size: 13px;
}

/* Left is Right =) */
.smart-filter-popup-result.left {
	right: auto;
	left: 97%;
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/.default/core/css/../images/result_popup_right.png) 4 4 4 20 repeat;
	   -moz-border-image: url(/local/templates/.default/core/css/../images/result_popup_right.png) 4 4 4 20 repeat;
	     -o-border-image: url(/local/templates/.default/core/css/../images/result_popup_right.png) 4 4 4 20 repeat;
	        border-image: url(/local/templates/.default/core/css/../images/result_popup_right.png) 4 4 4 20 fill repeat;
}
/* Left is Right =) */
.min-price,
.max-price {
	max-width: 100%;
}
/* BX-filter */

/* Checkbox Filter */
.tag-checkbox {
	display: inline-block;
	margin-right: 7px;
	white-space: nowrap;
}
.tag-checkbox .icheckbox {
	position: absolute;
	top: 7px;
	left: 3px;
	border: none;
	background: transparent;
}
.tag-checkbox .tag-checkbox__label {
	margin: 0;
	padding: 3px 7px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	/*background: #eeeeee;*/
	background: #fff;
}
.tag-checkbox__checkbox {
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
.tag-checkbox__title {
	color: #333333;
}
.tag-checkbox__amount {
	display: block;
	float: right;
	margin: 4px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 9px;
}
/* Checkbox Filter */
/* Filter */


/* Header Decorate START
----------------------------------------------------------------- */
.header {
	margin-bottom: 5px;
	padding: 0 0 5px;
}
.header ul {
	margin: 0;
}

@media (min-width: 1200px) {
	.header .col-lg-4 {
		width: 29%;
	}
	.header .col-lg-8 {
		width: 71%;
	}
}

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

.header ul {
	list-style: none;
}
.header .logo img {
	display: none;
}
@media (min-width: 1200px) {
	.header .logo img {
		display: block;
	}
}

.header .header-data .top-header-data {
	padding: 10px 0 8px;
	border-bottom: 1px solid #cccccc;
}
.header .header-data .bottom-header-data {
	padding: 7px 0 0;
}

.header .header-data [data-modal="get-callback"] {
	position: relative;
	margin-left: 25px;
	border-bottom: 1px dashed #777777;
	color: #777777;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}
.header .header-data [data-modal="get-callback"] .svg-icon {
	position: absolute;
	left: -25px;
	max-width: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header .header-data [data-modal="get-callback"] {
		display: inline-block;
		text-indent: -9999px;
	}
	.header .header-data [data-modal="get-callback"]:before {
		text-indent: 0;
	}
}
.header .header-data [data-modal="get-callback"]:hover {
	border-bottom-color: transparent;
}

.header .header-data nav {
	overflow: visible;
	position: relative;
}
@media (min-width: 992px) {
	.header .header-data nav {
		position: relative;
		left: 20px;
	}
}
.header .header-data nav ul {
	text-align: center;
	text-align: right;
}
.header .header-data nav ul li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
	margin: 0 3px;
	font-size: 13px;
	text-transform: uppercase;
}
.header .header-data nav ul li a {
	display: block;
	color: #333333;
	transition: all .3s;
}
.header .header-data nav ul li a:hover {
	color: #777777;
}
.header .header-data nav ul ul {
	display: none;
}
.header .header-data nav ul ul li {
	display: block;
	margin-left: 0;
	padding: 10px;
	text-align: left;
}
@media (max-width: 767px) {
	.header .header-data nav {
		overflow: hidden;
		left: 0;
		margin-top: 10px;
	}
	.header .header-data nav ul li {
		display: block;
		text-align: left;
	}
	.header .header-data nav ul li a {
		padding: 4px 10px;
		border-top: 1px dotted #777777;
		border-top: solid 1px #cccccc;
		color: #333333;
		background: #dddddd;
		font-size: 16px;
	}
	.header .header-data nav ul li:first-child a {
		border-top: none;
	}
	.header .header-data nav ul ul.toggled {
		display: block;
		visibility: visible;
		position: relative;
		max-height: 9999px;
		opacity: 1;
	}
	.header .header-data nav.navbar-top ul ul li {
		padding: 0;
	}
	.header .header-data nav.navbar-top ul ul {
		border-top: 1px solid #777777;
	}
	.header .header-data nav.navbar-top ul ul li a {
		padding: 0 0 2px 20px;
		border: none;
		background: #cccccc;
		font-size: 14px;
		text-transform: lowercase;
	}
}
@media (min-width: 768px) {
	.header .header-data nav ul ul {
		display: none;
		position: absolute;
		z-index: 11;
		top: -11px;
		left: -11px;
		min-width: 210px;
		border: solid 1px #cccccc;
		border-radius: 4px;
		background-color: #dddddd;
	}
	.header .header-data nav ul li:hover ul {
		display: block;
	}
}

.header .header-data .log-in-out {
	position: relative;
	top: -3px;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}
.header .header-data .log-in-out li {
	display: inline-block;
	margin-left: 7px;
	font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header .header-data .log-in-out {
		top: -2px;
		white-space: nowrap;
	}
	.header .header-data .log-in-out li {
		font-size: 15px;
	}
}
.header .header-data .log-in-out li:before {
	position: relative;
	left: -4px;
	content: "/";
}
.header .header-data .log-in-out li:first-child:before {
	display: none;
}
.header .header-data .log-in-out li:first-child {
	margin-left: 0;
}
.header .header-data .log-in-out li a {
	color: #333333;
}
.header .header-data .log-in-out li a:hover {
	text-decoration: underline;
}

.header .header-data .phones {
	margin: 5px 0 0 0;
	font-size: 20px;
	white-space: nowrap;
}
.header .header-data .phones li {
	display: none;
	line-height: 1;
}
.header .header-data .phones li:first-child {
	display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header .header-data .phones {
		display: block;
		border-right: none;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.header .header-data .phones li {
		display: block;
		float: left;
		width: 50%;
		text-align: right;
	}
	.header .header-data .phones li:first-child {
		text-align: left;
	}
	.header .header-data .phones:before {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -1px;
		color: #cccccc;
		font-weight: 300;
		content: "|";
	}
}
.header .header-data .phones a {
	color: #333333;
}
.header .header-data .phones a span {
	color: #cccccc;
}
@media (min-width: 992px) {
	.header .header-data .phones {
		overflow: hidden;
		position: relative;
		margin: 5px 0 10px 0;
	}
}
.header .header-data .work-time li:first-child {
	margin-bottom: 5px;
}

.header .header-data .basket-info {
	float: right;
	margin: 13px 0 0;
}

.header .header-data .basket-info .basket-body {
	display: block;
	position: relative;
	min-height: 40px;
	margin-bottom: 3px;
	padding: 12px 15px 13px;
	padding-left: 38px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #333333;
	background: #eeeeee;
	font-size: 18px;
}
.header .header-data .basket-info .basket-body .svg-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	max-width: 30px;
	transform: translateY(-50%);
}
.header .header-data .basket-info .basket-body span {
	display: none;
	position: relative;
	top: 2px;
}
@media (min-width: 768px) {
	.header .header-data .basket-info .basket-body {
		min-width: 220px;
		padding-left: 57px;
	}
	.header .header-data .basket-info .order-limit {
		display: block;
	}
	.header .header-data .basket-info .basket-body span {
		display: inline-block;
	}
}
.header .header-data .basket-info .basket-body span.amount:after {
	content: " шт.";
}
.header .header-data .basket-info .basket-body span.total-price:before {
	content: "- ";
}

.header .header-data .wishes-list {
	display: none;
	margin: 23px 0 0 0;
}
@media (min-width: 768px) {
	.header .header-data .wishes-list {
		display: block;
	}
}
@media (min-width: 800px) {
	.header .header-data .wishes-list {
		margin-left: 5%;
	}
}
@media (min-width: 992px) {
	.header .header-data .wishes-list {
		margin: 23px 0 0 10%;
	}
}
.header .header-data .wishes-list li {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	padding-left: 28px;
}
.header .header-data .wishes-list li:first-child {
	margin-left: 0;
}
.header .header-data .wishes-list li .svg-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header .header-data .wishes-list .wish {
}
.header .header-data .wishes-list .compare {
}
.header .header-data .wishes-list li a span {
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 3px 0 0;
	border: 1px solid #cccccc;
	border-radius: 50%;
	color: #333333;
	background: #eeeeee;
	text-align: center;
}

form[name="search-form"] {
	clear: both;
	position: relative;
	margin: 0;
}
form[name="search-form"] input[type="text"] {
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 30px 0 14px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	outline: none;
	color: #333333;
	background: #ffffff;
}

/* HEADER-DATA-MOBILE */
@media (max-width: 767px) {
	.header .header-data [class*="col-"],
	.header .header-data .log-in-out {
		position: static;
	}
	.header .header-data .log-in-out {
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.header .logo {
		position: absolute;
		top: 0;
		left: 15px;
		width: 30%;
	}
	.header .header-data .top-header-data {
		height: 70px;
		padding-left: 35%;
	}
	.header .header-data .bottom-header-data {
		height: 85px;
	}
	.header .header-data .navbar-top-wrap {
		position: absolute;
		z-index: 33;
		top: 80px;
		right: 15px;
		left: 15px;
	}
	.header .header-data [data-modal="get-callback"] {
		z-index: 55;
		top: 75px;
	}
	.header .header-data .phones {
		position: absolute;
		top: 8px;
		left: 40%;
		margin: 0;
	}
	.header .header-data .basket-info {
		position: absolute;
		z-index: 55;
		top: 75px;
		right: 15px;
		margin-top: 0;
	}
	form[name="search-form"] {
		position: absolute;
		right: 15px;
		bottom: 0;
		left: 15px;
	}
}
@media (max-width: 610px) {
	.header .header-data .log-in-out {
		top: 7px;
	}
	.header .log-in-out li a {
		font-size: 13px;
	}
	.header .header-data .phones {
		top: 5px;
		font-size: 20px;
	}
}
@media (max-width: 560px) {
	.header .header-data .top-header-data {
		height: 65px;
		padding-left: 20%;
	}
	.header .header-data .bottom-header-data {
		height: 95px;
	}
	.header .header-data .log-in-out {
		top: 0;
	}
	.header .log-in-out li a {
		font-size: 14px;
	}
	.header .header-data .phones {
		top: 27px;
		right: 15px;
		left: auto;
		font-size: 24px;
	}
	.header .logo {
		width: 40%;
	}
}
@media (max-width: 360px) {
	.header .log-in-out li a {
		font-size: 12px;
	}
	.header .header-data .phones {
		font-size: 18px;
	}
}
/* /HEADER-DATA-MOBILE */

form[name="search-form"] button[type="submit"] {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 16px;
}

#navbar-top-toggle {
	position: relative;
	width: 100%;
	padding: 15px 15px;
	border: 1px solid #cccccc;
	border-radius: 0;
	outline: none;
	color: #333333;
	box-shadow: none;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
}
#navbar-top-toggle {
	width: auto;
	border: none;
	background: transparent;
}
#navbar-top-toggle i {
	display: block;
	position: absolute;
	right: 15px;
	width: 30px;
	height: 2px;
	background: #cccccc;
	transition: all .3s;
}
#navbar-top-toggle i {
	right: 0;
}
#navbar-top-toggle i {
	background: #333333;
}
#navbar-top-toggle i:nth-child(1) {
	top: 4px;
}
#navbar-top-toggle i:nth-child(2) {
	top: 13px;
}
#navbar-top-toggle i:nth-child(3) {
	top: 23px;
}
#navbar-top-toggle.active i:nth-child(1) {
	top: 24px;
	transform: rotateZ(45deg);
}
#navbar-top-toggle.active i:nth-child(2) {
	background: transparent;
}
#navbar-top-toggle.active i:nth-child(3) {
	top: 24px;
	transform: rotateZ(-45deg);
}
#navbar-top-toggle.active i:nth-child(1),
#navbar-top-toggle.active i:nth-child(3) {
	top: 14px;
}
@media (min-width: 768px) {
	#navbar-top-toggle {
		display: none;
	}
}
/* --- TOGGLE --- */
/* Header Decorate END
----------------------------------------------------------------- */

/* Basket-Dropdown START
-------------------------------- */
.bx-basket-item-list {
	display: none;
	position: absolute;
	z-index: 99;
	top: 10px;
	right: 0;
	width: 100%;
	min-width: 500px;
	border: 1px solid #cccccc;
	background: #ffffff;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	transition: all .3s;
}
.basket-info-wrap {
}
.basket-info-toggle {
	position: absolute;
	top: -41px;
	right: 0;
	min-width: 215px;
	padding: 0;
	border: none;
	border-bottom: 1px dashed #aaaaaa;
	outline: none;
	color: #aaaaaa;
	background: transparent;
	font-size: 18px;
	text-align: right;
	white-space: nowrap;
}
.basket-info-toggle.active,
.basket-info-toggle:hover {
	border-bottom-color: transparent;
}
@media (min-width: 768px) {
	.bx-basket-item-list {
		display: block;
		visibility: hidden;
		min-width: 530px;
		opacity: 0;
	}
	.basket-info-wrap:hover .bx-basket-item-list {
		visibility: visible;
		/*display: block;*/
		opacity: 1;
	}
	.basket-info-toggle {
		display: none;
	}
	.bx-basket-item-list {
		top: 80px;
	}
}
@media (max-width: 560px) {
	.basket-info-toggle {
		top: -23px;
		min-width: 165px;
		background: #ffffff;
		font-size: 14px;
	}
	.bx-basket-item-list {
		min-width: 450px;
	}
}
@media (max-width: 479px) {
	.bx-basket-item-list {
		min-width: 400px;
	}
}
@media (max-width: 430px) {
	.bx-basket-item-list {
		min-width: 350px;
	}
	.bx-basket-item-list td {
		padding: 0;
	}
}
@media (max-width: 430px) {
	.bx-basket-item-list {
		min-width: 280px;
	}
}
.basket-info-wrap .bx-basket-item-list:before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 17px;
	background: transparent;
	content: "";
}
.bx-basket-item-list-button-container a {
	display: inline-block;
	margin: 5px 0;
	padding: 6px 15px;
	border-radius: 5px;
	color: #333333;
	background: #cccccc;
	font-size: 15px;
}
.bx-basket-item-list-button-container a:hover {
	background: #dddddd;
}
.basket-item-list-wrapper {
	position: relative;
}
.basket-item-list-wrapper:before,
.basket-item-list-wrapper:after {
	position: absolute;
	top: -15px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
}
.basket-item-list-wrapper:before {
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #333333 transparent;
}
.basket-item-list-wrapper:after {
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #f6f6f6 transparent;
}
@media (min-width: 768px) {
	.basket-item-list-wrapper:before,
	.basket-item-list-wrapper:after {
		right: 110px;
	}
}
.basket-item-list-wrap {
	overflow-y: auto;
	max-height: 355px;
}
table.bx-basket-item-list-container {
	width: 100%;
}
table.bx-basket-item-list-container thead {
	padding: 5px 15px;
	color: #555555;
	background: #f6f6f6; /* Old browsers */
	background:    -moz-linear-gradient(top, #f6f6f6 0%, #e7e7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background:         linear-gradient(to bottom, #f6f6f6 0%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-shadow: 1px 1px 3px #ffffff;
	font-size: 13px;
	text-align: center;
}
table.bx-basket-item-list-container thead tr th {
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}
table.bx-basket-item-list-container tr:nth-child(odd) {
	background: transparent;
}
table.bx-basket-item-list-container tr td {
	padding: 5px;
	border-bottom: 1px dashed #cccccc;
	vertical-align: middle;
}
table.bx-basket-item-list-container tfoot tr {
	text-align: center;
}
table.bx-basket-item-list-container tfoot tr td {
	padding: 5px;
	border-bottom: none;
}
table.bx-basket-item-list-container tr td:first-child {
	padding-left: 10px;
}
table.bx-basket-item-list-container tr .bx-basket-item-list-item-name a {
	display: inline-block;
	max-width: 190px;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
table.bx-basket-item-list-container tr .bx-basket-item-list-item-name a:hover {
	text-decoration: none;
}
table.bx-basket-item-list-container tr .bx-basket-item-list-item-price-block {
	padding: 5px;
	text-align: center;
}
table.bx-basket-item-list-container tr .bx-basket-item-list-item-price {
	color: #333333;
	font-size: 13px;
}
table.bx-basket-item-list-container tr .bx-basket-item-list-item-price-summ {
	font-size: 13px;
}
table.bx-basket-item-list-container tr td .remove {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	color: #333333;
	font-size: 14px;
	transition: all .3s;
}
table.bx-basket-item-list-container tr td .remove:hover {
	color: #999999;
}
/* Basket-Dropdown END
-------------------------------- */

/* Footer Decorate START
----------------------------------------------------------------- */
.footer {
	/*padding: 9px 0 0;*/
	/*border-top: solid 1px #647883;*/
}
.footer ul {
	list-style: none;
}
@media (min-width: 768px) {
	.footer {
		margin-top: 30px;
	}
	.footer .location-2 {
		margin: 0 -30px;
	}
}
@media (min-width: 992px) {
	.footer {
		margin-top: 60px;
	}
}
@media (min-width: 1200px) {
	.footer {
		margin-top: 90px;
	}
}
.footer [class*="location"] {
	margin-top: 20px;
}
.footer .location-1 {
	margin-top: 0;
}
@media (min-width: 600px) {
	.footer [class*="location"] {
		margin-top: 0;
	}
}
/*.footer .title {
	overflow: hidden;
	min-height: 33px;
	margin-bottom: 5px;
	border-bottom: solid 1px #647883;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .title a {
	display: inline-block;
	position: relative;
	padding: 7px 0 5px;
	color: #647883;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	transition: color .2s ease;
}
.footer .title a:hover {
	color: #dddddd;
}
.footer .title img {
	display: inline-block;
	margin-left: 7px;
	vertical-align: top;
}
@media (min-width: 600px) and (max-width: 900px) {
	.footer .title img {
		display: none;
	}
}*/
.footer address {
	padding: 9px 0 0;
	color: #777777;
	font-size: 14px;
	font-style: normal;
}
.footer address span {
	display: block;
}

.footer .soc {
	margin: 25px 0 15px;
	text-align: center;
}
@media (min-width: 1200px) {
	.footer .soc {
		margin: 25px 0 0;
		text-align: left;
	}
}
.footer .soc li {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-right: 11px;
}
.footer .soc li:after {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffffff;
	content: "";
	transition: all .3s;
}
.footer .soc li:first-child {
	display: block;
	width: auto;
	color: #333333;
	font-size: 15px;
}
.footer .soc li:first-child:after,
.footer .soc li:first-child:before {
	display: none;
}
.footer .soc li a {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #9a9a9a;
	font-size: 33px;
	transition: all .3s;
	transition: all .3s;
}

.footer .copy {
	display: block;
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
@media (min-width: 1200px) {
	.footer .copy {
		display: inline;
		text-align: left;
	}
}

.cat-nav {
	display: inline-block;
	margin-right: 9px;
	margin-bottom: 20px;
	vertical-align: top;
}
.cat-nav ul:before,
.cat-nav ul:after {
	display: table;
	content: " ";
}
.cat-nav ul:after {
	clear: both;
}
.cat-nav ul li {
	float: left;
}
.cat-nav ul li a {
	display: block;
	margin: 0;
	padding: 10px 6px;
	border: 1px solid #cccccc;
	color: #333333;
	background: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	transition: all .3s;
}
.cat-nav ul li:first-child a {
	border-radius: 3px 0 0 3px;
}
.cat-nav ul li:last-child a {
	border-radius: 0 3px 3px 0;
}
.cat-nav ul li a:hover {
	background: #dddddd;
	text-decoration: none;
}
.cat-nav-wrap a {
	display: inline-block;
	margin-top: 9px;
	color: #cccccc;
	font-size: 13px;
	text-transform: uppercase;
}
.cat-nav-wrap a:hover {
	text-decoration: underline;
}

.footer .footer-nav-d {
	max-width: 95%;
	margin-bottom: 10px;
}
.footer .footer-nav-d ul li a {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
}
.footer .footer-nav-d ul li a:hover {
	color: #cccccc;
}

.footer .cat-nav-wrap,
.footer .footer-nav-d {
	display: none;
}
@media (max-width: 600px) {
	.footer .row .row [class*="col-"] {
		max-width: 100%;

		flex: 0 1 100%;
	}
}
@media (min-width: 1200px) {
	.footer .cat-nav-wrap,
	.footer .footer-nav-d {
		display: block;
	}
}
.svg-icon {
	display: inline-block;
	max-width: 20px;
	height: 20px;
	vertical-align: middle;

	fill: #cccccc;
}
/* Footer Decorate END
----------------------------------------------------------------- */

/* Subscribe Decoration */
.subscribe-wrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 20px 20px 28px;
	background: #eeeeee;
}
.subscribe-wrap p {
	margin-bottom: 0;
	color: #333333;
	font-size: 16px;
}
.subscribe-wrap p strong {
	font-size: 15px;
}
@media (min-width: 600px) {
	.subscribe-wrap p strong {
		font-size: 18px;
	}
}
.subscribe-wrap form {
	margin-bottom: 0;
}
.subscribe-wrap input {
	padding: 7px 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	color: #333333;
	background: #ffffff;
}
.subscribe-wrap button {
	width: 100%;
	padding: 9px 10px;
	border: none;
	border-radius: 0;
}
.subscribe-wrap ::-webkit-input-placeholder {
	color: #555555;
}
.subscribe-wrap :-moz-placeholder {
	color: #555555;
}
.subscribe-wrap .placeholder {
	color: #555555;
}
/* Subscribe Decoration */

/* Promotion-Carousel Decoration */
.dc-promotion-carousel {
	visibility: hidden;
	overflow: hidden;
	margin: 0;
	padding: 0;
	transition: all .5s;
}
.dc-promotion-carousel.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.dc-promotion-carousel figure {
	position: relative;
	margin: 0;
	padding: 0;
}
.dc-promotion-carousel figure figcaption {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 50%;
	padding: 20px 25px;
	color: #ffffff;
	background: rgba(0,0,0,.5);
}
@media (min-width: 768px) {
	.dc-promotion-carousel figure figcaption {
		display: block;
	}
}
.dc-promotion-carousel figure figcaption .icon-cancel {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 16px;
	height: 16px;
	outline: none;
	color: #ffffff;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OCAgIGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDIgICBDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzkgICBzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	font-size: 16px;
}
.dc-promotion-carousel figure figcaption .icon-cancel:hover {
	color: #cccccc;
}
.dc-promotion-carousel figure figcaption .title {
	margin-bottom: 10px;
	padding-right: 20px;
	font-size: 20px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.dc-promotion-carousel figure figcaption .title {
		font-size: 24px;
	}
}
.dc-promotion-carousel .slick-active figcaption .title {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.dc-promotion-carousel figure figcaption p {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;
}
@media (min-width: 1200px) {
	.dc-promotion-carousel figure figcaption p {
		font-size: 14px;
	}
}
.dc-promotion-carousel .slick-active figcaption .title,
.dc-promotion-carousel .slick-active figcaption p {
	opacity: 1;
	animation-name: fadeInDown;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.dc-promotion-carousel .slick-dots {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	text-align: right;
}
.dc-promotion-carousel .slick-dots li {
	display: inline-block;
	margin-left: 10px;
}
.dc-promotion-carousel .slick-dots li button {
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
}
.dc-promotion-carousel .slick-dots .slick-active button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background: #f3f5f6;
	content: "";
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		    -ms-transform: translateY(20px);
		        transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	        animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		    -ms-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	        animation-name: fadeInDown;
}
/* Dc-promotion-carousel Decoration */

/* Dc-Dc-benefits */
.dc-benefits {
}
@media (max-width: 599px) {
	.dc-benefits [class*="col-"] {
		max-width: 50%;

		flex: 0 1 50%;
	}
	.dc-benefits ul li {
		margin: 15px 0;
		list-style: none;
	}
}
.dc-benefits ul {
	list-style: none;
}
.dc-benefits figure {
	margin: 0;
	padding: 0;
	text-align: center;
}
.dc-benefits figure i {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	padding: 13px 0 0;
	border: 3px solid #cccccc;
	border-radius: 50%;
	background: #dddddd;
	font-size: 34px;
}
.dc-benefits figure figcaption {
	display: block;
	max-width: 130px;
	margin: 0 auto;
	margin-top: 11px;
	color: #333333;
	font-size: 18px;
}
/* Dc-Dc-benefits */

/* Dc-Dc-news */
.dc-news {
	margin-bottom: 25px;
}
.dc-news .btn {
	width: 96%;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 0;
}
.dc-news .h2 {
	padding-top: 10px;
	font-size: 24px;
	text-align: center;
}
.dc-news .h4 {
	font-size: 24px;
	text-transform: none;
}
.dc-news ul {
	margin-bottom: 0;
	list-style: none;
}
.dc-news ul li {
	margin-top: 25px;
}
.dc-news ul li:first-child {
	margin-top: 0;
}
@media (min-width: 500px) {
	.dc-news ul:before,
	.dc-news ul:after {
		display: table;
		content: " ";
	}
	.dc-news ul:after {
		clear: both;
	}
	.dc-news ul li {
		float: left;
		width: 50%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.dc-news ul li:nth-child(3n) {
		clear: both;
	}
}
@media (min-width: 700px) {
	.dc-news ul li {
		width: 33.333%;
	}
	.dc-news ul li:nth-child(3n) {
		clear: none;
	}
	.dc-news ul li:nth-child(4n) {
		clear: both;
	}
}
@media (min-width: 992px) {
	.dc-news ul li {
		float: none;
		width: 100%;
	}
	.dc-news ul li:nth-child(4n) {
		clear: none;
	}
}
.dc-news ul li figure {
	position: relative;
	padding-top: 30px;
}
.dc-news img,
.dc-news figcaption {
	display: block;
	overflow: hidden;
	width: 96%;
	margin: 0 auto 20px;
}
.dc-news figcaption a {
	float: right;
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;
	transition: color .3s;
}
.dc-news figcaption a:hover {
	color: #333333;
}
.dc-news figcaption .date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10%;
	color: #999999;
	font-size: 14px;
}
/* Dc-Dc-news */

/* Dc-Dc-offers-carousel */
.dc-offers-carousel {
	visibility: hidden;
	padding: 0 15px;
	opacity: 0;
	transition: all .5s;
}
.dc-offers-carousel.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.dc-offers-carousel .b-item {
	margin: 0 5px;
}
@media (min-width: 1350px) {
	.dc-offers-carousel .b-item .b-item__img-wrap {
		height: 230px;
	}
}
.dc-offers-carousel .slick-next,
.dc-offers-carousel .slick-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.dc-offers-carousel .slick-next {
	right: -25px;
}
.dc-offers-carousel .slick-prev {
	left: -25px;
}
/* Dc-Dc-offers-carousel */

/* Dc-Location */
.dc-location-about {
	margin-bottom: 25px;
}
.dc-location {
	visibility: hidden;
	margin-bottom: 25px;
	padding: 0;
	opacity: 0;
	transition: all .3s;
}
.dc-location.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.dc-location img {
	width: 100%;
	margin-bottom: 15px;
}
.dc-location p {
	margin: 5px 0 15px;
}
.dc-location .slick-dots {
	position: static;
}
/* Dc-Location */

.b-viewed-list {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.b-viewed-list.slick-initialized {
	visibility: visible;
	opacity: 1;
}

/* Item-Main-Info DECORATION */
/* Item-Main-Info */
.item-main-info {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #cccccc;
}
.item-main-info .status {
	display: block;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
@media (min-width: 768px) {
	.item-main-info {
		margin-bottom: 0;
	}
}
.item-main-info .status.success {
	color: #777777;
}
.item-main-info .status.failure {
	color: #555555;
}
.item-main-price {
	margin-bottom: 20px;
	color: #000000;
}
.item-main-price .title-price {
	width: 40%;
	margin: 4px 0 0;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}
.item-main-price .price-wrap {
	overflow: hidden;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}
.item-main-price .price {
	float: right;
	font-size: 26px;
	font-weight: bold;
}
.item-main-price .economy {
	overflow: hidden;
}
.item-main-price .economy span {
	float: right;
	padding: 4px 6px;
	background: #eeeeee;
	font-size: 18px;
	font-weight: bold;
}
.item-main-info .item-main-buy {
	margin-bottom: 16px;
}
.item-main-info .item-main-buy a {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
@media (min-width: 992px) {
	.item-main-info .item-main-buy a {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.item-main-info .item-main-buy a {
		width: 80%;
		margin-right: 0;
		margin-left: 20%;
	}
}
.item-main-info .item-main-buy a.fast-buy {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.item-main-info .item-main-buy a.add-item {
	position: relative;
	padding: 10px 10px 9px 10px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background: #eeeeee;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.item-main-info .delivery-detail {
	margin-bottom: 20px;
}
.item-main-info .delivery-detail .delivery-detail-title {
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}
.item-main-info .delivery-detail dl {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.item-main-info .delivery-detail dt {
	float: left;
	width: 50%;
	color: #333333;
}
.item-main-info .delivery-detail dd {
	color: #333333;
	text-align: right;
}
.item-main-info .cost-offer {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 15px 10px 60px;
	border: 1px solid transparent;
	background: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: border-color .3s;
}
.item-main-info .cost-offer:before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 32px;
	height: 32px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4wMDMgNTEyLjAwMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMyA1MTIuMDAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ3Ny45NTgsMjYyLjYzM2MtMi4wNi00LjIxNS0yLjA2LTkuMDQ5LDAtMTMuMjYzbDE5LjA5Ni0zOS4wNjVjMTAuNjMyLTIxLjc1MSwyLjIwOC00Ny42NzYtMTkuMTc4LTU5LjAyM2wtMzguNDEtMjAuMzggICAgYy00LjE0NC0yLjE5OC02Ljk4NS02LjExLTcuNzk2LTEwLjcyOWwtNy41MTItNDIuODI5Yy00LjE4My0yMy44NDYtMjYuMjQxLTM5Ljg3LTUwLjIwOC0zNi40NzlsLTQzLjA1Myw2LjA5ICAgIGMtNC42NDcsMC42NTYtOS4yNDItMC44MzgtMTIuNjEzLTQuMDk5bC0zMS4yNTEtMzAuMjMyYy0xNy40MDEtMTYuODM0LTQ0LjY2MS0xNi44MzUtNjIuMDYxLDBMMTkzLjcyLDQyLjg1OSAgICBjLTMuMzcyLDMuMjYyLTcuOTY3LDQuNzUzLTEyLjYxMyw0LjA5OWwtNDMuMDUzLTYuMDljLTIzLjk3NS0zLjM5My00Ni4wMjUsMTIuNjMzLTUwLjIwOCwzNi40NzlsLTcuNTEyLDQyLjgyNyAgICBjLTAuODExLDQuNjItMy42NTIsOC41MzEtNy43OTUsMTAuNzNsLTM4LjQxLDIwLjM4Yy0yMS4zODYsMTEuMzQ2LTI5LjgxLDM3LjI3My0xOS4xNzgsNTkuMDI0bDE5LjA5NSwzOS4wNjQgICAgYzIuMDYsNC4yMTUsMi4wNiw5LjA0OSwwLDEzLjI2M2wtMTkuMDk2LDM5LjA2NGMtMTAuNjMyLDIxLjc1MS0yLjIwOCw0Ny42NzYsMTkuMTc4LDU5LjAyM2wzOC40MSwyMC4zOCAgICBjNC4xNDQsMi4xOTgsNi45ODUsNi4xMSw3Ljc5NiwxMC43MjlsNy41MTIsNDIuODI5YzMuODA4LDIxLjcwOCwyMi40MjIsMzYuOTMyLDQzLjgxNSwzNi45M2MyLjEwNywwLDQuMjQ1LTAuMTQ4LDYuMzk0LTAuNDUyICAgIGw0My4wNTMtNi4wOWM0LjY0My0wLjY1OSw5LjI0MSwwLjgzOCwxMi42MTMsNC4wOTlsMzEuMjUxLDMwLjIzMmM4LjcwMiw4LjQxOCwxOS44NjQsMTIuNjI2LDMxLjAzLDEyLjYyNSAgICBjMTEuMTYzLTAuMDAxLDIyLjMzMi00LjIwOSwzMS4wMy0xMi42MjVsMzEuMjUyLTMwLjIzMmMzLjM3Mi0zLjI2MSw3Ljk2OC00Ljc1MSwxMi42MTMtNC4wOTlsNDMuMDUzLDYuMDkgICAgYzIzLjk3OCwzLjM5Miw0Ni4wMjUtMTIuNjMzLDUwLjIwOC0zNi40NzlsNy41MTMtNDIuODI3YzAuODExLTQuNjIsMy42NTItOC41MzEsNy43OTUtMTAuNzNsMzguNDEtMjAuMzggICAgYzIxLjM4Ni0xMS4zNDYsMjkuODEtMzcuMjczLDE5LjE3OC01OS4wMjRMNDc3Ljk1OCwyNjIuNjMzeiBNNDY0LjAzNSwzMzQuNjM1bC0zOC40MSwyMC4zOCAgICBjLTEyLjI0Niw2LjQ5OS0yMC42NDUsMTguMDU3LTIzLjA0LDMxLjcxM2wtNy41MTIsNDIuODI4Yy0xLjQxNSw4LjA2OC04Ljg3NCwxMy40ODctMTYuOTg3LDEyLjM0MmwtNDMuMDUzLTYuMDkgICAgYy0xMy43My0xLjk0NS0yNy4zMTYsMi40NzQtMzcuMjgxLDEyLjExM0wyNjYuNSw0NzguMTUyYy01Ljg4Niw1LjY5NC0xNS4xMDksNS42OTQtMjAuOTk3LDBsLTMxLjI1MS0zMC4yMzIgICAgYy04LjQyMi04LjE0Ny0xOS40MzItMTIuNTYyLTMwLjkyNi0xMi41NjJjLTIuMTA2LDAtNC4yMjksMC4xNDgtNi4zNTUsMC40NDlsLTQzLjA1Myw2LjA5ICAgIGMtOC4xMDYsMS4xNDYtMTUuNTcxLTQuMjc0LTE2Ljk4Ny0xMi4zNDJsLTcuNTEzLTQyLjgyOWMtMi4zOTYtMTMuNjU2LTEwLjc5NC0yNS4yMTUtMjMuMDQxLTMxLjcxMmwtMzguNDEtMjAuMzggICAgYy03LjIzNi0zLjgzOS0xMC4wODYtMTIuNjEtNi40ODktMTkuOTY5bDE5LjA5Ni0zOS4wNjVjNi4wODgtMTIuNDU2LDYuMDg4LTI2Ljc0MiwwLTM5LjE5OGwtMTkuMDk2LTM5LjA2NSAgICBjLTMuNTk3LTcuMzU5LTAuNzQ3LTE2LjEzLDYuNDg5LTE5Ljk2OWwzOC40MS0yMC4zOGMxMi4yNDYtNi40OTksMjAuNjQ1LTE4LjA1NywyMy4wNC0zMS43MTNsNy41MTItNDIuODI4ICAgIGMxLjQxNi04LjA2OCw4Ljg3NC0xMy40ODgsMTYuOTg3LTEyLjM0Mmw0My4wNTMsNi4wOWMxMy43MjUsMS45NDMsMjcuMzE2LTIuNDc0LDM3LjI4MS0xMi4xMTNsMzEuMjUyLTMwLjIzMiAgICBjNS44ODYtNS42OTQsMTUuMTA5LTUuNjk0LDIwLjk5NywwbDMxLjI1MSwzMC4yMzJjOS45NjUsOS42NCwyMy41NTQsMTQuMDU2LDM3LjI4MSwxMi4xMTNsNDMuMDUzLTYuMDkgICAgYzguMTA3LTEuMTQ3LDE1LjU3Miw0LjI3NCwxNi45ODcsMTIuMzQybDcuNTEyLDQyLjgyOWMyLjM5NiwxMy42NTYsMTAuNzk0LDI1LjIxNSwyMy4wNDEsMzEuNzEybDM4LjQxLDIwLjM4ICAgIGM3LjIzNiwzLjgzOSwxMC4wODYsMTIuNjEsNi40ODksMTkuOTY5bC0xOS4wOTYsMzkuMDY0Yy02LjA4OCwxMi40NTUtNi4wODgsMjYuNzQzLDAsMzkuMTk4bDE5LjA5NiwzOS4wNjQgICAgQzQ3NC4xMjEsMzIyLjAyNCw0NzEuMjcxLDMzMC43OTYsNDY0LjAzNSwzMzQuNjM1eiIgZmlsbD0iIzMzMzMzMyIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM2My44ODYsMTQ4LjExNmMtNS43NjUtNS43NjYtMTUuMTE1LTUuNzY2LTIwLjg4MSwwTDE0OC4xMTYsMzQzLjAwNmMtNS43NjYsNS43NjYtNS43NjYsMTUuMTE1LDAsMjAuODgxICAgIGMyLjg4MywyLjg4Myw2LjY2Miw0LjMyNSwxMC40NCw0LjMyNWMzLjc3OCwwLDcuNTU4LTEuNDQxLDEwLjQ0LTQuMzI1bDE5NC44ODktMTk0Ljg4OSAgICBDMzY5LjY1MywxNjMuMjMxLDM2OS42NTMsMTUzLjg4MywzNjMuODg2LDE0OC4xMTZ6IiBmaWxsPSIjMzMzMzMzIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTk2Ljk0MSwxMjMuMTE2Yy0yOS44NTIsMC01NC4xMzksMjQuMjg3LTU0LjEzOSw1NC4xMzlzMjQuMjg3LDU0LjEzOSw1NC4xMzksNTQuMTM5czU0LjEzOS0yNC4yODcsNTQuMTM5LTU0LjEzOSAgICBTMjI2Ljc5MywxMjMuMTE2LDE5Ni45NDEsMTIzLjExNnogTTE5Ni45NDEsMjAxLjg2M2MtMTMuNTY5LDAtMjQuNjA4LTExLjAzOS0yNC42MDgtMjQuNjA5YzAtMTMuNTY5LDExLjAzOS0yNC42MDgsMjQuNjA4LTI0LjYwOCAgICBjMTMuNTY5LDAsMjQuNjA5LDExLjAzOSwyNC42MDksMjQuNjA4QzIyMS41NDksMTkwLjgyNCwyMTAuNTEsMjAxLjg2MywxOTYuOTQxLDIwMS44NjN6IiBmaWxsPSIjMzMzMzMzIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzE1LjA2MSwyODAuNjFjLTI5Ljg1MiwwLTU0LjEzOSwyNC4yODctNTQuMTM5LDU0LjEzOXMyNC4yODcsNTQuMTM5LDU0LjEzOSw1NC4xMzkgICAgYzI5Ljg1MiwwLDU0LjEzOS0yNC4yODcsNTQuMTM5LTU0LjEzOVMzNDQuOTEzLDI4MC42MSwzMTUuMDYxLDI4MC42MXogTTMxNS4wNjEsMzU5LjM1N2MtMTMuNTY5LDAtMjQuNjA5LTExLjAzOS0yNC42MDktMjQuNjA4ICAgIHMxMS4wMzktMjQuNjA4LDI0LjYwOS0yNC42MDhjMTMuNTY5LDAsMjQuNjA4LDExLjAzOSwyNC42MDgsMjQuNjA4UzMyOC42MywzNTkuMzU3LDMxNS4wNjEsMzU5LjM1N3oiIGZpbGw9IiMzMzMzMzMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	content: "";
	transform: translateY(-50%);
}
.item-main-info .cost-offer:hover {
	border-color: #777777;
}
.item-main-info .cost-offer a {
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.item-main-info .cost-offer a:hover {
	text-decoration: underline;
}
.item-main-info .cost-offer a span {
	display: block;
}
.item-main-info .wishes-section {
	margin: 0;
	list-style: none;
}
.item-main-info .wishes-section li {
	display: inline-block;
	margin-left: 15px;
}
.item-main-info .wishes-section li:first-child {
	margin-left: 0;
}
.item-main-info .wishes-section li a {
	color: #333333;
}
.item-main-info .wishes-section li a:hover:after {
	color: #777777;
}
.item-main-info .wishes-section li a:after {
	position: relative;
	top: -2px;
	left: 5px;
	color: #333333;
	font-size: 15px;
}
.item-main-info .wishes-section li a.wish:after {
	content: "Добавить";
}
.item-main-info .wishes-section li a.compare:after {
	content: "Сравнить";
}
/* Modification - add counter */
.item-main-info .item-main-buy {
}
.item-main-info .item-main-buy .count-wrap {
	position: relative;
	margin: 0 0 8px;
	border: 1px solid #cccccc;
}
.item-main-info .item-main-buy .count-wrap .count {
	width: 96px;
}
.item-main-info .item-main-buy .count-wrap .count .change {
	width: 30px;
	padding: 0;
	border: 1px solid #fcfcfc;
	color: #ffffff;
	background: #c9c9c9;
	font-size: 24px;
	font-weight: 700;
}
.item-main-info .item-main-buy .count-wrap .count .change.rmv {
	padding-top: 2px;
}
.item-main-info .item-main-buy .count-wrap .count input[type="text"] {
	padding: 6px 30px;
	border: 1px solid #fcfcfc;
	color: #cccccc;
	font-size: 16px;
}
@media (min-width: 480px) {
	.item-main-info .item-main-buy .count-wrap {
		float: left;
		width: 28%;
		margin: 0;
	}
	.item-main-info .item-main-buy .count-wrap .count {
		width: 100%;
	}
	.item-main-info .item-main-buy .count-wrap .count .change {
		padding-top: 4px;
	}
	.item-main-info .item-main-buy .count-wrap .count .change.rmv {
		padding-top: 7px;
	}
	.item-main-info .item-main-buy .count-wrap .count input[type="text"] {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.item-main-info .item-main-buy .count-wrap .count input[type="text"] {
		padding-top: 11px;
		padding-right: 0;
		padding-bottom: 11px;
		padding-left: 0;
		font-size: 16px;
		text-align: center;
	}
	.item-main-info .item-main-buy .count-wrap .count .change {
		width: 22px;
		padding-top: 6px;
		font-size: 20px;
	}
	.item-main-info .item-main-buy .count-wrap .count .change.rmv {
		padding-top: 7px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.item-main-info .item-main-buy .count-wrap .count input[type="text"] {
		padding-top: 15px;
		padding-right: 0;
		padding-bottom: 14px;
		padding-left: 0;
		font-size: 11px;
		text-align: center;
	}
	.item-main-info .item-main-buy .count-wrap .count .change {
		width: 16px;
		padding-top: 12px;
		font-size: 12px;
	}
	.item-main-info .item-main-buy .count-wrap .count .change.rmv {
		padding-top: 13px;
	}
}

.item-main-info .item-main-buy a {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.item-main-info .item-main-buy a.fast-buy {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.item-main-info .item-main-buy a.add-item {
	padding: 10px 60px 9px 25px;
	font-size: 20px;
}
.item-main-info .item-main-buy a.add-item:after {
	top: 8px;
	right: 25px;
	font-size: 26px;
}
@media (min-width: 480px) {
	.item-main-info .item-main-buy a {
		width: 70%;
		margin: 0 0 7px 30%;
	}
}
@media (min-width: 768px) {
	.item-main-info .item-main-buy .count-wrap {
		width: 38%;
	}
	.item-main-info .item-main-buy a {
		width: 60%;
		margin: 0 0 7px 40%;
	}
}
@media (min-width: 860px) {
	.item-main-info .item-main-buy .count-wrap {
		width: 28%;
	}
	.item-main-info .item-main-buy a {
		width: 70%;
		margin: 0 0 7px 30%;
	}
}
@media (min-width: 992px) {
	.item-main-info .item-main-buy a.add-item {
		padding: 13px 30px 12px 10px;
		font-size: 16px;
	}
	.item-main-info .item-main-buy a.add-item:after {
		top: 11px;
		right: 10px;
		font-size: 20px;
	}
	.item-main-info .item-main-buy a.fast-buy {
		padding: 9px 3px;
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.item-main-info .item-main-buy .count-wrap {
		width: 33%;
	}
	.item-main-info .item-main-buy a {
		width: 64%;
		margin: 0 0 7px 36%;
	}
	.item-main-info .item-main-buy a.add-item {
		padding: 9px 10px 8px 10px;
		font-size: 18px;
	}
}
/* Modification - add counter */
/* Item-Main-Info */
/* Item-Main-Info DECORATION */

/* Item-Main-Params DECORATION */
/* Item-Main-Params */
.item-main-params {
	padding: 15px;
	border: 1px solid #cccccc;
}
.item-main-params table {
	margin-bottom: 30px;
	border: none;
	color: #333333;
	font-size: 14px;
}
.item-main-params table tr td {
	padding: 3px 15px;
}

.item-main-params table {
	table-layout: fixed;
	text-align: left;
}
.item-main-params table tr td {
	width: 55%;
}
.item-main-params table tr td:first-child {
	width: 45%;
}
.item-main-params table tr td span {
	display: block;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.item-main-params table caption {
	margin-bottom: 15px;
	color: #000000;
	font-size: 16px;
	text-align: left;
}
.item-main-params [class*="btn"] {
	max-width: 70%;
	margin: 0 auto;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	text-transform: none;
}
/* Item-Main-Params */
/* Item-Main-Params DECORATION */

/* Item-Set-Data DECORATION */
.item-set-data {
}
.item-set-data .title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.item-set-data .item-main-set {
	list-style: none;
}
.item-set-data > .item-main-set > li {
	position: relative;
	padding: 10px 0;
	border-top: 1px dotted #cccccc;
}
.item-set-data > .item-main-set > li:first-child {
	padding-top: 5px;
	border-top: none;
}
.item-set-data .item-main-set li:before,
.item-set-data .item-main-set li:after {
	display: table;
	content: " ";
}
.item-set-data .item-main-set li:after {
	clear: both;
}
.item-set-data > .item-main-set > li img {
	display: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 101%;
	border: 2px solid #cccccc;
	transform: translateY(-50%);
}
@media (min-width: 992px) {
	.item-set-data > .item-main-set > li:hover img {
		display: block;
	}
}
.item-set-data .item-main-set label {
	float: left;
	width: 25%;
	color: #333333;
	line-height: 1;
	cursor: default;
}
.item-set-data .item-main-set label span {
	display: table-cell;
	height: 30px;
	color: #333333;
	vertical-align: middle;
}
.item-set-data .item-main-set select {
	visibility: hidden;
	opacity: 0;
}
.item-set-data .item-main-set .selectric-wrapper {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.item-set-data .item-main-set .count-wrap {
	float: left;
	position: relative;
	width: 25%;
	padding-left: 5px;
}
.item-set-data .item-set-footer {
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.item-set-data .item-set-footer:before {
	position: absolute;
	top: -15px;
	right: 0;
	width: 70%;
	border-top: 1px solid #cccccc;
	content: "";
}
.item-set-data .item-set-footer span {
	float: right;
}
/* Item-Set-Data DECORATION */

/* Dc-Item DECORATION */
.dc-item {
	position: relative;
	margin-bottom: 20px;
	padding: 9px;
	border: solid 1px #d8dde0;
	font-size: 14px;
	transition: all .3s;
}
.dc-item:hover,
.dc-item:active {
	border-color: #647883;
}
.dc-item .dc-item-img {
	overflow: hidden;
	width: 100%;
	height: 220px;
	margin: 0 0 5px;
}
.dc-item .img-wrap {
	display: table;
	position: relative;
	width: 100%;
}
.dc-item .img-wrap a {
	display: table-cell;
	height: 220px;
	vertical-align: middle;
}
.dc-item .img-wrap img {
	display: block;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.dc-item .dc-item-articul {
	color: #999999;
	font-size: 14px;
}
.dc-item .dc-item-title {
	display: table-cell;
	height: 38px;
	vertical-align: middle;
}
.dc-item .dc-item-title a {
	display: block;
	overflow: hidden;
	max-height: 38px;
	color: #333333;
	text-decoration: underline;
}
.dc-item .dc-item-title a:hover {
	text-decoration: none;
}
.dc-item .itme-country {
	color: #999999;
}
.dc-item .dc-item-detail:before,
.dc-item .dc-item-detail:after {
	display: table;
	content: " ";
}
.dc-item .dc-item-detail:after {
	clear: both;
}
.dc-item .dc-item-detail .dc-item-info {
	padding-bottom: 30px;
}
.dc-item .dc-item-detail .dc-item-info,
.dc-item .dc-item-detail .dc-item-action {
	float: left;
	width: 50%;
	min-height: 90px;
}
.dc-item .dc-item-detail .dc-item-action {
	text-align: right;
}
.dc-item .dc-item-detail .dc-item-price {
	display: table-cell;
	height: 48px;
	color: #333333;
	vertical-align: middle;
}
.dc-item-action .add-dc-item {
	margin: 10px 0;
}
.dc-item .dc-item-detail .dc-item-price span {
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.dc-item .dc-item-detail .dc-item-price .old-price {
	text-decoration: line-through;
}
.dc-item .dc-item-detail .dc-item-price .current-price {
	font-size: 24px;
}
.dc-item .dc-item-detail .dc-item-action .dc-item-status {
	display: block;
	font-size: 14px;
}
.dc-item .dc-item-detail .dc-item-action .dc-item-status.success {
	color: #999999;
}
.dc-item .dc-item-detail .dc-item-action .dc-item-status.failure {
	color: #cc0001;
}
.dc-item .dc-item-detail .dc-item-action .fast-buy {
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
}
.dc-item .dc-item-detail .dc-item-action .fast-buy:hover {
	text-decoration: underline;
}
.dc-item .dc-item-info ul {
	position: absolute;
	right: 50%;
	bottom: 9px;
	left: 9px;
	margin: 10px 0 0;
	text-align: center;
	list-style: none;
}
.dc-item .dc-item-info ul li {
	display: inline-block;
	margin: 0 10px;
}
.dc-item .dc-item-info ul li a {
	color: #cccccc;
}
/* order-steps start */
.dc-item-order-step-2,
.dc-item-order-step-3 {
	display: none;
}

.dc-item-order-step-2 {
	margin: -18px 0 0;
}
.dc-item-order-step-2 .count {
	position: absolute;
	bottom: 8px;
	left: 9px;
	min-width: 85px;
}
.dc-item-order-step-2 input {
	text-align: center;
}
.dc-item-order-step-2 .btn {
	display: inline-block;
	position: absolute;
	bottom: 9px;
	left: 100px;
}
.dc-item-order-step-2 .close {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #444444;
	transition: all .3s;
}

.dc-item-order-step-3 {
	font-size: 13px;
}
.dc-item-order-step-3 .order-amount {
	border-bottom: 1px dotted #444444;
	color: #444444;
}
.dc-item-order-step-3 .order-amount span {
	font-size: 14px;
	font-weight: 700;
}
.dc-item-order-step-3 .order-amount:hover {
	border-bottom-color: transparent;
	color: #000000;
}
.dc-item-order-step-3 .btn {
	margin: 10px 0 5px;
}
.dc-item-order-step-3 .close {
	display: inline-block;
	color: #444444;
	transition: all .3s;
}
.dc-item-order-step-3 .close .svg-icon {
	margin: 0 5px 0 0;
	transform: translateY(-3px);
}
/* order-steps end */
/* Dc-Item DECORATION */

/* DC-Item-Main-Detail-Modal Start
-------------------------------------------- */
@media (max-width: 767px) {
	.dc-item-detail-modal-wrap {
		display: none !important;
	}
}
.dc-item-detail-modal-wrap {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 777;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.dc-item-detail-modal {
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 50px auto 25px;
	padding: 15px;
	border-radius: 4px;
	background: #ffffff;
}
@media (max-width: 1199px) {
	.dc-item-detail-modal {
		width: 96%;
	}
}
.dc-item-detail-modal .cancel {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	outline: none;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
	cursor: pointer;
}
.dc-item-detail-modal .cancel:hover {
	transition: all .4s;
	transform: rotate(90deg);
}

.dc-item-card .dc-item-detail-header {
	margin: 0 0 10px;
}
.dc-item-card .dc-item-detail-header:before,
.dc-item-card .dc-item-detail-header:after {
	display: table;
	content: " ";
}
.dc-item-card .dc-item-detail-header:after {
	clear: both;
}
.dc-item-card .dc-item-detail-header .more {
	float: right;
	position: relative;
	margin: 0 30px 0 0;
	padding: 7px 35px 5px 15px;
	border-radius: 2px;
	color: #ffffff;
	background: #eeeeee;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .3s;
}
.dc-item-card .dc-item-detail-header .more:hover {
	background: #333333;
}
.dc-item-card .dc-item-detail-header .h1 {
	margin: 0;
}
.dc-item-card .img-wrap {
	display: block;
	height: auto;
}
.dc-item-card .img-wrap a {
	display: block;
	height: auto;
}
.dc-item-card .img-wrap a img {
	border: 1px solid #cccccc;
}

.dc-item-card table {
	width: 100%;
	color: #666666;
}
.dc-item-card table tr:nth-child(odd) {
	background: #f7f9fa;
}
.dc-item-card table tr td {
	padding: 3px 15px;
}
.dc-item-card table tr td strong {
	font-size: 14px;
	font-weight: bold;
}

.dc-item-card .dc-item-card-detail {
	margin-left: 15px;
	padding: 10px 0 0;
	border-top: 1px solid #cccccc;
}
.dc-item-card .dc-item-card-detail-main {
}
.dc-item-card .dc-item-card-info {
	position: relative;
	margin: 10px 0;
	padding: 0 10px;
}
.dc-item-card .dc-item-card-info:before,
.dc-item-card .dc-item-card-info:after {
	display: table;
	content: " ";
}
.dc-item-card .dc-item-card-info:after {
	clear: both;
}
.dc-item-card .dc-item-card-detail .dc-item-card-detail-main .dc-item-articul {
	display: inline-block;
	position: static;
	color: #333333;
	white-space: normal;
}
.dc-item-card .dc-item-card-detail .dc-item-status {
	float: right;
}
.dc-item-card .dc-item-card-detail .dc-item-status.success {
	color: #669900;
}
.dc-item-card .dc-item-card-detail .dc-item-status.failure {
	color: #cc0001;
}
.dc-item-card .dc-item-card-info .dc-item-price-wrap {
	margin: 0 0 10px;
	padding: 7px 15px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	color: #333333;
	background: #eeeeee;
}
.dc-item-card .dc-item-card-info .dc-item-price {
	display: table-cell;
	height: 50px;
	line-height: 1;
	vertical-align: middle;
}
.dc-item-card .dc-item-card-info .dc-item-price .old-price {
	display: block;
	font-size: 17px;
	text-decoration: line-through;
}
.dc-item-card .dc-item-card-info .dc-item-price .current-price {
	font-size: 28px;
}
.dc-item-card .dc-item-card-info .dc-item-price .current-price:before {
	font-size: 18px;
	text-transform: uppercase;
	content: "Цена: ";
}
.dc-item-card .dc-item-card-info .dc-item-country {
	display: inline-block;
	margin: 7px 0 0;
	color: #333333;
	font-size: 14px;
}
.dc-item-card .dc-item-card-info .add-dc-item {
	position: absolute;
	top: 12px;
	right: 25px;
	padding: 10px 60px 9px 25px;
	border-radius: 2px;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-size: 18px;
	text-transform: uppercase;
	transition: all .3s;
}
.dc-item-card .dc-item-card-info .fast-buy {
	float: right;
	margin: 0 15px 0 0;
	padding: 8px 33px 7px;
	border-radius: 2px;
	color: #ffffff;
	text-transform: uppercase;
	transition: all .3s;
}

.dc-item-card .dc-item-wishes {
	margin-bottom: 15px;
}
.dc-item-card .dc-item-wishes li {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
}
.dc-item-card .dc-item-wishes li:first-child {
	margin-left: 0;
}
.dc-item-card .dc-item-wishes li a {
	border-bottom: dashed 1px #333333;
	color: #333333;
	transition: all .3s;
}
.dc-item-card .dc-item-wishes li a:hover {
	border-bottom-color: transparent;
}

.dc-item-card .dc-features {
	margin-top: 20px;
}
.dc-features {
	padding: 13px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	color: #333333;
	background: #eeeeee;
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
}
.dc-features .title {
	color: #333333;
}
.dc-features ul {
	margin: 0;
	list-style: none;
}
.dc-features ul li,
.dc-features ul li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dc-features ul li span {
	font-size: 12px;
}
.dc-features ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	color: #333333;
}
.dc-features ul li a:hover {
	text-decoration: underline;
}
/* DC-Item-Main-Detail-Modal End
-------------------------------------------- */

/* Catalog-AKA-alt START
-------------------------------------------- */
.no-gutters .b-catalog-section > .row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.no-gutters .b-catalog-section > .row {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters .b-item {
	margin-bottom: 0;
}

/* Sort and Show BY WRAP */
/* Sort and Show BY WRAP */
.sort-by-wrap .sort-type {
	/* float: left; */
	 margin: 0 1rem;
	/* padding: 0; */
	list-style: none;
	display: inline-block;
}
.sort-by-wrap .sort-type li {
	display: inline-block;
	margin-left: 7px;
}
.sort-by-wrap .sort-type li a {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	color: #427bad;
	text-decoration: underline;
}
.sort-by-wrap .sort-type li a.up:after{
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M19.515 120l84-84.485c4.686-4.686 12.284-4.686 16.971 0l84 84.485c4.686 4.686 4.686 12.284 0 16.97l-7.07 7.071c-4.686 4.686-12.284 4.686-16.971 0L129 92.113V468c0 6.627-5.373 12-12 12h-10c-6.627 0-12-5.373-12-12V92.113l-51.444 51.928c-4.686 4.686-12.284 4.686-16.971 0l-7.07-7.071c-4.687-4.686-4.687-12.284 0-16.97zM384 308v-8c0-6.627-5.373-12-12-12H268c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12zm64-96v-8c0-6.627-5.373-12-12-12H268c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h168c6.627 0 12-5.373 12-12zm64-96v-8c0-6.627-5.373-12-12-12H268c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zM320 404v-8c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z'/%3E%3C/svg%3E") no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
}
.sort-by-wrap .sort-type li a.down:after{
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M204.485 392l-84 84.485c-4.686 4.686-12.284 4.686-16.971 0l-84-84.485c-4.686-4.686-4.686-12.284 0-16.97l7.07-7.071c4.686-4.686 12.284-4.686 16.971 0L95 419.887V44c0-6.627 5.373-12 12-12h10c6.627 0 12 5.373 12 12v375.887l51.444-51.928c4.686-4.686 12.284-4.686 16.971 0l7.07 7.071c4.687 4.686 4.687 12.284 0 16.97zM384 308v-8c0-6.627-5.373-12-12-12H268c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12zm64-96v-8c0-6.627-5.373-12-12-12H268c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h168c6.627 0 12-5.373 12-12zm64-96v-8c0-6.627-5.373-12-12-12H268c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zM320 404v-8c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z'/%3E%3C/svg%3E") top no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
}
.sort-by-wrap .sort-type li a.down, .sort-by-wrap .sort-type li a.up{
	color: #777;
	text-decoration: none;
}

.sort-by-wrap .sort-type li a:hover {
	text-decoration: none;
}
.sort-by-wrap .sort-type li a.active {
	height: 26px;
	padding: 0 10px 0 22px;
	border: 1px solid #dedede;
	border-radius: 4px;
	color: #3f3f3f;
	background: #edeced;
	background:    -moz-linear-gradient(top, #f6f5f6 0%, #e8e7e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f5f6), color-stop(100%, #e8e7e8));
	background: -webkit-linear-gradient(top, #f6f5f6 0%, #e8e7e8 100%);
	background:      -o-linear-gradient(top, #f6f5f6 0%, #e8e7e8 100%);
	background:     -ms-linear-gradient(top, #f6f5f6 0%, #e8e7e8 100%);
	background:         linear-gradient(to bottom, #f6f5f6 0%, #e8e7e8 100%);
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}
.sort-by-wrap .sort-type li a.active:before {
	position: absolute;
	top: 10px;
	left: 8px;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	content: "";
}

.show-by-wrap,
.sort-by-wrap{
	display: flex;
	align-items: center;

}
.show-by-wrap select,
.sort-by-wrap select {
	visibility: hidden;
	opacity: 0;
}
.show-by-wrap > span,
.sort-by-wrap > span {
	/* float: left; */
	/*margin: 7px 0 0;*/
}
.show-by {
	width: 180px;
	margin: 0 1rem;
}
.show-by .selectric {
	border: none;
	box-shadow: none;
}
@media (min-width: 992px) {
	.show-by .selectric-wrapper {
		/*margin: 0 0 0 120px;*/
	}
}

@media (max-width: 600px) {
	.items-modification {
		text-align: center;
	}
	.items-modification .iselect {
		text-align: left;
	}
	.show-by-wrap,
	.sort-by-wrap {
		display: inline-block;
		/*float: none;*/
		margin-right: 0;
	}

	.sort-by-wrap {
		display: block;
		overflow: hidden;
		max-width: 260px;
		margin: 10px auto 10px;
	}
	.show-by-wrap {
		display: block;
		max-width: 180px;
		margin: 0 auto 10px;
	}
}
/* Sort and Show BY WRAP */

/* Filter-Horizontal */
.filter-horizontal {
	margin-bottom: 1.25rem;
}

.filter-field {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
}

.filter-field__title {
	color: #777777;
	text-decoration: none;
}
.filter-field__title:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	vertical-align: middle;
	content: "";
}

.filter-field__body {
	visibility: hidden;
	position: absolute;
	z-index: 11;
	left: -9999px;
	width: 380px;
	max-height: 300px;
	padding: 1.25rem;
	border: 1px solid #cccccc;
	opacity: 0;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0, .25);
	transition: opacity .5s;
	transform: translate(-50%, 15px);
}
.filter-field--active .filter-field__body {
	visibility: visible;
	left: 50%;
	opacity: 1;
}
@media (max-width: 576px) {
	.filter-field__body {
		width: 300px;
	}
}

.filter-field__header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.filter-field__header .btn {
	width: 100%;
}
.filter-field__header label {
	border-bottom: 1px dashed #777777;
	color: #777777;
	font-size: 12px;
	font-weight: normal;
}
.filter-field__header label:hover {
	border-bottom-color: transparent;
}
.filter-field__header .icheckbox {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.filter-field__main {
	overflow: auto;
	max-height: 170px;
}

.tag-checkbox {
	margin: 3px;
}
.tag-checkbox .icheckbox {
	position: static !important;
	width: 0;
	height: 0;
}
.tag-checkbox .icheckbox:after {
	display: none;
}
.tag-checkbox .icheckbox.checked:before {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50%;
	border-top: 1px solid #333;
	content: "";
}

/* Filter-Horizontal */

/* Item-Definition */
.item-definition {
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #efefef;
}
.item-definition__title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.item-definition__desc {
	font-size: 14px;
}
.item-definition__img {
	margin: 0;
	margin-left: auto;
}
@media (max-width: 767px) {
	.item-definition__img {
		display: none;
	}
}
/* Item-Definition */

/* b-catalog-nav-list--modded */
.b-catalog-nav-list--modded {
}
.b-catalog-nav-list--modded > ul {
	border-bottom: none;
}
.b-catalog-nav-list--modded > ul > li {
	margin-bottom: 5px;
}
.b-catalog-nav-list--modded > ul > li > a {
	padding: .325rem 1rem .325rem 1rem;
	border-radius: 0;
	background: #f1f1f1;
	
	border: none;

	font-weight: bold;
}
.b-catalog-nav-list--modded > ul > .dropdown-list > a > .toggle {
	border: none;
}
.b-catalog-nav-list--modded > ul > .dropdown-list > a > .toggle:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: none;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzc3Nzc3NyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	vertical-align: middle;
	transition: all .5s;
}
.b-catalog-nav-list--modded > ul > .dropdown-list.active .toggle {
	transition: all .5s;
	transform: rotate(180deg);
}
.b-catalog-nav-list--modded ul ul {
	border: none;
}
.b-catalog-nav-list--modded ul li ul li a {
	padding: 2px 0 2px 1rem;
	font-size: .85rem;
}
.b-catalog-nav-list--modded ul li ul li a:hover {
	color: #000000;
}
/* b-catalog-nav-list--modded */

/* B-Item-Mode */
.grid-offset {
	margin-left: -1px;
}
.b-item-mode {
	position: relative;
	padding: .625rem;
	border: 1px solid #d1d1d1;
	transition: all .5s;
}
.b-item-mode:hover {
	box-shadow: 0 10px 40px rgba(150, 150, 150, .4);
}
.b-item-mode [class*="img-wrap-"] {
	height: auto;
}

/* B-Item-Img-Carousel */
.list-mode .b-item-img-carousel {
	margin: 0;
}

.b-item-img-wrap-carousel {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border: 1px solid #cccccc;
}
.b-item-img-carousel {
	visibility: hidden;
	max-width: 300px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .5s;;
}
.b-item-img-carousel.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.b-item-img-carousel .slick-list,
.b-item-img-slide {
	margin: 0;
}
.b-item-img-carousel img {
	max-height: 285px;
}

.b-item-img-carousel .slick-dots {
	top: 0;
	bottom: -20px;
}
.b-item-img-carousel .slick-dots li {
	float: left;
	width: 25%;
	height: 100%;
	margin: 0;
	padding: 0 5px;
}
.b-item-img-carousel .slick-dots button {
	width: 100%;
	height: 100%;
	border-bottom: 3px solid #cccccc;
	border-radius: 0;
	background: transparent;
}
.b-item-img-carousel .slick-dots li.slick-active button {
	border-bottom: 3px solid #aaaaaa;
	background: transparent;
}
/* B-Item-Img-Carousel */

.list-mode .b-item-mode-meta-list {
	top: 25px;
	bottom: auto;
	width: 100%;
	max-width: 335px;
	text-align: center;
}
.b-item-mode-meta-list {
	position: absolute;
	right: 15px;
	bottom: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.b-item-mode-meta-list__item {
	margin-top: 15px;
}
.list-mode .b-item-mode-meta-list__item {
	display: inline-block;
	margin: 0 10px;
}
.b-item-mode-meta-list__icon {
	display: inline-block;
	max-width: 30px;
	height: 30px;
	vertical-align: middle;
	transition: all .5s;
	fill: #ccc;
}
.buy-btn-icon{
	max-width: 15px;
	height: 15px;
	margin-right: 10px;
	transition: all .5s;
	fill: #fff;
}
.b-item-mode-meta-list__icon:hover {
	fill: #dddddd;
}

.b-item-mode-figcaption {
}

.b-item-mode-describe {
}
.b-item-mode-name {
	overflow: hidden;
	width: 100%;
	height: 45px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}
.b-item-mode-name a {
	height: 100%;
	color: #555555;
}
@media (min-width: 992px) {
	.b-item-mode-name {
		display: table;
	}
	.b-item-mode-name a {
		display: table-cell;
		vertical-align: middle;
	}
}
.b-item-mode-name a:hover {
	color: #000000;
	text-decoration: underline;
}
.b-item-mode-articul {
	margin-bottom: 15px;
	color: #999999;
	font-size: 14px;
}

.b-item-mode-params {
	display: none;
	color: #777777;
	font-size: 12px;
	font-weight: 300;
}
.list-mode .b-item-mode-params {
	display: block;
}
.b-item-mode-dropdown .b-item-mode-params {
	display: block;
}
.list-mode .b-item-mode-dropdown .b-item-mode-params {
	display: none;
}

.b-item-mode-summary {
}
.b-item-mode-price-wrap {
	margin-right: -.625rem;
	margin-left: -.625rem;
	padding: 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.b-item-mode-buy-wrap {
	margin: 0 -.625rem -.625rem -.625rem;
	padding: 15px;
	background: #efefef;
}
.b-item-mode-price-about {
	color: #777777;
	font-weight: 300;
}
.b-item-mode-prices-wrap {
	display: flex;
	flex-direction: column;
	min-height: 45px;

	justify-content: center;
}
.b-item-mode-price-old {
	text-align: right;
	text-decoration: line-through;
}
.b-item-mode-price {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
.b-item-mode-add {
}
.add-mode-btn {
	width: 100%;
	border-radius: 0;
}

.b-item-mode-dropdown {
	position: relative;
	top: .625rem;
}
.b-item-mode-dropdown-inner {
	visibility: hidden;
	position: absolute;
	z-index: 11;
	top: 100%;
	right: -.625rem;
	left: -.625rem;
	margin: 0 -1px;
	padding: 16px 20px;
	border: 1px solid #d1d1d1;
	opacity: 0;
	color: #b8bbbd;
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(150, 150, 150, .2);
	font-size: 12px;
	font-weight: 300;
	transition: opacity 250ms, visibility 250ms;
}
.b-item-mode:hover .b-item-mode-dropdown-inner {
	visibility: visible;
	opacity: 1;
}

.list-mode .b-item-mode {
	overflow: hidden;
	height: 100%;
}
.list-mode .b-item-img-wrap-carousel {
	float: left;
	width: 250px;
}
.list-mode .b-item-img-wrap-carousel {
	position: static;
}
.list-mode .b-item-mode-figcaption {
	display: flex;
	height: 100%;
	margin-left: 260px;
}
.list-mode .b-item-mode-describe {
	max-width: 50%;
	padding-right: .625rem;

	flex: 0 1 50%;
}
.list-mode .b-item-mode-summary {
	max-width: 50%;
	margin-top: -.625rem;
	margin-bottom: -.625rem;
	padding-top: 80px;
	padding-left: .625rem;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #d1d1d1;

	flex: 0 1 50%;
}
.list-mode .b-item-mode-buy-wrap {
	position: relative;
	height: 50%;
}
.list-mode .b-item-mode-price-wrap {
	height: 50%;
}
.list-mode .b-item-mode-price-wrap > .row {
	height: 100%;
}
.list-mode .b-item-mode-buy-wrap > .row {
	height: 100%;

	align-items: center;
}
/* B-Item-Mode */

/* B-Item-Mode-Carousel */
.b-section {
	overflow: hidden;
}
.b-item-img-slide a {
	display: block;
}

.b-items-promo-list,
.b-items-promo-list-full {
	visibility: hidden;
	padding: 0 20px;
	opacity: 0;
	transition: opacity .5s;
}
.b-items-promo-list.slick-initialized,
.b-items-promo-list-full.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.b-items-promo-list .b-item-slide,
.b-items-promo-list-full .b-item-slide {
	margin: 0 0 0 -1px;
}
.b-items-promo-list > .slick-list,
.b-items-promo-list-full > .slick-list {
	overflow: visible;
}

.b-items-promo-list > .slick-list > .slick-track > .slick-slide,
.b-items-promo-list-full > .slick-list > .slick-track > .slick-slide {
	visibility: hidden;
	opacity: 0;
	transition: opacity 250ms, visibility 250ms;
}
.b-items-promo-list > .slick-list > .slick-track > .slick-slide.slick-current,
.b-items-promo-list-full > .slick-list > .slick-track > .slick-slide.slick-current,
.b-items-promo-list > .slick-list > .slick-track > .slick-slide.slick-active,
.b-items-promo-list-full > .slick-list > .slick-track > .slick-slide.slick-active {
	visibility: visible;
	opacity: 1;
	transition: opacity .5s;
}
/* B-Item-Mode-Carousel */
/* Catalog-AKA-alt END
-------------------------------------------- */

.b-carousel-list {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.b-carousel-list.slick-initialized {
	visibility: visible;
	opacity: 1;
}

/* Header Alternative START
--------------------------------------------------- */
.b-mod-header {
	margin-bottom: 1.25rem;
}

.b-mod-top-header {
	/*padding: 10px 0;*/
}
@media (max-width: 991px) {
	.b-mod-top-header {
		display: none;
	}
}

.b-mod-main-header {
	background: #3a3d3e;
	/*padding: 10px 0;*/
}

/* b-dropdown */
.b-dropdown {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.b-dropdown__title {
	display: block;
	display: inline-block;
	padding: 10px 5px;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
}
.b-dropdown__title:after {
	float: right;
	width: 12px;
	height: 12px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-size: cover;
	content: "";
	transform: translate(5px, 5px);
}
.b-dropdown__body {
	visibility: hidden;
	position: absolute;
	z-index: 11;
	top: 100%;
	left: -9999px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	padding: 15px;
	opacity: 0;
	background: #ffffff;
	box-shadow: 0 4px 32px rgba(0, 0, 0, .1);
	font-size: 14px;
	line-height: 1.3;
	list-style: none;
	transition: opacity .5s;
}
.b-dropdown--active .b-dropdown__body {
	visibility: visible;
	left: 0;
	opacity: 1;
}
.b-dropdown__body ul {
	margin: 10px 0;
}
.b-dropdown__body > *:last-child {
	margin-bottom: 0;
}
/* b-dropdown */

/* b-nav */
.b-nav {
	display: inline-block;
}
.b-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.b-nav__item {
	display: inline-block;
	position: relative;
	font-size: 15px;
}
.b-nav__link {
	display: block;
	padding: 10px 5px;
	color: #000000;
}
.b-nav__link:after {
	float: right;
	width: 12px;
	height: 12px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-size: cover;
	content: "";
	transform: translate(5px, 5px);
}
.b-nav__sub-list {
	visibility: hidden;
	position: absolute;
	z-index: 11;
	z-index: 13;
	top: 100%;
	left: -9999px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	padding: 15px;
	opacity: 0;
	background: #ffffff;
	box-shadow: 0 4px 32px rgba(0, 0, 0, .1);
	line-height: 1.3;
	list-style: none;
	transition: opacity .3s;
}
.b-nav__item:hover .b-nav__sub-list {
	visibility: visible;
	left: 0;
	opacity: 1;
}
.b-nav__sub-item {
	margin-top: 7px;
	font-size: 14px;
}
.b-nav__sub-item:first-child {
	margin-top: 0;
}
.b-nav__sub-link {
	display: block;
	color: #7c7c7c;
	transition: all .3s;
}
.b-nav__sub-link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/* b-nav */

/* top-header-wrap */
.top-header-wrap {
	text-align: right;
}

.top-header-phone {
	float: left;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}
.top-header-phone:hover {
	color: #333333;
}
.top-header-phone:before {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU3OC4xMDYgNTc4LjEwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTc4LjEwNiA1NzguMTA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTU3Ny44Myw0NTYuMTI4YzEuMjI1LDkuMzg1LTEuNjM1LDE3LjU0NS04LjU2OCwyNC40OGwtODEuMzk2LDgwLjc4MSAgICBjLTMuNjcyLDQuMDgtOC40NjUsNy41NTEtMTQuMzgxLDEwLjQwNGMtNS45MTYsMi44NTctMTEuNzI5LDQuNjkzLTE3LjQzOSw1LjUwOGMtMC40MDgsMC0xLjYzNSwwLjEwNS0zLjY3NiwwLjMwOSAgICBjLTIuMDM3LDAuMjAzLTQuNjg5LDAuMzA3LTcuOTUzLDAuMzA3Yy03Ljc1NCwwLTIwLjMwMS0xLjMyNi0zNy42NDEtMy45NzlzLTM4LjU1NS05LjE4Mi02My42NDUtMTkuNTg0ICAgIGMtMjUuMDk2LTEwLjQwNC01My41NTMtMjYuMDEyLTg1LjM3Ni00Ni44MThjLTMxLjgyMy0yMC44MDUtNjUuNjg4LTQ5LjM2Ny0xMDEuNTkyLTg1LjY4ICAgIGMtMjguNTYtMjguMTUyLTUyLjIyNC01NS4wOC03MC45OTItODAuNzgzYy0xOC43NjgtMjUuNzA1LTMzLjg2NC00OS40NzEtNDUuMjg4LTcxLjI5OSAgICBjLTExLjQyNS0yMS44MjgtMTkuOTkzLTQxLjYxNi0yNS43MDUtNTkuMzY0UzQuNTksMTc3LjM2MiwyLjU1LDE2NC41MXMtMi44NTYtMjIuOTUtMi40NDgtMzAuMjk0ICAgIGMwLjQwOC03LjM0NCwwLjYxMi0xMS40MjQsMC42MTItMTIuMjRjMC44MTYtNS43MTIsMi42NTItMTEuNTI2LDUuNTA4LTE3LjQ0MnM2LjMyNC0xMC43MSwxMC40MDQtMTQuMzgyTDk4LjAyMiw4Ljc1NiAgICBjNS43MTItNS43MTIsMTIuMjQtOC41NjgsMTkuNTg0LTguNTY4YzUuMzA0LDAsOS45OTYsMS41MywxNC4wNzYsNC41OXM3LjU0OCw2LjgzNCwxMC40MDQsMTEuMzIybDY1LjQ4NCwxMjQuMjM2ICAgIGMzLjY3Miw2LjUyOCw0LjY5MiwxMy42NjgsMy4wNiwyMS40MmMtMS42MzIsNy43NTItNS4xLDE0LjI4LTEwLjQwNCwxOS41ODRsLTI5Ljk4OCwyOS45ODhjLTAuODE2LDAuODE2LTEuNTMsMi4xNDItMi4xNDIsMy45NzggICAgcy0wLjkxOCwzLjM2Ni0wLjkxOCw0LjU5YzEuNjMyLDguNTY4LDUuMzA0LDE4LjM2LDExLjAxNiwyOS4zNzZjNC44OTYsOS43OTIsMTIuNDQ0LDIxLjcyNiwyMi42NDQsMzUuODAyICAgIHMyNC42ODQsMzAuMjkzLDQzLjQ1Miw0OC42NTNjMTguMzYsMTguNzcsMzQuNjgsMzMuMzU0LDQ4Ljk2LDQzLjc2YzE0LjI3NywxMC40LDI2LjIxNSwxOC4wNTMsMzUuODAzLDIyLjk0OSAgICBjOS41ODgsNC44OTYsMTYuOTMyLDcuODU0LDIyLjAzMSw4Ljg3MWw3LjY0OCwxLjUzMWMwLjgxNiwwLDIuMTQ1LTAuMzA3LDMuOTc5LTAuOTE4YzEuODM2LTAuNjEzLDMuMTYyLTEuMzI2LDMuOTc5LTIuMTQzICAgIGwzNC44ODMtMzUuNDk2YzcuMzQ4LTYuNTI3LDE1LjkxMi05Ljc5MSwyNS43MDUtOS43OTFjNi45MzgsMCwxMi40NDMsMS4yMjMsMTYuNTIzLDMuNjcyaDAuNjExbDExOC4xMTUsNjkuNzY4ICAgIEM1NzEuMDk4LDQ0MS4yMzgsNTc2LjE5Nyw0NDcuOTY4LDU3Ny44Myw0NTYuMTI4eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	content: "";
	transform: translate(-7px, 3px);
}

.top-header-authorize {
	display: inline-block;
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 15px;
	white-space: nowrap;
	list-style: none;
}
.top-header-authorize li {
	display: inline-block;
	margin-left: -4px;
	padding: 0 25px;
	border-left: 1px solid #cccccc;
}
.top-header-authorize li:last-child {
	padding-right: 0;
}
.top-header-authorize li:first-child {
	border-left: none;
}
.top-header-authorize a {
	display: block;
	padding: 0;
	border-bottom: 1px dashed transparent;
	color: #000000;
	transition: all .3s;
}
.top-header-authorize a:hover {
	border-bottom-color: #bebebe;
	color: #bebebe;
}

.b-mod-main-header .b-search-form,
.b-mod-main-header .b-navbar-wrap {
	margin-bottom: 0;
}

.b-mod-main-header .b-header-info .b-header-info-main svg {
	max-width: 100%;
	height: auto;
	transition: all .3s;

	fill: #afafaf;
}
.b-mod-main-header .b-header-info.b-dropdown-opened .b-header-info-main > a {
	background: transparent;
	transition: all .3s;
}
.b-mod-main-header .b-header-info.b-basket-info .pw-header-basket-info-data,
.b-mod-main-header .b-header-info.b-basket-info .pw-header-basket-info-data strong {
	color: #afafaf;
}
.b-mod-main-header .b-header-info.b-basket-info.b-dropdown-opened .pw-header-basket-info-data,
.b-mod-main-header .b-header-info.b-basket-info.b-dropdown-opened .pw-header-basket-info-data strong {
	color: #ffffff;
}
@media (min-width: 600px) {
	.b-header-info .b-header-info-main i {
		width: 1.90rem;
		height: 1.90rem;
	}
}
.b-mod-main-header .b-header-info.b-dropdown-opened .b-header-info-main svg {
	max-width: 100%;
	height: auto;

	fill: #ffffff;
}
.b-mod-main-header .b-header-info-wrap {
	margin: 0;
}

.b-mod-main-header .b-header-info .b-icon-wrap .count {
	border-width: 2px;
	border-color: #afafaf;
	color: #afafaf;
	background: #3a3d3e;
	line-height: 1.25rem;
	transition: all .3s;
}
.b-mod-main-header .b-header-info.b-dropdown-opened .b-icon-wrap .count {
	border-color: #ffffff;
	color: #ffffff;
}
.b-mod-main-header .b-account-info .b-icon-wrap .count,
.b-mod-main-header .b-compare-info .b-icon-wrap .count,
.b-mod-main-header .b-watched-info .b-icon-wrap .count {
	top: 50%;
	left: 100%;
	border: none;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	transform: translateY(-50%);
}

.b-mod-main-header .b-logo {
	display: inline-block;
	padding-left: 4rem;
	vertical-align: middle;
}
.b-mod-main-header .align-items-center {
	white-space: nowrap;
}

.b-mod-main-header img {
	margin: 0;
}
.b-mod-main-header .b-header-info:after {
	display: none;
}

.b-mod-main-header .b-search-form input[type="text"] {
	padding-right: 0;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid #a7a7a7;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
}
.b-mod-main-header .b-search-form .btn {
	top: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	background: none;
}
.b-mod-main-header .b-search-form .btn svg {
	fill: #afafaf;
}
.b-mod-main-header .b-search-form .btn:hover svg {
	fill: #ffffff;
}

.b-mod-main-header .b-search-form ::-webkit-input-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.b-mod-main-header .b-search-form :-moz-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.b-mod-main-header .b-search-form .placeholder {
	color: #afafaf;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.b-mod-main-header .b-search-form {
	position: relative;
	padding-right: 45px;
}

@media (max-width: 767px) {
	.b-mod-main-header .b-search-form {
		display: none;
	}
	.b-mod-main-header .b-header-info .b-header-info-main i {
		width: 1.25rem;
		height: 1.25rem;
	}
}

.fixed-header .b-mod-main-header {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
}

.b-mod-main-header .container-fluid {
	position: relative;
}
.b-mod-main-header [class*="col-"] {
	position: static;
}

.del-item-from-basket {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xlYXIiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiM5MDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	vertical-align: middle;
	cursor: pointer;
}


.b-mod-main-header .b-nav-toggle {
	display: block;
	display: inline-block;
	position: relative;
	z-index: 11;
	/*top: .75rem;*/
	top: 0;
	left: .625rem;
	width: 3.5rem;
	min-height: 3.125rem;
	/*float: left;*/
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	box-shadow: none;
	text-align: left;
	vertical-align: middle;
	text-indent: -9999px;
}
.b-mod-main-header .b-nav-toggle i {
	background: #afafaf;
}

.b-mod-main-header #b-navbar-toggle i {
	background: #afafaf;
}

.b-mod-main-header .b-nav-toggle i {
	display: block;
	position: absolute;
	right: .9375rem;
	width: 1.875rem;
	height: 2px;
	transition: all .3s;
}
.b-mod-main-header .b-nav-toggle i:nth-child(1) {
	top: 1rem;
}
.b-mod-main-header .b-nav-toggle i:nth-child(2) {
	top: 1.5rem;
}
.b-mod-main-header .b-nav-toggle i:nth-child(3) {
	top: 2rem;
}
.b-mod-main-header .b-nav-toggle.active i:nth-child(1) {
	top: 1.5rem;
	transform: rotateZ(45deg);
}
.b-mod-main-header .b-nav-toggle.active i:nth-child(2) {
	background: transparent;
}
.b-mod-main-header .b-nav-toggle.active i:nth-child(3) {
	top: 1.5rem;
	transform: rotateZ(-45deg);
}
.b-mod-main-header #b-navbar-toggle {
	display: block;
}

.b-navbar-wrap--modded.b-navbar-wrap {
	border: none;
}
@media (min-width: 768px) {
	.b-navbar-wrap.b-navbar-wrap--modded {
		display: none;
		/*position: relative;*/
		/*bottom: auto;
		top: 100%;*/
		top: 4.5rem;
		background: #ffffff;
	}
	.js-nav-active .b-navbar-wrap.b-navbar-wrap--modded {
		display: block;
	}
	.b-navbar-wrap--modded .b-navbar {
	}
	.b-navbar-wrap--modded .b-navbar > ul {
		display: block;
		/*width: 18.125rem;*/
	}
	.b-navbar-wrap--modded .b-navbar > ul > li {
		display: block;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li > a {
		color: #333333;
		display: block;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li.active > a {
		background: transparent;
		text-decoration: underline;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li > a:before,
	.b-navbar-wrap--modded .b-navbar > ul > li > a:after {
		display: none;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li > a:hover,
	.b-navbar-wrap--modded .b-navbar > ul > li:hover > a {
		background: transparent;
		text-decoration: underline;
		color: #333;
	}

	.b-navbar-wrap--modded .b-navbar > ul > li.dropdown > ul {
		border: none;
		box-shadow: none;

		columns: 4 250px;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li.dropdown > ul > li {
		-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
	}

	/* By-rows Style */
	.b-navbar-wrap--modded .b-navbar > ul > li {
		position: static;
		width: 19%;
		padding: 4px;
		border-right: 1px solid #f7f7f7;
		border-left: 1px solid #f7f7f7;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li {
		height: auto;
		border-top: 1px solid #f7f7f7;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li:first-child {
		border-top: none;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li > a {
		position: relative;
		height: auto;
		padding: 1rem .75rem;
		text-align: left;
	}
	.b-navbar-wrap--modded .b-navbar ul li ul {
		top: 0;
		right: 0;
		min-height: 100%;
		padding: .4375rem 1.25rem;
	}
	.b-navbar-wrap--modded .b-navbar ul li ul li {
		/*float: left;*/
		/*width: 25%;*/
		/*height: 2.8125rem;*/
		line-height: 1;
	}
	.b-navbar-wrap--modded .b-navbar > ul > li a {
		/*display: table-cell;
		min-width: 185px;
		height: 2.8125rem;
		border-radius: 5px;
		vertical-align: middle;*/
		font-weight: 600;
	}
	.b-navbar-wrap--modded .b-navbar ul li:hover > ul {
		visibility: visible;
		right: 0;
		left: 0;
		opacity: 1;
	}
	.b-navbar-wrap--modded .b-navbar ul li:hover > ul,
	.b-navbar-wrap--modded .b-navbar > ul > li:first-child > ul {
		visibility: visible;
		top: 0;
		left: 19%;
		opacity: 1;
		width: auto;
	}


	.b-navbar-wrap--modded .b-navbar > ul > li.dropdown .dropdown:after {
		transform: rotate(90deg);
		top: 24px;
	}
	.b-navbar-wrap--modded .b-navbar ul ul ul.sub-menu {
		padding: 0;
		top: 100%;
		left: 0;
		right: 0;
		border-left: 1px solid #ccc;

		visibility: visible;
		opacity: 1;
		position: static;
		border: none;
		padding-left: 25px;
	}
	.b-navbar-wrap--modded .b-navbar ul li ul li ul li {
		float: none;
		width: 100%;
		height: auto;
	}
	.b-navbar-wrap--modded .b-navbar ul li ul li ul li a {
		font-size: 12px;
		padding: 5px 10px;
		font-weight: normal;
	}
	/* By-rows Style */
}
@media (min-width: 992px) {
	.b-navbar-wrap.fixed {
		top: 6.9rem;
	}
}
/* top-header-wrap */

/* Header-Compare */
.zui-table {
	margin-bottom: 0;
	border: none;
	border-right: solid 1px #ddefef;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 13px;
}
.zui-table tbody td {
	padding: 10px;
	border-bottom: solid 1px #ddefef;
	color: #333333;
	text-shadow: 1px 1px 1px #ffffff;
	white-space: nowrap;
}
.zui-wrapper {
	position: relative;
}
.zui-scroller {
	overflow-x: scroll;
	overflow-y: visible;
	/*margin-left: 140px;*/
	margin-left: 136px;
	padding-bottom: 5px;
	/*width: 300px;*/
}
.zui-table .zui-sticky-col {
	overflow: hidden;
	position: absolute;
	top: auto;
	left: 0;
	width: 140px;
	/*height: 100%;*/
	min-height: 40px;
	padding: 0 15px;
	border-right: solid 1px #ddefef;
	border-left: solid 1px #ddefef;
	background: #efefef;
	line-height: 40px;
	text-align: left;
	/*width: 120px;*/
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zui-table .b-item {
	position: relative;
	top: 1px;
	min-width: 230px;
	margin-bottom: 0;
	text-align: left;
}

.text-right {
	text-align: right;
}
.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;

	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.btn.del-item {
	display: block;
	max-width: 47px;
	margin: 0 auto;
	padding: 0;
	border: none;
	outline: none;
}
.btn.del-item:hover {
	fill: #900;
	background: transparent;
}
.table-responsive tfoot td {
	border: none;
}
.table-responsive .b-item-counter {
	max-width: 100px;
}

.basket-title {
	text-align: left;
}
/* Header-Compare */

.basket-table tr td:first-child {
	min-width: 75px
}
.basket-table tr td:nth-child(2) {
	min-width: 130px
}

@media (max-width: 575px) {
	.basket-buttons,
	.basket-buttons [class*="col-"] {
		text-align: center;
	}
	.basket-buttons .btn {
		margin: 5px 0;
	}
}

.bar-wrap {
	display: flex;
	align-items: center;
}
.b-search-form {
	flex-grow: 1;
	margin-bottom: 0;
}
.b-select-location {
	padding: 0;
}
.b-select-location a {
	color: #555;
	border-bottom: 1px dotted #555;
}
.b-select-location a:hover {
	border-bottom-color: transparent;
}
.b-select-location-meta {
	text-align: center;
	max-width: 100px;
	flex: 0 0 100px;
	padding: 0 .625rem;
	margin: 0 auto;
}
.b-location-link a {
	color: #252525;
}
.b-location-link:first-child {
	font-weight: 600;
}
.b-location-links {
	max-width: 165px;
	flex: 0 0 165px;
	padding: 0 0 0 .625rem;
	text-align: left;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (min-width: 1200px) {
	.b-location-links {
		max-width: 200px;
		flex: 0 0 200px;
	}
}
.b-location-links a:hover {
	text-decoration: underline;
}
/* Header Alternative END
--------------------------------------------------- */

.section-outline {
	border: 1px solid #dedede;
	border-radius: 4px;
	padding: 10px;
	box-shadow: 3px 5px 10px rgba(0,0,0,.15);
}

.lets-hide-it {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
/* End */


/* Start:/local/templates/.default/core/css/style.css?17552552943449*/
@charset "utf-8";

/* Header START
--------------------------------*/
.contacts span {
	display: block;
}
.calc-section table tfoot tr td:first-child {
	text-align: left;
}
.calc-section table tbody tr td {

}
.calc-section .b-item-counter-wrap {

}
.calc-section .b-item-counter {
	width: auto;
	display: inline-block;
}
.b-viewed-list.slick-dotted {
	margin-bottom: 3.25rem;
}
.callback-form input[type="submit"] {
	margin-top: 1.75rem;
}
.img-wrap,
[class*="img-wrap"] {
	border: none;
}
/* Header END
--------------------------------*/

/* Images-Dropdown START
--------------------------------*/
.b-image-dropdown {
	padding: .625rem;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 1.25rem;
}

.b-image-dropdown .b-image-img-wrap {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.b-image-dropdown .b-image-img-wrap a {
	display: table-cell;
	height: 10rem;
	text-align: center;
	vertical-align: middle;
}
.b-image-dropdown .b-image-img-wrap a img {
	width: auto;
	max-height: 100%;
	margin: 0 auto;
}

.b-image-dropdown {
	height: 11.5rem;
}  
.b-image-dropdown:hover .b-image-dropdown-body {
	position: absolute;
	z-index: 33;
	top: -1px;
	left: -1px;
	right: -1px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .18);
	padding: .625rem;
	border: 1px solid #999;
	background: #fff;
	transition: border-color 0.3s ease-out;
}
.b-image-dropdown .b-image-footer {
	padding: .5rem 0;
	display: none;
}
.b-image-dropdown:hover .b-image-footer {
	display: block;
}

.b-image-dropdown .b-image-footer p:last-child {
	margin-bottom: 0;
}

.b-image-thumbs {
	margin: 0 -5px;
}
.b-image-thumbs a {
	width: 33%;
	float: left;
	padding: 0 5px;
	margin: 5px 0;
}
.b-image-thumbs .img-wrap-table {
	display: table;
	width: 100%;
	height: 35px;
}
.b-image-thumbs .img-wrap-cell {
	display: table-cell;
	height: 35px;
}
.b-image-thumbs a i {
	display: none;
}
.b-image-thumbs a img {
	margin: 0 auto;
}
/* Images-Dropdown END
--------------------------------*/

/* Table-Mode START
--------------------------------*/
.b-catalog-section.table-mode {

}
.b-catalog-section.table-mode .b-item:after {
	clear: both;
	content: "";
	display: table;
}
.b-catalog-section.table-mode .b-item {
	padding-left: 20%;
	min-height: 5.30rem;
}
.b-catalog-section.table-mode .b-item > * {
	margin: 0;
}
.b-catalog-section.table-mode .b-item .b-item-img-wrap > a {
	height: 4rem;
}
.b-catalog-section.table-mode .b-item .b-item-img-wrap {
	position: absolute;
	width: 20%;
	left: .625rem;
	top: .625rem;
}
.b-catalog-section.table-mode .b-item .b-item-describe {
	width: 30%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding-left: 1.25rem;
}
.b-catalog-section.table-mode .b-item .b-item-summary {
	position: absolute;
	right: .625rem;
	top: 50%;
	transform: translate(0, -50%);
	width: 50%;
}
.b-catalog-section.table-mode .b-item .b-item-summary:after {
	display: table;
	clear: both;
	content: "";
}
.b-catalog-section.table-mode .b-item .b-item-price-wrap,
.b-catalog-section.table-mode .b-item .b-item-add-wrap {
	width: 40%;
	float: left;
	padding-left: .625rem;
}
.b-catalog-section.table-mode .b-item .b-item-price-wrap {
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
}
.b-catalog-section.table-mode .b-item .b-item-add-wrap {
	width: 60%;
}

/* Table-Mode END
--------------------------------*/

/* Footer START
--------------------------------*/
/* Footer END
--------------------------------*/
/* End */


/* Start:/local/templates/.default/core/css/dev.css?17552552944001*/
/* 1.1.BASE COLORS START
------------------------------ */
::selection {
	background: #777;
	color: #fff;
}
::-moz-selection {
	background: #777;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #84817e;
}
:-moz-placeholder {
	color: #84817e;
}
.placeholder {
	color: #84817e;
}
a {
	color: #69c;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #333;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6  a {
	color: #333;
}
table caption {
	color: #222;
}
table thead tr th {
	background: #ccc;
}
table tbody tr td {
	border: 1px solid #ddd;
}
table.table-stripped tbody tr:nth-child(even) td {
	background: #fff;
}
form legend {
	color: #333;
}
label {
	color: #333;
}
label span {
	color: #d40707;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
textarea {
	color: #333;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
textarea:hover {
	border-color: #222;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
textarea:focus {
	border-color: #111;
}
/* 1.1.BASE COLORS END
------------------------------ */

/* 1.2.Modules
------------------------------ */

/* HEADER */
.b-main-header {
	background: #fff;
	border-bottom: 1px solid #efefef;
}
.b-header-info .b-header-info-main i svg {
	fill: #777;
}
.b-header-info .b-personal-nav a {
	color: #333;
}
.b-header-info.b-basket-info .pw-header-basket-info-data {
	color: #333;
}
.b-header-info .b-icon-wrap .count {
/* 	background: #ccc; */
	background: #fff;
}
.b-header-info.b-dropdown-opened i svg {
	fill: #333;
}
.b-header-info.b-dropdown-opened .b-header-info-main > a {
	background: #ccc;
}
.b-header-dropdown-info .b-header-item-title span,
.b-header-dropdown-info .b-header-item-title strong {
	color: #333;
}
/* HEADER */

/* BTNS */
.btn {
/* 	background-color: #333; */
	background-color: #fff;
	color: #777;
}
.btn:hover {
/* 	background-color: #222; */
	background-color: #777;
	color: #fff;
}
.btn:active,
.btn:focus {
	background-color: #111;
	color: #fff;
}
/* BTNS */

/* NAVBAR */
.b-navbar li a {
	color: #333;
}
.b-navbar > ul > li:hover > a,
.b-navbar > ul > li.active > a {
/* 	background: #ccc; */
	background: #fff;
}
.b-navbar > ul > li.dropdown > ul {
/* 	background: #ccc; */
	background: #fff;
	/*border-left:1px solid #ccc;*/
	/*border-right:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
}
.b-navbar > ul > li.dropdown > ul ul {
/* 	background: #bbb; */
	background: #fff;
	/*border-right:1px solid #ccc;*/
	/*border-top:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
}
.b-navbar > ul > li.dropdown > ul > li:hover > a,
.b-navbar > ul > li.dropdown > ul > li > a:hover,
.b-navbar > ul > li.dropdown > ul > li > a:active {
	background: #eee;
}
.b-navbar > ul > li.dropdown.by-cols > ul > li:hover > a {
	background-color: transparent;
}
.b-navbar > ul li.dropdown > ul > ul > li:hover > a,
.b-navbar > ul li.dropdown > ul ul li > a:hover,
.b-navbar > ul li.dropdown > ul ul li > a:active {
	background: #eee;
}
#b-navbar-toggle i {
 	background: #333;
}
.js .b-navbar .dropdown-toggle:after,
.js .b-navbar .dropdown-toggle:before {
 	background: #333;	
}
.js .b-navbar ul ul .dropdown-toggle:after {
	background: #777;
}
.js .b-navbar ul ul .dropdown-toggle:before {
	background: #777;
}
@media (min-width: 768px) {
	.b-navbar-wrap {
		background: #efefef;
	}

	.b-navbar > ul > li.dropdown.by-cols > ul > li ul {
/* 		background: #ccc; */
		background: #fff;
	}
}
/* NAVBAR */

/* 1.2.Modules
------------------------------ */

/* End */


/* Start:/local/templates/.default/core/css/nouislider.min.css?17552552943459*/
/*! nouislider - 9.0.0 - 2016-09-29 21:44:03 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:w-resize}.noUi-vertical .noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* End */


/* Start:/local/templates/.default/core/css/template_style.css?17552552946274*/
/*==========*/
a, a span {
	/*color:#777;*/
	text-decoration:none;
}
.b-navbar-wrap{
	background:#fff;
}

@media (max-width: 768px) {
	.b-navbar-wrap{
		overflow: auto;
		position: absolute;
		z-index: 30;
		top: 4rem;
		right: 0;
		left: 0;
	}
	.b-main-header{
		position: relative;
	}
}
.b-navbar > ul > li.dropdown .arr-ico{
	/*border-color: #fff transparent transparent transparent;*/
	border: none;

	width: 8px;
	height: 8px;
	top: 0;

	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-size: cover;
}
.b-navbar > ul > li > a span{
	text-transform: uppercase;
	white-space: nowrap;
}
.b-navbar-wrap--modded .b-navbar > ul > li > a:after,
.b-navbar .dropdown.catalog-version-nav li.dropdown > a:after,
.b-navbar > ul > li.dropdown .dropdown a:after {
	border: none;
	width: 8px;
	height: 8px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxNS41IDMxNS41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTUuNSAzMTUuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNDIsMTQxTDEwOSw4Yy01LTUtMTItOC0xOC04Uzc5LDMsNzQsOGMtMTAsMTAtMTAsMjQsMCwzNGwxMTYsMTE2TDc0LDI3NGMtMTAsMTAtMTAsMjQsMCwzNCAgICBzMjUsMTAsMzUsMGwxMzMtMTMzYzUtNSw3LTExLDctMTdDMjQ5LDE1MSwyNDcsMTQ2LDI0MiwxNDF6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.b-navbar > ul > li:hover > a, .b-navbar > ul > li.active{
	background:#fff;
}
.b-navbar > ul > li:hover > a, .b-navbar > ul > li.active > a{
	/*background:#fff;*/
	/*background:#333;*/
	/*color: #fff;*/
}

.b-navbar > ul > li, 
.b-navbar > ul > li > a {
	font-size: 16px;
}
@media (min-width: 768px) {
	.b-navbar > ul > li, 
	.b-navbar > ul > li > a {
		color: #fff;
	}
}
/*
.b-navbar > ul > li:first-child > a:after {
	content: "";
	border-left: 1px solid #333;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
}
.b-navbar > ul > li > a:before {
	content: "";
	border-left: 1px solid #333;
	position: absolute;
	right: -1px;
	top: 10px;
	bottom: 10px;
}
.b-navbar > ul > li > a:hover:after,
.b-navbar > ul > li > a:hover:before,
.b-navbar > ul > li.active > a:hover:before {
	display: none;
}
*/
.b-navbar-wrap--modded .b-navbar > ul > li > a:after {
	border-left: none;
	top: 50%;
	right: .625rem;
	bottom: .4375rem;
	left: auto;
}
.b-navbar-wrap--modded .b-navbar > ul > li > a:hover:after {
	display: block;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
textarea {
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	outline: none;
	min-height: 1.5rem;
	padding: 6px .625rem;
	transition: border .3s;
}
.b-item-counter input[type="text"] {
	height: 1.5rem;
	padding: 3px 1.75rem;
	text-align: center;
	color: #000;
	border: 1px solid #e9e9e9;
	border-top: none;
	border-bottom: none;
	border-radius: 5px;
	outline: none;
	background: #fff;
	box-shadow: none;
}
.change {
	line-height: 1.5rem;
	position: absolute;
	top: 0;
	width: 1.5625rem;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: all .3s;
	text-align: center;
	color: #2e2e2e;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
}
.btn {
	cursor: pointer;
	border: 1px solid #c0c0c0;
	padding: .25rem .9375rem;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: .75rem;
	max-width: 100%;
	border-radius: 3px;
	/*letter-spacing: 3px;*/
	transition: background-color .3s;
}
.b-navbar > ul > li.dropdown.by-cols > ul ul{
	border: 0px;
}
.footer{
	background:transparent;
	}
	
	.footer-nav{
	background:#DCDCDC;
	border-top:3px solid #cbcbcb;
	}
.sn a {

    border-right: 1px solid #cbcbcb;
}	
.sn li:first-child a {
    border-left: 1px solid #cbcbcb;
}
.info-page a {
	text-decoration:underline!important;
	font-weight:bold;
}
/* End */


/* Start:/local/templates/qexpert/template_style.css?17552552952488*/
/*==========*/
a, a span {
	color:#777;
	text-decoration:none;
}
/* .b-navbar-wrap{
	background:#fff;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.b-navbar > ul > li.dropdown .arr-ico{
	border-color: #fff transparent transparent transparent;
}
.b-navbar > ul > li:hover > a, .b-navbar > ul > li.active{
	border-left:1px solis #ccc;
	border-right:1px solis #ccc;
	border-top:1px solis #ccc;
	background:#fff;
}
.b-navbar > ul > li:hover > a, .b-navbar > ul > li.active > a{

	background:#fff;
}
 */


input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
textarea {
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	outline: none;
	min-height: 1.5rem;
	padding: 6px .625rem;
	transition: border .3s;
}
.b-item-counter input[type="text"] {
	height: 1.5rem;
	padding: 3px 1.75rem;
	text-align: center;
	color: #000;
	border: 1px solid #e9e9e9;
	border-top: none;
	border-bottom: none;
	border-radius: 5px;
	outline: none;
	background: #fff;
	box-shadow: none;
}
.change {
	line-height: 1.5rem;
	position: absolute;
	top: 0;
	width: 1.5625rem;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: all .3s;
	text-align: center;
	color: #2e2e2e;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
}
.btn {
	cursor: pointer;
	border: 1px solid #c0c0c0;
	padding: .25rem .9375rem;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: .75rem;
	max-width: 100%;
	border-radius: 3px;
	letter-spacing: 3px;
	transition: background-color .3s;
}
.b-navbar > ul > li.dropdown.by-cols > ul ul{
	border: 0px;;
}
.footer{
	background:transparent;
	}
	
	.footer-nav{
	background:#DCDCDC;
	border-top:3px solid #cbcbcb;
	}
.sn a {

    border-right: 1px solid #cbcbcb;
}	
.sn li:first-child a {
    border-left: 1px solid #cbcbcb;
}
.info-page a {
	text-decoration:underline!important;
	font-weight:bold;
}
/* End */


/* Start:/local/templates/qexpert/alex_styles.css?175525529514415*/
body {
  font-size: 16px;
  color: #9499a2;
}

.top-line-header-wrap {
  border-bottom: 1px solid #efefef;
}
.top-line-header-wrap .top-line-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 5px 0;
}
.top-line-header-wrap .top-line-header a {
  font-size: 12px;
  color: #2d394c;
  padding: 0 10px;
}
.top-line-header-wrap .top-line-header a:last-child {
  padding: 0;
}
.top-line-header-wrap .top-line-header .header-callback {
  color: #77c344;
  text-decoration: underline;
  text-transform: uppercase;
}
.consalt{
  color: #77c344;
  text-decoration: underline;
  text-transform: uppercase;	
}
.top-line-header-wrap .top-line-header .header-mail:before {
  content: "|";
  padding-right: 10px;
}

.heading-center {
  margin-bottom: 3.75rem;
}
.heading-center > * {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  color: #2d394c;
}
.heading-center > .descr_proj{
	font-size:1rem;
	  text-transform: none;
}
.partner_btx{
	color:#77c344;
	    text-decoration: underline;
    font-size: 1.5rem;
}
.grey-block.parnter{
	padding:1rem;
}
.grey-block.parnter .heading-center{
	margin-bottom:1.75em;
}
.grey-block {
  padding: 3.75rem 0;
  background-color: #f6f6f7;
}

.white-block {
  padding: 3.75rem 0;
  background-color: #ffffff;
}

.index-main-description {
  color: #9499a2;
  margin: 1rem auto;
  text-align:center;
}
.index-main-description li {
	text-align:left;
}
.center-wrap {
  text-align: center;
}

.action-btn {
  background-color: #77c344;
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: unset;
}

.action-btn-revers {
  border: 1px solid #77c344;
  padding: 0.75rem 1.6rem;
  color: #77c344;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
}

.index-banner-wrap {
  background: -moz-linear-gradient(top, #64a8d7 0%, #66aee1 51%, #5ea1d1);
  background: -webkit-linear-gradient(top, #64a8d7 0%, #66aee1 51%, #5ea1d1);
  background: linear-gradient(to bottom, #64a8d7 0%, #66aee1 51%, #5ea1d1);
}

.b-section-banner-main {
  background: -moz-linear-gradient(top, #64a8d7 0%, #66aee1 51%, #5ea1d1);
  background: -webkit-linear-gradient(top, #64a8d7 0%, #66aee1 51%, #5ea1d1);
  background: linear-gradient(to bottom, #64a8d7 0%, #66aee1 51%, #5ea1d1);
  margin-bottom: 2rem;
}
.b-section-banner-main .b-section-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-section-banner-main .b-section-banner-text .title {
  font-size: 50px;
}
.b-section-banner-main .b-section-banner-text .title > * {
  color: #fff;
  padding: 1rem;
}
.b-section-banner-main .b-section-banner-text .description {
  color: #fff;
}
.b-section-banner-main img {
  margin: 2rem auto;
  -moz-box-shadow: 5px 6px 33px -9px black;
  -webkit-box-shadow: 5px 6px 33px -9px black;
  box-shadow: 5px 6px 33px -9px black;
}

.order-block {
  background-color: #73addb;
  padding: 1rem 0;
}
.order-block table {
  margin: 0 auto;
}
.order-block td {
  border: unset;
  align-items: center;
  display: flex;
}
.order-block .text {
  color: #ffffff;
  text-align: left;
}

.index-created-site .title {
  font-size: 1.4rem;
  color: #2d394c;
  margin-bottom: 1rem;
}
.index-created-site .description {
  margin-bottom: 1.5rem;
}
.index-created-site .links-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.index-created-site .links-wrap .action-btn, .index-created-site .links-wrap .action-btn-revers {
  margin-right: 1rem;
}
.index-created-site .banner-wrap {
  margin: 1rem 0;
}

.index-news-preview .item {
  margin-bottom: 1rem;
}
.index-news-preview .item .title {
  padding: 1rem 1.5rem 0.4rem;
  color: #9499a2;
  font-weight: 600;
}
.index-news-preview .item figcaption {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  color: #9499a2;
}
.index-news-preview .item .detail-link {
  padding: 0 1.5rem;
  color: #77c344;
  font-weight: 600;
}

.index-feedback .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.index-feedback .item img {
  margin-right: 1rem;
}

.main-advantages .heading {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.main-advantages .heading .head-icon svg {
  width: 35px;
  height: 35px;
  fill: #73addb;
}
.main-advantages .heading header > * {
  padding-left: 1rem;
  font-size: 22px;
  color: #2d394c;
}
.main-advantages p {
  color: #9499a2;
}

/* tabs-wrap start*/
.tabs-wrap {
  margin-bottom: 3.75rem;
}
.tabs-wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3.2rem;
}
.tabs-wrap .list .active {
  color: #333333;
  text-decoration: underline;
  cursor: default;
}
.tabs-wrap .list .item {
  padding: 0.3rem 1rem;
  color: #2d394c;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.tabs-wrap .box {
  position: relative;
  width: 100%;
}
.tabs-wrap .box::after {
  display: table;
  clear: both;
  content: "";
}
.tabs-wrap .box > .item {
  display: none;
}
.tabs-wrap .box > .item.active {
  display: block;
}

.portfolio-wrap {
  margin-bottom: 3rem;
}
.portfolio-wrap .portfolio-item {
  border: none;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 70%;
  height: 0;
  position: relative;
  z-index: 2;
}
.portfolio-wrap .portfolio-item .dark_block_animate {
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  top: 0;
}
.portfolio-wrap .portfolio-item .dark_block_animate .text {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio-wrap .portfolio-item .dark_block_animate .text .cont {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-wrap .portfolio-item .dark_block_animate .title {
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  text-align: center;
}
.portfolio-wrap .portfolio-item .dark_block_animate .title .name {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #ffffff;
  padding: 0 0.5rem;
}
.portfolio-wrap .portfolio-item .dark_block_animate .title .text_more {
  color: #ffffff;
  text-decoration: underline;
}
.portfolio-wrap .portfolio-item:hover .dark_block_animate {
  opacity: 0.8;
}
.portfolio-wrap .portfolio-item:hover .title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-wrap .portfolio-item .portfolio-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.multi-footer .bottom-menu-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multi-footer .bottom-menu-block .menu-item {
  padding: 0 1rem;
}

/*portfolio list start*/
.b-catalog-nav-line {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.b-catalog-nav-line .nav-line {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: start;
}
.b-catalog-nav-line .nav-line li {
  padding: 1rem 0;
}
.b-catalog-nav-line .nav-line li.active {
  border-bottom: 3px solid #77c344;
}
.b-catalog-nav-line .nav-line li.active a {
  color: #77c344;
}
.b-catalog-nav-line .nav-line li a {
  padding: 0 1rem;
  display: inline-block;
  font-size: 1rem;
}

/*portfolio list end*/
/* portfolio detail start*/
.b-item-main-info {
  margin-bottom: 3rem;
  border-bottom: 1px solid #f2f2f2;
}

.success-project {
  color: #fff;
}
.success-project a {
  color: #fff;
}
.success-project dl {
  margin: 0;
  padding: 0;
}
.success-project dt {
  font-weight: 600;
  float: left;
  margin: 0 5px 20px 0;
}
.success-project dd {
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
}

.detail-text {
  text-align: center;
  line-height: 2;
}

.item-tabs {
  margin-bottom: 0;
}

.item-tabs .item-tabs-list a.active {
  cursor: default;
}

.item-tabs .item-tabs-content > div {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s;
  position: absolute;
  left: -9999px;
}

.item-tabs .item-tabs-content > div.active {
  /*display: block;*/
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: static;
}

.project-direction {
  background: #f2f6f8;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .project-direction {
    background: #fff;
  }
}
.project-direction .btn {
  font-size: 15px;
}

.project-direction-result {
  font-weight: 600;
  margin-bottom: 15px;
}

.project-direction-result-list {
  margin: 0 0 25px;
  padding: 0 15px;
  line-height: 1.8;
  list-style: none;
}

.project-direction-result-list > li {
  position: relative;
  padding-left: 25px;
}

.project-direction-result-list > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #417ac1;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.project-direction-result-list ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.project-direction-result-list ul > li:before {
  content: "- ";
}

.project-direction .item-tabs-list {
  display: flex;
  margin: 0 -15px;
  text-align: center;
}

.project-direction .item-tabs-list span {
  display: block;
}

@media (min-width: 768px) {
  .project-direction .item-tabs-list {
    text-align: left;
  }

  .project-direction .item-tabs-list span {
    display: inline-block;
  }
}
.project-direction .item-tabs-list a {
  color: #929292;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
  padding: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.project-direction .item-tabs-list a.active {
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.17);
  background: #f2f6f8;
  color: #252525;
}

.project-direction .tabs-icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0 0;
  transform: translate(0, -2px);
  fill: #929292;
}

.project-direction .item-tabs-list a.active .tabs-icon {
  fill: #252525;
}

.project-direction .item-tabs-content {
  background: #f2f6f8;
  margin: 0 -15px;
  position: relative;
  top: -3px;
}

.project-direction .item-tabs-content > div {
  padding: 20px 30px;
}

@media (min-width: 576px) {
  .project-direction .item-tabs-content > div {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .project-direction .item-tabs-list a {
    cursor: default;
    padding: 0 15px;
    font-size: 15px;
    color: #252525;
  }

  .project-direction .item-tabs-list a.active {
    box-shadow: none;
    background: #fff;
  }

  .project-direction .item-tabs-list .tabs-icon,
.project-direction .item-tabs-list a.active .tabs-icon {
    fill: #252525;
  }

  .project-direction .item-tabs-content {
    display: flex;
    top: 0;
    background: #fff;
  }

  .project-direction .item-tabs-content > div {
    flex: 0 0 50%;
    max-width: 50%;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0 15px;
  }
}
.success-project .project-direction .item-tabs-list {
  text-transform: uppercase;
}

.result-project,
.review-project {
  margin-bottom: 40px;
  padding-top: 2rem;
}

.result-project__body,
.review-project__body {
  border: 5px solid #f2f6f8;
  padding: 15px;
}

.b-item-promo-main-list.slick-initialized .slick-track {
  max-height: 400px;
  display: flex;
  align-items: center;
}

.result-project,
.review-project {
  margin-bottom: 40px;
}

.result-project__body,
.review-project__body {
  border: 5px solid #f2f6f8;
  padding: 30px;
}

@media (min-width: 768px) {
  .result-project__body,
.review-project__body {
    padding: 50px 50px;
  }
}
@media (min-width: 992px) {
  .result-project__body,
.review-project__body {
    padding: 60px 60px;
  }
}
@media (min-width: 1200px) {
  .result-project__body,
.review-project__body {
    padding: 70px 80px;
  }
}
.review-project__body {
  position: relative;
  margin-top: 50px;
}

.review__company {
  background: #fff;
  padding: 0 25px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.review-project__body {
  font-weight: 300;
}

.review__author {
  font-weight: bold;
  display: block;
  margin-top: 30px;
}

/* portfolio detail end*/
.section-service .b-section-banner-main img {
  max-height: 200px;
}
.section-service .section-detail-text {
  background-color: #f6f6f6;
  padding: 2rem 0;
  margin: 1rem 0;
}
.section-service .section-detail-text .zakaz-text {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.section-service .section-detail-text .text {
  text-align: center;
  padding: 1rem 0;
}
.section-service .section-detail-text .action-btn {
  margin: 1rem auto;
  display: block;
}
.section-service .b-section-name {
  text-align: center;
  font-size: 1.2rem;
}

.service-element-wrap .element-detail-text {
  background-color: #f6f6f6;
  padding: 2rem 0;
  margin: 1rem 0;
}
.service-element-wrap .element-detail-text .detail-text {
  margin: 0;
  align-items: center;
  height: 100%;
}
.service-element-wrap .element-detail-text .get-text-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.service-element-wrap .element-detail-text .get-text-wrap p {
  margin: 0;
}
@media (max-width: 576px) {
  .service-element-wrap .element-detail-text .get-text-wrap p {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.service-element-wrap .element-detail-text .text {
  text-align: center;
  padding: 1rem 0;
}
.service-element-wrap .element-detail-text .action-btn {
  margin: 1rem auto;
  display: block;
}
.service-element-wrap .b-section-name {
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .b-section-banner-main .b-section-banner-text .title > * {
    text-align: center;
  }
  .b-section-banner-main .b-section-banner-text .description {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .tabs-wrap .list {
    display: block;
    transform: translate(0, 1px);
  }
  .tabs-wrap .list .item {
    display: block;
    width: 100%;
  }
  .tabs-wrap .list .item.active {
    transform: none;
  }
}
/* tabs-wrap end */

/*# sourceMappingURL=alex_styles.css.map */

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1755255274467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/qexpert/styles.css?1755255295261*/
.white{
	color:#fff;
}
.block-left{
/* 	padding-left:7em; */
}
.margin-block{
	display:block;
	margin-top:4em;
}

div h5, div .h5, div h5 a {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
	color:#64a8d7;
}
.head-icon{
	margin-right:0.5em;
}
/* End */


/* Start:/local/templates/qexpert/template_styles.css?17552552958529*/
/*preloader start*/
.index-main-description p{

}
body .b-promotion-carousel-text .title {
	font-size:24px;
	margin-bottom:0.5em;
}
.b-section .b-promotion-carousel-main{
	padding:0.2em;
}
.if-else ul li{
	list-style:none;
}

/*===============================================*/
.lds-ring {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1587cb transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*prelodder end*/

/* UI-Range */

.filter .slider {
    height: 7px;
}
.filter .noUi-horizontal .noUi-handle {
    width: 12px;
    left: -6px;
    height: 20px;
    top: -7px;
}
.filter .noUi-horizontal .noUi-handle:before {
    left: 3px;
    top: 2px;
}
.filter .noUi-horizontal .noUi-handle:after {
    right: 3px;
    left: auto;
    top: 2px;
}
.filter .slider div {
    margin: 0;
}
.filter .noUi-connect {
    margin: 0;
    background: #333;
}
.filter .prices {
    text-align: center;
    margin-bottom: 20px;
}
.filter .prices div {
    width: 45%;
    display: inline-block;
    margin: 0 0 0 5%;
}
.filter .prices div:first-child {
    margin-left: 0;
}
.filter .prices div input[type="text"] {
    padding: 7px 10px;
    font-size: 13px;
    color: #333;
}
/* UI-Range */


/*modal start*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.overlay.active{
    display: block;
    animation: fadeIn 0.5s;
    opacity: 1;
}

.overlay{
    opacity: 0;
}
.b-modal-win-wrap.active{
    display: block;
}
.b-modal-win {
    position: relative;
    z-index: 2;
    width: 465px;
    margin: 80px auto;
    /* padding: .9375rem .9375rem; */
    /* border: 2px solid #ffffff; */
    border-radius: 3px;
    background: #ffffff;
}
.b-modal-win .b-modal-body header {
     margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.b-modal-win .b-modal-body header .b-modal-title {
    position: relative;
    top: 1px;
    /* color: #ffffff; */
    /* text-shadow: 0 1px 0 rgba(1, 1, 1, .3); */
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.b-modal-win .b-modal-body .description{
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}
.b-modal-win .b-modal-body form {
    margin-bottom: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.b-modal-win .b-modal-body form > div {
    position: relative;
    margin: 0 0.5rem 20px;
}
.b-modal-win .b-modal-body label{
    margin: 0 0 4px -5px;
}
.b-modal-win .b-modal-body form input, .b-modal-win .b-modal-body form textarea {
    min-height: 2.5rem;
    border-radius: 3px;
}
.b-modal-win .b-modal-body button[type="submit"]{
    padding: 0.7rem;
}
/*validation*/
.needs-validation .error-message{
    display: none;
}
.was-validated input:invalid {
    border: 1px solid #ff0500;
}
.was-validated input:invalid + .error-message{
    display: block;
}
.was-validated input:valid {
    border: 1px solid #2bc100;
}
.needs-validation input:invalid:not(:focus):not(:placeholder-shown){
    border: 1px solid #ff0500;
}

.needs-validation input:not(:focus):not(:placeholder-shown):invalid + .error-message{
    display: block;
}
.needs-validation input:valid:not(:focus):not(:placeholder-shown){
    border: 1px solid #2bc100;
}
/*validation*/


/*modal end*/
.pw-bar-wrap > .contacts {
display: table-cell; 
    vertical-align: middle;
    text-align: center;
}
/* .pw-bar-wrap > form{
	    vertical-align: middle;
    text-align: center;
} */
/* .pw-bar-wrap > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
} */

.b-fastview i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}
.b-fastview i svg {
    width: 30px;
    height: 30px;
    fill: #929292;
}
.b-fastview:hover i svg {
    transform: scale(1.1);
    transition: 0.3s transform;
}

.pw-bar-wrap {
    display: table;
    width: 100%;
padding: 5px 0 0;}

.bx-filter .bx-ui-slider-track{
z-index:-2!important;	
}
.prop-prev dl.dotted dt {
	font-size:0.6rem;
	font-weight:normal;
}
.prop-prev dl.dotted dd {
	font-size:0.6rem;	
}
.show-by{
    display: inline-block;
    width: unset;
}
.show-by select{
    background-color: #fff;
}

/*активные кнопки*/
a.b-item-mode-meta-list__link.active svg{
    fill: #868686;
}
/*активные кнопки*/

/*top search*/
.search-custom{
    position:relative;
}
.search-custom input{
    border:none;
    border-bottom:1px solid #757575;
}
.search-custom label{
    color:#999;
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:0px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
/* active state */
.search-custom  input:focus ~ label, .search-custom input:valid ~ label {
    top:-16px;
    font-size:14px;
    color:#fff;
}
.search-custom .bar 	{ position:relative; display:block; width:100%; }
.search-custom .bar:before, .search-custom .bar:after 	{
    content:'';
    height:2px;
    width:0;
    bottom:0px;
    position:absolute;
    background:#fff;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.search-custom .bar:before {
    left:50%;
}
.search-custom .bar:after {
    right:50%;
}

/* active state */
.search-custom input:focus ~ .bar:before, .search-custom input:focus ~ .bar:after {
    width:50%;
}
/*top search*/

/*item start*/
.b-item-btns-wrap{

}
.b-catalog-section:not(.list-mode) .b-item .b-item-btns-wrap .b-item-mode-meta-list__icon{
    max-width: 20px;
    height: 20px;
}
.b-item-btns{
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-top: 1px solid #ccc;
}
.b-item-btns-list{
    margin: 0;
    list-style: none;
}
.b-item-btns-wrap .buy-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.7rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #8d8d8d;
    color: #fff;
}
.b-item-btns-wrap .buy-btn:hover{
    background-color: #fff;
    color: #8d8d8d;
}
.b-item-btns-wrap .buy-btn:hover svg{
    fill: #8d8d8d;
}
.b-item .b-item-price .currency{
    font-size: 0.9rem;
}

.b-item .b-item-price .b-item-price-old .old-price{
    text-decoration: line-through;
    color: #ccc;
    font-size: 1.2rem;
}
.b-item .b-item-price .b-item-price-old{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-item .b-item-price .b-item-price-old .old-price + .currency{
    color: #ccc;
}
.b-item .b-item-price .b-item-price-old .profit{
    text-decoration: none;
    color: #3c3c3c;
}

.b-item .b-item-price .b-item-price{
    font-size: 1.5rem;
}

/*item end*/


/*footer start*/
.footer{
    padding-top: 2rem;
}
.multi-footer .title{
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.multi-footer .menu-list li{
    margin-bottom: 1rem;
}
.contacts-wrap .contacts-phone .phone{
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
}
.contacts-wrap .footer-address{
    color: #000000;
}
.contacts-wrap .contans-phone{
    text-align: center;
    margin: 0.5rem 0;
}
.social-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.social-links a{
    padding: 10px;
}
.social-links a svg{
    width: 20px;
    height: 20px;
    fill: #777;

}
/*footer end*/
.b-section-banner-main dl {
	line-height:1.3;
}
.very{
	color:#5ea1d1;
}
.contacts-map{
	margin-top:7px;
}
/* End */
/* /local/templates/.default/core/css/reset.css?17552552941564 */
/* /local/templates/.default/core/css/bootstrap-grid.css?175525529435789 */
/* /local/templates/.default/core/css/responsive-nav.css?1755255294633 */
/* /local/templates/.default/core/css/jquery.fancybox.css?17552552944977 */
/* /local/templates/.default/core/css/selectric.css?17552552946144 */
/* /local/templates/.default/core/css/slick.css?17552552941729 */
/* /local/templates/.default/core/css/default.css?175525529414671 */
/* /local/templates/.default/core/css/markup.css?1755255294198899 */
/* /local/templates/.default/core/css/style.css?17552552943449 */
/* /local/templates/.default/core/css/dev.css?17552552944001 */
/* /local/templates/.default/core/css/nouislider.min.css?17552552943459 */
/* /local/templates/.default/core/css/template_style.css?17552552946274 */
/* /local/templates/qexpert/template_style.css?17552552952488 */
/* /local/templates/qexpert/alex_styles.css?175525529514415 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1755255274467 */
/* /local/templates/qexpert/styles.css?1755255295261 */
/* /local/templates/qexpert/template_styles.css?17552552958529 */
