/*
 * Base
 * 
 * Here you include all of your core files
 * like fonts, mixins, variables, e.t.c
 */
/*
 * Fonts
 *
 * Include font-face.
 */
@font-face {
  font-family: 'DINProBold';
  src: url('../assets/fonts/DINPro-Bold.eot');
  src: url('../assets/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/DINPro-Bold.woff2') format('woff2'), url('../assets/fonts/DINPro-Bold.woff') format('woff'), url('../assets/fonts/DINPro-Bold.ttf') format('truetype'), url('../assets/fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINProLight';
  src: url('../assets/fonts/DINPro-Light.eot');
  src: url('../assets/fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/DINPro-Light.woff2') format('woff2'), url('../assets/fonts/DINPro-Light.woff') format('woff'), url('../assets/fonts/DINPro-Light.ttf') format('truetype'), url('../assets/fonts/DINPro-Light.svg#DINPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINProRegular';
  src: url('../assets/fonts/DINPro-Regular.eot');
  src: url('../assets/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/DINPro-Regular.woff2') format('woff2'), url('../assets/fonts/DINPro-Regular.woff') format('woff'), url('../assets/fonts/DINPro-Regular.ttf') format('truetype'), url('../assets/fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINProBlack';
  src: url('../assets/fonts/DINPro-Black.eot');
  src: url('../assets/fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/DINPro-Black.woff2') format('woff2'), url('../assets/fonts/DINPro-Black.woff') format('woff'), url('../assets/fonts/DINPro-Black.ttf') format('truetype'), url('../assets/fonts/DINPro-Black.svg#DINPro-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINProMedium';
  src: url('../assets/fonts/DINPro-Medium.eot');
  src: url('../assets/fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/DINPro-Medium.woff2') format('woff2'), url('../assets/fonts/DINPro-Medium.woff') format('woff'), url('../assets/fonts/DINPro-Medium.ttf') format('truetype'), url('../assets/fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana';
  src: url('../assets/fonts/Verdana.ttf');
  font-weight: normal;
  font-style: normal;
}
/*
 * Global styles
 *
 * Define global styles.
 */
html,
body {
  height: 100%;
}
body {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  font-family: "DINProRegular", sans-serif, Arial, verdana;
  background-color: #fff;
  line-height: 1.4;
}
body.rtl {
  direction: rtl;
}
/*
 * Global classes
 * 
 * Define global classes to apply
 * to  your <body/>.
 *
 * Note: Nested selectors allowed.
 */
/* Example */
.nav-opened {
  /* ... */
}
/*
 * Global Media Queries
 *
 * Define global media queries.
 */
/*
 * Responsive breakpoints
 */
/*
 * Font variables
 */
/*
 * Color variables
 */
/*
 * Layout spacing
 *
 * Define layout spacing classes
 * which are applied to fast spacer classes
 * defined in '_spacer.less'
 */
/*
 * Block variables
 *
 * Define block variables
 */
/*
 * Plug-ins
 * file:///E:/gulpfile.js
 * Here you include all of the third-party plugins
 * used in your website like normalize, slick, grid, e.t.c
 */
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-sm {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 1200px) {
  .container-sm {
    width: 80%;
  }
}
@media (max-width: 768px) {
    .container,
    .container-sm {
        max-width: 530px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-sm {
        padding-top: 100px;
    }
    .container-sm-about {
        padding-top: 80px !important;
    }

}
@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 935px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1295px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  margin: 0 auto;
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.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 {
  margin-top: 79px;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-track .slick-loading {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-slide .slick-loading {
  visibility: hidden;
}
.slick-slide .slick-vertical {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #b0e3f8;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #0090e7;
}
.slick-dots li.slick-active button {
  background: #0090e7;
}
.redactor-content h3 {
  display: inline-block;
  font-size: 40px;
  font-family: "DINProRegular", sans-serif, Arial, verdana;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.redactor-content h3--lg {
  font-size: 44px;
}
.redactor-content h3--sm {
  font-size: 24px;
}
.redactor-content h3--bordered {
  position: relative;
  padding-bottom: 50px;
}
.redactor-content h3--bordered:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  background: url(../files/images/title-border.svg) no-repeat center;
  width: 325px;
  height: 15px;
}
.redactor-content p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 30px;
}
.redactor-content img {
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
}
.redactor-content ul {
  padding-left: 40px;
  list-style: circle;
}
.redactor-content ol {
  padding-left: 40px;
}
.redactor-content li {
  font-size: 17px;
}
.redactor-content a {
  color: #771776;
  text-decoration: underline;
}
.redactor-content a:hover {
  text-decoration: none;
}
.redactor-content b,
.redactor-content strong {
  font-weight: 700;
}
.redactor-content table {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border: 0;
  overflow: auto;
}
.redactor-content table p {
  padding-bottom: 8px;
}
.redactor-content tr {
  font: 18px "DINProBold";
}
.redactor-content th,
.redactor-content td {
  padding: 16px 24px;
  border: 2px solid #D6D6D6;
}
.redactor-content th:first-child,
.redactor-content td:first-child {
  width: 54%;
}
.redactor-content th:not(:first-child),
.redactor-content td:not(:first-child) {
  text-align: center;
}
.redactor-content th {
  font-family: "DINProBold";
}
.redactor-content td {
  font-weight: normal;
  font-family: "DINProRegular", sans-serif, Arial, verdana;
}
.table-responsive {
  overflow-x: auto;
}
.accordion__inner {
  display: none;
}
.accordion__inner-info {
  padding-bottom: 20px;
  padding-left: 70px;
}
.accordion__item {
  border-bottom: 1px solid #272727;
  padding: 0 2px;
}
.accordion__item.active .accordion__trigger:after {
  -webkit-transform: translateY(-50%) rotateX(-180deg);
  -moz-transform: translateY(-50%) rotateX(-180deg);
  -ms-transform: translateY(-50%) rotateX(-180deg);
  -o-transform: translateY(-50%) rotateX(-180deg);
  transform: translateY(-50%) rotateX(-180deg);
}
.accordion__trigger {
  padding: 20px 0;
  display: block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  font-size: 27px;
}
.accordion__trigger:after {
  content: "\e908";
  font-family: "icomoon";
  color: #111;
  position: absolute;
  right: 0;
  top: 55%;
  font-size: 12px;
  -webkit-transform: translateY(-50%) rotateX(0deg);
  -moz-transform: translateY(-50%) rotateX(0deg);
  -ms-transform: translateY(-50%) rotateX(0deg);
  -o-transform: translateY(-50%) rotateX(0deg);
  transform: translateY(-50%) rotateX(0deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.rtl .accordion__inner-info {
  padding-left: 0;
  padding-right: 70px;
}
.rtl .accordion__trigger:after {
  right: auto;
  left: 0;
}
@media (max-width: 600px) {
  .accordion__inner-info {
    padding-left: 0;
  }
  .rtl .accordion__inner-info {
    padding-right: 0;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 60px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 24px;
  overflow: hidden;
  font-size: 18px;
  font-family: "DINProMedium";
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 12px;
  padding-left: 24px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 58px;
  padding: 4px 10px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  position: relative;
  float: left;
  height: 45px;
}
.select2-container .select2-search--inline:after {
  content: "+";
  top: 6px;
  position: absolute;
  width: 39px;
  height: 39px;
  background: #771776;
  line-height: 26px;
  font-size: 44px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.rtl .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: right;
}
.rtl .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 25px;
}
.rtl .select2-container .select2-results__option {
  text-align: right;
}
.rtl .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: right;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.rtl .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0;
  margin-left: 4px;
}
.rtl .select2-container .select2-search--inline {
  float: right;
}
.rtl .select2-container .select2-search--inline:after {
  padding-left: 10px;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #771776;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-dropdown--hide-dropdown {
  border: none;
}
.select2-dropdown--hide-dropdown .select2-results {
  display: none;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  color: #771776;
  text-transform: uppercase;
  font-family: "DINProMedium";
  padding: 6px;
  user-select: none;
  background-color: #fff;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #771776;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #771776;
  text-align: left;
  text-transform: uppercase;
  line-height: 58px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  position: absolute;
  top: 1px;
  right: 25px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #771776 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #771776 transparent;
  border-width: 0 7px 9px 7px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #771776;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 35px 0 0;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #771776;
  border-radius: 0;
  cursor: default;
  float: left;
  color: #771776;
  margin-right: 5px;
  font-size: 18px;
  margin-top: 5px;
  padding: 7px 12px 7px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  color: #771776;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 16px;
  margin-right: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #771776;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d5d5d5;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  height: 40px;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #ccced0;
}
.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder {
  color: #ccced0;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #ccced0;
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #ccced0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #771776;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #771776;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 58px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 58px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #d5d5d5;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.tabs-pane {
  display: none;
}
.tabs-pane.active {
  display: block;
}
/*
 * Blocks
 * 
 * Here you include all of your main modules
 * which builds up your structure like 
 * header, content, footer, e.t.c
 */
.header {
  padding: 0 75px 0 50px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  height: 100px;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.35);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
}
.header-nav {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-nav__link {
  height: 100%;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav__link.active,
.header-nav__link:hover {
  color: #771776;
  border-bottom-color: #771776;
}
.header__zoko-logo {
    background: url(../files/images/zoko-logo.png) no-repeat center;
    width: 250px;
    height: 60px;
    background-size: 250px auto;
    display: inline-block;
    margin-right: 55px;
}
.header-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header__lang {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header__lang.open .header__lang-arrow {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.header__lang-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #111;
  margin-left: 6px;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.header-dropdown {
  display: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.57);
  background-color: #fff;
  width: 160px;
  text-align: center;
  position: absolute;
  top: 100px;
  right: 15px;
  z-index: 1;
}
.header-dropdown__link {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 9px 0;
}
.header-dropdown__link:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}
.header-dropdown__link:hover {
  color: #fff;
  background-color: #771776;
}
.rtl .header__zoko-logo {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .header__lang-arrow {
  margin-left: 0;
  margin-right: 6px;
}
.rtl .header-dropdown {
  right: auto;
  left: 15px;
}
@media (max-width: 1400px) {
  .header {
    padding: 0 20px 0 35px;
  }
  .header__zoko-logo {
    margin-right: 30px;
  }
  .header-nav__link {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header__zoko-logo {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header {
    text-transform: none;
  }
}
@media (max-width: 992px) {
  .header {
    position: fixed;
    z-index: 120;
  }
  .header__zoko-logo {
    display: none;
  }
  .header-nav {
    position: fixed;
    left: 0;
    top: 100px;
    bottom: auto;
    background-color: #fff;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    width: 70%;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 380px;
  }
  .header-nav.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header-nav__link {
    border: none;
    font-size: 24px;
    padding: 10px 25px;
    display: block;
    width: 100%;
    position: relative;
    height: auto;
  }
  .header-nav__link:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #84898d;
    height: 1px;
  }
  .header-nav__link:last-child:after {
    content: none;
  }
  .header-nav__link.active {
    border: none;
    background-color: #771776;
    color: #fff;
  }
  .header__lang {
    font-family: "DINProBold";
    font-size: 36px;
  }
  .header__lang-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
  }
  .rtl .header-nav {
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -o-transform: translateX(105%);
    transform: translateX(105%);
    right: 0;
    left: auto;
  }
  .rtl .header-nav.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.rtl .home-slider-arrows button i.icon-arrow-left-shadow:before {
  content: "\e90b";
}
.rtl .home-slider-arrows button i.icon-arrow-right-shadow:before {
  content: "\e90a";
}
.rtl .home-slider .slick-dots li:not(:last-child) {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .home-search__input {
  padding-left: 45px;
  padding-right: 15px;
  color: black;
}
.select2-selection {
     color: black;
}
.rtl .home-search__btn {
  right: auto;
  left: 15px;
}
.home-slider {
  visibility: hidden;
}
.home-slider.slick-initialized {
  visibility: visible;
}
.home-slider-wrap {
  position: relative;
}
.home-slider__item {
  background: #bfbfbf no-repeat center;
  background-size: cover;
  width: 100%;
  height: 319px;
}
.home-slider-arrows {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
}
.home-slider-arrows button {
  pointer-events: auto;
  opacity: .6;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  font-size: 74px;
}
.home-slider .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 150px;
}
.home-slider .slick-dots li {
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.home-slider .slick-dots li,
.home-slider .slick-dots li button {
  width: 24px;
  height: 24px;
}
.home-slider .slick-dots li button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 3px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.72);
}
.home-slider .slick-dots li button:hover {
  background-color: #991e98;
}
.home-slider .slick-dots li.slick-active button {
  background-color: #771776;
}
.home-slider .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.home-search {
  padding: 35px 55px 25px;
  background-color: #771776;
  color: #fff;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: 7px solid rgba(255, 255, 255, 0.61);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  text-align: center;
  width: 604px;
}
.home-search__title {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px;
}
.home-search__input {
  background-color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #111;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 45px;
}
.home-search__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.home-search__btn i.icon-search {
  font-size: 22px;
}
.home-search__btn i.icon-search:before {
  color: #771776;
}
.rtl i.icon-search {
  right: auto;
  left: 15px;
}
.home-search__info {
  font-size: 20px;
  font-family: "Times New Roman";
  font-style: italic;
  margin-top: 20px;
}
.home-search__info a {
  text-decoration: underline;
}
.home-who {
  padding: 120px 0 130px;
  background-color: #fff;
}
.home-who__wrap {
  margin: 60px -22.5px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.home-who__video {
  width: 100%;
  height: 240px;
  background: #bfbfbf no-repeat center;
  background-size: cover;
  margin: 0 22.5px;
  position: relative;
   max-width: 426.66px;
}
.vid {
    height: 240px !important;
    width: 100%;
    background-size: cover;
}
.home-who__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-who__video-overlay:hover {
  background-color: rgba(119, 23, 118, 0.65);
}
.home-who__video-overlay i {
  font-size: 150px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .5;
}
.home-products {
  padding: 150px 0 110px;
}
.home-products-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 70px -15px 0;
}
.home-product {
  margin: 0 15px 20px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-product__thumb {
  width: 100%;
  height: 200px;
  background: no-repeat center;
  background-size: auto;
}
.home-product__title {
  font-family: "DINProBold";
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #fdfdfd;
}
.home-product__title--air {
  background-color: #771776;
}
.home-product__title--oil {
  background-color: #7e2194;
}
.home-product__title--fuel {
  background-color: #9129a2;
}
.home-product__title--cabin {
  background-color: #a433a9;
}
.home-product__title--transmission {
  background-color: #ba38c0;
}
.home-product__overlay {
  background-color: rgba(17, 17, 17, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #fdfdfd;
  padding: 22px 13px 20px;
}
.home-product__overlay-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.home-product__overlay-info {
  font-size: 12px;
  margin-bottom: 10px;
}
.home-product__overlay-link {
  font-family: "Times New Roman";
  font-size: 14px;
  text-decoration: underline;
  font-style: italic;
}
.home-product:hover .home-product__overlay {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media (max-width: 1200px) {
  .home-products-wrap {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-product {
    width: 29%;
  }
}
@media (max-width: 768px) {
  .home-slider,
  .home-slider-arrows {
    display: none;
  }
  .home-search {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    width: 100%;
  }
  .home-search-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }
  .home-who {
    padding: 85px 0 60px;
  }
  .home-who__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    width: 100% ;
    padding: 0 15px;
    margin: 0 auto;
  }
  .home-who__video {
    height: 300px;
    margin: 40px 0;
  }
  .home-products {
    padding: 105px 0 60px;
  }
  .home-products-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .home-product {
    margin: 0;
    padding: 0 15px;
    max-width: 45%;
    width: 100%;
    margin: 0 2.5% 30px;
  }
  .home-product__title {
    margin: 0 -20px;
  }
}
.footer {
    padding: 55px 40px 112px;
    background-color: #272727;
    color: #fdfdfd;
}
.footer-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer__logo {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 15px;
  height: 79px !important;
}
.footer-aside {
    margin-right: 10px;      
    margin-top: 30px;
}
.footer-aside__wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.footer-aside__link {
  display: -webkit-inline-flex;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
}
.footer-aside__link:not(:last-child) {
  margin-bottom: 10px;
}
.footer-aside__link i {
  display: inline-block;
  margin-right: 8px;
}
.footer-content__copy {
  text-align: center;
  font-size: 12px;
}
.footer-content {
    max-width: 100%;
    min-width: 90%;
    overflow: hidden;    
}
.footer-content-wrapper {
    display: flex;
}

.footer-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer-nav__item:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}
.footer-nav__link {
  font-size: 14px;
}
.footer-socials {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}
.footer-socials__link {
  font-size: 40px;
}
.footer-socials__link:not(:last-child) {
  margin-right: 35px;
}
.footer-socials__link i.icon-youtube {
  position: relative;
  top: 8px;
  font-size: 42px;
}
.footer-socials__link i.icon-twitter {
  position: relative;
  top: 4px;
}
.footer-socials__link i.icon-instagram {
  position: relative;
  top: 3px;
  font-size: 36px;
}
.footer-socials__link i.icon-facebook {
  font-size: 38px;
  position: relative;
  top: 2px;
}
.rtl .footer-nav__item:not(:last-child) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
}
.rtl .footer .footer-socials__link:not(:last-child) {
  margin-right: 0;
  margin-left: 35px;
}
@media (max-width: 992px) {
  .footer {
    padding: 45px 0;
    bottom: 0;
    width: 100%;
  }
  .footer__logo {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-aside__wrap {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .footer-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

    .footer-content-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align:center;
    }
}
.products {
  background-color: #ececec;
  padding: 95px 0 105px;
}
.products-slider {
  position: relative;
  /* the slides */
  /* the parent */
}
.products-slider-wrap {
  overflow: hidden;
  visibility: hidden;
}
.products-slider-wrap.slick-initialized {
  visibility: visible;
}
.products-slider__item {
  display: block;
  border: 1px solid #b4b4b4;
  width: 100%;
  height: 240px;
  max-width: 100%;
  max-height: 240px;
  background: #C3C3C3 no-repeat center;
  /*background-size: auto;*/
  background-size: contain;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
  position: relative;
  overflow: hidden;
}
.products-slider__item-id {
    text-align:center;
    display: block;
}
.products-slider__item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.83);
  z-index: 0;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-slider__item-info {
  position: absolute;
  color: #fdfdfd;
  border: 1px solid #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 50px;
  min-width: 200px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.products-slider__item:hover .products-slider__item-overlay {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.products-slider__item:hover .products-slider__item-info {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.products-slider .slick-slide {
  margin: 0 20px 20px;
}
.products-slider .slick-list {
  margin: 0 -19px 0 -18px;
}
.products-slider-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  pointer-events: none;
}
.products-slider-arrows__item {
  pointer-events: auto;
  font-size: 115px;
  position: absolute;
  top: -40px;
}
.products-slider-arrows__item i {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.products-slider-arrows__item:hover i {
  color: #771776;
}
.products-slider-arrows__item--left {
  left: -125px;
}
.products-slider-arrows__item--right {
  right: -125px;
}
@media (max-width: 1560px) {
  .products {
    padding-bottom: 65px;
  }
  .products-slider-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .products-slider-arrows__item {
    font-size: 85px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products-slider-arrows__item--left {
      top: 50px;
    left: -15px;
  }
  .products-slider-arrows__item--right {
      top: 50px;
    right: -15px;
  }
}
@media (max-width: 768px) {
  .products {
    padding-top: 60px;
  }
  .products-slider {
    /* the slides */
    /* the parent */
  }
  .products-slider__item {
    background-size: 55%;
    height: 190px;
  }
  .products-slider__item-info {
    min-width: 75%;
    padding: 15px 0;
    text-align: center;
  }
  .products-slider .slick-slide {
    margin: 0 10px 10px;
  }
  .products-slider .slick-list {
    margin: 0 -9px 0 -8px;
  }
  .products-slider-arrows__item {
    font-size: 50px;
    width: 40px;
  }
  .products-slider-arrows__item--left {
    left: -35px;
  }
  .products-slider-arrows__item--right {
    right: -35px;
  }
  .products-slider-arrows__item i {
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .products-slider-wrap {
    width: 80%;
  }
  .products-slider__item {
    background-size: 70%;
  }
  .products-slider-arrows__item {
    font-size: 50px;
    width: 40px;
  }
  .products-slider-arrows__item--left {
    left: -15px;
  }
  .products-slider-arrows__item--right {
    right: -15px;
  }
  .products-slider-arrows__item i {
    font-weight: bold;
  }
}
.contacts-wrap {
  position: relative;
  margin-top: 70px;
}
.contacts-form {
  width: 630px;
  margin: 0 auto;
}
.contacts__input-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.contacts__input-group .form-group {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 50%;
}
.contacts__input-group .form-group:first-child {
  margin-right: 12px;
}
.contacts__btn {
  position: relative;
}
.contacts__btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.contacts-aside {
  position: absolute;
  top: -20px;
  right: -70px;
  width: 310px;
}
.contacts-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.contacts-info__link {
  display: -webkit-inline-flex;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
}
.contacts-info__link:not(:last-child) {
  margin-bottom: 7px;
}
.contacts-info__link i {
  display: inline-block;
  margin-right: 16px;
}
.contacts-info__link i:before {
  color: #111;
}
.contacts-info__link:hover {
  color: #771776;
}
.contacts-info__link:hover i:before {
  color: #771776;
}
.rtl .contacts__input-group .form-group:first-child {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .contacts__btn i {
  right: auto; 
  left: 15px;
}
.rtl .contacts-aside {
  right: auto;
  left: -70px;
  width: 310px;
}
.rtl .contacts-info__link i {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 1450px) {
  .contacts-wrap {
    margin: 70px 0 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .contacts-form {
    width: 600px;
    margin: 0 30px 0 0;
  }
  .contacts-aside {
    position: relative;
    right: 0;
    top: -30px;
  }
  .rtl .contacts-form {
    margin: 0 0 0 30px;
  }
  .rtl .contacts-aside {
    right: auto;
    left: 0;
  }
}
@media (max-width: 992px) {
  .contacts-wrap {
    margin: 40px 0 0;
    display: block;
  }
  .contacts-form {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .contacts__input-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__input-group .form-group {
    max-width: 100%;
  }
  .contacts__input-group .form-group:first-child {
    margin-right: 0;
  }
  .contacts-aside {
    right: 0;
    position: static;
    width: 100%;
    margin-bottom: 85px;
  }
  .rtl .contacts-wrap {
    margin: 40px 0 0;
  }
  .rtl .contacts-form {
    margin: 0 0 0 auto;
  }
  .rtl .contacts__input-group .form-group:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .contacts-aside {
    right: auto;
    left: 0;
  }
}
.about {
  background-color: #fff;
  padding-bottom: 100px;
}
.about-team {
    -webkit-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    margin: 20px 60px 50px;
    /*text-align: left;*/
}
.our_team {
   text-align: center;
}
.title-out-team {
    color: grey;
}
.about-team-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -70px;
}
.about-team__avatar {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 2px 4px 21px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 2px 4px 21px rgba(0, 0, 0, 0.23);
  box-shadow: 2px 4px 21px rgba(0, 0, 0, 0.23);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto 40px;
}
.about-team__avatar img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.about-team__name {
  font-family: "DINProBlack";
  font-size: 24px;
  margin-bottom: 25px;
}
.about-team__info {
  font-size: 18px;
}
.about-services {
  padding-top: 0px;
}
.about-services-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.about-services__block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
}
.about-services__block:first-child {
  margin-right: 40px;
}
.about-services__block:last-child {
  margin-left: 40px;
}
.about-services__block-info {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .rtl .about-services__block:first-child {
    margin-right: 0;
    margin-left: 40px;
  }
  .rtl .about-services__block:last-child {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 60px 0 80px;
  }
  .about-services {
    padding-top: 0;
  }
  .about-services-wrap {
    margin-top: 45px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-services__block {
    margin-bottom: 0;
  }
  .about-services__block:first-child {
    margin-right: 0;
  }
  .about-services__block:last-child {
    margin-left: 0;
  }
  .about-team {
    margin: 60px 0 50px;
  }
  .about-team-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
}
.laboratory {
  padding-top: 80px;
}
.laboratory-block {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.laboratory-block__quotes {
  position: absolute;
  font-family: "Times New Roman";
  font-size: 266px;
  color: #d7d8d9;
  letter-spacing: -20px;
  line-height: 0;
  z-index: 0;
}
.laboratory-block__quotes--top {
  top: 110px;
  left: -110px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.laboratory-block__quotes--bottom {
  bottom: 190px;
  right: 55%;
}
.laboratory-block > div {
  -webkit-flex: 1 0 42%;
  -ms-flex: 1 0 42%;
  flex: 1 0 42%;
  max-width: 42%;
  margin-bottom: 80px;
  line-height: 26px;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.laboratory-block > div:first-child {
  max-width: 50%;
}
.laboratory-block img {
  width: 100%;
  max-width: 430px;
}
@media (max-width: 768px) {
  .laboratory {
    padding-top: 50px;
  }
  .laboratory-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .laboratory-block:nth-child(even) {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .laboratory-block__quotes {
    display: none;
  }
  .laboratory-block > div {
    max-width: 100%;
  }
  .laboratory-block > div:first-child {
    max-width: 100%;
  }
  .laboratory-block img {
    max-width: 100%;
  }
}
.qw {
  padding-top: 80px;
}
.qw-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.qw-side {
  -webkit-flex: 1 0 42%;
  -ms-flex: 1 0 42%;
  flex: 1 0 42%;
  max-width: 42%;
}
.qw-side:first-child {
  max-width: 50%;
}
.qw-side:last-child {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.qw-side__btn-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
}
.qw-side__btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  background-color: #9f059d;
  color: #fff;
}
.qw-side__btn:first-child {
  margin-right: 15px;
}
.qw-side-wrap {
  max-width: 250px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.qw-side__thumb {
  width: 100%;
}
.qw-side__info {
  height: 150px;
  border-bottom: 1px solid #272727;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.qw-side__info-title {
  font-weight: normal;
  font-size: 27px;
  margin-bottom: 5px;
}
.qw-side__info-text {
  padding-bottom: 5px;
}
.qw-side__info-link {
  color: #ed145b;
  text-decoration: underline;
}
.qw__row-text {
  font-size: 22px;
  margin-bottom: 40px;
}
.qw__row-header {
  font-family: "DINProBold";
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px;
}
.rtl .qw-side__btn:first-child {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .qw {
    padding-top: 40px;
  }
  .qw-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qw-side {
    max-width: 100%;
  }
  .qw-side:first-child {
    max-width: 100%;
  }
  .qw-side__thumb {
    display: none;
  }
  .qw-side-wrap {
    max-width: 100%;
  }
  .qw-side-wrap:first-child {
    /*margin-right: 20px;*/
  }
  .qw-side-wrap:last-child {
    /*margin-left: 20px;*/
  }
  .qw-side__btn {
    margin-bottom: 75px;
    max-width: 48%;
  }
  .rtl .qw-side-wrap {
    max-width: 100%;
  }
  .rtl .qw-side-wrap:first-child {
    margin-right: 0;
    margin-left: 20px;
  }
  .rtl .qw-side-wrap:last-child {
    margin-left: 0;
    margin-right: 20px;
  }
}
.view {
    margin-top: 100px;
  padding-bottom: 40px;
}
.view-pane {
  display: none;
}
.view__selectbox {
  position: relative;
}
.view__selectbox select {
  width: 100%;
}
.view__selectbox-icon {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 22px;
}
.view__selectbox-icon.icon-search:before {
  color: #771776;
}
.view__input-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.view-title {
  border-bottom: 1px solid #111;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0 50px;
  padding-top: 80px;
}
.view-title__item {
  font-size: 44px;
  font-weight: normal;
}
.view-title__group {
    padding-top: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.view-title__group-icon.icon-arrow-left-thin {
  font-size: 36px;
  width: 62px;
  height: 62px;
  line-height: 64px;
  padding-right: 3px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #771776;
}
.view-title__group-icon.icon-arrow-left-thin:before {
  color: #771776;
}
.view-title__group-info {
  font-size: 24px;
  text-transform: uppercase;
}
.view-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -25px 60px;
}
.view-content__side {
  padding: 0 25px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 50%;
}
.details_image {
  max-width: 100% !important;
  max-height: 100% !important;
}
.view-product {
  width: 100%;
  cursor: pointer;
}
.view-product.active .view-product__title {
  color: #771776;
  font-family: "DINProBlack";
}
.view-product.active .view-product__thumb {
  border-width: 3px;
  border-color: #771776;
  -webkit-webkit-filter: grayscale(0);
  -moz-webkit-filter: grayscale(0);
  -ms-webkit-filter: grayscale(0);
  -o-webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.view-product.active .view-product_thumb {
  border-width: 3px;
  border-color: #771776;
  -webkit-webkit-filter: grayscale(0);
  -moz-webkit-filter: grayscale(0);
  -ms-webkit-filter: grayscale(0);
  -o-webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.view-product--always-active .view-product__title {
  color: #771776 !important;
  font-family: "DINProBlack" !important;
}
.view-product--always-active .view-product__thumb {
  border-width: 3px!important;
  border-color: #771776 !important;
  -webkit-webkit-filter: grayscale(0) !important;
  -moz-webkit-filter: grayscale(0) !important;
  -ms-webkit-filter: grayscale(0) !important;
  -o-webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.view-product--single .view-product__thumb {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 564px;
  -webkit-webkit-filter: grayscale(0);
  -moz-webkit-filter: grayscale(0);
  -ms-webkit-filter: grayscale(0);
  -o-webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.view-product--always-active .view-product_thumb {
  border-width: 3px!important;
  border-color: #771776 !important;
  -webkit-webkit-filter: grayscale(0) !important;
  -moz-webkit-filter: grayscale(0) !important;
  -ms-webkit-filter: grayscale(0) !important;
  -o-webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.view-product--single .view-product_thumb {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 300px !important;
  width: 300px !important;
  -webkit-webkit-filter: grayscale(0);
  -moz-webkit-filter: grayscale(0);
  -ms-webkit-filter: grayscale(0);
  -o-webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.view-product__title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 90%;
  overflow:hidden;
  display:inline-block;
}
.view-product__thumb {
  width: 100%;
  height: 165px;
  max-width: 100%;
  max-height: 130px;
  background: #fff no-repeat center;
  background-size: 60%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  -webkit-webkit-filter: grayscale(100%);
  -moz-webkit-filter: grayscale(100%);
  -ms-webkit-filter: grayscale(100%);
  -o-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.view-product_thumb {
  width: 100%;
  height: 165px;
  background: #fff no-repeat center;
  background-size: 60%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  -webkit-webkit-filter: grayscale(100%);
  -moz-webkit-filter: grayscale(100%);
  -ms-webkit-filter: grayscale(100%);
  -o-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.view-product-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -1%;
}
.view-product-wrap__inner {
  width: 100%;
  max-width: 33%;
  padding: 0 1%;
  margin-bottom: 5px;
}
.view-product-wrap--x5 {
  border-top: 1px solid #111;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 20px;
  max-width: 70%!important;
}
.view-product-wrap--x5 .view-product-wrap__inner {
  max-width: 100%!important;
  min-width: 100% !important;
}
.view-product-wrap--x5 .view-product__title {
  font-family: "DINProMedium" !important;
  margin-bottom: 20px;
}
.view-product-wrap--x5 .view-product__thumb {
  position: relative;
  background-position: 50% 40px;
  background-size: 30%;
}
.view-product-wrap--x5 .view-product__thumb-info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "DINProBlack";
  bottom: 1px;
  width: 90%;
  text-align: center;
}
.view-product-wrap--x5 .view-product_thumb {
  position: relative;
  background-position: 50% 40px;
  background-size: 30%;
}
.view-product-wrap--x5 .view-product_thumb-info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "DINProBlack";
  bottom: 15px;
  width: 90%;
  text-align: center;
}
.view-stats {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 85px 0 55px;
}
.view-stats__title {
  font-size: 24px;
  font-family: "DINProBold";
  margin-bottom: 15px;
}
.view-stats__text {
  font-size: 24px;
}
.view-stats__group {
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 17px;
}
.view-stats__group--default {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.view-stats__group--default p {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 50%;
  text-transform: none;
}
.view-stats__group--first-short p:first-child {
  max-width: 25%;
}
.view-stats__group:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}
.view-stats__key {
  text-transform: uppercase;
}
.view-stats__value {
  border: 1px solid #111;
  height: 34px;
  line-height: 32px;
  padding-left: 40px;
  padding-right: 40px;
}
.view-stats__value.no-padding{
    padding: 0;
}
.view_stats_Dimensions {
    text-align: center !important;
    padding-right: 20px;
    padding-left: 0px;
    max-width: 45% !important; /* */
}
.view-stats__group_select {
  width: 100%;
}
.view_stats_Dimensions_select
{
    text-align: center !important;
    position: absolute;
    padding-right: 20px;
    padding-left: 0px;
    left: 74%;
    width: 150% !important;
    max-width: 150% !important; 
    z-index: 10;
}
.input_states_title {
    margin-right: -50px;
    margin-left: 0px;
}
.rtl .input_states_title {
    margin-left: -50px;
    margin-right: 0px;
}
.view_dim_input{
    margin-right: 20px;
    max-width: 25% !important; /* */
}
.view_dim_input.larger {    
    max-width: 100px !important;
}
.rtl .view_dim_input{
    margin-left: 20px;
}
.view-mtable {
  display: none;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #111;
}
.view-mtable:last-child {
  border-bottom: 1px solid #111;
}
.view-mtable--first-short .view-mtable__info:first-child {
  min-width: 30%;
  max-width: 30%;
}
.view-mtable__side {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.view-mtable__side--single {
  max-width: 100%!important;
  margin-right: 0!important;
}
.view-mtable__side:first-child {
  margin-right: 35px;
  max-width: 180px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.view-mtable__thumb {
  width: 100%;
  height: 100%;
  min-height: 245px;
  background: #fefefe no-repeat center;
  background-size: 80%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.view-mtable__wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
.view-mtable__info {
  font-size: 22px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 50%;
  width: 50%;
}
.view-mtable__info:first-child {
  margin-right: 20px;
  font-family: "DINProMedium";
}
.view-accordion {
  margin-top: 30px;
}
.view-accordion .view-mtable {
  padding: 10px 0;
}
.view-accordion .view-mtable__wrap {
  margin-bottom: 5px;
  padding: 0 4px;
}
.view-accordion .view-mtable:first-child,
.view-accordion .view-mtable:last-child {
  border-bottom: none;
}
.view-accordion .accordion__trigger {
  font-size: 18px;
  padding: 12px 0 12px 55px;
}
.view-accordion .accordion__trigger.active:after {
  -webkit-transform: translateY(-50%) rotate(0) rotateX(0);
  -moz-transform: translateY(-50%) rotate(0) rotateX(0);
  -ms-transform: translateY(-50%) rotate(0) rotateX(0);
  -o-transform: translateY(-50%) rotate(0) rotateX(0);
  transform: translateY(-50%) rotate(0) rotateX(0);
}
.view-accordion .accordion__trigger:after {
  right: auto;
  left: 15px;
  font-weight: bold;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: #771776;
  font-size: 10px;
  top: 50%;
}
.view-accordion .accordion__item {
  border-bottom: 1px solid #272727;
}
.view-accordion .accordion__item:first-child {
  border-top: 1px solid #272727;
}
.view-accordion .accordion__item.active .accordion__trigger:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.rtl .view-mtable__side:first-child {
  margin-right: 0;
  margin-left: 35px;
}
.rtl .view-mtable__info:first-child {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .view .accordion__trigger {
  padding: 12px 55px 12px 0;
}
.rtl .view .accordion__trigger:after {
  right: 15px;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.rtl .view-title__group {
  right: auto;
  left: 0;
}
.rtl .view-title__group-icon {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .view-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .view-content__side {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .view__input-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .view__input-group .select2 {
    margin-bottom: 22px;
  }
  .view-title {
    border-bottom: none;
  }
  .view-title__group {
    display: none;
  }
  .view-stats {
    margin-top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .view-stats-wrap {
    margin-bottom: 30px;
  }
  .view-product--single .view-product__thumb {
    height: 490px;
    max-height: 490px;
  }
    .view-product--single .view-product_thumb {
    height: 490px;
    max-height: 490px;
  }
  .view-product-wrap {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .view-product-wrap--x5 {
    margin: 0 -17px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .view-product-wrap--x5 .view-product-wrap__inner {
    max-width: 50%;
    padding: 0 17px;
  }
  .view-product-wrap--x5 .view-product__title {
    font-size: 24px;
  }
  .view-product-wrap--x5 .view-product__thumb {
    background-position: 50% 40%;
    background-size: 70%;
    height: 232px;
  }
    .view-product-wrap--x5 .view-product_thumb {
    background-position: 50% 40%;
    background-size: 70%;
    height: 232px;
  }
  .view-product-wrap__inner {
    padding: 0 2%;
  }
  .view-mtable {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 450px) {
  .view-product-wrap__inner {
    max-width: 50%;
  }
}
.newsletter-container {
  padding-left: 35px;
  padding-right: 35px;
}
.newsletter__title {
  font-weight: normal;
  font-size: 30px;
  margin: 35px 0;
}
.newsletter-product {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.newsletter-product:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.newsletter-product__thumb {
  width: 100%;
  height: 250px;
  max-width: 185px;
  background: #fff no-repeat center;
  background-size: cover;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 30px;
}
.newsletter-product__info {
  width: 100%;
}
.newsletter-footer {
  background-color: #272727;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}
.table {
  width: 100%;
}
.table tr:nth-child(even) td {
  background-color: #f3f3f3;
}
.table tr:first-child td {
  border-top: 1px solid #9d9d9d;
}
.table tr td {
  border-bottom: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  padding: 10px 15px;
  min-width: 100px;
  font-size: 13px;
}
.table tr td:first-child {
  padding-left: 15px;
  width: 110px;
  text-align: center;
  font-family: "DINProBold";
}
.table tr td:nth-child(2) {
  min-width: 170px;
}
.table tr td:last-child {
  padding-right: 15px;
  width: 170px;
  border-right: none;
}
.table__oem {
  display: inline-block;
}
.table__oem:first-child {
  padding-right: 17px;
  margin-right: 15px;
  border-right: 1px solid #9d9d9d;
}

.rtl .table tr td {
  border-left: 1px solid #9d9d9d;
}
.manufacture {
    direction: ltr;
}

.rtl .table tr td:last-child {
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-left: none;
}

.rtl .table tr td:first-child {
  border-right: none;
}
/*
 * Components
 * 
 * Here you include small & reusable pieces (components)
 * of your website like UI Buttons, Inputs, Checkboxes, Cards e.t.c 
 */
/*
 * UI Button
 *  
 * Create UI Buttons using this module.
 *
 * Note: To create new type of button
 *       first extend '.btn-base'.
 */
/*
 * Base for all buttons 
 */
.btn-base,
.btn {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  /* Prevent user from selecting the UI element */
  -webkit-user-select: none;
  user-select: none;
}
/*
 * Simple button
 */
.btn {
  /* Extend base btn */
  /* Unique styles */
  padding: 15px 25px;
  font-family: "DINProBlack";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.btn--brand {
  background: #771776;
  color: #fff;
}
.btn--brand:hover {
  background: #8c1b8b;
}
.btn--brand:active {
  background: #4c0f4c;
}
.btn--danger {
  background: #EB6969;
  color: #fff;
}
.btn--danger:hover {
  background: #ee8080;
}
.btn--danger:active {
  background: #e85353;
}
/*
 * Site Logo 
 *
 * Here you define your base logo styles
 * it may be reused throughout your website
 */
.logo {
  background: url(../files/images/logo.svg) no-repeat center;
  width: 160px;
  height: 64px;
  display: inline-block;
  position: relative;
  z-index: 102;
  background-size: 100% 100%;
}
.logo--white {
  background-image: url(../files/images/logo-white.svg);
}
/*
 * Title
 *  
 * Create a title
 * styles shared throughout your website
 */
.title {
  display: inline-block;
  font-size: 40px;
  font-family: "DINProRegular", sans-serif, Arial, verdana;
  font-weight: normal;
  text-transform: uppercase;
}
.title--lg {
  font-size: 44px;
}
.title--sm {
  font-size: 24px;
}
.title--bordered {
  position: relative;
  padding-bottom: 50px;
}
.title--bordered:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  background: url(../files/images/title-border.svg) no-repeat center;
  width: 325px;
  height: 15px;
}
/*
 * Link
 *  
 * Basic link component
 */
.link {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.link:hover {
  color: #771776;
}
.link-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blocks-shadow {
  -webkit-box-shadow: -11px 9px 21px rgba(173, 182, 217, 0.15);
  -moz-box-shadow: -11px 9px 21px rgba(173, 182, 217, 0.15);
  box-shadow: -11px 9px 21px rgba(173, 182, 217, 0.15);
}
.modal {
  position: fixed;
  background-color: rgba(45, 45, 45, 0.7);
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 25px;
  display: none;
}
.modal__content {
  position: relative;
  padding: 30px;
  max-width: 755px;
  min-height: 1px;
  background-color: #fff;
  margin: 0 auto;
  opacity: 1;
  -webkit-transform: translateY(145px);
  -moz-transform: translateY(145px);
  -ms-transform: translateY(145px);
  -o-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__content--in {
  opacity: 1;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.modal-header {
}
.modal__dismisser {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  line-height: 20px;
  color: #000;
}
/*
 * UI Input
 *  
 * Create UI Inputs using this module
 */
.input {
  width: 100%;
  border: 1px solid #000;
  padding: 11px 16px 16px;
  line-height: 1.25;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "DINProRegular", sans-serif, Arial, verdana;
  color: #111;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  font-size: 18px;
}
.input.error {
  border-color: #EB6969;
}
.input::-webkit-input-placeholder {
  color: #111;
}
.input:-moz-placeholder {
  color: #111;
}
.input::-moz-placeholder {
  color: #111;
}
.input:-ms-input-placeholder {
  color: #111;
}
.input:disabled {
  background-color: #F1F1F9;
  color: #A9A9A9;
}
.input[readonly] {
  background-color: #F1F1F9;
  color: #A9A9A9;
  opacity: 1;
}
.input--textarea {
  min-height: 170px;
  height: 190px;
  max-height: 220px;
}
/*
 * UI Checkbox
 *
 * Create UI Checkbox using this module
 */
.checkbox {
  display: inline-block;
  cursor: pointer;
  /* Prevent user from selecting the UI element */
  -webkit-user-select: none;
  user-select: none;
  /* Here goes your custom checkbox styles */
}
.checkbox input[type="checkbox"] {
  /* Hide the default checkbox */
  display: none;
  /* Apply styles to your custom checkbox 
		   when default checkbox is checked */
}
.checkbox input[type="checkbox"]:checked + span:before {
  background-color: #771776;
  border-color: transparent;
}
.checkbox span {
  font-size: 12px;
  position: relative;
  font-family: "DINProRegular", sans-serif, Arial, verdana;
  /* Box */
}
.checkbox span:before {
  font-family: "icomoon";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -2px;
  font-size: 10px;
  padding: 1px 2px 2px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
/*
 * UI Radio button
 *
 * Create UI Radio button using this module
 */
.radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  /* Prevent user from selecting the UI element */
  -webkit-user-select: none;
  user-select: none;
  /* Here goes your custom radio button styles */
}
.radio input[type="radio"] {
  /* Hide the default radio button */
  display: none;
  /* Apply styles to your custom radio button 
		   when default radio button is checked */
}
.radio input[type="radio"]:checked + span:before {
  -webkit-box-shadow: 0px 0px 0px 5px #fff inset;
  -moz-box-shadow: 0px 0px 0px 5px #fff inset;
  box-shadow: 0px 0px 0px 5px #fff inset;
  background-color: #F1F1F9;
  border-color: #d5d5d5;
}
.radio span {
  position: relative;
  /* Radio circle */
}
.radio span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 8px;
  border: 1px solid #d5d5d5;
  position: relative;
  right: 3px;
  top: -1px;
}
.select {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  min-width: 380px !important;
  background-color: #fff;
  border: 1px solid #771776;
  height: 60px;
  line-height: 58px;
  padding-left: 12px;
  padding-right: 24px;
  text-transform: uppercase;
  color: #771776;
  font-family: "DINProMedium";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.select:focus {
  border: 1px solid #4c0f4c;
}
.select:disabled {
  background-color: #F1F1F9;
  color: #A9A9A9;
  cursor: default;
}
.rtl .select {
  padding-left: 24px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .select {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 530px) {
  .select {
    min-width: 300px;
  }
}
/*
 * UI Form-group
 * 
 * Use this module to create things
 * like bottom margin to space out your 
 * forms or use to define states for your forms
 */
.form-group {
  position: relative;
  margin-bottom: 22px;
}
.form-group__label {
  font-size: 16px;
  margin-top: 8px;
  padding: 0 16px;
  display: none;
  color: #A9A9A9;
  text-align: left;
}
.form-group--select {
  position: relative;
}
.form-group--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 40px;
}
.form-group--select:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
  font-size: 10px;
}
.form-group--search .input {
  padding-left: 40px;
}
.form-group--search:after {
  font-family: "icomoon";
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  font-size: 20px;
  color: #000;
  opacity: .3;
}
.form-group--error {
  /* Error state ... */
}
.form-group--error .input {
  border-color: #EB6969;
}
.form-group--error .form-group__label {
  display: block;
  color: #EB6969;
}
.form-group label.error {
  position: relative;
  top: 5px;
  font-size: 16px;
  margin-top: 8px;
  padding: 0 16px;
  display: none;
  color: #EB6969;
  text-align: left;
}
.dropdown {
  position: relative;
  min-width: 115px;
}
.dropdown__wrap {
  position: absolute;
  background-color: #fff;
  right: 0px;
  left: -1px;
  -webkit-box-shadow: 0 10px 25px rgba(221, 221, 221, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(221, 221, 221, 0.5);
  box-shadow: 0 10px 25px rgba(221, 221, 221, 0.5);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 3;
}
.dropdown__item {
  display: block;
  padding: 10px 18px;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.dropdown__item:last-child {
  border-bottom: none;
}
.dropdown__item:hover {
  background-color: #F1F1F9;
}
.dropdown__icon {
  font-size: 8px;
  position: relative;
  left: 5px;
}
.dropdown__icon:before {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  display: inline-block;
  position: relative;
}
.dropdown:hover .dropdown__wrap {
  visibility: visible;
  opacity: 1;
  max-height: 150px;
}
.dropdown:hover .dropdown__icon:before {
  -webkit-transform: translateY(-2px) rotateX(180deg);
  -moz-transform: translateY(-2px) rotateX(180deg);
  -ms-transform: translateY(-2px) rotateX(180deg);
  -o-transform: translateY(-2px) rotateX(180deg);
  transform: translateY(-2px) rotateX(180deg);
}
/*
 * Socials
 *
 * Create reusable social elements
 * use font icons which you define 
 * in 'components/_icon.less'.
 */
.socials {
  display: block;
  position: relative;
  margin-top: 15px;
}
.socials__link {
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 20px;
}
.socials__link:hover {
  opacity: .7;
}
.socials__link:last-child {
  margin-right: 0;
}
.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  right: 0;
  cursor: pointer;
  z-index: 121;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 40px;
  background: #111;
  opacity: 1;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 32px;
}
.hamburger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(45deg) scaleX(0.9);
  -moz-transform: rotate(45deg) scaleX(0.9);
  -ms-transform: rotate(45deg) scaleX(0.9);
  -o-transform: rotate(45deg) scaleX(0.9);
  transform: rotate(45deg) scaleX(0.9);
}
.hamburger.open span:nth-child(2) {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.hamburger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-45deg) scaleX(0.9);
  -moz-transform: rotate(-45deg) scaleX(0.9);
  -ms-transform: rotate(-45deg) scaleX(0.9);
  -o-transform: rotate(-45deg) scaleX(0.9);
  transform: rotate(-45deg) scaleX(0.9);
}
@media (max-width: 992px) {
  .hamburger {
    display: inline-block;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../assets/fonts/icomoon.eot?2ix5w9');
  src: url('../assets/fonts/icomoon.eot?2ix5w9#iefix') format('embedded-opentype'), url('../assets/fonts/icomoon.ttf?2ix5w9') format('truetype'), url('../assets/fonts/icomoon.woff?2ix5w9') format('woff'), url('../assets/fonts/icomoon.svg?2ix5w9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left-shadow:before {
  content: "\e90a";
  color: #fdfdfd;
}
.icon-arrow-right-shadow:before {
  content: "\e90b";
  color: #fdfdfd;
}
.icon-arrow-right-thin:before {
  content: "\e905";
}
.icon-arrow-left-thin:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e903";
  color: #fff;
}
.icon-arrow-right:before {
  content: "\e904";
  color: #fff;
}
.icon-send:before {
  content: "\e907";
  color: #fff;
}
.icon-arrow-down:before {
  content: "\e908";
}
.icon-play:before {
  content: "\e909";
  color: #fdfdfd;
}
.icon-facebook:before {
  content: "\e923";
  color: #fff;
}
.icon-instagram:before {
  content: "\e924";
  color: #fff;
}
.icon-linkedin:before {
  content: "\e925";
  color: #fff;
}
.icon-location:before {
  content: "\e926";
  color: #fdfdfd;
}
.icon-mail:before {
  content: "\e927";
  color: #fdfdfd;
}
.icon-phone:before {
  content: "\e928";
  color: #fdfdfd;
}
.icon-print:before {
  content: "\e92a";
  color: #fdfdfd;
}
.icon-search:before {
  content: "\e92b";
  color: #fff;
}
.icon-twitter:before {
  content: "\e92c";
  color: #fff;
}
.icon-youtube:before {
  content: "\e92d";
  color: #fff;
}
.table {
  width: 100%;
  font-size: 18px;
}
.table__thumb-wrap {
  width: 120px;
  height: 120px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.table__thumb-wrap img {
  max-height: 104% !important;
  max-width: 104% !important;
  min-height: 100%;
  min-width: 100%;
  height: auto !important;
  width: auto !important;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.table th {
  text-align: center;
  border-top: 1px solid #111;
  padding: 15px;
  font-weight: normal;
  font-family: "DINProMedium";
}
.table th:first-child {
  padding-left: 15px;
  width: 200px;
}
.table tr:nth-child(even) td {
  background-color: #f3f3f3;
}
.table tr:last-child td {
  border-bottom: none;
  white-space:nowrap;
}
.table tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px;
  min-width: 60px;
  font-size: 16px;
}
.table tr td:first-child {
  padding-left: 15px;
}
.table tr td:last-child {
  padding-right: 15px;
  width: 115px;
}
.table--centered th {
  text-align: center;
}
.table--centered tr td {
  text-align: center;
}
.table--no-border th {
  border-top: none;
  padding: 8px 15px;
}
.table--no-border th:first-child {
  padding-left: 55px;
}
.table--no-border tr td {
  border-bottom: none;
  padding: 8px 15px;
}
.table--no-border tr td:first-child {
  padding-left: 55px;
}
.table--equal-p tr td:last-child {
  width: auto;
}
.rtl .table th {
  text-align: right;
}
.rtl .table th:first-child {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .table tr td:first-child {
  padding-left: 12px;
  padding-right: 12px;
}
.rtl .table tr td:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .table--centered th {
  text-align: center;
}
.rtl .table--centered tr td {
  text-align: center;
}
.rtl .table--no-border th {
  padding: 8px 15px;
}
.rtl .table--no-border th:first-child {
  padding-left: 0;
  padding-right: 55px;
}
.rtl .table--no-border tr td {
  padding: 8px 15px;
}
.rtl .table--no-border tr td:first-child {
  padding-left: 0;
  padding-right: 55px;
}
@media (max-width: 650px) {
  .table tr td {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .table--view {
    display: none!important;
  }
}
/* 
 * UI Input group
 *
 * Use this module to create input-groups
 * it is basically two elements next to each other
 */
.input-group {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.input-group-input {
  display: table-cell;
  width: 100%;
  float: left;
}
.input-group-btn-wrap {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  position: relative;
  top: -4px;
  padding-left: 30px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay.open {
  visibility: visible;
  opacity: 1;
}
.banner {
  margin-top: 79px;
  width: 100% !important;
  height: 319px;
  background: rgba(186, 56, 192, 0.5) no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner {
    display: none;
  }
}
/*
 * Pagination
 *
 * Define pagination component.
 *
 * Note: Uses nested selectors for 'laravels' 
 *       automatically generated pagination.
 *       
 */
.pagination {
  display: inline-block;
}
.pagination li {
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 15px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  color: #5b5b5b;
  font-weight: bold;
}
.pagination li a i {
  position: relative;
  top: 3px;
}
.pagination li a i:before {
  color: #8d8d8d;
}
.pagination li a:hover {
  color: #771776;
}
.pagination li a:hover i:before {
  color: #771776;
}
.pagination li.active a {
  background-color: #771776;
  color: #fff;
}
.pagination li.disabled {
  opacity: 30;
}
.pagination li.disabled a {
  cursor: default;
  background-color: #fff;
  color: #ccc;
}
.rtl .pagination li {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
.categories {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 40px;
  background-color: #fbfbfb;
  border-bottom: 2px solid #771776;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categories--catalogue {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.categories--catalogue .categories__link {
  min-width: 300px;
  text-align: center;
}
.categories__item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.categories__item.active .categories__link {
  color: #771776;
  background-color: #fff;
  border-color: #771776;
  border-bottom-color: #fff;
}
.categories__link {
  font-size: 19px;
  font-family: "DINProBlack";
  text-transform: uppercase;
  color: #7d7d7d;
  padding: 30px 50px;
  margin-bottom: -2px;
  border: 2px solid transparent;
}
.categories__link:hover {
  color: #771776;
}
@media (max-width: 768px) {
  .categories {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    max-width: 530px;
    margin: 75px auto 0;
    border-bottom: none;
    background: #fff;
  }
  .categories__item {
    width: 100%;
    margin-bottom: 22px;
  }
  .categories__item.active .categories__link {
    color: #fff;
    background-color: #771776;
    border: none;
  }
  .categories__link{
    width: 100%;
    background-color: #acacac;
    color: #fff;
    border: none;
    margin-bottom: 0;
    padding: 20px 20px;
  }
  .categories__link:hover {
    color: #fff;
  }
  .categories--catalogue {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .categories--catalogue .categories__link {
    min-width: 300px;
    text-align: center;
    font-size: 35px;
  }
      .categories-about {
        display: block!important;
        background: none!important;
        position: relative;
        z-index: 100;
        min-height: 80px;
    }
    .categories__link-about {
        background-color: transparent;
        color: #acacac!important;
        padding: 20px 0px!important;
        float: left;
        width: 33%;
        text-align: center;
    }
}
/*
 * Utilities 
 * 
 * Here you include your utility modules
 * like text-align, centering, e.t.c
 */
/*
 * Centered
 *
 * Center 'abosulute' or 'relative' positioned
 * elements to center.
 *
 * Note: It uses css3 'translate' property
 */
.centered {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.centered-y {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centered-x {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*
 * Zero spacers
 */
/* Padding */
.py-layout {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-layout {
  padding-top: 120px;
}
.pb-layout {
  padding-bottom: 120px;
}
.py-layout-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-layout-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt-layout-sm {
  padding-top: 40px;
}
.pb-layout-sm {
  padding-bottom: 40px;
}
.pt-layout-xs {
  padding-top: 40px;
}
.pb-layout-xs {
  padding-bottom: 40px;
}
.mb-layout-sm {
  margin-bottom: 80px;
}
.mt-layout-xs {
  margin-top: 40px;
}
.mb-layout-xs {
  margin-bottom: 40px;
}
.p-0 {
  padding: 0;
}
.p-xs {
  padding: 5px;
}
.p-sm {
  padding: 10px;
}
.p-md {
  padding: 15px;
}
.p-lg {
  padding: 20px;
}
.p-xl {
  padding: 30px;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-xs {
  padding-right: 5px;
  padding-left: 5px;
}
.px-sm {
  padding-right: 10px;
  padding-left: 10px;
}
.px-md {
  padding-right: 15px;
  padding-left: 15px;
}
.px-lg {
  padding-right: 20px;
  padding-left: 20px;
}
.px-xl {
  padding-right: 30px;
  padding-left: 30px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-xs {
  padding-top: 5px;
}
.pr-xs {
  padding-right: 5px;
}
.pb-xs {
  padding-bottom: 5px;
}
.pl-xs {
  padding-left: 5px;
}
.pt-sm {
  padding-top: 10px;
}
.pr-sm {
  padding-right: 10px;
}
.pb-sm {
  padding-bottom: 10px;
}
.pl-sm {
  padding-left: 10px;
}
.pt-md {
  padding-top: 15px;
}
.pr-md {
  padding-right: 15px;
}
.pb-md {
  padding-bottom: 15px;
}
.pl-md {
  padding-left: 15px;
}
.pt-lg {
  padding-top: 20px;
}
.pr-lg {
  padding-right: 20px;
}
.pb-lg {
  padding-bottom: 20px;
}
.pl-lg {
  padding-left: 20px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
/* Margin */
.m-0 {
  margin: 0;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m-md {
  margin: 15px;
}
.m-lg {
  margin: 20px;
}
.m-xl {
  margin: 30px;
}
.m-x-auto {
  margin: 0 auto;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-xs {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-sm {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-md {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-lg {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-xl {
  margin-right: 30px;
  margin-left: 30px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-md {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-xs {
  margin-top: 5px;
}
.mr-xs {
  margin-right: 5px;
}
.mb-xs {
  margin-bottom: 5px;
}
.ml-xs {
  margin-left: 5px;
}
.mt-sm {
  margin-top: 10px;
}
.mr-sm {
  margin-right: 10px;
}
.mb-sm {
  margin-bottom: 10px;
}
.ml-sm {
  margin-left: 10px;
}
.mt-md {
  margin-top: 15px;
}
.mr-md {
  margin-right: 15px;
}
.mb-md {
  margin-bottom: 15px;
}
.ml-md {
  margin-left: 15px;
}
.mt-lg {
  margin-top: 20px;
}
.mr-lg {
  margin-right: 20px;
}
.mb-lg {
  margin-bottom: 20px;
}
.ml-lg {
  margin-left: 20px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
/* Media Queries */
@media (max-width: 768px) {
  .py-layout-sm {
    padding: 60px 0;
  }
}
@media (max-width: 400px) {
  .mb-md-400-full-size {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.clr-block:after {
  clear: both;
  content: "";
  display: block;
}
.clear {
  clear: both;
}
/*
 * Text alignment
 * 
 * Use this simple helper module to easily align
 * your Text or UI elements.
 */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-v-bottom {
  vertical-align: text-bottom;
}
/*
 * Text color
 *
 * Define fast text coloring classes
 */
.text-white {
  color: #fff;
}
.text-brand {
  color: #771776;
}
.text-purple {
  color: #ed145b;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #A9A9A9;
}
.text-danger {
  color: #EB6969;
}
.text-success {
  color: #3ECF8E;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
/*
 * Text
 *  
 * Create a paragraph or any text with
 * styles shared throughout your website
 */
.text-xl {
  font-size: 20px;
}
.text-lg {
  font-size: 18px;
}
.text-default {
  font-size: 16px;
}
.text {
  font-size: 14px;
}
.text-sm {
  font-size: 12px;
}
.text-xs {
  font-size: 10px;
}
/*
 * Text decoration
 *
 * Text decoration fast helper classes
 */
.text-underline {
  text-decoration: underline;
}
.text-overline {
  text-decoration: overline;
}
.text-deleted {
  text-decoration: line-through;
}
/* put files which are unnecessary
@import '_text-weight';


 */
/*
 * Float
 *
 * Floating helper classes
 */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.o-hidden {
  overflow: hidden;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.right-rounded {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.left-rounded {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.bottom-rounded {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.top-rounded {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/*
 * Display type 
 *
 * Display type utility which
 * has responsive breakpoints 
 */
.disabled {
  opacity: .5;
  pointer-events: none!important;
  cursor: not-allowed !important;
}
.disabled:hover {
  pointer-events: none!important;
  cursor: not-allowed !important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-flex;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.d-none {
  display: none;
}
/*
 * Visible-Hidden
 *
 * This module used for hiding and showing elements
 * at breakpoints only
 */
.visible-md-block,
.visible-lg-block,
.visible-md-inline-block,
.visible-lg-inline-block {
  display: none;
}
@media (max-width: 992px) {
  .visible-md-block {
    display: block;
  }
  .visible-md-inline-block {
    display: inline-block;
  }
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1200px) {
  .visible-lg-block {
    display: block;
  }
  .visible-lg-inline-block {
    display: inline-block;
  }
  .hidden-lg {
    display: none;
  }
}
/*
 * Position
 *  
 * Helper module to easily set
 * position and z-index of elements.
 */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* 
 * Z-Index from 0-3 
 */
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
/*
 * Full size  
 *
 * Full size helper classes.
 */
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.third-width {
  width: 33%;
}
.lh-base {
  line-height: 18px;
}
.lh {
  line-height: 26px;
}
.lh-lg {
  line-height: 30px;
}
.font-regular {
  font-family: "DINProRegular", sans-serif, Arial, verdana;
}
.font-medium {
  font-family: "DINProMedium";
}
.font-semibold {
  font-family: "DINProBold";
}
.font-bold {
  font-family: "DINProBlack";
}
.b-a {
  border: 1px solid #d5d5d5;
}
.b-t {
  border-top: 1px solid #d5d5d5;
}
.b-r {
  border-right: 1px solid #d5d5d5;
}
.b-b {
  border-bottom: 1px solid #d5d5d5;
}
.b-l {
  border-left: 1px solid #d5d5d5;
}
.b-n {
  border: none!important;
}
/*
 * Background Color
 *
 * Define fast background coloring classes
 */
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #F1F1F9;
}
/*
 * No flicker
 *  
 * Little utility helper when applied removes
 * weird flicker in -webkit- browsers
 * when using css3 transitions 
 */
.no-flick {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
/**
 * Structure taken from bootstrap 4, but converted to less mixins
 *
 * Flex utility helpers
 */
.flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-fill {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.justify-content-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.align-items-end {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-content-end {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.align-content-center {
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.align-content-between {
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
.c-pointer {
  cursor: pointer;
}
/* 
 * Animation
 *
 * Animation module to create
 * keyframes animations and classes which
 * refer to them.
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*
 * Vue 
 * 
 * Here you include your vue components modules
 */

.relative {
    position: relative !important;
}

.relative {
    position: relative !important;
}

.no-margin {
    margin: 0;
}

.pull-right {
    text-align: right !important;
    float: right;
}
.clearFix::after {
    content: '';
    clear: both;
    height: auto;
    display: block;
}

.accessibility-row {
    margin-bottom: 80px;
}

.accessibility-row > p {
    margin-bottom: 20px;
}

.site-content > p {
    padding-bottom: 12px;
}

.view-stats__group--default > .view-stats__key:nth-child(1) {
    width: 42%;
}
.view-stats__group--default > .view-stats__key:nth-child(2) {
    width: 58%;
}

.view-stats-wrap.custom .view-stats__group--default p {
    max-width: unset !important;
}

.table.no-th-border th {    
    border-top: none;    
}
.table.left th, .table.left td {
    text-align: left !important;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px #333 solid;
}

ul.accordion-alternate:nth-child(1) li:nth-child(even) .accordion {}
ul.accordion-alternate:nth-child(1) li:nth-child(odd) .accordion {
    background-color: #d5d5d5;
}

ul.accordion-alternate-inner:nth-child(1) li:nth-child(even) .accordion {
    background-color: #d3cfce;
}

ul.accordion-alternate-inner:nth-child(1) li:nth-child(odd) .accordion {
    background-color: #dddbda;
}

.accordion[data-color] {
    color: attr(data-color);
} 

[data-color=color1] {
    background-color: #eee !important
}

[data-color=color2] {
    background-color: blue !important
}

.accordion.active, .accordion:hover {
    background-color: #9d9d9d !important;
    color: #fff;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.accordion-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.accordion-panel.active{
    display: block;
}
.accordion-panel.no-border {
    border: none !important;
}
.accordion-panel.no-padding {
    padding: 0 !important;
}

.product_table table tr td {
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
    min-width: 30px;
    font-size: 15px;
}

.shrink-table th {
    font-size: 10px;
    padding: 8px;
    white-space:nowrap;
}

.shrink-table > tr td {
    font-size: 14px;
    padding: 10px;
}

.border-th-right > th {
    border-right: 1px solid #111;
}

.border-table {
    border: 1px solid #111;
}

.view-stats__group >div{
    white-space:nowrap;
}