@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
     -moz-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
     -moz-border-radius: .1em;
          border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
       animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
       animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
         transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
       transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
       transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
       transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lightgallery//lg.ttf?22t19m") format("truetype"), url("../fonts/lightgallery//lg.woff?22t19m") format("woff"), url("../fonts/lightgallery//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);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  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: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .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; } }

@-o-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; } }

@-o-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;
  -moz-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;
  -moz-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); }
  .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;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-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;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-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, -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  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;
  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, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

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

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

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-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);
  -moz-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;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -moz-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: 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), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-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);
  -moz-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);
  -moz-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: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -o-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;
    -moz-transition-duration: 0s !important;
      -o-transition-duration: 0s !important;
         transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-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 {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          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;
      -moz-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%;
    -o-object-fit: cover;
       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;
  -moz-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;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          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("../images/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/lightgallery/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("../images/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/lightgallery/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;
  -moz-transition-duration: 0s;
    -o-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: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-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);
  -moz-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);
  -moz-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;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 0.15s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: 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, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-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);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
       -moz-box-shadow: 0 0 0 2px white inset;
            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;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -moz-transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-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);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
     -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          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;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, -moz-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s, -moz-box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
       -moz-box-shadow: 0 0 0 8px white inset;
            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;
  -moz-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;
  -moz-transition-delay: 0s;
    -o-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;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          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;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -o-transform 0.18s linear 0s;
  -moz-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -moz-transform 0.18s linear 0s;
  transition: 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, -webkit-transform 0.18s linear 0s, -moz-transform 0.18s linear 0s, -o-transform 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: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -moz-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;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -o-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;
  -moz-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;
    -moz-transition-duration: inherit !important;
      -o-transition-duration: inherit !important;
         transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
      -o-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;
    -moz-transition-duration: 0s !important;
      -o-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("../images/lightgallery/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;
    -moz-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-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  -moz-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);
    -moz-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);
    -moz-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);
    -moz-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;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: opacity 0.1s ease 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: 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, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 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; }

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

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *:focus {
    outline: none; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  position: relative;
  min-width: 420px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

button:not([disabled]),
a[role="button"]:not([disabled]) {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-weight: 300; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 28px; }

figure {
  margin: 0; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col {
  padding: 0 15px; }

.overflow-hidden {
  overflow: hidden; }

.back-row {
  margin-bottom: 55px; }
  @media (max-width: 768px) {
    .back-row {
      margin-bottom: 30px; } }
  .back-row .back {
    font-size: 24px;
    display: inline-block;
    line-height: 27px;
    color: #000;
    text-decoration: none; }
    @media (max-width: 768px) {
      .back-row .back {
        font-size: 18px; } }
    .back-row .back::before {
      display: inline-block;
      margin-right: 20px;
      font: normal normal normal 24px/27px FontAwesome;
      content: '\f104'; }
      @media (max-width: 768px) {
        .back-row .back::before {
          margin-right: 10px;
          font-size: 18px; } }
    .back-row .back:hover {
      text-decoration: underline; }

.is-hidden {
  display: none !important; }

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

.button {
  display: inline-block;
  padding: 14px 50px 13px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  text-decoration: none;
  text-align: center; }
  .button--red {
    background: #D7572B;
    border-color: #D7572B;
    color: #fff; }
    .button--red:hover {
      background-color: #ae4521;
      border-color: #ae4521; }
  .button--yellow {
    background-color: #FFDC33;
    border-color: #FFDC33; }
    .button--yellow:hover {
      background-color: #ffd300;
      border-color: #ffd300; }
  .button--outline-black {
    background-color: transparent;
    border-color: #000; }
    .button--outline-black:hover {
      background-color: #000;
      color: #fff; }

.select-custom {
  position: relative; }
  .select-custom__current {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden; }
    .select-custom__current::after {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background-color: #fff;
      font: normal normal normal 14px/16px FontAwesome;
      content: '\f107'; }
  .select-custom__values {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }
  .select-custom__value {
    position: relative;
    list-style-type: none; }
  .select-custom--opened .select-custom__values {
    display: block; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  position: relative;
  z-index: 9990; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.25;
  color: #000; }

.modal__close {
  margin-left: auto;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .modal__close:hover {
    opacity: 0.7; }
  .modal__close:focus {
    outline: none; }

.modal__header .modal__close:before {
  font-size: 30px;
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 30px; }

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes mmslideIn {
  from {
    -moz-transform: translateY(15%);
         transform: translateY(15%); }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes mmslideIn {
  from {
    -o-transform: translateY(15%);
       transform: translateY(15%); }
  to {
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
       -moz-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@-moz-keyframes mmslideOut {
  from {
    -moz-transform: translateY(0);
         transform: translateY(0); }
  to {
    -moz-transform: translateY(-10%);
         transform: translateY(-10%); } }

@-o-keyframes mmslideOut {
  from {
    -o-transform: translateY(0);
       transform: translateY(0); }
  to {
    -o-transform: translateY(-10%);
       transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
       -moz-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

body.mobile-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  overflow: hidden; }
  body.mobile-menu-open .mobile-menu {
    display: block; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-size: 18px;
  z-index: 99990;
  overflow-y: auto; }
  .mobile-menu__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 25px 30px; }
    .mobile-menu__header .city {
      margin-bottom: 0;
      color: #6A6A6A; }
    .mobile-menu__header .burger {
      position: relative;
      width: 35px;
      height: 26px;
      border: none;
      background-color: transparent; }
      .mobile-menu__header .burger::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #FFDC33;
        content: '';
        transform: rotate(-45deg);
        bottom: 13px; }
    .mobile-menu__header .burger::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #FFDC33;
        content: '';
        transform: rotate(45deg);
        top: 11px; }
  .mobile-menu__menu ul {
    margin: 0;
    padding: 0; }
    .mobile-menu__menu ul li {
      display: block;
      position: relative;
      list-style-type: none;
      border-top: 1px solid #E0E0E0;}
      .mobile-menu__menu ul li a {
        display: inline-block;
        padding: 20px 50px 20px 30px;
        color: #000;
        text-decoration: none; }
    span.menu__arrow {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 26px;
    width: 10px;
    height: 10px;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: 0.2s;
}
.menu__arrow.active {
    transform: rotate(180deg);
}
.sub-menu__list,
.sub-sub-menu__list{
    display: none;
}
.mobile-menu__menu .sub-menu__link {
    display: block;
    padding: 20px 40px 20px 30px;
    background: #efefef;
}
  .mobile-menu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 25px 25px;
    border-top: 1px solid #E0E0E0; }
    .mobile-menu__footer > * {
      margin-bottom: 5px; }
      .mobile-menu__footer > *::before {
        display: inline-block;
        margin-right: 5px;
        font: normal normal normal 18px/1 FontAwesome;
        color: #FFDC33; }
    .mobile-menu__footer .addr {
      display: inline-block;
      font-style: normal; }
      .mobile-menu__footer .addr::before {
        content: '\f041'; }
    .mobile-menu__footer .worktime {
      margin-bottom: 0; }
      .mobile-menu__footer .worktime::before {
        content: '\f017'; }

.section--breadcrumbs {
  padding-top: 98px;
  padding-bottom: 45px; }
  @media (max-width: 900px) {
    .section--breadcrumbs {
      padding-top: 34px;
      padding-bottom: 10px; } }
  .section--breadcrumbs .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .section--breadcrumbs .breadcrumbs a,
    .section--breadcrumbs .breadcrumbs span {
      display: inline-block;
      font-size: 24px;
      line-height: 50px; }
      @media (max-width: 900px) {
        .section--breadcrumbs .breadcrumbs a,
        .section--breadcrumbs .breadcrumbs span {
          font-size: 18px; } }
    .section--breadcrumbs .breadcrumbs a {
      color: #000;
      text-decoration: none; }
      .section--breadcrumbs .breadcrumbs a::after {
        display: inline-block;
        margin: 0 6px;
        content: '/'; }
      .section--breadcrumbs .breadcrumbs a:hover {
        text-decoration: underline; }
    .section--breadcrumbs .breadcrumbs span {
      color: #D7572B; }

.header {
  position: relative;
  z-index: 999; }
  .header .top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 33px;
    padding-bottom: 26px; }
    .header .top-row .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .header .top-row .wrapper .logo {
        display: inline-block;
        max-width: 165px;
        margin-right: 30px; }
        .header .top-row .wrapper .logo img {
          max-width: 100%; }
      @media (max-width: 1200px) {
        .header .top-row .wrapper .select-custom-wrapper {
          display: none; } }
    .header .top-row .wrapper-contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .header .top-row .wrapper-contacts > * {
        margin: 0 35px; }
        @media (max-width: 900px) {
          .header .top-row .wrapper-contacts > * {
            margin: 0; } }
        .header .top-row .wrapper-contacts > *:first-child {
          margin-left: 0; }
        .header .top-row .wrapper-contacts > *:last-child {
          margin-right: 0; }
      .header .top-row .wrapper-contacts .addr {
        position: relative;
        padding-left: 18px;
        font-size: 18px;
        line-height: 30px;
        font-style: normal; }
        .header .top-row .wrapper-contacts .addr::before {
          position: absolute;
          top: 7px;
          left: 0;
          margin-right: 5px;
          font: normal normal normal 14px/16px FontAwesome;
          color: #FFDC33;
          content: '\f041'; }
        @media (max-width: 900px) {
          .header .top-row .wrapper-contacts .addr {
            display: none; } }
      .header .top-row .wrapper-contacts .phone-wrapper {
        display: inline-block; }
        .header .top-row .wrapper-contacts .phone-wrapper .phone {
          position: relative;
          display: block;
          padding-left: 18px;
          font-size: 18px;
          line-height: 30px;
          color: #000;
          text-decoration: none; }
          .header .top-row .wrapper-contacts .phone-wrapper .phone::before {
            position: absolute;
            top: 7px;
            left: 0;
            font: normal normal normal 14px/16px FontAwesome;
            color: #FFDC33;
            content: '\f095'; }
          .header .top-row .wrapper-contacts .phone-wrapper .phone:hover {
            text-decoration: underline; }
      .header .top-row .wrapper-contacts .worktime {
        position: relative;
        padding-left: 18px;
        font-size: 18px;
        line-height: 30px; }
        @media (max-width: 900px) {
          .header .top-row .wrapper-contacts .worktime {
            display: none; } }
        .header .top-row .wrapper-contacts .worktime::before {
          position: absolute;
          top: 7px;
          left: 0;
          margin-right: 5px;
          font: normal normal normal 14px/16px FontAwesome;
          color: #FFDC33;
          content: '\f017'; }
  .header .main-menu-wrapper {
    border-top: 1px solid #E0E0E0; }
    @media (max-width: 1200px) {
      .header .main-menu-wrapper {
        padding-top: 26px;
        padding-bottom: 26px; } }
  .header .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 9px;
    padding-bottom: 8px; }
    @media (max-width: 1200px) {
      .header .main-menu {
        display: none; } }
    .header .main-menu ul {
      margin: 0;
      padding: 0; }
    .header .main-menu li {
      list-style-type: none;
      display: flex;
      justify-content: center;}
    .header .main-menu .level1:nth-child(2){
        margin-right: 7px;
    }
    .header .main-menu .level1:nth-child(2),
    .header .main-menu .level1:nth-child(3) {
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;}
    .header .main-menu .level1:nth-child(5){
        max-width:190px;
    }
    .header .main-menu .level1:nth-child(6){
        max-width:160px;
    }
    .header .main-menu .level1:nth-child(7){
        max-width:145px;
    }
    .header .main-menu .level1:nth-child(8){
        max-width:115px;
    }
    .header .main-menu a {
      display: inline-block;
      padding: 8px 7px;
      font-size: 18px;
      line-height: 21px;
      color: #000;
      text-decoration: none;}
    .header .main-menu .parent {
      position: relative;}
      .header .main-menu .parent:hover > .child {
        display: block; }
    .header .main-menu .child {
      display: none;
      z-index: 3;
      position: absolute;
      top: 100%;
      left: 0;
      width: 440px;
      background-color: #fff;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
         -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); }
      .header .main-menu .child li {
        border-top: 1px solid #E0E0E0; }
        .header .main-menu .child li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          padding: 0 24px;
          height: 75px;
          -webkit-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          -moz-transition: background-color 0.3s;
          transition: background-color 0.3s; }
          .header .main-menu .child li a:hover {
            background-color: #f7f7f7; }
      .header .main-menu .child--right {
        left: auto;
        right: 0; }
      .header .main-menu .child .parent {
        position: relative; }
        .header .main-menu .child .parent--near {
          position: relative; }
          .header .main-menu .child .parent--near .child {
            top: -1px; }
      .header .main-menu .child .child {
        top: 0;
        left: 100%; }
        .header .main-menu .child .child--right {
          left: auto;
          right: 100%; }
      .header .main-menu .child a {
        white-space: normal; }
    .header .main-menu .round {
      border: 1px solid #AFAFAF;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px; }
  .header .select-custom-wrapper {
    width: 167px;
    z-index: 100; }
    .header .select-custom-wrapper .select-custom__current {
      font-size: 18px;
      line-height: 30px; }
      .header .select-custom-wrapper .select-custom__current::after {
        line-height: 30px; }
    .header .select-custom-wrapper .select-custom__values {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      top: 30px;
      left: -30px;
      width: 518px;
      padding: 20px 30px;
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; }
      @media (max-width: 570px) {
        .header .select-custom-wrapper .select-custom__values {
          width: 400px; } }
    .header .select-custom-wrapper .select-custom__value {
      width: 100%;
      max-width: -webkit-calc(100% / 3);
      max-width: -moz-calc(100% / 3);
      max-width: calc(100% / 3);
      margin-bottom: 18px;
      font-size: 18px;
      line-height: 21px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .header .select-custom-wrapper .select-custom__value a{
        text-decoration: none;
        color: #000000;
      }
      @media (max-width: 570px) {
        .header .select-custom-wrapper .select-custom__value {
          max-width: -webkit-calc(100% / 2);
          max-width: -moz-calc(100% / 2);
          max-width: calc(100% / 2); } }
      .header .select-custom-wrapper .select-custom__value:hover {
        text-decoration: underline; }
    .header .select-custom-wrapper .select-custom--opened .select-custom__values {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .header .mobile-menu-row {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .header .mobile-menu-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    .header .mobile-menu-row .burger {
      position: relative;
      width: 35px;
      height: 26px;
      border: 2px solid #000;
      border-width: 2px 0;
      background-color: transparent; }
      .header .mobile-menu-row .burger::after {
        position: absolute;
        top: -webkit-calc(50% - 1px);
        top: -moz-calc(50% - 1px);
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: ''; }

.footer .footer-menu {
  border-top: 1px solid #6A6A6A; }
  .footer .footer-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px; }
    @media (max-width: 600px) {
      .footer .footer-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .footer .footer-menu ul li {
      list-style-type: none; }
      @media (max-width: 600px) {
        .footer .footer-menu ul li {
          margin-bottom: 7px; } }
      .footer .footer-menu ul li a {
        font-size: 14px;
        line-height: 30px;
        color: #000;
        text-decoration: none;
        text-transform: uppercase; }
        .footer .footer-menu ul li a:hover {
          text-decoration: underline; }

.footer .copyright {
  padding: 40px 0;
  background-color: #282E36;
  text-align: right; }
  @media (max-width: 600px) {
    .footer .copyright {
      text-align: center; } }
  .footer .copyright p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
    color: #fff; }

.section--intro .intro {
  position: relative; }
  .section--intro .intro__slide {
    position: relative;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff; }
    .section--intro .intro__slide::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(40, 46, 54, 0.65);
      content: ''; }
    .section--intro .intro__slide .content {
      position: relative;
      width: 100%;
      max-width: -webkit-calc(100% / 12 * 8);
      max-width: -moz-calc(100% / 12 * 8);
      max-width: calc(100% / 12 * 8);
      min-height: 163px;
      padding-top: 311px;
      padding-bottom: 413px;
      z-index: 5; }
      @media (max-width: 1200px) {
        .section--intro .intro__slide .content {
          max-width: -webkit-calc(100% - 355px - 30px);
          max-width: -moz-calc(100% - 355px - 30px);
          max-width: calc(100% - 355px - 30px); } }
      @media (max-width: 768px) {
        .section--intro .intro__slide .content {
          max-width: 100%;
          padding-top: 51px;
          padding-bottom: 680px; } }
      .section--intro .intro__slide .content .title {
        margin: 0;
        font-size: 36px;
        line-height: 50px;
        font-weight: normal;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media (max-width: 1200px) {
          .section--intro .intro__slide .content .title br {
            display: none; } }
        @media (max-width: 768px) {
          .section--intro .intro__slide .content .title {
            font-size: 24px;
            line-height: 35px;
            text-align: center; } }
  .section--intro .intro__pagination {
    position: absolute;
    display: inline-block;
    left: -webkit-calc(50% - 570px);
    left: -moz-calc(50% - 570px);
    left: calc(50% - 570px);
    bottom: 154px;
    margin: 0 -7.5px;
    z-index: 20; }
    @media (max-width: 1200px) {
      .section--intro .intro__pagination {
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (max-width: 768px) {
      .section--intro .intro__pagination {
        bottom: 46px; } }
    .section--intro .intro__pagination .swiper-pagination-bullet {
      margin: 0 7.5px;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-color: #fff;
      opacity: 1; }
      .section--intro .intro__pagination .swiper-pagination-bullet-active {
        background-color: #FFDC33; }
  .section--intro .intro__form {
    position: absolute;
    top: 50%;
    right: -webkit-calc(50% - 570px);
    right: -moz-calc(50% - 570px);
    right: calc(50% - 570px);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-calc(1200px / 3 - 45px);
    width: -moz-calc(1200px / 3 - 45px);
    width: calc(1200px / 3 - 45px);
    z-index: 10; }
    @media (max-width: 1200px) {
     .section--intro .intro__form {
        right: 30px;
        width: 355px; } }
    @media (max-width: 768px) {
     .section--intro .intro__form {
        top: 200px;
        right: 0;
        left: 0;
        margin: 0 auto;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
    .intro__form .wrapper {
      padding: 30px;
      background-color: #fff;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px; }
    .intro__form .title {
      margin-bottom: 17px;
      font-size: 24px;
      line-height: 28px;
      text-align: center; }
    .intro__form p {
      margin-bottom: 36px;
      font-size: 18px;
      line-height: 21px; }
    .intro__form input {
      width: 100%;
      margin-bottom: 30px;
      padding: 14px 15px 15px;
      border: 1px solid #AFAFAF;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      font-size: 18px;
      line-height: 21px;
      font-weight: 300; }
      .intro__form input::-webkit-input-placeholder {
        color: #AFAFAF; }
      .intro__form input:-moz-placeholder {
        color: #AFAFAF; }
      .intro__form input::-moz-placeholder {
        color: #AFAFAF; }
      .intro__form input:-ms-input-placeholder {
        color: #AFAFAF; }
      .intro__form input::-ms-input-placeholder {
        color: #AFAFAF; }
      .intro__form input::placeholder {
        color: #AFAFAF; }
      .intro__form input:focus {
        border-color: #000; }
      .intro__form input:focus::-webkit-input-placeholder {
          color: #000; }
        .intro__form input:focus:-moz-placeholder {
          color: #000; }
        .intro__form input:focus::-moz-placeholder {
          color: #000; }
        .intro__form input:focus:-ms-input-placeholder {
          color: #000; }
        .intro__form input:focus::-ms-input-placeholder {
          color: #000; }
        .intro__form input:focus::placeholder {
          color: #000; }
    .intro__form .submit-wrapper {
      margin-top: 20px;
      text-align: center; }
    .intro__form .submit-wrapper .button {
        min-width: 225px; }

.section--advantages {
  padding-top: 118px;
  padding-bottom: 54px; }
  .section--advantages .advantages {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section--advantages .advantages__item {
      width: 100%;
      max-width: -webkit-calc(100% / 5);
      max-width: -moz-calc(100% / 5);
      max-width: calc(100% / 5);
      margin: 0 0 30px;
      text-align: center; }
      @media (max-width: 1024px) {
        .section--advantages .advantages__item {
          max-width: -webkit-calc(100% / 3);
          max-width: -moz-calc(100% / 3);
          max-width: calc(100% / 3); } }
      @media (max-width: 768px) {
        .section--advantages .advantages__item {
          max-width: -webkit-calc(100% / 2);
          max-width: -moz-calc(100% / 2);
          max-width: calc(100% / 2); } }
      .section--advantages .advantages__item:nth-child(3) .img-wrapper img {
        -webkit-transform: translateY(15px);
           -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
             -o-transform: translateY(15px);
                transform: translateY(15px); }
      .section--advantages .advantages__item .img-wrapper {
        height: 124px;
        margin-bottom: 37px; }
        @media (max-width: 768px) {
          .section--advantages .advantages__item .img-wrapper {
            margin-bottom: 0; } }
        .section--advantages .advantages__item .img-wrapper img {
          display: inline-block; }
      .section--advantages .advantages__item .title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .section--advantages .advantages__item .title {
            font-size: 14px; } }

.section--categories {
  padding-top: 54px;
  padding-bottom: 84px; }
.ajax-form{
  position: relative;
}
.ajax-filter-count {
  display: block;
  margin: auto;
}
input.select__input {
  display: none;
}
.select-custom__value label {
  padding: 20px 0;
  cursor: pointer;
}
  .section--categories .categories.show-hidden-elems .categories__elem {
    display: block; }
  .section--categories .categories__elem {
    width: 100%;
    max-width: -webkit-calc(100% / 3);
    max-width: -moz-calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 81px;
    text-decoration: none;
    color: #000; }
    @media (max-width: 1200px) {
      .section--categories .categories__elem {
        max-width: -webkit-calc(100% / 2);
        max-width: -moz-calc(100% / 2);
        max-width: calc(100% / 2); } }
    @media (max-width: 800px) {
      .section--categories .categories__elem {
        max-width: 100%; } }
    /* .section--categories .categories__elem:nth-child(n+7) {
      display: none; } */
    .section--categories .categories__elem .img-wrapper {
      margin-bottom: 15px;
      padding-bottom: 5px;
      text-align: center;
      border: 2px solid #6A6A6A;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      overflow: hidden;
      -webkit-transition: -webkit-box-shadow 0.2s;
      transition: -webkit-box-shadow 0.2s;
      -o-transition: box-shadow 0.2s;
      -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
      transition: box-shadow 0.2s;
      transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; }
      .section--categories .categories__elem .img-wrapper img {
        max-width: 100%; }
    .section--categories .categories__elem .bottom-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section--categories .categories__elem .bottom-row .title {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 28px;
        font-weight: 300; }
      .section--categories .categories__elem .bottom-row .price {
        margin-bottom: 0;
        margin-left: 7px;
        padding: 8px 21px 7px;
        background-color: #FFDC33;
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px;
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        white-space: nowrap; }
    .section--categories .categories__elem:hover .img-wrapper {
      -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
         -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 25px rgba(0, 0, 0, 0.25); }
  .section--categories .load-more {
    text-align: center; }
  .section--categories .select-custom-wrapper {
    max-width: -webkit-calc(100% / 12 * 4 - 19px);
    max-width: -moz-calc(100% / 12 * 4 - 19px);
    max-width: calc(100% / 12 * 4 - 19px);
    margin-bottom: 80px; }
    @media (max-width: 800px) {
      .section--categories .select-custom-wrapper {
        max-width: 100%; } }
  .section--categories .select-custom__current {
    padding: 15px 18px 13px;
    border: 1px solid #6A6A6A;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px; }
    .section--categories .select-custom__current::after {
      padding: 14px 18px; }
  .section--categories .select-custom__values {
    top: 46px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #6A6A6A;
    -webkit-border-bottom-left-radius: 25px;
       -moz-border-radius-bottomleft: 25px;
            border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
       -moz-border-radius-bottomright: 25px;
            border-bottom-right-radius: 25px; }
  .section--categories .select-custom__value {
    padding: 9px 18px;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .section--categories .select-custom__value::before {
      position: absolute;
      top: 0;
      left: 18px;
      width: -webkit-calc(100% - 36px);
      width: -moz-calc(100% - 36px);
      width: calc(100% - 36px);
      height: 1px;
      background-color: #E0E0E0;
      content: ''; }
    .section--categories .select-custom__value:hover {
      background-color: #f7f7f7; }
  .section--categories .select-custom__current.open {
    border-bottom-color: transparent;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0; }

.section--product-preview {
  padding-top: 85px;
  padding-bottom: 136px;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    .section--product-preview {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .section--product-preview--stem {
    margin-top: -85px;
    padding-top: 170px; }
    @media (max-width: 1024px) {
      .section--product-preview--stem {
        margin-top: 0;
        padding-top: 85px; } }
    .section--product-preview--stem .container::before {
      position: absolute;
      top: -310px;
      right: -137px;
      width: 607px;
      height: 531px;
      background-image: url("../images/products/stem.png");
      -webkit-background-size: contain;
         -moz-background-size: contain;
              background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      z-index: -1; }
      @media (max-width: 1024px) {
        .section--product-preview--stem .container::before {
          content: none; } }
  .section--product-preview .container {
    position: relative;
    z-index: 1; }
  .section--product-preview .title {
    position: relative;
    margin-bottom: 39px;
    padding-bottom: 37px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 1; }
    @media (max-width: 1024px) {
      .section--product-preview .title {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .section--product-preview .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 36px; } }
    .section--product-preview .title--two-rows span {
      margin-left: 384px; }
      @media (max-width: 900px) {
        .section--product-preview .title--two-rows span {
          margin-left: 0; } }
    .section--product-preview .title::before {
      position: absolute;
      top: 33px;
      right: -webkit-calc(50% - 100% / 12);
      right: -moz-calc(50% - 100% / 12);
      right: calc(50% - 100% / 12);
      width: 100vw;
      height: -webkit-calc(100% + 39px);
      height: -moz-calc(100% + 39px);
      height: calc(100% + 39px);
      background-color: #FFDC33;
      -webkit-border-top-right-radius: 15px;
         -moz-border-radius-topright: 15px;
              border-top-right-radius: 15px;
      content: '';
      z-index: -1; }
      @media (max-width: 1024px) {
        .section--product-preview .title::before {
          right: -webkit-calc(50% - 100% / 12 * 3);
          right: -moz-calc(50% - 100% / 12 * 3);
          right: calc(50% - 100% / 12 * 3); } }
      @media (max-width: 768px) {
        .section--product-preview .title::before {
          top: 15px;
          right: -30px;
          width: -webkit-calc(100% + 60px);
          width: -moz-calc(100% + 60px);
          width: calc(100% + 60px);
          -webkit-border-top-left-radius: 15px;
             -moz-border-radius-topleft: 15px;
                  border-top-left-radius: 15px; } }
    .section--product-preview .title::after {
      position: absolute;
      bottom: 0;
      left: -webkit-calc(100% / 12 - 26px);
      left: -moz-calc(100% / 12 - 26px);
      left: calc(100% / 12 - 26px);
      width: -webkit-calc(100% / 12 * 8 + 20px);
      width: -moz-calc(100% / 12 * 8 + 20px);
      width: calc(100% / 12 * 8 + 20px);
      height: 1px;
      background-color: #000;
      content: ''; }
      @media (max-width: 1024px) {
        .section--product-preview .title::after {
          left: 15px;
          width: 100vw; } }
  .section--product-preview .col--content {
    position: relative;
    width: 100%;
    max-width: -webkit-calc(100% / 12 * 6);
    max-width: -moz-calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding-left: -webkit-calc(100% / 12 - 15px);
    padding-left: -moz-calc(100% / 12 - 15px);
    padding-left: calc(100% / 12 - 15px);
    z-index: 1; }
    @media (max-width: 1024px) {
      .section--product-preview .col--content {
        max-width: -webkit-calc(100% / 12 * 8);
        max-width: -moz-calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
        padding-left: 15px; } }
    @media (max-width: 768px) {
      .section--product-preview .col--content {
        max-width: 100%; } }
    .section--product-preview .col--content .img-wrapper {
      display: none; }
      @media (max-width: 768px) {
        .section--product-preview .col--content .img-wrapper {
          display: block; } }
    .section--product-preview .col--content .content-wrapper {
      position: relative;
      padding-bottom: 44px; }
      .section--product-preview .col--content .content-wrapper::before {
        position: absolute;
        top: 0;
        right: -webkit-calc(-100% / 7);
        right: -moz-calc(-100% / 7);
        right: calc(-100% / 7);
        width: 100vw;
        height: 100%;
        background-color: #FFDC33;
        -webkit-border-bottom-right-radius: 15px;
           -moz-border-radius-bottomright: 15px;
                border-bottom-right-radius: 15px;
        content: '';
        z-index: -1; }
        @media (max-width: 768px) {
          .section--product-preview .col--content .content-wrapper::before {
            width: -webkit-calc(100% + 60px);
            width: -moz-calc(100% + 60px);
            width: calc(100% + 60px);
            right: -30px;
            -webkit-border-bottom-left-radius: 15px;
               -moz-border-radius-bottomleft: 15px;
                    border-bottom-left-radius: 15px; } }
      .section--product-preview .col--content .content-wrapper p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 30px; }
      @media (max-width: 768px) {
        .section--product-preview .col--content .content-wrapper .button-wrapper {
          text-align: center; } }
      .section--product-preview .col--content .content-wrapper .button {
        min-width: 225px;
        margin-top: 72px; }
  .section--product-preview .col--image {
    position: relative;
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    width: calc(100% / 12 * 6);
    z-index: 5; }
    @media (max-width: 1024px) {
      .section--product-preview .col--image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: -webkit-calc(100% / 12 * 4);
        width: -moz-calc(100% / 12 * 4);
        width: calc(100% / 12 * 4);
        -webkit-transform: translateY(50%);
           -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
             -o-transform: translateY(50%);
                transform: translateY(50%); } }
    @media (max-width: 768px) {
      .section--product-preview .col--image {
        display: none; } }
  .section--product-preview .img-wrapper {
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .section--product-preview .img-wrapper {
        margin-top: 0;
        margin-bottom: 30px; } }
    .section--product-preview .img-wrapper img {
      display: block;
      width: 100%; }

.section--service-preview {
  padding-top: 30px;
  padding-bottom: 70px; }
  .section--service-preview h2 {
    margin-bottom: 49px;
    padding-bottom: 40px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
    border-bottom: 1px solid #000; }
    @media (max-width: 1024px) {
      .section--service-preview h2 {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .section--service-preview h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 36px; } }
  .section--service-preview .col {
    width: 100%;
    max-width: -webkit-calc(100% / 12 * 6);
    max-width: -moz-calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6); }
    @media (max-width: 900px) {
      .section--service-preview .col {
        max-width: 100%; } }
    .section--service-preview .col--content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .section--service-preview .col--content .img-wrapper {
        display: none; }
        @media (max-width: 900px) {
          .section--service-preview .col--content .img-wrapper {
            display: block;
            width: 300px;
            margin-right: 10px;
            float: right; } }
        @media (max-width: 600px) {
          .section--service-preview .col--content .img-wrapper {
            display: block;
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
            float: none; } }
      .section--service-preview .col--content p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300; }
      @media (max-width: 900px) {
        .section--service-preview .col--content .button-wrapper {
          text-align: center; } }
      .section--service-preview .col--content .button {
        min-width: 225px;
        margin-top: 30px; }
    .section--service-preview .col--image .img-wrapper {
      margin-top: 8px; }
      @media (max-width: 900px) {
        .section--service-preview .col--image .img-wrapper {
          display: none; } }
      .section--service-preview .col--image .img-wrapper img {
        display: block;
        width: 100%; }
  .section--service-preview .img-wrapper {
    margin-top: 8px;
    border: 1px solid #282E36;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px; }
    @media (max-width: 900px) {
      .section--service-preview .img-wrapper {
        margin-bottom: 30px; } }
    .section--service-preview .img-wrapper img {
      display: block;
      width: 100%; }

.section--about {
  padding-top: 70px;
  padding-bottom: 150px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section--about {
      padding-top: 30px;
      padding-bottom: 70px; } }
  .section--about .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .section--about .col {
    max-width: 50%; }
  @media (max-width: 1024px) {
    .section--about .col--left {
      max-width: -webkit-calc(100% / 12 * 9);
      max-width: -moz-calc(100% / 12 * 9);
      max-width: calc(100% / 12 * 9); } }
  @media (max-width: 768px) {
    .section--about .col--left {
      max-width: 100%; } }
  .section--about .col--left .wrapper {
    position: relative;
    padding-bottom: 40px;
    z-index: 1; }
    .section--about .col--left .wrapper::before {
      position: absolute;
      top: 48px;
      right: 15px;
      width: 100vw;
      height: -webkit-calc(100% - 48px);
      height: -moz-calc(100% - 48px);
      height: calc(100% - 48px);
      background-color: #FFDC33;
      -webkit-border-top-right-radius: 15px;
         -moz-border-radius-topright: 15px;
              border-top-right-radius: 15px;
      -webkit-border-bottom-right-radius: 15px;
         -moz-border-radius-bottomright: 15px;
              border-bottom-right-radius: 15px;
      content: '';
      z-index: -1; }
      @media (max-width: 768px) {
        .section--about .col--left .wrapper::before {
          top: 37px;
          right: -30px;
          width: -webkit-calc(100% + 60px);
          width: -moz-calc(100% + 60px);
          width: calc(100% + 60px);
          height: -webkit-calc(100% - 37px);
          height: -moz-calc(100% - 37px);
          height: calc(100% - 37px);
          -webkit-border-radius: 15px;
             -moz-border-radius: 15px;
                  border-radius: 15px; } }
  .section--about .col--left .company-name {
    margin-bottom: 0;
    font-size: 18px;
    text-align: right; }
  .section--about .col--left h2 {
    position: relative;
    margin-top: -10px;
    margin-bottom: 39px;
    padding-bottom: 46px;
    font-size: 72px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .section--about .col--left h2 {
        margin-bottom: 25px;
        padding-bottom: 25px;
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 768px) {
      .section--about .col--left h2 {
        font-size: 24px;
        line-height: 36px; }
        .section--about .col--left h2 br {
          display: none; } }
    .section--about .col--left h2::after {
      position: absolute;
      bottom: 0;
      left: -webkit-calc(100% / 12);
      left: -moz-calc(100% / 12);
      left: calc(100% / 12);
      width: -webkit-calc(100% / 12 * 16 + 60px);
      width: -moz-calc(100% / 12 * 16 + 60px);
      width: calc(100% / 12 * 16 + 60px);
      height: 1px;
      background-color: #000;
      content: ''; }
    .section--about .col--left h2 span {
      padding-left: 125px; }
      @media (max-width: 1024px) {
        .section--about .col--left h2 span {
          padding-left: 65px; } }
      @media (max-width: 768px) {
        .section--about .col--left h2 span {
          padding-left: 0; } }
  .section--about .col--left .content {
    padding-left: -webkit-calc(100% / 12);
    padding-left: -moz-calc(100% / 12);
    padding-left: calc(100% / 12);
    padding-right: -webkit-calc(100% / 12);
    padding-right: -moz-calc(100% / 12);
    padding-right: calc(100% / 12); }
    @media (max-width: 1024px) {
      .section--about .col--left .content {
        padding-left: 15px; } }
  .section--about .col--left p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px; }
  .section--about .col--right {
    padding-top: 305px; }
    @media (max-width: 1024px) {
      .section--about .col--right {
        max-width: 100%;
        padding-top: 45px;
        padding-left: -webkit-calc(100% / 12);
        padding-left: -moz-calc(100% / 12);
        padding-left: calc(100% / 12); } }
    @media (max-width: 768px) {
      .section--about .col--right {
        padding-left: 15px; } }
    .section--about .col--right .content {
      position: relative;
      z-index: 1; }
      .section--about .col--right .content::before {
        position: absolute;
        top: -130px;
        right: -90px;
        width: 400px;
        height: 360px;
        background-image: url("../images/about/stem.svg");
        background-position: center;
        -webkit-background-size: contain;
           -moz-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        content: '';
        z-index: -1; }
        @media (max-width: 768px) {
          .section--about .col--right .content::before {
            top: 0;
            right: 30px; } }
      .section--about .col--right .content h3 {
        margin-bottom: 36px;
        font-size: 24px;
        line-height: 30px; }
      .section--about .col--right .content p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 30px; }
    .section--about .col--right .button-wrapper {
      margin-top: 58px;
      text-align: center; }
      .section--about .col--right .button-wrapper .button {
        min-width: 225px; }

.section--get-pricelist {
  padding-top: 65px;
  padding-bottom: 60px;
  background-color: #282E36;
  color: #fff; }
  .section--get-pricelist .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section--get-pricelist .wrapper {
    width: 100%;
    max-width: -webkit-calc(100% / 12 * 4);
    max-width: -moz-calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    text-align: center; }
    @media (max-width: 900px) {
      .section--get-pricelist .wrapper {
        max-width: 50%; } }
    @media (max-width: 768px) {
      .section--get-pricelist .wrapper {
        max-width: 400px; } }
  .section--get-pricelist .title {
    margin-bottom: 17px;
    font-size: 24px; }
  .section--get-pricelist p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px; }
  .section--get-pricelist input {
    width: 100%;
    margin-bottom: 39px;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    color: #fff; }
    .section--get-pricelist input::-webkit-input-placeholder {
      color: #fff; }
    .section--get-pricelist input:-moz-placeholder {
      color: #fff; }
    .section--get-pricelist input::-moz-placeholder {
      color: #fff; }
    .section--get-pricelist input:-ms-input-placeholder {
      color: #fff; }
    .section--get-pricelist input::-ms-input-placeholder {
      color: #fff; }
    .section--get-pricelist input::placeholder {
      color: #fff; }
  .section--get-pricelist .submit-wrapper {
    margin-top: 31px;
    text-align: center; }
    .section--get-pricelist .submit-wrapper .button {
      min-width: 225px; }
  .section--get-pricelist-yellow {
    background-color: #FFDC33;
    color: #000; }
    .section--get-pricelist-yellow input {
      border-bottom: 1px solid #000;
      font-size: 18px;
      font-weight: 300;
      color: #000; }
      .section--get-pricelist-yellow input::-webkit-input-placeholder {
        color: #000; }
      .section--get-pricelist-yellow input:-moz-placeholder {
        color: #000; }
      .section--get-pricelist-yellow input::-moz-placeholder {
        color: #000; }
      .section--get-pricelist-yellow input:-ms-input-placeholder {
        color: #000; }
      .section--get-pricelist-yellow input::-ms-input-placeholder {
        color: #000; }
      .section--get-pricelist-yellow input::placeholder {
        color: #000; }

.section--cities {
  padding-top: 120px;
  padding-bottom: 67px; }
  @media (max-width: 768px) {
    .section--cities {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .section--cities .cities {
    padding: 60px -webkit-calc(100% / 12) 80px;
    padding: 60px -moz-calc(100% / 12) 80px;
    padding: 60px calc(100% / 12) 80px;
    background-color: #F3F3F3;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px; }
    @media (max-width: 768px) {
      .section--cities .cities {
        padding: 30px 45px 40px; } }
    .section--cities .cities h2 {
      margin-bottom: 78px;
      font-size: 24px;
      font-weight: 300;
      text-align: center; }
      @media (max-width: 768px) {
        .section--cities .cities h2 {
          margin-bottom: 38px; } }
      .section--cities .cities h2 span {
        display: inline-block;
        padding: 0 30px 15px;
        border-bottom: 1px solid #000; }
    .section--cities .cities__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      @media (max-width: 768px) {
        .section--cities .cities__list {
          margin: 0 -15px; } }
      .section--cities .cities__list li {
        width: 100%;
        max-width: -webkit-calc(100% / 5);
        max-width: -moz-calc(100% / 5);
        max-width: calc(100% / 5);
        margin-bottom: 28px;
        list-style-type: none; }
        @media (max-width: 1024px) {
          .section--cities .cities__list li {
            max-width: -webkit-calc(100% / 4);
            max-width: -moz-calc(100% / 4);
            max-width: calc(100% / 4); } }
        @media (max-width: 768px) {
          .section--cities .cities__list li {
            display: inline;
            width: auto;
            max-width: 100%;
            margin-bottom: 10px;
            padding: 0 15px;
            white-space: nowrap; } }
        .section--cities .cities__list li a {
          font-size: 18px;
          color: #000;
          text-decoration: none; }
          .section--cities .cities__list li a:hover {
            text-decoration: underline; }
  .section--cities-no-container {
    padding-top: 51px;
    padding-bottom: 51px; }
    .section--cities-no-container .cities {
      padding: 0;
      background-color: #fff; }
      .section--cities-no-container .cities h2 {
        margin-bottom: 44px;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.5em;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          .section--cities-no-container .cities h2 {
            text-transform: none; } }
        @media (max-width: 768px) {
          .section--cities-no-container .cities h2 {
            letter-spacing: 0.3em; } }
        .section--cities-no-container .cities h2 span {
          position: relative;
          padding-bottom: 40px;
          border-bottom-width: 0; }
          .section--cities-no-container .cities h2 span::before {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 100%;
            max-width: 555px;
            height: 1px;
            background-color: #000;
            content: '';
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                 -o-transform: translateX(-50%);
                    transform: translateX(-50%); }
      .section--cities-no-container .cities__list {
        padding: 0 100px; }
        @media (max-width: 768px) {
          .section--cities-no-container .cities__list {
            padding: 0; } }

.section--reviews {
  padding-top: 60px;
  padding-bottom: 150px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section--reviews {
      padding-top: 30px;
      padding-bottom: 70px; } }
  .section--reviews .title-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: -webkit-calc(100% / 12 * 7);
    max-width: -moz-calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    z-index: 1; }
    @media (max-width: 768px) {
      .section--reviews .title-wrapper {
        max-width: 100%; } }
    .section--reviews .title-wrapper::before {
      position: absolute;
      top: 30px;
      right: 15px;
      width: 100vw;
      height: -webkit-calc(100% - 30px);
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px);
      background-color: #FFDC33;
      -webkit-border-top-right-radius: 15px;
         -moz-border-radius-topright: 15px;
              border-top-right-radius: 15px;
      -webkit-border-bottom-right-radius: 15px;
         -moz-border-radius-bottomright: 15px;
              border-bottom-right-radius: 15px;
      content: '';
      z-index: -1; }
      @media (max-width: 768px) {
        .section--reviews .title-wrapper::before {
          right: -30px;
          width: -webkit-calc(100% + 60px);
          width: -moz-calc(100% + 60px);
          width: calc(100% + 60px);
          -webkit-border-radius: 15px;
             -moz-border-radius: 15px;
                  border-radius: 15px; } }
    .section--reviews .title-wrapper h2 {
      position: relative;
      margin-bottom: 200px;
      padding-bottom: 56px;
      font-size: 72px;
      line-height: 60px;
      font-weight: 300;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .section--reviews .title-wrapper h2 {
          padding-bottom: 36px;
          font-size: 36px;
          line-height: 40px; } }
      @media (max-width: 768px) {
        .section--reviews .title-wrapper h2 {
          margin-bottom: 180px;
          padding-bottom: 15px;
          font-size: 24px;
          line-height: 36px; } }
      .section--reviews .title-wrapper h2::after {
        position: absolute;
        bottom: 0;
        left: -webkit-calc(100% / 12 + 15px);
        left: -moz-calc(100% / 12 + 15px);
        left: calc(100% / 12 + 15px);
        width: -webkit-calc(100% / 12 * 14 + 30px);
        width: -moz-calc(100% / 12 * 14 + 30px);
        width: calc(100% / 12 * 14 + 30px);
        height: 1px;
        background-color: #000;
        content: ''; }
        @media (max-width: 768px) {
          .section--reviews .title-wrapper h2::after {
            left: 0;
            width: -webkit-calc(100% + 60px);
            width: -moz-calc(100% + 60px);
            width: calc(100% + 60px); } }
      .section--reviews .title-wrapper h2 span {
        padding-left: 290px; }
        @media (max-width: 1024px) {
          .section--reviews .title-wrapper h2 span {
            padding-left: 140px; } }
        @media (max-width: 768px) {
          .section--reviews .title-wrapper h2 span {
            padding-left: 100px; } }
  .section--reviews .reviews {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -150px;
    margin-bottom: 30px;
    z-index: 10; }
    .section--reviews .reviews.show-hidden-elems .reviews__elem {
      display: block !important; }
    .section--reviews .reviews__elem {
      width: 100%;
      max-width: -webkit-calc(100% / 3);
      max-width: -moz-calc(100% / 3);
      max-width: calc(100% / 3);
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .section--reviews .reviews__elem {
          max-width: 50%; } }
      @media (max-width: 670px) {
        .section--reviews .reviews__elem {
          max-width: 100%; } }
      .section--reviews .reviews__elem .img-wrapper {
        position: relative;
        margin-bottom: 102px; }
        @media (max-width: 768px) {
          .section--reviews .reviews__elem .img-wrapper {
            margin-bottom: 78px; } }
        .section--reviews .reviews__elem .img-wrapper::before {
          position: absolute;
          bottom: -67px;
          left: 50%;
          width: 150px;
          height: 150px;
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%;
          background-color: #FFDC33;
          border: 13px solid #fff;
          content: '';
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .section--reviews .reviews__elem .img-wrapper::after {
          position: absolute;
          bottom: -54px;
          left: 50%;
          width: 124px;
          height: 124px;
          background-image: url("../images/reviews/icon_man.svg");
          -webkit-background-size: contain;
             -moz-background-size: contain;
                  background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          content: '';
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .section--reviews .reviews__elem .img-wrapper img {
          width: 100%;
          -webkit-border-radius: 10px;
             -moz-border-radius: 10px;
                  border-radius: 10px; }
      .section--reviews .reviews__elem figcaption {
        position: relative; }
        .section--reviews .reviews__elem figcaption::after {
          position: absolute;
          top: -23px;
          right: 0;
          width: 51px;
          height: 44px;
          background-image: url("../images/reviews/icon_quote.svg");
          -webkit-background-size: contain;
             -moz-background-size: contain;
                  background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          content: ''; }
        .section--reviews .reviews__elem figcaption .title {
          margin-bottom: 11px;
          padding-right: 55px;
          font-size: 24px;
          line-height: 30px; }
        .section--reviews .reviews__elem figcaption p {
          margin-bottom: 0;
          font-size: 18px;
          line-height: 30px; }
  .section--reviews .load-more {
    text-align: center; }
    .section--reviews .load-more .button {
      min-width: 225px;
      width: auto; }

.section--instagram {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #F3F3F3; }
  @media (max-width: 768px) {
    .section--instagram {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .section--instagram h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.24em;
    font-weight: 300;
    text-transform: uppercase; }
    .section--instagram h2::before {
      display: inline-block;
      margin-right: 5px;
      font: normal normal normal 24px/27px FontAwesome;
      content: '\f16d'; }
  .section--instagram p {
    margin-bottom: 69px;
    letter-spacing: 0.06em; }
    @media (max-width: 768px) {
      .section--instagram p {
        margin-bottom: 39px; } }
  .section--instagram .instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section--instagram .instagram {
        margin-bottom: 40px; } }
    .section--instagram .instagram__elem {
      position: relative;
      display: block;
      width: 180px;
      height: 180px;
      margin-right: 5px;
      overflow: hidden; }
      .section--instagram .instagram__elem::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 3px solid #FFDC33;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
        content: ''; }
      .section--instagram .instagram__elem img {
        display: block;
        width: 100%; }
      .section--instagram .instagram__elem:hover::before {
        opacity: 1; }
  .section--instagram .button-wrapper {
    text-align: center; }
    .section--instagram .button-wrapper .button {
      min-width: 225px; }

.section--faq {
  padding-top: 156px;
  padding-bottom: 60px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section--faq {
      padding-top: 80px;
      padding-bottom: 30px; } }
  .section--faq .col--content {
    width: 100%;
    max-width: -webkit-calc(100% / 12 * 7);
    max-width: -moz-calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    margin-bottom: 90px; }
    @media (max-width: 1024px) {
      .section--faq .col--content {
        max-width: -webkit-calc(100% / 12 * 8);
        max-width: -moz-calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8); } }
    @media (max-width: 800px) {
      .section--faq .col--content {
        max-width: -webkit-calc(100% / 12 * 9);
        max-width: -moz-calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9); } }
    @media (max-width: 768px) {
      .section--faq .col--content {
        max-width: 100%;
        margin-bottom: 0; } }
    .section--faq .col--content .wrapper {
      position: relative;
      padding-bottom: 40px;
      z-index: 1; }
      .section--faq .col--content .wrapper::before {
        position: absolute;
        top: 21px;
        right: 0;
        width: 100vw;
        height: -webkit-calc(100% - 21px);
        height: -moz-calc(100% - 21px);
        height: calc(100% - 21px);
        background-color: #FFDC33;
        -webkit-border-top-right-radius: 15px;
           -moz-border-radius-topright: 15px;
                border-top-right-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
           -moz-border-radius-bottomright: 15px;
                border-bottom-right-radius: 15px;
        content: '';
        z-index: -1; }
        @media (max-width: 768px) {
          .section--faq .col--content .wrapper::before {
            right: -30px;
            width: -webkit-calc(100% + 60px);
            width: -moz-calc(100% + 60px);
            width: calc(100% + 60px);
            -webkit-border-radius: 15px;
               -moz-border-radius: 15px;
                    border-radius: 15px; } }
    .section--faq .col--content h2 {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 46px;
      font-size: 72px;
      line-height: 40px;
      font-weight: 300;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .section--faq .col--content h2 {
          padding-bottom: 36px;
          font-size: 36px;
          line-height: 40px; } }
      @media (max-width: 768px) {
        .section--faq .col--content h2 {
          margin-bottom: 30px;
          padding-bottom: 15px;
          font-size: 24px;
          line-height: 36px; } }
      .section--faq .col--content h2::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: -webkit-calc(100% / 12 * 16);
        width: -moz-calc(100% / 12 * 16);
        width: calc(100% / 12 * 16);
        height: 1px;
        background-color: #000;
        content: ''; }
      .section--faq .col--content h2 small {
        padding-left: 193px;
        font-size: 24px; }
        @media (max-width: 1100px) {
          .section--faq .col--content h2 small {
            padding-left: 0; } }
        @media (max-width: 768px) {
          .section--faq .col--content h2 small {
            padding-left: 64px;
            font-size: 18px; } }
    .section--faq .col--content .faq {
      position: relative;
      display: block;
      padding-right: -webkit-calc(100% / 7);
      padding-right: -moz-calc(100% / 7);
      padding-right: calc(100% / 7);
      padding-bottom: 40px; }
    .faq-content {
    overflow: auto;
    margin-bottom: 40px;}
    .faq-content.faq-hide {
    height: 325px;}
    .faq-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;}
    .faq-content::-webkit-scrollbar-thumb {
    background-color: #000;}
    .faq-content::-webkit-scrollbar-track {
    background: #f5f5f5;}
      @media (max-width: 1024px) {
        .section--faq .col--content .faq {
          padding-right: 30px; } }
      @media (max-width: 768px) {
        .section--faq .col--content .faq {
          padding-right: 0;
          padding-bottom: 30px; } }
      .section--faq .col--content .faq.show-hidden-elems .faq__title {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .section--faq .col--content .faq.show-hidden-elems .img-wrapper {
        display: none !important; }
      .section--faq .col--content .faq::after {
        position: absolute;
        top: 63px;
        left: -webkit-calc(100% - (100% / 7) + 15px);
        left: -moz-calc(100% - (100% / 7) + 15px);
        left: calc(100% - (100% / 7) + 15px);
        width: -webkit-calc(100% / 7 * 6 - 30px);
        width: -moz-calc(100% / 7 * 6 - 30px);
        width: calc(100% / 7 * 6 - 30px);
        padding-top: 54%;
        background-image: var(--faq-img);
        -webkit-background-size: cover;
           -moz-background-size: cover;
                background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
                border-radius: 15px;
        content: ''; }
        @media (max-width: 1024px) {
          .section--faq .col--content .faq::after {
            display: none; } }
      .section--faq .col--content .faq .img-wrapper {
        display: none;
        padding-top: 42px; }
        @media (max-width: 1024px) {
          .section--faq .col--content .faq .img-wrapper {
            display: block;
            height: 284px; } }
        @media (max-width: 768px) {
          .section--faq .col--content .faq .img-wrapper {
            display: none; } }
        .section--faq .col--content .faq .img-wrapper img {
          height: 100%;
          -webkit-border-radius: 15px;
             -moz-border-radius: 15px;
                  border-radius: 15px; }
      .section--faq .col--content .faq .col {
        width: 100%;
        max-width: 50%; }
        @media (max-width: 768px) {
          .section--faq .col--content .faq .col {
            max-width: 100%; } }
        .section--faq .col--content .faq .col--img .faq__title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
          .section--faq .col--content .faq .col--img .faq__title:nth-child(n+5) {
            display: none; }
        @media (max-width: 1024px) {
          .section--faq .col--content .faq .col--img .faq__title:not(:last-child) {
            display: none; }
          .section--faq .col--content .faq .col--img .faq__title:last-child {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; } }
        @media (max-width: 768px) {
          .section--faq .col--content .faq .col--img .faq__title {
            display: none; } }
      .section--faq .col--content .faq__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 80px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 21px;
        cursor: pointer; }
        .faq-box{
          border-bottom: 1px solid #000;
        }
        .faq-link {
          display: flex;
          color: #000;
          align-items: center;
          text-decoration: none;
          justify-content: space-between;
          padding-right: 50px;
      }
      .faq__icon{
        font-size: 23px;
        transition: all 0.3s ease-out;
      }
      .faq__icon-rotate{
        transform: rotate(225deg);
        font-size: 26px;
      }
        .faq__descr{
          display: none;
          padding-bottom: 30px;
        }
        .section--faq .col--content .faq__title:nth-child(n+4) {
          display: none; }
        @media (max-width: 768px) {
          .section--faq .col--content .faq__title {
            height: 80px; } }
      .section--faq .col--content .faq .load-more {
        display: none; }
        @media (max-width: 768px) {
          .section--faq .col--content .faq .load-more {
            display: block;
            width: 100%;
            margin-top: 100px; } }
  .section--faq .load-more {
    text-align: center; }
    @media (max-width: 768px) {
      .section--faq .load-more {
        display: none; } }
    .section--faq .load-more .button {
      min-width: 225px; }

.section--articles {
  padding-top: 60px;
  padding-bottom: 55px; }
  @media (max-width: 768px) {
    .section--articles {
      padding-bottom: 30px; } }
  .section--articles h2 {
    margin-bottom: 80px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    border-bottom: 1px solid #000; }
    @media (max-width: 768px) {
      .section--articles h2 {
        margin-bottom: 50px; } }
  .section--articles .articles {
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      .section--articles .articles {
        margin-bottom: 15px; } }
    .section--articles .articles.show-hidden-elems .articles__elem {
      display: block !important; }
    .section--articles .articles__elem {
      width: 100%;
      max-width: -webkit-calc(100% / 3);
      max-width: -moz-calc(100% / 3);
      max-width: calc(100% / 3);
      color: #000;
      text-decoration: none;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .section--articles .articles__elem {
          max-width: -webkit-calc(100% / 2);
          max-width: -moz-calc(100% / 2);
          max-width: calc(100% / 2); } }
      @media (max-width: 768px) {
        .section--articles .articles__elem {
          max-width: 100%; } }
      .section--articles .articles__elem .img-wrapper {
        margin-bottom: 45px;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .section--articles .articles__elem .img-wrapper {
            margin-bottom: 30px; } }
        .section--articles .articles__elem .img-wrapper img {
          display: block;
          width: 100%; }
      .section--articles .articles__elem .title {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 28px; }
        @media (max-width: 768px) {
          .section--articles .articles__elem .title {
            font-size: 22px; } }
      .section--articles .articles__elem p {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .section--articles .articles__elem p {
            margin-bottom: 12px; } }
      .section--articles .articles__elem time {
        font-size: 18px;
        line-height: 30px; }
  .section--articles .load-more {
    text-align: center; }
    .section--articles .load-more .button {
      min-width: 225px;
      width: auto; }

.section--text {
  padding-top: 55px;
  padding-bottom: 120px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section--text {
      padding-top: 30px;
      padding-bottom: 60px; } }
  .section--text p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px; }
  .section--text img {
    display: block;
    float: right;
    margin-right: -100px;
    margin-left: 15px; }
    @media (max-width: 1100px) {
      .section--text img {
        width: 500px; } }
    @media (max-width: 768px) {
      .section--text img {
        display: none; } }
  .section--text .load-more {
    margin-top: 66px;
    text-align: center; }
    .section--text .load-more .button {
      min-width: 225; }
  .section--text .hidden-text {
    display: none; }
  .section--text .show-hidden-elems .hidden-text {
    display: block; }

.section--map .map-row {
  position: relative;
  padding-top: 63px;
  padding-bottom: 134px;
  text-align: center;
  z-index: 1; }
  @media (max-width: 768px) {
    .section--map .map-row {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .section--map .map-row::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/footer/map.png");
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 150px 50px rgba(255, 255, 255, 0.94);
       -moz-box-shadow: inset 0px 0px 150px 50px rgba(255, 255, 255, 0.94);
            box-shadow: inset 0px 0px 150px 50px rgba(255, 255, 255, 0.94);
    opacity: 0.5;
    content: ''; }
  .section--map .map-row .container {
    position: relative;
    z-index: 5; }
  .section--map .map-row .addr {
    margin-bottom: 33px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    font-style: normal;
    text-align: center; }
    @media (max-width: 1024px) {
      .section--map .map-row .addr {
        font-size: 24px; } }
  .section--map .map-row .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .section--map .map-row .worktime {
        display: none; } }
    .section--map .map-row .wrapper > * {
      margin: 0 82px; }
  .section--map .map-row .phone-wrapper {
    display: inline-block; }
    .section--map .map-row .phone-wrapper .phone {
      position: relative;
      display: block;
      padding-left: 18px;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      text-decoration: none; }
      .section--map .map-row .phone-wrapper .phone::before {
        position: absolute;
        top: 7px;
        left: 0;
        font: normal normal normal 14px/16px FontAwesome;
        color: #FFDC33;
        content: '\f095'; }
      .section--map .map-row .phone-wrapper .phone:hover {
        text-decoration: underline; }
  .section--map .map-row .worktime {
    font-size: 18px;
    line-height: 30px; }
    .section--map .map-row .worktime::before {
      display: inline-block;
      margin-right: 5px;
      font: normal normal normal 14px/16px FontAwesome;
      color: #FFDC33;
      content: '\f017';
      -webkit-transform: translateY(-1px);
         -moz-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
           -o-transform: translateY(-1px);
              transform: translateY(-1px); }
  .section--map .map-row .questions {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px; }
  .section--map .map-row .whatsapp {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("../images/footer/whatsapp.svg");
    background-position: center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px; }

.page-category .section--advantages,
.page-product .section--advantages,
.page-contacts .section--advantages,
.page-city .section--advantages {
  padding-top: 59px;
  padding-bottom: 0; }

@media (max-width: 768px) {
  .page-category .section--categories,
  .page-product .section--categories,
  .page-contacts .section--categories,
  .page-city .section--categories {
    padding-bottom: 30px; } }

.page-category .section--categories .categories__elem .bottom-row .title,
.page-product .section--categories .categories__elem .bottom-row .title,
.page-contacts .section--categories .categories__elem .bottom-row .title,
.page-city .section--categories .categories__elem .bottom-row .title {
  font-size: 18px;
  line-height: 21px; }

.page-category .section--text,
.page-product .section--text,
.page-contacts .section--text,
.page-city .section--text {
  padding-bottom: 130px; }
  @media (max-width: 768px) {
    .page-category .section--text,
    .page-product .section--text,
    .page-contacts .section--text,
    .page-city .section--text {
      padding-bottom: 50px; } }
  .page-category .section--text .load-more,
  .page-product .section--text .load-more,
  .page-contacts .section--text .load-more,
  .page-city .section--text .load-more {
    margin-top: 195px; }
    @media (max-width: 768px) {
      .page-category .section--text .load-more,
      .page-product .section--text .load-more,
      .page-contacts .section--text .load-more,
      .page-city .section--text .load-more {
        margin-top: 45px; } }

.page-category .section--get-pricelist .title,
.page-product .section--get-pricelist .title,
.page-contacts .section--get-pricelist .title,
.page-city .section--get-pricelist .title {
  margin-bottom: 6px; }

.page-category .section--get-pricelist p,
.page-product .section--get-pricelist p,
.page-contacts .section--get-pricelist p,
.page-city .section--get-pricelist p {
  margin-bottom: 21px; }

.page-category .section--get-pricelist form,
.page-product .section--get-pricelist form,
.page-contacts .section--get-pricelist form,
.page-city .section--get-pricelist form {
  padding: 0 9px; }

.page-category .section--faq,
.page-product .section--faq,
.page-contacts .section--faq,
.page-city .section--faq {
  padding-top: 162px;
  padding-bottom: 149px; }

.page-category .section--instagram,
.page-product .section--instagram,
.page-contacts .section--instagram,
.page-city .section--instagram {
  margin-bottom: 150px; }
  @media (max-width: 1024px) {
    .page-category .section--instagram,
    .page-product .section--instagram,
    .page-contacts .section--instagram,
    .page-city .section--instagram {
      margin-bottom: 0; } }

.page-category .section--map .map-row,
.page-product .section--map .map-row,
.page-contacts .section--map .map-row,
.page-city .section--map .map-row {
  padding-top: 176px;
  padding-bottom: 0; }

.section--intro-price {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .section--intro-price .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1; }
    @media (max-width: 900px) {
      .section--intro-price .bg {
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
                background-size: auto 100%;
        background-position: top center; } }
    .section--intro-price .bg::before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      background-color: rgba(40, 46, 54, 0.75);
      content: '';
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 700px) {
        .section--intro-price .bg::before {
          width: 100%; } }
  .section--intro-price .intro {
    padding-top: 54px;
    padding-bottom: 54px; }
    @media (max-width: 900px) {
      .section--intro-price .intro {
        padding-top: 254px; } }
    @media (max-width: 700px) {
      .section--intro-price .intro {
        padding-top: 54px; } }
    .section--intro-price .intro > .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 900px) {
        .section--intro-price .intro > .container {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
    .section--intro-price .intro__content {
      width: 100%;
      max-width: -webkit-calc(100% / 12 * 8);
      max-width: -moz-calc(100% / 12 * 8);
      max-width: calc(100% / 12 * 8); }
      @media (max-width: 900px) {
        .section--intro-price .intro__content {
          max-width: -webkit-calc(100% / 2);
          max-width: -moz-calc(100% / 2);
          max-width: calc(100% / 2); } }
      @media (max-width: 700px) {
        .section--intro-price .intro__content {
          max-width: 100%; } }
      .section--intro-price .intro__content .title {
        margin-bottom: 0;
        font-size: 36px;
        line-height: 50px;
        color: #fff;
        text-transform: uppercase; }
        @media (max-width: 900px) {
          .section--intro-price .intro__content .title {
            font-size: 28px;
            line-height: 39px; } }
        .section--intro-price .intro__content .title .old-price {
          position: relative; }
          .section--intro-price .intro__content .title .old-price::after {
            position: absolute;
            top: -webkit-calc(50% - 2px);
            top: -moz-calc(50% - 2px);
            top: calc(50% - 2px);
            left: -4px;
            width: -webkit-calc(100% + 8px);
            width: -moz-calc(100% + 8px);
            width: calc(100% + 8px);
            height: 3px;
            background-color: #D7572B;
            content: '';
            z-index: 1; }
      .section--intro-price .intro__content .price {
        display: inline-block;
        margin-bottom: 55px;
        margin-left: 155px;
        padding: 2px 5px;
        font-size: 40px;
        line-height: 50px;
        font-weight: 400;
        background-color: #FFDC33;
        color: #000; }
        @media (max-width: 900px) {
          .section--intro-price .intro__content .price {
            margin-left: 125px;
            font-size: 28px;
            line-height: 39px; } }
    .section--intro-price .intro__form {
      width: 100%;
      max-width: -webkit-calc(100% / 12 * 4);
      max-width: -moz-calc(100% / 12 * 4);
      max-width: calc(100% / 12 * 4);
      padding-left: 25px; }
      @media (max-width: 1000px) {
        .section--intro-price .intro__form {
          padding-left: 0; } }
      @media (max-width: 900px) {
        .section--intro-price .intro__form {
          max-width: -webkit-calc(100% / 2);
          max-width: -moz-calc(100% / 2);
          max-width: calc(100% / 2); } }
      @media (max-width: 700px) {
        .section--intro-price .intro__form {
          max-width: 100%; } }
      .section--intro-price .intro__form .wrapper {
        padding: 30px;
        background-color: #fff;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px; }
      .section--intro-price .intro__form .title {
        margin-bottom: 17px;
        font-size: 24px;
        line-height: 28px;
        text-align: center; }
      .section--intro-price .intro__form p {
        margin-bottom: 36px;
        font-size: 18px;
        line-height: 21px; }
      .section--intro-price .intro__form input {
        width: 100%;
        margin-bottom: 30px;
        padding: 14px 15px 15px;
        border: 1px solid #AFAFAF;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        font-size: 18px;
        line-height: 21px;
        font-weight: 300; }
        .section--intro-price .intro__form input::-webkit-input-placeholder {
          color: #AFAFAF; }
        .section--intro-price .intro__form input:-moz-placeholder {
          color: #AFAFAF; }
        .section--intro-price .intro__form input::-moz-placeholder {
          color: #AFAFAF; }
        .section--intro-price .intro__form input:-ms-input-placeholder {
          color: #AFAFAF; }
        .section--intro-price .intro__form input::-ms-input-placeholder {
          color: #AFAFAF; }
        .section--intro-price .intro__form input::placeholder {
          color: #AFAFAF; }
        .section--intro-price .intro__form input:focus {
          border-color: #000; }
          .section--intro-price .intro__form input:focus::-webkit-input-placeholder {
            color: #000; }
          .section--intro-price .intro__form input:focus:-moz-placeholder {
            color: #000; }
          .section--intro-price .intro__form input:focus::-moz-placeholder {
            color: #000; }
          .section--intro-price .intro__form input:focus:-ms-input-placeholder {
            color: #000; }
          .section--intro-price .intro__form input:focus::-ms-input-placeholder {
            color: #000; }
          .section--intro-price .intro__form input:focus::placeholder {
            color: #000; }
      .section--intro-price .intro__form .submit-wrapper {
        margin-top: 20px;
        text-align: center; }
        .section--intro-price .intro__form .submit-wrapper .button {
          min-width: 225px; }

.section--see-also {
  margin-bottom: 164px;
  padding-top: 56px;
  padding-bottom: 20px;
  background-color: #FFDC33; }
  @media (max-width: 768px) {
    .section--see-also {
      margin-bottom: 77px; } }
  .section--see-also h2 {
    margin-bottom: 65px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5em;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .section--see-also h2 {
        letter-spacing: 0.3em; } }
  .section--see-also .also__elem {
    width: 100%;
    max-width: -webkit-calc(100% / 6);
    max-width: -moz-calc(100% / 6);
    max-width: calc(100% / 6);
    margin-bottom: 50px;
    color: #000;
    text-decoration: none; }
    @media (max-width: 768px) {
      .section--see-also .also__elem {
        max-width: 50%; } }
    .section--see-also .also__elem:hover {
      text-decoration: underline; }
    .section--see-also .also__elem .img-wrapper {
      margin-bottom: 33px;
      background-color: #fff;
      border: 1px solid #6A6A6A;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      text-align: center;
      overflow: hidden; }
      .section--see-also .also__elem .img-wrapper img {
        max-width: 100%;
        height: 110px; }
    .section--see-also .also__elem h6 {
      margin-bottom: 0;
      font-size: 17px;
      line-height: 21px; }
  .section--see-also .also.swiper-container .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .section--see-also .also.swiper-container .also__elem {
    max-width: unset; }

.section--product-card {
  padding-bottom: 147px; }
  @media (max-width: 768px) {
    .section--product-card {
      padding-bottom: 80px; } }
  .section--product-card .product {
    margin-bottom: 70px;
    padding: 50px 60px 60px;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }
    @media (max-width: 1024px) {
      .section--product-card .product {
        padding: 0;
        border-width: 0; } }
    .section--product-card .product .col {
      max-width: 50%; }
      @media (max-width: 1024px) {
        .section--product-card .product .col {
          max-width: 100%; } }
    @media (max-width: 1024px) {
      .section--product-card .product__slider {
        margin-bottom: 100px;
        padding: 0 40px; } }
    @media (max-width: 768px) {
      .section--product-card .product__slider {
        margin-bottom: 50px; } }
    .section--product-card .product__slider .gallery-top {
      width: 100%; }
      .section--product-card .product__slider .gallery-top .gallery__elem {
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer; }
        .section--product-card .product__slider .gallery-top .gallery__elem::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          content: '';
          z-index: 1;
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        .section--product-card .product__slider .gallery-top .gallery__elem:hover::before {
          opacity: 1; }
        .section--product-card .product__slider .gallery-top .gallery__elem--video::after {
          position: absolute;
          top: 50%;
          left: 50%;
          font: normal normal normal 70px/1 FontAwesome;
          color: #FFDC33;
          text-shadow: 0 0 10px #000;
          content: '\f16a';
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 2; }
        .section--product-card .product__slider .gallery-top .gallery__elem img {
          width: 100%; }
    .section--product-card .product__slider .gallery-thumbs .swiper-slide {
      position: relative;
      height: 109px;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border: 5px solid #fff;
      cursor: pointer;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      -moz-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .section--product-card .product__slider .gallery-thumbs .swiper-slide::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        content: '';
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .section--product-card .product__slider .gallery-thumbs .swiper-slide:hover {
        border-color: #ffee99; }
        .section--product-card .product__slider .gallery-thumbs .swiper-slide:hover::before {
          opacity: 1; }
      .section--product-card .product__slider .gallery-thumbs .swiper-slide--video::after {
        position: absolute;
        top: 50%;
        left: 50%;
        font: normal normal normal 40px/1 FontAwesome;
        color: #FFDC33;
        text-shadow: 0 0 10px #000;
        content: '\f16a';
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2; }
      .section--product-card .product__slider .gallery-thumbs .swiper-slide-thumb-active {
        border-color: #FFDC33; }
    .section--product-card .product__slider .thumb-wrapper {
      position: relative; }
    .section--product-card .product__slider .swiper-button-next,
    .section--product-card .product__slider .swiper-button-prev {
      position: absolute;
      top: 50%; }
      .section--product-card .product__slider .swiper-button-next::after,
      .section--product-card .product__slider .swiper-button-prev::after {
        display: inline-block;
        font: normal normal normal 27px/1 FontAwesome;
        color: #000; }
    .section--product-card .product__slider .swiper-button-next {
      right: 0;
      -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
           -o-transform: translateX(100%);
              transform: translateX(100%); }
      .section--product-card .product__slider .swiper-button-next::after {
        content: '\f105'; }
    .section--product-card .product__slider .swiper-button-prev {
      left: 0;
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
           -o-transform: translateX(-100%);
              transform: translateX(-100%); }
      .section--product-card .product__slider .swiper-button-prev::after {
        content: '\f104'; }
    .section--product-card .product__description {
      padding-left: 30px; }
      @media (max-width: 1024px) {
        .section--product-card .product__description {
          padding-left: 15px; } }
      .section--product-card .product__description h2 {
        margin-bottom: 23px; }
        @media (max-width: 768px) {
          .section--product-card .product__description h2 {
            font-size: 24px;
            line-height: 28px; } }
      .section--product-card .product__description .button-wrapper {
        margin-top: 50px; }
        @media (max-width: 768px) {
          .section--product-card .product__description .button-wrapper {
            text-align: center; } }
  .section--product-card .product-content .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
    border-bottom: 1px solid #E0E0E0; }
    .section--product-card .product-content .tabs .tab {
      position: relative;
      padding: 0;
      padding-bottom: 24px;
      border-width: 0;
      background-color: transparent;
      font-size: 18px;
      line-height: 27px;
      text-transform: uppercase;
      -webkit-transform: translateY(1px);
         -moz-transform: translateY(1px);
          -ms-transform: translateY(1px);
           -o-transform: translateY(1px);
              transform: translateY(1px);
      border-bottom: 1px solid transparent; }
      .section--product-card .product-content .tabs .tab--active {
        border-bottom-color: #FFDC33; }
      .section--product-card .product-content .tabs .tab + .tab {
        margin-left: 42px; }
      @media (max-width: 768px) {
        .section--product-card .product-content .tabs .tab .label-lg {
          display: none; } }
      .section--product-card .product-content .tabs .tab .label-sm {
        display: none; }
        @media (max-width: 768px) {
          .section--product-card .product-content .tabs .tab .label-sm {
            display: inline-block; } }
  .section--product-card .product-content .panel {
    display: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400; }
    .section--product-card .product-content .panel--active {
      display: block; }
    .section--product-card .product-content .panel p {
      margin-bottom: 0; }
    .section--product-card .product-content .panel .hidden-text {
      display: none; }
    .section--product-card .product-content .panel.show-hidden-elems .hidden-text {
      display: block; }
  .section--product-card .product-content .load-more {
    margin-top: 100px;
    text-align: center; }
    @media (max-width: 768px) {
      .section--product-card .product-content .load-more {
        margin-top: 60px; } }

.section--about-content {
  padding-bottom: 130px; }
  @media (max-width: 768px) {
    .section--about-content {
      padding-bottom: 70px; } }
  .section--about-content img.hidden {
    display: none; }
    @media (max-width: 1024px) {
      .section--about-content img.hidden {
        display: block;
        width: 100%;
        margin-bottom: 50px; } }
  .section--about-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400; }
  .section--about-content img.float {
    float: right;
    max-width: 555px;
    margin: 5px 0 5px 15px; }
    @media (max-width: 1024px) {
      .section--about-content img.float {
        display: none; } }
  .section--about-content ul,
  .section--about-content ol {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400; }
    .section--about-content ul li,
    .section--about-content ol li {
      list-style-position: inside; }
  @media (max-width: 1024px) {
    .section--about-content .hidden-md {
      display: none; } }
  @media (max-width: 768px) {
    .section--about-content .hidden-sm {
      display: none; } }
  .section--about-content .load-more {
    display: none;
    margin-top: 88px;
    text-align: center; }
    @media (max-width: 1024px) {
      .section--about-content .load-more {
        display: block; } }
    @media (max-width: 768px) {
      .section--about-content .load-more {
        margin-top: 60px; } }
  .section--about-content .container.show-hidden-elems .hidden-md,
  .section--about-content .container.show-hidden-elems .hidden-sm {
    display: block; }

.page-reviews .section--reviews .load-more {
  margin-top: 120px; }
  @media (max-width: 768px) {
    .page-reviews .section--reviews .load-more {
      margin-top: 40px; } }

.page-articles .section--articles {
  padding-bottom: 128px; }
  @media (max-width: 768px) {
    .page-articles .section--articles {
      padding-bottom: 65px; } }
  .page-articles .section--articles .articles__elem {
    display: block; }
    .page-articles .section--articles .articles__elem .title {
      text-decoration: underline; }

.section--contacts-info {
  padding-top: 30px;
  padding-bottom: 54px; }
  .section--contacts-info h2 {
    margin-bottom: 110px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .section--contacts-info h2 {
        margin-bottom: 60px; } }
  .section--contacts-info .info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section--contacts-info .info__item {
      width: 100%;
      max-width: -webkit-calc(100% / 4);
      max-width: -moz-calc(100% / 4);
      max-width: calc(100% / 4);
      margin: 0 0 30px;
      text-align: center; }
      @media (max-width: 768px) {
        .section--contacts-info .info__item {
          max-width: -webkit-calc(100% / 2);
          max-width: -moz-calc(100% / 2);
          max-width: calc(100% / 2); } }
      .section--contacts-info .info__item .img-wrapper {
        height: 124px;
        margin-bottom: 37px; }
        @media (max-width: 768px) {
          .section--contacts-info .info__item .img-wrapper {
            margin-bottom: 0; } }
        .section--contacts-info .info__item .img-wrapper img {
          display: inline-block; }
      .section--contacts-info .info__item .title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .section--contacts-info .info__item .title {
            font-size: 14px; } }

.section--get-pricelist-yellow {
  margin-bottom: 178px; }
  @media (max-width: 1024px) {
    .section--get-pricelist-yellow {
      margin-bottom: 122px; } }

.section--intro-price .intro__content .title {
  padding-right: 15px; }
  @media (max-width: 768px) {
    .section--intro-price .intro__content .title {
      margin-bottom: 45px;
      padding-right: 0; } }

.section--city {
  padding-top: 60px;
  padding-bottom: 200px; }
  @media (max-width: 768px) {
    .section--city {
      padding-top: 45px;
      padding-bottom: 70px; } }
  .section--city .content {
    font-size: 18px;
    line-height: 30px; }
    .section--city .content .col {
      width: 100%;
      max-width: 50%; }
      @media (max-width: 1024px) {
        .section--city .content .col {
          max-width: 100%; } }
    .section--city .content img {
      width: auto; }
    .section--city .content .hidden {
      display: none;
      margin-bottom: 80px; }
      @media (max-width: 1024px) {
        .section--city .content .hidden {
          display: block; } }
      @media (max-width: 768px) {
        .section--city .content .hidden {
          margin-bottom: 58px; } }
    @media (max-width: 1024px) {
      .section--city .content .visible-lg {
        display: none; } }

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