

/* Start:/local/templates/brusina2020/css/normalize.css?15918779357279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

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

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 and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* End */


/* Start:/local/templates/brusina2020/fonts/fonts.css?1591877935541*/
@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/brusina2020/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/local/templates/brusina2020/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/local/templates/brusina2020/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/brusina2020/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/local/templates/brusina2020/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/local/templates/brusina2020/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


/* End */


/* Start:/local/templates/brusina2020/css/slick.css?16303215461715*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/brusina2020/css/select2.min.css?159187793514966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/brusina2020/css/jquery.mCustomScrollbar.css?159187793553583*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/local/templates/brusina2020/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/local/templates/brusina2020/css/nouislider.css?15918779355802*/
/*! nouislider - 14.5.0 - 5/11/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* End */


/* Start:/css/animate.css?159187794947486*/
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes bounce{0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0);transform:translateY(0);}
40%{-webkit-transform:translateY(-30px);transform:translateY(-30px);}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px);}
}
@keyframes bounce{0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}
60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);}
}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;}
@-webkit-keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
.flash{-webkit-animation-name:flash;animation-name:flash;}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);}
50%{-webkit-transform:scale(1.1);transform:scale(1.1);}
100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
}
.pulse{-webkit-animation-name:pulse;animation-name:pulse;}
@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1);}
30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75);}
40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25);}
60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85);}
100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75);}
40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25);}
60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85);}
100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
}
.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand;}
@-webkit-keyframes shake{0%, 100%{-webkit-transform:translateX(0);transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform:translateX(-10px);transform:translateX(-10px);}
20%, 40%, 60%, 80%{-webkit-transform:translateX(10px);transform:translateX(10px);}
}
@keyframes shake{0%, 100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}
20%, 40%, 60%, 80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}
}
.shake{-webkit-animation-name:shake;animation-name:shake;}
@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}
40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}
60%{-webkit-transform:rotate(5deg);transform:rotate(5deg);}
80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);}
100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);}
40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);}
60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg);}
80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg);}
100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
}
.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing;}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1);}
10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg);}
100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}
}
@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg);}
100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}
}
.tada{-webkit-animation-name:tada;animation-name:tada;}
@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}
15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg);}
30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg);}
45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg);}
60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg);}
75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg);}
100%{-webkit-transform:translateX(0%);transform:translateX(0%);}
}
@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}
15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg);}
30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg);}
45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg);}
60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg);}
75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg);}
100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}
}
.wobble{-webkit-animation-name:wobble;animation-name:wobble;}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);}
50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}
70%{-webkit-transform:scale(.9);transform:scale(.9);}
100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);}
50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);}
100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}
@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}
60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px);}
80%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}
60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);}
80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);}
100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}
@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}
60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px);}
80%{-webkit-transform:translateX(-10px);transform:translateX(-10px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}
60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);}
80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}
100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}
@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}
60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px);}
80%{-webkit-transform:translateX(10px);transform:translateX(10px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}
60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);}
80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}
100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}
@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}
60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px);}
80%{-webkit-transform:translateY(10px);transform:translateY(10px);}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}
60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}
80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);}
100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}
@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1);}
25%{-webkit-transform:scale(.95);transform:scale(.95);}
50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);}
100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);}
}
@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);}
50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);}
}
.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;}
@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}
}
@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}
}
.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown;}
@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px);}
100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}
}
@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}
100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}
}
.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}
@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px);}
100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}
}
@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}
100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}
}
.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight;}
@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px);}
100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}
}
@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}
100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}
}
.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp;}
@-webkit-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}
100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}
100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}
100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}
100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}
}
@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}
}
.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}
}
@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}
}
.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}
@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}
}
@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}
}
.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}
@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}
}
@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}
}
.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}
@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}
}
@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}
}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;}
@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}
}
@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}
}
.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}
@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
}
@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
}
.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}
@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}
}
@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}
}
.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}
@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
}
@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
}
.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip;}
@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg);}
70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);}
100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg);}
70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);}
100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}
}
.flipInX{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX;}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);}
70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);}
100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);}
70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);}
100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}
}
.flipInY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY;}
@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}
}
.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;}
@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}
}
.flipOutY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;}
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}
}
@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}
}
.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}
}
.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0;}
100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
}
@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0;}
100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
}
.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;}
@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
}
.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}
@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
}
.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}
@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
}
.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}
@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
}
.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}
@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0;}
}
@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0;}
}
.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;}
@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
}
.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}
@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
}
.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}
@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}
}
.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}
@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}
}
.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}
@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}
100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}
@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}
100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}
@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}
100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}
@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}
}
@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}
}
.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}
@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}
}
@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}
}
.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}
@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}
}
@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}
}
.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}
@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(2000px);transform:translateY(2000px);}
100%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes slideInUp{0%{-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}
100%{opacity:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp;}
@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}
}
@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}
}
.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown;}
@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
20%, 60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}
100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0;}
}
@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
20%, 60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}
100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0;}
}
.hinge{-webkit-animation-name:hinge;animation-name:hinge;}
@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}
}
@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}
}
.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn;}
@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg);}
}
@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg);}
}
.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut;}
/* End */


/* Start:/local/templates/brusina2020/js/fb/jquery.fancybox.css?159187714267197*/
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    text-shadow: none;
}

#fancybox-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8020;
    overflow-y: scroll;
    overflow-y: auto;
    overflow-x: auto;

    -webkit-transition : -webkit-transform 0.5s;
    -webkit-transform  : translateX(0px);
}

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

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

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

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    -webkit-transform: translate3d(0,0,0);
}

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

.fancybox-skin {
    border-style: solid;
    border-color: #fff;
    background: #fff;
    color: #444;
}

.fancybox-inner {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.fancybox-spacer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
}

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

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

a.fancybox-close {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 8040;
}

a.fancybox-nav {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
    overflow: hidden;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav
 {
    width: 70px;
}

a.fancybox-prev {
    left: -70px;
}

a.fancybox-next {
    right: -70px;
}

a.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    cursor: pointer;
    z-index: 8040;
}

a.fancybox-prev span {
    left: 0;
    background-position: 0 -50px;
}

a.fancybox-next span {
    right: 0;
    background-position: 0 -100px;
}

.fancybox-mobile  a.fancybox-nav {
    max-width: 80px;
}

.fancybox-desktop  a.fancybox-nav {
    opacity: 0.5; filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
    opacity: 1; filter: alpha(opacity=100);
}

a.fancybox-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    z-index: 8050;
    opacity: 0;  filter: alpha(opacity=0);
    background-position: 0 -150px;
    zoom: 1;
    -webkit-transition: opacity .5s ease;
       -moz-transition: opacity .5s ease;
         -o-transition: opacity .5s ease;
            transition: opacity .5s ease;
}

.fancybox-wrap:hover a.fancybox-expand {
    opacity: 0.5;  filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
    opacity: 1;  filter: alpha(opacity=100);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #111;
    background-image: url(data:image/gif;base64,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);
    background-position: center center;
    opacity: 0.85; filter: alpha(opacity=85);
    cursor: pointer;
    z-index: 8060;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

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

.fancybox-title {
    font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    display: block;
    visibility: hidden;
}

.fancybox-title-float-wrap {
    position: relative;
    margin-top: 10px;
    text-align: center;
    zoom: 1;
    left: -9999px;
}

.fancybox-title-float-wrap > div {
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 2px #222;
    background: transparent; background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

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

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
    background: #000; background: rgba(0, 0, 0, .8);
    max-height: 50%;
    overflow: auto;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Default theme */
.fancybox-default-skin {
    border-color: #f9f9f9;
    background: #f9f9f9;
}

.fancybox-default-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
    background: #333;
    opacity: 0.8; filter: alpha(opacity=80);
}

.fancybox-default a.fancybox-close,
.fancybox-default a.fancybox-expand,
.fancybox-default a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RkZERjA4NTZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RkZERjA4NDZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qKJVUQAADXpJREFUeNrsXQtMVNkZvsOMPHwAoq2KuiLWiixV8G01qxHwkbVZFTWa6G7bWI22ig/wnWxr4itqdN0mRjemGjXZBGtMs4hPQov4fovUagUVUOsTUN4M0/+7njO9DDN35l5mhpnuOcmfYS7nnvPd//7nf6MGi8Ui+eMIkPx0CODeHiblF4PBoHmBlp4RV/a0t8f/B8e1MusjwwxG+jSytUzsZ86QRiIzUQMjMyOLpYWvyqQTMAcaRBRC1I6oLfs5SLEuwNYSVRNVEVWyn2vpgfmDWDwN3MA42YYomKgDUThRBCg1NXVIUlJSQv/+/ft2odGWBm6qrq6ufPPmTemTJ0/uXLp0KXflypX/oMtlRO+Jaojq2ZuxaD5cnJyANjHOdiWKJRoXHBw8NzMz89zDhw+LLS6OZ8+e3b958+aRjh07/oKt1Y6tbXAFIyeDErCDE85BQwzC2Gaf7NixI2X27Nnju3Xr1gmTioqKpHPnzkl5eXnSo0ePpLKyMvnm8PBwqU+fPtKoUaOkxMREqXfv3vJ1+n3J1atXvxs/fvxf6Gs5E6EGe5y3x1RnwLk847V3JOpB9LPc3Nylo0ePjseEK1euSLt375auX79uXcN2HeUbHTx4sLRkyRJp2LBh8ncSocyoqKjf04/v2DloJvd6gBsZpyHHPYliLl68mDZixIiY2tpaadOmTVJGRsZHvRoQIJPaaGxslAljxowZ0tq1a6WgoCCptLT0XI8ePX5Ll98yzptbAtzANEQ4Ax2bk5OTPmbMmE8hBgsXLpRu3bolgzUajU4NinIfs9ksP0B8fLy0Z88eWZxKSkoye/bsOY8d3Fol17UaICPTHuB2r61bt04DaNIS0oIFC2TQAMxBAzDnOn8YkPIafyj+O6yBtbAmcfxz0jq/YXsa9foq/EBC5XWl19mbDuIY/GLjxo3SnTt3rKA4YFlpNzRINTU18qdSdOrr62Vw+FTegzWwFtbEiI2NXdC1a9dwZ1rGGfBgJiaRhw4dmkGvMQwH8dixY004CIK8v3//XqqqqpJ/rqyslCoqKmSw5eXl8nWAxkN9+PBBFhPlG8KaWLtDhw69SCutZ3vrAs4PJVRd17i4OFmHQXvwV60EDbId4DqA2zuguM7v56LG1yZ5H8H2NuoFDsMQQYdwCFnDzvfv35dVnlJz4NAoQU+fPl3WNLYHdNKkSdLOnTutIAG+rq7ufyBoTayNPSIiIj49derUeGfATSrXobvDR44c2RcXTp8+bd2EH0ZwVQl68+bN1oO3bt06+cEmTpwo7dq1ywp62bJlVs0SGBgoz8Ga+I49YmJiYKR+SVP+qhc4Xld7UlndceHGjRtWTvLXjM34GDRokBUcdDTAwIpu27ZNvo65Z86csc5v06aNdR3ZhNMnN2KdO3ce6syPUgMOHR5MagpmXiosLGwmAiaTySoq4DAAAjRGSkqKTJy7y5cvl7KyspoAtw0o4DZgtGvXrpcz4AHOXNfQ0NBA5ls02whWD+C5vAM8NITtWLVqlcxtLmYhISHWA64cfA96qFC9WsXloeQcwJ8/f77ZHPJrmhxqqEZPBcsWHrmQPq7jXp6tCYcIKFUeDiJk2nZMmTJF2rBhg5XDONQQMVtTzvegB6tw5p87As4jlxryIeByStHR0c02UnIOKo9rDzxQenq6dPz4cevvp02bJoNX6nlbRnCXlwzYE4ZBF3Cw8gP5E6Vca3Dg3E1VAie/2goaB5ECDGn9+vVWmcd1aCaroaC5SncXn9gD4/Xr11edATepAIdvXEZu7MO5c+cOAjB4cjAekFdshM05+LS0NPkThxDag8v06tWrZWMD0EePHm0GnBskjAkTJsifjx8/vugMuCO3FieuM1E/oiEFBQWrYD3nzJkjA4Am4TqY+x5aBrQRiHMcYgNuHz58WHr79u29Tp06JYPxLB7V5Naamai8IXqRn58vK1hELvy1802h2uwFELjOVaUaaG7EFi9ezFXiJXvBhBatUsOc+mckKhnFxcXlCLdg2nkkw811+/btJQqcZdWI4D4sLEwGTjYAxkQGiuvk/TUBzdfBmsOHD8fbezpu3LiNbG+LXuANLIXwglRX4ZEjR3LwizVr1kgDBgywRjEcBEADLNfrHBS4jodSGioOGmtgLayJcffu3T0Ug75zFDS7JXRD5IIgoCWhG0Dv3bvX7aGbhR0OcP0/RP8eO3bszsuXL/8LGx08eFCaOXOm9XDxA2ovB6LUHpiL77j3wIEDMmgKlrMJ9CK2V70rySEt6QnEnt1ZemIZmfGBPD0Bw3Pz5k2X0hMJCQlSamqqLNMsPZEVFRW1iEX4bktP2CaEIDZdeEJo1qxZEyIjIyO49+hKQggWGINCuhJ6aCSEDjDx0JQQanEK7uTJk9kEtMTVFNzz588fkjX+vkuXLh5PwbmU9Fy6dOnQ5OTkhH79+v2cQP1UmfR89+5dKVnDu8Thv69YsUJz0lOvqDhLM7e1oSBFvGhmGqLKhmoV+XKnB9FdwJsk9hlI3Yl9vaWUllQkLAxAI/cpRNXNldctKssCuAAugAvgArgALoAL4O4fmt1aHe1PPOzjUVMIu17FoiBr1kqLw2fyEnN4LwCaGMKYL4/Ez1OiYulj94RZWzTgIA+ilh9x9X4WnyIrMCY2Njbt2rVrBQ0NDea6urr67OzsaxSbIgGENEd7rVg8Bpxx+idEn0VGRqYVFhY+t434CTzy4JOJuvkEcBZ3Ik09KjQ0dMm9e/ee2EtV1H9Mrs8litYK3O1ahXXFQY77BAUFDTx79uwfSEw+UQmCDZKTCpvH1SEDDc3R22g0DsjKylowdOjQvo7mX7hwIZ8dzCrtobqbRIUxAfVJtDz9+vjx4xfVMlolJSWvoqKiUB8f3GqHk4HG5nFEc/bv339WDfTLly/LEhIS/oQ0HtM6Jq8DZ/KJ/F9/otnbt2//mxro8vLyysTExK00dyLT64F63n5LgRtY2g1yPGPNmjXfN9JwBLq6urp26tSp3zAV2Iul6wzeBs67iKDKps6fP38/GZYGR6BhdObNm/cdzZ3C7mnWBeQN4LzMAq79KiUl5Vtw0xFos9ncmJ6efoTmTmdvJ8ReMsobwANZdWIi5LWioqJKTa63bNmC2vgsohgmWgZ7oudp4CamCcbFx8f/8dWrV2VqoPft24fumjlM47RXgvY2cBiYIdHR0cuLi4tfqYHOyMjIg05nuh06PkDtsHsaOByiL/Ly8u6qgSZTfzsgIGABMzCoXBidaSlPA+9D9BX5Rw41CJnyR4GBgegfTGbOltEV9dqqTpYvx5xyO8iVK1f+6WjCyJEjo0+cODGDRCWaqcwOzAFz3/gxHc4m6hAOk7+oQ781QH5t8v3WyfJrt1ZXIFFWVqYMJLq3ViChO3QjjfR1q4Zufh0s2ySC4FANNhqNv8vOzr6tBj4nJwdtRV/4RCaLgUeSc3hQUNAicg0eqGkamvclc9xa18mC2mZJnke1tbW3k5KS/lxQUPBUJWVtkXT8aaRHvEMGHl1AD8iq3kpOTv62qKjohe283NzcWyzdXN1qmSxvp5k1t33oqEi0cTWxrwWLN4B7pJTiDeCaxNZjNSBf6SgSdU4BXAAXwAVwAVwAF8B9eejtEOJ/t9+BJYQk5p7yv3tw+pdTXvcOGegwFhigK6Ij87kRDJSwwAB/0+PZLn4doRvCrIEIuxB+IQxDOIawDOEZwjQWrrXRGgp6o3g1Gd09tukGdAGhG4h+/5n0sTvI5EvAkWmdi+4ee7kSdAOhK4jmjHJWuPJ28cqgFvKhGwhdQegOYomeMLfXf1pQvCpn3T12B7qC0B2ELiH62ttXilc4nIORsETiUi03iMSnTxav0OXjrHiFlLNN8SqgtYtXPXjxCl0/auCR7EfSnyX/2/lK8WoyyiNqxSuUV1BmQbmFlV3a+krxagoKUzBGKinlBhS4UOjyleJVCOPidJQEURpUK16htIgSo68Ur/DqUXydhWKsmryjmOtLxSuDsniFMrgaeHQVoZzuk8UrNCCogUcDAxoZaO4Q5h77RvEK3UHoElIDjy4jXytewblKRpcQuoUcAUeXEc37yieKV34ZcyrasHuhOwhdQugWcjSfdRmVSb7Uhu0Xh1OrOmS1/NZVh/5qgPzS5Pulk+W3bm2TLjh0/fhDIKHsO/zan0I3vw2W5TZsdPeogUZ3ELqEJB9rw/5STYOgKwjdQTQP/8JRhOQjbdhyR4+jZgR0A6ErCN1B9PURkkes8abVnSzkwd+x7p4mA11A6AZCVxB9fQAHyhOg/TrNrKdfxWOJfW802rR6KUV0CIlyoQAugAvgArgALoAL4AK4AC6AC+ACuAAugLfy0NOi+rn0Mddtb2xVywjQvasc3JdPczM1AdGRgltlL0OL687WVrtXKw53ikq+m+Z4RlRsXv1qxdc4WxGyl/VS3oN/JKFVgLdkc5uHFlpFM7fo2mQVbaPUHj+4g+t6gCtVnlKTxBGoYCcPHGcjZluF5RTABXD3HU6H/obt4XNmOZW+i9aDqksdcqNjYwV/cMc6QlQ8bbpb4mv86N1anxeVfAfike/he5uKqPhPXgRwAVwAF8AFcAFcABfABXABXADXOv4rwABAehOixiUV0gAAAABJRU5ErkJggg==);
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-default a.fancybox-close,
    .fancybox-default a.fancybox-expand,
    .fancybox-default a.fancybox-nav span
    {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTg4NzhCQTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTg4NzhCOTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

/* Dark theme */
.fancybox-dark a.fancybox-close,
.fancybox-dark a.fancybox-expand,
.fancybox-dark a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTJGQjgwRDZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTJGQjgwQzZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}

.fancybox-dark-skin {
    background: #2A2A2A;
    border-color: #2A2A2A;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}

.fancybox-dark-overlay {
    background: #000;
    opacity: 0.8; filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .fancybox-dark a.fancybox-close,
    .fancybox-dark a.fancybox-expand,
    .fancybox-dark a.fancybox-nav span {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAwM0E4MDZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzAwM0E3RjZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU4OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

/* Light theme */
.fancybox-light a.fancybox-close,
.fancybox-light a.fancybox-expand,
.fancybox-light a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjIzNzFGMDZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjIzNzFFRjZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}

.fancybox-light-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-light a.fancybox-close,
    .fancybox-light a.fancybox-expand,
    .fancybox-light a.fancybox-nav span
    {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEQwOUQ1MjZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEQwOUQ1MTZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

.fancybox-light-overlay {
    opacity: 0.9; filter: alpha(opacity=90);
    background: #555555; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #999999 0%, #555555 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#999999), color-stop(100%,#555555)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #999999 0%,#555555 100%); /* W3C */
}

/* End */


/* Start:/local/templates/brusina2020/js/lightgallery.css?162075982925607*/
@font-face {
  font-family: 'lg';
  src: url("/local/templates/brusina2020/js/../fonts/lg.ttf?22t19m") format("truetype"), url("/local/templates/brusina2020/js/../fonts/lg.woff?22t19m") format("woff"), url("/local/templates/brusina2020/js/../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #ED7632;
  cursor: pointer;
  display: block;
  font-size: 92px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20%;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20%;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/templates/brusina2020/js/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/templates/brusina2020/js/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/templates/brusina2020/js/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/templates/brusina2020/js/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/templates/brusina2020/js/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/local/templates/brusina2020/js/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
 background: rgba(28, 28, 28, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* End */


/* Start:/local/templates/brusina2020/js/lg-transitions.css?162057182847195*/
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  .lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  .lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }
  .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  .lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  .lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }
  .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }
  .lg-css3.lg-scale-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }
  .lg-css3.lg-scale-up .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
  .lg-css3.lg-slide-circular .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }
  .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }
  .lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }
  .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }
  .lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg); }
  .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg); }
  .lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg); }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg); }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg); }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg); }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg); }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg); }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }
  .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -moz-transform: translate3d(0, 0, 0) scale(0.5);
    -o-transform: translate3d(0, 0, 0) scale(0.5);
    -ms-transform: translate3d(0, 0, 0) scale(0.5);
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5); }
  .lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -moz-transform: translate3d(0, 0, 0) scale(0.5);
    -o-transform: translate3d(0, 0, 0) scale(0.5);
    -ms-transform: translate3d(0, 0, 0) scale(0.5);
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5); }
  .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-rotate .lg-item {
  opacity: 0; }
  .lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  .lg-css3.lg-rotate .lg-item.lg-next-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .lg-css3.lg-rotate .lg-item.lg-current {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  .lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  .lg-css3.lg-rotate-rev .lg-item.lg-current {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-tube .lg-item {
  opacity: 0; }
  .lg-css3.lg-tube .lg-item.lg-prev-slide {
    -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }
  .lg-css3.lg-tube .lg-item.lg-next-slide {
    -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }
  .lg-css3.lg-tube .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lg-transitions.css.map */

/* End */


/* Start:/local/templates/brusina2020/js/lg-fb-comment-box.css?16205718331083*/
.lg-outer.fb-comments .lg-img-wrap {
  padding-right: 400px !important; }
.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: #fff url("/local/templates/brusina2020/js/../img/loading.gif") no-repeat scroll center center; }
  .lg-outer.fb-comments .fb-comments.fb_iframe_widget {
    background-image: none; }
    .lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
      background: #fff url("/local/templates/brusina2020/js/../img/loading.gif") no-repeat scroll center center; }
.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto; }
.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px; }
.lg-outer.fb-comments .lg-item {
  background-image: none; }
  .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
    background-image: none; }
.lg-outer.fb-comments .lg-img-wrap {
  background: url(/local/templates/brusina2020/js/../img/loading.gif) no-repeat scroll center center transparent; }
.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static; }

/*# sourceMappingURL=lg-fb-comment-box.css.map */

/* End */


/* Start:/local/templates/brusina2020/js/fb/jquery.fancybox-thumbs.css?15918771424376*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8080;
	background: rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs.bottom {
	bottom: 100px;
}

#fancybox-thumbs.top {
	top: 0px;
}

#fancybox-thumbs .outer {
	padding: 10px 34px 10px 30px;
}

#fancybox-thumbs .inner {
	width: 100%;
	overflow: hidden;
}

#fancybox-thumbs ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	left : 0;
	overflow: hidden;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 3px;
	margin: 0 4px;
	list-style: none;
}

#fancybox-thumbs ul li a {
	display: block;
	overflow: hidden;
	outline: none;
	background: #222;
	box-shadow: 1px 1px 2px #000;
	border-radius: 2px;
	border: 3px solid #fff;
	zoom: 1;
}

#fancybox-thumbs ul li img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	max-width: none;
}

#fancybox-thumbs ul li.fancybox-thumb-active {
	padding: 0;
}

#fancybox-thumbs ul li.fancybox-thumb-active a {
	opacity: 1;
	border-width: 6px;
	border-color: #fff;
}

.fancybox-thumb-prev, .fancybox-thumb-next {
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 20px;
	background: #222;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	display: none;
}

.fancybox-thumb-prev {
	left: 4px;
}

.fancybox-thumb-next {
	right: 4px;
}

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
	background: #111;
	background: rgba(0, 0, 0, 0.5);
}

.fancybox-thumb-prev span, .fancybox-thumb-next span {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background-repeat: no-repeat;
}

.fancybox-thumb-prev span {
	left: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDVERjRGQzMyQjU5MTFFMjhDNURBODgyQTRBQkUxRDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDVERjRGQzQyQjU5MTFFMjhDNURBODgyQTRBQkUxRDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NURGNEZDMTJCNTkxMUUyOEM1REE4ODJBNEFCRTFEMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NURGNEZDMjJCNTkxMUUyOEM1REE4ODJBNEFCRTFEMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiWAZPMAAABWSURBVHjaYvj//z8DGhYA4v1A/B6IHVgYMMF+IDaAsh3Qdc//jwDnQabhlQSJY5O8D5OEKShAkgQ5zADZWiYGQoAYK4hyJFHehOHzSIoaGAgFNUCAAQBIgxAzNQtxsAAAAABJRU5ErkJggg==);
}

.fancybox-thumb-next span {
	right: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjM2NkYyQjQyQjU5MTFFMkE3MDdFNjVCNzU1MzgzQjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjM2NkYyQjUyQjU5MTFFMkE3MDdFNjVCNzU1MzgzQjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzY2RjJCMjJCNTkxMUUyQTcwN0U2NUI3NTUzODNCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MzY2RjJCMzJCNTkxMUUyQTcwN0U2NUI3NTUzODNCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqlwFq8AAABPSURBVHjaYvj//78DEL8H4v1ALADEDMgYRDT8R4Dz2BQIQCVgYD66AryKkI0DKbqProgBzU4DqINhoICJgRAg1gq8jiToTYIBhTeoAQIMAALFKjVFpuiyAAAAAElFTkSuQmCC);
}
/* End */


