@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: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  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 "Montserrat", "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: #14253f; }
  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; }

@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"; }

/* 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: rgba(0, 0, 0, 0.3);
  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;
  border-radius: 50%; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #8dc540; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    z-index: -1;
    opacity: 0; }
  .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: #14253f; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

section {
  width: 100%; }
  section > .container {
    width: 100%; }

.row {
  width: 100%; }

.block {
  width: 100%; }

ul {
  width: 100%; }

ol {
  width: 100%; }

.w1,
section > .container > .row > .w1,
footer section > .container > .row > .w1,
section form fieldset .w1 {
  width: 1%; }

.w2,
section > .container > .row > .w2,
footer section > .container > .row > .w2,
section form fieldset .w2 {
  width: 2%; }

.w3,
section > .container > .row > .w3,
footer section > .container > .row > .w3,
section form fieldset .w3 {
  width: 3%; }

.w4,
section > .container > .row > .w4,
footer section > .container > .row > .w4,
section form fieldset .w4 {
  width: 4%; }

.w5,
section > .container > .row > .w5,
footer section > .container > .row > .w5,
section form fieldset .w5 {
  width: 5%; }

.w6,
section > .container > .row > .w6,
footer section > .container > .row > .w6,
section form fieldset .w6 {
  width: 6%; }

.w7,
section > .container > .row > .w7,
footer section > .container > .row > .w7,
section form fieldset .w7 {
  width: 7%; }

.w8,
section > .container > .row > .w8,
footer section > .container > .row > .w8,
section form fieldset .w8 {
  width: 8%; }

.w9,
section > .container > .row > .w9,
footer section > .container > .row > .w9,
section form fieldset .w9 {
  width: 9%; }

.w10,
section > .container > .row > .w10,
footer section > .container > .row > .w10,
section form fieldset .w10 {
  width: 10%; }

.w11,
section > .container > .row > .w11,
footer section > .container > .row > .w11,
section form fieldset .w11 {
  width: 11%; }

.w12,
section > .container > .row > .w12,
footer section > .container > .row > .w12,
section form fieldset .w12 {
  width: 12%; }

.w13,
section > .container > .row > .w13,
footer section > .container > .row > .w13,
section form fieldset .w13 {
  width: 13%; }

.w14,
section > .container > .row > .w14,
footer section > .container > .row > .w14,
section form fieldset .w14 {
  width: 14%; }

.w15,
section > .container > .row > .w15,
footer section > .container > .row > .w15,
section form fieldset .w15 {
  width: 15%; }

.w16,
section > .container > .row > .w16,
footer section > .container > .row > .w16,
section form fieldset .w16 {
  width: 16%; }

.w17,
section > .container > .row > .w17,
footer section > .container > .row > .w17,
section form fieldset .w17 {
  width: 17%; }

.w18,
section > .container > .row > .w18,
footer section > .container > .row > .w18,
section form fieldset .w18 {
  width: 18%; }

.w19,
section > .container > .row > .w19,
footer section > .container > .row > .w19,
section form fieldset .w19 {
  width: 19%; }

.w20,
section > .container > .row > .w20,
footer section > .container > .row > .w20,
section form fieldset .w20 {
  width: 20%; }

.w21,
section > .container > .row > .w21,
footer section > .container > .row > .w21,
section form fieldset .w21 {
  width: 21%; }

.w22,
section > .container > .row > .w22,
footer section > .container > .row > .w22,
section form fieldset .w22 {
  width: 22%; }

.w23,
section > .container > .row > .w23,
footer section > .container > .row > .w23,
section form fieldset .w23 {
  width: 23%; }

.w24,
section > .container > .row > .w24,
footer section > .container > .row > .w24,
section form fieldset .w24 {
  width: 24%; }

.w25,
section > .container > .row > .w25,
footer section > .container > .row > .w25,
section form fieldset .w25 {
  width: 25%; }

.w26,
section > .container > .row > .w26,
footer section > .container > .row > .w26,
section form fieldset .w26 {
  width: 26%; }

.w27,
section > .container > .row > .w27,
footer section > .container > .row > .w27,
section form fieldset .w27 {
  width: 27%; }

.w28,
section > .container > .row > .w28,
footer section > .container > .row > .w28,
section form fieldset .w28 {
  width: 28%; }

.w29,
section > .container > .row > .w29,
footer section > .container > .row > .w29,
section form fieldset .w29 {
  width: 29%; }

.w30,
section > .container > .row > .w30,
footer section > .container > .row > .w30,
section form fieldset .w30 {
  width: 30%; }

.w31,
section > .container > .row > .w31,
footer section > .container > .row > .w31,
section form fieldset .w31 {
  width: 31%; }

.w32,
section > .container > .row > .w32,
footer section > .container > .row > .w32,
section form fieldset .w32 {
  width: 32%; }

.w33,
section > .container > .row > .w33,
footer section > .container > .row > .w33,
section form fieldset .w33 {
  width: 33%; }

.w34,
section > .container > .row > .w34,
footer section > .container > .row > .w34,
section form fieldset .w34 {
  width: 34%; }

.w35,
section > .container > .row > .w35,
footer section > .container > .row > .w35,
section form fieldset .w35 {
  width: 35%; }

.w36,
section > .container > .row > .w36,
footer section > .container > .row > .w36,
section form fieldset .w36 {
  width: 36%; }

.w37,
section > .container > .row > .w37,
footer section > .container > .row > .w37,
section form fieldset .w37 {
  width: 37%; }

.w38,
section > .container > .row > .w38,
footer section > .container > .row > .w38,
section form fieldset .w38 {
  width: 38%; }

.w39,
section > .container > .row > .w39,
footer section > .container > .row > .w39,
section form fieldset .w39 {
  width: 39%; }

.w40,
section > .container > .row > .w40,
footer section > .container > .row > .w40,
section form fieldset .w40 {
  width: 40%; }

.w41,
section > .container > .row > .w41,
footer section > .container > .row > .w41,
section form fieldset .w41 {
  width: 41%; }

.w42,
section > .container > .row > .w42,
footer section > .container > .row > .w42,
section form fieldset .w42 {
  width: 42%; }

.w43,
section > .container > .row > .w43,
footer section > .container > .row > .w43,
section form fieldset .w43 {
  width: 43%; }

.w44,
section > .container > .row > .w44,
footer section > .container > .row > .w44,
section form fieldset .w44 {
  width: 44%; }

.w45,
section > .container > .row > .w45,
footer section > .container > .row > .w45,
section form fieldset .w45 {
  width: 45%; }

.w46,
section > .container > .row > .w46,
footer section > .container > .row > .w46,
section form fieldset .w46 {
  width: 46%; }

.w47,
section > .container > .row > .w47,
footer section > .container > .row > .w47,
section form fieldset .w47 {
  width: 47%; }

.w48,
section > .container > .row > .w48,
footer section > .container > .row > .w48,
section form fieldset .w48 {
  width: 48%; }

.w49,
section > .container > .row > .w49,
footer section > .container > .row > .w49,
section form fieldset .w49 {
  width: 49%; }

.w50,
section > .container > .row > .w50,
footer section > .container > .row > .w50,
section form fieldset .w50 {
  width: 50%; }

.w51,
section > .container > .row > .w51,
footer section > .container > .row > .w51,
section form fieldset .w51 {
  width: 51%; }

.w52,
section > .container > .row > .w52,
footer section > .container > .row > .w52,
section form fieldset .w52 {
  width: 52%; }

.w53,
section > .container > .row > .w53,
footer section > .container > .row > .w53,
section form fieldset .w53 {
  width: 53%; }

.w54,
section > .container > .row > .w54,
footer section > .container > .row > .w54,
section form fieldset .w54 {
  width: 54%; }

.w55,
section > .container > .row > .w55,
footer section > .container > .row > .w55,
section form fieldset .w55 {
  width: 55%; }

.w56,
section > .container > .row > .w56,
footer section > .container > .row > .w56,
section form fieldset .w56 {
  width: 56%; }

.w57,
section > .container > .row > .w57,
footer section > .container > .row > .w57,
section form fieldset .w57 {
  width: 57%; }

.w58,
section > .container > .row > .w58,
footer section > .container > .row > .w58,
section form fieldset .w58 {
  width: 58%; }

.w59,
section > .container > .row > .w59,
footer section > .container > .row > .w59,
section form fieldset .w59 {
  width: 59%; }

.w60,
section > .container > .row > .w60,
footer section > .container > .row > .w60,
section form fieldset .w60 {
  width: 60%; }

.w61,
section > .container > .row > .w61,
footer section > .container > .row > .w61,
section form fieldset .w61 {
  width: 61%; }

.w62,
section > .container > .row > .w62,
footer section > .container > .row > .w62,
section form fieldset .w62 {
  width: 62%; }

.w63,
section > .container > .row > .w63,
footer section > .container > .row > .w63,
section form fieldset .w63 {
  width: 63%; }

.w64,
section > .container > .row > .w64,
footer section > .container > .row > .w64,
section form fieldset .w64 {
  width: 64%; }

.w65,
section > .container > .row > .w65,
footer section > .container > .row > .w65,
section form fieldset .w65 {
  width: 65%; }

.w66,
section > .container > .row > .w66,
footer section > .container > .row > .w66,
section form fieldset .w66 {
  width: 66%; }

.w67,
section > .container > .row > .w67,
footer section > .container > .row > .w67,
section form fieldset .w67 {
  width: 67%; }

.w68,
section > .container > .row > .w68,
footer section > .container > .row > .w68,
section form fieldset .w68 {
  width: 68%; }

.w69,
section > .container > .row > .w69,
footer section > .container > .row > .w69,
section form fieldset .w69 {
  width: 69%; }

.w70,
section > .container > .row > .w70,
footer section > .container > .row > .w70,
section form fieldset .w70 {
  width: 70%; }

.w71,
section > .container > .row > .w71,
footer section > .container > .row > .w71,
section form fieldset .w71 {
  width: 71%; }

.w72,
section > .container > .row > .w72,
footer section > .container > .row > .w72,
section form fieldset .w72 {
  width: 72%; }

.w73,
section > .container > .row > .w73,
footer section > .container > .row > .w73,
section form fieldset .w73 {
  width: 73%; }

.w74,
section > .container > .row > .w74,
footer section > .container > .row > .w74,
section form fieldset .w74 {
  width: 74%; }

.w75,
section > .container > .row > .w75,
footer section > .container > .row > .w75,
section form fieldset .w75 {
  width: 75%; }

.w76,
section > .container > .row > .w76,
footer section > .container > .row > .w76,
section form fieldset .w76 {
  width: 76%; }

.w77,
section > .container > .row > .w77,
footer section > .container > .row > .w77,
section form fieldset .w77 {
  width: 77%; }

.w78,
section > .container > .row > .w78,
footer section > .container > .row > .w78,
section form fieldset .w78 {
  width: 78%; }

.w79,
section > .container > .row > .w79,
footer section > .container > .row > .w79,
section form fieldset .w79 {
  width: 79%; }

.w80,
section > .container > .row > .w80,
footer section > .container > .row > .w80,
section form fieldset .w80 {
  width: 80%; }

.w81,
section > .container > .row > .w81,
footer section > .container > .row > .w81,
section form fieldset .w81 {
  width: 81%; }

.w82,
section > .container > .row > .w82,
footer section > .container > .row > .w82,
section form fieldset .w82 {
  width: 82%; }

.w83,
section > .container > .row > .w83,
footer section > .container > .row > .w83,
section form fieldset .w83 {
  width: 83%; }

.w84,
section > .container > .row > .w84,
footer section > .container > .row > .w84,
section form fieldset .w84 {
  width: 84%; }

.w85,
section > .container > .row > .w85,
footer section > .container > .row > .w85,
section form fieldset .w85 {
  width: 85%; }

.w86,
section > .container > .row > .w86,
footer section > .container > .row > .w86,
section form fieldset .w86 {
  width: 86%; }

.w87,
section > .container > .row > .w87,
footer section > .container > .row > .w87,
section form fieldset .w87 {
  width: 87%; }

.w88,
section > .container > .row > .w88,
footer section > .container > .row > .w88,
section form fieldset .w88 {
  width: 88%; }

.w89,
section > .container > .row > .w89,
footer section > .container > .row > .w89,
section form fieldset .w89 {
  width: 89%; }

.w90,
section > .container > .row > .w90,
footer section > .container > .row > .w90,
section form fieldset .w90 {
  width: 90%; }

.w91,
section > .container > .row > .w91,
footer section > .container > .row > .w91,
section form fieldset .w91 {
  width: 91%; }

.w92,
section > .container > .row > .w92,
footer section > .container > .row > .w92,
section form fieldset .w92 {
  width: 92%; }

.w93,
section > .container > .row > .w93,
footer section > .container > .row > .w93,
section form fieldset .w93 {
  width: 93%; }

.w94,
section > .container > .row > .w94,
footer section > .container > .row > .w94,
section form fieldset .w94 {
  width: 94%; }

.w95,
section > .container > .row > .w95,
footer section > .container > .row > .w95,
section form fieldset .w95 {
  width: 95%; }

.w96,
section > .container > .row > .w96,
footer section > .container > .row > .w96,
section form fieldset .w96 {
  width: 96%; }

.w97,
section > .container > .row > .w97,
footer section > .container > .row > .w97,
section form fieldset .w97 {
  width: 97%; }

.w98,
section > .container > .row > .w98,
footer section > .container > .row > .w98,
section form fieldset .w98 {
  width: 98%; }

.w99,
section > .container > .row > .w99,
footer section > .container > .row > .w99,
section form fieldset .w99 {
  width: 99%; }

.w100,
section > .container > .row > .w100,
footer section > .container > .row > .w100,
section form fieldset .w100 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column100,
section > .container > .row > .column100,
.row > .column100 {
  width: 100%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column100,
    section > .container > .row > .column100,
    .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%; }

.col11 {
  width: 9.0909090909%; }

.col12 {
  width: 8.3333333333%; }

.col13 {
  width: 7.6923076923%; }

.col14 {
  width: 7.1428571429%; }

.col15 {
  width: 6.6666666667%; }

.col16 {
  width: 6.25%; }

.col17 {
  width: 5.8823529412%; }

.col18 {
  width: 5.5555555556%; }

.col19 {
  width: 5.2631578947%; }

.col20 {
  width: 5%; }

.col21 {
  width: 4.7619047619%; }

.col22 {
  width: 4.5454545455%; }

.col23 {
  width: 4.347826087%; }

.col24 {
  width: 4.1666666667%; }

.col25 {
  width: 4%; }

.col26 {
  width: 3.8461538462%; }

.col27 {
  width: 3.7037037037%; }

.col28 {
  width: 3.5714285714%; }

.col29 {
  width: 3.4482758621%; }

.col30 {
  width: 3.3333333333%; }

.col31 {
  width: 3.2258064516%; }

.col32 {
  width: 3.125%; }

.col33 {
  width: 3.0303030303%; }

.col34 {
  width: 2.9411764706%; }

.col35 {
  width: 2.8571428571%; }

.col36 {
  width: 2.7777777778%; }

.col37 {
  width: 2.7027027027%; }

.col38 {
  width: 2.6315789474%; }

.col39 {
  width: 2.5641025641%; }

.col40 {
  width: 2.5%; }

.col41 {
  width: 2.4390243902%; }

.col42 {
  width: 2.380952381%; }

.col43 {
  width: 2.3255813953%; }

.col44 {
  width: 2.2727272727%; }

.col45 {
  width: 2.2222222222%; }

.col46 {
  width: 2.1739130435%; }

.col47 {
  width: 2.1276595745%; }

.col48 {
  width: 2.0833333333%; }

.col49 {
  width: 2.0408163265%; }

.col50 {
  width: 2%; }

.col51 {
  width: 1.9607843137%; }

.col52 {
  width: 1.9230769231%; }

.col53 {
  width: 1.8867924528%; }

.col54 {
  width: 1.8518518519%; }

.col55 {
  width: 1.8181818182%; }

.col56 {
  width: 1.7857142857%; }

.col57 {
  width: 1.7543859649%; }

.col58 {
  width: 1.724137931%; }

.col59 {
  width: 1.6949152542%; }

.col60 {
  width: 1.6666666667%; }

.col61 {
  width: 1.6393442623%; }

.col62 {
  width: 1.6129032258%; }

.col63 {
  width: 1.5873015873%; }

.col64 {
  width: 1.5625%; }

.col65 {
  width: 1.5384615385%; }

.col66 {
  width: 1.5151515152%; }

.col67 {
  width: 1.4925373134%; }

.col68 {
  width: 1.4705882353%; }

.col69 {
  width: 1.4492753623%; }

.col70 {
  width: 1.4285714286%; }

.col71 {
  width: 1.4084507042%; }

.col72 {
  width: 1.3888888889%; }

.col73 {
  width: 1.3698630137%; }

.col74 {
  width: 1.3513513514%; }

.col75 {
  width: 1.3333333333%; }

.col76 {
  width: 1.3157894737%; }

.col77 {
  width: 1.2987012987%; }

.col78 {
  width: 1.2820512821%; }

.col79 {
  width: 1.2658227848%; }

.col80 {
  width: 1.25%; }

.col81 {
  width: 1.2345679012%; }

.col82 {
  width: 1.2195121951%; }

.col83 {
  width: 1.2048192771%; }

.col84 {
  width: 1.1904761905%; }

.col85 {
  width: 1.1764705882%; }

.col86 {
  width: 1.1627906977%; }

.col87 {
  width: 1.1494252874%; }

.col88 {
  width: 1.1363636364%; }

.col89 {
  width: 1.1235955056%; }

.col90 {
  width: 1.1111111111%; }

.col91 {
  width: 1.0989010989%; }

.col92 {
  width: 1.0869565217%; }

.col93 {
  width: 1.0752688172%; }

.col94 {
  width: 1.0638297872%; }

.col95 {
  width: 1.0526315789%; }

.col96 {
  width: 1.0416666667%; }

.col97 {
  width: 1.0309278351%; }

.col98 {
  width: 1.0204081633%; }

.col99 {
  width: 1.0101010101%; }

.col100 {
  width: 1%; }

.col-li1 li,
.colli1 li,
.col_li1 li {
  width: 100%; }

.col-li2 li,
.colli2 li,
.col_li2 li {
  width: 50%; }

.col-li3 li,
.colli3 li,
.col_li3 li {
  width: 33.3333333333%; }

.col-li4 li,
.colli4 li,
.col_li4 li {
  width: 25%; }

.col-li5 li,
.colli5 li,
.col_li5 li {
  width: 20%; }

.col-li6 li,
.colli6 li,
.col_li6 li {
  width: 16.6666666667%; }

.col-li7 li,
.colli7 li,
.col_li7 li {
  width: 14.2857142857%; }

.col-li8 li,
.colli8 li,
.col_li8 li {
  width: 12.5%; }

.col-li9 li,
.colli9 li,
.col_li9 li {
  width: 11.1111111111%; }

.col-li10 li,
.colli10 li,
.col_li10 li {
  width: 10%; }

.col-li11 li,
.colli11 li,
.col_li11 li {
  width: 9.0909090909%; }

.col-li12 li,
.colli12 li,
.col_li12 li {
  width: 8.3333333333%; }

.col-li13 li,
.colli13 li,
.col_li13 li {
  width: 7.6923076923%; }

.col-li14 li,
.colli14 li,
.col_li14 li {
  width: 7.1428571429%; }

.col-li15 li,
.colli15 li,
.col_li15 li {
  width: 6.6666666667%; }

.col-li16 li,
.colli16 li,
.col_li16 li {
  width: 6.25%; }

.col-li17 li,
.colli17 li,
.col_li17 li {
  width: 5.8823529412%; }

.col-li18 li,
.colli18 li,
.col_li18 li {
  width: 5.5555555556%; }

.col-li19 li,
.colli19 li,
.col_li19 li {
  width: 5.2631578947%; }

.col-li20 li,
.colli20 li,
.col_li20 li {
  width: 5%; }

.col-li21 li,
.colli21 li,
.col_li21 li {
  width: 4.7619047619%; }

.col-li22 li,
.colli22 li,
.col_li22 li {
  width: 4.5454545455%; }

.col-li23 li,
.colli23 li,
.col_li23 li {
  width: 4.347826087%; }

.col-li24 li,
.colli24 li,
.col_li24 li {
  width: 4.1666666667%; }

.col-li25 li,
.colli25 li,
.col_li25 li {
  width: 4%; }

.col-li26 li,
.colli26 li,
.col_li26 li {
  width: 3.8461538462%; }

.col-li27 li,
.colli27 li,
.col_li27 li {
  width: 3.7037037037%; }

.col-li28 li,
.colli28 li,
.col_li28 li {
  width: 3.5714285714%; }

.col-li29 li,
.colli29 li,
.col_li29 li {
  width: 3.4482758621%; }

.col-li30 li,
.colli30 li,
.col_li30 li {
  width: 3.3333333333%; }

.col-li31 li,
.colli31 li,
.col_li31 li {
  width: 3.2258064516%; }

.col-li32 li,
.colli32 li,
.col_li32 li {
  width: 3.125%; }

.col-li33 li,
.colli33 li,
.col_li33 li {
  width: 3.0303030303%; }

.col-li34 li,
.colli34 li,
.col_li34 li {
  width: 2.9411764706%; }

.col-li35 li,
.colli35 li,
.col_li35 li {
  width: 2.8571428571%; }

.col-li36 li,
.colli36 li,
.col_li36 li {
  width: 2.7777777778%; }

.col-li37 li,
.colli37 li,
.col_li37 li {
  width: 2.7027027027%; }

.col-li38 li,
.colli38 li,
.col_li38 li {
  width: 2.6315789474%; }

.col-li39 li,
.colli39 li,
.col_li39 li {
  width: 2.5641025641%; }

.col-li40 li,
.colli40 li,
.col_li40 li {
  width: 2.5%; }

.col-li41 li,
.colli41 li,
.col_li41 li {
  width: 2.4390243902%; }

.col-li42 li,
.colli42 li,
.col_li42 li {
  width: 2.380952381%; }

.col-li43 li,
.colli43 li,
.col_li43 li {
  width: 2.3255813953%; }

.col-li44 li,
.colli44 li,
.col_li44 li {
  width: 2.2727272727%; }

.col-li45 li,
.colli45 li,
.col_li45 li {
  width: 2.2222222222%; }

.col-li46 li,
.colli46 li,
.col_li46 li {
  width: 2.1739130435%; }

.col-li47 li,
.colli47 li,
.col_li47 li {
  width: 2.1276595745%; }

.col-li48 li,
.colli48 li,
.col_li48 li {
  width: 2.0833333333%; }

.col-li49 li,
.colli49 li,
.col_li49 li {
  width: 2.0408163265%; }

.col-li50 li,
.colli50 li,
.col_li50 li {
  width: 2%; }

.col-li51 li,
.colli51 li,
.col_li51 li {
  width: 1.9607843137%; }

.col-li52 li,
.colli52 li,
.col_li52 li {
  width: 1.9230769231%; }

.col-li53 li,
.colli53 li,
.col_li53 li {
  width: 1.8867924528%; }

.col-li54 li,
.colli54 li,
.col_li54 li {
  width: 1.8518518519%; }

.col-li55 li,
.colli55 li,
.col_li55 li {
  width: 1.8181818182%; }

.col-li56 li,
.colli56 li,
.col_li56 li {
  width: 1.7857142857%; }

.col-li57 li,
.colli57 li,
.col_li57 li {
  width: 1.7543859649%; }

.col-li58 li,
.colli58 li,
.col_li58 li {
  width: 1.724137931%; }

.col-li59 li,
.colli59 li,
.col_li59 li {
  width: 1.6949152542%; }

.col-li60 li,
.colli60 li,
.col_li60 li {
  width: 1.6666666667%; }

.col-li61 li,
.colli61 li,
.col_li61 li {
  width: 1.6393442623%; }

.col-li62 li,
.colli62 li,
.col_li62 li {
  width: 1.6129032258%; }

.col-li63 li,
.colli63 li,
.col_li63 li {
  width: 1.5873015873%; }

.col-li64 li,
.colli64 li,
.col_li64 li {
  width: 1.5625%; }

.col-li65 li,
.colli65 li,
.col_li65 li {
  width: 1.5384615385%; }

.col-li66 li,
.colli66 li,
.col_li66 li {
  width: 1.5151515152%; }

.col-li67 li,
.colli67 li,
.col_li67 li {
  width: 1.4925373134%; }

.col-li68 li,
.colli68 li,
.col_li68 li {
  width: 1.4705882353%; }

.col-li69 li,
.colli69 li,
.col_li69 li {
  width: 1.4492753623%; }

.col-li70 li,
.colli70 li,
.col_li70 li {
  width: 1.4285714286%; }

.col-li71 li,
.colli71 li,
.col_li71 li {
  width: 1.4084507042%; }

.col-li72 li,
.colli72 li,
.col_li72 li {
  width: 1.3888888889%; }

.col-li73 li,
.colli73 li,
.col_li73 li {
  width: 1.3698630137%; }

.col-li74 li,
.colli74 li,
.col_li74 li {
  width: 1.3513513514%; }

.col-li75 li,
.colli75 li,
.col_li75 li {
  width: 1.3333333333%; }

.col-li76 li,
.colli76 li,
.col_li76 li {
  width: 1.3157894737%; }

.col-li77 li,
.colli77 li,
.col_li77 li {
  width: 1.2987012987%; }

.col-li78 li,
.colli78 li,
.col_li78 li {
  width: 1.2820512821%; }

.col-li79 li,
.colli79 li,
.col_li79 li {
  width: 1.2658227848%; }

.col-li80 li,
.colli80 li,
.col_li80 li {
  width: 1.25%; }

.col-li81 li,
.colli81 li,
.col_li81 li {
  width: 1.2345679012%; }

.col-li82 li,
.colli82 li,
.col_li82 li {
  width: 1.2195121951%; }

.col-li83 li,
.colli83 li,
.col_li83 li {
  width: 1.2048192771%; }

.col-li84 li,
.colli84 li,
.col_li84 li {
  width: 1.1904761905%; }

.col-li85 li,
.colli85 li,
.col_li85 li {
  width: 1.1764705882%; }

.col-li86 li,
.colli86 li,
.col_li86 li {
  width: 1.1627906977%; }

.col-li87 li,
.colli87 li,
.col_li87 li {
  width: 1.1494252874%; }

.col-li88 li,
.colli88 li,
.col_li88 li {
  width: 1.1363636364%; }

.col-li89 li,
.colli89 li,
.col_li89 li {
  width: 1.1235955056%; }

.col-li90 li,
.colli90 li,
.col_li90 li {
  width: 1.1111111111%; }

.col-li91 li,
.colli91 li,
.col_li91 li {
  width: 1.0989010989%; }

.col-li92 li,
.colli92 li,
.col_li92 li {
  width: 1.0869565217%; }

.col-li93 li,
.colli93 li,
.col_li93 li {
  width: 1.0752688172%; }

.col-li94 li,
.colli94 li,
.col_li94 li {
  width: 1.0638297872%; }

.col-li95 li,
.colli95 li,
.col_li95 li {
  width: 1.0526315789%; }

.col-li96 li,
.colli96 li,
.col_li96 li {
  width: 1.0416666667%; }

.col-li97 li,
.colli97 li,
.col_li97 li {
  width: 1.0309278351%; }

.col-li98 li,
.colli98 li,
.col_li98 li {
  width: 1.0204081633%; }

.col-li99 li,
.colli99 li,
.col_li99 li {
  width: 1.0101010101%; }

.col-li100 li,
.colli100 li,
.col_li100 li {
  width: 1%; }

.item100 li,
.item100 figure {
  width: 1%; }

.item99 li,
.item99 figure {
  width: 1.0101010101%; }

.item98 li,
.item98 figure {
  width: 1.0204081633%; }

.item97 li,
.item97 figure {
  width: 1.0309278351%; }

.item96 li,
.item96 figure {
  width: 1.0416666667%; }

.item95 li,
.item95 figure {
  width: 1.0526315789%; }

.item94 li,
.item94 figure {
  width: 1.0638297872%; }

.item93 li,
.item93 figure {
  width: 1.0752688172%; }

.item92 li,
.item92 figure {
  width: 1.0869565217%; }

.item91 li,
.item91 figure {
  width: 1.0989010989%; }

.item90 li,
.item90 figure {
  width: 1.1111111111%; }

.item89 li,
.item89 figure {
  width: 1.1235955056%; }

.item88 li,
.item88 figure {
  width: 1.1363636364%; }

.item87 li,
.item87 figure {
  width: 1.1494252874%; }

.item86 li,
.item86 figure {
  width: 1.1627906977%; }

.item85 li,
.item85 figure {
  width: 1.1764705882%; }

.item84 li,
.item84 figure {
  width: 1.1904761905%; }

.item83 li,
.item83 figure {
  width: 1.2048192771%; }

.item82 li,
.item82 figure {
  width: 1.2195121951%; }

.item81 li,
.item81 figure {
  width: 1.2345679012%; }

.item80 li,
.item80 figure {
  width: 1.25%; }

.item79 li,
.item79 figure {
  width: 1.2658227848%; }

.item78 li,
.item78 figure {
  width: 1.2820512821%; }

.item77 li,
.item77 figure {
  width: 1.2987012987%; }

.item76 li,
.item76 figure {
  width: 1.3157894737%; }

.item75 li,
.item75 figure {
  width: 1.3333333333%; }

.item74 li,
.item74 figure {
  width: 1.3513513514%; }

.item73 li,
.item73 figure {
  width: 1.3698630137%; }

.item72 li,
.item72 figure {
  width: 1.3888888889%; }

.item71 li,
.item71 figure {
  width: 1.4084507042%; }

.item70 li,
.item70 figure {
  width: 1.4285714286%; }

.item69 li,
.item69 figure {
  width: 1.4492753623%; }

.item68 li,
.item68 figure {
  width: 1.4705882353%; }

.item67 li,
.item67 figure {
  width: 1.4925373134%; }

.item66 li,
.item66 figure {
  width: 1.5151515152%; }

.item65 li,
.item65 figure {
  width: 1.5384615385%; }

.item64 li,
.item64 figure {
  width: 1.5625%; }

.item63 li,
.item63 figure {
  width: 1.5873015873%; }

.item62 li,
.item62 figure {
  width: 1.6129032258%; }

.item61 li,
.item61 figure {
  width: 1.6393442623%; }

.item60 li,
.item60 figure {
  width: 1.6666666667%; }

.item59 li,
.item59 figure {
  width: 1.6949152542%; }

.item58 li,
.item58 figure {
  width: 1.724137931%; }

.item57 li,
.item57 figure {
  width: 1.7543859649%; }

.item56 li,
.item56 figure {
  width: 1.7857142857%; }

.item55 li,
.item55 figure {
  width: 1.8181818182%; }

.item54 li,
.item54 figure {
  width: 1.8518518519%; }

.item53 li,
.item53 figure {
  width: 1.8867924528%; }

.item52 li,
.item52 figure {
  width: 1.9230769231%; }

.item51 li,
.item51 figure {
  width: 1.9607843137%; }

.item50 li,
.item50 figure {
  width: 2%; }

.item49 li,
.item49 figure {
  width: 2.0408163265%; }

.item48 li,
.item48 figure {
  width: 2.0833333333%; }

.item47 li,
.item47 figure {
  width: 2.1276595745%; }

.item46 li,
.item46 figure {
  width: 2.1739130435%; }

.item45 li,
.item45 figure {
  width: 2.2222222222%; }

.item44 li,
.item44 figure {
  width: 2.2727272727%; }

.item43 li,
.item43 figure {
  width: 2.3255813953%; }

.item42 li,
.item42 figure {
  width: 2.380952381%; }

.item41 li,
.item41 figure {
  width: 2.4390243902%; }

.item40 li,
.item40 figure {
  width: 2.5%; }

.item39 li,
.item39 figure {
  width: 2.5641025641%; }

.item38 li,
.item38 figure {
  width: 2.6315789474%; }

.item37 li,
.item37 figure {
  width: 2.7027027027%; }

.item36 li,
.item36 figure {
  width: 2.7777777778%; }

.item35 li,
.item35 figure {
  width: 2.8571428571%; }

.item34 li,
.item34 figure {
  width: 2.9411764706%; }

.item33 li,
.item33 figure {
  width: 3.0303030303%; }

.item32 li,
.item32 figure {
  width: 3.125%; }

.item31 li,
.item31 figure {
  width: 3.2258064516%; }

.item30 li,
.item30 figure {
  width: 3.3333333333%; }

.item29 li,
.item29 figure {
  width: 3.4482758621%; }

.item28 li,
.item28 figure {
  width: 3.5714285714%; }

.item27 li,
.item27 figure {
  width: 3.7037037037%; }

.item26 li,
.item26 figure {
  width: 3.8461538462%; }

.item25 li,
.item25 figure {
  width: 4%; }

.item24 li,
.item24 figure {
  width: 4.1666666667%; }

.item23 li,
.item23 figure {
  width: 4.347826087%; }

.item22 li,
.item22 figure {
  width: 4.5454545455%; }

.item21 li,
.item21 figure {
  width: 4.7619047619%; }

.item20 li,
.item20 figure {
  width: 5%; }

.item19 li,
.item19 figure {
  width: 5.2631578947%; }

.item18 li,
.item18 figure {
  width: 5.5555555556%; }

.item17 li,
.item17 figure {
  width: 5.8823529412%; }

.item16 li,
.item16 figure {
  width: 6.25%; }

.item15 li,
.item15 figure {
  width: 6.6666666667%; }

.item14 li,
.item14 figure {
  width: 7.1428571429%; }

.item13 li,
.item13 figure {
  width: 7.6923076923%; }

.item12 li,
.item12 figure {
  width: 8.3333333333%; }

.item11 li,
.item11 figure {
  width: 9.0909090909%; }

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

.none {
  display: none; }

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

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

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

.hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

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

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .row.between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .row.around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.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; }

.block {
  position: relative; }
  .block.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block.between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block.around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .block.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

header .block,
footer .block {
  width: initial; }

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

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    list-style-type: none;
    padding: 0;
    margin: 0; }

ol {
  counter-reset: my-counter; }
  ol li {
    position: relative;
    counter-increment: my-counter;
    padding: 5px 0 5px 20px; }
    ol li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.5em;
      display: block;
      content: counter(my-counter);
      clear: both;
      font-weight: bold;
      font-size: 1em;
      margin-right: 10px;
      line-height: 1;
      color: #8dc540; }

a {
  color: #14253f;
  text-decoration: none; }
  a.active {
    color: #ff0055; }
  a:hover {
    color: #8dc540; }

a,
button,
.button,
.link {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  a:hover,
  button:hover,
  .button:hover,
  .link:hover {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  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_content {
  -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; }

section > .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.img.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;
  margin: 0 auto; }

header {
  z-index: 10; }
  header .container {
    padding: 0 10px; }
    header .container > .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1023px) {
        header .container > .row {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.section_logo {
  background: #ff0055;
  height: 50px; }
  .section_logo .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.block_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;
  width: 150px !important;
  height: 50px; }
  .block_logo .logo_bg {
    position: absolute;
    top: 0; }

.logo {
  position: relative;
  z-index: 1;
  margin: -7px auto 0; }

@media (max-width: 1023px) {
  .section_menu {
    display: none; } }

.section_menu .container {
  padding: 20px 10px; }

.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; }
  @media (max-width: 1023px) {
    .menu {
      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; } }
  .menu li {
    position: relative;
    padding: 10px; }
    .menu li > a,
    .menu 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;
      font-weight: bold;
      padding: 10px; }
      .menu li > a .icon,
      .menu li > .inner .icon {
        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-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .menu li > a:only-child .icon,
      .menu li > .inner:only-child .icon {
        display: none; }
    .menu li .slide {
      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;
      background: #f2f2f2;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
      padding: 10px;
      border-radius: 20px; }
      @media (max-width: 1023px) {
        .menu li .slide {
          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; } }
      .menu li .slide li {
        padding: 10px; }
        .menu li .slide li a {
          padding: 0; }
    .menu li.active > a .icon,
    .menu li.active > .inner .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

@media (min-width: 1024px) {
  .accordion_menu li {
    padding: 0 10px; }
    .accordion_menu li:hover > a,
    .accordion_menu li:hover > .inner {
      color: #8dc540; }
    .accordion_menu li:hover .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .accordion_menu li a,
    .accordion_menu li .inner {
      position: relative; }
    .accordion_menu li .slide {
      position: absolute;
      z-index: 10;
      top: 100%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .accordion_menu li:hover .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

.main_img {
  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;
  border-radius: 50px;
  overflow: hidden; }
  .main_img .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;
    background: #14253f; }
    @media (max-width: 1023px) {
      .main_img .img img {
        opacity: 0.5; } }
  .main_img .caption {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    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: 30px 50px;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    line-height: 1; }
    @media (max-width: 1599px) {
      .main_img .caption {
        font-size: 2.5em; } }
    @media (max-width: 1199px) {
      .main_img .caption {
        font-size: 2em;
        padding: 20px; } }
    @media (max-width: 1023px) {
      .main_img .caption {
        font-size: 1.5em; } }
    @media (max-width: 767px) {
      .main_img .caption {
        font-size: 1em; } }

.planet {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -200px;
  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: 400px;
  height: 400px; }
  @media (max-width: 1599px) {
    .planet {
      right: -50px; } }
  @media (max-width: 1023px) {
    .planet {
      right: -200px; } }
  .planet canvas {
    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;
    height: 400px !important; }
  .planet:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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;
    background: #8dc540;
    filter: blur(100px);
    opacity: 0.25;
    content: "";
    clear: both; }

.heading {
  font-size: 2em;
  color: #14253f;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 20px; }
  @media (max-width: 1023px) {
    .heading {
      font-size: 1.5em; } }
  @media (max-width: 767px) {
    .heading {
      font-size: 1.2em; } }
  .heading .sub_heading {
    font-size: 0.7em;
    color: rgba(0, 0, 0, 0.5); }
  .heading.center {
    text-align: center; }
  .heading.left {
    text-align: left; }
  .heading.small {
    font-size: 1.5em; }
    @media (max-width: 1599px) {
      .heading.small {
        font-size: 1.2em; } }
  .heading.heading_img {
    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; }
    @media (max-width: 1023px) {
      .heading.heading_img {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 0; } }
    @media (max-width: 1023px) {
      .heading.heading_img br {
        display: none; } }
    .heading.heading_img .img {
      margin-left: 20px; }
      @media (max-width: 1023px) {
        .heading.heading_img .img {
          margin-left: 0;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          width: 30px;
          height: 30px; }
          .heading.heading_img .img svg {
            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%; }
          .heading.heading_img .img image {
            width: 100%;
            height: 100%; } }
  .heading.micro {
    font-size: 0.8em;
    padding: 10px; }
  .heading.pmin {
    padding: 10px; }

.trust_us {
  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; }
  .trust_us li {
    padding: 0 20px;
    width: calc(100% / 4); }
    @media (max-width: 1023px) {
      .trust_us li {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .trust_us li {
        width: calc(100% / 2); } }
    .trust_us 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; }
      .trust_us 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;
        height: 100px; }
        @media (max-width: 767px) {
          .trust_us li .inner .img {
            height: 80px; } }
        .trust_us li .inner .img svg {
          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%; }
        .trust_us li .inner .img image {
          width: 100%;
          height: 100%; }

.quantity {
  position: relative;
  overflow: hidden;
  border-radius: 7px; }
  .quantity input[type="number"]::-webkit-inner-spin-button,
  .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity input[type="number"] {
    -moz-appearance: textfield; }
  .quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 30px !important; }
  .quantity input:focus {
    outline: 0; }
  .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px; }
  .quantity .quantity-button {
    background: #fff5c4;
    position: relative;
    cursor: pointer;
    border: 2px solid #999999;
    width: 20px;
    text-align: center;
    color: #333;
    line-height: 1;
    font-weight: bold;
    font-size: 1em;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .quantity .quantity-button:hover {
      background: #8dc540; }
  .quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 2px solid #999999;
    border-bottom-width: 1px;
    border-top-right-radius: 7px; }
  .quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    border-bottom-right-radius: 7px; }

.form_filter {
  background: #e6e6e6;
  border-radius: 50px;
  width: 100%; }
  .form_filter fieldset {
    width: 100%; }
  .form_filter .button {
    width: 100%;
    padding: 20px; }
    .form_filter .button:hover {
      background: #14253f;
      color: #ff0055; }
  .form_filter .row > .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;
    min-height: 110px; }
    @media (max-width: 1023px) {
      .form_filter .row > .block {
        width: calc(100% / 3) !important; } }
    @media (max-width: 767px) {
      .form_filter .row > .block {
        width: calc(100% / 2) !important; } }
    @media (max-width: 479px) {
      .form_filter .row > .block {
        width: calc(100% / 1) !important;
        min-height: initial; } }
  .form_filter .caption {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 5px; }
  .form_filter .slide-filter {
    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: wrap;
        flex-wrap: wrap; }
    .form_filter .slide-filter .quantity {
      width: 45%; }
    .form_filter .slide-filter input {
      width: 100%;
      padding: 10px;
      font-weight: bold;
      font-size: 16px; }
    .form_filter .slide-filter .delim {
      font-weight: bold; }
    .form_filter .slide-filter .ui-slider {
      width: 100%;
      background: #d3d3d3;
      margin-bottom: 15px;
      margin-left: 10px;
      margin-right: 10px; }
      .form_filter .slide-filter .ui-slider .ui-slider-range {
        background: #fff5c4;
        border: 1px solid #999999;
        height: 150%; }
        .form_filter .slide-filter .ui-slider .ui-slider-range:last-child {
          background: #fff; }
      .form_filter .slide-filter .ui-slider .ui-slider-handle {
        border: 3px solid #ff0055;
        background: #fff5c4;
        padding: 5px;
        border-radius: 7px;
        width: 1.6em;
        height: 1.6em;
        margin-left: -0.8em; }
        .form_filter .slide-filter .ui-slider .ui-slider-handle:hover {
          background: #8dc540; }
        .form_filter .slide-filter .ui-slider .ui-slider-handle:focus {
          border-color: pink; }
  .filter_aside .form_filter .row > .block {
    width: 100%;
    min-height: initial; }
    .filter_aside .form_filter .row > .block .slide-filter {
      width: 100%; }
    .filter_aside .form_filter .row > .block .accordion-filter,
    .filter_aside .form_filter .row > .block .slide-row-filter {
      width: 100%; }
    .filter_aside .form_filter .row > .block .multiselect {
      width: 200px;
      min-width: 100%; }

input,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  border: 2px solid #999999;
  border-radius: 7px; }

select {
  width: 100%;
  border: 2px solid #999999;
  border-radius: 7px;
  padding: 10px; }
  select:hover {
    border-color: #8dc540; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  background: #8dc540;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 7px; }

.multiselect.checked .over {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }

.multiselect {
  width: 100%;
  position: relative; }
  .multiselect.checked {
    z-index: 100; }

.toggle-next {
  border-radius: 0; }

label {
  cursor: pointer; }

.ellipsis {
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: 2px solid #999999;
  border-radius: 7px;
  padding: 10px;
  color: #000; }
  .ellipsis:hover {
    background: #8dc540; }

.apply-selection {
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc; }

.apply-selection .ajax-link {
  display: none; }

.checkboxes {
  position: absolute;
  z-index: 9;
  top: 44px;
  width: 100%;
  background: #fff;
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 7px; }

.checkboxes .inner-wrap {
  padding: 5px 10px;
  max-height: 140px;
  overflow: auto; }

.inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .inner-wrap br {
    display: none; }
  .inner-wrap 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;
    padding: 5px;
    font-size: 16px; }
    .inner-wrap label input {
      margin-right: 7px; }
    .inner-wrap label:hover {
      background: #8dc540; }

.checked:hover {
  cursor: pointer; }

.checked .ellipsis {
  z-index: -1;
  background: #e6e6e6;
  color: #ff0055; }

.tabs > ul {
  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; }
  .tabs > ul li {
    padding: 10px; }
    @media (max-width: 767px) {
      .tabs > ul li {
        padding: 5px; } }
    .tabs > ul li a,
    .tabs > ul 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;
      font-weight: bold;
      border-radius: 20px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .tabs > ul li a,
        .tabs > ul li .inner {
          padding: 10px;
          font-size: 0.9em; } }
    .tabs > ul li:hover a:hover,
    .tabs > ul li:hover .inner:hover {
      background: #8dc540;
      color: #fff; }
    .tabs > ul li.tab_active a,
    .tabs > ul li.tab_active .inner {
      background: #ff0055;
      color: #fff; }

.why_we {
  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; }
  .why_we li {
    padding: 20px;
    width: calc(100% / 6); }
    @media (max-width: 1023px) {
      .why_we li {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 767px) {
      .why_we li {
        width: calc(100% / 2); } }
    .why_we 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .why_we 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;
        height: 120px;
        overflow: hidden; }
        @media (max-width: 1023px) {
          .why_we li .inner .img {
            height: 80px;
            padding: 10px; } }
        @media (max-width: 1023px) {
          .why_we li .inner .img svg {
            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%; }
            .why_we li .inner .img svg image {
              width: 100%;
              height: 100%; } }
      .why_we li .inner .caption {
        font-weight: bold; }
        @media (max-width: 1023px) {
          .why_we li .inner .caption br {
            display: none; } }
        .why_we li .inner .caption span {
          color: #ff0055;
          text-align: center; }

.branch {
  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; }
  .branch li {
    padding: 20px;
    width: calc(100% / 4); }
    @media (max-width: 1023px) {
      .branch li {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 767px) {
      .branch li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .branch li {
        width: calc(100% / 1); } }
    .branch 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 20px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
      .branch 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;
        height: 200px;
        overflow: hidden; }
        @media (max-width: 1023px) {
          .branch li .inner .img {
            height: 160px; } }
        @media (max-width: 1023px) {
          .branch li .inner .img img {
            width: initial;
            max-height: 100%; } }
      .branch li .inner .caption {
        font-size: 1.5em;
        color: #8dc540;
        font-weight: bold;
        padding: 10px; }
        @media (max-width: 1023px) {
          .branch li .inner .caption {
            font-size: 1.2em; } }
      .branch li .inner:hover {
        background: #fff5c4; }

.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: -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; }
  .footer .rating {
    margin: 0;
    margin-bottom: 10px; }

.stars {
  display: inline-block;
  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: 1em; }
  .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: #f99b20; }
    .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; }

.top_proj {
  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; }
  .top_proj li {
    padding: 20px;
    width: calc(100% / 6); }
    @media (max-width: 1199px) {
      .top_proj li {
        width: calc(100% / 5); } }
    @media (max-width: 1023px) {
      .top_proj li {
        padding: 10px;
        width: calc(100% / 4); } }
    @media (max-width: 767px) {
      .top_proj li {
        width: calc(100% / 3); } }
    @media (max-width: 479px) {
      .top_proj li {
        width: calc(100% / 2); } }
    .top_proj 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .top_proj 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;
        height: 140px;
        overflow: hidden; }
        @media (max-width: 1023px) {
          .top_proj li .inner .img {
            height: 100px; } }
        .top_proj li .inner .img img {
          max-height: 100%;
          width: initial; }
      .top_proj li .inner .rating {
        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-top: -20px; }

@media (max-width: 1023px) {
  .img_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;
    height: 150px; } }

@media (max-width: 1023px) {
  .img_logo img {
    max-height: 100%;
    width: initial; } }

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .reviews li {
    padding: 20px;
    width: calc(100% / 4); }
    @media (max-width: 1023px) {
      .reviews li {
        padding: 10px;
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .reviews li {
        width: calc(100% / 1); } }
    .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: 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;
      border-radius: 20px;
      border: 2px solid #e5e5e5;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
      .reviews li .inner .description {
        font-size: 0.9em;
        line-height: 1.5;
        font-weight: 300; }
      .reviews 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-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0.8em;
        width: 100%; }
        .reviews li .inner .text .name_company {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .reviews li .inner .text .name {
          font-weight: bold;
          margin-bottom: 7px; }
        .reviews li .inner .text .company {
          font-weight: 500;
          opacity: 0.5; }
    .reviews li.admin {
      padding-left: 40px; }
      .reviews li.admin .inner {
        border-left: 5px solid #ff0055;
        background: #f2f2f2; }
        .reviews li.admin .inner .img {
          filter: grayscale(1); }
    .reviews li.empty .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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      background: #fff5c4; }
      .reviews li.empty .inner .img {
        margin: 0 0 10px 0 !important; }
      .reviews li.empty .inner .empty_text {
        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; }
      .reviews li.empty .inner .caption {
        font-weight: bold;
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 5px; }
        @media (max-width: 1023px) {
          .reviews li.empty .inner .caption {
            font-size: 1em; } }
  .reviews.reviews_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews.reviews_col li {
      width: 100%; }
      .reviews.reviews_col li .inner .text {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        @media (max-width: 1023px) {
          .reviews.reviews_col li .inner .text {
            -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; } }
      .reviews.reviews_col li .inner .img_name_company {
        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; }
      .reviews.reviews_col li .inner .reply {
        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;
        font-weight: 600;
        background: #f2f2f2;
        padding: 10px 20px;
        border-radius: 20px; }
        @media (max-width: 1023px) {
          .reviews.reviews_col li .inner .reply {
            padding: 10px;
            margin-top: 10px; } }
        .reviews.reviews_col li .inner .reply .icon {
          margin-left: 10px; }
          .reviews.reviews_col li .inner .reply .icon svg {
            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; }
            .reviews.reviews_col li .inner .reply .icon svg image {
              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%; }
        .reviews.reviews_col li .inner .reply:hover {
          color: #8dc540; }
      .reviews.reviews_col li .inner .img {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin: 0 20px 0 0; }
        .reviews.reviews_col li .inner .img svg,
        .reviews.reviews_col li .inner .img image {
          width: 100%;
          height: 100%; }

.blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .blogs li {
    width: calc(100% / 3);
    padding: 20px; }
    @media (max-width: 1023px) {
      .blogs li {
        padding: 10px;
        width: calc(100% / 2); } }
    @media (max-width: 767px) {
      .blogs li {
        width: calc(100% / 1); } }
    .blogs 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 20px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
      .blogs 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%;
        border-radius: 20px;
        height: 300px;
        overflow: hidden; }
      .blogs li .inner .text {
        position: relative;
        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; }
      .blogs li .inner .icon {
        position: absolute;
        top: -50px;
        left: 0; }
      .blogs li .inner .date {
        margin-left: 80px;
        opacity: 0.5; }
      .blogs li .inner .caption {
        position: relative;
        z-index: 2;
        font-size: 1.3em;
        font-weight: bold;
        margin: 10px 0; }
      .blogs li .inner .description {
        font-size: 0.9em;
        font-weight: 300; }
    .blogs li:nth-child(3n + 1) .img {
      background: #14253f; }
    .blogs li:nth-child(3n + 2) .img {
      background: #8dc540; }
    .blogs li:nth-child(3n + 3) .img {
      background: #ff0055; }

.countries {
  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; }
  .countries li {
    padding: 20px; }
    @media (max-width: 1023px) {
      .countries li {
        padding: 10px; } }
    .countries 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; }
      .countries li .inner .img {
        margin-right: 7px; }
        @media (max-width: 1023px) {
          .countries li .inner .img {
            margin-right: 5px; } }
      .countries li .inner .caption {
        font-weight: bold;
        font-size: 1.3em; }
        @media (max-width: 1023px) {
          .countries li .inner .caption {
            font-size: 1em; } }

.tab_caption {
  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: wrap;
      flex-wrap: wrap;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 10px;
  margin: 20px 0; }
  @media (max-width: 1023px) {
    .tab_caption {
      margin: 0; } }
  .tab_caption .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: 50%;
    padding: 5px; }
    @media (max-width: 1023px) {
      .tab_caption .img {
        height: 80px; } }
  .tab_caption .caption {
    width: 50%;
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 10px; }
  .tab_caption a,
  .tab_caption .link {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #8dc540;
    margin-top: 7px; }
    @media (max-width: 1023px) {
      .tab_caption a .icon,
      .tab_caption .link .icon {
        width: 50px; }
        .tab_caption a .icon svg,
        .tab_caption .link .icon svg {
          width: 100%; }
          .tab_caption a .icon svg image,
          .tab_caption .link .icon svg image {
            width: 100%; } }

.tab_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tab_ul li {
    width: calc(100% / 5);
    padding: 20px; }
    @media (max-width: 1199px) {
      .tab_ul li {
        width: calc(100% / 4); } }
    @media (max-width: 1023px) {
      .tab_ul li {
        padding: 10px;
        width: calc(100% / 4); } }
    @media (max-width: 767px) {
      .tab_ul li {
        width: calc(100% / 3); } }
    @media (max-width: 479px) {
      .tab_ul li {
        width: calc(100% / 2); } }
    .tab_ul 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px;
      border-radius: 20px;
      border: 2px solid #e5e5e5;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
      .tab_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;
        height: 100px;
        overflow: hidden; }
        .tab_ul li .inner .img img {
          max-height: 100%;
          width: initial; }
      .tab_ul li .inner .caption {
        font-weight: bold;
        padding: 4px; }

.content {
  padding: 20px; }
  @media (max-width: 1023px) {
    .content {
      padding: 10px; } }

blockquote {
  padding: 10px 20px;
  background: #fff5c4;
  border-left: 5px solid yellow; }

.faq {
  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; }
  .faq li {
    position: relative;
    width: calc(100% / 1.5);
    border-radius: 20px;
    border: 2px solid #e5e5e5;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    margin: 20px 0; }
    @media (max-width: 1023px) {
      .faq li {
        margin: 10px 0;
        width: calc(100% / 1); } }
    .faq li .opener {
      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: 20px; }
    .faq li .icon {
      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 40px 0 20px; }
      .faq li .icon span {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 26px;
        height: 6px;
        background: #8dc540; }
        .faq li .icon span:first-child {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
        .faq li .icon span:last-child {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
    .faq li .opener {
      font-weight: bold;
      font-size: 1.3em; }
    .faq li .slide {
      font-size: 0.9em;
      padding: 10px 20px 20px 80px; }
    .faq li.active {
      box-shadow: initial; }
      .faq li.active .icon span {
        background: #ff0055; }
        .faq li.active .icon span:last-child {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }

.map_container {
  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: 20px 0; }
  @media (max-width: 1023px) {
    .map_container {
      height: 560px; } }
  @media (max-width: 767px) {
    .map_container {
      height: 460px; } }
  @media (max-width: 599px) {
    .map_container {
      height: 360px; } }
  @media (max-width: 479px) {
    .map_container {
      height: 300px; } }

footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #0c203d;
  color: #fff;
  font-size: 0.8em;
  min-height: 90px;
  padding: 30px; }
  @media (max-width: 1199px) {
    footer {
      padding-top: 70px;
      padding-bottom: 10px; } }
  @media (max-width: 1199px) {
    footer .row {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1199px) {
    footer .row > .block {
      padding: 10px !important; } }
  footer .block_left {
    height: 100%; }
    @media (max-width: 1199px) {
      footer .block_left {
        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; } }
    @media (max-width: 1199px) {
      footer .block_left ul {
        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; } }
  @media (max-width: 1199px) {
    footer .block_right {
      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; } }
  @media (max-width: 1199px) {
    footer .block_right ul {
      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; } }
  footer .block_right ul li {
    padding: 0 10px; }
    footer .block_right ul li span {
      padding: 0 3px; }
  footer .block_logo {
    left: 50%;
    margin-left: -75px;
    top: 17px; }
    footer .block_logo .logo_bg {
      position: relative;
      top: initial; }
    footer .block_logo .logo {
      position: absolute;
      top: initial;
      margin-top: -25px; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 3px; }
  footer a {
    color: #fff;
    text-decoration: underline; }
    footer a:hover {
      text-decoration: none; }
  footer .rating {
    margin-bottom: 0 !important; }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .products a,
  .products .link,
  .products .open_sh,
  .products .open_coupon {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .products a:hover,
    .products .link:hover,
    .products .open_sh:hover,
    .products .open_coupon:hover {
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .products > li {
    padding: 10px 10px 20px 10px;
    width: 100%; }
    @media (max-width: 479px) {
      .products > li {
        padding: 10px 0 20px; } }
    .products > li > .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      border-radius: 20px;
      border: 2px solid #e5e5e5;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
      padding: 10px 0; }
      .products > li > .inner .statuses {
        position: absolute;
        top: -16px;
        left: 10px;
        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; }
        @media (max-width: 479px) {
          .products > li > .inner .statuses {
            top: -13px;
            left: 0; } }
        .products > li > .inner .statuses > div {
          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 10px;
          margin: 2px 6px;
          border-radius: 20px;
          font-size: 0.75em;
          font-weight: 600;
          color: #fff;
          background: #14253f;
          text-transform: uppercase; }
          @media (max-width: 479px) {
            .products > li > .inner .statuses > div {
              font-size: 0.5em; } }
          .products > li > .inner .statuses > div.top {
            background: #ff0055; }
          .products > li > .inner .statuses > div.best {
            background: #8dc540; }
      .products > li > .inner > .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;
        width: 100%; }
        .products > li > .inner > .row > .block {
          width: initial;
          padding: 5px 20px;
          margin: auto; }
          @media (max-width: 479px) {
            .products > li > .inner > .row > .block {
              padding: 5px; } }
          .products > li > .inner > .row > .block:only-child {
            width: 100%; }
      .products > 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: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px; }
      .products > li > .inner .num_ppl {
        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: 5px 0; }
        .products > li > .inner .num_ppl .num {
          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;
          font-weight: bold;
          font-size: 1.5em;
          color: rgba(20, 37, 63, 0.75);
          margin-right: 5px;
          padding-right: 8px; }
          .products > li > .inner .num_ppl .num:before {
            position: absolute;
            right: 0;
            width: 2px;
            height: 100%;
            display: block;
            content: "";
            clear: both;
            background: #d3d3d3;
            -webkit-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                    transform: rotate(15deg); }
        .products > li > .inner .num_ppl .ppl {
          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;
          font-size: 0.6em; }
          .products > li > .inner .num_ppl .ppl span {
            font-weight: 600;
            margin-right: 2px;
            font-size: 1.2em; }
      .products > li > .inner .prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .products > li > .inner .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        line-height: 1; }
        @media (max-width: 479px) {
          .products > li > .inner .price {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .products > li > .inner .price .dollar {
          color: rgba(0, 0, 0, 0.8);
          font-weight: 900;
          margin-bottom: 3px; }
        .products > li > .inner .price .sum {
          font-size: 2em;
          color: #000;
          font-weight: 900;
          margin: 0 2px; }
          @media (max-width: 479px) {
            .products > li > .inner .price .sum {
              font-size: 1.5em; } }
        .products > li > .inner .price .term {
          font-size: 0.8em;
          color: rgba(0, 0, 0, 0.5);
          font-weight: 600;
          white-space: nowrap;
          margin-bottom: 3px; }
          @media (max-width: 479px) {
            .products > li > .inner .price .term {
              width: 100%;
              text-align: center; } }
      .products > li > .inner .coupons {
        position: relative; }
        .products > li > .inner .coupons .open_coupon {
          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 10px;
          border-radius: 20px;
          background: #e6e6e6;
          color: #14253f;
          font-weight: bold;
          font-size: 0.9em;
          line-height: 1; }
          @media (max-width: 479px) {
            .products > li > .inner .coupons .open_coupon {
              font-size: 0.8em; } }
          .products > li > .inner .coupons .open_coupon .num {
            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;
            min-height: 24px;
            background: #8dc540;
            font-weight: bold;
            border-radius: 50%;
            font-size: 0.8em;
            margin-left: 6px;
            color: #14253f; }
            @media (max-width: 479px) {
              .products > li > .inner .coupons .open_coupon .num {
                width: 20px;
                height: 20px;
                min-width: 20px;
                min-height: 20px;
                font-size: 0.7em; } }
          .products > li > .inner .coupons .open_coupon:hover {
            background: #14253f;
            color: #fff;
            cursor: pointer; }
        .products > li > .inner .coupons .slide_coupon {
          position: absolute;
          z-index: 2;
          top: 100%;
          right: 0;
          display: none;
          padding-top: 10px; }
          .products > li > .inner .coupons .slide_coupon ul.coupons_ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 300px;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
            padding: 5px 0; }
            @media (max-width: 1023px) {
              .products > li > .inner .coupons .slide_coupon ul.coupons_ul {
                width: 240px;
                font-size: 0.9em; } }
            .products > li > .inner .coupons .slide_coupon ul.coupons_ul li {
              width: 100%;
              padding: 5px 10px; }
              .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                border: 0;
                padding: 10px;
                border-radius: 10px; }
                .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner .icon_caption {
                  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; }
                .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner .icon {
                  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;
                  min-height: 24px;
                  margin-right: 6px; }
                  .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner .icon svg {
                    width: 100%;
                    height: initial; }
                .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner .caption {
                  font-weight: bold;
                  font-size: 0.8em; }
                .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner .description {
                  width: 100%;
                  font-size: 0.8em;
                  font-weight: 500; }
                .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner:hover {
                  background: #f2f2f2; }
                  .products > li > .inner .coupons .slide_coupon ul.coupons_ul li .inner:hover .description {
                    color: #000; }
        .products > li > .inner .coupons:hover .open_coupon + .slide_coupon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .products > li > .inner .link {
        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: 13px 20px;
        border-radius: 20px;
        background: #8dc540;
        color: #fff;
        font-weight: bold;
        font-size: 0.9em; }
        .products > li > .inner .link .caption {
          white-space: nowrap;
          line-height: 1; }
        .products > li > .inner .link .icon {
          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;
          min-height: 16px;
          margin-left: 10px; }
          .products > li > .inner .link .icon svg {
            height: initial;
            filter: grayscale(1) brightness(0); }
        .products > li > .inner .link:hover {
          background: #fff5c4;
          color: #14253f; }
      .products > li > .inner .show_hide {
        position: relative;
        max-height: 30px;
        overflow: hidden; }
        .products > li > .inner .show_hide .content {
          padding: 0;
          font-size: 0.8em; }
        .products > li > .inner .show_hide .open_sh {
          position: absolute;
          bottom: 0;
          right: 0;
          border-radius: 20px;
          padding: 6px 10px;
          font-weight: 600;
          font-size: 0.75em;
          display: none;
          min-width: 100px;
          background: #f2f2f2;
          border: 2px solid #14253f;
          color: rgba(20, 37, 63, 0.7); }
          .products > li > .inner .show_hide .open_sh > span.show {
            display: block; }
          .products > li > .inner .show_hide .open_sh > span.hide {
            display: none; }
          .products > li > .inner .show_hide .open_sh:hover {
            cursor: pointer;
            background: #fff;
            border: 2px solid #8dc540;
            color: #000; }
        .products > li > .inner .show_hide.add_open {
          max-height: 30px;
          overflow: hidden;
          -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          .products > li > .inner .show_hide.add_open .open_sh {
            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; }
        .products > li > .inner .show_hide.active {
          max-height: 500px;
          overflow: visible;
          -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          padding-bottom: 30px; }
          .products > li > .inner .show_hide.active .open_sh {
            background: #f2f2f2;
            border: 2px solid #ff0055;
            color: #ff0055; }
            .products > li > .inner .show_hide.active .open_sh > span.show {
              display: none; }
            .products > li > .inner .show_hide.active .open_sh > span.hide {
              display: block; }
            .products > li > .inner .show_hide.active .open_sh:hover {
              cursor: pointer;
              background: #fff;
              border: 2px solid #8dc540;
              color: #000; }
      .products > li > .inner .atrib {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        font-size: 0.9em; }
        .products > li > .inner .atrib li {
          padding: 5px 20px 5px 0;
          width: initial; }
          .products > li > .inner .atrib 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; }
            .products > li > .inner .atrib li .inner .icon {
              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: 20px;
              height: 20px;
              min-width: 20px;
              min-height: 20px;
              margin-right: 4px; }
            .products > li > .inner .atrib li .inner .caption {
              font-weight: 500;
              line-height: 1; }
    .products > li.with_status .inner {
      border-color: #ff0055; }

.pages {
  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: 10px; }
  .pages li {
    padding: 5px; }
    .pages 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;
      min-height: 36px;
      border-radius: 50%;
      background: #d3d3d3;
      color: #14253f;
      font-weight: bold;
      font-size: 1.2em; }
      .pages li .inner:hover {
        background: #8dc540;
        color: #fff; }
      .pages li .inner.active {
        background: #ff0055;
        color: #fff; }

.section_seo_80 {
  padding: 0 10%; }
  @media (max-width: 1023px) {
    .section_seo_80 {
      padding: 0; } }

.section_map_not_active svg path.active:hover {
  cursor: initial;
  opacity: 1; }

@media (max-width: 1023px) {
  .bread_scrollbar {
    overflow-x: auto; } }

.bread {
  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;
  font-size: 0.8em; }
  @media (max-width: 1023px) {
    .bread {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 0.7em; } }
  .bread li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    white-space: nowrap;
    font-weight: 500; }
  .bread li div.inner {
    color: rgba(0, 0, 0, 0.5); }
  .bread li.delim {
    color: rgba(0, 0, 0, 0.5); }
    .bread li.delim span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 0; }

.section_card_menu {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 9; }

.card_menu_scrollbar {
  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%;
  overflow-x: auto;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1023px) {
    .card_menu_scrollbar {
      box-shadow: 0;
      border-radius: 0; } }

.card_menu {
  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%;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 15px 0px rgba(141, 197, 64, 0.25); }
  .card_menu li {
    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%; }
    .card_menu 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%;
      padding: 10px;
      border: 1px solid #999999;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999;
      white-space: nowrap;
      font-weight: bold;
      font-size: 0.9em; }
      @media (max-width: 1023px) {
        .card_menu li .inner {
          padding: 10px;
          font-size: 0.8em;
          background: #fff; } }
      .card_menu li .inner:hover {
        background: #8dc540;
        color: #fff;
        box-shadow: inset 5px 5px 25px rgba(0, 0, 0, 0.2); }
      .card_menu li .inner:active, .card_menu li .inner.active {
        background: #ff0055;
        color: #fff; }
    .card_menu li:first-child .inner {
      border-left: 1px solid #999999;
      border-radius: 20px 0 0 20px; }
    .card_menu li:last-child .inner {
      border-right: 2px solid #999999;
      border-radius: 0 20px 20px 0; }
    .card_menu li.active a {
      background: #ff0055;
      color: #fff; }

.section_card .img_text,
.section_reviews .img_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; }

.section_card .img,
.section_reviews .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;
  max-width: 260px;
  max-height: 260px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .section_card .img,
    .section_reviews .img {
      max-width: 150px;
      max-height: 150px; } }

.section_card .h1,
.section_reviews .h1 {
  padding-left: 20px;
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .section_card .h1,
    .section_reviews .h1 {
      padding-left: 10px; } }

.section_card .content,
.section_reviews .content {
  font-size: 0.85em; }

.section_card .full_block,
.section_reviews .full_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px; }
  @media (max-width: 1023px) {
    .section_card .full_block,
    .section_reviews .full_block {
      padding: 0 10px; } }

.section_card .link,
.section_reviews .link {
  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: 13px 20px;
  border-radius: 20px;
  background: #8dc540;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em; }
  .section_card .link .caption,
  .section_reviews .link .caption {
    white-space: nowrap;
    line-height: 1; }
  .section_card .link .icon,
  .section_reviews .link .icon {
    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;
    min-height: 16px;
    margin-left: 10px; }
    .section_card .link .icon svg,
    .section_reviews .link .icon svg {
      height: initial;
      filter: grayscale(1) brightness(0); }
  .section_card .link:hover,
  .section_reviews .link:hover {
    background: #fff5c4;
    color: #14253f; }
  .section_card .link.full,
  .section_reviews .link.full {
    background: rgba(0, 0, 0, 0.25); }
    @media (max-width: 767px) {
      .section_card .link.full,
      .section_reviews .link.full {
        font-size: 0.8em; } }
    .section_card .link.full .icon svg,
    .section_reviews .link.full .icon svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.section_card .total_criteria,
.section_reviews .total_criteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1023px) {
    .section_card .total_criteria,
    .section_reviews .total_criteria {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 767px) {
    .section_card .total_criteria,
    .section_reviews .total_criteria {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1023px) {
    .section_card .total_criteria > div,
    .section_reviews .total_criteria > div {
      width: 50%; } }
  @media (max-width: 767px) {
    .section_card .total_criteria > div,
    .section_reviews .total_criteria > div {
      width: 100%; } }

.section_card .total,
.section_reviews .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f2f2;
  border-radius: 7px;
  padding: 10px; }
  .section_card .total > .block,
  .section_reviews .total > .block {
    padding: 0 10px;
    width: 50%; }
    .section_card .total > .block.block_heading,
    .section_reviews .total > .block.block_heading {
      width: 100%; }

.section_card .num_ppl,
.section_reviews .num_ppl {
  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: 5px 0; }
  .section_card .num_ppl .num,
  .section_reviews .num_ppl .num {
    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;
    font-weight: bold;
    font-size: 1.5em;
    color: rgba(20, 37, 63, 0.75);
    margin-bottom: 10px; }
  .section_card .num_ppl .ppl,
  .section_reviews .num_ppl .ppl {
    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;
    font-size: 0.6em;
    margin-bottom: 10px; }
    .section_card .num_ppl .ppl span,
    .section_reviews .num_ppl .ppl span {
      font-weight: 600;
      margin-right: 2px;
      font-size: 1.5em; }

@media (max-width: 1599px) {
  .section_card .rating-input .fa:before, .section_card .rating-input .glyphicon:before,
  .section_reviews .rating-input .fa:before,
  .section_reviews .rating-input .glyphicon:before {
    font-size: 0.9em; } }

.section_card .rating_sum,
.section_reviews .rating_sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .section_card .rating_sum li,
  .section_reviews .rating_sum li {
    margin-bottom: 5px; }
    .section_card .rating_sum li .inner,
    .section_reviews .rating_sum 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;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .section_card .rating_sum li i,
    .section_reviews .rating_sum li i {
      margin: 0 1px; }
    .section_card .rating_sum li .fa:before,
    .section_card .rating_sum li .glyphicon:before,
    .section_reviews .rating_sum li .fa:before,
    .section_reviews .rating_sum li .glyphicon:before {
      font-size: 0.6em; }
    .section_card .rating_sum li .fa.fa-heart-o,
    .section_card .rating_sum li .fa.glyphicon-star-empty,
    .section_card .rating_sum li .glyphicon.fa-heart-o,
    .section_card .rating_sum li .glyphicon.glyphicon-star-empty,
    .section_reviews .rating_sum li .fa.fa-heart-o,
    .section_reviews .rating_sum li .fa.glyphicon-star-empty,
    .section_reviews .rating_sum li .glyphicon.fa-heart-o,
    .section_reviews .rating_sum li .glyphicon.glyphicon-star-empty {
      opacity: 0.5; }
    .section_card .rating_sum li .sum,
    .section_reviews .rating_sum li .sum {
      font-weight: bold;
      font-size: 0.8em;
      padding: 0 5px; }
  .section_card .rating_sum.editable li,
  .section_reviews .rating_sum.editable li {
    margin: 10px 0; }
    .section_card .rating_sum.editable li .inner,
    .section_reviews .rating_sum.editable li .inner {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
      padding: 3px 10px; }
      .section_card .rating_sum.editable li .inner .rating,
      .section_reviews .rating_sum.editable li .inner .rating {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 100%; }
        .section_card .rating_sum.editable li .inner .rating .rating-input:hover,
        .section_reviews .rating_sum.editable li .inner .rating .rating-input:hover {
          cursor: pointer; }
      .section_card .rating_sum.editable li .inner .caption,
      .section_reviews .rating_sum.editable li .inner .caption {
        font-size: 0.8em;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.5);
        min-width: 50%; }
      .section_card .rating_sum.editable li .inner .fa:before,
      .section_card .rating_sum.editable li .inner .glyphicon:before,
      .section_reviews .rating_sum.editable li .inner .fa:before,
      .section_reviews .rating_sum.editable li .inner .glyphicon:before {
        font-size: 1.2em; }

.section_card .criteria,
.section_reviews .criteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px; }
  .section_card .criteria > .block,
  .section_reviews .criteria > .block {
    width: 100%; }

.section_card .criteria_sum li,
.section_reviews .criteria_sum li {
  margin-bottom: 10px; }
  .section_card .criteria_sum li .inner,
  .section_reviews .criteria_sum li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 10px; }

.section_card .criteria_sum progress[value],
.section_reviews .criteria_sum progress[value] {
  position: relative;
  margin: 3px 40px 3px 0;
  --color: #f99b20;
  /* the progress color */
  --background: lightgrey;
  /* the background color */
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100px;
  border-radius: 10em;
  background: var(--background);
  block-size: 0.5em; }

