@import "../icomoon/style.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*
a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot");
  src: url("../icomoon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf") format("truetype"), url("../icomoon/fonts/icomoon.woff") format("woff"), url("../icomoon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.buttons--top {
  padding-top: 65px;
  padding-top: 6.5rem;
}

.buttons--bottom {
  padding-bottom: 65px;
  padding-bottom: 6.5rem;
}

.buttons--right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .buttons--right {
    text-align: center;
    float: none !important;
  }
}

.buttons--center {
  text-align: center;
}

.button {
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 34px;
  padding: 2.4rem 3.4rem;
  text-decoration: none;
}

.button--small {
  padding: 12px 16px 10px 16px;
  padding: 1.2rem 1.6rem 1rem 1.6rem;
  margin: 0 4px;
  margin: 0 0.4rem;
}

.button--white {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button--white:hover {
  border: 1px solid #000000;
  color: #000000;
}

.button--whitefull {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button--whitefull:hover {
  color: #000000;
  background-color: #fff;
}

.button--red {
  color: #fff !important;
  border: 1px solid #ed1c24 !important;
  background-color: #ed1c24 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button--red:hover {
  background-color: transparent !important;
  color: #ed1c24 !important;
}

.button--red-invert {
  border: 1px solid #ed1c24 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #ed1c24 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button--red-invert:hover {
  background-color: #ed1c24 !important;
  color: #fff !important;
}

.button--black {
  color: #000000;
  border: 1px solid #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 2px;
  margin-right: 2px;
}

.button--sized {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 180px;
  width: 18rem;
}

.button--auto {
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  text-align: center;
}

.button--back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #000000;
  letter-spacing: -0.64px;
  text-transform: none;
}

.button--back::before {
  content: '';
  display: block;
  width: 3.3rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url('/wp-content/uploads/ikona-zpet.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;;
}

.button--center {
  width: fit-content;
  margin: 0 auto;
}

.iconbox {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .iconbox {
    width: 100%;
    text-align: center;
  }
}

.iconbox--email {
  padding-left: 120px;
  padding-left: 12rem;
}
@media only screen and (max-width: 992px) {
  .iconbox--email {
    padding-left: 90px;
    padding-left: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .iconbox--email {
    padding: 40px 0;
    padding: 4rem 0;
  }
}

.iconbox__svg {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .iconbox__svg {
    display: none;
  }
}

.iconbox--email .iconbox__svg svg {
  width: 141px;
  height: 80px;
  vertical-align: middle;
}

.iconbox--phone .iconbox__svg svg {
  width: 70px;
  height: 74px;
  vertical-align: middle;
}

.iconbox__text {
  display: inline-block;
  padding-left: 10px;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  .iconbox .iconbox__text {
    padding-top: 20px;
  }
}

.iconbox__text a {
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
.iconbox__text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .iconbox--email .iconbox__text {
    padding-top: 0 !important;
  }
}

.input-group {
  margin-top: 35px;
  margin-top: 3.5rem;
}

.input-group label {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}

body .input-group input {
  width: 100%;
  margin-top: 4px;
  margin-top: 0.4rem;
  padding: 6px 0;
  padding: 0.6rem 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-size: 2rem;
}

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "PT Sans", sans-serif;
  min-width: 320px;
}
@media only screen and (max-width: 768px) {
  html,
body {
    font-size: 8px;
  }
}

body {
  padding: 90px 0 0 0;
  background: url("../images/bg_wood_basic.png") no-repeat 50% 0;
}
@media only screen and (max-width: 992px) {
  body {
    padding: 54px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding: 48px 0 0 0;
  }
}

body.home,
body.page-template-page-product {
  background-image: none;
}

@media only screen and (max-width: 992px) {
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

input:focus, input:active, input:hover,
button:focus,
button:active,
button:hover,
textarea:focus,
textarea:active,
textarea:hover {
  outline: none;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
h1 {
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: uppercase;
  color: #000000;
}

h2 {
  font-size: 29px;
  font-size: 2.9rem;
  /* text-transform: uppercase; */
  color: #000000;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

ul {
  font-size: 14px;
  font-size: 1.4rem;
  list-style-type: none;
}

.acf-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.desktop-only {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

.mobile-only-block {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobile-only {
    display: inline-block;
  }

  .mobile-only-block {
    display: block;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  width: 100%;
  padding: 14px 14px 10px 14px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 14px 14px 10px 14px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  resize: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

.mar-top-10 {
  margin-top: 10px;
}

.container {
  max-width: 1018px;
}

.acf-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.single__post--row {
  margin-left: -30px;
  margin-right: 0px;
}

select, input {
  background-color: #fbfbfb;
  border: solid 1px #dedede;
  border-radius: 3px;
  height: 35px;
  width: 450px;
  margin-bottom: 30px;
  padding: 7px;
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 991;
  max-width: 100vw;
  padding: 27px 0 20px 0;
  padding: 2.7rem 0 2rem 0;
  background-color: #fff;
  border-bottom: 2px solid #ed1c24;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header:before, .header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 10px 0;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  .header.shrink {
    padding: 9px 0 7px 0;
    padding: 0.9rem 0 0.7rem 0;
  }
}

.header__wrapper {
  text-align: center;
}

.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.logo {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 992px) {
  .logo {
    float: none;
    text-align: center;
    padding: 0;
  }
}

.logo svg {
  width: 235px;
  height: 40px;
}
@media only screen and (max-width: 992px) {
  .logo svg {
    width: 175px;
    height: 30px;
  }
}

.main-menu {
  float: right;
  margin-top: 6px;
  margin-top: 0.6rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 992px) {
  .main-menu {
    display: block;
    position: fixed;
    z-index: 990;
    top: 44px;
    left: 0;
    bottom: 0;
    background-color: #ed1c24;
    width: 80%;
    padding: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    scroll: auto;
  }
}
@media only screen and (max-width: 992px) {
  .admin-bar .main-menu {
    top: 90px;
  }
}

.main-menu:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(225%, 0);
  -ms-transform: translate(225%, 0);
  -o-transform: translate(225%, 0);
  transform: translate(225%, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 992px) {
  .main-menu.open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 992px) {
  .main-menu.open:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

.main-menu ul {
  float: left;
}
@media only screen and (max-width: 992px) {
  .main-menu ul {
    float: none;
    display: block;
    text-align: left;
  }
}

.main-menu ul li {
  float: left;
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .main-menu ul li {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
  }
}

.main-menu ul li#menu-item-15,
.main-menu ul li.contact {
  padding-right: 26px;
  padding-right: 2.6rem;
}

.main-menu ul li.icon {
  padding: 0 10px;
  padding: 0 1rem;
}
@media only screen and (max-width: 992px) {
  .main-menu ul li.icon {
    display: none;
  }
}

.main-menu ul li.icon a {
  font-size: 20px;
  font-size: 2rem;
  color: #666666;
}

.main-menu ul li.icon--languages {
  position: relative;
  padding-left: 15px;
  padding-left: 1.5rem;
}

.main-menu ul li.icon--languages:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: -7px;
  bottom: -8px;
  width: 2px;
  background-color: #cccccc;
}

.main-menu ul li.icon--search a {
  font-size: 22px;
  font-size: 2.25rem;
}

.main-menu ul li a {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .main-menu ul li a {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    padding: 14px 0;
    color: #fff;
  }
}
.main-menu ul li a:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: auto;
  width: 0;
  height: 2px;
  background-color: #ed1c24;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-menu ul li a:hover:after {
  opacity: 1;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .main-menu ul li {
    border-bottom: 1px solid #fff;
  }
}

.main-menu ul li.current-menu-item a {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .main-menu ul li.current-menu-item a {
    font-weight: 700;
  }
}

.hamburger {
  padding: 0 15px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  float: left;
  margin: 5px 0 0 0;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 992px) {
  .menu-toggle {
    display: inline-block;
  }
}

.menu__language {
  display: none;
  margin-top: 0;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .menu__language {
    display: block;
  }
}

.menu__language ul li {
  color: #fff;
  border: none;
}

@media (max-width: 992px) {
  .menu__language ul li {
    width: fit-content;
    display: inline-block;
  }
}

.menu__language ul li a {
  color: #fff;
}

.menu__language ul li span:before {
  color: #fff;
}

.menu__language ul ul {
  display: none;
}

.menu__language.open ul ul {
  display: block;
}

.square {
  margin-top: 30px;
  margin-top: 3rem;
  overflow: hidden;
}

.square__box {
  position: relative;
}
.square__box:before, .square__box:after {
  position: absolute;
  top: 80px;
  content: "";
  display: block;
  width: 863px;
  height: 501px;
  background: url("../images/square-bg.png") no-repeat 50% 50%;
}
@media only screen and (max-width: 992px) {
  .square__box:before, .square__box:after {
    display: none;
  }
}
.square__box:before {
  left: 100%;
}
.square__box:after {
  right: 100%;
}

.square__items {
  margin-left: -7px;
  margin-right: -7px;
}
.square__items:before, .square__items:after {
  content: " ";
  display: table;
}
.square__items:after {
  clear: both;
}

.square__item {
  display: inline-block;
  width: 33.333%;
  float: left;
  padding: 7px;
  perspective: 1000px;
}
@media only screen and (max-width: 992px) {
  .square__item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .square__item {
    width: 50%;
  }
}

.square__wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.square__wrapper:after {
  content: "";
  display: inline-block;
  padding-bottom: 98%;
}

.square__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square__title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.square__subtitle {
  display: block;
  padding: 4px 0 6px 0;
  padding: 0.4rem 0 0.6rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.square__desc {
  display: block;
  padding: 0 10px;
  padding: 0 1rem;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.flip-container {
  perspective: 1000px;
}

.square__item:hover .back {
  opacity: 1;
}

.flip-container, .front, .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flipper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flipper {
  transition: 0.6s;
}

.flip-aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.back {
  z-index: 3;
  opacity: 0;
  background-color: #ed1c24;
  background-blend-mode: multiply;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.square__ico {
  display: block;
  margin: 30px 0 0 0;
  margin: 3rem 0 0 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

.top {
  position: relative;
  background-color: #ed1c24;
  padding: 35px 0;
  padding: 3.5rem 0;
}
.top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -400px;
  bottom: 100%;
  z-index: -1;
  background-color: #ed1c24;
}

.top p {
  color: #fff;
  font-size: 20px;
}

.top__content {
  padding-top: 15px;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .top__content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top__content {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .top__btn {
    margin-top: 35px;
    margin-top: 3.5rem;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.continue {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.continue__inner {
  padding: 60px 0 60px;
  padding: 6rem 0 6rem;
  text-align: center;
}

.continue__btn {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-animation: bounce 3s linear 0s infinite;
  animation: bounce 3s linear 0s infinite;
  color: #cccccc;
  font-size: 50px;
  font-size: 5rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.continue__btn:hover {
  color: #000000;
}

.usage {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.usage__inner {
  padding: 22px 0 62px 0;
  padding: 2.2rem 0 6.2rem 0;
}

.usage__items {
  padding: 50px 0 0 0;
  padding: 5rem 0 0 0;
}

.usage-video {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 550px;
}

.usage__items {
  padding: 20px 0 0 0;
  padding: 2rem 0 0 0;
}
@media screen and (max-width: 1126px) {
  .usage__items {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1126px) {
  .usage__items {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .usage__items {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.usage-item {
  display: block;
  padding: 7px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
}

.usage-item__img {
  position: relative;
  display: block;
  width: 100%;
  height: 227px;
  overflow: hidden;
}

.usage-item__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #cccccc;
  background-size: cover;
  background-position: 50% 50%;
}

.usage-item:hover .usage-item__img__inner {
  transform: scale(1.2);
}

.usage-item__title {
  display: block;
  padding-top: 15px;
  text-align: left;
  color: #ed1c24;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;
}

.usage-item:hover .usage-item__title {
  text-decoration: underline;
}

.usage-item__content {
  margin-top: 9px;
  margin-top: 0.9rem;
}
.usage-item__content p {
  text-align: left;
}

.usage__first_p a {
  color: #ed1c24;
}

.usage-item:hover .usage-item__content {
  text-decoration: underline;
}

.usage-item__box {
  display: block;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 30px;
  padding-right: 3rem;
}

.usage-item__more {
  display: inline-block;
  padding-left: 8px;
  color: #ed1c24;
  text-decoration: none;
  font-size: 10px;
}

.download__single_container .download-categories {
  margin: 4rem 0;
}

.download__single_container .download__single_col {
  scroll-margin-top: 90px;
}

@media (max-width: 768px) {
  .download-categories .download__wrap {
    width: 50%;
    margin-bottom: 2rem;
  }
  .download-categories .download__span {
    display: block;
    min-height: 5.5rem;
  }
}
.download-categories .single__usage-img {
  /* max-width: 100%; */
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0 auto 2rem auto;
}

.single__usage-title {
  margin-bottom: 10px;
}

.usage__title {
  margin-top: 50px;
}

.single__usage {
  margin-left: -30px;
  margin-right: 0px;
}

.usage__title--build {
  margin-bottom: 30px;
}

.standards {
  text-align: center;
  overflow: hidden;
}

.standards__inner {
  position: relative;
  display: inline-block;
  max-width: 987px;
  width: 100%;
  padding: 78px 0 0 0;
  padding: 7.8rem 0 0 0;
  text-align: left;
}

.standards__ico {
  position: absolute;
  right: -135px;
  top: 48px;
}
@media screen and (max-width: 1310px) {
  .standards__ico {
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .standards__ico {
    position: static;
    text-align: center;
    padding-bottom: 55px;
    padding-bottom: 5.5rem;
  }
}

.footer {
  margin: 69px 0 0 0;
  margin: 6.9rem 0 0 0;
  padding: 24px 0 0 0;
  padding: 2.4rem 0 0 0;
  border-top: 2px solid #ed1c24;
}

.footer--contact {
  margin: 0;
  border: none;
}

.footer--department {
  margin: 0;
  border: none;
  border-top: 2px solid #ed1c24;
}

.footer__desc {
  display: inline-block;
  width: 265px;
  margin: 0 auto;
  border-left: 2px solid #cccccc;
  padding-left: 15px;
  margin-top: 24px;
  margin-left: 40px;
}
@media only screen and (max-width: 992px) {
  .footer__desc {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__desc {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    border: none;
    text-align: center;
  }
}
.footer__desc p {
  font-size: 11px;
  color: #666666;
}

.footer__logo {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}

.footer__social {
  text-align: right;
}

.footer__social svg {
  width: 35px;
  margin: 3px;
  height: 35px;
}

.footer__logo__link {
  display: inline-block;
  margin-top: 30px;
  margin-right: 18px;
}
@media only screen and (max-width: 992px) {
  .footer__logo__link {
    margin-right: 0;
  }
}

.footer__social a {
  text-decoration: none;
}

.footer__contact {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .footer__contact {
    display: none;
  }
}

.footer__contact a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer__contact a:hover {
  color: #ed1c24;
}

.footer__contact h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.footer__contact ul {
  list-style-type: none;
  line-height: 1.5;
}

.footer__contact ul li a {
  white-space: nowrap;
}

/** TEMPORARY **/
body:lang(cs) .footer__contact ul li:not(:last-child) {
  display: none;
}

.footer__graphic {
  padding: 69px 0 30px 0;
  padding: 6.9rem 0 3rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__graphic {
    padding: 30px 0 30px 0;
    padding: 3rem 0 3rem 0;
  }
}

.footer__graphic svg {
  width: 504px;
  height: 104px;
}
@media only screen and (max-width: 768px) {
  .footer__graphic svg {
    width: 242px;
    height: 50px;
  }
}

.footer__contact .footer__link {
  color: #ed1c24;
}
.footer__contact .footer__link:hover {
  text-decoration: underline;
}
.footer__contact .footer__link span {
  font-size: 10px;
}

.item {
  position: relative;
  margin-top: 60px;
  margin-top: 6rem;
  padding-bottom: 55px;
  padding-bottom: 5.5rem;
}
.item:before, .item:after {
  content: " ";
  display: table;
}
.item:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .item {
    margin-top: 80px;
    margin-top: 8rem;
  }
}

.item__inner {
  position: relative;
}
.item__inner:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1531px;
  height: 327px;
}
@media only screen and (max-width: 992px) {
  .item__inner:before {
    display: none;
  }
}

.item__inner--left:before {
  top: 30px;
  right: 100%;
  background: url("../images/bg-right.png") no-repeat right 50%;
}

.item__inner--right:before {
  left: 100%;
  background: url("../images/bg-right.png") no-repeat left 50%;
}

.item__image {
  position: relative;
  float: left;
  width: 320px;
  height: 320px;
  background-color: #cccccc;
}

.item__image--right {
  float: right;
}

@media only screen and (max-width: 768px) {
  .item__image {
    float: none;
    width: 100%;
  }
}

.item__image__wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.item__content {
  padding-left: 480px;
  text-align: left;
  height: 320px;
}
@media only screen and (max-width: 992px) {
  .item__content {
    padding-left: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .item__content {
    height: auto;
  }
}

.item__content__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .item__content__inner {
    display: block;
  }
}

.item__content--right {
  padding-left: 0;
  padding-right: 480px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .item__content--right {
    padding-right: 380px;
  }
}

@media only screen and (max-width: 768px) {
  .item__content {
    text-align: left;
    padding: 30px 0 0 0;
    padding: 3rem 0 0 0;
  }
}

.item__title {
  margin-top: 17px;
  margin-top: 1.7rem;
}

.item__list {
  margin-top: 30px;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .item__list {
    margin-top: 5px;
    margin-top: 0.5rem;
    padding-left: 20px;
  }
}

.item__list li {
  position: relative;
  padding: 12px 0;
}
@media only screen and (max-width: 992px) {
  .item__list li {
    padding: 7px 0;
  }
}

.item__list--left li:before {
  position: absolute;
  z-index: 2;
  left: -20px;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.item__list--left li:after {
  position: absolute;
  z-index: 1;
  left: -160px;
  top: 50%;
  margin-top: -2px;
  content: "";
  display: inline-block;
  width: 145px;
  height: 1px;
  background-color: #cccccc;
}

.item__list--right li:before {
  position: absolute;
  z-index: 2;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .item__list--right li:before {
    left: -20px;
    right: auto;
  }
}

.item__list--right li:after {
  position: absolute;
  z-index: 1;
  right: -160px;
  top: 50%;
  margin-top: -2px;
  content: "";
  display: inline-block;
  width: 145px;
  height: 1px;
  background-color: #cccccc;
}

@media only screen and (max-width: 768px) {
  .item__list li:after {
    display: none;
  }
}

.item__iconset {
  display: none;
  z-index: 99;
}
@media only screen and (max-width: 992px) {
  .item__iconset {
    display: none !important;
  }
}
.item__iconset:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
}
.item__iconset:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
}

.item__iconset--1,
.item__iconset--5 {
  display: block;
}
.item__iconset--1:before,
.item__iconset--5:before {
  top: 0;
  left: 206px;
  height: 86px;
  width: 55px;
  background-color: #fff;
}
.item__iconset--1:after,
.item__iconset--5:after {
  top: 0;
  left: 367px;
  height: 82px;
  width: 55px;
  background-color: #ed1c24;
}

.item__iconset--2 {
  display: block;
}
.item__iconset--2:before {
  top: 2px;
  right: 54px;
  height: 93px;
  width: 55px;
  background-color: #fff;
}
.item__iconset--2:after {
  top: -80px;
  right: 54px;
  height: 82px;
  width: 55px;
  background-color: #ed1c24;
}

.item__iconset--3 {
  display: block;
}
.item__iconset--3:before {
  top: 0;
  left: 206px;
  height: 93px;
  width: 55px;
  background-color: #fff;
}
.item__iconset--3:after {
  top: 349px;
  left: 206px;
  height: 81px;
  width: 55px;
  background-color: #ed1c24;
}

.item__iconset--4 {
  display: block;
}
.item__iconset--4:before {
  top: 0px;
  right: 54px;
  height: 93px;
  width: 55px;
  background-color: #fff;
}
.item__iconset--4:after {
  top: 348px;
  right: 54px;
  height: 82px;
  width: 55px;
  background-color: #ed1c24;
}

.banner {
  border-top: 0px;
  margin-top: 0;
  width: 100%;
  max-width: 1360px;
  position: relative;
  padding: 80px 0 0 0;
  padding: 8rem 0 0 0;
  margin: 0 auto;
  margin-top: 65px;
  margin-top: 6.5rem;
  border-top: 1px solid #cccccc;
}
.banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 50%;
  top: 80px;
  top: 8rem;
  bottom: 0;
  background-color: #cccccc;
}
@media only screen and (max-width: 768px) {
  .banner:after {
    display: none;
  }
}

.banner__col--certification h2 {
  text-align: left;
  text-transform: uppercase;
}

.banner__col--news h2 {
  text-align: left;
  text-transform: uppercase;
}

.banner__col--contact {
  border-left: 1px solid #cccccc;
}

.banner__hp-top {
  border-top: none;
  padding: 0 0 0 0;
  margin-bottom: 65px;
  margin-bottom: 6.5rem;
}

.usage__hp-top {
  border-top: 1px solid #cccccc;
  max-width: 100vw;
  overflow-x: hidden;
}

.usage__hp-top h2 {
  text-transform: uppercase;
}

.banner--single {
  border-top: none;
}
.banner--single:after {
  display: none;
}

.banner__svg {
  text-align: center;
  height: 203px;
}
@media only screen and (max-width: 992px) {
  .banner__svg {
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .banner__svg--documentation svg {
    width: 109px;
    height: 110px;
  }
}

.banner__svg--envelope svg {
  margin-left: 50px;
  margin-left: 5rem;
}
@media only screen and (max-width: 992px) {
  .banner__svg--envelope svg {
    width: 194px;
    height: 110px;
  }
}

.banner__title {
  margin-top: 20px;
  margin-top: 2rem;
  text-align: center;
  text-transform: initial;
  font-size: 30px;
  font-size: 3rem;
}

.banner__desc {
  text-align: center;
  padding: 14px 0 30px 0;
  padding: 1.4rem 0 3rem 0;
}

@media only screen and (max-width: 768px) {
  .banner__col--contact {
    padding-top: 40px;
    padding-top: 4rem;
  }
}

.banner__svg--system svg {
  height: 203px;
  margin-left: 0;
}

.banner__line {
  margin-top: 40px;
  padding: 40px 0 0 0;
}

.banner__line--system {
  margin-top: 20px;
}

.banner__svg--home svg {
  height: 200px;
}

.banner__margin {
  margin-bottom: 80px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  padding: 10px;
  padding: 1rem;
  overflow: auto;
}

.modal__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 2rem;
}

.modal__button {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

body.admin-bar .modal__button {
  top: 60px;
}

.modal-search .icon-search:before {
  color: #fff;
}

.modal-search__ico {
  font-size: 45px;
  font-size: 4.5rem;
  padding-right: 40px;
  padding-right: 4rem;
}
@media only screen and (max-width: 768px) {
  .modal-search__ico {
    display: none;
  }
}

.modal-search__box {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .modal-search__box {
    display: block;
    padding: 10px;
  }
}

.modal-search__text {
  color: #fff;
}

.modal-search__form {
  width: 460px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .modal-search__form {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .modal-search__form .button {
    display: block;
    margin-top: 30px;
    margin-top: 3rem;
    width: 100%;
  }
}

body .modal-search__input {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-right: 40px;
  margin-right: 4rem;
}
@media only screen and (max-width: 768px) {
  body .modal-search__input {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

body .modal-search__input input {
  color: #fff;
  background: transparent;
  border: none;
  padding: 14px 0;
  padding: 1.4rem 0;
  border-radius: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-weight: 700;
  width: 300px;
}

.modal-language__box {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-language__ico {
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
}
.modal-language__ico span {
  color: #fff;
}

.modal-language .icon-languages:before {
  color: #fff;
}

.modal-language__languages {
  padding: 32px 0;
  padding: 3.2rem 0;
  border-left: 1px solid #fff;
}

.modal-language__languages ul {
  list-style-type: none;
}

.modal-language__languages ul li {
  float: left;
  padding-left: 20px;
  padding-left: 2rem;
}

/** TEMPORARY **/
.modal-language__languages ul li#es {
  display: none;
}
/** END TEMPORARY **/

.modal-language__languages ul li a {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 29px;
  font-size: 2.9rem;
  text-decoration: none;
  text-transform: uppercase;
}
.modal-language__languages ul li a:hover {
  text-decoration: underline;
}

.modal-language__languages ul li.active a {
  font-weight: 700;
}

.modal-contact__title {
  color: #fff;
  text-align: center;
}

.modal-contact__form {
  /*margin-top: 85px;
  margin-top: 8.5rem;*/
	margin-top: 20px;
    margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .modal-contact__form {
    margin-top: 40px;
    margin-top: 4rem;
  }
}

.modal-contact__btn {
  /*margin-top: 125px;
  margin-top: 12.5rem;*/
	margin-top: 80px;
	margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-contact__btn {
    margin-top: 60px;
    margin-top: 6rem;
  }
}

.category__menu ul {
  list-style-type: none;
}
.category__menu ul:before, .category__menu ul:after {
  content: " ";
  display: table;
}
.category__menu ul:after {
  clear: both;
}

.category__menu ul li {
  float: left;
  display: inline-block;
  padding: 0 14px 0 0;
}

.category__menu ul li a {
  float: left;
  display: inline-block;
  width: 136px;
  padding: 10px 0;
  padding: 1rem 0;
  margin-top: 14px;
  margin-top: 1.4rem;
  background-color: #cccccc;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.category__menu ul li a:hover, .category__menu ul li a.active {
  background-color: #000000;
}

.category__items {
  margin-top: 44px;
  margin-top: 4.4rem;
}

.category__columns {
  height: 415px;
  max-height: 100%;
}
.reference-vypis .category__columns {
  height: auto;
  margin-bottom: 20px;
}
.reference-vypis .article__img:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .category__columns {
    height: auto;
  }
}

.content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.content strong {
  font-weight: 700;
}
.content h1, .content h2 {
  margin-top: 20px;
  margin-top: 2rem;
}
.content h2 {
  text-transform: none;
}
.content h3, .content h4 {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.content h5, .content h6 {
  margin-top: 10px;
  margin-top: 1rem;
}
.content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.content ul {
  list-style-type: square;
}
.content ul, .content ol {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.content table {
  width: 100%;
  border: 3px solid #cccccc;
}
.content table td, .content table th {
  padding: 10px;
  padding: 1rem;
  text-align: left;
  border: 1px solid #cccccc;
}
.content table th {
  font-weight: 700;
}
.content a {
  color: #ed1c24;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content address {
  border: 3px solid #cccccc;
  margin: 0 20px 20px 20px;
  margin: 0 2rem 2rem 2rem;
  padding: 10px;
  padding: 1rem;
}
.content blockquote {
  padding-left: 20px;
  padding-left: 2rem;
  margin-left: 20px;
  margin-left: 2rem;
  border-left: 3px solid #ed1c24;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.content cite {
  font-style: italic;
}
.content blockquote p:last-child {
  padding-bottom: 0;
}
.content dl {
  padding: 20px;
}
.content dl dt {
  padding-top: 15px;
  font-weight: 700;
}
.content dl dd {
  padding-top: 5px;
  font-style: italic;
}
.content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.content a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact__banner .content a {
  color: #fff;
  text-decoration: underline;
}
.contact__banner .content a:hover {
  text-decoration: none;
}

.article {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  color: #000000;
}
.article:before, .article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.article__img {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  height: 220px;
  overflow: hidden;
}
.article__img:before {
  content: "";
  display: inline-block;
  padding-bottom: 98%;
}
@media only screen and (max-width: 768px) {
  .article__img {
    width: 100%;
    float: left;
  }
}

.article__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.article:hover .article__img__inner {
  transform: scale(1.2);
}

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

.article__box--full {
  padding-left: 0;
}

.article__title {
  line-height: 32px;
  font-size: 20px;
  text-transform: none;
  padding-top: 230px;
  padding-bottom: 10px;
}

.article:hover .article__title {
  text-decoration: underline;
}

.article__title a {
  color: #000000;
  text-decoration: none;
}
.article__title a:hover {
  text-decoration: underline;
}

.article__content {
  color: #000000;
}

.article:hover .article__content {
  text-decoration: underline;
}

.acrticle__more {
  color: #ed1c24;
  text-decoration: none;
}
.acrticle__more span {
  display: inline-block;
  padding-left: 5px;
  padding-left: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ed1c24;
}

.article:hover .article__more,
.article:hover .article__more span {
  text-decoration: underline;
  color: #ed1c24;
}

.gallery-item {
  height: 215px;
}

.page .container {
  position: relative;
}

.page__title {
  margin-top: 20px;
  margin-top: 2rem;
}
.center
{
  text-align: center;
}

.page__icon1 {
  position: absolute;
  width: 81px;
  height: 81px;
  right: -260px;
  top: 187px;
}
@media screen and (max-width: 1550px) {
  .page__icon1 {
    right: -90px;
  }
}
@media screen and (max-width: 1290px) {
  .page__icon1 {
    display: none;
  }
}

.page__icon2 {
  position: absolute;
  width: 125px;
  height: 92px;
  left: -199px;
  top: 604px;
}
@media screen and (max-width: 1430px) {
  .page__icon2 {
    left: -132px;
  }
}
@media screen and (max-width: 1290px) {
  .page__icon2 {
    display: none;
  }
}

.page__items {
  width: 100%;
  max-width: 1360px;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
  border-top: 1px solid #cccccc;
}

.departments {
  margin-top: 35px;
  margin-top: 3.5rem;
}
.departments:before, .departments:after {
  content: " ";
  display: table;
}
.departments:after {
  clear: both;
}

.departments__items {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 10px;
  margin-top: 1rem;
}
.departments__items:before, .departments__items:after {
  content: " ";
  display: table;
}
.departments__items:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .departments__items {
    margin-right: 0;
    margin-left: 0;
  }
}

.departments__item {
  /* display: inline-block; */
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  margin-top: 20px;
  width: 20%;
  padding: 0 7px;
  text-decoration: none;
  color: #000000;
}
.departments__item:before, .departments__item:after {
  content: " ";
  display: table;
}
.departments__item:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .departments__item {
    /*width: 100%;*/
	width: 30%;
    padding: 0;
    /*margin: 45px 0 0 0;
    margin: 4.5rem 0 0 0;*/
    margin: 10px 1% 0 1%;
	float: none !important;
  }
}

.departments__title {
  display: block;
  padding: 6px 2px 0 2px;
  padding: 0.6rem 0.2rem 0 0.2rem;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .departments__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.departments__img {
  display: block;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  overflow: visible;
  max-width: 11rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 20px auto;
}
.departments__img:before {
  content: "";
  display: inline-block;
  padding-bottom: 98%;
}

.departments__img__source {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.departments__item:hover .departments__img__source
{
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}

.departments__item:hover .departments__title {
  text-decoration: underline;
}

.contact__name {
  text-transform: none;
}

.contact__subtitle {
  margin: 15px 0 0 0;
  margin: 1.5rem 0 0 0;
}

.contact__address {
  margin: 15px 0 0 0;
  margin: 1.5rem 0 0 0;
}
.contact__banner {
  margin-top: 4em;
  padding: 20px 0;
  padding: 2rem 0;
  background-color: #ed1c24;
  color: #fff;
  text-align: center;
}

.contact__banner p {
  padding-bottom: 0;
}

.contact__desc {
  margin-top: 40px;
  margin-top: 4rem;
}

.contact__desc p {
  color: #666666;
}

.contact__map {
  position: relative;
  width: 100%;
  height: 385px;
  background-color: #cccccc;
}
@media only screen and (max-width: 768px) {
  .contact__map {
    margin-top: 40px;
    margin-top: 4rem;
  }
}

.contact__header {
  padding-bottom: 44px;
  padding-bottom: 4.4rem;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 44px;
  margin-bottom: 1rem;
  margin-top: 44px;
  margin-top: 4.4rem;
}

.contact__footer {
  margin-top: 44px;
  margin-top: 4.4rem;
}

.documents {
  margin-top: 20px;
  margin-top: 2rem;
}
.documents:before, .documents:after {
  content: " ";
  display: table;
}
.documents:after {
  clear: both;
}

.documents__title {
  padding-bottom: 0.8em;
  border-bottom: none;
  font-size: 19px;
  text-align: center;
  text-transform: none;
  margin-top: 11px;
}

.documents__items {
  list-style-type: none;
}

.documents__items li {
  width: 100%;
}

.documents__items li a {
  display: block;
  padding: 10px 20px;
  padding: 1rem 2rem;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  text-decoration: none;
}
.documents__items li a:hover {
  text-decoration: underline;
}

.download-img {
  width: 100%;
}

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

#breadcrumbs {
  padding-top: 10px;
  padding-top: 1rem;
}

#breadcrumbs p {
  color: #666666 !important;
}

#breadcrumbs a {
  color: #666666;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb_last {
  color: #666666 !important;
}

.department__container .col-md-6 {
  width: 50%;
  float: left;
}

.department__container .department-categories {
  margin: 4rem 0;
}

.position__department_title {
  color: #FF0000;
  text-transform: uppercase;
}

.position {
  margin-bottom: 49px;
  margin-bottom: 4.9rem;
}
.position:before, .position:after {
  content: " ";
  display: table;
}
.position:after {
  clear: both;
}

.position__img {
  float: left;
}
@media only screen and (max-width: 768px) {
  .position__img {
    float: none;
  }
}

.position__data {
  float: left;
  padding-left: 20px;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .position__data {
    float: none;
    padding-left: 0;
    padding-top: 20px;
    padding-top: 2rem;
    max-width: 100%;
  }
}

.position__name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.position__position {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.2;
}

.position__contacts {
  margin-top: 10px;
  margin-top: 1rem;
}

.position__contact {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.position__contact:before, .position__contact:after {
  content: " ";
  display: table;
}
.position__contact:after {
  clear: both;
}

.position__contact dt {
  font-weight: 700;
  float: left;
}

.position__contact dd {
  padding-left: 60px;
}

a {
  color: #ed1c24;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.imagebanner {
  overflow: hidden;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  background-color: #fff;
}

.imagebanner__bg {
  position: relative;
}
.imagebanner__bg:before, .imagebanner__bg:after {
  position: absolute;
  top: 30px;
  content: "";
  display: block;
  width: 689px;
  height: 400px;
  background: url("../images/square-bg.png") no-repeat 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  .imagebanner__bg:before, .imagebanner__bg:after {
    display: none;
  }
}
.imagebanner__bg:before {
  left: 100%;
}
.imagebanner__bg:after {
  right: 100%;
}

.imagebanner__inner {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.imagebanner__inner:before {
  content: "";
  display: inline-block;
  padding-bottom: 45%;
}

.imagebanner__inner__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cccccc;
  background-size: cover;
  background-position: 50% 50%;
}

.used-sortiment {
  margin: 20px 0;
  margin: 2rem 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.related {
  margin-top: 35px;
  margin-top: 3.5rem;
}
.related:before, .related:after {
  content: " ";
  display: table;
}
.related:after {
  clear: both;
}

.related__items {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 10px;
  margin-top: 1rem;
}
.related__items:before, .related__items:after {
  content: " ";
  display: table;
}
.related__items:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .related__items {
    margin-right: 0;
    margin-left: 0;
  }
}

.related__item {
  display: inline-block;
  float: left;
  width: 20%;
  text-decoration: none;
  color: #000000;
  padding: 0 7px;
}
.related__item:before, .related__item:after {
  content: " ";
  display: table;
}
.related__item:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .related__item {
    width: 100%;
    padding: 0;
    margin: 45px 0 0 0;
    margin: 4.5rem 0 0 0;
  }
}

.related__title {
  display: block;
  padding: 6px 2px 0 2px;
  padding: 0.6rem 0.2rem 0 0.2rem;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .related__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.related__img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.related__img:before {
  content: "";
  display: inline-block;
  padding-bottom: 98%;
}

.related__img__source {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cccccc;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.related__item:hover .related__img__source {
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}

.related__annotation {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}

.related__ico {
  display: block;
  margin-top: 5px;
  margin-top: 0.5rem;
  text-align: center;
  color: #ed1c24;
}

.related__item:hover .related__annotation,
.related__item:hover .related__title {
  text-decoration: underline;
}

.gallery {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fff;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}

.gallery__bg {
  position: relative;
}
.gallery__bg:before, .gallery__bg:after {
  position: absolute;
  top: 30px;
  content: "";
  display: block;
  width: 465px;
  height: 270px;
  background: url("../images/square-bg.png") no-repeat 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  .gallery__bg:before, .gallery__bg:after {
    display: none;
  }
}
.gallery__bg:before {
  width: 472px;
  height: 302px;
  left: 100%;
  background: url("../images/gallery-right.png") no-repeat 50% 50%;
}
.gallery__bg:after {
  width: 468px;
  height: 288px;
  right: 100%;
  background: url("../images/gallery-left.png") no-repeat 50% 50%;
}

.gallery__items {
  margin-left: -7px;
  margin-right: -7px;
}
.gallery__items:before, .gallery__items:after {
  content: " ";
  display: table;
}
.gallery__items:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .gallery__items {
    margin-left: 0;
    margin-right: 0;
  }
}

.gallery__item {
  width: 33.333%;
  display: inline-block;
  float: left;
  padding: 7px;
}
@media only screen and (max-width: 768px) {
  .gallery__item {
    width: 100%;
  }
}

.gallery__link {
  position: relative;
  display: block;
  width: 100%;
}
.gallery__link:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.gallery__item__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.parameters {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 2rem;
  padding-bottom: 62px;
  padding-bottom: 6.2rem;
  border-bottom: 1px solid #cccccc;
}

.parameters__list {
  list-style-type: none;
  margin-top: 5px;
  margin-top: 0.5rem;
}

.parameters__item {
  padding: 1px 0;
  padding: 0.1rem 0;
}

.advantage {
  padding-top: 22px;
  padding-top: 2.2rem;
}

.advantage__list {
  list-style-type: none;
  margin-top: 5px;
  margin-top: 0.5rem;
}

.advantage__item {
  position: relative;
  padding: 2px 0;
  padding: 0.2rem 0;
  padding-left: 20px;
}
.advantage__item:before {
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}

.pagination {
  text-align: center;
}

.pagination a {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 38px;
  padding: 2.4rem 3.8rem;
  text-decoration: none;
  border: 1px solid #cccccc;
  color: #cccccc;
  cursor: pointer;
  margin: 10px 20px;
}
.pagination a:hover {
  border: 1px solid #000000;
  color: 1px solid #000000;
}

.about__title {
  text-transform: none;
}

.about-system {
  margin-top: 50px;
}

.product-item {
  display: block;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-top: 6rem;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  color: #000000;
}
.product-item:before, .product-item:after {
  content: " ";
  display: table;
}
.product-item:after {
  clear: both;
}
.product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.product-item__img {
  position: relative;
  display: inline-block;
  width: 250px;
  float: left;
  overflow: hidden;
}
.product-item__img:before {
  content: "";
  display: inline-block;
  padding-bottom: 98%;
}
@media only screen and (max-width: 768px) {
  .product-item__img {
    width: 100%;
    float: none;
  }
}

.product-item__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-item:hover .product-item__img__inner {
  transform: scale(1.2);
}

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

.product-item__box {
  padding-left: 280px;
}
@media only screen and (max-width: 768px) {
  .product-item__box {
    padding-left: 0;
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.product-item__box--full {
  padding-left: 0;
}

.product-item__content {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.product-item__title {
  font-size: 30px;
  font-size: 3rem;
}

.product-item__title a {
  color: #000000;
  text-decoration: none;
}
.product-item__title a:hover {
  text-decoration: underline;
}

.product-item__content {
  color: #000000;
}

.product-item__more {
  color: #ed1c24;
  text-decoration: none;
}
.product-item__more span {
  display: inline-block;
  padding-left: 5px;
  padding-left: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ed1c24;
}

@media only screen and (max-width: 768px) {
  .product-item__button {
    text-align: center;
  }
}

/*
.product-item:hover .product-item__more,
.product-item:hover .product-item__more span{
    text-decoration: underline;
    color: $color-red;
}*/
.calculator {
  background: #ed1c24;
  height: 76px;
  position: relative;
  z-index: 99;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
}

.content__calculator {
  padding: 0px 60px;
}
@media only screen and (max-width: 992px) {
  .content__calculator {
    padding: 0px 30px;
  }
}

.calculator svg {
  height: 76px;
  padding: 8px 0px;
  stroke-width: 1.6px;
}
@media only screen and (max-width: 768px) {
  .calculator svg {
    height: 76px;
    stroke-width: 2px;
    padding: 18px 0px;
  }
}

.calculator__text {
  font-size: 24px;
  color: white;
  line-height: 76px;
}
@media only screen and (max-width: 992px) {
  .calculator__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .calculator__text {
    font-size: 14px;
    line-height: normal;
    display: block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
}

.button--calculator {
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .button--calculator {
    height: 70px;
    line-height: 70px;
    padding: 0px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.calculator__bottom {
  height: 76px;
  margin-bottom: -71px;
  margin-top: 50px;
}

.system__svg svg {
  padding: 10px;
  height: 110px;
  max-width: 100%;
}

.system__svg {
  text-align: center;
  margin-top: 30px;
}

.system__p {
  font-size: 17px;
}

.system__img {
  max-width: 100%;
}

.system__h2 {
  margin-top: 30px !important;
  margin-bottom: 10px;
  text-transform: none;
}

.page--system {
  background: white;
}

.wood-shape {
  position: absolute;
  left: 150px;
  right: 150px;
}

.wood-shape__left {
  text-align: left;
}

.wood-shape__right {
  text-align: right;
}

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

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

.video__margin {
  margin: 20px 0px;
}

.small-peel:before, .small-peel:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 465px;
  height: 270px;
  background: url(../images/square-bg.png) no-repeat 50% 50%;
  overflow: hidden;
}

.small-peel:before {
  width: 472px;
  height: 302px;
  left: 100%;
  background: url(../images/gallery-right.png) no-repeat 50% 50%;
}

@media (max-width: 508px) {
  .small-peel:before {
    left: 0%;
  }
}

.small-peel:after {
  width: 468px;
  height: 288px;
  right: 100%;
  background: url("../images/gallery-left.png") no-repeat 50% 50%;
}

.certification__img {
  max-height: 80px;
}

.certification__img-wrap {
  text-align: center;
  padding: 30px 0px;
}

.price-wrap {
  text-align: center;
}

.price__number {
  background: #ed1c24;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 20px;
  line-height: 50px;
}

.price__title {
  font-size: 20px;
  line-height: 50px;
}

.icon-arrow-down__price {
  font-size: 40px;
  color: #dedede;
}

.price__result {
  font-size: 17px;
}

.arrow_down_price {
  margin-bottom: 30px;
}

.price-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button__price-continue {
  padding: 24px 30px;
}

.input__number {
  margin-left: 15px;
}

@media (max-width: 508px) {
  .input__number {
    margin-left: 0px;
  }
}
.about__img {
  max-width: 100%;
}

.about__button-wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about__img--margin {
  margin-top: 20px;
}

.row--margin {
  margin-top: 30px;
}

.button-send-contact {
  padding: 24px 38px;
  padding: 2.4rem 3.8rem;
  width: auto;
  height: auto;
}

.content-form-free .input {
  max-width: 300px;
  display: block;
  margin-bottom: 20px;
}
.content-form-free label {
  font-size: 16px;
  font-weight: 600;
}
.content-form-free .input-radio {
  margin-bottom: 0px;
  max-width: 25px;
}
.content-form-free .radio-label {
  float: left;
  display: flex;
  line-height: 36px;
  padding-right: 30px;
  font-weight: normal;
}
.content-form-free .radio-label-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.content-form-free .radio-label-wrap-title {
  font-weight: 600;
  font-size: 16px;
}
.content-form-free .needed {
  color: #ed1c25;
  font-size: 25px;
  vertical-align: sub;
  line-height: 16px;
}

.articles-item {
  text-decoration: none;
}

.articles-item__title {
  display: block;
  padding-top: 15px;
  text-align: left;
  color: #ed1c24;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;
}

.articles-item__box {
  display: block;
  padding: 7px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  float: left;
  padding-left: 15px;
  margin-top: 0px;
  padding-top: 0px;
  width: 327px;
}
@media only screen and (max-width: 1200px) {
  .articles-item__box {
    width: 303px;
  }
}
@media only screen and (max-width: 992px) {
  .articles-item__box {
    width: 553px;
  }
}
@media only screen and (max-width: 768px) {
  .articles-item__box {
    width: 100%;
    padding-left: 5px;
  }
}

.articles-item__content {
  margin-top: 9px;
  margin-top: 0.9rem;
}

.articles-item__more {
  display: inline-block;
  padding-left: 8px;
  color: #ed1c24;
  text-decoration: none;
  font-size: 10px;
}

.articles-item__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #cccccc;
  background-size: cover;
  background-position: 50% 50%;
}

.articles-item__img {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  float: left;
}

.articles-item {
  display: block;
  padding: 7px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  width: 50%;
  float: left;
  padding-left: 0px;
}
.articles-item:hover {
  text-decoration: underline;
}
.articles-item:hover .articles-item__content {
  text-decoration: underline;
}
.articles-item:hover .articles-item__title {
  text-decoration: underline;
}
.articles-item:hover .articles-item__img__inner {
  transform: scale(1.3);
}
@media only screen and (max-width: 992px) {
  .articles-item {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .articles-item:nth-last-child(1) {
    display: none;
  }
}

.articles__items {
  padding: 20px 0 0 0;
  padding: 2rem 0 0 0;
}

.articles-button-href {
  text-align: left;
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;
}
.articles-button-href:hover {
  text-decoration: underline;
}

.articles-button {
  text-align: right;
  float: left;
  padding: 35px 0 1.5em 0;
  padding: 3.5rem 0 1.5em 0;
  width: 100%;
}

.form-wrapper,
.product__content .wpcf7 p
{
  padding-bottom: 0;
}
.form-wrapper input,
.product__content .wpcf7 input {
  max-width: 450px;
}
.form-wrapper textarea,
.product__content .wpcf7 textarea {
  max-width: 450px;
}
.form-wrapper input[type=radio],
.product__content .wpcf7 input[type=radio] {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.form-wrapper input[type=checkbox],
.product__content .wpcf7 input[type=checkbox] {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.form-wrapper span.wpcf7-list-item,
.product__content .wpcf7 span.wpcf7-list-item {
  margin: 0px;
  margin-right: 15px;
}
.form-wrapper .button-send-form,
.product__content .wpcf7 .button-send-form {
  width: auto;
  height: auto;
  border-radius: 0px;
  margin-top: 15px;
}

.to-novatop {
  text-align: center;
  font-size: 20px;
  height: 76px;
  position: relative;
}
.to-novatop .white-link {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.white-link {
  color: white;
}

.contact-info-part {
  margin-bottom: 20px;
  margin-top: 50px;
}

#counted {
  display: inline-block;
  width: 100%;
}

.counted {
  width: 33%;
  text-align: left;
  float: left;
  border-left: 1px solid #cccccc;
  padding: 0px 20px;
  font-size: 13px;
  height: 160px;
  border-top: solid 1px #cccccc;
  padding-top: 20px;
}
.counted:first-of-type {
  border-left: none !important;
  border-top: none !important;
}
.counted:nth-of-type(2) {
  border-top: none;
}
.counted:nth-of-type(3) {
  border-top: none;
}
.counted:nth-of-type(3n+1) {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .counted {
    width: 50%;
  }
  .counted:nth-of-type(3) {
    border-top: solid 1px #cccccc;
  }
  .counted:nth-of-type(3n+1) {
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
  }
  .counted:nth-of-type(2n+1) {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .counted {
    width: 100%;
    border-left: none !important;
    border-top: solid 1px #cccccc !important;
  }
  .counted:first-child {
    border-top: none !important;
  }
}

.counted__name {
  font-size: 15px;
  font-weight: bold;
}

.counted__calc {
  font-weight: bold;
}

.counted__price {
  font-weight: bold;
}

.counted-controls {
  margin-bottom: 30px;
  text-align: left;
  padding-left: 15px;
  margin-top: 20px;
}
.counted-controls .button {
  margin: 0px 5px;
}

input[type=text] {
  width: 450px;
}

input[type=email] {
  width: 450px;
}

.share__svg svg {
  width: 20px;
  margin-left: 8px;
}

.share__svg {
  float: right;
  width: fit-content;
}

.share__a {
  float: left;
}

.share-div {
  margin-top: 60px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.download__wrap {
  text-align: center;
}

/** TEMPORARY DEV  **/
.download-categories .download__wrap.post-523,
.download-categories .download__wrap.post-4158,
.download-categories .download__wrap.post-4313,
.download-categories .download__wrap.post-4602,
.download-categories .download__wrap.post-4739,
.download-categories .download__wrap.post-4864,
.download-categories .download__wrap.post-9350,
.download-categories .download__wrap.post-29882,
.download-categories .download__wrap.post-29884 {
  display: none;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}

/* .page-id-28870 .download-categories .download__wrap.post-28725 {
  display: block;
  visibility: visible;
}

.page-id-28870 .download-categories .download__wrap.post-8477,
.page-id-28870 .download-categories .download__wrap.post-523 {
  display: none;
  visibility: hidden;
} */

.square__item.post-28449 {
  display: none;
}

.departments__items .departments__item.post-28886 {
  display: none;
  visibility: hidden;
}

.banner--bottom {
  display: none;
}

.page-id-28870 .contact__header {
  border-bottom: 0;
}

.page-id-28870 .banner--bottom,
.page-id-28910 .banner--bottom {
  display: block;
}

.page-id-28870 .banner__col--documentation,
.page-id-28870 .banner__col--contact,
.page-id-28910 .banner__col--documentation,
.page-id-28910 .banner__col--contact {
  display: none !important;
}

.page-id-28870 .banner:after,
.page-id-28910 .banner:after {
  display: none !important;
}

.banner.banner__homepage {
  border: 0;
  padding: 0;
  margin-top: 0;
}

.banner.banner__homepage::after {
  display: none;
}

.banner.banner__homepage .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.banner.banner__homepage .buttons .button {
  white-space: nowrap;
}

.banner.banner__produkty {
  border-top: 0;
  margin: 0 auto;
}


/*** HOMEPAGE ***/
.hp-products-container {
  margin: 5rem auto;
  text-align: center;
}

.hp-products-container::after {
  content: '';
  width: 40%;
  max-width: 32rem;
  margin: 0 auto;
  border-bottom: 2px solid #ED1C24;
}

.hp-products-container .row {
  padding-bottom: 5rem;
}

.sekce {
  margin: 50px auto;
}

.sekce p {
  margin-bottom: 1.5em;
}

.sekce-img {
  max-width: 100%;
  object-fit: contain;
  margin-top: 4rem;
}

.sekce__vyhody {
  background-color: #F0F0F0;
  padding: 5rem 0 2rem 0;
}

.sekce__vyhody h2 {
  /* text-transform: uppercase; */
  margin-bottom: 5rem;
}

.row__vyhody {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 5rem;
  column-gap: 2rem;
  align-items: center;
}

.row__vyhody::before {
  display: none;
}

.row__vyhody .vyhoda {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 1.5rem;
  --basis: 25%;
  flex-basis: calc(var(--basis) - 2rem);
}

@media all and (max-width:508px) {
  .row__vyhody .vyhoda {
    --basis: 50%;
  }
}

.row__vyhody .vyhoda img {
  width: 4.5rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: bottom center;
}

.row__vyhody .vyhoda span {
  display: block;
  white-space: NORMAL;
  font-size: 1.6rem;
  color: #000000;
}

.sekce__clanky {
  margin: 0 auto;
  /* padding: 5rem 0; */
  padding: 6rem 0 2rem 0;
  background-image: linear-gradient(180deg, #FFFFFF 40%, #F0F0F0 40%);
}

.sekce__clanky h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.row__clanky {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 0 auto 20px auto;
}

.row__clanky::before {
  display: none;
}

.row__clanky .clanek {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  --basis: 33%;
  flex: 0 0 calc(var(--basis) - 1.6rem);
  gap: 2rem 1.6rem;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  padding: 2rem;
}

@media (max-width: 508px) {
  .row__clanky .clanek {
    --basis: 100%;
  }
}

.row__clanky .clanek .clanek-title {
  color: #ED1C24;
  font-weight: 600;
}

.row__clanky .clanek .clanek-text {
  font-size: 2rem;
  font-weight: 500;
}

.row__clanky .clanek .clanek-link {
  color: #ED1C24;
  font-size: 1.4rem;
}

.sekce__clanky .text_pod_clanky {
  color: #000000;
  font-size: 2rem;
  text-align: center;
}

.sekce__clanky .text_pod_clanky h3 {
  color: #ED1C24;
  margin-bottom: 1em;
}

@media (min-width: 992px)
  {
    .col-md-3.col-sm-6.col-xs-12.download__wrap
    {
      width: 20%;
    }
}
.download__wrap a {
  text-decoration: none;
  color: #000000;
}

.download__wrap a img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.download__wrap:hover a img {
  transform: scale(1.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.download__span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.download__wrap:hover a .download__span {
  text-decoration: underline;
}

.download__detail-block {
  border-bottom: solid 1px #DCDCDC;
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
}

.download__detail-title {
  padding: 0px 20px 0px 0px;
  color: #000000;
}

.download__detail-title.download__more {
  /* grid-column: end; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  cursor: pointer;
}

.download__row {
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
  border-bottom: solid 1px #cccccc;
}

.download__h2 {
  /*margin-top: 50px !important;*/
  margin-top: 0px !important;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: left;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  float: left;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
  float: left;
}
@media only screen and (max-width: 992px) {
  .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 100%;
    text-align: center;
  }
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  float: left;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  float: left;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
  float: left;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
  float: left;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  float: left;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
  float: left;
}

.gallery-columns-1 img, .gallery-columns-2 img, .gallery-columns-3 img, .gallery-columns-4 img, .gallery-columns-5 img, .gallery-columns-6 img, .gallery-columns-7 img, .gallery-columns-8 img, .gallery-columns-9 img {
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_nav a {
  text-transform: uppercase;
}

.slicknav_btn {
  display: none;
}

.slicknav_menu {
  padding-top: 0;
  padding-bottom: 0;
}

span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

div.wpcf7-validation-errors {
  border: none;
}

div.wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
}

.wpcf7-response-output {
  /*color: #000000 !important;*/
  border: none !important;
  text-align: center !important;
}

div.wpcf7-mail-sent-ok {
  color: #000000;
  border: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 130px;
  background: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 0;
  color: #cccccc;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #cccccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    display: none;
    width: 55px;
    height: 55px;
  }
}
.slick-arrow:hover {
  color: #000000;
  border: 1px solid #000000;
}
.slick-arrow:active, .slick-arrow:focus {
  outline: none;
}

.icon-arrow-right.slick-arrow {
  right: -127px;
}
@media screen and (max-width: 1264px) {
  .icon-arrow-right.slick-arrow {
    right: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .icon-arrow-right.slick-arrow {
    right: -58px;
  }
}

.icon-arrow-left.slick-arrow {
  left: -117px;
}
@media screen and (max-width: 1264px) {
  .icon-arrow-left.slick-arrow {
    left: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .icon-arrow-left.slick-arrow {
    left: -58px;
  }
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 60px;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li button {
  display: inline-block;
  width: 11px;
  height: 11px;
  padding: 0;
  margin: 0 3px;
  border: none;
  text-indent: -10000px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slick-dots li button:focus, .slick-dots li button:active {
  outline: none;
}
.slick-dots li.slick-active button {
  width: 13px;
  height: 13px;
  background: transparent;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*** PAVEL GRACIAS NETION ***/
div#cookieChoiceInfo
{
    padding: 3px 20px 2px !important;
    background-color: #2e363f !important;
    font-size: 12px;
    color: #ffffff;
}
div#cookieChoiceInfo a
{
	color: #FFFFFF;
	text-decoration: underline;
}
div#cookieChoiceInfo a#cookieChoiceDismiss
{
	background: #ed1c24 !important;
    margin: 0 10px;
    line-height: 20px;
    border: none;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}
.kontakt__head
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
	margin-bottom: 20px;
}
.kontakt__head h3
{
	display: inline-block;
	width: fit-content;
}
.kontakt__head div.buttons
{
	display: inline-block !important;
	width: fit-content !important;
  float: none;
	text-align: right;
}

#hp-products .container {
  /* width: 100%;
  max-width: 1440px; */
  /* max-width: 100%; */
}
.all-products {

}
.head-center
{
  text-align: center;
}
.pm-radio label
{
	margin-bottom: 20px;
    display: block;
}
.pm-radio input
{
    display: inline-block !important;
    width: 20px !important;
    margin: 0 10px 0 0 !important;
    height: 20px !important;
}
.pm-radio span.wpcf7-list-item-label
{
    display: inline-block !important;
    color: #FFFFFF !important;
    line-height: 20px !important;
    vertical-align: top !important;
}
.pm-textarea textarea
{
	padding: .6rem 0;
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-size: 2rem;
    height: 100px;
}
.modal-contact__form div.wpcf7-response-output, .modal-contact__form div.wpcf7-mail-sent-ok
{
	color: #FFFFFF !important;
}
p.contact-privacy a
{
	color: #FFFFFF !important;
	text-decoration: underline;
}
.more-cat
{
  float:left;
  display:inline-block;
  width:136px;
  padding:.9rem 0;
  margin-top:1.4rem;
  margin-right:14px;
  background-color:transparent;
  border-radius:4px;
  border:1px solid #000;
  color:#000;
  text-decoration:none;
  text-align:center;
  font-size:1.6rem;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.more-cat:hover
{
  background-color:#000;
  color:#fff;
  text-decoration:none;
  cursor:pointer;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
ul#category-submenu
{
  display:none
}

.kontakt-partneri {
  float: none;
  clear: none;
  width: fit-content;
  margin: 0 auto;
  color: #000000;
}

.kontakt-partneri h2 {
  text-transform: none;
}

.kontakt-partneri p {
  font-size: 1.6rem;
}

.kontakt-partneri a {
  color: #000000;
}

.kontakt-partneri div.contact__address {
  margin: 0;
}

.kontakt-partneri img,
.kontakt-partneri div.contact__address {
  display: inline-block;
}

.kontakt-partneri a.button {
  padding: 1.5rem 2.5rem;
  margin: 2rem 0
}

/*** PRODUKTY ***/
body.single-product .page__title {
  font-weight: 600;
}

.product__tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.product__tags li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.8rem;
  border: 1px solid #707070;
  border-radius: 6px;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
}

ul.product__tags:not(.card:has(li)) {
  margin-bottom: 0;
}

.product__carousel {
  margin-bottom: 3.5rem;
}

.product__annotation,
.product__annotation p {
  font-size: 2rem;
}

.product__content {
  margin-bottom: 4rem;
}

.product__annotation::after {
  content: '';
  display: block;
  width: 12rem;
  max-width: 50%;
  margin: 2rem 0;
  border-bottom: 2px solid #ED1C24;
}

.content.product__content,
.content.product__content p {
  font-size: 1.6rem;
}

.content.product__content h2:empty {
  clear: both;
}

.content.product__content p:has(.alignleft) {
  padding-bottom: 0 !important;
}

.content.product__rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}

.content.product__rows .product__row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content.product__rows .product__row .product__row__title {
  color: #ed1c24;
}

.content.product__rows .product__row .product__row__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.content.product__rows .product__row .product__row__content .product__row__image {
  display: block;
  flex-basis: 40%;
  max-width: 40%;
}

.content.product__rows .product__row .product__row__content .product__row__text {
  flex-basis: calc(60% - 2rem);
  max-width: calc(60% - 2rem);
}

.content.product__rows .product__row .product__row__content--stacked .product__row__image,
.content.product__rows .product__row .product__row__content--stacked .product__row__text {
  flex-basis: 100%;
  max-width: 100%;
}

@media all and (max-width:576px) {
  .content.product__rows .product__row .product__row__content .product__row__image,
  .content.product__rows .product__row .product__row__content .product__row__text {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.product__buttons {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 2.5rem;
  align-items: center;
  align-content: center;
  margin-bottom: 8rem;
}

@media all and (max-width:980px) {
  .product__buttons {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}

@media (max-width: 508px) {
  .product__buttons {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
  }
}

.product__buttons .button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  /* flex: 0 0 clamp(calc(25% - 2.5rem), 20rem, 50%); */
  width: 100%;
  height: 100%;
  padding: 2.4rem 2rem;
  white-space: nowrap;
}

.product__buttons .button .svg-icon {
  width: auto;
  height: 2.5rem;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.product__buttons .button .svg-icon,
.product__buttons .button .svg-icon path {
  stroke: #ED1C24;
}

.product__buttons .button:hover .svg-icon,
.product__buttons .button:hover .svg-icon  path{
  stroke: #FFFFFF;
}

.product__buttons img {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
}

.product__video .container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 1.6rem;
}

.product__video .container::before,
.product__video .container::after {
  display: none;
}

body.single-product .product__annotation img.alignleft {
  float: left;
  width: fit-content;
  margin-right: 20px;
}

body.single-product .product__annotation h2 {
  margin-bottom: 1rem;
}

body.single-product .product__annotation h3 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
}

body.single-product .product__annotation h4 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

body.single-product .product__annotation p {
  margin-bottom: 1.5em;
}

body.single-product .product__annotation p:has(.alignleft) {
  margin-bottom: 0 !important;
}

/** varianty produktů **/
.variation__section-title {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 3.5rem;
  color: #FF0000;
}

.variation__section-title:has(strong span:empty) {
  display: none;
}

.variation__category {
  border-bottom: 1px solid #DCDCDC;
  scroll-margin-top: 90px;
  padding: 1.4rem 0;
}

.variation__title {
  text-transform: uppercase;
  cursor: pointer;
}

.variation__close {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
}

.variation__category-image {
  height: fit-content;
  display: block;
  width: fit-content;
  margin-bottom: 2rem;
}

.variation__category-content {
  padding-top: 2.5rem;
}

.variation__row.gallery__item {
  font-size: 1.6rem;
  color: #000000;
}

.variation__row.gallery__item .variation__text {
  font-style: italic;
}

/** TEMPORARY **/
/*body.page-id-281 .square a.square__item:nth-of-type(6)
{
  display: none !important;
}*/
/* body.page-template-page-product div.square__items a.square__item.post-32962 { */
body.page-template-page-product div.square__items a.square__item.post-139 {
  display: none !important;
}

.row-piktogramy
{
  padding-top:4rem;
  padding-bottom:4rem
}
@media (min-width: 769px)
{
  .row-piktogramy .piktogram-single
  {
    width:25%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media (max-width: 768px)
{
  .row-piktogramy .piktogram-single
  {
    width:50%;
    margin-bottom: 2rem;
  }
}
.row-piktogramy .piktogram-single
{
  display:inline-block;
  float: left;
  text-transform: uppercase;
}
.piktogram-single img
{
  max-height: 125px;
  display:block;
  margin:0 auto 1rem auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.piktogram-single span
{
  width:100%;
  display:block;
  text-align:center;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}
.piktogram-single:hover span
{
  text-decoration: underline !important;
}
.piktogram-single:hover img
{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.piktogram-single:hover img
{
  transform: scale(1.1);
}
.container-clear
{
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
}
.galerie
{
  padding-top: 2rem;
}
.galerie .gallery__items
{
  margin-bottom: 2rem;
}
.galerie .buttons a
{
  width: auto !important;
  padding: 2.4rem 2rem !important;
}
.inline-galerie .gallery__link:before
{
  padding-bottom: 0% !important;
}
.hidden
{
  display: none;
}
.visible
{
  display: block;
}
/** KALKULAČKA **/
.typ-konstrukce
{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  border: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.typ-konstrukce li
{
  width: 22%;
  display: block;
  padding: 0 15px !important;
  margin-bottom: 5px !important;
  list-style: none !important;
}
.typ-konstrukce li label
{
  position: relative;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 0px 20px 0px 20px;
  transition: all 0.5s;
  text-align: center;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.typ-konstrukce li label span
{
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.typ-konstrukce li label span img
{
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: 160px;
  width: auto;
  object-fit: contain;
}
.typ-konstrukce li label input
{
  position: absolute !important;
  top: 30%;
  left: calc(50% - 25px);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: normal !important;
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  display: block;
  z-index: 9;
}
.typ-konstrukce li label, .typ-konstrukce input[type='radio'] {
  appearance: none;
}
.typ-konstrukce input[type='radio']:after
{
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: transparent;
  content: '';
  display: inline-block;
  visibility: visible;
  transition: all 0.5s;
}

.typ-konstrukce input[type='radio']:checked:after
{
  appearance: none;
  content: "\2714";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  position: relative;
  padding-top: 4px;
  background-color: #ee3132;
  display: inline-block;
  visibility: visible;
  transition: all 0.5s;
}
.ikona-konstrukce img {
  max-width: 50px;
  height: auto;
}

#kalkulacka {
  /*padding-top: 80px;*/
}

@media all and (max-width: 768px) {
.typ-konstrukce li {
    width: 44%;
  }
  .typ-konstrukce li label {
    padding: 0;
  }
}

/** KALKULAČKA ACOUSTIC **/
#kalkulacka-acoustic .dreviny label img {}
.kalkulacka-blok
{
  margin: 20px 0;
}
.nopadding
{
  padding-bottom: 0;
  margin-bottom: 0;
}
.kalkulacka-hint
{
  width: 100%;
  display: block;
}
#kalkulacka-acoustic ul.typ-konstrukce li {
  width: 33% !important;
}
#kalkulacka-acoustic .typ-konstrukce li label {
  padding: 0 10px !important;
}
#kalkulacka-acoustic .typ-konstrukce li label img {
  display: block !important;
  width: 100% !important;
}
@media all and (max-width:768px) {
  #kalkulacka-acoustic ul.typ-konstrukce li {
    padding: 15px 0 !important;
  }
}
/*** TEXTURY ***/
@media all and (max-width:576px) {
  .textures__container .col-xs-4 {
    width: 50%;
  }
}
.textura-kategorie a
{
  display: block;
}
.textura-kategorie a img
{
  height: 200px !important;
}
.textura-kategorie
{
  text-align: center;
}
.comingsoon
{
  filter: grayscale(1);
}
.comingsoon a, .comingsoon a h3 {
  cursor: pointer;
  pointer-events: none;
}
.textura-kategorie-grid
{
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
}
.textura-kategorie-grid .article__img
{
  height: 200px;
}
.textura-kategorie-grid .article__img .article__img__inner
{
  background-size: contain;
}
.textura-kategorie-grid .article__box .article__title
{
  padding-top: 0;
}
/*** REFERENCE ***/
/* .reference-galerie .gallery__item__img {
  transition: 0.5s all ease;
}
.reference-galerie .gallery__item__img:hover {
  background-color: #ffffff70;
  background-blend-mode: overlay;
  transition: 0.5s all ease;
} */
.ref-gal-popis {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5%;
  width: 100%;
  min-height: 12rem;
  background-color: #ffffffcc;
  color: #000000;
  font-size: 1.6rem;
  transition: 0.5s all ease;
}
.ref-gal-modal-popis {
  width: 100%;
  color: #000000 !important;
  font-size: 1.4rem !important;
}
.ref-gal-modal-link {
  display: block;
  width: 100%;
  color: #000000 !important;
  font-size: 1.4rem !important;
  margin-bottom: 5px;
}
.fbx-light .fbx-caption-desc,
.fbx-caption {
  background-color: #ffffffcc !important;
  color: #000000 !important;
  font-size: 1.4rem !important;
}

.fbx-caption .fbx-close-caption {
  color: #000000 !important;
}

.reference-galerie .gallery__item:hover .ref-gal-popis {
  display: block;
  transition: 0.5s all ease;
}
.ref-gal-popis span {
  display: block;
  position: relative;
  color: #000000;
  font-size: 1.6rem;
}
.reference-galerie a, .reference-galerie a:hover {
  text-decoration: none;
}
.caption-architekt::before, .caption-firma::before, .caption-zeme::before {
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin: 0 5px 0 3px;
}
.caption-architekt::before {
  background-image: url(/wp-content/themes/novatop/images/icon-architekt.png);
}
.caption-firma::before {
  background-image: url(/wp-content/themes/novatop/images/icon-firma.png);
}
.caption-zeme::before {
  background-image: url(/wp-content/themes/novatop/images/icon-zeme.png);
}
/* .reference-article {
  display: grid;
  align-items: center;
  justify-content: center;
} */
.reference-article {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
}
.reference-article .article__img {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: center;
}
.reference-article .article__img .reference-obrazek {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
}
.reference-article .article__img .reference-tlacitka {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto auto 1fr;
  justify-items: center;
  align-items: center;
  text-align: center;
  grid-row: 1/2;
  grid-column: 1/2;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
  z-index: 2;
}
.reference-article .reference-tlacitka a {
  /* display: none; */
  opacity: 0;
  transition: 0.5s all ease;
}
.reference-article:hover .reference-tlacitka a {
  /* display: block; */
  opacity: 1;
  transition: 0.5s all ease;
}
.reference-article .article__img__inner a {
  width: fit-content;
}
.reference-article a.reference-link {
  grid-row: 1/2;
  grid-column: 2/3;
}
.reference-article a.gallery__link {
  grid-row: 1/2;
  grid-column: 3/4;
}
.article__img__view, .article__img__zoom {
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 10px;
  transform: scale(1);
  transition: transform .2s;
}
.article__img__view {
  background-image: url(/wp-content/themes/novatop/images/icon-link.png);
}
.article__img__zoom {
  background-image: url(/wp-content/themes/novatop/images/icon-zoom.png);
}
.article__img__view:hover, .article__img__zoom:hover {
  transform: scale(1.2);
  transition: transform .2s;
}
.reference-article .gallery__link:before {
  display: none;
}
.reference-article .article__title {
  padding-top: 0;
  min-height: 3.7em;
}
/** REFERENCE FILTER FORM **/
.reference-filter-form {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  row-gap: 0;
  margin: 40px 0;
}
.reference-filter-form select, .reference-filter-form option {
  font-size: 1.4rem;
}
.reference-filter-form button.button-filter {
  grid-column: 2/3;
  width: 90%;
  padding: 5px 30px;
  font-size: 1.6rem;
  justify-self: center;
}
.reference-filter-form button.button-reset {
  grid-column: 3/4;
  float: right;
  width: fit-content;
  padding: 5px 30px;
  font-size: 1.6rem;
  justify-self: end;
}
.reference-filters label {
  font-size: 14px;
}
.reference-filters input {
    background-color: #fbfbfb;
    border: solid 1px #dedede;
    border-radius: 0;
    height: 20px;
    width: 20px;
    margin: 0 10px 20px 0;
    max-width: 100%;
}
 .filter-select {
   width: 100%;
 }
.misha_loadmore {
  font-size: 30px;
}
@media all and (max-width:768px) {
  .reference-filter-form {
    display: block;
    width: 90%;
    margin: 20px auto 0 auto;
    max-width: 300px;
  }
  .reference-filter-form .button-filter, .reference-filter-form #button-reset {
    display: block;
    width: 90% !important;
    float: none;
    margin: 0 auto 10px auto;
  }
}
#CybotCookiebotDialog {
  /* border: 18px solid #FFFFFF !important; */
}
/** REFERENCE SLIDESHOW **/
.metaslider div.caption {
  background-color: #ffffffcc;
  color: #000000;
  text-align: center;
  font-size: 16px;
  padding: 1.2%;
}
/* REFERENCE ostatní */
@media all and (max-width:768px) {
  body.single-reference div.fbx-caption {
    position: absolute !important;
  }
}
body.single-reference div.page__content iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.grecaptcha-badge {
  display: none !important;
}
/*** COOKIES ***/
.cmplz-show.cmplz-soft-cookiewall {
	z-index: 99999999 !important;
}
/*** CENÍK ***/
.acf-sentence img {
  max-width: 100%;
  height: auto;
}
/*** KARIÉRA ***/
.pozice-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto;
  border-top: 1px solid #cccccc;
}
.content .pozice-row:first-of-type {
  border-top: 1px solid transparent;
}
.collapse-arrow {
  width: 20px;
  height: 20px;
  /* color: #ed1c24; */
}
.collapse-arrow-small {
  width: 16px;
  height: 16px;
  /* color: #ed1c24; */
}
.pozice-nazev {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.pozice-nazev .nazev {
  flex-basis: 95%;
  margin: 0;
  /* color: #ed1c24; */
}
.pozice-popis {
  flex-basis: 100%;
}

/*** KONTAKTY ***/
.contact__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #DCDCDC;
  margin: 0;
  padding: 0;
}

.contact__row .position__data {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.contact__row .position__data,
.contact__row .position__data * {
  font-size: 1.6rem;
  line-height: 2em;
  color: #000000;
}

.contact__row .position__data .position__contacts {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding: 2rem 0;
}

.contact__row .position__data .position__contacts .position__contact dd {
  padding-left: 0;
}

.contact__row .position__data .position__contacts .position__name {
  font-weight: 600;
}

.contact__row .position__data .position__contacts .position__img {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  float: none;
  clear: none;
}

.contact__row .position__data .position__contacts .position__img dd {
  font-weight: 500;
}

.contact__row .position__data .position__contacts .position__img img {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.contact__row .position__data .position__contacts .position__position {
  font-style: normal;
}

.contact__row .position__data .position__contacts .position__more {
  /* grid-column: end; */
  grid-column-end: 6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
  cursor: pointer;
}

.contact__row .position__data .position__details {
  margin-top: 1.5rem;
  padding: 20px 0;
  background-color: #f6f6f6;
  transition: 0.5s all ease;
}

.contact__row .position__data .position__details .position__contact {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  flex-wrap: wrap;
}

.contact__row .position__data .position__details .position__contact dt {
  flex-basis: 15%;
}

.contact__row .position__data .position__details .position__contact dd {
  padding-left: 0;
}

.position__filter {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DBDBDB;
  font-size: 1.6rem;
  font-weight: 500;
}

.position__filter option:first-of-type {
  font-style: italic;
}

/** Kontakty rolety **/
.department__section .content .position__department_title {
  cursor: pointer;
}

.department__container .position__contact a {
  color: #000000;
}

.department__container .position__contact a:hover {
  color: #ed1c24;
}

.department__container .position__img img {
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
}

.department__container .position__img:hover img,
.department__section .position__img:hover img {
  filter: grayscale(0);
  transition: all 0.2s ease-in-out;
}

/*** FACEBOOK FEED EMBED ***/
#simple-facebook-widget {
  max-width: inherit;
  overflow: hidden;
}

#simple-facebook-widget .fb_iframe_widget, .fb_iframe_widget span {
  display: block;
  max-width: inherit;
  overflow: hidden;
}

/*** ARCHEVIO EMBED ***/
.archevio_container_main { overflow: hidden; position: relative; width:100%;  margin-left: auto; margin-right: auto; max-height: 100%; }
.archevio_container_main::after { padding-top: 56.25%; display: block; content: ''; max-height: 100%; }
.archevio_container_main iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* @media all and (max-width:480px) {
  .archevio_container_main::after { padding-top: 70%;}
} */
.archevio_container_main.embed-acoustic::after { padding-top: 70%; }

/** Iframe technická dokumentace **/
@media all and (max-width:767px) {
  .pgIframe {aspect-ratio:16/9; }
}

@media all and (min-width: 768px) {
  .pgIframe {aspect-ratio: 4/3; }
}

@media all and (max-width:980px) {
  .archevio_container_main::after {
    padding-top: 80% !important;
  }
}

body.page-template-page-download-embed .page__content .container {
  width: calc(100vw - 60px);
  max-width: 1080px;
  padding: 0;
}

@media all and (max-width: 767px) {
  body.page-template-page-download-embed .page__content .container .archevio_container_main iframe.pgIframe,
  body.page-template-page-download-embed .page__content .container .archevio_container_main {
    width: 100%;
    height: auto;
    min-height: unset;
    aspect-ratio: 9 / 16;
  }
}

@media all and (min-width: 768px) {
  body.page-template-page-download-embed .page__content .container .archevio_container_main iframe.pgIframe,
  body.page-template-page-download-embed .page__content .container .archevio_container_main {
    min-height: 850px;
  }
  body.page-template-page-download-embed .page__content .container .archevio_container_main.embed-raumecho {
    min-height: 860px;
  }
}
/** Raumecho embed **/

.archevio_container_main.embed-raumecho::after { padding-top: 70%; }

.raumecho__iframe {
  min-height: 860px;
}

@media all and (max-width:767px) {
  .raumecho__iframe {aspect-ratio:16/9; }
}

@media all and (min-width: 768px) {
  .raumecho__iframe {aspect-ratio: 4/3; }
}

/*** Formulář reference ***/

[x-cloak] {
  display: none !important;
}

.form-sekce {
  margin-bottom: 8rem;
}
.form-sekce-nadpis {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2rem;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.2em;
}
.form-sekce-nadpis:hover span {
  text-decoration: underline;
}
.form-sekce-nadpis img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.form-sekce-nadpis span {
  color: #ff0000;
}
.refform-row {
  margin: 2rem 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1.5em;
}
.refform-row .single__usage-img {
  display: block;
  margin: 0 auto;
}
.refform-row .download-title {
  text-align: center;
}
.refform-row .download-btn {
  text-align: center;
}