@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/montserrat/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #c50c1f;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #666666;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #161616;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 72px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 16px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #c50c1f !important;
  font-size: 15px;
  text-align: center;
  height: auto !important;
  line-height: 15px !important;
  position: relative;
  margin-top: 30px;
  font-weight: 500;
}
.button .button__icon {
  position: absolute;
  background-color: #666666;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #666666 !important;
}
.button:hover .button__icon {
  background-color: #666666;
}
.button:hover .button__icon .far {
  color: #c50c1f !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #666666 !important;
  border-color: #666666;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c50c1f !important;
  border-color: #c50c1f;
}
.button--inverse {
  background: none !important;
  color: #c50c1f !important;
  border-color: #c50c1f;
}
.button--inverse:hover {
  background: #c50c1f !important;
  color: #ffffff !important;
  border-color: #c50c1f;
}
.carousel-fade .carousel-inner .item {
  /*-webkit-transition-property: opacity;
            -ms-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;*/
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  visibility: visible;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  visibility: visible;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.uptitle {
  color: #c50c1f;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 60px 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 40px;
  line-height: 46px;
  position: relative;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #161616;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #c50c1f;
}
.block__top {
  *zoom: 1;
  margin-bottom: 50px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-weight: 300;
  font-size: 50px;
  line-height: 56px;
  padding-bottom: 26px;
  position: relative;
}
.block__top h2:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .block__top h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.block__top.text-center h2:after {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  height: auto !important;
  min-height: 300px !important;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 44px;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px) {
  .main h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main h2 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c50c1f;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  background-color: #c50c1f;
  width: 4px;
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #c50c1f;
  font-weight: bold;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr:first-child td {
  padding-top: 0;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #c50c1f;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #161616;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery-columns-6 .gallery-item {
  width: 14.75% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-6 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-6 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-6 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-6 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 37, 0.81);
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main .wpcf7-spinner {
  display: none !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-family: 'Montserrat';
  padding: 0 20px;
  color: #161616;
  border: thin solid #ddd;
  font-size: 14px;
  font-weight: 300;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #c50c1f;
}
.main textarea {
  padding: 20px;
  height: 136px;
  max-width: 100%;
  min-width: 100%;
}
@media all and (max-width: 500px) {
  .main textarea {
    height: 70px;
    padding: 10px;
  }
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .wpcf7-not-valid-tip {
  background-color: #d93d3d;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 6px;
  position: absolute;
  left: 0;
  top: 95%;
  z-index: 2;
}
.main input[type="file"] {
  color: #333;
  border: none !important;
  outline: none;
}
.main input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.main input[type="file"]::before {
  content: "Nahr\00E1t foto";
  color: white;
  text-align: center;
  display: block;
  background: #161616;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 11px;
}
.main input[type="file"]:active {
  outline: none !important;
}
.main input[type="file"]:hover::before {
  background-color: #222;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 10px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #c50c1f !important;
  font-size: 14px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  border: none;
  font-weight: 500;
  min-width: 200px;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    width: 100% !important;
    display: block !important;
  }
}
.main input[type=submit]:hover {
  background: #666666 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
  padding: 4px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .acc {
  margin: 20px 0;
}
.wpcf7 .acc label {
  word-break: normal;
}
.wpcf7 .acc p {
  font-size: 11px !important;
  line-height: 18px !important;
  color: #999;
}
.wpcf7 .acc a {
  color: #c50c1f;
  text-decoration: underline;
}
.wpcf7 .acc a:hover {
  text-decoration: underline;
  color: #666666;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .wpcf7-acceptance label,
  .wpcf7-radio label,
  .wpcf7-checkbox label {
    word-break: break-all;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 11px;
  color: #ffffff;
  background-color: #c50c1f;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #c50c1f;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #c50c1f;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #161616;
  text-decoration: none;
}
.paginator .current {
  color: #c50c1f;
  padding: 10px;
  font-weight: bold;
  background-color: #161616;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #666666;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #c50c1f;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #595959;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #737373;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #8c8c8c;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #595959;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #c50c1f;
  color: #ffffff;
}
.grecaptcha-badge {
  display: none !important;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #c50c1f !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #666666 !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
.bgc {
  background-color: #f1f1f1;
}
.lines {
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 40px auto;
}
.rll-youtube-player {
  padding-bottom: 0 !important;
  background-color: #000000;
  height: 300px !important;
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.showcase {
  position: relative;
}
.showcase .active .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: slide 5s linear infinite;
  -moz-animation: slide 5s linear infinite;
  -o-animation: slide 5s linear infinite;
  animation: slide 5s linear infinite;
}
.showcase .active .item__text {
  display: block !important;
}
#slider {
  background: #161616;
}
#slider .item .wrap {
  z-index: 3;
  height: 600px;
  max-width: 100%;
}
@media all and (max-width: 500px) {
  #slider .item .wrap {
    height: 700px;
  }
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
#slider .item__text {
  max-width: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 50px;
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1220px) {
  #slider .item__text {
    max-width: 440px;
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  #slider .item__text {
    max-width: 100%;
    text-align: center;
    padding: 50px;
  }
}
#slider .item__text h1,
#slider .item__text h2 {
  font-size: 58px;
  line-height: 64px;
  position: relative;
  font-weight: 300;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  #slider .item__text h1,
  #slider .item__text h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
#slider .item__text h1 strong,
#slider .item__text h2 strong {
  display: block;
}
#slider .item__text p {
  font-size: 22px;
  line-height: 30px;
}
#slider .item__text .button {
  opacity: 1 !important;
}
#slider .carousel-indicators {
  margin-left: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1110px;
  width: 100%;
  display: none !important;
}
#slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #666666;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px;
}
#slider .carousel-indicators li.active {
  background-color: #c50c1f;
}
.showcase__page {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.showcase__page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#111111', GradientType=1);
  /* IE6-9 */
}
.showcase__page .wrap {
  padding: 120px 0 50px 0;
}
@media all and (max-width: 450px) {
  .showcase__page .wrap {
    padding: 50px 0;
  }
}
.showcase__page h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  padding-bottom: 26px;
  position: relative;
}
.showcase__page h1:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.showcase__page--bigger {
  position: relative;
  color: #161616;
  text-align: left;
  overflow: hidden;
  background-attachment: fixed !important;
}
.showcase__page--bigger .wrap {
  padding-top: 40px;
}
.showcase__page--bigger h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
}
.showcase__page--bigger .showcasetext {
  max-width: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  float: right;
  padding: 30px 50px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__page--bigger .showcasetext {
    max-width: 100%;
    text-align: center;
    padding: 50px;
  }
}
@media all and (max-width: 767px) {
  .showcase__page--bigger .showcasetext {
    padding: 30px 10px;
  }
}
.showcase__page--bigger .showcasetext:after {
  content: "";
  display: block;
  width: 5000px;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  top: 0;
  left: 100%;
  position: absolute;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__page--bigger .showcasetext:after {
    display: none;
  }
}
.showcase__page--bigger .showcasetext h1,
.showcase__page--bigger .showcasetext h2 {
  font-size: 58px;
  line-height: 64px;
  position: relative;
  font-weight: 300;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__page--bigger .showcasetext h1,
  .showcase__page--bigger .showcasetext h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
.showcase__page--bigger .showcasetext h1 strong,
.showcase__page--bigger .showcasetext h2 strong {
  display: block;
}
.showcase__page--bigger .showcasetext p {
  font-size: 22px;
  line-height: 30px;
}
.showcase__page--bigger .showcasetext .button {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.showcase__page--bigger .frmshowcase {
  position: relative;
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  max-width: 100%;
  margin-top: 24px;
  text-align: left;
}
.showcase__page--bigger .frmshowcase .close__frm {
  display: none;
}
.aboutbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .aboutbox {
    display: block;
  }
}
.aboutbox__text {
  width: 50%;
  background-color: #9e0a19;
  color: #ffffff;
  *zoom: 1;
}
.aboutbox__text:before,
.aboutbox__text:after {
  content: "";
  display: table;
}
.aboutbox__text:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .aboutbox__text {
    width: 100%;
  }
}
.aboutbox__text .block__top h2 {
  padding-bottom: 26px;
  position: relative;
}
.aboutbox__text .block__top h2:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #161616;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutbox__text__inner {
  float: right;
  max-width: 600px;
  width: 100%;
  padding: 40px 40px 40px 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px) {
  .aboutbox__text__inner {
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .aboutbox__text__inner {
    padding: 40px;
    float: none;
    max-width: 100%;
  }
}
.aboutbox__img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .aboutbox__img {
    width: 100%;
    height: 300px;
  }
}
.aboutbox__img:hover .aboutbox__img__inner {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutbox__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ytblock {
  overflow: hidden;
}
.ytblock .wrap {
  padding-bottom: 50px;
}
.ytblock .block__top {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .ytblock .block__top h2:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.ytbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .ytbox {
    display: block;
  }
}
.ytbox__video {
  width: 46%;
  margin-top: 50px;
  position: relative;
}
@media all and (max-width: 767px) {
  .ytbox__video {
    width: 100%;
    margin-top: 50px;
    height: 200px;
  }
}
.ytbox__video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.ytbox__video:hover:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
a.ytbox__video__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  z-index: 2;
}
a.ytbox__video__link:hover {
  color: #ffffff;
  text-decoration: none;
}
.ytbox__video__link__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.ytbox__video__link__inner .fa-regular {
  color: #c50c1f;
  font-size: 24px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.ytbox__video__link__inner span {
  display: inline-block;
  vertical-align: middle;
}
.ytbox__text {
  width: 50%;
  margin-left: 4%;
  background-color: #ffffff;
  padding: 50px 0 50px 60px;
  position: relative;
}
@media all and (max-width: 767px) {
  .ytbox__text {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 30px;
  }
}
.ytbox__text:before {
  content: "";
  background-color: #ffffff;
  left: 100%;
  width: 2000px;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
.saunasblock .wrap {
  max-width: 100%;
  padding: 0 !important;
}
.saunaslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 500px) {
  .saunaslist {
    display: block;
  }
}
.saunaslist .item {
  width: 33.33%;
  height: 450px;
  position: relative;
}
@media all and (max-width: 767px) {
  .saunaslist .item {
    width: 50%;
    height: 300px;
  }
}
@media all and (max-width: 500px) {
  .saunaslist .item {
    width: 100%;
  }
}
.saunaslist .item:hover:after,
.saunaslist .item:hover .block__top {
  color: #ffffff;
}
.saunaslist .item:hover:after {
  opacity: 0;
}
.saunaslist .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.saunaslist .item:nth-child(odd) .block__top {
  bottom: 60px;
}
.saunaslist .item:nth-child(even) .block__top {
  top: 60px;
}
.saunaslist .block__top {
  position: absolute;
  left: 60px;
  margin-bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media all and (max-width: 500px) {
  .saunaslist .block__top {
    top: initial !important;
    bottom: 40px !important;
  }
}
.saunaslist .block__top h2 {
  font-size: 36px;
  line-height: 42px;
}
.saunaslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.iconslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.iconslist .item {
  max-width: 20%;
  width: 100%;
}
@media all and (max-width: 767px) {
  .iconslist .item {
    max-width: 33%;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 550px) {
  .iconslist .item {
    max-width: 50%;
  }
}
.iconslist .item:hover .item__text:after {
  width: 120px;
}
.iconslist .item__icon {
  margin-bottom: 20px;
  height: 100px;
}
.iconslist .item__icon img {
  max-height: 96%;
  width: auto;
  max-width: 90%;
}
.iconslist .item__text {
  padding-bottom: 26px;
  position: relative;
}
.iconslist .item__text:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.iconslist .item__text:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iconslist .item__text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .iconslist .item__text p {
    font-size: 13px;
    line-height: 20px;
  }
}
.showroomsblock {
  overflow: hidden;
}
.showroomsblock .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.showroomsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .showroomsbox {
    display: block;
  }
}
.showroomsbox__text {
  width: 50%;
  padding: 50px 50px 50px 0;
}
@media all and (max-width: 767px) {
  .showroomsbox__text {
    width: 100%;
    padding: 40px;
  }
}
.showroomsbox__items {
  width: 50%;
  background-color: #c50c1f;
  position: relative;
  padding: 70px 0 20px 70px;
}
@media all and (max-width: 767px) {
  .showroomsbox__items {
    width: 100%;
    padding: 40px;
  }
}
.showroomsbox__items:after {
  content: '';
  background-color: #c50c1f;
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0;
  width: 4000px;
  display: block;
  z-index: 1;
}
.showroomslist {
  position: relative;
  z-index: 2;
}
.showroomslist .item {
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
}
.showroomslist .item:hover .item__bg {
  opacity: 0.30;
}
.showroomslist .item:last-child {
  margin-bottom: 0;
}
.showroomslist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  opacity: 0.40;
}
.showroomslist .item__title {
  z-index: 2;
  text-align: center;
  font-weight: 300;
  padding-bottom: 26px;
  position: relative;
  padding: 50px 10px;
}
.showroomslist .item__title:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.showroomslist .item__title:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 26px;
}
.showroomslist .item__title strong {
  font-weight: 500;
}
.showroomslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.ourslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 700px) {
  .ourslist {
    display: block;
  }
}
.ourslist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: thin solid #e3e3e3;
  position: relative;
}
@media all and (max-width: 700px) {
  .ourslist .item {
    width: 100%;
    margin-right: 0;
  }
}
.ourslist .item:nth-child(3n+3) {
  margin-right: 0;
}
.ourslist .item:hover .button {
  background-color: #666666 !important;
}
.ourslist .item:hover .item__text h2 {
  color: #c50c1f;
}
.ourslist .item:hover .item__text h2:after {
  width: 110px;
}
.ourslist .item:hover .item__img .inner {
  opacity: 0.80;
}
.ourslist .item__img {
  padding: 20px;
}
.ourslist .item__img .inner {
  height: 300px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .ourslist .item__img .inner {
    height: 200px;
  }
}
@media all and (max-width: 700px) {
  .ourslist .item__img .inner {
    height: 300px;
  }
}
@media all and (max-width: 450px) {
  .ourslist .item__img .inner {
    height: 200px;
  }
}
.ourslist .item__text {
  padding: 0 20px 20px 20px;
}
.ourslist .item__text h2 {
  padding-bottom: 26px;
  position: relative;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
}
.ourslist .item__text h2:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .ourslist .item__text h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 700px) {
  .ourslist .item__text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.ourslist .item__text h2:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ourslist .item__additions {
  background-color: #f7f7f7;
  padding: 8px 20px;
}
.ourslist .item__description {
  padding: 14px 20px;
}
.ourslist .item__description p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.ourslist .button {
  margin-top: 14px;
}
.ourslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.additionslist .aitem {
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  margin-bottom: 8px;
}
.additionslist .aitem:last-child {
  margin-bottom: 0;
}
.additionslist .aitem__icon {
  width: 30px;
  text-align: center;
  color: #c50c1f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 22px;
}
table.table__icons td {
  text-align: left;
  width: auto !important;
}
table.table__icons td:first-of-type {
  width: 140px !important;
  text-align: center;
}
.sboxlist .item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .sboxlist .item {
    display: block;
  }
}
.sboxlist .item .block__top {
  margin-bottom: 0;
}
.sboxlist .item .block__top h2 {
  font-size: 32px;
  line-height: 38px;
}
.sboxlist .item__text {
  width: 60%;
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  .sboxlist .item__text {
    width: 100%;
    padding-right: 0;
  }
}
.sboxlist .item__img {
  width: 40%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .sboxlist .item__img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.sboxlist .item__numero {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  background-color: #c50c1f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.sboxlist .item.full--width {
  display: block;
}
.sboxlist .item.full--width .item__text {
  width: 100%;
  padding-right: 0;
}
.modal,
.tos-wrapper.tos-fixed {
  z-index: 99999;
}
#modal__video .modal-header {
  padding-bottom: 40px;
}
.modal-content {
  background-color: #000000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-content iframe {
  border: none;
}
.modal-dialog {
  width: 100%;
  max-width: 80%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 80vh !important;
}
@media all and (max-width: 767px) {
  .modal-dialog iframe {
    min-height: 400px !important;
  }
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #8d8c8c;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
.bloglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .bloglist {
    display: block;
  }
}
.bloglist .item {
  width: 30.33%;
  padding: 20px;
  border: thin solid #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
}
@media all and (max-width: 900px) {
  .bloglist .item {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  .bloglist .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 900px) {
  .bloglist .item:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .bloglist .item:nth-child(3) {
    display: block;
  }
}
.bloglist .item__img {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.bloglist .item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bloglist .item__img a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloglist .item__text {
  padding: 30px 20px;
  background-color: #ffffff;
}
.bloglist .item__title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0;
}
.bloglist .item__date {
  font-size: 13px;
  text-align: center;
  display: block;
  width: 125px;
  height: 38px;
  line-height: 38px;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.bloglist .item__date .far,
.bloglist .item__date .fas {
  color: #c50c1f;
  margin-right: 6px;
}
.bloglist p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
.bloglist .button {
  padding: 10px 20px;
  margin-top: 14px;
  font-size: 14px;
  display: block;
  width: 100%;
}
ul.shearer {
  font-size: 0;
  position: relative;
  margin-top: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: thin solid #ddd;
  padding-left: 80px;
}
ul.shearer:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "Sdílet na:";
  font-size: 14px;
}
ul.shearer li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 24px 0 0;
}
ul.shearer a {
  color: #161616;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.shearer a:hover {
  color: #c50c1f;
}
.sing__content {
  *zoom: 1;
}
.sing__content:before,
.sing__content:after {
  content: "";
  display: table;
}
.sing__content:after {
  clear: both;
}
.sing__content .featured {
  float: left;
  padding: 20px;
  border: thin solid #ddd;
  margin: 20px 30px 30px 0;
  width: 100%;
  max-width: 450px;
}
@media all and (max-width: 767px) {
  .sing__content .featured {
    float: none;
    margin: 40px auto;
  }
}
.sing__content .featured img {
  width: 100%;
  display: block;
}
.filter {
  margin-bottom: 40px;
  margin-right: 10px;
  *zoom: 1;
}
.filter:before,
.filter:after {
  content: "";
  display: table;
}
.filter:after {
  clear: both;
}
.filter__wrap {
  float: right;
}
@media all and (max-width: 500px) {
  .filter__wrap {
    float: none;
    text-align: center;
  }
}
.filter__label {
  float: left;
  margin-right: 10px;
}
@media all and (max-width: 500px) {
  .filter__label {
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.filterlist {
  float: left;
  *zoom: 1;
}
.filterlist:before,
.filterlist:after {
  content: "";
  display: table;
}
.filterlist:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .filterlist {
    float: none;
    font-size: 0;
  }
}
.filterlist .item {
  float: left;
  margin-left: 10px;
}
@media all and (max-width: 500px) {
  .filterlist .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 10px;
  }
}
.filterlist .item:first-child {
  margin-left: 0;
}
.filterlist .active a {
  text-decoration: none;
  color: #ffffff;
  background-color: #c50c1f;
}
.filterlist a {
  background-color: #f1f1f1;
  padding: 6px;
  text-decoration: none;
  color: #161616;
  font-weight: 500;
}
@media all and (max-width: 500px) {
  .filterlist a {
    display: block;
  }
}
.filterlist a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #c50c1f;
}
.interest__label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #c50c1f;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 5px;
}
.interest .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 500px) {
  .interest .wpcf7-checkbox {
    display: block;
  }
}
.interest .wpcf7-list-item {
  width: 33.33%;
  margin: 4px 0 !important;
  padding-right: 5px;
}
@media all and (max-width: 500px) {
  .interest .wpcf7-list-item {
    width: 100%;
  }
}
.interest p {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #161616;
}
.showcase.active {
  overflow: hidden;
}
.showcase.active .frmshowcase {
  left: 0;
  opacity: 1;
}
.frmshowcase {
  padding: 30px;
  background-color: #ffffff;
  position: absolute;
  bottom: 30px;
  max-width: 45%;
  opacity: 0;
  left: -9999px;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .frmshowcase {
    max-width: 100%;
  }
}
.frmshowcase .frm__label {
  margin-top: 0;
}
.frmshowcase .close__frm {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c50c1f;
  display: block;
  cursor: pointer;
  font-size: 20px;
}
.showcase__page .frmshowcase {
  position: relative;
  bottom: 0;
  left: 0 !important;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #161616;
}
.showcase__page.active .button {
  opacity: 0;
}
.showcase__page.active .frmshowcase {
  max-height: 9999px;
  padding: 30px;
}
.gdc_cquarter .gdc_inner {
  padding: 0 20px !important;
}
.photonavigo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #f1f1f1;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .photonavigo {
    padding: 4px;
  }
}
@media all and (max-width: 500px) {
  .photonavigo {
    justify-content: center;
  }
}
.photonavigo .item {
  padding: 20px;
  background-color: #444;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  color: #ffffff;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .photonavigo .item {
    padding: 8px;
    margin-right: 5px;
  }
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .photonavigo .item {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 500px) {
  .photonavigo .item {
    width: 100%;
    max-width: 50%;
    border: thin solid #f1f1f1;
    margin-right: 0;
    text-align: center;
  }
}
.photonavigo .item:hover {
  background-color: #ccc;
}
.photonavigo .item.active {
  background-color: #c50c1f;
  color: #ffffff;
}
.photocontent,
.subphotocontent {
  display: none;
}
.photocontent.active,
.subphotocontent.active {
  display: block;
}
.subphotonavigo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 14px;
}
.subphotonavigo .item {
  padding: 10px;
  background-color: #f1f1f1;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  .subphotonavigo .item {
    margin-right: 0;
    border: thin solid #ffffff;
    width: 100%;
    max-width: 33%;
  }
}
.subphotonavigo .item:hover {
  background-color: #ccc;
}
.subphotonavigo .item.active {
  background-color: #c50c1f;
  color: #ffffff;
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
ul.gal li {
  width: 15.83%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(6n+6) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(even) {
    margin-right: 0;
  }
}
ul.gal a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 180px;
}
@media all and (max-width: 500px) {
  ul.gal a {
    height: 130px;
  }
}
ul.gal a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(171, 53, 53, 0.3);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  ul.gal a:after {
    display: none !important;
  }
}
ul.gal a:before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  ul.gal a:before {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.tos-caption {
  display: none !important;
}
.overlll {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .overlll {
    display: none !important;
  }
}
.overlll.hover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.showcase__lp {
  overflow: hidden;
}
.showcase__lp:before {
  display: none;
}
.showcase__lp .wrap {
  padding-top: 230px;
  padding-bottom: 0;
}
.showcase__lp__wrap {
  max-width: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 20px 20px 20px 0;
  color: #161616;
}
@media all and (min-width: 990px) and (max-width: 1220px) {
  .showcase__lp__wrap {
    max-width: 440px;
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__lp__wrap {
    max-width: 100%;
    text-align: center;
    padding: 20px;
  }
}
.showcase__lp__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 8000px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__lp__wrap:before {
    display: none;
  }
}
.showcase__lp__wrap h1,
.showcase__lp__wrap h2 {
  font-size: 44px;
  line-height: 50px;
  position: relative;
  font-weight: 500;
  padding-bottom: 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__lp__wrap h1,
  .showcase__lp__wrap h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.showcase__lp__wrap h1:after,
.showcase__lp__wrap h2:after {
  display: none;
}
.showcase__lp__wrap h1 strong,
.showcase__lp__wrap h2 strong {
  display: block;
}
@media all and (max-width: 767px) {
  .aboutbox.factbox .aboutbox__img {
    height: auto;
  }
}
.aboutbox.factbox .aboutbox__img__inner {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  position: relative;
}
.factbox__form {
  padding: 70px 50px 30px 50px;
  width: 100%;
  max-width: 600px;
}
@media all and (max-width: 600px) {
  .factbox__form {
    padding: 10px;
  }
}
.factbox__form .frmshowcase {
  opacity: 1 !important;
  left: 0 !important;
  position: relative !important;
  visibility: visible !important;
  width: 100%;
  bottom: 0;
  max-width: 100%;
}
.bigo h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
.bigo h2 strong {
  font-weight: 500;
}
.bigo p {
  margin: 0;
}
@media all and (max-width: 450px) {
  .bigo br {
    display: none;
  }
}
.bigo + .bigo {
  margin-top: 30px;
}
.smallbox p {
  font-size: 12px;
  line-height: 18px;
}
.counterbox {
  background-color: #a31625;
  padding: 1px 30px;
  margin-top: 30px;
}
.counterbox p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}
.counterbox strong {
  background-color: #ffffff;
  color: #c50c1f;
  font-size: 27px;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 10px 4px;
}
@media all and (max-width: 500px) {
  .home .showcase.active #slider .frmshowcase {
    bottom: 0;
  }
}
@media all and (max-width: 500px) {
  .home .wpcf7 form.invalid .wpcf7-response-output,
  .home .wpcf7 form.unaccepted .wpcf7-response-output,
  .home .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 12px !important;
    line-height: 18px;
    margin-top: 24px;
  }
}
/* ------------------ HEADER ----------------*/
.header {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .wrap {
  padding: 20px 0;
}
.nav-up .header {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 151px 46px;
  background-size: 151px 46px;
  width: 151px;
  height: 46px;
  z-index: 1;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
.eshop {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .eshop {
    right: 3%;
  }
}
.eshop__link.button {
  font-size: 14px;
  padding: 8px 10px;
  margin-top: 0;
}
@media all and (max-width: 450px) {
  .eshop__link.button {
    font-size: 12px;
    padding: 4px;
  }
}
.header__phone {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 56px;
  font-weight: 600;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .header__phone {
    right: 140px;
  }
}
@media all and (max-width: 600px) {
  .header__phone {
    display: none;
  }
}
.header__phone a {
  color: #161616;
  text-decoration: none;
}
.header__phone a:hover {
  color: #c50c1f;
  text-decoration: none;
}
/********************* Footer ******************/
.footer {
  background: #ffffff url(../images/bg-footer.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.footer .wrap {
  padding: 100px 0 40px 0;
  max-width: 920px;
}
.footer a {
  text-decoration: none;
  color: #161616;
}
.footer a:hover {
  text-decoration: none;
  color: #c50c1f;
}
.footertop {
  *zoom: 1;
}
.footertop:before,
.footertop:after {
  content: "";
  display: table;
}
.footertop:after {
  clear: both;
}
.footertop__text {
  width: 40%;
  float: left;
}
@media all and (max-width: 767px) {
  .footertop__text {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.footertop__form {
  float: left;
  width: 60%;
}
@media all and (max-width: 767px) {
  .footertop__form {
    width: 100%;
    float: none;
  }
}
.footertop__form .inner {
  background-color: #ffffff;
  padding: 30px;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 250px;
}
@media all and (max-width: 767px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footertop__text__address {
  padding-bottom: 26px;
  position: relative;
  padding-bottom: 4px;
}
.footertop__text__address:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .footertop__text__address:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 10px;
}
.socials a {
  font-size: 12px;
  display: block;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #c50c1f;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.socials a:hover {
  background-color: #161616;
  color: #ffffff;
}
.footerbottom__menu {
  text-align: center;
  padding-bottom: 26px;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.footerbottom__menu:after {
  content: "";
  height: 1px;
  border-bottom: thick solid #c50c1f;
  width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footerbottom__menu:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.footer_menu {
  font-size: 0;
}
.footer_menu > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 20px;
}
@media all and (max-width: 767px) {
  .footer_menu > li {
    margin: 10px;
  }
}
.footer_menu .submenu,
.footer_menu .sub-menu {
  display: none;
}
.copy {
  text-align: center;
}
.copy p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.frm__label {
  color: #c50c1f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.frm {
  *zoom: 1;
}
.frm:before,
.frm:after {
  content: "";
  display: table;
}
.frm:after {
  clear: both;
}
.frm__half {
  width: 40%;
  float: left;
}
@media all and (max-width: 500px) {
  .frm__half {
    width: 100%;
    float: none;
  }
}
.frm__half + .frm__half {
  width: 55%;
  margin-left: 5%;
}
@media all and (max-width: 500px) {
  .frm__half + .frm__half {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
}
.frm__bottom {
  *zoom: 1;
  margin-top: 20px;
}
.frm__bottom:before,
.frm__bottom:after {
  content: "";
  display: table;
}
.frm__bottom:after {
  clear: both;
}
.frm__bottom .addphoto {
  width: 40%;
  float: left;
}
@media all and (max-width: 450px) {
  .frm__bottom .addphoto {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.frm__bottom .addphoto input[type="file"] {
  width: 100%;
  font-size: 12px;
}
.frm__bottom .submit {
  width: 55%;
  margin-left: 5%;
  float: left;
}
@media all and (max-width: 450px) {
  .frm__bottom .submit {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.frm__bottom .submit input[type="submit"] {
  display: block;
  width: 100% !important;
  min-width: 0;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  z-index: 1000;
  float: right;
  margin-right: 56px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
@media all and (max-width: 450px) {
  #toogle-menu {
    margin-right: 86px;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 4px;
  height: 4px;
  background-color: #c50c1f;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.nav-up .menu {
  position: fixed;
  z-index: 999;
  top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.main-menu {
  *zoom: 1;
  font-size: 0;
  text-align: left;
  margin-left: 170px;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
    margin-left: 0;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media all and (min-width: 990px) and (max-width: 1220px) {
  .main-menu > li {
    margin-left: 10px;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
  border-right: none;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #c50c1f;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  /*padding-right: 38px;

				&:before {
					.fAwesome;
					content: "\f078";
					color: @links;
					.t50;
					right: 18px;
					font-weight: bold;
					font-size: 10px;
					z-index: 2;

					@media @tablet, @mobile {
						display: none;
					}

				}*/
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #c50c1f;
  font-weight: bold;
}
.main-menu > li.mobile__nav {
  display: none !important;
}
@media all and (max-width: 600px) {
  .main-menu > li.mobile__nav {
    display: block !important;
  }
}
.main-menu > li.menu__basket > a {
  color: #c50c1f;
}
.main-menu > li > a {
  font-size: 14px;
  line-height: 24px;
  color: #161616;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
  position: relative;
  font-weight: 300;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #c50c1f;
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu, .main-menu > li.menu-item-1363 .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    padding: 10px 10px;
    width: 660px;
    text-align: center;
    left: 50%;
    margin-left: -330px;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li, .main-menu > li.menu-item-1363 .sub-menu > li {
    width: 100%;
    max-width: 33%;
    padding: 20px;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li:hover > a, .main-menu > li.menu-item-1363 .sub-menu > li:hover > a {
    background: none;
    color: #c50c1f;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a, .main-menu > li.menu-item-1363 .sub-menu > li > a {
    color: #161616;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 26px;
    position: relative;
    padding-bottom: 10px;
  }
  .main-menu > li.menu-item-27 .sub-menu > li > a:after, .main-menu > li.menu-item-1363 .sub-menu > li > a:after {
    content: "";
    height: 1px;
    border-bottom: thick solid #c50c1f;
    width: 90px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:hover, .main-menu > li.menu-item-1363 .sub-menu > li > a:hover {
    background: none;
    color: #c50c1f;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:hover:before, .main-menu > li.menu-item-1363 .sub-menu > li > a:hover:before {
    opacity: 0.6;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:before, .main-menu > li.menu-item-1363 .sub-menu > li > a:before {
    content: "";
    display: block;
    background-color: #666;
    width: 90%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:after, .main-menu > li.menu-item-1363 .sub-menu > li > a:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-125 > a:before, .main-menu > li.menu-item-1363 .sub-menu > li.menu-item-1370 > a:before {
    background: url(/wp-content/uploads/2023/03/01-1500x1001.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-124 > a:before, .main-menu > li.menu-item-1363 .sub-menu > li.menu-item-1372 > a:before {
    background: url(/wp-content/uploads/2023/04/4-14-1024x683-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-72 > a:before, .main-menu > li.menu-item-1363 .sub-menu > li.menu-item-1367 > a:before {
    background: url(/wp-content/uploads/2023/03/03.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-123 > a:before, .main-menu > li.menu-item-1363 .sub-menu > li.menu-item-1369 > a:before {
    background: url(/wp-content/uploads/2023/03/04-1500x992.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-122 > a:before, .main-menu > li.menu-item-1363 .sub-menu > li.menu-item-1371 > a:before {
    background: url(/wp-content/uploads/2023/03/05.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-121 > a:before, .main-menu > li.menu-item-1363 .sub-menu > li.menu-item-1368 > a:before {
    background: url(/wp-content/uploads/2023/03/06.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #c50c1f;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #ad0b1b;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #ad0b1b;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 400;
  border-bottom: thin solid #dd0d23;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ad0b1b;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #c50c1f;
  z-index: 9999;
  top: 100%;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header.active .main-menu > li,
.menu.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu,
.menu.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.header.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
}
.header.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #950917;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 3px;
  display: block;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #666666;
}
.header.active .main-menu > li.current-menu-item > a:hover,
.menu.active .main-menu > li.current-menu-item > a:hover {
  background-color: #000000;
}
.header.active .main-menu > li a:after,
.menu.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.menu.active .main-menu > li > a {
  padding: 14px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #dd0d23;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Montserrat';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover {
  background: none !important;
}
