@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Fixel Display';
  src: url("../fonts/FixelDisplay-Black.eot");
  src: url("../fonts/FixelDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Black.woff2") format("woff2"), url("../fonts/FixelDisplay-Black.woff") format("woff"), url("../fonts/FixelDisplay-Black.ttf") format("truetype"), url("../fonts/FixelDisplay-Black.svg#FixelDisplay-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display';
  src: url("../fonts/FixelDisplay-Medium.eot");
  src: url("../fonts/FixelDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Medium.woff2") format("woff2"), url("../fonts/FixelDisplay-Medium.woff") format("woff"), url("../fonts/FixelDisplay-Medium.ttf") format("truetype"), url("../fonts/FixelDisplay-Medium.svg#FixelDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display';
  src: url("../fonts/FixelDisplay-Light.eot");
  src: url("../fonts/FixelDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Light.woff2") format("woff2"), url("../fonts/FixelDisplay-Light.woff") format("woff"), url("../fonts/FixelDisplay-Light.ttf") format("truetype"), url("../fonts/FixelDisplay-Light.svg#FixelDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display';
  src: url("../fonts/FixelDisplay-Bold.eot");
  src: url("../fonts/FixelDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Bold.woff2") format("woff2"), url("../fonts/FixelDisplay-Bold.woff") format("woff"), url("../fonts/FixelDisplay-Bold.ttf") format("truetype"), url("../fonts/FixelDisplay-Bold.svg#FixelDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display Extra';
  src: url("../fonts/FixelDisplay-ExtraBold.eot");
  src: url("../fonts/FixelDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/FixelDisplay-ExtraBold.woff") format("woff"), url("../fonts/FixelDisplay-ExtraBold.ttf") format("truetype"), url("../fonts/FixelDisplay-ExtraBold.svg#FixelDisplay-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display Extra';
  src: url("../fonts/FixelDisplay-ExtraLight.eot");
  src: url("../fonts/FixelDisplay-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-ExtraLight.woff2") format("woff2"), url("../fonts/FixelDisplay-ExtraLight.woff") format("woff"), url("../fonts/FixelDisplay-ExtraLight.ttf") format("truetype"), url("../fonts/FixelDisplay-ExtraLight.svg#FixelDisplay-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display';
  src: url("../fonts/FixelDisplay-Thin.eot");
  src: url("../fonts/FixelDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Thin.woff2") format("woff2"), url("../fonts/FixelDisplay-Thin.woff") format("woff"), url("../fonts/FixelDisplay-Thin.ttf") format("truetype"), url("../fonts/FixelDisplay-Thin.svg#FixelDisplay-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display';
  src: url("../fonts/FixelDisplay-Regular.eot");
  src: url("../fonts/FixelDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Regular.woff2") format("woff2"), url("../fonts/FixelDisplay-Regular.woff") format("woff"), url("../fonts/FixelDisplay-Regular.ttf") format("truetype"), url("../fonts/FixelDisplay-Regular.svg#FixelDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Display Semi';
  src: url("../fonts/FixelDisplay-SemiBold.eot");
  src: url("../fonts/FixelDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-SemiBold.woff2") format("woff2"), url("../fonts/FixelDisplay-SemiBold.woff") format("woff"), url("../fonts/FixelDisplay-SemiBold.ttf") format("truetype"), url("../fonts/FixelDisplay-SemiBold.svg#FixelDisplay-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text';
  src: url("../fonts/FixelText-Light.eot");
  src: url("../fonts/FixelText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-Light.woff2") format("woff2"), url("../fonts/FixelText-Light.woff") format("woff"), url("../fonts/FixelText-Light.ttf") format("truetype"), url("../fonts/FixelText-Light.svg#FixelText-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text';
  src: url("../fonts/FixelText-Black.eot");
  src: url("../fonts/FixelText-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-Black.woff2") format("woff2"), url("../fonts/FixelText-Black.woff") format("woff"), url("../fonts/FixelText-Black.ttf") format("truetype"), url("../fonts/FixelText-Black.svg#FixelText-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text Extra';
  src: url("../fonts/FixelText-ExtraLight.eot");
  src: url("../fonts/FixelText-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-ExtraLight.woff2") format("woff2"), url("../fonts/FixelText-ExtraLight.woff") format("woff"), url("../fonts/FixelText-ExtraLight.ttf") format("truetype"), url("../fonts/FixelText-ExtraLight.svg#FixelText-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text';
  src: url("../fonts/FixelText-Regular.eot");
  src: url("../fonts/FixelText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-Regular.woff2") format("woff2"), url("../fonts/FixelText-Regular.woff") format("woff"), url("../fonts/FixelText-Regular.ttf") format("truetype"), url("../fonts/FixelText-Regular.svg#FixelText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text Extra';
  src: url("../fonts/FixelText-ExtraBold.eot");
  src: url("../fonts/FixelText-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-ExtraBold.woff2") format("woff2"), url("../fonts/FixelText-ExtraBold.woff") format("woff"), url("../fonts/FixelText-ExtraBold.ttf") format("truetype"), url("../fonts/FixelText-ExtraBold.svg#FixelText-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text';
  src: url("../fonts/FixelText-Thin.eot");
  src: url("../fonts/FixelText-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-Thin.woff2") format("woff2"), url("../fonts/FixelText-Thin.woff") format("woff"), url("../fonts/FixelText-Thin.ttf") format("truetype"), url("../fonts/FixelText-Thin.svg#FixelText-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text';
  src: url("../fonts/FixelText-Bold.eot");
  src: url("../fonts/FixelText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-Bold.woff2") format("woff2"), url("../fonts/FixelText-Bold.woff") format("woff"), url("../fonts/FixelText-Bold.ttf") format("truetype"), url("../fonts/FixelText-Bold.svg#FixelText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text';
  src: url("../fonts/FixelText-Medium.eot");
  src: url("../fonts/FixelText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-Medium.woff2") format("woff2"), url("../fonts/FixelText-Medium.woff") format("woff"), url("../fonts/FixelText-Medium.ttf") format("truetype"), url("../fonts/FixelText-Medium.svg#FixelText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fixel Text Semi';
  src: url("../fonts/FixelText-SemiBold.eot");
  src: url("../fonts/FixelText-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelText-SemiBold.woff2") format("woff2"), url("../fonts/FixelText-SemiBold.woff") format("woff"), url("../fonts/FixelText-SemiBold.ttf") format("truetype"), url("../fonts/FixelText-SemiBold.svg#FixelText-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Fixel Text", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #40b0ef; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em; }
  footer form {
    font-size: 1em; }
  form fieldset {
    width: 100%; }
  form .error {
    padding: 5px;
    border-radius: 0;
    border: 0;
    margin: 1px 0;
    border-radius: 3px;
    color: red;
    border: 1px solid red; }
  form small {
    text-align: left; }
  form .row {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    form .row.between {
      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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 10px 0; }
      @media (max-width: 479px) {
        form .row.between {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (max-width: 479px) {
        form .row.between.oneclick {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    form .row .block.numb {
      margin-top: -10px; }
    form .row.col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  form input[type='text'],
  form input[type='tel'],
  form input[type='email'],
  form input[type='search'],
  form input[type='password'],
  form input[type='number'],
  form textarea,
  form select {
    width: 100%;
    padding: 11px;
    border: 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
    -webkit-transition: .35s all;
            transition: .35s all; }
    form input[type='text']:hover,
    form input[type='tel']:hover,
    form input[type='email']:hover,
    form input[type='search']:hover,
    form input[type='password']:hover,
    form input[type='number']:hover,
    form textarea:hover,
    form select:hover {
      border-color: #00bc12; }
    form input[type='text']:focus,
    form input[type='tel']:focus,
    form input[type='email']:focus,
    form input[type='search']:focus,
    form input[type='password']:focus,
    form input[type='number']:focus,
    form textarea:focus,
    form select:focus {
      outline: none;
      border-color: #40b0ef;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    form input[type='text']:not(:placeholder-shown),
    form input[type='tel']:not(:placeholder-shown),
    form input[type='email']:not(:placeholder-shown),
    form input[type='search']:not(:placeholder-shown),
    form input[type='password']:not(:placeholder-shown),
    form input[type='number']:not(:placeholder-shown),
    form textarea:not(:placeholder-shown),
    form select:not(:placeholder-shown) {
      border-color: #40b0ef; }
      .quantity form input[type='text']:not(:placeholder-shown), .quantity
      form input[type='tel']:not(:placeholder-shown), .quantity
      form input[type='email']:not(:placeholder-shown), .quantity
      form input[type='search']:not(:placeholder-shown), .quantity
      form input[type='password']:not(:placeholder-shown), .quantity
      form input[type='number']:not(:placeholder-shown), .quantity
      form textarea:not(:placeholder-shown), .quantity
      form select:not(:placeholder-shown) {
        border-color: rgba(0, 0, 0, 0.1); }
  form button,
  form input[type='button'],
  form input[type='reset'],
  form input[type='file'],
  form input[type='submit'] {
    background: #40b0ef;
    color: #fff;
    padding: 15px 25px;
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    -webkit-transition: .35s all;
            transition: .35s all; }
    form button i,
    form input[type='button'] i,
    form input[type='reset'] i,
    form input[type='file'] i,
    form input[type='submit'] i {
      font-size: 4em; }
    form button.row,
    form input[type='button'].row,
    form input[type='reset'].row,
    form input[type='file'].row,
    form input[type='submit'].row {
      white-space: nowrap;
      background: rgba(0, 0, 0, 0.7);
      min-height: 45px; }
      @media (max-width: 479px) {
        form button.row,
        form input[type='button'].row,
        form input[type='reset'].row,
        form input[type='file'].row,
        form input[type='submit'].row {
          min-height: initial; } }
    form button:hover,
    form input[type='button']:hover,
    form input[type='reset']:hover,
    form input[type='file']:hover,
    form input[type='submit']:hover {
      color: #fff;
      background: #00bc12; }
  form input[type='file'] {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #000;
    font-weight: normal; }
    form input[type='file']:hover {
      background: #00bc12;
      cursor: pointer; }
    form input[type='file']:focus {
      background: #40b0ef; }
  .products form {
    font-size: 1em; }
    @media (max-width: 767px) {
      .products form button,
      .products form input[type='button'],
      .products form input[type='reset'],
      .products form input[type='file'],
      .products form input[type='submit'] {
        font-size: 0.8em; } }
    .products form button i,
    .products form input[type='button'] i,
    .products form input[type='reset'] i,
    .products form input[type='file'] i,
    .products form input[type='submit'] i {
      font-size: initial; }

input[type='hidden'] {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../fonts/./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 40px;
  width: 40px;
  background: #40b0ef;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #00bc12; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1.5;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "←";
    font-size: 30px; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "→";
    font-size: 30px; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 14px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px !important;
    margin: 0 2px;
    padding: 0 !important;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 14px;
      width: 14px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      margin: 0;
      -webkit-transition: .35s all;
              transition: .35s all; }
      @media (max-width: 479px) {
        .slick-dots li button {
          width: 8px;
          height: 8px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background: rgba(0, 0, 0, 0.7); }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: none; }
    .slick-dots li.slick-active button {
      background: #40b0ef; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?5twfsd");
  src: url("../fonts/icomoon.eot?5twfsd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5twfsd") format("truetype"), url("../fonts/icomoon.woff?5twfsd") format("woff"), url("../fonts/icomoon.svg?5twfsd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

.icon-plan:before {
  content: "\e905"; }

.icon-shield:before {
  content: "\e906"; }

.icon-wrench:before {
  content: "\e907"; }

.icon-filter:before {
  content: "\e904"; }

.icon-close:before {
  content: "\e901"; }

.icon-menu:before {
  content: "\e902"; }

.icon-phone:before {
  content: "\e903"; }

.icon-balance:before {
  content: "\e900"; }

.icon-check-mark:before {
  content: "\e921"; }

.icon-check-mark-2:before {
  content: "\e922"; }

.icon-circle-arrow-bottom:before {
  content: "\e923"; }

.icon-cup:before {
  content: "\e924"; }

.icon-factory:before {
  content: "\e925"; }

.icon-globe-alt:before {
  content: "\e926"; }

.icon-heart:before {
  content: "\e927"; }

.icon-loupe:before {
  content: "\e928"; }

.icon-play:before {
  content: "\e929"; }

.icon-redo-arrow:before {
  content: "\e92a"; }

.icon-search:before {
  content: "\e92b"; }

.icon-search-2:before {
  content: "\e92c"; }

.icon-search-3:before {
  content: "\e92d"; }

.icon-shopping:before {
  content: "\e92e"; }

.icon-shopping-cart:before {
  content: "\e92f"; }

.icon-star:before {
  content: "\e930"; }

.icon-tag-price:before {
  content: "\e931"; }

.icon-tiles-2:before {
  content: "\e961"; }

.icon-up-arrow-2:before {
  content: "\e968"; }

.icon-user:before {
  content: "\e969"; }

.icon-view:before {
  content: "\e97d"; }

.icon-view-2:before {
  content: "\e97e"; }

.icon-warranty-certificate:before {
  content: "\e97f"; }

.icon-waves-bold:before {
  content: "\e980"; }

.icon-waves-duotone:before {
  content: "\e981"; }

.icon-waves-fill:before {
  content: "\e982"; }

.icon-waves-thin:before {
  content: "\e983"; }

.popup-holder,
.popup-hover {
  position: relative; }
  .popup-holder .popup-holder-inner,
  .popup-holder .popup-hover-inner,
  .popup-hover .popup-holder-inner,
  .popup-hover .popup-hover-inner {
    position: relative; }
  .popup-holder .open,
  .popup-hover .open {
    display: inline-block; }
  .popup-holder .popup,
  .popup-hover .popup {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 10px;
    width: 240px;
    max-height: 100vh; }
    .popup-holder .popup .popup-content,
    .popup-hover .popup .popup-content {
      border-radius: 25px 0 25px 25px;
      background: #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      padding: 20px; }
    .popup-holder .popup .popup-inner,
    .popup-hover .popup .popup-inner {
      overflow-y: auto;
      height: 100%; }
    .popup-holder .popup .close,
    .popup-hover .popup .close {
      position: absolute;
      z-index: 10;
      top: 0;
      right: -50px;
      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;
      width: 50px;
      height: 50px;
      overflow: hidden;
      background: #ce0300;
      color: #fff; }
      .popup-holder .popup .close i,
      .popup-hover .popup .close i {
        font-size: 2em; }
      .popup-holder .popup .close:hover,
      .popup-hover .popup .close:hover {
        background: #e5e5e5;
        opacity: 1; }
        .popup-holder .popup .close:hover i,
        .popup-hover .popup .close:hover i {
          color: #ce0300; }
  .popup-holder.popup-active .popup-holder-inner:before,
  .popup-holder.popup-active .popup-hover-inner:before,
  .popup-hover.popup-active .popup-holder-inner:before,
  .popup-hover.popup-active .popup-hover-inner:before {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(0, 0, 0, 0.5); }
  .popup-holder.popup-active .popup,
  .popup-hover.popup-active .popup {
    display: block;
    overflow: hidden; }

.popup-holder-menu .popup-menu {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
  @media (max-width: 479px) {
    .popup-holder-menu .popup-menu {
      width: 85%; } }
  .popup-holder-menu .popup-menu .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-holder-menu .popup-menu .popup-inner > * {
      margin: 10px 0; }

.popup-holder-menu.popup-active-menu {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-menu.popup-active-menu .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-menu.popup-active-menu {
      padding-right: 0; } }
  .popup-holder-menu.popup-active-menu .popup-holder-inner-menu:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(0, 0, 0, 0.5); }
  .popup-holder-menu.popup-active-menu .popup-menu {
    z-index: 100; }

.open-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40b0ef;
  background: #e5e5e5;
  width: 50px;
  height: 50px;
  border: 3px solid #fff; }
  .open-menu i {
    font-size: 2.5em; }
    @media (max-width: 479px) {
      .open-menu i {
        font-size: 1.75em; } }
  .open-menu:hover {
    background: #00bc12;
    color: #fff; }

.popup-holder-contacts .popup-contacts {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
  @media (max-width: 479px) {
    .popup-holder-contacts .popup-contacts {
      width: 85%; } }
  .popup-holder-contacts .popup-contacts .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
    .popup-holder-contacts .popup-contacts .popup-inner > * {
      margin: 10px 0; }

.popup-holder-contacts.popup-active-contacts {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-contacts.popup-active-contacts .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-contacts.popup-active-contacts {
      padding-right: 0; } }
  .popup-holder-contacts.popup-active-contacts .popup-holder-inner-contacts:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(0, 0, 0, 0.5); }
  .popup-holder-contacts.popup-active-contacts .popup-contacts {
    z-index: 100; }

.open-contacts {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40b0ef;
  background: #e5e5e5;
  width: 50px;
  height: 50px;
  border: 3px solid #fff; }
  .open-contacts i {
    font-size: 2.5em; }
    @media (max-width: 479px) {
      .open-contacts i {
        font-size: 1.75em; } }
  .open-contacts:hover {
    background: #00bc12;
    color: #fff; }

.popup-holder-callback .popup-holder-inner-callback {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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;
  overflow-y: auto; }

.popup-holder-callback .popup-callback {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-callback .popup-callback {
      width: 85%; } }
  .popup-holder-callback .popup-callback .popup-in-callback {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-callback .popup-callback .close {
      right: 0; } }

.popup-holder-callback.popup-active-callback {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-callback.popup-active-callback .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-callback.popup-active-callback {
      padding-right: 0; } }
  .popup-holder-callback.popup-active-callback .popup-holder-inner-callback {
    z-index: 99; }
    .popup-holder-callback.popup-active-callback .popup-holder-inner-callback:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.5); }
  .popup-holder-callback.popup-active-callback .popup-callback {
    z-index: 100; }

.popup-holder-callback2 .popup-holder-inner-callback2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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;
  overflow-y: auto; }

.popup-holder-callback2 .popup-callback2 {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-callback2 .popup-callback2 {
      width: 85%; } }
  .popup-holder-callback2 .popup-callback2 .popup-in-callback2 {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-callback2 .popup-callback2 .close {
      right: 0; } }

.popup-holder-callback2.popup-active-callback2 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-callback2.popup-active-callback2 .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-callback2.popup-active-callback2 {
      padding-right: 0; } }
  .popup-holder-callback2.popup-active-callback2 .popup-holder-inner-callback2 {
    z-index: 99; }
    .popup-holder-callback2.popup-active-callback2 .popup-holder-inner-callback2:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.5); }
  .popup-holder-callback2.popup-active-callback2 .popup-callback2 {
    z-index: 100; }

.popup-holder-filter .popup-filter {
  position: fixed;
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 20px; }
  @media (min-width: 1024px) {
    .popup-holder-filter .popup-filter {
      position: absolute;
      top: initial;
      left: initial;
      width: 50%;
      max-height: 85vh;
      border-radius: 25px 0 25px 25px; } }
  @media (max-width: 1023px) {
    .popup-holder-filter .popup-filter {
      position: fixed;
      border-radius: 0; } }
  @media (max-width: 479px) {
    .popup-holder-filter .popup-filter {
      width: 85%; } }

.popup-holder-filter.popup-active-filter {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-filter.popup-active-filter .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-filter.popup-active-filter {
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .popup-holder-filter.popup-active-filter .popup-holder-inner-filter {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      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;
      overflow-y: hidden; } }
  .popup-holder-filter.popup-active-filter .popup-holder-inner-filter:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(0, 0, 0, 0.5); }
  .popup-holder-filter.popup-active-filter .popup-filter {
    z-index: 100; }

.open-filter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
  color: #40b0ef;
  border-radius: 25px;
  background: #40b0ef;
  color: #fff;
  padding: 10px; }
  .open-filter .img {
    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;
    width: 30px;
    height: 30px; }
  .open-filter i {
    font-size: 1em; }
  .open-filter span {
    font-size: 1.25em;
    font-weight: 700;
    padding: 0 10px; }
  .open-filter:hover {
    background: #00bc12;
    color: #fff; }

.popup-holder-log .popup-holder-inner-log {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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;
  overflow-y: auto; }

.popup-holder-log .popup-log {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-log .popup-log {
      width: 85%; } }
  .popup-holder-log .popup-log .popup-in-log {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-log .popup-log .close {
      right: 0; } }

.popup-holder-log.popup-active-log {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-log.popup-active-log .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-log.popup-active-log {
      padding-right: 0; } }
  .popup-holder-log.popup-active-log .popup-holder-inner-log {
    z-index: 99; }
    .popup-holder-log.popup-active-log .popup-holder-inner-log:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.5); }
  .popup-holder-log.popup-active-log .popup-log {
    z-index: 100; }

.popup-holder-thanks .popup-holder-inner-thanks {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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;
  overflow-y: auto; }

.popup-holder-thanks .popup-thanks {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-thanks .popup-thanks {
      width: 85%; } }
  .popup-holder-thanks .popup-thanks .popup-in-thanks {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-thanks .popup-thanks .close {
      right: 0; } }

.popup-holder-thanks.popup-active-thanks {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-thanks.popup-active-thanks .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-thanks.popup-active-thanks {
      padding-right: 0; } }
  .popup-holder-thanks.popup-active-thanks .popup-holder-inner-thanks {
    z-index: 99; }
    .popup-holder-thanks.popup-active-thanks .popup-holder-inner-thanks:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.5); }
  .popup-holder-thanks.popup-active-thanks .popup-thanks {
    z-index: 100; }

.popup-holder-when .popup-holder-inner-when {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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; }

.popup-holder-when .popup-when {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-when .popup-when {
      width: 85%; } }
  .popup-holder-when .popup-when .popup-in-when {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-when .popup-when .close {
      right: 0; } }
  .popup-holder-when .popup-when .basic {
    padding-right: 34px; }

.popup-holder-when.popup-active-when {
  position: relative;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-when.popup-active-when .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-when.popup-active-when {
      padding-right: 0; } }
  .popup-holder-when.popup-active-when .popup-holder-inner-when {
    z-index: 100; }
    .popup-holder-when.popup-active-when .popup-holder-inner-when:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.5); }
  .popup-holder-when.popup-active-when .popup-when {
    z-index: 100; }

.popup-holder-calculform .popup-holder-inner-calculform {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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;
  overflow-y: auto; }

.popup-holder-calculform .popup-calculform {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-calculform .popup-calculform {
      width: 85%; } }
  .popup-holder-calculform .popup-calculform .popup-in-calculform {
    background: #fff;
    padding: 20px;
    overflow: visible; }
  @media (max-width: 479px) {
    .popup-holder-calculform .popup-calculform .close {
      right: 0; } }

.popup-holder-calculform.popup-active-calculform {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-calculform.popup-active-calculform .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-calculform.popup-active-calculform {
      padding-right: 0; } }
  .popup-holder-calculform.popup-active-calculform .popup-holder-inner-calculform {
    z-index: 99; }
    .popup-holder-calculform.popup-active-calculform .popup-holder-inner-calculform:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.5); }
  .popup-holder-calculform.popup-active-calculform .popup-calculform {
    z-index: 100; }

.ui-slider {
  float: left;
  width: 94%;
  margin: 12px 3%;
  box-sizing: border-box; }

.ui-widget {
  font-size: 0.9em !important;
  box-sizing: border-box; }

.ui-slider-horizontal .ui-slider-range, .ui-slider-horizontal .ui-slider-handle {
  box-sizing: border-box; }

.ui-slider-horizontal .ui-slider-range:last-child {
  background: #00bc12; }

.ui-slider-horizontal {
  min-height: 5px; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .3em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #808080; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: rgba(0, 0, 0, 0.2);
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 2px solid #00bc12;
  background: #fff;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 2px solid #00bc12;
  background: #fff;
  font-weight: normal;
  color: #262626; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #262626;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 2px solid #00bc12;
  background: #00bc12;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none !important; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block !important; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.clearfixb:before, .for-form .buyinfo li .informat ul li:before, .reviews-link li:first-child:before {
  content: "";
  display: block;
  clear: both; }

.for-form .row .rating, .for-form .buyinfo li .informat, .filters .clear-filter {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.for-form .row div.price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.for-form .row, .for-form .buyinfo li a, .reviews-link-block .img-bg, .reviews-link li .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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; }

.for-form.order-form .row.summa-order {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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; }

.for-form .row-buyinfo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1024px) {
  .desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .mobile {
    display: none !important; } }

.none {
  display: none !important; }

body {
  font-weight: 300; }

#wrapper {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .container {
      padding: 0; } }
  .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 10px; }
    .container .row.center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .container .row.between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .container .row > .block {
      padding: 10px; }
      .container .row > .block.w100 {
        width: 100%; }
    @media (max-width: 1023px) {
      .container .row.row_invert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .container .block.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;
    text-align: center;
    width: 100%; }

header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5; }
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0; }
    header .container > .row {
      padding: 10px; }
  header .section_contacts .row {
    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;
    padding: 10px; }
  header .section_menu .row {
    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;
    padding: 0; }

footer {
  width: 100%; }
  footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

main {
  position: relative;
  width: 100%; }

html {
  height: 100%; }

body {
  height: 100%; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

ul,
ol {
  margin: 0;
  padding: 0;
  width: 100%; }
  ul li,
  ol li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0; }

@media (max-width: 1023px) {
  .content {
    font-size: 0.9em; } }

.content ul {
  margin-bottom: 1em; }
  .content ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px !important; }
    .content ul li:before {
      position: absolute;
      top: 10px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #cccccc;
      display: block;
      content: "";
      clear: both; }

.content img {
  margin-bottom: 10px; }

.text ul li {
  position: relative;
  padding-left: 16px !important; }
  .text ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #00bc12;
    display: block;
    content: "";
    clear: both; }

@media (max-width: 1023px) {
  .popular {
    font-size: 0.9em; } }

.popular li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px !important;
  padding-right: 30px;
  font-weight: bold;
  font-size: 1em; }
  .popular li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #00bc12;
    display: block;
    content: "";
    clear: both; }
    @media (max-width: 1023px) {
      .popular li:before {
        top: 8px; } }

ol {
  list-style: none;
  counter-reset: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em; }
  ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-increment: my-counter;
    padding: 5px 0; }
    ol li:before {
      position: relative;
      top: 2px;
      content: "0" counter(my-counter);
      font-weight: 700;
      margin-right: 10px;
      line-height: 1; }

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

.block > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.block > .fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.block.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; }

main > section > .container > .row > .block {
  width: 100%; }

.column1,
section > .container > .row > .column1,
main > section > .container > .row > .column1 {
  width: 1%; }
  @media (max-width: 1023px) {
    .column1,
    section > .container > .row > .column1,
    main > section > .container > .row > .column1 {
      width: 100%; } }

.column2,
section > .container > .row > .column2,
main > section > .container > .row > .column2 {
  width: 2%; }
  @media (max-width: 1023px) {
    .column2,
    section > .container > .row > .column2,
    main > section > .container > .row > .column2 {
      width: 100%; } }

.column3,
section > .container > .row > .column3,
main > section > .container > .row > .column3 {
  width: 3%; }
  @media (max-width: 1023px) {
    .column3,
    section > .container > .row > .column3,
    main > section > .container > .row > .column3 {
      width: 100%; } }

.column4,
section > .container > .row > .column4,
main > section > .container > .row > .column4 {
  width: 4%; }
  @media (max-width: 1023px) {
    .column4,
    section > .container > .row > .column4,
    main > section > .container > .row > .column4 {
      width: 100%; } }

.column5,
section > .container > .row > .column5,
main > section > .container > .row > .column5 {
  width: 5%; }
  @media (max-width: 1023px) {
    .column5,
    section > .container > .row > .column5,
    main > section > .container > .row > .column5 {
      width: 100%; } }

.column6,
section > .container > .row > .column6,
main > section > .container > .row > .column6 {
  width: 6%; }
  @media (max-width: 1023px) {
    .column6,
    section > .container > .row > .column6,
    main > section > .container > .row > .column6 {
      width: 100%; } }

.column7,
section > .container > .row > .column7,
main > section > .container > .row > .column7 {
  width: 7%; }
  @media (max-width: 1023px) {
    .column7,
    section > .container > .row > .column7,
    main > section > .container > .row > .column7 {
      width: 100%; } }

.column8,
section > .container > .row > .column8,
main > section > .container > .row > .column8 {
  width: 8%; }
  @media (max-width: 1023px) {
    .column8,
    section > .container > .row > .column8,
    main > section > .container > .row > .column8 {
      width: 100%; } }

.column9,
section > .container > .row > .column9,
main > section > .container > .row > .column9 {
  width: 9%; }
  @media (max-width: 1023px) {
    .column9,
    section > .container > .row > .column9,
    main > section > .container > .row > .column9 {
      width: 100%; } }

.column10,
section > .container > .row > .column10,
main > section > .container > .row > .column10 {
  width: 10%; }
  @media (max-width: 1023px) {
    .column10,
    section > .container > .row > .column10,
    main > section > .container > .row > .column10 {
      width: 100%; } }

.column11,
section > .container > .row > .column11,
main > section > .container > .row > .column11 {
  width: 11%; }
  @media (max-width: 1023px) {
    .column11,
    section > .container > .row > .column11,
    main > section > .container > .row > .column11 {
      width: 100%; } }

.column12,
section > .container > .row > .column12,
main > section > .container > .row > .column12 {
  width: 12%; }
  @media (max-width: 1023px) {
    .column12,
    section > .container > .row > .column12,
    main > section > .container > .row > .column12 {
      width: 100%; } }

.column13,
section > .container > .row > .column13,
main > section > .container > .row > .column13 {
  width: 13%; }
  @media (max-width: 1023px) {
    .column13,
    section > .container > .row > .column13,
    main > section > .container > .row > .column13 {
      width: 100%; } }

.column14,
section > .container > .row > .column14,
main > section > .container > .row > .column14 {
  width: 14%; }
  @media (max-width: 1023px) {
    .column14,
    section > .container > .row > .column14,
    main > section > .container > .row > .column14 {
      width: 100%; } }

.column15,
section > .container > .row > .column15,
main > section > .container > .row > .column15 {
  width: 15%; }
  @media (max-width: 1023px) {
    .column15,
    section > .container > .row > .column15,
    main > section > .container > .row > .column15 {
      width: 100%; } }

.column16,
section > .container > .row > .column16,
main > section > .container > .row > .column16 {
  width: 16%; }
  @media (max-width: 1023px) {
    .column16,
    section > .container > .row > .column16,
    main > section > .container > .row > .column16 {
      width: 100%; } }

.column17,
section > .container > .row > .column17,
main > section > .container > .row > .column17 {
  width: 17%; }
  @media (max-width: 1023px) {
    .column17,
    section > .container > .row > .column17,
    main > section > .container > .row > .column17 {
      width: 100%; } }

.column18,
section > .container > .row > .column18,
main > section > .container > .row > .column18 {
  width: 18%; }
  @media (max-width: 1023px) {
    .column18,
    section > .container > .row > .column18,
    main > section > .container > .row > .column18 {
      width: 100%; } }

.column19,
section > .container > .row > .column19,
main > section > .container > .row > .column19 {
  width: 19%; }
  @media (max-width: 1023px) {
    .column19,
    section > .container > .row > .column19,
    main > section > .container > .row > .column19 {
      width: 100%; } }

.column20,
section > .container > .row > .column20,
main > section > .container > .row > .column20 {
  width: 20%; }
  @media (max-width: 1023px) {
    .column20,
    section > .container > .row > .column20,
    main > section > .container > .row > .column20 {
      width: 100%; } }

.column21,
section > .container > .row > .column21,
main > section > .container > .row > .column21 {
  width: 21%; }
  @media (max-width: 1023px) {
    .column21,
    section > .container > .row > .column21,
    main > section > .container > .row > .column21 {
      width: 100%; } }

.column22,
section > .container > .row > .column22,
main > section > .container > .row > .column22 {
  width: 22%; }
  @media (max-width: 1023px) {
    .column22,
    section > .container > .row > .column22,
    main > section > .container > .row > .column22 {
      width: 100%; } }

.column23,
section > .container > .row > .column23,
main > section > .container > .row > .column23 {
  width: 23%; }
  @media (max-width: 1023px) {
    .column23,
    section > .container > .row > .column23,
    main > section > .container > .row > .column23 {
      width: 100%; } }

.column24,
section > .container > .row > .column24,
main > section > .container > .row > .column24 {
  width: 24%; }
  @media (max-width: 1023px) {
    .column24,
    section > .container > .row > .column24,
    main > section > .container > .row > .column24 {
      width: 100%; } }

.column25,
section > .container > .row > .column25,
main > section > .container > .row > .column25 {
  width: 25%; }
  @media (max-width: 1023px) {
    .column25,
    section > .container > .row > .column25,
    main > section > .container > .row > .column25 {
      width: 100%; } }

.column26,
section > .container > .row > .column26,
main > section > .container > .row > .column26 {
  width: 26%; }
  @media (max-width: 1023px) {
    .column26,
    section > .container > .row > .column26,
    main > section > .container > .row > .column26 {
      width: 100%; } }

.column27,
section > .container > .row > .column27,
main > section > .container > .row > .column27 {
  width: 27%; }
  @media (max-width: 1023px) {
    .column27,
    section > .container > .row > .column27,
    main > section > .container > .row > .column27 {
      width: 100%; } }

.column28,
section > .container > .row > .column28,
main > section > .container > .row > .column28 {
  width: 28%; }
  @media (max-width: 1023px) {
    .column28,
    section > .container > .row > .column28,
    main > section > .container > .row > .column28 {
      width: 100%; } }

.column29,
section > .container > .row > .column29,
main > section > .container > .row > .column29 {
  width: 29%; }
  @media (max-width: 1023px) {
    .column29,
    section > .container > .row > .column29,
    main > section > .container > .row > .column29 {
      width: 100%; } }

.column30,
section > .container > .row > .column30,
main > section > .container > .row > .column30 {
  width: 30%; }
  @media (max-width: 1023px) {
    .column30,
    section > .container > .row > .column30,
    main > section > .container > .row > .column30 {
      width: 100%; } }

.column31,
section > .container > .row > .column31,
main > section > .container > .row > .column31 {
  width: 31%; }
  @media (max-width: 1023px) {
    .column31,
    section > .container > .row > .column31,
    main > section > .container > .row > .column31 {
      width: 100%; } }

.column32,
section > .container > .row > .column32,
main > section > .container > .row > .column32 {
  width: 32%; }
  @media (max-width: 1023px) {
    .column32,
    section > .container > .row > .column32,
    main > section > .container > .row > .column32 {
      width: 100%; } }

.column33,
section > .container > .row > .column33,
main > section > .container > .row > .column33 {
  width: 33%; }
  @media (max-width: 1023px) {
    .column33,
    section > .container > .row > .column33,
    main > section > .container > .row > .column33 {
      width: 100%; } }

.column34,
section > .container > .row > .column34,
main > section > .container > .row > .column34 {
  width: 34%; }
  @media (max-width: 1023px) {
    .column34,
    section > .container > .row > .column34,
    main > section > .container > .row > .column34 {
      width: 100%; } }

.column35,
section > .container > .row > .column35,
main > section > .container > .row > .column35 {
  width: 35%; }
  @media (max-width: 1023px) {
    .column35,
    section > .container > .row > .column35,
    main > section > .container > .row > .column35 {
      width: 100%; } }

.column36,
section > .container > .row > .column36,
main > section > .container > .row > .column36 {
  width: 36%; }
  @media (max-width: 1023px) {
    .column36,
    section > .container > .row > .column36,
    main > section > .container > .row > .column36 {
      width: 100%; } }

.column37,
section > .container > .row > .column37,
main > section > .container > .row > .column37 {
  width: 37%; }
  @media (max-width: 1023px) {
    .column37,
    section > .container > .row > .column37,
    main > section > .container > .row > .column37 {
      width: 100%; } }

.column38,
section > .container > .row > .column38,
main > section > .container > .row > .column38 {
  width: 38%; }
  @media (max-width: 1023px) {
    .column38,
    section > .container > .row > .column38,
    main > section > .container > .row > .column38 {
      width: 100%; } }

.column39,
section > .container > .row > .column39,
main > section > .container > .row > .column39 {
  width: 39%; }
  @media (max-width: 1023px) {
    .column39,
    section > .container > .row > .column39,
    main > section > .container > .row > .column39 {
      width: 100%; } }

.column40,
section > .container > .row > .column40,
main > section > .container > .row > .column40 {
  width: 40%; }
  @media (max-width: 1023px) {
    .column40,
    section > .container > .row > .column40,
    main > section > .container > .row > .column40 {
      width: 100%; } }

.column41,
section > .container > .row > .column41,
main > section > .container > .row > .column41 {
  width: 41%; }
  @media (max-width: 1023px) {
    .column41,
    section > .container > .row > .column41,
    main > section > .container > .row > .column41 {
      width: 100%; } }

.column42,
section > .container > .row > .column42,
main > section > .container > .row > .column42 {
  width: 42%; }
  @media (max-width: 1023px) {
    .column42,
    section > .container > .row > .column42,
    main > section > .container > .row > .column42 {
      width: 100%; } }

.column43,
section > .container > .row > .column43,
main > section > .container > .row > .column43 {
  width: 43%; }
  @media (max-width: 1023px) {
    .column43,
    section > .container > .row > .column43,
    main > section > .container > .row > .column43 {
      width: 100%; } }

.column44,
section > .container > .row > .column44,
main > section > .container > .row > .column44 {
  width: 44%; }
  @media (max-width: 1023px) {
    .column44,
    section > .container > .row > .column44,
    main > section > .container > .row > .column44 {
      width: 100%; } }

.column45,
section > .container > .row > .column45,
main > section > .container > .row > .column45 {
  width: 45%; }
  @media (max-width: 1023px) {
    .column45,
    section > .container > .row > .column45,
    main > section > .container > .row > .column45 {
      width: 100%; } }

.column46,
section > .container > .row > .column46,
main > section > .container > .row > .column46 {
  width: 46%; }
  @media (max-width: 1023px) {
    .column46,
    section > .container > .row > .column46,
    main > section > .container > .row > .column46 {
      width: 100%; } }

.column47,
section > .container > .row > .column47,
main > section > .container > .row > .column47 {
  width: 47%; }
  @media (max-width: 1023px) {
    .column47,
    section > .container > .row > .column47,
    main > section > .container > .row > .column47 {
      width: 100%; } }

.column48,
section > .container > .row > .column48,
main > section > .container > .row > .column48 {
  width: 48%; }
  @media (max-width: 1023px) {
    .column48,
    section > .container > .row > .column48,
    main > section > .container > .row > .column48 {
      width: 100%; } }

.column49,
section > .container > .row > .column49,
main > section > .container > .row > .column49 {
  width: 49%; }
  @media (max-width: 1023px) {
    .column49,
    section > .container > .row > .column49,
    main > section > .container > .row > .column49 {
      width: 100%; } }

.column50,
section > .container > .row > .column50,
main > section > .container > .row > .column50 {
  width: 50%; }
  @media (max-width: 1023px) {
    .column50,
    section > .container > .row > .column50,
    main > section > .container > .row > .column50 {
      width: 100%; } }

.column51,
section > .container > .row > .column51,
main > section > .container > .row > .column51 {
  width: 51%; }
  @media (max-width: 1023px) {
    .column51,
    section > .container > .row > .column51,
    main > section > .container > .row > .column51 {
      width: 100%; } }

.column52,
section > .container > .row > .column52,
main > section > .container > .row > .column52 {
  width: 52%; }
  @media (max-width: 1023px) {
    .column52,
    section > .container > .row > .column52,
    main > section > .container > .row > .column52 {
      width: 100%; } }

.column53,
section > .container > .row > .column53,
main > section > .container > .row > .column53 {
  width: 53%; }
  @media (max-width: 1023px) {
    .column53,
    section > .container > .row > .column53,
    main > section > .container > .row > .column53 {
      width: 100%; } }

.column54,
section > .container > .row > .column54,
main > section > .container > .row > .column54 {
  width: 54%; }
  @media (max-width: 1023px) {
    .column54,
    section > .container > .row > .column54,
    main > section > .container > .row > .column54 {
      width: 100%; } }

.column55,
section > .container > .row > .column55,
main > section > .container > .row > .column55 {
  width: 55%; }
  @media (max-width: 1023px) {
    .column55,
    section > .container > .row > .column55,
    main > section > .container > .row > .column55 {
      width: 100%; } }

.column56,
section > .container > .row > .column56,
main > section > .container > .row > .column56 {
  width: 56%; }
  @media (max-width: 1023px) {
    .column56,
    section > .container > .row > .column56,
    main > section > .container > .row > .column56 {
      width: 100%; } }

.column57,
section > .container > .row > .column57,
main > section > .container > .row > .column57 {
  width: 57%; }
  @media (max-width: 1023px) {
    .column57,
    section > .container > .row > .column57,
    main > section > .container > .row > .column57 {
      width: 100%; } }

.column58,
section > .container > .row > .column58,
main > section > .container > .row > .column58 {
  width: 58%; }
  @media (max-width: 1023px) {
    .column58,
    section > .container > .row > .column58,
    main > section > .container > .row > .column58 {
      width: 100%; } }

.column59,
section > .container > .row > .column59,
main > section > .container > .row > .column59 {
  width: 59%; }
  @media (max-width: 1023px) {
    .column59,
    section > .container > .row > .column59,
    main > section > .container > .row > .column59 {
      width: 100%; } }

.column60,
section > .container > .row > .column60,
main > section > .container > .row > .column60 {
  width: 60%; }
  @media (max-width: 1023px) {
    .column60,
    section > .container > .row > .column60,
    main > section > .container > .row > .column60 {
      width: 100%; } }

.column61,
section > .container > .row > .column61,
main > section > .container > .row > .column61 {
  width: 61%; }
  @media (max-width: 1023px) {
    .column61,
    section > .container > .row > .column61,
    main > section > .container > .row > .column61 {
      width: 100%; } }

.column62,
section > .container > .row > .column62,
main > section > .container > .row > .column62 {
  width: 62%; }
  @media (max-width: 1023px) {
    .column62,
    section > .container > .row > .column62,
    main > section > .container > .row > .column62 {
      width: 100%; } }

.column63,
section > .container > .row > .column63,
main > section > .container > .row > .column63 {
  width: 63%; }
  @media (max-width: 1023px) {
    .column63,
    section > .container > .row > .column63,
    main > section > .container > .row > .column63 {
      width: 100%; } }

.column64,
section > .container > .row > .column64,
main > section > .container > .row > .column64 {
  width: 64%; }
  @media (max-width: 1023px) {
    .column64,
    section > .container > .row > .column64,
    main > section > .container > .row > .column64 {
      width: 100%; } }

.column65,
section > .container > .row > .column65,
main > section > .container > .row > .column65 {
  width: 65%; }
  @media (max-width: 1023px) {
    .column65,
    section > .container > .row > .column65,
    main > section > .container > .row > .column65 {
      width: 100%; } }

.column66,
section > .container > .row > .column66,
main > section > .container > .row > .column66 {
  width: 66%; }
  @media (max-width: 1023px) {
    .column66,
    section > .container > .row > .column66,
    main > section > .container > .row > .column66 {
      width: 100%; } }

.column67,
section > .container > .row > .column67,
main > section > .container > .row > .column67 {
  width: 67%; }
  @media (max-width: 1023px) {
    .column67,
    section > .container > .row > .column67,
    main > section > .container > .row > .column67 {
      width: 100%; } }

.column68,
section > .container > .row > .column68,
main > section > .container > .row > .column68 {
  width: 68%; }
  @media (max-width: 1023px) {
    .column68,
    section > .container > .row > .column68,
    main > section > .container > .row > .column68 {
      width: 100%; } }

.column69,
section > .container > .row > .column69,
main > section > .container > .row > .column69 {
  width: 69%; }
  @media (max-width: 1023px) {
    .column69,
    section > .container > .row > .column69,
    main > section > .container > .row > .column69 {
      width: 100%; } }

.column70,
section > .container > .row > .column70,
main > section > .container > .row > .column70 {
  width: 70%; }
  @media (max-width: 1023px) {
    .column70,
    section > .container > .row > .column70,
    main > section > .container > .row > .column70 {
      width: 100%; } }

.column71,
section > .container > .row > .column71,
main > section > .container > .row > .column71 {
  width: 71%; }
  @media (max-width: 1023px) {
    .column71,
    section > .container > .row > .column71,
    main > section > .container > .row > .column71 {
      width: 100%; } }

.column72,
section > .container > .row > .column72,
main > section > .container > .row > .column72 {
  width: 72%; }
  @media (max-width: 1023px) {
    .column72,
    section > .container > .row > .column72,
    main > section > .container > .row > .column72 {
      width: 100%; } }

.column73,
section > .container > .row > .column73,
main > section > .container > .row > .column73 {
  width: 73%; }
  @media (max-width: 1023px) {
    .column73,
    section > .container > .row > .column73,
    main > section > .container > .row > .column73 {
      width: 100%; } }

.column74,
section > .container > .row > .column74,
main > section > .container > .row > .column74 {
  width: 74%; }
  @media (max-width: 1023px) {
    .column74,
    section > .container > .row > .column74,
    main > section > .container > .row > .column74 {
      width: 100%; } }

.column75,
section > .container > .row > .column75,
main > section > .container > .row > .column75 {
  width: 75%; }
  @media (max-width: 1023px) {
    .column75,
    section > .container > .row > .column75,
    main > section > .container > .row > .column75 {
      width: 100%; } }

.column76,
section > .container > .row > .column76,
main > section > .container > .row > .column76 {
  width: 76%; }
  @media (max-width: 1023px) {
    .column76,
    section > .container > .row > .column76,
    main > section > .container > .row > .column76 {
      width: 100%; } }

.column77,
section > .container > .row > .column77,
main > section > .container > .row > .column77 {
  width: 77%; }
  @media (max-width: 1023px) {
    .column77,
    section > .container > .row > .column77,
    main > section > .container > .row > .column77 {
      width: 100%; } }

.column78,
section > .container > .row > .column78,
main > section > .container > .row > .column78 {
  width: 78%; }
  @media (max-width: 1023px) {
    .column78,
    section > .container > .row > .column78,
    main > section > .container > .row > .column78 {
      width: 100%; } }

.column79,
section > .container > .row > .column79,
main > section > .container > .row > .column79 {
  width: 79%; }
  @media (max-width: 1023px) {
    .column79,
    section > .container > .row > .column79,
    main > section > .container > .row > .column79 {
      width: 100%; } }

.column80,
section > .container > .row > .column80,
main > section > .container > .row > .column80 {
  width: 80%; }
  @media (max-width: 1023px) {
    .column80,
    section > .container > .row > .column80,
    main > section > .container > .row > .column80 {
      width: 100%; } }

.column81,
section > .container > .row > .column81,
main > section > .container > .row > .column81 {
  width: 81%; }
  @media (max-width: 1023px) {
    .column81,
    section > .container > .row > .column81,
    main > section > .container > .row > .column81 {
      width: 100%; } }

.column82,
section > .container > .row > .column82,
main > section > .container > .row > .column82 {
  width: 82%; }
  @media (max-width: 1023px) {
    .column82,
    section > .container > .row > .column82,
    main > section > .container > .row > .column82 {
      width: 100%; } }

.column83,
section > .container > .row > .column83,
main > section > .container > .row > .column83 {
  width: 83%; }
  @media (max-width: 1023px) {
    .column83,
    section > .container > .row > .column83,
    main > section > .container > .row > .column83 {
      width: 100%; } }

.column84,
section > .container > .row > .column84,
main > section > .container > .row > .column84 {
  width: 84%; }
  @media (max-width: 1023px) {
    .column84,
    section > .container > .row > .column84,
    main > section > .container > .row > .column84 {
      width: 100%; } }

.column85,
section > .container > .row > .column85,
main > section > .container > .row > .column85 {
  width: 85%; }
  @media (max-width: 1023px) {
    .column85,
    section > .container > .row > .column85,
    main > section > .container > .row > .column85 {
      width: 100%; } }

.column86,
section > .container > .row > .column86,
main > section > .container > .row > .column86 {
  width: 86%; }
  @media (max-width: 1023px) {
    .column86,
    section > .container > .row > .column86,
    main > section > .container > .row > .column86 {
      width: 100%; } }

.column87,
section > .container > .row > .column87,
main > section > .container > .row > .column87 {
  width: 87%; }
  @media (max-width: 1023px) {
    .column87,
    section > .container > .row > .column87,
    main > section > .container > .row > .column87 {
      width: 100%; } }

.column88,
section > .container > .row > .column88,
main > section > .container > .row > .column88 {
  width: 88%; }
  @media (max-width: 1023px) {
    .column88,
    section > .container > .row > .column88,
    main > section > .container > .row > .column88 {
      width: 100%; } }

.column89,
section > .container > .row > .column89,
main > section > .container > .row > .column89 {
  width: 89%; }
  @media (max-width: 1023px) {
    .column89,
    section > .container > .row > .column89,
    main > section > .container > .row > .column89 {
      width: 100%; } }

.column90,
section > .container > .row > .column90,
main > section > .container > .row > .column90 {
  width: 90%; }
  @media (max-width: 1023px) {
    .column90,
    section > .container > .row > .column90,
    main > section > .container > .row > .column90 {
      width: 100%; } }

.column91,
section > .container > .row > .column91,
main > section > .container > .row > .column91 {
  width: 91%; }
  @media (max-width: 1023px) {
    .column91,
    section > .container > .row > .column91,
    main > section > .container > .row > .column91 {
      width: 100%; } }

.column92,
section > .container > .row > .column92,
main > section > .container > .row > .column92 {
  width: 92%; }
  @media (max-width: 1023px) {
    .column92,
    section > .container > .row > .column92,
    main > section > .container > .row > .column92 {
      width: 100%; } }

.column93,
section > .container > .row > .column93,
main > section > .container > .row > .column93 {
  width: 93%; }
  @media (max-width: 1023px) {
    .column93,
    section > .container > .row > .column93,
    main > section > .container > .row > .column93 {
      width: 100%; } }

.column94,
section > .container > .row > .column94,
main > section > .container > .row > .column94 {
  width: 94%; }
  @media (max-width: 1023px) {
    .column94,
    section > .container > .row > .column94,
    main > section > .container > .row > .column94 {
      width: 100%; } }

.column95,
section > .container > .row > .column95,
main > section > .container > .row > .column95 {
  width: 95%; }
  @media (max-width: 1023px) {
    .column95,
    section > .container > .row > .column95,
    main > section > .container > .row > .column95 {
      width: 100%; } }

.column96,
section > .container > .row > .column96,
main > section > .container > .row > .column96 {
  width: 96%; }
  @media (max-width: 1023px) {
    .column96,
    section > .container > .row > .column96,
    main > section > .container > .row > .column96 {
      width: 100%; } }

.column97,
section > .container > .row > .column97,
main > section > .container > .row > .column97 {
  width: 97%; }
  @media (max-width: 1023px) {
    .column97,
    section > .container > .row > .column97,
    main > section > .container > .row > .column97 {
      width: 100%; } }

.column98,
section > .container > .row > .column98,
main > section > .container > .row > .column98 {
  width: 98%; }
  @media (max-width: 1023px) {
    .column98,
    section > .container > .row > .column98,
    main > section > .container > .row > .column98 {
      width: 100%; } }

.column99,
section > .container > .row > .column99,
main > section > .container > .row > .column99 {
  width: 99%; }
  @media (max-width: 1023px) {
    .column99,
    section > .container > .row > .column99,
    main > section > .container > .row > .column99 {
      width: 100%; } }

.column100,
section > .container > .row > .column100,
main > section > .container > .row > .column100 {
  width: 100%; }
  @media (max-width: 1023px) {
    .column100,
    section > .container > .row > .column100,
    main > section > .container > .row > .column100 {
      width: 100%; } }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.3333333333%; }

.col4 {
  width: 25%; }

.col5 {
  width: 20%; }

.col6 {
  width: 16.6666666667%; }

.col7 {
  width: 14.2857142857%; }

.col8 {
  width: 12.5%; }

.col9 {
  width: 11.1111111111%; }

.col10 {
  width: 10%; }

.colli1 li {
  width: 100%; }

.colli2 li {
  width: 50%; }

.colli3 li {
  width: 33.3333333333%; }

.colli4 li {
  width: 25%; }

.colli5 li {
  width: 20%; }

.colli6 li {
  width: 16.6666666667%; }

.colli7 li {
  width: 14.2857142857%; }

.colli8 li {
  width: 12.5%; }

.colli9 li {
  width: 11.1111111111%; }

.colli10 li {
  width: 10%; }

.item10 li,
.item10 figure {
  width: 10%; }

.item9 li,
.item9 figure {
  width: 11.1111111111%; }

.item8 li,
.item8 figure {
  width: 12.5%; }

.item7 li,
.item7 figure {
  width: 14.2857142857%; }

.item6 li,
.item6 figure {
  width: 16.6666666667%; }

.item5 li,
.item5 figure {
  width: 20%; }

.item4 li,
.item4 figure {
  width: 25%; }

.item3 li,
.item3 figure {
  width: 33.3333333333%; }

.item2 li,
.item2 figure {
  width: 50%; }

.item1 li,
.item1 figure {
  width: 100%; }

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  a:hover {
    color: #00bc12;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  a.active {
    color: #ce0300; }

.section_bg {
  background: #e5e5e5; }

.menu {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500; }
  @media (max-width: 1199px) {
    .menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .menu li {
    padding: 10px; }
    .menu li .inner {
      color: #000; }
      .menu li .inner.active {
        color: #ce0300; }
      .menu li .inner:hover {
        color: #00bc12; }
  @media (max-width: 1023px) {
    header .menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 1.5em; } }
  @media (max-width: 479px) {
    header .menu {
      font-size: 1.1em; } }

@media (min-width: 1024px) {
  .header .section_contacts .row {
    position: relative; } }

@media (min-width: 1024px) {
  .header .block_logo {
    padding-right: 60px !important; } }

@media (min-width: 1024px) {
  .header .block_lang {
    position: absolute;
    left: 220px;
    top: 20px; } }

@media (min-width: 1200px) {
  .header .block_lang {
    left: 260px; } }

.logo {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .logo .img {
    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;
    width: 60px;
    height: 60px;
    margin-right: 25px;
    background: #e5e5e5; }
    .logo .img img {
      margin-left: 25px; }
  .logo .caption {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    opacity: 0.7; }
  .logo .description {
    font-size: 0.8em;
    color: #00bc12;
    font-weight: 500; }
  .footer .logo .img {
    background: #fff; }
  @media (max-width: 1199px) {
    header .logo {
      font-size: 0.7em; } }
  @media (max-width: 1023px) {
    header .logo {
      font-size: 1em; } }
  @media (max-width: 479px) {
    header .logo {
      font-size: 0.7em; } }
  @media (max-width: 479px) {
    header .logo .img {
      width: 30px;
      height: 30px;
      margin-right: 10px; } }
  @media (max-width: 479px) {
    header .logo .img img {
      margin-left: 10px; } }

.lang {
  font-weight: 600;
  font-size: 0.85em; }
  .lang li {
    padding: 2px; }
    .lang li .inner:hover {
      color: #40b0ef; }
    .lang li .inner.active {
      color: #00bc12; }
  @media (max-width: 1023px) {
    header .lang {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #e5e5e5; } }
  @media (max-width: 1023px) {
    header .lang li {
      padding: 15px; } }

.mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mess li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px; }
    .mess li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0.7; }
      .mess li .inner .img {
        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;
        width: 40px;
        height: 40px; }
        .mess li .inner .img svg,
        .mess li .inner .img image,
        .mess li .inner .img .img {
          width: 40px;
          height: 40px; }
      .mess li .inner:hover {
        opacity: 1; }
  @media (max-width: 1199px) {
    header .mess li .inner .img {
      width: 30px;
      height: 30px; } }
  @media (max-width: 1023px) {
    header .mess li .inner .img {
      width: 40px;
      height: 40px; } }
  @media (max-width: 1199px) {
    header .mess li .inner .img svg,
    header .mess li .inner .img image,
    header .mess li .inner .img .img {
      width: 30px;
      height: 30px; } }
  @media (max-width: 1023px) {
    header .mess li .inner .img svg,
    header .mess li .inner .img image,
    header .mess li .inner .img .img {
      width: 40px;
      height: 40px; } }

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap; }
  .footer .phones {
    font-size: 1.5em;
    margin-right: 50px;
    min-width: 200px; }
    @media (max-width: 1023px) {
      .footer .phones {
        min-width: initial;
        padding: 0;
        margin: 0; } }
  @media (max-width: 1199px) {
    header .phones {
      font-size: 1.25em; } }
  @media (max-width: 1023px) {
    header .phones {
      font-size: 2em; } }
  @media (max-width: 479px) {
    header .phones {
      font-size: 1.5em; } }
  .phones.phones_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.callback {
  white-space: nowrap;
  font-weight: 500;
  border-bottom: 3px solid #00bc12; }
  @media (max-width: 1023px) {
    header .callback {
      width: -webkit-min-content;
      width: min-content; } }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .socials li {
    padding: 5px; }
    .socials li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0.7; }
      .socials li .inner .img {
        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;
        width: 40px;
        height: 40px; }
        .socials li .inner .img svg,
        .socials li .inner .img image,
        .socials li .inner .img .img {
          width: 40px;
          height: 40px; }
      .socials li .inner:hover {
        opacity: 1; }
  @media (max-width: 1199px) {
    header .socials li .inner .img {
      width: 30px;
      height: 30px; } }
  @media (max-width: 1023px) {
    header .socials li .inner .img {
      width: 40px;
      height: 40px; } }
  @media (max-width: 1199px) {
    header .socials li .inner .img svg,
    header .socials li .inner .img image,
    header .socials li .inner .img .img {
      width: 30px;
      height: 30px; } }
  @media (max-width: 1023px) {
    header .socials li .inner .img svg,
    header .socials li .inner .img image,
    header .socials li .inner .img .img {
      width: 40px;
      height: 40px; } }

button,
.button {
  background: #00bc12;
  color: #fff;
  padding: 10px;
  border-radius: 5px; }
  button:hover,
  .button:hover {
    background: #40b0ef;
    color: #fff; }
  button.big,
  .button.big {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -20px; }

.add {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 10px 7px 0;
  line-height: 1; }
  .add .img {
    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;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: -3px;
    padding-top: 5px; }
  @media (max-width: 1199px) {
    header .add {
      font-size: 0.9em; } }
  @media (max-width: 1023px) {
    header .add {
      font-size: 1em;
      width: -webkit-min-content;
      width: min-content; } }

.sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sliders li {
    width: 100%; }
    .sliders li .inner {
      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;
      width: 100%; }
      .sliders li .inner .img {
        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;
        width: 100%; }
        @media (max-width: 479px) {
          .sliders li .inner .img.for_desktop {
            display: none; } }
        @media (min-width: 480px) {
          .sliders li .inner .img.for_mobile {
            display: none; } }

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .benefits li {
    width: calc(100% / 5);
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .benefits li {
        padding: 0 10px; } }
    @media (max-width: 1023px) {
      .benefits li {
        padding: 10px;
        width: calc(100% / 3); } }
    @media (max-width: 767px) {
      .benefits li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .benefits li {
        width: calc(100% / 1);
        padding: 5px; } }
    .benefits li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .benefits li .inner .img {
        position: relative;
        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;
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .benefits li .inner .img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            min-height: 50px;
            margin-right: 5px; } }
        @media (max-width: 767px) {
          .benefits li .inner .img {
            width: 40px;
            height: 40px;
            min-width: 40px;
            min-height: 40px;
            margin-right: 5px;
            padding: 7px; } }
        .benefits li .inner .img:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 10px;
          height: 10px;
          display: block;
          content: "";
          clear: both; }
      .benefits li .inner .caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 0.9em; }
        @media (max-width: 767px) {
          .benefits li .inner .caption {
            font-size: 0.8em; } }
    .benefits li:nth-child(odd) .inner .img:before {
      background: #ce0300; }
    .benefits li:nth-child(even) .inner .img:before {
      background: #00bc12; }

@media (max-width: 1023px) {
  h1 {
    font-size: 27px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 24px; } }

@media (max-width: 479px) {
  h1 {
    font-size: 21px; } }

.heading {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  width: 100%; }
  @media (max-width: 1023px) {
    .heading {
      font-size: 1.5em; } }
  @media (max-width: 767px) {
    .heading {
      font-size: 1.4em; } }
  @media (max-width: 479px) {
    .heading {
      font-size: 1.3em; } }
  .heading p:last-child {
    margin-bottom: 0; }
  .heading.h_gray_blue {
    background: #e5e5e5;
    color: #40b0ef;
    font-weight: bold;
    padding: 30px 250px 30px 30px;
    font-size: 1.2em;
    text-align: left; }
    @media (max-width: 1199px) {
      .heading.h_gray_blue {
        padding: 20px 250px 20px 20px; } }
    @media (max-width: 1023px) {
      .heading.h_gray_blue {
        padding: 20px 250px 20px 20px; } }
    @media (max-width: 767px) {
      .heading.h_gray_blue {
        padding: 20px 100px 20px 20px; } }
    @media (max-width: 479px) {
      .heading.h_gray_blue {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 1em; } }
  .heading.h_gray {
    background: #cccccc;
    padding: 30px 30px 30px 150px;
    font-size: 1.1em;
    text-align: left; }
    @media (max-width: 1199px) {
      .heading.h_gray {
        padding: 20px 20px 20px 150px; } }
    @media (max-width: 1023px) {
      .heading.h_gray {
        padding: 20px; } }
  .heading.h_right {
    text-align: right;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .heading.h_right {
        text-align: left; } }
  .heading.h_map_big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em; }
  .heading.h_map_min {
    font-weight: 500;
    font-size: 1em; }
  .heading.h_green {
    width: initial;
    background: #00bc12;
    padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align: left; }
    @media (max-width: 1023px) {
      .heading.h_green {
        padding: 10px;
        font-size: 1.1em; } }
    @media (max-width: 479px) {
      .heading.h_green {
        font-size: 1em; } }
  .heading.h_modal {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 15px 50px 15px 15px;
    text-align: left;
    color: #40b0ef;
    border-bottom: 3px solid #e5e5e5; }
    @media (max-width: 767px) {
      .heading.h_modal {
        padding: 10px 50px 10px 10px; } }

.section_map .block_map {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1000px; }
  @media (max-width: 479px) {
    .section_map .block_map {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .section_map .block_map > svg {
    margin: 0 auto; }

svg image {
  width: 100%; }

#Ukraine {
  max-width: 100%;
  max-height: 100vh;
  min-height: 500px; }
  @media (max-width: 767px) {
    #Ukraine {
      width: 100%;
      min-height: 400px; } }
  @media (max-width: 599px) {
    #Ukraine {
      min-height: 350px; } }
  @media (max-width: 479px) {
    #Ukraine {
      min-height: 300px; } }

#KyivCity {
  fill: #cccccc;
  opacity: 1; }

.mapBackground {
  fill: #e5e5e5;
  stroke: #777;
  stroke-width: 0.5; }

#Ukraine path:hover {
  fill: #40b0ef;
  cursor: pointer; }

.pointerCircle {
  r: 2px;
  fill: #f00;
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1; }

.cityName {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  pointer-events: none;
  font-weight: 600;
  font-size: 0.7em;
  fill: #000;
  word-wrap: break-word; }

#Kiev:hover ~ .cityKiev,
#KyivCity:hover ~ .cityKiev,
#SevastopolCity:hover ~ .citySevastopol,
#Crimea:hover ~ .citySimferopol,
#Cherkasy:hover ~ .cityCherkasy,
#Chernivtsi:hover ~ .cityChernivtsi,
#Dnipropetrovsk:hover ~ .cityDnipro,
#Donetsk:hover ~ .cityDonetsk,
#Ivano-Frankivsk:hover ~ .cityIvano-Frankivsk,
#Kharkiv:hover ~ .cityKharkiv,
#Kherson:hover ~ .cityKherson,
#Khmelnytskyi:hover ~ .cityKhmelnytskyi,
#Kirovohrad:hover ~ .cityKropyvnytskyi,
#Luhansk:hover ~ .cityLuhansk,
#Lviv:hover ~ .cityLviv,
#Mykolaiv:hover ~ .cityMykolaiv,
#Odessa:hover ~ .cityOdessa,
#Poltava:hover ~ .cityPoltava,
#Rivne:hover ~ .cityRivne,
#Sumu:hover ~ .citySumu,
#Chernihiv:hover ~ .cityChernihiv,
#Ternopil:hover ~ .cityTernopil,
#Zakarpattia:hover ~ .cityUzhhorod,
#Vinnytsia:hover ~ .cityVinnytsia,
#Volyn:hover ~ .cityLutsk,
#Zaporizhia:hover ~ .cityZaporizhia,
#Zhytomyr:hover ~ .cityZhytomyr {
  visibility: visible;
  opacity: 1; }

.section_map .row {
  position: relative;
  width: 100%; }
  @media (max-width: 1023px) {
    .section_map .row {
      padding: 0; } }

.section_map .left_abs {
  position: absolute;
  top: 50%;
  width: initial !important;
  margin-top: -200px;
  max-width: 40%; }
  @media (max-width: 1399px) {
    .section_map .left_abs {
      top: initial;
      bottom: 0;
      margin-top: initial; } }
  @media (max-width: 1023px) {
    .section_map .left_abs {
      position: relative;
      bottom: initial;
      max-width: initial;
      width: 100% !important; } }
  .section_map .left_abs .img {
    margin-top: -30px; }
    @media (max-width: 1399px) {
      .section_map .left_abs .img {
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin-top: initial; } }
    @media (max-width: 1023px) {
      .section_map .left_abs .img {
        bottom: initial;
        top: 50%;
        margin-top: -50px;
        width: 150px; } }
    @media (max-width: 1023px) {
      .section_map .left_abs .img {
        width: 100px;
        margin-top: -33px; } }

.section_map .right_top_abs {
  position: absolute;
  top: 50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: initial !important;
  text-align: right; }
  @media (max-width: 1023px) {
    .section_map .right_top_abs {
      position: relative;
      top: initial;
      max-width: initial;
      width: 100% !important;
      padding-right: 140px !important; } }
  @media (max-width: 479px) {
    .section_map .right_top_abs {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; } }
  @media (max-width: 1023px) {
    .section_map .right_top_abs .img {
      position: absolute;
      right: 10px; } }

.section_map .right_bottom_abs {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: initial !important;
  max-width: 40%; }
  @media (max-width: 1399px) {
    .section_map .right_bottom_abs {
      bottom: 0;
      max-width: 35%; } }
  @media (max-width: 1199px) {
    .section_map .right_bottom_abs {
      font-size: 0.8em; } }
  @media (max-width: 1023px) {
    .section_map .right_bottom_abs {
      position: relative;
      bottom: initial;
      max-width: initial;
      width: 100%; } }
  @media (max-width: 479px) {
    .section_map .right_bottom_abs {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 0.7em;
      padding: 0 10px !important; } }
  @media (max-width: 479px) {
    .section_map .right_bottom_abs .heading {
      padding: 10px 20px; } }

.header__logo-svg-big {
  width: 121px;
  height: 76px;
  font-family: "Bebas Neue", "BebasNeueRegular"; }

.header__logo-svg-icon-st0 {
  fill: #2b2b2b; }

.header__logo-svg-icon-st1 {
  font-family: "Bebas Neue", "BebasNeueRegular"; }

.header__logo-svg-icon-st2 {
  font-size: 55.6044px; }

.header__logo-svg-icon-st3 {
  fill: #ffcb04; }

.header__logo-svg-icon-st4 {
  fill: #2e368e; }

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .categories li {
    width: calc(100% / 3);
    padding: 30px; }
    @media (max-width: 1199px) {
      .categories li {
        padding: 20px; } }
    @media (max-width: 1023px) {
      .categories li {
        padding: 10px; } }
    @media (max-width: 767px) {
      .categories li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .categories li {
        width: calc(100% / 1); } }
    .categories li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #e5e5e5;
      width: 100%; }
      .categories li .inner .img {
        position: relative;
        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;
        width: 100%;
        height: 180px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .categories li .inner .img {
            height: 150px; } }
        @media (max-width: 479px) {
          .categories li .inner .img {
            height: 120px; } }
        .categories li .inner .img img {
          max-width: initial; }
          @media (max-width: 479px) {
            .categories li .inner .img img {
              max-width: 100%; } }
        .categories li .inner .img:after {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 40px;
          display: block;
          content: "";
          clear: both;
          background: #e5e5e5;
          background: -webkit-linear-gradient(0deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
          background: -webkit-linear-gradient(90deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
          background: linear-gradient(0deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1); }
      .categories li .inner .caption {
        width: 100%;
        font-weight: bold;
        font-size: 1.2em;
        padding: 20px 15px;
        text-align: left; }
        @media (max-width: 1023px) {
          .categories li .inner .caption {
            font-size: 1.1em; } }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .products li {
    width: calc(100% / 3);
    padding: 30px; }
    @media (max-width: 1199px) {
      .products li {
        padding: 20px; } }
    @media (max-width: 1023px) {
      .products li {
        padding: 10px; } }
    @media (max-width: 767px) {
      .products li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .products li {
        width: calc(100% / 1); } }
    .products li li {
      width: 100%;
      padding: 2px 0; }
    .products li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #e5e5e5;
      min-height: 600px; }
      @media (max-width: 479px) {
        .products li .inner {
          min-height: initial; } }
      .products li .inner .img {
        position: relative;
        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;
        width: 100%;
        height: 240px;
        overflow: hidden;
        background: #cccccc; }
        @media (max-width: 767px) {
          .products li .inner .img {
            height: 210px; } }
        @media (max-width: 479px) {
          .products li .inner .img {
            height: 150px; } }
        .products li .inner .img .status {
          position: absolute;
          top: 0;
          left: 0;
          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;
          min-width: 70px;
          min-height: 70px;
          background: rgba(64, 176, 239, 0.9);
          color: #fff;
          font-weight: bold;
          font-size: 1.1em;
          text-transform: uppercase;
          padding: 10px; }
        .products li .inner .img img {
          max-width: initial; }
          @media (max-width: 479px) {
            .products li .inner .img img {
              max-width: 100%; } }
      .products li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: calc(600px - 240px);
        padding: 20px 20px 40px 20px;
        width: 100%; }
        @media (max-width: 1023px) {
          .products li .inner .text {
            padding: 20px; } }
        @media (max-width: 767px) {
          .products li .inner .text {
            min-height: calc(600px - 210px); } }
        @media (max-width: 479px) {
          .products li .inner .text {
            min-height: initial; } }
        .products li .inner .text .caption {
          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;
          min-height: 50px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 10px;
          font-size: 1.2em; }
          @media (max-width: 1023px) {
            .products li .inner .text .caption {
              font-size: 1.1em; } }
        .products li .inner .text .rating_review {
          padding: 5px 0;
          font-weight: bold;
          font-size: 0.8em;
          margin-bottom: 10px; }
        .products li .inner .text .num {
          font-size: 1.5em;
          color: #00bc12; }
        .products li .inner .text .description {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 0.75em;
          max-height: 150px;
          overflow: hidden; }
          @media (max-width: 479px) {
            .products li .inner .text .description {
              margin-bottom: 20px; } }
          .products li .inner .text .description ul li:before {
            top: 4px; }
        .products li .inner .text .price {
          text-align: center;
          font-weight: bold; }
          .products li .inner .text .price .num {
            color: #000;
            font-size: 2em; }
  .products.products_top {
    border-radius: 5px;
    border: 1px solid #40b0ef; }
    .products.products_top li .inner {
      min-height: initial; }
      .products.products_top li .inner .img {
        height: 150px; }
      .products.products_top li .inner .text {
        min-height: initial;
        padding: 20px; }
        .products.products_top li .inner .text .caption {
          font-size: 1em;
          margin-bottom: 0; }
        .products.products_top li .inner .text .rating_review {
          margin-bottom: 0; }
        .products.products_top li .inner .text .price .num {
          font-size: 1.5em;
          color: #00bc12; }

.how_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .how_works li {
    width: calc(100% / 4);
    padding: 30px; }
    @media (max-width: 1199px) {
      .how_works li {
        padding: 20px; } }
    @media (max-width: 1023px) {
      .how_works li {
        padding: 10px; } }
    @media (max-width: 767px) {
      .how_works li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .how_works li {
        width: calc(100% / 1); } }
    .how_works li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 479px) {
        .how_works li .inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .how_works li .inner .img {
        position: relative;
        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;
        width: 100px;
        height: 100px; }
        @media (max-width: 767px) {
          .how_works li .inner .img {
            width: 70px;
            height: 70px; } }
        @media (max-width: 479px) {
          .how_works li .inner .img {
            width: 60px;
            height: 60px;
            min-width: 60px;
            min-height: 60px; } }
        .how_works li .inner .img:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 10px;
          height: 10px;
          display: block;
          content: "";
          clear: both; }
      .how_works li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        text-align: center; }
        @media (max-width: 1023px) {
          .how_works li .inner .text {
            padding: 10px;
            font-size: 0.9em; } }
        @media (max-width: 479px) {
          .how_works li .inner .text {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            text-align: left; } }
        .how_works li .inner .text .caption {
          font-weight: bold;
          margin-bottom: 10px; }
        .how_works li .inner .text .description {
          font-size: 0.8em; }
          @media (max-width: 1023px) {
            .how_works li .inner .text .description {
              font-size: 0.85em; } }
          .how_works li .inner .text .description p:last-child {
            margin-bottom: 0; }
    .how_works li .delim {
      position: absolute;
      width: initial;
      top: 60px;
      right: -50px; }
      @media (max-width: 1023px) {
        .how_works li .delim {
          top: 45px;
          right: -25px; } }
      @media (max-width: 767px) {
        .how_works li .delim {
          top: 30px;
          right: 0; } }
      @media (max-width: 479px) {
        .how_works li .delim {
          top: 100%;
          right: initial;
          left: 25px;
          margin-top: -30px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      .how_works li .delim .img {
        background: transparent; }
        @media (max-width: 1023px) {
          .how_works li .delim .img {
            width: 50px; } }
        @media (max-width: 767px) {
          .how_works li .delim .img {
            width: 30px; } }
        @media (max-width: 1023px) {
          .how_works li .delim .img svg {
            width: 100%; } }
    .how_works li:last-child .delim {
      display: none; }
    .how_works li:nth-child(odd) .inner .img:before {
      background: #ce0300; }
    .how_works li:nth-child(even) .inner .img:before {
      background: #00bc12; }

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .reviews {
      font-size: 0.9em; } }
  .reviews hr {
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 100%;
    display: block;
    background: #e5e5e5; }
  .reviews li {
    width: 100%;
    padding: 30px; }
    @media (max-width: 1199px) {
      .reviews li {
        padding: 20px; } }
    @media (max-width: 1023px) {
      .reviews li {
        padding: 10px; } }
    .reviews li.admin .inner {
      border-left: 5px solid #00bc12; }
    .reviews li ul {
      padding-left: 20px; }
      .reviews li ul li {
        margin-top: 20px; }
        .reviews li ul li .inner {
          background: rgba(229, 229, 229, 0.5); }
        .reviews li ul li li {
          width: initial;
          padding: 0 20px 0 0; }
          @media (max-width: 767px) {
            .reviews li ul li li {
              padding: 0 10px 0 0; } }
    .reviews li li {
      width: initial;
      padding: 0 20px 0 0;
      border-bottom: 0; }
      @media (max-width: 767px) {
        .reviews li li {
          padding: 0 10px 0 0; } }
    .reviews li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      background: #e5e5e5; }
      @media (max-width: 1023px) {
        .reviews li .inner {
          padding: 20px; } }
      .reviews li .inner a {
        color: #000;
        font-weight: 500;
        border-bottom: 3px solid #00bc12; }
        .reviews li .inner a.reply {
          display: inline-block;
          margin: 10px 0; }
        .reviews li .inner a:hover {
          color: #00bc12;
          border-bottom: 3px solid #00bc12; }
      .reviews li .inner .name_date_rat {
        padding: 15px 0;
        font-weight: bold; }
        @media (max-width: 1023px) {
          .reviews li .inner .name_date_rat {
            padding: 10px 0; } }
        .reviews li .inner .name_date_rat li {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 0 !important;
          padding: 0;
          padding-left: 26px !important;
          padding-right: 20px !important;
          min-height: 24px; }
          @media (max-width: 1023px) {
            .reviews li .inner .name_date_rat li {
              padding-left: 18px !important;
              padding-right: 12px !important; } }
          @media (max-width: 1023px) {
            .reviews li .inner .name_date_rat li.rat {
              -webkit-box-flex: 1;
                  -ms-flex: 1 0 100%;
                      flex: 1 0 100%; } }
          @media (max-width: 479px) {
            .reviews li .inner .name_date_rat li.rat {
              padding-left: 0 !important; } }
          @media (max-width: 479px) {
            .reviews li .inner .name_date_rat li.rat:before {
              display: none; } }
          .reviews li .inner .name_date_rat li:before {
            position: absolute;
            top: 50%;
            margin-top: -4px;
            left: 0;
            width: 8px;
            height: 8px;
            background: #00bc12;
            display: block;
            content: "";
            clear: both; }
          .reviews li .inner .name_date_rat li:first-child {
            padding-left: 0 !important; }
            .reviews li .inner .name_date_rat li:first-child:before {
              display: none; }
      .reviews li .inner .description {
        width: 100%;
        text-align: left; }
        @media (max-width: 1023px) {
          .reviews li .inner .description {
            font-size: 0.9em; } }
  .reviews.reviews_int li .inner {
    background: #fff;
    padding: 0; }
  .reviews.reviews_int li.admin .inner {
    background: #e5e5e5;
    padding: 0 20px 10px; }

.blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .blogs li {
    width: calc(100% / 3);
    padding: 30px; }
    @media (max-width: 1199px) {
      .blogs li {
        padding: 20px; } }
    @media (max-width: 1023px) {
      .blogs li {
        padding: 10px; } }
    @media (max-width: 767px) {
      .blogs li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .blogs li {
        width: calc(100% / 1); } }
    .blogs li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #e5e5e5;
      min-height: 420px; }
      @media (max-width: 767px) {
        .blogs li .inner {
          min-height: 370px; } }
      @media (max-width: 479px) {
        .blogs li .inner {
          min-height: initial; } }
      .blogs li .inner .img {
        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;
        width: 100%;
        height: 300px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .blogs li .inner .img {
            height: 250px; } }
        @media (max-width: 479px) {
          .blogs li .inner .img {
            height: 200px; } }
        .blogs li .inner .img img {
          max-width: initial; }
          @media (max-width: 479px) {
            .blogs li .inner .img img {
              max-width: 100%; } }
      .blogs li .inner .caption {
        font-weight: bold;
        font-size: 1.2em;
        padding: 20px; }
        @media (max-width: 1023px) {
          .blogs li .inner .caption {
            font-size: 1.1em; } }
        @media (max-width: 479px) {
          .blogs li .inner .caption {
            font-size: 1em; } }
  .blogs.blogs_row li {
    width: calc(100% / 1); }
    .blogs.blogs_row li .inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      min-height: initial; }
      @media (max-width: 767px) {
        .blogs.blogs_row li .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .blogs.blogs_row li .inner .img {
        height: 200px;
        max-width: 400px; }
      .blogs.blogs_row li .inner .caption {
        padding: 0;
        margin-bottom: 20px; }
      .blogs.blogs_row li .inner .text {
        text-align: left;
        padding: 20px; }
      .blogs.blogs_row li .inner:hover .description {
        color: #000; }

.more {
  font-weight: bold;
  border-bottom: 3px solid #00bc12; }

h1.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%; }

.cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cities li {
    padding: 20px; }
    @media (max-width: 1199px) {
      .cities li {
        padding: 10px; } }
    @media (max-width: 767px) {
      .cities li {
        padding: 5px 10px; } }
    @media (max-width: 479px) {
      .cities li {
        font-size: 0.9em; } }
    .cities li .inner {
      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; }
      .cities li .inner .img {
        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;
        width: 80px;
        height: 80px;
        margin-right: 5px; }
        @media (max-width: 1023px) {
          .cities li .inner .img {
            width: 60px;
            height: 60px; } }
        @media (max-width: 767px) {
          .cities li .inner .img {
            width: 40px;
            height: 40px; } }
        .cities li .inner .img img {
          max-width: 70px; }
          @media (max-width: 1023px) {
            .cities li .inner .img img {
              max-width: 50px; } }
          @media (max-width: 1023px) {
            .cities li .inner .img img {
              max-width: 30px; } }
      .cities li .inner .caption {
        font-weight: bold; }

main {
  margin-bottom: 50px; }

footer {
  background: #e5e5e5;
  padding: 50px 0; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 20px; } }
  @media (max-width: 479px) {
    footer {
      padding: 30px 0 20px 0; } }
  footer .row.nw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 1023px) {
      footer .row.nw {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (max-width: 1023px) {
    footer .heading {
      width: initial; } }
  @media (max-width: 767px) {
    footer .block_logo {
      font-size: 0.8em; } }
  @media (max-width: 1023px) {
    footer .block_contacts .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    footer .block_contacts .row {
      padding: 20px 0; } }
  @media (max-width: 1023px) {
    footer .block_contacts .row > .block {
      width: initial; } }
  @media (max-width: 767px) {
    footer .block_contacts .row > .block {
      padding: 0;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    footer .block_add {
      font-size: 0.8em; } }
  footer .logo {
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      footer .logo {
        font-size: 0.9em; } }
    @media (max-width: 767px) {
      footer .logo {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .logo .caption {
      font-size: 1.5em; }
      @media (max-width: 767px) {
        footer .logo .caption {
          margin-top: 10px; } }
  footer .reserved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.75em;
    font-weight: 300; }
    footer .reserved p {
      margin-bottom: 10px; }
  footer .heading {
    text-align: left;
    opacity: 0.7;
    font-size: 1.2em;
    padding: 0 20px; }
    @media (max-width: 767px) {
      footer .heading {
        padding: 0; } }
  footer .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 300px;
    margin: 20px 0;
    font-size: 0.9em; }
    @media (max-width: 1199px) {
      footer .menu {
        max-width: 240px; } }
    @media (max-width: 1023px) {
      footer .menu {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: initial; } }
    footer .menu li {
      width: 50%;
      padding: 5px 20px; }
      @media (max-width: 1023px) {
        footer .menu li {
          width: initial;
          padding: 5px 20px; } }
      @media (max-width: 767px) {
        footer .menu li {
          padding: 5px 0; } }
  footer .callback {
    display: inline-block; }

.footer .rat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold; }
  .footer .rat .caption {
    font-size: 0.9em; }

.rating {
  display: inline-block;
  height: 24px;
  margin: 0 5px; }
  .footer .rating {
    margin: 0;
    margin-bottom: 10px; }

.stars {
  display: inline-block;
  width: 142px;
  height: 24px;
  overflow: hidden;
  -webkit-transition: 0.35s all;
          transition: 0.35s all;
  -webkit-animation: animopa 2s;
          animation: animopa 2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

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

@keyframes animopa {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.stars input.rating.hidden {
  background: transparent !important;
  border: 0 !important; }

.rating-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fa,
.glyphicon {
  font-family: "icomoon" !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
  margin: 0 2px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.35s all;
          transition: 0.35s all; }
  .fa:before,
  .glyphicon:before {
    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;
    position: relative;
    font-size: 1.5em; }
  .fa.fa-heart-o, .fa.glyphicon-star-empty,
  .glyphicon.fa-heart-o,
  .glyphicon.glyphicon-star-empty {
    color: rgba(0, 0, 0, 0.5); }
    .fa.fa-heart-o:before, .fa.glyphicon-star-empty:before,
    .glyphicon.fa-heart-o:before,
    .glyphicon.glyphicon-star-empty:before {
      content: "\e930" !important; }
  .fa.fa-heart, .fa.glyphicon-star,
  .glyphicon.fa-heart,
  .glyphicon.glyphicon-star {
    color: #00bc12; }
    .fa.fa-heart:before, .fa.glyphicon-star:before,
    .glyphicon.fa-heart:before,
    .glyphicon.glyphicon-star:before {
      content: "\e930" !important; }
  form .fa.fa-heart:hover, form .fa.glyphicon-star:hover, form
  .glyphicon.fa-heart:hover, form
  .glyphicon.glyphicon-star:hover {
    cursor: pointer; }
  .block-info .fa.fa-heart:hover, .block-info .fa.glyphicon-star:hover, .block-info
  .glyphicon.fa-heart:hover, .block-info
  .glyphicon.glyphicon-star:hover {
    cursor: pointer; }

.rating-clear {
  display: none; }

.btn {
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 20px;
  border-radius: 4px;
  -webkit-transition: box-shadow 0.1s,
 top 0.1s;
          transition: box-shadow 0.1s,
 top 0.1s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  background: #fff; }

.btn:hover {
  box-shadow: 0 3px 0 transparent;
  top: 3px; }

.btn:active {
  background: #f2f2f2; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 500px;
  min-width: 240px;
  max-height: 500px;
  min-height: 200px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 25px 0 25px 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1199px) {
    .modal {
      padding: 20px; } }
  @media (max-width: 519px) {
    .modal {
      margin: auto;
      max-width: 90%; } }

.modal-close-btn {
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 20px;
  background: #ce0300;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 0;
  font-family: "icomoon" !important; }
  @media (max-width: 767px) {
    .modal-close-btn {
      right: 0; } }
  .modal-close-btn i {
    font-family: "icomoon" !important; }
    .modal-close-btn i:before {
      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;
      position: relative;
      font-size: 1.5em;
      display: block;
      content: "\e901" !important;
      clear: both; }
  .modal-close-btn:hover {
    background: #cccccc;
    border-color: #ce0300; }
    .modal-close-btn:hover i {
      color: #ce0300; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.map_cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .map_cities li {
    padding: 10px;
    padding-left: 16px !important;
    margin-right: 20px; }
    .map_cities li:before {
      position: absolute;
      top: 16px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #40b0ef;
      display: block;
      content: "";
      clear: both; }
    .map_cities li .inner {
      font-weight: 500;
      font-size: 1.1em; }
    .map_cities li:hover:before {
      background: #00bc12; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7em;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
  .breadcrumbs > span.delim {
    color: #e5e5e5;
    padding: 0 7px; }
  .breadcrumbs li {
    padding: 0 2px; }
    .breadcrumbs li .inner {
      font-weight: 400;
      white-space: nowrap;
      opacity: 0.7; }
    .breadcrumbs li span.inner {
      opacity: 0.5; }
    .breadcrumbs li span.delim {
      color: #e5e5e5;
      padding: 0 5px; }
    @media (max-width: 479px) {
      .breadcrumbs li:last-child {
        display: none; } }

.pagination,
ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px; }
  .pagination li,
  ul.pagination li {
    padding: 5px; }
    .pagination li .inner,
    ul.pagination li .inner {
      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;
      width: 36px;
      height: 36px;
      min-width: 36px;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      font-weight: bold; }
      .pagination li .inner i,
      ul.pagination li .inner i {
        font-size: 1.25em; }
      .pagination li .inner.first,
      ul.pagination li .inner.first {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .pagination li .inner.last,
      ul.pagination li .inner.last {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .pagination li .inner:hover,
      ul.pagination li .inner:hover {
        background: #00bc12;
        color: #fff; }
      .pagination li .inner.active,
      ul.pagination li .inner.active {
        background: #ce0300;
        color: #fff; }

.section-breadcrumbs {
  border-bottom: 1px solid #e5e5e5; }
  .section-breadcrumbs h1 {
    margin-bottom: 0;
    margin-top: -20px; }
    @media (max-width: 1023px) {
      .section-breadcrumbs h1 {
        margin-top: -10px; } }

.section-breadcrumbs .row:first-child {
  height: 34px !important;
  overflow-y: hidden; }

.section-breadcrumbs .scroll-wrapper {
  padding: 0 10px !important; }

.imgtext {
  position: relative;
  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;
  width: 100%;
  height: 420px;
  background: #e5e5e5;
  overflow: hidden;
  border-radius: 25px; }
  @media (max-width: 1023px) {
    .imgtext {
      height: initial;
      min-height: 320px; } }
  .imgtext .img {
    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;
    height: 100%; }
    .imgtext .img .logo {
      opacity: 0.2; }
      .imgtext .img .logo .logotip .img {
        width: 320px;
        height: 320px; }
  .imgtext .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -250px;
    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; }
  .imgtext .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 50px;
    z-index: 2;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 479px) {
      .imgtext .text {
        left: 30px;
        right: 30px; } }
  .imgtext .caption {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    font-size: 2em;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    font-weight: bold;
    color: #ce0300; }
    @media (max-width: 767px) {
      .imgtext .caption {
        font-size: 1.5em; } }
    @media (max-width: 479px) {
      .imgtext .caption {
        padding: 10px;
        font-size: 1.1em; } }
  .imgtext .description {
    padding: 20px;
    text-align: center; }
    @media (max-width: 479px) {
      .imgtext .description {
        padding: 10px; } }
    .imgtext .description a {
      border-bottom: 1px solid #00bc12;
      font-weight: bold; }

form .error {
  font-weight: 300;
  margin: 0; }

form .success {
  font-weight: 300;
  margin: 0; }

.for-form .error {
  font-weight: 300;
  margin: 0; }

.for-form .success {
  font-weight: 300;
  margin: 0; }

.for-form.popup-form .row.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .for-form.popup-form .row.between .block {
    width: initial; }

.for-form.popup-form .row .lost {
  float: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline; }
  .for-form.popup-form .row .lost:hover {
    color: #40b0ef; }

.for-form.popup-form .row .reg {
  padding: 10px;
  background: white;
  margin-top: 10px;
  text-align: center; }
  .for-form.popup-form .row .reg:hover {
    background: #00bc12;
    color: #000; }

@media (max-width: 319px) {
  .for-form.popup-form .row div {
    width: 100%; } }

.for-form.order-form .row div {
  width: 100%;
  margin: 3px 0; }
  .for-form.order-form .row div.capt {
    margin: 0;
    padding: 5px 20px 0 20px; }

.for-form.order-form .row.summa-order {
  padding: 10px 20px; }
  .for-form.order-form .row.summa-order .allprice {
    font-size: 30px;
    font-weight: 400; }

.for-form.order-form hr {
  margin-top: 10px;
  float: left;
  width: 100%; }

.for-form .row {
  width: 100%;
  font-size: 16px;
  padding: 5px 10px; }
  @media (max-width: 479px) {
    .for-form .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .for-form .row div {
    float: left;
    width: 100%; }
    .for-form .row div.price {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: transparent; }
      .for-form .row div.price b {
        font-size: 24px; }
      .for-form .row div.price .old {
        font-size: 15px;
        text-decoration: line-through; }
    .for-form .row div.buy {
      padding: 0 20px; }
      @media (max-width: 479px) {
        .for-form .row div.buy {
          padding: 0 10px; } }
    @media (max-width: 479px) {
      .for-form .row div {
        width: 100%; } }
    .for-form .row div.capt {
      color: rgba(0, 0, 0, 0.5);
      padding: 9px 20px; }
      @media (max-width: 479px) {
        .for-form .row div.capt {
          padding: 9px 10px; } }
      .for-form .row div.capt.articul {
        padding: 10px 0; }
        .for-form .row div.capt.articul span {
          padding: 5px 10px;
          background: #fff;
          border-left: 5px solid #ce0300;
          font-size: 15px; }
      .for-form .row div.capt .icons {
        padding: 5px 10px;
        background: #fff;
        text-align: left;
        border-radius: 5px; }
        .for-form .row div.capt .icons i {
          color: #ce0300; }
        .for-form .row div.capt .icons span {
          padding: 0; }
      .for-form .row div.capt.nalichie {
        color: #00bc12;
        padding: 10px 20px; }
        @media (max-width: 479px) {
          .for-form .row div.capt.nalichie {
            padding: 10px; } }
        .for-form .row div.capt.nalichie span {
          padding: 0; }
        .for-form .row div.capt.nalichie i {
          color: #000;
          margin: 3px 5px 0 0;
          float: left; }
    .for-form .row div select {
      width: 100%;
      padding: 11px;
      border: 0;
      box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1); }
    .for-form .row div span {
      padding: 0 20px;
      font-weight: 700; }
    .for-form .row div input,
    .for-form .row div textarea {
      width: 100%;
      padding: 11px; }
    .for-form .row div .input-name {
      padding: 0;
      color: #000; }
  .for-form .row .rating {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 7px;
    padding: 0 20px; }
    @media (max-width: 479px) {
      .for-form .row .rating {
        padding: 0; } }
    @media (max-width: 479px) {
      .for-form .row .rating .rating-stars {
        margin-left: 10px; } }
    .for-form .row .rating .rating-stars img {
      display: block; }
    .for-form .row .rating .rating-num {
      background: #e5e5e5;
      border-radius: 5px;
      font-size: 13px;
      color: #fff;
      padding: 1px 7px;
      margin-left: 10px;
      float: left;
      width: initial; }
      .for-form .row .rating .rating-num:hover {
        background: #e5e5e5; }

.for-form hr {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 0; }

.for-form .buyinfo {
  font-size: 0;
  text-align: center; }
  .for-form .buyinfo li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    font-size: 14px; }
    .for-form .buyinfo li .informat {
      width: 100%; }
      @media (max-width: 479px) {
        .for-form .buyinfo li .informat {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .for-form .buyinfo li .informat .caption {
        max-width: 120px;
        min-width: 120px;
        font-weight: 500;
        text-transform: uppercase;
        color: #40b0ef;
        font-size: 15px; }
        @media (max-width: 767px) {
          .for-form .buyinfo li .informat .caption {
            font-size: 13px;
            max-width: 100px;
            min-width: 100px; } }
      .for-form .buyinfo li .informat i {
        font-size: 46px;
        color: rgba(0, 188, 18, 0.5); }
        @media (max-width: 767px) {
          .for-form .buyinfo li .informat i {
            font-size: 26px; } }
      .for-form .buyinfo li .informat ul li {
        text-align: left;
        position: relative;
        padding: 0 0 0 20px;
        margin: 3px 0; }
        .for-form .buyinfo li .informat ul li:before {
          position: absolute;
          top: 7px;
          content: "";
          left: 0;
          width: 6px;
          height: 6px;
          background: #ce0300;
          border-radius: 3px; }
    .for-form .buyinfo li a {
      float: left;
      padding: 5px 10px;
      box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
      color: #000;
      width: 100%;
      min-height: 40px; }
      @media (max-width: 1199px) {
        .for-form .buyinfo li a {
          padding: 5px; } }
      .for-form .buyinfo li a i {
        float: left;
        margin-right: 5px;
        font-size: 24px;
        color: #000; }
      .for-form .buyinfo li a span {
        overflow: hidden; }
      .for-form .buyinfo li a.truck {
        background: rgba(255, 255, 255, 0.7); }
      .for-form .buyinfo li a.card {
        background: rgba(255, 255, 255, 0.7); }
      .for-form .buyinfo li a.compare {
        background: rgba(0, 0, 0, 0.3);
        color: white; }
        .for-form .buyinfo li a.compare i {
          color: white; }
      .for-form .buyinfo li a.design {
        background: rgba(64, 176, 239, 0.9);
        color: white; }
        .for-form .buyinfo li a.design i {
          color: white; }

.maincaption {
  font-weight: bold;
  color: #000;
  font-size: 0.8em;
  margin-left: 5px; }

.mainheading {
  font-size: 1.7em;
  font-weight: 700;
  color: #000;
  padding: 10px; }
  @media (max-width: 767px) {
    .mainheading {
      font-size: 1.5em; } }
  @media (max-width: 479px) {
    .mainheading {
      font-size: 1.25em; } }
  .mainheading.min {
    font-size: 1.5em; }
    @media (max-width: 479px) {
      .mainheading.min {
        font-size: 1.25em; } }
  .mainheading.mb {
    margin-bottom: 0; }
  .mainheading.small {
    font-size: 1em; }

.maindescription {
  color: #000;
  font-size: 1em;
  padding: 10px; }
  .maindescription.min {
    font-size: 0.8em; }
  .maindescription a {
    border-bottom: 1px solid #00bc12; }
  .maindescription.center {
    text-align: center; }
  .popup .maindescription {
    margin: 0; }
  .maindescription.m0 {
    margin: 0; }
  .maindescription.small {
    font-size: 0.75em; }

sup {
  color: #40b0ef;
  font-weight: 700; }

b,
strong {
  font-weight: 700;
  color: #40b0ef; }

p {
  margin-bottom: 7px;
  width: 100%;
}

.error {
  padding: 10px;
  border: 1px solid #ce0300;
  border-radius: 5px;
  color: #ce0300;
  font-weight: 400;
  font-weight: 300;
  margin: 0; }
  .error b {
    color: #fff; }

.success {
  padding: 10px;
  background: rgba(206, 3, 0, 0.9);
  border: 1px solid #ce0300;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-weight: 300;
  margin: 0; }
  .success b {
    color: #fff; }

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }

.reviews-link-block {
  background: #999;
  padding: 20px;
  position: relative; }
  .reviews-link-block .img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    z-index: 1; }
    .reviews-link-block .img-bg i {
      color: #e5e5e5;
      font-size: 220px;
      opacity: 0.5; }

.reviews-link {
  font-size: 0;
  position: relative;
  z-index: 2; }
  .reviews-link li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    position: relative;
    padding: 15px 0; }
    .reviews-link li .inner a {
      background: #fff;
      font-size: 19px;
      font-weight: 500;
      color: #40b0ef;
      padding: 10px 20px;
      border-radius: 5px;
      margin: 10px 0;
      text-align: center; }
      @media (max-width: 1399px) {
        .reviews-link li .inner a {
          font-size: 17px; } }
      @media (max-width: 479px) {
        .reviews-link li .inner a {
          font-size: 17px; } }
      @media (max-width: 319px) {
        .reviews-link li .inner a {
          font-size: 15px; } }
      .reviews-link li .inner a:hover {
        background: #00bc12;
        color: #fff; }
    .reviews-link li:first-child:before {
      position: absolute;
      bottom: 0;
      content: "";
      left: 50%;
      margin-left: -50px;
      height: 3px;
      width: 100px;
      background: #ce0300; }

.accordion-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .accordion-qa li {
    padding: 5px; }
    .accordion-qa li .opener {
      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;
      font-weight: bold;
      background: rgba(229, 229, 229, 0.5);
      padding: 7px 10px 7px 20px;
      color: #000;
      border-radius: 25px;
      -webkit-transition: 0.35s all;
              transition: 0.35s all; }
      @media (max-width: 767px) {
        .accordion-qa li .opener {
          font-size: 0.9em; } }
      .accordion-qa li .opener .img {
        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;
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-left: 20px;
        -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
                transform: scale(1, -1);
        -webkit-transition: 0.35s all;
                transition: 0.35s all; }
        .accordion-qa li .opener .img i {
          font-size: 1.5em;
          color: #00bc12; }
    .accordion-qa li .slide {
      font-size: 0.9em;
      padding: 10px; }
      @media (max-width: 767px) {
        .accordion-qa li .slide {
          font-size: 0.8em; } }
    .accordion-qa li:hover .opener {
      background: #00bc12;
      color: #fff; }
      .accordion-qa li:hover .opener .img i {
        color: #fff; }
    .accordion-qa li.active .opener {
      background: #40b0ef;
      color: #fff; }
      .accordion-qa li.active .opener .img {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1); }
        .accordion-qa li.active .opener .img i {
          color: #fff; }

.lightbox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important; }

.section_100 > .container > .row > .block {
  width: 100%; }

.filter-desktop {
  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; }

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .filters fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .filters .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0; }
    .filters .row > .block {
      width: 100%; }
  .filters .open-close-filter .opener {
    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;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0;
    color: #ce0300; }
    .filters .open-close-filter .opener .img {
      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;
      width: 24px;
      height: 24px;
      min-width: 24px;
      -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
              transform: scale(1, -1); }
      .filters .open-close-filter .opener .img i {
        font-size: 1.4em;
        color: #40b0ef;
        display: none; }
    .filters .open-close-filter .opener:hover {
      color: #40b0ef; }
      .filters .open-close-filter .opener:hover .img i {
        color: #00bc12; }
  .filters .open-close-filter > .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden; }
    .filters .open-close-filter > .slide::-webkit-scrollbar {
      width: 4px; }
    .filters .open-close-filter > .slide::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .filters .open-close-filter > .slide::-webkit-scrollbar-thumb {
      border-radius: 4px;
      -webkit-box-shadow: inset 0 0 6px rgba(64, 176, 239, 0.9); }
  .filters .open-close-filter .checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0; }
    .filters .open-close-filter .checkbox label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.2em;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      @media (max-width: 1023px) {
        .filters .open-close-filter .checkbox label {
          font-size: 1.1em; } }
      @media (max-width: 767px) {
        .filters .open-close-filter .checkbox label {
          font-size: 1em; } }
      @media (max-width: 479px) {
        .filters .open-close-filter .checkbox label {
          font-size: 0.9em; } }
      .filters .open-close-filter .checkbox label .img {
        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;
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-right: 6px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .filters .open-close-filter .checkbox label .img i {
          font-size: 0.8em;
          opacity: 0.1; }
      .filters .open-close-filter .checkbox label span {
        line-height: 1.1; }
      .filters .open-close-filter .checkbox label input[type="checkbox"] {
        position: absolute;
        opacity: 0; }
      .filters .open-close-filter .checkbox label input[type="checkbox"]:checked ~ .img {
        background: #00bc12;
        color: #fff; }
        .filters .open-close-filter .checkbox label input[type="checkbox"]:checked ~ .img i {
          opacity: 1; }
      .filters .open-close-filter .checkbox label:hover {
        cursor: pointer; }
        .filters .open-close-filter .checkbox label:hover .img {
          background: #40b0ef; }
          .filters .open-close-filter .checkbox label:hover .img i {
            color: #fff;
            opacity: 0.5; }
  .filters .open-close-filter.active .opener .img {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .filters input#amount1 {
    width: 45%;
    float: left;
    margin-right: 5%;
    font-size: 1.25em;
    padding: 5px;
    border-radius: 5px; }
  .filters input#amount2 {
    width: 45%;
    float: left;
    margin-left: 5%;
    font-size: 1.25em;
    padding: 5px;
    border-radius: 5px; }
  .filters .clear-filter {
    overflow: hidden;
    border-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px; }
    @media (max-width: 1023px) {
      .filters .clear-filter {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        position: fixed;
        left: 0;
        right: 0;
        content: "";
        bottom: 0;
        border-radius: 0 0 5px 5px;
        width: initial;
        background: #e5e5e5;
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.05); } }
    .filters .clear-filter a,
    .filters .clear-filter button {
      background: #40b0ef;
      color: #fff;
      padding: 5px 7px;
      float: left;
      border-radius: 5px;
      font-size: 14px;
      margin: 10px 0; }
      @media (max-width: 1023px) {
        .filters .clear-filter a,
        .filters .clear-filter button {
          font-size: 13px;
          margin: 10px auto;
          padding: 10px 15px; } }
      @media (max-width: 319px) {
        .filters .clear-filter a,
        .filters .clear-filter button {
          font-size: 11px;
          padding: 10px; } }
      .filters .clear-filter a:hover,
      .filters .clear-filter button:hover {
        opacity: 0.7; }
      .filters .clear-filter a.reset,
      .filters .clear-filter button.reset {
        border: 2px solid #40b0ef; }
      .filters .clear-filter a.apply,
      .filters .clear-filter button.apply {
        background: #00bc12;
        color: #fff;
        display: none;
        border: 2px solid #00bc12; }
        @media (max-width: 1023px) {
          .filters .clear-filter a.apply,
          .filters .clear-filter button.apply {
            display: block; } }
  .filters.filters-checked .row.clear-filter a.reset,
  .filters.filters-checked .row.clear-filter button.reset {
    border: 2px solid #000; }
  .filters.filters-checked .row.clear-filter a.apply,
  .filters.filters-checked .row.clear-filter button.apply {
    border: 2px solid #000; }

@media (max-width: 1023px) {
  .popup-holder-filter.popup-active-filter .popup-filter .popup-inner {
    padding-bottom: 50px; } }

@media (min-width: 1024px) {
  .clear-filter {
    top: initial !important;
    bottom: 0 !important;
    background: #fff;
    z-index: 5; } }

@media (min-width: 1024px) {
  .sticky-wrap-filters-scroll .clear-filter {
    position: fixed;
    margin-bottom: 0;
    width: initial;
    border-radius: 0 5px 0 0;
    width: 100%; } }

@media (min-width: 1024px) {
  .sticky-wrap-filters-scroll.fixed-position .clear-filter {
    position: -webkit-sticky;
    position: sticky; } }

.slices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 479px) {
    .slices {
      margin-bottom: 10px; } }
  .slices li {
    width: 25%;
    padding: 5px 20px 5px 5px; }
    @media (max-width: 1199px) {
      .slices li {
        width: 33.3333%; } }
    @media (max-width: 1023px) {
      .slices li {
        padding: 2px 10px 2px 0; } }
    @media (max-width: 767px) {
      .slices li {
        width: 50%; } }
    @media (max-width: 479px) {
      .slices li {
        padding: 5px 10px 5px 10px;
        width: initial;
        position: relative; } }
    @media (max-width: 479px) {
      .slices li:before {
        position: absolute;
        top: 7px;
        left: 0;
        width: 4px;
        height: 4px;
        display: block;
        content: "";
        clear: both;
        background: #00bc12; } }
    .slices li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ce0300;
      font-weight: 500; }
      .slices li .inner .img {
        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;
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 5px;
        margin-right: 10px; }
        @media (max-width: 1023px) {
          .slices li .inner .img {
            width: 36px;
            height: 36px;
            min-width: 36px; } }
        @media (max-width: 479px) {
          .slices li .inner .img {
            width: 24px;
            height: 24px;
            min-width: 24px;
            display: none; } }
      .slices li .inner span {
        line-height: 1;
        font-size: 0.7em;
        font-weight: 500; }
        @media (max-width: 767px) {
          .slices li .inner span {
            font-size: 0.6em; } }
      .slices li .inner:hover {
        color: #40b0ef; }

.product-filtering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px; }
  .product-filtering .heading {
    font-size: 0.9em;
    margin-right: 10px;
    font-weight: 700;
    padding: 2px 0;
    text-align: left; }
    @media (max-width: 1199px) {
      .product-filtering .heading {
        display: none; } }
  .product-filtering select {
    padding: 5px;
    font-size: 0.9em;
    border-radius: 5px;
    width: 100%; }

.text-filtering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px; }
  @media (max-width: 1199px) {
    .text-filtering {
      width: 100%; } }
  @media (max-width: 1023px) {
    .text-filtering {
      padding: 0; } }
  .text-filtering .heading {
    font-size: 1em;
    margin-right: 10px;
    font-weight: 700;
    padding: 2px 0;
    text-align: left; }
  .text-filtering ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: initial; }
    .text-filtering ul li {
      padding: 1px 5px; }
      .text-filtering ul li .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1; }
        @media (max-width: 1199px) {
          .text-filtering ul li .inner {
            font-size: 0.9em; } }
        @media (max-width: 479px) {
          .text-filtering ul li .inner {
            font-size: 0.8em; } }
        .text-filtering ul li .inner br {
          display: none; }
          @media (max-width: 1199px) {
            .text-filtering ul li .inner br {
              display: none; } }
        .text-filtering ul li .inner .img {
          margin-right: 5px; }
          .text-filtering ul li .inner .img i {
            color: #00bc12; }

.active-filtering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px; }
  @media (max-width: 1023px) {
    .active-filtering {
      padding: 0; } }
  .active-filtering .heading {
    font-size: 1em;
    margin-right: 10px;
    font-weight: 700;
    padding: 2px 0;
    text-align: left; }
  .active-filtering ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: initial;
    margin-bottom: 5px; }
    .active-filtering ul li {
      padding: 5px; }
      @media (max-width: 1023px) {
        .active-filtering ul li {
          padding: 3px; } }
      .active-filtering ul li .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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 #e5e5e5;
        padding: 5px;
        font-size: 0.9em;
        border-radius: 5px;
        color: #000;
        font-weight: 400;
        line-height: 1.2; }
        @media (max-width: 479px) {
          .active-filtering ul li .inner {
            font-size: 0.8em; } }
        .active-filtering ul li .inner .img {
          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;
          width: 16px;
          height: 16px;
          min-width: 16px;
          margin-left: 6px;
          background: #ce0300;
          color: #fff;
          border-radius: 50%; }
          .active-filtering ul li .inner .img i {
            font-size: 0.7em; }
        .active-filtering ul li .inner:hover {
          background: #ce0300;
          color: #fff;
          border: 1px solid #ce0300; }
          .active-filtering ul li .inner:hover .img {
            background: #fff; }
            .active-filtering ul li .inner:hover .img i {
              color: #ce0300; }

.section_sort > .container > .row {
  padding: 0 20px; }
  .section_sort > .container > .row > .block {
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .section_sort > .container > .row > .block {
        padding: 0 10px; } }
    @media (max-width: 1023px) {
      .section_sort > .container > .row > .block {
        padding: 0 5px; } }

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .sort {
      font-size: 0.9em; } }
  @media (max-width: 479px) {
    .sort {
      font-size: 0.8em; } }
  .sort li {
    padding: 5px 10px; }
    @media (max-width: 1023px) {
      .sort li {
        padding: 5px; } }
    .sort li a {
      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;
      padding: 5px;
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      background: rgba(229, 229, 229, 0.1);
      white-space: nowrap; }
      .sort li a i {
        margin: 0 5px;
        opacity: 0.5; }
      .sort li a.asc {
        border: 1px solid #40b0ef;
        color: #40b0ef; }
        .sort li a.asc i {
          opacity: 1; }
      .sort li a.desc {
        border: 1px solid #40b0ef;
        color: #40b0ef; }
        .sort li a.desc i {
          opacity: 1;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .sort li a:hover {
        border: 1px solid #00bc12;
        color: #00bc12;
        cursor: pointer; }
        .sort li a:hover i {
          opacity: 1; }
      .sort li a.active {
        border: 1px solid #ce0300;
        color: #ce0300; }
        .sort li a.active i {
          opacity: 1; }

.section_filter > .container > .row {
  padding: 10px 20px; }

@media (max-width: 1023px) {
  .block_open_filter {
    margin: auto; } }

.filter-desktop {
  border-radius: 5px;
  min-height: 110px;
  border: 1px solid #00bc12; }
  .filter-desktop.active {
    border: 1px solid #00bc12; }
  @media (max-width: 1199px) {
    .filter-desktop {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.block-active-filtering {
  min-width: 80%; }
  @media (max-width: 1199px) {
    .block-active-filtering {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      min-width: 100%; } }

.popup-holder-inner-filter {
  min-width: 20%;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .popup-holder-inner-filter {
      margin: 0; } }

.product-filtering {
  min-width: 20%; }

.open-filter {
  margin: auto; }
  @media (max-width: 1199px) {
    .open-filter {
      margin: 0; } }

.text-filtering.not_active {
  display: none; }

.active-filtering {
  display: none; }
  .active-filtering.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.slider-for {
  display: none; }
  .slider-for.slick-initialized {
    display: block; }

.slider-nav {
  display: none; }
  .slider-nav.slick-initialized {
    display: block; }

.slider-nav .slick-dots li:only-child {
  display: none !important; }

.for_nav {
  position: relative; }
  .for_nav .status {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    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;
    min-width: 70px;
    min-height: 70px;
    background: rgba(64, 176, 239, 0.9);
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 10px; }

.slider-for li .inner {
  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;
  width: 100%; }
  .slider-for li .inner img {
    max-width: 100%;
    max-height: 100%;
    height: initial;
    width: initial; }

.slider-nav li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px; }
  .slider-nav li .inner {
    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;
    border: 3px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .slider-nav li .inner:hover {
      border: 3px solid #40b0ef; }
  .slider-nav li.slick-current .inner {
    border: 3px solid #00bc12; }

.slider-nav .slick-dots li {
  display: inline-block !important;
  padding: 5px; }
  @media (max-width: 767px) {
    .slider-nav .slick-dots li {
      padding: 0;
      height: 10px;
      width: 10px !important; } }
  @media (max-width: 767px) {
    .slider-nav .slick-dots li button {
      width: 10px;
      height: 10px; } }

.form_card_block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  border: 1px solid #00bc12;
  text-align: center;
  padding: 10px; }
  .form_card_block > * {
    width: 100%; }
  .form_card_block .maindescription {
    margin: 0;
    padding: 0; }

.form_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1em; }
  .form_card .row {
    padding: 0;
    width: 100%; }
  .form_card .row_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      .form_card .row_center {
        margin-top: 10px; } }

.prices {
  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;
  width: 100%;
  background: #e5e5e5;
  margin-bottom: 10px; }
  @media (max-width: 599px) {
    .prices {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .prices .price {
    text-align: center;
    font-weight: bold;
    width: 50%;
    border: 5px solid #fff;
    padding: 15px 10px 10px; }
    @media (max-width: 599px) {
      .prices .price {
        width: 100%; } }
    .prices .price .num {
      color: #000;
      font-size: 2em; }
      @media (max-width: 1199px) {
        .prices .price .num {
          font-size: 1.5em; } }

.info_block {
  margin-bottom: 10px; }
  .info_block .row {
    padding: 0; }
    .info_block .row .block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 5px 0; }
      .info_block .row .block i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        min-width: 30px;
        width: 30px;
        min-height: 30px;
        height: 30px;
        font-size: 1.5em;
        color: #40b0ef;
        margin-right: 10px; }
        .info_block .row .block i.icon-redo-arrow {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .info_block .row .block .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .info_block .row .block svg {
        height: 30px;
        width: 30px;
        fill: #40b0ef; }
      .info_block .row .block span {
        font-weight: 700;
        font-size: 1.2em;
        padding: 0 5px; }
      .info_block .row .block .caption {
        font-size: 0.9em;
        font-weight: normal; }
      .info_block .row .block a {
        font-weight: 500;
        color: #00bc12;
        font-size: 1.1em; }
        .info_block .row .block a:hover {
          color: #40b0ef; }

.r_r .caption {
  font-weight: 500; }

.r_r .num {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  padding: 0 5px;
  color: #40b0ef; }

.r_r .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.r_r .stars {
  font-size: 0.8em;
  width: 116px; }

.r_r .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .r_r .review i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    font-size: 1.5em;
    color: #40b0ef;
    margin-right: 10px; }
  .r_r .review svg {
    height: 30px;
    width: 30px;
    fill: #40b0ef; }

.item_rat_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px; }
  form .item_rat_block {
    padding: 0 10px; }

.item_rat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 0;
  min-width: calc(100% / 2); }
  .item_rat span {
    margin-right: 5px;
    font-size: 0.9em; }
  .item_rat .stars {
    font-size: 0.6em;
    width: 92px;
    height: 15px;
    margin-right: 10px; }
  form .item_rat {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    form .item_rat span {
      font-size: 1.1em; }
    form .item_rat .stars {
      font-size: 0.8em;
      width: 96px;
      height: 16px;
      margin-right: initial; }

.maps {
  width: 100%; }

@media (max-width: 1023px) {
  .benef {
    font-size: 0.9em; } }

.benef li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 1.25em; }
  @media (max-width: 767px) {
    .benef li {
      font-size: 1em; } }
  .benef li .img {
    margin-right: 5px; }
    .benef li .img i {
      font-size: 0.7em;
      color: #00bc12; }

.teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .teams li {
    padding: 30px;
    width: calc(100% / 1);
    border-bottom: 3px solid #e5e5e5; }
    .teams li:last-child {
      border-bottom: 0; }
    @media (max-width: 479px) {
      .teams li {
        padding: 20px; } }
    @media (max-width: 479px) {
      .teams li {
        padding: 10px; } }
    .teams li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: #fff;
      min-height: initial; }
      @media (max-width: 479px) {
        .teams li .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .teams li .inner .img {
        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;
        width: 100%;
        min-width: 200px;
        min-height: 200px;
        max-width: 200px;
        max-height: 200px;
        overflow: hidden; }
        @media (max-width: 479px) {
          .teams li .inner .img {
            min-width: initial;
            max-width: initial;
            margin-bottom: 15px;
            min-height: 120px;
            max-height: 120px; } }
        .teams li .inner .img img {
          max-width: initial; }
          @media (max-width: 479px) {
            .teams li .inner .img img {
              max-width: 100%; } }
      .teams li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; }
        @media (max-width: 479px) {
          .teams li .inner .text {
            padding: 0; } }
        .teams li .inner .text b {
          margin-right: 5px;
          color: #000; }
        .teams li .inner .text p {
          margin-bottom: 5px; }
      .teams li .inner .caption {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 10px; }
        @media (max-width: 1023px) {
          .teams li .inner .caption {
            font-size: 1.1em; } }
        @media (max-width: 479px) {
          .teams li .inner .caption {
            font-size: 1em; } }
      @media (max-width: 479px) {
        .teams li .inner .description {
          font-size: 0.9em; } }

table {
  display: table !important;
  width: 100%; }
  table tbody,
  table thead,
  table tfoot {
    width: 100%; }
  table tr {
    width: 100%;
    background: #e5e5e5;
    border-bottom: 3px solid #fff; }
  table th,
  table td {
    padding: 20px;
    text-align: left; }
  table.table_time tr {
    background: #40b0ef;
    color: #fff; }
  table.table_time th,
  table.table_time td {
    padding: 10px; }
  table.table_time h2 {
    margin-bottom: 0; }
  table.table_time b {
    color: #fff; }
  table.table_time th b {
    color: #fff; }
  table.table_time td {
    background: #e5e5e5;
    color: #000; }
    table.table_time td b {
      color: #000; }

.section_fast {
  background: #e5e5e5; }
  .section_fast > .container > .row {
    padding: 0; }
    .section_fast > .container > .row .block {
      padding: 5px 10px;
      width: 100%;
      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; }
    .section_fast > .container > .row.row_caption_prices {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      height: 50px; }
      .section_fast > .container > .row.row_caption_prices:before {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 0;
        width: 100%;
        height: 50px;
        display: block;
        content: "";
        clear: both;
        background: #fff; }
      .section_fast > .container > .row.row_caption_prices > .block {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .section_fast > .container > .row.row_caption_prices > .column50 {
        width: 50%; }
        @media (max-width: 1023px) {
          .section_fast > .container > .row.row_caption_prices > .column50 {
            width: 50%; } }
      .section_fast > .container > .row.row_caption_prices .caption {
        text-align: left;
        font-weight: bold; }
        @media (max-width: 767px) {
          .section_fast > .container > .row.row_caption_prices .caption {
            font-size: 0.9em; } }
      .section_fast > .container > .row.row_caption_prices .prices {
        font-size: 0.6em;
        margin-bottom: 0; }
        .section_fast > .container > .row.row_caption_prices .prices .price {
          padding: 8px;
          border-width: 1px; }
          @media (max-width: 767px) {
            .section_fast > .container > .row.row_caption_prices .prices .price {
              padding: 3px; } }

.fixed-position {
  position: relative;
  z-index: 100; }
  .fixed-position .section_fast {
    margin-top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.fast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: auto; }
  .fast li {
    padding: 10px; }
    .fast li .inner {
      font-size: 0.8em;
      font-weight: 500;
      color: #000;
      white-space: nowrap;
      border-bottom: 1px solid #40b0ef; }
      .fast li .inner:hover {
        color: #00bc12;
        border-bottom: 1px solid #00bc12; }

.why {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%; }
  @media (max-width: 767px) {
    .why {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .why li {
    padding: 5px; }
    @media (max-width: 767px) {
      .why li {
        width: 100%; } }
    .why li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 10px;
      text-align: left;
      min-height: 60px;
      font-size: 1em;
      font-weight: 500;
      color: #000; }
      @media (max-width: 767px) {
        .why li .inner {
          font-size: 0.9em;
          min-height: initial; } }
    .why li:nth-child(1) .inner {
      border-left: 5px solid #40b0ef; }
    .why li:nth-child(2) .inner {
      border-left: 5px solid #00bc12; }
    .why li:nth-child(3) .inner {
      border-left: 5px solid #ce0300; }

.mb {
  text-align: center;
  margin: 0 auto;
  width: 100%; }

a.mb:hover {
  cursor: pointer; }

.mb img {
  max-width: 100%; }

.desk,
.tabl,
.phon {
  display: none; }

@media (max-width: 1023px) {
  .wide {
    display: none; }
  .desk {
    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: 0 auto;
    text-align: center; } }

@media (max-width: 767px) {
  .wide {
    display: none; }
  .desk {
    display: none; }
  .tabl {
    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: 0 auto;
    text-align: center; } }

@media (max-width: 479px) {
  .wide {
    display: none; }
  .desk {
    display: none; }
  .tabl {
    display: none; }
  .phon {
    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: 0 auto;
    text-align: center; } }

#formfix {
  background: #fff; }

@media (max-width: 1023px) {
  .sticky-wrap-form_card_block {
    width: 100%; } }

@media (max-width: 1023px) {
  .sticky-wrap-form_card_block #formfix {
    width: 100%; } }

.sticky-wrap-form_card_block.fixed-position {
  z-index: 98; }
  @media (max-width: 1023px) {
    .sticky-wrap-form_card_block.fixed-position {
      width: 100%; } }
  .sticky-wrap-form_card_block.fixed-position #formfix {
    top: 110px !important; }
    @media (max-width: 1023px) {
      .sticky-wrap-form_card_block.fixed-position #formfix {
        position: relative !important;
        top: initial !important;
        left: initial !important;
        width: 100% !important; } }

.sticky-wrap-section_fast .row_caption_prices {
  display: none !important; }

.sticky-wrap-section_fast.fixed-position {
  z-index: 99; }
  .sticky-wrap-section_fast.fixed-position .row_caption_prices {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.call-measures {
  width: 100%; }

.section_int {
  position: relative;
  z-index: 99; }

.section_menu > .container > .row {
  position: relative; }

.block_search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.search {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px; }
  @media (max-width: 1023px) {
    .search {
      height: initial; } }

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc; }

.form-control {
  width: 20%; }

.my-navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px; }

.my-navbar-nav:last-child {
  border-right: 0; }

.round-btn {
  height: 40px;
  width: 40px;
  background-color: transparent;
  text-align: center;
  line-height: 50px;
  color: gray;
  float: right; }

.round-btn {
  position: absolute;
  right: 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 3px; }
  @media (max-width: 1023px) {
    .round-btn {
      display: none; } }
  .round-btn .open {
    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;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .round-btn .open svg {
      width: 70%;
      height: 70%; }
    .round-btn .open:hover {
      background: #40b0ef;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .round-btn .open:hover svg {
        fill: #fff; }
  .round-btn .close {
    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;
    width: 100%;
    height: 100%;
    background: #ce0300;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .round-btn .close svg {
      width: 50%;
      height: 50%;
      fill: #fff; }
    .round-btn .close:hover {
      opacity: 0.7;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .round-btn:hover {
    cursor: pointer; }

.flip-icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1); }

.hidden-search-box {
  display: none;
  position: relative;
  float: right;
  width: 100%;
  z-index: 1000;
  top: 50px; }
  @media (max-width: 1023px) {
    .hidden-search-box {
      top: initial;
      display: inline-block; } }

.input-group {
  position: relative;
  width: 100%; }

.search .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search .close {
  display: none; }

.search.active .open {
  display: none; }

.search.active .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.addon-btn {
  position: absolute;
  top: 0;
  right: 0;
  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;
  width: 52px;
  height: 52px;
  border: 0 none;
  background: #40b0ef;
  color: #ffffff;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .addon-btn svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    fill: #fff; }

.addon-text-box,
addon-text-box:active {
  border-radius: 0;
  font-weight: 500;
  font-size: 1.5em;
  padding: 11px 80px 11px 20px !important;
  line-height: 1.5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  height: 52px; }
  @media (max-width: 1023px) {
    .addon-text-box,
    addon-text-box:active {
      padding: 11px 80px 11px 11px !important;
      font-size: 1.2em; } }

.block > .content-author {
  display: inline-block; }
  .block > .content-author .author {
    float: left;
    margin: 0 10px; }

.slick-slide > svg {
  margin: 50px auto;
  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; }
/*# sourceMappingURL=main.css.map */