/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

/**
 * 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'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove the inner padding 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],
.hidden {
  display: none; }

* {
  outline: 0; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse, .header .scrolldown, #delivery .delivery__item:hover .delivery__icon {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite; }

/**
 * 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 - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  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; }

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background: #000; }
  .owl-carousel .owl-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(45, 45, 45, 0.5);
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: scroll !important; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

body {
  background-color: #fcf6e8;
  color: #2d2d2d;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  min-width: 320px; }

a {
  text-decoration: none;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 1em;
  height: 1em; }

h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0; }

.section {
  padding-top: 100px;
  margin-top: -50px;
  padding-bottom: 50px; }
  .section h2 {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 300; }
    @media only screen and (max-width: 756px) {
      .section h2 {
        font-size: 24px;
        margin-bottom: 20px; } }

div.gmnoprint, div.gmnoscreen, img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"], img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"], img[src*="https://maps.gstatic.com/mapfiles/api-3/images/"] {
  display: none; }

@media only screen and (max-width: 1000px) {
  .hide-td {
    display: none !important; } }

.form label {
  font-weight: 500;
  color: #2d2d2d;
  display: block;
  margin-bottom: 5px; }

.form__input {
  margin-bottom: 20px; }
  .form__input input,
  .form__input textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #2d2d2d;
    border-radius: 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(45, 45, 45, 0.15);
    background-color: #ffffff;
    resize: none; }
    .form__input input:focus,
    .form__input textarea:focus {
      border: 1px solid rgba(45, 45, 45, 0.25); }
    .form__input input[disabled],
    .form__input textarea[disabled] {
      color: #2d2d2d;
      border: 1px solid rgba(45, 45, 45, 0.15);
      background-color: #ffffff;
      opacity: 0.5; }
  .form__input textarea {
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden; }

.form__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form__quantity .quantity__label {
    display: block;
    width: 100%; }
  .form__quantity .form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.form__checkbox {
  padding-right: 10px; }
  .form__checkbox input {
    display: none; }
    .form__checkbox input + label {
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background-color: #ffffff;
      border: 2px solid rgba(45, 45, 45, 0.15);
      color: rgba(45, 45, 45, 0.15);
      cursor: pointer;
      -webkit-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .form__checkbox input + label:hover {
        border: 2px solid rgba(45, 45, 45, 0.25);
        color: rgba(45, 45, 45, 0.25); }
      .form__checkbox input + label:after {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 4px solid currentColor;
        border-left: 3px solid currentColor;
        left: 6px;
        top: 2px; }
    .form__checkbox input:checked + label {
      border: 2px solid #6b9203;
      color: #6b9203; }

.form__footer {
  text-align: center;
  padding-top: 20px; }

.contacts__map {
  background-color: #ffffff; }
  .contacts__map .ctn {
    position: relative;
    z-index: 1; }
  .contacts__map #gmap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 420px; }
  .contacts__map .box {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 280px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    text-align: center; }
    .contacts__map .box .brand {
      display: block;
      margin-bottom: 20px; }
      .contacts__map .box .brand img {
        display: block;
        width: 100%; }
    .contacts__map .box .shedule {
      margin-bottom: 20px; }
      .contacts__map .box .shedule .art {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 10px;
        width: 112px; }
        .contacts__map .box .shedule .art span {
          display: block;
          width: 15px;
          height: 4px;
          margin-right: 2px;
          background-color: #6b9203; }
          .contacts__map .box .shedule .art span.rest {
            background-color: #db5959; }
      .contacts__map .box .shedule h4 {
        text-transform: uppercase;
        font-size: 16px;
        left: 20px;
        font-weight: 500;
        margin: 0 0 5px; }
      .contacts__map .box .shedule p {
        font-size: 14px;
        line-height: 20px;
        margin: 0; }
        .contacts__map .box .shedule p .text__red {
          color: #db5959; }
    .contacts__map .box .contacts p {
      margin: 0;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 32px; }
      .contacts__map .box .contacts p a {
        font-size: 24px;
        color: #2d2d2d; }
        .contacts__map .box .contacts p a:hover {
          color: #6b9203; }
    @media only screen and (max-width: 1000px) {
      .contacts__map .box {
        position: static;
        border-radius: 0;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .contacts__map .box .brand {
          display: none; }
        .contacts__map .box .shedule,
        .contacts__map .box .contacts {
          width: 50%;
          margin: 0;
          padding: 0 0 10px; }
          .contacts__map .box .shedule h4,
          .contacts__map .box .contacts h4 {
            display: none; } }
    @media only screen and (max-width: 756px) {
      .contacts__map .box {
        display: block;
        padding: 20px 10px 10px; }
        .contacts__map .box .shedule,
        .contacts__map .box .contacts {
          width: 100%; }
          .contacts__map .box .shedule h4,
          .contacts__map .box .contacts h4 {
            display: block; } }

.popup-block {
  width: 640px;
  padding: 20px;
  max-width: 95%;
  margin: 40px auto;
  position: relative;
  color: #2d2d2d;
  background-color: #fcf6e8;
  -webkit-box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 50;
  -webkit-box-shadow: 0 3px 7px rgba(45, 45, 45, 0.15);
  box-shadow: 0 3px 7px rgba(45, 45, 45, 0.15); }
  .navbar__wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    position: relative; }
    .navbar__wraper.sm {
      padding: 5px 0; }
  .navbar__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0; }
    .navbar__brand .logo img {
      display: block; }
    .navbar__brand .logo:hover {
      opacity: 0.75; }
  .navbar__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px; }
    .navbar__nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .navbar__nav ul li {
        display: block;
        padding: 0 1px; }
        .navbar__nav ul li a {
          display: block;
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          padding: 10px 10px 6px;
          color: #2d2d2d;
          border-bottom: 4px solid transparent; }
          .navbar__nav ul li a:hover {
            background-color: rgba(45, 45, 45, 0.05); }
        .navbar__nav ul li.current a {
          border-bottom-color: #6b9203; }
  .navbar__actions {
    text-align: center; }
    .navbar__actions .phone {
      display: block;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 5px;
      color: #2d2d2d; }
      .navbar__actions .phone:hover {
        color: #6b9203; }
      .navbar__actions .phone small {
        font-weight: 500;
        font-size: 16px;
        opacity: 0.75; }
  .navbar__lang {
    padding-left: 10px;
    text-align: center;
    font-weight: 500; }
    .navbar__lang img {
      display: block;
      width: 32px;
      height: 32px;
      -webkit-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear; }
    .navbar__lang a {
      color: #2d2d2d;
      display: block; }
      .navbar__lang a:hover {
        color: #6b9203; }
        .navbar__lang a:hover img {
          opacity: 0.5; }
  .navbar__spacer, .navbar__toggle, .navbar__close {
    display: none; }
  @media only screen and (max-width: 1000px) {
    .navbar__spacer, .navbar__toggle, .navbar__close {
      display: block; }
    .navbar__spacer {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .navbar__toggle {
      font-size: 24px;
      line-height: 24px;
      text-align: center;
      cursor: pointer;
      width: 50px;
      height: 50px;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid rgba(45, 45, 45, 0.15);
      color: #6b9203; }
    .navbar__wraper {
      padding: 5px 0; }
    .navbar__brand .logo img {
      height: 50px; }
    .navbar__nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #fcf6e8;
      padding: 20px 10px;
      margin-top: 2px;
      overflow-y: auto;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 0 5px rgba(45, 45, 45, 0.5);
      box-shadow: 0 0 5px rgba(45, 45, 45, 0.5);
      max-height: calc(100vh - 82px);
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .navbar__nav ul {
        display: block;
        margin-bottom: 20px;
        text-transform: uppercase; }
    .navbar__lang {
      position: absolute;
      left: 10px;
      top: 10px; }
      .navbar__lang .text {
        display: none; }
    .navbar.open .navbar__nav {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); } }

.header {
  padding: 320px 0 220px;
  background: url(../img/header.jpg) no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1; }
  .header .slide h1 {
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.25s 0.5s linear;
    -o-transition: 0.25s 0.5s linear;
    transition: 0.25s 0.5s linear; }
    .header .slide h1 small {
      display: block;
      font-size: 32px;
      font-weight: 500;
      padding-top: 10px;
      color: #db5959; }
    @media only screen and (max-width: 756px) {
      .header .slide h1 {
        font-size: 24px; }
        .header .slide h1 small {
          font-size: 16px; } }
  .header .slide p {
    padding: 40px 0;
    font-size: 24px;
    line-height: 1.2;
    margin: 0; }
    @media only screen and (max-width: 756px) {
      .header .slide p {
        font-size: 16px; } }
  .header .slide .btn {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background 0.15s ease-in-out, -webkit-transform 0.25s 1s linear;
    transition: background 0.15s ease-in-out, -webkit-transform 0.25s 1s linear;
    -o-transition: transform 0.25s 1s linear, background 0.15s ease-in-out;
    transition: transform 0.25s 1s linear, background 0.15s ease-in-out;
    transition: transform 0.25s 1s linear, background 0.15s ease-in-out, -webkit-transform 0.25s 1s linear; }
  .header .active .slide h1,
  .header .active .slide .btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .header .scrolldown {
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-size: 48px;
    line-height: 1;
    color: #ffffff;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    margin-left: -24px; }
    .header .scrolldown:hover {
      opacity: 0.5; }
  @media only screen and (max-width: 1000px) {
    .header {
      padding: 160px 0 120px; } }

.footer {
  background-color: #2d2d2d;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fcf6e8;
  text-align: center; }
  .footer a {
    color: #ffffff;
    text-transform: uppercase; }
    .footer a:hover {
      opacity: 0.5; }

.order {
  position: relative;
  background-color: #fcf6e8;
  width: 640px;
  max-width: 96%;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 10px; }
  .order:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about.jpg) no-repeat center center;
    opacity: 0.05;
    z-index: 0; }
  .order__form {
    position: relative;
    padding: 20px;
    z-index: 1; }
  .order__header {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px; }

#about {
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-size: 18px;
  line-height: 24px;
  background-color: #fcf6e8; }
  #about .image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    z-index: 0; }
  @media only screen and (max-width: 1000px) {
    #about .image {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin: -20px auto; } }

#prices {
  text-align: center;
  background: url(../img/prices.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #ffffff; }
  #prices .price__item {
    margin-bottom: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #prices .price__item .slide {
      overflow: hidden;
      border-radius: 20px;
      border: 4px solid #fcf6e8; }
    #prices .price__item .owl-prev,
    #prices .price__item .owl-next {
      position: absolute;
      top: 50%;
      width: 32px;
      height: 32px;
      border-radius: 16px;
      margin-top: -16px;
      background-color: #2d2d2d;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear;
      opacity: 0.5;
      border: 2px solid #fcf6e8;
      font-size: 16px;
      line-height: 1; }
      #prices .price__item .owl-prev .icon,
      #prices .price__item .owl-next .icon {
        display: block; }
      #prices .price__item .owl-prev:hover,
      #prices .price__item .owl-next:hover {
        opacity: 1; }
    #prices .price__item .owl-prev {
      left: 10px; }
    #prices .price__item .owl-next {
      right: 10px; }
    #prices .price__item .price__header {
      position: relative;
      z-index: 2; }
      #prices .price__item .price__header .title {
        margin-top: -20px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        width: 50%;
        margin: -22px auto 0;
        text-transform: uppercase;
        background-color: #fcf6e8;
        color: #2d2d2d;
        border-radius: 20px;
        padding: 10px;
        display: block; }
        @media only screen and (max-width: 756px) {
          #prices .price__item .price__header .title {
            font-size: 14px;
            width: 75%; } }
      #prices .price__item .price__header .price {
        text-transform: uppercase;
        color: #db5959;
        font-size: 24px;
        font-weight: 500;
        display: block;
        padding-top: 10px;
        margin-bottom: 20px; }
    #prices .price__item .price__text {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 24px; }
    @media only screen and (max-width: 1000px) {
      #prices .price__item {
        padding-top: 20px; } }

#reviews {
  position: relative;
  z-index: 1; }
  #reviews h2 {
    text-align: center; }
  #reviews .reviews__action {
    padding-top: 75px;
    padding-bottom: 20px;
    background: #6b9203 url(../img/grass.jpg) repeat-x top center;
    color: #ffffff; }
    #reviews .reviews__action .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #reviews .reviews__action .row .col.md-4 {
        text-align: right; }
    @media only screen and (max-width: 756px) {
      #reviews .reviews__action {
        text-align: center; }
        #reviews .reviews__action .row .col.md-4 {
          padding-top: 10px;
          text-align: center; } }
  #reviews .owl-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; }
  #reviews .owl-nav {
    text-align: center;
    padding-top: 10px; }
    #reviews .owl-nav .owl-prev,
    #reviews .owl-nav .owl-next {
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 16px;
      margin: 0 5px;
      background-color: #2d2d2d;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear;
      opacity: 0.5;
      border: 2px solid #fcf6e8;
      font-size: 16px;
      line-height: 1; }
      #reviews .owl-nav .owl-prev .icon,
      #reviews .owl-nav .owl-next .icon {
        display: block; }
      #reviews .owl-nav .owl-prev:hover,
      #reviews .owl-nav .owl-next:hover {
        opacity: 1; }
  #reviews .review {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #reviews .review__art {
      position: absolute;
      width: 64px;
      height: 64px;
      top: -10px;
      right: -10px; }
    #reviews .review__header {
      padding-right: 64px;
      margin-bottom: 10px; }
      #reviews .review__header .author {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
        font-weight: 500;
        color: #6b9203; }
      #reviews .review__header .spec {
        opacity: 0.5;
        color: #2d2d2d;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase; }
    #reviews .review__body p {
      margin: 0;
      font-size: 16px;
      line-height: 24px; }

#delivery {
  background: #484848;
  background: -moz-linear-gradient(top, #484848 0%, #1f1f1f 100%);
  background: -webkit-linear-gradient(top, #484848 0%, #1f1f1f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1f1f1f));
  background: -o-linear-gradient(top, #484848 0%, #1f1f1f 100%);
  background: linear-gradient(to bottom, #484848 0%, #1f1f1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#1f1f1f',GradientType=0 );
  color: #fcf6e8;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: -100px; }
  #delivery p {
    font-size: 18px;
    background-image: 24px;
    margin-bottom: 40px;
    margin-top: -20px; }
  #delivery .delivery__item {
    padding: 20px; }
    #delivery .delivery__item:hover .delivery__icon {
      color: #6b9203; }
  #delivery .delivery__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2d2d2d;
    margin: 0 auto 20px; }
    #delivery .delivery__icon svg {
      display: block;
      width: 48px;
      height: 48px; }

.ctn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px; }
  @media only screen and (min-width: 1201px) {
    .ctn {
      width: 1180px; } }
  @media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .ctn {
      width: 980px; } }
  @media only screen and (min-width: 757px) and (max-width: 1000px) {
    .ctn {
      width: 736px; } }
  @media only screen and (max-width: 756px) {
    .ctn {
      width: 100%; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 -10px; }

.col {
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%; }
  .col.xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media only screen and (min-width: 757px) {
    .col.sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col.sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col.sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col.sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col.sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col.sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col.sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col.sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col.sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col.sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col.sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col.sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 1001px) {
    .col.md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col.md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col.md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col.md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col.md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col.md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col.md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col.md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col.md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col.md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col.md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col.md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 1201px) {
    .col.lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col.lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col.lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col.lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col.lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col.lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col.lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col.lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col.lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col.lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col.lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col.lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 481px) and (max-width: 756px) {
    .col.oxs-1 {
      margin-left: 8.33333%; }
    .col.oxs-2 {
      margin-left: 16.66667%; }
    .col.oxs-3 {
      margin-left: 25%; }
    .col.oxs-4 {
      margin-left: 33.33333%; }
    .col.oxs-5 {
      margin-left: 41.66667%; }
    .col.oxs-6 {
      margin-left: 50%; }
    .col.oxs-7 {
      margin-left: 58.33333%; }
    .col.oxs-8 {
      margin-left: 66.66667%; }
    .col.oxs-9 {
      margin-left: 75%; }
    .col.oxs-10 {
      margin-left: 83.33333%; }
    .col.oxs-11 {
      margin-left: 91.66667%; } }
  @media only screen and (min-width: 757px) and (max-width: 1000px) {
    .col.osm-1 {
      margin-left: 8.33333%; }
    .col.osm-2 {
      margin-left: 16.66667%; }
    .col.osm-3 {
      margin-left: 25%; }
    .col.osm-4 {
      margin-left: 33.33333%; }
    .col.osm-5 {
      margin-left: 41.66667%; }
    .col.osm-6 {
      margin-left: 50%; }
    .col.osm-7 {
      margin-left: 58.33333%; }
    .col.osm-8 {
      margin-left: 66.66667%; }
    .col.osm-9 {
      margin-left: 75%; }
    .col.osm-10 {
      margin-left: 83.33333%; }
    .col.osm-11 {
      margin-left: 91.66667%; } }
  @media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .col.omd-1 {
      margin-left: 8.33333%; }
    .col.omd-2 {
      margin-left: 16.66667%; }
    .col.omd-3 {
      margin-left: 25%; }
    .col.omd-4 {
      margin-left: 33.33333%; }
    .col.omd-5 {
      margin-left: 41.66667%; }
    .col.omd-6 {
      margin-left: 50%; }
    .col.omd-7 {
      margin-left: 58.33333%; }
    .col.omd-8 {
      margin-left: 66.66667%; }
    .col.omd-9 {
      margin-left: 75%; }
    .col.omd-10 {
      margin-left: 83.33333%; }
    .col.omd-11 {
      margin-left: 91.66667%; } }
  @media only screen and (min-width: 1201px) {
    .col.olg-0 {
      margin-left: 0%; }
    .col.olg-1 {
      margin-left: 8.33333%; }
    .col.olg-2 {
      margin-left: 16.66667%; }
    .col.olg-3 {
      margin-left: 25%; }
    .col.olg-4 {
      margin-left: 33.33333%; }
    .col.olg-5 {
      margin-left: 41.66667%; }
    .col.olg-6 {
      margin-left: 50%; }
    .col.olg-7 {
      margin-left: 58.33333%; }
    .col.olg-8 {
      margin-left: 66.66667%; }
    .col.olg-9 {
      margin-left: 75%; }
    .col.olg-10 {
      margin-left: 83.33333%; }
    .col.olg-11 {
      margin-left: 91.66667%; } }

.btn {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  padding: 6px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  border: 0;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  letter-spacing: 0.001em; }
  .btn.lg {
    font-size: 18px;
    line-height: 32px;
    padding: 16px 32px;
    border-radius: 32px; }
  .btn.green {
    color: #ffffff;
    background-color: #6b9203; }
    .btn.green .art,
    .btn.green .text {
      display: inline-block;
      line-height: 1;
      vertical-align: middle; }
    .btn.green .art {
      display: inline-block;
      width: 44px;
      height: 44px;
      color: #6b9203;
      background-color: #ffffff;
      border-radius: 50%;
      margin: -4px 5px -4px -18px;
      padding: 8px;
      text-align: center;
      font-size: 24px;
      line-height: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .btn.green:hover {
      -webkit-box-shadow: 0 1px 3px rgba(45, 45, 45, 0.15);
      box-shadow: 0 1px 3px rgba(45, 45, 45, 0.15);
      background-color: #90c404; }
  .btn.white {
    color: #6b9203;
    background-color: #ffffff; }
    .btn.white .art,
    .btn.white .text {
      display: inline-block;
      line-height: 1;
      vertical-align: middle; }
    .btn.white .art {
      display: inline-block;
      width: 44px;
      height: 44px;
      color: #ffffff;
      background-color: #6b9203;
      border-radius: 50%;
      margin: -4px 5px -4px -18px;
      padding: 8px;
      text-align: center;
      font-size: 24px;
      line-height: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .btn.white:hover {
      -webkit-box-shadow: 0 1px 3px rgba(45, 45, 45, 0.15);
      box-shadow: 0 1px 3px rgba(45, 45, 45, 0.15);
      color: #2d2d2d;
      background-color: rgba(255, 255, 255, 0.75); }
