@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * 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;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

@font-face {
  font-family: "Geometria";
  font-display: block;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria-Bold.eot?") format("eot"); }


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a,
button {
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

body {
  color: #000;
  background: #fbfbfb;
  min-width: 320px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page__contain {
    padding-top: 155px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.decor {
  width: 132px;
  height: 31px;
  margin: 0 32px; }
  .decor .icon {
    width: 100%;
    height: 100%;
    fill: #e8e9ea; }
  .decor--right {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }

.h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 24px;
  margin-top: 0; 
  text-transform: uppercase;  
  }

.btn {
  border-radius: 4px;
  background-color: #0A914B;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 33px 13px;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none; }
  .btn:hover {
    background: #1FB869; }
  .btn:active, .btn:visited {
    background: #07773D; }
  .btn--light {
    border-radius: 3px;
    background-color: #B8E986;
    color: #007f3d;
    font-size: 13px;
    font-weight: 700;
    text-transform: none; }
    .btn--light:hover {
      background: #CCF6A1; }
    .btn--light:active, .btn--light:visited {
      background: #9ACF65; }
  .btn--border {
    border-radius: 3px;
    border: 2px solid #b8e986;
    background-color: #fff;
    color: #007f3d; }
    .btn--border:hover {
      background-color: #B8E986 !important; }
    .btn--border:active, .btn--border:visited {
      border-radius: 3px;
      border: 2px solid #b8e986;
      background-color: #fff;
      color: #007f3d; }

.header {
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
  background-color: #0a914b;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150; }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__middle {
    margin-right: 60px; }
  .header__right {
    margin-left: auto; }
  .header__service {
    color: #b8e986;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../img/service-header.svg) left center no-repeat;
    padding-left: 32px;
    line-height: 32px;
    display: inline-block; }
    .header__service:hover {
      color: #fff; }
  .header__contacts {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__phone-icons {
    width: 32px;
    height: 32px;
    background: #fff url(../img/phone.svg) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    display: none; }
  .header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .header.fixed .header__contacts {
    margin-top: 0;
    margin-left: 45px;
    position: relative; }
    .header.fixed .header__contacts:hover:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 30px; }
    .header.fixed .header__contacts:hover .header__phones {
      position: absolute;
      top: calc(100% + 25px);
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
              box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      background-color: #fff;
      padding: 26px 20px 1px 20px; }
      .header.fixed .header__contacts:hover .header__phones .phone-header {
        margin-right: 0;
        margin-bottom: 20px;
        width: 200px; }
        .header.fixed .header__contacts:hover .header__phones .phone-header__link, .header.fixed .header__contacts:hover .header__phones .phone-header__time {
          color: #7c7f85; }
  .header.fixed .header__phone-icons {
    display: block; }
  .header.fixed .header__phones {
    display: none; }
  .header.fixed .header__search {
    display: none; }
  .header.fixed .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header.fixed .logo-header__text {
    display: none; }
  .header.fixed .menu-header {
    margin-bottom: 0; }
  .header.fixed .logo-header {
    padding-left: 45px; }
    .header.fixed .logo-header img {
      width: 30px;
      height: 27px; }

.gamb,
.mobile-header {
  display: none; }

.logo-header {
  position: relative;
  padding-left: 80px;
  text-decoration: none;
  margin-right: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0s;
  transition: all 0s; }
  .logo-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 57px; }
  .logo-header__title {
    color: #ffffff;
    font-family: "Geometria";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 5px; }
  .logo-header__text {
    color: #f8fff1;
    font-size: 12px;
    font-weight: 300; }

.menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 15px; }
  .menu-header__li {
    display: block;
    margin-right: 23px; }
    .menu-header__li:last-child {
      margin-right: 0; }
  .menu-header__link {
    color: #dfffbe;
    font-size: 12px;
    text-decoration: none; }
    .menu-header__link:hover {
      text-decoration: underline;
      color: #fff; }

.search-header {
  border-radius: 4px;
  border: 1px solid #d3dce6;
  background-color: #fff;
  background-image: url(../img/search.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-right: 4px; }
  .search-header__input {
    color: #000;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 100%;
    border: none;
    width: 100%;
    outline: none;
    height: 32px;
    line-height: 32px;
    padding-top: 3px; }
  .search-header__button {
    border-radius: 3px;
    background-color: #B8E986;
    color: #007f3d;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 0 12px;
    height: 32px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    outline: none; }
    .search-header__button:hover {
      background: #CCF6A1; }
    .search-header__button:active, .search-header__button:visited {
      background: #9ACF65; }

.phone-header {
  padding-left: 32px;
  background: url(../img/phone.svg) left top no-repeat;
  margin-right: 40px; }
  .phone-header:nth-child(2) {
    margin-right: 0; }
  .phone-header__link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative; }
    .phone-header__link:before {
      content: '';
      position: absolute;
      top: -3px;
      left: -34px;
      width: 40px;
      height: 20px; }
  .phone-header__time {
    margin-top: 3px;
    color: #f8fff1;
    font-size: 11px; }

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  flex-wrap: wrap;
  }
  .cols__contain {
    width: calc(100% - 295px); }

.sidebar {
  width: 265px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .sidebar-catalog {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #fff;
    padding: 16px 16px 0;
    margin-bottom: 24px;
    position: relative; }
    .sidebar-catalog__title {
      color: #0a914b;
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .sidebar-catalog__content {
      padding: 0;
      margin: 0; }
    .sidebar-catalog__li {
      display: block;
      border-bottom: 2px solid #fbfbfb;
      position: relative; }
      .sidebar-catalog__li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        border-radius: 0 0 6px 6px; }
        .sidebar-catalog__li:last-child .sidebar-catalog__link {
          border-radius: 0 0 6px 6px; }
      .sidebar-catalog__li:hover .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .sidebar-catalog__li:hover .sidebar-catalog__link {
        background-color: #b8e986;
        color: #0a914b; }
        .sidebar-catalog__li:hover .sidebar-catalog__link .icon {
          fill: #fff; }
    .sidebar-catalog__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #7c7f85;
      font-size: 13px;
      text-decoration: none;
      padding: 16px;
      margin: 0 -16px; }
      .sidebar-catalog__link--red {
			text-transform: uppercase;
			color: #d0021b;
			font-weight: 700;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 13px;
			text-decoration: none;
			padding: 16px;
			margin: 0 -16px;
		}
      .sidebar-catalog__link .icon-arrow {
        width: 18px;
        height: 12px;
        fill: #f5f5f5;
        display: block;
        margin-left: auto;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-left: 10px; }
      .sidebar-catalog__link:hover {
        background-color: #b8e986;
        color: #0a914b; }
        .sidebar-catalog__link:hover .icon {
          fill: #fff; }
    .sidebar-catalog__icon {
      width: 24px;
      height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 17px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .sidebar-catalog__icon .icon {
        max-width: 100%;
        max-height: 100%;
        fill: #b8e986; }

.submenu {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 6px 6px 0;
  background-color: #fff;
  border: 4px solid #b8e986;
  z-index: 10;
  width: 775px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 24px 24px 30px;
  display: none; }
  .submenu__li {
    width: calc(50% - 14px);
    display: block;
    margin: 0 7px 16px; }
  .submenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid transparent;
    background-color: #fff; }
    .submenu__link:hover {
      border-color: #b8e986; }
  .submenu__img {
    width: 48px;
    height: 48px;
    margin-right: 23px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .submenu__img img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .submenu__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .submenu__title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
  .submenu__code {
    font-size: 14px;
    line-height: 22px;
    color: #0a914b;
    font-weight: 700; }

.catalogs {
  border-radius: 6px;
  border: 2px solid #b8e986;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 24px 16px; }
  .catalogs-item {
    text-align: center;
    margin-bottom: 50px; }
    .catalogs-item:last-child {
      margin-bottom: 0; }
    .catalogs-item__img {
      margin-bottom: 17px; }
      .catalogs-item__img img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
    .catalogs-item__title {
      color: #7c7f85;
      font-size: 13px;
      margin-bottom: 17px; }

.slider {
  margin-bottom: 32px; }
  .slider-item {
    border-radius: 6px;
    background-image: linear-gradient(225deg, #74c8f9 0%, #4097f1 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0; 
	min-height: 370px;}
    .slider-item__img img {
      max-width: 100%;
      display: block; }
    .slider-item__info {
      padding-left: 40px;
      width: 310px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .slider-item__title {
      color: #fff;
      font-size: 32px;
      font-weight: 300;
      margin-bottom: 13px;
      max-width: 100%; }
    .slider-item__text {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 50px;
      max-width: 100%; }

.owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px; }
    .owl-dots .owl-dot.active {
      background: #b8e986; }

.goods {
  margin-bottom: 32px; }
  .goods__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px; }
  .goods-item {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 13px;
    margin: 0 7px 24px;
    width: calc(25% - 14px);
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
    text-decoration: none; }
    .goods-item:hover {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
    .goods-item__img {
      display: block;
      margin-bottom: 45px;
      text-decoration: none;
      border-radius: 6px;
      overflow: hidden; }
      .goods-item__img img {
        display: block;
        max-width: 100%;
        border-radius: 6px;
        margin: 0 auto; }
    .goods-item__number {
      color: #0a914b;
      font-size: 12px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase; }
    .goods-item__title {
      color: #000;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 20px;
      display: block; }
  .goods--inner {
    margin-bottom: 0; }

.subscribe {
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  border-radius: 6px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 32px 40px; }
  .subscribe__middle {
    margin: 0 auto;
    width: 72px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .subscribe__middle .icon {
      width: 100%;
      height: 100%;
      fill: #fff; }
  .subscribe__title {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    line-height: 26px; }
  .subscribe__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px; }
  .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px; }
  .subscribe__group {
    width: 280px;
    margin-right: 16px; }
    .subscribe__group .error {
      color: red;
      margin-top: 5px;
      font-size: 12px; }
  .subscribe__input {
    border-radius: 6px;
    border: 1px solid #d3dce6;
    background-color: #fff;
    color: #000000;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 16px;
    padding-top: 3px;
    outline: none;
    width: 100%;
    height: 40px; }
    .subscribe__input.has-error {
      border-color: red; }
  .subscribe__pers {
    color: #f8fff1;
    font-size: 12px;
    font-weight: 400; }
    .subscribe__pers a {
      color: #b8e986;
      text-decoration: none; }
      .subscribe__pers a:hover {
        text-decoration: underline; }
  .subscribe-popup-bg {
    position: fixed;
    top: 0;
    left: 0px;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    .subscribe-popup-bg.is-open {
      width: 100%;
      height: 100%;
      opacity: 1; }
  .subscribe-popup {
    background: #fff;
    padding: 30px;
    width: 300px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    position: relative; }
    .subscribe-popup__close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 14px;
      height: 14px; }
      .subscribe-popup__close .icon {
        width: 100%;
        height: 100%;
        fill: #7c7f85; }
    .subscribe-popup__title {
      display: block;
      margin-bottom: 20px;
      color: #7c7f85;
      font-size: 16px;
      font-weight: 700;
      line-height: 140%; }

.news {
  margin-bottom: 50px; }
  .news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px; }
  .news-item {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 15px;
    margin: 0 7px 24px;
    width: calc(25% - 14px);
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s; }
    .news-item:hover {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
    .news-item__img {
      display: block;
      margin-bottom: 25px;
      text-decoration: none;
      border-radius: 6px;
      overflow: hidden; }
      .news-item__img img {
        display: block;
        max-width: 100%;
        border-radius: 6px; }
      .news-item__img:hover {
        opacity: 0.8; }
    .news-item__title {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      text-decoration: none;
      display: block;
      margin-bottom: 8px; }
      .news-item__title:hover {
        color: #0a914b; }
    .news-item__text {
      color: #7c7f85;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 24px;
      display: block;
      text-decoration: none; }
    .news-item__date {
      color: #b8e986;
      font-size: 12px;
      font-weight: 500; }
  .news--inner {
    margin-bottom: 0; }
    .news--inner .news-item {
      width: calc(33.33% - 14px); }
      .news--inner .news-item--big {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .news--inner .news-item--big .news-item__img {
          width: 248px;
          margin-right: 30px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 0; }
          .news--inner .news-item--big .news-item__img img {
            display: block;
            width: 100%; }
        .news--inner .news-item--big .news-item__info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .news--inner .news-item--big .news-item__date {
          margin-top: auto; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  .breadcrumbs__li {
    display: block;
    color: #0a914b;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px; }
  .breadcrumbs__link {
    color: #7c7f85;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs__link:hover {
      color: #0a914b; }

.pagination {
  margin-bottom: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d3dce6;
  border-radius: 5px; }
  .pagination__link {
    height: 40px;
    text-decoration: none;
    min-width: 50px;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #d3dce6;
    line-height: 40px;
    color: #7c7f85;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08px;
    background: #fff; }
    .pagination__link:first-child {
      border-radius: 5px 0 0 5px; }
    .pagination__link:last-child {
      border-radius: 0 5px 5px 0; }
    .pagination__link .icon {
      width: 8px;
      height: 12px;
      fill: #b8e986;
      display: inline-block;
      vertical-align: middle;
      margin-left: 9px; }
    .pagination__link:hover, .pagination__link.active {
      color: #0a914b; }

.search__text {
  margin-top: 16px;
  margin-bottom: 25px;
  color: #7c7f85;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }
  .search__text b {
    font-weight: 700;
    color: #000; }
  .search__text a {
    color: #0a914b;
    text-decoration: underline; }
    .search__text a:hover {
      text-decoration: none; }

.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px; }

.catalog-item {
  margin: 0 7px 16px;
  width: calc(33.33% - 14px);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 16px;
  text-decoration: none; }
  .catalog-item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  .catalog-item__img {
    width: 96px;
    height: 96px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .catalog-item__img img {
      width: 100%; }
  .catalog-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-item__text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 24px; }
  .catalog-item__size {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 900; }
  .catalog-item__count {
    margin-top: auto;
    color: #0a914b;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; }

.seo {
  margin-bottom: 32px; }
  .seo h1 {
    color: #000;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-weight: 400; }
  .seo h2 {
    font-size: 14px;
    color: #0a914b;
    font-weight: 700;
    margin-bottom: 10px; }
  .seo p {
    color: #7c7f85;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0; }

.article-inner {
  margin-bottom: 32px; }
  .article-inner img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 24px; }
  .article-inner p {
    color: #7c7f85;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
  .article-inner__link {
    margin-top: 10px;
    display: inline-block;
    color: #0a914b;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none; }
    .article-inner__link:hover {
      text-decoration: underline; }

.gallery {
  margin-bottom: 48px; }
  .gallery__content {
    margin: 0 -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gallery__link {
    display: block;
    margin: 0 7px 16px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
    width: calc(33.33% - 14px); }
    .gallery__link img {
      display: block;
      border-radius: 5px;
      width: 100%; }
    .gallery__link:hover {
      opacity: 0.7; }
  .gallery__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px; }
  .gallery__date {
    color: #b8e986;
    font-size: 12px;
    font-weight: 500; }

.socials-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .socials-gallery__title {
    color: #7c7f85;
    font-size: 12px;
    margin-right: 16px; }
  .socials-gallery__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .socials-gallery__link {
    text-decoration: none;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    background-color: #4267b2;
    display: block;
    margin-left: 8px;
    padding: 0 10px; }
    .socials-gallery__link .icon {
      width: 11px;
      height: 10px;
      fill: #fff;
      margin-right: 6px;
      display: inline-block;
      vertical-align: middle; }
    .socials-gallery__link--vk {
      background-color: #5181b8; }
      .socials-gallery__link--vk .icon {
        width: 12px;
        height: 8px; }
    .socials-gallery__link--tw {
      background-color: #1dadeb; }
      .socials-gallery__link--tw .icon {
        width: 14px;
        height: 11px; }
    .socials-gallery__link--ok {
      background-color: #f7931e; }
      .socials-gallery__link--ok .icon {
        width: 9px;
        height: 16px; }
    .socials-gallery__link:hover {
      opacity: 0.8; }

.card {
  margin-bottom: 32px; }
  .card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .card__photos {
    width: 570px;
    margin-right: 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #fff; }
  .card__info {
    width: calc(100% - 600px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .card__item {
    margin-bottom: 40px; }
  .card__title {
    color: #0a914b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .card__description {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px; }
  .card .owl-prev,
  .card .owl-next {
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 64px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #fff url(../img/arrow.svg) 65% center no-repeat;
    background-size: 13px 13px;
    font-size: 0; }
    .card .owl-prev:hover,
    .card .owl-next:hover {
      background-color: #b8e986; }
  .card .owl-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .card .owl-next {
    left: auto;
    right: 24px; }
  .card .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 24px;
    margin: 15px 19px; }
  .card .owl-thumb-item {
    width: calc(16.66% - 10px);
    border: 2px solid transparent;
    background: none;
    padding: 8px;
    margin: 0 5px 10px;
    outline: none;
    cursor: pointer;
    border-radius: 6px; }
    .card .owl-thumb-item img {
      max-width: 100%; }
    .card .owl-thumb-item:hover {
      border-color: #b8e986; }
    .card .owl-thumb-item.active {
      border-color: #b8e986;
      background-color: rgba(184, 233, 134, 0.09); }

.string-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }
  .string-card__title {
    color: #7c7f85;
    font-size: 13px;
    font-weight: 500; }
  .string-card__text {
    color: #000;
    font-size: 13px;
    font-weight: 700; }
    .string-card__text--green {
      color: #0a914b; }

.related {
  margin-bottom: 38px; }
  .related__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
  .related-item {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #ffffff;
    margin: 0 10px 10px;
    width: calc(20% - 20px);
    padding: 24px;
    position: relative; }
    .related-item__close {
      position: absolute;
      top: 0px;
      right: 0;
      padding: 10px; }
      .related-item__close .icon {
        display: block;
        width: 10px;
        height: 10px;
        fill: #7c7f85;
        -webkit-transition: all 0.35s;
        transition: all 0.35s; }
      .related-item__close:hover .icon {
        fill: #0a914b; }
    .related-item__img:hover {
      opacity: 0.8; }

body.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.header__service--footer,
.footer__contacts-link,
.catalogs--mobile {
  display: none; }

.contacts-item {
  border-radius: 6px;
  border: 1px solid #d3dce6;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 30px 25px; }
  .contacts-item__title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .contacts-item__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 13px; }
  .contacts-item__info {
    margin-top: 30px; }
  .contacts-item__mail {
    color: #0a914b;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    .contacts-item__mail:hover {
      text-decoration: underline; }
    .contacts-item__mail-block {
      margin-bottom: 25px;
      padding-left: 40px;
      background: url(../img/mail.svg) left center no-repeat; }
  .contacts-item__phones {
    margin-bottom: 25px;
    padding-left: 40px;
    background: url(../img/phone.svg) left center no-repeat;
    background-size: 20px; }
  .contacts-item__phone {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px; }
    .contacts-item__phone:hover {
      color: #0a914b; }
  .contacts-item__time {
    padding-left: 40px;
    background: url(../img/time.svg) left center no-repeat;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
    .contacts-item__time span {
      margin-left: 10px; }
    .contacts-item__time b {
      font-weight: 700;
      margin-left: 10px; }

.contacts-map {
  margin-bottom: 30px; }
  .contacts-map iframe {
    width: 100%; }

.dilers {
  margin-bottom: 30px; }
  .dilers-item {
    border-radius: 6px;
    border: 1px solid #d3dce6;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 30px 25px; }
    .dilers-item__title {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      text-transform: uppercase;
      margin-bottom: 7px; }
    .dilers-item__text {
      color: #7c7f85;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 13px; }
    .dilers-item__info {
      margin-top: 15px; }
    .dilers-item__phones {
      margin-bottom: 10px; }
    .dilers-item__phone {
      text-decoration: none;
      color: #000;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      margin-right: 10px; }
      .dilers-item__phone:hover {
        color: #0a914b; }
    .dilers-item__site {
      color: #0a914b;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none; }
      .dilers-item__site:hover {
        text-decoration: underline; }
  .dilers-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px; }
  .dilers-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dilers-city__title {
      color: #7c7f85;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.08px;
      margin-right: 17px; }
  .dilers-you-city {
    color: #7c7f85;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08px; }
    .dilers-you-city a {
      color: #0a914b;
      text-decoration: none; }
      .dilers-you-city a:hover {
        text-decoration: underline; }

.cols__left {
  width: 265px;
  margin-right: 30px;
  position: relative; }

.full-width {
  margin-top: 30px; }

.catalog-gamb {
  padding: 2px 20px 0 14px;
  text-transform: uppercase;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -14px; }
  .catalog-gamb .icon {
    width: 18px;
    height: 12px;
    fill: #0a914b;
    margin-right: 35px;
    margin-bottom: 2px; }

.catalog-hidden {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
}

.service-tabs__title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.service-tabs__link {
  color: #7c7f85;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 19px;
  text-decoration: none;
  display: block; }
  .service-tabs__link:hover {
    color: #0a914b; }
  .service-tabs__link.is-active {
    color: #0a914b;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 700; }

.service-tabs__content {
  margin-bottom: 25px; }

.service-tabs__tab {
  display: none; }
  .service-tabs__tab.is-active {
    display: block; }

.service-option {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  .service-option__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px;
    margin-right: 50px; }
  .service-option__big-title {
    color: #0a914b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .service-option__btn {
    display: block;
    margin-top: 24px; }
  .service-option__right {
    width: 100%; }
    .service-option__right img {
      max-width: 100%; }

.service-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .service-result__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 295px); }
  .service-result__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px;
    margin-left: 15px; }

.item-option {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .item-option__title {
    color: #7c7f85;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .item-option__title img {
      margin-left: 10px;
      vertical-align: middle; }
  .item-option__content {
    width: 160px; }
    .item-option__content input,
    .item-option__content select,
    .item-option__content .jq-selectbox {
      width: 100%; }
    .item-option__content input {
      height: 40px;
      padding: 0 15px 0 15px;
      border-radius: 6px;
      border: 1px solid #d3dce6;
      background-color: #fff;
      color: #000;
      font-size: 13px;
      line-height: 40px;
      font-weight: 700;
      outline: none; }
      .item-option__content input:hover, .item-option__content input:focus {
        border-color: #0a914b;
        -webkit-box-shadow: 0 0 4px rgba(184, 233, 134, 0.31);
                box-shadow: 0 0 4px rgba(184, 233, 134, 0.31); }

.furniture__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px; }

.furniture-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  margin-bottom: 8px; }
  .furniture-item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  .furniture-item__img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .furniture-item__img img {
      max-width: 100%;
      display: block; }
  .furniture-item__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .furniture-item__number {
    color: #0a914b;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase; }
  .furniture-item__title {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px; }
  .furniture-item__count {
    color: #000;
    font-size: 12px;
    font-weight: 900; }

.goods__wrapper--three .goods-item {
  width: calc(33% - 14px); }

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .sort-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sort__link {
    color: #7c7f85;
    font-size: 14px;
    letter-spacing: 0.08px;
    text-decoration: none;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sort__link .icon {
      width: 16px;
      height: 13px;
      fill: #d5d6d8;
      margin-right: 8px;
      display: block; }
    .sort__link:hover {
      color: #0a914b; }
    .sort__link.is-active {
      color: #000;
      font-weight: 700; }
      .sort__link.is-active .icon {
        fill: #0a914b; }
  .sort-see {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sort-see__title {
      color: #7c7f85;
      font-size: 14px;
      letter-spacing: 0.08px;
      margin-right: 13px; }
  .sort .pagination {
    margin-bottom: 0; }

.filters {
  margin-top: 40px;
  margin-bottom: 20px; }

.your-choice {
  margin-bottom: 25px;
  display: none; }
  .your-choice__title {
    color: #0a914b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px; }
  .your-choice__content {
    margin-bottom: 30px; }
  .your-choice__reset {
    width: 100%; }

.filter {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fff;
  padding: 16px; }
  .filter-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter-col {
    width: 50%; }
  .filter-item {
    margin-bottom: 50px; }
    .filter-item__title {
      color: #0a914b;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .filter-item__group {
      display: block;
      margin-bottom: 15px;
      color: #7c7f85;
      font-size: 14px;
      font-weight: 400;
      cursor: pointer; }

.item-choice {
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  display: none; }
  .item-choice.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .item-choice__title {
    color: #7c7f85;
    font-size: 14px;
    margin-right: 5px; }
  .item-choice__content {
    font-size: 14px;
    color: #0a914b;
    font-weight: 700; }
    .item-choice__content span {
      margin-right: 5px; }
      .item-choice__content span:after {
        content: ',';
        display: inline-block; }
      .item-choice__content span:last-child:after {
        display: none; }

.filter-mob-link,
.filter-item__submit,
.filters__close {
  display: none; }

.mobile {
  display: none; }

.footer {
  border-top: 4px solid #b8e986;
  padding-top: 45px;
  padding-bottom: 25px;
  background: #fff; }
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__left {
    width: 280px;
    margin-right: 85px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .footer__instagramm, .footer__email {
    color: #7c7f85;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__instagramm .icon, .footer__email .icon {
      width: 18px;
      height: 14px;
      fill: #b8e986;
      margin-right: 15px; }
    .footer__instagramm:hover, .footer__email:hover {
      color: #b8e986; }
  .footer__instagramm .icon {
    width: 16px;
    height: 16px; }
  .footer__seo {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #7c7f85;
    font-size: 12px;
    line-height: 17px;
    border-top: 1px solid #edfae1;
    border-bottom: 1px solid #edfae1;
    margin-bottom: 24px; }
  .footer__copir {
    color: #7c7f85;
    font-size: 14px;
    margin-right: 53px; }
  .footer__conf {
    color: #7c7f85;
    font-size: 14px;
    text-decoration: none; }
    .footer__conf:hover {
      text-decoration: underline; }

.logo-footer {
  display: block;
  margin-bottom: 40px;
  text-decoration: none; }
  .logo-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
  .logo-footer img {
    width: 46px;
    height: 41px;
    margin-right: 15px; }
  .logo-footer__title {
    color: #0a914b;
    font-family: "Geometria";
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 4px; }
  .logo-footer__text {
    color: #7c7f85;
    font-size: 12px;
    font-weight: 300; }

.catalog-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 15px; }
  .catalog-footer__item:last-child {
    margin-bottom: 0; }
  .catalog-footer__item:hover .catalog-footer__title {
    color: #0a914b; }

.catalog-footer__img {
  margin-right: 30px; }

.catalog-footer__title {
  color: #7c7f85;
  font-size: 14px;
  margin-bottom: 8px; }

.catalog-footer__size {
  color: rgba(124, 127, 133, 0.5);
  font-size: 12px;
  font-weight: 500; }

.menu-footer {
  margin: 0;
  padding: 0;
  margin-right: 70px;
  width: 200px; }
  .menu-footer__li {
    display: block;
    margin-bottom: 15px; }
  .menu-footer__link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none; }
    .menu-footer__link:hover {
      color: #0a914b; }

.contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }
  .contacts-footer__item {
    margin-right: 45px; }
    .contacts-footer__item:last-child {
      margin-right: 0; }
  .contacts-footer__title {
    color: #0a914b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .contacts-footer__text {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px; }
  .contacts-footer__phone {
    color: #7c7f85;
    font-family: Fira Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    padding-left: 30px;
    background: url(../img/phone.svg) left center no-repeat;
    background-size: 12px;
    margin-bottom: 10px;
    display: inline-block; }
    .contacts-footer__phone:hover {
      color: #0a914b; }

.develop-footer {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #7c7f85;
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 400; }
  .develop-footer__text {
    margin-right: 24px; }
  .develop-footer__link {
    text-decoration: none; }
    .develop-footer__link:hover {
      opacity: 0.8; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
  .fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  .fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }
  .fancybox-slide--image::before {
    display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0; }

/* Fix iOS */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc; }
  .fancybox-button:visited, .fancybox-button:link {
    color: #ccc; }
  .fancybox-button:hover {
    color: #fff; }
  .fancybox-button:focus {
    outline: none; }
  .fancybox-button.fancybox-focus {
    outline: 1px dotted; }
  .fancybox-button[disabled] {
    color: #888;
    cursor: default;
    outline: none; }
    .fancybox-button[disabled]:hover {
      color: #888;
      cursor: default;
      outline: none; }
  .fancybox-button div {
    height: 100%; }
  .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
    .fancybox-button svg path {
      fill: currentColor;
      stroke-width: 0; }

/* Fix IE11 */
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }
  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }
  .fancybox-navigation .fancybox-button div {
    padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a {
  color: #ccc;
  text-decoration: none; }
  .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none; }
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .fancybox-share p {
    margin: 0;
    padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  .fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff; }
  .fancybox-share__button:hover {
    text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }
  .fancybox-share__button--fb:hover {
    background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }
  .fancybox-share__button--pt:hover {
    background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }
  .fancybox-share__button--tw:hover {
    background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }
  .fancybox-share__button svg path {
    fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }
  .fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }
  .fancybox-thumbs__list a:focus::before {
    opacity: .5; }
  .fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  border: 1px solid #d3dce6;
  background-color: #fff;
  cursor: pointer; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

.jq-checkbox {
  border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 6px;
  margin: 2px 0 0 3px;
  border-bottom: 2px solid #b8e986;
  border-left: 2px solid #b8e986;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.jq-radio {
  border-radius: 50%; }

.jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #b8e986; }

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  cursor: pointer; }

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 40px;
  padding: 0 45px 0 15px;
  border-radius: 6px;
  border: 1px solid #d3dce6;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  line-height: 40px;
  font-weight: 700; }

.jq-selectbox__select:hover {
  border-color: #0a914b;
  -webkit-box-shadow: 0 0 4px rgba(184, 233, 134, 0.31);
          box-shadow: 0 0 4px rgba(184, 233, 134, 0.31); }

.jq-selectbox.focused .jq-selectbox__select {
  border-color: #0a914b;
  -webkit-box-shadow: 0 0 4px rgba(184, 233, 134, 0.31);
          box-shadow: 0 0 4px rgba(184, 233, 134, 0.31); }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  min-width: 25px; }

.jq-selectbox .placeholder {
  color: #000; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #0a914b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d3dce6;
  background-color: #fff; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 8px 10px 6px;
  color: #000;
  font-size: 13px;
  font-weight: 700; }

.jq-selectbox li.selected {
  background-color: #0a914b;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: transparent;
  color: #0a914b; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

/* Adaptive styles */
/* Desktop */
@media (max-width: 1199px) {
  .container {
    width: 970px; }
  .logo-header {
    margin-right: 20px; }
  .header__middle {
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .phone-header {
    margin-right: 20px; }
    .phone-header__link {
      font-size: 14px; }
    .phone-header__time {
      font-size: 10px; }
  .menu-header__li {
    margin-right: 10px; }
  .slider-item {
    padding: 40px 0; 
	min-height: 330px;}
  .subscribe__title {
    font-size: 26px; }
  .subscribe__text {
    margin-top: 10px;
    line-height: 20px; }
  .subscribe__group {
    width: 230px; }
  .subscribe__btn {
    padding-left: 15px;
    padding-right: 15px; }
  .subscribe__middle {
    margin: 0 40px; }
  .footer__left {
    width: 220px;
    margin-right: 40px; }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .card__photos {
    width: 350px; }
  .catalog-item {
    width: calc(50% - 14px); } }

/* Tablet */
@media (max-width: 991px) {
  .container {
    width: 750px; }
  .header__middle,
  .header__service,
  .header__phones,
  .logo-header__text {
    display: none; }
  .header {
    padding-top: 8px;
    padding-bottom: 8px; }
    .header__contacts {
      margin-top: 0;
      margin-left: 45px;
      position: relative; }
      .header__contacts .header__phones {
        position: absolute;
        top: calc(100% + 25px);
        left: auto;
        right: 0;
        -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
                box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        border-radius: 6px;
        background-color: #fff;
        padding: 26px 20px 1px 20px;
        display: none; }
        .header__contacts .header__phones .phone-header {
          margin-right: 0;
          margin-bottom: 20px;
          width: 200px; }
          .header__contacts .header__phones .phone-header__link, .header__contacts .header__phones .phone-header__time {
            color: #7c7f85; }
    .header__phone-icons {
      display: block; }
  .logo-header {
    padding-left: 45px;
    margin: 0 auto; }
    .logo-header img {
      width: 30px;
      height: 27px; }
  .header__right {
    margin-left: 0; }
  .page__contain {
    padding-top: 70px; }
  .sidebar {
    display: none; }
  .cols__contain {
    width: 100%; }
  .gamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 12px;
    padding: 7px 10px;
    margin-left: -10px;
    text-decoration: none; }
    .gamb span {
      display: block;
      width: 18px;
      height: 2px;
      margin: 3px 0;
      background-color: #b8e986; }
    .gamb u {
      font-size: 12px;
      color: #fff;
      margin-left: 10px;
      text-decoration: none;
      font-weight: 400; }
  .mobile-header {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 98;
    padding: 13px 15px;
    -webkit-transition: left 0.35s;
    transition: left 0.35s;
    display: block; }
    .mobile-header.open {
      left: 0; }
    .mobile-header .mobile-close {
      position: absolute;
      top: 6px;
      right: 5px;
      width: 36px;
      height: 36px;
      padding: 10px;
      display: block; }
      .mobile-header .mobile-close .icon {
        display: block;
        width: 16px;
        height: 16px;
        fill: #0a914b; }
    .mobile-header .logo-header {
      display: block; }
      .mobile-header .logo-header__title {
        color: #0a914b; }
    .mobile-header .search-header {
      margin-top: 16px;
      margin-bottom: 16px; }
    .mobile-header .header__phones {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px; }
    .mobile-header .phone-header__link {
      color: #000; }
    .mobile-header .phone-header__time {
      color: #7c7f85; }
    .mobile-header .header__service {
      display: block;
      background: url(../img/service-header-mobile.svg) left center no-repeat;
      color: #0a914b; }
    .mobile-header .sidebar {
      display: block;
      border-top: 1px solid #d3dce6;
      border-bottom: 3px solid #b8e986;
      width: auto;
      margin: 20px -15px 30px; }
      .mobile-header .sidebar-catalog {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-top: 0;
        margin-bottom: 0; }
        .mobile-header .sidebar-catalog__title {
          display: none; }
        .mobile-header .sidebar-catalog__content {
          font-size: 0;
          min-height: 700px; }
        .mobile-header .sidebar-catalog__li:nth-child(1) {
          width: 50%;
          display: inline-block; }
          .mobile-header .sidebar-catalog__li:nth-child(1) .sidebar-catalog__link {
            margin: 0 0 0 -16px; }
        .mobile-header .sidebar-catalog__li:nth-child(2) {
          width: 50%;
          display: inline-block; }
          .mobile-header .sidebar-catalog__li:nth-child(2) .sidebar-catalog__link {
            margin: 0 -16px 0 0; }
        .mobile-header .sidebar-catalog__li:last-child {
          border-radius: 0; }
          .mobile-header .sidebar-catalog__li:last-child .sidebar-catalog__link {
            border-radius: 0; }
        .mobile-header .sidebar-catalog__li.active {
          border-color: transparent; }
          .mobile-header .sidebar-catalog__li.active .sidebar-catalog__link .icon-arrow {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            margin-left: 0;
            margin-right: 24px;
            fill: #0a914b;
            -webkit-transform: scaleX(-1);
                    transform: scaleX(-1); }
        .mobile-header .sidebar-catalog__link {
          color: #000; }
          .mobile-header .sidebar-catalog__link--red {
            color: #d0021b; }
    .mobile-header .footer__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 30px; }
      .mobile-header .footer__info a {
        margin-right: 45px; }
    .mobile-header .menu-footer {
      width: 100%; }
      .mobile-header .menu-footer__link {
        display: block; }
  .sidebar-catalog__li:hover .submenu {
    display: none; }
  .submenu {
    position: static;
    width: calc(100% + 32px);
    margin: 0 -16px;
    border: none;
    padding: 16px 10px;
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .submenu__li {
      border-radius: 6px;
      border: 2px solid #fbfbfb;
      margin-bottom: 8px; }
    .submenu.open {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .subscribe {
    background-size: cover; }
  .subscribe__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .subscribe__group {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }
  .subscribe__middle {
    margin: 0 80px 0 30px; }
  .news-item {
    width: calc(50% - 14px); }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu-footer {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__copir {
    margin-bottom: 10px; }
  .logo-footer__title {
    font-size: 32px; }
  .catalogs--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalogs--mobile .catalogs-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      width: calc(50% - 20px);
      margin-bottom: 0;
      margin-right: 20px; }
      .catalogs--mobile .catalogs-item__img {
        margin-right: 15px;
        margin-bottom: 0; }
      .catalogs--mobile .catalogs-item__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 10px; }
      .catalogs--mobile .catalogs-item__btn {
        margin-top: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px; }
  .related__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .related-item {
    min-width: 200px;
    width: calc(33.33% - 20px); }
    .related-item__img img {
      max-width: 100%; }
  .service-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .service-option__left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  .service-option__btn {
    text-align: center; }
  .cols__left {
    display: none; }
  .filter-mob-link {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    .filter-mob-link span {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 24px;
      height: 24px;
      -webkit-box-shadow: 0 2px 4px rgba(184, 233, 134, 0.31);
              box-shadow: 0 2px 4px rgba(184, 233, 134, 0.31);
      border: 2px solid #ffffff;
      background-color: #b8e986;
      margin-top: -12px;
      border-radius: 50%;
      text-align: center;
      line-height: 22px;
      color: #0a914b;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase; }
  .sort-see__content .jq-selectbox {
    min-width: 60px; }
  .filters {
    margin-top: 0;
    margin-bottom: 20px;
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: 200;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px 100px;
            box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px 100px;
    overflow: auto;
    border-radius: 10px;
    display: none; }
    .filters .your-choice {
      padding: 15px;
      margin-bottom: 0; }
    .filters .filter-item {
      margin-bottom: 30px; }
  .filter-item__submit,
  .filters__close {
    display: block; }
  .filter-item__submit {
    text-align: center; }
  .filters__close {
    position: fixed;
    top: 45px;
    right: 60px;
    width: 14px;
    height: 14px;
  }
    .filters__close .icon {
      width: 100%;
      height: 100%;
      fill: #7c7f85; }
  .mobile {
    display: block; }
  .header__contacts-link {
    text-align: center;
    margin-bottom: 20px;
    display: block; } }

/* Phone */
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px; }
  .slider {
    width: auto;
    margin: -22px -15px 35px; }
  .slider-item {
    border-radius: 0;
    padding: 30px 0 50px; 
	min-height: 400px;
	}
  .slider-item__info {
    margin: 0 auto;
    text-align: center;
    padding-left: 0; }
  .slider-item__text {
    margin-bottom: 150px; }
  .slider-item__img {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px; }
  .owl-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .goods-item {
    width: calc(50% - 14px); }
  .decor {
    display: none; }
  .subscribe {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: url(../img/subscribe-mobile.jpg) left top no-repeat;
    background-size: cover; }
  .subscribe__middle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 36px;
    margin: 0 30px 0 0; }
  .subscribe__left {
    width: calc(100% - 70px);
    margin-bottom: 20px; }
  .subscribe__title {
    font-size: 18px; }
  .subscribe__text {
    margin-top: 5px; }
  .subscribe__right {
    margin: 0 auto; }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__left {
    width: 100%;
    margin-right: 0; }
  .menu-footer,
  .contacts-footer,
  .footer__info {
    display: none; }
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__copir {
    margin-right: 0; }
  .develop-footer {
    margin-left: 0;
    margin-top: 20px; }
    .develop-footer__text {
      margin-right: 10px; }
    .develop-footer__link img {
      width: 70px; }
  .header__service--footer {
    display: block;
    background: url(../img/service-header-mobile.svg) left center no-repeat;
    color: #0a914b; }
  .footer__contacts-link {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center; }
  .footer {
    padding-top: 20px; }
  .logo-footer {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .logo-footer__top {
    margin-bottom: 0; }
  .logo-footer__text {
    width: 150px;
    margin-left: 20px; }
  .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card__photos {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  .card__info {
    width: 100%; }
  .related__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto; }
  .breadcrumbs__li {
    margin-bottom: 5px; }
  .h2 {
    font-size: 22px; }
  .card .owl-thumb-item {
    width: calc(25% - 10px);
    min-width: 50px; }
  .catalog-item__img {
    width: 55px;
    height: 55px; }
  .seo h1 {
    font-size: 24px;
    line-height: 140%; }
  .dilers-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .dilers-city {
    margin-bottom: 20px; }
  .gallery__bottom,
  .socials-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gallery__date {
    margin-bottom: 10px; }
  .socials-gallery__title {
    margin-bottom: 10px;
    margin-right: 0; }
  .news--inner .news-item {
    width: calc(50% - 14px); }
  .news--inner .news-item--big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news--inner .news-item--big .news-item__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }
  .news--inner .news-item--big .news-item__text {
    max-height: 110px;
    overflow: hidden; }
  .mobile-header .menu-footer {
    display: block; }
  .service-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .service-result__left {
    width: 100%; }
  .service-tabs__title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto; }
  .service-tabs__link {
    white-space: nowrap; }
  .service-result__right {
    width: 100%;
    margin-left: 0; }
  .sort-see {
    display: none; } }

@media (max-width: 479px) {
  .container {
    position: relative; }
  .mobile-header .header__service {
    font-size: 11px; }
  .mobile-header .phone-header {
    padding-left: 0;
    background: none; }
  .mobile-header .phone-header__time {
    font-size: 9px; }
  .mobile-header .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-header .submenu__li {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
  .logo-footer__title {
    font-size: 24px; }
  .logo-footer img {
    width: 30px;
    height: 27px;
    margin-right: 10px; }
  .logo-footer__text {
    margin-left: 5px; }
  .header__service--footer {
    font-size: 11px; }
  .news__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll; }
  .news-item {
    width: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .subscribe__text {
    font-size: 12px;
    line-height: 15px; }
  .catalogs--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalogs--mobile .catalogs-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .catalogs--mobile .catalogs-item:last-child {
        margin-bottom: 0; }
      .catalogs--mobile .catalogs-item__img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 76px; }
  .catalog-item {
    width: 100%; }
  .catalog-item__img {
    width: 96px;
    height: 96px; }
  .dilers-city {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    .dilers-city__title {
      margin-bottom: 5px; }
    .dilers-city__content,
    .dilers-city .jq-selectbox {
      width: 100%; }
  .socials-gallery__link {
    font-size: 0;
    margin: 0 10px; }
    .socials-gallery__link .icon {
      margin-right: 0; }
  .gallery__content {
    margin: 0 0 25px; }
  .gallery__link {
    width: 100%;
    margin: 0; }
  .gallery__content .owl-prev,
  .gallery__content .owl-next {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 64px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #fff url(../img/arrow.svg) 65% center no-repeat;
    background-size: 13px 13px;
    font-size: 0; }
    .gallery__content .owl-prev:hover,
    .gallery__content .owl-next:hover {
      background-color: #b8e986; }
  .gallery__content .owl-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .gallery__content .owl-next {
    left: auto;
    right: 5px; }
  .news--inner .news-item {
    width: 100%; }
    .news--inner .news-item .news-item__img img {
      margin: 0 auto; }
  .news--inner .news__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    width: 100%; }
  .goods__wrapper--three .goods-item {
    width: calc(50% - 14px); }
  .item-option__title {
    width: 150px;
    margin-right: 20px; }
  .service-option {
    margin-left: -15px;
    margin-right: -15px; }
  .sort-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
  .sort__link {
    margin-bottom: 15px; }
  .logo-header__title {
    font-size: 17px; }
  .logo-header img {
    width: 20px;
    height: 20px; }
  .logo-header {
    padding-left: 30px; } }
.nameSubscribe {
  width: 1px;
  height: 1px;
  border: none;
  box-shadow: none;
  position: absolute;
  left: -9999px;
  background-color: transparent;
}
.order-first {
  -ms-flex-order: 1;
  order: 1;
}
.order-last {
  -ms-flex-order: 2;
  order: 2;
}
.firstViewContent{
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.secondViewContent{
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
}
.related-item__img img {
  max-width: 100%;
}
.dilers-item .text {
  color: #0a914b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.disabled .jq-checkbox,.disabled  .jq-radio {
  background-color: #00000026;
}
.text-right {
  text-align: right;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 5%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.text__input {
border-radius: 6px;
    border: 1px solid #d3dce6;
    background-color: #fff;
    color: #000000;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 16px;
    padding-top: 3px;
    outline: none;
    width: 100%;
    height: 40px;
	margin: 10px 0;
}	
.textarea__input {
border-radius: 6px;
    border: 1px solid #d3dce6;
    background-color: #fff;
    color: #000000;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 16px;
    padding-top: 3px;
    outline: none;
    width: 100%;
    height: 30%;
	resize: none;
	margin: 10px 0;
}	
.order__group
{
	width: 100%;
}
.has-error {
	background-color: #ffdfdf;
    border-color: #ff9c9c;
}

.text-black
{
	color: #000;
}

