/*! 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; }

.listreset, #header .navigation, .modules-section .modules .txt ul, .information-section .list-info, #footer .footer-nav, #popup-cart .list-products {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl: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: #575756;
  background: #fff;
  font: 16px/1.666 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.666em; }

blockquote {
  border-left: 4px solid #636363;
  padding-left: .5em;
  margin-left: 1.666em; }

th, td {
  border: 1px solid #636363;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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 #636363;
  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: #000; }
  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: #636363; }
  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: #636363; }
  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: #636363; }
  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: #636363; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #636363; }

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?lcqs4c");
  src: url("fonts/icomoon.eot?lcqs4c#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lcqs4c") format("truetype"), url("fonts/icomoon.woff?lcqs4c") format("woff"), url("fonts/icomoon.svg?lcqs4c#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-delete:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e901"; }

.icon-cart:before {
  content: "\e900"; }

.icon-arrrow-down:before {
  content: "\e904"; }

.icon-arrrow-r:before {
  content: "\e905"; }

.icon-arrrow-l:before {
  content: "\e906"; }

.icon-arrrow-up:before {
  content: "\e907"; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-air-webfont.eot");
  src: url("fonts/aeonik-air-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-air-webfont.woff2") format("woff2"), url("fonts/aeonik-air-webfont.woff") format("woff"), url("fonts/aeonik-air-webfont.ttf") format("truetype"), url("fonts/aeonik-air-webfont.svg#aeonikair") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-light-webfont.eot");
  src: url("fonts/aeonik-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-light-webfont.woff2") format("woff2"), url("fonts/aeonik-light-webfont.woff") format("woff"), url("fonts/aeonik-light-webfont.ttf") format("truetype"), url("fonts/aeonik-light-webfont.svg#aeoniklight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-regular-webfont.eot");
  src: url("fonts/aeonik-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-regular-webfont.woff2") format("woff2"), url("fonts/aeonik-regular-webfont.woff") format("woff"), url("fonts/aeonik-regular-webfont.ttf") format("truetype"), url("fonts/aeonik-regular-webfont.svg#aeonikregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-medium-webfont.eot");
  src: url("fonts/aeonik-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-medium-webfont.woff2") format("woff2"), url("fonts/aeonik-medium-webfont.woff") format("woff"), url("fonts/aeonik-medium-webfont.ttf") format("truetype"), url("fonts/aeonik-medium-webfont.svg#aeonikmedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-bold-webfont.eot");
  src: url("fonts/aeonik-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-bold-webfont.woff2") format("woff2"), url("fonts/aeonik-bold-webfont.woff") format("woff"), url("fonts/aeonik-bold-webfont.ttf") format("truetype"), url("fonts/aeonik-bold-webfont.svg#aeonikbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-black-webfont.eot");
  src: url("fonts/aeonik-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-black-webfont.woff2") format("woff2"), url("fonts/aeonik-black-webfont.woff") format("woff"), url("fonts/aeonik-black-webfont.ttf") format("truetype"), url("fonts/aeonik-black-webfont.svg#aeonikblack") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'aeonik';
  src: url("fonts/aeonik-lightitalic-webfont.eot");
  src: url("fonts/aeonik-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aeonik-lightitalic-webfont.woff2") format("woff2"), url("fonts/aeonik-lightitalic-webfont.woff") format("woff"), url("fonts/aeonik-lightitalic-webfont.ttf") format("truetype"), url("fonts/aeonik-lightitalic-webfont.svg#aeoniklight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }

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: #6BBCCD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 640px) {
    .container {
      padding: 0 40px; } }

#wrapper {
  overflow: hidden;
  position: relative; }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.btn {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font: 700 9px/1 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 23px;
  background-image: url(images/btn-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 15px 0 5px; }
  .btn:hover {
    color: #575756; }
  @media (min-width: 640px) {
    .btn {
      min-width: 180px;
      font-size: 15px;
      height: 42px;
      padding: 0 25px 0 5px; } }
  @media (min-width: 1200px) {
    .btn {
      min-width: 200px;
      font-size: 18px;
      height: 46px; } }
  
  

.btn-inner {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #39A935;
  color: #fff;
  padding: 10px 12px;
  border-radius: 54px;
  text-decoration: none;
  min-width: 152px;
  font: 700 15px/1 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1200px) {
    .btn-inner {
      min-width: 200px;
      font-size: 18px;
      padding: 22px; } }
  @media (min-width: 1440px) {
    .btn-inner {
      min-width: 300px;
      font-size: 25px; } }
  
  .btn-inner:hover {
    color: #575756; }

#header {
  padding: 14px 0;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #39A935; }
  @media (min-width: 1024px) {
    #header {
      padding: 36px 0 41px; } }
  #header .container {
    max-width: 1868px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 640px) {
      #header .container {
        padding: 0 20px; } }
    @media (min-width: 1024px) {
      #header .container {
        padding: 0 40px; } }
  #header .logo {
    width: 78px; }
    @media (min-width: 640px) {
      #header .logo {
        width: 156px; } }
    @media (min-width: 1440px) {
      #header .logo {
        width: 200px; } }
    @media (min-width: 1800px) {
      #header .logo {
        width: 295px;
        margin-left: 62px; } }
  #header .over {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 78px); }
    @media (min-width: 640px) {
      #header .over {
        padding-top: 7px;
        width: calc(100% - 150px); } }
    @media (min-width: 1440px) {
      #header .over {
        width: calc(100% - 200px); } }

  #header .nav-opener {
    border: 0;
    background: none;
    width: 23px;
    height: 16px;
    position: relative; }
    @media (min-width: 640px) {
      #header .nav-opener {
        width: 45px;
        height: 33px;
        margin-right: 15px; } }
    #header .nav-opener:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #39A935;
      content: ""; }
    #header .nav-opener:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #39A935;
      content: ""; }
    @media (min-width: 1024px) {
      #header .nav-opener {
        display: none; } }
    #header .nav-opener span {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 7px;
      left: 0;
      right: 0;
      height: 2px;
      background: #39A935; }
      @media (min-width: 640px) {
        #header .nav-opener span {
          top: 15px; } }
  #header .nav-holder {
    display: none; }
    @media (min-width: 1024px) {
      #header .nav-holder {
        display: block; } }
  #header .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font: 700 14px/1.2 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 640px) {
      #header .navigation {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      #header .navigation {
        font-size: 14px;
        -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; } }
    @media (min-width: 1200px) {
      #header .navigation {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      #header .navigation {
        font-size: 20px; } }
    @media (min-width: 1800px) {
      #header .navigation {
        font-size: 27px;  } }
    #header .navigation li {
      margin: 0 13px 15px;
      position: relative; }
      @media (min-width: 640px) {
        #header .navigation li {
          margin: 0 13px 13px; } }
      @media (min-width: 1024px) {
        #header .navigation li {
          margin: 0 13px; } }
      @media (min-width: 1200px) {
        #header .navigation li {
          margin: 0 14px; } }
      #header .navigation li:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        #header .navigation li:after {
          background: #39A935;
          width: 3px;
          content: "";
          position: absolute;
          top: 0px;
          right: -15px;
          height: 16px; } }
      @media (min-width: 1200px) {
        #header .navigation li:after {
          top: 0px;
          right: -15px;
          height: 20px; } }
      @media (min-width: 1440px) {
        #header .navigation li:after {
          height: 24px;
          top: 3px;
          height: 20px; } }
      @media (min-width: 1800px) {
        #header .navigation li:after {
          top: 4px;
          right: -15px;
          height: 24px;  } }
    #header .navigation a {
      display: block;
      text-decoration: none;
      color: #575756; }
      #header .navigation a:hover {
        color: #000; }
  #header a.cart {
    display: inline-block;
    text-decoration: none;
    color: #575756;
    position: relative;
    text-transform: uppercase;
    margin: 0 25px 0 15px; }
    @media (min-width: 640px) {
      #header a.cart {
        margin: 0 30px 0 18px; } }
    #header a.cart:hover {
      color: #000; }
    #header a.cart .icon {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      position: relative; }
      @media (min-width: 640px) {
        #header a.cart .icon {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        #header a.cart .icon {
          font-size: 18px; } }
      @media (min-width: 1440px) {
        #header a.cart .icon {
          font-size: 20px; } }
      @media (min-width: 1800px) {
        #header a.cart .icon {
          font-size: 25px; } }
      #header a.cart .icon .num {
        position: absolute;
        top: -8px;
        right: -9px;
        z-index: -1;
        background: #39A935;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        font-size: 8px;
        line-height: 0.5;
        font-weight: 500;
        padding: 0 0 2px; }
        @media (min-width: 1200px) {
          #header a.cart .icon .num {
            /*padding: 0;*/
            top: -14px;
            right: -6px;
            font-size: 10px;
            width: 17px;
            height: 17px; } }
    #header a.cart .txt {
      font: 700 12px/1.2 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 640px) {
        #header a.cart .txt {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        #header a.cart .txt {
          font-size: 15px; } }
      @media (min-width: 1200px) {
        #header a.cart .txt {
          font-size: 18px; } }
      @media (min-width: 1440px) {
        #header a.cart .txt {
          font-size: 20px; } }
      @media (min-width: 1800px) {
        #header a.cart .txt {
          font-size: 27px; } }
  #header #lang {
    border: none;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    width: 100%;
    padding: 5px 0px 5px 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #575756;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (min-width: 640px) {
      #header #lang {
        font-size: 23px;
        padding: 5px 0 5px 32px; } }
    @media (min-width: 1024px) {
      #header #lang {
        font-size: 15px;
        padding: 5px 0px 5px 20px; } }
    @media (min-width: 1200px) {
      #header #lang {
        font-size: 18px;
        padding: 5px 0px 5px 30px; } }
    @media (min-width: 1440px) {
      #header #lang {
        font-size: 20px;
        padding: 5px 0px 5px 40px; } }
    @media (min-width: 1800px) {
      #header #lang {
        font-size: 30px;
        padding: 5px 0px 5px 50px; } }
    #header #lang:hover {
      color: #000; }
  #header .lang-holder {
    position: relative; }
    @media (min-width: 1024px) {
      #header .lang-holder {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
    #header .lang-holder:before {
      pointer-events: none;
      position: absolute;
      top: 8px;
      left: 0px;
      content: "\e904";
      font-family: 'icomoon';
      font-size: 15px;
      line-height: 1;
      color: #39A935; }
      @media (min-width: 640px) {
        #header .lang-holder:before {
          top: 0px;
          font-size: 34px; } }
      @media (min-width: 1024px) {
        #header .lang-holder:before {
          font-size: 20px;
          top: 2px;
          left: 0; } }
      @media (min-width: 1200px) {
        #header .lang-holder:before {
          top: -2px;
          left: 0px;
          font-size: 30px; } }
      @media (min-width: 1440px) {
        #header .lang-holder:before {
          font-size: 42px;
          top: -4px; } }
      @media (min-width: 1800px) {
        #header .lang-holder:before {
          font-size: 55px;
          top: -7px; } }
  #header a.login {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font: 700 12px/1 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 120px;
    height: 27px;
    background-image: url(images/btn-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 17px 0 7px; }
    #header a.login:hover {
      color: #575756; }
    @media (min-width: 640px) {
      #header a.login {
        min-width: 200px;
        font-size: 18px;
        height: 46px;
        margin: 0 10px;
        padding: 0 20px 0 5px; } }
    @media (min-width: 1200px) {
      #header a.login {
        min-width: 200px;
        font-size: 18px;
        height: 46px;
        margin: 0 20px; } }
    @media (min-width: 1440px) {
      #header a.login {
        min-width: 300px;
        font-size: 22px;
        height: 69px;
        margin: 0 30px; } }
    @media (min-width: 1800px) {
      #header a.login {
        min-width: 334px;
        font-size: 30px;
        height: 77px;
        margin: 0 35px; } }
    @media (min-width: 1024px) {
      #header a.login {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

@media (max-width: 1023px) {
  .nav-active #header .nav-holder {
    position: absolute;
    top: calc(100% + 3px);
    right: 95px;
    display: block;
    background: #c1c0c1;
    padding: 12px 0px 8px; } }

