

/* Start:/local/templates/main/dist/css/fonts.css?1735027956874*/
@font-face {
  font-family: "Muller-light";
  src: url('/local/templates/main/dist/fonts/Muller/muller-light.woff2') format('woff2'), url('/local/templates/main/dist/fonts/Muller/muller-light.woff') format('woff');
}
@font-face {
  font-family: "Muller-regular";
  src: url('/local/templates/main/dist/fonts/Muller/muller-regular.woff2') format('woff2'), url('/local/templates/main/dist/fonts/Muller/muller-regular.woff') format('woff');
}
@font-face {
  font-family: "Muller-medium";
  src: url('/local/templates/main/dist/fonts/Muller/muller-medium.woff2') format('woff2'), url('/local/templates/main/dist/fonts/Muller/muller-medium.woff') format('woff');
}
@font-face {
  font-family: "Muller-bold";
  src: url('/local/templates/main/dist/fonts/Muller/muller-bold.woff2') format('woff2'), url('/local/templates/main/dist/fonts/Muller/muller-bold.woff') format('woff');
}

/* End */


/* Start:/local/templates/main/dist/css/normalize.css?17350279566751*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul, menu, dir, h2 {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

input{
  padding: 0;
  border-width: 0;
  outline: none;
}

/* End */


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

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

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

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

