@charset "UTF-8";
@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("../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;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype"), url("../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.eot");
  src: url("../fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype"), url("../fonts/SFProDisplay-Light.svg#SFProDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue-Thin";
  src: url("../fonts/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Thin.otf") format("opentype"), url("../fonts/BebasNeue-Thin.woff") format("woff"), url("../fonts/BebasNeue-Thin.ttf") format("truetype"), url("../fonts/BebasNeue-Thin.svg#BebasNeue-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.otf") format("opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueLight";
  src: url("../fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueLight.otf") format("opentype"), url("../fonts/BebasNeueLight.woff") format("woff"), url("../fonts/BebasNeueLight.ttf") format("truetype"), url("../fonts/BebasNeueLight.svg#BebasNeueLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.otf") format("opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") 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--line {
  padding: 20px 0 20px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #f9e5d0;
  text-align: center;
}

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

.buttons--top {
  margin: 15px 0 0 0;
  margin: 1.5rem 0 0 0;
}

.banner {
  width: 100%;
  height: 400px;
  background: black;
}

.slider-content {
  padding: 230px 0;
  padding: 23rem 0;
}
.slider-content:before, .slider-content:after {
  content: " ";
  display: table;
}
.slider-content:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .slider-content {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content {
    padding: 90px 0;
  }
}

.slider-content__menu {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-top: 2rem;
  padding-left: 100px;
}
@media only screen and (max-width: 992px) {
  .slider-content__menu {
    width: 100%;
    float: none;
    display: none;
  }
}

.slider-content__menu ul {
  list-style-type: none;
  font-size: 24px;
  font-size: 2.4rem;
}

.slider-content__menu ul li {
  position: relative;
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
}
.slider-content__menu ul li:before {
  position: absolute;
  top: 18px;
  top: 1.8rem;
  left: -100px;
  content: "";
  display: inline-block;
  background-color: #fff;
  height: 2px;
  width: 70px;
}

.slider-content__menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-content__menu ul li a:hover {
  color: #000000;
}

.slider-content__data {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .slider-content__data {
    width: 100%;
    float: none;
  }
}

.slider-content__title {
  font-size: 150px;
  font-size: 15rem;
  font-family: "BebasNeueBold";
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .slider-content__title {
    color: #000000;
    font-size: 120px;
    font-size: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content__title {
    font-size: 80px;
    font-size: 8rem;
  }
}

.slider-content__content {
  font-size: 24px;
  font-size: 2.4rem;
  color: #808080;
  line-height: 1.4;
}
@media only screen and (max-width: 992px) {
  .slider-content__content {
    color: #000000;
  }
}
.slider-content__content span {
  display: block;
}
@media only screen and (max-width: 992px) {
  .slider-content__content span {
    display: inline;
  }
}

.menu-button a.menu-login__item {
  position: relative;
  top: -10px;
  top: -1rem;
  display: inline-block;
  border-radius: 4px;
  background: #898c9f;
  padding: 8px 12px 8px 46px;
  color: #fff !important;
  font-size: 15px !important;
  font-size: 1.5rem !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;
}
.menu-button a.menu-login__item:hover {
  background-color: #000000;
}
.menu-button a.menu-login__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  background-color: #9a9cad;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #898c9f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-button a.menu-login__item:hover:after {
  background-color: #242424;
  border-right: 1px solid #242424;
}
.menu-button a.menu-login__item span {
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 1;
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff !important;
}
.menu-button a.menu-login__item span:before {
  font-size: 20px;
  font-size: 2rem;
}

.menu-button--short {
  padding-left: 10px !important;
  padding-left: 1rem !important;
}

.menu-toggle {
  position: relative;
  top: -10px;
  top: -1rem;
  display: inline-block;
  border-radius: 4px;
  background: #898c9f;
  padding: 8px 12px 8px 12px;
  color: #fff !important;
  font-size: 15px !important;
  font-size: 1.5rem !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;
}
.menu-toggle:hover {
  background-color: #000000;
}

.box {
  margin: 0 0 50px 0;
  margin: 0 0 5rem 0;
}

.box__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
  text-transform: uppercase;
}

.box__content {
  margin: 20px 0 0 0;
  margin: 2rem 0 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6;
}
.box__content ul {
  list-style-type: none;
}

.input {
  position: relative;
  margin: 22px 0 0 0;
  margin: 2.2rem 0 0 0;
}

.input__ico {
  position: absolute;
  top: 16px;
  top: 1.6rem;
  left: 20px;
  left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.input__data {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #000000;
  padding: 10px 4px 10px 55px;
  padding: 1rem 0.4rem 1rem 5.5rem;
  color: #000000;
  background: transparent;
  font-size: 20px;
  font-size: 2rem;
}
.input__data:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #323232;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #323232;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #323232;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #323232;
}

.textarea {
  margin-top: 30px;
  margin-top: 3rem;
}

.textarea {
  position: relative;
}

.textarea__ico {
  position: absolute;
  top: 16px;
  top: 1.6rem;
  left: 20px;
  left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.textarea__data {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #000000;
  padding: 10px 4px 10px 55px;
  padding: 1rem 0.4rem 1rem 5.5rem;
  color: #000000;
  background: transparent;
  height: 235px;
  font-size: 20px;
  font-size: 2rem;
  resize: none;
}
.textarea__data:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #323232;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #323232;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #323232;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #323232;
}

.input-submit,
a.button {
  display: inline-block;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 3px;
  font-family: "BebasNeueBold";
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 18px 70px 13px 70px;
  padding: 1.8rem 7rem 1.3rem 7rem;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input-submit:focus,
a.button:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .input-submit,
a.button {
    width: 100%;
    text-align: center;
  }
}
.input-submit:hover,
a.button:hover {
  background-color: #000000;
  color: #fff;
}
.input-submit:disabled,
a.button:disabled {
  opacity: 0.6;
}
.input-submit:hover:disabled,
a.button:hover:disabled {
  color: #000000;
  background: #fff;
}

.instagram {
  margin: 95px 0 0 0;
  margin: 9.5rem 0 0 0;
  padding: 0 0 0 0;
}

.instagram__title {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.instagram__feed {
  margin: 20px 0 0 0;
  margin: 2rem 0 0 0;
}

@media only screen and (max-width: 1200px) {
  .side-menu {
    display: none;
  }
}

.side-menu ul {
  list-style-type: none;
}

.side-menu ul li {
  text-align: right;
  padding: 12px 0;
  padding: 1.2rem 0;
}

.side-menu ul li a {
  position: relative;
  padding-right: 50px;
  padding-right: 5rem;
  color: #9ea2b8;
  font-size: 20px;
  font-size: 2rem;
  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;
}
@media screen and (max-width: 1480px) {
  .side-menu ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 20px;
    padding-right: 2rem;
  }
}

.side-menu ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #000000;
}
.side-menu ul li a.is-active,
.side-menu ul li a:hover {
  color: #000000;
}

.side-menu__next {
  position: relative;
  margin-top: 285px;
  margin-top: 28.5rem;
  border: none;
  background: none;
  font-size: 20px;
  padding: 0;
}

.side-menu__next:before {
  position: absolute;
  top: -285px;
  top: -28.5rem;
  right: 6px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 280px;
  height: 28rem;
  background-color: #000000;
}

.side-menu__wrapper {
  text-align: right;
}

.advisor {
  display: inline-block;
}
.advisor:before, .advisor:after {
  content: " ";
  display: table;
}
.advisor:after {
  clear: both;
}

.advisor__avatar {
  float: left;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/blanka-dolakova-avatar.jpg");
}

.advisor__content {
  padding-left: 75px;
}

.advisor__name {
  margin-top: 8px;
  margin-top: 0.8rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  font-family: "BebasNeueBold";
}

.advisor__desc {
  font-size: 16px;
  font-size: 1.6rem;
}

body .controll-menu .menu-logout a {
  position: relative;
  top: -5px;
  top: -0.5rem;
  display: inline-block;
  padding: 6px 14px;
  padding: 0.6rem 1.4rem;
  color: #000000;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  border: 1px solid #000000;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body .controll-menu .menu-logout a:hover {
  background-color: #000000;
  color: #fff;
}