@media (max-width: 639px) {
  .nav-active #header .nav-holder {
    right: 50px; } }

.hero-banner {
  position: relative;
  min-height: 440px;
  padding: 100px 0; }
  @media (min-width: 640px) {
    .hero-banner {
      min-height: 865px;
      padding: 236px 0 205px; } }
  @media (min-width: 1024px) {
    .hero-banner {
      min-height: 600px;
      padding: 250px 0 150px; } }
  @media (min-width: 1200px) {
    .hero-banner {
      min-height: 650px;
      padding: 280px 0 150px; } }
  @media (min-width: 1440px) {
    .hero-banner {
      min-height: 700px;
      padding: 290px 0 200px; } }
  @media (min-width: 1800px) {
    .hero-banner {
      min-height: 800px;
      padding: 350px 0 200px; } }
  .hero-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    .hero-banner img.mobile {
      display: block; }
      @media (min-width: 1024px) {
        .hero-banner img.mobile {
          display: none; } }
    .hero-banner img.desktop {
      display: none; }
      @media (min-width: 1024px) {
        .hero-banner img.desktop {
          display: block; } }
  .hero-banner .container {
    max-width: 1740px;
    position: relative;
    z-index: 1; }
  .hero-banner h1 {
    color: #575756;
    margin: 0 0 44px;
    font: 900 30px/1.012 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 640px) {
      .hero-banner h1 {
        font-size: 44px;
        margin: 0 0 23px; } }
    @media (min-width: 1024px) {
      .hero-banner h1 {
        font-size: 50px;
        margin: 0 0 84px; } }
    @media (min-width: 1200px) {
      .hero-banner h1 {
        font-size: 60px; } }
    @media (min-width: 1440px) {
      .hero-banner h1 {
        font-size: 70px; } }
    
  .hero-banner .text-holder {
    max-width: 1000px;
    color: #39A935;
    font: 700 15px/1.2 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 640px) {
      .hero-banner .text-holder {
        font-size: 22px;
        margin-left: -10px; } }
    @media (min-width: 1024px) {
      .hero-banner .text-holder {
        font-size: 25px;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .hero-banner .text-holder {
        font-size: 28px; } }
    @media (min-width: 1440px) {
      .hero-banner .text-holder {
        font-size: 34px; } }
    
    .hero-banner .text-holder p {
      margin: 0 0 210px; }
      @media (min-width: 1024px) {
        .hero-banner .text-holder p {
          margin: 0 0 86px; } }
      @media (min-width: 1200px) {
        .hero-banner .text-holder p {
          margin: 0 0 86px 12px; } }
    .hero-banner .text-holder .btn {
      margin-left: 0px; }
  .hero-banner .btn {
    font-size: 13px;
    min-width: 130px;
    height: 31px; }
    @media (min-width: 640px) {
      .hero-banner .btn {
        font-size: 20px;
        min-width: 180px;
        font-size: 15px;
        height: 42px;
        padding: 0 25px 0 5px; } }
    @media (min-width: 1200px) {
      .hero-banner .btn {
        min-width: 200px;
        font-size: 18px;
        height: 46px; } }
    @media (min-width: 1440px) {
      .hero-banner .btn {
        min-width: 300px;
        font-size: 25px;
        height: 69px;
        margin-left: 12px; } }
    @media (min-width: 1800px) {
      .hero-banner .btn {
        min-width: 334px;
        font-size: 36px;
        height: 77px; } }

.text-section {
  padding: 30px 0 27px;
  background: #636363;
  color: #fff;
  font: 300 16px/1.4375 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1024px) {
    .text-section {
      font-size: 18px;
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .text-section {
      font-size: 22px;
      padding: 70px 0; } }
  
  
  .text-section h2 {
    color: #fff;
    margin: 0 0 23px;
    font: 900 23px/1.1714 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .text-section h2 {
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .text-section h2 {
        font-size: 45px; } }
    
    
    .text-section h2 span {
      display: inline-block;
      position: relative;
      z-index: 0;
      padding: 0 50px 0 30px; }
      @media (min-width: 640px) {
        .text-section h2 span {
          padding: 0 60px 0 26px; } }
      @media (min-width: 1024px) {
        .text-section h2 span {
          padding: 0 134px 0 63px; } }
      @media (min-width: 1200px) {
        .text-section h2 span {
          padding: 0 134px 0 63px; } }
      
      
      .text-section h2 span:before {
        position: absolute;
        top: -2px;
        bottom: -5px;
        left: 0;
        right: 0;
        content: "";
        z-index: -1;
        background-image: url(images/bg01.png);
        background-size: 100%;
        background-repeat: no-repeat; }
  .text-section p {
    margin: 0 0 23px;
    text-align: justify; }
    
  .text-section b {
    font-weight: 500; }
  .text-section strong {
    font-weight: 900; }
  .text-section p.text-center {
    text-align: center;
    font-size: 16px;
    margin: 0 0 24px; }
    @media (min-width: 1024px) {
      .text-section p.text-center {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .text-section p.text-center {
        font-size: 24px; } }
    
    
  .text-section .container {
    max-width: 1760px; }

.text-image-section {
  background: #fff;
  color: #575756;
  padding: 45px 0 22px; }
  @media (min-width: 1024px) {
    .text-image-section {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .text-image-section {
      padding: 70px 0; } }
  
  
  .text-image-section .container {
    max-width: 1760px; }
  .text-image-section h2 {
    color: #fff;
    margin: 0;
    font: 900 23px/1.1714 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .text-image-section h2 {
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .text-image-section h2 {
        font-size: 45px; } }
    
    
    .text-image-section h2 span {
      display: inline-block;
      position: relative;
      z-index: 0;
      padding: 0 50px 0 30px; }
      @media (min-width: 640px) {
        .text-image-section h2 span {
          padding: 0 60px 0 26px; } }
      @media (min-width: 1024px) {
        .text-image-section h2 span {
          padding: 0 134px 0 63px; } }
      @media (min-width: 1200px) {
        .text-image-section h2 span {
          padding: 0 134px 0 63px; } }
      
      
      .text-image-section h2 span:before {
        position: absolute;
        top: -2px;
        bottom: -5px;
        left: -20px;
        right: -10px;
        content: "";
        z-index: -1;
        background-image: url(images/bg02.png);
        background-size: 100%;
        background-repeat: no-repeat; }
        
  .text-image-section h3 {
    color: #575756;
    margin: 0 -10px;
    font: 900 15px/1.1375 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 640px) {
      .text-image-section h3 {
        margin: 0 -30px 23px 0;
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .text-image-section h3 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .text-image-section h3 {
        font-size: 30px; } }
    
    
  .text-image-section .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 13px; }
    @media (min-width: 640px) {
      .text-image-section .holder {
        margin-top: -24px; } }
    
    .text-image-section .holder .text-holder {
      width: 60%;
      text-align: right;
      position: relative;
      z-index: 1; }
      
    .text-image-section .holder .img-holder {
      width: 40%; }
      
      @media (min-width: 640px) {
        .text-image-section .holder .img-holder .over {
          margin-right: -24px; } }
      @media (min-width: 1024px) {
        .text-image-section .holder .img-holder .over {
          margin-right: 0; } }
      .text-image-section .holder .img-holder img {
        width: 100%; }
  .text-image-section .text-center {
    text-align: center;
    font: 400 16px/1.4375 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .text-image-section .text-center {
        padding: 0 20px;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .text-image-section .text-center {
        font-size: 24px; } }
    
    
    .text-image-section .text-center p {
      margin: 0 0 23px; }
      @media (min-width: 1024px) {
        .text-image-section .text-center p {
          margin: 0 0 43px; } }
      .text-image-section .text-center p:last-child {
        margin: 0 0 6px; }
        @media (min-width: 1024px) {
          .text-image-section .text-center p:last-child {
            margin: 0 0 22px; } }
  .text-image-section .btn-holder {
    text-align: right;
    padding-right: 5px; }
    @media (min-width: 1024px) {
      .text-image-section .btn-holder {
        padding-right: 60px; } }

.modules-section {
  background: #E0DBD3;
  padding: 37px 0 12px; }
  @media (min-width: 1024px) {
    .modules-section {
      background: #eae8e4;
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .modules-section {
      padding: 70px 0; } }
  
  .modules-section .container {
    max-width: 1774px; }
  .modules-section h2 {
    color: #fff;
    margin: 0 0 16px;
    font: 900 23px/1.1714 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .modules-section h2 {
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .modules-section h2 {
        font-size: 45px; } }
    
    
    .modules-section h2 span {
      display: inline-block;
      position: relative;
      z-index: 0;
      padding: 0 50px 0 30px; }
      @media (min-width: 640px) {
        .modules-section h2 span {
          padding: 0 60px 0 26px; } }
      @media (min-width: 1024px) {
        .modules-section h2 span {
          padding: 0 134px 0 63px; } }
      @media (min-width: 1200px) {
        .modules-section h2 span {
          padding: 0 134px 0 63px; } }
      
      
      .modules-section h2 span:before {
        position: absolute;
        top: -4px;
        bottom: -10px;
        left: -20px;
        right: -10px;
        content: "";
        z-index: -1;
        background-image: url(images/bg03.png);
        background-size: 100%;
        background-repeat: no-repeat; }
        
  .modules-section h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 47px;
    font: 900 25px/1.1714 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .modules-section h3 {
        font-size: 34px; } }
    
    
    
  .modules-section .text {
    font: 300 16px/1.4375 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .modules-section .text {
        padding: 0 20px;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .modules-section .text {
        font-size: 24px; } }
    
    
    .modules-section .text p {
      margin: 0 0 23px; }
      
      .modules-section .text p:last-child {
        margin-top: -9px;
        margin-bottom: 15px; }
        @media (min-width: 1024px) {
          .modules-section .text p:last-child {
            margin-top: 60px;
            margin: 0 0 40px; } }
    .modules-section .text b {
      font-weight: 400; }
    .modules-section .text strong {
      font-weight: 700; }
    .modules-section .text a {
      color: #575756; }
  .modules-section .img-holder {
    text-align: center;
    padding: 0 10px 43px; }
    @media (min-width: 850px) {
      .modules-section .img-holder {
        padding: 17px 0 110px; } }
  .modules-section .modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .modules-section .modules .col {
      width: 100%;
      padding: 0 44px 60px; }
      @media (min-width: 850px) {
        .modules-section .modules .col {
          width: 50%;
          padding: 0 20px 40px; } }
      @media (min-width: 1024px) {
        .modules-section .modules .col {
          width: 33.333%; 
		  padding: 0 15px 40px;
		  } }
	  @media (min-width: 1200px) {
        .modules-section .modules .col {
          width: 33.333%; 
		  padding: 0 20px 40px;
		  } }
      
    .modules-section .modules .title {
      padding: 26px 15px 20px;
      text-align: center;
      color: #fff; }
      @media (min-width: 1024px) {
        .modules-section .modules .title {
          padding: 25px 15px 22px; } }
    .modules-section .modules h4 {
      font: 900 28px/1 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0; }
      @media (min-width: 1200px) {
        .modules-section .modules h4 {
          font-size: 38px; } }
      
      
      
      
    .modules-section .modules .btn-holder {
      text-align: center; }
    .modules-section .modules .txt {
      padding: 39px 35px 115px;
      font: 700 20px/1.1764 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
	@media (min-width: 1200px) {
		.modules-section .modules .txt {
			padding: 39px 35px 115px;
			font-size: 27px;
		}
	}
      
      .modules-section .modules .txt ul li {
        padding-left: 35px;
        position: relative;
        margin: 0 0 15px; }
        @media (min-width: 640px) {
          .modules-section .modules .txt ul li {
            padding-left: 43px;
            margin: 0 0 21px; } }
        @media (min-width: 1200px) {
          .modules-section .modules .txt ul li {
            margin: 0 0 26px;
            padding-left: 75px; } }
        .modules-section .modules .txt ul li:before {
          position: absolute;
          top: 3px;
          left: -10px;
          content: "\e901";
          font-family: 'icomoon'; }
          @media (min-width: 640px) {
            .modules-section .modules .txt ul li:before {
              left: 0; } }
    .modules-section .modules .btn-module {
      position: absolute;
      bottom: 24px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #fff;
      text-decoration: none;
      display: inline-block;
      min-width: 152px;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      border-radius: 40px;
      padding: 10px 15px 8px; }
	  @media (min-width: 320px) {
        .modules-section .modules .btn-module {
          padding: 10px 10px;
          min-width: 200px;
          font-size: 22px; } }
      @media (min-width: 1200px) {
        .modules-section .modules .btn-module {
          padding: 15px 15px;
          min-width: 250px;
          font-size: 27px; } }
      
      .modules-section .modules .btn-module:hover {
        color: #636363; }
  .modules-section .module {
    height: 100%;
    position: relative;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 382px;
    margin: 0 auto;
    background: #fff; }
    @media (min-width: 1024px) {
      .modules-section .module {
        max-width: none; } }
    .modules-section .module.blue .title {
      background: #6BBCCD; }
    .modules-section .module.blue .btn-module {
      background: #6BBCCD; }
    .modules-section .module.blue .txt ul li:before {
      color: #6BBCCD; }
    .modules-section .module.yellow .title {
      background: #E8DD48; }
    .modules-section .module.yellow .btn-module {
      background: #E8DD48; }
    .modules-section .module.yellow .txt ul li:before {
      color: #E8DD48; }
    .modules-section .module.pink .title {
      background: #C5325E; }
    .modules-section .module.pink .btn-module {
      background: #C5325E; }
    .modules-section .module.pink .txt ul li:before {
      color: #C5325E; }

.information-section {
  padding: 39px 0 38px; }
  @media (min-width: 1024px) {
    .information-section {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .information-section {
      padding: 70px 0; } }
  
  
  .information-section .container {
    max-width: 1660px; }
  .information-section h2 {
    text-align: center;
    margin: 0 0 36px;
    padding: 0 20px;
    font: 900 23px/1.1714 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .information-section h2 {
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .information-section h2 {
        font-size: 45px; } }
    
    
  .information-section .list-info {
    margin: 0 -10px 0 -15px; }
    @media (min-width: 1024px) {
      .information-section .list-info {
        margin: 0; } }
    .information-section .list-info li {
      position: relative;
      padding: 17px 0; }
      @media (min-width: 1024px) {
        .information-section .list-info li {
          padding: 26px 0 16px; } }
      .information-section .list-info li:first-child {
        padding-top: 0;
        padding-bottom: 7px; }
        @media (min-width: 1024px) {
          .information-section .list-info li:first-child {
            padding-bottom: 13px; } }
      .information-section .list-info li:after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 8.5%;
        height: 3px;
        background: #39A935;
        content: ""; }
        @media (min-width: 1024px) {
          .information-section .list-info li:after {
            left: 11.5%; } }
  .information-section .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font: 700 13px/1.125 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 640px) {
      .information-section .block {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .information-section .block {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .information-section .block {
        font-size: 24px; } }
    
    
    .information-section .block .title {
      display: block; }
    .information-section .block .name {
      display: block;
      text-align: right;
      margin-top: 20px; }
      .information-section .block .name a {
        color: #39A935;
        text-decoration: none; }
        .information-section .block .name a:hover {
          color: #575756; }
    .information-section .block .col:first-child {
      width: 30%; }
      @media (min-width: 640px) {
        .information-section .block .col:first-child {
          padding-right: 20px; } }
      @media (min-width: 1024px) {
        .information-section .block .col:first-child {
          width: 33.333%;
          padding-left: 53px; } }
    .information-section .block .col:last-child {
      width: 70%;
      padding-left: 7px; }
      @media (min-width: 1024px) {
        .information-section .block .col:last-child {
          width: 66.666%; } }

#footer {
  background: #636363;
  padding: 35px 0 20px;
  color: #fff; }
  
  #footer .container {
    max-width: 1878px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #footer .col {
    width: 50%; }
    #footer .col:first-child {
      font: 300 9px/1.2 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 1024px) {
        #footer .col:first-child {
          font-size: 16px; } }
      
      #footer .col:first-child a {
        font-weight: 700;
        color: inherit;
        text-decoration: none; }
        #footer .col:first-child a.mail {
          margin: 0 0 20px;
          display: inline-block; }
          
        #footer .col:first-child a:hover {
          color: #39A935; }
    #footer .col:last-child {
      text-align: right; }
      
  #footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font: 700 11px/1.2 "aeonik", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-right: -3px; }
    @media (min-width: 640px) {
      #footer .footer-nav {
        font-size: 10px; } }
    @media (min-width: 1024px) {
      #footer .footer-nav {
        font-size: 16px; } }
    
    #footer .footer-nav li {
      margin: 0 5px;
      position: relative; }
      @media (min-width: 640px) {
        #footer .footer-nav li {
          margin: 0 9px; } }
      
      #footer .footer-nav li:after {
        position: absolute;
        top: 1px;
        right: -6px;
        width: 1px;
        height: 10px;
        background: #fff;
        content: ""; }
        @media (min-width: 640px) {
          #footer .footer-nav li:after {
            right: -10px; } }
        @media (min-width: 1024px) {
          #footer .footer-nav li:after {
            top: 3px;
            height: 13px; } }
        
      #footer .footer-nav li:last-child {
        margin: 0 0 0 5px; }
        @media (min-width: 640px) {
          #footer .footer-nav li:last-child {
            margin: 0 0 0 10px; } }
        
        #footer .footer-nav li:last-child:after {
          display: none; }
    #footer .footer-nav a {
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      letter-spacing: -0.5px; }
      
      #footer .footer-nav a:hover {
        color: #39A935; }
  #footer .footer-logo {
    margin: -22px -13px 10px 0; }
    
    #footer .footer-logo img {
      width: 64px; }
      
  #footer .copyright {
    max-width: 230px; }
    @media (min-width: 1024px) {
      #footer .copyright {
        max-width: 400px; } }
    


/*# sourceMappingURL=style.css.map */