html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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;
  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;
  box-shadow: none;
  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: transparent;
}

.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%;
  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;
  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;
  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;
    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);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* zakladni pomocne tridy a mixiny */
/* layout - grid */
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.main {
  min-height: 50vh;
  padding: 0;
}

.text {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
}

.text h1:first-child {
  margin-top: 0;
}

#map {
  padding-bottom: 60px;
}

#map, #map-inline {
  position: relative;
}

#map__holder, #map-inline__holder {
  height: 500px;
}

#map .form__field, #map-inline .form__field {
  float: none;
  margin: auto;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  z-index: 100;
}

#map .form__field input, #map-inline .form__field input {
  font-size: 18px;
}

@media (min-width: 640px) {
  #map .form__field, #map-inline .form__field {
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
}

#map {
  display: none;
}

#map__holder {
  height: 560px;
}

.row {
  margin: 0 -0.8333333333%;
}

.row:after {
  content: " ";
  display: block;
  clear: both;
}

.col-xs-1 {
  width: 6.6666666667%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-2 {
  width: 15%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-3 {
  width: 23.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-4 {
  width: 31.6666666667%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-5 {
  width: 40%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-6 {
  width: 48.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-7 {
  width: 56.6666666667%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-8 {
  width: 65%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-9 {
  width: 73.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-10 {
  width: 81.6666666667%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-11 {
  width: 90%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.col-xs-12 {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 6.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-2 {
    width: 15%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-3 {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-4 {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-5 {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-6 {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-7 {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-8 {
    width: 65%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-9 {
    width: 73.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-10 {
    width: 81.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-11 {
    width: 90%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-12 {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 6.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-2 {
    width: 15%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-3 {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-4 {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-5 {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-6 {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-7 {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-8 {
    width: 65%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-9 {
    width: 73.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-10 {
    width: 81.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-11 {
    width: 90%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-md-12 {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }

}

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 6.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-2 {
    width: 15%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-3 {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-4 {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-5 {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-6 {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-7 {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-8 {
    width: 65%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-9 {
    width: 73.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-10 {
    width: 81.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-11 {
    width: 90%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }

  .col-lg-12 {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.images-width-limit {
  position: relative;
}

.images-width-limit img {
  max-width: 100% !important;
  height: auto !important;
}

/* zakladni obsahove prvky */
html {
  background-color: #3A3A3A;
}

body {
  background-color: #fff;
}

.hr {
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #59A723;
}

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

.relative {
  position: relative;
}

.down {
  position: absolute;
  width: 90px;
  height: 48px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -45px;
  opacity: 0.75;
  transition: opacity 200ms;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.down:hover {
  opacity: 1;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.brands {
  display: table;
  width: 100%;
}

.brands, .brands li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.brands li {
  display: table-cell;
  border-right: 1px solid #C5C5C5;
  text-align: center;
}

.brands li:first-child {
  border-left: 1px solid #C5C5C5;
}

.brands img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.theme img {
  display: block;
  width: 100%;
  height: auto;
}

.scrolltop {
  transition: opacity 500ms;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #59A723;
  background-position: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.scrolltop.active {
  opacity: 0.75;
  visibility: visible;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.wf-active body {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

h1.h1 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #59A723;
}

h2 {
  margin: 0.75em 0 0.5em 0;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h2 img {
  vertical-align: middle;
}

h3 {
  margin: 0.75em 0 0.25em 0;
  font-size: 18px;
  font-weight: 400;
  color: #59A723;
}

@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

.container h2:first-child {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #59A723;
}

a:hover {
  color: #000;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-large {
  font-size: 22px;
}

.hilight {
  color: #59A723;
}

.error {
  color: red;
}

.success {
  color: #028308;
}

.list li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 5px;
}

.list li:before {
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}

table {
  margin: 0 0 1em 0;
  border-collapse: separate;
  border-spacing: 10px;
}

table th, table td {
  padding: 0.1em;
  vertical-align: top;
}

table th {
  padding-right: 1em;
  font-weight: normal;
  text-align: left;
}

.btn {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  padding: 10px 30px;
  border: 1px solid #59A723;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #59A723;
  text-decoration: none;
}

.btn:hover {
  background-color: #437d1a;
  border-color: #437d1a;
  color: #fff;
}

.btn--service {
  padding-right: 60px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  overflow: hidden;
}

.btn--service:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  opacity: 0.5;
  transition: all 200ms;
}

.btn--service:hover {
  color: #fff;
  border-color: #59A723;
}

.btn--service:hover:after {
  opacity: 1;
}

.btn--alt {
  background-color: #7D7D7D;
}

.btn--alt:hover {
  background-color: #3A3A3A;
  color: #fff;
}

.btn--small {
  display: inline-block;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #59A723;
  color: #fff;
  text-decoration: none;
}

.btn--page {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #59A723;
  color: #fff;
  text-decoration: none;
}

.btn--page.act {
  background-color: white;
  color: black;
}

.btn--arrow {
  background-position: right;
  padding-right: 54px;
}

.btn--mail, .btn--print {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 20px;
}

.btn--outline {
  padding: 12px 30px 8px 30px;
  background: none;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.btn--outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.slider__text--dark .btn--outline {
  border: 2px solid #000;
  color: #000;
}

.slider__text--dark .btn--outline:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=file], input[type=submit], textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #C5C5C5;
  box-shadow: 1px 1px 2px #d0d1d3;
  background: #fff;
  padding: 10px;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #000;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=submit]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #000;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000;
}

input[type=submit] {
  background-color: #7D7D7D;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 5px 10px;
  box-shadow: 1px 1px 2px #d0d1d3;
}

textarea {
  display: block;
  height: 100px;
}

fieldset, legend {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

label {
  padding-right: 1em;
}

.form {
  max-width: 540px;
  margin: 30px auto;
}

.form__row {
  margin: 0 0 20px 0;
}

.form__row:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .form__label {
    float: left;
    width: 35%;
    padding-top: 10px;
  }

  .form__field, .form__note {
    float: right;
    width: 65%;
  }
}

/* UI komponenty*/
.head {
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.head .container {
  max-width: none;
  padding: 12px 20px 5px 20px;
}

.head__logo {
  float: left;
  display: block;
  overflow: hidden;
  width: 220px;
  height: 30px;
  margin: 7px 0 11px 0;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
}

@media (min-width: 480px) {
  .head__logo {
    width: 320px;
  }
}

@media (min-width: 992px) {
  .head__logo {
    width: 375px;
  }
}

@media (min-width: 1200px) {
  .head__logo {
    margin: 12px 0 6px 0;
  }
}

.head__contact {
  display: none;
  font-size: 9px;
  font-weight: bold;
  color: #59A723;
  line-height: 1;
}

.head__contact strong {
  display: block;
  font-size: 18px;
}

.head__contact ul, .head__contact li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.head__contact li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 10px 0 10px 32px;
  background-position: left;
}

@media (min-width: 768px) {
  .head__contact {
    display: block;
    float: left;
  }
}

@media (min-width: 992px) {
  .head__contact {
    padding-top: 5px;
    font-size: 12px;
  }

  .head__contact strong {
    font-size: 26px;
  }

  .head__contact li {
    margin: 0 0 0 25px;
    padding: 0 0 0 32px;
  }
}

@media (min-width: 1200px) {
  .head__contact {
    float: right;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.foot {
  padding: 30px 0 0 0;
  background: #3A3A3A;
  font-size: 12px;
  color: #d4d4d4;
  overflow: hidden;
}

.foot .container {
  position: relative;
  padding: 0;
}

.foot .col-sm-4, .foot .col-sm-6 {
  margin-bottom: 30px;
}

.foot .col-sm-4 {
  text-align: center;
}

@media (min-width: 768px) {
  .foot .col-sm-4 {
    text-align: left;
  }
}

.foot .col-sm-2 {
  text-align: center;
}

@media (min-width: 768px) {
  .foot .col-sm-4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 30px;
    width: 2px;
    background: #8B8B8B;
  }

  .foot .col-sm-4:before {
    left: 58.33%;
  }
}

.foot .col-sm-6 {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
}

@media (min-width: 768px) {
  .foot .col-sm-6 {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
  }
}

@media (min-width: 480px) {
  .foot__block {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 20px 3% 0 0;
  }
}

.foot h4 {
  margin: 0;
  color: #59A723;
  text-transform: uppercase;
}

.foot a {
  color: #d4d4d4;
  text-decoration: none;
}

.foot a:hover {
  color: #59A723;
}

.foot__nav {
  padding: 20px 0;
}

.foot__nav ul, .foot__nav li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.foot__nav ul:after {
  content: " ";
  display: block;
  clear: both;
}

.foot__nav li {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 33.3%;
  float: left;
  margin-top: 0;
}

.foot__nav a {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.foot__nav .icon {
  display: block;
  height: 50px;
  margin: 0 0 7px 0;
  background-position: center;
}

.foot__facebook {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.7;
  transition: opacity 200ms;
}

.foot__facebook:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .foot__facebook {
    display: block;
    margin: 40px auto 0 auto;
  }
}

.foot .popup {
  display: none;
  margin: 0 auto;
  max-width: none;
  padding: 30px 0 0 0;
}

.foot #contact_footer {
  background: #FFF;
  color: #000;
  padding: 20px 0;
  display: none;
}

.foot #contact_footer a {
  color: gray;
}

.foot #contact_footer a:hover {
  text-decoration: underline;
}

.head__nav {
  clear: right;
  float: right;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.head__nav ul, .head__nav li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.head__nav li {
  position: relative;
  background: #fff;
}

@media (min-width: 1200px) {
  .head__nav li {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }

  .head__nav li:before {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: #000;
  }

  .head__nav li:first-child:before {
    display: none;
  }
}

.head__nav a {
  display: block;
  padding: 15px;
  border-top: 1px solid #C5C5C5;
  text-decoration: none;
  text-align: center;
  color: #000;
}

.head__nav a:hover {
  color: #59A723;
}

@media (min-width: 1200px) {
  .head__nav a {
    padding: 0;
    border: 0;
    text-align: left;
  }
}

.head__nav__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.head__nav__toggle {
  display: block;
  width: 40px;
  height: 34px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 10px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .head__nav__toggle {
    display: none;
  }

  .head__nav__list {
    display: block;
    position: static;
    box-shadow: none;
  }
}

.head--expanded {
  z-index: 200;
}

.head--expanded .head__nav__list {
  display: block;
}

.slider {
  position: relative;
}

.slider__list__wrap {
  position: relative;
  height: 100%;
}

.slider__item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider__item:after {
  content: " ";
  display: block;
  clear: both;
}

.slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.slider__text {
  position: relative;
  z-index: 2;
  color: #000;
  padding: 20px 40px 50px 40px;
  text-align: center;
}

.slider__text h2 {
  margin: 0 0 0.25em 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .slider__item:after {
    display: none;
  }

  .slider--text .slider__item:after {
    display: block;
    top: 0;
    left: auto;
    right: 0;
    width: 65%;
    height: 100%;
    background: none;
    background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to left, white, rgba(255, 255, 225, 0));
    /*Standard*/
  }

  .slider__text {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    padding: 60px 140px 60px 0;
    text-align: left;
  }

  .slider__text h2 {
    text-align: left;
  }

  .slider__text--top, .slider__text--bottom, .slider__text--left, .slider__text--right, .slider__text--center {
    width: auto;
    max-width: 360px;
    position: absolute;
    margin: 0;
    padding: 0;
  }

  .slider__text--full {
    max-width: inherit;
    width: 94%;
    padding: 60px 3%;
    margin: 0 auto;
  }

  .slider__text--top {
    top: 40px;
  }

  .slider__text--bottom {
    bottom: 140px;
  }

  .slider__text--left {
    left: 140px;
    text-align: left;
  }

  .slider__text--left h2 {
    text-align: left;
  }

  .slider__text--right {
    right: 140px;
  }

  .slider__text--center {
    text-align: center;
    left: 50%;
    margin-left: -180px;
  }

  .slider__text--center h2 {
    text-align: center;
  }

  .slider__text--light {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }

  .slider__text--dark {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
  }
}

.slider .slick-arrow {
  display: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
  position: absolute;
  z-index: 10;
  top: 10%;
  width: 30px;
  height: 75px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  outline: 0;
  opacity: 0.75;
  transition: opacity 200ms;
}

.slider .slick-arrow:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .slider .slick-arrow {
    display: block !important;
    top: 50%;
    margin-top: -75px;
    width: 60px;
    height: 150px;
  }
}

.slider .slick-prev {
  left: 70px;
}

.slider .slick-next {
  right: 70px;
}

.slider .slick-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .slider .slick-dots {
    bottom: 105px;
  }
}

.slider .slick-dots, .slider .slick-dots li, .slider .slick-dots button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 4px;
  border: 2px solid #C5C7C7;
  cursor: pointer;
  transition: all 200ms;
}

.slider .slick-dots li:hover {
  border-color: #fff;
}

.slider .slick-dots li.slick-active:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #59A723;
  opacity: 0.75;
  position: absolute;
  left: 5px;
  top: 5px;
}

.slider .slick-dots button {
  display: none;
}

@media (min-width: 992px) {
  .slider--fullscreen {
    height: calc(100vh - 86px);
  }

  .slider--halfscreen {
    height: calc(50vh - 86px);
  }

  .slider__list, .slider__item, .slider .slick-list, .slider .slick-track {
    height: 100%;
  }

  .slider__text {
    max-width: 520px;
  }

  .slider__text--full {
    max-width: inherit;
    width: 94%;
    padding: 60px 3%;
    margin: 0 auto;
  }
}

.slider__buttons {
  margin: 10px 0 0 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider__buttons a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 60px;
  max-width: 480px;
  margin: 0 auto 10px auto;
  padding: 0 10px 0 100px;
  background-color: #fff;
  font-weight: 500;
  color: #59A723;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  transition: background 300ms;
  border: 1px solid #59A723;
}

.slider__buttons a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 60px;
}

.slider__buttons a:hover {
  color: #fff;
  background-color: #59A723;
}

.slider__buttons span {
  display: inline-block;
  vertical-align: middle;
}

.slider__buttons span:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 30px;
  background-position: right;
  background-size: cover;
}

@media (min-width: 992px) {
  .slider__buttons {
    margin: 0;
    position: absolute;
  }

  .slider__buttons a {
    margin: 0;
    border: 0;
    max-width: none;
    font-size: 12px;
    color: #000;
    width: 22.8571428571%;
    float: left;
  }

  .slider__buttons a:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .slider__buttons a:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }

  .slider__buttons a:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }

  .slider__buttons a:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }

  .slider__buttons span:after {
    width: 80px;
    height: 60px;
    top: -15px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .slider__buttons a {
    font-size: 16px;
  }
}

.slider .sidebar {
  position: absolute;
  left: 0;
}

.imgslider {
  position: relative;
}

.imgslider .slick-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.imgslider .slick-dots, .imgslider .slick-dots li, .imgslider .slick-dots button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.imgslider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 4px;
  border: 2px solid #C5C7C7;
  cursor: pointer;
  transition: all 200ms;
}

.imgslider .slick-dots li:hover {
  border-color: #fff;
}

.imgslider .slick-dots li.slick-active:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #59A723;
  opacity: 0.75;
  position: absolute;
  left: 5px;
  top: 5px;
}

.imgslider .slick-dots button {
  display: none;
}

.imgslider .slick-arrow {
  display: block !important;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -37px;
  width: 30px;
  height: 75px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  outline: 0;
  opacity: 0.75;
  transition: opacity 200ms;
}

.imgslider .slick-arrow:hover {
  opacity: 1;
}

.imgslider .slick-prev {
  left: 20px;
}

.imgslider .slick-next {
  right: 20px;
}

.tabs, .tabs--static {
  margin: 30px 0;
}

.tabs:after, .tabs--static:after {
  content: " ";
  display: block;
  clear: both;
}

.tabs__links, .tabs__links_no_submenu, .tabs__links_one_link {
  text-align: center;
}

.tabs__links ul, .tabs__links li, .tabs__links_no_submenu ul, .tabs__links_no_submenu li, .tabs__links_one_link ul, .tabs__links_one_link li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.tabs__links a, .tabs__links_no_submenu a, .tabs__links_one_link a {
  display: block;
  padding: 10px;
  position: relative;
  text-decoration: none;
  color: #000;
  transition: all 200ms;
  border-bottom: 1px solid #C5C5C5;
}

.tabs__links a:hover, .tabs__links_no_submenu a:hover, .tabs__links_one_link a:hover {
  color: #59A723;
}

.tabs__links a.tabs__links--active, .tabs__links_no_submenu a.tabs__links--active, .tabs__links_one_link a.tabs__links--active {
  border-color: #59A723;
}

.tabs__links a.tabs__links--active:before, .tabs__links a.tabs__links--active:after, .tabs__links_no_submenu a.tabs__links--active:before, .tabs__links_no_submenu a.tabs__links--active:after, .tabs__links_one_link a.tabs__links--active:before, .tabs__links_one_link a.tabs__links--active:after {
  border-width: 0 15px 15px 15px;
  margin: 0 0 0 -15px;
  opacity: 1;
}

@media (min-width: 768px) {
  .tabs__links li, .tabs__links_no_submenu li, .tabs__links_one_link li {
    display: inline-block;
    padding: 0 20px 20px 20px;
  }

  .tabs__links a, .tabs__links_no_submenu a, .tabs__links_one_link a {
    padding: 0;
    border: 0;
    font-size: 18px;
  }

  .tabs__links a:before, .tabs__links a:after, .tabs__links_no_submenu a:before, .tabs__links_no_submenu a:after, .tabs__links_one_link a:before, .tabs__links_one_link a:after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent #C5C5C5 transparent;
    opacity: 0;
    transition: all 200ms;
  }

  .tabs__links a:after, .tabs__links_no_submenu a:after, .tabs__links_one_link a:after {
    border-color: transparent transparent #fff transparent;
    bottom: -23px;
    z-index: 2;
  }

  .tabs__links a:hover, .tabs__links_no_submenu a:hover, .tabs__links_one_link a:hover {
    color: #59A723;
  }

  .tabs__links a.tabs__links--active, .tabs__links_no_submenu a.tabs__links--active, .tabs__links_one_link a.tabs__links--active {
    background: none;
    color: #59A723;
    text-decoration: underline;
  }

  .tabs__links a.tabs__links--active:hover, .tabs__links_no_submenu a.tabs__links--active:hover, .tabs__links_one_link a.tabs__links--active:hover {
    border-color: transparent;
  }

  .tabs__links a.tabs__links--active:before, .tabs__links a.tabs__links--active:after, .tabs__links_no_submenu a.tabs__links--active:before, .tabs__links_no_submenu a.tabs__links--active:after, .tabs__links_one_link a.tabs__links--active:before, .tabs__links_one_link a.tabs__links--active:after {
    border-width: 0 15px 15px 15px;
    margin: 0 0 0 -15px;
    opacity: 1;
  }
}

.tabs__item {
  border: 1px solid #C5C5C5;
  display: none;
}

.tabs__item--active {
  display: block;
}

.tabs--static .tabs__item {
  display: block;
}

.tabs__text {
  padding: 20px;
}

@media (min-width: 768px) {
  .tabs__text {
    padding: 40px 60px;
  }
}

.tabs__text h1 {
  margin-top: 0;
}

.tabs--vertical .tabs__links {
  padding: 20px 0;
}

.tabs--vertical .tabs__links li {
  display: block;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #C5C5C5;
}

.tabs--vertical .tabs__links a, .tabs--vertical .tabs__links a:hover {
  border: 0;
  padding: 0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .tabs--vertical .tabs__links {
    padding: 20px 30px 20px 0;
    border-right: 1px solid #C5C5C5;
  }

  .tabs--vertical .tabs__links li {
    border: 0;
    padding: 8px 0;
    text-align: right;
  }
}

.tabs--vertical .tabs__item {
  border: 0;
}

.tabs--vertical a.tabs__links--active {
  color: #59A723;
  text-decoration: underline;
}

.tabs--vertical a.tabs__links--active:before, .tabs--vertical a.tabs__links--active:after {
  display: none;
}

.contact {
  padding: 30px 0;
  background: #DDDFE1;
  position: relative;
  /*@include breakpoint($screen-md) {
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat !important;
    background-color: #DDDFE1 !important;
    background-position: right !important;
    background-size: cover !important;
  }*/
}

@media (min-width: 768px) {
  .contact__name {
    padding-top: 290px;
  }
}

.contact__item {
  margin: 20px 0;
  vertical-align: top;
}

.contact__item:after {
  content: " ";
  display: block;
  clear: both;
}

.contact__item p {
  margin: 0 0 0.5em 0;
}

.contact__item a {
  color: #fe0400;
}

@media (min-width: 992px) {
  .contact__item {
    display: inline-block;
    width: 48%;
  }
}

.contact__img {
  float: left;
  width: 40%;
}

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

.contact__text {
  width: 55%;
  float: right;
}

.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  background: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  /*Standard*/
}

.contact .container, .contact h2 {
  position: relative;
  z-index: 2;
}

.contact ul.error {
  list-style: none;
}

@media (max-width: 992px) {
  .contact {
    background: #DDDFE1 !important;
  }

  .contact::after {
    display: none;
  }
}

.video {
  padding: 50px 0 10px 0;
  background: #000;
  color: #fff;
}

.video__slider {
  padding-top: 30px;
  padding-bottom: 70px;
}

.video .slick-dots {
  bottom: 25px;
}

.video__item {
  width: 100%;
  margin: auto;
}

.video__wrap {
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video--invert {
  background: #fff;
  color: #000;
}

.download {
  padding: 50px 0;
  background-color: #F2F2F2;
  background-image: linear-gradient(to bottom, #fff, #F2F2F2);
}

.download__list, .download__item {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.download__item {
  margin: 5px 25px;
}

@media (min-width: 768px) {
  .download__list {
    text-align: center;
  }

  .download__item {
    display: inline-block;
    vertical-align: top;
  }
}

.download__link {
  display: inline-block;
  padding: 20px 0 10px 55px;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #58585A;
}

.download__link:hover {
  color: #59A723;
}

.gallery {
  padding: 50px 0 0 0;
}

.gallery .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.gallery .container:after {
  content: " ";
  display: block;
  clear: both;
}

.gallery__list {
  background: #000;
}

.gallery__item {
  width: 100%;
  overflow: hidden;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 400ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gallery__item a:hover img {
  transform: scale(1.05, 1.05);
}

@media (min-width: 480px) {
  .gallery__item {
    width: 50%;
    float: left;
  }

  .gallery__item--w2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .gallery__item {
    width: 25%;
    float: left;
  }

  .gallery__item--w2 {
    width: 50%;
    float: left;
  }
}

.news__gallery {
  padding: 50px 0 0 0;
}

.news__gallery .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.news__gallery .container:after {
  content: " ";
  display: block;
  clear: both;
}

.news__gallery__item {
  width: 100%;
  overflow: hidden;
}

.news__gallery__item img {
  display: block;
  width: 90%;
  margin: 5px 5%;
  height: auto;
  transition: all 400ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.news__gallery__item a:hover img {
  transform: scale(1.05, 1.05);
}

@media (min-width: 120px) {
  .news__gallery__item {
    width: 50%;
    float: left;
  }
}

@media (min-width: 240px) {
  .news__gallery__item {
    width: 33.3333333333%;
    float: left;
  }
}

@media (min-width: 480px) {
  .news__gallery__item {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .news__gallery__item {
    width: 11.1111111111%;
    float: left;
  }
}

.features, .offer {
  position: relative;
  border-bottom: 1px solid #A4A4A4;
  border-top: 1px solid #A4A4A4;
}

.features .container, .offer .container {
  max-width: none;
  padding: 0;
}

.features .slick-arrow, .offer .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 30px;
  height: 75px;
  margin-top: -90px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  outline: 0;
}

.features .slick-prev, .offer .slick-prev {
  left: 15px;
}

.features .slick-next, .offer .slick-next {
  right: 15px;
}

.features__item, .offer__item {
  box-sizing: border-box;
  border-right: 1px solid #A4A4A4;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #A4A4A4;
  overflow: hidden;
  margin-bottom: -1px;
}

.features__img, .offer__img {
  display: block;
  overflow: hidden;
}

.features__img img, .offer__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 400ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.features__link, .offer__link {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.features__link:hover img, .offer__link:hover img {
  transform: scale(1.07, 1.07);
}

.features__title, .offer__title {
  position: relative;
  display: block;
  padding: 25px;
  border-top: 1px solid #A4A4A4;
  text-transform: uppercase;
  text-align: center;
  color: #59A723;
  font-size: 24px;
}

.features__title:after, .features__title:before, .offer__title:after, .offer__title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -18px;
  right: 40px;
}

.features__title:before, .offer__title:before {
  top: -20px;
  border-color: transparent transparent #A4A4A4 transparent;
}

.features__text, .offer__text {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: -15px;
  padding: 0 25px 25px 25px;
}

@media (min-width: 768px) {
  .features__link, .offer__link {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .features__link, .offer__link {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .features__link, .offer__link {
    font-size: 20px;
  }
}

.offer--noborder, .features--noborder {
  border-top: 0;
}

@media (min-width: 480px) {
  .offer__item {
    width: 50%;
    float: left;
  }

  .offer__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }

  .offer__item:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .offer__item {
    width: 25%;
    float: left;
  }

  .offer__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }

  .offer__item:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }

  .offer__item:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }

  .offer__item:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

.page--home .slider__text h2 {
  font-weight: 700;
}

.hp__news {
  margin-bottom: 10px;
}

.hp__news:after {
  content: " ";
  display: block;
  clear: both;
}

.hp__news__img {
  float: left;
  width: 20%;
  position: relative;
}

.hp__news__img:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 40px;
  right: 0;
}

.hp__news__img img {
  display: block;
  width: 100%;
  height: auto;
}

.hp__news__text {
  width: 75%;
  float: right;
}

.hp__news h3 {
  margin-top: 0;
  font-size: 24px;
  color: #000;
}

.hp__news h3 a {
  color: black;
  text-decoration: none;
}

@media (max-width: 640px) {
  .hp__news__img {
    display: none;
  }

  .hp__news__text {
    float: none;
    width: auto;
  }
}

.hp__date {
  padding: 5px 0 5px 30px;
  color: #5d5d5d;
  background-position: left;
}

.popup {
  position: relative;
  max-width: 900px;
  margin: 20px auto;
  padding: 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}

.popup--wide {
  max-width: 1140px;
}

@media (min-width: 768px) {
  .popup {
    padding: 60px;
  }
}

.popup h2 {
  margin-top: 0;
  text-align: left;
}

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

.popup__prev, .popup__next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 30px;
  height: 75px;
  margin-top: -37px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  outline: 0;
  opacity: 0.75;
  transition: opacity 200ms;
}

.popup__prev:hover, .popup__next:hover {
  opacity: 1;
}

.popup__prev {
  left: 10px;
}

.popup__next {
  right: 10px;
}

.mfp-close-btn-in button.mfp-close, .mfp-close {
  background-color: #59A723;
  color: #fff;
  font-weight: 300;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  right: 10px;
  top: 10px;
  font-family: "Roboto", sans-serif;
  opacity: 1;
}

@media (max-height: 400px) {
  .sidebar {
    position: absolute;
    top: 50px;
    margin-top: 0 !important;
  }
}

.sidebar ul, .sidebar li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: none;
}

.sidebar ul {
  border: 1px solid #A2A2A2;
  margin: 20px;
}

.sidebar ul:after {
  content: " ";
  display: block;
  clear: both;
}

.sidebar li {
  box-sizing: border-box;
  float: left;
  width: 20%;
  text-align: center;
  background: #fff;
}

.sidebar a {
  display: block;
  min-height: 50px;
  padding: 7px 2px 7px 2px;
  font-size: 9px;
  text-decoration: none;
  line-height: 1;
  color: #3A3A3A;
}

.sidebar a:hover {
  color: #59A723;
}

.sidebar .icon {
  display: block;
  margin: 0 auto 8px auto;
  height: 25px;
  background-size: contain;
  background-position: bottom;
}

.sidebar .icon-thumbsub {
  width: 32px;
}

.sidebar .icon-car-old {
  width: 36px;
}

.sidebar .icon-car-new {
  width: 54px;
}

.sidebar .icon-bubble {
  width: 34px;
}

.sidebar .icon-service {
  width: 30px;
}

.sidebar .icon-book {
  width: 32px;
}

.sidebar img {
  display: block;
  max-width: 60px;
}

@media (min-width: 640px) {
  .sidebar {
    position: fixed;
    left: 0;
    top: 240px;
    z-index: 101;
  }

  .sidebar ul {
    border: 0;
    border-bottom: 1px solid #A2A2A2;
    margin: 0;
  }

  .sidebar li {
    float: none;
    width: 60px;
    border: 1px solid #A2A2A2;
    border-bottom: 0;
    border-left: 0;
  }
}

.grid {
  margin: 20px;
}

.grid:after {
  content: " ";
  display: block;
  clear: both;
}

.grid__item {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

.grid__item a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 300ms;
}

.grid__item a:hover {
  color: #59A723;
}

.grid__item a:hover img {
  transform: translate3d(0, 0, 0) scale(1, 1);
}

.grid__item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  transition: all 300ms;
  transform: translate3d(0, 0, 0) scale(0.9, 0.9);
}

@media (min-width: 480px) {
  .grid__item {
    width: 49.5327102804%;
    float: left;
  }

  .grid__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid__item:nth-child(2n + 2) {
    margin-left: 50.4672897196%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .grid__item {
    width: 32.7102803738%;
    float: left;
  }

  .grid__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid__item:nth-child(3n + 2) {
    margin-left: 33.6448598131%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(3n + 3) {
    margin-left: 67.2897196262%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 992px) {
  .grid__item {
    width: 24.2990654206%;
    float: left;
  }

  .grid__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid__item:nth-child(4n + 2) {
    margin-left: 25.2336448598%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(4n + 3) {
    margin-left: 50.4672897196%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(4n + 4) {
    margin-left: 75.7009345794%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1200px) {
  .grid__item {
    width: 15.8878504673%;
    float: left;
  }

  .grid__item:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid__item:nth-child(6n + 2) {
    margin-left: 16.8224299065%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(6n + 3) {
    margin-left: 33.6448598131%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(6n + 4) {
    margin-left: 50.4672897196%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(6n + 5) {
    margin-left: 67.2897196262%;
    margin-right: -100%;
    clear: none;
  }

  .grid__item:nth-child(6n + 6) {
    margin-left: 84.1121495327%;
    margin-right: -100%;
    clear: none;
  }
}

.section {
  position: relative;
  padding: 30px 0;
}

.section:after {
  content: " ";
  display: block;
  clear: both;
}

.section__text {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 40px;
}

.section__img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .section__img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
  }

  .section--left .section__img {
    left: 0;
    right: 49.1525423729%;
  }

  .section--left .section__text {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }

  .section--right .section__img {
    right: 0;
    left: 49.1525423729%;
  }

  .section--right .section__text {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

div.datatable {
  margin: 0;
  width: 100%;
  overflow: auto;
}

div.datatable.no-decoration td {
  border: none;
  color: black;
}

div.datatable table, table.dataTable {
  border-collapse: collapse;
}

div.datatable table thead th, div.datatable table thead td, table.dataTable thead th, table.dataTable thead td {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #D5D6D9;
  border: 1px solid #fff;
  color: #666;
  font-size: 16px;
  min-width: 60px;
}

div.datatable table th, div.datatable table td, table.dataTable th, table.dataTable td {
  padding: 0.75em;
  border-top: 1px solid #D5D6D9;
  border-bottom: 1px solid #D5D6D9;
  border-right: 1px solid #D5D6D9;
  vertical-align: middle;
  color: #666666;
}

div.datatable table th:last-child, div.datatable table td:last-child, table.dataTable th:last-child, table.dataTable td:last-child {
  border-right: none;
}

div.datatable table th:first-child, div.datatable table td:first-child, table.dataTable th:first-child, table.dataTable td:first-child {
  border-left: none;
}

div.datatable table.no-footer, table.dataTable.no-footer {
  border-bottom: 0;
}

div.datatable table tbody tr:hover, table.dataTable tbody tr:hover {
  background-color: #E0E0E0;
}

div.datatable table tbody tr:hover td.no-hover, table.dataTable tbody tr:hover td.no-hover {
  background-color: #fff;
}

table.dataTable thead .sorting {
  background-image: url(../images/sort-both.png);
}

table.dataTable thead .sorting_asc {
  background-image: url(../images/sort-up.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(../images/sort-down.png);
}

.tr__link {
  cursor: pointer;
}

.tr__link a {
  text-decoration: none;
  color: #000;
}

.datatable .dataTables_filter {
  display: none;
}

.filter select {
  padding: 5px 10px;
  font-size: 12px;
  box-shadow: none;
}

div.datatable-find {
  margin: 0;
  overflow: auto;
  width: 100%;
  background-color: #59A723;
}

div.datatable-find form {
  margin: 5px;
}

div.datatable-find form table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

div.datatable-find form table td {
  padding: 0.5em;
}

@media (max-width: 768px) {
  div.datatable-find form table td {
    display: block;
  }
}

.news {
  margin-bottom: 30px;
  padding: 0 80px;
}

@media (max-width: 640px) {
  .news {
    padding: 0;
  }
}

.news-item {
  box-sizing: border-box;
  width: 50%;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.news-item:before, .news-item:after {
  content: "";
  display: block;
  position: absolute;
}

.news-item:before {
  width: 2px;
  background: #3A3A3A;
  top: 0;
  bottom: 0;
}

.news-item:after {
  width: 33px;
  height: 29px;
  top: 50%;
  margin-top: -14px;
}

.news-item h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.news-item .date {
  top: 25px;
}

@media (max-width: 768px) {
  .news-item {
    width: auto;
  }

  .news-item:before, .news-item:after {
    display: none;
  }
}

.news-item-right {
  margin-left: auto;
  padding-left: 120px;
  background-position: left;
}

.news-item-right .date {
  left: 30px;
}

.news-item-right:before {
  left: -1px;
}

.news-item-right:after {
  left: -11px;
}

@media (max-width: 768px) {
  .news-item-right {
    padding-left: 90px;
  }

  .news-item-right .date {
    left: 0;
  }
}

.news-item-right:first-child:before {
  top: 50%;
}

.news-item-left {
  margin-right: auto;
  padding-right: 120px;
  background-position: right;
}

.news-item-left .date {
  left: auto;
  right: 30px;
}

.news-item-left:before {
  right: -1px;
}

.news-item-left:after {
  right: -12px;
}

@media (max-width: 768px) {
  .news-item-left {
    padding-right: 90px;
  }

  .news-item-left .date {
    right: 0;
  }
}

.date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  padding: 7px 0 10px 0;
  border: 2px solid #E5E5E7;
  border-radius: 3px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #c1c1c1;
  text-transform: uppercase;
  line-height: 1;
}

.date .date-month {
  display: block;
  padding: 6px 0 0 0;
  font-size: 14px;
  font-weight: 400;
}

.news-more {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.news .hp__news {
  margin-bottom: 30px;
}

.detail {
  margin: 50px 0;
}

.detail h2 {
  text-align: left;
}

ul.error {
  list-style-type: none;
}

.black {
  color: #000;
}