@charset "UTF-8";
/*!
    Theme Name: Sickless
		Theme URI: 
		Description: Sickless Wordpress Theme
    Version: 1.0
		Author: Splendor
*/
@font-face {
  font-family: 'bourton-base';
  src: url("fonts/bourton-base-webfont.woff2") format("woff2"), url("fonts/bourton-base-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'bourton-base';
  src: url("fonts/bourton-base-drop-webfont.woff2") format("woff2"), url("fonts/bourton-base-drop-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 1em;
  line-height: 1.6;
  box-sizing: border-box; }

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  width: 43%;
  height: 6px;
  background: #182857;
  border: 0;
  padding: 0;
  margin: 2em 0; }
  hr.wp-block-separator {
    margin: 3em 0 1.5em 0; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: splendordesign.com  */
body {
  font-size: 18px;
  font-family: sofia-pro, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  letter-spacing: -0.01em; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2em;
  letter-spacing: -0.04em; }

h1 {
  font-size: 3.333em;
  color: #555654;
  font-weight: 400;
  margin-bottom: 0.4em; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 2.9em; } }

h2 {
  font-size: 1.778em;
  font-weight: normal;
  margin-bottom: 0.1em;
  color: #182857; }

.page-title {
  margin-top: 40px; }

.lead {
  font-size: 1.222em;
  color: #182857; }

p,
ol,
ul {
  margin: 0 0 1.6em 0; }

ol,
ul {
  padding-left: 1em; }

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

figure {
  margin: 0; }

time {
  font-weight: bold;
  color: #182857;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block; }

a {
  color: #182857;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #7fbc03; }

.go-top {
  background: #d1d1d1 url(img/arrow-top.svg) no-repeat center center;
  background-size: 50% auto;
  border-radius: 5px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 110%; }
  .go-top:hover {
    background-color: #182857; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='url'],
textarea {
  border: solid 1px #000;
  padding: 12px 20px;
  font-size: 17px;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  outline: none; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -20px;
  margin-right: -20px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.wp-block-image {
  margin: 2em auto; }
  .wp-block-image + .wp-block-separator {
    margin-top: calc(-2em - 6px);
    position: relative;
    z-index: 1; }

@media (max-width: 767px) {
  .wp-block-spacer {
    height: 40px !important; } }

.container {
  width: 100%;
  max-width: 1538px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .footer .container {
    max-width: 1198px;
    position: relative; }

.cycle-slideshow {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .cycle-slideshow .slide {
    width: 100%; }
  .cycle-slideshow img {
    width: 100%;
    display: block; }

.arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  width: 62px;
  height: 76px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 202;
  outline: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
  border-radius: 5px;
  margin: 0; }
  .arrow.prev {
    background-image: url("img/arrow-prev.svg");
    left: 20px; }
  .arrow.next {
    background-image: url("img/arrow-next.svg");
    right: 20px; }
  @media (max-width: 1579px) {
    .arrow.prev {
      left: 20px; }
    .arrow.next {
      right: 20px; } }
  @media (max-width: 1023px) {
    .arrow {
      width: 45px;
      height: 55px; } }
  @media (max-width: 575px) {
    .arrow {
      width: 36px;
      height: 44px; } }

.cycle-single .arrow {
  display: none; }

.btn, .btn-white {
  background-color: transparent;
  border: solid 5px #182857;
  color: #182857;
  display: inline-block;
  zoom: 1;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 40px 14px 40px;
  letter-spacing: 0.01em;
  line-height: 1em;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn.single_add_to_cart_button, .btn-white.single_add_to_cart_button {
    font-size: 18px;
    padding: 10px 25px 12px 25px; }
  .btn:hover, .btn-white:hover {
    background-color: #182857;
    color: #fff; }
  @media (max-width: 575px) {
    .btn, .btn-white {
      border-width: 4px;
      font-size: 18px;
      padding: 10px 25px 12px 25px; } }

.btn-white {
  color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    background-color: #182857;
    color: #fff;
    border-color: #182857; }

.icn {
  line-height: 1.2em;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #7fbc03;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 16px; }
  .icn svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    fill: #7fbc03; }
  @media (max-width: 767px) {
    .icn {
      font-size: 20px;
      padding-left: 24px; }
      .icn svg {
        width: 24px; } }

.modal {
  display: none;
  max-width: 1024px !important;
  width: 100%;
  background: #fff;
  border: solid 20px #fff; }

.pagination {
  color: #aaa8a8;
  font-size: 1.333em;
  font-weight: 700;
  margin-bottom: 60px; }
  .pagination .nav-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .pagination a:hover {
    color: #7fbc03; }
  .pagination .page-numbers {
    text-decoration: none;
    margin: 0 15px;
    color: #182857;
    line-height: 1em; }
    .pagination .page-numbers.dots {
      margin-left: 0;
      margin-right: 0; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      background-size: auto 18px;
      background-repeat: no-repeat;
      background-position: center bottom;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      width: 30px;
      margin: 0; }
    .pagination .page-numbers.prev {
      background-image: url(img/arrow-prev.svg); }
    .pagination .page-numbers.next {
      background-image: url(img/arrow-next.svg); }
    .pagination .page-numbers.current {
      color: #ececec; }
  @media (max-width: 575px) {
    .pagination {
      margin: 1.5em 0; }
      .pagination .page-numbers {
        margin: 0 10px; } }

.page-nav {
  background: #ededed;
  margin: 4.444em 0;
  padding: 30px 0; }
  .page-nav .container {
    position: relative; }
  .page-nav a {
    background-repeat: no-repeat;
    background-size: 34px auto;
    padding-bottom: 2px; }
    .page-nav a:hover {
      opacity: 0.8;
      color: #182857; }
  .page-nav__back {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-image: url(img/back.png);
    background-position: center center;
    background-size: auto 100%;
    height: 24px;
    width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    padding: 0; }
  .page-nav__prev {
    background-image: url(img/arrow-left.svg);
    background-position: left center;
    padding-left: 50px;
    float: left; }
  .page-nav__next {
    background-image: url(img/arrow-right.svg);
    background-position: right center;
    padding-right: 50px;
    float: right; }
  .page-nav--news .container {
    max-width: 1064px; }
  @media (max-width: 1023px) {
    .page-nav {
      padding: 20px 0; }
      .page-nav__prev, .page-nav__next {
        width: 34px;
        height: 24px;
        font: 0/0 a;
        text-shadow: none;
        color: transparent; } }
  @media (max-width: 767px) {
    .page-nav {
      padding: 20px 0; } }

.social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .social a {
    background-image: url(img/social.png);
    background-size: auto 100%;
    width: 21px;
    height: 21px;
    margin: 0 8px 0 0;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative; }
    .social a:hover {
      opacity: 0.8; }
  .social--facebook {
    background-position: 0 0; }
  .social--instagram {
    background-position: -21px 0; }
  .social--green {
    -webkit-box-pack: center;
            justify-content: center; }
    .social--green a {
      background-image: url(img/social--green.png);
      width: 29px;
      height: 29px;
      margin: 0 8px; }
    .social--green .social--facebook {
      background-position: 0 0; }
    .social--green .social--instagram {
      background-position: -29px 0; }
  .social--round {
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .social--round a {
      background-image: url(img/social--round.png);
      background-color: #fff;
      border-radius: 30px;
      width: 29px;
      height: 29px;
      margin: 0 0 0 5px; }
    .social--round .social--facebook {
      background-position: 0 0; }
    .social--round .social--instagram {
      background-position: -29px 0; }

.account-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 8px; }
  .account-links__acc, .account-links__cart {
    background-position: center center;
    background-repeat: no-repeat;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 29px;
    height: 29px;
    margin-right: 8px; }
  .account-links__acc {
    background-image: url(img/icon__acc.svg); }
  .account-links__cart {
    background-image: url(img/icon__cart.svg); }

.bar {
  background: #182857;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 14px;
  color: #fff; }
  .bar .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .bar aside {
    display: -webkit-box;
    display: flex; }
    .bar aside .social {
      align-self: center;
      margin-left: 15px; }
  @media (max-width: 1023px) {
    .bar .container {
      display: block; }
    .bar .newsletter {
      display: none; }
    .bar aside {
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 575px) {
    .bar .social {
      display: none; } }

.search-form {
  background: #fff;
  display: -webkit-box;
  display: flex;
  padding: 0 10px;
  width: 226px; }
  .search-form .field {
    align-self: center;
    padding-right: 10px; }
    .search-form .field ::-webkit-input-placeholder {
      text-transform: uppercase;
      color: #50374c; }
    .search-form .field :-moz-placeholder {
      text-transform: uppercase;
      color: #50374c; }
    .search-form .field ::-moz-placeholder {
      text-transform: uppercase;
      color: #50374c; }
    .search-form .field :-ms-input-placeholder {
      text-transform: uppercase;
      color: #50374c; }
    .search-form .field input {
      color: #000;
      width: 100%;
      border: 0;
      padding: 0; }
  .search-form button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    min-width: 28px;
    height: 36px;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: url(img/icon_search.svg) no-repeat center center;
    background-size: 60.7% auto;
    cursor: pointer; }
  @media (max-width: 575px) {
    .search-form {
      width: 200px; } }

.header {
  position: relative;
  z-index: 999;
  margin-bottom: 6px; }
  .header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .header__logo {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(img/logo.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 332px;
    height: 78px;
    margin: 0 auto;
    align-self: center; }
  .header__nav {
    align-self: center; }
    .header__nav > ul {
      display: -webkit-box;
      display: flex; }
      .header__nav > ul > li > aside, .header__nav > ul > li > ul {
        display: none; }
      .header__nav > ul > li > a {
        color: #50374c;
        font-size: 19px;
        display: block;
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative; }
        .header__nav > ul > li > a:hover {
          color: #7fbc03; }
      .header__nav > ul > li.menu-item-has-children {
        background: url(img/arrow-select.svg) no-repeat calc(100% - 10px) calc(50% + 3px);
        background-size: auto 9px; }
        .header__nav > ul > li.menu-item-has-children > a:before {
          content: '';
          height: 1px;
          background: #182857;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          z-index: 999;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          opacity: 0; }
        .header__nav > ul > li.menu-item-has-children > a.hover:before {
          background: #7fbc03;
          opacity: 1;
          height: 8px; }
      .header__nav > ul > li.active > a, .header__nav > ul > li.current-menu-item > a, .header__nav > ul > li.current_page_parent > a, .header__nav > ul > li.current-menu-ancestor > a {
        color: #7fbc03;
        font-weight: bold; }
    .header__nav--left > ul > li {
      padding-right: 40px; }
    .header__nav--right {
      padding-left: 40px; }
      .header__nav--right > ul > li {
        padding-left: 40px; }
    .header__nav__sub {
      background: #fff;
      border-top: solid 1px #182857;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 12px 0;
      display: none; }
      .header__nav__sub__grid {
        display: -webkit-box;
        display: flex;
        line-height: 1em;
        width: auto !important;
        margin-right: calc(-100vw / 2 + 100% / 2); }
        .header__nav__sub__grid > ul {
          -webkit-box-flex: 1;
                  flex: 1 1 auto;
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3;
          -webkit-column-gap: 4.2vw;
             -moz-column-gap: 4.2vw;
                  column-gap: 4.2vw; }
          .header__nav__sub__grid > ul ul {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            -moz-column-break-inside: avoid;
                 break-inside: avoid; }
          .header__nav__sub__grid > ul > li {
            padding-top: 35px;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            -moz-column-break-inside: avoid;
                 break-inside: avoid; }
            .header__nav__sub__grid > ul > li > a {
              font-weight: bold;
              text-transform: uppercase;
              color: #7fbc03;
              font-size: 15px; }
              .header__nav__sub__grid > ul > li > a:hover {
                color: #5d8a02; }
            .header__nav__sub__grid > ul > li > ul > li {
              margin-top: 15px; }
              .header__nav__sub__grid > ul > li > ul > li > a {
                font-size: 16px; }
      .header__nav__sub aside {
        width: 48vw;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
                justify-content: flex-end; }
        .header__nav__sub aside > * {
          padding-right: 10px;
          width: 20vw; }
          .header__nav__sub aside > * img {
            width: 100%; }
  @media (max-width: 1579px) {
    .header__logo {
      width: 240px;
      height: 56px; }
    .header__nav > ul > li > a {
      font-size: 17px; }
    .header__nav__sub__grid > ul {
      -webkit-column-gap: 2vw;
         -moz-column-gap: 2vw;
              column-gap: 2vw; } }
  @media (max-width: 1279px) {
    .header {
      padding: 15px 0; }
      .header .container {
        display: block;
        position: relative; }
      .header__logo {
        margin: 0; }
      .header__nav {
        display: none; } }
  @media (max-width: 575px) {
    .header__logo {
      width: 192px;
      height: 45px;
      margin: 0; } }

.hamburger {
  display: none;
  position: absolute;
  width: 35px;
  height: 29px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  outline: none; }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    background-color: #182857;
    border-radius: 10px; }
  .hamburger__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hamburger__icon:before {
    content: '';
    top: -12px; }
  .hamburger__icon:after {
    content: '';
    top: 12px; }
  .hamburger--open .hamburger__icon {
    background: transparent; }
  .hamburger--open .hamburger__icon:before {
    -webkit-transform: rotateZ(45deg) translate(8px, 9px);
            transform: rotateZ(45deg) translate(8px, 9px); }
  .hamburger--open .hamburger__icon:after {
    -webkit-transform: rotateZ(-45deg) translate(8px, -9px);
            transform: rotateZ(-45deg) translate(8px, -9px); }
  @media (max-width: 1279px) {
    .hamburger {
      display: block; } }

.nav {
  display: none; }
  .nav__content {
    border-top: solid 1px #182857;
    display: none; }
    .nav__content > ul > li {
      position: relative; }
      .nav__content > ul > li > a {
        color: #50374c;
        font-size: 19px;
        display: block;
        height: 40px;
        line-height: 37px;
        border-bottom: solid 1px #182857;
        padding: 0 20px; }
    .nav__content em {
      border-left: solid 1px #182857;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      color: #182857;
      text-align: center;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      cursor: pointer; }
      .nav__content em:before {
        content: '+'; }
      .nav__content em.active:before {
        content: '–'; }
    .nav__content__sub {
      display: none; }
      .nav__content__sub > ul > li {
        position: relative; }
        .nav__content__sub > ul > li > a {
          font-size: 14px;
          font-weight: bold;
          color: #7fbc03;
          text-transform: uppercase;
          display: block;
          height: 40px;
          line-height: 37px;
          border-bottom: solid 1px #182857;
          padding: 0 30px; }
        .nav__content__sub > ul > li > ul {
          display: none;
          border-bottom: solid 1px #182857;
          font-size: 15px;
          padding: 5px 0; }
          .nav__content__sub > ul > li > ul > li > a {
            padding: 0 30px; }
    .nav__content aside {
      padding: 20px 20px 20px 0;
      border-bottom: solid 1px #182857;
      display: -webkit-box;
      display: flex; }
      .nav__content aside > * {
        margin-left: 20px; }
  @media (max-width: 1279px) {
    .nav {
      display: block; } }

.hero {
  position: relative;
  overflow: hidden; }
  .hero__slideshow {
    width: 100%;
    overflow: hidden; }
  .hero__slide {
    width: 100%; }
  .hero__controls {
    display: -webkit-box;
    display: flex;
/*     position: absolute;
    bottom: 20px;
    left: 20px; */
}
  .hero__arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 24px;
    height: 53px;
/*     margin-right: 60px; */
    cursor: pointer;
    z-index: 202;
    outline: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    border: 0;
    cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}
    .hero__arrow.prev {
	  position: absolute;
      left: 20px;
      bottom: 50%;
      background-image: url("img/arrow-prev--white.svg"); }
    .hero__arrow.next {
	  position: absolute;
      right: 20px;
      bottom: 50%;
      background-image: url("img/arrow-next--white.svg"); }
    @media (max-width: 575px) {
      .hero__arrow {
        width: 16px;
        height: 35px;
/*         margin-right: 20px; */
		} }
  @media (max-width: 575px) {
    .hero__controls {
      bottom: 10px; } }

.banner {
  position: relative; }
  .banner figure {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 28.4375vw; }
  .banner img {
    display: none; }
  .banner__text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-family: "bourton-base", sans-serif;
    font-size: 5.333em;
    font-weight: 700;
    letter-spacing: -0.06em;
    text-shadow: 6px 6px 27px rgba(0, 0, 0, 0.45); }
    .banner__text h1 {
      font: inherit;
      letter-spacing: inherit;
      color: inherit;
      line-height: inherit;
      margin: 0; }
  .banner__bar {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 20px 17px 20px;
    font-size: 1.5em; }
    .banner__bar ul {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 1.4em; }
      .banner__bar ul li {
        display: inline-block; }
        .banner__bar ul li:after {
          content: ' \2022 ';
          color: #7fbc03;
          padding: 0 5px; }
        .banner__bar ul li:last-child:after {
          display: none; }
        .banner__bar ul li a {
          color: #fff; }
          .banner__bar ul li a:hover, .banner__bar ul li a.active {
            color: #7fbc03; }
  .banner__icons {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .banner__icons .icn {
      color: #fff;
      margin: 0px 10px; }
      .banner__icons .icn svg {
        fill: #fff; }
  @media (max-width: 1579px) {
    .banner__text {
      font-size: 6.5vw; }
    .banner__bar {
      font-size: 1em; } }
  @media (max-width: 1023px) {
    .banner__bar {
      background: #000;
      position: static;
      font-size: 0.9em; } }
  @media (max-width: 767px) {
    .banner__icons {
      bottom: 10px; } }
  @media (max-width: 575px) {
    .banner figure {
      min-height: 163px; }
    .banner__text {
      font-size: 36px; }
    .banner__bar {
      font-size: 13px;
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative;
      z-index: 2; }
      .banner__bar ul li {
        display: block; }
        .banner__bar ul li:after {
          display: none; } }

.main {
  overflow: hidden;
  background: url(img/bg-content.png) repeat-x center top; }
  .main__content {
    margin: 4.444em auto; }
    .main__content > h1:first-child {
      margin-top: -0.5em; }
    .main__content > h2 {
      margin-bottom: 1em; }
  .main--modules {
    background: #fff; }
    .main--modules > .container {
      max-width: 1238px; }
  @media (max-width: 575px) {
    .main__content {
      margin: 3em auto; } }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
  padding: 10px 25px 12px 25px; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  margin: 0;
  border: solid 1px #cdcdcd;
  font-size: 14px;
  padding: 16px 25px;
  width: auto; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 2em; }

.woocommerce nav.woocommerce-pagination {
  border: 0;
  padding: 0;
  margin: 0 0 60px 0; }
  .woocommerce nav.woocommerce-pagination ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    border: 0;
    padding: 0; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: 0;
      padding: 0;
      float: none;
      display: -webkit-inline-box;
      display: inline-flex; }
      .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        background: none !important;
        padding: 0;
        font-weight: bold;
        font-size: 1.333em;
        min-width: 0;
        min-height: 100%;
        margin: 0 15px; }
        .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus {
          color: #7fbc03; }
        .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span.current {
          color: #ececec; }
        .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li span.next {
          background-size: auto 18px !important;
          background-repeat: no-repeat !important;
          background-position: center bottom !important;
          font: 0/0 a;
          text-shadow: none;
          color: transparent;
          width: 30px;
          margin: 0; }
        .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li span.prev {
          background-image: url(img/arrow-prev.svg) !important; }
        .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li span.next {
          background-image: url(img/arrow-next.svg) !important; }
  @media (max-width: 575px) {
    .woocommerce nav.woocommerce-pagination {
      margin: 1.5em 0; }
      .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        margin: 0 10px; }
        .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li span.next {
          margin: 0; } }

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  display: none !important; }

.woocommerce .woocommerce-form-login__rememberme {
  display: none !important; }

.woocommerce .woocommerce-Address address {
  font-style: normal; }

.woocommerce .woocommerce-column__title, .woocommerce .woocommerce-order-details__title {
  margin-bottom: 0.5em !important; }

.woocommerce .woocommerce-order-overview {
  padding-left: 0; }
  .woocommerce .woocommerce-order-overview li {
    margin-bottom: 1em; }

.woocommerce .select2-selection--single {
  border-radius: 0;
  border: solid 1px #b7b7b8 !important;
  font-size: 18px;
  padding: 7px 15px 10px 15px;
  height: 44px;
  text-transform: uppercase;
  outline: none; }
  .woocommerce .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .woocommerce .select2-selection--single .select2-selection__arrow {
    height: 44px; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: solid 1px #cdcdcd;
  border-radius: 0; }

.woocommerce form .form-row label {
  color: #373535;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 7px;
  text-transform: uppercase;
  line-height: 1em; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: solid 1px #b7b7b8 !important;
  font-size: 18px;
  padding: 7px 15px 10px 15px;
  margin: 0;
  color: #000;
  line-height: 1em !important;
  min-height: 0 !important;
  outline: none;
  letter-spacing: 0.05em; }

.woocommerce form .form-row ::-webkit-input-placeholder {
  color: #848688; }

.woocommerce form .form-row :-moz-placeholder {
  color: #848688; }

.woocommerce form .form-row ::-moz-placeholder {
  color: #848688; }

.woocommerce form .form-row :-ms-input-placeholder {
  color: #848688; }

.woocommerce form h3 {
  margin: 1em 0; }

.woocommerce table.shop_table {
  border-radius: 0; }
  .woocommerce table.shop_table th {
    text-transform: uppercase; }
  .woocommerce table.shop_table td.product-quantity label {
    display: none; }

.woocommerce a.remove {
  background-color: transparent;
  color: #be4141 !important; }
  .woocommerce a.remove:hover {
    background: none;
    color: #be4141 !important; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: none;
  padding: 1em 0 1em 1.5em; }
  .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    top: 1em;
    left: 0; }

.woocommerce div.product .woocommerce-product-details__short-description {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    margin: 0 40px 20px 0;
    border: 0;
    padding: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      padding: 0 0 5px 0;
      color: #555654;
      border-bottom: solid 5px transparent; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
        color: #182857; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      border-color: #182857;
      color: #182857; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 1em 0;
  color: #182857; }
  .woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none; }
  .woocommerce div.product .woocommerce-tabs .panel p, .woocommerce div.product .woocommerce-tabs .panel ul, .woocommerce div.product .woocommerce-tabs .panel ol {
    margin-bottom: 1em; }

.woocommerce div.product form.cart {
  margin-bottom: 3em; }
  .woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 1em; }

.woocommerce div.product .product_title {
  line-height: 1.1em; }

.woocommerce div.product p.price, .woocommerce div.product div.product span.price {
  font-size: 3em;
  line-height: 1.1em;
  margin-bottom: 0.6em; }

.woocommerce .quantity {
  margin-bottom: 1em; }
  .woocommerce .quantity label {
    text-transform: uppercase; }
  .woocommerce .quantity input.qty {
    width: 70px;
    border: solid 1px #cdcdcd;
    padding: 10px;
    outline: none;
    text-align: center; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: transparent;
  border: solid 5px #182857;
  color: #182857;
  display: inline-block;
  zoom: 1;
  font-size: 18px;
  padding: 10px 25px 12px 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1em;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background-color: #182857;
    color: #fff; }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    background-color: transparent;
    color: #182857; }
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover {
      background-color: #182857;
      color: #fff; }

.search-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin: 3em 0; }
  .search-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border-bottom: solid 1px #182857; }
    .search-list li a {
      display: block;
      padding: 20px 0; }
  @media (max-width: 1279px) {
    .search-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 767px) {
    .search-list {
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
      .search-list li a {
        padding: 15px 0; } }
  @media (max-width: 575px) {
    .search-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.txt {
  margin: 4.444em auto;
  font-size: 1.222em;
  color: #182857; }
  .txt h1, .txt h2 {
    color: #555654;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0.4em; }
  .txt h2 {
    font-size: 1.85em; }
  .txt > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1279px) {
    .txt h1 {
      font-size: 1.9em; }
    .txt h2 {
      font-size: 1.5em; } }
  @media (max-width: 575px) {
    .txt {
      margin-top: 3em;
      margin-bottom: 3em;
      font-size: 1em; } }

.txt-img {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 4px; }
  .txt-img aside {
    width: 50%;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .txt-img figure {
    width: calc(100% + (50vw - 100%));
    position: relative;
    padding-top: 10px;
    padding-left: 60px; }
    .txt-img figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 6px;
      width: 100vw;
      background: #182857; }
    .txt-img figure img {
      width: 100%; }
  .txt-img article {
    width: 50%;
    padding-right: 60px;
    padding-top: 4.444em;
    padding-bottom: 4.444em;
    position: relative;
    font-size: 1.222em;
    text-align: right; }
    .txt-img article > *:last-child {
      margin-bottom: 0; }
  .txt-img h2 {
    font-size: 3.273em;
    color: #555654;
    margin-bottom: 0.333em; }
  .txt-img p {
    margin-bottom: 1em; }
  .txt-img--img aside {
    -webkit-box-ordinal-group: 1;
            order: 0;
    direction: rtl; }
  .txt-img--img figure {
    padding-left: 0;
    padding-right: 60px; }
    .txt-img--img figure:before {
      right: auto;
      left: 0; }
  .txt-img--img article {
    padding-right: 0;
    text-align: left; }
  .txt-img--first figure:before {
    width: calc(100% - 60px); }
  .txt-img--last figure img {
    padding-bottom: 4px;
    border-bottom: solid 6px #182857; }
  @media (max-width: 1579px) {
    .txt-img article {
      padding-top: 3em;
      padding-bottom: 3em; }
    .txt-img h2 {
      font-size: 2.75em;
      margin-bottom: 0.275em; } }
  @media (max-width: 1279px) {
    .txt-img {
      padding-bottom: 0;
      margin: 3em auto; }
      .txt-img figure {
        padding-top: 0;
        padding-left: 20px; }
        .txt-img figure:before {
          display: none; }
        .txt-img figure img {
          padding: 4px 0;
          border-top: solid 6px #182857;
          border-bottom: solid 6px #182857; }
      .txt-img article {
        padding: 0 20px 0 0; }
      .txt-img h2 {
        font-size: 2.2em; }
      .txt-img--img figure {
        padding-left: 0;
        padding-right: 20px; }
      .txt-img--img article {
        padding-left: 20px;
        padding-right: 0; } }
  @media (max-width: 1023px) {
    .txt-img {
      display: block; }
      .txt-img aside, .txt-img article {
        width: 100%; }
      .txt-img figure {
        width: auto;
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 2em; }
      .txt-img article {
        padding: 0;
        text-align: left; } }
  @media (max-width: 575px) {
    .txt-img article {
      font-size: 1em; }
    .txt-img figure img {
      border-top-width: 5px;
      border-bottom-width: 5px; } }

.txt-imgb {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 4px; }
  .txt-imgb aside {
    width: 44%;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .txt-imgb figure {
    width: calc(100% + (50vw - 113.636363636%));
    position: relative;
    padding-top: 10px;
    padding-left: 60px; }
    .txt-imgb figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 6px;
      width: 100vw;
      background: #182857; }
    .txt-imgb figure img {
      width: 100%; }
  .txt-imgb article {
    width: 56%;
    padding-top: 4.444em;
    padding-bottom: 4.444em;
    position: relative;
    font-size: 1.222em;
    text-align: right; }
    .txt-imgb article > *:last-child {
      margin-bottom: 0; }
  .txt-imgb h2 {
    font-size: 1.909em;
    font-weight: 500;
    color: #182857;
    margin-bottom: 0.1em; }
  .txt-imgb--img aside {
    -webkit-box-ordinal-group: 1;
            order: 0;
    direction: rtl; }
  .txt-imgb--img figure {
    padding-left: 0;
    padding-right: 60px; }
    .txt-imgb--img figure:before {
      right: auto;
      left: 0; }
  .txt-imgb--img article {
    text-align: left; }
  .txt-imgb--first figure:before {
    width: calc(100% - 60px); }
  .txt-imgb--last figure img {
    padding-bottom: 4px;
    border-bottom: solid 6px #182857; }
  @media (max-width: 1579px) {
    .txt-imgb article {
      padding-top: 3em;
      padding-bottom: 3em; } }
  @media (max-width: 1279px) {
    .txt-imgb {
      padding-bottom: 0;
      margin: 3em auto; }
      .txt-imgb figure {
        padding-top: 0;
        padding-left: 40px; }
        .txt-imgb figure:before {
          display: none; }
        .txt-imgb figure img {
          padding: 4px 0;
          border-top: solid 5px #182857;
          border-bottom: solid 5px #182857; }
      .txt-imgb article {
        padding: 0; }
      .txt-imgb--img figure {
        padding-left: 0;
        padding-right: 40px; } }
  @media (max-width: 1023px) {
    .txt-imgb {
      display: block; }
      .txt-imgb aside, .txt-imgb article {
        width: 100%; }
      .txt-imgb figure {
        width: auto;
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 2em; }
      .txt-imgb article {
        text-align: left; } }
  @media (max-width: 575px) {
    .txt-imgb article {
      font-size: 1em; } }

.txt-imgbg {
  display: -webkit-box;
  display: flex;
  margin: 5em 0;
  position: relative;
  -webkit-box-align: center;
          align-items: center; }
  .txt-imgbg__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 80%;
    z-index: 1; }
  .txt-imgbg aside, .txt-imgbg article {
    width: 50%;
    position: relative;
    z-index: 2; }
  .txt-imgbg figure {
    width: calc(100% + (50vw - 100%)); }
    .txt-imgbg figure img {
      width: 100%;
      display: block; }
  .txt-imgbg article {
    padding-right: 100px;
    align-self: center;
    font-size: 1.222em; }
    .txt-imgbg article > *:last-child {
      margin-bottom: 0; }
  .txt-imgbg h2 {
    color: #555654;
    font-size: 2.4em;
    font-weight: 400; }
  .txt-imgbg aside {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .txt-imgbg--img aside {
    -webkit-box-ordinal-group: 1;
            order: 0;
    direction: rtl; }
  .txt-imgbg--img figure {
    padding-right: 100px; }
  .txt-imgbg--img article {
    padding-right: 0; }
  @media (max-width: 1279px) {
    .txt-imgbg {
      margin: 5em 0; }
      .txt-imgbg h2 {
        font-size: 1.9em; }
      .txt-imgbg article {
        padding-right: 60px;
        padding-top: 5.5%;
        padding-bottom: 5.5%; }
      .txt-imgbg--img figure {
        padding-right: 60px; }
      .txt-imgbg--img article {
        padding-right: 0; } }
  @media (max-width: 1023px) {
    .txt-imgbg {
      margin: 3em 0;
      display: block; }
      .txt-imgbg + .txt-imgbg {
        margin-top: -3em; }
      .txt-imgbg__bg {
        height: 100%; }
      .txt-imgbg aside, .txt-imgbg article {
        width: 100%; }
      .txt-imgbg article {
        padding: 2em 0 3em 0; }
      .txt-imgbg figure {
        width: auto;
        padding: 0;
        margin-left: -20px;
        margin-right: -20px; } }
  @media (max-width: 575px) {
    .txt-imgbg article {
      font-size: 1em; } }

.history {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  padding: 5em 0;
  position: relative; }
  .history:before {
    content: '';
    width: 80%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ededed;
    position: absolute; }
  .history__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 50px 0;
    position: relative;
    z-index: 1; }
    .history__item aside {
      width: 40%;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .history__item figure {
      width: calc( 100% + (50vw - 125%)); }
      .history__item figure img {
        width: 100%;
        display: block; }
    .history__item__text {
      width: 60%;
      margin: 0;
      align-self: center;
      padding-left: 60px; }
      .history__item__text img {
        margin-top: 60px; }
    .history__item article {
      background: #fff;
      padding: 40px;
      position: relative;
      margin: 60px 0;
      font-size: 1.222em; }
      .history__item article:before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: -12px;
        background: #7fbc03;
        width: calc(100% + 12px);
        height: 80%; }
      .history__item article:after {
        content: '';
        position: absolute;
        background: #fff;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .history__item article > * {
        position: relative;
        z-index: 2; }
      .history__item article > *:last-child {
        margin-bottom: 0; }
      .history__item article h1 {
        color: #555654;
        font-size: 2.4em;
        font-weight: 400;
        margin: -1em 0 -0.1em 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        line-height: 1em; }
      .history__item article h2 {
        color: #555654;
        margin-bottom: 0.4em; }
      .history__item article p {
        margin-bottom: 0.2em; }
      .history__item article a {
        position: relative;
        text-transform: uppercase;
        padding-bottom: 5px;
        display: inline-block;
        font-size: 1.182em; }
        .history__item article a:before {
          content: '';
          width: 70%;
          bottom: 0;
          left: 50%;
          height: 4px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: #b3d591;
          position: absolute;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; }
        .history__item article a:hover {
          color: #7fbc03; }
          .history__item article a:hover:before {
            background: #7fbc03; }
    .history__item--img aside {
      -webkit-box-ordinal-group: 1;
              order: 0;
      direction: rtl;
      align-self: flex-start; }
    .history__item--img article:before, .history__item--img article:after {
      width: 100vw; }
  @media (max-width: 1279px) {
    .history {
      padding: 3em 0; }
      .history__item {
        padding: 30px 0; }
        .history__item__text {
          padding-left: 0; } }
  @media (max-width: 1023px) {
    .history__item {
      padding: 30px 0; }
      .history__item article {
        font-size: 1em;
        margin: 0; }
        .history__item article:before {
          width: calc(100% + 10px);
          bottom: -10px;
          left: -10px; }
      .history__item--img aside {
        align-self: center; }
      .history__item--img article:before {
        width: 100vw; } }
  @media (max-width: 767px) {
    .history {
      padding-top: 0;
      margin-top: 3em;
      margin-bottom: 3em; }
      .history__item {
        display: block;
        padding: 0;
        margin: 3em 0; }
        .history__item aside, .history__item__text {
          width: 100%; }
        .history__item__text {
          margin-top: 3em; }
        .history__item figure {
          width: auto;
          margin-left: -20px;
          margin-right: -20px; }
        .history__item article {
          padding: 30px; }
          .history__item article:before, .history__item article:after {
            width: 100vw; }
          .history__item article h1 {
            margin-top: -1em; } }
  @media (max-width: 575px) {
    .history:before {
      width: 100%; }
    .history__item article {
      padding: 20px; }
      .history__item article h1 {
        margin-top: -0.7em; } }

.img-quote {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  padding: 5em 0; }
  .img-quote__item {
    display: -webkit-box;
    display: flex; }
    .img-quote__item aside {
      width: 40%;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .img-quote__item figure {
      width: calc( 100% + (50vw - 125%)); }
      .img-quote__item figure img {
        width: 100%;
        display: block; }
    .img-quote__item .quote {
      width: 60%;
      margin: 0;
      align-self: center; }
    .img-quote__item blockquote {
      background: #fff;
      margin: 0;
      padding: 0;
      align-self: center;
      right: -90px;
      position: relative;
      z-index: 2;
      padding: 40px;
      font-size: 1.222em; }
      .img-quote__item blockquote:before {
        content: '';
        width: 10px;
        right: 100%;
        bottom: 0;
        height: 80%;
        background: #7fbc03;
        position: absolute; }
      .img-quote__item blockquote:after {
        content: '';
        height: 10px;
        top: 100%;
        left: -10px;
        width: calc(100% - 90px + 10px);
        background: #7fbc03;
        position: absolute; }
      .img-quote__item blockquote h3 {
        color: #555654;
        font-size: 2.4em;
        margin: -1em 0 -0.15em 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        line-height: 1em; }
      .img-quote__item blockquote p {
        margin: 0; }
      .img-quote__item blockquote cite {
        font-style: normal;
        color: #7fbc03; }
    .img-quote__item--img aside {
      -webkit-box-ordinal-group: 1;
              order: 0;
      direction: rtl; }
    .img-quote__item--img .quote {
      align-self: flex-end;
      margin-left: 90px;
      width: calc(60% - 90px);
      position: relative;
      padding-bottom: 10px; }
      .img-quote__item--img .quote:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        background: #fff; }
    .img-quote__item--img blockquote {
      right: 0; }
      .img-quote__item--img blockquote:before {
        height: 50%; }
      .img-quote__item--img blockquote:after {
        width: 100vw; }
  @media (max-width: 1579px) {
    .img-quote__item blockquote {
      font-size: 1em; } }
  @media (max-width: 1279px) {
    .img-quote {
      padding: 1em 0; }
      .img-quote__item {
        margin: 3em 0;
        -webkit-box-align: center;
                align-items: center; }
        .img-quote__item figure {
          z-index: 3;
          position: relative; }
        .img-quote__item .quote {
          margin-left: 0;
          width: 60%; }
        .img-quote__item blockquote {
          right: 0; } }
  @media (max-width: 767px) {
    .img-quote {
      padding-top: 0;
      margin-top: 3em;
      margin-bottom: 3em; }
      .img-quote__item {
        display: block; }
        .img-quote__item .quote, .img-quote__item aside {
          width: 100%; }
        .img-quote__item .quote {
          margin-top: 2em;
          position: relative; }
          .img-quote__item .quote:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100vw;
            background: #fff; }
        .img-quote__item blockquote:before {
          height: 50%; }
        .img-quote__item blockquote:after {
          width: 100vw; }
        .img-quote__item blockquote h3 {
          margin-top: -1.2em; }
        .img-quote__item figure {
          width: auto;
          margin-left: -20px;
          margin-right: -20px; } }
  @media (max-width: 575px) {
    .img-quote__item blockquote {
      padding: 20px; }
      .img-quote__item blockquote h3 {
        margin-top: -0.7em; } }

.img-cols {
  margin: 6em calc(-100vw / 2 + 100% / 2 - 25px);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .img-cols__item {
    width: 25%;
    padding: 0 25px; }
    .img-cols__item > a {
      display: block;
      position: relative; }
      .img-cols__item > a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 8px;
        border-bottom: solid 4px #182857; }
    .img-cols__item figure {
      position: relative; }
      .img-cols__item figure:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(162, 162, 162, 0.2);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    .img-cols__item aside {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(24, 40, 87, 0.45);
      padding: 30px;
      text-align: center;
      color: #fff;
      line-height: 1.2em;
      font-size: 1.222em;
      font-weight: 500; }
      .img-cols__item aside h3 {
        font-size: 1.8em;
        font-family: "bourton-base", sans-serif;
        letter-spacing: normal;
        line-height: 1em;
        text-transform: uppercase;
        margin-bottom: 0.2em;
        color: inherit; }
      .img-cols__item aside p {
        margin-bottom: 0.5em; }
      .img-cols__item aside u {
        text-decoration: none;
        font-size: 0.818em;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        font-weight: 700; }
        .img-cols__item aside u:before {
          content: '';
          width: 100%;
          height: 4px;
          background: #7fbc03;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
      .img-cols__item aside > *:last-child {
        margin-bottom: 0; }
    .img-cols__item img {
      width: 100%;
      display: block; }
    .img-cols__item:hover figure:before {
      opacity: 0; }
    .img-cols__item__icons {
      position: absolute;
      top: 12px;
      right: 0;
      left: 0;
      color: #fff;
      z-index: 3;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; }
      .img-cols__item__icons i {
        color: #fff;
        margin: 0 8px; }
      .img-cols__item__icons svg {
        fill: #fff; }
    .img-cols__item__title {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 3;
      color: #fff;
      font-family: "bourton-base", sans-serif;
      font-size: 2vw;
      text-shadow: 2px 1px 5px rgba(32, 32, 32, 0.3);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      line-height: 1em;
      letter-spacing: 0.03em; }
  @media (max-width: 1279px) {
    .img-cols {
      margin: 6em calc(-100vw / 2 + 100% / 2 - 10px); }
      .img-cols__item {
        width: 50%;
        margin: 12px 0;
        padding: 0 10px; }
        .img-cols__item__title {
          font-size: 4vw; } }
  @media (max-width: 1023px) {
    .img-cols {
      margin-top: 4em;
      margin-bottom: 4em; } }
  @media (max-width: 767px) {
    .img-cols__item aside {
      font-size: 1em; } }
  @media (max-width: 575px) {
    .img-cols {
      margin: 3em calc(-100vw / 2 + 100% / 2);
      display: block; }
      .img-cols__item {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 12px 0; }
        .img-cols__item:last-child {
          margin-bottom: 0; }
        .img-cols__item__title {
          font-size: 8vw; } }

.prd-cols {
  margin: 4.444em calc(-100vw / 2 + 100% / 2 - 25px);
  display: -webkit-box;
  display: flex;
  margin-left: -33%; }
  .prd-cols__item {
    padding: 0 25px;
    font-size: 1.111em; }
    .prd-cols__item a {
      display: block;
      position: relative;
      color: #182857; }
    .prd-cols__item img {
      width: 100%;
      height: auto;
      display: block; }
    .prd-cols__item aside {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px 25px;
      background-color: rgba(255, 255, 255, 0.8); }
    .prd-cols__item p {
      line-height: 1.4em;
      margin-bottom: 1em; }
    .prd-cols__item .title {
      font-size: 1.9em;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: baseline;
              align-items: baseline;
      flex-wrap: wrap;
      line-height: 1.2em;
      margin-bottom: 0.1em;
      letter-spacing: -0.04em; }
    .prd-cols__item .price, .prd-cols__item .woocommerce-Price-amount {
      color: #7fbc03;
      letter-spacing: inherit; }
    .prd-cols__item h3 {
      line-height: inherit;
      font-size: inherit;
      margin: 0;
      padding-right: 10px;
      letter-spacing: inherit; }
    .prd-cols__item *:last-child {
      margin-bottom: 0; }
  @media (max-width: 1579px) {
    .prd-cols {
      margin: 4.444em calc(-100vw / 2 + 100% / 2 - 10px); }
      .prd-cols__item {
        padding: 0 10px; } }
  @media (max-width: 1279px) {
    .prd-cols__item {
      font-size: 0.8em; }
      .prd-cols__item a {
        background: #ededed;
        min-height: 100%; }
      .prd-cols__item .title {
        font-size: 1.5em; }
      .prd-cols__item aside {
        padding: 20px; } }
  @media (max-width: 1023px) {
    .prd-cols__item aside {
      position: static; } }
  @media (max-width: 767px) {
    .prd-cols {
      margin: 3em -20px;
      display: block; }
      .prd-cols__item {
        margin: 0 0 20px 0;
        padding: 0; }
        .prd-cols__item aside {
          position: absolute; } }

.ads {
  margin: 4.444em calc(-100vw / 2 + 100% / 2);
  display: -webkit-box;
/*   display: flex; */
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .ads__item {
    margin: 0 50px;
    display: inline;}
    .ads__item figure {
      position: relative; }
      .ads__item figure:before {
        content: '';
        width: 90%;
        height: 90%;
        background: #7fbc03;
        position: absolute;
        bottom: -12px;
        left: -12px;
        z-index: 1; }
      .ads__item figure img {
        position: relative;
        z-index: 2; }
    .ads__item figcaption {
      position: absolute;
      left: 30px;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2; }
      .ads__item figcaption span {
        font-size: 80px;
        font-weight: bold;
        font-family: "bourton-base", sans-serif;
        display: block;
        line-height: 0.8em;
        margin-bottom: 0.2em;
        color: #182857; }
    .ads__item--portrait figcaption {
      top: 8%;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  @media (max-width: 1579px) {
    .ads__item figcaption span {
      font-size: 5vw; }
    .ads__item figcaption .btn {
      border-width: 0.325vw;
      font-size: 1.5625vw;
      padding: 0.75vw 2.5vw 0.875vw 2.5vw; } }
  @media (max-width: 1279px) {
    .ads__item {
      margin: 0 30px; } }
  @media (max-width: 1023px) {
    .ads__item {
      margin: 0 30px; }
      .ads__item figure:before {
        bottom: -10px;
        left: -10px; }
      .ads__item figcaption span {
        font-size: 10vw; }
      .ads__item figcaption .btn {
        border-width: 0.7vw;
        font-size: 3vw;
        padding: 1.5vw 5vw 1.75vw 5vw; } }
  @media (max-width: 767px) {
    .ads {
      display: block;
      margin: 3em 10px; }
      .ads__item {
/*         margin: 3em 0;  */
	  }
        .ads__item--portrait {
          width: 80%;
          margin-left: auto;
          margin-right: auto; } }

.ads__item--portrait {
	display: block;
}

.form-box {
  margin: 5em 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .form-box__content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    max-width: 780px;
    font-size: 1.222em;
    color: #182857; }
    .form-box__content h2 {
      margin-bottom: 0.75em;
      font-size: 1.9em; }
  .form-box aside {
    font-size: 1.222em;
    color: #182857;
    padding-left: 60px;
    -webkit-box-ordinal-group: 3;
            order: 2; }
    .form-box aside img {
      margin-bottom: 0.5em; }
    .form-box aside p {
      margin-bottom: 0.5em; }
    .form-box aside a {
      color: #7fbc03; }
      .form-box aside a:hover {
        color: #182857; }
  @media (max-width: 1279px) {
    .form-box__content h2 {
      font-size: 1.75em; } }
  @media (max-width: 1023px) {
    .form-box {
      display: block; }
      .form-box__content {
        width: 100%; }
      .form-box aside {
        padding-left: 0;
        margin-bottom: 3em; } }
  @media (max-width: 575px) {
    .form-box__content, .form-box aside {
      font-size: 1em; } }

.post {
  max-width: 1024px;
  margin: 4.444em auto; }
  .post .wp-block-image img {
    width: 100%; }
  @media (max-width: 575px) {
    .post {
      margin-top: 3em;
      margin-bottom: 3em; } }

.event {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 4.444em auto; }
  .event__content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    max-width: 920px; }
    .event__content p {
      font-size: 1.222em;
      color: #182857; }
  .event__side {
    min-width: 322px;
    margin-left: 60px; }
  @media (max-width: 1023px) {
    .event {
      display: block; }
      .event__side {
        margin-top: 3em;
        margin-left: 0;
        min-width: 0;
        max-width: 322px; } }
  @media (max-width: 575px) {
    .event {
      margin-top: 3em;
      margin-bottom: 3em; } }

.widget {
  margin-bottom: 1.778em; }
  .widget > *:last-child {
    margin-bottom: 0; }
  .widget h3 {
    color: #7fbc03;
    font-size: 1.778em;
    border-bottom: solid 4px #182857;
    padding-bottom: 12px;
    margin-bottom: 0.5em; }
  .widget h6 {
    font-size: inherit;
    font-weight: 500;
    color: #182857;
    margin-bottom: 0.1em; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500; }
  .widget__event {
    margin-top: 1.778em;
    display: block;
    font-size: 1.111em;
    color: #000; }
    .widget__event > *:last-child {
      margin-bottom: 0; }
    .widget__event.active {
      padding-left: 30px;
      border-left: solid 2px #182857; }
    .widget__event:hover {
      color: #182857; }

.news {
  background: url(img/bg-content.png) repeat-x center top;
  overflow: hidden;
  margin-bottom: 5em; }
  .news__filter {
    padding: 35px 0; }
    .news__filter .container {
      display: -webkit-box;
      display: flex;
      line-height: 1em; }
    .news__filter label {
      border: solid 1px #182857;
      font-size: 14px;
      text-transform: uppercase;
      color: #182857;
      padding: 27px 20px 29px 20px;
      margin-right: -1px;
      line-height: 1em;
      align-self: center;
      height: 72px;
      white-space: nowrap; }
    .news__filter ul {
      display: -webkit-box;
      display: flex;
      line-height: 1em;
      -webkit-box-align: center;
              align-items: center; }
      .news__filter ul li {
        padding: 0;
        margin-right: -1px; }
    .news__filter li:nth-child(2n+2) {
      width: 280px;
      position: relative; }
      .news__filter li:nth-child(2n+2) .customSelect {
        background: url(img/arrow-select.svg) no-repeat right 10px center;
        background-size: 20px auto;
        border: solid 1px #182857;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #50374c;
        padding: 27px 20px 28px 20px;
        line-height: 1em;
        outline: none;
        height: 72px;
        width: 100%; }
      .news__filter li:nth-child(2n+2) .customSelectInner {
        color: inherit;
        white-space: nowrap;
        display: block;
        width: 100%;
        margin: 0 !important; }
      .news__filter li:nth-child(2n+2) select {
        width: 100% !important;
        height: 72px; }
    .news__filter input {
      border: solid 1px #182857;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #50374c;
      padding: 24px 20px 26px 20px;
      line-height: 1em;
      width: 300px;
      outline: none;
      height: 72px; }
      .news__filter input[type=date] {
        width: 174px; }
    .news__filter li:last-child {
      width: auto; }
    .news__filter input[type=submit] {
      background: url(img/icon_search.svg) no-repeat center center;
      background-size: 50% auto;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      border: solid 1px #182857;
      width: 70px;
      height: 72px;
      cursor: pointer; }
  .news__grid {
    margin-left: 5%;
    margin-right: 5%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .news__grid__zero {
      text-align: center;
      font-size: 2em;
      margin: 3em 0;
      width: 100%;
      padding: 0 20px; }
    .news__grid__item {
      margin: 0 25px 60px 25px;
      width: calc(25% - 50px);
      background: #ececec;
      padding-bottom: 80px;
      color: #000;
      overflow: hidden;
      position: relative; }
      .news__grid__item:before {
        content: '';
        background: #182857;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        z-index: 2;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all;
        opacity: 0; }
      .news__grid__item article {
        padding: 15px 25px;
        border-top: solid 6px #182857;
        position: relative;
        z-index: 3; }
      .news__grid__item figure {
        margin-bottom: 6px;
        position: relative;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
        .news__grid__item figure:before {
          content: '';
          background: url(img/leaf--white.svg) no-repeat bottom -3px center;
          background-size: 27% auto;
          border-bottom: solid 6px #fff;
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          height: 0;
          z-index: 2;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all;
          opacity: 0; }
        .news__grid__item figure img {
          width: 100%;
          display: block; }
      .news__grid__item h3 {
        font-size: 1.5em;
        font-weight: 400;
        color: #182857;
        margin-bottom: 0.5em;
        letter-spacing: -0.025em;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
      .news__grid__item p {
        margin-bottom: 1.5em; }
      .news__grid__item .more {
        border: solid 4px #182857;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        color: #182857;
        max-width: 178px;
        text-align: center;
        padding: 4px 10px 6px 10px;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
      .news__grid__item:hover {
        color: #fff; }
        .news__grid__item:hover:before {
          height: 100%;
          opacity: 1; }
        .news__grid__item:hover figure {
          margin-top: -15%; }
          .news__grid__item:hover figure:before {
            height: 100%;
            opacity: 1; }
        .news__grid__item:hover h3 {
          color: #fff; }
        .news__grid__item:hover .more {
          border-color: #fff;
          color: #fff; }
  @media (max-width: 1579px) {
    .news__grid {
      margin-left: -15px;
      margin-right: -15px; }
      .news__grid__item {
        margin: 0 15px 40px 15px;
        width: calc(25% - 15px * 2);
        padding-bottom: 40px; }
        .news__grid__item article {
          padding: 15px 20px; } }
  @media (max-width: 1279px) {
    .news__grid {
      margin-left: -10px;
      margin-right: -10px; }
      .news__grid__item {
        margin: 0 10px 40px 10px;
        width: calc(33.333333% - 10px * 2); } }
  @media (max-width: 1023px) {
    .news__filter .container {
      display: block; }
    .news__filter label {
      border: 0;
      padding: 0;
      display: block;
      width: auto;
      height: auto;
      margin: 0 0 0.5em 0; }
    .news__filter ul {
      display: block;
      position: relative; }
      .news__filter ul li {
        width: 100%;
        margin: 0 0 -1px 0;
        display: block; }
        .news__filter ul li input {
          width: 100%; }
        .news__filter ul li:nth-child(2n+2) {
          width: 100%; }
        .news__filter ul li:nth-child(2n+3) {
          width: calc(100% - 69px); }
          .news__filter ul li:nth-child(2n+3) input {
            width: 100%; }
        .news__filter ul li:last-child {
          position: absolute;
          bottom: 1px;
          right: 0;
          width: 70px; }
    .news__grid__item {
      width: calc(50% - 10px * 2); } }
  @media (max-width: 575px) {
    .news {
      margin-bottom: 3em; }
      .news__filter ul li select {
        height: 40px; }
      .news__filter ul li .customSelect {
        height: 52px !important;
        padding-top: 17px !important;
        padding-bottom: 12px !important; }
      .news__filter ul li input, .news__filter ul li input[type=submit] {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        height: 52px !important;
        background-size: 40% auto; }
      .news__grid__item {
        width: calc(100% - 10px * 2);
        margin-bottom: 6px; } }

.events {
  background: url(img/bg-content.png) repeat-x center top;
  overflow: hidden;
  margin-bottom: 5em; }
  .events__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -46px;
    margin-right: -46px;
    margin-top: 4.5em; }
    .events__grid__zero {
      text-align: center;
      font-size: 2em;
      margin: 3em 0;
      width: 100%;
      padding: 0 20px; }
    .events__grid__item {
      background: #ececec;
      margin: 0 46px 4.5em 46px;
      width: calc(33.333333% - 46px * 2);
      color: #182857;
      position: relative;
      overflow: hidden; }
      .events__grid__item:before {
        content: '';
        background: #182857;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        z-index: 2;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all;
        opacity: 0; }
      .events__grid__item figure {
        position: relative; }
        .events__grid__item figure:before {
          content: '';
          background: url(img/leaf--white.svg) no-repeat bottom -3px center;
          background-size: 27% auto;
          border-bottom: solid 6px #fff;
          position: absolute;
          right: 0;
          bottom: 20%;
          left: 0;
          height: 0;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all;
          opacity: 0;
          z-index: 2; }
        .events__grid__item figure time {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 15px;
          line-height: 1em;
          text-align: center;
          background: #182857;
          color: #fff;
          padding: 20px 18px 24px 18px; }
          .events__grid__item figure time em {
            font-style: normal;
            display: block;
            font-size: 4.267em;
            line-height: 0.7em; }
        .events__grid__item figure img {
          width: 100%;
          display: block; }
      .events__grid__item article {
        padding: 20px 30px 30px;
        position: relative;
        z-index: 3; }
      .events__grid__item small {
        display: block;
        color: #7fbc03;
        font-size: 0.833em;
        font-weight: bold;
        letter-spacing: normal;
        margin-bottom: 0.2em;
        text-transform: uppercase; }
      .events__grid__item h3 {
        font-size: 1.5em;
        font-weight: 400;
        color: #182857;
        margin-bottom: 0.5em;
        letter-spacing: -0.025em;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
      .events__grid__item .more {
        border: solid 4px #182857;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        color: #182857;
        max-width: 178px;
        text-align: center;
        padding: 4px 10px 6px 10px;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
      .events__grid__item:hover {
        color: #fff; }
        .events__grid__item:hover:before {
          opacity: 1;
          height: 100%; }
        .events__grid__item:hover figure:before {
          height: 100%;
          opacity: 1; }
        .events__grid__item:hover h3, .events__grid__item:hover small {
          color: #fff; }
        .events__grid__item:hover .more {
          border-color: #fff;
          color: #fff; }
  @media (max-width: 1579px) {
    .events__grid {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 1.5em; }
      .events__grid__item {
        margin: 0 10px 3em 10px;
        width: calc(33.333333% - 10px * 2); } }
  @media (max-width: 1023px) {
    .events__grid__item figure time {
      font-size: 1.444vw; }
    .events__grid__item article {
      padding: 15px 20px 20px; }
    .events__grid__item h3 {
      font-size: 1.333em; } }
  @media (max-width: 767px) {
    .events__grid__item {
      width: calc(100% - 10px * 2);
      margin-bottom: 20px; }
      .events__grid__item figure time {
        font-size: 12px; } }

.related.products {
  display: none; }

.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin: 3em 0; }
  .related .product-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
  .product-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border-bottom: solid 1px #182857;
    padding: 20px 0;
    margin: 0;
    float: none; }
    .product-list li *:last-child {
      margin-bottom: 0; }
    .product-list li img {
      display: none; }
    .product-list li .title {
      font-size: 1.4em;
      letter-spacing: -0.04em;
      line-height: 1.2em;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: baseline;
              align-items: baseline;
      margin-bottom: 0.2em; }
      .product-list li .title > * {
        color: inherit;
        letter-spacing: inherit;
        line-height: inherit; }
      .product-list li .title h2 {
        font-size: inherit;
        padding-right: 10px; }
    .product-list li .price {
      color: #7fbc03; }
  @media (max-width: 1279px) {
    .product-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 1023px) {
    .product-list li {
      font-size: 0.9em; }
      .product-list li .title {
        font-size: 1.3em; } }
  @media (max-width: 767px) {
    .product-list {
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
      .product-list li {
        padding: 15px 0; } }
  @media (max-width: 575px) {
    .product-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.product {
  display: -webkit-box;
  display: flex; }
  .product__image {
    width: 50%;
    direction: rtl; }
    .product__image figure {
      width: calc(100% + (50vw - 100%));
      padding-right: 30px; }
    .product__image img {
      width: 100%;
      display: block; }
  .product__content {
    padding: 5em 0 5em 30px;
    width: 50%; }
    .product__content h1 {
      margin-bottom: 0;
      line-height: 1.1em; }
  .product .product_meta {
    display: none; }
  @media (max-width: 1279px) {
    .product__image {
      width: 50%; }
      .product__image figure {
        padding-right: 20px; }
    .product__content {
      padding-top: 3em;
      padding-bottom: 3em;
      width: 50%;
      padding-left: 20px; } }
  @media (max-width: 1023px) {
    .product {
      display: block;
      margin: 0; }
      .product__image {
        width: 100%;
        padding: 0; }
        .product__image figure {
          padding: 0;
          width: auto;
          margin-left: -20px;
          margin-right: -20px; }
      .product__content {
        padding: 0;
        width: 100%;
        margin: 3em 0; } }

.promo {
  color: #fff;
  text-align: center;
  margin: 170px 0 90px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .promo__item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 75%;
    width: calc(50% - 5px); }
    .promo__item > img {
      display: none; }
    .promo__item__txt, .promo__item__txtimg {
      padding: 60px 10%;
      align-self: center; }
      .promo__item__txt *:last-child, .promo__item__txtimg *:last-child {
        margin-bottom: 0; }
    .promo__item__txtimg {
      padding-right: 30%; }
  .promo aside {
    border: solid 10px #182857;
    border-top: 0;
    width: 94%;
    max-width: 764px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    min-height: 19.2vw;
    display: -webkit-box;
    display: flex; }
    .promo aside > *:last-child {
      margin-bottom: 0; }
  .promo .leaf {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 15px; }
    .promo .leaf i {
      width: 3.33vw;
      height: 3.33vw;
      display: block;
      margin: 0 auto; }
      .promo .leaf i:before, .promo .leaf i:after {
        content: '';
        height: 10px;
        width: calc(100% / 2 - 7.8vw / 2 - 10px);
        background: #182857;
        position: absolute;
        left: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .promo .leaf i:after {
        left: auto;
        right: -10px; }
      .promo .leaf i img {
        position: relative;
        top: -30%; }
  .promo h2 {
    font-size: 3.33vw;
    margin-bottom: 0.1em;
    line-height: 1.1em;
    color: inherit; }
    .promo h2 + p .btn-white {
      margin-top: 0.8em; }
  .promo p {
    font-size: 1.146vw;
    margin-bottom: 0.8em; }
  .promo figure {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1%;
    width: 36%;
    padding-top: 2%; }
    .promo figure img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  @media (max-width: 1279px) {
    .promo .btn-white {
      font-size: 18px; } }
  @media (max-width: 1023px) {
    .promo {
      display: block;
      margin: 0; }
      .promo__item {
        width: 100%;
        margin: 100px 0 60px 0; }
      .promo .leaf i {
        width: 6.66vw;
        height: 6.66vw; }
      .promo .btn-white {
        font-size: 25px; }
      .promo aside {
        min-height: 38.6vw;
        width: 80%; }
      .promo h2 {
        font-size: 6.66vw; }
      .promo p {
        font-size: 2.292vw; } }
  @media (max-width: 767px) {
    .promo aside {
      width: 90%; }
    .promo .btn-white {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .promo {
      margin-top: -30px; }
      .promo__item {
        margin: 60px 0; }
        .promo__item__txt, .promo__item__txtimg {
          padding: 30px 5%; }
        .promo__item__txtimg {
          padding-right: 30%; }
      .promo aside {
        border-width: 6px; }
      .promo h2 {
        font-size: 2em; }
      .promo p {
        font-size: 1em; }
      .promo article {
        position: relative;
        z-index: 2; }
      .promo figure {
        right: -20px; }
      .promo .leaf i:before, .promo .leaf i:after {
        content: '';
        height: 6px;
        width: calc(100% / 2 - 7.8vw / 2 - 6px);
        background: #182857;
        position: absolute;
        left: -6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .promo .leaf i:after {
        left: auto;
        right: -6px; }
      .promo .btn-white {
        font-size: 14px;
        border-width: 3px; } }

.connect {
  padding-bottom: 40px; }
  .connect h4 {
    text-align: center;
    text-transform: uppercase;
    color: #182857;
    font-size: 1.778em;
    font-weight: 400;
    margin-bottom: 1em; }
  .connect h5 {
    font-size: 1.778em;
    color: #555654;
    letter-spacing: -0.04em;
    margin-bottom: 0.5em; }
  .connect__toggle {
    width: 45px;
    height: 45px;
    background: url(img/plus.png) no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .connect__toggle:before {
      content: '';
      width: calc(100vw - 40px);
      height: 1px;
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #b7b3b3; }
    .connect__toggle.open {
      background-image: url(img/minus.png); }
  .connect__content {
    display: none; }
  .connect__grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .connect__grid nav {
      padding: 0 38px;
      text-align: center;
      margin-top: 30px; }
  @media (max-width: 1023px) {
    .connect h5 {
      font-size: 1.3em; }
    .connect__grid nav {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .connect h5 {
      font-size: 1.7em; }
    .connect__grid {
      display: block; }
      .connect__grid nav {
        padding: 0; } }

.instagram {
  overflow: hidden;
  margin-bottom: 30px; }
  .instagram__feed {
    height: calc(20vw - 16px); }
    .instagram__feed .item {
      width: calc(20vw - 16px);
      height: calc(20vw - 16px);
      background-position: center;
      background-size: cover;
      display: block;
      position: relative; }
      .instagram__feed .item img {
        display: none !important; }
    .instagram__feed:hover .arrow {
      opacity: 1; }
  .instagram .arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    width: 62px;
    height: 76px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 202;
    outline: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    border: 0;
    border-radius: 5px;
    margin: 0;
    opacity: 0; }
    .instagram .arrow.prev {
      background-image: url("img/arrow-prev.svg");
      left: 20px; }
    .instagram .arrow.next {
      background-image: url("img/arrow-next.svg");
      right: 20px; }
    @media (max-width: 1579px) {
      .instagram .arrow.prev {
        left: 20px; }
      .instagram .arrow.next {
        right: 20px; } }
    @media (max-width: 1023px) {
      .instagram .arrow {
        width: 45px;
        height: 55px; } }
    @media (max-width: 575px) {
      .instagram .arrow {
        width: 36px;
        height: 44px; } }
  @media (max-width: 1279px) {
    .instagram__feed {
      height: 33.33333vw; }
      .instagram__feed .item {
        width: 33.33333vw;
        height: 33.33333vw; } }
  @media (max-width: 767px) {
    .instagram__feed {
      height: 50vw; }
      .instagram__feed .item {
        width: 50vw;
        height: 50vw; } }
  @media (max-width: 575px) {
    .instagram__feed {
      height: 280px; }
      .instagram__feed .item {
        width: 280px;
        height: 280px; } }

.gsc {
  background: #ededed url(img/bg-content-b.png) repeat-x center bottom;
  padding: 60px 0; }
  .gsc .container {
    max-width: 860px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .gsc figure {
    max-width: 170px;
    margin-right: 50px; }
  .gsc aside {
    width: 590px;
    padding-top: 20px; }
  .gsc p {
    font-size: 1.222em;
    margin-bottom: 1em; }
    .gsc p strong {
      font-weight: normal;
      color: #7fbc03;
      text-transform: uppercase; }
  @media (max-width: 1023px) {
    .gsc figure {
      margin-right: 40px;
      max-width: 140px; }
    .gsc aside {
      padding-top: 10px;
      width: 548px; }
    .gsc p {
      font-size: 1em; } }
  @media (max-width: 767px) {
    .gsc {
      padding: 40px 0; }
      .gsc .container {
        display: block; }
      .gsc figure {
        width: 100px;
        margin: 0; }
      .gsc aside {
        padding-top: 20px;
        width: auto; } }

.footer {
  background: #ededed;
  padding: 60px 0 130px 0;
  overflow: hidden;
  position: relative; }
  .footer:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 20px;
    background: #182857; }
  .footer__logo {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(img/logo.svg) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 258px;
    height: 61px;
    margin-bottom: 20px;
    margin-left: -48px;
    margin-bottom: 20px; }
  .footer__grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start; }
    .footer__grid nav {
      -webkit-box-ordinal-group: 3;
              order: 2;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      line-height: 1.5em; }
      .footer__grid nav ul {
        padding-left: 120px; }
        .footer__grid nav ul li {
          margin-bottom: 20px; }
    .footer__grid aside {
      width: 740px; }
  .footer__address {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .footer__address address {
      font-style: normal;
      line-height: 1.5em;
      font-size: 15px;
      margin-bottom: 1.5em;
      color: #182857; }
    .footer__address strong {
      color: #7fbc03; }
    .footer__address a[href^='mail'] {
      color: #7fbc03;
      display: inline-block;
      padding-top: 10px; }
  .footer__bottom {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
            align-items: center; }
    .footer__bottom > * {
      margin-right: 20px; }
    .footer__bottom a {
      color: inherit; }
      .footer__bottom a:hover {
        color: #7fbc03; }
    .footer__bottom p {
      margin-bottom: 0; }
  .footer .newsletter {
    margin-bottom: 12px; }
  @media (max-width: 1279px) {
    .footer__logo {
      margin-left: 0;
      width: 220px;
      height: 52px; }
    .footer__grid nav ul {
      padding-left: 60px; }
      .footer__grid nav ul li {
        margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .footer__grid {
      display: block; }
      .footer__grid nav {
        max-width: 620px;
        margin: 2em 0; }
        .footer__grid nav ul {
          padding-left: 0; } }
  @media (max-width: 575px) {
    .footer {
      padding: 40px 0 80px 0; }
      .footer:before {
        height: 15px; }
      .footer__logo {
        margin-left: 0;
        width: 190px;
        height: 45px; }
      .footer__grid nav {
        display: block; }
      .footer__grid aside {
        width: auto; }
      .footer__address {
        display: block; }
      .footer__bottom {
        display: block; }
        .footer__bottom p {
          margin: 0; }
      .footer .social {
        margin-bottom: 1em; } }

.page .gform_wrapper ul, .newsletter .gform_wrapper ul, .gsc .gform_wrapper ul {
  color: inherit;
  line-height: normal; }

.page .gform_wrapper .gfield_required, .newsletter .gform_wrapper .gfield_required, .gsc .gform_wrapper .gfield_required {
  color: #be4141; }

.page .gform_wrapper .validation_message, .newsletter .gform_wrapper .validation_message, .gsc .gform_wrapper .validation_message {
  display: none; }

.page .gform_wrapper label.gfield_label,
.page .gform_wrapper legend.gfield_label, .newsletter .gform_wrapper label.gfield_label,
.newsletter .gform_wrapper legend.gfield_label, .gsc .gform_wrapper label.gfield_label,
.gsc .gform_wrapper legend.gfield_label {
  color: #373535;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 7px;
  text-transform: uppercase; }
  .page .gform_wrapper label.gfield_label span,
  .page .gform_wrapper legend.gfield_label span, .newsletter .gform_wrapper label.gfield_label span,
  .newsletter .gform_wrapper legend.gfield_label span, .gsc .gform_wrapper label.gfield_label span,
  .gsc .gform_wrapper legend.gfield_label span {
    color: inherit; }

.page .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.page .gform_wrapper textarea, .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.newsletter .gform_wrapper textarea, .gsc .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gsc .gform_wrapper textarea {
  border: solid 1px #b7b7b8 !important;
  font-size: 18px;
  padding: 7px 15px 10px 15px;
  margin: 0;
  color: #000;
  line-height: 1em !important;
  min-height: 0 !important;
  outline: none;
  letter-spacing: 0.05em; }

.page .gform_wrapper .top_label input.medium, .newsletter .gform_wrapper .top_label input.medium, .gsc .gform_wrapper .top_label input.medium {
  width: 100%; }

.page .gform_wrapper.gform_validation_error .top_label input.medium, .newsletter .gform_wrapper.gform_validation_error .top_label input.medium, .gsc .gform_wrapper.gform_validation_error .top_label input.medium {
  width: 100%; }

.page .gform_wrapper li.gfield_error, .newsletter .gform_wrapper li.gfield_error, .gsc .gform_wrapper li.gfield_error {
  width: 100%; }
  .page .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .page .gform_wrapper li.gfield_error textarea, .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .newsletter .gform_wrapper li.gfield_error textarea, .gsc .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gsc .gform_wrapper li.gfield_error textarea {
    border: solid 1px #be4141 !important;
    color: #be4141; }
  .page .gform_wrapper li.gfield_error .gfield_label,
  .page .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .newsletter .gform_wrapper li.gfield_error .gfield_label,
  .newsletter .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gsc .gform_wrapper li.gfield_error .gfield_label,
  .gsc .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
    color: #be4141; }

.page .gform_wrapper textarea, .newsletter .gform_wrapper textarea, .gsc .gform_wrapper textarea {
  height: 110px !important; }
  .page .gform_wrapper textarea.medium, .newsletter .gform_wrapper textarea.medium, .gsc .gform_wrapper textarea.medium {
    max-width: 65%; }

.page .gform_wrapper div.validation_error, .newsletter .gform_wrapper div.validation_error, .gsc .gform_wrapper div.validation_error {
  border: 0;
  padding: 0;
  text-align: left;
  color: #be4141;
  font-size: inherit;
  font-weight: normal; }

.page .gform_wrapper .gform_body, .newsletter .gform_wrapper .gform_body, .gsc .gform_wrapper .gform_body {
  width: calc(100% + 16px); }

.page .gform_wrapper .top_label div.ginput_container, .newsletter .gform_wrapper .top_label div.ginput_container, .gsc .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.page .gform_wrapper li.gfield div.gfield_description, .newsletter .gform_wrapper li.gfield div.gfield_description, .gsc .gform_wrapper li.gfield div.gfield_description {
  color: #be4141;
  padding-top: 5px;
  display: none; }

.page .gform_wrapper ul.gform_fields li.gfield, .newsletter .gform_wrapper ul.gform_fields li.gfield, .gsc .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background: transparent; }

.page .gform_wrapper .gform_footer, .newsletter .gform_wrapper .gform_footer, .gsc .gform_wrapper .gform_footer {
  margin-top: 45px !important;
  padding: 0 !important; }
  .page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit], .gsc .gform_wrapper .gform_footer input.button, .gsc .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent;
    border: solid 5px #182857;
    color: #182857;
    display: inline-block;
    zoom: 1;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 40px 14px 40px;
    letter-spacing: 0.01em;
    line-height: 1em;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    outline: none;
    cursor: pointer; }
    .page .gform_wrapper .gform_footer input.button:hover, .page .gform_wrapper .gform_footer input[type=submit]:hover, .newsletter .gform_wrapper .gform_footer input.button:hover, .newsletter .gform_wrapper .gform_footer input[type=submit]:hover, .gsc .gform_wrapper .gform_footer input.button:hover, .gsc .gform_wrapper .gform_footer input[type=submit]:hover {
      background-color: #182857;
      color: #fff; }

.page .gform_wrapper .ginput_container_select, .newsletter .gform_wrapper .ginput_container_select, .gsc .gform_wrapper .ginput_container_select {
  position: relative;
  margin-bottom: 30px;
  max-width: 65%; }

.page .gform_wrapper .select-box select, .newsletter .gform_wrapper .select-box select, .gsc .gform_wrapper .select-box select {
  width: 100%; }

.page .gform_wrapper select, .newsletter .gform_wrapper select, .gsc .gform_wrapper select {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0; }

.page .gform_wrapper .customSelect, .newsletter .gform_wrapper .customSelect, .gsc .gform_wrapper .customSelect {
  background: url(img/arrow-select.svg) no-repeat right 10px center;
  background-size: 20px auto;
  color: #848688;
  font-size: 18px;
  border: solid 1px #b7b7b8;
  padding: 12px 15px 12px 15px;
  line-height: 1em !important;
  display: block;
  text-transform: uppercase;
  width: auto;
  margin: 0 !important; }

.page .gform_wrapper .customSelectInner, .newsletter .gform_wrapper .customSelectInner, .gsc .gform_wrapper .customSelectInner {
  color: inherit;
  white-space: nowrap;
  display: block;
  width: 100%;
  margin: 0 !important; }

@media only screen and (max-width: 641px) {
  .page .gform_wrapper .gform_body, .newsletter .gform_wrapper .gform_body, .gsc .gform_wrapper .gform_body {
    width: 100%; }
  .page .gform_wrapper .ginput_container_select, .newsletter .gform_wrapper .ginput_container_select, .gsc .gform_wrapper .ginput_container_select {
    max-width: none; } }

.gsc form {
  background: #182857;
  border: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  width: 590px; }
  .gsc form ::-webkit-input-placeholder {
    opacity: 0.25; }
  .gsc form :-moz-placeholder {
    opacity: 0.25; }
  .gsc form ::-moz-placeholder {
    opacity: 0.25; }
  .gsc form :-ms-input-placeholder {
    opacity: 0.25; }

.gsc img.gform_ajax_spinner {
  display: none !important; }

.gsc .gform_wrapper {
  margin: 0 !important; }
  .gsc .gform_wrapper .gform_body {
    width: 350px; }
  .gsc .gform_wrapper div.validation_error {
    width: 100%; }
  .gsc .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gsc .gform_wrapper textarea {
    background: #fff !important;
    border: 0 !important;
    font-size: 18px;
    padding: 17px 25px 20px 25px;
    margin: 0;
    color: #000;
    line-height: 1em !important;
    min-height: 0 !important;
    outline: none;
    letter-spacing: 0.05em;
    width: 100%;
    font-weight: bold; }
  .gsc .gform_wrapper li.gfield_error {
    width: 100%; }
    .gsc .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .gsc .gform_wrapper li.gfield_error textarea {
      border: 0 !important;
      color: #be4141; }
  .gsc .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0 !important;
    padding: 0 !important;
    line-height: 1em; }
  .gsc .gform_wrapper .gform_footer {
    margin: 0 !important;
    width: auto !important;
    padding: 0 !important;
    line-height: 1em !important; }
    .gsc .gform_wrapper .gform_footer input.button, .gsc .gform_wrapper .gform_footer input[type=submit] {
      background: #182857;
      color: #fff;
      text-transform: none;
      width: 240px;
      outline: none;
      cursor: pointer;
      margin: 0 !important;
      border: 0;
      font-size: 22px;
      font-weight: bold;
      padding: 18px 25px 22px 25px !important;
      line-height: 1em !important; }

@media (max-width: 1023px) {
  .gsc form {
    width: 548px; }
  .gsc .gform_wrapper .gform_body {
    width: 348px; }
  .gsc .gform_wrapper .gform_footer input.button, .gsc .gform_wrapper .gform_footer input[type=submit] {
    width: 200px; } }

@media (max-width: 767px) {
  .gsc form {
    width: auto; }
  .gsc .gform_wrapper .gform_body {
    width: calc(100% - 180px); }
  .gsc .gform_wrapper .gform_footer input.button, .gsc .gform_wrapper .gform_footer input[type=submit] {
    width: 180px; } }

@media (max-width: 575px) {
  .gsc .gform_wrapper {
    max-width: 420px; }
    .gsc .gform_wrapper .gform_body {
      width: 100%; }
    .gsc .gform_wrapper .gform_footer {
      width: 100% !important; }
      .gsc .gform_wrapper .gform_footer input.button, .gsc .gform_wrapper .gform_footer input[type=submit] {
        width: 100%; } }

.newsletter {
  background: #fff;
  color: #000;
  width: 360px; }
  .newsletter form {
    border: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .newsletter form ::-webkit-input-placeholder {
      color: #50374c;
      text-transform: uppercase; }
    .newsletter form :-moz-placeholder {
      color: #50374c;
      text-transform: uppercase; }
    .newsletter form ::-moz-placeholder {
      color: #50374c;
      text-transform: uppercase; }
    .newsletter form :-ms-input-placeholder {
      color: #50374c;
      text-transform: uppercase; }
  .newsletter img.gform_ajax_spinner {
    display: none !important; }
  .newsletter .gform_wrapper {
    margin: 0 !important; }
    .newsletter .gform_wrapper div.validation_error {
      position: absolute;
      top: 110%;
      display: none; }
    .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper textarea {
      background: transparent !important;
      border: 0 !important;
      font-size: 14px;
      padding: 0 10px;
      margin: 0;
      color: #182857;
      line-height: 1em !important;
      min-height: 0 !important;
      outline: none;
      letter-spacing: 0.05em;
      width: 333px; }
    .newsletter .gform_wrapper li.gfield_error {
      width: 100%; }
      .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
      .newsletter .gform_wrapper li.gfield_error textarea {
        border: 0 !important;
        color: #be4141; }
    .newsletter .gform_wrapper ul.gform_fields li.gfield {
      margin-top: 0 !important;
      padding: 0 0 2px 0 !important;
      line-height: 1em; }
    .newsletter .gform_wrapper .gform_footer {
      margin: 0 !important;
      width: auto !important;
      padding: 0 !important;
      height: 36px;
      line-height: 1em !important; }
      .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
        width: 26px;
        height: 36px;
        border: 0;
        outline: none;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url(img/arrow-next.svg) no-repeat center center !important;
        background-size: auto 60% !important;
        cursor: pointer;
        margin: 0 !important;
        padding: 0 !important;
        border: 0; }
  @media (max-width: 575px) {
    .newsletter {
      width: 280px; }
      .newsletter .gform_wrapper {
        width: 280px;
        margin: 0 auto !important; }
        .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
        .newsletter .gform_wrapper textarea {
          width: 254px; }
        .newsletter .gform_wrapper .gform_footer {
          width: 26px; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-height: 100%;
      width: 100%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100vmin;
        height: 0;
        padding-bottom: 56.25vmin;
        overflow: hidden;
        position: relative;
        margin: 0 auto; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(img/load.gif) no-repeat center center;
    background-size: 32px auto; }

#swipebox-prev, #swipebox-next {
  background-image: url(img/arrow__prev.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  width: 29px;
  height: 48px;
  cursor: pointer; }

#swipebox-prev {
  left: 20px; }

#swipebox-next {
  background-image: url(img/arrow__next.svg);
  right: 20px; }

#swipebox-close {
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  width: 29px;
  height: 32px;
  top: 20px;
  right: 20px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

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

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

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

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

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

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

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

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

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

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

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

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

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

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

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

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

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

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0; }

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

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

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

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

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

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

.less-top-margin {
  margin-top: -150px; }

@media (max-width: 1280px) {
  .less-top-margin {
    margin-top: -100px; } }

@media (max-width: 840px) {
  .less-top-margin {
    margin-top: -50px; } }

@media (max-width: 560px) {
  .less-top-margin {
    margin-top: 0px; } }
.top_banner {
	text-align: center;
    background-color: #3e4d83;
    color: white;
    padding: 7px;
}
.top_banner a {
    color: #7fbc03;
}
.top_banner a:hover {
	color: white;
}
.sg-popup-content {overflow:hidden;}