/* Start:/local/templates/brusina2020/css/main.css?1779127640170587*/
html, body {
    /*height: 100%;*/
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #002E3A;
    line-height:1.5;
    background-color:#fff;
}
.owl-carousel {
    display: flex !important;
 
}
.wood-house .wrapper {
	position: relative;
    z-index: 3;
	padding:65px 20px;
}
.gift-block {
	 margin-top: 33px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.gift-icon {
  width: 62px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.gift-icon img {
  width: 62px;
  height: 70px;
}

.gift-text {
  width: 290px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
}

.wood-house_kotteg {
background-image: url(/images/index/kotteg.jpg) !important;
	background-position: center !important;
}
.wood-house_karkas {
background-image: url(/images/index/karkas.jpg) !important;
	background-position: 50% 70% !important;
}
.wood-house_perevoznye {
background-image: url(/images/index/mbani.jpg) !important;
	background-position: 50% 60% !important;
}
.wood-house_navesy {
background-image: url(/images/index/mnavesy.jpg) !important;
	background-position: 50% 70% !important;
}
.wood-house_bani {
	background-image: url(/images/index/bani.jpg) !important;
	background-position: 50% 80% !important;
}
.wood-house {
	 font-family: 'Montserrat', sans-serif;
	    background-image: url(/upload/adwex.minified/webp/fdc/90/fdcb35a2b59fffd0dcd0f6bc2d4ab21a.webp);
    background-repeat: no-repeat;
	background-size: cover;
	    background-position: center top;
		
	 @media(min-width: 1921px){
		 min-height:1000px;
		 align-content: center;

}
}

.wood-house:after  {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .5);
}
.btn-orange{
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 62px;
    background: #ED7532;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    text-decoration: none;
    @media(max-width: 480px){
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}
.btn-orange:hover {
    background: #8C1918;
}
.btn-stroke{
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 62px;
    border: 1px solid #ED7532;
    color: #FFFFFF !important;
    transition: .3s ease-in-out;
    text-decoration: none;
    @media(max-width: 480px){
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}
.btn-stroke:hover{
    border-color: #8C1918;
    color: #8C1918;
}
.wood-house__advantages{
    margin-top: 33px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    @media(max-width: 992px){
        margin-top: 70px;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 60px;
    }
}
.wood-house__advantages-item{
    padding: 16px 24px;
    border-radius: 8px;
    background: #FFFFFF30;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    gap: 16px;
    @media(max-width: 992px){
        position: relative;
        padding: 70px 16px 20px;
        align-items: flex-start;
    }
    @media(max-width: 575px){
        padding: 16px 24px;
        align-items: center;
    }
}
.wood-house__advantages-item__icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ED7532;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    @media(max-width: 992px){
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -24px);
    }
    @media(max-width: 575px){
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }
}
.wood-house__advantages-item__text{
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.wood-house{
    @media(max-width: 992px){
        padding: 0 30px;
    }
    @media(max-width: 680px){
        padding: unset;
    }
}
.wood-house__title{
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 12px;
    @media(max-width: 992px){
        font-size: 52px;
        line-height: 57px;
    }
    @media(max-width: 575px){
        font-size: 32px;
        line-height: 35px;
    }
}
.wood-house__description{
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 46px;
    margin-top: 0;
    @media(max-width: 992px){
        margin-bottom: 36px;
        font-size: 36px;
        line-height: 40px;
    }
    @media(max-width: 575px){
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}
.wood-house__info{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 820px;
    width: 100%;
    margin-bottom: 36px;
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}
.wood-house__info-item__value{
    display: block;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #E76227;
    margin-bottom: 0;
    @media(max-width: 992px){
        font-size: 30px;
        line-height: 33px;
    }
}
.wood-house__info-item__text{
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;

}
.wood-house__info-btns{
    display: flex;
    align-items: center;
    gap: 16px;
    @media(max-width: 480px){
        flex-direction: column;
        align-items: flex-start;
    }
}
.itlcb-bottom-txt {
	display:none;
}

.catalog-list-panel .cl-pic-wrap > img {
    width: auto;
    max-height: 344px;
    background-size: auto;
    max-width: 450px;
}


.main-filtered-carousel-section {
	min-height:800px;
}

.js-pr-event-list .pr-event-unit img {

    max-height: 275px;
}


.cist-cont-subhead-row .fancy {
	
	cursor:pointer;
	display: flex;
justify-content: flex-start;
align-items: center;
margin-left: 18px;
position: relative;
}


.cist-cont-subhead-row .fancy span {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E76227;
    border-radius: 20px;
    width: 16px;
    height: 16px;
    color: #fff;
    position: absolute;
    line-height: 1;
    top: -8px;
    right: -10px;
}


.glav_text {
	margin-bottom:15px;
}

.uslugi_title {
	font-size: 1.8em;
margin: 0.67em 0;
}
body.overflow{
    overflow:hidden;
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'stroke7pixeden';
    src:url('/fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
    src:url('/fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
    url('/fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
    url('/fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
    url('/fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}
@font-face{font-family:"Flaticon";src:url("/flat/Flaticon.eot");src:url("/flat/Flaticon.eot?#iefix") format("embedded-opentype"),
url("/flat/Flaticon.woff") format("woff"),
url("/flat/Flaticon.ttf") format("truetype"),
url("/flat/Flaticon.svg#Flaticon") format("svg");font-weight:normal;font-style:normal;}
@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Flaticon";src:url("/flat/Flaticon.svg#Flaticon") format("svg");}
}
* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}


/*core-style*/

.material p {
	padding-top:15px;
	padding-bottom:20px;
}

.material p:first-child {
	padding-top:0px;
	padding-bottom:20px;
}

.material .mcl-unit {

    margin-bottom: 20px;

}

.otchet > img {

 -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.otchet > img:hover {

  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material .mcl-pic-wrap > img {

    max-height: 170px;
    min-height: 170px;
}

.wh{height:100%!important}
.ww{width:100%!important}

.material .map-connected-list-panel {
    padding-top: 20px;
  
}

.material .qa-page-selector-list {
    background-color: #F9FAFA;
    box-sizing: border-box;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    border-radius: 14px;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    padding: 16px;
    position: sticky;
    top: 120px;
}
.material .mcl-pic-wrap {
max-height: 170px;
overflow: hidden;
}
.zz_btn {
	width:max-content;
	margin: 0 auto;
}
.cols > li {
	list-style: none;
}
.no-marker li {
    list-style-type: none;
}
.svod_table table tr:nth-child(2n+1) {
    background-color: #fafafa;
}

.material {
    padding: 13px 0;
    box-sizing: border-box;
}

.material ul li {
	margin-left: 14px;
}
.qap-cont ul {
	list-style:none;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height:1.3;
    text-transform: uppercase;
    margin-bottom: 24px;
    color:#434343;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-panel {
    font-size:18px;
    line-height: 1.3;
}

.text-panel p {
    margin-bottom: 12px;
}


.slick-dots {
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width:100%;
}

.slick-dots li {
    margin:4px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    font-size:0;
    border:2px solid #ED7632;
    background:transparent;
    outline: none;
    cursor: pointer;
    border-radius: 12px;
    width:11px;
    height:11px;
    transition: 0.2s;
}

.slick-dots li.slick-active button {
    background-color:#ED7632;
}


.btn-row {
    display:flex;
    justify-content: center;
    align-items: center;
}


.btn {
    display:flex;
    justify-content: center;
    align-items: center;
    outline:none;
    text-decoration: none;
    cursor:pointer;
    font-size:16px;
    line-height:1.3;
    color:#fff;
    background-color:#ED7632;
    font-weight: 600;
    border-radius: 32px;
    padding: 9px 24px;
    box-sizing: border-box;
    border:none;
    white-space: nowrap;
    transition:0.2s;
}


.btn.white-btn {
    background-color:#fff;
    color:#ED7632;
}


.btn:hover {
    background-color:#8C1918;
}

.btn.white-btn:hover {
    color:#fff;
    background-color: #8C1918;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch;
    box-sizing: border-box;
}


a {
    color:inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width:100%;
    max-width: 1180px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px;
    position: relative;
}


@media screen and (max-width:768px) {
	.main-filtered-carousel-section {
	min-height:400px;
}
    .text-panel {
        font-size: 14px;
    }
}


/*header-style*/

.header {
    background:rgba(33, 33, 33, 0.97) url(/local/templates/brusina2020/css/../img/wood-pattern.png) repeat;
    padding-top:32px;
    padding-bottom: 32px;
    box-sizing: border-box;
    z-index: 10;
}
.video-section img {
	margin-top: 22px;
    filter: brightness(50%);
}

.header-top-row-wrap {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.header-logo-block {
    margin-right: 38px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.header-logo-block a {
    display:flex;
    justify-content: center;
    align-content: center;
    transform: translateY(-3px);
}

.header-logo-block a img {
    max-width:100%;
}


.top-row-btns .btn {
    margin-right: 24px;
}

.top-row-btns .btn:last-child {
    margin-right:0;
}

.header-3d {
	cursor:pointer; 
	color: #ED7632;
	font-size:16px;
	
}
.header-3d:hover {
	cursor:pointer; 
	color: #fff;
	
}

.header-3d img {
	width: 25px;
vertical-align: bottom;
margin-right: 10px;
}
.gallerypdf a {
	text-decoration:none;
}

.header-contact-text-block {
    font-size:14px;
    color:#fff;
    text-align: right;
    margin-left:26px;
    font-family: Proxima Nova, sans-serif;
    display: flex;
    align-items: center;
}

.header-phone-block {
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    margin-left: 24px;
}

.header-phone-block a {
    color:#ED7632;
    font-size:16px;
    text-decoration: none;
    transition:0.2s;
    margin-top: 2px;
}

.header-phone-block a:hover {
    color:#fff;
}

.header-phone-block .hpb-phone {
    color:#fff;
    font-size:19px;
    line-height:1;
    font-weight:600;
    font-family: Montserrat, sans-serif;
    margin-top: 0;
}

.header-logo-block-side {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}





.header-bot-row {
    padding-top: 36px;
    box-sizing: border-box;
}

.header-bot-row-wrap {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.header-main-menu {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    list-style:none;
}

.header-main-menu > li {
    margin-right: 58px;
    position: relative;
}

.header-main-menu li:last-child {
    margin-right: 0;
}

.header-main-menu > li > a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color:#fff;
    text-decoration: none;
    text-transform:uppercase;
    position:relative;
    transition: 0.2s;
}

.header-main-menu > li > a::after {
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    right:0;
    margin:auto;
    height:2px;
    width:0;
    background-color:#ED7632;
    transition:0.2s;
}

.header-main-menu > li > a span {
    z-index:1;
    position: relative;
}

.header-main-menu > li > a:hover::after {
    width:100%;
}


.with-inner-menu > a::after {
    display:none;
}

.with-inner-menu:hover > a {
    color:#8C1918;
}

.with-inner-menu > a::before {
    content:'';
    position:absolute;
    left:-24px;
    top:-14px;
    bottom:-14px;
    right:-24px;
    background-color:#fff;
    z-index: 0;
    opacity: 0;
    transition: 0.2s;
}

.with-inner-menu:hover > a::before {
    opacity: 1;
}




.header-submenu {
    position: absolute;
    top: 34px;
    left: -24px;
    background-color:#fff;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding:10px 24px;
    box-sizing: border-box;
    opacity: 0;
    transform:translateY(-10px) scale(0.9);
    pointer-events: none;
    transition: 0.2s;
}

.header-main-menu > li.with-inner-menu:hover .header-submenu {
    opacity: 1;
    transform:translateY(0) scale(1);
    pointer-events: all
}

.header-submenu li {
    margin-bottom: 12px;
    position: relative;
    font-size:18px;
    color:#333333;
    line-height:1.3;
    white-space: nowrap;
    padding-left: 19px;
    box-sizing: border-box;
}

.header-submenu li:last-child {
    margin-bottom: 0;
}

.header-submenu li a {
    text-decoration: none;
    transition: 0.2s;
}

.header-submenu li a:hover {
    color:#ED7632;
}

.header-submenu li::after {
    content:'';
    position: absolute;
    left:0;
    top: 8px;
    width:6px;
    height:6px;
    border-radius: 10px;
    background-color:#ED7632;
}

.search-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.search-btn svg path {
    transition: 0.2s;
}

.search-btn:hover svg path{
    stroke:#ED7632;
}

.mobile-search-row {
    display:none;
    width:100%;
    justify-content: center;
    align-items: center;
    padding:17px 0;
    box-sizing: border-box;
}

.mobile-search-row form {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    position: relative;
}

.mobile-search-row form input {
    width:100%;
    height:40px;
    line-height:40px;
    color:#fff;
    border-radius: 8px;
    padding-left: 12px;
    box-sizing: border-box;
    border:none;
    background-color:rgba(255,255,255,0.14);
}

.mobile-search-row form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background: url(/local/templates/brusina2020/css/../img/mobile-search-btn.svg) no-repeat;
    background-position: center;
    border: none;
    outline: none;
}

.main-navgation-wrap {
    width:100%;
}



.burger-btn {
    display:none;
}

.mobile-contact-info-block {
    display:none;
}

.for-mobile-project-list {
    display:none;
}

.for-mobile-header-btn {
    display:none;
}



.mobile-contact-phone .mcp-link{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: none;
    color:#fff;
    font-family: Montserrat, sans-serif;
}

.mci-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.mci-unit a {
    text-decoration: none;
}


.mci-unit img {
    margin-right: 14px;
}

.mobile-contact-social-list p{
    font-size:16px;
    color:#fff;
    font-weight: 600;
    margin-bottom:24px;
}

.mcs-list {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.mcs-list a {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 34px;
}

.mcs-list a img {
    max-width:20px;
}


.mcs-list a:last-child {
    margin-right: 0;
}

.mobile-contact-phone a {
    color:#ED7632;
    font-size: 14px;
    text-decoration:none;
    font-weight: 600;

}

.header-search-row {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left:0;
    width: calc(100% - 70px);
    height:37px;
    border-radius: 40px 0px 0px 40px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transform: translateX(-40px);
    transition:0.2s;
    pointer-events: none;
}

.header-search-row.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}

.header-search-row input {
    padding-left:24px;
    line-height: 37px;
    font-size: 16px;
    height:37px;
    background:#fff;
    border:none;
    width: calc(100% - 90px);
}

.header-search-row .btn {
    position: absolute;
    top:0;
    bottom:0;
    right:-0;
    margin:auto;
    padding:8px 48px;

}

.search-btn {
    position: relative;
    width:37px;
    height:37px;
}


.search-btn svg {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    transition: 0.2s;
}

.search-ico-close {
    opacity: 0;
}

.search-btn.active svg {
    opacity: 0;
}

.search-btn.active svg.search-ico-close {
    opacity: 1;
}




.mp-page-content {
    margin-top:-181px;
}

@media screen and (max-width:1180px) {
	.video-section img {
	margin-top: 76px;
 
}
	
	    li.with-inner-menu:after {
			
		}

    .mp-page-content {
        margin-top:-86px;
    }

    .page-content {
        padding-top: 86px;
    }

    .header-search-block {
        display:none;
    }

    .main-navgation-wrap {
        display:flex;
        flex-flow:row nowrap;
        justify-content: space-between;
        color:#fff;
        font-size: 14px;
    }

    .header-bot-row-wrap {
        flex-flow:column;
    }

    .main-navigation-panel {
        flex-flow: row nowrap;
        width: 50%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .for-mobile-submenu {
        list-style:none;
    }

    .for-mobile-submenu a {
        text-decoration: none;
    }


    .header-main-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    /*.header-main-menu li.with-inner-menu {*/
    /*    display:none;*/
    /*}*/

    .for-mobile-project-list {
        display:flex;
		min-width: 200px;
        flex-direction: column;
    }

    .for-mobile-project-list > a {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color:#fff;
        margin-bottom: 20px;
        text-decoration: none;
        font-family: Montserrat, sans-serif;
        text-transform:uppercase;
    }
    .header-main-menu > li {
        margin-right: 0;
        margin-bottom: 28px;
        line-height: 1;
    }

    .for-mobile-submenu li {
        margin-bottom: 21px;
    }

    .mobile-contact-phone {
        flex-direction: column;
        display: flex;
        margin-bottom:20px;
    }



    .header-contact-text-block, .header-phone-block {
        display:none;
    }

    .mobile-search-row {
        display:flex;
    }

    .mobile-contact-info-block {
        display:flex;
        width:40%;
        flex-direction: column;
    }

    .page-wrapper {
        padding-left:24px;
        padding-right: 24px;
    }

    .top-row-btns .btn {
        margin-right: 38px;
    }
.mobile_phone {
display: flex !important;}
    .burger-btn {
        display:flex;
        flex-direction: column;
        align-items: center;
        margin-left: 20px;
    }

    .burger-btn p {
        font-size: 14px;
        color: #ED7632;
        line-height: 1;
        margin-top: 5px;
    }

    .burger {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height:19px;
        width:29px;
        position: relative;
    }

    .burger span {
        width:100%;
        height:3px;
        background-color:#fff;
        transition: 0.2s;
    }

    .burger-btn.active .burger span:nth-child(2) {
        opacity: 0;
    }

    .burger-btn.active .burger span:nth-child(1) {
        position: absolute;
        transform: rotate(45deg);
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin: auto;
    }

    .burger-btn.active .burger span:nth-child(3) {
        position: absolute;
        transform: rotate(-45deg);
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin: auto;
    }

    .header {
        background:none;
        padding-top:0;
        padding-bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
    }

    .header-top-row {
        padding-top:24px;
        padding-bottom: 24px;
        z-index: 3;
        position: relative;
        background:rgba(33, 33, 33, 0.97) url(/local/templates/brusina2020/css/../img/wood-pattern.png) repeat;
    }

    .header-bot-row {
        position: fixed;
        left:0;
        top: 86px;
        padding-top:0;
        right:0;
        bottom:0;
        margin:auto;
        z-index: 2;
        background-color:rgba(0,0,0,0.9);
        transform: translateY(-60px) scale(0.9);
        opacity: 0;
        transition: 0.2s;
        pointer-events: none;
    }

    .header-bot-row.active {
        transform: translateY(0) scale(1);
        opacity: 1;
        pointer-events: all;
    }

    .header-main-menu > li > a::after {
        display:none;
    }
}


@media screen and (max-width:768px) {

    .mp-page-content {
        margin-top: -48px;
    }

    .page-content {
        padding-top: 48px;
    }

    .main-navigation-panel, .mobile-contact-info-block {
        width:100%;
    }

    .for-mobile-header-btn {
        display:flex;
        margin-bottom: 21px;
        z-index: 1000;
    }

    .main-navgation-wrap, .main-navigation-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .for-mobile-submenu {
        display:none;
    }

    .header-main-menu > li {
        margin-bottom:21px;
    }

    .header-main-menu > li > a, .for-mobile-project-list > a{
        font-size:14px;
    }

    .header-bot-row {
        top:43px;
    }

    .mobile-contact-social-list p {
        margin-bottom: 18px;
    }

    .page-wrapper {
        padding-left:9px;
        padding-right: 9px;
		overflow: auto;
    }

    .header-top-row {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .header-logo-block a {
        transform: none;
    }

    .top-row-btns.btn-row {
        display:none;
    }

    .header-logo-block {
        max-width:132px;
    }

    .burger-btn p {
        display:none;
    }
}











@media screen and (max-width:1180px) {
    .section-title {
        font-size:34px;
    }

    .text-panel {
        font-size:16px;
    }
}

@media screen and (max-width:768px) {
    .section-title {
        font-size:28px;
        margin-bottom: 12px;
    }
    .for-mobile-project-list{
        display: none;
    }
}







/*footer-style*/

.footer {
    background-color:#262626;
    position: relative;
    color:#fff;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.footer::after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:400px;
    height:300px;
    background:url(/local/templates/brusina2020/css/../img/footer-wood-2.png)no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.footer::before {
    content:'';
    position: absolute;
    right:0;
    top:0;
    width:400px;
    height:300px;
    background:url(/local/templates/brusina2020/css/../img/footer-wood-1.png)no-repeat;
    background-size: contain;
    background-position: top right;
}

.footer-cont {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 46px;
    z-index: 1;
}

.footer-menu-panel {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}


.footer .mobile-contact-info-block{
    flex-direction: row;
    display: flex;
    margin-bottom:0px;
    width:100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .mobile-contact-phone {
    flex-direction: column;
    display: flex;
    margin-bottom: 10px;

}


.footer-mbc-wrap {
    margin-right: 45px;
}

.footer .mobile-contact-social-list .btn-row {
    margin-top:46px;
}

.ftm-title {
    color: #ED7632;
    font-size: 18px;
    line-height:1;
    font-weight: 600;
    margin-bottom: 19px;
}

.footer-main-menu-list ul {
    list-style: none;
}

.footer-main-menu-list li {
    margin-bottom: 8px;
}

.footer-main-menu-list li a  {
    font-size: 14px;
    margin-bottom: 18px;
    color: #ED7632;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

.footer-titled-menu-block {
    margin-right: 60px;
}

.footer-titled-menu-block:nth-child(2) {
    margin-right:40px;
}

.footer-titled-menu-block ul {
    list-style: none;
}

.footer-titled-menu-block ul li {
    margin-bottom: 5px;
}

.footer-titled-menu-block ul li a{
    font-size: 14px;
    text-decoration: none;
}

.footer-contact-block {
    width: 49%;
}



.footer .mci-unit {
    margin-bottom: 15px;
}

.footer-copyright {
    font-size: 14px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-top:15px;
	margin-bottom:10px;
}

.footer-copyright .btn-row {
    display:none;
    margin-right: 21px;
}

@media screen and (max-width:1180px) {
    .footer .mobile-contact-info-block {
        flex-direction: column;
    }
    .footer-contact-block {
        width:auto;
    }

    .footer .mobile-contact-social-list .btn-row {
        display:none;
    }

    .footer-copyright .btn-row {
        display:flex;
    }

}

@media screen and (max-width:991px) {
    .footer-titled-menu-block {
        margin-right: 35px;
    }

    .footer-titled-menu-block:nth-child(2) {
        margin-right: 35px;
    }

    .footer-mbc-wrap {
        margin-right: 0;
    }

    .footer {
        font-size:14px;
    }

    .footer-main-menu-list li a, .ftm-title {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .footer-copyright .btn-row {
        display:none;
    }

    .footer .mobile-contact-social-list .btn-row {
        display:flex;
    }

    .footer-menu-panel {
        display:none;
    }

    .mobile-contact-social-list {
        display:flex;
        flex-direction: column;
    }

    .mobile-contact-social-list p, .mobile-contact-social-list .mcs-list {
        order:2;
    }

    .footer .mobile-contact-social-list .btn-row {
        order:1;
        margin-top:10px;
        margin-bottom: 14px;
    }

    .footer .mobile-contact-info-block {
        margin-bottom: 8px;
    }

    .footer {
        padding-top:28px;
        padding-bottom: 28px;
    }

    .footer::after {
        display:none;
    }
}






/*pic-pano-section*/

.pic-pano-section {
    width:100%;
}

.pic-pano-panel {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow:row nowrap;
}

.pic-pano-unit {
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    width:100%;
    position: relative;
    cursor: pointer;
    outline: none;
}

.pic-pano-unit img {
    min-height: 100%;
    transition: 0.2s;
    min-width: 100%;
    height: 100%;
}

.pic-pano-unit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 118, 50, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}

.pic-pano-unit:hover::after {
    opacity: 1;
}

.pic-pano-unit:hover img {
    transform: scale(1.05);
}

@media screen and (max-width:1180px) {
    .pic-pano-unit img {
        min-height: 100%;
        transition: 0.2s;
        min-width: 100%;
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .pic-pano-seciton {
        display:none;
    }


}







/*social-network-seciton*/


.social-network-seciton {
    width:100%;
    padding:50px 0;
}

.soc-net-icons-row {
    display:flex;
    justify-content: center;
    align-items: center;
}

.sni-unit {
    width:46px;
    height:46px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    transition: 0.2s;
    background-color:#ED7632;
    margin:0 32px;
}

.sni-unit:hover {
    background-color:#8C1918;
}

.sni-unit img {
    min-width: 22px;
}

.socaial-network-panel .text-panel {
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (max-width:1180px) {
    .sni-unit {
        width:38px;
        height:38px;
        margin:0 25px;
    }

    .socaial-network-panel .text-panel {
        margin-bottom: 25px;
    }
}


@media screen and (max-width:768px) {
    .sni-unit {
        width:33px;
        height:33px;
        min-width: 33px;
        margin:0 22px;
    }

    .sni-unit img {
        max-width:50%;
        min-width: 17px;
    }
}






/*question-feedback*/

.question-feedback-seciton {
    background:url(/local/templates/brusina2020/css/../img/wood-log-bg.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    padding-top:37px;
    padding-bottom: 47px;
    box-sizing: border-box;
    color:#fff;
}

.question-feedback-panel {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:row nowrap;
}

.have-a-question-panel {
    width: 49%;
    padding-right: 150px;
    box-sizing: border-box;
}

.qa-feedback-panel {
    width:51%;
}



.haq-title {
    font-size: 32px;
    line-height: 1.3;
    color:#fff;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
}

.have-a-question-panel .text-panel {
    color:#fff;
    margin-bottom: 20px;
}

.haq-phone-link {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #ED7632;
    margin-bottom: 18px;
    text-decoration: none;
    display: inline-flex;
}

.input-row {
    display:flex;
    width:100%;
    position: relative;
}

.input-row input {
    font-size: 16px;
    height:48px;
    border: 2px solid rgba(199, 199, 199, 0.5);
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 24px;
    background:none;
    color:#fff;
    padding-left:50px;
    width:100%;
    outline:none;

}

.input-row textarea {
    font-size: 16px;
    line-height: 1.3;
    border: 2px solid rgba(199, 199, 199, 0.5);
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 24px;
    background:none;
    color:#fff;
    padding: 16px 22px;
    width:100%;
    outline:none;
    height:117px;
    resize: vertical;
    max-height: 120px;
}


.input-row input:focus, .input-row textarea:focus {
    border: 2px solid rgba(199, 199, 199, 1);
    outline:none;
}

.arrow-link {
    color:#ED7632;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.2s;
}

.arrow-link span {
    margin-right: 12px;
}

.arrow-link:hover {
    color:#fff;
}

.arrow-link img {
    transition: 0.2s;
}

.arrow-link svg path {
    transition: 0.2s;
}

.arrow-link:hover svg path {
    fill:#fff;
}

.arrow-link:hover img {
    filter:grayscale(40) invert(100%);
}


.have-a-question-panel .mci-unit {
    margin-bottom: 40px;
}

.qa-feedback-panel{
    border: 8px solid #E76227;
    box-sizing: border-box;
    padding:40px 30px;
    min-width: 582px;
}

.form-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
}

.qa-feedback-panel .text-panel {
    margin-bottom: 20px;
}

.input-double-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-flow:row wrap;
}

.input-double-row .input-row {
    display:flex;
    width:calc(50% - 14px);
    margin-right: 28px;
}

.input-double-row .input-row:nth-child(2n) {
    margin-right: 0;
}



.ir-icon::after {
    content:'';
    position: absolute;
    width:32px;
    height:32px;
    border-radius: 50px;
    background-color:#ED7632;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    top:0;
    bottom:0;
    left:11px;
    margin:auto;
    transition: 0.2s;
}

.ir-icon.focused-input::after {
    background-color:#8C1918;
}

.ir-icon.ir-loc::after {
    background-image: url(/images/home.svg);
}

.ir-icon.ir-sq::after {
    background-image: url(/images/meter.svg);
}


.ir-icon.ir-phone::after {
    background-image: url(/local/templates/brusina2020/css/../img/inpic-phone-ico.svg);
}



.ir-icon.ir-name::after {
    background-image: url(/local/templates/brusina2020/css/../img/inpic-name-ico.svg);
    background-size:14px;
}

.ir-icon.ir-mail::after {
    background-image: url(/local/templates/brusina2020/css/../img/inpic-mail-ico.svg);
}


@media screen and (max-width:1180px) {
    .have-a-question-panel {
        padding-right: 60px;
    }
}

@media screen and (max-width:991px) {
    .question-feedback-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .have-a-question-panel {
        width:100%;
        margin-bottom:32px;
        padding: 0 68px;
    }

    .qa-feedback-panel {
        width:100%;
        min-width: 100%;
        padding: 40px 60px;
    }

    .haq-cont-wrap {
        display:flex;
        flex-flow:row wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .haq-cont-wrap .haq-phone-link {
        order:1;
        width:40%;
        margin:0;
        margin-bottom: 24px;
    }

    .haq-cont-wrap .mci-unit {
        order:3;
        width:40%;
        margin:0;

    }

    .haq-cont-wrap .input-row {
        order:2;
        width:60%;
        margin:0;
        margin-bottom: 24px;
    }

    .haq-cont-wrap .arrow-link {
        order:4;
        width:60%;
        margin:0;

    }
}

@media screen and (max-width:768px) {
	
	.title_height {
    min-height: 100% !important;
}
.stc-unit .btn-row {
    justify-content: flex-start;
    margin-top: 10px !important;
}
    .haq-cont-wrap .haq-phone-link {
        order:unset;
        margin-bottom: 30px;
        width:100%;
    }

    .haq-cont-wrap .mci-unit {
        order:unset;
        margin-bottom: 30px;
        width:100%;
    }

    .haq-cont-wrap .input-row {
        order: unset;
        margin-bottom: 30px;
        width: 100%;
    }

    .haq-cont-wrap .arrow-link {
        order:unset;
        margin-bottom: 0;
        width:unset;
    }

    .haq-cont-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .have-a-question-panel {
        padding-left:0;
        padding-right: 0;
    }

    .qa-feedback-panel {
        padding-left:9px;
        padding-right:9px;
        border-left:none;
        border-right:none;
        border-bottom: none;
        margin-left: -9px;
        margin-right: -9px;
        width: calc(100% + 18px);
    }

    .input-row {
        margin-bottom: 16px;
    }

    .input-double-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .input-double-row .input-row {
        width:100%;
        margin-right:0;
        margin-bottom:16px;
    }

    .question-feedback-seciton {
        padding-bottom: 0;
    }

    .qa-feedback-panel .text-panel {
        margin-bottom: 28px;
    }

    .qa-feedback-panel {
        padding-bottom: 35px;
		display: none;
    }

}








/*technology-section*/

.technology-section {
    padding-top:70px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.tecnology-panel .text-panel {
    margin: 0 auto 36px;
    text-align: left;
    max-width: 100%;
}

.technology-list {
    display: grid;
    grid-template-areas:
            "tc-unit1 tc-unit-long tc-unit3"
            "tc-unit2 tc-unit-long tc-unit4";
    column-gap: 30px;
    row-gap: 30px;
}

.tc-unit-1 {
    grid-area:tc-unit1;
}

.tc-unit-2 {
    grid-area:tc-unit2;
}

.tc-unit-3 {
    grid-area:tc-unit3;
}

.tc-unit-4 {
    grid-area:tc-unit4;
}

.tc-unit-long {
    grid-area:tc-unit-long;
}

.tech-unit {
    display:flex;
	max-width: 350px;
	min-width: 350px;
    width:100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor:pointer;
    height: 100%;
}

.tech-unit > img {
    min-height: auto;
    margin: auto;
    height: 100%;
}

.tech-unit:last-child {
    margin-bottom: 0;
}

.tu-ico-wrap {
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition:0.2s;
}

.trp-hover-title {
    position: absolute;
    top:-50px;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    left:0;
    right:0;
    margin:auto;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    opacity: 0;
    transform: translateY(-40px);
    transition: 0.2s;
}

.tu-ico-wrap img {
    margin-bottom:20px;
}

.tu-ico-title {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
}

.tech-rolled-panel {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin:auto;
    background-color:#ED7632;
    color:#fff;
    font-size:16px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: 0.2s;
    max-height: calc(100% - 71px);
    transform: translateY(0%);
    display:flex;
    flex-direction: column;
    height:auto;
}

.tech-rolled-panel-wrap {
    max-height:100%;
    height: auto;
    overflow-y: auto;
    scrollbar-color: rgba(255,255,255,0.5) rgba(255,255,255,0.2);
    scrollbar-width: thin;
}

.tech-rolled-panel-wrap::-webkit-scrollbar {
    width: 4px;
}

.tech-rolled-panel-wrap::-webkit-scrollbar-track {
    background-color:rgba(255,255,255,0.2);
}

.tech-rolled-panel-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.5);
}


.tech-rolled-panel::after {
    content:'';
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    top:-18px;
    background:url(/local/templates/brusina2020/css/../img/tech-supp-decor.svg)no-repeat;
    background-size:cover;
    width:66px;
    height:18px;

}

.tech-unit:hover .tech-rolled-panel {
    top: 100%;
    transform: translateY(-100%);
}

.tech-unit:hover .trp-hover-title {
    opacity: 1;
    transform: translateY(0);
}

.tech-unit:hover .tu-ico-wrap {
    transform: scale(0.7);
    opacity: 0;
}

.technology-list-wrap {
	    max-width: 1120px;
    width:100%;
}

.technology-list {
    width:100%;
}

@media screen and (max-width:1180px) {
    .technology-list {
        display: grid;
        grid-template-areas:
                "tc-unit1 tc-unit-long"
                "tc-unit2 tc-unit-long"
                "tc-unit3 tc-unit4";
        column-gap: 18px;
        row-gap: 18px;
    }

    .tech-unit > img {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        margin-left: -100%;
        margin-right: -100%;
    }

}

@media screen and (max-width: 480px){
	
.filter-box {
		dispaly:none !important;
	}
.tech-unit {

    min-height: 240px;
}}
@media screen and (max-width:768px) {

    .tech-unit > img {
        position: absolute;
        top:-100%;
        right:-100%;
        left:-100%;
        bottom:-100%;
        margin:auto;
        width:auto;
        min-width: 100%;
        height:auto;
        min-height: 100%;

    }

    .technology-list {
        display:block;
        width:100%;
    }

    .technology-list .slick-track {
        display:flex !important;
        align-items: stretch;
    }

   
    .tech-unit {
		 max-width: 100%;
        height:auto;
        display:flex !important;
        overflow: hidden;
        width: auto;
		max-height:240px;
        margin:0 !important;

    }


    .tu-ico-wrap {
        position: relative;
        height:100%;
        padding:70px 20px;
        box-sizing: border-box;
    }

    .tecnology-panel.page-wrapper {
    
    }

    .technology-list .slick-dots{
        margin-top:25px;
    }
    .technology-section {
        padding-top:40px;
        padding-bottom: 40px;
    }

}

@media screen and (max-width:480px) {
	
	div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests.wqec-active {
		max-width:400px;
	}
	
	div.wqec * {
		max-width:400px;
		backgorund-color:#fff;
		  z-index: 999999999 !important;
		dispaly:block !important;
		    max-height: 700px;
	
	}
	div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-col-table.wqec-right {
    padding-bottom: 30px;
    background-color: #fff;
}
	
	div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner {
    width: 100%;
    padding: 0 15px;
	overflow:scroll !important;
}
	div.areaForWqec div.wizard-quest-edition-concept.wqec-active, div.areaForWqec div.wizard-quest-edition-concept2.wqec-active {
	
		  
   
	}
	
	div.areaForWqec div.wizard-quest-edition-concept2.wqec-active {
    
	overflow:scroll !important;
    will-change: transform;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    overflow: auto;
}
	
	
	.ord_form  {
	
		    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
		margin:0px !important;
		border-width: 0px !important;
	}
	.ord_form  a.pin_close_btn {
    top: -57.5px !important;
    right: 40.5px !important;
   
}
.ord_form .fancybox-default-skin-open {
   width: 100% !important;

    overflow: scroll !important;

   border-width: 0px !important;
   margin-left: 0px !important;
}
	
    .tu-ico-wrap {
        padding:40px 20px;
    }
}





/*work-steps*/

.work-steps-section {
    padding-top:70px;
    padding-bottom: 30px;
}

.work-steps-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.ws-unit2 {
    width: calc(25% - 14px);
    margin-right: 20px;
    margin-bottom: 50px;
    position: relative;
}
.ws-unit {
    width: calc(33.333% - 14px);
    margin-right: 20px;
    margin-bottom: 50px;
    position: relative;
}

.ws-unit:nth-child(3n) {
    margin-right: 0;
}

.ws-count-num,.ws-count-num2,.ws-count-num3,.ws-count-num4,.ws-count-num5,.ws-count-num6 {
    font-weight: 900;
    font-size: 120px;
    color: #ED7632;
    line-height: 1;
	z-index:2;
    position: relative;
    text-align: left;
    font-family: Montserrat, sans-serif;
    width: auto;
    display: inline;
}

.ws-count-num::after {
    content:'';
    position: absolute;
    bottom: 27px;
    left: 95%;
	z-index:-1;
    width:79px;
    height:73px;
    background:url(/local/templates/brusina2020/css/../img/Icon_itog-01.svg)no-repeat;
    background-size:cover;
    background-position: center;
}
.ws-count-num2::after {
    content:'';
    position: absolute;
    bottom: 27px;
    left: 95%;
		z-index:-1;
    width:79px;
    height:73px;
    background:url(/local/templates/brusina2020/css/../img/Icon_itog-02.svg)no-repeat;
    background-size:cover;
    background-position: center;
}
.ws-count-num3::after {
    content:'';
    position: absolute;
    bottom: 27px;
    left: 95%;
    width:79px;
		z-index:-1;
    height:73px;
    background:url(/local/templates/brusina2020/css/../img/Icon_itog-03.svg)no-repeat;
    background-size:cover;
    background-position: center;
}
.ws-count-num4::after {
    content:'';
    position: absolute;
    bottom: 27px;
    left: 95%;
    width:79px;
    height:73px;
		z-index:-1;
    background:url(/local/templates/brusina2020/css/../img/Icon_itog-06.svg)no-repeat;
    background-size:cover;
    background-position: center;
}
.ws-count-num5::after {
    content:'';
    position: absolute;
    bottom: 27px;
    left: 95%;
    width:79px;
		z-index:-1;
    height:73px;
    background:url(/local/templates/brusina2020/css/../img/Icon_itog-05.svg)no-repeat;
    background-size:cover;
    background-position: center;
}

.ws-count-num6::after {
    content:'';
    position: absolute;
    bottom: 27px;
    left: 95%;
    width:79px;
    height:73px;
		z-index:-1;
    background:url(/local/templates/brusina2020/css/../img/Icon_itog-04.svg)no-repeat;
    background-size:cover;
    background-position: center;
}


.ws-unit-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    font-family: Montserrat, sans-serif;
    margin-bottom: 8px;
}

.ws-unit::before {
    content: '';
    position: absolute;
    top: 48px;
    bottom: 0;
    right: 30px;
    width: 129px;
    height: 24px;
    background: url(/local/templates/brusina2020/css/../img/step-arrow.svg)no-repeat;
    background-size: contain;
    background-position: center right;
}

.ws-unit:last-child::before{
    display: none;
}


@media screen and (max-width:1180px) {

    .work-steps-section {
        padding-top:56px;
        padding-bottom: 56px;
    }

    .work-steps-list {
        justify-content: space-between;
    }

    .ws-unit {
        width:48%;
        margin-bottom: 50px;
        margin-right: 0;
    }


    .ws-unit::before {
        width: 36%;
    }

    .ws-unit-title {
        font-size:20px;
    }
}

@media screen and (max-width:768px) {
    .ws-unit::before {
        display:none;
    }

    .ws-unit {
        display:flex !important;
        height:auto;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .work-steps-list .slick-track {
        display:flex !important;
        align-items: stretch;
    }

    .ws-unit-cont {
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .work-steps-section {
        padding-top:20px;
        padding-bottom: 20px;
    }
}









/*video-feedback*/

.video-feedbacks-section {
    padding-top:70px;
    padding-bottom:70px;
    box-sizing: border-box;
}

.video-feedback-unit {
    display:flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor:pointer;
    text-decoration: none;
    padding:0 15px;
    box-sizing: border-box;
}

.video-feedback-unit img {
    width:100%;
    max-width:100%;
}



.vfu-play-btn-wrap {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

.vfu-play {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height:40px;
    border-radius: 50px;
    background-color: #ED7632;
    box-shadow: 0px 0px 0px 7px rgba(237, 118, 50, 0.4);
    transition: 0.2s;
}



.video-feedback-unit:hover .vfu-play {
    background-color: #fff;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.video-feedback-unit:hover .vfu-play img {
    filter: brightness(1);
}

.vfu-play img {
    max-width:12px;
    filter: brightness(10);
    transform: translateX(1px);
}

.video-feedback-list {
	display:flex;
    margin-bottom: 30px;
}

.video-feedback-list .slick-slide {
    max-height: 130px;
}

.newfont {
	max-width: 150px;
display: contents;
}

.slick-arrow {
    position: absolute;
    top:0;
    bottom:0;
    width:18px;
    height:30px;
    background:url(/local/templates/brusina2020/css/../img/car-arrow.svg)no-repeat;
    background-position: center;
    background-size:cover;
    margin:auto;
    font-size:0;
    border:none;
    outline:none;
    cursor:pointer;
    transition: 0.2s;

}
.owl-item {
	height:115px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ED7632 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
	 border-radius: 12px !important;
    border: 2px solid #ED7632 !important;
}

.slick-arrow:hover {
    /*transform: scale(1.2);*/
    filter: brightness(1.7);
}

.slick-arrow.slick-next {
    right:-20px;
}

.slick-arrow.slick-prev {
    left:-20px;
    transform: scale(1) rotate(180deg);
}

.slick-arrow.slick-prev:hover {
    transform: scale(1.2) rotate(180deg);
}


@media screen and (max-width:991px) {
    .video-feedback-unit {
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width:768px) {
	.video-feedback-list {
	display:block;
    margin-bottom: 30px;
}
    .video-feedback-unit {
        padding-left:0;
        padding-right:0;
    }
}





.skew-block-section {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
    color:#fff;
    width:100%;
}

.price-calc-skew-left {
    width:50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}

.skp-img {
    width:100%;
}

.skew-pic-bg-block {
    position: absolute;
    left: auto;
    right: -120px;
    top: -20px;
    margin: auto;
    width: calc(100% + 20% + 120px);
    height: calc(100% + 40px);
    bottom: -20px;
}

.skp-img {
    transform: skew(-35deg);
    overflow:hidden;
    width: 100%;
    height: 100%;
    background-color:#000;
}

.skp-img img {
    transform: skew(35deg);
    position: absolute;
    right: -20%;
    top:0;
    left: auto;
    bottom:0;
    margin:auto;
    width: calc(100% + 30%);
    min-height: 100%;
}

.skp-cont-block {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.skp-cont-block-left {
    padding-right:50px;
    padding-left:20px;
    width:590px;
}

.skp-title {
    font-size: 32px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height:1.3;
    max-width: 350px;
    margin-bottom: 20px;
}
.price-calc-skew-right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;

    height:auto;
    z-index: 1;
}

.skew-pic-bg-block-right {
    position: absolute;
    left: -30%;
    top: 0;
    bottom: 0;
    width: calc(100% + 30%);
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-color: #ed7632;
}

.skp-cont-block-right {
    padding-right:50px;
    padding-left:20px;
    width:590px;
}

.special-arrow-btn {
    display:flex;
    align-items: center;
}

.sb-arrow {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height:40px;
    border-radius: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    transition: 0.2s;
    margin-left:30px;
}

.sb-arrow img {
    max-width:100%;
    transition: 0.2s;
}

.skp-cont-block-right .skp-cont-block {
    display:flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 20%;
}

.special-arrow-btn {
    margin-bottom: 50px;
    cursor:pointer;
    text-decoration: none;
    transition: 0.2s;
}

.special-arrow-btn span {
    max-width:130px;
    text-align: right;
    font-size:20px;
    transition: 0.2s;
}

.special-arrow-btn:last-child {
    margin-bottom:0;
}


.special-arrow-btn:hover span {
    font-weight: 600;
}

.special-arrow-btn:hover .sb-arrow img {
    filter: brightness(0.7);
}

@media screen and (max-width:1400px) {
    .skew-pic-bg-block {
        right:-100px;
    }
    .skew-pic-bg-block-right {
        background-size: cover;
    }

    .skp-img img {
        width: auto;
        left: -20%;
        min-width: 100%;
    }

}

@media screen and (max-width:1180px) {
    .skp-cont-block-right .skp-cont-block {
        padding-right: 0;
    }

    .skew-pic-bg-block {
        right: -60px;
    }
}

@media screen and (max-width:768px) {
    .skew-block-section {
        flex-direction: column;
    }

    .price-calc-skew-left, .price-calc-skew-right {
        width:100%;
        overflow: hidden;
    }

    .skew-pic-bg-block {
        left:0;
        right:0;
        bottom:0;
        top:0;
        margin:auto;
        width:100%;
        height:100%;

    }

    .skp-img {
        transform: none;
    }

    .skp-img img {
        left: -100%;
        top: -100%;
        right: -100%;
        bottom: -100%;
        min-width: 100%;
        min-height: 100%;
        transform: none;
    }

    .skp-cont-block-left, .skp-cont-block-right {
        width:100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .skp-cont-block {
        padding-top:15px;
        padding-bottom: 15px;
    }

    .skp-title {
        font-size:24px;
    }

    .skp-cont-block.skp-cont-block-left {
        padding:26px 20px 40px;
    }

    .special-arrow-btn {
        margin-bottom: 25px;
    }

}







/*main-connected-carousel*/

.main-filtered-carousel-section {
    background-color:#F9FAFA;
    padding-top:70px;
    padding-bottom: 72px;
    box-sizing: border-box;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
}

.mfc-selector-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}

.mfc-selector-unit {
    display:flex;
    flex-direction: column;
    align-items: center;
    cursor:pointer;
}

.mfc-selector-unit img {
    width:100%;
    margin-bottom:16px;
    filter: brightness(0);
    transition: 0.2s;
    max-width:60px;
}

.mfc-selector-unit p {
    font-size:14px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    transition: 0.2s;
}


.mfc-selector-unit:nth-child(1) img, .mfc-selector-unit:nth-child(2) img {
    max-width:60px;
}

.mfc-selector-unit:nth-child(3) img {
    max-width:60px;
}

.mfc-selector-unit.active img{
    filter: brightness(100%);
}

.mfc-selector-unit:hover p {
    color:#8C1918;
}

.mfc-selector-unit.active p {
    color:#ED7632;
}

.mfc-selector-unit p::after {
    content:'';
    position: absolute;
    width:100%;
    height:2px;
    background-color:#ED7632;
    opacity: 0;
    left:0;
    right:0;
    bottom:-3px;
    transition: 0.2s;
}

.mfc-selector-unit.active p::after {
    opacity: 1;
}

.mfc-cont-carousel {
    margin-bottom: 24px;
}

.pin_item_name {
   
    font-size: 15px;
}
.mfc-car-unit {
    display:flex !important;
    justify-content: flex-start;
    flex-flow:row nowrap;
    align-items: center;
    position: relative;
}

.mfc-unit-info-block-wrap {
    position: absolute;
    top: 36px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mfc-pic-wrap {
    max-width: 650px;
	max-height:416px;
}

.mfc-pic-wrap img {
    width:100%;
}



.mfc-unit-info-block {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    border:8px solid #ED7632;
    background-color:rgba(255,255,255,0.4);
    padding:35px 40px 50px 86px;
    box-sizing: border-box;
    min-width: 550px;
    max-width:550px;
    position: relative;
}

.mfc-unit-title {
    font-weight: 600;
    font-size: 24px;
	max-width:300px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 24px;
    line-height: 1.3;
}

.mfc-info-scu-row {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    margin-bottom: 30px;
}

.mfc-scu-title {
    font-size: 14px;
    line-height: 1.3;
    color:#959595;
    width:100%;
    font-weight: 600;
}

.mfc-scu-cont {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.mfc-scu-cont img {
    margin-right:15px;
}

.mfc-scu-val {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.mfc-scu-val span {
    font-size: 24px;
    font-weight: 600;
}

.mfc-price-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
}

.mfc-act-price {
    color: #8C1918;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin-right: 18px;
}

.mfc-old-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-decoration-line: line-through;
    color: #7E7E7E;
}

.mfc-unit-info-block .btn {
    padding:10px 32px;
}


.mfc-cont-connected-carousel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.mfc-connected-unit {
    display:flex!important;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
}
.js-mfc-cont-connected-carousel .slick-list,
.js-mfc-cont-connected-carousel .slick-list .slick-track
{
    min-width: 100%;
    
}

.mfc-connected-unit::after {
    width:100%;
    height:100%;
    position: absolute;
    background-color:rgba(0,0,0,0.3);
    opacity: 0;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    transition: 0.2s;
}

.mfc-connected-unit:hover::after, .mfc-connected-unit.slick-current::after  {
    opacity: 1;
}

.mfc-connected-unit img {
    width:100%;
}

.mfc-connected-unit-info {
    position: absolute;
    padding:12px;
    box-sizing: border-box;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,0.3);
}

.mfc-connected-unit-info img {
    max-width:20px;
    margin-right: 8px;
}

.mfc-connected-info-val {
    color:#fff;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
}

.mfc-connected-info-val span {
    font-size: 14px;
}

.mfc-cont-carousel-wrapper {
    position: relative;
}

.mfc-controls-row {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 490px;
    max-width: 490px;
    box-sizing: border-box;
}

.mfc-slider-counter, .mfc-slider-counter2, .mfc-slider-counter4, .mfc-slider-counter5 {
    font-family: Montserrat, sans-serif;
    color:#7E7E7E;
    font-size:20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.mfc-slider-counter span, .mfc-slider-counter2 span, .mfc-slider-counter4 span, .mfc-slider-counter5 span{
    color:#333333;
    font-size:32px;
    line-height: 1;
}

.mfc-slider-counter2 {
    color:#fff;
}

.mfc-slider-counter2 span , .mfc-slider-counter5 span{
    color:#fff;
    margin-right: 3px;
}

.mfc-controls-row .slick-arrow {
    position: relative;
    width:40px;
    height:40px;
    left:unset;
    top:unset;
    right:unset;
    bottom:unset;
    background: none;
    margin: 0 20px;
    filter: brightness(0.7);
}

.mfc-controls-row .slick-arrow.slick-arrow:hover {
    transform: unset;
    filter: brightness(1);
}

.ss-left img {
    transform: rotate(180deg);

}

.special-slick-arrow img {
    width:28px;
}

@media screen and (max-width:1180px) {
    .mfc-pic-wrap {
        max-width: calc(50% + 24px);
    }


    .mfc-act-price {
        margin-right: 0;
        margin-bottom: 12px;
        font-size:28px;
    }

    .mfc-price-row {
        flex-direction:column;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .mfc-info-scu-row {
        display:none;
    }

    .mfc-unit-info-block-wrap {
        top:12px;
        width: 50%;
    }

    .mfc-unit-info-block {
        min-width: 100%;
        max-width: 100%;
        border-width: 6px;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mfc-old-price {
        font-size:20px;
    }

    .mfc-controls-row {
        max-width: calc(50% - 50px);
        min-width: calc(50% - 50px);
        padding:10px;
    }

    .mfc-unit-title {
        font-size:20px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:991px) {
    .mfc-controls-row {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        padding: 10px 10px 0;

    }

    .mfc-act-price {
        margin-bottom: 3px;
    }

    .mfc-price-row {
        margin-bottom:12px;
    }

    .mfc-slider-counter {
        line-height:1;
    }
}

@media screen and (max-width:768px) {
    .mfc-car-unit {
        flex-direction:column;
    }

    .main-filtered-carousel-panel {
        padding-left:0;
        padding-right: 0;
    }

    .mfc-unit-info-block-wrap {
        position: relative;
        top:unset;
        left:unset;
        right:unset;
        bottom:unset;
        transform: translateY(-20px);
        width:100%;
    }

    .mfc-pic-wrap {
        width:100%;
        max-width: 100%;
    }

    .mfc-unit-info-block {
        width:calc(100% - 40px);
        max-width: 100%;
        min-width: unset;
    }

    .mfc-controls-row {
       /* display:none;*/
justify-content: center;
        display: flex
;
        justify-self: anchor-center;
        position: relative;
        padding: 0px 10px 0;
        margin-top: -30px;
        margin: 0 auto;
        /* text-align: center; */
        /* display: flex
; */
        /* align-items: center; */
        /* alignment-baseline: middle; */
        justify-content: center;
    }
	.mfc-cont-carousel .slick-dots {
		        display: none !important;
	}

    .mfc-cont-connected-carousel {
        display:none;
    }

    .main-filtered-carousel-section {
        padding-top:0px;
        padding-bottom: 20px;
    }

    .mfc-unit-title {
        font-size:18px;
        text-align: center;
    }

    .mfc-unit-info-block {
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 15px;
    }

    .mfc-act-price {
        font-size:24px;
    }

    .mfc-old-price {
        font-size:18px;
    }

    .mfc-price-row {
        align-items: center;
        width: 100%;
    }

    .mfc-unit-info-block .btn-row {
        width:100%;
    }

    .mfc-selector-unit img {
        display:none;
    }

    .mfc-selector-row-wrap {
        width:100%;
        overflow-x:auto;
        box-sizing: border-box;
    }

    .mfc-selector-unit p {
        white-space: nowrap;
    }

    .mfc-selector-row {
        justify-content: flex-start;
        margin-bottom: 35px;
		  margin-top: 35px;
    }

    .mfc-selector-unit {
        margin-right: 0;
        padding:0 20px;
        box-sizing: border-box;
    }

}






/*legend-map*/

.legend-house-panel.page-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
/*
.legend-house-panel .section-title {
    position: absolute;
    width:100%;
    top:40px;
    color:#fff;
    z-index: 2;
}
*/

.legend-house-panel .section-title {
   /* position: absolute;*/
   display:none;
    width:100%;
    top:40px;
  /*  color:#fff;*/
    z-index: 2;
}
.legend-house-section {
    overflow: hidden;
}

//*
.legend-house-panel::after {
    content:'';
    position: absolute;
    left:100%;
    width:200%;
    background:url(/local/templates/brusina2020/css/../img/legend-field.jpg)repeat-x;
    background-size: contain;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 1;
	filter: blur(7px);
}



.legend-house-panel::before {
    content:'';
    position: absolute;
    right:100%;
    width:200%;
    background:url(/local/templates/brusina2020/css/../img/legend-field.jpg)repeat-x;
    background-size: contain;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 1;
	filter: blur(7px);
}
*//


.lh-pic-wrap {
    width:100%;
}

.lh-pic {
    width:100%;
}

.lh-pic-wrap {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.lh-legend-dots-wrap {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:100%;
    height:100%;
}



.lh-unit {
    position: absolute;
}

.lh-u-1 {
    top: 42%;
    right: 31%;
}

.lh-u-2 {
    right:5%;
    top:67%;
}

.lh-unit-ico {
    width:56px;
    height:56px;
    border:3px solid #ED7632;
    box-sizing: border-box;
    border-radius: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.lh-unit-ico-wrap {
    width:36px;
    height:36px;
    border-radius: 100px;
    background-color:#ED7632;
    display:flex;
    justify-content: center;
    align-items: center;
}

.lh-card {
    position: absolute;
    background-color:#fff;
    border-radius: 18px;
    padding:17px 24px;
    box-sizing: border-box;
    min-width: 348px;
    bottom: calc(0% + 25px);
    left: 28px;
    pointer-events: none;
    transform: translateY(30px);
    opacity: 0;
    transition:0.2s;
}

.lh-unit:hover {
    z-index: 3;
}

.inner-left-side .lh-card {
    left: unset;
    right:28px;
}

.lh-unit:hover .lh-card {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
}

.lh-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

.lh-card ul {
    padding-left:0;
    list-style: none;
    margin-bottom: 20px;
}

.lh-card ul li {
    position: relative;
    font-size: 14px;
    padding-left:15px;
    line-height: 1.3;
    box-sizing: border-box;
    margin-bottom: 16px;

}

.lh-card ul li:last-child {
    margin-bottom: 0;
}

.lh-card ul li::after {
    content:'';
    position: absolute;
    left: 0px;
    top: 6px;
    width:6px;
    height:6px;
    border-radius: 10px;
    background-color:#ED7632;
}

.lh-more-link {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-flex;
    cursor: pointer;
    text-decoration: none;
    color:#ED7632;
    margin-left: 15px;
    position: relative;
}

@media screen and (max-width:1180px) {
    .legend-house-section {
        display:none;
    }
}







/*main-services-carousel*/

.main-services-section {
    padding-top:50px;
    padding-bottom: 50px;
    box-sizing: border-box;
	border-bottom:9px solid #f7f7f7;
}

.msl-unit {
    margin:0 8px;
    padding: 10px;
    box-sizing: border-box;
}


.slick-initialized .msl-unit {
    position: relative;
    transform: scale(0.8);
    overflow: hidden;
    transition: 0.2s;

}

.main-sevices-list .slick-track{
    display: flex !important;
    align-items: center;
}

.msl-unit.slick-current {
    transform: scale(1);
}

.msl-unit > img {
    position: relative;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}


.msl-unit-wrap {
    position: absolute;
    z-index: 2;
    color:#fff;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    width:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.msl-ico-wrpa {
    display:flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    margin-bottom: 15px;
}

.msl-ico-wrpa img {
    max-width: 100%;
    max-height: 80px;
}

.msl-title {
    margin-bottom: 13px;
    font-size:18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    transition: 0.2s;
	text-align:center;
}


.msl-unit:hover .msl-title{
    color:#E76227;
}

.msl-text {
    font-size:0;
    line-height: 0;
    text-align: center;
    margin-bottom: 23px;
}

.msl-unit.slick-current .msl-text {
    font-size:16px;
    line-height: 1.3;
}

.msl-cont-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition:0.2s;
    opacity: 0;
    transform: scale(0);
    overflow: hidden;
    height: 0;
    max-width: 290px;
}

.msl-more-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color:#ED7632;
    text-transform: uppercase;
    font-size:14px;
    line-height: 1;
    text-decoration: none;
}


.slick-current .msl-cont-text {
    transform: scale(1);
    opacity: 1;
    height: auto;

}



@media screen and (max-width:768px) {
    .msl-unit {
        padding:0;
        margin:0;
    }
    .msl-unit.slick-current .msl-text {
        font-size: 14px;
    }

    .slick-initialized .msl-unit {
        transform: none;
    }

    .msl-cont-text {
        transform: none;
        height:auto;
        opacity: 1;
    }

    .msl-text {
        font-size:14px;
        line-height: 1.3;
    }

    .main-sevices-list .slick-dots {
        margin-top:30px;
    }

    .main-services-section {
        padding-top: 20px;
    }


}






/*carousel-skew-section*/

.skew-block-section.carousel-skew-section  {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    color:#535353;
}

.skew-block-section.carousel-skew-section .section-title {
    margin-bottom: 12px;
}

.carousel-skew-subtitle {
    text-align: center;
    margin-bottom: 50px;
}

.carousel-skew-subtitle a {
    color:#8C1918;
    font-size:20px;
    font-weight: 700;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    transition: 0.2s;
}

.carousel-skew-subtitle a:hover {
    color:#E76227;
}

.carousel-skew-section-wrap {
    display: flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
    overflow:hidden;
    width: 100%;
    color: #fff;
}

.carousel-skew-section-wrap .skp-img{
    transform: skew(35deg);
    background-color: #ED7632;
}

.carousel-skew-section-wrap .skew-pic-bg-block {
    right: -50px;
}

.skp-img .img-like-block {
    transform: skew(-35deg);
    position: absolute;
    right: -20%;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    width: calc(100% + 30%);
    min-height: 100%;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-color: #ed7632;
}

.skew-section-carousel {
    max-height:100%;
}
.skew-section-carousel .slick-list, .skew-section-carousel .slick-track {
    height:100%;
}

.ssc-unit {
    overflow: hidden;
}

.ssc-unit img {
    width: 100%;
    /*max-width: 450px;*/
    filter:brightness(0.6);
    transition:0.2s;
}

.ssc-unit.slick-current img {
    filter: brightness(100%);
}

.skew-carousel-holder {
    width:100%;
    position: relative;
}

.carousel-skew-section-wrap .skew-pic-bg-block-right {
    background:none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.stc-unit .btn-row {
    justify-content: flex-start;
    margin-top: 30px;
}

.stc-unit .simple-link {
    font-size:16px;
    font-weight: 600;
    color:#fff;
    text-decoration: none;
    margin-left:25px;
}

.stc-unit .text-panel{
    min-height:138px;
}

.carousel-skew-section-wrap .skp-cont-block {
    padding-top: 20px;
    padding-bottom: 30px;
}

.mfc-controls-row2 .slick-arrow {
    background: none;
    position: relative;
}

.mfc-controls-row2 .slick-arrow img {
    filter: brightness(-100%) invert(1);
    transition:0.2s;
}

.mfc-controls-row2 .slick-arrow:hover img {
    filter:brightness(100%);
}

.mfc-controls-row2 {
    position: absolute;
    bottom: 20px;
    width: 200px;
    height: 61px;
    right: -30px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1180px) {
    .carousel-skew-section-wrap {
        flex-direction:column;
    }

    .carousel-skew-section-wrap .skew-block-left{
        order:2;
        width:100%;
        max-width: 100%;
    }

    .carousel-skew-section-wrap .skew-block-right{
        order:1;
        width:100%;
        max-width: 100%;
    }

    .carousel-skew-section-wrap .skew-pic-bg-block-right {
        position: relative;
        left:unset;
        top:unset;
        right:unset;
        bottom:unset;
        width:100%;
    }

    .carousel-skew-section-wrap .skew-pic-bg-block {
        left:unset;
        top:unset;
        right:unset;
        bottom:unset;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .carousel-skew-section-wrap .skp-img {
        transform: none;
    }

    .carousel-skew-section-wrap .skp-img .img-like-block {
        transform: none;
        left:unset;
        top:unset;
        right:unset;
        bottom:unset;
        position: relative;
    }

    .carousel-skew-section-wrap .skp-cont-block-left {
        width:100%;
    }

    .mfc-controls-row2 {
        bottom: auto;
        right: -30px;
        top: -61px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .stc-unit .text-panel {
        min-height: auto;
    }

    .carousel-skew-section-wrap .skp-cont-block {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .skp-title {
        font-size: 28px;
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .carousel-skew-section-wrap .slick-dots {
       /* position: absolute;*/
        bottom:0px;
        left:0;
        right:0;
		z-index: 999;
position: relative;
		margin-top:-50px !important;
		margin-bottom:20px !important;
        margin: auto;
    }

    .carousel-skew-section-wrap .slick-dots li button {
        border-color:#ED7632;
    }

    .carousel-skew-section-wrap .slick-dots li.slick-active button {
      /*  background-color: #fff;*/
    }

    .ssc-unit img {
        max-width: 100%;
    }
	

    .carousel-skew-section-wrap .skew-title-conn-carousel {
        width:100%;
    }

    .skew-title-conn-carousel .skp-title {
        max-width: 100%;
        text-align: center;
        font-size:24px;
        font-weight: 600;
    }
    .skew-title-conn-carousel .text-panel {
        text-align: left;
        font-size:14px;

    }

    .carousel-skew-section-wrap .skp-cont-block {
        padding-left: 10px;
        padding-left: 10px;
    }


}

@media screen and (max-width:480px){
    .stc-unit .btn-row {
        flex-direction: column;
        width:100%;
        align-items: flex-start;
    }

    .stc-unit .simple-link {
        margin-left:0;
        margin-top:15px;
    }

    .carousel-skew-section-wrap .skp-cont-block {
        padding-top:20px;
        padding-bottom: 20px;
    }
}








/*.seo-slider-wrapper*/

.seo-text-section {
    padding-top:70px;
    padding-bottom: 70px;
}

.seo-slider-text-panel > .text-panel {
    text-align: center;
}

.seo-slider-wrapper {
    margin-top:30px;
}

.stcarousel-unit {
    display:flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow:row nowrap;
}

.st-carousel-pic-wrap {
    display: flex;
    min-width: 460px;
    max-width: 460px;
    z-index: 1;
    height: 330px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.st-carousel-pic-wrap img {
	    transition: all .2s ease-in-out;
    width: 100%;
}

.colins .mcl-pic-wrap {
	transition: all .2s ease-in-out;
}
.colins .mcl-pic-wrap:hover {
	opacity: 0.85;
}

.mfc-controls-row4 .slick-arrow {
    background:none;
}

.st-carousel-text-wrap {
    border: 8px solid #E76227;
    padding: 40px 40px 30px 200px;
    box-sizing: border-box;
    transform: translateX(-150px);
    margin-top: 40px;
    max-width: calc(100% - 316px);
}

.stc-title {
    font-style: normal;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
}

.stcarousel-unit .btn-row{
    margin-top:28px;
    justify-content: flex-start;
}

.mfc-controls-row4 {
    position: absolute;
    bottom:0;
    left:28px;
    height:80px;
    width: 140px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mfc-controls-row4 .ss-left {
    left:0;
    width:28px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.mfc-controls-row4 .ss-right {
    right:0;
    width:28px;
    justify-content: center;
    align-items: center;
}

.scrolled-header {
    z-index: 150!important;
    position: fixed;
    top:0;
    left:0;
    right:0;
    width: 100%;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    background-color: #fff;
    padding-top:24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: 0.2s;
    box-shadow: 0px 4px 20px -5px rgba(0,0,0,0);
}

.scrolled-header.active {
    transform: translateY(0);
    box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.3);
}

.scrolled-header-wrapper {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:row nowrap;
}

.scrolled-header .header-main-menu > li {
    margin-right:25px;
}

.scrolled-header .header-main-menu > li:last-child {
    margin-right: 0;
}

.scrolled-header .header-main-menu > li > a {
    color:#333333;
    font-size:13px;
}

.scrolled-header .header-submenu {
    top: 23px;
    padding-top: 21px;
}

.st-pic-carousel {
    width:100%;
}

@media screen and (max-width:1180px) {

    .mfc-controls-row4 {
        left: unset;
        right: calc(100% + 95px);
        bottom: 10px;
    }

    .scrolled-header {
        display:none;
    }

    .stcarousel-unit {
        align-items: flex-start;
    }

    .st-carousel-text-wrap {
        transform: translate(-20px, 20px);
        padding: 30px 40px 30px 50px;
    }

    .st-carousel-pic-wrap {
        min-width:354px;
        max-width: 354px;
    }
}

@media screen and (max-width: 768px) {

    юmfc-controls-row4 {
        display:none;
    }

    .st-carousel-text-wrap {
        max-width:100%;
        width:100%;
    }

    .stcarousel-unit {
        flex-direction: column;
    }

    .st-carousel-pic-wrap {
        min-width: 100%;
        max-width: 100%;
        width:100%;
        height:auto;
        display:flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: visible;
    }

    .st-pic-carousel {
        width:100%;
    }

    .seo-text-carousel .slick-dots {
        bottom:-36px;
    }

    /*.st-carousel-pic-wrap img {*/
    /*    position: absolute;*/
    /*    top: -200%;*/
    /*    left: -100%;*/
    /*    right: -100%;*/
    /*    bottom: -200px;*/
    /*    margin: auto;*/
    /*    width: auto;*/
    /*    min-height: 100%;*/
    /*    height: auto;*/
    /*    min-width: unset;*/
    /*    max-width: unset;*/
    /*}*/

    .st-carousel-text-wrap {
        transform: none;
        border:none;
        padding:20px 0 0;
    }

    .stc-title {
        margin-bottom: 5px;
    }

    .seo-text-section {
        padding-top:30px;
        padding-bottom: 30px;
    }

    .seo-text-carousel .slick-dots {
        top: unset;
        bottom:-36px;
        position: absolute;
        left:0;
        right: 0;
    }

}



/*seo-simple-text-section*/

.seo-simple-text-section .seo-text-carousel {
    display:flex;
    justify-content: flex-start;
}

.st-pic-carousel-pic-wrap {
    display:flex;
}

.seo-simple-text-section .stcarousel-unit {
    justify-content: center;
    align-items: center;
}

.seo-simple-text-section .st-carousel-text-wrap {
    border: 8px solid #E76227;
    padding: 40px 40px 30px 63px;
    box-sizing: border-box;
    transform: translateX(-40px);
    margin-top: 40px;
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .seo-simple-text-section .st-carousel-text-wrap {
        transform: none;
        border: none;
        padding: 20px 0 0;
        margin-top: 0;
    }

    .stc-title {
        font-size:24px;
    }
}













.common-wave-bg {
    width:100%;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.common-wave-bg  .video-feedbacks-section {
    padding-bottom: 0;
}

@media screen and (max-width:1180px) {
    .common-wave-bg {
        padding-top:40px;
        padding-top:40px;
    }
}

@media screen and (max-width:480px) {
    .common-wave-bg {
        padding-top:30px;
        padding-top:30px;
		overflow: auto;
    }
}








/*catalog-page*/

/*catalog-list*/

.catalog-list-section {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.catalog-list-section .cl-pic-wrap > img {
    width: auto;

    max-height: 344px;
    background-size: auto;

    max-width: 450px;

}

.catalog-list-panel {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.catalog-list-unit {
    width:calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    display:flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    outline: none;
}

.catalog-list-unit:nth-child(3n) {
    margin-right: 0;
}

.cl-pic-wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cl-pic-wrap > img {
    width:auto;
    min-height:100%;
}

.cli-label-row {
    position: absolute;
    top:0;
   /* left:0;*/
    width:100%;
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    padding:16px;
    box-sizing: border-box;
}

.cli-label-unit {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color:#fff;
    text-transform:uppercase;
    padding:7px 20px;
    box-sizing: border-box;
    background-color:#E76227;
    border-radius: 40px;
    margin-right: 16px;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
}

.cli-lable-val-hit {
    background-color:#E76227;
}

.cli-lable-val-price {
    background-color:#EA4A48;
}

.cli-lable-val-top {
    background-color:#EDA132;
}




.cli-info-panel {
    position: absolute;
    left:0;
	max-width:450px;
    right:0;
    bottom:0;
    margin:auto;
    background-color:rgba(0,0,0,0.6);
    padding: 14px 14px 0 14px;
    box-sizing: border-box;
    width:100%;
    color:#fff;
    transform: translateY(calc(100% - 55px));
    transition: 0.2s;
}

.catalog-list-unit:hover .cli-info-panel{
    transform: translateY(0);
}



.cli-first-info-row {
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cli-m2-block {
    display:flex;
    align-items: center;
}

.cli-m2-block img {
    margin-right: 9px;
}

.cli-m2-block .mfc-connected-info-val {
    font-size:16px;
    font-weight: 500;
}

.cli-m2-block .mfc-connected-info-val span {
    font-size:18px;
    font-weight: 600;
}

.cli-price-block{
    text-align: right;
    font-size:16px;
    font-family: Montserrat, sans-serif;

}

.cli-price-block span {
    font-weight: 600;
    font-size:20px;
}



.cli-second-info-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.cli-2nd-info-block {
    display:flex;
}

.cli-2nd-info-block img {
    margin-right: 9px;
}

.cli-2nd-val-wrap {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
}

.cli-2nd-val {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
}

.cli-2nd-val span{
    font-weight: 300;
    font-size: 13px;
}

.cli-product-link-alike {
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #E76227;
    text-transform: uppercase;
    margin:20px 0;
}

.cli-list-unit-title {
    padding-top: 9px;
    font-size: 18px;
    line-height: 1.3;
	max-width:450px;
	margin:0 auto;
}

.cli-list-unit-title img {
    display:inline-flex;
    width:auto;
    margin-left: 5px;
    filter: brightness(300%);
    transition: 0.2s;
}

.catalog-list-unit:hover .cli-list-unit-title img {
    filter: brightness(100%);
}

@media screen and (max-width: 1180px) {
    .catalog-list-unit {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px;
    }
	
	   .special-promo-unit > img {
        width:100%;
		max-width:450px;
    }



    .catalog-list-unit:nth-child(3n) {
        margin-right: 16px;
    }
	
	    .catalog-list-unit:last-child {
       display:none;
    }


    .catalog-list-unit:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .catalog-list-unit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .special-promo-unit {
        padding-top:40px;
        padding-bottom: 40px;
    }

    .special-promo-unit > img {
        width:100%;
    }

    .catalog-list-unit:nth-child(3n) {
        margin-right:0;
    }

    .catalog-list-unit:nth-child(2n) {
        margin-right: 0;
    }

    .cl-pic-wrap > img {
        width: 100%;
        min-height: unset;
    }
}

@media screen and (max-width:480px) {
    .catalog-list-unit {
        margin-bottom: 24px;
    }
}





/*breadcrumbs*/

.items-direction-links {
    display:flex;
}

.items-direction-links a {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
    transition:0.2s;
    color:#333333;
    text-decoration: none;
}

.items-direction-links a:last-child {
    margin-right: 0;
}

.items-direction-links a img {
    margin:0 10px;
    filter: brightness(300%);
    transition: 0.2s;
}

.items-direction-links a:hover img {
    filter: brightness(1);
}

.items-direction-links a:first-child img {
    transform: rotate(180deg);
}

.breadcumbs {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs-list {
    padding-top:20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.breadcumbs a, .breadcumbs span {
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    color: #989898;
    margin-right: 28px;
    position: relative;
    text-decoration: none;
}

.breadcumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -17px;
    width: 10px;
    height: 10px;
    background: url(/local/templates/brusina2020/css/../img/bread-arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.4;
}

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

@media screen and (max-width:768px) {
    .breadcumbs-section .breadcumbs {
        display:none;
    }
	.items-direction-links {
    display: flex;
    margin: 0 auto;
}

}







/*catalog-selector*/

.catalog-list-selector-section {
    padding-top:15px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.catalog-list-selector {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    width:100%;
    flex-flow:row nowrap;
}

.cls-unit {
    max-width: 165px;
    margin-right: 55px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.cls-unit:last-child {
    margin-right: 0;
}

.cls-pic-wrap {
    width:100%;
    position: relative;
    /*border-radius: 90px;*/
    height:110px;
    overflow: hidden;
    margin-bottom: 14px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.cls-pic-wrap img {
    height:100%;
    width: auto;
    transition: 0.2s;
}

.cls-unit p {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
    transition: 0.2s;
    text-transform: uppercase;
    text-align: center;
}

.cls-unit:hover, .cls-unit.active p {
    color:#E76227;
}

/*.cls-unit:hover .cls-pic-wrap img {*/
/*    transform: scale(1.1);*/
/*}*/


@media screen and (max-width: 1180px) {

    .catalog-list-selector-panel {
        width:100%;
        overflow-x:auto;
    }

    .catalog-list-selector {
        min-width: 1060px;
        justify-content: flex-start;
    }

    .cls-unit {
        max-width: 146px;
        margin-right: 28px;
    }

    .cls-pic-wrap {
        height:120px;
    }
}

@media screen and (max-width:768px){
    .catalog-list-selector {
        min-width: unset;
        display: block;
        width:100%;
    }

    .catalog-list-selector .slick-dots {
        margin-top:32px;
    }

    .catalog-list-selector-panel {
        overflow:unset;
    }

    .cls-unit {
        max-width: unset;
        margin-right:unset;
    }

    .cls-pic-wrap {
        max-width:165px;
        margin-left:auto;
        height:130px;
        margin-right: auto;
    }

    .cls-unit p {
        font-size:14px;
    }
}








/*.filter-panel*/

.filter-preset-row {
	
    display:none;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
    width:100%;
}

.fpr-unit {
    border:1px solid #E76227;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color:#6F6F6F;
    background-color:transparent;
    cursor:pointer;
    outline:none;
    box-shadow: none;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:11px 14px;
    box-sizing: border-box;
    margin-right: 8px;
    border-radius: 4px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-top:4px;
    margin-bottom: 4px;
}

.fpr-unit:hover {
    font-weight: 500;
    background-color:#E76227;
    color:#fff;
}

.inner-title-row {
    padding-top: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.inner-title-row, .inner-title-row > * {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
}




/*slider-style*/

.noUi-target {
    background: #C7C7C7;
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 1px;
}

.noUi-horizontal .noUi-handle {
    top: -11px;
    height: 22px;
    bottom: -22px;
    border-radius: 100px;
    width: 22px;
    box-shadow: none;
    box-sizing: border-box;
    border: none;
    background-color: rgba(237, 118, 50, 0.6);
    cursor:pointer;
    outline:none;
    transition: 0.2s;
}

.noUi-handle::before {
    content:'';
    width:12px;
    height:12px;
    border-radius: 15px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:rgba(237, 118, 50, 1);
    transition: 0.2s;
}

.noUi-horizontal .noUi-handle.noUi-active, .noUi-horizontal .noUi-handle:hover {
    background-color: rgba(140, 25, 24, 0.6);
}

.noUi-horizontal .noUi-handle.noUi-active::before, .noUi-horizontal .noUi-handle:hover::before {
    background-color: rgba(140, 25, 24, 1);
}

.noUi-handle::after {
    display:none;
}

.noUi-target::after {
    content:'';
    position: absolute;
    left:-7px;
    top:-8px;
    bottom: -8px;
    margin:auto;
    width:8px;
    height:8px;
    border-radius: 8px;
    background-color:#C7C7C7;
}

.noUi-target::before {
    content:'';
    position: absolute;
    right: -7px;
    top:-8px;
    margin:auto;
    bottom: -8px;
    width:8px;
    height:8px;
    border-radius: 8px;
    background-color:#C7C7C7;
}


.filter-comp-panel {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    margin:50px 0;
}

.filter-cp-unit {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    width:calc(50% - 29px);
    margin-right: 58px;
}

.filter-cp-unit:nth-child(2n) {
    margin-right: 0;
}

.filter-cp-title {
    font-size: 16px;
    line-height: 1.3;
    color:#6C6C6C;
    font-weight: 600;
    margin-right: 26px;
}

.filter-ranger {
    width:100%;
}

.noUi-tooltip {
    font-size:16px;
    font-weight: 400;
    border:none;
    border-radius: 0;
    line-height: 1.3;
    padding:0 0 2px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #C7C7C7;
    bottom: 28px;
}

.noUi-pips-horizontal {
    pointer-events: none;
}

.noUi-marker {
    display:none;
}

.noUi-value {
    font-size: 12px;
    line-height: 1.3;
    color:#6C6C6C;
    transform: translate(-50%, 20%);
}


.filter-listed-units-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.flu-unit {
    width:calc(25% - 20px);
    margin-right: 42px;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.flu-unit:nth-child(4n) {
    margin-right: 0;
}

.flu-unit .select2-container--default .select2-selection--single {
    border:none;
    border-bottom: 1px solid #C7C7C7;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #E76227 transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:rgba(237, 118, 50, 0.3);
    color:#6C6C6C;
}

.select2-results__option[aria-selected] {
    color:#6C6C6C;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #8C1918  transparent;
}

.flu-unit *{
    outline: none !important;
}

.select2-container {
    width:100% !important;
}




.filter-sort-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.filter-sort-row .btn-row {
    justify-content: flex-start;
}

.filter-sort-row .btn-row .btn {
    margin-right:34px;
}

.remove-filter-btn {
    font-size: 16px;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.remove-filter-btn:hover {
    text-decoration: underline;
}

.remove-filter-btn img {
    margin-right: 6px;
}

.filter-sort-side {
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.filter-sort-unit {
    margin-left:12px;
    padding:8px 22px;
    box-sizing: border-box;
    position: relative;
    cursor:pointer;
    user-select: none;
}

.sort-asc, .sort-desc {
    border: 1px solid #ED7632;
    box-sizing: border-box;
    border-radius: 24px;
    padding-right: 57px;
}

.sort-asc::after {
    content: '';
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    right: 37px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.sort-asc::before {
    content: '';
    border-color: #ED7632 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    transform: rotate(180deg);
    height: 0;
    right: 18px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.sort-desc::after {
    content: '';
    border-color: #ED7632 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    right: 37px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.sort-desc::before {
    content: '';
    border-color: #B4B4B4 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    transform: rotate(180deg);
    height: 0;
    right: 18px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.filter-sort-side .filter-cp-title{
    margin-right: 0;
}


.special-promo-wrap {
    width:100%;
    position: relative;
    color:#fff;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
    text-align: center;
}

.special-promo-unit {
    position: relative;
    overflow:hidden;
}

.special-promo-unit > img {
    position: absolute;
    left:-100%;
    top:-100%;
    right:-100%;
    bottom:-100%;
    margin:auto;
    min-height:100%;
}

.spw-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
    color:#E76227;
    max-width: 80%;
}

.special-promo-wrap img {
    margin-bottom: 20px;
}

.special-promo-wrap p {
    font-size: 14px;
    line-height: 1.8;
}

.special-promo-wrap .btn-row {
    margin-top:25px;
}

@media screen and (max-width:1180px) {
    .filter-cp-unit, .flu-unit {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-cp-unit .filter-cp-title {
        margin-bottom: 56px;
    }

    .filter-ranger {
        width: calc(100% - 50px);
        margin: auto;
    }

    .flu-unit .filter-cp-title {
        margin-bottom: 24px;
    }

    .filter-sort-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .filter-sort-side {
        margin-top:40px;
    }

}

@media screen and (max-width:768px) {

    .filter-preset-row {
        display:none;
    }

    .inner-title-row, .inner-title-row > * {
        font-size:24px;
        text-align: center;
    }

    .filter-comp-panel {
        flex-direction: column;
    }
    .filter-cp-unit {
        width:100%;
        margin:0 0 30px 0;
    }

    .filter-listed-units-row {
        flex-flow: row wrap;
    }

    .flu-unit {
        width: calc(50% - 31px);
        margin-bottom: 32px;
    }

    .flu-unit:nth-child(4n) {
        margin-right: 20px;
    }

    .flu-unit:nth-child(2n) {
        margin-right: 20px;
    }

    .filter-sort-side {
        flex-direction: column;
    }

}












/*promo-events-section*/

.pr-events-section {
    background-color:#F9FAFA;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    padding-top:40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.pr-event-unit {
    position: relative;
}

.pr-unit-date-flag {
    position: absolute;
    left:0;
    top:24px;
    padding:15px 20px;
    box-sizing: border-box;
    background-color: #ED7632;
    font-size:14px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
}

.pr-unit-date-flag::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 100%;
    right: -33px;
    top: 0;
    bottom: 0;
    background: url(/local/templates/brusina2020/css/../img/pr-flag-decor.svg)no-repeat;
    background-size: cover;
    background-position: top left;
}

.pr-event-unit {
    margin:0 15px;
}

.pr-event-panel {
    padding-left:5px;
    padding-right: 5px;
}

.pr-event-unit img {
    width:100%;
	border:7px solid #e4e4e4;
	 opacity: 1;
	    transition: all 0.2s ease-in-out 0s;
}

.pr-event-unit img:hover {
	 opacity: 0.85;
	    transition: all 0.2s ease-in-out 0s;
		
}

.pr-unit-text-panel {
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    margin: auto;
    background-color:rgba(0,0,0,0.7);
    padding:20px 24px;
}

.pr-unit-title{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color:#E76227;
    margin-bottom: 3px;
}

.pr-unit-text-cont {
    font-size: 14px;
    line-height: 1.3;
    color:#fff;
}


@media screen and (max-width: 1240px) {
    .pr-event-panel {
        padding-left:20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px){
    .pr-event-panel{
        padding-left: 0;
        padding-right: 0;
    }

    .pr-events-section {
        padding-top:28px;
        padding-bottom: 28px;
    }

    .pr-event-unit {
        margin:0;
    }

    .pr-event-panel .slick-dots {
        margin-top:28px;
    }
}

@media screen and (max-width: 480px) {
    .pr-event-unit{
        min-height: 250px;
        overflow: hidden;
    }

    .pr-event-unit img {
        width:auto;
        height:100%;
    }
}








/*.catalog-item-page*/


.catalog-item-info-carousel-section{
    margin-bottom: 36px;
}

.cip-carousel-wrap {
    max-width:847px;
}

.cip-unit img {
    width:100%;
	cursor: url(/img/zoomin.cur), pointer;
}

.cip-carousel {
    margin-bottom: 24px;
}

.cip-conn-carousel {
    padding:0 20px;
    box-sizing: border-box;
}

.cip-conn-carousel .slick-arrow.slick-prev {
    left:0;
}

.cip-conn-carousel .slick-arrow.slick-next {
    right:0;
}

.cip-conn-carousel .slick-arrow.slick-right {
    right:0;
}

.cip-conn-unit {
    margin:0 12px;
}

.cip-conn-unit img{
    max-width:100%;
	    transition: all .1s ease-in-out;
		cursor: pointer;
		
}
.cip-conn-unit img:hover {
	
	opacity: 0.8;
}


.cip-carousel-main-wrapper {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cip-carousel-wrap {
    width:100%;
    margin-right: 30px;
}

.cip-info-wrap {
    min-width: 263px;
}

.cip-ib-title{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.cip-info-block .mfc-info-scu-row {
    flex-flow:row wrap;
    margin-bottom: 0;
}

.cip-info-block .mfc-scu-unit {
    width:50%;
}

.cip-info-block .mfc-scu-unit:nth-child(1), .cip-info-block .mfc-scu-unit:nth-child(2) {
    margin-bottom: 16px;
}

.cip-info-block {
    margin-bottom:25px;
}




.cip-special-list {
    font-size: 18px;
    line-height: 1.3;
    color: #333333;
    list-style: none;
}

.cip-special-list li {
    padding-left:24px;
    position: relative;
    margin-bottom:4px;
}

.cip-special-list li::after {
    content:'';
    position: absolute;
    left: 0;
    top: 7px;
    width:13px;
    height:10px;
    background:url(/local/templates/brusina2020/css/../img/check-icon.svg)no-repeat;
    background-size:contain;
    background-position: center;
    margin:auto;
}

.cip-price-comp-selector {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.cip-cp-btn{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-right:20px;
    position:relative;
    cursor:pointer;
    transition: 0.2s;
}

.cip-cp-btn:hover {
    color:#E76227;
}

.cip-cp-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ED7632;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: -3px;
    transition: 0.2s;
}

.cip-cp-btn.active::after {
    opacity: 1;
}

.cip-cp-btn:last-child {
    margin-right: 0;
}

.cip-cp-btn.active {
    color: #ED7632;
}

.cip-pcu-item {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.cip-pcu-item span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: #333333;
}

.cip-price-cont-panel {
    margin-bottom:16px;
}

.cip-pcu-item:last-child {
    margin-bottom: 0;
}

.cip-price-cont-unit {
    display:none;
}

.cip-price-cont-unit.active {
    display:block;
}

.compare-table-link{
    font-size: 18px;
    line-height: 1.3;
    color:#ED7632;
    border-bottom: 1px dashed #E76227;
    display: inline-flex;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
    margin-top: 10px;
}

.compare-table-link:hover {
    border-color:transparent;
}

.cip-links-btns-block .btn-row {
    margin-bottom: 18px;
}

.cip-links-btns-block .btn {
    font-size:20px;
    width:100%;
}

.cip-added-links-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
}

.cip-added-links-row a {
    margin-right: 30px;
    text-decoration: none;
    color:#E76227;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    transition: 0.2s;
}

.cip-added-links-row a:hover {
    color:#8C1918;
}

.cip-added-links-row a:last-child {
    margin-right: 0;
}
@media screen and (max-width:910px) {
.mfc-scu-val span {
    font-size: 22px;
    font-weight: 600;
    white-space: normal !important;
}
.catalog-list-panel .cl-pic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto;
    /* text-align: center; */
}


.catalog-list-panel .cli-list-unit-title {
    padding-top: 9px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}
}
@media screen and (max-width:690px) {
.mfc-scu-val span {
    font-size: 18px;
    font-weight: 300;
    white-space: normal !important;
}
}
@media screen and (max-width:1180px) {
	
	.cips-hover-appear-block {
    position: absolute;
    background: #E7E7E7;
    border-radius: 4px;
    bottom: 0;
    left: -20%;
    right: -20%;
    top: auto;
    padding: 10px 14px !important;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #333333;
    line-height: 1.3;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    transform: translateY(-20px);
}
    .cip-carousel-main-wrapper {
        flex-direction: column;
    }

    .cip-carousel-wrap {
        max-width:100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .cip-info-wrap {
        min-width: unset;
        width:100%;
        display:flex;
        flex-flow:row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cip-ib-title {
        width:100%;
    }

    .cip-info-block .mfc-info-scu-row {
		width:80%;
        display:flex;
    }

    .cip-info-block {
        width:50%;
    }

    .spec-cip-block {
        order:3;
		margin-top:-40px;
    }

    .numspec-cip-block {
        order:1;
    }

    .compare-cip-block {
        order:2;
    }

    .cip-links-btns-block {
        order:4;
       
    }

    .cip-links-btns-block .btn-row .btn{
        width:auto;
        padding:10px 54px;
    }

    .cip-links-btns-block .btn-row {
        justify-content: center;
    }
}
.catalog-list-selector-section {
		display: block;
	}
	
.calc-text-input-part .btn-row {
	flex-flow: column;
}
.calc-text-input-part  .otpravka2  {
	margin-top:15px;
}

@media screen and (max-width:500px) {
	
	
	
	.footer-mbc-wrap {
    margin-right: 0;
    width: 100%;
}
.footer-contact-block {

    width: 100%;
    text-align: center;
}
.footer .mci-unit {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-mbc-wrap .mci-unit img {
	margin-right: 0px;
	margin-bottom: 10px;
}

.footer-copyright {
	flex-direction: column;
}

.footer_text_cop {
	text-align: center;
}

.poloz_pr {
	margin-top: 10px;
	padding-left: 0px;
}

.poloz_pr2 {
	margin-top: 10px;
	padding-left: 0px;
}

.footer-copyright_oferta {
	text-align: center;
}

.footer .mcs-list a {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-right: 34px;
}
.mobile-contact-social-list {
align-items: center;
    text-align: center;
    width: 100%;
}

.mcs-list {
    display: inline-table;
  
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
	 .special-promo-unit > img {
        width:100%;
		max-width:100%;
    }
    .cip-info-block {
        width:100%;
		margin-top:0px;
    }

    .spec-cip-block, .compare-cip-block, .numspec-cip-block, .cip-links-btns-block{
        order:unset;
        width:100%;
    }

    .cip-added-links-row a {
        font-size:16px;
    }

    .cip-special-list, .cip-pcu-item {
        font-size:16px;
    }
	
	.catalog-list-panel .cl-pic-wrap {

    max-width: 100% !important;

    /* text-align: center; */
}

}







/*catalog-item-special-links-section*/

.catalog-item-special-links-section {
    background:url(/local/templates/brusina2020/css/../img/wood-row-bg.jpg) no-repeat;
    background-size:cover;
    padding-top:40px;
    padding-bottom: 40px;
    margin-bottom: 36px;
}

.catalog-item-special-links-panel {
    display:flex;
}

.cipsl-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
}

.cipsl-row a {
    display: block;
    text-align: center;
    width: 23%;
    text-decoration: none;
}

.cipsl-row a img {
    width:auto;
    max-width: 100%;
	max-height:68px;
}

.cipsl-row a span {
    font-size: 18px;
    line-height: 27px;
    color:#fff;
    border-bottom:1px dashed #fff;
    text-align: center;
    display: inline;
}

.cips-pic-holder {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 68px;
    margin-bottom: 10px;
}

@media screen and (max-width:1180px) {
    .cipsl-row a {
        width:100%;
    }

    .cipsl-row a {
        padding:0 60px;
        box-sizing: border-box;
    }

    .cipsl-row  .slick-arrow{
        background: url(/local/templates/brusina2020/css/../img/dark-border-arrow-car.svg)no-repeat;
        background-position: center;
        background-size: cover;
    }

    .cipsl-row {
        display: block;
    }
}

@media screen and (max-width:768px) {
	.catalog-list-selector-section {
		display: none;
	}
	.catalog-list-panel .cl-pic-wrap {
   
    max-width: 450px;
  
}
    .catalog-item-special-links-section {
        padding-bottom: 24px;
    }

    .cipsl-row .slick-dots {
        margin-top:24px;
    }
}

@media screen and (max-width:375px) {
    .cipsl-row a {
        padding:0 20px;
    }
}














/*video-section*/

.video-section img {
    width:100%;
}




/*paginator*/

.paginator {
    display:inline-flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
    border:1px solid rgba(155, 155, 155, 0.5);
    border-radius: 50px;
    overflow:hidden;

}

.paginator a {
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-family: Montserrat, sans-serif;
    color:#E76227;
    width:40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-right:1px solid rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    transition: 0.2s;
}

.paginator a:hover {
    background-color:#E76227;
    color:#fff;
}

.paginator a img {
    transition: 0.2s;
}

.paginator a:hover img{
    filter:brightness(300%);
}

.paginator a:last-child {
    border-right:none;
}

.paginator a.pag-prev img {
    transform:rotate(180deg);
}



.paginator-wrap {
    margin-bottom: 60px;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width:768px) {
    .paginator-wrap {
        justify-content: center;
    }
}






/*catalog-specification-table*/

.cis-table-selector {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow:row nowrap;
    padding:30px 0;
    box-sizing: border-box;
}

.cis-table-selector .cip-cp-btn {
    margin:0 35px;
}

.cis-table-cont {
    width:100%;
}

.cis-table-like-cont-panel {
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cist-head-row{
    background-color:#E76227;
    padding:14px 0;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    color:#fff;
    font-weight: 600;

}

.cist-head-row span {
    border-bottom: 1px dashed #fff;
}

.cist-cont-subhead-row {
    font-weight: 600;
    color:#8C1918;
    font-size: 18px;
    line-height: 1.3;
}

.cist-cont-subhead-row a {
    position: relative;
    text-decoration: none;

}

.cist-cont-subhead-row a span {
    font-size: 10px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #E76227;
    border-radius: 20px;
    width:16px;
    height:16px;
    color:#fff;
    position:absolute;
    line-height: 1;
    top: -8px;
    right: -10px;

}



.cist-h-unit {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.cist-h1, .cist-cont-subhead-row {
    padding: 0 24px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cist-h2, .cist-h3 {
    max-width: 10%;
}

.cist-cont-subhead-row {
    border:1px solid #E1E1E1;
    background-color: #F6F6F6;
}

.cist-cont-row {
    border-left:1px solid #E1E1E1;
    border-right:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    padding-top:14px;
    padding-bottom:14px;
    box-sizing: border-box;
    text-align:left;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}


.cist-cont-block:last-child {
    border-bottom: 1px solid #E1E1E1;
}

.cist-cont-row:last-child {
    border-bottom: none;
}

.cist-cont-row a {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-left:18px;
}

.cist-h-unit > img {
    opacity: 0;
    pointer-events: none;
}

.cist-h-unit.active > img {
    opacity: 1;
    pointer-events: none;
}

.pr-events-with-title-section .section-title{
    margin-bottom: 20px;
}

.show-more-for-mobile {
    display:none;
}

@media screen and (max-width:1180px) {
    .cis-table-selector .cip-cp-btn {
        margin: 0 17px;
        font-size:12px;
    }

    .cist-head-row .cist-h-unit {
        padding:0 6px;
        text-align: center;
    }

    .cist-head-row span {
        border-bottom: none;
    }

    .cist-h2, .cist-h3 {
        max-width: 13%;
    }

    .cist-h-unit, .cist-cont-subhead-row {
        font-size:14px;
    }

    .catalog-item-special-links-section {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:820px){
    .cis-table-selector {
        min-width:770px;
        justify-content: flex-start;
    }

    .cis-table-selector-wrap {
        width: 100%;
        overflow-y:scroll;
    }
}


@media screen and (max-width: 480px) {
    .cist-cont-subhead-row {
        justify-content: space-between;
        align-items: flex-start;
    }
    .cist-h1, .cist-head-row .cist-h1 {
        padding:0 10px;
    }

    .cis-table-like-cont-panel {
        height: 100%;
        overflow: auto;
    }

    .show-more-for-mobile {
		display:none;
      
        font-size: 16px;
        line-height: 19px;
        color:#E76227;
        border-bottom: 1px dashed #E76227;
        margin-top:12px;
        font-weight: 600;
    }

}





/*catalog-same-item*/

.catalog-list-section .section-title {
    margin-bottom: 50px;
}









/*discount-page*/

.discount-page-section {
    padding-bottom: 42px;
}

.discount-page-panel .section-title {
    margin-top:20px;
    text-align: left;
    justify-content: flex-start;
}

.discount-page-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.discount-page-list .pr-event-unit {
    margin:0 30px 30px 0;
    width:calc(33.3333% - 20px);
    display:flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-transition: box-shadow 100ms linear;
    -moz-transition: box-shadow 100ms linear;
    -o-transition: box-shadow 100ms linear;
    -ms-transition: box-shadow 100ms linear;
    transition: box-shadow 100ms linear;
}

.discount-page-list .pr-event-unit:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.discount-page-list  .pr-event-unit:nth-child(2n) {
    margin-right: 0;
}

.discount-page-list .pr-event-unit .pr-unit-text-panel {
    position: relative;
    background:none;
    /*padding:0;*/
    /*width:100%;*/
    padding: 0 16px 16px 16px;
    padding-top:10px;
}

.discount-page-list .pr-event-unit .pr-unit-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.discount-page-list .pr-event-unit .pr-unit-text-cont {
    font-size:18px;
    color:#333;
}

@media screen and (max-width:768px) {
    .discount-page-list .pr-event-unit .pr-unit-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .discount-page-list .pr-event-unit .pr-unit-text-cont {
        font-size: 16px;
    }

    .discount-page-list .pr-unit-text-panel {
        margin:4px 0 4px 0;
    }

    .discount-page-list .pr-event-unit {
        width:100%;
        margin-right: 0;
        margin-top:0;
        margin-bottom: 16px;
        min-height: unset;
    }

    .discount-page-list .pr-event-unit .pr-unit-text-panel {
        padding-top:0;
    }

    .discount-page-list .pr-event-unit img {
        width: 100%;
        height: auto;
    }
}





/*inner-top-pages-link-selector-section*/


.inner-top-pages-link-selector-section {
    width:100%;
    border-bottom:solid 2px #f6f6f6;
    /*margin-bottom: 20px;*/
}

.itp-row {
    display:flex;
    justify-content: center;
    align-items: center;
}

.itp-unit {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    padding:22px 24px;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#535353;
    transition:0.2s;
    margin-right: 50px;
    text-decoration:none;
    outline: none;
    text-transform: uppercase;
}

.itp-unit:last-child {
    margin-right: 0;
}

.itp-unit:hover {
    color:#E76227;
}

.itp-unit.active {
    background-color:#E76227;
    color:#fff;
}






.about-page-text-counter-wrap {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:row nowrap;
}

.about-page-text-col {
    width:100%;
}

.about-page-counter-col {
    min-width: 280px;
    padding:0 44px;
    box-sizing: border-box;
}

.apc-unit {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.3;
}

.apc-unit:last-child {
    margin-bottom: 0;
}

.apc-unit-numbers {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-align:center;
    color:#E76227;
}


.text-panel h1 {
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}


@media screen and (max-width:1180px) {
    .itp-unit {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.3;
        padding: 14px 18px;
        margin-right: 30px;
    }

    .about-page-text-counter-wrap {
        flex-direction: column;
    }

    .about-page-counter-col {
        padding:0;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-flow:row wrap;
        min-width: unset;
    }

    .apc-unit:last-child {
        margin:16px 32px;
    }

    .apc-unit {
        margin:16px 32px;
    }

    .about-page-counter-col {
        margin-bottom: 32px;
    }
}

@media screen and (max-width:768px) {
    .itp-row-wrap {
        width:100%;
        overflow-y:auto;
    }

    .itp-row {
        min-width: 100%;
        display:flex;
        justify-content: flex-start;
    }

    .itp-unit {
        margin-right: 10px;
        white-space: nowrap;
    }

    .text-panel h1 {
        font-size:24px;
    }
}







/*.about-page-text-slider-panel*/

.apt-selector-col {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.apts-unit {
    width:100%;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding:20px 26px;
    box-sizing: border-box;
    border-left:2px solid transparent;
    border-top:2px solid transparent;
    border-bottom:2px solid transparent;
    transition: 0.2s;
    position: relative;
    height: 80px;
    cursor:pointer;
}

.apts-unit p {
    transition:0.2s;
}

.apts-unit:hover p {
    color:#E76227;
}

.apts-unit::after {
    content: '';
    width: 54px;
    height: 54px;
    right: -28px;
    top: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    margin: auto;
    border-top: 2px solid #E76227;
    border-right: 2px solid #E76227;
    opacity: 0;
    transition: 0.2s;
    transform: rotate(45deg);
    pointer-events: none;
}

.apts-unit.active::after {
    opacity: 1;
}

.apts-unit.active:hover p {
    color:inherit;
}

.apts-unit.active {
    border-color:#E76227;
}

.apts-pic-wrap {
    width:66px;
    min-width: 66px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.apts-unit span {
    font-size: 18px;
    line-height: 1.3;
    margin-left:30px;
}

.about-page-text-slider-wrap {
    display:flex;
    flex-flow:row nowrap;
    width:100%;
    align-items: center;
}

.apt-selector-col {
    width: 390px;
    margin-right: 18px;
    padding-right: 40px;
    box-sizing: border-box;
}
.aptc-unit-ico-holder img {

    max-width: 101px;
}
.apt-cont-col {
    width: calc(100% - 430px);
    position: relative;
}

.apt-filtred-carousel {
    width:100%;
}

.apt-carousel-unit {
    position: relative;
    padding: 58px 60px 100px 60px;
    box-sizing: border-box;
	min-height:580px;
}

.aptc-unit-ico-holder [class^="flaticon-"]::before, .aptc-unit-ico-holder [class*=" flaticon-"]::before, .aptc-unit-ico-holder [class^="flaticon-"]::after, .aptc-unit-ico-holder [class*=" flaticon-"]::after {
 

    color: #fff;

}

.apts-pic-wrap [class^="flaticon-"]::before, .apts-pic-wrap [class*=" flaticon-"]::before, .apts-pic-wrap [class^="flaticon-"]::after, .apts-pic-wrap [class*=" flaticon-"]::after {
 

color: #ae5f63;


font-size: 40px;
margin-left: 10px;

}




.apt-carousel-unit-wrap {
    position: relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.aptc-bg-pic-holder {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    overflow:hidden;
}

.aptc-bg-pic-holder img {
    min-width: 100%;
    min-height:100%;
    width:auto;
    height:auto;
    position:absolute;
    left:-100%;
    right:-100%;
    top:-100%;
    bottom:-100%;
    margin:auto;
}



.aptc-unit-ico-holder {
    position: relative;
    padding:25px;
    box-sizing: border-box;
    border-bottom:3px solid #ED7632;
    margin-bottom: 18px;
}


.aptc-unit-ico-holder img {
    filter: brightness(400%);
}

.aptc-unit-text-block {
    position: relative;
    color:#fff;
}

.aptc-unit-text-block {
    text-align:center;
    font-size: 18px;
    line-height: 1.6;
}

.aptc-unit-text-block p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}


.mfc-controls-row5 {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:80px;
    width: 140px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.mfc-controls-row5 .ss-left {
    left:0;
    width:28px;
    display:flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.mfc-controls-row5 .ss-right {
    right:0;
    width:28px;
    justify-content: center;
    align-items: center;
    background: none;
}

.about-page-cont-panel {
    margin-bottom: 42px;
}


@media screen and (max-width:1180px) {
    .about-page-text-slider-wrap {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .apt-cont-col {
        width:100%;
    }

    .apt-selector-col {
        width:100%;
        display:flex;
        flex-flow:row nowrap;
        padding-right: 0;
        margin-right: 0;
    }

    .apts-unit {
        flex-direction: column;
        height:auto;
        border: 2px solid transparent;
        padding: 10px 6px;
    }

    .apts-unit::after {
        display:none;
    }

    .apts-unit p {
        text-align: center;
        font-size:12px;
        line-height: 1.3;
    }

    .apts-pic-wrap {
        margin-right: 0;
        min-width:unset;
        width:100%;
        margin-bottom: 8px;
        height: 47px;
    }
}

@media screen and (max-width:768px) {
    .apt-selector-col {
        display:none;
    }

    .apt-carousel-unit {
        padding: 18px 20px 60px 20px;
    }
}











.about-history-section {
    padding:70px 0;
    box-sizing: border-box;
}

.about-history-section .section-title {
    margin-bottom: 60px;
}

.a-history-column {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.a-history-unit {
    margin-bottom: 24px;
    width:calc(50% + 83px);
    display: flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}




.year-block {
    display:flex;
    width:166px;
    min-width: 166px;
    background-color: #464646;
    border-radius: 11px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    padding-top:16px;
    padding-bottom:16px;
    color:#fff;
    text-align: center;
    justify-content: center;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    margin-right: 24px;
    z-index: 1;
}

.a-history-text {
    position: relative;
    padding-top:20px;
    box-sizing: border-box;
}

.a-history-text::after {
    content:'';
    position: absolute;
    left:0;
    top:6px;
    height:3px;
    width:138px;
    background-color: #E76227;
}

.a-history-unit::after {
    content:'';
    width:3px;
    height: calc(100% + 24px);
    background-color:#E76227;
    top:0;
    left: 84px;
    right:unset;
    position: absolute;
}

.a-history-unit:nth-child(2n-1)::after {
    right:80px;
    left:unset;
}

.a-history-unit:nth-child(2n-1) .a-history-text::after {
    left:unset;
    right:0;
}

.a-history-unit:last-child::after {
    display:none;
}


.a-history-unit:nth-child(2n-1) {
    justify-content: flex-end;
    align-self: flex-start;
}

.a-history-unit:nth-child(2n-1) .a-history-text {
    order:1;
    text-align: right;
}

.a-history-unit:nth-child(2n-1) .year-block {
    margin-right: 0;
    margin-left:24px;
    order:2;
    z-index: 2;
}

@media screen and (max-width:1180px) {
    .a-history-text {
        font-size:14px;
    }
}

@media screen and (max-width:768px) {
    .a-history-unit {
        width:100%;
    }

    .a-history-unit:nth-child(2n-1) .year-block {
        order:1;
        margin-right: 12px;
        margin-left: 0;
    }

    .a-history-unit:nth-child(2n-1) .a-history-text {
        order: 2;
        text-align: left;
    }

    .a-history-unit::after {
        display:none;
    }

    .a-history-unit:nth-child(2n-1) .a-history-text::after {
        left: 0;
        right: unset;
    }

    .year-block {
        width:auto;
        min-width: unset;
        padding:6px 20px;
    }

    .aptc-unit-text-block p {
        font-size:14px;
    }

    .about-history-section .section-title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:480px) {
    .a-history-unit {
        flex-direction: column;
    }

    .a-history-text {
        padding-top:14px;
    }

    .a-history-unit {
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .a-history-text::after {
        left:0 !important;
        right:0 !important;
        margin:auto ;
    }

    .year-block {
        margin-right: 0 !important;
    }

}







/*our-team-section*/


.our-team-section {
    margin-bottom: 60px;
}

.our-team-section .section-title {
    margin-bottom: 32px;
}

.our-team-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.ot-unit {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width:calc(33.333% - 16px);
    margin-right: 24px;
    margin-bottom: 46px;
}

.ot-unit:nth-child(3n){
    margin-right: 0;
}

.ot-pic-wrap {
    display:flex;
    margin-bottom: 16px;
    width:100%;
}

.ot-pic-wrap img {
    width:100%;
	    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.otu-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.otu-position {
    font-size:14px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.otu-text {
    font-size:18px;
}

@media screen and (max-width:1180px) {
    .otu-text {
        font-size: 16px;
    }
}


@media screen and (max-width:768px) {
    .ot-unit {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width:calc(50% - 12px);
        margin-right: 24px;
        margin-bottom: 46px;
    }

    .ot-unit:nth-child(3n){
        margin-right: 24px;
    }

    .ot-unit:nth-child(2n){
        margin-right: 0;
    }
}

@media screen and (max-width:480px)  {
    .ot-unit {
        width:100% !important;
        margin-right: 0 !important;
    }

    .otu-name {
        font-size:16px;
    }

    .otu-text {
        font-size: 14px;
    }
}






/*wide-video-section*/

.wide-video-section {
    position: relative;
    overflow: hidden;
    padding:40px 0 80px;
    margin:40px 0 80px;
}

.wide-video-section .section-title {
    color:#fff;
    margin-bottom: 24px;
    position: relative;
}

.wide-video-section .text-panel {
    color:#fff;
    position: relative;
    text-align: center;
}

.wv-inner-panel .vfu-play-btn-wrap {
    margin:98px auto;
    position: relative;
}

.wv-bg-pic {
    position: absolute;
    left: -100%;
    top:-100%;
    right:-100%;
    bottom:-100%;
    margin:auto;
    min-height:100%;
    min-width: 100%;
    z-index: 0;
}

.wv-inner-panel {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wv-inner-panel .vfu-play {
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 0px 16px rgba(237, 118, 50, 0.4);
}

.wv-inner-panel .vfu-play img {
    max-width: 34px;
    filter: brightness(10);
    transform: translateX(3px);
}

@media screen and (max-width:1180px) {
    .wv-inner-panel .vfu-play-btn-wrap {
        margin: 58px auto;
    }
}

@media screen and (max-width:768px) {
    .wv-inner-panel .vfu-play {
        width: 70px;
        height: 70px;
    }

    .wv-inner-panel .vfu-play img{
        max-width: 24px;
    }
    .wide-video-section {
        margin:0 0 60px;
    }

}


/*style-for-forgotten-info-panel-on-catalog-item-page (catalog-item-specification-table.php)*/


.cist-head-row {
    background-color:#ED7632;
}


.with-vertical-orient-cis-unit .cist-h-unit {
    flex-direction: column;
    align-items: flex-start;
}

.cist-additional-services .cist-cont-block .cist-h-unit {
    font-size:18px;
}

.cist-h4 {
    max-width:20%;
    text-align: center;
}

.with-vertical-orient-cis-unit .cist-h-unit.cist-h4 {
    align-items: center;
    font-weight: 600;
}

.with-vertical-orient-cis-unit .cist-h-unit.cist-h4 span {
    font-weight: 400;
}

.cist-additional-services .cist-cont-block .cist-h-unit span{
    font-size:14px;
}

.with-vertical-orient-cis-unit .cist-h-unit.cist-h4 span.cist-unit-zero-price {
    font-weight:600;
    color:#E76227;
}

.with-vertical-orient-cis-unit .cist-head-row .cist-h-unit span {
    border:none;
    font-weight: 600;
}



.cist-tech {
    padding-top:40px;
    box-sizing: border-box;
}

.cist-tech-title {
    font-weight: 600;
    font-size: 24px;
    font-family: Montserrat;
    margin-bottom:14px;
}

.cist-tech-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cist-tech-col {
    width:50%;
}

.cist-tech-list {
    display:flex;
    flex-flow:column;
    align-items: flex-start;
    justify-content: flex-start;
    counter-reset: cist-tech-list-unit;
}

.cist-tech-list-unit {
    font-size: 18px;
    padding-left:51px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
}

.cist-tech-list-unit:last-child {
    margin-bottom: 0;
}


.cist-tech-list-unit span {
    font-size:14px;
}

.cist-tech-list-unit::after {
    counter-increment: cist-tech-list-unit;
    content:  counter(cist-tech-list-unit);
    position: absolute;
    left:0;
    top: -4px;
    width:36px;
    height:36px;
    color:#fff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    background-color:#ED7632;
}

.cist-tech-pic-holder {
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 504px;
}

.cist-tech-pic-holder img {
    max-width:100%;
}

.cist-tech-pic-pin {
    position: absolute;
    width:36px;
    height:36px;
    color:#fff;
    border:2px solid #fff;
    box-sizing: border-box;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    background-color:#ED7632;
}

.cist-tech-pic {
    display:flex;
    flex-direction:column;
    align-items: flex-end;
    justify-content: center;
}


/*temporary-cist-tech-pic-pin-position*/

.pin1 {
    top: 5%;
    left: 10%;
}

.pin2 {
    top:40%;
    left:50%;
}

.pin3 {
    top:80%;
    left:10%;
}

.cist-condition {
    font-size:18px;
}

.cist-condition a {
    font-weight: 600;
    color:#ED7632;
    text-decoration: none;
}

.cist-condition a:hover {
    text-decoration: underline;
}

.text-panel ul {

    box-sizing: border-box;
    list-style: none;
}

.text-panel ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left:20px;
}

.text-panel ul li::after {
    content:'';
    position: absolute;
    left:0;
    top: 8px;
    width:6px;
    height:6px;
    border-radius: 4px;
    background-color:#ED7632;
}

.cist-cond-link-comp {
    dispaly:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cist-cond-link-comp a {
    color:#ED7632;
    text-decoration: none;
    margin-right: 12px;
}



.cist-condition-hidden-map {
    padding:20px 0;
    box-sizing: border-box;
}

.cist-condition-pic-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    padding:12px 0;
    box-sizing: border-box;
}

.cist-condition-pic-row img {
    margin-right: 12px;
}

.cist-condition-hidden-map {
    display:none;
}

.cist-condition-show-map {
    border-bottom: 1px dashed #ED7632;
    text-decoration: none;
    transition: 0.2s;
}

a.cist-condition-show-map:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}


.cis-table-cont {
    display:none;
}

.cis-table-cont.active {
    display:block;
}

.cis-table-like-cont-panel {
    position: relative;
}

@media screen and (max-width:768px) {
    .cist-tech-row {
        flex-direction: column;
    }

    .cist-tech-col {
        width:100%;
        margin-bottom: 32px;
    }

    .cist-tech-pic {
        justify-content: flex-start;
        align-items: center;
    }
}



@media screen and (max-width:480px) {

    .cist-h4 {
        max-width: 40%;
        min-width: 70px;
        padding: 0 6px;
    }

    .cis-table-like-cont-panel {
        height:auto;
        max-height: 100%;
        overflow: auto;
        transition: 0.2s;
    }

    .cis-table-like-cont-panel.active {
        max-height:unset;
    }
    .cis-table-like-cont-panel1::after {
        content:'';
        position: absolute;
        width:100%;
        height:60px;
        left:0;
        bottom:0;
        right:0;
        margin:auto;
        opacity: 1;
        background:linear-gradient(to top, rgba(255,255,255,1) 0% ,rgba(255,255,255,0) 100%);
    }

    .cis-table-like-cont-panel.active::after {
        opacity: 0;
    }

    .cist-tech-list-unit::after {
        width:26px;
        height:26px;
        font-size: 17px;
        top: 1px;
    }

    .cist-tech-list-unit {
        font-size:16px;
        padding-left: 38px;
    }


}




/*how-we-do-section*/

.map-connected-list-panel{
    padding-top:50px;
    box-sizing: border-box;
}

.how-we-do-map-holder > ymaps {
    max-width:100%;
}

.map-connected-list-panel {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.mcl-unit {
    width:calc(33.3333% - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    text-decoration: none;
}

.mcl-unit:nth-child(3n) {
    margin-right: 0;
}

.mcl-pic-wrap {
    position: relative;
    display:flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 12px;
}

.mcl-pic-wrap > img {
    max-width: 100%;
}

.mcl-unit-info {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
}


.mcl-date {
    font-size:14px;
    color:#333333;
    opacity: 0.7;
    margin-bottom: 9px;
}

.mvl-video-row {
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    width:100%;
    background-color:rgba(0,0,0,0.6);
    padding:17px;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    color:#fff;
    font-size:18px;
    font-weight: 500;
    line-height:1.3;
}

.mvl-video-row .vfu-play-btn-wrap {
    position: relative;
    top:unset;
    left:unset;
    right:unset;
    bottom:unset;
    margin:0 18px 0 0;
}

.mvl-video-row span {
    font-size:26px;
    font-weight: 500;
    transform: translateY(2px);
    margin-right: 12px;
}

.mcl-title {
    transition: 0.2s;
}

.mcl-unit:hover .mcl-title {
    color:#E76227;
}


@media screen and (max-width:991px) {
    .mcl-unit {
        width: calc(50% - 15px);
    }

    .mcl-unit:nth-child(3n) {
        margin-right: 30px;
    }

    .mcl-unit:nth-child(2n) {
        margin-right: 0;
    }

    .mcl-unit .vfu-play {
        width:30px;
        height:30px;
    }
}

@media screen and (max-width: 768px) {
    .how-we-do-map-holder > ymaps {
        max-height:280px;
    }
}

@media screen and (max-width:480px) {
    .mcl-unit {
        width: 100%;
        margin-right: 0 !important;
    }
}











/*contact-page*/

.contacts-page-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 26px;
}

.contacts-col-form, .contacts-col-map {
    width:50%;
}

.contacts-col-form {
    padding-right: 100px;
    box-sizing: border-box;
}

.huge-phone {
    font-size:32px;
    line-height: 1.3;
    text-decoration:none;
    font-weight:700;
    color: #8C1918;
    font-family: Montserrat, sans-serif;
    margin-bottom: 42px;
}

.contacts-col-form .btn-row {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-info-list {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}

.contact-info-unit {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-info-pic-holder {
    display:flex;
    justify-content: center;
    align-items: center;
    min-width:32px;
    width:32px;
    margin-right: 12px;
    margin-top: 4px;
}

.contact-info-pic-holder img {
    max-width:100%;
}

.contact-info-unit p, .contact-info-unit a {
    font-size: 18px;
    line-height: 1.6;
    text-decoration: none;
}

.contact-info-unit span {
    font-size:12px;
    display:block;
}

.contact-unit-cont-block {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 26px;
}

.contacts-col-form .soc-net-icons-row{
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 10px;
}

.contacts-col-form .sni-unit {
    margin-left:0;
}

.contacts-col-form form {
    padding:40px 0 0 0;
    box-sizing: border-box;
}

.contacts-col-form form .input-row {
    margin-bottom: 24px;
}

.contacts-col-form form input, .contacts-col-form form textarea  {
    color:#333333;
}

.subsection-title {
    font-size:24px;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.contacts-page-section {
    margin-top:40px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.panoram-holder img, .captcha-row img, .call-the-taxi-block img{
    max-width:100%;
}


.cips-pic-holder {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 68px;
    margin-bottom: 10px;
}


.cips-pic-holder {
    position: relative;
}


.cips-hover-appear-block {
    position: absolute;
    background: #E7E7E7;
    border-radius: 4px;
    bottom: 0;
    left: -20%;
    right: -20%;
    top: auto;
    padding: 22px 34px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    line-height: 1.3;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition:0.2s;
    transform: translateY(-20px);
}

.cips-hover-appear-block::after {
    content:'';
    position: absolute;
    left:0;
    bottom: -9px;
    right:0;
    margin:auto;
    background-color:#E7E7E7;
    width:20px;
    height:20px;
    transform: rotate(45deg);
}

.cipsl-row a:hover .cips-hover-appear-block {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}




@media screen and (max-width:1180px) {
    .contacts-col-form {
        padding-right: 50px;
    }
    .huge-phone {
        font-size: 28px;
    }

    .contact-info-unit p, .contact-info-unit a {
        font-size: 16px;
    }

    .contact-unit-cont-block {
        margin-bottom: 20px;
    }

    .contacts-col-form form .input-row {
        margin-bottom: 16px;
    }

}

@media screen and (max-width:768px) {
    .contacts-col-form form {
        padding-top: 20px;
    }

    .contacts-col-form .soc-net-icons-row {
        margin-bottom:10px;
    }

    .contacts-page-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .contacts-col-form, .contacts-col-map{
        width:100%;
        padding-right: 0;
    }

    .contact-map-holder > ymaps {
        max-height:300px;
    }

    .contact-info-list {
        margin-top:30px;
    }
}


@media screen and (max-width:480px) {
    .subsection-title, .text-panel h2 {
        font-size: 20px;
    }

    .huge-phone {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        margin-bottom: 0;
    }

    .contacts-col-form .btn-row {
        justify-content: center;
    }

    .contacts-col-form {
        margin-bottom: 30px;
    }
}






/*portfolio-item*/

.portfolio-top-links-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-top-links-section {
    padding:35px 0;
}

.cii-portfolio-section {
    padding-bottom: 42px;
    box-sizing: border-box;
}

.cii-portfolio-section .cip-special-list {
    font-size:16px;
    line-height: 1.4;
}

.cii-portfolio-section .cip-pcu-item {
    font-size:16px;
    display:flex;
    justify-content: flex-start;
}

.cii-portfolio-section .cip-pcu-item span {
    margin-left:12px;
}

.cii-portfolio-section .compare-cip-block .btn-row {
    margin-top:20px;
}

.cii-portfolio-section .compare-cip-block .btn-row .btn {
    width:100%;
}

.cii-porfolio-unit-map-block .stc-unit .text-panel {
    min-height: unset;
    margin-bottom: 32px;
}

.cii-portfolio-section .cip-added-links-row {
    display:flex;
    justify-content: center;
    align-items: center;
}

.cii-portfolio-section .cip-added-links-row a {
    font-size:14px;
}



.ir-icon.ir-phone-color::after {
    background-image: url(/local/templates/brusina2020/css/../img/inpic-phone-color-ico.svg);
    background-color:#fff;
}

.ir-phone-color.input-row input {
    border-color:#fff;
}

.mb-70 {
    margin-bottom: 70px;
}


.what-has-been-done-seciton {
    padding:70px 0;
    box-sizing: border-box;
}

.checklist {
    list-style: none;
}

.checklist li {
    padding-left:22px;
    position:relative;
    margin-bottom: 8px;
}

.checklist li::after {
    content:'';
    position: absolute;
    top: 7px;
    left:0;
    width:12px;
    height:9px;
    background:url(/local/templates/brusina2020/css/../img/check-icon-dark.svg);
    background-size:contain;
}
.maiss {
		display:none;
	}

@media screen and (max-width:768px) {
	.maiss {
		display:block;
	}
	.inner-top-pages-link-selector-section {

    margin-top: 30px;
}
    .portfolio-top-links-row {
        flex-direction: column;
        align-items:flex-start;
    }

    .portfolio-top-links-row .items-direction-links {
        width:100%;
        display:flex;
		margin-bottom:10px;
        justify-content: space-between;
    }
}

@media screen and (max-width:480px) {
    .items-direction-links a {
        font-size:16px;
    }
}




.fancybox-wrap{
    opacity: 1!important;
}


/*inner-pro-wide-panel-section*/

.inner-pro-wide-panel-section {
    padding:40px 0 68px;
    box-sizing: border-box;
    background:url(/local/templates/brusina2020/css/../img/text-wide-bg.jpg)no-repeat;
    background-size:cover;
    background-position: center;
}

.inner-pro-wide-panel {
    max-width:680px;
}

.inner-pro-wide-panel .section-title {
    color:#fff;
    margin-bottom: 30px;
}


.inner-pro-wide-panel .text-panel {
    color:#fff;
    text-align: center;
    margin-bottom: 60px;
}

.add-aside-links-cont {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow:row wrap;
}

.add-aside-links-cont a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ED7632;
    text-decoration: none;
    transition: 0.2s;
}

.add-aside-links-cont:hover {
    color:#8C1918;
}

.subtext-panel {
    margin-top:30px;
    margin-bottom: 30px;
}


.subtext-panel p {
    font-size:14px;
}


/*calculator-page*/

.calculator-page-section {
    padding:70px 0;
}

.calculator-form {
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-size: 40%;
    border-radius: 100px;
    background-color: #fafafa;
    background-repeat: repeat;
    max-width: 795px;
    padding: 55px 165px 55px 75px;
    box-sizing: border-box;
    
}

.calc-form-title {
    font-size:32px;
    font-weight:600;
    line-height:1.3;
    margin-bottom: 36px;
    font-family: Montserrat, sans-serif;
}

.calc-form-block {
    margin-bottom:24px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    color:#333333;
}

.calc-form-block-title {
    font-size:18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;

}

.calc-form-block-title span {
    color:#E76227;
}

.input-row input[type="radio"]{
    opacity: 0;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:0;
    pointer-events: none;
}

.input-row input[type="radio"] + label {
    font-size: 18px;
    line-height:1.3;
    position: relative;
    padding-left:32px;
}

.input-row input[type="radio"] + label span {
    font-weight: 600;
    color:#E76227;
}

.input-row input[type="radio"] + label::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 20px;
    background:transparent;
    z-index: 1;
}

.input-row input[type="radio"] + label::before {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    width:10px;
    height:10px;
    box-sizing: border-box;
    border-radius: 20px;
    background:#E76227;
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}

.input-row input[type="radio"] + div {
    font-size: 18px;
    line-height:1.3;
    position: relative;
    padding-left:32px;
}

.input-row input[type="radio"] + div::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 20px;
    background:transparent;
    z-index: 1;
}

.input-row input[type="radio"]:checked + div::before {
    opacity: 1;
}

.input-row input[type="radio"] + div::before {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    width:10px;
    height:10px;
    box-sizing: border-box;
    border-radius: 20px;
    background:#E76227;
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}

.input-row input[type="radio"]:checked + label::before {
    opacity: 1;
}


.input-row input[type="checkbox"]{
    opacity: 0;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:0;
    pointer-events: none;

}
.input-row input[type="checkbox"] + label {
    font-size: 18px;
    line-height:1.3;
    position: relative;
    padding-left:32px!important;
}

.input-row input[type="checkbox"] + label::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 3px;
    background:transparent;
    z-index: 1;
}

.input-row input[type="checkbox"]:checked + label::before {
    opacity: 1;
}

.input-row input[type="checkbox"] + label::before {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    width:10px;
    height:10px;
    box-sizing: border-box;
    border-radius: 3px;
    background:#E76227;
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}





.calc-form-block-list .input-row {
    margin-bottom: 12px;
}

.calc-form-block-list .input-row:last-child {
    margin-right: 0;
}

.calc-text-input-part .input-row{
    margin-bottom: 24px;
}

.calc-text-input-part .input-row input, .calc-text-input-part .input-row textarea {
    border-color:#C7C7C7;
    background-color:#fff;
    color:#333;
}

.calc-text-input-part .btn-row{
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    .calculator-form {
        width:100%;
        max-width: unset;
        padding:55px 75px;
    }
}

@media screen and (max-width:768px) {
    .calculator-page-section {
        padding: 40px 0;
    }

    .calculator-form {
        width: 100%;
        max-width: unset;
        padding: 35px 45px;
        border-radius: 20px;
        background-size: 80%;
    }

    .input-row input[type="radio"] + label {
        font-size:16px;
    }
    .input-row input[type="checkbox"] + label {
        font-size:16px;
    }
    .input-row input[type="radio"] + div {
        font-size:16px;
    }
}

@media screen and (max-width:480px) {
    .input-row input[type="radio"] + label {
        font-size:12px;
    }

    .input-row input[type="checkbox"] + label {
        font-size:12px;
    }

    .input-row input[type="checkbox"] + div {
        font-size:12px;
    }

    .calculator-page-panel {
        padding:0;
    }

    .calculator-page-section {
        padding:0;
    }

    .calculator-form {
        padding: 35px 10px;
    }

}

/*.mother-page*/

.mother-page-section {
    padding-top:33px;
    box-sizing: border-box;
}

.mother-page-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.mother-page-text-col {
    width:100%;
    margin-right: 40px;
}

.mother-page-text-col .inner-title-row{
    font-size:24px;
}


.mother-page-text-col {


}

.mother-page-text-panel {
    counter-reset: mpt-unit-counter;
}

.mpt-unit {
    position: relative;
    padding-left:100px;
    min-height: 110px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.mpt-unit::before {
    counter-increment: mpt-unit-counter;
    content: counter(mpt-unit-counter);
    position: absolute;
    top:0;
    left:0;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 120px;
    line-height: 1;
    color: #ED7632;
    width: 90px;
    text-align: center;
}






.mother-page-form-col {
    max-width:262px;
    width:100%;
}




.mother-doc-list-panel {
    padding-left:100px;
    box-sizing: border-box;
}

.mother-page-form {
    background-color: #F9FAFA;
    box-sizing: border-box;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    border-radius: 14px;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    padding: 26px;
    position: sticky;
    top: 120px;
}

.mother-page-form .input-row {
    margin-bottom: 15px;
}

.mother-page-form .input-row input, .mother-page-form .input-row textarea {
    background-color:#fff;
    color: #000;
    padding-left: 22px;
}

.mp-form-title {
    font-size:18px;
    line-height:1.3;
    font-weight: 600;
    color:#333333;
    text-align: center;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
}

.mother-page-form .btn-row {
    width:100%;
    margin-top:18px;
}

.mother-page-form .btn-row .btn {
    width:100%;
}

.mother-catalog-section {
    padding-top:50px;
}

.mother-catalog-section .catalog-list-section {
    padding-top:0;
}

.mother-catalog-section .inner-title-row {
    font-size:24px;
}

@media screen and (max-width:991px) {
    .mother-doc-list-panel {
        padding-left:0;
    }

    .mother-page-panel {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .mother-page-text-col {
        margin-right:0;
        margin-bottom:40px;
    }

    .mother-page-form-col {
        max-width:100%;
    }

    .mpt-unit::before {
        font-size: 80px;
        width: 60px;
    }

    .mpt-unit {
        position: relative;
        padding-left: 64px;
    }

    .mother-page-section .inner-title-row, .mother-catalog-section .inner-title-row {
        font-size:20px;
        text-align: left;
    }
}

@media screen and (max-width:480px) {
    .mpt-unit::before {
        font-size: 50px;
        width: 40px;
    }

    .mpt-unit {
        position: relative;
        padding-left: 48px;
    }
}


/*qa-page*/

.qa-page-section {
    padding:33px 0;
    box-sizing: border-box;
}

.qa-page-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.qa-page-selector-col {
    width:100%;
    max-width:262px;
    box-sizing: border-box;
    margin-right: 30px;
}

.qa-page-selector-list {
    background-color: #F9FAFA;
    box-sizing: border-box;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    border-radius: 14px;
    overflow: hidden;
    font-size:18px;
    color:#333333;
    padding:26px;
    position: sticky;
    top:120px;
}


.qa-page-cont-col {
    width:100%;
    box-sizing: border-box;
}

.qa-page-selector-list ul{
    list-style: none;
}

.qa-page-selector-list li {
    margin-bottom: 12px;
}

.qa-page-selector-list li:last-child {
    margin-bottom: 0;
}

.qa-page-selector-list li a {
    text-decoration: none;
    transition: 0.2s;
}

.qa-page-selector-list li.active a {
    font-weight: 600;
    color:#ED7632;
}


.qa-page-cont-unit {
    width:100%;
    margin-bottom:33px;

}

.qa-page-cont-unit:last-child {
    margin-bottom: 0;
}


.qa-page-cont-title {
    font-size:24px;
    font-family: Montserrat;
    font-weight: 600;
    margin-bottom: 8px;
}

.qap-unit-list {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 14px;
    backgorund-color:#fff;
    overflow:hidden;

}

.qap-unit {
    border-bottom: 1px solid #DEDEDE;
    padding:20px;
    transition: 0.2s;
    backgorund-color:#fff;
}

.qap-unit.active {
    background-color:#FAFBFA;
}




.qap-unit:last-child {
    border-bottom: none;
}

.qap-title {
    font-size: 18px;
    font-weight: 600;
    color:#333;
    transition: 0.2s;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 1.3;
    cursor:pointer;
}

.qap-title::after {
    content:'';
    position: absolute;
    top: 7px;
    right:0;
    width:6px;
    height:6px;
    background:none;
    border-right:2px solid #ED7632;
    border-bottom:2px solid #ED7632;
    transform: rotate(45deg);
    transition: 0.2s;
}

.qap-unit.active .qap-title::after {
    transform: rotate(-135deg);
    top: 10px;
}

.qap-unit.active .qap-title {
    color:#ED7632;
}

.qap-cont {
    padding-top:12px;
    box-sizing: border-box;
    display:none;
}


@media screen and (max-width:991px) {
    .qa-page-selector-col {
        max-width: 222px;
    }


    .qa-page-selector-list li {
        margin-bottom: 8px;
    }

    .qa-page-selector-list li a{
        font-size:16px;
    }
}

@media screen and (max-width:768px) {
    .qa-page-panel {
        flex-direction: column;
    }

    .qa-page-selector-col{
        max-width:unset;
        margin-right: 0;
    }

    .qa-page-selector-list {
        position: relative;
        top:unset;
        margin-bottom: 24px;
    }

    .qap-title {
        font-size: 16px;
    }

    .qa-page-cont-title {
        font-size: 20px;
    }

    .qap-cont p {
        font-size:14px;
    }
}


/*credit-page*/


.credit-page-section {
    padding-top:36px;
    box-sizing: border-box;
}

.credit-page-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.credit-page-text-col {
    width:100%;
    margin-right: 40px;
}


.credit-text-selector-row {
    display:flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 10px;
    flex-flow: row wrap;
}

.cts-btn {
    display:flex;
    flex-flow:column;
    align-items: center;
    justify-content: flex-start;
    margin:0 6px 30px;
    cursor:pointer;
}

.cts-btn.active p{
    color:#ED7632;
}


.cts-pic-holder {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
}

.cts-btn p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(237,118,50,0);
    box-sizing: border-box;
    transition: 0.2s;
}

.cts-btn.active p {
    border-bottom: 2px solid rgba(237,118,50,1);
}


.cts-btn:hover p {
    color:#ED7632;
}

.credit-page-text-cont {
    display:none;
}

.credit-page-text-cont.active {
    display:block;
}




@media screen and (max-width:991px) {
    .credit-page-panel {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .credit-page-text-col {
        margin-right:0;
        margin-bottom:40px;
    }

    .credit-page-form-col {
        max-width:100%;
        width:100%;
    }

    .cts-pic-holder img {
        max-height:40px;
    }

}

@media screen and (max-width:768px) {
    .cts-pic-holder img {
        max-height:20px;
    }
}

@media screen and (max-width:480px) {
    .cts-btn p {
        font-size:12px;
    }
}


/*documents-page*/

.inner-documents-section {
    padding:56px 0;
    box-sizing: border-box;
}

.inner-document-unit {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 24px;
}

.idu-ico-holder {
    margin-right:30px;
    display:flex;
    flex-flow:column;
    align-items: flex-start;
    justify-content: flex-start;
}

.idu-ico-holder img {
    max-width:100%;
}

.idu-text-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size:18px;
}

.idu-text-panel p {
    color: #333333;
}

.idu-text-panel span {
    color: #bebebe;
    margin-left: 10px;
    min-width: 70px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .idu-ico-holder {
        max-width: 28px;
        margin-right: 16px;
    }

    .inner-documents-section {
        padding: 26px 0;
    }

    .idu-text-panel{
        font-size:16px;
    }
}

@media screen and (max-width:480px) {
    .idu-text-panel {
        font-size:14px;
    }
}



/*steps-page*/

.construciton-steps-page-section {
    padding-top:68px;
    box-sizing: border-box;
    padding-bottom: 100px;
}

.contsr-steps-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.constr-steps-side-col {
    width:100%;
    max-width: 264px;
    margin-right: 60px;
}

.constr-steps-carousel-col {
    width: calc(100% - 324px);
}

.css-col-list {
    display:flex;
    flex-flow:column;
    align-items: flex-start;
    justify-content: flex-start;
}

.css-col-unit {
    width:100%;
    padding:4px 24px;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid rgba(237,118,50, 0);
    border-right:none;
    transition: 0.2s;
    cursor:pointer;
    position: relative;
}

.css-col-unit.active {
    border-color: rgba(237,118,50, 1);
}


.css-col-unit::after {
    opacity: 0;
}

.css-col-unit.active::after {
    opacity: 1;
    transition: 0.2s;
    content: '';
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 41px;
    height: 41px;
    border-right: 2px solid rgba(237,118,50, 1);
    border-bottom: 2px solid rgba(237,118,50, 1);
    transform: rotate(-45deg) skew(-10deg, -10deg);
}

.css-col-unit span {
    font-weight: 500;
    font-size: 40px;
    font-family: Montserrat, sans-serif;
    width:42px;
    color: #d6d6d6;
    text-align: center;
    margin-right: 22px;
}

.css-col-unit.active span {
    color: #ED7632;
}

.css-col-unit p {
    font-size: 18px;
    color: #333333;
}

.constr-steps-carousel-col {
    background-color: #F9FAFA;
    box-sizing: border-box;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-repeat: repeat;
    border-radius: 20px;
    padding:50px;
    box-sizing: border-box;
}

.csc-carousel-unit-icon-holder {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}

.csc-carousel-unit-icon-holder img  {
    max-height:100px;
}

.csc-carousel-unit  {
    display:flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

}

.csc-carousel-unit p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    max-width:70%;
}

.csc-sub-carousel-unit-cont {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.csc-sub-carousel-unit-cont_col {
    width:calc(50% - 12px);
}

.csc-sub-carousel-unit-cont_col-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.csc-sub-carousel-unit-cont_col ul {
    list-style: none;
}

.csc-sub-carousel-unit-cont_col ul li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}

.csc-sub-carousel-unit-cont_col ul li::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 30px;
    height: 27px;
    display: flex;
}

.ucc-positive ul li::after {
    background:url(/local/templates/brusina2020/css/../img/incol-like.svg)no-repeat;
    background-size:cover;
}

.ucc-negative ul li::after {
    background:url(/local/templates/brusina2020/css/../img/incol-dislike.svg)no-repeat;
    background-size:cover;
    top: 4px;
}

.ucc-positive .csc-sub-carousel-unit-cont_col-title {
    color:#18A63D;
}

.ucc-negative .csc-sub-carousel-unit-cont_col-title{
    color:#FE504E;
}

.csc-counter-wrap {
    position: relative;
    padding:24px 0;
    box-sizing: border-box;
}

.csc-counter-wrap .mfc-controls-row {
    position: relative;
    width:100%;
    max-width: 100%;
    min-width: unset;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.csc-counter-wrap .mfc-controls-row .slick-arrow {
    filter:brightness(1);
}

@media screen and (max-width:991px) {

    .construciton-steps-page-section {
        padding-top: 20px;
    }
    .constr-steps-side-col {
        display:none;
    }
    .constr-steps-carousel-col {
        width:100%;
    }
}

@media screen and (max-width:760px) {
    .csc-carousel-unit p {
        max-width:100%;
        font-size:16px;
    }

    .csc-sub-carousel-unit-cont {
        display:flex;
        flex-direction: column;
    }

    .csc-sub-carousel-unit-cont_col {
        width:100%;
    }

    .constr-steps-carousel-col {
        padding: 40px 20px;
    }
}

@media screen and (max-width:480px) {
    .csc-carousel-unit-icon-holder img {
        max-height: 80px;
    }

    .csc-sub-carousel-unit-cont_col ul li::after {
        width: 15px;
        height: 14px;
        top: 5px;
    }

    .ucc-negative ul li::after {
        top: 6px;
    }

    .csc-sub-carousel-unit-cont_col ul li {
        line-height: 1.3;
        font-size:14px;
    }

    .csc-sub-carousel-unit-cont_col-title {
        margin-bottom: 14px;
    }

    .csc-sub-carousel-unit-cont_col {
        margin-bottom: 20px;
    }

    .construciton-steps-page-section {
        padding-bottom: 40px;
    }


}


/*.reviews-page*/

.reviews-selector-row-section {
    padding-top:50px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.reviews-selector-row-section .mfc-selector-row {
    margin-bottom: 0;
}

.rli-unit .mvl-video-row {
    top:0;
    justify-content: center;
    align-items: center;
}

.rli-unit .mvl-video-row .vfu-play-btn-wrap {
    margin-right: 0;
}

.rli-unit .vfu-play {
    width: 56px;
    height: 56px;
    box-shadow: 0px 0px 0px 10px rgba(237, 118, 50, 0.4);

}
.rli-unit .vfu-play img {
    max-width: 21px;
}

.rlu-more-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color:#E76227;
    text-decoration: none;
    margin-top:6px;
}

.rlu-more-link img {
    margin-left:10px;
    max-width:22px;
}


.add-aside-links-cont {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow:row wrap;
}

.add-aside-links-cont a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ED7632;
    text-decoration: none;
    transition: 0.2s;
}

.add-aside-links-cont:hover {
    color:#8C1918;
}

.paginator-with-cont-wrap .paginator {
    margin-right: 40px;
}

.paginator-with-cont-wrap {
    margin-bottom: 0;
}

.subtext-panel {
    margin-top:30px;
    margin-bottom: 30px;
}


.subtext-panel p {
    font-size:14px;
}

@media screen and (max-width:991px) {
    .paginator-with-cont-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .rlu-more-link {
        font-size:12px;
    }

    .add-aside-links-cont {
        margin-top:20px;
    }
}


.product-item-detail-tab-content.active li:after 
{
opacity: 0;}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {    border: 0px!important;}

.table-bordered {border: 0px!important;}

.grid figure p {font-size: 48.5%!important;}

.cls-unit p {transition: all .1s ease-in-out;}

 .cls-pic-wrap:hover img  {opacity: 0.7;}
 
 .header-logo-block a img {    transition: all .15s ease-in-out;}
 
  .header-logo-block:hover a img {opacity: 0.7; }

.sh-logo {transition: all .1s ease-in-out;}
.sh-logo:hover{
opacity: 0.7;}

.bx_filter .bx_filter_search_reset:hover {cursor: pointer;}



.cip-conn-unit {    background-color: black;}
/* End */


/* Start:/local/templates/brusina2020/css/custom.css?177746455080936*/

.reviews-doc-slider {
    position: relative;
max-width: 1180px;
    margin: 0 auto;
    padding: 0 35px;
}
.uvedomlenie {
	font-size: 11px;
    max-width: 230px;
    /* float: inline-end; */
    justify-self: flex-end;
}
.uvedomlenie {
	font-size: 11px;

    /* float: inline-end; */

}
.reviews-doc-slider__inner {
    overflow: hidden;
}

.review-doc-card {
    display: flex;
    align-items: stretch;
    min-height: 620px;
    background: #f3f3f3;
    border: 1px solid #e7e7e7;
}

.review-doc-card__left,
.review-doc-card__right {
    width: 50%;
}

.review-doc-card__left {
    padding: 42px 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.review-doc-card__right {
    position: relative;
    overflow: hidden;
    background: #efefef;
    border-left: 1px solid #e6e6e6;
}

.review-doc-card__image-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.review-doc-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #efefef;
}

.review-doc-card__person {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 38px;
}

.review-doc-card__avatar {
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-doc-card__person-meta {
    padding-top: 12px;
}

.review-doc-card__name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.review-doc-card__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #787878;
    font-size: 16px;
    line-height: 1.3;
}

.review-doc-card__props {
    margin-bottom: 28px;
}

.review-doc-card__prop {
    font-size: 18px;
    line-height: 1.55;
    color: #1d1d1d;
    margin-bottom: 4px;
}

.review-doc-card__prop-label {
    font-weight: 700;
}

.review-doc-card__text {
    font-size: 18px;
    line-height: 1.55;
    color: #111;
    max-width: 92%;
}

.reviews-doc-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;

    border: none;
    background: transparent; 

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 5;

    transition: transform .2s ease, filter .2s ease;
    padding: 0;
}

.reviews-doc-slider__nav img {
    width: 22px;
    height: 22px;
    display: block;
    transform: scale(1);
    transition: transform .2s ease, filter .2s ease;
}

/* hover эффект */
.reviews-doc-slider__nav:hover img {
    transform: scale(1.2);
  filter: brightness(1.7);
}

/* позиционирование */
.reviews-doc-slider__nav--prev {
    left: -20px;
}

.reviews-doc-slider__nav--prev img {
    transform: rotate(180deg);
}

.reviews-doc-slider__nav--prev:hover img {
    transform:  rotate(180deg) scale(1.2);
	
}

.reviews-doc-slider__nav--next {
    right: -20px;
}


@media (max-width: 991px) {
    .reviews-doc-slider {
        padding: 0 48px;
    }

    .review-doc-card {
        flex-direction: column;
        min-height: 0;
    }

    .review-doc-card__left,
    .review-doc-card__right {
        width: 100%;
    }

    .review-doc-card__right {
        border-left: 0;
        border-top: 1px solid #e6e6e6;
        min-height: 420px;
    }

    .review-doc-card__text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .reviews-doc-slider {
        padding: 0 40px;
    }

    .review-doc-card__left {
        padding: 24px 18px;
    }

    .review-doc-card__person {
        gap: 14px;
        margin-bottom: 24px;
    }

    .review-doc-card__avatar {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .review-doc-card__name {
        font-size: 20px;
    }

    .review-doc-card__date {
        font-size: 14px;
    }

    .review-doc-card__prop,
    .review-doc-card__text {
        font-size: 16px;
        line-height: 1.5;
    }

    .review-doc-card__right {
        min-height: 300px;
    }

    .reviews-doc-slider__nav {
        width: 42px;
        height: 42px;
    }

    .reviews-doc-slider__nav img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .reviews-doc-slider {
        padding: 0 34px;
    }

    .review-doc-card {
        border-radius: 12px;
        overflow: hidden;
    }

    .review-doc-card__left {
        padding: 20px 14px;
    }

    .review-doc-card__name {
        font-size: 18px;
    }

    .review-doc-card__prop,
    .review-doc-card__text {
        font-size: 15px;
    }

    .review-doc-card__right {
        min-height: 240px;
    }
}


.popup__call__back_body {
    background: rgba(33, 33, 33, 0.57) url(/local/templates/brusina2020/img/wood-pattern.png) repeat !important;
    max-width: 600px !important;
	padding: 0px !important;
	
}
.cls-erp158 {
	   opacity: 0.6;
}
.at_block:hover .cips-hover-appear-block2 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all
}
.cips-hover-appear-block2.minsa {
	margin-bottom: 13%;
}


.videos .fancybox-close {
    top: -30px !important;
    right: 0px !important;
}


.cips-hover-appear-block2 {
    position: absolute;
    background: #E7E7E7;
    border-radius: 4px;
    margin-bottom: 22%;
    padding: 18px 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 1.3;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    transform: translateY(-20px);
}

@media screen and (max-width: 768px) {
	
	.cips-hover-appear-block2 {
		   font-size: 14px;
		   right:0px;
		   	margin-bottom: -3%;
	}
	.cips-hover-appear-block2.minsa {
	margin-bottom: -3%;
}
.cips-hover-appear-block2::after {
  content: none !important;
}

}
.cips-hover-appear-block2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    right: 0;
    margin: auto;
    background-color: #E7E7E7;
    width: 20px;
    height: 20px;
    transform: rotate(45deg)
}

.at_block {
	cursor:pointer;
}

.active_new {
	    color: #ED7632 !important;
}
.footer-titled-menu-block ul li.item-selected {
    color: #ED7632;
}

.footer_infos ul li.item-selected {
    color: #fff;
	font-weight:normal;
}
#itlcb-wrapper.itlcb-opened .itlcb-call-btn.background-callback {
	margin-bottom: 48px !important;
}


.buttons {

}
.feature-list {
    display: grid
;
    gap: 22px;
    margin-bottom: 82px;
}
.feature-list .feature-row {
    display: grid
;
    align-items: start;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    line-height: 1.375;
}
.feature-list .feature-row > span:first-child {
    opacity: 0.8;
}
.feature-list .feature-row > span {
    white-space: pre-line;
}
.feature-list .feature-row > span:last-child {
    order: 3;
    text-align: right;
    white-space: nowrap;
}
.feature-list .feature-row::after {
    content: "";
    align-self: start;
    margin-top: 15px;
    border-bottom: 1px dotted currentColor;
    opacity: 0.3;
    min-width: 2px;
}
@media (max-width: 1529.98px) {
    .feature-list, .work-info-box .feature-wrap {
        gap: 15px;
    }
}
.font15 span {
	font-size:14px;
}

.arrow-link:disabled {
		background: none !important; 
	
}


.arrow-link {
	background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.RatingBadgeWidget {
	width:300px;
}

.help {
	  font-family: 'Montserrat', sans-serif;
	  margin: 0px 0px;
}

.help__title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333333;
    margin-top: 20px;
    margin-bottom: -20px;
    @media(max-width: 992px){
        text-align: center;
        margin-bottom: 18px;
    }
}
.widget_yandex {
	padding-top: 19px; transform: scale(1.9); transform-origin: 0 0;
}
 @media(max-width: 1024px){
	 .widget_yandex {
	padding-top: 0px;
	margin-bottom: -50px;
 transform: scale(1.9);     transform-origin: top;
}
 }
 
 .catalog .help__title {
	    margin-top: 30px;
 }
.help__content{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 88%;
    flex-wrap: nowrap;
    @media(max-width: 1024px){
		 width: 100%;
        flex-direction: column;
        gap: 28px;
    }
}
.help__types{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 24px 48px;
    background: #FFFFFF;
    box-shadow: 0 0 11px 0 #00000017;
    @media(max-width: 992px){
        padding: 24px;
    }
    @media(max-width: 768px){
        gap: 20px;
    }
    @media(max-width: 680px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.help__types-item{
    display: flex;
    align-items: center;
    gap: 16px;
    @media(max-width: 680px){
        max-width: 300px;
        width: 100%;
    }
}
.help__types-item__icon{
    width: fit-content;
    height: fit-content;
    flex-shrink: 0;
    @media(max-width: 680px){
        width: 50px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.help__types-item__icon svg{
    display: block;
}
.help__types-item__text{
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #002E3A;
}

.gift-icon img {
	    margin-top: 0px;
    filter: none;
}
.novisible {
	display:none;
}
#consentContent {
	display: flex
;
    align-items: center;
    gap: 30px;
}
.show {
	display:block !important;
}
#consentBox {
position: fixed;

    color: #fff;
    padding: 20px;
     background: rgba(33, 33, 33, 0.8) url(/local/templates/brusina2020/img/wood-pattern.png) repeat;
 
    z-index: 4;
    font-size: 14px;
    width: 1010px;
    max-width: 90%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 15px;
 display:none;
    line-height: 1.3;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 0.3em;
	
}
.with-inner-menu svg {
	width: 24px;
    position: absolute;
    margin-top: -5px;
}
.mobile_phone {
	    display: none;
    width: 24px;
	padding-top: 3px;
    height: 24px;
    /* gap: 15px; */
    margin-left: auto;
    align-items: center;
}
.hides {
	display:none;
}
.seo_text p {
padding: 10px 0px;
}
.itlcb-bottom-txt-block {
	display:none;
}

.seo_text p {
padding: 10px 0px;
}
.seo_text li {
  position: relative;
  padding: 20px 0 20px 20px;

  font-variant: small-caps;
  font-weight: bold;

}
.seo_text li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ED7632;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.seo_text li:after {
  position: absolute;
  border-left: 1px dotted #ED7632;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.seo_textli:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.seo_text li:last-child:after {content: none;}
.reviews-ecf {

	padding-top:25px;
	background: rgb(250, 250, 250);
}


.reviews-con {
	display: flex;
    gap: 10px;
}
.colins-rew {
	    width: 50%;
		float:left;
}
#colins-rew {
	 width: 50%;
	 float:right;
}
@media screen and (max-width: 768px) {
	#consentContent {
		flex-direction: column;
	}
	.reviews-con {
	display: block;
    gap: 10px;
}
	.colins-rew {
	    width: 100%;
		float: none;
}
#colins-rew {
	 width: 100%;
	float: none;
}
	
}

.video__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.pin_down_content .pin_content_right {


    overflow-y: scroll;
    height: auto;
    display: block;
    max-height: 450px;

}
.video__iframe video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.main-filtered-carousel-panel {
	overflow:hidden;
}
/*
.contact-directions {
    font-size: 17px;
    font-weight: 300;
}
ul.switcher  {
    list-style: none;
	display: flex;
}

.contact-directions .switcher li {
    font-size: 30px;
    line-height: 49px;
    font-weight: 300;
    color: #c3c7ce;
}

.contact-directions .tab {
    max-width: 720px;
}

 .tabs .tab {
    display: none;
}
.tabs .tab.active {
    display: block;
}
.contact-directions .switcher a::after {
    background-position: 0 -1em;
    opacity: 0;
}
.contact-directions .switcher a:hover {
    color: #000;
}
.contact-directions .switcher .active::before {
    opacity: 0;
}
.contact-directions .switcher a::after {
    background-position: 0 -1em;
    opacity: 0;
}
.contact-directions .switcher .active::after {
    opacity: 1;
}
.contact-directions .switcher a::after {
    background-position: 0 -1em;
    opacity: 0;
}
.contact-directions .switcher li:nth-child(2) a::before {
    background-position: -1em 0;
}
.contact-directions .switcher .active::after {
    opacity: 1;
}
.contact-directions .switcher li:nth-child(2) a::after {
    background-position: -1em -1em;
}
.contact-directions .switcher .active {
    font-weight: normal;
    color: #000;
}
.contact-directions .switcher li:nth-child(2) a::before {
    background-position: -1em 0;
}
.contact-directions .switcher .active::before {
    opacity: 0;
}

.contact-directions .switcher .active {
    font-weight: normal;
    color: #000;
}
.contact-directions .switcher li:nth-child(2) a::before {
    background-position: -1em 0;
}

.contact-directions .switcher a {
    display: block;
    padding-left: 66px;
    position: relative;
}

.contact-directions .switcher a::before, .contact-directions .switcher a::after {
    content: "";
    font-size: 49px;
    width: 1em;
    height: 1em;
    background: url("/images/contact-details-switcher.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    position: absolute;
    left: 0;
    top: 0;
}*/


ul li {
	list-style:none;
}

.contact-directions ul {
	list-style:none;
	
}

.contact-directions li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
}

.switcher {box-sizing: border-box;
list-style: none;
clear: both;
float: left;
width: 100%;}
 .tabs .tab {
    display: none;
}
.tabs .tab.active {
    display: block;
	margin-bottom: 20px;
}
.contact-directions {
    font-size: 17px;
    font-weight: 300;
}
.contact-directions .switcher li {
	padding-left: 0px;
	cursor:pointer;
	 list-style-type: none;
    font-size: 30px;
    line-height: 49px;
    float: left;
    margin: 0 1.1em .8em 0;
    font-weight: 300;
    color: #c3c7ce;
}
.contact-directions .switcher a {
    display: block;
    padding-left: 66px;
    position: relative;
}
.contact-directions .switcher .active {
    font-weight: normal;
    color: #000;
}
.contact-directions .switcher a:hover {
    color: #000;
}
.contact-directions .switcher a:before, .contact-directions .switcher a:after {
    content: "";
    font-size: 49px;
    width: 1em;
    height: 1em;
    background: url("/images/contact-details-switcher.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-directions .switcher a:after {
    background-position: 0 -1em;
    opacity: 0;
}
.contact-directions .switcher li:nth-child(2) a:before {
    background-position: -1em 0;
}
.contact-directions .switcher li:nth-child(2) a:after {
    background-position: -1em -1em;
}
.contact-directions .switcher .active:before {
    opacity: 0;
}
.contact-directions .switcher .active:after {
    opacity: 1;
}
.contact-directions .tab {
    max-width: 720px;
}

.main-filtered-carousel-section {
		overflow:hidden;
}

.mfc-car-unit {
overflow:hidden;	
}

.popup__call__back_body p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
	color:#fff;
}
.karkas_border {
	border-left:1px solid #ccc;
	padding-top: 14px;
padding-bottom: 14px;
}

.popup__call__back {
	padding: 0px !important;
    display: inline-block;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 80%;
    padding: 0px !important;
    border: 0px solid #38ce58 !important;
    background: #fff;
    vertical-align: middle;
    font-family: 'Proxima Nova', sans-serif !important;
}
.popup__close {
    display: block;
    position: absolute;
    top: -6px !important;
    right: -20px !important;
    width: 20px !important;
    height: 20px !important;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
   
    background: none !important;
    text-align: center;
    font-size: 30px !important;
    line-height: 20px !important;
    color: #fff !important;
   
    text-decoration: none;
    font-weight: 100 !important;
    cursor: pointer;
}

.popup__call__back_body input, .popup__call__back_body select {
    padding: 10px 20px;
    margin-right: 5px;
	margin-bottom:20px !important;
	background: #fff !important;
}
.popup__call__back_body h2 {
	padding: 30px !important;
	
font-weight: 800 !important;
font-family: Montserrat, sans-serif !important;

    display: block;
	font-size: 36px !important;
    line-height: 36px !important;
   
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}
.popup__call__back__next__form {
    background: none;
    cursor: pointer;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 0px solid #343A40 !important;
	margin-bottom:10px !important;
    color: #fff !important;
}
.karkas_kottegs {
		padding-top: 0px !important;
padding-bottom: 0px;
	
}

  .image-preloaders {      width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background: #ffffff url(/local/templates/brusina2020/img/spinner.svg) no-repeat center center;
    z-index: 10000 !important;
    position: fixed;
    top: 0;
	    background-color: rgba(255, 255, 255, 0.75);
    left: 0;}
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #ED7632;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #ED7632;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #ED7632;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

*/

.loader {
  position:absolute;
  width:300px;
  height:100px;
  left:50%;
  top:50%;
  margin-left:-150px;
  margin-top:-50px;
  border-radius:20px;
  
  .ball {
    position:absolute;
    width:0;
    height:100%;
    left:-15px;
    bottom:0;
    background:#4a9;
    opacity:0;
    
    &.one {
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
    }&.two {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
    }&.three {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
    }&.four {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s;
    }&.five {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s;
    }&.six {
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
    }
    
    -webkit-animation:moveBall 2.8s infinite linear;
            animation:moveBall 2.8s infinite linear;
    
    .inner {
      height:30px;
      width:30px;
      position:absolute;
      background:#999;
      bottom:0;
      left:0;
      margin-left:-15px;
      border-radius:100%;
    }
    
    &.center {
      left:50%;
      top:50%;
      background:none;
      -webkit-animation:centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation:centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
      
      .inner {
        top:-15px;
      }
    }
    @keyframes centerBall {
      0%, 25%, 100% {
        opacity:1;
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      } 75% {
        opacity:0;
      }
    }
  }
  @keyframes moveBall {
    0% {
      left:-10%
      opacity:0;
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
      animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    } 10% {
      opacity:0;
    } 28.7% {
      transform: rotate(-180deg);
      left:50%;
      opacity:1;
      -webkit-animation-timing-function: linear;
      animation-timing-function:linear;
    } 71.3% {
      transform: rotate(180deg);
      left:50%;
      opacity:1;
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    } 90% {
      opacity:0;
    }100% {
      left:110%;
      transform: rotate(deg);
      opacity:0;
    }
  }
}

.credit-page-section ol li {
  margin-bottom: 6px;
position: relative;
padding-left: 5px;
margin-left: 30px;
margin-top: 6px;
}
.cii-porfolio-unit-map-block .skp-title {

    max-width: 100%;

}



.accordion-type-1 {
	margin-bottom:20px;
}

.vac {
	margin-bottom:30px;
}

#FIELD_FORM_FILE_FID_46 {
	color: #fff !important;
margin-bottom: 20px;
}

.main-sevices-list-wrap {
	max-height:261px;
}

.main-sevices-list-wrap .slick-list {
    max-height: 261px;
    display: flex;
}

.js-main-sevices-list {
	 max-height: 261px;
}

.main-sevices-list-wrap .slick-list {

/*padding-top:80px !important;
padding-bottom:100px !important;*/
}



.seo-text-carousel .slick-slide {

    max-height: 337px;
}

.variant_doma {
    padding-top: 5px;
    text-align: center;
    justify-content: center !important;
}
.cip-price-cont-unit.active {

    max-width: 300px;
}
.title_height {
	min-height:130px;
}

.msl-units {
	padding:30px;
	
}

.linka_mob {
	display:none;
}

.linka {
	display:block;
}


.msl-units img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}

.msl-units img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; 
}

.show-over-texts {
	display:none;
}

.over-texts {
    height: auto;
    overflow: hidden;
    position: relative;
}

.carousel-skew-section-wrap .stc-unit .text-panel {
    min-height: 78px;
}

.cd-faq-content p{line-height:1.6;}
.no-js .cd-faq-content{display:block;}
}
.blocks2{padding-top:20px;margin-bottom:30px;}
.blocks2:after{content:"";display:table;clear:both;}
.item2{float:left;width:33.3333% !important;padding:0 100px;border-right:1px solid #ccc;}
.item2:last-child{border:none;}
.item2 h2{text-align:center;color:#3B3B3B;}
#gear65, #pencils13, #hourglass, #lights7, #cups17, #stats47{width:100% !important;height:100% !important;}
.icon.colored{background:#E76931;}
.icon.colored{width:54px;height:54px;line-height:54px;text-align:center;color:white;font-size:29px;margin:0 20px 20px 0;border-radius:50% !important;}
.icon{display:inline-block;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
user agent stylesheet
i, cite, em, var, address, dfn{font-style:italic;}
.oneA{width:90%;height:250px;margin:10px auto;position:relative;overflow:hidden;background:#FAFAFA 50% 0;cursor:help;vertical-align:text-bottom;}
.oneA li{padding:0 10px 5px 20px;opacity:0;text-align:justify;-webkit-transition:opacity 0.2s ease-in-out .6s;transition:opacity 0.2s ease-in-out .6s;font-size:9pt;vertical-align:text-bottom; margin-bottom:2px !important;}
.oneA ul{vertical-align:text-bottom;}
.oneA h3{text-align:center;color:#E76931;font-size:20px;margin:0;padding:0;line-height:25px;opacity:0;padding:20px 20px 0 20px;-webkit-transition:opacity 0.2s ease-in-out .6s;transition:opacity 0.2s ease-in-out .6s;vertical-align:middle;}
.oneA:hover li, .oneA:hover h3{opacity:1;}
.sitehereA{position:absolute;top:0;left:0;display:block;cursor:pointer;width:100%;height:100%;vertical-align:middle;}
.imgDef1, .imgDef2, .imgDef3, .imgDef4{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-transition:all 0.4s ease-in-out .3s;transition:all 0.4s ease-in-out .3s;z-index:10;}
.imgDef1{background:url(/images/plus.png) no-repeat 50% 50%;}
.imgDef2{background:url(/images/minus.png) no-repeat 50% 50%;}
.imgDef3{background:url(/images/mi.png) no-repeat 50% 50%;}
.imgDef4{background:url(/images/drugie.png) no-repeat 50% 50%;}
.oneA:hover .imgDef1, .oneA:hover .imgDef2, .oneA:hover .imgDef3, .oneA:hover .imgDef4{top:-35%;left:-40%;-webkit-transform:scale(0.3);transform:scale(0.3);}
.lineTop, .lineRight, .lineBottom, .lineLeft{position:absolute;background:#E76931;-webkit-transition:top 0.4s ease-in-out 0s,
right 0.4s ease-in-out 0s,
bottom 0.4s ease-in-out 0s,
left 0.4s ease-in-out 0s;transition:top 0.4s ease-in-out 0s,
right 0.4s ease-in-out 0s,
bottom 0.4s ease-in-out 0s,
left 0.4s ease-in-out 0s;}
.lineTop, .lineBottom{width:100%;height:6px;}
.lineLeft, .lineRight{width:6px;height:100%;}
.lineTop{left:-100%;top:0;}
.oneA:hover .lineTop{left:0;}
.lineRight{top:-100%;right:0;}
.oneA:hover .lineRight{top:0;}
.lineBottom{right:-100%;bottom:0;}
.oneA:hover .lineBottom{right:0;}
.lineLeft{bottom:-100%;left:0;}
.oneA:hover .lineLeft{bottom:0;}
.cop{text-align:center;}
.tabs-style-circle{overflow:visible;}
.tabs-style-circle nav li::before{position:absolute;top:50%;left:50%;margin:-60px 0 0 -60px;width:120px;height:120px;border:1px solid #E76931;border-radius:50%;content:'';opacity:0;-webkit-transition:-webkit-transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);transition-timing-function:cubic-bezier(0.7,0,0.3,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1);}


.skp-title span {
	font-size: 25px;
font-weight: 700;
}

.mobile-contact-social-list  .mcs-list a {
    display:inline-block;
    justify-content: center;
    align-items: center;
    margin-right: 34px;
}


.footer-copyright_oferta {
color: #585858;
font-size: 14px;

}

.poloz_pr {
	color:#585858;
	padding-left:10px;
	cursor:pointer;
}

.poloz_pr:hover {
	color:#ED7632;
}
.custom-check {
color: #fff !important;
}
.custom-check .poloz_pr  {
	color:#fff;
}
button:disabled,
button[disabled]{

    background-color: #cccccc !important;
    color: #666666;
    cursor: auto;
}
input:disabled,
input[disabled]{

    background-color: #cccccc !important;
    color: #666666;
    cursor: auto;
}
.poloz_pr2 {
	color:#585858;
	padding-left:10px;
	cursor:pointer;
}

.poloz_pr2:hover {
	color:#ED7632;
}

.tyl {
    font-size: 30px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 44px;
    color: #434343;
    display: inline-block;
    justify-content: left;
    align-items: left;
    text-align: left;
	width:50%;
}

.sear {
	width:50%;
	 display: inline-block;
	  align-items: right;
    text-align: right;
	vertical-align: middle;
	
}

.more-links  .header-search-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    height: 37px;
    border-radius: 40px 0px 0px 40px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 1;
    transform: none; 
    transition: 0.2s;
    pointer-events: all;
	
	border-right:none;
}

.more-links .header-search-row input {
    padding-left: 24px;
    line-height: 37px;
    font-size: 16px;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc;
	 border-top: 1px solid #ccc;
	  border-bottom: 1px solid #ccc;
    width: calc(100% - 90px);
    border-radius: 50px;
}
.polit {

    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
    background-size: 40%;

    background-color: #fafafa;
    background-repeat: repeat;
    max-width: 795px;
padding: 25px 65px 55px 35px !important;
    box-sizing: border-box;

}
.special-promo-wrap .btn {



    white-space: normal !important;

}

.urdan {
	position:absolute;
	font-size:14px;
}

.how-we-do-section .alas .mcl-pic-wrap {

    margin-bottom: 0px;
}
.how-we-do-section .alas .mcl-pic-wrap > img {
	
    max-width: 359px;
    width: 100%;
	overflow: hidden;
}

.how-we-do-section .alas .mcl-unit {

    margin-bottom: 30px;
  
}
.smartfilter{
/*margin-bottom: 0;*/ 
    border: 3px solid;
    border-color: #f9f9f9;
    padding: 20px;
    background-image: url(/local/templates/brusina2020/css/../img/wood-pattern-dark.png);
   }
	
	.catalog-list-panel {
		margin-top: 30px;
	}
.how-we-do-section .mcl-pic-wrap > img { transition: all .2s ease-in-out; }
.how-we-do-section .mcl-pic-wrap > img:hover { transform: scale(1.1); }
.more-links-adaptive-item {
    position: relative;
    text-align: center;
padding: 12px 18px;
    text-decoration: none;
    font-weight: bold;
    /*font-family: Montserrat, sans-serif;*/
    border: 1px solid rgba(199, 199, 199, 0.5);
    transition: 0.2s;
	font-size:14px;
    box-sizing: border-box;
    border-radius: 90px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.more-links-adaptive-item:hover {
    border: 1px solid #ED7632;
  background-color: #ED7632;
  color:#fff;
}
.nov_usluga {
	background-color:#fff;
}

.calcss p {
	padding-top:15px;
	padding-bottom:15px;
}

.kn1 {
	    background: url(/images/kn1.png) no-repeat;
		width:206px;
		height:40px;
		transition: 0.2s;
		   -webkit-transition: opacity 0.5s;

	        -moz-transition: opacity 0.5s;

	        -o-transition: opacity 0.5s;
}

.kn3 {
	    background: url(/images/kn3.png) no-repeat left center;
		width:206px;
		height:40px;
		transition: 0.2s;
		   -webkit-transition: opacity 0.5s;

	        -moz-transition: opacity 0.5s;

	        -o-transition: opacity 0.5s;
}

.kn1:hover {
	    background: url(/images/kn2.png) no-repeat;
		transition: 0.2s;
		   -webkit-transition: opacity 0.5s;

	        -moz-transition: opacity 0.5s;

	        -o-transition: opacity 0.5s;
	
}

.discount-page-list .cl-pic-wrap .shine > img {
    width: auto;
    min-height: 100%;
    max-width: 435px;
}

.fbt >img {
	max-width:250px;
}

.no_bg {
	float:right;
}

.sermi {
	display:flex;
}

.sermi .css-col-unit.active {
    border-color: rgba(237,118,50, 1);
	background-color: rgba(237,118,50, 1);
	
}
.sermi .css-col-unit.active a {
 color:#fff;
	
}
.sermi .css-col-unit.active p {
 color:#fff;
	
}
.sermi .css-col-unit a {
	text-decoration:none !important;
}
.sermi .css-col-unit {
    width: 100%;
    padding: 4px 14px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid rgba(237,118,50, 0);

    transition: 0.2s;
    cursor: pointer;
    position: relative;
}
.sermi .css-col-unit:hover {
    border-color: rgba(237,118,50, 1);
}
.sermi .constr-steps-side-col {
    width: 100%;
    max-width: 264px;
    margin-left: 60px;
	    margin-right: 0px;
}

.sermi .css-col-unit p {
margin:0px;
color:auto;
}
.sermi .css-col-unit.active::after {
    opacity: 0;
    transition: 0.2s;
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-right: 0px solid rgba(237,118,50, 1);
    border-bottom: 0px solid rgba(237,118,50, 1);
    transform: rotate(135deg) skew(-10deg, -10deg);
}
.colins .cl-pic-wrap  > img {
    width: auto;
    min-height: 100%;
    max-width: 435px;
}

.colins .cli-info-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.6);
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    transform: translateY(calc(100% - 55px));
    transition: 0.2s;
}

.discount-page-list .cli-product-link-alike {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E76227;
    text-transform: uppercase;
    margin: 20px 0;
    width: 100%;
}

.discount-page-list .cli-info-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.6);
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    transform: translateY(calc(100% - 55px));
    transition: 0.2s;
}

.discount-page-list .cli-first-info-row {
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.discount-page-list .cli-m2-block {
    display: block;
    align-items: center;
}
.catalog-list-unit {


	
}
.shine {
    position: relative;
    overflow: hidden;
}
.hover_shine .shine::before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.darken-bg-animate::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    z-index: 11;
}
.discount-page-list .catalog-list-unit:hover {

	transform: translateY(-1px);
box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
}
.nov_usluga .catalog-list-unit {
    width: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    outline: none;
}
.c-filter-main-panel .bx_filter .bx-filter-parameters-box-container .bx-filter-input-container {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    display:flex;
    width:auto;
    justify-content:center;
    align-items:center;
    min-width: unset;
    max-width: unset;
}

.c-filter-main-panel .bx_filter .bx-filter-parameters-box-container .bx-filter-input-container input {
    background:none;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
    border-bottom:1px solid #C7C7C7;
    width:auto;
    text-align:center;
    outline:none;
    min-width:100px;
}


.bx-ui-slider-part {
    display:none;
}

.bx-ui-slider-part.p5, .bx-ui-slider-part.p1 {
    display:block;
    font-family: Proxima Nova;
    font-style: normal;
    font-size: 12px;
    color: #6C6C6C;
    top: -5px;
}

.bx_filter .bx-ui-slider-pricebar-V {
    opacity:0;
    height: 1px;
    display: none !important;
    background: none;
}


.bx_filter .bx-ui-slider-handle {
    width: 22px;
    height: 22px;
    background: rgba(237, 118, 50, 0.34) !important;
    border-radius: 22px;
    top: -11px;
    z-index: 12;
}

.bx_filter .bx_ui_slider_handle::after {
    content:'';
    position:absolute;
    left:0;
    height:12px;
    right:0;
    bottom:0;
    top:0;
    background: rgba(237, 118, 50, 1);
    margin:auto;
    width:12px;
    border-radius:12px;
}

.bx_filter .bx_ui_slider_range {
    height: 1px;
}

.bx_filter .bx_ui_slider_pricebar_VN {
    height: 1px;
    border: none !important;
    box-shadow: none !important;
}

.bx_filter .bx_ui_slider_track {
    border: none;
    height: 1px;
    box-shadow: unset;
    background: #C7C7C7;
}

.bx_ui_slider_part.p5, .bx_ui_slider_part.p1 {
    width:8px;
    height:8px;
    background-color:#C7C7C7;
    border-radius:8px;
}

.bx_filter .bx_ui_slider_pricebar_VD {
    border: none !important;
    background: none !important;
}

.bx_filter .bx_ui_slider_handle.left {
    margin-left:-11px;
}

.bx_filter .bx_ui_slider_handle.right {
    margin-right: -11px;
}

.bx_ui_slider_pricebar_VN {
    display: none !important;
}

.bx_filter .bx_ui_slider_part span {
    top:-20px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
    display: flex;
    justify-content: flex-start;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.bx_filter .bx_filter_select_block {
    position: relative;
}


.nav-current-page{
    background: #E76227; color: white!important;
}


@media screen and (max-width: 1180px){
    .header {
        z-index: 52;
    }
	.show-over-texts {
		margin-top:10px !important;
		max-width: 230px;
	display:flex;
	margin: 0 auto;
	justify-content: center;
}

.show-over-texts div {
		
	margin-left: 10px;
border-bottom: 1px dashed;
}



.show-over-texts img {
	
	max-width:20px;
	
}

.over-texts {
    height: 0;
    overflow: hidden;
    position: relative;
}
}

@media (max-width: 768px){
	
	.modal-content {
		margin-bottom:50px  !important;
			padding-bottom:110px  !important;
	}
	.h1-box h1 {

    margin-top: 30px !important;

}
	.seo-text-carousel  .maxhe{
	max-height: 150px;
}
	.tyl {
		font-size:24px;
		text-align:center;

    width: 100%;
}
.sear {
	width:100%;
	margin-bottom:20px;
}
    .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
        width: 100%;
    }

    .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box br {
        display:none;
    }

    .filter-cp-unit .filter-cp-title {
        margin-bottom: 6px;
    }


    .filter-sort-row {
        align-items: center;
    }
.urdan {
	position:relative;
}

}





@media screen and (max-width:480px) {
	
	a.fancybox-nav {
		position: static !important;
		opacity: 1 !important;
	}
	
	.linka_mob {
	display:block;
}

.linka {
	display:none;
}
	.h1-box h1 {
font-size:24px !important;   
 text-align: center;
}
	
	

.over-texts {
    height: 0;
    overflow: hidden;
    position: relative;
}
	
	.carousel-skew-section-wrap .stc-unit .text-panel {
    min-height: 48px;
	text-align:center;
}

	.carousel-skew-section-wrap  .stc-unit .btn-row a {
  text-align: center;
margin: 0 auto;
}
.kn3 {
    background: url(/images/kn3.png) no-repeat left center;
    width: 153px;
    height: 40px;
    transition: 0.2s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    margin: 0 auto;
}
	
	.withhs .pr-event-unit img {
   
    height: 100%;
    width: 100%;
}
/*.more-links-adaptive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(121px, 1fr)) !important;
    grid-gap: 12px;*/
	
	.more-links-adaptive {
		padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
grid-gap: 12px !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	}
}
.more-links-adaptive-item {
	height: 60px;
    border-radius: 20px;

}
	
	.tyl {
		   clear: both;
 margin-top: 30px;
    width: 100%;
}
.sear {
	width:100%;
}
	
    .filter-sort-row .btn-row {
        flex-direction:column;
        align-items: center;
    }

    .filter-sort-side .filter-cp-title {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .filter-sort-row .btn-row {
        padding-top:20px;
        box-sizing:border-box;
    }

    .filter-cp-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .filter-sort-row .btn-row .btn {
        margin-right: 0;

    }
}







/*modal-quiz*/

.modal-main-wrap {
    position: fixed;
    background-color: rgba(0,0,0,0.83);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
}

.modal-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-quiz {
    background-color: #fff;
    border-radius: 24px;
    padding: 52px 48px;
    box-sizing: border-box;
    position: relative;
    width:100%;
    max-width: 868px;
}

.close-modal {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor:pointer;
    opacity: 0.8;
    transition: 0.2s;
}

.close-modal:hover {
    opacity: 1;
}

.mq-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
}

.modal-step-visor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom:24px
}

.modal-step-visor a {
    background-color: #fff;
    text-decoration: none;
    display:flex;
    z-index: 1;
}

.modal-step-visor a span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #ED7632;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    text-align: center;
    position:relative;
    opacity: 0.5;
}

.modal-step-visor::before{
    content:'';
    position:absolute;
    width:100%;
    left:0;
    top:17px;
    right:0;
    margin:auto;
    height:0;
    border-bottom:2px dotted #ED7632;
}

.modal-step-visor a.done span{
    opacity: 1;
}

.modal-step-visor a.active span {
    background-color:#8C1918;
    opacity: 1;
}

.modal-step {
    display:none;
}

.modal-step.active {
    display:block;
}

.modal-step-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.modal-step-btns a {
    padding:7px 22px;
    box-sizing:border-box;
    border:1px solid #ED7632;
    width:100%;
    border-radius:8px;
    margin-bottom:12px;
    text-decoration:none;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    transition:0.2s;
}

.modal-step-btns a:last-child {
    margin-bottom:0;
}

.modal-step-btns a:hover {
    color:#fff;
    background-color:#ED7632;
}

.modal-step-cards {
    display:flex;
    justify-content:center;
    align-items:center;
}

.ms-card-unit {
    border: 1px solid #ED7632;
    box-sizing: border-box;
    border-radius: 8px;
    padding:16px 20px;
    text-decoration: none;
    margin-right: 30px;
}

.ms-card-unit:last-child {
    margin-right:0;
}

.ms-card-pic-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.modal-step-cards {
    margin-bottom:24px;
}

.ms-input-btn-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.ms-input-btn-row .check-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #ED7632;
    border-radius: 50px;
    margin-left: 11px;
}

.ms-input-btn-row input {
    color:#000;
}

.modal-step-cont p {
    margin-bottom: 24px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}

.ms-input-btn-row .ir-icon {
    max-width:460px;
    margin-right: 11px;
}






.bx_filter_select_popup ul {
    max-height: 260px;
    overflow-y: auto;
}

.bx_filter .bx_filter_select_container {
    padding-right: 0;
}

.bx_filter_button_box.filter-sort-row {
    padding-top: 24px;
    box-sizing: border-box;
}

@media screen and (max-width:991px) {
    .filter-dd-unit {
        width:50%;
        display:flex;
        align-items: center;
        justify-content: flex-start;
        padding:0 10px !important;
        box-sizing: border-box;
    }

    .filter-cp-title {
        min-width:110px;
    }
}

@media screen and (max-width:768px) {

    .filter-sort-row .btn-row .btn {
        margin-right: 0;
    }

    .filter-sort-unit {
        margin-left:0;
        margin-bottom: 6px;
    }

    .filter-sort-side .filter-cp-title {
        margin-bottom: 12px;
    }
    .filter-cp-title {
        min-width: 110px;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

}

#map{
    width: 100%;
    height: 450px;
}
.discount-page-list .pr-event-unit {
    text-decoration: none;
}
.vilka_feedback{
    padding: 40px 40px 20px 40px;
}
.form-control{
    font-size: 16px;
    height: 48px;
    border: 2px solid rgba(199, 199, 199, 0.5);
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 24px;
    background: none;
    color: black;
    padding: 0 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}



.api-reviews-list .api-header .api-guest-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.api-reviews-list .api-header .api-userpic {
    width: 62px;
    height: 62px;
}

.api-reviews-list .api-header .api-user-info {
    display: flex;
    align-items: center;
}

.api-reviews-list .api-header .api-guest-info > div {
    font-size: 16px;
    margin-bottom: 7px;
}

.arlist-color-orange1 .api-item {
    background: none;
    padding: 0;
}

.api-reviews-list .api-field-value {
    font-size: 14px;
    font-family: Proxima NOva;
}

.api-reviews-list .api-field {
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
}


.api-reviews-list .api-answer::before {
    left: -44px;
    transform: scale(-1, 1);
}

.api-reviews-list .api-answer {
    margin-top: 0px;
    margin-bottom: 30px;
}

.api-user-info {
}

.api-reviews-list .api-footer .api-user-info .api-right {
    position: absolute;
    top: 0;
    right: 0;
}

.api-shop-name {
    display: none;
}

.api-reviews-list .api-answer .api-shop-text {
    margin-top: 0;
}

.arbt-color-orange1 .api-block-title, .arbt-color-orange1 .api-block-sort {display: none;}

.api-reviews-stat .api-title {
    font-size: 16px;
}

.api-reviews .api-block-header {
    padding-left: 0;
    padding-right: 0;
}

.api-reviews .api-block-header .api-reviews-stat, .api-reviews .api-block-header .api-reviews-form {
    padding-left: 0;
}

.api-reviews .api-block-header .api-reviews-stat, .api-reviews .api-block-header .api-reviews-form {}

.arstat-color-orange1 .api-stars-empty {
    margin: 15px 0;
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 30px;
    color: #E76931;
    font-style: bold;
    margin-right: 10px;
}

.flaticon-agreement1:before {
    content: "\f100";
}

.flaticon-buildings1:before {
    content: "\f101";
}

.flaticon-buy1:before {
    content: "\f102";
}

.flaticon-cabin1:before {
    content: "\f103";
}

.flaticon-carpenter1:before {
    content: "\f104";
}

.flaticon-fabric-for-movies1:before {
    content: "\f105";
}

.flaticon-factory-with-smoke1:before {
    content: "\f106";
}

.flaticon-money1:before {
    content: "\f107";
}

.flaticon-tool1:before {
    content: "\f108";
}

.flaticon-truck1:before {
    content: "\f109";
}

.flaticon-arrows:before {
    content: "\f100";
}

.flaticon-arrows-1:before {
    content: "\f101";
}

.flaticon-cabin-house-outline:before {
    content: "\f102";
}

.flaticon-carpenter:before {
    content: "\f103";
}

.flaticon-chainsaw:before {
    content: "\f104";
}

.flaticon-clock:before {
    content: "\f105";
}

.flaticon-diploma:before {
    content: "\f106";
}

.flaticon-download:before {
    content: "\f107";
}

.flaticon-factory:before {
    content: "\f108";
}

.flaticon-fire-with-logs-cross:before {
    content: "\f109";
}

.flaticon-gift:before {
    content: "\f10a";
}

.flaticon-guarantee:before {
    content: "\f10b";
}

.flaticon-key:before {
    content: "\f10c";
}

.flaticon-left-arrow:before {
    content: "\f10d";
}

.flaticon-money:before {
    content: "\f10e";
}

.flaticon-people:before {
    content: "\f10f";
}

.flaticon-right-arrow:before {
    content: "\f110";
}

.flaticon-truck:before {
    content: "\f111";
}

.flaticon-verification-checkmark:before {
    content: "\f112";
}

.flaticon-wood-saw:before {
    content: "\f113";
}

.icon::before {
    z-index: 10;
    display: inline-block;
    /*margin: 0 0.4em 0 0;*/
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 5.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

.flaticon-factory-with-smoke1:before {
    content: "\f106";
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
    transition-duration: 150ms;
}


/* Custom animation */
.fancybox-fx-slide-in-out.fancybox-slide--previous {
    transform: translateX(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
    transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
    transform: translateX(0);
}
.bx_filter_select_popup label a{
    text-decoration: none;
}






.bx_filter .bx-ui-slider-handle {
    width: 22px;
    height: 22px;
    background: rgba(237, 118, 50, 0.34) !important;
    border-radius: 22px;
    top: -10px;
    z-index: 12;
}

.bx_filter .bx-ui-slider-handle::after {
    content:'';
    position:absolute;
    left:0;
    height:12px;
    right:0;
    bottom:0;
    top:0;
    background: rgba(237, 118, 50, 1);
    margin:auto;
    width:12px;
    border-radius:12px;
}

.bx_filter .bx-ui-slider-range {
    height: 1px;
}

.bx_filter .bx-ui-slider-pricebar-VN {
    height: 1px;
    border: none !important;
    box-shadow: none !important;
}

.bx_filter .bx-ui-slider-track {
    border: none;
    height: 1px;
    box-shadow: unset;
    background: #C7C7C7;
}

.bx-ui-slider-part.p5, .bx-ui-slider-part.p1 {
    width:8px;
    height:8px;
    background-color:#C7C7C7;
    border-radius:8px;
}

.bx_filter .bx-ui-slider-pricebar-VD {
    border: none !important;
    background: none !important;
}

.bx_filter .bx-ui-slider-handle.left {
    margin-left:-11px;
}

.bx_filter .bx-ui-slider-handle.right {
    margin-right: -11px;
}

.bx_ui_slider_pricebar_VN {
    display: none !important;
}

.bx_filter .bx-ui-slider-part span {
    top:-20px;
}

.bx_filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:nth-child(1) {
    display: flex;
    justify-content: flex-start;
}

.bx_filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.bx_filter .bx-filter-select-block {
    position: relative;
}

.bx_filter .bx-ui-slider-pricebar-vn {
    border:none;
    background: #C7C7C7 !important;
}

.bx-ui-slider-part.p5, .bx-ui-slider-part.p1 {
    top:-4px;
}

.bx_filter .bx-ui-slider-handle {
    z-index: 73 !important;
}

.bx_filter .bx-ui-slider-range {
    z-index: 100;
}


.filter-price-link{
    display:block;
    width:100%;
    position:relative;
    float:left;
    margin-top:-14px;

}
.filter-price-link ul{
    display:flex;
    justify-content:space-between;
}
.filter-price-link li{
    display:inline-block;

}
.filter-price-link a{
    font-size:12px;
    text-decoration:none;
    position:relative;
    padding-top:12px;
}
.filter-price-link a:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #ed7732 transparent transparent transparent;
    position:absolute;
    margin-left:-6px;
    left:50%;
    top:0;

}
.filter-price-link a:hover:before{
    border-color: #ea4a48 transparent transparent transparent;
}

.h1-box h1{
    font-size: 38px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    /* text-transform: uppercase; */
    margin-top: 0;
    margin-bottom: 24px;
    color: #434343;

}

.table-region {
    border-collapse: collapse;
    margin-bottom: 2em;
}
.table-region td,.table-region th{
    border: 1px solid #E1E1E1;
    padding: 7px 14px;
}

.table-region a{

    color: #E76227;
}

.h1-box h2{
    font-size: 32px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    /* text-transform: uppercase; */
    margin-top: 0;
    margin-bottom: 24px;
    color: #434343;
}
.region-margin{
    margin-top: 4em;
}

@media screen and (max-width: 768px) {
    .burger span {
        background-color: #ED7632;
    }
    .table-region td,.table-region th{
       font-size:14px;
    }

}

@media screen and (max-width: 1180px) {
    .header {
        z-index: 101;
    }
}

.filter-box{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    width: 100%;
    background: #FFFFFF;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);*/
    border-radius: 4px;
    transition: all .3s ease-out;
    padding: 18px;
    box-sizing: border-box;
	border: solid 2px #f6f6f6;
    box-shadow: none;

}
.filter-box-inner{
    display: flex; justify-content: space-between; width: 100%
}
.filter-box-inner2{
    display: flex;    align-items: center;
}
.etazh-c{
    font-size: 16px;
    height: 48px;
    border: 2px solid rgba(199, 199, 199, 0.5);
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 24px;
    background: none;
    /* color: #fff; */
    padding-left: 20px;
    width: 100%;
    outline: none;
}

.elemf{
    margin:15px 10px!important;
}
@media screen and (max-width: 991px){
    .elemf{
        width: calc(50% - 20px) !important;
    }
}
@media screen and (max-width: 768px) {
    .filter-box{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
        border-radius: 4px;
        transition: all .3s ease-out;
        padding: 18px;
        box-sizing: border-box;
    }
    .filter-box-inner{
        display: flex; justify-content: space-between; width: 100%;
        flex-direction: column;
    }
    .flu-unit2{
        margin-top: 20px;
        width: 100%!important;
    }
    .filter-box-inner2{
        display: flex;    align-items: center;
    }
    .etazh-c{
        font-size: 16px;
        height: 48px;
        border: 2px solid rgba(199, 199, 199, 0.5);
        transition: 0.2s;
        box-sizing: border-box;
        border-radius: 24px;
        background: none;
        /* color: #fff; */
        padding-left: 20px;
        width: 100%;
        outline: none;
    }

}

@media screen and (max-width: 1180px){
    .catalog-list-selector{
        min-width: unset;
    }
    .cls-pic-wrap img {
        width: 100%;
        transition: 0.2s;
        max-width: 80%;
    }
    .cls-unit p {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 1.3;
        transition: 0.2s;
        text-transform: uppercase;
        text-align: center;
    }
}
.home-wrap .fancybox-default-skin-open{
    border-width: 0!important;
    overflow: unset!important;
}
.box-home div    {
    color: white;
    font-size: 24px;
}
.back_call_bg {
    background: rgba(33, 33, 33, 0.57) url(/local/templates/brusina2020/img/wood-pattern.png) repeat;
    max-width: 500px;
}
.back_call_bg .form-control {
    font-size: 16px;
    height: 48px;
    border: 0;
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 5px;
    background: white;
    color: black;
    padding: 0 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}
.home-wrap .form-control {
    font-size: 16px;
    height: 48px;
    border: 0;
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 5px;
    background: white;
    color: black;
    padding: 0 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}
.home-wrapper{
    box-sizing: border-box!important;

}
.home-wrapper .fancybox-default-skin-open{
    overflow: unset!important;
}
.home-wrap .fancybox-close{
    background-image: url(/local/templates/brusina2020/img/close-ico.svg) !important;
    position: absolute;
    top: 11px;
    right: 18px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 8040;
    background-size: 24px 24px;
}
.ord_form .fancybox-close{
    background-image: url(/local/templates/brusina2020/img/close-ico.svg) !important;
    position: absolute;
    top: 11px;
    right: -11px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 8040;
    background-size: 24px 24px;
}
@media screen and (max-width: 768px){
	
	#feedback_captcha {
		max-width:200px;
		overflow:hidden;
	}
    .back_call_bg {
        background: rgba(33, 33, 33, 0.57) url(/local/templates/brusina2020/img/wood-pattern.png) repeat;
        width:300px;
    }
    .vilka_feedback {
        padding: 20px 20px 10px 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .ord_form .fancybox-close{
        background-image: url(/local/templates/brusina2020/img/close-ico.svg) !important;
        position: absolute;
        top: 0;
        right:0;
        width: 26px;
        height: 26px;
        cursor: pointer;
        background-position: 0 0;
        z-index: 8040;
        background-size: 24px 24px!important;
    }
	.ord_form .fancybox-default-skin-open {
		  height: 100% !important;
	}

}

.input-row input[type="radio"] + label {
    cursor:pointer;
}

.input-row select {
    width: 100%;
    max-width: 320px;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    border: 2px solid #c7c7c7;
}

.calc-form-block-list {
    width: 100%;
}

.input-row input[type="file"] {
    border:none;
    border-radius: 0;
    padding-left:0;
}

.calc-form-block .input-row textarea {
    background-color:#fff;
    color:#000;
}
.hidden{
    display: none;
}
.no-underline{
    text-decoration: none;
}

#calculator-form{
    margin-bottom: 40px;}

.cont_box ol,.cont_box ul{
    list-style-position: inside;
}

.cont_box .grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 40px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: help;
}


.cont_box .gallery_list img{
    width: 100%;
}
.grid figure img{position:relative;display:block;min-height:100%;max-width:100%;opacity:0.8;}
.grid figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.grid figure figcaption::before,
.grid figure figcaption::after{pointer-events:none;}
.grid figure figcaption,
.grid figure figcaption > a{position:absolute;top:0;left:0;width:100%;height:100%;}
.grid figure figcaption > a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.grid figure h3{color:#fff;font-family:"Clear Sans", Helvetica, Arial, sans-serif;text-transform:uppercase;font-size:23px;margin:0 0 5px;text-shadow:0px 0px 0 rgb(215,215,215), 1px 1px 0 rgb(188,188,188),2px 2px 1px rgba(0,0,0,0.05),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);}
.grid figure h3 span{font-weight:500;}
.grid figure h3,
.grid figure p{margin:0;}
.grid figure p{letter-spacing:1px;font-size:68.5%;}
figure.effect-apollo{background:#966445;}
figure.effect-apollo img{opacity:0.9;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1);}
figure.effect-apollo figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(231, 105, 49, 1);content:'';-webkit-transition:-webkit-transform 0.6s;transition:transform 0.6s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
figure.effect-apollo p{position:absolute;right:0;bottom:0;margin:3em;padding:0 1em;max-width:150px;border-right:4px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s;}
figure.effect-apollo h3{text-align:left;}
figure.effect-apollo:hover img{opacity:0.6;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
figure.effect-apollo:hover figcaption::before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
figure.effect-apollo:hover p{opacity:1;-webkit-transition-delay:0.1s;transition-delay:0.1s;}

.st-text-carousel-unit{
    min-height: 300px;
    display: block;
}
.calculator-form{
    border-radius: 0px;

}




/*.tmp-bg{*/
/*    overflow-y:scroll!important;*/
/*}*/
.tmp-bg .map-connected-list-panel{
  padding: 0;
}

.tmp-bg #calculator-form{
    margin-bottom: 0px;
    padding: 55px 75px 55px 75px;
    max-width: none;
    display: block;
    width: 100%;
}
.tmp-bg .map-connected-list-panel{
    max-width: 900px;
    width: 100%;
    display: block;
}
.tmp-bg{
    overflow: auto!important;
}
.tmp-bg .calculator-form{
    margin: 0;
}
.ord_form .fancybox-close{
    top: 0!important;
    right: -50px!important;
}

/* Grid styles -------------------------------------------------*/
.more-links{
    padding-bottom: 70px;
}
.more-links-adaptive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(211px, 1fr));
    grid-gap: 22px;
	justify-content: center;
}
.more-links-adaptive {
    max-width: 100%;
    margin: 22px auto 22px;
}
/*.more-links-adaptive-item {
    position: relative;
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    border: 2px solid rgba(199, 199, 199, 0.5);
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.more-links-adaptive-item:hover {
    border: 2px solid #8C1918;
}*/
.show-over-text {
    cursor: pointer;
    position: absolute;
 
    left: 19px;
    z-index: 10;
    text-decoration: underline;
    text-decoration: none;
}
.over-text {
    height: 0;
    overflow: hidden;
    position: relative;
}
/*.over-text-box{*/
/*    margin-bottom: 80px;*/
/*    margin-top: 60px;*/
/*}*/
.skp-title{
    text-decoration: none;
}



@media screen and (max-width:1180px) {
    ul.header-main-menu {
        width: 100%;
    }

    nav.main-navigation {
        width: 100%;
    }

    /*.with-inner-menu:hover > a span {*/
    /*    color:#fff;*/
    /*}*/

    /*.with-inner-menu:hover > a::before {*/
    /*    opacity:0;*/
    /*}*/

    ul.header-submenu {
        position: relative;
        opacity: 1;
        background: none;
        color: #fff;
        top: unset;
        left: unset;
        padding:0;
        list-style: none;
        transform: none;
        overflow:hidden;
        height:0;
    }

    /*.with-inner-menu:hover ul.header-submenu  {*/
    /*    height:auto;*/
    /*    overflow:visible;*/
    /*    padding: 10px 0;*/
    /*}*/

    ul.header-submenu a {
        color:#fff
    }

    .header-submenu li::after {
        display:none;
    }

    li.with-inner-menu {
        width: 100%;
    }

    .open-sub-menu{
        height: auto!important;
        padding-top: 25px!important;
    }
    .header-bot-row.active{
        overflow-y: scroll;
    }
}

.cip-unit-front{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.cip-unit-front2{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cip-conn-unit{
    position: relative;
}
.cip-conn-unit-front{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url("/img/you.svg") no-repeat center center;
    background-position: center center;
    background-size: 36px 36px;
}

iframe.video-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
div.iframe-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

@media (max-width: 767.98px) {
    .hidden-xs {
        display: none!important;
    }
    .xs-frame{
        height: 300px;
    }
}

/*.sticky-wrapper{*/
/*    !*display: none;*!*/
/*    position: fixed;*/
/*    z-index: 0;*/
/*}*/
/*.sticky-wrapper .scrolled-header{*/
/*    display: none;*/
/*}*/
/*.sticky-wrapper.is-sticky{*/
/*    z-index: 150;*/
/*    width: 100%;*/
/*}*/
/*.sticky-wrapper.is-sticky .scrolled-header{*/
/*    display: block;*/

/*}*/

.sticky-wrapper{
    opacity: 0;
}
.sticky-wrapper.is-sticky{
    opacity: 1;
    position: absolute;
    width: 100%;
}

.product-item-detail-tab-content.active li {

	    list-style: inside;
}

.product-item-detail-tab-content.active li before {
	color:#ED7632;
}

.product-item-detail-tab-content.active li {list-style:none!important;}

.no-marker li {
    list-style-type: none!important;
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    div.iframe-wrap{
        display: none;
    }

    .xs-frame{
        display: none;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {

    div.iframe-wrap{
        display: none;
    }

    .xs-frame{
        display: none;
    }

}




/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    div.iframe-wrap{
        display: none;
    }

    .xs-frame{
        display: none;
    }

}
@media screen and (max-width: 480px){

	div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner {
max-width:100% !important;}
	
.filter-box{
	display: none;
		
	}
	
	}


.order-check{
    background:url('/local/templates/brusina2020/img/check-icon.svg') no-repeat 20px center;
    background-size:30px 30px;
    display:inline-block;
    padding:20px 30px 20px 70px;
    border: 3px solid;
    border-color: #f9f9f9;
}

.api-reviews-form .api-button {
	-webkit-box-shadow: none;
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, .28);
    box-shadow: none;
}

.slick-arrow.slick-next:hover {
    transform: scale(1.2) ;
}

.arform-color-orange1 .api-button:hover{ background: #8C1918; }

   .api-button { transition: 0.2s;}

   .error input{
       border: 2px solid #8c1918!important;
   }
.error textarea{
    border: 2px solid #8c1918!important;
}


input[type="button"] {
	display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background-color: #ED7632;
    font-weight: 600;
    border-radius: 32px;
    padding: 9px 24px;
    box-sizing: border-box;
    border: none;
    white-space: nowrap;
    transition: 0.2s;
}


.bx_filter_select_popup ul li a {
	    min-height: 30px;
		min-width: 120px;
}

.new_class {
	color:#fff;
}


.st-text-carousel-unit b {padding-bottom:20px;}


/*VIDEO*/

.eAIcRR {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 20px;
    z-index: 9999999;
    text-align: left;
    position: fixed;
    bottom: 50px;
    left: 50px;
}
.iyTUNU {
    position: relative;
}
.jsexDT {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 1;
}
.jJeWAX {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-animation: 0.5s lbWRkT ease-out;
    animation: 0.5s lbWRkT ease-out;
    -webkit-transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out;
    width: 130px;
    min-width: 130px;
}
.jJeWAX:before {
    content: "";
    display: block;
    -webkit-transition: padding-top 0.3s ease-in-out;
    transition: padding-top 0.3s ease-in-out;
    padding-top: 180px;
}
.hvenyI {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    -webkit-transition: transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    transition: transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.goGuLZ {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: border-radius 0.3s ease-out, box-shadow 0.2s ease-out, background-color 0.3s ease, border-color 0.3s ease;
    transition: border-radius 0.3s ease-out, box-shadow 0.2s ease-out, background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 20px;
    z-index: 100;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.lcTOno {
    z-index: 1;
    border-radius: 50%;
    padding: 2px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
    border-radius: 18px;
    background-image: url(/stas.jpg);
}
.cUoqsl.enter-done {
    opacity: 1;
}
.cUoqsl {
    z-index: 2;
    box-sizing: border-box;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s ease, border-radius 0.3s ease;
    transition: opacity 0.5s ease, border-radius 0.3s ease;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.jkrGLX {
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-animation: 0.3s lbWRkT ease-out;
    animation: 0.3s lbWRkT ease-out;
    -webkit-tap-highlight-color: transparent;
    top: 70px;
    right: 3px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.ehFqlV {
    position: absolute;
    top: -1px;
    right: 0px;
    left: 0px;
    height: 160px;
    z-index: 30;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.gDhViD {
    position: absolute;
    bottom: -1px;
    right: 0px;
    left: 0px;
    height: 60px;
    z-index: 30;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.eyHLkH {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px !important;
    height: 22px !important;
    z-index: 1010;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out, background-color 0.2s ease-out;
    transition: opacity 0.3s ease-out, background-color 0.2s ease-out;
    -webkit-tap-highlight-color: transparent;
    background-color: black;
    border-radius: 22px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.21);
}
.hKwyxS {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px !important;
    height: 22px !important;
    z-index: 1010;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out, background-color 0.2s ease-out;
    transition: opacity 0.3s ease-out, background-color 0.2s ease-out;
    -webkit-tap-highlight-color: transparent;
    background-color: black;
    border-radius: 22px;
	z-index:999999999;

    background-color: rgba(0, 0, 0, 0.21);
}
.eyHLkH:hover  {
	 background-color: rgba(0, 0, 0, 0.4);
}
.hKwyxS > svg {
    width: 22px !important;
    height: 22px !important;
}
.hvenyI:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.goGuLZ:hover {
    border-color: rgba(19, 19, 68, 1);
}

.lkqjac {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    -webkit-transition: transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    transition: transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    z-index: 100;
    width: 318px;
    height: 566px;
    margin-top: -386px;
}
.showcontrols {
	opacity:0;
	visibility: hidden;
}

.actives {
		opacity:1;
		visibility: visible;
}

.lkqjac .bUNWJo {
	opacity:0;
	visibility: hidden;
}

/* new style*/
.plnbutton .hytfhh {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 40;
	right:auto%;
}
.plnbutton {
	width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.lkqjac .bUNWJo {
		opacity:1;
	visibility: visible;
	 top: 35%;
	  position: absolute;
	  right:36%;
	/*
	opacity:0;
	visibility: hidden;*/
}

/*End new style*/
.lkqjac:hover .bUNWJo {
	opacity:1;
	visibility: visible;
}
.modal_opens {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px !important;
    height: 28px !important;
    z-index: 1010;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out, background-color 0.2s ease-out;
    transition: opacity 0.3s ease-out, background-color 0.2s ease-out;
    -webkit-tap-highlight-color: transparent;
    background-color: black;
    border-radius: 22px;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, 0.21);

}
.modal_opens:hover {
	   -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.modal_opens > svg {
    width: 28px !important;
    height: 28px !important;
}

.bnbgEe {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    height: 18px;
}

#custom-controls {
	/*position: absolute;
    top: 20px;
    z-index: 99;*/
}

.timeline {
position: absolute;
    /* top: 0px; */
    left: 0px;
    /* height: 100%; */
    background: rgba(255, 61, 62, 1);
    z-index: 99;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    width: 100%;
    bottom: 50px;
	    bottom: 50px;
    cursor: pointer;
}

#mute-button {
	 z-index: 99;
}

#play-button {
z-index: 39;
    display: block;
    position: absolute;
  /*  right: 38%;
    /* top: 50px; */
    opacity: 0.6;
    bottom: 50%;
}
#play-button:hover {

    opacity: 0.9;

}
.maximal_video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: border-radius 0.3s ease-out, box-shadow 0.2s ease-out, background-color 0.3s ease, border-color 0.3s ease;
    transition: border-radius 0.3s ease-out, box-shadow 0.2s ease-out, background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 20px;
    z-index: 100;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.jkrGLX {
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-animation: 0.3s lbWRkT ease-out;
    animation: 0.3s lbWRkT ease-out;
    -webkit-tap-highlight-color: transparent;
top: 35px;
    right: -2px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
    .jkrGLX:hover {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
	



@media screen and (max-width: 768px) { 
.eAIcRR {
display:none;
    bottom: 25px;
    left: 25px;
}

}
/* End */


/* Start:/local/templates/brusina2020/components/bitrix/menu/horizontal_multilevel2020/style.css?17521738314468*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/brusina2020/components/bitrix/menu/horizontal_multilevel2020/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/brusina2020/components/bitrix/menu/horizontal_multilevel2020/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/brusina2020/components/bitrix/menu/horizontal_multilevel2020/images/lock.gif) center right no-repeat;
}

.header-submenu li.item-selected {
	color:#ED7632;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/brusina2020/components/vilka/feedback/bootstrap1/style.css?16889972501158*/
.vilka_feedback label{
    display: block;
}
.captcha_block {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    /*width: 49%;*/
}
/*.captcha_block input{
    width: 100%;
}*/
.captcha_img {
    margin-right: 20px;
}

.f-title{
    font-size: 36px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 24px;
    color: white;


}
.f-subtitle{
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}
.sbm-box{
    width: 100%;
    height: auto !important;
	padding:10px;
	margin-top:0px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4)
}
.mf-ok-text{
    color: white;
    padding: 40px;
    text-align: center;
    font-size: 22px;
}
@media screen and (max-width: 768px){


    .f-title {
        font-size: 23px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 14px;
        color: white;
    }
}
/* End */


/* Start:/local/templates/brusina2020/components/vilka/feedback/bootstrap3/style.css?16165097241102*/
.vilka_feedback label{
    display: block;
}
.captcha_block {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    /*width: 49%;*/
}
/*.captcha_block input{
    width: 100%;
}*/
.captcha_img {
    margin-right: 20px;
}

.f-title{
    font-size: 36px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 24px;
    color: white;


}
.f-subtitle{
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}
.sbm-box{
    width: 100%;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4)
}
.mf-ok-text{
    color: white;
    padding: 40px;
    text-align: center;
    font-size: 22px;
}
@media screen and (max-width: 768px){


    .f-title {
        font-size: 23px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 14px;
        color: white;
    }
}
/* End */
/* /local/templates/brusina2020/css/normalize.css?15918779357279 */
/* /local/templates/brusina2020/fonts/fonts.css?1591877935541 */
/* /local/templates/brusina2020/css/slick.css?16303215461715 */
/* /local/templates/brusina2020/css/select2.min.css?159187793514966 */
/* /local/templates/brusina2020/css/jquery.mCustomScrollbar.css?159187793553583 */
/* /local/templates/brusina2020/css/nouislider.css?15918779355802 */
/* /css/animate.css?159187794947486 */
/* /local/templates/brusina2020/js/fb/jquery.fancybox.css?159187714267197 */
/* /local/templates/brusina2020/js/lightgallery.css?162075982925607 */
/* /local/templates/brusina2020/js/lg-transitions.css?162057182847195 */
/* /local/templates/brusina2020/js/lg-fb-comment-box.css?16205718331083 */
/* /local/templates/brusina2020/js/fb/jquery.fancybox-thumbs.css?15918771424376 */
/* /local/templates/brusina2020/css/main.css?1779127640170587 */
/* /local/templates/brusina2020/css/custom.css?177746455080936 */
/* /local/templates/brusina2020/components/bitrix/menu/horizontal_multilevel2020/style.css?17521738314468 */
/* /local/templates/brusina2020/components/vilka/feedback/bootstrap1/style.css?16889972501158 */
/* /local/templates/brusina2020/components/vilka/feedback/bootstrap3/style.css?16165097241102 */