.cboxElement {
  display: inline-block;
  padding: 4px;
}

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "SF Pro Display";
  min-width: 320px;
  margin: 0;
  color: #000000;
}
@media only screen and (max-width: 1600px) {
  html,
body {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  html,
body {
    font-size: 8px;
  }
}
@media only screen and (max-width: 992px) {
  html,
body {
    font-size: 8px;
  }
}

body.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

strong {
  font-weight: bold;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 7%;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

.warning {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  border-radius: 3px;
}

.header--fp {
  background-image: url("../images/hp-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.header--page {
  background-image: url("../images/header-page.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

.header-space {
  padding-top: 237px;
  padding-top: 23.7rem;
}

.header-space--top {
  padding-top: 500px;
  padding-top: 50rem;
}

.header-space__box {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 113px;
  height: 11.3rem;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .header-space__box {
    margin-top: 160px;
    margin-top: 16rem;
    height: 80px;
    height: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-space__box {
    margin-top: 120px;
    margin-top: 12rem;
    height: 40px;
    height: 4rem;
  }
}
.header-space__box:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 50%;
  bottom: 0;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  background-color: #fff;
}

.top {
  top: 32px;
  left: 0;
  right: 0;
  padding: 10px 0 15px 0;
  background: rgba(255, 255, 255, 0.6);
}
.top:before, .top:after {
  content: " ";
  display: table;
}
.top:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .top {
    padding: 10px 0 0px 0;
  }
}
.top__content {
  position: relative;
  z-index: 1;
  float: right;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}
.top__content a {
  text-decoration: none;
  color: #9c9eaf;
}
.top__content a:hover {
  text-decoration: underline;
}
.top__content span {
  color: #9c9eaf;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  .top__content {
    display: none;
  }
}

.top__menu,
.top__lang {
  float: left;
}

.top__menu ul,
.top__lang ul {
  width: 100%;
  list-style-type: none;
}
.top__menu ul li,
.top__lang ul li {
  float: left;
  display: inline-block;
  padding: 0 6px;
}

.top__lang {
  padding-left: 33px;
}

.top__menu {
  float: left;
}

.top__lang {
  float: left;
}

.navigation {
  position: relative;
  padding: 35px 0 0 0;
  padding: 3.5rem 0 0 0;
}
.navigation:before, .navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .navigation {
    padding: 0 0 15px 0;
  }
}

.main-menu {
  float: left;
  padding-top: 32px;
  padding-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .main-menu {
    display: none;
  }
}

.main-menu ul {
  list-style-type: none;
}

.main-menu ul li {
  float: left;
  display: inline-block;
  margin-right: 45px;
  margin-right: 4.5rem;
}
@media screen and (max-width: 1450px) {
  .main-menu ul li {
    margin-right: 25px;
    margin-right: 2.5rem;
  }
}

.main-menu ul li a {
  position: relative;
  color: #9c9eaf;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  -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: 1100px) {
  .main-menu ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main-menu ul li a span {
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.main-menu ul li a:hover {
  color: #000000;
}
.main-menu ul li a:after {
  opacity: 0;
  position: absolute;
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: -5px;
  -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;
}

.main-menu ul li.current-menu-item a {
  color: #000000;
}

.logo {
  position: absolute;
  left: 50%;
  float: left;
  font-size: 55px;
  font-size: 5.5rem;
}
.logo a span:before {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 1750px) {
  .logo {
    left: 55%;
  }
}
@media screen and (max-width: 1620px) {
  .logo a span:before {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1450px) {
  .logo {
    left: 50%;
  }
}
@media screen and (max-width: 1320px) {
  .logo {
    left: 53%;
  }
}
@media screen and (max-width: 1280px) {
  .logo a span:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .logo {
    left: 0;
    font-size: 25px;
    font-size: 2.5rem;
    top: 0px;
  }
  .logo a span:before {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .logo {
    top: 14px;
    left: 0;
    font-size: 35px;
    font-size: 3.5rem;
  }
  .logo a span:before {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.logo a {
  text-decoration: none;
}
.logo a span {
  vertical-align: middle;
}

.logo__valentyn svg {
  width: 260px;
  height: 52px;
}
@media screen and (max-width: 1480px) {
  .logo__valentyn svg {
    width: 228px;
    height: 45px;
  }
}
@media screen and (max-width: 1320px) {
  .logo__valentyn svg {
    width: 190px;
    height: 45px;
  }
}
@media screen and (max-width: 1240px) {
  .logo__valentyn svg {
    width: 165px;
    height: 45px;
  }
}

.controll-menu {
  padding-top: 30px;
  padding-top: 3rem;
  float: right;
}

.controll-menu ul {
  list-style-type: none;
}

.controll-menu ul li {
  float: left;
  padding-left: 35px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 890px) {
  .controll-menu ul li {
    padding-left: 15px;
    padding-left: 1.5rem;
  }
}

.controll-menu ul li > a {
  color: #9c9eaf;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /*
  @include sm{
      color: $color-black;

      span:before{
          color: $color-black;
      }
  }
  */
}
.controll-menu ul li > a span:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.controll-menu ul li > a:hover {
  color: #000000;
}
.controll-menu ul li > a:hover span:before {
  color: #000000;
}

.controll-menu--white ul li > a {
  color: #fff;
}

.controll-menu--white ul li > a {
  color: #fff;
}

.controll-menu--white ul li > a > span:before {
  color: #fff;
}

@media screen and (max-width: 400px) {
  .controll-menu__info {
    display: none;
  }
}

.controll-menu__menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .controll-menu__menu {
    display: block;
  }
}

.footer {
  padding: 35px 10px;
  padding: 3.5rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #dcdcde;
  color: #5c6268;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 1600px) {
  .footer {
    padding: 25px 10px;
    padding: 2.5rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding: 15px 10px;
    padding: 1.5rem 1rem;
  }
}
.footer a {
  color: #5c6268;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.page {
  padding: 0 0 100px 0;
  padding: 0 0 10rem 0;
}

.page__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
}

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

.col5 {
  width: 20%;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 1600px) {
  .col5 {
    width: 33.3332%;
  }
}
@media only screen and (max-width: 768px) {
  .col5 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .col5 {
    width: 100%;
  }
}

.product-tip {
  padding: 0 40px;
  padding: 0 4rem;
  margin: 0 0 90px 0;
  margin: 0 0 9rem 0;
}
.product-tip p {
  color: #8b8e9f;
}

.product-menu {
  display: block;
  margin-left: -10px;
  margin-left: -1rem;
  margin-right: -10px;
  margin-right: -1rem;
}

.product-menu__list {
  list-style-item: none;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .product-menu__list {
    display: block;
  }
  .product-menu__list:before, .product-menu__list:after {
    content: " ";
    display: table;
  }
  .product-menu__list:after {
    clear: both;
  }
}

.product-menu__item {
  padding: 10px;
  padding: 1rem;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .product-menu__item {
    display: block;
    width: 50%;
    float: left;
  }
}

.product-menu__wrapper {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  color: #343434;
  text-decoration: none;
}
.product-menu__wrapper:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: #000000;
  bottom: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-menu__wrapper:hover:after {
  opacity: 1;
  bottom: -1px;
}

.product-menu__item.is-active .product-menu__wrapper:after {
  opacity: 1;
  bottom: -1px;
}

.product-menu__image {
  position: relative;
  display: inline-block;
  width: 100%;
}
.product-menu__image:before {
  content: "";
  display: inline-block;
  padding-bottom: 80%;
}

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

.product-menu__title {
  position: relative;
  color: #343434;
  display: block;
  padding: 34px 10px 24px 10px;
  padding: 3.4rem 1rem 2.4rem 1rem;
  text-align: center;
  font-family: "BebasNeueBold";
  font-size: 30px;
  font-size: 3rem;
}

.product-detail {
  width: 100%;
  margin: 90px 0 0 0;
  margin: 9rem 0 0 0;
}
.product-detail:before, .product-detail:after {
  content: " ";
  display: table;
}
.product-detail:after {
  clear: both;
}

.product-detail__img {
  width: 50%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .product-detail__img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .product-detail__img {
    width: 100%;
    float: none;
  }
}

.product-detail__img img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.product-detail__data {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 992px) {
  .product-detail__data {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .product-detail__data {
    width: 100%;
    float: none;
  }
}

.product-detail__name {
  font-size: 62px;
  font-size: 6.2rem;
  font-family: "BebasNeueBold";
  line-height: 1;
  margin: 0;
}

.product-detail__desc {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}

.product-detail__content {
  width: 100%;
  padding: 85px 160px;
  padding: 8.5rem 16rem;
}
@media only screen and (max-width: 1400px) {
  .product-detail__content {
    padding: 55px 80px;
    padding: 5.5rem 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .product-detail__content {
    padding: 45px 30px;
    padding: 4.5rem 3rem;
  }
}

.product-detail__code {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 15px 0 0 0;
  padding: 1.5rem 0 0 0;
}

.product-detail__charakteristik {
  padding-top: 50px;
  padding-top: 5rem;
}

.product-detail__content--grey {
  background-color: #f6f6f6;
}

.product-detail h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
}

.product-box {
  padding: 50px 0 27px 0;
  padding: 5rem 0 2.7rem 0;
}
.product-box:before, .product-box:after {
  content: " ";
  display: table;
}
.product-box:after {
  clear: both;
}

.product-title {
  position: relative;
  padding-left: 100px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
  float: left;
}
.product-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #343434;
}

.product-nav {
  padding: 11px 0;
  padding: 1.1rem 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-nav:before, .product-nav:after {
  content: " ";
  display: table;
}
.product-nav:after {
  clear: both;
}
.product-nav a {
  color: #a5a9bd;
  text-decoration: none;
}
.product-nav a:hover {
  text-decoration: underline;
}
.product-nav span {
  color: #000000;
}
.product-nav ul {
  list-style-type: none;
}
.product-nav ul li {
  display: inline-block;
  padding-right: 10px;
  padding-right: 1rem;
}
.product-nav ul li:before {
  display: inline-block;
  content: ">";
  padding-right: 10px;
  padding-right: 1rem;
}
.product-nav ul li:first-child:before {
  display: none;
}

.product-related {
  padding: 100px 0 0 0;
  padding: 10rem 0 0 0;
  display: block;
}

.product-related__name {
  text-align: center;
  font-family: "BebasNeueBold";
  font-size: 28px;
  font-size: 2.8rem;
}

.product-related__boxed {
  margin: 46px 0 86px 0;
  margin: 4.6rem 0 8.6rem 0;
  padding: 0 75px;
  padding: 0 7.5rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.product-related__boxed:before, .product-related__boxed:after {
  content: " ";
  display: table;
}
.product-related__boxed:after {
  clear: both;
}

.product-related__items {
  padding: 46px 0 0 0;
  padding: 4.6rem 0 0 0;
}
.product-related__items:before, .product-related__items:after {
  content: " ";
  display: table;
}
.product-related__items:after {
  clear: both;
}

.product-related__item {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.product-related__wrapper {
  position: relative;
  display: block;
  padding: 10px;
  padding: 1rem;
}

.product-related__img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.product-related__img:after {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
}

.product-related__border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-related__item:hover .product-list__border {
  border-bottom: 1px solid #000000;
}

.product-related__border:after {
  opacity: 0;
  position: absolute;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-related__item:hover .product-related__border:after {
  opacity: 1;
}

.product-related__url {
  position: absolute;
  top: 40px;
  top: 4rem;
  bottom: 40px;
  bottom: 4rem;
  left: 40px;
  left: 4rem;
  right: 40px;
  right: 4rem;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.product-related__data {
  display: block;
  padding: 30px 20px 30px 20px;
  padding: 3rem 2rem 3rem 2rem;
}

.product-related__title {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
  overflow: hidden;
  line-height: 1;
}

.product-related__info {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}
.product-related__info:before, .product-related__info:after {
  content: " ";
  display: table;
}
.product-related__info:after {
  clear: both;
}

.product-related__desc {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: top;
  width: 70%;
}

.product-related__desc__inner {
  display: block;
  overflow: hidden;
  height: 20px;
}

.product-related__code {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.product-related .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 50px;
  height: 30px;
  z-index: 10;
  color: #9ea2b8;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-related .slick-prev {
  left: -60px;
}
.product-related .slick-prev:before {
  content: "";
  font-size: 23px;
}

.product-related .slick-next {
  left: auto;
  right: -60px;
}
.product-related .slick-next:before {
  content: "";
  font-size: 23px;
}

.product-list {
  display: block;
}

.product-list__name {
  text-align: center;
  font-family: "BebasNeueBold";
  font-size: 28px;
  font-size: 2.8rem;
}

.product-list__boxed {
  margin: 46px 0 86px 0;
  margin: 4.6rem 0 8.6rem 0;
  padding: 0 75px;
  padding: 0 7.5rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.product-list__boxed:before, .product-list__boxed:after {
  content: " ";
  display: table;
}
.product-list__boxed:after {
  clear: both;
}

.product-list__items {
  margin-left: -10px;
  margin-right: -10px;
}
.product-list__items:before, .product-list__items:after {
  content: " ";
  display: table;
}
.product-list__items:after {
  clear: both;
}

.product-list__item {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  width: 33.33334%;
  float: left;
  margin-top: 35px;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 992px) {
  .product-list__item {
    width: 50%;
  }
}

.product-list__wrapper {
  position: relative;
  display: block;
  padding: 10px;
  padding: 1rem;
}

.product-list__img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.product-list__img:after {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
}

.product-list__border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-list__item:hover .product-list__border {
  border-bottom: 1px solid #000000;
}

.product-list__border:after {
  opacity: 0;
  position: absolute;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-list__item:hover .product-list__border:after {
  opacity: 1;
}

.product-list__url {
  position: absolute;
  top: 40px;
  top: 4rem;
  bottom: 40px;
  bottom: 4rem;
  left: 40px;
  left: 4rem;
  right: 40px;
  right: 4rem;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.product-list__data {
  display: block;
  padding: 30px 20px 30px 20px;
  padding: 3rem 2rem 3rem 2rem;
}

.product-list__title {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
  overflow: hidden;
  line-height: 1;
}

.product-list__info {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}
.product-list__info:before, .product-list__info:after {
  content: " ";
  display: table;
}
.product-list__info:after {
  clear: both;
}

.product-list__desc {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
}

.product-list__desc__inner {
  display: block;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
}

.product-list__code {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.product-list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 50px;
  height: 30px;
  z-index: 10;
  color: #9ea2b8;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-list .slick-prev {
  left: -60px;
}
.product-list .slick-prev:before {
  content: "";
  font-size: 23px;
}

.product-list .slick-next {
  left: auto;
  right: -60px;
}
.product-list .slick-next:before {
  content: "";
  font-size: 23px;
}

.product-breadcrumb {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .product-breadcrumb {
    width: 100%;
  }
}

.product-filter {
  text-align: right;
  float: right;
  width: 40%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .product-filter {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
}

.product-filter a {
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.product-filter a.is-active {
  color: #000000;
}

.product-pagination {
  border-top: 1px solid #cccccc;
  margin: 30px 0 0 0;
  margin: 3rem 0 0 0;
  padding: 15px 0 100px 0;
  padding: 1.5rem 0 10rem 0;
  text-align: center;
}
.product-pagination:before, .product-pagination:after {
  content: " ";
  display: table;
}
.product-pagination:after {
  clear: both;
}
.product-pagination .navigation {
  padding: 0;
}
.product-pagination .wp-paginate a {
  border: none;
  background: transparent;
  color: #9ea2b8;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-pagination .wp-paginate a:hover {
  background: transparent;
  color: #000000;
}
.product-pagination .wp-paginate .current {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}
.product-pagination .prev {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-pagination .prev:before {
  font-size: 16px;
  font-size: 1.6rem;
  content: "";
}
.product-pagination .next {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-pagination .next:before {
  font-size: 16px;
  font-size: 1.6rem;
  content: "";
}

.product-pagination--no-border {
  border-top: none;
  padding: 60px 0 100px 0;
  padding: 6rem 0 10rem 0;
}

.product-search {
  position: relative;
  float: right;
  background: #f6f6f6;
  color: #5c6268;
  padding: 10px 25px 10px 25px;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 3px;
}
.product-search:before, .product-search:after {
  content: " ";
  display: table;
}
.product-search:after {
  clear: both;
}

.product-search--white {
  background: #fff;
}

.product-search input {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  background: none;
  float: left;
  vertical-align: middle;
  padding: 6px 30px 5px 0;
  padding: 0.6rem 30px 0.5rem 0;
}
.product-search input:focus {
  outline: none;
}

.product-search--white input {
  color: #7a7f86;
}

.product-search button {
  float: left;
  border: none;
  background: none;
  font-size: 21px;
  font-size: 2.1rem;
  color: #000000;
  position: absolute;
  top: 13px;
  top: 1.3rem;
  right: 20px;
  right: 2rem;
}
.product-search button:focus {
  outline: none;
}

.product-search--result {
  float: left;
  margin-top: 50px;
  margin-top: 5rem;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .product-search--result {
    width: 100%;
  }
}

.product-search--result input {
  width: 100%;
}

.content {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
}
.content p {
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}
.content p a {
  color: #000000;
}
.content ul {
  padding-top: 2px;
  padding-top: 0.2rem;
  padding-left: 20px;
  padding-left: 2rem;
}
.content i {
  font-style: normal;
}
.content a {
  color: #000000;
}

.content--big {
  font-size: 20px;
  font-size: 2rem;
}
.content--big p {
  padding-bottom: 22px;
  padding-bottom: 2.2rem;
  line-height: 1.7;
}

.content--grey {
  color: #898c9f;
}
.content--grey p {
  color: #898c9f;
  line-height: 1.5;
}

.bigmenu {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.bigmenu__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 483px;
  background: white;
}

.bigmenu__col {
  width: 400px;
  float: left;
}

.bigmenu__col--items {
  background-color: #fff;
}

.bigmenu__col--items {
  padding-right: 30px;
  padding-right: 3rem;
}

.bigmenu__col--close {
  width: 200px;
  padding-left: 40px;
  padding-left: 4rem;
}

.bigmenu__col--search {
  width: 200px;
}

.bigmenu__title {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  font-size: 18px;
  font-size: 1.8rem;
}

.bigmenu__line {
  padding-top: 80px;
}

.bigmenu__line--close {
  padding-top: 73px;
}

.bigmenu__line--search {
  padding-top: 59px;
}

.bigmenu__title--images {
  color: #7a7f86;
  padding-left: 20px;
  padding-left: 2rem;
}

.bigmenu__title span {
  font-size: 14px;
  font-size: 1.4rem;
}

.bigmenu__items {
  padding-left: 22px;
  padding-top: 10px;
  padding-top: 1rem;
  width: 100%;
}

.bigmenu__items .bigmenu__item {
  padding-right: 20px;
  padding-right: 2rem;
}

/*
.bigmenu__wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: red;
    transform: translate(-100%, 0);
}
*/
.bigmenu__item {
  padding: 5px 0;
  padding: 0.5rem 0;
}

.bigmenu__item__header {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
.bigmenu__item__header:before, .bigmenu__item__header:after {
  content: " ";
  display: table;
}
.bigmenu__item__header:after {
  clear: both;
}

.bigmenu__item__header span {
  float: right;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.bigmenu__item.visible .bigmenu__item__header span {
  transform: rotate(180deg);
}

.bigmenu__item__box {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.bigmenu__item.visible .bigmenu__item__box {
  max-height: 2000px;
}

.bigmenu__item__box.visible {
  max-height: 2000px;
}

.bigmenu__item__box ul {
  list-style-item: none;
}

.bigmenu__item__box ul li {
  width: 100%;
  padding: 8px 0;
  padding: 0.8rem 0;
}

.bigmenu__item__box ul li a {
  color: #7a7f86;
  text-decoration: none;
  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;
}

.bigmenu__item__box ul li a:hover {
  color: #262626;
  text-decoration: underline;
}

.bigmenu__images {
  padding-top: 10px;
  padding-top: 1rem;
  width: 100%;
}

.bigmenu__images ul {
  list-style: none;
}

.bigmenu__image {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.bigmenu__image:before {
  content: "";
  display: inline-block;
  padding-bottom: 75%;
}

.bigmenu__image__title {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  bottom: 3rem;
  left: 10px;
  left: 1rem;
  right: 10px;
  right: 1rem;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BebasNeueBold";
  color: #000000;
  text-align: center;
}

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

.bigmenu__image:hover .bigmenu__image__url {
  transform: scale(1.1);
}

.bigmenu__close {
  color: #7a7f86;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BebasNeueBold";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bigmenu__close:hover {
  color: #000000;
}
.bigmenu__close span {
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
.bigmenu__close span:before {
  color: #000000;
}

.menu-login {
  position: relative;
}

.menu-login:hover .menu-login__box {
  display: block !important;
}

.menu-login__box {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0px 10px 24px 0px rgba(18, 18, 18, 0.12);
}
@media screen and (max-width: 400px) {
  .menu-login__box {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .menu-login__box {
    width: 290px;
  }
}

.menu-login__main {
  text-align: center;
  padding-bottom: 100px;
  padding-bottom: 10rem;
}

.menu-login__banner {
  margin: 40px 0 0 0;
  margin: 4rem 0 0 0;
  text-align: left;
  width: 640px;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 10px 24px 0px rgba(18, 18, 18, 0.12);
}
@media screen and (max-width: 680px) {
  .menu-login__banner {
    width: 100%;
  }
}

.menu-login__wrapper {
  padding: 51px 91px 0 91px;
  padding: 5.1rem 9.1rem 0 9.1rem;
}
@media screen and (max-width: 400px) {
  .menu-login__wrapper {
    padding: 30px 40px 0 40px;
    padding: 3rem 4rem 0 4rem;
  }
}

.menu-login__logo {
  text-align: center;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
.menu-login__logo span {
  font-size: 34px;
  font-size: 3.4rem;
}

.menu-login__desc {
  text-align: center;
  color: #898c9f;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.menu-login__access {
  display: block;
  margin-top: 52px;
  margin-top: 5.2rem;
  padding: 15px;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  background-color: #f6f6f6;
  color: #323232 !important;
  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;
  font-size: 16px;
  font-size: 1.6rem;
}
.menu-login__access:hover {
  color: #fff !important;
  background-color: #000000;
}

body .menu-login__form {
  padding: 50px 0 0 0;
  padding: 5rem 0 0 0;
}
body .menu-login__form:before, body .menu-login__form:after {
  content: " ";
  display: table;
}
body .menu-login__form:after {
  clear: both;
}

body .menu-login__input {
  width: 350px;
  width: 35rem;
  padding: 13px;
  padding: 1.3rem;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 420px) {
  body .menu-login__input {
    width: 100%;
  }
}
body .menu-login__input:focus {
  outline: none;
}

body .menu-login__input--full {
  width: 100%;
}

.menu-login__content {
  font-size: 16px;
  font-size: 1.6rem;
  color: #9ea2b8;
}

.menu-login__content--right {
  text-align: right;
}

.menu-login__link {
  text-decoration: none;
  color: #9ea2b8;
}
.menu-login__link:hover {
  text-decoration: underline;
}

.menu-login__input--submit {
  margin: 24px 0 16px 0;
  margin: 2.4rem 0 1.6rem 0;
  border-color: #000000;
  color: #000000;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "BebasNeueBold";
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-login__input--submit:hover {
  color: #fff;
  background-color: #000000;
}

.menu-login__input--full {
  width: 100%;
}

.menu-login__label {
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
.menu-login__label input:-webkit-autofill,
.menu-login__label input:-webkit-autofill:hover,
.menu-login__label input:-webkit-autofill:focus,
.menu-login__label input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body .menu-login__link {
  color: #9ea2b8 !important;
}

.news__title {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
  padding: 0;
  padding-left: 120px;
  padding-left: 12rem;
}
@media only screen and (max-width: 992px) {
  .news__title {
    padding-left: 0;
  }
}

.news__intro {
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  padding-left: 120px;
  padding-left: 12rem;
}
@media only screen and (max-width: 992px) {
  .news__intro {
    padding-left: 0;
  }
}

.news__intro__link {
  text-align: right;
  padding-right: 30px;
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  .news__intro__link {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.news__intro__link a {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
  text-decoration: none;
}
.news__intro__link a:hover {
  text-decoration: underline;
}

.news__intro__link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  width: 7rem;
  height: 2px;
  left: -90px;
  left: -9rem;
  background-color: #000000;
}

.news__items {
  margin-top: 120px;
  margin-top: 12rem;
}
@media only screen and (max-width: 992px) {
  .news__items {
    margin-top: 100px;
    margin-top: 10rem;
  }
}

.news-item {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.news-item:before, .news-item:after {
  content: " ";
  display: table;
}
.news-item:after {
  clear: both;
}

.news-item__content {
  width: 70%;
  float: left;
  padding: 10px;
  min-height: 320px;
}
@media only screen and (max-width: 768px) {
  .news-item__content {
    width: 100%;
    min-height: 0;
  }
}

.news-item--left .news-item__content {
  float: right;
}

.news-item__content__inner {
  padding: 50px 50px 50px 100px;
  padding: 5rem 5rem 5rem 10rem;
  width: 100%;
  background-color: #f6f6f6;
  min-height: 320px;
}
@media only screen and (max-width: 768px) {
  .news-item__content__inner {
    padding: 30px;
    padding: 3rem;
    min-height: 0;
  }
}

.news-item__content__inner__wrapper {
  position: relative;
}
.news-item__content__inner__wrapper:before, .news-item__content__inner__wrapper:after {
  content: " ";
  display: table;
}
.news-item__content__inner__wrapper:after {
  clear: both;
}

.news-item__img {
  width: 30%;
  float: left;
  padding: 10px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .news-item__img {
    display: none;
  }
}

.news-item--left .news-item__img {
  right: auto;
  left: 0;
}

.news-item__img__inner {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.news-item__img__inner:before, .news-item__img__inner:after {
  content: " ";
  display: table;
}
.news-item__img__inner:after {
  clear: both;
}

.news-item__img__inner--circle {
  background-size: 50% auto !important;
}

.news-item__controll {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: right;
}

.news-item__text {
  width: 80%;
  float: left;
}
.news-item__text:before, .news-item__text:after {
  content: " ";
  display: table;
}
.news-item__text:after {
  clear: both;
}

.news-item__title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
  padding-left: 100px;
}
.news-item__title:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #343434;
}

.news-item__content__inner {
  position: relative;
}
.news-item__content__inner:before, .news-item__content__inner:after {
  content: " ";
  display: table;
}
.news-item__content__inner:after {
  clear: both;
}

.news-item__box {
  padding-top: 75px;
  padding-top: 7.5rem;
}

.news-item__pdf {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "BebasNeueBold";
  text-decoration: none;
  color: #000000;
}
.news-item__pdf span {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}

.news-item__pdf:hover {
  color: #9ea2b8;
}

.news-item__pdf:hover span:before {
  color: #9ea2b8;
}

.news-item__share {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-item__share:before, .news-item__share:after {
  content: " ";
  display: table;
}
.news-item__share:after {
  clear: both;
}

.news-item__share a {
  padding: 4px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.news-item__share a span:before {
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news-item__share a:hover,
.news-item__share a:hover span:before {
  color: #9ea2b8;
}

.contact__title {
  font-size: 60px;
  font-size: 6rem;
  color: #000000;
  font-family: "BebasNeueBold";
}

.contact-boxes:before, .contact-boxes:after {
  content: " ";
  display: table;
}
.contact-boxes:after {
  clear: both;
}

.contact-box {
  display: inline-block;
  padding: 60px 0 0 0;
  padding: 6rem 0 0 0;
  width: 20%;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .contact-box {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-box--map {
    padding: 10px 0 0 0;
    padding: 1rem 0 0 0;
  }
}

.contact-box__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
  color: #343434;
}

.contact-box__inner {
  padding: 38px 0 0 0;
  padding: 3.8rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact-box__inner {
    padding: 20px 0 0 0;
    padding: 2rem 0 0 0;
  }
}

.contact-box__list {
  list-style-type: none;
  font-size: 22px;
  font-size: 2.2rem;
}

.contact-box__list li {
  padding: 2px 0;
  padding: 0.2rem 0;
}

.contact-box__list li span {
  display: inline-block;
  width: 30px;
  text-align: center;
  padding-right: 20px;
  padding-right: 2rem;
}
.contact-box__list li span:before {
  color: #343434;
}

.contact-box__list li a {
  color: #343434;
  text-decoration: none;
}
.contact-box__list li a:hover {
  text-decoration: underline;
}

.contact__line {
  width: 100%;
  padding: 180px 0 0 0;
  padding: 18rem 0 0 0;
}
.contact__line:before, .contact__line:after {
  content: " ";
  display: table;
}
.contact__line:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .contact__line {
    padding: 100px 0 0 0;
    padding: 10rem 0 0 0;
  }
}

.contact-box__map {
  color: #343434;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  font-family: "BebasNeueBold";
}
.contact-box__map span {
  display: inline-block;
  padding-left: 15px;
  padding-left: 1.5rem;
}

.contact-form {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  margin-top: 1rem;
}

.wpcf7-response-output {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
}

.contact-form__title {
  font-family: "BebasNeueBold";
  font-size: 34px;
  font-size: 3.4rem;
  color: #000000;
}

.contact-form__liner {
  padding-top: 26px;
  padding-top: 2.6rem;
}

.contact-form__liner p {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 30px;
}

.contact-form__liner input[type=checkbox] {
  float: left;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.contact-form__submit {
  text-align: right;
}

.contact-info {
  width: 100%;
  margin-top: 21px;
  margin-top: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .contact-info {
    margin-top: 100px;
    margin-top: 10rem;
  }
}

.contact-info__box {
  position: relative;
  background-color: #f9f9f9;
  padding: 90px 60px 60px 60px;
  padding: 9rem 6rem 6rem 6rem;
  color: #000000;
  border-radius: 3px;
}

.contact-info__title {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000000;
  font-family: "BebasNeueBold";
}

.contact-info__data {
  padding-top: 110px;
  padding-top: 11rem;
}

.contact-info__open {
  font-size: 21px;
  font-size: 2.1rem;
  color: #000000;
  font-family: "BebasNeueBold";
}

.contact-info__tel {
  font-size: 30px;
  font-size: 3rem;
  color: #000000;
  font-family: "BebasNeueBold";
}
@media only screen and (max-width: 768px) {
  .contact-info__tel {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

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

@media only screen and (max-width: 768px) {
  .contact-info__tel__divider {
    display: block;
  }
}

.contact-info__tel__divider:after {
  content: "/";
}
@media only screen and (max-width: 768px) {
  .contact-info__tel__divider:after {
    content: "";
  }
}

.contact-info__ico {
  position: absolute;
  top: 60px;
  top: 6rem;
  right: 60px;
  right: 6rem;
  font-size: 20px;
}
.contact-info__ico span {
  font-size: 140px;
  color: #f2f2f3;
}
@media screen and (max-width: 400px) {
  .contact-info__ico span {
    font-size: 100px;
  }
}

.contact-map {
  position: relative;
  margin: 147px 0 93px 0;
  margin: 14.7rem 0 9.3rem 0;
  height: 652px;
  height: 65.2rem;
  background: #e6e5e5;
}
@media only screen and (max-width: 768px) {
  .contact-map {
    margin: 100px 0 100px 0;
    margin: 10rem 0 10rem 0;
  }
}
.contact-map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about {
  margin: 55px 0 0 0;
  margin: 5.5rem 0 0 0;
}

.about h1,
.about h2 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "BebasNeueBold";
  color: #000000;
  margin: 0;
}

.about-info__box {
  padding: 70px 73px 54px 113px;
  padding: 7rem 7.3rem 5.4rem 11.3rem;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  .about-info__box {
    padding: 30px;
    padding: 3rem;
  }
}

.about-info__content {
  margin-top: 21px;
  margin-top: 2.1rem;
  padding-right: 80px;
  padding-right: 8rem;
}
@media only screen and (max-width: 768px) {
  .about-info__content {
    padding-right: 0;
  }
}

.about-info__img {
  position: relative;
  right: -10px;
  text-align: right;
  margin-top: -187px;
  max-width: 428px;
}
@media only screen and (max-width: 992px) {
  .about-info__img {
    right: auto;
    margin-top: 100px;
    margin-top: 10rem;
  }
}
.about-info__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.about-info__desc {
  position: relative;
  margin: 31px 0 0 0;
  margin: 3.1rem 0 0 0;
  padding-right: 90px;
  padding-right: 9rem;
}
@media only screen and (max-width: 768px) {
  .about-info__desc {
    padding-right: 0;
  }
}

.about-info__desc:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -80px;
  left: -8rem;
  top: 8px;
  width: 60px;
  width: 6rem;
  height: 2px;
  background-color: #000000;
}

.about-info__logo {
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 30px;
  font-size: 3rem;
}
.about-info__logo span:before {
  color: #898c9f;
}

.about-company {
  padding: 147px 0 0 0;
  padding: 14.7rem 0 0 0;
}

.about-company__items:before, .about-company__items:after {
  content: " ";
  display: table;
}
.about-company__items:after {
  clear: both;
}

.about-company__item {
  padding: 18px 0 0 0;
  padding: 1.8rem 0 0 0;
}

.about-company__img {
  position: relative;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 420px) {
  .about-company__img {
    max-width: 100%;
  }
}

.about-company__img:after {
  content: "";
  display: inline-block;
  padding-bottom: 151%;
}

.about-company__img__url {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #5c6268;
}

.about-company__name {
  padding: 32px 0 0 0;
  padding: 3.2rem 0 0 0;
  font-size: 40px;
  font-size: 4rem;
  font-family: "BebasNeueBold";
}

.about-company__desc {
  padding: 5px 0 0 0;
  padding: 0.5rem 0 0 0;
  font-size: 20px;
  font-size: 2rem;
}

.about-team {
  padding: 120px 0 0 0;
  padding: 12rem 0 0 0;
}

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

.about-team__item {
  margin-top: 27px;
  margin-top: 2.7rem;
  padding: 0 15px;
  float: left;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .about-team__item {
    width: 33.3332%;
  }
}
@media only screen and (max-width: 768px) {
  .about-team__item {
    width: 100%;
  }
}

.about-team__img {
  position: relative;
  width: 100%;
  max-width: 210px;
}

.about-team__img:after {
  content: "";
  display: inline-block;
  padding-bottom: 155%;
}

.about-team__img__url {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #5c6268;
}

.about-team__name {
  margin: 33px 0 0 0;
  margin: 3.3rem 0 0 0;
  font-size: 30px;
  font-size: 3rem;
  font-family: "BebasNeueBold";
}

.about-team__desc {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

.about-history {
  padding: 180px 0 0 0;
  padding: 18rem 0 0 0;
}

.about-history__desc {
  position: relative;
  margin-top: 30px;
  margin-top: 3rem;
  padding-top: 21px;
  padding-top: 2.1rem;
}

.about-history__desc:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 62px;
  width: 6.2rem;
  height: 2px;
  background-color: #000000;
}

.about-history__content {
  padding: 21px 30px 0 0;
  padding: 2.1rem 3rem 0 0;
}

.about-history__founder {
  font-size: 30px;
  font-size: 3rem;
  font-family: "BebasNeueBold";
  color: #b9b9b9;
}

.about-history__info {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.about-history__person {
  margin-top: 58px;
  margin-top: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .about-history__person {
    margin-top: 100px;
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 768px) {
  .about-history__img {
    margin-top: 100px;
    margin-top: 10rem;
  }
}

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

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

.advice--solo {
  padding: 0 0 50px 0;
  padding: 0 0 5rem 0;
}

.advice__form {
  position: relative;
  padding-left: 110px;
  padding-left: 11rem;
}
@media only screen and (max-width: 992px) {
  .advice__form {
    padding-left: 0;
  }
}

.advice__title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .advice__title {
    margin-left: 80px;
    margin-left: 8rem;
  }
}

.advice__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  width: 6rem;
  height: 2px;
  top: 50%;
  left: -80px;
  left: -8rem;
  background-color: #000000;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.advice__title--lm {
  margin-left: 80px;
  margin-left: 8rem;
}

.advice-slider {
  padding-left: 40px;
  padding-left: 4rem;
}
@media only screen and (max-width: 992px) {
  .advice-slider {
    padding-top: 100px;
    padding-top: 10rem;
    padding-left: 0;
  }
}

.advice-slider__items {
  margin-top: 21px;
  margin-top: 2.1rem;
}
.advice-slider__items:before, .advice-slider__items:after {
  content: " ";
  display: table;
}
.advice-slider__items:after {
  clear: both;
}

.advice-slider__item {
  padding: 70px;
  padding: 7rem;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .advice-slider__item {
    padding: 35px;
    padding: 3.5rem;
  }
}

.advice-slider__name {
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
  font-family: "BebasNeueBold";
}

.advice-slider__content {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

.advice-slider .slick-dots {
  position: absolute;
  right: 70px;
  right: 7rem;
  bottom: 70px;
  bottom: 7rem;
  list-style-type: none;
  text-align: center;
}
.advice-slider .slick-dots:before, .advice-slider .slick-dots:after {
  content: " ";
  display: table;
}
.advice-slider .slick-dots:after {
  clear: both;
}

.advice-slider .slick-dots li {
  display: inline-block;
}

.advice-slider .slick-dots li button {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid black;
  border-radius: 50%;
  text-indent: -10000px;
}
.advice-slider .slick-dots li button:focus {
  outline: none;
}

.advice-slider .slick-dots li.slick-active button {
  background: #000000;
}

.advice-archive {
  margin: 150px 0 0 0;
  margin: 15rem 0 0 0;
  padding: 70px 45px 45px 45px;
  padding: 7rem 4.5rem 4.5rem 4.5rem;
  background: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  .advice-archive {
    padding: 20px;
    padding: 2rem;
  }
}

.advice-archive__title {
  font-size: 50px;
  font-size: 5rem;
  font-family: "BebasNeueBold";
}

.advice-archive__info {
  padding-bottom: 65px;
  padding-bottom: 6.5rem;
}
@media only screen and (max-width: 768px) {
  .advice-archive__info {
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
}

.advice-archive__info p {
  font-size: 21px;
  font-size: 2.1rem;
}

.adive-archive__meta {
  text-align: right;
}

.advice__posts {
  padding: 0 45px;
  padding: 0 4.5rem;
}

.advice__post--bordered {
  margin-top: 10px;
  margin-top: 1rem;
  border-bottom: 1px solid #5c6268;
}
.advice__post--bordered:last-child {
  border-bottom: none;
}

.advice__post__title {
  font-family: "BebasNeueBold";
  font-size: 28px;
  font-size: 2.8rem;
  margin: 27px 0 0 0;
  margin: 2.7rem 0 0 0;
}

.advice__post__title a {
  text-decoration: none;
  color: #000000;
}

.advice__post__title a:hover {
  text-decoration: underline;
}

.adivce__post__content {
  margin: 7px 0 0 0;
  margin: 0.7rem 0 0 0;
}

.advice-content {
  margin: 21px 0 0 0;
  margin: 2.1rem 0 0 0;
  padding: 70px;
  padding: 7rem;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .advice-content {
    padding: 35px;
    padding: 3.5rem;
  }
}

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

.salon__name {
  text-align: right;
  padding-right: 30px;
  padding-right: 3rem;
  font-size: 28px;
  font-size: 2.8rem;
}
.salon__name span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .salon__name {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .salon__name--mobiledropdown {
    cursor: pointer;
  }
  .salon__name--mobiledropdown span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}

.salon__name--left {
  text-align: left;
  padding-left: 25px;
}

.salon__data {
  margin: 125px 0 0 0;
  margin: 12.5rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .salon__data {
    margin: 60px 0 0 0;
    margin: 6rem 0 0 0;
  }
}

.salon__posts {
  margin-left: 40px;
  margin-left: 4rem;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .salon__posts {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.salon__col {
  width: 15%;
  float: left;
}
@media screen and (max-width: 1600px) {
  .salon__col {
    width: 27.5%;
  }
}
@media only screen and (max-width: 768px) {
  .salon__col {
    width: 100%;
    padding: 0 40px;
    padding: 0 4rem;
    margin-top: 40px;
    margin-top: 4rem;
  }
}

.salon__col--kraj {
  width: 20%;
}
@media screen and (max-width: 1600px) {
  .salon__col--kraj {
    width: 27.5%;
  }
}
@media only screen and (max-width: 768px) {
  .salon__col--kraj {
    width: 100%;
    padding: 0 40px;
    padding: 0 4rem;
  }
}

.salon__result {
  width: 65%;
  max-width: 800px;
  float: left;
  padding-left: 80px;
  padding-left: 8rem;
}
@media screen and (max-width: 1600px) {
  .salon__result {
    padding-left: 40px;
    padding-left: 4rem;
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .salon__result {
    padding-left: 0;
    margin-top: 40px;
    margin-top: 4rem;
    width: 100%;
  }
}

.salon-detail__name {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
}

.salon-detail__header {
  border-top: 1px solid #000000;
  padding: 15px 0 0 0;
  padding: 1.5rem 0 0 0;
}

.salon-detail__info {
  padding: 19px 0 19px 0;
  padding: 1.9rem 0 1.9rem 0;
}

.salon-detail p {
  font-size: 18px;
  font-size: 1.8rem;
}

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

.salon-info {
  padding-left: 120px;
  padding-left: 12rem;
}
@media only screen and (max-width: 992px) {
  .salon-info {
    padding-left: 0;
  }
}

.salon-info__title {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
  padding: 0;
}

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

@media only screen and (max-width: 768px) {
  .salon-list--hide {
    display: none;
  }
}

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

.salon-list ul li {
  padding: 4px 0;
  padding: 0.4rem 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .salon-list ul li {
    text-align: left;
  }
}

.salon-list ul li a {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  color: #9ea2b8;
  padding-right: 30px;
  padding-right: 3rem;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .salon-list ul li a {
    padding-right: 0;
    padding-left: 30px;
    padding-left: 3rem;
  }
}

.salon-list ul li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #9ea2b8;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .salon-list ul li a:after {
    right: auto;
    left: 0;
    text-align: left;
  }
}

.salon-list ul li a:hover {
  text-decoration: underline;
}

.salon-list.jihomoravsky-kraj a.jihomoravsky-kraj {
  color: #000000;
}

.salon-list.praha a.praha {
  color: #000000;
}

.salon-list.stredocesky-kraj a.stredocesky-kraj {
  color: #000000;
}

.salon-list.jihocesky-kraj a.jihocesky-kraj {
  color: #000000;
}

.salon-list.plzensky-kraj a.plzensky-kraj {
  color: #000000;
}

.salon-list.karlovarsky-kraj a.karlovarsky-kraj {
  color: #000000;
}

.salon-list.ustecky-kraj a.ustecky-kraj {
  color: #000000;
}

.salon-list.liberecky-kraj a.liberecky-kraj {
  color: #000000;
}

.salon-list.kralovehradecky-kraj a.kralovehradecky-kraj {
  color: #000000;
}

.salon-list.pardubicky-kraj a.pardubicky-kraj {
  color: #000000;
}

.salon-list.vysocina a.vysocina {
  color: #000000;
}

.salon-list.olomoucky-kraj a.olomoucky-kraj {
  color: #000000;
}

.salon-list.zlinsky-kraj a.zlinsky-kraj {
  color: #000000;
}

.salon-list.moravskoslezsky-kraj a.moravskoslezsky-kraj {
  color: #000000;
}

.salon-list a.is-active {
  color: #000000;
}

.search {
  padding: 0 0 100px 0;
  padding: 0 0 10rem 0;
}

.search__title {
  padding: 0 40px;
  padding: 0 4rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
}

.search__results {
  margin-top: 60px;
  margin-top: 6rem;
  padding: 0 40px;
  padding: 0 4rem;
}

.search-result__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
}

.search-result {
  padding: 60px 40px 0 40px;
  padding: 6rem 4rem 0 4rem;
}

.hp-cols {
  text-align: right;
}
.hp-cols:before, .hp-cols:after {
  content: " ";
  display: table;
}
.hp-cols:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .hp-cols {
    margin-top: 100px;
    margin-top: 10rem;
  }
}

.hp-cols__left {
  float: left;
  width: 48%;
  margin-top: 158px;
  margin-top: 15.8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .hp-cols__left {
    width: 100%;
    margin-top: 100px;
    margin-top: 10rem;
  }
}

.hp-cols__right {
  float: right;
  width: 48%;
  margin-top: 158px;
  margin-top: 15.8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .hp-cols__right {
    width: 100%;
    margin-top: 100px;
    margin-top: 10rem;
  }
}

.hp-cols__title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: left;
  line-height: 1;
}

.hp-cols__title strong {
  display: block;
  font-size: 80px;
  font-size: 8rem;
}

.hp-cols__image-1 {
  text-align: left;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 36px;
  margin-top: 3.6rem;
}

.hp-cols__image-1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hp-cols__image-2 {
  text-align: right;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-top: 5rem;
}

.hp-cols__image-2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hp-cols__content {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.hp-cols__content .content p {
  line-height: 1.8;
}

.hp-info {
  position: relative;
  -webkit-transform: translate(0, -40px);
  -webkit-transform: translate(0, -4rem);
  -ms-transform: translate(0, -40px);
  -ms-transform: translate(0, -4rem);
  -o-transform: translate(0, -40px);
  -o-transform: translate(0, -4rem);
  transform: translate(0, -40px);
  transform: translate(0, -4rem);
  margin-bottom: 150px;
  margin-bottom: 15rem;
}
.hp-info:before, .hp-info:after {
  content: " ";
  display: table;
}
.hp-info:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .hp-info {
    margin-top: 100px;
    margin-top: 10rem;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hp-info__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.hp-info__title strong {
  display: block;
  font-size: 80px;
  font-size: 8rem;
}

.hp-info__box {
  margin-top: 10.5%;
  position: relative;
  float: left;
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .hp-info__box {
    width: 100%;
    margin-top: 0;
    background: #dadbdd;
  }
  .hp-info__box:before, .hp-info__box:after {
    content: " ";
    display: table;
  }
  .hp-info__box:after {
    clear: both;
  }
}

.hp-info__box:before {
  content: "";
  display: inline-block;
  padding-bottom: 80%;
}
@media only screen and (max-width: 768px) {
  .hp-info__box:before {
    padding-bottom: 25%;
  }
}

.hp-info__box__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dadbdd;
}
@media only screen and (max-width: 768px) {
  .hp-info__box__inner {
    position: static;
  }
}

.hp-info__box__wrapper {
  position: absolute;
  top: 75px;
  top: 7.5rem;
  bottom: 75px;
  bottom: 7.5rem;
  left: 75px;
  left: 7.5rem;
  right: 85px;
  right: 8.5rem;
}
@media only screen and (max-width: 768px) {
  .hp-info__box__wrapper {
    position: static;
    padding: 20px;
    padding: 2rem;
  }
}

.hp-info__image {
  width: 47%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .hp-info__image {
    width: 100%;
    margin-top: 100px;
    margin-top: 10rem;
  }
}

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

.hp-info__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .hp-info__content {
    position: static;
  }
}

.hp-more {
  text-align: right;
}

.hp-more--top {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.hp-more a {
  color: #000000;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
  text-decoration: none;
}

.hp-more--tapped {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-right: 120px;
  padding-right: 12rem;
}

.hp-more a:hover {
  text-decoration: underline;
}

.hp-product-slider {
  margin-top: -130px;
}
@media only screen and (max-width: 1200px) {
  .hp-product-slider {
    margin-top: -70px;
  }
}
@media only screen and (max-width: 992px) {
  .hp-product-slider {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .hp-product-slider {
    margin-top: 100px;
    margin-top: 10rem;
  }
}
.hp-product-slider:before, .hp-product-slider:after {
  content: " ";
  display: table;
}
.hp-product-slider:after {
  clear: both;
}

.hp-product-slider__item:before, .hp-product-slider__item:after {
  content: " ";
  display: table;
}
.hp-product-slider__item:after {
  clear: both;
}

.hp-product-slider__data {
  float: left;
  width: 70%;
  padding-right: 40px;
  padding-right: 4rem;
  padding-top: 190px;
  padding-top: 19rem;
}
@media only screen and (max-width: 1200px) {
  .hp-product-slider__data {
    padding-top: 140px;
    padding-top: 14rem;
  }
}
@media only screen and (max-width: 992px) {
  .hp-product-slider__data {
    padding-top: 60px;
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .hp-product-slider__data {
    padding-top: 0px;
    padding-top: 0rem;
    width: 100%;
  }
}

.hp-product-slider__img {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .hp-product-slider__img {
    width: 100%;
    float: left;
  }
}

.hp-product-slider__img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .hp-product-slider__img {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

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

.hp-product-slider__title {
  font-size: 32px;
  font-size: 3.2rem;
}

.hp-product-slider__content {
  padding-top: 20px;
  padding-top: 2rem;
}

.hp-product-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  bottom: 2rem;
  list-style-type: none;
  text-align: center;
}
.hp-product-slider .slick-dots:before, .hp-product-slider .slick-dots:after {
  content: " ";
  display: table;
}
.hp-product-slider .slick-dots:after {
  clear: both;
}
@media screen and (max-width: 1500px) {
  .hp-product-slider .slick-dots {
    bottom: -20px;
    bottom: -2rem;
  }
}
@media only screen and (max-width: 768px) {
  .hp-product-slider .slick-dots {
    position: static;
    text-align: center;
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.hp-product-slider .slick-dots li {
  display: inline-block;
}

.hp-product-slider .slick-dots li button {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid black;
  border-radius: 50%;
  text-indent: -10000px;
}
.hp-product-slider .slick-dots li button:focus {
  outline: none;
}

.hp-product-slider .slick-dots li.slick-active button {
  background: #000000;
}

.foto {
  padding-bottom: 120px;
  padding-bottom: 12rem;
}

.foto__title {
  font-size: 60px;
  font-size: 6rem;
  font-family: "BebasNeueBold";
  color: #000000;
  margin: 0;
}

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

.foto__back {
  font-size: 24px;
  color: #9ea2b8;
  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;
}
.foto__back:hover {
  color: #000000;
}

.foto-slider {
  padding-top: 40px;
  padding-top: 4rem;
  margin-top: 80px;
  margin-top: 8rem;
}
.foto-slider:before, .foto-slider:after {
  content: " ";
  display: table;
}
.foto-slider:after {
  clear: both;
}

.foto-slider {
  list-style: none;
}

.foto-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 40px;
  height: 30px;
  -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) {
  .foto-slider .slick-arrow {
    top: -30px;
  }
}

.foto-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.foto-slider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #000000;
}

.foto-slider .slick-arrow.slick-next {
  right: 0;
}

.foto-slider .slick-arrow.slick-next:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #000000;
}

.foto-slider li {
  float: left;
  display: inline-block;
  padding: 0 40px 0 0;
  padding: 0 4rem 0 0;
}

.dotter h3 {
  font-family: "BebasNeueBold";
  font-size: 28px;
  font-size: 2.8rem;
}

.dotter a {
  display: block;
  color: #9ea2b8;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 0;
  padding: 0.6rem 0;
  text-decoration: none;
}
.dotter a:hover {
  color: #000000;
}

.files {
  padding: 0 0 120px 0;
  padding: 0 0 12rem 0;
}

.files__title {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .files__title {
    padding-left: 0;
  }
}

.files__items {
  margin-top: 30px;
}

.files__item {
  display: block;
  min-height: 180px;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 30px;
  text-decoration: none;
  color: #000000;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.files__item:hover {
  background-color: #f6f6f6;
}

.files__name {
  display: block;
  font-family: "BebasNeueBold";
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
}

.files__ico {
  display: block;
  margin-top: 15px;
  font-size: 30px;
}

.qty {
  position: relative;
  display: inline-block;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .qty {
    width: 40px;
  }
}

.qty__plus,
.qty__minus {
  position: absolute;
  top: 4px;
  border: none;
  background: none;
  color: #000;
}
.qty__plus:focus,
.qty__minus:focus {
  outline: none;
}

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

.qty__minus {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .qty__minus {
    display: none;
  }
}

.qty__input {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .qty__input {
    padding-left: 0;
    padding-right: 0;
  }
}

.qty__input input {
  width: 100%;
  border: 1px solid #e7e8f0;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}
.qty__input input:focus {
  outline: none;
}

.qty__input input::-webkit-outer-spin-button,
.qty__input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.main-product-group {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 15px 0 0 0;
  margin: 1.5rem 0 0 0;
}
.main-product-group:before, .main-product-group:after {
  content: " ";
  display: table;
}
.main-product-group:after {
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .main-product-group {
    margin: 15px 0 0 0;
    margin: 1.5rem 0 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main-product-group {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0;
  }
}

.main-product-group.active {
  height: auto;
}

.main-product-group__header {
  cursor: pointer;
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  border: 1px solid #000;
}
.main-product-group__header:before, .main-product-group__header:after {
  content: " ";
  display: table;
}
.main-product-group__header:after {
  clear: both;
}

.main-product-group__name {
  float: left;
  padding-left: 10px;
  padding-left: 1rem;
}
.main-product-group__name span {
  display: inline-block;
  padding-left: 20px;
  padding-left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.main-product-group__controll {
  padding-top: 8px;
  float: right;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-product-group.active .main-product-group__controll {
  transform: rotate(180deg);
}

.main-product-group__items {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
}

.main-product-group__items--header {
  height: auto;
  border: 1px solid #000000;
}

.main-product-group.active .main-product-group__items {
  display: block;
  height: auto;
}

.product-group {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 15px 0 0 0;
  margin: 1.5rem 0 0 0;
}
.product-group:before, .product-group:after {
  content: " ";
  display: table;
}
.product-group:after {
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .product-group {
    margin: 15px 0 0 0;
    margin: 1.5rem 0 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .product-group {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0;
  }
}

.product-group.active {
  height: auto;
}

.product-group__header {
  cursor: pointer;
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  border: 1px solid #000;
}
.product-group__header:before, .product-group__header:after {
  content: " ";
  display: table;
}
.product-group__header:after {
  clear: both;
}

.product-group__name {
  float: left;
  padding-left: 10px;
  padding-left: 1rem;
}
.product-group__name span {
  display: inline-block;
  padding-left: 20px;
  padding-left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.product-group__controll {
  padding-top: 8px;
  float: right;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-group.active .product-group__controll {
  transform: rotate(180deg);
}

.product-group__items {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
}

.product-group__items--header {
  height: auto;
  border: 1px solid #000000;
}

.product-group.active .product-group__items {
  display: block;
  height: auto;
}

.product-group__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.product-group__table tr.news td {
  background: #d85151;
}

.product-group__table tr.disabled td {
  background: #bfbfbf;
  opacity: 0.6;
}

.product-group__table td {
  position: relative;
  border-top: 1px solid #ccd0e9;
  border-bottom: 1px solid #ccd0e9;
  padding: 12px 24px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .product-group__table td {
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
  }
}

.product-group__table td:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  width: 1px;
  background: #ccd0e9;
}

.product-group__table tr:first-child td {
  border-top: none;
}

.product-group__table td:first-child {
  border-left: 1px solid #ccd0e9;
}

.product-group__table td:last-child {
  border-right: 1px solid #ccd0e9;
}
.product-group__table td:last-child:after {
  display: none;
}

.product-group__items--header td:last-child {
  border-right: none;
}

.product-group__items--header td:after {
  background: #000000;
}

.product-group__items--header td {
  font-family: "BebasNeueBold";
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  padding: 18px 24px 12px 24px;
}

.product-group-item-qty {
  width: 160px;
}

.product-group-item-qty,
.product-group-item-controll {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .product-group-item-qty,
.product-group-item-controll {
    width: auto;
  }
}

.product-group-item-name {
  width: 25%;
}

.product-group-item-code {
  width: 8%;
}

.product-group-item-value {
  width: 8%;
}

.product-group-item-price {
  width: 13%;
}

.product-group-item-vat {
  width: 8%;
}

.product-group-item-pricevat {
  width: 10%;
}

.product-group-item-qty {
  width: 14%;
}

.product-group-item-controll {
  width: 8%;
}

.product-group-item-name span {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 8px;
  width: 2px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .product-group-item-name span {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .product-group-item-price,
.product-group-item-vat {
    display: none;
  }
}

.product-button-add {
  width: 100%;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  border: none;
  background-color: #37c77b;
  color: #fff;
  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;
}
.product-button-add:focus {
  outline: none;
}

.product-button-remove {
  width: 100%;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  border: none;
  background-color: #000;
  color: #fff;
  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;
}
.product-button-remove:focus {
  outline: none;
}

.product-button-add:hover {
  opacity: 0.8;
}

.shoppingcart {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shoppingcart__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 470px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .shoppingcart__box {
    width: 100%;
  }
}

.shoppingcart__header {
  position: relative;
  margin: 20px 0;
  margin: 2rem 0;
  cursor: pointer;
}

.shoppingcart__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "BebasNeueBold";
  text-transform: uppercase;
}

.shoppingcart__close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  padding: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.shoppingcart__close:focus {
  outline: none;
}

.shoppingcart__title span {
  display: inline-block;
  padding-left: 14px;
  padding-left: 1.4rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.shoppingcart__table {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}

.shoppingcart__table tr th:last-child, tr td:last-child {
  text-align: right;
}

.shoppingcart__table th, td {
  padding: 16px;
  padding: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .shoppingcart__table th, td {
    padding: 10px;
    padding: 1rem;
  }
}

.shoppingcart__table tr:first-child,
.shoppingcart__table th {
  background: #f6f6f6;
}

.shoppingcart__table tr th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.shoppingcart__table tr th:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.shoppingcart__table th {
  font-weight: bold;
}

.shoppingcart__table td {
  text-transform: uppercase;
  border-bottom: 1px solid #ccd0e9;
  vertical-align: middle;
}

.shoppingcart__table .remove {
  width: 30px;
}

.shoppingcart__table .remove button {
  display: block;
  border: none;
  border-radius: 4px;
  background: #ffebe5;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.shoppingcart__table .remove button:focus {
  outline: none;
}

.shoppingcart__table .remove button span {
  position: relative;
  top: 2px;
}

.shoppingcart__table .remove button:hover {
  background: #e9c9bf;
}

.shoppingcart .shoppingcart__box {
  transform: translate(100%, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shoppingcart.open {
  display: block;
}

.shoppingcart.open .shoppingcart__box {
  transform: translate(0, 0);
}

.shoppingcart__button {
  display: block;
  padding: 18px 16px 16px 16px;
  padding: 1.8rem 1.6rem 1.6rem 1.6rem;
  margin: 18px 0 0 0;
  margin: 1.8rem 0 0 0;
  width: 100%;
  border: 2px solid black;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "BebasNeueBold";
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.shoppingcart__button:hover {
  opacity: 0.6;
}

.shoppingcart__button--full {
  color: #fff !important;
  background-color: #000000;
}

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

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

.shoppingcart__points ul li {
  position: relative;
  border-radius: 4px;
  border: 2px solid #e7e8ec;
  padding: 20px;
  padding: 2rem;
  margin-top: 4px;
}

.shoppingcart__points ul li.active {
  border: 2px solid #37c77b;
}

.shoppingcart__points ul li span {
  color: #e7e8ec;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 40px;
  left: 4rem;
}

.shoppingcart__points ul li.active span {
  color: #37c77b;
}

.shoppingcart__points ul li {
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a3a3a3;
}

.shoppingcart__points ul li.active {
  color: #37c77b;
}

.shoppingcart__carousel {
  position: absolute;
  bottom: 20px;
  bottom: 2rem;
  left: 20px;
  left: 2rem;
  width: 720px;
  padding: 40px 40px 40px 84px;
  padding: 4rem 4rem 4rem 8.4rem;
  background: #f6f6f6;
  visibility: hidden;
}
@media screen and (max-width: 1210px) {
  .shoppingcart__carousel {
    padding: 40px 40px 40px 40px;
    padding: 4rem 4rem 4rem 4rem;
    width: 520px;
  }
}
@media screen and (max-width: 1005px) {
  .shoppingcart__carousel {
    width: 440px;
    padding-top: 30px;
    padding-top: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 925px) {
  .shoppingcart__carousel {
    display: none;
  }
}

.shoppingcart__carousel--sidebar {
  display: none;
  position: static;
  width: 100%;
  margin-top: 30px;
  margin-top: 3rem;
}
@media screen and (max-width: 925px) {
  .shoppingcart__carousel--sidebar {
    display: block;
  }
}

.shoppingcart__carousel__logo {
  text-align: right;
  font-size: 40px;
  font-size: 4rem;
}

.shoppingcart__carousel__title {
  font-family: "SF Pro Display";
  font-size: 24px;
  font-size: 2.4rem;
}
.shoppingcart__carousel__title:before {
  content: "";
  position: relative;
  top: -4px;
  top: -0.4rem;
  display: inline-block;
  height: 1px;
  width: 70px;
  background: #000;
  margin-right: 33px;
  margin-right: 3.3rem;
}

.shoppingcart__carousel__item__title {
  font-size: 80px;
  font-size: 8rem;
  font-family: "BebasNeueBold";
  color: #000000;
  line-height: 1;
  padding-top: 20px;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .shoppingcart__carousel__item__title {
    font-size: 60px;
    font-size: 6rem;
  }
}

.shoppingcart__carousel__item {
  width: 460px;
}

.shoppingcart__carousel--sidebar .shoppingcart__carousel__item {
  width: 100%;
}

.shoppingcart__carousel__item p {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .shoppingcart__carousel__item p br {
    display: none;
  }
}

.customtotal table {
  width: 100%;
  table-layout: fixed;
}

.checkout {
  padding: 0 0 0 0;
}

.checkout__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BebasNeueBold";
  margin-top: 30px;
  margin-top: 3rem;
  color: #000000;
}

.checkout-heading {
  background: #fff;
  margin-bottom: 0;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-family: "BebasNeueBold";
  font-size: 22px;
  font-size: 2.2rem;
  color: #000000;
  padding: 20px 40px 14px 40px;
  padding: 2rem 4rem 1.4rem 4rem;
}

.checkout-heading a {
  color: #000000;
}

.checkout-heading span {
  position: relative;
  top: 5px;
}

.checkout-heading span:before {
  font-size: 11px;
  font-size: 1.1rem;
  color: #000000;
}

.checkout-content {
  border-top: 1px solid #d8d8d8;
  padding: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.checkout select {
  padding: 20px;
  padding: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #d8d8d8;
}
.checkout select:focus {
  outline: none;
}

.checkout select option {
  padding: 10px;
  padding: 1rem;
}
.checkout select option:focus {
  outline: none;
}

.checkout input.button {
  background: #000000;
  color: #fff;
  font-family: "BebasNeueBold";
  font-size: 20px;
  font-size: 2rem;
  border-radius: 3px;
  padding: 17px 24px 12px 24px;
  padding: 1.7rem 2.4rem 1.2rem 2.4rem;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.checkout input.button:hover {
  opacity: 0.6;
}

.checkout .buttons {
  border: none;
}

.checkout fieldset {
  border: none;
  padding: 20px;
  padding: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.checkout fieldset strong {
  display: inline-block;
  padding-right: 30px;
  padding-right: 3rem;
  font-family: "BebasNeueBold";
  font-size: 18px;
  font-size: 1.8rem;
}

.checkout .label-pad {
  display: inline-block;
  padding-right: 30px;
  padding-right: 3rem;
}

.points {
  margin-top: 20px;
  margin-top: 2rem;
}

.points__item {
  padding: 15px;
  padding: 1.5rem;
  border: 1px dashed #000000;
}

.points__item.active {
  border: 1px solid #000000;
}

.points__content {
  padding-right: 30px;
}

.points__title {
  font-family: "BebasNeueBold";
  font-size: 28px;
  font-size: 2.8rem;
}

.points__desc {
  font-size: 16px;
  font-size: 1.6rem;
}

.points__ico {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}

.points__item.active .points__ico {
  opacity: 1;
}

.points__ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: black;
  text-align: center;
  vertical-align: middle;
}

.points__ico span {
  position: relative;
  top: 8px;
}

.info {
  padding: 19px 0;
  padding: 1.9rem 0;
}

.info__item {
  padding: 20px;
  padding: 2rem;
  background-color: #f6f6f6;
  color: #aaacb9;
  font-family: "BebasNeueBold";
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}

.shop-menu {
  border-top: 1px solid #ccd0e9;
  box-shadow: 0px 1px 7px 0px rgba(137, 140, 159, 0.14);
}
.shop-menu:before, .shop-menu:after {
  content: " ";
  display: table;
}
.shop-menu:after {
  clear: both;
}

.shop-menu__items {
  float: left;
}

.shop-menu__items ul {
  list-style: none;
}

.shop-menu__items ul li {
  float: left;
}

.shop-menu__items ul li a {
  padding: 20px 0 16px 0;
  padding: 2rem 0 1.6rem 0;
  margin: 0 70px 0 0;
  margin: 0 7rem 0 0;
  display: inline-block;
  font-family: "BebasNeueBold";
  font-size: 20px;
  font-size: 2rem;
  color: #9799aa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

.shop-menu__items ul li a:hover {
  color: #000000;
}

.shop-menu__items ul li a.is-active {
  color: #000000;
}

.shop-menu__card {
  float: right;
  cursor: pointer;
}

.shop-menu__card__data {
  display: inline-block;
  padding-top: 12px;
}

.shop-menu__card__items {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

.shop-menu__price {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.shop-menu__card__ico {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 20px;
  padding-left: 15px;
  padding-left: 1.5rem;
}

body table.form {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  font-size: 1.6rem;
}

body table.form td, th {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 50%;
}

body table.form input,
body table.form select {
  width: 100%;
}

.checkout label {
  font-size: 16px;
  font-size: 1.6rem;
}

body .checkout .buttons a,
body .checkout .buttons b {
  color: #000000 !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

input[type=checkbox] {
  display: inline-block;
  margin: 0 10px;
}

body .checkout-product {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

body .checkout-product a {
  color: #000000 !important;
}

body .checkout-product td,
body .checkout-product th,
body .checkout-product td a {
  font-size: 16px;
  font-size: 1.6rem;
}

.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_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .slicknav_menu {
    display: block;
  }
}

.slicknav_menu {
  background-color: #000000;
}

.slicknav_nav a {
  text-transform: uppercase;
}

.slicknav_nav a {
  padding: 10px 10px 5px 10px;
}

.slicknav_btn {
  margin: 5px 12px 6px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 6px;
  margin-left: 12px;
  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;
}

/* 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: 9;
  top: 50%;
  margin-top: -33px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 42px;
}
@media screen and (max-width: 992px) {
  .slick-arrow {
    margin-top: 0;
  }
}
.slick-arrow:hover, .slick-arrow:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slick-arrow:hover:after, .slick-arrow:hover:before {
  background: rgba(255, 255, 255, 0.5);
}
.slick-arrow:active, .slick-arrow:focus {
  outline: none;
}

[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);
}

