/* barva textu */
/* barva textu inverse*/
/* barva odkazů */
/* zvýrazěná barva */
/* zvýrazěná barva tmavá */
/* výrazná limetková */
/* barva pozadí pod bílou */
/* barva pozadí tmavší */
@import "icon-sprites.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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 100.01%;
  width: 100%;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  margin: 0;
  padding: 0;
  color: #6A655A;
  background: #fff;
}
h1,
h2,
h3,
h4,
p,
pre,
dl,
ol,
ul,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 1.8em;
  line-height: 26px;
  margin-bottom: 8px;
}
h2 {
  font-size: 2em;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 1.7em;
  margin: 0 0 5px 0;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
strong,
dt {
  font-weight: bold;
  color: #AB413B;
}
div,
span {
  margin: 0;
  padding: 0;
}
a {
  color: #9B2121;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.nodec {
  text-decoration: none;
}
a.nodec:hover {
  text-decoration: underline;
}
p {
  line-height: 130%;
}
table {
  border-collapse: collapse;
}
th,
td {
  padding: 0 2px 0 2px;
  margin: 0;
}
th {
  text-align: center;
  vertical-align: top;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.fright {
  float: right;
}
.col-fright {
  float: right !important;
}
.fleft {
  float: left;
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.tcenter {
  text-align: center;
}
.active {
  display: inline-block;
}
.show {
  display: block;
}
.hide,
.hidden {
  display: none;
}
.bigger {
  font-size: 125%;
}
.red {
  color: #ff0000;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=number],
input.date {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 1.6em;
  color: #6A655A;
  padding: 0 0 0 5px;
  border: 1px solid #6A655A;
}
input[type=submit] {
  text-align: center;
  margin: 0 auto 0 auto;
  height: 40px;
  line-height: 40px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  border: none;
  cursor: pointer;
  background: #9F9D97;
  color: #fff;
  border-radius: none;
}
input[type=submit]:hover {
  background: #9F9D97;
}
textarea {
  padding: 3px;
  font-size: 1.6em;
  width: 100%;
  border: 1px solid #6A655A;
  color: #6A655A;
}
input[type=text],
input[type=submit],
textarea {
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
}
select {
  width: 100%;
  height: 35px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 35px;
  font-size: 1.6em;
  color: #6A655A;
  border: 1px solid #6A655A;
  background: url('bg-select.png') right center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
}
.form-checkboxes input[type="checkbox"] {
  display: none;
}
.form-checkboxes label {
  margin-left: 20px;
}
.form-checkboxes input[type="checkbox"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  background: url('bg-check.png') left top no-repeat;
  cursor: pointer;
}
.form-checkboxes input[type="checkbox"]:checked + span {
  background: url('bg-check.png') -20px top no-repeat;
}
label {
  font-size: 1.6em;
  color: #6A655A;
}
/* texty z wysiwygu */
.text {
  font-size: 1.5em;
}
.text .perex {
  font-size: 1.2em;
  font-weight: bold;
}
.text p {
  padding: 0 0 10px 0;
  line-height: 130%;
}
.text ul {
  margin: 0 0 10px 15px;
}
.text ol {
  margin: 0 0 10px 30px;
}
.text li {
  line-height: 150%;
}
.text ul li {
  padding: 0 0 5px 28px;
  background: url('bg-li.png') left 7px no-repeat;
}
.text ol li {
  padding: 0 0 5px 13px;
}
.text table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin: 0 0 10px 0;
}
.text th {
  background: #DDD;
}
.text td,
.text th {
  padding: 2px 15px 2px 0;
  border: 1px solid #333;
}
.text h2 {
  font-size: 1.85em;
}
.text h3 {
  font-size: 1.42em;
}
.text h4 {
  font-size: 1em;
}
.text p.bigger {
  font-size: 1.2em;
}
.text p.smaller {
  font-size: 0.875em;
}
.text .high {
  font-size: 1.22em;
  color: #AB413B;
}
.text p + h2 {
  margin-top: 20px;
}
.text .img-left {
  float: left;
  margin: 0 10px 10px 0;
  border: 7px solid #dfe2e9;
}
.text .img-right {
  float: right;
  margin: 0 0 10px 10px;
  border: 7px solid #dfe2e9;
}
.text a.btn {
  font-size: 1.25em;
}
.d-none {
  display: none;
}
/* menu */
.slicknav_menu {
  display: none;
  font-size: 2em;
  background: none;
  color: #6A655A;
  width: 320px;
  float: right;
  text-align: right;
}
.slicknav_btn {
  background: #fff;
}
.slicknav_menu .slicknav_icon-bar {
  background: #fff;
  margin-bottom: 4px;
}
.slicknav_nav a {
  color: #AB413B;
}
.slicknav_nav a:hover {
  color: #fff;
}
.slicknav_nav .slicknav_row {
  color: #6A655A;
}
.slicknav_nav .slicknav_row:hover {
  color: #fff;
  background: #B31B1A;
}
.slicknav_nav .slicknav_row:hover a {
  color: #fff;
}
/* button */
.btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.6em;
  cursor: pointer;
}
.btn:hover {
  -webkit-transition-property: background;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
/*  flash message */
.flash {
  color: black;
  background: #FFF1CC;
  border: 1px solid #BF8327;
  margin: 0 0 5px 0;
  color: #BF8327;
  padding: 15px;
  font-size: 1.3em;
}
.flash.info {
  background: #CFC;
  color: #41640B;
  border: 1px solid #41640B;
}
.flash.error {
  background: #FFDDDD;
  border: 1px solid #FF0000;
  color: #FF0000;
}
.flash.note {
  background: #CFEDFC;
  border: 1px solid #1A9DD2;
  color: #1A9DD2;
}
.flash.important {
  background: #E2BFE8;
  border: 1px solid #853393;
  color: #853393;
}
/* formuláře */
/* map */
.card-header {
  font-size: 1.4em;
  color: #AB413B;
  padding-bottom: 5px;
}
.card-body {
  font-size: 1.2em;
}
/* sprite všech ikon */
sup {
  font-size: 80% !important;
  vertical-align: super !important;
  line-height: 100%;
}
#all {
  overflow-x: hidden;
  position: relative;
}
.responsive-iframe {
  position: relative;
  width: 75%;
  padding-bottom: 56.25%;
  /* Poměr stran 16:9 */
  height: 100%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -33%;
}
h1,
h2,
h3,
h4 {
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  color: #AB413B;
}
h1 {
  font-size: 4em;
  margin: 0 0 25px 0;
  line-height: 1em;
}
h2 {
  font-size: 2.6em;
  line-height: 1em;
  margin: 0 0 15px 0;
  font-weight: 600;
}
h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0 0 5px 0;
  font-weight: 600;
}
strong {
  color: #6A655A;
}
.high strong {
  color: #AB413B;
}
a {
  text-decoration: none;
}
a:hover {
  color: #700507;
}
.text-center {
  text-align: center;
}
.logo-fixed,
.contact-fixed {
  display: none;
}
.slicknav_menu .slicknav_icon {
  display: block;
  width: 22px;
  height: 17px;
  position: relative;
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar,
.slicknav_menu .slicknav_icon::before {
  display: block;
  width: 22px;
  height: 3px;
  position: absolute;
  left: 0;
  background: white;
  margin: 0;
  border: none;
  box-shadow: none;
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar:first-child {
  top: 0;
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar:nth-child(2),
.slicknav_menu .slicknav_icon .slicknav_icon-bar:nth-child(3) {
  top: 7px;
}
.slicknav_menu .slicknav_icon::before {
  bottom: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:first-child {
  transition: top 0.25s, height 0s;
  transition-delay: 0s, 0.25s;
  top: 7px;
  height: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon::before {
  transition: bottom 0.25s, height 0s;
  transition-delay: 0s, 0.25s;
  bottom: 7px;
  height: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2) {
  transition: transform 0.5s;
  transition-delay: 0.25s;
  transform: rotate(45deg);
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(3) {
  transition: transform 0.5s;
  transition-delay: 0.25s;
  transform: rotate(-45deg);
}
.slicknav_menu {
  width: 100%;
  padding: 0;
  background: #9C2020;
  text-align: left;
  float: none;
}
.slicknav_menu .slicknav_nav li {
  padding: 4px 0;
  margin: 0;
  border-bottom: 1px solid #811012;
}
.slicknav_menu .slicknav_nav li > a:hover {
  background-color: transparent;
}
.slicknav_menu .slicknav_nav li > a:hover a:hover {
  background-color: #700507;
}
.slicknav_menu .slicknav_nav li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .slicknav_menu .slicknav_nav .menu-107 {
    background: white;
  }
  .slicknav_menu .slicknav_nav .menu-107 a {
    color: #92342F;
  }
}
.slicknav_menu .slicknav_menutxt {
  display: none!important;
}
.slicknav_menu .slicknav_icon {
  margin: 0 !important;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: 0;
  margin: 0 0 0 .4em;
  float: right;
  width: 13px;
  height: 24px;
  background: url(../images/menu-arrow-right.png);
}
.slicknav_menu .slicknav_parent.slicknav_open .slicknav_arrow {
  transform: rotate(-90deg);
}
.slicknav_menu > a,
.slicknav_menu .slicknav_nav {
  position: fixed;
  right: 0;
  z-index: 101;
  top: 8px;
}
.slicknav_menu .slicknav_nav {
  background: #9C2020;
  top: 60px;
  width: 100%;
  max-width: 480px;
  overflow: auto;
  max-height: calc(100% - 60px);
  height: 100%;
}
.slicknav_menu .slicknav_nav a {
  color: white;
  padding: 5px 2px;
  margin: 2px 0;
}
.slicknav_menu .slicknav_nav > li {
  margin: 0 20px;
}
.slicknav_menu .slicknav_nav ul {
  margin: 5px 0 0 0;
  border-top: 1px solid #811012;
}
.slicknav_menu .slicknav_nav ul li {
  padding-left: 20px;
}
.svg {
  display: inline-block;
}
.svg svg {
  max-width: 100%;
  vertical-align: middle;
}
.svg-phone {
  fill: #fff;
}
.svg-phone .phone-2 {
  fill: #AB413B;
}
.svg-email {
  fill: #AB413B;
}
a:hover .svg-phone .phone-2,
a:hover .svg-email {
  fill: #700507;
}
.btn-high {
  background: #AB413B;
  color: #fff;
  font-size: 1.4em;
  border: none;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-high:hover {
  background: #700507;
}
.box {
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.box-icon {
  float: right;
  margin-left: 5px;
}
.icon {
  width: 44px;
  height: 44px;
  background-color: #AB413B;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
}
.icon-soc-sites {
  width: 44px;
  height: 44px;
  background-color: #fff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  margin: 0 0.5rem;
}
.icon-soc-sites:hover {
  background-color: #f6f6f6;
}
.icon-grey {
  background-color: #DFDED9;
}
.icon-grey:hover {
  background-color: #AB413B;
}
.icon.icon-phone {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 7px;
  left: 0;
  width: 19px;
  height: 20px;
}
.header-phone {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background: #AB413B;
  display: block;
  position: absolute;
  left: calc(100% - 125px);
  margin-top: 10px;
}
.icon-rating_big,
.icon-rating_big2 {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
  width: 124px;
}
.icon-rating_big span,
.icon-rating_big2 span {
  display: block;
  float: left;
  width: 20%;
  height: 100%;
  cursor: pointer;
}
.icon-rating_big.star0,
.icon-rating_big2.star0 {
  background-position: -311px 0px;
}
.icon-rating_big.star1,
.icon-rating_big2.star1 {
  background-position: -286px 0px;
}
.icon-rating_big.star2,
.icon-rating_big2.star2 {
  background-position: -261px 0px;
}
.icon-rating_big.star3,
.icon-rating_big2.star3 {
  background-position: -236px 0px;
}
.icon-rating_big.star4,
.icon-rating_big2.star4 {
  background-position: -211px 0px;
}
.icon-rating_big.star5,
.icon-rating_big2.star5 {
  background-position: -186px 0px;
}
.more {
  color: #AB413B;
  font-size: 1.8em;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
}
.col-left .more {
  font-size: 1em;
  font-weight: 500;
}
#all {
  font-size: 0.625em;
}
.col-in {
  max-width: 1640px;
  width: 94%;
  margin: 0 auto;
}
.text ul.big-point {
  margin-left: 0;
}
.text ul.big-point li {
  padding: 0 0 10px 35px;
  line-height: 150%;
  background: url('bg-li2.png') left 3px no-repeat;
}
.text a {
  text-decoration: underline;
}
.text a:hover {
  text-decoration: none;
}
.slicknav_btn {
  background-color: #AB413B;
  margin-right: 12px;
}
/*.homepage #header {
    background: url(../images/bg-home.jpg) no-repeat center top;
}*/
.homepage .btn-transparent {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: white !important;
  color: #92342F !important;
  padding: 1rem 1.5rem !important;
  width: 100%;
  text-align: center;
}
#header {
  width: 100%;
  padding: 0 0 38px 0;
  color: #fff;
}
#header > .col-in {
  padding: 20px 0 0;
}
.header-top {
  width: 100%;
}
.header-top > div:not(.header-right) {
  padding-left: 0;
  padding-right: 30px;
}
.header-middle {
  padding-top: 13%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.logo {
  float: left;
  margin-top: 30px;
  position: relative;
}
.logo svg {
  width: 150px;
}
.logo p.logo-text {
  font-size: 14px;
  position: relative;
  top: -29px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
}
@media only screen and (max-width: 1620px) {
  .logo svg {
    width: 8.5rem;
  }
  .logo p.logo-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1420px) {
  .logo p.logo-text {
    font-size: 9px;
    top: -15px;
  }
}
.claim {
  font-size: 4rem;
  font-weight: 300;
  margin-left: 8%;
  color: #fff;
  padding-bottom: 12%;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  max-width: 560px;
}
.claim h1 {
  font-size: 4rem;
  margin: 0;
  line-height: 130%;
  color: #fff;
}
.claim h1 strong {
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
}
.claim span {
  font-size: 2.25rem;
  line-height: normal;
  display: block;
  margin-top: 40px;
  font-style: italic;
}
.claim p {
  display: inline;
  font-weight: 100;
}
.header-contact {
  font-size: 2.4em;
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.header-contact a {
  margin-left: 15px;
}
.rabbat {
  font-size: 2.25rem;
  color: #fff;
  margin-right: 8%;
  margin-bottom: 15%;
  width: 300px;
  height: 300px;
  background: url(../images/rabbat-35.svg) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.rabbat span {
  font-size: 5.625rem;
  line-height: 4.5rem;
}
.btn-transparent {
  margin: 5% 0 5rem 0;
  color: #fff;
  background: rgba(171, 65, 59, 0.9);
  font-size: 1.75rem;
  font-weight: 500;
  padding: 1rem 2.5rem;
}
.btn-transparent:hover {
  text-decoration: underline;
  color: #fff;
}
.header-right {
  float: right;
  margin-top: 7px;
}
.header-top-menu {
  font-size: 0.875rem!important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: right;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  /*width:100%; float:left;*/
  margin: 0 0 5px;
}
.header-top-menu li {
  display: inline-block;
}
.header-top-menu li a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #fff;
  padding: 0 10px 0 10px;
  display: block;
  line-height: 1em;
  font-weight: 300;
}
.header-top-menu li a:hover {
  text-decoration: underline;
}
.header-top-menu li:first-child a {
  border: none;
}
.header-top-menu li:last-child a {
  padding-right: 0;
}
.header-top-menu nav li {
  font-size: 0.875rem!important;
}
.header-contact-links {
  margin: 0 0 0 10px;
}
.header-contact-links a {
  margin: 0 5px;
  color: #fff;
}
.header-contact-links a:hover {
  text-decoration: underline;
}
.header-contact-links .svg-phone {
  width: 25px;
  margin: 3px 5px 0 7px;
  position: relative;
  top: 1px;
}
.header-contact-links .svg-email {
  width: 20px;
  margin: 3px 5px 0 7px;
  position: relative;
  top: 3px;
}
.header-contact-links-mobile {
  position: absolute;
  right: 95px;
}
.header-contact-links-mobile a {
  margin: 0 5px;
}
.header-contact-links-mobile .svg-phone {
  width: 45px;
}
.header-contact-links-mobile .svg-email {
  width: 37px;
}
#menu {
  width: 100%;
}
.main-menu {
  clear: both;
  font-size: 1.25rem;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  position: relative;
  z-index: 22;
}
.main-menu nav {
  display: table;
  width: 100%;
}
.main-menu ul {
  display: table-row;
}
.main-menu nav > ul > li {
  display: table-cell;
}
.main-menu nav > ul > li a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 15px 0 15px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 60px;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  font-weight: 300;
  position: relative;
}
.main-menu nav > ul > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 0;
  transition: width 0.5s;
  background: #AB413B;
}
.main-menu nav > ul > li a:hover,
.main-menu nav > ul > li a.active {
  color: #AB413B;
}
.main-menu nav > ul > li a:hover::before,
.main-menu nav > ul > li a.active::before {
  width: 30px;
}
.main-menu nav > ul > li.show-xs {
  display: none;
}
.main-menu ul.submenu {
  position: absolute;
  display: none;
  z-index: 1;
  width: 250px;
  background: #AB413B;
  padding-bottom: 12px;
}
.main-menu li.last ul.submenu {
  right: 0;
}
.main-menu ul.submenu li {
  display: block;
}
.main-menu ul.submenu li a {
  font-size: 1rem;
  text-align: left;
  padding: 12px 5px 0 5px;
  line-height: 20px;
  height: auto;
}
.main-menu ul.submenu li a:before {
  content: normal;
}
.main-menu ul.submenu li a:hover {
  color: #000;
}
.main-menu ul.submenu li a.active {
  color: #000;
}
.main-menu li:last-child ul.submenu {
  right: 0;
}
.main-menu ul li:hover ul.submenu {
  display: inline-block;
}
.main-menu .menu-107 {
  background-color: white;
}
.main-menu .menu-107 a {
  color: #92342F;
}
/* slider */
#home-slider,
.home-slider-thumbs,
.home-slider-thumb {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
#home-slider {
  overflow: hidden;
}
.slider-box {
  width: 100%;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.slider-box .col-in {
  position: relative;
}
.slider-all-text {
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 295px;
  right: 0;
  color: #6A655A;
  padding: 40px 40px 30px 40px;
  z-index: 10;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
}
.slider-all-text .slider-all-img {
  float: right;
  width: 50%;
  text-align: right;
}
.slider-all-text p {
  font-size: 2.4em;
  padding-bottom: 10px;
}
.slider-all-text p.bigger {
  font-size: 3.6em;
  color: #B1CF05;
  text-transform: uppercase;
  text-shadow: 2px 2px #9BBD4A;
  font-weight: 600;
}
.slider-all-text .btn {
  padding: 0 35px 0 35px;
  line-height: 48px;
  border: 1px solid #6A655A;
  color: #6A655A;
}
.slider-discount {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background: #B1CF05;
  text-align: center;
  color: #fff;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  font-size: 2.5em;
  padding: 30px 20px 0 20px;
  text-transform: uppercase;
}
.slider-discount span {
  font-size: 2.4em;
  color: #6A655A;
  display: inline-block;
  margin: 15px 0 0 0;
  font-weight: bold;
}
.homepage .slider-discount {
  top: 70px;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  font-size: 3em;
  padding-top: 60px;
}
.default-slider {
  background: url('bg-slider.jpg') 50% top no-repeat;
  background-size: cover;
  width: 100%;
  height: 269px;
}
.homepage h2 {
  text-align: center;
  margin: 2rem 0;
}
.homepage h2 span {
  line-height: 1.1;
  font-weight: 400;
  display: inline-block;
  font-size: 4.1rem;
  background: url(../images/logo-square-black.svg) no-repeat center left;
  padding: 3rem 0 3rem 130px;
  color: #000;
}
.content p,
.content li {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 1rem;
}
body:not(.homepage) #header {
  background: url(../images/bg-sp.jpg) no-repeat center top;
}
@media only screen and (min-width: 1920px) {
  body:not(.homepage) #header {
    background-size: cover;
  }
}
body:not(.homepage) .header-middle {
  padding-top: 6%;
}
body:not(.homepage) .claim {
  padding-bottom: 4%;
}
body:not(.homepage) .rabbat {
  margin-bottom: 4%;
}
body:not(.homepage) .all-width {
  max-width: 1420px;
  margin: 0 auto 2.5rem;
  width: 94%;
}
body:not(.homepage) .content > h1,
body:not(.homepage) .content > h2,
body:not(.homepage) .categories-wrapper > h2 {
  padding: 2rem 0;
  margin: 0;
  font-weight: 400;
  color: #000;
  font-size: 3.75rem;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
body:not(.homepage) .content > h1::before,
body:not(.homepage) .content > h2::before,
body:not(.homepage) .categories-wrapper > h2::before {
  content: "";
  background: url(../images/logo-square-black.svg) no-repeat center center;
  width: 94px;
  height: 94px;
  background-size: contain;
  margin-right: 1.5rem;
}
body:not(.homepage) .content > h2,
body:not(.homepage) .categories-wrapper > h2 {
  color: #92342F;
  font-size: 2.875rem;
}
body:not(.homepage) .content > h2::before,
body:not(.homepage) .categories-wrapper > h2::before {
  content: normal;
  background: url(../images/logo-square.svg) no-repeat center center;
  width: 70px;
  height: 70px;
  background-size: contain;
}
body:not(.homepage) #footer p,
body:not(.homepage) #header p,
body:not(.homepage) #footer li,
body:not(.homepage) #header li {
  margin-bottom: 0;
}
.categories-wrapper {
  clear: both;
}
.categories-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.25rem 0 0.5rem;
  color: #000;
}
.categories-wrapper p {
  font-size: 1.25rem;
}
.categories-wrapper img {
  width: auto;
  min-height: 344px;
  min-width: 100%;
}
.categories-wrapper .read-more {
  text-align: right;
  padding-bottom: 2rem;
  padding-right: 5px;
}
.categories-wrapper .read-more a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #92342F;
  border-bottom: 1px solid #92342F;
}
.categories-wrapper .read-more a:hover {
  border: none;
}
.categories-wrapper .col-category {
  overflow: hidden;
  height: 444px;
}
.categories-wrapper .product {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.categories-wrapper .product-images {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}
.categories-wrapper .product-description {
  text-align: left;
}
.categories-wrapper .product-description h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #000;
  padding: 0.6rem 0 0.7rem;
}
.categories-wrapper .original-price {
  color: #555;
  margin: 4px 0;
}
.categories-wrapper .original-price .strike {
  text-decoration: line-through;
  color: #9b2121;
  font-weight: bold;
}
.categories-wrapper .final-price {
  color: #555;
  margin: 4px 0;
}
.categories-wrapper .note {
  color: #555;
  margin: 2px 0;
}
.categories-wrapper .discount {
  color: #bbb;
  text-transform: uppercase;
  margin: 10px 0 10px;
}
.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.product-images {
  display: flex;
  gap: 15px;
  flex: 1 1 35%;
}
.product-images img {
  width: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.product-info {
  flex: 1 1 50%;
  font-size: 1rem;
  color: #333;
}
.product-info ul li {
  color: #555;
}
.product-info .title {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
  color: #ab413b;
}
.product-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}
.product-info li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.product-info li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ab413b;
  font-size: 1.8rem;
  margin-top: -3px;
  line-height: 1;
}
.product-info .note {
  font-style: italic;
  color: #bbb;
  margin: 30px 0px 30px;
}
.product-info .note2 {
  color: #888;
  margin-bottom: 10px;
}
.original-price {
  margin-top: 10px;
  color: #444;
}
.original-price .strike {
  text-decoration: line-through;
  color: #9b2121;
}
.final-price {
  font-size: 1.7rem;
  margin: 5px 0;
}
.final-price .value {
  font-weight: bold;
  color: #000;
}
.discount {
  font-size: 0.9rem;
  color: #bbb;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-detail {
    flex-direction: column;
    align-items: anchor-center;
  }
  .product-images {
    display: flex;
    flex-direction: column;
    /* zajistí zalomení pod sebe */
    gap: 10px;
    /* mezery mezi obrázky, volitelně */
  }
  .product-images .image-frame {
    width: 100%;
  }
  .product-images img {
    width: 100%;
    height: auto;
  }
}
.product-images {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.image-frame {
  /* výška, která zajistí ten "výřez" */
  overflow: hidden;
  /* ořízne části obrázku mimo rám */
  position: relative;
  flex-shrink: 0;
}
.image-frame .masked-img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#main {
  width: 100%;
  position: relative;
  z-index: 21;
}
#main .col-left {
  width: 26%;
  float: left;
  margin-right: 2%;
}
#main .content {
  width: 100%;
}
#main .content-right {
  width: 72%;
  float: right;
}
#main .sbox {
  width: 100%;
  padding: 10px 10px 15px 10px;
}
#main .content-right.all-width {
  width: 100%;
  float: left;
}
.sbox .fb-box {
  float: left;
  margin: 0 20px 10px 0;
}
.sbox .twitter-box {
  float: left;
  margin: 0 20px 10px 0;
}
.sbox .g-box {
  float: left;
  margin: 0 20px 10px 0;
}
.sbox .pinit-box {
  float: left;
  margin: 0 20px 10px 0;
}
.col-box-2 {
  width: 48%;
  margin-right: 4%;
}
.box-row .col-box-2:last-child {
  margin-right: 0;
}
.row-item {
  border-bottom: 1px solid #6A655A;
  padding: 0 0 25px 0;
  margin-bottom: 25px;
}
.row-item h3 {
  font-size: 1.6em;
  text-transform: uppercase;
}
.row-item .text p {
  padding-bottom: 10px;
}
.row-item:last-child {
  margin-bottom: 0;
  border: none;
}
.soc-box {
  text-align: center;
  background: #9C4743;
  padding: 20px 0;
}
.soc-box li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.soc-box li:last-child {
  margin-right: 0;
}
.box-svg {
  text-align: center;
  margin-top: 55px;
}
.box-svg img {
  max-width: 30%;
}
.box-svg span {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  width: 60%;
}
.box-svg .box {
  margin-bottom: 5px !important;
}
.box-svg p {
  text-align: -webkit-center;
}
.box-svg3-img {
  max-width: 42% !important;
}
/* news */
.box-news {
  display: flex;
  align-items: center;
  padding: 50px 0;
  margin-bottom: 0;
  float: none;
}
.box-news strong {
  color: #92342F !important;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.box-news h2 span {
  background: url(../images/logo-square.svg) no-repeat center left;
  color: #92342F !important;
  font-size: 3.25rem;
  padding: 3rem 5% 3rem 110px;
}
.box-news .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.box-news .news .row-item {
  width: 50%;
  max-width: 480px;
  padding: 20px;
  border: none;
  margin: 0;
}
.box-news .news .row-item .text,
.box-news .news .row-item h3 {
  font-size: 1.4375rem;
}
/* hp - 3d designer */
.box-3d-designer-wrapper {
  height: 776px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/bg-navrhar.jpg) no-repeat center right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.box-3d-designer-wrapper .box-3d-designer {
  background: rgba(171, 65, 59, 0.9);
  color: white;
  width: 60%;
  max-width: 700px;
  padding: 40px;
}
.box-3d-designer-wrapper .box-3d-designer > div {
  max-width: 460px;
  margin: 0 auto;
}
.box-3d-designer-wrapper .box-3d-designer > div h2 {
  text-align: left;
  margin-top: 30px;
  font-weight: 400;
  font-size: 4.1rem;
  background: url(../images/logo-square-white.svg) no-repeat top left;
  padding: 20px 0 20px 130px;
  color: #fff;
}
.box-3d-designer-wrapper .box-3d-designer > div strong {
  font-weight: 400;
  font-size: 3.125rem;
  display: inline-block;
  color: #fff;
  padding: 20px 0 20px 130px;
  line-height: 1;
}
.box-3d-designer-wrapper .box-3d-designer > div p {
  font-size: 1.375rem;
  color: #fff;
  padding: 0 0 50px 130px;
}
.box-3d-designer-wrapper .box-3d-designer > div a {
  float: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding: 2px 0;
  display: block;
}
.box-3d-designer-wrapper .box-3d-designer > div a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
/* fotogallery */
.box-fotogallery {
  padding-bottom: 2rem;
}
.box-fotogallery h2 {
  margin: 3rem 0;
}
.box-fotogallery .col-in.text-center {
  padding-bottom: 2rem;
}
.homepage-galery-slider-container {
  height: 428px!important;
}
/* why stako */
.box-content-homepage.why-stako .content-homepage {
  clear: both;
}
.box-content-homepage.why-stako .content-homepage p {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0;
  font-size: 1.5rem;
  position: relative;
  padding: 0 4rem 4rem;
  margin: 0;
  float: left;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .box-content-homepage.why-stako .content-homepage p {
    width: 100%;
  }
}
.box-content-homepage.why-stako .content-homepage p span {
  color: #92342F;
  margin-right: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4px;
  min-width: 39px;
}
.box-content-homepage.why-stako .content-homepage ul {
  display: flex;
  flex-wrap: wrap;
}
.box-content-homepage.why-stako .content-homepage ul li {
  padding: 0 5rem 4rem 4rem;
}
.why-stako ul {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0;
}
.why-stako ul li {
  font-size: 1.5rem;
  position: relative;
  padding: 0 4rem 4rem;
  margin: 0;
  float: left;
  width: 33.33%;
  color: #000;
}
.why-stako ul li::before {
  content: "";
  background: #92342F;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.item-why {
  padding: 0 4rem 4rem;
  margin: 0;
  font-size: 1.5rem;
  display: flex;
}
.item-why span {
  display: inline-block;
  margin-right: 2rem;
}
.item-why p {
  max-width: 60%;
}
.h-advantage h3 {
  position: relative;
}
.h-advantage h3::before {
  content: "";
  background: #92342F;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -2rem;
}
/* prices */
.box-prices {
  background: #F6F6F6;
  padding: 2rem 0 4rem;
}
.box-prices .col-in-smaller {
  max-width: 1360px;
  text-align: center;
}
.box-prices .prices-content {
  font-size: 1.4375rem;
  color: #000;
  margin-bottom: 2rem;
}
.box-prices .more {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000;
  border-bottom: 1px solid #000;
}
.box-prices .more:hover {
  border: none;
}
.contact-mail {
  cursor: pointer;
}
.contacts a {
  text-decoration: none;
}
.contacts .list-item {
  display: flex;
  height: 461px;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 3rem auto 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.contacts .list-text {
  width: 52.5%;
}
.contacts .list-text > div {
  padding: 1.5rem 1rem 1.5rem 5%;
}
.contacts .list-text h2 {
  font-size: 3.25rem;
  padding: 1rem 0;
  font-weight: 400;
}
.contacts .list-text h2 a {
  color: #000;
}
.contacts .list-text .text {
  display: flex;
  flex-wrap: wrap;
}
.contacts .list-text .text > p {
  width: 50%;
  line-height: 1.5;
}
.contacts .list-text .text .contact-content {
  padding-left: 40px;
}
.contacts .list-text .text .contact-content-left {
  min-width: 303px;
}
.contacts .list-text .text .contact-content-right {
  min-width: 220px;
}
.contacts .list-img {
  width: 47.5%;
  height: 461px;
  position: relative;
  overflow: hidden;
}
.contacts .list-img img {
  max-width: 666px;
  min-height: 100%;
  width: auto;
}
.contacts .list-img .more-info {
  font-size: 1.5rem;
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: #fff;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  background: rgba(171, 65, 59, 0.9);
}
.contacts .contact-icon {
  margin-left: -40px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contacts .contact-icon.contact-icon-point {
  background-image: url(../images/point.svg);
  height: 32px;
}
.contacts .contact-icon.contact-icon-mail {
  background-image: url(../images/mail-contact.svg);
  height: 20px;
}
.contacts .contact-icon.contact-icon-phone {
  background-image: url(../images/phone-contact.svg);
}
.contacts .contact-icon.contact-icon-clock {
  background-image: url(../images/clock-contact.svg);
}
/* reference */
.box-ref .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.box-ref h2 {
  margin: 1rem 0 3rem;
}
.box-ref .text p {
  font-weight: 300;
  color: #000;
  font-size: 1.4375rem;
  line-height: normal;
}
.box-ref .bg-ref {
  background: url(../images/bg-ref.jpg) no-repeat center center;
  height: 420px;
}
.box-ref .header-ref {
  font-size: 1.4375rem;
  font-weight: 500;
}
.box-ref .header-ref strong {
  font-weight: 500;
}
.box-ref .icon-rating-container {
  width: 125px;
  overflow: hidden;
  height: 22px;
  margin-left: 1rem;
}
.box-ref .icon-rating-container .icon-rating-stars {
  display: block;
  position: relative;
  width: 250px;
  height: 22px;
  background: url(../images/stars.png) no-repeat 0 0;
}
.box-ref .icon-rating-container.star4 .icon-rating-stars {
  left: -25px;
}
.box-ref .icon-rating-container.star3 .icon-rating-stars {
  left: -50px;
}
.box-ref .icon-rating-container.star2 .icon-rating-stars {
  left: -75px;
}
.box-ref .icon-rating-container.star1 .icon-rating-stars {
  left: -100px;
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.wrapper-line {
  position: relative;
  height: 1px;
  background: #000;
  max-width: 1240px;
  margin: 4rem auto 2rem;
}
.wrapper-line .line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background: #000;
  z-index: 4;
}
.wrapper-line .line.move {
  animation-name: line;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/*
.box-fotogallery{
    .wrapper-line{
        margin-bottom: 3rem;
        .line.move{
             animation-duration: 5s;

        }
    }    
}*/
.slider-bg .wrapper-ref {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.slider-bg .references {
  overflow: hidden;
  position: relative;
  margin: 10% 10% 0;
}
.slider-bg #homepage-slider-ref {
  display: flex;
  flex-wrap: nowrap;
  width: 200%;
  position: relative;
  height: 334px;
  margin-left: 0;
}
.slider-bg #homepage-slider-ref.slide {
  margin-left: -100%;
  transition: margin-left 1s;
}
.slider-bg .bg-item {
  width: 50%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-right: 1.5rem;
}
.slider-bg .bg-item.first {
  display: block;
  left: 0;
  right: auto;
}
.slider-bg .bg-item.second {
  display: block;
  right: 0;
  left: auto;
}
.sbox {
  clear: both;
}
.col-12 {
  width: 100%;
}
.list-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.list-boxes .list-img img {
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.spacer-32 {
  width: 100%;
  height: 2rem;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* rozcestník
.lists { width:100%; margin:20px 0 10px 0;  }  
.list-item { width:100%; margin: 0 0 20px 0; float:left; display:table; }    
.list-img { width:168px; height:126px;  overflow:hidden;  display: table-cell; float:left; vertical-align:top;  }
.list-text { display: table-cell; width:100%; padding:0 0 0 20px;   vertical-align:top;
    h2 { font-size:2em; margin-bottom:7px;  }
    a.more { float:right; }
} */
.item-3 {
  width: 33.33333%;
}
.item-3:nth-child(3n+1) {
  clear: both;
}
.item-4 {
  width: 25%;
}
.item-4:nth-child(4n+1) {
  clear: both;
}
.item-5 {
  width: 20%;
}
.item-5:nth-child(5n+1) {
  clear: both;
}
/* fotogalerie */
.home-gallery {
  width: 100%;
  margin: 20px 0 10px 0;
}
.foto {
  margin: 0 0 15px 0;
  float: left;
}
.foto a {
  color: #6A655A;
  font-weight: normal;
}
.foto a:hover {
  color: #700507;
}
.foto-img {
  max-width: 260px;
  height: 195px;
  width: calc(90%);
  margin: 0 auto 7px auto;
  overflow: hidden;
}
.foto-img img {
  max-width: 100%;
  width: 100%;
}
.item-3 .foto-img {
  width: 224px;
  height: 168px;
}
.item-3 .foto-img img {
  max-width: none;
}
.foto-text {
  text-align: center;
  font-size: 1.5em;
}
.gallery-list {
  margin-top: 3rem;
}
.gallery-detail {
  margin-top: 2rem;
}
.home-price {
  width: 100%;
  margin: 20px 0 10px 0;
}
.home-price a {
  color: #000;
}
.home-price .price {
  margin: 0 0 30px 0;
}
.home-price .price-img {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
  height: 222px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-price .price-text {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.6875rem;
}
.home-price .price-text h3 {
  font-size: 1.6875rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #000;
}
.home-price .price-text .bigger strong {
  font-size: 1.6875rem;
  white-space: nowrap;
  color: #92342F;
  font-weight: bold;
}
.home-price .price-text .final-price {
  font-size: 1.6875rem;
}
.home-price .price-text .original-price {
  font-size: 1.6875rem;
  font-weight: normal;
}
.home-price .price-text .original-price .strike {
  text-decoration: line-through;
  color: #92342F;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .home-price .price {
    margin-top: 40px;
  }
}
.home-advice {
  width: 100%;
  margin: 20px 0 10px 0;
}
.home-advice .advice {
  margin: 0 0 10px 0;
  float: left;
}
.home-advice .advice a {
  color: #6A655A;
  font-weight: normal;
}
.home-advice .advice a:hover {
  color: #700507;
}
.home-advice .advice:last-child {
  margin-right: 0;
}
.home-advice .advice-img {
  width: 168px;
  height: 126px;
  margin: 0 auto 7px auto;
}
.home-advice .advice-text {
  text-align: center;
  font-size: 1.8em;
}
.home-buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home-buttons > a {
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 2px 10px;
}
.home-buttons > a .home-button {
  display: table;
  position: relative;
  margin-bottom: 20px;
  height: 100px;
  background-color: #AB413B;
  color: #fff;
  word-spacing: 9999px;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.2em;
  text-transform: uppercase;
  /*background-repeat: no-repeat; background-position: right center;*/
}
.home-buttons > a .home-button .home-button-text {
  display: table-cell;
  padding: 12px 85px 12px 15px;
  vertical-align: middle;
}
.home-buttons > a .home-button span {
  font-size: 1.5em;
  font-weight: 600;
}
.home-buttons > a .home-button::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #9B2121;
  border-right: 35px solid transparent;
}
.home-buttons > a .home-button .home-button-icon {
  position: absolute;
  right: 0;
}
.home-buttons > a > strong {
  font-size: 1.6em;
  font-weight: 500;
}
.home-buttons > a:hover .home-button {
  background-color: #B1CF05;
}
.home-buttons > a:hover .home-button::after {
  border-top-color: #B1CF05;
}
.faq-demo-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-family: Arial, sans-serif;
}
.faq-demo__item {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.faq-demo__item:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.faq-demo__q {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  padding: 18px 56px 18px 18px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #111;
}
.faq-demo__qtext {
  display: inline-block;
}
.faq-demo__a {
  background: #fafafa;
}
.faq-demo__abox {
  padding: 16px 18px 20px 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}
.faq-demo__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}
.faq-demo__icon::before,
.faq-demo__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  /* line length */
  height: 2px;
  /* line thickness */
  background: #111;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-demo__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-demo__q[aria-expanded="true"] .faq-demo__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq-demo__q[aria-expanded="true"] .faq-demo__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.subleft-menu li {
  font-size: 1.8em;
  line-height: 200%;
  font-family: 'Poppins light', Arial, Verdana, Tahoma, sans-serif, sans-serif;
}
.subleft-menu li.active {
  font-weight: bold;
}
.subleft-menu li a:hover {
  font-weight: bold;
}
.materials .material-fotos {
  margin: 0 0 20px 0;
}
.materials .foto-img {
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto 5px auto;
}
.materials p {
  font-size: 1.4em;
  text-align: center;
}
.partners {
  font-size: 1.4em;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.forum {
  margin: 20px 0 0 0;
}
.virtual {
  margin: 20px 0 20px 0;
}
.map-wrapper {
  height: 454px;
  margin-top: 3rem;
  margin-bottom: -2.5rem;
}
.map-wrapper #contactMap {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  height: 454px;
  width: 100%;
}
.map-wrapper img {
  max-width: inherit !important;
}
.virtual-box {
  display: none;
}
.icon-rating {
  display: inline-block;
  position: relative;
}
.icon-rating-container {
  display: inline-block;
  width: 101px;
  margin: 0 0 0 5px;
  overflow: hidden;
}
.icon-rating-container.star1 .icon-rating {
  left: -80px;
}
.icon-rating-container.star2 .icon-rating {
  left: -60px;
}
.icon-rating-container.star3 .icon-rating {
  left: -38px;
}
.icon-rating-container.star4 .icon-rating {
  left: -18px;
}
.icon-rating-container.star5 .icon-rating {
  left: 0;
}
.highline {
  width: 100%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 1.6em;
  padding: 0 15px 0 15px;
}
.highline strong {
  color: #fff;
  float: left;
}
.forum-question {
  margin: 0 0 10px 0;
}
.forum-question .text p {
  background: #DFDDD9;
  padding: 15px 15px 15px 15px;
}
.forum-question .highline {
  background: #9F9D97;
}
.forum-answer {
  margin: 0 0 20px 20px;
}
.forum-answer .text p {
  background: #E4D5D5;
  padding: 15px 15px 15px 15px;
}
.forum-answer .highline {
  background: #AB413B;
}
#footer {
  background: #9C4743;
}
#footer .col-in {
  padding: 35px 35px 15px 35px;
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer nav {
  margin: 0  auto;
}
#footer nav ul {
  text-align: left;
  font-size: 1.375rem;
  display: inline-block;
}
#footer nav ul li {
  line-height: 150%;
}
#footer nav ul a:hover {
  text-decoration: underline;
}
#footer .footer-logo {
  margin-bottom: 24px;
  max-height: 68px;
  display: inline-block;
}
#footer .footer-logo img {
  max-width: 100%;
  height: auto;
}
#footer .footer-logo p {
  position: relative;
  top: -1.25rem;
  font-size: 15px;
}
#footer .footer-contact {
  font-size: 1.375rem;
  margin: 0 0 15px 0;
  width: 255px;
  font-weight: 400;
  display: inline-block;
}
#footer .footer-contact .svg-phone {
  width: 40px;
  margin-right: 5px;
}
#footer .footer-contact .svg-phone svg {
  margin-top: 6px;
  height: 32px;
  width: 100%;
}
#footer .footer-contact .svg-email {
  width: 40px;
  margin-right: 5px;
}
#footer .footer-contact .svg-email svg {
  margin-top: 12px;
  height: 32px;
  width: 100%;
}
#footer .copy p {
  margin: 40px 0 15px 0;
  font-size: 1.0625rem!important;
  color: white !important;
}
.form-row {
  margin: 0 0 10px 0;
}
.form-error-message {
  color: #AB413B;
  font-size: 1.1em;
  margin: 3px 0 0 5px;
  display: inline-block;
}
.ask-form {
  margin-top: 20px;
}
/* pager */
.pager {
  width: 100%;
  text-align: center;
  float: left;
}
.pager li {
  display: inline-block;
  font-size: 1.4em;
  margin: 0 3px 0 3px;
  line-height: 12px;
}
.pager li a {
  padding: 5px 5px 5px 5px;
  display: inline-block;
}
.pager li.prev {
  padding-left: 3px;
}
.pager li.next {
  padding-right: 3px;
}
.pager li.prev a {
  padding: 5px 5px 5px 15px;
  margin-right: 5px;
}
.pager li.next a {
  padding: 5px 15px 5px 5px;
  margin-left: 5px;
}
.pager li.prev a:hover {
  text-decoration: none;
}
.pager li.next a:hover {
  text-decoration: none;
}
.pager li a {
  text-decoration: none;
}
.pager li.active {
  font-weight: bold;
  font-size: 1.7em;
}
.pager li a:hover {
  text-decoration: underline;
}
.forum-pager {
  text-align: center;
  font-size: 1.4em;
}
.cookies-line {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 2005;
  padding: 15px 0 10px 0;
  display: none;
}
.cookies-line .cookies-line-text {
  width: 80%;
  float: left;
  text-align: center;
  font-size: 1.8em;
  line-height: 180%;
  margin-top: 5px;
}
.cookies-line .cookies-line-button {
  width: 20%;
  float: left;
  text-align: right;
}
.cookies-line #cookies-button {
  background: #700507;
  overflow: hidden;
  line-height: 32px;
  margin: 0 10px 0 10px;
  border: none;
  height: 32px;
  font-size: 1.6em;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0  5px 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cookies-line #cookies-button:hover {
  background: #700507;
}
@media only screen and (max-width: 767px) {
  .cookies-line .cookies-line-text {
    width: 100%;
  }
  .cookies-line .cookies-line-button {
    text-align: center;
    width: 100%;
  }
}
.header-contact-links .svg-question {
  width: 16px;
}
.header-contact-links-mobile .svg-question {
  width: 30px;
}
.breadcrumb {
  font-size: 1.25rem;
  margin: 2rem 0 0;
}
.breadcrumb li {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0.25rem!important;
}
.slider-all-text .btn {
  background-color: transparent;
  transition: background-color 1s;
}
.slider-all-text .btn:hover {
  background-color: #B1CF05;
}
.slider-all-text,
.slider-discount {
  -webkit-animation: banner-animate 3s ease-out;
  animation: banner-animate 3s ease-out;
}
@-webkit-keyframes banner-animate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes banner-animate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-body {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.popup {
  width: 600px;
  height: 500px;
  position: absolute;
  z-index: 101;
  left: calc(-250%);
  top: calc(-200%);
  background: #fff;
  padding: 40px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.calc-wrapper {
  margin-top: 3rem;
}
.calc-wrapper.categories-wrapper .col-category {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 300px;
  border: 5px solid #f6f6f6;
}
.calc-wrapper.categories-wrapper .col-category img {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.calc-wrapper strong {
  font-weight: 400!important;
}
.company-award {
  max-width: 200px;
  margin-bottom: -1rem;
}
.mw-1240 {
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mw-1240 {
    padding-left: 1.5rem;
  }
}
.mobile-show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.h-advantage h3 {
  padding-top: 1rem;
  margin-bottom: 10px;
}
.h-advantage .text div div {
  margin-left: 50px;
  display: block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .h-advantage .text div div {
    margin: 0;
    width: 100%;
  }
}
.h-advantage .text div {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .h-advantage .text div {
    display: block;
    padding: 0px 5px 0px 5px;
  }
}
.h-advantage .text div div h3 strong {
  color: #92342F !important;
}
.h-advantage .text div div span {
  line-height: 2rem;
}
.h-video-iframe h3 {
  padding-top: 1rem;
  margin-bottom: 10px;
}
#header.fixed .header-top {
  position: fixed;
  z-index: 1000;
  background: rgba(76, 76, 76, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
#header.fixed .header-top .header-top-menu {
  display: none;
}
#header.fixed .header-top .main-menu {
  margin: 0;
  height: auto;
}
#header.fixed .header-top .main-menu li a:hover,
#header.fixed .header-top .main-menu li a.active {
  color: #ffffff;
}
#header.fixed .header-top .main-menu nav > ul > li a {
  margin: 0 12px;
}
#header.fixed .header-top .main-menu .menu-107 > a {
  background: #9F514A;
  padding: 0.25rem 0.5rem;
  line-height: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: white;
}
#header.fixed .header-top .main-menu .menu-107 > a::before {
  content: normal;
}
#header.fixed .header-top .main-menu .menu-107 {
  background: transparent;
}
#header.fixed .header-top .logo {
  margin: 1rem 0 0.5rem;
  padding-right: 15px !important;
}
#header.fixed .header-top .logo img {
  max-width: 220px;
}
#header.fixed .header-top .logo .logo-text {
  top: -15px;
}
@media only screen and (min-width: 1599px) {
  #header.fixed .header-top {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media only screen and (max-width: 1199px) {
  #header.fixed .header-top .main-menu li {
    font-size: 0.875rem !important;
  }
  #header.fixed .header-top .main-menu nav > ul > li a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1099px) {
  #header.fixed .header-top .main-menu nav > ul > li a {
    margin: 0 5px;
  }
}
#header.fixed .header-top .slicknav_menu .slicknav_nav {
  min-height: calc(100vh - 60px);
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#header {
  position: relative;
  overflow: hidden;
}
#header-slider {
  position: absolute!important;
}
#header-slider .header-slider-item {
  left: 0;
}
.header-middle {
  position: relative;
  z-index: 10;
}
.header-top {
  position: relative;
  z-index: 11;
}
#header-slider .header-slider-item-container {
  width: 100%;
}
#header-slider .header-slider-item-container img {
  width: 100%;
  max-width: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  float: left;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