@media (min-width: 640px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1100px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.thin {
    max-width: 1205px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.medium {
    max-width: 1380px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.regular {
    max-width: 1360px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/local/templates/main/dist/css/owl.carousel.min.css?17350279563458*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot,.owl-controls .owl-nav button.owl-next,.owl-controls .owl-nav button.owl-prev,.owl-controls button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main/dist/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/main/dist/css/sweetalert2.min.css?173502795626826*/
@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:initial;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:10px;background-color:transparent;z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;box-sizing:border-box}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-popup .swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-popup .swal2-actions{flex-wrap:wrap;align-items:center;justify-content:center;margin:1.25em auto 0;z-index:1}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;width:15px;height:15px;margin-left:5px;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff;content:'';-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{background:initial;color:#000;}.swal2-popup .swal2-styled.swal2-cancel{background:initial;color:#000;}.swal2-popup .swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.swal2-popup .swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.swal2-popup .swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.swal2-popup .swal2-close:hover{-webkit-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.swal2-popup .swal2-content{justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-sizing:border-box}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{align-items:center;justify-content:center}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.swal2-popup .swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.swal2-popup .swal2-validation-message::before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:'!';zoom:normal}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;box-sizing:content-box}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:initial!important}}
/* End */


/* Start:/local/templates/main/dist/css/datepicker.min.css?173502795612257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#3B5556;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/main/dist/css/magnific-popup.css?17350279566951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/main/dist/css/suggestions.min.css?17350279569621*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-addon{display:none;opacity:0;position:absolute}.suggestions-addon[data-addon-type=spinner]{background:rgba(255,255,255,.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.suggestions-addon[data-addon-type=clear]{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;background-size:contain;cursor:pointer;opacity:.8}.suggestions-addon[data-addon-type=clear]:hover{opacity:1}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-constraints{list-style:none!important;margin:0!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.suggestions-constraints:empty{display:none!important}.suggestions-constraints li{background:#f8f8f8;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:default;display:inline-block;margin:0 4px 0 0;padding:0 .5em}.suggestions-constraints li .suggestions-remove{height:1em;width:1em;display:inline-block;margin:0 0 0 .25em;background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;background-size:contain;cursor:pointer;opacity:.8}.suggestions-constraints li .suggestions-remove:hover{opacity:1}.suggestions-constraints li span{vertical-align:middle}.suggestions-subtext{color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}.suggestions-promo-desktop{position:absolute;top:0;right:0;text-align:left}
/* End */


/* Start:/local/templates/main/components/arturgolubev/search.title/.default/style.css?174539759418393*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, 
.bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: 'Muller-regular', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle-popup-history {
	padding: 0 8px 8px 8px;
}
	.bx-searchtitle-popup-history-title {
		font-size: 16px;
	}
	.bx-searchtitle-popup-history-item {
		padding: 4px 0;
	}
		.bx-searchtitle-popup-history-item::before {
			content: "";
			width: 16px;
			height: 16px;
			background: url(/local/templates/main/components/arturgolubev/search.title/.default/images/search-icon-1.svg) center center no-repeat;
			background-size: 12px auto;
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
		.bx-searchtitle-popup-history a {
			color: #222;
			text-decoration: underline;
			vertical-align: middle;
		}
		.bx-searchtitle-popup-history a:hover {
			text-decoration: none;
		}

.bx-searchtitle .bx-block-title {
	font-family: 'Muller-regular', Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
/*	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/main/components/arturgolubev/search.title/.default/images/search-icon-1.svg) 0 center no-repeat;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 35px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
/*	margin-top: 3px;*/
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding: 30px;
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/main/components/arturgolubev/search.title/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block_title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 8px;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	position: relative;
	color: #333;
}
.bx_smart_searche .bx_item_block_item_image img {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.bx_item_block_element,
.bx_smart_searche .bx_item_block_href {
  display: block;
  text-decoration: none;
  padding: 7px 16px;
  line-height: 14px;
}
.bx_smart_searche .bx_item_block_section{
	display: inline-block;
	border: 1px solid #B2BBC6;
	border-radius: 15px;
	margin: 0 5px 10px 0;
}
.bx_smart_searche .bx_item_block_element{
  padding: 7px 185px 7px 16px;
}
.search-result-item{
  margin-bottom: 16px;
  position: relative;
}
.search-result-item .to-cart a{
	border-radius: 20px;
	background: #DB4C3E;
	width: 155px;
	height: 43px;
	font-size: 18px;
  transition: .3s;
}
.search-result-item .to-cart a:hover{
	background: #DB4C3E;
	font-weight: 500;
	font-size: 20px;
}
.search-result-item .to-cart.disable span{
	position: relative;
	text-decoration: none;
	color: #fff;
	outline: none;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 3px;
	border-radius: 20px;
	background: #B2BBC6;
	width: 155px;
	height: 43px;
	font-size: 18px;
	transition: .3s;
	cursor: default;
}
.search-result-item .bx_item_block_item_action{
	position: absolute;
    right: 13px;
    bottom: 11px;
}
.search-result-item .bx_item_block_item_action .item-available{
	display: block;
	padding: 0 0 10px 8px;
}
.search-result-item .bx_item_block_item_action .item-available svg{
	padding: 0 5px 3px 0;
	box-sizing: content-box;
}
.bx_smart_searche .search-result-item{
  border: 1px solid #B2BBC6;
  border-radius: 20px;
}
.bx_smart_searche .search-result-item.hover{
	border-color: #DB4C3E;
}
.bx_smart_searche .bx_item_block_href_category_title {
  color: #a2a2a2;
}
.bx_smart_searche .bx_item_block_href_category_name {
  color: #f5a61c;
  font-weight: bold;
  text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_name {
	overflow: hidden;
	display: block;
	line-height: 17px;
	padding: 5px 0 0;
	color: #001E42;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	color: #333;
	line-height: 17px;
  margin: 10px 0 0;
  display: block;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	font-size: 15px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #001E42;
	opacity: .3;
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_item_block_item_prop_item .bx_item_block_item_prop_item_name,
.bx_item_block_item_prop_item .bx_item_block_item_prop_item_value{
	font-size: 12px;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* clear cross */
.bx-searchtitle .bx-searchtitle-clear {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
}
/*.bx-searchtitle .bx-searchtitle-clear:after{
	display: inline-block;
	content: "\00d7";
}*/

/* voice input */
.bx-searchtitle .bx-searchtitle-voice {
	position: absolute;
	top: 3px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: url(/local/templates/main/components/arturgolubev/search.title/.default/images/voice.svg?v=3) center center no-repeat;
	background-size: 22px auto;
}
	.bx-searchtitle .bx-searchtitle-voice.voice-show {
		display: block;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after, .bx-searchtitle .bx-searchtitle-voice.active::before {
		content: '';
		position: absolute;
		border: 3px solid #3D64FF;
		left: -20px;
		opacity: 0;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: searchpulse 2.5s linear infinite;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after {
		animation-delay: 1.25s;
	}

	@keyframes searchpulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}



/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/main/components/arturgolubev/search.title/.default/images/loader_orange.gif) center center no-repeat #fff;
}



/* blue */
.bx_smart_searche.theme-blue .bx_item_block_item_image {
	color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/main/components/arturgolubev/search.title/.default/images/loader_blue.gif);
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	/* background-color: #0083d1; */
	border-color: #0083d1;
	color: #FFF;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
/*.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}*/
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx_smart_searche.theme-black .bx_item_block_item_image {
	color:#333;
}
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/main/components/arturgolubev/search.title/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx_smart_searche.theme-green .bx_item_block_item_image {
	color:#159ebb;
}
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/main/components/arturgolubev/search.title/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx_smart_searche.theme-red .bx_item_block_item_image {
	color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/main/components/arturgolubev/search.title/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx_smart_searche.theme-yellow .bx_item_block_item_image {
	color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/main/components/arturgolubev/search.title/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

@media only screen and (max-width: 650px) {
	.bx_smart_searche{
		padding: 15px 18px 20px 30px;
	}
	.bx_smart_searche .bx_item_block_element{
		padding: 7px 4px 4px 7px;
	}
	.search-result-item .bx_item_block_item_action{
		right: initial;
		position: relative;
		bottom: initial;
		display: block;
		padding: 0 0 10px 100px;
	}
	.search-result-item .bx_item_block_item_action .to-cart{
		float: none;
	}
	.search-result-item .bx_item_block_item_action .item-available span{
		font-size: 12px;
	}
	.search-result-item .to-cart a,
	.search-result-item .to-cart span,
	.search-result-item .to-cart.disable span{
    width: 100px;
    height: 30px;
    font-size: 14px;
	}
	.bx_smart_searche .bx_item_block_item_name span{
    font-size: 13px;
	}
	.bx_item_block_item_prop_item .bx_item_block_item_prop_item_name, .bx_item_block_item_prop_item .bx_item_block_item_prop_item_value{
		font-size: 11px;	
	}
	.search-result-item .bx_item_block_item_action .item-available svg{
		width: 16px;
    height: 16px;
	}
	.bx_smart_searche .bx_item_block_item_price{
		margin: 0;
	}
	.search-result-item .bx_item_block_item_action .item-available{
		padding: 0 0 6px 8px;
	}
	.bx_smart_searche .bx_item_block_item_info_wrap.wpic{
		padding-left: 100px !important;
	}
}
/* End */


/* Start:/local/templates/main/styles.css?1749220097467*/
@media print {
    .block-alerts {
        display: none
    }
}



.menu__subcategory-wrap [data-simplebar]:after {
    pointer-events: none !important;
}

.menu__subcategory-wrap [data-simplebar]:before {
    pointer-events: none !important;
}


.menu__category-list:after {
    pointer-events: none !important;
}

.menu__category-list:before {
    pointer-events: none !important;
}

[data-product-sidebar] .link-action__text {
    font-size: 0.85rem !important;
}
/* End */


/* Start:/local/templates/main/template_styles.css?1752673623141127*/
html,
body {
  font-family: 'Muller-medium', sans-serif;
  line-height: 20px;
  height: 100%;
  /*user-select: text !important;*/
}
body{
  min-height: 100%;
  min-height: 100vh;
}
body,
.view-container{
  overflow-x: hidden;
}
.view-container input,
.view-container textarea,
.view-container li,
.view-container span,
.view-container div,
.view-container label{
  font-family: 'Muller-regular', sans-serif !important;
  color: #001E42;
}
.view-container input,
.view-container textarea,
.view-container li,
.view-container span,
.view-container div,
.view-container p{
  line-height: 24px;
}
.view-container header input,
.view-container header textarea,
.view-container header li,
.view-container header span,
.view-container header div,
.view-container header p{
  line-height: 20px;
}

.view-container input[type=text],
.view-container textarea{
  border: none;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  background: transparent;
  outline: none;
}
.view-container a,
.view-container h3,
.product-detail .product-prop-label{
  font-family: 'Muller-medium', sans-serif !important;
  color: #001E42;
}
a,
a:hover{
  text-decoration: none;
}
h1,
h2,
h3,
h4,
.nav-main .nav-link-parent span,
.view-container .modal-header-text{
  font-family: 'Muller-regular', sans-serif !important;
  /*font-family: 'Muller-medium', sans-serif !important;*/
  font-weight: initial;
}
h1,
.view-container .modal-header-text{
  font-size: 44px;
  line-height: initial;
  margin: 14px 0;
  color: #001E42;
}
h2,
h3{
  display: inline-block;
  font-weight: normal;
  position: relative;
  font-size: 1.7em;
  line-height: 55px;
  color: #001E42;
  width: 100%;
  /*letter-spacing: 0.01em;*/
}
h3{
  font-size: 1.5em;
  line-height: initial;
}
button,
textarea,
input,
select,
span,
a{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: #001E42;
}
.bx-core-popup-menu a,
.bx-core-popup-menu span {
  color: #fff;
}
ol{
  counter-reset: olCounter;
  padding-inline-start: 10px;
}
ol > li{
  list-style: none;
  padding: 0 0 0 35px;
  position: relative;
  margin: 0 0 10px 0;
  color: #001E42;
}
ol > li:before {
  counter-increment: olCounter;
  content: counter(olCounter);
  font-family: 'Muller-medium', sans-serif !important;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  color: #001E42;
  display: inline-block;
  text-align: center;
  margin: 5px 8px 5px 5px;
  padding: 0;
  border: 1px solid #E7CAAF;
  border-radius: 50%;
  line-height: 1.4em;
  font-size: 12px;
}
.hide{
  display: none !important;
}
.transparent{
  opacity: 0 !important;
  pointer-events: none;
}
.bg-navy {
  background-color: #001e42 !important;
}
.view-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background: #f2f3f5;
}
.view-container > header{
  position: relative;
  z-index: 101;
  background: #fff;
  /*height: 130px;*/
  /*top: 50px;*/
}
.main-page.view-container > header {
  background: none;
  height: initial;
}
.banner-top-line__inner{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 7px 0;
  width: 100%;
  background: #f2f3f5;
}
.banner-top-line__image{
  margin: 0 10px 0 0;
}

.header-panel+.plug{
  display:none;
  /*height: 75px;*/
  height: 130px;
  width: 100%;
}
.header-panel.fixed+.plug{
  display: block;
}
.main-page .header-panel.fixed+.plug{
  /*display: none;*/
}
.header-panel{
  position: relative;
  width: 100%;
}
.main-page header,
.main-page-brand header{
  padding-bottom: 0 !important;
}
.main-page .header-panel{
  /*position: absolute;*/
  /*left: 0;*/
  background: #fff;
}
.main-page .header-panel{
  border-bottom: none;
}
.header-panel .row{
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-panel .col-logo{
  padding: 0;
  position: relative;
  overflow: hidden;
  min-width: 335px;
}
.header-panel .col-logo a{
  display: block;
  position: relative;
  z-index: 1;
  width: 230px;
  margin: -3px 0 0 30px;
}
.header-panel .col-logo img{
  max-width: 225px;
}
.header-panel.fixed .col-logo .logo-white{
  display: none !important;
}
.header-panel.fixed .col-logo .logo-black{
  display: block !important;
}
.header-panel .logo use{
  fill:#707070;
}
.header-panel .col-right-side{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 30px 0 0;
}
.header-panel .col-right-side > div{
  margin: 0 0 0 19px;
}
.header-panel .col-right-side .header-cart{
  margin: 4px 0 0 19px;
}
.header-panel .col-right-side .auth-container{
  margin: 4px 0 0 23px;
}
.header-panel .col-auth svg{
  transform: translateY(5px);
}
.header-panel.light-theme .col-right-side .btn-auth,
.header-panel.light-theme .nav-main .nav-link-parent{
  color: #fff;
}
.header-panel.light-theme.fixed .nav-main .nav-link-parent{
  color: #001E42;
}
.header-panel.light-theme .btn-cart .items-counter{
  color: #DB4C3E;
}
.menu-active .header-panel.light-theme .btn-cart .items-counter{
  color: #fff;
}
.header-panel.light-theme.fixed .btn-cart .items-counter{
  color: #fff;
}
.header-panel.light-theme .btn-cart:after{
  background: #fff;
}
.header-panel.light-theme.fixed .btn-cart:after,
.menu-active .header-panel.light-theme .btn-cart:after{
  background: #001E42;
}
header .search-container{
  transition: .3s;
  position: relative;
}
header .search-container.open {
  width: 220px;
}

header .search-container.open:after {
  width: 100%;
}
.header-panel .col-search{
  padding: 0;
}
.header-panel .col-search .form-search{
  height: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-panel .col-search .field-search{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 9px;
}
.header-panel .col {
  transition: opacity .2s;
}
.header-panel.search-mob .col,
.header-panel.search-mob .col-search .search-icon-mob {
  opacity: 0;
  pointer-events: none;
}
.header-panel.search-mob .col-search {
  opacity: 1;
  pointer-events: visible;
}

.header-panel .btn-modal{
  text-decoration: none;
  position: relative;
}
.header-panel .btn-cart{
  display: inline-block;
  width: 25px;
  height: 25px;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
}
/*.header-panel .btn-cart:after {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 25px;*/
/*  height: 25px;*/
/*  background: #000;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  border-radius: 50%;*/
/*  pointer-events: none;*/
/*}*/
.header-panel .btn-cart .items-counter{
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
  background: #DB4C3E;
  color: #fff;
  border-radius: 50px;
  margin: 0;
  width: 17px;
  height: 17px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 18px;
}
.header-panel .nav-main{
  margin: 15px 0 0;
}

.fixed{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fixed.overlay{
  bottom: 0;
  overflow-y: auto;
}
header .header-panel.fixed.nav-show{
  box-shadow: 0 14px 19px rgba(0, 0, 0, 0.2);
}
header .header-panel{
  background-color: transparent;
  transition: .2s;
  transition-property: background-color;
  height: 130px;
}
header .header-panel.fixed{
  background-color: #fff;
}
footer{
  padding: 80px 0 0;
  background: #D7F4E8;
}
footer .nav-footer li{
  margin: 0 0 19px;
  line-height: 1em;
}
footer .nav-footer li a{
  font-family: 'Muller-regular', sans-serif !important;
  white-space: nowrap;
  font-size: 16px;
}
footer .container{
  max-width: 1280px;
}
footer .row-top{
  margin: 0 0 68px;
  justify-content: space-between;
}
footer .row-top > .col,
footer .row-bottom > .col{
  flex: 0;
}
footer .row-bottom{
  justify-content: space-between;
}
footer .row-bottom > .col:last-child {
  min-width: 210px;
}
footer .row-bottom > .col:nth-child(2) {
  min-width: 214px;
}
footer .row-bottom > .col:nth-child(3) {
  min-width: 200px;
}
footer .col-copyright{
  min-width: 295px;
  margin: 0 0 40px;
}
footer .row-bottom a,
footer .row-bottom span{
  white-space: nowrap;
  opacity: 0.3;
}
.fixed-plug{
  display: none;
}
.fixed.nav-show{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: background-color 0.4s ease 0s, .4s ease;
  -o-transition: background-color 0.4s ease 0s, .4s ease;
  transition: background-color 0.4s ease 0s, .4s ease;
}
.fixed.nav-hide{
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
body.modal-active .header-panel{
  right: 2px;
  left: initial;
}

.header-panel .col-menu .phone{
  display: none;
}
.header-panel .col-menu .phone a{
  color: #000;
}

.nav-main .nav-link-parent span {
  font-size: 18px;
  white-space: nowrap;
}
.nav-main .nav-link-parent h4 {
  font-family: 'Muller-medium', sans-serif !important;
  margin: 0;
}
.nav-main .preend .nav-link-parent {
  padding-right: 0;
}
.nav-main .row{
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin: 0;
}
.nav-main li{
  list-style-type: none;
  position: relative;
}
.nav-main li:first-child .nav-link-parent{
  margin: 0;
  padding-left: 0;
}
.nav-main li.to-personal{
  display: none;
}
.nav-main .nav-link-parent{
  font-size: 0.65em;
  color: #001E42;
  display: inline-block;
  /*padding: 33px 20px 24px;*/
  padding: 0 20px 0;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}
.nav-main .nav-link-parent span,
.nav-main .nav-link-parent svg,
.nav-main .nav-link-parent path,
.nav-main .nav-link-parent line{
  transition: .1s;
}
.nav-main .nav-link-parent span {
  position: relative;
  z-index: 1;
}
.nav-main li:nth-child(1) .nav-link-parent span{
  color: #F04747;
}
.nav-main li .nav-link-parent:hover {
  transition: all .3s ease;
  transform: scale(1.1);
}
.nav-main .nav-link-parent:focus svg,
.nav-main .nav-link-parent:focus path,
.nav-main .nav-link-parent:focus line{
  stroke: #4CC392 !important;
}
.nav-main .nav-link-parent svg{
  display: none;
}
.nav-main li .nav-link-parent.with-icon {
  padding: 28px 14px 26px 30px;
}
.nav-main li .nav-link-parent.with-icon img,
.nav-main li .nav-link-parent.with-icon svg {
  position: absolute;
  top: 51%;
  left: -5px;
  transform: translateY(-50%);
  max-height: 26px;
  max-width: 26px;
  width: auto;
  height: auto;
}
.nav-main .row,
.breadcrumbs ul{
  padding: 0;
}
.nav-main .item-auth{
  display: none;
}

#search .action{
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  border: none;
  outline: none;
  text-indent: 9999px;
  pointer-events: none;
}
#search{
  /*border: 1px solid rgb(0 30 66 / 10%);*/
  /*border-radius: 30px;*/
  height: 40px;
  cursor: pointer;
}
#search svg{
  position: absolute;
  top: 8px;
  right: 0;
}
#search form{
  height: 100%;
  padding: 0 15px;
}
#title-search-input,
#title-search-input-mob{
  display: block;
  background: none;
  height: 36px;
  border-right: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 6px 22px;
  font-size: 15px;
  outline: none;
  border-right: none;
}

/*menu icon start*/
.col-menu-mob{
  display: none;
}
.menu-icon-mob {
  display: block;
  position: relative;
  width: 43px;
  height: 31px;
  cursor: pointer;
  transform: translateY(1px);
  transition: 0.25s;
  outline: none;
}
.menu-icon-mob svg,
.menu-icon-mob .bar {
  -webkit-transition: transform 0.25s ease, top 0.2s ease, bottom 0.2s ease;
  -o-transition: transform 0.25s ease, top 0.2s ease, bottom 0.2s ease;
  transition: transform 0.25s ease, top 0.2s ease, bottom 0.2s ease;
}
.menu-icon-mob svg{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.menu-icon-mob .bar {
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 1;
  left: 0;
}
.menu-icon-mob .top {
  top: 8px;
}
.menu-icon-mob .middle {
  bottom: 15px;
  left: 0;
}
.menu-icon-mob .bottom {
  bottom: 9px;
}
.menu-icon-mob .top,
.menu-icon-mob .middle,
.menu-icon-mob .bottom{
  width: 23px;
}
.menu-icon-mob .top,
.menu-icon-mob .middle,
.menu-icon-mob .bottom,
.menu-icon-mob svg{
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.menu-icon-mob.open .top{
  top: 18px;
  -webkit-transform: rotateZ(-60deg);
  -ms-transform: rotateZ(-60deg);
  transform: rotateZ(-60deg);
}
.menu-icon-mob.open .bottom{
  bottom: 11px;
  -webkit-transform: rotateZ(60deg);
  -ms-transform: rotateZ(60deg);
  transform: rotateZ(60deg);
}
.menu-icon-mob.open .middle {
  display: none;
}

.view-container .btn{
  display: inline-block;
  border-radius: 32px;
}
.view-container .btn.white{
  background: #fff;
  border: none;
}

.view-container .btn,
.view-container .btn span,
.map-tooltip .btn,
.map-tooltip .btn span{
  display: inline-block;
  font-size: 0.9em;
}
.view-container .btn,
.map-tooltip .btn{
  cursor: pointer;
  padding: 13px 25px 13px;
  text-align: center;
  position: relative;
  background: transparent;
  /*border: 1px solid;*/
}
.view-container .btn.disable{
  cursor:default;
  pointer-events: none;
  opacity: .4;
}
.show-more-block .btn{
  width: 100%;
  border: none;
  background: #fff;
  font-size: 18px;
  padding: 18px 25px;
}
.view-container .catalog-items-qnt span,
.show-more-block .btn span{
  font-family: 'Muller-regular', sans-serif !important;
}

.view-container .slider-main .btn{
  padding: 17px 54px 17px 54px;
  margin: 54px 0 0;
  letter-spacing: 0.03em;
  font-size: 15px;
}
.view-container .slider-main .btn svg{
  transform: translate(11px, -1px);
}
.view-container .slider-main .btn span:before{
  content: none;
}

.slider-main{
  padding: 0;
  margin: 0;
  overflow: visible;
  z-index: 10;
  min-height: 800px;
  position: relative;
}
.slider-main .owl-carousel{
  max-width: 2600px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-main + .slider-product-card{
  padding: 40px 0 70px;
}
.slider-main .slider-item{
  overflow: hidden;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
}
.slider-main .owl-theme.container,
.slider-main .slider-item > .container{
  position: relative;
}
.slider-main .slider-item .text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 238px;
  left: 10.9%;
  margin: 0;
  width: 480px;
  z-index: 1;
  color: #001E42;
}
.slider-main .slider-item .description{
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0 0 16px 2px;
}
.slider-main .slider-item .description-2{
  background: #DB4C3E;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
}
.slider-main .slider-item .description-2 + .description{
  margin: 0 0 16px;
}
.slider-main .slider-item .description-2 span{
  font-family: 'Muller-medium', sans-serif !important;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  line-height: 14px;
  transform: translateY(2px);
  letter-spacing: 1px;
}
.slider-main .slider-item .title{
  font-size: 47px;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.slider-main .slider-item .img-container{
  overflow: hidden;
  display: flex;
}
.slider-main .slider-item .img-container.default{
  height: 800px;
  pointer-events: none;
  cursor: default;
}
.slider-main .img-preview{
  height: 850px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 0;
  transition: .5s;
  transition-property: opacity;
  opacity: 1;
}
.slider-main .img-preview.mob {
  height: 690px;
}
.slider-main .img-preview.fade{
  opacity: 0;
}
.slider-main .img-preview img{
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  -webkit-transition: .45s ease-out;
  -o-transition: .45s ease-out;
  transition: .45s ease-out;
  margin: auto;
  height: 100%;
  width: 100%;
  width: calc(100% + 100px);
  object-fit: cover;
  filter: blur(12px);
}
.slider-main .img-preview.mob{
  display: none;
}
.slider-main .slider-item .video-block{
  height: 840px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-main .slider-item .video-block video{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-main .slider-item .img-container.mob {
  width: 100%;
}
.slider-main .slider-item .banner-title{
  text-transform: uppercase;
  font-family: 'Muller-medium', sans-serif !important;
}
/*.deseo .slider-main .slider-item .banner-title {*/
/*  font-family: 'Montserrat', sans-serif !important;*/
/*}*/
.slider-main .slider-item .banner-title {
  font-size: 68px;
  line-height: 78px;
  color: #000;
  letter-spacing: 0.052em;
  margin: 0 0 26px;
}
.slider-main .slider-item .banner-title i{
  color: #000;
  font-style: normal;
}
.slider-main .slider-item .banner-title,
.slider-main .slider-item .banner-description{
  display: block;
  text-align: left;
}
.slider-main .slider-item .banner-description {
  font-size: 1.38rem;
  color: #000;
  margin: 0 0 60px;
  letter-spacing: 0.02em;
  line-height: 30px;
  padding: 0 50px 0 0;
}
.slider-main .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.slider-main .owl-theme .owl-nav{
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.slider-main .owl-theme.owl-controls{
  position: absolute;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.owl-controls .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev{
  margin: 0 0 0 50px;
  transform: rotateZ(-180deg);
}
.owl-controls .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next{
  margin: 0 16px 0 0;
}
.slider-main .owl-theme .owl-dots.disabled,
.owl-carousel .img-container.mob{
  display: none;
}
.slider-main .owl-stage{
  display: block;
}
.slider-main span{
  font-family: 'Muller-medium', sans-serif !important;
}
.slider-main .owl-nav button svg path{
  stroke: none !important;
}
.slider .owl-controls .owl-nav button.owl-next,
.slider .owl-controls .owl-nav button.owl-prev,
.slider .owl-carousel .owl-nav button.owl-next,
.slider .owl-carousel .owl-nav button.owl-prev{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: .3s;
}
.slider-main .owl-theme .owl-dots{
  display: flex;
  position: absolute;
  bottom: 75px;
  left: 10.75%;
  z-index: 100;
}
.slider-main .owl-theme .owl-dots .owl-dot{
  width: 18px;
  height: 18px;
  align-items: center;
  margin: 0 7px;
  display:inline-block;
  zoom:1;
  cursor: pointer;
}
.slider-main .owl-theme .owl-dots .owl-dot:first-child{
  margin: 0 7px 0 0;
}
.slider-main .owl-theme .owl-dots,
.slider-main .owl-theme .owl-nav{
  text-align:center;
  -webkit-tap-highlight-color:transparent;
}
.slider-main .owl-theme .owl-nav{
  margin-top:10px;
}
.slider-main .owl-theme .owl-nav [class*=owl-]{
  color:#FFF;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  display:inline-block;
  cursor:pointer;
  border-radius:3px;
  background:#FFF;
  text-decoration:none;
}
/*.slider .owl-theme .owl-nav [class*=owl-]:hover{*/
/*  background:#FFF;*/
/*  text-decoration:none;*/
/*}*/
.slider-main .owl-theme .owl-nav .disabled{
  opacity:.5;
  cursor:default;
}
.slider-main .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:10px;
}
.slider-main .owl-theme .owl-dots .owl-dot span{
  width:8px;
  height:8px;
  background:#001E42;
  display:block;
  -webkit-backface-visibility:visible;
  transition: .1s;
  border-radius:30px;
  margin: 0 auto;
}
.slider-main .owl-theme .owl-dots .owl-dot.active span{
  background:none;
  width:18px;
  height:18px;
  border: 2px solid #001E42;
}
.slider-main .owl-theme .owl-dots .owl-dot:not(.active):hover span{
  opacity:.5;
}
.product-card{
  text-decoration: none;
  text-align: left;
  outline: none;
  float: left;
  width: 100%;
  max-width: 337px;
  position: relative;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
.product-card:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-card h3{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  color: #001E42;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  margin: 0;
  text-align: left;
  /*min-height: 36px;*/
}
.product-card .product-card-descr{
  opacity: .3;
  font-size: 12px;
}
.slider .owl-carousel .owl-nav button.owl-next:before,
.slider .owl-carousel .owl-nav button.owl-prev:before {
  top: 10%;
}
.slider .owl-carousel .owl-stage-outer{
  z-index: 10;
}
.slider .slider-header{
  padding-bottom: 25px;
  position: relative;
}
.slider .owl-carousel{
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.owl-carousel .owl-stage{
  display: flex;
}
.product-list .product-card,
.owl-carousel .owl-stage .product-card {
  height: 100%;
  min-height: 430px;
  padding: 22px 32px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-product-card{
  margin: 80px 0;
}
.slider-product-card .owl-carousel .owl-stage-outer{
  z-index: 10;
  overflow: visible;
}
.slider-product-card .owl-carousel .owl-item {
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.slider-product-card .owl-carousel .owl-item:nth-child(-n+7),
.slider-product-card .owl-carousel .owl-item.active,
.slider-product-card .owl-carousel .owl-item.active + div{
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.slider-product-card .owl-carousel .owl-item.prev{
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  transition-property: opacity;
}
.slider-product-card .owl-carousel .owl-item.active {
  visibility: visible;
  opacity: 1;
}
.product-card .product-card-img-container img{
  position: relative;
  -webkit-transition: .45s ease-out;
  -o-transition: .45s ease-out;
  transition: .45s ease-out;
  margin: auto;
  object-fit: contain;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.product-card-img-container{
  overflow: hidden;
  position: relative;
  margin: 30px 0 20px;
  display: block;
  line-height: 0.8em;
  height: 170px;
}
.slider-product-card .owl-carousel .owl-nav,
.slider-reviews .owl-carousel .owl-nav{
  position: absolute;
  top: -90px;
  right: 0;
}
.slider-product-card h2,
.slider-reviews .slider-header h2,
.products-with .slider-header h2{
  font-family: 'Muller-regular', sans-serif !important;
  width: auto;
  margin: 0 0 0 117px;
  font-size: 24px;
}
.slider-product-card .link-detail{
  position: absolute;
  right: 224px;
  top: 22px;
}

.to-cart {
  float: right;
}
.to-cart input.cnt-on-cart{
  /*font-family: 'Muller-bold', sans-serif !important;*/
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 22px;
  max-width: 25px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.product-card .to-cart{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .to-cart input{
  font-size: 25px;
  opacity: .3;
}
.product-card a{
  display: block;
  text-decoration: none;
}
.to-cart a{
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 1;
  background: #f2f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 3px;
}
.to-cart a.disable{
  opacity:.16;
  pointer-events: none;
  cursor: default;
}
.product-detail .to-cart .decr{
  display: block;
}

.product-card .product-card-price{
  position: relative;
}
.product-card-price{
  display: flex;
  align-items: flex-start;
  min-height: 25px;
  flex-direction: column;
  justify-content: center;
}
.product-card-price .price{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 24px;
}
.product-detail .product-card-price .crossed + .price,
.product-card .product-card-price .price.discount{
  color: #DB4C3E;
}
/*.product-card .product-card-price .base-price{*/
/*  position: absolute;*/
/*  top: -12px;*/
/*  left: 0;*/
/*}*/
/*.product-card a{*/
/*  padding: 0 0 10px;*/
/*}*/
.product-card-price.discount{
  align-self: flex-start;
}
.product-card-price.discount .base-price,
.product-card-price .base-price.crossed{
  font-size: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  opacity: .6;
}
.product-card-price.discount .base-price{
  margin: 0 0 3px;
}
.product-card-price .base-price.crossed{
  margin: 0 0 7px;
}
.product-detail .product-card-price .base-price.crossed{
  margin: 0 0 2px;
}
.product-card-price.cnt-out-stock{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-card-price .out-stock{
  margin: 0 10px 0 0;
}

/*.product-card .product-card-price.discount{*/
/*  flex-direction: column-reverse;*/
/*  justify-content: flex-start;*/
/*}*/
.product-list .product-card-offer,
.slider-product-card .product-card-offer{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-height: 68px;
  padding: 0 0 12px;
}
/*.product-card .product-mark{*/
/*  position: absolute;*/
/*  top: 22px;*/
/*  left: 32px;*/
/*  min-width: 50px;*/
/*  z-index: 5;*/
/*}*/
.product-element .title-container{
  display: block;
  margin: 0 0 15px;
}
.product-element .title-container h1{
  display: inline;
}
.product-detail .product-info-preview .product-mark{
  margin: 0 0 10px 10px;
}
.product-detail .product-info-preview .product-mark:first-child{
  margin: 0 0 10px 0;
}
.product-detail .product-info-preview + .products-with-section{
  margin-top: 80px;
}
.product-mark{
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  margin: 9px 0 18px 8px;
  float: right;
}
.product-mark.new{
  background: #4CC392;
  color: #fff;
}
.product-mark.warranty{
  background: #FFA300;
  color: #000;
}
.product-mark.hit{
  background: #DB4C3E;
  color: #fff;
}
.product-mark.hit svg {
  transform: translate(-5px, -2px);
}
.product-mark.trans-warm{
  background: linear-gradient(to right, blue, red);
  color: #fff;
}
.mark-container{
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.product-mark {
  margin: 0 0 5px;
}
.product-detail .product-info-preview .mark-container{
  position: relative;
  top: initial;
  right: initial;
  flex-direction: row;
}
/*.modal::-webkit-scrollbar,*/
/*.product-gallery-thumbs::-webkit-scrollbar,*/
/*.cart-product-list::-webkit-scrollbar,*/
/*.title-search-result::-webkit-scrollbar{*/
/*  width: 5px;*/
/*  height: 1px;*/
/*  margin: 0 0 -10px 0;*/
/*}*/
/*.cart-product-list::-webkit-scrollbar{*/
/*  height: 3px;*/
/*}*/
/*.modal::-webkit-scrollbar-track,*/
/*.title-search-result::-webkit-scrollbar-track {*/
/*  border-radius: 10px;*/
/*  background: rgba(0,0,0,0.1);*/
/*}*/
/*.modal::-webkit-scrollbar-thumb:hover,*/
/*.cart-product-list::-webkit-scrollbar-thumb:hover,*/
/*.product-gallery-thumbs::-webkit-scrollbar-thumb:hover,*/
/*.modal::-webkit-scrollbar-thumb:active,*/
/*.product-gallery-thumbs::-webkit-scrollbar-thumb:active,*/
/*.cart-product-list::-webkit-scrollbar-thumb:active{*/
/*  background: #000;*/
/*}*/
/*.cart-product-list{*/
/*  scrollbar-color: rgba(0,0,0,0.25) rgba(0,0,0,0.1);*/
/*  scrollbar-width: thin;*/
/*}*/
.modal{
  scrollbar-color: #B2BBC6 rgba(0,0,0,0.1);
  scrollbar-width: thin;
}
.cart-product-list,
.dropdown-menu-wrap > .dropdown-menu{
  overflow: auto;
  scrollbar-color: #B2BBC6 transparent;
  scrollbar-width: thin;
}
body.menu-active,
body.modal-active{
  overflow: hidden;
}
body.modal-active{
  padding: 0 17px 0 0;
}
body.modal-active .header-panel{
  right: 0;
  left: initial;
}
body.modal-active .header-panel.fixed.nav-show{
  right: 9px;
}
.header-panel > .container,
.header-panel > .container > .row {
  height: 100%
}
#overlay {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 150;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
#overlay.clickable {
  visibility: visible;
  cursor: default;
}
body.modal-active #overlay{
  opacity: 1;
  visibility: visible;
}
.modal {
  -webkit-transform: translateX(515px);
  -ms-transform: translateX(515px);
  transform: translateX(515px);
  z-index: 200;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 460px;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 100%;
  min-height: 100vh;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal.disable .modal-content{
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

.modal.open {
  visibility: visible;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.mfp-content h2,
.modal h2,
.modal h3{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 22px;
  line-height: 66px;
  letter-spacing: 0.05em;
  /*text-transform: uppercase;*/
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 500;
}
/*.deseo .mfp-content h2,*/
/*.deseo .modal h2,*/
/*.deseo .modal h3{*/
/*  font-family: 'Montserrat', sans-serif !important;*/
/*}*/

.modal h2{
  padding: 38px 0 30px 20px;
  line-height: 1em;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.modal h3{
  padding: 0 0 15px;
}
.modal .modal-notice p{
  color: #828282;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  margin: 0 0 8px;
}
.modal .modal-notice p a{
  font-family: 'Muller-regular', sans-serif !important;
  color: black;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.modal .modal-notice p a:hover {
  border-bottom: 1px dashed transparent;
}
.modal-notice h3{
  text-align: center;
}
.btn-modal-close,
.btn-form-close,
.btn-dropdown-close{
  position: absolute;
  display: block;
  width: 11px;
  height: 20px;
  background: url(/local/templates/main/dist/img/btn-modal-close.svg) no-repeat 50% 50%;
  background-size: 19px;
  transition: .1s;
}
.btn-form-close{
  top: 53px;
  right: 42px;
  width: 20px;
}
.btn-modal-close{
  top: 37px;
  right: 20px;
}
#catalog-filter .btn-modal-close,
.catalog-search .btn-modal-close{
  display: none;
}
#catalog-filter label,
.catalog-search .bx-filter label{
  cursor: pointer;
  padding-left: 0;
}
#catalog-filter label.disabled,
.catalog-search .bx-filter label.disabled{
  pointer-events: none;
  cursor: default;
}
.catalog-search .bx-filter label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#catalog-filter .bx-filter-input-checkbox,
.catalog-search .bx-filter-input-checkbox{
  display: flex;
}
#catalog-filter .label-del-filter,
.catalog-search .bx-filter .label-del-filter{
  padding-left: 22px;
  display: flex;
  align-items: center;
}
#catalog-filter .label-del-filter input,
.catalog-search .bx-filter .label-del-filter input{
  padding: 13px 25px 13px 6px;
  transform: translateY(1px);
}
.catalog-search .bx-filter .bx-filter-section{
  padding-top: 0;
  padding-left: 0;
}
.modal > .btn-modal-close:hover{
  opacity: .6;
}
.modal .cart-form {
  padding: 0 0 30px 0;
  position: relative;
}
.modal .preloader{
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.modal.disable .preloader{
  visibility: visible;
  opacity: 1;
}
.modal.empty h2,
.modal.empty .btn-coupon,
.modal.empty .modal-content,
.modal.payment-success .modal-content,
.modal.payment-fail .modal-content,
.modal.notice-view h2,
.modal.notice-view .btn-coupon,
.modal-notice.payment-success,
.modal-notice.payment-fail,
.modal-notice.empty{
  display: none;
}
.modal.payment-success .modal-notice.payment-success,
.modal.payment-fail .modal-notice.payment-fail{
  display: block;
}
.modal-notice{
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  letter-spacing: initial;
  line-height: 1.2em;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.modal-content .modal-notice{
  padding: 0 30px 0 0;
}
.modal-content .modal-notice,
#cart.empty .modal-notice {
  display: flex;
}
.modal .modal-notice.order-success .order-success-descr{
  margin: 45px 0 0;
}
.modal .modal-notice p{
  margin: 0;
  font-size: 16px;
  color: #000;
}
#icon-order-success{
  margin: 0 auto 65px;
  display: block;
}
.modal-notice .btn{
  position: relative;
  margin: 0 auto;
  display: block;
}
.modal-notice .btn-modal-close{
  font-size: 14px;
  line-height: 14px;
  height: 60px;
  width: 76px;
  padding: 18px 0;
  color: #000;
  background: #DADDE1;
  border: none;
  text-transform: uppercase;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 110px;
  right: initial;
}
.modal-notice.order-success .btn-gift{
  width: 262px;
  /*background: url(/local/templates/main/img/gift-box.svg) no-repeat 10% 50%;*/
  /*background-size: 19px;*/
  padding: 21px 0 21px 34px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.modal .modal-notice.order-success .btn-auth{
  color: #000;
  /*font-family: 'Gilroy-Regular', sans-serif !important;*/
}
.modal-notice.empty h3{
  margin: 35px 0 0;
}
.modal-content .order-block-content{
  display: flex;
  flex-direction: column;
}
.modal-content .order-block-content .basket-block{
  margin: 0;
}
.modal-content .errors-block .error{
  margin: 0 0 20px;
  color: red;
}
#cart.payment-success h2,
#cart.payment-fail h2,
#cart .swal-msg{
  display: none;
}
.modal-notice.order-success p a{
  border-bottom: 1px dashed;
}
.modal-notice.order-success p a:hover {
  border-bottom: 1px dashed transparent;
}
.modal-notice .btn-cart-upd{
  top: initial;
  right: 0;
  left: 0;
  width: initial;
  height: initial;
  margin: 40px auto;
  position: absolute;
  max-width: 150px;
  padding: 13px 25px 13px 25px;
}
.modal-notice .btn-cart-upd span:before{
  content: none;
}
.modal .modal-content{
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.modal .modal-content p.error{
  color: #DB4C3E;
}
.modal .modal-content pre {
  display: none;
}
.modal .cart-product-item{
  margin: 0 10px 0;
  min-width: 154px;
  max-width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: none;
  text-align: center;
  /*min-height: 100%;*/
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.modal .cart-product-item:first-child{
  margin-left: 0;
}
.cart-product-item-preview{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.cart-product-item .img-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 102px;
  border: 1px solid #B2BBC6;
  box-sizing: border-box;
}
.cart-product-item img{
  position: relative;
  max-height: 235px;
  display: inline-block;
  /*margin: 0 0 14px;*/
  width: auto;
  height: 100%;
}
.cart-product-item .title{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 0.73em;
  max-width: 92%;
  text-align: center;
  color: #000;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin: 10px 0 6px;
}
.cart-product-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 20px;
  margin: 0 0 25px;
}
.cart-product-list.ext{
  margin: 0 0 45px;
}
.cart-product-item{
  list-style-type: none;
}
.cart-product-item-gift{
  padding: 26px 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.cart-product-item .btn-sku-color{
  padding: 0 4px;
  margin: 10px 5px 0;
}
.cart-product-item .sku-color-container:first-child .btn-sku-color{
  padding-left: 0;
  margin-left: 0;
}
.cart-product-item .sku-color-container:last-child .btn-sku-color {
  margin-right: 0;
}
.cart-product-item .btn-sku-color .sku-color{
  width: 26px;
  height: 26px;
}
.cart-product-item .btn-sku-color .sku-color:before {
  border: 10px solid;
}


.cart-product-list .btn-cart-item-del{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  /*background: #000;*/
  border-radius: 50%;
  display: block;
  z-index: 1;
  background: none;
}
/*.btn-cart-item-del:after{*/
/*  content: "";*/
/*  display: block;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  !*background: url(/local/templates/main/dist/img/btn-modal-close.svg) no-repeat 50% 50%;*!*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  z-index: 1;*/
/*  pointer-events: none;*/
/*  transform: translate(-50%,-50%);*/
/*}*/
/*.btn-cart-item-del:before{*/
/*  content: "";*/
/*  display: block;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  background: #000;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*  border-radius: 50%;*/
/*  z-index: -1;*/
/*  pointer-events: none;*/
/*}*/
.modal .to-cart{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 0;
}
.modal .to-cart input.number{
  font-weight: 600;
  font-size: 0.78em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  text-align: center;
  margin: 0 5px;
}
.modal .to-cart .decr,
.modal .to-cart .incr{
  display: inline-block;
  color: #000;
  text-decoration: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  font-size: 25px;
  font-weight: 500;
  border-radius: 50%;
  background: #F2F3F5;
}
.modal .to-cart .number{
  width: 40px;
}
/*.modal .to-cart .decr:hover,*/
/*.modal .to-cart .incr:hover{*/
/*  color:#3D2117;*/
/*  background: #F5F5F5;*/
/*}*/
/*.modal .to-cart .incr{*/
/*  transform: translateY(1px);*/
/*  !*line-height: 20px;*!*/
/*}*/

.form-order{
  border-top: 1px solid #B2BBC6;
  margin: -3px 0 0;
}
.modal .form-field,
form .input-shell{
  border: 1px solid #B2BBC6;
  margin: 0 0 10px;
  border-radius: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 20px;
}
.modal .form-field:last-child{
  border-bottom: 0;
}
.modal .form-field label,
.modal .form-field .field-label{
  font-family: 'Muller-medium', sans-serif !important;
  color: #8B939C;
  cursor: pointer;
  padding: 22px 0;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.modal .form-field label,
.modal .form-field .field-label,
.modal .form-field-dropdown .field-value{
  text-transform: uppercase;
}
.modal .form-field label.main-user-consent-request{
  text-transform: initial;
}
.modal .form-field label .label-value{
  margin: 1px 0 0 8px;
}

/*.deseo .modal .form-field label,*/
/*.deseo .modal .form-field .field-label,*/
/*.deseo .modal .form-field-dropdown .field-value,*/
/*.deseo .cart-product-item .title{*/
/*  font-family: 'Montserrat', sans-serif !important;*/
/*}*/
.modal .form-field.error{
  border-color: #DB4C3E;
}
.modal .form-field.error > .field-label,
.modal .form-field.error .field-dropdown-label .field-label{
  color: #DB4C3E;
}
.modal .form-field.error .checkbox-custom{
  border: 2px solid #DB4C3E;
}
.modal .form-field.error .form-field .field-dropdown-label .field-label{
  color: #9A9A9A;
}

.modal .form-dropdown-block input,
.modal .form-dropdown-block textarea{
  padding: 25px 0;
}
.modal .form-field label{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal .form-field .form-field-radio{
  color: #48414E;
}




.modal .form-field input,
.modal .form-field textarea,
.modal .form-field-dropdown .field-value{
  font-family: 'Muller-medium', sans-serif !important;
  color: #4CC392;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1em;
  text-align: right;
  padding: 22px 25px 22px 5px;
  text-transform: uppercase;
}

.modal .form-field input::-webkit-input-placeholder,
.modal .form-field textarea::-webkit-input-placeholder,
.modal .form-field-dropdown .field-value::-webkit-input-placeholder{
  color: #E0E0E0;
}

/*.deseo .modal .form-field input,*/
/*.deseo .modal .form-field textarea,*/
/*.deseo .modal .form-field-dropdown .field-value{*/
/*  font-family: 'Montserrat', sans-serif !important;*/
/*}*/
.modal .form-field textarea {
  text-transform: initial;
  resize: none;
}
.modal .form-field input,
.modal .form-field textarea{
  padding-right: 0;
  padding-left: 20px;
}
.modal .form-field .form-dropdown-block textarea,
.modal .form-field .form-dropdown-block .dropdown-row-door input{
  color: #000;
  font-size: 18px;
}
.modal .form-field-dropdown input{
  padding: 0;
}
.modal .form-field-dropdown .field-value{
  background: url(/local/templates/main/dist/img/icon-dropdown-arrow.svg) no-repeat 100% 50%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  cursor: pointer;
  color: #4CC392;
}
.modal .form-field-checkbox input[type='radio'],
.modal .form-field-dropdown input[type='radio'],
.modal .form-field-dropdown select{
  display: none;
}
.modal .form-field-date input{
  display: block;
  cursor: pointer;
  padding: 0 10px;
}
.modal .form-field-date .prepos{
  color: #48414E;
  font-weight: 600;
}
.modal .form-field.user_description{
  align-items: flex-start;
}
.modal .form-field.property_name .field-value{
  max-width: 60%;
  text-transform: none;
}
.modal .form-field.field-type-textarea{
  flex-wrap: wrap;
}
.modal .form-field.field-type-textarea .field-label{
  width: 100%;
  padding: 25px 0 0;
}
.modal .form-field.field-type-textarea textarea {
  padding: 15px 25px 25px 5px;
}
.modal .form-field-getter-info .form-dropdown-block .field-value{
  background: none;
  padding: 25px 0 25px 5px;
}
.modal .form-field-getter-info .form-dropdown-block .dropdown-row{
  align-items: baseline;
}
.modal .form-field-city .field-label{
  width: 0;
  overflow: visible;
}
.modal .form-field-city .suggestions-suggestions{
  padding: 10px 20px;
}
.modal .form-field-dropdown.disable .field-value{
  background: none;
}
.modal .form-field-getter .field-label{
  /*padding: 0 0 0 15px;*/
  /*line-height: 1.24em;*/
}
.modal .form-field-getter .dropdown-value{
  padding: 0;
  display: flex;
  align-items: center;
}
.modal .form-field.property_fio input{
  text-transform: initial;
}
.modal .form-field-address .field-error{
  position: absolute;
  top: 24px;
  right: 24px;
  color: #DB4C3E;
  text-transform: uppercase;
}
.modal .form-field-certificate{
  min-height: initial;
  border-bottom: 0;
}
.modal .form-field-certificate input{
  text-align: center;
}
/*.modal .form-field-city{*/
/*  border-top: 1px solid #B2BBC6;*/
/*}*/
#delivery_date{
  width: 60%;
}
#delivery_date + svg{
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.datepickers-container,
.datepicker{
  width: 100%;
}
.datepicker{
  z-index: 1000;
  border: 1px solid #B2BBC6;
  border-radius: 0;
}
.datepicker--pointer{
  display: none;
}
.datepicker--cell.-current-,
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-{
  color: #4a4a4a;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-{
  background: none;
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.popover{
  border: 1px solid #B2BBC6;
  border-radius: 0;
}
.clockpicker-popover .popover-content{
  background-color: initial;
}
.clockpicker-tick.disable{
  opacity: .4;
  pointer-events: none;
  cursor: default;
}
.popover.offset-arrow>.arrow{
  left: 62%;
}

.modal .form-dropdown-block{
  position: absolute;
  width: 101%;
  top: -1px;
  left: -1px;
  z-index: 210;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  box-shadow: 0 14px 19px rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
  /*border-radius: 30px;*/
}
.modal .form-dropdown-block.active{
  opacity: 1;
  visibility: visible;
}

.modal .form-dropdown-block .dropdown-label,
.modal .form-dropdown-block .dropdown-value{
  letter-spacing: 0.01em;
  display: block;
  border-bottom: 1px solid rgba(178, 187, 198, 0.63);
  font-weight: 500;
  text-align: left;
  padding: 22px 0 22px 22px;
  white-space: normal;
}
.modal .form-dropdown-block .dropdown-value .delivery-name{
}
.modal .form-dropdown-block .dropdown-label{
  font-family: 'Muller-medium', sans-serif !important;
  color: #000;
  font-size: 22px;
}
.modal .form-dropdown-block .dropdown-value{
  color: #4CC392;
  font-size: 1em;
  line-height: 20px;
  cursor: pointer;
  padding: 20px 0 20px 24px;
  letter-spacing: 0.03em;
}
.modal .form-field .field-dropdown-label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: baseline;
}
.modal .form-field.disable .field-dropdown-label span{
  cursor: default;
}
.modal .form-dropdown-block .dropdown-value.selected{
  background: url("/local/templates/main/dist/img/icon-check.svg") no-repeat 95.7% 20px;
  color: #001E42;
}
.btn-dropdown-close{
  top: 24px;
  right: 24px;
}
#delivery_date_val,
#delivery_time_val,
#property_address,
#property-delivery-region,
#property_pickup_point{
  display: none;
}
#property-delivery-city{
  padding-right: 25px !important;
  color: #4CC392;
}
#property_email{
  text-transform: none;
}
.cursor-hidden{
  caret-color: transparent !important;
}
.modal .form-dropdown-block .dropdown-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B2BBC6;
  font-weight: 600;
  line-height: 24px;
  padding: 0 24px;
}
.modal .form-dropdown-block .dropdown-row-street {
  position: relative;
}
.modal .form-dropdown-block .dropdown-row-street,
.modal .form-dropdown-block .dropdown-row-house{
  position: relative;
}
.modal .form-dropdown-block .dropdown-row-street label,
.modal .form-dropdown-block .dropdown-row-house label{
  flex-direction: column;
}
.modal .form-dropdown-block .tight-in-row{
  padding: 0;
}
.modal .form-dropdown-block .dropdown-row-door input{
  padding: 0 0 0 10px;
  text-align: left;
}
.modal .form-dropdown-block .dropdown-row-door .field-label,
.modal .form-dropdown-block .dropdown-row-door input{
  max-width: 60%;
}

.modal .form-dropdown-block .dropdown-row-value{
  display: inline-block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #48414E;
  white-space: normal;
  padding: 25px 0;
  text-align: center;
}
.modal .form-dropdown-block .dropdown-row.error{
  border-bottom: 1px solid rgba(219, 76, 62, 0.9);
}
.modal .form-dropdown-block .dropdown-row.error .field-label{
  color: rgba(219, 76, 62, 0.9);
}

.modal .dropdown-row-street .field-label,
.modal .dropdown-row-house .field-label{
  display: block;
  width: 100%;
  padding: 24px 0 22px;
}
#prop-address-street,
#prop-address-house{
  padding: 0 24px 24px 0 !important;
  background: none;
  position: relative;
  cursor: text;
  text-align: left;
}
#property_getter_card_text{
  text-align: left;
  padding: 25px 0 25px 20px;
}
.view-container .suggestions-suggestions{
  border-width: 0;
  padding: 0 20px 20px;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}
.view-container .form-dropdown-block .suggestions-suggestions{
  border-width: 0;
  padding: 0 0 12px 24px;
  background: #f5f5f5;
  transform: translate(-24px,-15px);
  width: calc(100% + 48px) !important;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
}
.view-container .suggestions-suggestions a,
.view-container .suggestions-suggestions svg,
.suggestions-addon[data-addon-type=clear]{
  display: none !important;
}
.view-container .suggestions-suggestion{
  font-size: 1.1rem;
  cursor: pointer;
  padding: 7px 0;
}
.view-container .suggestions-hint{
  color: #a3a0a7;
  font-size: 18px;
}

.modal .form-dropdown-block .dropdown-row .form-field-radio:nth-child(even){
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal .form-dropdown-block .dropdown-row-confirm{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .form-dropdown-block .dropdown-confirm{
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.03em;
}
.modal .form-dropdown-block .form-dropdown-block{
  width: 100%;
  left: 0;
}
.sale-info-item{
  background: #FBFF23;
  border-radius: 33px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #48414E;
  text-align: center;
  padding: 14px 0;
  margin: 20px 0;
}
.modal a{
  color: #4CC392;
}
.modal .form-field-send{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.modal .form-field-send .order-descr{
  margin: 0;
}
.modal .form-field-send .order-descr span{
  color: #DB4C3E;
}
.modal .form-field-send .order-descr-payment span{
  color: #000;
}
.modal .form-field-send .order-price{
  margin: 0 12px 0 0;
}
.modal .form-field-send button{
  margin: 0;
  background: #DB4C3E;
  width: 100%;
  border: none;
  outline: none;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .form-field-send button span{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.modal .form-field-send button .base-price{
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  opacity: .6;
  margin: 0 6px 0 0;
}
.modal .form-field-send button span:before{
  content: none;
}
.modal .form-field-send button .currency{
  /*font-size: 15px;*/
  margin: 0 0 0 4px;
}
.modal .form-field-coupon{
  min-height: initial;
  margin: 20px 0 0;
}
.modal .btn-coupon{
  font-family: 'Muller-regular', sans-serif !important;
  position: relative;
}
.modal .btn-coupon:after{
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed;
}
.modal .form-field-coupon,
.modal .form-field-userconsent,
.modal .form-field-send{
  border: none;
  padding: 0;
}
.modal .form-field-userconsent {
  border-top: 1px solid #B2BBC6;
  min-height: 54px;
  position: relative;
  border-radius: 0;
  margin: 63px 0 0;
}
.modal .form-field-userconsent label{
  font-size: 14px;
  padding: 0;
}
.toggle-field,
.form-field-getter input,
.main-user-consent-request input{
  display: none;
}

.modal .form-field-checkbox{
  background: #F2F3F5;
  border: none;
  padding: 0;
}
.modal .form-field-checkbox .form-checkbox-block{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.modal .form-field-checkbox .form-checkbox-block:before{
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .2s;
  background: #001E42;
  z-index: 0;
  border-radius: 50px;
}
.modal .form-field-checkbox .checkbox-value{
  display: block;
  text-transform: none;
  text-align: center;
  z-index: 1;
  color: #001E42;
  font-family: 'Muller-regular', sans-serif !important;
}
.modal .form-field-checkbox .checkbox-value.checked{
  color: #fff;
}
.modal .form-field-checkbox .form-checkbox-block.ind:before{
  left: 0;
}
.modal .form-field-checkbox .form-checkbox-block.le:before{
  left: 50%;
}

#ajax-preloader,
.preloader{
  margin: auto;
  height: 22px;
  width: 22px;
  -webkit-animation: preloader 0.8s infinite linear;
  animation: preloader 0.8s infinite linear;
  border: 2px solid #4CC392;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
}
#ajax-preloader.active,
.preloader.active,
.product-gallery-main .preloader{
  display: block;
}
.product-gallery-main .preloader{
  display: none!important;
}
.product-gallery-main .gallery-items{
  overflow: hidden;
  width: 620px;
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loyalty-registration .checkbox-custom + .label-value{
  margin: -2px 0 0 9px;
  text-transform: initial;
  font-size: 0.89em;
}
.form-field-userconsent a,
#loyalty-registration .main-user-subscribe .label-value a{
  color: #4CC392;
}
.modal .form-field-coupon input{
  text-align: left;
}

/*.slider-brand .owl-item{*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  align-items: center;*/
/*}*/
/*.slider-brand .owl-item a{*/
/*  height: auto;*/
/*  display: block;*/
/*}*/
/*.slider-brand .owl-item img{*/
/*  height: auto;*/
/*  margin: 0 auto;*/
/*  max-width: 200px;*/
/*  !*filter: gray;*!*/
/*  !*-webkit-filter: grayscale(1);*!*/
/*  !*filter: grayscale(1);*!*/
/*  transition: .1s;*/
/*  transition-property: filter;*/
/*}*/
/*.slider-brand .owl-item img:hover {*/
/*  -webkit-filter: grayscale(0);*/
/*  filter: none;*/
/*}*/
/*.slider-brand{*/
/*  padding: 68px 0 0;*/
/*  background: #001E42;*/
/*  height: 320px;*/
/*}*/
/*.slider-brand .owl-theme .owl-nav{*/
/*  margin: 0;*/
/*}*/
/*.slider-brand .owl-nav,*/
/*.slider-brand .owl-dots{*/
/*  position: absolute;*/
/*}*/

.slider-brands .owl-carousel .owl-nav button.owl-next{
  right: 10px;
}
.slider-brands .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.slider-brands .owl-item{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slider-brands .owl-item a{
  display: block;
  height: 200px;
}
.slider-brands .owl-item .img-container{
  height: 100%;
  display: flex;
}
.brands-grid img{
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: .1s;
  transition-property: filter;
}
.slider-brands .owl-item img{
  /*height: auto;*/
  margin: 0 auto;
  max-width: 200px;
  object-fit: contain;
  background-size: contain;
  /*width: 100%;*/
  height: 100%;
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  transition: .3s;
}
.slider-brands .owl-item .brand-img-color{
  position: absolute;
  opacity: 0;
}
.slider-brands .img-total-1 .brand-img-color{
  position: relative;
  opacity: 1;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: .1s;
  transition-property: filter;
}
.slider-brands .owl-item{
  min-height: 200px;
}
.slider-brands .owl-item .img-container:hover .brand-img-color,
.brands-grid .brand-item:hover img{
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: none;
}
.slider-brands .owl-item .img-container:hover .brand-img-color+.brand-img-blue,
.brands-grid .brand-item:hover img+.brand-img-blue{
  opacity: 0;
}
.slider-brands .owl-nav{
  display: none;
}
.slider-brands .owl-theme .owl-nav{
  margin: 0;
}
.slider-clients .owl-item img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.slider-clients .slider-head {
  padding: 62px 0 0 5rem;
}
.slider-clients h3 {
  color: #fff;
  font-size: 24px;
  font-family: 'Muller-regular', sans-serif !important;
  font-weight: 100;
}
.slider-clients .owl-item{
  width: 161px;
}

.catalog-container{
  margin-bottom: 78px;
}

#catalog-filter{
  width: 22%;
  max-width: 297px;
  float: left;
  margin: -18px 0 0;
}
#catalog-filter + .catalog-products-block{
  margin: 0 0 0 25%;
  text-align: center;
  position: relative;
}
#catalog-filter.hide + .catalog-products-block{
  margin: 0;
}
#catalog-filter h2{
  font-size: 23px;
  font-family: 'Muller-regular', sans-serif !important;
  margin: 0 0 5px;
}
#catalog-filter .bx-filter .bx-filter-section{
  padding: 0;
}
#catalog-filter .bx-filter .bx-filter-title{
  padding: 0 0 10px 10px;
  width: 0;
}
#catalog-filter .btn-modal-close + .filter-block-prop{
  margin-bottom: 48px;
}
.catalog-search #catalog-filter{
  width: initial;
  max-width: 270px;
  float: initial;
  margin: 0;
}
.catalog-search #catalog-filter + .catalog-products-block{
  margin: 0;
}
.catalog-search #catalog-filter .bx-filter{
  min-width: initial;
}
.catalog-search #catalog-filter .bx-filter .bx-filter-button-box{
  width: 0;
}

.product-list .products-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
}
.product-list .product-card{
  flex: 0 0 41%;
  /*max-width: 337px;*/
  max-width: 33%;
  margin: 0 4px 4px 0;
}
.product-list .product-card:nth-child(3n+3){
  margin: 0 0 4px 0;
}
.product-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-products-block .product-list{
  display: block;
  position: relative;
  z-index: 1;
}
.catalog-products-block .product-list.disabled{
  opacity: .5;
  transition: 300ms;
}
.catalog-products-block .products-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 4px;
  margin: 0 0 4px;
}
.catalog-products-block .products-row .product-card{
  max-width: initial;
}



.catalog-settings-block{
  margin: 0 0 32px;
}
.catalog-settings-block:after{
  content: '';
  display: block;
  clear: both;
}
.catalog-sort{
  float: right;
  position: relative;
}
.catalog-sort .dropdown{
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 254px;
  min-width: 69%;
  border: 1px solid #001E42;
  background-color: white;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  white-space: nowrap;
  z-index: 200;
  pointer-events: none;
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: right;
}
.catalog-sort .dropdown:after{
  display: none;
}
.catalog-sort .dropdown.open{
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.catalog-sort .dropdown a {
  font-family: 'Muller-regular', sans-serif !important;
  display: block;
  padding: 18px 9px 18px 25px;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  text-transform: lowercase;
  text-align: left;
  color: #001E42;
}
.catalog-sort .dropdown a:first-child{
  background: url(/local/templates/main/dist/img/icon-arrow-top.svg) no-repeat 89% 24px;
}
.catalog-sort .dropdown a.active:first-child{
  background: url(/local/templates/main/dist/img/icon-arrow-top.svg) no-repeat 89% 24px, rgba(242,242,242,.6);
}
.catalog-sort .dropdown a.active {
  background: rgba(242,242,242,.6);
}
.catalog-settings-block a{
  text-decoration: none;
  color: #000000;
}
.catalog-settings-block .btn-catalog-sort .btn-value{
  text-transform: lowercase;
  font-size: 15px;
}
.btn-catalog-sort {
  display: inline-block;
  padding: 14px 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 201px;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 50px;
}
.catalog-settings-block svg{
  stroke: #000000;
  position: absolute;
}
.btn-catalog-sort svg{
  right: 25px;
  top: 22px;
}
.catalog-settings-block [class^="btn-catalog"]{
  font-size: 14px;
  line-height: 17px;
}
.catalog-sort .label{
  opacity: .5;
  font-size: 16px;
  margin: 0 7px 0 0;
}



.form-review{
  width: 295px;
}
.form-review input[type=text],
.form-review textarea{
  font-family: 'Muller-regular', sans-serif !important;
  padding: 19px 23px 17px 23px;
  outline: 0;
  font-size: 14px;
  text-shadow: none;
  color: #000;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  outline-width: 0;
  line-height: 18px;
}
.form-review input[type=text]{
  margin: 0 0 16px;
}
.form-review textarea{
  margin: 0 0 15px;
}
.form-review input[type=submit]{
  height: 0;
  width: 0;
  opacity: 0;
}
footer .row-top .col-nav-buyers{
  min-width: 214px;
}
footer .row-top .col-nav-contacts{
  min-width: 217px;
}
footer .row-top .col-nav-company{
  min-width: 200px;
}
footer .row-top .col-contacts{
  min-width: 210px;
}
footer .row-top .col-contacts h2{
  margin: 0 0 20px;
}
footer .row-top .col-contacts span{
  display: block;
}
footer .row-top .col-contacts .phone{
  margin: 0 0 10px;
}
footer .row-top .col-contacts .address{
  font-family: 'Muller-medium', sans-serif !important;
}
footer .row-top .col-contacts .phone a{
  font-size: 16px;
  /*font-family: 'Muller-bold', sans-serif !important;*/
  font-family: 'Muller-regular', sans-serif !important;
}
footer .row-top .col-contacts .address{
  font-family: 'Muller-regular', sans-serif !important;
  margin: 26px 0 0;
  line-height: 16px;
  font-size: 16px;
}
footer .row-top .col-contacts .email{
  margin: 30px 0 0;
}
footer .row-top .col-contacts .email a{
  font-family: 'Muller-regular', sans-serif !important;
  font-size: 16px;
}
footer .row-top .col-contacts .social{
  margin: 30px 0 0;
}
footer .row-top .col-contacts .social a{
  margin: 0 22px 0 0;
}
footer input[type=text]::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder{
  font-family: 'Muller-medium', sans-serif !important;
  color: rgba(0, 30, 66, 0.5);
  font-size: 15px;
}
footer input[type=text]::-moz-placeholder,
footer textarea::-moz-placeholder{
  font-family: 'Muller-medium', sans-serif !important;
  color: rgba(0, 30, 66, 0.5);
  font-size: 15px;
}
footer input[type=text]:-ms-input-placeholder,
footer textarea:-ms-input-placeholder{
  font-family: 'Muller-medium', sans-serif !important;
  color: rgba(0, 30, 66, 0.5);
  font-size: 15px;
}
footer input[type=text]::-ms-input-placeholder,
footer textarea::-ms-input-placeholder{
  font-family: 'Muller-medium', sans-serif !important;
  color: rgba(0, 30, 66, 0.5);
  font-size: 15px;
}
footer input[type=text]::placeholder,
footer textarea::placeholder{
  font-family: 'Muller-medium', sans-serif !important;
  color: rgba(0, 30, 66, 0.5);
  font-size: 15px;
}
footer h2{
  font-family: 'Muller-medium', sans-serif !important;
  /*font-family: 'Muller-regular', sans-serif !important;*/
  margin: 0 0 19px;
  position: relative;
  text-align: left;
  font-size: 24px;
  letter-spacing: initial;
  line-height: initial;
}
footer .form-review .btn-form{
  margin: 0 0 30px;
}
.view-container .col-review h2{
  margin: 0 0 16px;
}
.view-container .form-review .btn{
  color: #000;
}
.view-container .form-review input,
.view-container .form-review textarea,
.view-container .form-review .btn.border{
  border: 1px solid #001E42;
  border-radius: 32px;
  background-color: transparent;
}
.view-container .form-review .btn{
  /*font-family: 'Muller-medium', sans-serif !important;*/
  font-family: 'Muller-regular', sans-serif !important;
  outline: 0;
  padding: 19px 43px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: initial;
  color: #001E42;
}
.view-container .form-review .form-description{
  font-size: 12px;
  margin: 19px 0 0 0;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}
.view-container .form-review h2{
  margin: 0 0 3px;
}

.breadcrumbs{
  margin: 68px 0 0;
}
.page-type-content .breadcrumbs{
  margin: 0;
}
.product-detail .breadcrumbs{
  margin: 0 0 13px;
}
.catalog-page .breadcrumbs{
  margin: 68px 0 0;
}
.catalog-page h1{
  margin: 14px 0 10px;
}
.breadcrumbs-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-crumb{
  padding-left: 1.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
}
.breadcrumbs-crumb:first-child{
  padding-left: 0;
}
.breadcrumbs-link{
  opacity: .5;
  text-decoration: none!important;
  cursor: pointer;
  transition: opacity .3s ease,color .3s ease;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.breadcrumbs-crumb span{
  font-family: 'Muller-regular', sans-serif !important;
}
.breadcrumbs-crumb+.breadcrumbs-crumb:before{
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  display: block;
  height: 1px;
  line-height: inherit;
  background-color: currentColor;
  opacity: .5;
  -webkit-user-select: none;
  user-select: none;
  left: 0.5rem;
  width: 0.625rem;
}
.section-img-block{
  margin-top: 21px;
}
.btn-catalog-filter-mob{
  position: relative;
  text-align: center;
  width: 140px;
  padding: 15px 0;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.btn-catalog-filter-mob.hide{
  opacity: 0;
  pointer-events: none;
}
.filter-prop-val-label{
  padding: 10px 23px;
  background: #fff;
  white-space: normal;
  display: inline-block;
  width: 100%;
  margin: 0 0 8px;
  border-radius: 30px;
  font-size: 15px;
  line-height: initial;
  cursor: pointer;
  position: relative;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-prop-val-label:hover{
  background: #DB4C3E;
}
/*.filter-prop-val-label:hover span{*/
/*  color: #fff;*/
/*}*/
.filter-prop-val-label:hover{
  background: #fff;
}
.filter-prop-val-label.disabled{
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

.checkbox-custom{
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: #FFFFFF;
  border: 1px solid #bdbdbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 12px 0 0;
}
/*.filter-prop-val .checkbox-custom,*/
/*.filter-prop-val .img-container,*/
/*.filter-prop-val-img{*/
/*  position: absolute;*/
/*  top: 2px;*/
/*  left: 20px;*/
/*}*/
.filter-prop-val .checkbox-custom{
  height: 23px;
  width: 23px;
  min-height: 23px;
  min-width: 23px;
}
.filter-prop-val .img-container{
  height: 20px;
  width: 20px;
}
.filter-prop-val img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.checkbox-custom svg{
  position: absolute;
  top: 2px;
  left: 4px;
  display: none;
  width: 11px;
  height: auto;
}

.radio-custom{
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  border: 1px solid #E2E2E2;
  position: relative;
  margin: 0 10px 0 0;
}
.radio-custom span{
  border-radius: 50%;
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
}
input[type="radio"]:checked + .radio-custom span,
input[type="checkbox"]:not(.unchecked):checked + .checkbox-custom svg,
.filter-prop-val [type="checkbox"]:not(.unchecked):checked + .filter-prop-val-label svg{
  display: block;
}
/*.modal .form-field label:hover .checkbox-custom,*/
/*.filter-prop-val-label:hover .checkbox-custom{*/
/*  border: 1px solid #C09279;*/
/*}*/
.bx-filter input[type="checkbox"]:not(.unchecked):checked + .checkbox-custom,
.bx-filter .filter-prop-val [type="checkbox"]:not(.unchecked):checked + .filter-prop-val-label .checkbox-custom{
  background: #001E42;
  border: 1px solid #001E42;
  opacity: 1;
}
.bx-filter .checkbox-custom{
  background: none;
  border: 2px solid #001E42;
  opacity: .3;
}
.bx-filter .filter-prop-val:hover .checkbox-custom{
  opacity: 1;
}
.bx-filter .checkbox-custom svg{
  position: absolute;
  top: 4px;
  left: 2px;
  width: 15px;
  height: 9px;
}
.bx-filter-button-box{
  margin: 0 0 0 -25px;
}
/*input[type="radio"]:checked + .radio-custom{*/
/*  border: 1px solid #C09279;*/
/*}*/
.checkbox .filter-prop-val-label{
  background: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
}
.view-container .catalog-items-qnt{
  font-family: 'Muller-regular', sans-serif !important;
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 33px 0 19px;
  opacity: .4;
}
.view-container .slider-product-card .link-detail{
  position: absolute;
  right: 210px;
  top: 8px;
  border: none;
}
.view-container .back-white{
  background: #fff;
}
.block-section-list{
  padding: 66px 0 80px;
}
.block-section-list .items{
  display: flex;
  justify-content: space-between;
}
.block-section-list .item{
  display: block;
  background: #F2F3F5;
  width: 25%;
  width: calc(25% - 4px);
  height: 246px;
  position: relative;
  overflow: hidden;
}

.block-section-list .item:hover{
  background: rgb(215, 244, 232);
}

.block-section-list .item img:hover {
  transition: all .3s ease;
  transform: scale(1.1);
}

.block-section-list .item img{
  object-fit: contain;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-6px);
}
.block-section-list h2{
  /*font-family: 'Muller-medium', sans-serif !important;*/
  font-family: 'Muller-regular', sans-serif !important;
  padding: 0 0 35px 115px;
  font-size: 24px;
}
.block-section-list .item-title{
  position: absolute;
  left: 40px;
  bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  width: 60%;
  z-index: 100;
}
.product-detail{
  margin-top: 74px;
}
.product-detail h1{
  font-family: 'Muller-regular', sans-serif !important;
  /*font-family: 'Muller-medium', sans-serif !important;*/
  font-size: 34px;
  line-height: 1.15em;
  margin: 7px 0 18px;
}
.product-detail .product-info-preview{
  display: flex;
  margin-bottom: 30px;
}
/*.product-detail td,*/
/*.product-detail span,*/
/*.product-detail div,*/
/*.product-detail ul,*/
/*.product-detail p{*/
/*  font-family: 'Muller-regular', sans-serif !important;*/
/*  color: #001E42;*/
/*}*/
.product-detail .product-info-preview .product-description-container{
  line-height: 24px;
  position: relative;
}
.product-detail .product-preview-left,
.product-detail .product-preview-right {
  width: 50%;
}
.product-detail .product-preview-left{
  padding: 0 10px 0 0;
}
.pswp__zoom-wrap{
  transition: none !important;
}
.fancybox__infobar span{
  color: #fff;
}
.product-detail .breadcrumbs-block{
  height: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 74px;
}
.product-detail .breadcrumbs-block > div{
  width: 50%;
}
.product-detail .product-preview-right{
  /*margin: 50px 0 0;*/
  padding: 0 0 0 22px;
}
.product-detail .bx-breadcrumb {
  margin: 0;
}
.product-detail .bx-breadcrumb .bx-breadcrumb-item span{
  font-family: 'Muller-regular', sans-serif !important;
  font-size: 16px;
}
.product-detail .gallery-top{
  margin: 0 0 6px;
}
.product-detail .to-cart{
  float: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*flex-wrap: wrap;*/
  /*width: 21%;*/
}
.product-detail .product-cart-action{
  display: flex;
  justify-content: space-between;
  /*padding: 0 0 12px;*/
  align-items: center;
}
.product-detail .product-price-container{
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 12px 14px;
  margin: 0 0 22px;
  width: 100%;
}
.product-detail .product-properties{
  margin: 28px 0;
}
.product-detail .product-property{
  display: flex;
  border-bottom: 1px solid rgb(0 30 66 / 10%);
  padding: 4px 0;
}
.product-detail .product-property div{
  font-size: 13px;
}
.product-detail .product-property .property-name{
  opacity: .5;
  width: 40%;
}
.product-detail .product-property .property-val{
  width: 50%;
}

.slider-shops .owl-item{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slider-shops .owl-item a{
  height: auto;
  display: block;
}
.slider-shops .owl-item img{
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: .1s;
  transition-property: filter;
}
.slider-shops .owl-item img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.slider-shops{
  padding: 98px 0;
  background: #f6f6f6;
  margin: 0;
}
.slider-shops .owl-theme .owl-nav{
  margin: 0;
}
.slider-shops .owl-carousel .owl-nav button.owl-next{
  right: 10px;
}
.slider-shops .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.product-detail .dolyame-container span{
  font-size: 14px;
}
.btn-dolyame svg{
  position: relative;
  display: inline-block;
  width: 80px;
  margin: 0 0 0 2px;
}
.dolyame-container{
  border-top: 1px solid rgb(0 30 66 / 10%);
  padding: 12px 0 0;
}
.product-detail .product-description-container {
  max-height: 490px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.product-detail .product-description p {
  margin: 10px 0 0;
}
.product-detail .product-description-btn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  /*background: #f2f3f5;*/
}
.product-detail .product-description-btn.show {
  display: block;
}
.features-service > .container{
  padding: 0;
}
.features-service .col:last-child .tooltip-text{
  left: initial;
  right: 9px;
  transform: translate(0, 10px);
}
.features-service .col:last-child .tooltip-text:before {
  right: 0;
  left: initial;
}
.features-service .col:last-child .tooltip:hover .tooltip-text,
.features-service .col:last-child .tooltip.open .tooltip-text {
  transform: translate(0, 0);
}
.features-service .col:nth-child(2) span,
.features-service .col:nth-child(3) span{
  margin: 0 0 0 20px;
}
.features-service{
  /*margin-bottom: 62px;*/
  /*border-bottom: 1px solid #D8D8D8;*/
}
.company-features .features-service{
  padding: 42px 0;
}
.features-service .row{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.features-service .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  /*text-align: center;*/
  width: auto;
  max-width: 25%;
}
.features-service .col > span{
  font-weight: 500;
  /*font-size: 13px;*/
  line-height: 26px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.product-detail .features-service .row{
  justify-content: space-between;
}
.features-service .icon{
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-service .icon img{
  transform: translateY(-1px);
}
.product-detail .product-info-detail{
  text-align: center;
  margin-bottom: 26px;
}
.product-detail .product-info-detail .title{
  font-size: 33px;
  font-family: 'Muller-medium', sans-serif !important;
  padding: 0 0 30px;
}
.product-detail .product-info-detail .text{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 24px;
  line-height: 24px;
}
.product-detail .block-info{
  display: flex;
  margin-bottom: 20px;
  border-radius: 30px;
  padding-left: 63px;
}
.product-detail .block-info.tpl-1{
  justify-content: center;
}
.product-detail .block-info.tpl-1 .block-info-text{
  max-width: 60%;
  margin: 93px 0 80px 27px;
}
.product-detail .block-info .block-info-text-container{
  padding: 62px 0 50px 0;
}
.product-detail .block-info.tpl-1 .block-info-text-container{
  display: flex;
  align-items: center;
  padding: 0;
}
.product-detail .block-info.tpl-2 .block-info-text-container{
  width: 100%;
}
.product-detail .block-info .title{
  font-size: 26px;
  font-family: 'Muller-regular', sans-serif !important;
  padding: 0 0 25px;
}
.product-detail ol > li:before{
  content: none;
}
.product-detail ul,
.product-detail ol{
  padding: 5px 0 0 30px;
}
.product-detail li{
  line-height: 24px;
  padding: 0 0 8px 5px;
  list-style: disc;
  margin: 0;
}
.product-detail .product-instructions-list a{
  color: #4CC392;
  background: url("/local/templates/main/dist/img/icon-load-btn.svg") no-repeat 0 2px;
  padding: 0 0 8px 28px;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #DADDE1;
}
.product-detail .product-instructions-list a.file-stat{
  margin: 20px 0 0 0;
}
.product-detail .product-instructions-list a.file-stat:first-child{
  margin: 0;
}

.product-detail .tpl-3{
  display: block;
}
.product-detail .tpl-3 .block-info-container{
  display: flex;
}
.product-detail .tpl-3 .block-info-container > div{
  width: 50%;
}
.product-detail .block-info.tpl-3 .img-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .block-info.tpl-3 .img-container .img{
  max-width: 200px;
}
.product-detail .block-info.tpl-3 .img-container img{
  width: 100%;
}
.product-detail .tpl-3 .block-info-text-container{
  padding-bottom: 30px;
}
.product-detail .product-cert .items{
  display: flex;
  flex-direction: row;
}
.product-detail .product-cert .img-container{
  margin: 0 16px 5px 0;
}
.product-detail .product-cert .img{
  max-width: 168px;
}
.product-detail .product-cert img {
  width: 100%;
  cursor: pointer;
}
.product-detail .product-cert .text{
  font-size: 12px;
  text-align: center;
}
.product-detail .company-brand .title{
  padding: 0 0 15px 58px;
  font-size: 34px;
}
.product-detail .btn-detail{
  background: #fff;
  margin: 9px 0 0;
  padding: 15px 55px;
  font-size: 15px;
  font-family: 'Muller-regular', sans-serif !important;
}
.product-detail .btn-gray{
  background: #F2F3F5;
}
.product-detail .product-brand{
  padding-bottom: 50px;
}
/*.product-detail .product-info-container{*/
/*  width: 100% !important;*/
/*  display: flex;*/
/*}*/
.product-detail .product-brand .btn-detail{
  margin: 0 0 8px;
}
.features-service.tpl-2{
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 50px;
}

.auth-block{
  margin-bottom: 80px;
}
.auth-block .modal-content{
  max-width: 400px;
}
.view-container .auth-block input{
  font-size: 16px;
}
/*form .input-shell{*/
/*  margin: 0 0 30px;*/
/*}*/
.auth-block .form-layout__actions{
  margin: 20px 0 0;
}
.view-container .auth-block .label{
  margin: 0 0 10px 0;
}
.auth-block .person-type{
  margin: 35px 0 20px;
}
.auth-block .person-type .label__text{
  margin: 0;
}
.view-container .auth-block .form-layout__item{
  margin: 20px 0;
}
.view-container .auth-block .btn-frame{
  border: 2px solid #001E42;
}
.view-container .auth-block label.checkbox{
  display: block;
  /*margin: 20px 0;*/
}
.view-container .auth-block label.radio{
  margin: 0;
}
.view-container .auth-block input[type=checkbox]{
  display: none;
}

/*страница личного кабинета*/
.view-container .btn-logout{
  color: #000;
  position: absolute;
  right: 40px;
  top: 4px;
  font-size: 13px;
  padding: 0;
  font-weight: 600;
  width: auto;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
}
.user-info .container{
  position: relative;
}
.user-info h1{
  font-size: 48px;
  margin: 10px 0 60px;
}
.user-info h2,
.order-history h2{
  font-size: 27px;
  letter-spacing: initial;
}
.form-user-info .block-title h2,
.form-user-info .block-title a,
.form-user-info .block-title p{
  display: inline-block;
}
.form-user-info .notetext{
  color: #219653;
  font-size: 12px;
}
.form-user-info .errortext{
  color: #EB5757;
}
.form-user-info .block-title p{
  margin: 0 0 0 25px;
}
.form-user-info #ajax-preloader{
  top: 0;
}
.container > .form-user-info .user-props{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-user-info .user-props textarea{
  flex: 0 0 100%;
}
.form-user-info input[type="text"][readonly],
.form-user-info textarea[readonly]{
  cursor: default;
}
.form-user-info .user-property[type="text"],
.form-user-info .user-property{
  padding: 17px 20px 17px 50px;
  margin: 0 0 30px;
  cursor: text;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #001E42;
  border-radius: 40px;
  min-height: 55px;
  resize: none;
}
.form-user-info .user-property[type="text"]{
  max-width: 362px;
}
.form-user-info textarea.user-property {
  margin: 0 0 34px;
}
.form-user-info .btn-form-user-edit,
.form-user-info .btn-form-user-save,
.form-user-info .btn-form-user-delete{
  margin: 0;
  text-decoration: none;
  color: #4CC392;
  cursor: pointer;
  font-size: 12px;
  line-height: 140%;
}
.container > .form-user-info .btn-form-user-edit,
.container > .form-user-info .btn-form-user-save{
  background: url(/local/templates/main/dist/img/icon-edit.svg) no-repeat 0 50%;
  padding: 10px 0 10px 35px;
}
.form-user-info .btn-form-user-delete{
  padding: 10px 0 10px 10px;
  float: right;
}
.form-user-info .user-props .user-property-address{
  background: url(/local/templates/main/dist/img/icon-address-2.svg) no-repeat 22px 15px;
  margin: 0 0 14px;
}
.form-user-info .user-props .user-property-second-name {
  background: url(/local/templates/main/dist/img/icon-user.svg) no-repeat 22px 17px;
}
.form-user-info .block-title .notetext{
  padding: 0 0 0 10px;
}
.swal2-popup .swal2-actions button.swal2-styled.account-delete-confirm{
  padding: .625em 21px;
}
.swal2-icon.swal2-info .swal2-icon-text{
  transform: rotateZ(180deg);
}
.swal2-popup .swal-type-info{
  color: #001E42;
}
.swal2-popup .swal-info-btn{
  /*color: #4CC392;*/
  text-decoration: underline;
}
.swal2-icon.swal2-info{
  border-color: #f27474;
  color: #f27474;
}
.user-info{
  margin: 0 0 50px;
}
.order-history{
  margin: 0 0 125px;
}
.order-history h2{
  margin: 0 0 43px;
  font-size: 34px;
}
.order-history .order-info-row{
  position: relative;
  z-index: 5;
  display: flex;
  text-decoration: none;
  background: #f2f3f5;
  border: 1px solid #B2BBC6;
  border-radius: 40px;
}
.order-item.open .order-info-row{
  border-radius: 40px 40px 0 0;
}
.order-history .order-info-row > *{
  display: inline-block;
  padding: 24px 20px;
}
.order-history .order-item .order-info-row:before {
  content: '';
  display: block;
  width: 16px;
  height: 9px;
  background: url(/local/templates/main/dist/img/icon-dropdown-arrow.svg) no-repeat 50% 50%;
  position: absolute;
  left: 22px;
  top: 29px;
  transition: .2s;
}
.order-history .order-item.open .order-info-row:before {
  transform: rotate(180deg);
}
.order-history .order-item.open .order-info-row {
  /*border-bottom: none;*/
  background: #f2f3f5;
  transition: background .1s;
}
.order-history .order-item .order-info-row.border-n {
  border-bottom: none;
}
.order-history .order-item .order-info-row.back-transparent{
  background: transparent;
}
/*.order-history .bx-status,*/
.order-history .order-info-row .tracking,
.order-history .order-info-detail .tracking{
  margin: 0;
  padding: 20px 30px;
  font-size: 14px;
  max-height: 100%;
}
.order-history .order-info-row .tracking,
.order-history .order-info-detail .tracking{
  color: #4CC392;
}
.order-history .order-info-detail .btn.tracking{
  cursor: pointer;
  border: 1px solid;
  padding: 10px 20px;
  font-size: 12px;
  width: 200px;
}
.order-history .order-item:hover .order-number span:before{
  border-bottom: 1px transparent;
}
.order-history .order-info-base,
.order-history .basket-items-list{
  flex: 0 0 65%;
  max-width: 65%;
}
.order-history .order-info-base{
  display: flex;
}
.order-history .order-info-base > *{
  flex: 1;
}
.order-history .order-info-base span,
.order-history .order-status{
  font-size: 14px;
  line-height: initial;
}
/*.order-history .order-status{*/
/*  padding: 25px 20px 25px 60px;*/
/*}*/
.order-history .order-info-detail{
  z-index: 1;
  padding: 0 0 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.order-history .order-item .order-info-detail {
  border: 1px solid #B2BBC6;
  border-top: none;
  border-radius: 0 0 40px 40px;
}
.order-history .order-item{
  position: relative;
  overflow: hidden;
  font-size: 16px;
  transition: .2s;
  min-height: 58px;
  margin: 0 0 16px;
  border-radius: 40px;
}
.order-history .order-item.open{
  background: #F5F5F5;
}
.order-history .order-item .order-number{
  padding: 0 20px 0 28px;
  position: relative;
  width: auto;
  flex: 0 0 auto;
  min-width: 33.3%;
}
.order-history .order-item .order-number span{
  position: relative;
  color: #4CC392;
  text-decoration: none;
}
.order-history .order-item .order-number span:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #4CC392;
}
.order-history .order-item .order-date{
  max-width: 31.6%;
  flex: 0 0 31.6%;
  text-transform: lowercase;
}
.order-history .order-item .order-date,
.order-history .order-item .order-basket-stat{
  color: #000;
}
.order-status{
  color: #F2994A;
}
.order-status.status-code-f {
  color: #219653;
}
.order-status.status-code-sb {
  color: #2D9CDB;
}
.order-status.status-code-d,
.order-status.status-code-zo {
  color: #EB5757;
}
.order-history .order-item .basket-item{
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  padding: 10px 10px 10px 0;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.order-history .order-item .basket-item > *{
  flex: 1;
  color: #000;
}
.order-history .order-item .basket-item .basket-item-descr{
  padding: 0 0 0 5px;
}
.order-history .order-item .basket-item .basket-item-img{
  flex: 0 0 40px;
  max-width: 40px;
}
.order-history .order-item .basket-item .basket-item-descr > *{
  /*font-family: 'ProximaNova-Regular', sans-serif !important;*/
}
.order-history .order-item .basket-item img{
  max-width: 40px;
  max-height: 40px;
  margin: 0 10px 0 0;
}
.order-history .order-item .basket-item .item-name{
  text-decoration: none;
  flex: 0 0 58.6%;
  max-width: 58.6%;
  color: #000;
  display: block;
}
.order-history .order-item .basket-item-descr span{
  opacity: .7;
}
.order-history .order-item .basket-item .quantity {
  text-align: right;
}
.order-history .order-item .basket-item .row-price{
  text-align: right;
}
.order-history .order-item .order-info-fields{
  padding: 0 20px 0 30px;
  flex: 1;
}
.order-history .order-item .order-info-fields > span{
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 15px;
}
.order-history .order-item .order-info-fields .order-status{
  padding: 0 0 0 5px;
}
.order-history .order-item .order-info-fields .order-cancel {
  margin: 20px 0 0;
}
.order-history .order-item .order-info-fields .order-cancel-btn {
  color: #EB5757;
  font-size: 14px;
  opacity: .8;
  /*font-family: 'Gilroy-Regular', sans-serif !important;*/
  padding: 10px 10px 10px 0;
}
.order-history .order-item .order-info-fields .btn span{
  margin: 0;
  line-height: 1;
  font-size: 13px;
}
.order-history .order-item .btn-type-frame{
  margin: 40px 0 25px;
  width: 100%;
}
.order-history .order-list-empty{
  font-size: 18px;
}
.order-history .order-subscribe .quantity{
  text-align: right;
}
.order-history .order-subscribe .row-price,
.order-history .order-subscribe .basket-item-subscribe .quantity{
  display: none;
}
.order-history .order-subscribe .basket-item-subscribe .row-price{
  display: block;
}
.order-history .pager_list{
  display: flex;
}
.order-history .pager_list .page_link,
.order-history .pager_list .page_list{
  margin: 20px 10px 0 0;
}
.order-history .pager_list a{
  color: #4CC392;
  position:relative;
}
.order-history .pager_list a.current:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #4CC392;
}
.order-history .btn-order-pay{
  margin: 6px 0 0;
}
.personal-page .bx-breadcrumb{
  margin: 70px 0 0;
}
.personal-page .right-side .form-user-info .user-property{
  border: 2px solid rgb(0 30 66 / 30%);
}
.personal-page .right-side .form-user-info .user-property[type="text"]{
  min-width: 400px;
  max-width: 400px;
  margin-right: 30px;
}
.personal-page .right-side .form-user-info .user-props{
  justify-content: left;
}

.page-type-content{
  display: flex;
  margin-top: 75px;
}
.page-type-content .left-side{
  position: relative;
  flex: 1;
}
.page-type-content .right-side{
  /*position: relative;*/
  flex: 3;
}
.page-type-content h1{
  font-size: 34px;
  margin-bottom: 25px;
}
.page-type-content h2{
  /*font-family: 'Muller-medium', sans-serif !important;*/
  font-family: 'Muller-regular', sans-serif !important;
  font-size: 23px;
  line-height: initial;
}
.page-type-content .nav-company a{
  font-family: 'Muller-regular', sans-serif !important;
  display: inline-block;
  padding: 8px 0;
}
.page-type-content .nav-company a.selected{
  color: #DB4C3E;
}
.page-type-content .bx-breadcrumb{
  margin: 0;
}
.page-type-content .nav-company h2{
  padding: 0 0 15px;
}
.page-type-content .default-page{
  margin: 0 0 80px;
}

.sidebar{
  margin: 0 0 70px;
}
.nav-company.fixed {
  width: 240px !important;
  left: initial;
  top: 60px;
  /*transform: translateX(-111%);*/
  z-index: 90;
  transform: none;
}
.nav-company.stick-bottom{
  position: absolute !important;
  /*left: 0;*/
  top: initial;
  bottom: 0;
  height: 100vh;
  padding-top: 60px;
  /*top: initial;*/
  /*transform: none;*/
}

.card-catalog-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 46px 0 80px;
}
.card-catalog-list .card-catalog-shell{
  max-width: 33.3%;
  flex: 1;
  background: #fff;
  padding: 20px 40px 40px;
  margin: 0 5px 0 0;
}
.card-catalog-list .card-catalog__category{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 24px;
  margin: 0 0 23px 0;
}
.card-catalog-list .card-catalog__subcategory .link-subcategory{
  display: inline-block;
  font-family: 'Muller-bold', sans-serif !important;
  font-size: 16px;
  margin: 20px 0 12px 0;
}
.card-catalog-list .card-catalog__subcategory .card-catalog__subcategory .link-subcategory{
  font-family: 'Muller-regular', sans-serif !important;
  font-size: 13px;
  margin: 0;
}
.card-catalog__image{
  height: 192px;
}
.card-catalog__image img{
  object-fit: contain;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.card-catalog__subcategory ul{
  padding: 0 0 0 20px;
}
.section-tabs-container{
  position: relative;
}
.section-tabs-container .section-tabs{
  position: absolute;
  right: 40px;
  bottom: 25px;
  margin: 0 3px 0 0;
  display: flex;
}
.section-tabs-container .section-tabs div:first-child{
  margin: 0 30px 0 0;
}
.section-tabs-container .section-tabs span,
.section-tabs-container .section-tabs a{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 25px;
}
.section-tabs-container .section-tabs a{
  opacity: 0.5;
}

.consultation-links{
  margin: 0 0 21px;
}
.consultation-links a{
  display: inline-block;
}
.consultation-links .link-whatsapp{
  margin: 0 0 0 11px;
}
.consultation-links .link-whatsapp span{
  color: #60D66A;
}
.consultation-links .link-whatsapp svg{
  transform: translate(-2px,-2px);
}
.consultation-links .link-email{
  margin: 0 0 0 17px;
}
.consultation-links .link-email span{
  color: #0464D8;
}
.consultation-links .link-email svg{
  transform: translate(-2px,-1px);
}

.product-card .product-card-article{
  position: absolute;
  top: 20px;
  left: 32px;
  color: #B2BBC6;
  font-size: 12px;
  z-index: 10;
}
.brands-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 4px;
  margin-top: 32px;
  margin-bottom: 80px;
}

.brands-grid .brand-item{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: 200px;
}

/*.product-detail .gallery-top img{*/
/*  max-height: 600px;*/
/*}*/
.product-detail .gallery-bottom img{
  max-height: 115px;
}

.section-descr-container{
  margin: 38px 0 28px;
  text-align: left;
  position: relative;
}
.section-descr-container h2{
  font-size: 24px;
  margin: 16px 0 8px;
  line-height: initial;
}
.section-descr-container p{
  margin: 0 0 10px;
}
.section-descr-container .section-descr{
  height: 150px;
  overflow: hidden;
  transition: .3s;
}
/*.section-descr-container.exp .section-descr{*/
/*  height: 100%;*/
/*}*/
.section-descr-container .btn{
  display: inline-block;
  border: none;
  background: #fff;
  font-size: 28px;
  outline: none;
  width: 85px;
  height: 56px;
  line-height: 28px;
  position: relative;
}
.section-descr-container .btn:after{
  content: '...';
  display: block;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
}
/*.section-descr-container.exp .section-descr-bottom{*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/
.section-descr-bottom{
  position: relative;
  margin: 23px 0 0;
}
.section-descr-bottom:after{
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(242, 243, 245, 0) 0%, #F2F3F5 59.5%);
}
.breadcrumbs-mob{
  display: none;
}

.brand-info{
  display: flex;
  flex-direction: row;
}
.block-brand-description{
  max-width: 925px;
  padding: 0 0 20px;
}
.brand-logo{
  flex: 1;
}
.brand-logo img{
  display: block;
  position: relative;
  margin: 0 auto;
  max-height: 210px;
}
.brand-info .brand-logo{
  position: relative;
}
.brand-info .brand-logo img{
  display: block;
  position: absolute;
  margin: 0 auto;
  max-height: 210px;
  max-width: 250px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.layout-brand-detail aside{
  max-width: 300px;
  float: left;
}
.layout-brand-detail__wrap{
  /*display: flex;*/
}
.layout-brand-detail__content{
  margin: 0 0 0 25%;
}
.layout-brand-detail{
  margin-bottom: 70px;
}
.layout-brand-detail .catalog-products-block{
  padding: 56px 0 0;
}
.link-detail-mob{
  display: none;
}
.swal2-popup .swal2-styled.swal2-confirm{
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  letter-spacing: initial;
  color: #001E42;
  margin: 9px 0 0;
  padding: 15px 55px;
  font-size: 14px;
  font-family: 'Muller-regular', sans-serif !important;
  text-transform: none;
  border: 1px solid #001E42 !important;
  border-radius: 32px;
  background-color: transparent;
}

.page-action-list .news-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 5px;
  margin: 25px 0 80px;
}
.page-action-list .news-item{
  max-width: 337px;
  background: #fff;
  margin: 0;
}
.page-action-list .news-item a{
  display: block;
  max-width: 100%;
}
.page-action-list .news-item a img{
  max-width: 100%;
  height: auto;
}
.page-action-list .news-list .news-item-text{
  padding: 30px 30px 30px 32px;
  color: #001E42;
  font-size: 15px;
  line-height: 24px;
}
.page-action-list .default-page .main-img{
  max-width: 400px;
  max-height: 400px;
  margin: 0 0 30px;
}
/*.page-action-list .default-page li{
  list-style: disc;
}*/
.page-action-list .default-page ul{
  padding: 8px 0 0 20px;
  list-style-type: disc;
}
.product-detail .preview-block{
  display: flex;
  justify-content: space-between;
}
.product-detail .preview-block .img-container{
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-detail .preview-block .preview-text{
  max-width: 75%;
  padding: 0 20px 0 0;
}
.product-detail .preview-block .img,
.product-detail .preview-block img{
  max-width: 100%;
}

.filter-block-prop{
  margin-bottom: 20px;
}

.product-detail .video-block{
  display: flex;
  background: #B2BBC6;
  justify-content: center;
  padding: 50px 0;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 30px;
}

.product-detail .product-actions .title{
  font-size: 24px;
  font-family: 'Muller-regular', sans-serif !important;
  padding: 0 0 30px 80px;
}
.product-detail .action-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
}
.product-detail .action-list .action-item{
  display: flex;
  flex-direction: row;
  height: 160px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 22px;
  margin: 0 0 10px;
}
.product-detail .action-list .action-item .img{
  position: relative;
  height: 160px;
  width: 160px;
  min-width: 160px;
  overflow: hidden;
}
.product-detail .action-list .action-item img{
  height: 100%;
}
.product-detail .action-list .action-item .text{
  padding: 25px 10px 0 25px;
  box-sizing: border-box;
}
.products-with .slider-product-card h2,
.slider-reviews .slider-header h2,
.products-with .slider-header h2{
  margin: 0 0 0 80px;
}
.products-with .multi-slider-tabs{
  max-width: 83%;
  margin: 0 0 20px 80px;
}
.products-with-section .slider-header h2{
  line-height: 45px;
}
.product-detail .product-mdescr li{
  list-style: none;
  position: relative;
}
.product-detail .product-mdescr li:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -22px;
  pointer-events: none;
  background: url(/local/templates/main/dist/img/icon-li.svg) no-repeat 50% 50%;
  background-size: cover;
}
.product-detail .product-mdescr-0 .block-info .title{
  padding: 0 0 12px;
}
.product-detail .product-mdescr-0{
  border-top: 1px solid #DADDE1;
  border-radius: 0;
  margin-bottom: 0;
}
/*.product-detail .product-mdescr-0 .block-info-text-container{*/
/*  padding: 62px 0 0 0;*/
/*  margin: 40px;*/
/*}*/
.product-detail .product-mdescr-0 .block-info-container{
  margin: 0 auto;
}
.product-detail .product-mdescr-0 .block-info-text{
  text-align: center;
  max-width: 700px;
}
.product-detail .product-mdescr-0 .block-info-text-container{
  padding: 62px 0 0;
}
.product-mdescr .block-info-text-container{
  margin: 0 auto;
}
.product-detail .block-info.product-mdescr .img-container .img{
  max-width: 482px;
  padding: 20px;
  margin-left: -50px;
}
.product-detail .tpl-3 .block-info-text-container{
  display: flex;
  align-items: center;
  padding-bottom: 0;
  padding: 50px 0;
}
.product-detail .company-features + .products-with-item .slider{
  margin: 20px 0 80px;
}
.product-detail .block-info.product-mdescr ul{
  padding: 0 0 0 22px;
}
.multi-slider-block .slider{
  display: none;
  margin-top: 0;
  margin-bottom: 60px;
}
.multi-slider-block .slider.active {
  display: block;
}
.multi-slider-tabs{
  display: flex;
  flex-direction: row;
}
.multi-slider-tab {
  margin: 18px 18px 18px 0;
  padding: 15px 30px;
  color: #001E42;
  background: #fff;
  border-radius: 32px;
  cursor: pointer;
  font-size: 15px;
  line-height: normal;
}
.multi-slider-tab.active {
  color: #fff;
  background: #DB4C3E;
}
.view-container .products-with-section .link-detail{
  position: relative;
  top: 20px;
  left: 55px;
}
.modal .form-field-fio .form-dropdown-block .dropdown-value{
  display: flex;
  border-bottom: none;
  padding: 0;
}
.modal .form-field-fio .form-dropdown-block .field-value{
  background: none;
  text-transform: none;
}
.slider-reviews .owl-item{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.slider-reviews{
  padding: 40px 0 50px;
}
.slider-reviews .review-field{
  display: block;
}
.slider-reviews .review-field.name{
  font-family: 'Muller-medium', sans-serif !important;
  font-size: 19px;
  margin: 0 0 5px;
}
.slider-reviews .review-field.date{
  opacity: .3;
  font-size: 13px;
  margin: 0 0 3px;
}
.slider-reviews .review-field.rate{
  margin: 0 0 16px;
}
.slider-reviews .review-field.text{
  font-size: 16px;
  line-height: 24px;
}
.feedback-form{
  z-index: -10;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  top: 50%;
  left: 50%;
  padding: 46px;
  background: #fff;
  transition: .3s;
  transition-property: opacity;
  border-radius: 32px;
  width: 596px;
  max-width: 90%;
}
.feedback-form.open{
  z-index: 160;
  opacity: 1;
  pointer-events: initial;
  cursor: initial;
  transform: translate(-50%, -50%);
}
.view-container .add-product-review{
  display: block;
  /*display: none !important;*/
  background: #DB4C3E;
  margin-left: 80px;
  padding: 19px 60px;
  border-radius: 32px;
  cursor: pointer;
  border: none;
}
.view-container .owl-carousel + .add-product-review{
  margin: 0 auto;
  margin-top: 40px;
}
.view-container .add-product-review span{
  color: #fff;
  font-size: 15px;
  line-height: normal;
  letter-spacing: .04em;
  font-family: 'Muller-regular', sans-serif !important;
}

/*.feedback-form .rating {*/
/*}*/
.feedback-form .star:first-child {
  padding-left: 0;
}
.feedback-form .star {
  font-size: 30px;
  cursor: pointer;
  /*transition: opacity 0.2s ease;*/
  padding: 0 2px;
}
.feedback-form .star:hover path,
.feedback-form .star.active path{
  fill: #001E42;
}
.feedback-form .form-group {
  /*margin-bottom: 15px;*/
  margin: 20px 0;
}
.feedback-form textarea,
.feedback-form input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 5px;
  padding: 16px 20px;
}
.feedback-form textarea {
  height: 100px;
  resize: vertical;
  max-height: 400px;
  min-height: 120px;
}
.feedback-form .submit-btn {
  background-color: #F2F3F5;
  color: #001E42;
  padding: 20px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  width: 100%;
  margin: 10px 0;
  transition: .1s;
}
.feedback-form .submit-btn:hover {
  background-color: #4CC392;
  color: #fff;
}
.feedback-form .form-group{
  margin-bottom: 28px;
}
.feedback-form label {
  display: block;
  margin-bottom: 14px;
  color: #001E42;
  font-weight: 500;
  font-size: 16px;
}
.feedback-form .form-group textarea,
.feedback-form .form-group input {
  border: 1px solid #B2BBC6;
  border-radius: 32px;
}
.feedback-form h2{
  font-size: 24px;
  line-height: initial;
  margin-bottom: 14px;
}

.feedback-form .submit-btn.disable{
  pointer-events: none;
}


#title-search .action{
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  border: none;
  outline: none;
  text-indent: 9999px;
  pointer-events: none;
}

.btn-search{
  margin: 2px 0 0;
  display: inline-block;
}
.bx-searchtitle .bx-input-group {
  display: flex;
  width: 100%;
  border: 1px solid #B2BBC6;
  border-radius: 50px;
}
#title-search{
  /*width: 0;*/
  /*height: 0;*/
  /*opacity: 0;*/
  /*position: fixed;*/
  /*border: none;*/
  /*outline: none;*/
  /*pointer-events: none;*/
  /*display: block;*/
  margin: 16px 0 0;
}
#title-search.open{
  height: 100px;
  z-index: 1000;
  margin: 0 auto;
  opacity: 1;
  pointer-events: initial;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 59px;
  max-width: 1200px;
  border-radius: 5px;
  padding: 0;
  box-sizing: border-box;
  background: #FFFFFF;
}
#title-search.open #title-search-input{
  background: rgba(1,30,66, 0.05);
  padding: 10px;
  min-width: 95%;
}
#title-search.open .bx-input-group{
  left: 50%;
  top: 50%;
  position: absolute;
  width: 95%;
  height: 60%;
  max-width: initial;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div.title-search-result{
  background: #fff;
  height: 700px;
  overflow-y: auto;
  /*scrollbar-color: #001E42 #f0f1f4;*/
}
div.title-search-result::-webkit-scrollbar {
  width: 14px;
  border-radius: 6px;
}
div.title-search-result::-webkit-scrollbar-track {
  background: #f0f1f4;
  border-radius: 6px;
}
div.title-search-result::-webkit-scrollbar-thumb {
  background: #001E42;
  border-radius: 6px;
}
table.title-search-result{
  width: 90%;
  width: calc(100% - 90px);
}
#title-search.open .search-input-title{
  color: black;
  display: block;
  text-indent: initial;
  opacity: 1;
  margin: 0 20px 0 0;
}
#title-search.open .btn-search-action{
  margin: 0 0 0 20px;
}
table.title-search-result td.title-search-more a,
table.title-search-result td.title-search-all a{
  display: inline-block;
  width: 100%;
}
.bx-searchtitle .bx-input-group-btn{
  width: initial;
  height: 100%;
}


/*a.search-page-params {
  border-bottom: 1px dashed blue;
  text-decoration: none;
}
div.search-page-params {
  margin-top: 6px;
}
.search-item-rate {font-size: 11px;}*/
.catalog-search .catalog-products-block .products-row{
  grid-template-columns: repeat(4, 1fr);
}
.section-title-block.search-title{
  display: flex;
  align-items: baseline;
  justify-content: left;
}
.section-title-block.search-title h1{
  font-size: 30px;
  margin: 50px 15px 50px 0;
}
.section-title-block.search-title .section-description{
  display: block;
  height: 100%;
  line-height: initial;
}
.catalog-search{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-products-block .product-list{
max-width: 1020px;
}
.bx-filter {
max-width: 300px;
}
.catalog-page .bx-pagination,
.catalog-search .bx-pagination{
  margin: 50px 0 0;
}
#catalog-product-list + .section-descr-container + div .bx-pagination{
  margin: 0;
}
.catalog-search .search-empty{
  margin: 0 0 100px;
}
.bx-filter-popup-result{
  opacity: 0;
}
.title-search-mob-container{
  display: none;
}

.bx_smart_searche .bx_item_block.all_result .all_result_button{
  background-color: #DB4C3E;
  border-color: #DB4C3E;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
  font-family: 'Muller-regular', sans-serif !important;
  width: 80%;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  border: none;
  color: #FFF;
  padding: 0 22px;
  height: 42px;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 0 8px;
  font-weight: normal;
  letter-spacing: .5px;
}

.bx_smart_searche .bx_item_block.all_result .all_result_button:hover{
  font-size: 18px;
}
.product-detail .breadcrumbs-mob{
  margin: 14px 0 14px;
}
.product-detail .breadcrumbs-mob .breadcrumbs{
  margin: 0;
}
.product-detail .breadcrumbs-mob .breadcrumbs-list{
  display: block;
  overflow: auto;
  white-space: nowrap;
}
.product-detail .breadcrumbs-mob .breadcrumbs-crumb{
  padding-left: 1.3rem;
  line-height: 10px;
}
.product-detail .breadcrumbs-mob .breadcrumbs-crumb:first-child {
  padding-left: 0;
}
.product-detail .breadcrumbs-mob .breadcrumbs-crumb,
.product-detail .breadcrumbs-mob .breadcrumbs-crumb a{
  display: inline-block;
}
.product-detail .breadcrumbs-mob .breadcrumbs-crumb + .breadcrumbs-crumb:before{
  top: calc(50% - 2px);
  left: 2px;
}
.product-detail .breadcrumbs-mob .bx-breadcrumb-item span{
  font-size: 14px;
}

.page-404{
  background: #D7F4E8;
  overflow: hidden;
}
.page-404-content{
  max-height: 630px;
  position: relative;
}
.page-404-image picture{
  width: 100%;
  display: block;
}
.page-404-image picture img{
  width: 100%;
}
.page-404-text{
  position: absolute;
  top: 92px;
  left: 24px;
}
.page-404 h1{
  font-size: 36px;
}
.page-404 .page-404-description{
  font-size: 24px;
}
.page-404 .page-404-description a{
  color: #3265A8;
  text-decoration: underline;
  font-family: 'Muller-regular', sans-serif !important;
}
.page-404 .page-404-description a:hover{
  text-decoration: none;
}
.page-404 .page-404-btn{
  padding: 0;
  margin: 38px 0 0;
}
.page-404 .page-404-btn a{
  display: block;
  background: #DB4C3E;
  padding: 8px 35px;
  border-radius: 32px;
  cursor: pointer;
  border: none;
}
.page-404 .page-404-btn a span{
  color: #fff;
  font-size: 18px;
  font-family: 'Muller-regular', sans-serif !important;
}
.product-card .favorities{
  width: 29px;
  height: 29px;
  position: absolute;
  left: 30px;
  top: 56px;
  z-index: 3;
}
.product-card .favorities svg{
  position: absolute;
  left: 0;
  top: 0;
  transition: .1s;
}
.product-card .favorities .icon-favorities-0,
.product-card .favorities:hover .icon-favorities-1,
.product-card .favorities.active .icon-favorities-1{
  opacity: 1;
}
.product-card .favorities .icon-favorities-1,
.product-card .favorities:hover .icon-favorities-0,
.product-card .favorities.active .icon-favorities-0{
  opacity: 0;
}








@media only screen and (max-width: 1385px) {
  .header-panel .col-logo{
    min-width: 285px;
  }
}
@media only screen and (max-width: 1270px) {
  .header-panel .col-right-side .auth-container {
    margin: 0 0 0 15px;
  }
  .header-panel .col-right-side > div {
    margin: 0 0 0 18px;
  }
  .nav-main .nav-link-parent{
    padding: 0 8px;
  }

  .nav-main li .nav-link-parent.with-icon{
    padding: 28px 8px 26px 30px;
  }
  .slider-main {
    min-height: 720px;
  }
  .slider-main .slider-item .img-container.default {
    height: 720px;
  }
  .slider-main .img-preview {
    height: 730px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-list .product-card{
    max-width: 32.8%;
  }
}
@media only screen and (max-width: 1050px) {
  .form-review{
    width: 225px;
  }
  footer .col-copyright{
    min-width: 225px;
  }
  footer .row-top .col-nav-buyers,
  footer .row-top .col-nav-company,
  footer .row-top .col-contacts,
  footer .row-bottom > .col:nth-child(2),
  footer .row-bottom > .col:nth-child(3),
  footer .row-bottom > .col:last-child
  {
    min-width: 180px;
  }

  .product-detail .video-block{
    padding: 36px 0;
    width: calc(100% - 16px);
  }
  .product-detail .video-block iframe{
    width: 90%;
  }
  .nav-main .nav-link-parent h4{
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .nav-main .nav-link-parent{
    padding: 28px 6px 26px;
  }
  .nav-main li .nav-link-parent svg,
  .nav-main li .nav-link-parent img{
    display: none;
  }
  .nav-main li .nav-link-parent.with-icon{
    padding: 28px 6px 26px 6px;
  }
  .header-panel .col-logo img{
    max-width: 100px;
  }
  .header-panel .col-right-side > div,
  .header-panel .col-right-side .auth-container{
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 960px) {
  .header-panel .col-right-side{
    position: static;
  }
  header .search-container.open{
    width: 100%;
  }
  header .search-container:after{
    display: none;
  }
  .form-review{
    width: 200px;
  }
  footer .col-copyright{
    min-width: 200px;
  }
  footer .row-top .col-nav-buyers,
  footer .row-top .col-nav-company,
  footer .row-top .col-contacts,
  footer .row-bottom > .col:nth-child(2),
  footer .row-bottom > .col:nth-child(3),
  footer .row-bottom > .col:last-child{
    min-width: 170px;
  }
  footer .row-bottom a,
  footer .row-bottom span{
    white-space: initial;
  }
}
@media only screen and (max-width: 840px) {
  .col-menu-mob{
    display: block;
  }
  .nav-main-wrap + .col .search-container{
    left: 0;
  }
  header.overlay::-webkit-scrollbar{
    width: 0;
  }
  .header-panel.fixed + .container{
    margin: 69px auto 0;
  }
  .header-panel{
    z-index: 160;
    position: relative;
    padding: 6px 0;
    background: #fff;
  }
  .header-panel .nav-main .row{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0 0;
  }
  .header-panel .col-logo{
    padding: 0;
    display: flex;
    justify-content: center;
    min-width: initial;
  }
  .header-panel .col-logo a{
    padding: 4px 0;
  }
  .header-panel .col-logo img{
    max-width: 82px;
  }
  .header-panel .col-right-side .auth-container{
    display: none;
  }
  .header-panel .col-cart{
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  .header-panel:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: none;
    transition-delay: 0s;
    /*border-bottom: 1px solid #000;*/
  }
  body.menu-active .header-panel:before{
    /*border-bottom: 1px solid #000;*/
    opacity: 1;
    transition: .3s;
    transition-delay: .3s;
  }
  .header-panel .search-container{
    display: block;
    opacity: 0;
    pointer-events: none;
    /* border-bottom: 1px solid #F6F6F6;
    transition: .4s;
    position: absolute;
    top: 42px;
    left: -8px;
    width: 100%;
    background: #fff;
    height: 43px;*/
  }
  .nav-main-wrap + .col .search-container{
    left: 0;
  }
  body.menu-active .header-panel{
    background: #fff;
    transition: none;
  }
  body .main-page .header-panel,
  body.menu-active .main-page .header-panel,
  body .main-page .header-panel .col-logo a{
    transition: .3s;
  }
  body.menu-active .main-page .header-panel,
  body.menu-active .main-page .header-panel .col-logo a{
    transition-delay: .1s;
  }
  body.menu-active .header-panel .nav-main-wrap + .col .search-container{
    opacity: 1;
    pointer-events: initial;
  }

  /* .nav-main-wrap + .col .search-container,  */
  .header-panel .nav-main-wrap{
    margin: -100px 0 0;
    -webkit-transition: margin 0.3s ease-out 0s, opacity 0.3s ease-out 0s, padding 0s ease-out 0.3s, max-height 0s ease-out 0.3s;
    -o-transition: margin 0.3s ease-out 0s, opacity 0.3s ease-out 0s, padding 0s ease-out 0.3s, max-height 0s ease-out 0.3s;
    transition: margin 0.3s ease-out 0s, opacity 0.3s ease-out 0s, padding 0s ease-out 0.3s, max-height 0s ease-out 0.3s;
  }
  body.menu-active .header-panel .nav-main-wrap + .col .search-container,
  body.menu-active .header-panel .nav-main-wrap{
    margin: 0;
    -webkit-transition: margin 0.3s ease-out 0s, opacity 0.3s ease-out 0s, padding 0s ease-out 0s, max-height 0s ease-out 0s;
    -o-transition: margin 0.3s ease-out 0s, opacity 0.3s ease-out 0s, padding 0s ease-out 0s, max-height 0s ease-out 0s;
    transition: margin 0.3s ease-out 0s, opacity 0.3s ease-out 0s, padding 0s ease-out 0s, max-height 0s ease-out 0s;
  }
  .header-panel .nav-main-wrap{
    width: 100%;
    top: 55px;
    display: block;
    max-height: 0;
    position: absolute;
    left: 0;
    z-index: 100;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    pointer-events: none;
  }
  body.menu-active .header-panel .nav-main-wrap{
    opacity: 1;
    max-height: 5000px;
    overflow: auto;
    z-index: 160;
    pointer-events: initial;
  }
  body.menu-active .main-page .header-panel .col-logo a{
    opacity: 1;
  }
  #title-search.open{
    width: 95%;
  }
  #title-search.open #title-search-input{
    width: 88%;
    min-width: 88%;
  }
  #title-search.open .search-input-title{
    font-size: 14px;
  }
  .header-panel .col-auth {
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%;
  }
  .header-panel .col-auth svg {
    transform: translateY(6px);
  }

  .header-panel .col-cart{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.1%;
    flex: 0 0 5.1%;
  }

  .header-panel.search-mob .btn-form-search-close{
    display: block;
    width: 40px;
  }
  .header-panel.search-mob .col-search{
    transform: none;
  }
  .header-panel .col-search .form-search{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .25s;
  }
  .header-panel.search-mob .col-search .form-search{
    opacity: 1;
    pointer-events: visible;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    z-index: 1;
    width: auto;
  }
  .header-panel.search-mob #title-search-input{
    background: #fff;
    width: 250px;
    height: 40px;
    text-align: left;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    color: #000000;
    font-weight: 400;
  }
  .header-panel .col-search .field-search:hover,
  .header-panel .col-search .field-search:focus,
  .header-panel .col-search .field-search:active,
  .header-panel .col-search .field-search.active{
    border: none;
  }
  .header-panel.search-mob .col-search .action{
    /*background: url(/local/templates/main/dist/img/icon-search.svg) no-repeat 50% 50% !important;*/
    height: 40px;
  }
  .title-search-result{
    min-width: 250px;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .header-panel.search-mob{
    background-color: #2F151D;
    transition: .2s;
  }
  .header-panel .col-menu .phone{
    display: block;
    text-align: center;
    margin: 45px 0 65px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
  }
  .fixed .header-panel .col-menu .phone{
    margin: 30px 0 0;
  }
  .header-panel+.plug{
    height: 42px;
  }
  .header-panel.light-theme .col-right-side .btn-auth,
  .header-panel.light-theme .nav-main .nav-link-parent{
    color: #000;
  }
  .header-panel.light-theme .menu-icon-mob .bar{
    background: #fff;
  }
  .header-panel.light-theme.fixed .menu-icon-mob .bar{
    background: #000;
  }
  .header-panel.light-theme .menu-icon-mob.open .bar{
    background: #000;
  }
  .nav-main li{
    position: relative;
    display: block;
    margin: 0;
  }
  .nav-main li:first-child{
    display: block;
  }
  .nav-main li:first-child .nav-link-parent,
  .nav-main .nav-link-parent{
    letter-spacing: 0.05em;
    text-transform: initial;
    cursor: pointer;
    width: 100%;
    padding: 5px 0;
    margin: 5px 0 0;
  }
  .nav-main li .nav-link-parent.with-icon{
    padding: 5px 0;
  }
  .nav-main .nav-link-parent span{
    font-family: 'Muller-medium', sans-serif !important;
    letter-spacing: 0.03em;
    font-size: 12px;
    font-weight: bold;
    padding: 0 18px;
    display: inline-block;
  }

  .nav-main .nav-link-constructor a{
    padding: 24px 0 19px 0;
    background: none;
  }
  .nav-main .menu-item-constructor a {
    padding: 24px 0 19px 0;
    background: none;
  }
  .nav-main .item-auth{
    display: block;
  }
  .nav-main .item-auth svg{
    float: right;
    transform: translateY(-2px);
  }
  .nav-main li:last-child a{
    border-bottom: 0;
  }
  .nav-main .nav-link-parent.with-icon{
    padding: 24px 0 19px 0;
  }
  .nav-main .nav-link-parent.with-icon img{
    right: 0;
    left: initial;
    top: 50%;
  }
  .nav-main .nav-link-parent + svg{
    height: 45px;
    top: 5px;
  }
  .nav-main li.to-personal{
    display: block;
    margin: 35px 0 0;
  }
  .nav-main li.to-personal a{
    padding: 5px 10px;
  }
  .nav-main li.to-personal a span{
    font-size: 14px;
    color: #000;
    opacity: .5;
  }
  .slider-main{
    padding: 0;
    margin: 0;
  }
  .slider-main .slider-item{
    flex-direction: column;
  }
  .slider-main{
    min-height: 840px;
  }
  .slider-main .slider-item .img-container.default{
    width: 100%;
    height: 840px;
  }
  .slider-main .img-preview{
    height: 850px;
  }
  .slider-main .slider-item .banner-title{
    font-size: 49px;
  }
  .slider-main .slider-item .banner-description{
    font-size: 20px;
  }
  /*.slider-main .owl-theme .owl-nav,*/
  /*.slider-main .owl-theme .owl-dots{*/
  /*  top: 47%;*/
  /*  left: 0;*/
  /*  width: 100%;*/
  /*  max-height: 24px;*/
  /*  transform: translateX(0);*/
  /*  justify-content: space-between;*/
  /*}*/
  .slider-main .owl-theme .owl-nav button,
  .slider-main .owl-theme .owl-dots button{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 10px 0 0;
  }
  .slider-main .slider-item img{
    width: initial;
    height: initial;
    min-height: 0;
  }
  .slider h2{
    margin: 40px 0 22px;
    padding: 0 20px;
  }
  .slider-main .owl-item img{
    min-width: 100vw;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-main .slider-item .img-container.mob{
    height: 100vh;
    height: calc(100vh - 100px);
  }

  footer .row-top .form-review,
  footer .row-top .col-review,
  footer .row-top .col-nav-buyers,
  footer .row-top .col-contacts{
    min-width: 100%;
  }
  footer .row-top .col-nav-buyers,
  footer .row-top .col-nav-company{
    min-width: 50%;
  }
  footer .row-top .col-review{
    margin: 0 0 70px;
  }
  footer .row-top .col-nav-buyers{
    margin: 0 0 50px;
  }

  .slider-shops{
    padding: 52px 0;
    margin: 0;
  }
  .slider-shops .owl-item img{
    max-height: 36px;
  }
  header .header-panel{
    height: initial;
  }
  .nav-main .nav-link-parent h4{
    margin: 0;
  }
  .block-section-list .items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 4px;
    margin: 0 0 4px;
  }
  .block-section-list .item{
    width: initial;
  }
  .catalog-products-block .products-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(0, 1fr);
  }
  .product-detail .features-service .row{
    flex-direction: column;
  }
  .features-service .col{
    width: initial;
    max-width: initial;
  }
  .features-service .icon{
    width: 100px;
    height: 100px;
  }
  .features-service .col span,
  .features-service .col:nth-child(2) span,
  .features-service .col:nth-child(3) span{
    margin: 0 0 0 16px;
  }
  .features-service .col span br{
    display: none;
  }
  .product-detail{
    margin-top: 30px;
  }
  #catalog-filter + .catalog-products-block{
    margin: 0;
  }
  .product-card-price .price{
    font-size: 16px;
  }
  .catalog-sort{
    width: 50%;
  }
  .catalog-sort .label{
    display: none;
  }
  .catalog-settings-block a{
    width: 100%;
    box-sizing: border-box;
  }
  .product-list .product-card,
  .owl-carousel .owl-stage .product-card{
    min-height: 374px;
  }
  .product-card-img-container{
    margin: 10px 0;
  }
  .main-page .slider .owl-carousel{
    padding: 0;
  }
  .block-section-list h2{
    padding: 0 0 18px 20px;
    font-size: 18px;
  }
  .modal .form-field-send{
    margin: 0 0 50px;
  }
  .page-action-list .news-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-auto-rows: minmax(0, 1fr);*/
    margin: 10px 0 80px;
  }
  .page-action-list .news-item{
    min-height: 300px;
  }
  .page-action-list .news-list .news-item-text{
    padding: 18px 20px 25px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .page-type-content h1{
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 29px;
  }
  .page-action-list .default-page .main-img{
    max-width: 100%;
    max-height: 350px;
    margin: 0 0 20px;
  }
  .page-type-content .default-page .main-content{
    font-size: 14px;
  }
  div.title-search-result{
    transform: translateX(0);
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  table.title-search-result{
    transform: translateX(-80px);
    width: initial;
  }
  .catalog-search .catalog-products-block .products-row{
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-search .section-title-block h1{
    font-size: 20px;
    margin: 30px 15px 30px 0;
  }
  #title-search.open{
    height: 70px;
  }
  .product-detail .product-info-preview + .products-with-section{
    margin-top: 0;
  }
}
@media only screen and (max-width: 760px) {
  .slider-main .slider-item .description-2{
    width: auto;
    height: 32px;
    border-radius: initial;
    padding: 0 10px;
  }
  .slider-main .slider-item .description-2 span{
    transform: translateY(1px);
  }
  .slider-main .slider-item .description-2 span br{
    display: none;
  }
  .slider-shops .owl-carousel .owl-nav button.owl-next,
  .slider-shops .owl-carousel .owl-nav button.owl-prev{
    top: 50%;
  }
  .product-detail .product-info-preview{
    flex-direction: column;
  }
  .product-detail .product-preview-left,
  .product-detail .product-preview-right{
    width: 100%;
  }
  .product-preview-right .breadcrumbs{
    display: none;
  }
  .breadcrumbs-mob{
    display: block;
  }
  .banner-top-line__text{
    font-size: 10px;
  }
  .slider-product-card h2,
  .slider-reviews .slider-header h2,
  .products-with .slider-header h2{
    font-size: 18px;
    line-height: 25px;
  }
  .slider-product-card .owl-carousel .owl-nav{
    display: none;
  }
  .slider-reviews .owl-carousel .owl-nav{
    top: -52px;
    right: -10px;
  }
  .slider-product-card {
    margin: 10px 0;
  }
  .slider .slider-header{
    padding-bottom: 0;
  }
  .slider .product-card{
    width: 240px;
  }
}
@media only screen and (max-width: 650px) {
  .header-panel .col-logo svg {
    max-width: 90px;
    padding: 4px 0 0;
  }
  .slider-main .slider-item .banner-title {
    line-height: 57px;
    letter-spacing: 0.0475em;
    margin: 0 0 8px;
  }
  .slider-main .slider-item .banner-description {
    padding: 0;
    line-height: 28px;
    margin: 0 0 44px;
  }
  .slider-main {
    min-height: 500px;
  }
  .slider-main .slider-item .img-container.default {
    height: 500px;
  }
  .slider-main .img-preview {
    height: 500px;
  }

  .slider-main .slider-item .text{
    width: 92%;
    top: 13%;
    left: 50%;
    transform: translate(-50%);
  }
  .slider-main .slider-item .description{
    font-size: 1em;
    margin: 0 0 10px;
  }
  .slider-main .slider-item .title{
    font-size: 2.4em;
    line-height: 1.2em;
    margin: 0 0 13px;
  }

  .card-catalog-list{
    flex-direction: column;
  }
  .card-catalog-list .card-catalog-shell{
    max-width: 100%;
    flex: initial;
  }
}
/*mob */
@media only screen and (max-width: 480px) {
  body.modal-active{
    padding: 0;
  }
  header .header-panel{
    border-bottom: 0;
    padding: 12px 0;
  }
  .header-panel .col-right-side{
    margin: 0;
  }
  .header-panel .col-search{
    margin: 0 0 0 10%;
  }
  .header-panel.search-mob .col-search .form-search,
  .title-search-result{
    transform: translateX(-57%);
  }
  .slider-main .slider-item .video-block{
    height: 800px;
    height: 100vh;
  }
  .slider-main .img-preview.mob{
    height: 660px;
  }
  .slider-main{
    min-height: 450px;
  }
  .slider-main .slider-item .img-container.default,
  .content-block.choose-subscribe .col .img-container{
    height: 450px;
  }
  .slider-main .slider-item .img-container.default{
    display: none;
  }
  .slider-main .slider-item .img-container.mob{
    display: block;
  }
  .slider-main .img-preview{
    height: 480px;
  }
  .slider-main .slider-item .description-2{
    margin: 0 0 20px;
  }
  .slider-main .img-preview{
    display: none;
  }
  .slider-main .img-preview.mob {
    display: block;
  }
  #loyalty-registration{
    width: 100%;
  }

  footer{
    padding: 47px 0 0;
  }
  footer h2{
    font-size: 16px;
  }
  footer .container{
    padding-right: 30px;
    padding-left: 30px;
  }
  .view-container .col-review h2{
    margin: 0 0 28px;
  }

  footer input[type=text]::-webkit-input-placeholder,
  footer textarea::-webkit-input-placeholder{
    font-size: 12px;
  }
  footer input[type=text]::-moz-placeholder,
  footer textarea::-moz-placeholder{
    font-size: 12px;
  }
  footer input[type=text]:-ms-input-placeholder,
  footer textarea:-ms-input-placeholder{
    font-size: 12px;
  }
  footer input[type=text]::-ms-input-placeholder,
  footer textarea::-ms-input-placeholder{
    font-size: 12px;
  }
  footer input[type=text]::placeholder,
  footer textarea::placeholder{
    font-size: 12px;
  }
  .form-review input[type=text],
  .form-review textarea{
    padding: 14px 23px 14px 23px;
  }
  .form-review input[type=text]{
    margin: 0 0 8px;
  }
  .form-review textarea{
    margin: 0 0 19px;
  }
  .view-container .form-review .btn{
    padding: 16px 34px;
    font-size: 12px;
  }
  footer .row-top .col-review{
    margin: 0 0 47px;
  }
  footer .nav-footer li a{
    font-size: 12px;
  }
  footer h2{
    margin: 0 0 16px;
  }
  footer .nav-footer li{
    margin: 0 0 11px;
  }
  footer .row-top .col-nav-buyers{
    min-width: 50%;
    margin: 0 0 37px;
  }
  footer .row-top .col-nav-company {
    min-width: 42%;
  }
  footer .row-top .col-contacts .phone a,
  footer .row-top .col-contacts .address,
  footer .row-top .col-contacts .email a,
  footer .row-bottom a,
  footer .row-bottom span{
    font-size: 12px;
  }
  footer .row-top .col-contacts h2{
    margin: 0 0 17px;
  }
  footer .row-top .col-contacts .address,
  footer .row-top .col-contacts .email{
    margin: 10px 0 0;
  }
  footer .row-top .col-contacts .social{
    margin: 26px 0 0;
  }
  footer .row-bottom{
    flex-direction: column-reverse;
  }
  footer .row-top{
    margin: 0 0 23px;
  }
  footer .row-bottom > .col:nth-child(2),
  footer .row-bottom > .col:nth-child(3)
  {
    margin: 0 0 7px;
  }
  footer .row-top .col-contacts .phone{
    margin: 0 0 2px;
  }

  .catalog-sort{
    float: none;
  }
  .catalog-page h1{
    margin: 14px 0 12px;
    font-size: 20px;
    font-family: 'Muller-medium', sans-serif !important;
  }
  .catalog-page .breadcrumbs{
    margin: 21px 0 0;
  }
  .catalog-page .catalog-container{
    padding: 0;
  }
  .breadcrumbs-crumb span{
    font-size: 14px;
  }
  .catalog-settings-block{
    margin: 15px 0 25px;
  }
  .product-card h3{
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-settings-block .btn-catalog-sort{
    padding: 11px 25px;
    margin: 0 0 0 8px;
  }
  .catalog-settings-block .btn-catalog-sort,
  .catalog-sort .dropdown{
    width: 95%;
    width: calc(100% - 8px);
  }
  .catalog-sort .dropdown{
    border-radius: 22px;
  }
  .catalog-sort .dropdown a{
    font-size: 13px;
  }

  .header-panel .container{
    padding: 0 30px;
  }
  .catalog-page .breadcrumbs{
    padding: 0 20px;
  }
  .catalog-settings-block .btn-catalog-sort .btn-value{
    font-family: 'Muller-medium', sans-serif !important;
    font-size: 12px;
    text-transform: initial;
  }
  .section-tabs-container .section-tabs{
    position: relative;
    right: initial;
    bottom: initial;
    padding: 0 0 0 20px;
  }
  .section-tabs-container .section-tabs span,
  .section-tabs-container .section-tabs a{
    font-size: 16px;
  }
  .btn-catalog-sort svg{
    top: 19px;
  }
  .product-detail{
    margin-top: 0;
  }
  .product-detail .product-preview-left,
  .product-detail .product-info-preview{
    padding: 0;
  }
  .product-detail .gallery-bottom{
    display: none;
  }
  .product-detail .gallery-top{
    margin: 0;
  }
  .owl-carousel .owl-nav button span{
    display: none;
  }
  .product-gallery .owl-carousel .owl-nav button.owl-prev:before{
    transform: rotateZ(-180deg);
    background: url(/local/templates/main/dist/img/arraw-gallery.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .product-gallery .owl-carousel .owl-nav button.owl-next:before{
    background: url(/local/templates/main/dist/img/arraw-gallery.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .product-gallery .owl-carousel .owl-nav button.owl-prev{
    left: 12px;
    right: initial;
  }
  .product-gallery .owl-carousel .owl-nav button.owl-next{
    right: 12px;
    left: initial;
  }
  .product-gallery .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
  }
  .product-gallery .owl-carousel .owl-nav button.owl-next,
  .product-gallery .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    margin: 0;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 50px;
  }
  .owl-carousel .owl-nav button.owl-next:before,
  .owl-carousel .owl-nav button.owl-prev:before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
  }
  .product-element .title-container h1{
    font-size: 20px;
    margin: 20px 10px 10px 10px;
    line-height: 28px;
    display: block;
  }
  .product-element .title-container .product-mark{
    float: none;
    margin: 0 0 5px 10px;
  }
  .product-detail .product-preview-right{
    padding: 0 8px;
  }
  .consultation-links span,
  .content-block span,
  .block-info .text,
  .block-info .text p,
  .slider-reviews .review-field.text,
  .product-detail .preview-block{
    font-size: 13px;
  }
  .product-detail .tpl-3 .block-info-container{
    flex-direction: column;
  }
  .product-detail .tpl-3 .block-info-container > div{
    width: 100%;
  }
  .product-detail .block-info{
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-detail .block-info .btn-detail{
    margin: 50px 0 8px;
    display: block;
  }
  .consultation-links .link-whatsapp{
    margin: 0 0 0 3px;
  }
  .consultation-links .block-title{
    display: block;
    margin: 0 0 4px 0;
  }
  .features-service .icon{
    width: 64px;
    height: 64px;
  }
  .features-service .icon img{
    width: 100%;
    height: auto;
  }
  .features-service .col.id-3 img{
    width: 42px;
  }
  .features-service{
    padding: 0 0 35px;
  }
  .product-detail .block-info .block-info-text-container{
    padding: 30px 0;
  }
  .product-detail .block-info .title,
  .product-detail .product-actions .title{
    font-size: 21px;
    margin: 0 0 22px;
    padding: 0;
  }
  .product-detail .product-actions .title{
    padding: 0 0 0 5px;
  }
  .product-detail .product-instructions-list a{
    width: 100%;
  }
  .product-detail .product-price-container{
    margin: 0 0 20px;
  }
  .product-detail .action-list{
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .product-detail .action-list .action-item{
    height: auto;
  }
  .product-detail .action-list .action-item .text{
    padding: 18px 8px 18px 22px;
    font-size: 14px;
    line-height: 20px;
  }
  .product-detail .action-list .action-item .img{
    height: 120px;
    width: 120px;
    min-width: 120px;
  }
  .product-detail .action-list .action-item .text span{
    line-height: 20px;
  }
  .consultation-links{
    margin: 0;
  }
  .product-detail .product-properties{
    margin: 22px 0;
  }
  .product-detail .block-info.back-white{
    box-sizing: border-box;
    margin: 0 8px 20px;
    width: 96%;
    width: calc(100% - 16px);
  }
  .header-panel .col-logo{
    min-width: 100px;
  }
  .header-panel .col-logo a{
    margin: -3px 0 0 12px;
  }
  /*.product-detail .block-info.tpl-3 .img-container img{*/
  /*  max-height: 160px;*/
  /*}*/
  .product-detail .block-info.product-mdescr .img-container img{
    /*max-height: 275px;*/
    height: auto;
    width: 100%;
  }
  .product-detail .block-info.product-mdescr .img-container .img{
    margin-left: 0;
  }
  /*.product-detail .block-info.product-mdescr .block-info-text-container{*/
  /*  padding: 0;*/
  /*}*/
  .product-detail .video-block{
    margin: 15px;
  }
  .product-detail .block-info.product-mdescr .block-info-text-container{
    padding: 10px 0 25px;
  }
  .product-detail .block-info.product-mdescr-0 .block-info-text-container{
    padding: 50px 0 25px;
  }
  .company-features + .block-info.product-mdescr-0 .block-info-text-container{
    padding: 15px 0 25px;
  }
  .product-detail .block-info.product-mdescr ul{
    padding: 0 0 0 22px;
  }
  .slider-brands .owl-item,
  .slider-brands .owl-item a{
    height: 124px;
    min-height: 124px;
  }
  .slider .link-detail{
    display: none;
  }
  .multi-slider-block .slider .link-detail{
    display: inline-block;
    top: 15px;
    left: 0;
    padding: 10px 4px 13px;
  }
  .view-container .slider-product-card .link-detail-mob{
    position: relative;
    left: 0;
    top: 0;
    right: initial;
    display: inline-block;
    padding: 20px 0 0 30px;
  }
  .block-section-list{
    padding: 40px 0 80px;
  }
  .slider-clients h3{
    font-size: 18px;
  }
  .slider-clients .slider-head{
    padding: 10px 0 0 20px;
  }
  .slider-clients{
    margin: 50px 0 0;
  }
  #search svg{
    right: 28px;
  }
  .section-title-block {
    padding: 0 10px 0 18px;
  }
  .section-title-block h1{
    font-size: 36px;
  }
  .catalog-page .section-title-block{
    padding: 0 10px 0 26px;
  }
  .breadcrumbs{
    margin: 30px 0 0 20px;
  }
  .card-catalog-list{
    margin: 40px 0 80px;
  }
  .card-catalog-list .card-catalog-shell{
    margin: 0;
  }
  .brands-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .brands-grid .brand-item{
    min-height: 120px;
  }
  .brands-grid img{
    max-width: 140px;
  }
  .layout-brand-detail__content{
    margin: 0;
  }
  .brand-info{
    flex-direction: column;
  }
  .brand-info .brand-logo img{
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    transform: none;
  }
  .block-section-list .item-title{
    font-size: 14px;
    line-height: 20px;
  }
  .page-type-content .left-side{
    display: none;
  }
  .page-type-content{
    margin-top: 30px;
  }
  .page-type-content .right-side{
    max-width: 100%;
  }
  .page-type-content img{
    max-width: 100%;
    height: auto;
  }
  .product-detail .preview-block{
    margin-top: 21px;
  }
  .slider .owl-controls .owl-nav button.owl-next,
  .slider .owl-controls .owl-nav button.owl-prev,
  .slider .owl-carousel .owl-nav button.owl-next,
  .slider .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
  }
  .slider .owl-controls .owl-nav button.owl-next,
  .slider .owl-carousel .owl-nav button.owl-next{
    margin: 0 10px 0 0;
  }
  .slider .owl-controls .owl-nav button.owl-prev,
  .slider .owl-carousel .owl-nav button.owl-prev{
    margin: 0 0 0 10px;
  }
  .mark-container{
    right: 15px;
  }
  .product-card .product-card-article{
    left: 15px;
  }

  .product-list .product-card{
    padding: 30px 16px 12px;
  }
  .owl-carousel .owl-stage .product-card{
    padding: 22px 32px 12px;
  }
  .product-list .product-card-offer,
  .slider-product-card .product-card-offer{
    min-height: 50px;
  }
  .owl-carousel .owl-stage .product-card .product-card-article{
    left: 32px;
  }
  .product-detail .video-block{
    padding: 36px 0;
    width: calc(100% - 16px);
  }
  .product-detail .video-block iframe{
    width: 90%;
    height: 175px;
  }
  .products-with .slider-product-card h2,
  .slider-reviews .slider-header h2,
  .products-with .slider-header h2{
    font-size: 21px;
    margin: 40px 0 22px;
    padding: 0 0 0 5px;
  }
  .slider-reviews .slider-header h2{
    margin: 25px 0 12px;
  }
  .product-detail .product-mdescr-0{
    border-top: none;
  }
  .to-cart a{
    width: 36px;
    height: 36px;
  }
  .to-cart a svg{
    width: 18px;
    height: 18px;
  }
  .product-card .to-cart input{
    font-size: 18px;
  }
  .product-card-price .price{
    font-size: 14px;
  }
  .block-section-list .item-title{
    left: 20px;
    width: 85%;
  }
  .products-with .multi-slider-tabs{
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  .multi-slider-tab{
    font-size: 14px;
    margin: 5px 5px 5px 0;
    padding: 12px 24px;
  }
  .view-container .add-product-review{
    padding: 16px 40px;
    margin-top: 10px;
    margin-left: 5px;
  }
  .slider-reviews{
    padding: 0 0 30px;
  }
  .view-container .add-product-review span{
    font-size: 14px;
  }
  .feedback-form h2{
    font-size: 21px;
    margin-bottom: 10px;
  }
  .feedback-form label{
    margin-bottom: 6px;
    font-size: 14px;
  }
  .feedback-form .form-group{
    margin-bottom: 25px;
  }
  .btn-form-close{
    top: 51px;
    right: 42px;
  }
  .products-with .multi-slider-tabs{
    max-width: 100%;
  }
  .company-features .features-service{
    padding: 20px 0;
  }
  .product-detail .company-features + .products-with-item .slider{
    margin: 0 0 30px;
  }
  .multi-slider-block .slider{
    margin-bottom: 40px;
  }
  .title-search-mob-container{
    display: block;
  }
  #title-search{
    display: none;
  }
  .bx_smart_searche .bx_item_block.all_result .all_result_button{
    width: 100%;
  }
  .page-404-text{
    top: 360px;
  }
  .page-404 h1{
    font-size: 25px;
  }
  .page-404 .page-404-description{
    font-size: 22px;
  }
}
@media only screen and (max-width: 350px) {
  .header-panel .col-search{
    margin: 0;
  }
}

/* End */
/* /local/templates/main/dist/css/fonts.css?1735027956874 */
/* /local/templates/main/dist/css/normalize.css?17350279566751 */
/* /local/templates/main/dist/css/bootstrap-grid.css?173502795637960 */
/* /local/templates/main/dist/css/owl.carousel.min.css?17350279563458 */
/* /local/templates/main/dist/css/sweetalert2.min.css?173502795626826 */
/* /local/templates/main/dist/css/datepicker.min.css?173502795612257 */
/* /local/templates/main/dist/css/magnific-popup.css?17350279566951 */
/* /local/templates/main/dist/css/suggestions.min.css?17350279569621 */
/* /local/templates/main/components/arturgolubev/search.title/.default/style.css?174539759418393 */
/* /local/templates/main/styles.css?1749220097467 */
/* /local/templates/main/template_styles.css?1752673623141127 */