.section_card .criteria_sum progress[value]::-webkit-progress-bar,
.section_reviews .criteria_sum progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background); }

.section_card .criteria_sum progress[value]::-webkit-progress-value,
.section_reviews .criteria_sum progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color); }

.section_card .criteria_sum progress[value]::-moz-progress-bar,
.section_reviews .criteria_sum progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: var(--color); }

.section_card .criteria_sum progress:after,
.section_reviews .criteria_sum progress:after {
  position: absolute;
  top: -3px;
  right: -30px;
  font-weight: bold;
  font-size: 0.7em;
  content: attr(value); }

.section_card .criteria_sum label,
.section_reviews .criteria_sum label {
  font-size: 0.7em;
  font-weight: bold;
  display: block;
  opacity: 0.5; }

.section_card .visit_block,
.section_reviews .visit_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;
  margin: 20px auto; }

.section_informat {
  background: #f2f2f2; }

.informat {
  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;
  background: #fff; }
  @media (max-width: 1023px) {
    .informat {
      padding: 10px; } }
  .informat li {
    padding: 5px; }
    @media (max-width: 1023px) {
      .informat li {
        padding: 3px; } }
    .informat 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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 0.9em; }
      @media (max-width: 1023px) {
        .informat li .inner {
          font-size: 0.8em; } }
      .informat li .inner .icon {
        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;
        min-width: 30px;
        min-height: 30px; }
        @media (max-width: 1023px) {
          .informat li .inner .icon {
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px; } }
        .informat li .inner .icon svg {
          color: gray; }
      .informat li .inner span {
        font-weight: bold; }
        .informat li .inner span.caption {
          font-weight: 500;
          margin: 0 5px; }

.section_coupon ul.coupons_ul {
  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 0; }
  @media (max-width: 1023px) {
    .section_coupon ul.coupons_ul {
      font-size: 0.9em; } }
  .section_coupon ul.coupons_ul li {
    width: 100%;
    padding: 10px; }
    .section_coupon ul.coupons_ul li .inner {
      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;
      border: 0;
      padding: 20px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15); }
      @media (max-width: 767px) {
        .section_coupon ul.coupons_ul li .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section_coupon ul.coupons_ul li .inner .topper {
        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: 10px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        width: 100%;
        max-width: 240px;
        min-height: 60px;
        text-align: center; }
        @media (max-width: 767px) {
          .section_coupon ul.coupons_ul li .inner .topper {
            max-width: initial;
            min-height: initial;
            margin-bottom: 5px; } }
      .section_coupon ul.coupons_ul 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;
        width: 100%;
        padding: 0 30px; }
        @media (max-width: 767px) {
          .section_coupon ul.coupons_ul li .inner .text {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 10px; } }
      .section_coupon ul.coupons_ul li .inner .icon_status {
        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_coupon ul.coupons_ul li .inner .icon {
        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;
        min-height: 24px;
        margin-right: 6px; }
        .section_coupon ul.coupons_ul li .inner .icon svg {
          width: 100%;
          height: initial; }
      .section_coupon ul.coupons_ul li .inner .status {
        font-weight: bold;
        font-size: 1em;
        text-transform: uppercase; }
      .section_coupon ul.coupons_ul li .inner .caption {
        font-weight: bold;
        font-size: 1em; }
      .section_coupon ul.coupons_ul li .inner .description {
        width: 100%;
        font-size: 0.9em;
        font-weight: 500; }
      .section_coupon ul.coupons_ul li .inner:hover {
        background: #f2f2f2; }
        .section_coupon ul.coupons_ul li .inner:hover .description {
          color: #000; }
  .section_coupon ul.coupons_ul .link {
    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: 13px 20px;
    border-radius: 20px;
    background: #8dc540;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    min-width: 150px; }
    .section_coupon ul.coupons_ul .link .caption {
      white-space: nowrap;
      line-height: 1; }
    .section_coupon ul.coupons_ul .link .icon {
      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;
      min-height: 16px;
      margin-left: 10px; }
      .section_coupon ul.coupons_ul .link .icon svg {
        height: initial;
        filter: grayscale(1) brightness(0); }
    .section_coupon ul.coupons_ul .link:hover {
      background: #fff5c4;
      color: #14253f; }
    .section_coupon ul.coupons_ul .link.full {
      background: rgba(0, 0, 0, 0.25); }
      .section_coupon ul.coupons_ul .link.full .icon svg {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .section_coupon ul.coupons_ul .link.copy_code {
      position: relative;
      background: transparent;
      padding: 0;
      border-radius: 20px; }
      .section_coupon ul.coupons_ul .link.copy_code .caption {
        position: absolute;
        z-index: 1;
        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;
        width: 80%;
        height: 100%;
        text-align: center;
        background: #ff0055;
        border-radius: 20px;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .section_coupon ul.coupons_ul .link.copy_code .promocode {
        position: relative;
        height: 100%;
        width: 100%;
        white-space: nowrap;
        padding: 13px 10px;
        border-radius: 20px;
        background: #f2f2f2;
        color: grey;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .section_coupon ul.coupons_ul .link.copy_code .tooltip {
        position: absolute;
        top: -35px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 10px;
        font-size: 0.8em;
        border-radius: 20px;
        font-weight: 500;
        opacity: 0;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .section_coupon ul.coupons_ul .link.copy_code:hover {
        cursor: pointer; }
        .section_coupon ul.coupons_ul .link.copy_code:hover .caption {
          width: 0;
          font-size: 0;
          color: #fff;
          -webkit-transition: all 0.4s;
                  transition: all 0.4s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .section_coupon ul.coupons_ul .link.copy_code:hover .promocode {
          background: rgba(0, 0, 0, 0.3);
          color: #000; }
      .section_coupon ul.coupons_ul .link.copy_code .selected + .tooltip {
        z-index: 3;
        opacity: 1;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

@media (max-width: 1023px) {
  .table_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto; } }

.table_plans {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  border-radius: 20px; }
  @media (max-width: 1023px) {
    .table_plans {
      width: initial;
      min-width: 100%; } }
  .table_plans thead,
  .table_plans tbody,
  .table_plans tfoot {
    width: 100%; }
  .table_plans tr {
    width: 100%; }
    .table_plans tr > td:first-child {
      font-weight: bold; }
  .table_plans th,
  .table_plans td {
    padding: 15px 10px;
    border: 2px solid #e5e5e5;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em; }
    @media (max-width: 1023px) {
      .table_plans th,
      .table_plans td {
        min-width: 100px;
        font-size: 0.8em;
        padding: 10px; } }
  .table_plans td {
    font-weight: 500; }
  .table_plans tr:nth-child(2n-1) {
    background: #f2f2f2; }
  .table_plans thead tr {
    background: #fff;
    color: rgba(0, 0, 0, 0.25); }
    .table_plans thead tr:nth-child(2n-1) {
      background: #fff; }
  .table_plans tfoot a {
    color: #8dc540; }
    .table_plans tfoot a:hover {
      color: #ff0055; }

.pros_cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 0.9em; }
  .pros_cons li {
    padding: 5px 20px 5px 0;
    width: initial; }
    .pros_cons 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; }
      .pros_cons li .inner .icon {
        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: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        margin-right: 4px; }
      .pros_cons li .inner .caption {
        font-weight: 500;
        line-height: 1; }

.table_features {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
  word-break: break-all;
  border-radius: 20px; }
  @media (max-width: 1023px) {
    .table_features {
      width: initial;
      min-width: 100%; } }
  .table_features thead,
  .table_features tbody,
  .table_features tfoot {
    width: 100%; }
  .table_features thead th {
    background: #fff5c4; }
  .table_features tfoot th {
    background: #fff5c4; }
  .table_features tr {
    width: 100%; }
    .table_features tr > td:first-child {
      font-weight: bold;
      color: rgba(0, 0, 0, 0.25); }
  .table_features th,
  .table_features td {
    padding: 15px 10px;
    border: 2px solid #e5e5e5;
    font-weight: bold;
    font-size: 0.9em;
    min-width: 200px; }
    @media (max-width: 1023px) {
      .table_features th,
      .table_features td {
        min-width: 100px;
        font-size: 0.8em;
        padding: 10px; } }
  .table_features tr:nth-child(2n + 1) {
    background: #f2f2f2; }
  .table_features td a {
    color: #8dc540; }
    .table_features td a:hover {
      color: #ff0055; }

.gal {
  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; }
  .gal li {
    width: calc(100% / 4);
    padding: 10px; }
    @media (max-width: 1023px) {
      .gal li {
        width: calc(100% / 3); } }
    @media (max-width: 767px) {
      .gal li {
        width: calc(100% / 2); } }
    .gal 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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .gal 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: 240px;
        border: 3px solid #fff;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        overflow: hidden;
        background: #fff; }
        @media (max-width: 1023px) {
          .gal li .inner .img {
            height: 200px; } }
        @media (max-width: 767px) {
          .gal li .inner .img {
            height: 160px; } }
      .gal li .inner span {
        text-align: center;
        font-weight: bold;
        padding: 10px; }

.video {
  padding: 15px 0;
  margin-bottom: 10px; }
  .video .inner {
    min-height: 280px;
    overflow: hidden;
    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; }
    .video .inner .youtube {
      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;
      background-size: cover;
      background-position: center;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.4s;
              transition: all 0.4s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: relative; }
      .video .inner .youtube:before {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        clear: both;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5); }
      .video .inner .youtube .play,
      .video .inner .youtube .play:before,
      .video .inner .youtube .play:after {
        width: 100px;
        height: 100px;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .video .inner .youtube .play {
        overflow: hidden;
        position: relative;
        margin: auto;
        border-radius: 20%;
        -webkit-transform: translateY(0%) rotate(120deg) skewY(30deg) scaleX(0.866);
            -ms-transform: translateY(0%) rotate(120deg) skewY(30deg) scaleX(0.866);
                transform: translateY(0%) rotate(120deg) skewY(30deg) scaleX(0.866);
        cursor: pointer;
        pointer-events: none;
        left: -25px; }
      .video .inner .youtube .play:before,
      .video .inner .youtube .play:after {
        position: absolute;
        background: #ff0055;
        pointer-events: auto;
        content: ""; }
      .video .inner .youtube .play:before {
        border-radius: 20% 20% 20% 53%;
        -webkit-transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
            -ms-transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
                transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%); }
      .video .inner .youtube .play:after {
        border-radius: 20% 20% 53% 20%;
        -webkit-transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
            -ms-transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
                transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%); }
    .video .inner iframe {
      max-height: 100%;
      max-width: 100%; }
    .video .inner:hover .youtube {
      -webkit-transition: all 0.4s;
              transition: all 0.4s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      cursor: pointer; }
      .video .inner:hover .youtube .play {
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        opacity: 0.7; }

.lightboxOverlay {
  max-width: 100%; }

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

.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .related li {
    padding: 10px; }
    .related 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;
      padding: 10px 20px;
      border-radius: 20px;
      background: #f2f2f2;
      font-weight: bold;
      font-size: 1.1em; }
      @media (max-width: 1023px) {
        .related li .inner {
          font-size: 1em; } }
      @media (max-width: 767px) {
        .related li .inner {
          font-size: 0.9em;
          padding: 10px; } }

.wrapper_card main section > .container {
  padding-top: 40px;
  padding-bottom: 30px; }

.wrapper_card main section.section_bread > .container {
  padding: 0 10px 20px; }

.wrapper_card main section.section_card_menu > .container {
  padding: 0 10px; }

form {
  width: 100%; }
  form fieldset {
    width: 100%; }
  form input,
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form input[type="search"],
  form input[type="password"],
  form textarea {
    width: 100%; }
  form button,
  form input[type="button"],
  form input[type="reset"],
  form input[type="file"],
  form input[type="submit"] {
    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: 10px 20px; }
    form button:hover,
    form input[type="button"]:hover,
    form input[type="reset"]:hover,
    form input[type="file"]:hover,
    form input[type="submit"]:hover {
      background: #ff0055; }

label.check_recommend {
  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; }
  label.check_recommend input.check_recommend {
    width: initial;
    margin-right: 6px; }
    label.check_recommend input.check_recommend + span {
      font-weight: 500;
      font-size: 0.8em; }

label.check_to_email {
  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; }
  label.check_to_email input.check_to_email {
    width: initial;
    margin-right: 6px; }
    label.check_to_email input.check_to_email + span {
      font-weight: 500;
      font-size: 0.8em; }

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

@media (max-width: 1023px) {
  .section_qa .heading {
    text-align: center; } }

@media (max-width: 1023px) {
  .section_qa .content {
    text-align: center; } }

.section_qa .link {
  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: 13px 20px;
  border-radius: 20px;
  background: #8dc540;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em; }
  .section_qa .link .caption {
    white-space: nowrap;
    line-height: 1; }
  .section_qa .link .icon {
    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;
    min-height: 16px;
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: normal; }
    .section_qa .link .icon svg {
      height: initial;
      filter: grayscale(1) brightness(0); }
  .section_qa .link:hover {
    background: #fff5c4;
    color: #14253f; }

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

ul.acc_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding: 10px;
  border-right: 2px solid #f2f2f2;
  max-height: 300px;
  overflow-y: auto; }
  @media (max-width: 1023px) {
    ul.acc_tabs {
      display: none; } }

ul.acc_tabs li {
  padding: 10px;
  font-weight: bold;
  background: #f2f2f2;
  margin: 2px 0;
  border-radius: 10px; }

ul.acc_tabs li:hover {
  background: #8dc540;
  color: #fff;
  cursor: pointer; }

ul.acc_tabs li.active {
  background: #ff0055;
  color: #fff; }

.tab_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%; }
  @media (max-width: 1023px) {
    .tab_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

.tab_content {
  padding: 20px;
  display: none;
  max-height: 300px;
  overflow-y: auto; }

.tab_drawer_heading {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #f2f2f2;
  font-weight: bold;
  border-radius: 10px;
  margin: 2px 0; }
  @media (max-width: 1023px) {
    .tab_drawer_heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 479px) {
    .tab_drawer_heading {
      padding: 10px; } }
  @media (max-width: 1023px) {
    .tab_drawer_heading:hover {
      background: #8dc540;
      color: #fff;
      cursor: pointer; } }
  @media (max-width: 1023px) {
    .tab_drawer_heading.d_active {
      background: #ff0055;
      color: #fff; } }

path {
  fill: lightgray;
  stroke: white; }

path:hover {
  fill: gray; }

#map-container {
  margin: 0 auto;
  width: 50%;
  position: relative;
  font-family: Play, sans-serif;
  text-align: center;
  color: #0066FF; }
  #map-container a {
    display: block;
    text-decoration: none;
    color: #0066FF; }
    #map-container a:hover {
      opacity: .5;
      -webkit-transition: all 1s ease;
              transition: all 1s ease; }
    #map-container a:visited {
      color: #0066FF; }

#map-caption {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  width: 100%;
  position: absolute;
  bottom: 80px;
  margin: 0 auto;
  text-shadow: -1px 1px 8px #eee, 1px -1px 8px #eee; }

.fade {
  -webkit-transition: all 1s ease;
          transition: all 1s ease; }

.in {
  opacity: 1; }

.out {
  opacity: 0; }

.st0 {
  fill: #818A97; }

.st1 {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  fill: #0066FF;
  opacity: .8; }
  .st1:hover {
    opacity: 1; }

svg path:not(.active) {
  pointer-events: none; }

svg path.active {
  fill: red;
  pointer-events: auto; }
  svg path.active:hover {
    cursor: pointer;
    opacity: 0.5; }

.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: #ff0055;
      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: #8dc540;
        opacity: 1; }
        .popup-holder .popup .close:hover i,
        .popup-hover .popup .close:hover i {
          color: #ff0055; }
  .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: #14253f;
  background: #ff0055;
  width: 50px;
  height: 50px;
  border: 5px solid #fff; }
  .open-menu i {
    font-size: 2.5em; }
    @media (max-width: 479px) {
      .open-menu i {
        font-size: 1.75em; } }
  .open-menu:hover {
    background: #8dc540;
    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: #14253f;
  background: #ff0055;
  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: #8dc540;
    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: #14253f;
  border-radius: 25px;
  background: #14253f;
  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: #8dc540;
    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-thanksreview .popup-holder-inner-thanksreview {
  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-thanksreview .popup-thanksreview {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-thanksreview .popup-thanksreview {
      width: 85%; } }
  .popup-holder-thanksreview .popup-thanksreview .popup-in-thanksreview {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-thanksreview .popup-thanksreview .close {
      right: 0; } }

.popup-holder-thanksreview.popup-active-thanksreview {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-thanksreview.popup-active-thanksreview .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-thanksreview.popup-active-thanksreview {
      padding-right: 0; } }
  .popup-holder-thanksreview.popup-active-thanksreview .popup-holder-inner-thanksreview {
    z-index: 99; }
    .popup-holder-thanksreview.popup-active-thanksreview .popup-holder-inner-thanksreview: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-thanksreview.popup-active-thanksreview .popup-thanksreview {
    z-index: 100; }

.popup-holder-thanksqa .popup-holder-inner-thanksqa {
  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-thanksqa .popup-thanksqa {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-thanksqa .popup-thanksqa {
      width: 85%; } }
  .popup-holder-thanksqa .popup-thanksqa .popup-in-thanksqa {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-thanksqa .popup-thanksqa .close {
      right: 0; } }

.popup-holder-thanksqa.popup-active-thanksqa {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-thanksqa.popup-active-thanksqa .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-thanksqa.popup-active-thanksqa {
      padding-right: 0; } }
  .popup-holder-thanksqa.popup-active-thanksqa .popup-holder-inner-thanksqa {
    z-index: 99; }
    .popup-holder-thanksqa.popup-active-thanksqa .popup-holder-inner-thanksqa: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-thanksqa.popup-active-thanksqa .popup-thanksqa {
    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; }

.popup-holder-addreview .open-addreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .popup-holder-addreview .open-addreview .icon {
    width: 24px;
    height: 24px; }
    .popup-holder-addreview .open-addreview .icon svg {
      filter: grayscale(1); }
      .popup-holder-addreview .open-addreview .icon svg image {
        width: 100%;
        height: 100%; }

.popup-holder-addreview .popup-addreview {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  width: 90%;
  height: initial;
  background: #fff;
  padding: 10px;
  min-height: 500px;
  max-height: 75vh; }
  @media (max-width: 479px) {
    .popup-holder-addreview .popup-addreview {
      width: 85%; } }
  .popup-holder-addreview .popup-addreview .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;
    width: 100%; }
    .popup-holder-addreview .popup-addreview .popup-inner > * {
      margin: 10px 0; }
    @media (max-width: 1023px) {
      .popup-holder-addreview .popup-addreview .popup-inner > .row {
        padding: 0; } }
    @media (max-width: 1023px) {
      .popup-holder-addreview .popup-addreview .popup-inner > .row > .block {
        padding: 0; } }

.popup-holder-addreview.popup-active-addreview {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-addreview.popup-active-addreview {
      padding-right: 0; } }
  .popup-holder-addreview.popup-active-addreview .popup-holder-inner-addreview: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-addreview.popup-active-addreview .popup-addreview {
    z-index: 100;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.popup-holder-qa .open-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .popup-holder-qa .open-qa .icon {
    width: 24px;
    height: 24px;
    margin-left: 0;
    margin-right: 10px; }
    .popup-holder-qa .open-qa .icon svg {
      filter: grayscale(1); }
      .popup-holder-qa .open-qa .icon svg image {
        width: 100%;
        height: 100%; }

.popup-holder-qa .popup-qa {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 440px;
  width: 90%;
  height: initial;
  background: #fff;
  padding: 10px;
  min-height: 500px;
  max-height: 60vh; }
  @media (max-width: 479px) {
    .popup-holder-qa .popup-qa {
      width: 85%; } }
  .popup-holder-qa .popup-qa .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;
    width: 100%; }
    .popup-holder-qa .popup-qa .popup-inner > * {
      margin: 10px 0; }
    @media (max-width: 1023px) {
      .popup-holder-qa .popup-qa .popup-inner > .row {
        padding: 0; } }
    @media (max-width: 1023px) {
      .popup-holder-qa .popup-qa .popup-inner > .row > .block {
        padding: 0; } }

.popup-holder-qa.popup-active-qa {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-qa.popup-active-qa {
      padding-right: 0; } }
  .popup-holder-qa.popup-active-qa .popup-holder-inner-qa: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-qa.popup-active-qa .popup-qa {
    z-index: 100;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

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

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

.block_popup {
  position: initial; }

.open-menu {
  position: absolute;
  right: 10px;
  top: -10px;
  padding: 30px;
  border-radius: 50%; }

.popup-holder-menu .popup-menu {
  left: -10px; }
/*# sourceMappingURL=main.css.map */