img {
  max-width: 100%;
}
.show-xs,
.show-md {
  display: none;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.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,
.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,
.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,
.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 {
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* mobil and desktop landscape */
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
/* tablets and mobile landscape */
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* desktop adn tablet landscape */
@media only screen and (min-width: 980px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* large desktop */
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .hidden-lg {
    display: none;
  }
}
/* desktop */
@media (min-width: 981px) and (max-width: 1199px) {
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-padding-h-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-padding-h-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 979px) {
  .font-md-smaller {
    font-size: 85%;
  }
  .hidden-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}
/* tablet */
/* mobile only*/
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
  .tcenter-xs {
    text-align: center;
  }
  .tleft-xs {
    text-align: left;
  }
  .tright-xs {
    text-align: right;
  }
  .fright-xs {
    float: right;
  }
  .fleft-xs {
    float: left;
  }
  .box-center-xs {
    margin: 0 auto;
    float: none;
  }
  .fnone-xs {
    float: none;
  }
  .clear-xs {
    clear: both;
  }
  .block-xs {
    display: block;
  }
  .font-xs-smaller {
    font-size: 75%;
  }
}
/* telefon  */
/* mobil portrait*/
@media only screen and (max-width: 480px) {
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .clear-xxs {
    clear: both;
  }
  .fright-xxs {
    float: right;
  }
  .fleft-xxs {
    float: left;
  }
  .hidden-xxs {
    display: none;
  }
}
@media only screen and (max-width: 1620px) {
  .main-menu li {
    font-size: 1.2rem!important;
  }
  .main-menu nav > ul > li a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1450px) {
  .main-menu li {
    font-size: 1.1rem!important;
  }
  .main-menu nav > ul > li a {
    margin: 0 8px;
  }
  .logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1299px) {
  .main-menu li {
    font-size: 1rem!important;
  }
  .main-menu nav > ul > li a {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .box-news {
    flex-wrap: wrap;
  }
  .box-news h2 {
    width: 100%;
  }
  .box-news h2 .news .row-item .text,
  .box-news h2 .news .row-item h3 {
    font-size: 1.275rem;
  }
  #header .claim {
    font-size: 3rem;
    max-width: 430px;
  }
  #header .claim h1 {
    font-size: 3rem;
  }
  #header .claim h1 strong {
    font-size: 2.8rem;
  }
  #header .claim span {
    font-size: 2rem;
  }
  #header .rabbat {
    width: 220px;
    height: 220px;
    background-size: contain;
    font-size: 1.75rem;
    margin-right: 0;
  }
  #header .rabbat span {
    font-size: 3.625rem;
    line-height: 3rem;
  }
  .box-content-homepage.why-stako .content-homepage ul li {
    font-size: 1.5rem;
    padding: 0 3rem 3rem;
    width: 50%;
  }
  .why-stako ul li {
    font-size: 1.5rem;
    padding: 0 3rem 3rem;
    width: 50%;
  }
  .header-contact-links a {
    margin: 0 0 0 10px;
  }
  /* slider */
  .slider-all-text {
    bottom: 130px;
    padding: 30px 30px 20px 30px;
    right: 10px;
  }
  .slider-all-text p {
    font-size: 2em;
  }
  .slider-all-text p.bigger {
    font-size: 3em;
  }
  .slider-discount {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    left: 10px;
    font-size: 2.4em;
  }
  .slider-discount span {
    font-size: 2em;
  }
  .item-4 {
    width: 33%;
  }
  .item-4:nth-child(3n + 1 ) {
    clear: both;
  }
  .item-4:nth-child(4n + 1 ) {
    clear: none;
  }
  .item-5 {
    width: 25%;
  }
  .item-5:nth-child(4n + 1 ) {
    clear: both;
  }
  .item-5:nth-child(5n + 1 ) {
    clear: none;
  }
  .box-ref .text p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1120px) {
  .logo {
    margin-top: 0;
    padding-right: 50px!important;
  }
  #header .header-top .header-top-menu {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 979px) {
  #header .header-top .header-top-menu {
    margin-top: 0;
    margin-right: 45px;
  }
}
@media only screen and (max-width: 979px) {
  .box-3d-designer-wrapper .box-3d-designer > div h2 {
    font-size: 3rem;
  }
  .box-3d-designer-wrapper .box-3d-designer > div strong {
    font-size: 2.5rem;
  }
  .why-stako ul li {
    padding: 0 2.5rem 2.5rem;
    width: 50%;
  }
  body:not(.homepage) .content > h1 {
    font-size: 3rem;
  }
  body:not(.homepage) .content > h2,
  body:not(.homepage) .categories-wrapper > h2 {
    font-size: 2.5rem;
  }
  .slider-bg .bg-item {
    padding-right: 0.5rem;
  }
  .slider-bg #homepage-slider-ref {
    height: 240px;
  }
  .homepage h2 {
    text-align: center;
    margin: 1rem 0;
  }
  .homepage h2 span {
    font-size: 3.1rem;
    padding: 3rem 0 3rem 130px;
  }
  /* slider */
  .slider-all-text {
    bottom: 130px;
    padding: 20px 20px 10px 20px;
    right: 10px;
  }
  .slider-all-text p {
    font-size: 1.6em;
  }
  .slider-all-text p.bigger {
    font-size: 2,6em;
  }
  .slider-all-text .slider-all-img {
    width: 35%;
  }
  .slider-discount {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    left: 10px;
    padding-top: 30px;
    font-size: 2em;
  }
  .slider-discount span {
    font-size: 1.6em;
  }
  .homepage .slider-discount {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 2.2em;
  }
  .homepage .slider-discount span {
    font-size: 1.6em;
  }
  #main .content-right {
    width: 100%;
  }
  #main .col-left {
    width: 100%;
  }
  .built-in {
    margin-top: 20px;
  }
  .built-in .row > div {
    margin-bottom: 10px;
  }
  .built-in .row > div:nth-child(2n+1) {
    clear: both;
  }
}
.main-menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
@media only screen and (min-width: 980px) {
  #header {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .main-menu {
    display: block;
  }
  #all.fixed .logo-fixed,
  #all.fixed .contact-fixed {
    min-width: 180px;
  }
  #all.fixed .main-menu {
    display: flex;
  }
  .slicknav_menu {
    display: none;
  }
  .header-contact-links {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-all-text {
    display: none;
  }
  .slider-discount {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    left: 10px;
    padding-top: 20px;
    font-size: 1.6em;
  }
  .slider-discount span {
    font-size: 1.4em;
  }
  .breadcrumb {
    margin: 1.5rem 0 0;
  }
  .breadcrumb li {
    font-size: 1.125rem!important;
  }
  .box-news .news .row-item {
    width: 100%;
  }
  .box-news .news .row-item .text,
  .box-news .news .row-item h3 {
    font-size: 1.25rem;
  }
  .header-middle {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .header-middle .rabbat {
    order: 1;
    margin-bottom: 0;
  }
  .header-middle .claim {
    order: 2;
  }
  .header-middle .btn-transparent {
    margin: 2rem 0 0;
  }
  .homepage h2 span {
    font-size: 2.5rem;
    padding: 3rem 0 3rem 130px;
  }
  .box-ref .text p {
    font-size: 1rem;
  }
  .homepage .slider-discount {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    padding-top: 33px;
    font-size: 2em;
    top: 35px;
  }
  .homepage .slider-discount span {
    font-size: 1.4em;
  }
  .col-box-2 {
    width: 100%;
  }
  .item-3 {
    width: 50%;
  }
  .item-3:nth-child(2n + 1 ) {
    clear: both;
  }
  .item-3:nth-child(3n + 1 ) {
    clear: none;
  }
  .item-3:nth-child(4n + 1 ) {
    clear: none;
  }
  .item-4 {
    width: 50%;
  }
  .item-4:nth-child(2n + 1 ) {
    clear: both;
  }
  .item-4:nth-child(3n + 1 ) {
    clear: none;
  }
  .item-4:nth-child(4n + 1 ) {
    clear: none;
  }
  .item-5 {
    width: 33%;
  }
  .item-5:nth-child(3n + 1 ) {
    clear: both;
  }
  .item-5:nth-child(4n + 1 ) {
    clear: none;
  }
  .item-5:nth-child(5n + 1 ) {
    clear: none;
  }
  #footer nav {
    margin: 20px 0 0 0;
  }
  #footer nav li {
    text-align: center;
  }
  #footer .footer-contact p {
    margin-bottom: 5px;
  }
  .partners {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .text h2 {
    font-size: 1.6em;
  }
  .slider-all-text {
    display: block!important;
    bottom: 55px;
    min-width: 340px;
  }
}
@media only screen and (max-width: 899.98px) {
  #header .header-top .header-top-menu {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-wrapper img {
    min-width: auto;
    width: auto;
  }
  .box-3d-designer-wrapper .box-3d-designer {
    width: 100%;
  }
  .box-3d-designer-wrapper .box-3d-designer > div h2 {
    font-size: 3rem;
  }
  .box-3d-designer-wrapper .box-3d-designer > div strong {
    font-size: 2.5rem;
  }
  .box-content-homepage.why-stako .content-homepage ul li {
    font-size: 1.35rem;
    padding: 0 2.5rem 2.5rem;
    width: 100%;
  }
  .why-stako ul li {
    font-size: 1.35rem;
    padding: 0 2.5rem 2.5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .header-contact-links {
    margin: 0 0 0 50px;
  }
  .header-top-menu {
    justify-content: center;
  }
  .header-top-menu nav {
    display: none;
  }
  body:not(.homepage) .content > h1 {
    font-size: 2.5rem;
  }
  body:not(.homepage) .content > h1::before {
    content: normal;
  }
  body:not(.homepage) .content > h2,
  body:not(.homepage) .categories-wrapper > h2 {
    font-size: 2rem;
  }
  body:not(.homepage) .content > h2::before,
  body:not(.homepage) .categories-wrapper > h2::before {
    content: normal;
  }
  .contacts {
    overflow: visible;
    height: 50%;
  }
  .contacts .list-item {
    height: auto;
  }
  .contacts .list-text {
    width: 100%;
  }
  .contacts .list-img {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .contacts .list-img img {
    display: none;
  }
  .contacts .list-img .more-info {
    position: static;
    margin: 0 0 2rem;
    display: inline-block;
  }
}
@media only screen and (min-width: 568px) {
  #all.fixed .header-contact-links {
    margin-top: -3px;
  }
}
@media only screen and (max-width: 567px) {
  .header-contact-links {
    margin: 0 0 0 -10px;
  }
  .partners {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .contact-text {
    display: none;
  }
  .box-3d-designer-wrapper .box-3d-designer > div h2 {
    background: none;
  }
  .box-3d-designer-wrapper .box-3d-designer > div h2,
  .box-3d-designer-wrapper .box-3d-designer > div strong,
  .box-3d-designer-wrapper .box-3d-designer > div p {
    padding-left: 0;
  }
  .homepage h2 {
    text-align: center;
    margin: 1rem 0;
  }
  .homepage h2 span {
    font-size: 3.1rem;
    padding: 2rem 0;
    background: none;
  }
  .slider-bg .references {
    margin: 10% 8% 0;
  }
  .slider-bg #homepage-slider-ref {
    height: 375px;
  }
  #all.fixed .contact-fixed.header-contact-links {
    width: 80px;
    padding-right: 110px;
    min-width: 0;
  }
  #all.fixed .contact-fixed.header-contact-links > div {
    display: flex;
    align-items: center;
  }
  #all.fixed .contact-fixed.header-contact-links .svg-phone {
    width: 32px;
  }
  #all.fixed .contact-fixed.header-contact-links .svg-email {
    width: 25px;
  }
  .homepage .slider-discount {
    width: 120px;
    height: 120px;
    padding-top: 23px;
    font-size: 1.5em;
    top: 8px;
  }
  .slider-all-text {
    min-width: 300px;
  }
  #home-slider,
  .home-slider-thumbs,
  .home-slider-thumb {
    height: 410px!important;
  }
}
@media only screen and (max-width: 480px) {
  .header-top {
    padding: 0 5px 0 10px;
  }
  #header .claim h1,
  #header .claim h1 strong {
    font-size: 2rem;
  }
  .item-3 {
    width: 100%;
  }
  .item-4 {
    width: 100%;
  }
  .item-5 {
    width: 100%;
  }
  .footer-contact {
    margin-bottom: 20px;
  }
  .partners {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .list-img {
    display: block;
    float: none;
  }
  .list-text {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
  .list-item {
    display: block;
  }
  .text img.img-right {
    max-width: 100%;
    margin: 0 0 10px 0;
    float: none;
    clear: both;
    display: block;
  }
  .text img.img-right:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .text img.img-left {
    max-width: 100%;
    margin: 0 0 10px 0;
    float: none;
    clear: both;
    display: block;
  }
  .text img.img-left:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .header-right.col-xxs-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-phone {
    left: calc(100% - 105px);
  }
  .header-contact-links-mobile {
    right: 70px;
    margin-top: 7px;
  }
  .header-contact-links-mobile a {
    margin: 0 2px;
  }
  .header-contact-links-mobile .svg-phone {
    width: 30px;
  }
  .header-contact-links-mobile .svg-email {
    width: 22px;
  }
  .header-contact-links-mobile .svg-question {
    width: 20px;
    margin-left: 5px;
  }
  .popup {
    width: 320px;
    height: 500px;
    left: calc(-110%);
    top: 50px;
    font-size: 12px;
  }
  .soc-box li {
    margin-right: -7px;
  }
}
@media only screen and (max-width: 400px) {
  #all.fixed .logo-fixed {
    min-width: 180px;
  }
}
