.rd-navbar-search-tel {
    margin: 0 12px;
}
.rd-navbar-search-tel a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
}
.rd-navbar-search-tel a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 590px) and (max-width: 991px) {
    .rd-navbar-search-tel {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        padding: 5px 0;
    }
}
@media screen and (max-width: 991px) {
    .rd-navbar-search-tel a {
        margin: 0 12px 0 0;
    }
}
@media screen and (max-width: 589px) {
    .rd-navbar-search-tel {
        position: relative;
        display: flex;
        align-items: center;
        padding: 5px 0;
    }
}
button:focus {
  outline: none;
}
.page-head {
  position: relative;
  z-index: 11;
  margin-bottom: 2em;
}
.left-menu {
  position: absolute;
  left: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*===== before 24&06 =====*/
  margin-top: 9.6em;
  overflow-y: hidden;
  padding-top: 3px;
  padding-left: 4px;
  /*=== end before 24&06 ===*/
  /*  >p.left-menu-gear-close{
    @media screen and (max-width: 767px) {
      background-image: url("/media/images/cancel.svg");
    }
  }*/
}
@media screen and (max-width: 767px) {
  .left-menu {
    position: fixed;
    right: 0;
    left: inherit;
    top: 0;
    z-index: 10;
    width: 55%;
    height: auto;
    margin-top: 0;
  }
}
.left-menu > p.left-menu-gear {
  text-align: left;
}
.left-menu > p.left-menu-gear a {
  padding: 10px ;
  width: 265px;
  background: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  color: #37c5ff;
  display: inline-block;
  text-align: center;
  /*cursor: pointer;
      background-image: url("/media/images/original/left-menu-button-desc.jpg");
      background-repeat: no-repeat;
      background-position: 8% center;*/
  /*@media screen and (max-width: 767px){
        font-size: 0;
        padding: 24px 0 24px 0;

        width: 48px;
        text-align: right;
        margin-right: 0;
        position: absolute;
        top: 4px;
        right: 6px;q
        border-radius: 6px;
        background-color: #27c0ff;
        background-image: url("/media/images/settings-gear.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;

      }*/
}
.left-menu ul.left-menu__ul {
  width: 265px;
  height: 100%;
  max-height: calc(100% - 17em);
  background: #ffffff;
  overflow-y: scroll;
  direction: rtl;
  z-index: 3;
  margin-top: 10px;
  /*===== before 24&06 =====*/
  border-right: 2px solid #ecf9ff;
  /*=== end before 24&06 ===*/
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul {
    display: none;
    margin-top: 56px;
    width: 270px;
    direction: inherit;
    border: 1px solid ;
  }
}
.left-menu ul.left-menu__ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}
.left-menu ul.left-menu__ul::-webkit-scrollbar {
  width: 9px;
}
.left-menu ul.left-menu__ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}
.left-menu ul.left-menu__ul > li {
  text-align: left;
  color: #666365;
  padding: 10px 10px 10px 20px;
  border-top: 2px solid #ecf9ff;
  cursor: pointer;
  -webkit-transition: .35s;
  -moz-transition: .35s ;
  -ms-transition: .35s ;
  -o-transition: .35s ;
  transition: .35s ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  /*===== before 24&06 =====*/
  /*=== end before 24&06 ===*/
  /*&:first-child {
              border-top: none;
            }*/
  /* &:nth-child(-n+10) {
            display: none;
          }*/
}
.left-menu ul.left-menu__ul > li:last-child {
  border-bottom: 2px solid #ecf9ff;
}
.left-menu ul.left-menu__ul > li span {
  color: #666365;
  -webkit-transition: .35s all;
  -moz-transition: .35s all;
  -ms-transition: .35s all;
  -o-transition: .35s all;
  transition: .35s all;
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li {
    padding-left: 10px;
  }
}
.left-menu ul.left-menu__ul > li .tpopup {
  display: none;
}
.left-menu ul.left-menu__ul > li > div {
  display: none;
  -webkit-transition: .35s;
  -moz-transition: .35s ;
  -ms-transition: .35s ;
  -o-transition: .35s ;
  transition: .35s ;
}
.left-menu ul.left-menu__ul > li .featureditem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 38px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /*===== before 24&06 =====*/
  border: 2px solid;
  height: 100%;
  min-height: 95%;
  overflow-y: scroll;
  /*=== end before 24&06 ===*/
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li .featureditem {
    position: static;
    padding-top: 0;
    display: block;
  }
  .left-menu ul.left-menu__ul > li .featureditem .page-teaser-image {
    display: none;
  }
}
.left-menu ul.left-menu__ul > li .featureditem li {
  flex: 0 1 auto;
  position: relative;
  text-align: center;
  padding: 10px;
  margin: 10px;
  width: 190px;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li .featureditem li {
    width: 100%;
    height: auto;
    float: none;
    padding: 5px;
    margin: 0;
  }
}
.left-menu ul.left-menu__ul > li .featureditem li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: #29c0ff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .35s;
  -moz-transition: .35s ;
  -ms-transition: .35s ;
  -o-transition: .35s ;
  transition: .35s ;
}
.left-menu ul.left-menu__ul > li .featureditem li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .35s;
  -moz-transition: .35s ;
  -ms-transition: .35s ;
  -o-transition: .35s ;
  transition: .35s ;
  background: url("/media/images/original/vac_motors.png");
  background-size: 90px;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.left-menu ul.left-menu__ul > li .featureditem li a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li .featureditem li a {
    text-align: left;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .left-menu ul.left-menu__ul > li .featureditem li a:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 40px;
    border: 2px solid #666365;
    border-top-width: 0;
    border-left-width: 0;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.left-menu ul.left-menu__ul > li .featureditem li a:hover,
.left-menu ul.left-menu__ul > li .featureditem li a:focus {
  color: #87dcff;
}
.left-menu ul.left-menu__ul > li .featureditem li a:hover:after,
.left-menu ul.left-menu__ul > li .featureditem li a:focus:after {
  border-color: #87dcff;
}
.left-menu ul.left-menu__ul > li .featureditem img {
  border: none;
  max-height: none;
  width: 100%;
}
.left-menu ul.left-menu__ul > li:hover,
.left-menu ul.left-menu__ul > li:focus {
  /*ul {
              display: flex;
            }*/
}
.left-menu ul.left-menu__ul > li:hover span,
.left-menu ul.left-menu__ul > li:focus span {
  color: #68d3ff;
}
.left-menu ul.left-menu__ul > li:hover > div,
.left-menu ul.left-menu__ul > li:focus > div {
  border-left: 5px solid transparent;
  display: block;
  position: absolute;
  padding-top: 38px;
  left: 265px;
  top: 0;
  min-height: calc(100% - 14em);
  z-index: 3;
  /*===== before 24&06 =====*/
  width: calc(100% - 285px);
  padding-left: 5px;
  /*=== end before 24&06 ===*/
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li:hover > div,
  .left-menu ul.left-menu__ul > li:focus > div {
    min-height: auto;
    width: 100%;
    position: static;
    padding-top: 0;
    border-left: none;
    left: 0;
  }
}
.left-menu ul.left-menu__ul > li:hover li:hover:after,
.left-menu ul.left-menu__ul > li:focus li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.left-menu ul.left-menu__ul > li:hover li:hover:before,
.left-menu ul.left-menu__ul > li:focus li:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.left-menu ul.left-menu__ul > li:hover li:hover .page-title,
.left-menu ul.left-menu__ul > li:focus li:hover .page-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  width: 100%;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li:hover li:hover .page-title,
  .left-menu ul.left-menu__ul > li:focus li:hover .page-title {
    position: relative;
    top: 0;
    padding-left: 45px;
    padding-right: 45px;
    color: #74d7ff;
  }
}
@media screen and (max-width: 767px) {
  .left-menu ul.left-menu__ul > li:hover li:hover:after,
  .left-menu ul.left-menu__ul > li:focus li:hover:after,
  .left-menu ul.left-menu__ul > li:hover li:hover:before,
  .left-menu ul.left-menu__ul > li:focus li:hover:before {
    content: none;
  }
}
.left-menu > .container-wrapper {
  height: 100%;
}
.left-menu-arrow {
  /* &:after {
      content: '';
      position: absolute;
      border: 3px solid #666365;
      border-top-width:0;
      border-left-width:0;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: .35s;
      -moz-transition: .35s ;
      -ms-transition: .35s ;
      -o-transition: .35s ;
      transition: .35s ;
    }*/
  /* &:hover {

        &:after {
          border-color: #87dcff;

          @media screen and (max-width: 767px) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
          }
        }

      }*/
  /*    @media screen and (max-width: 767px) {
      position: relative;

        &:after {
          left: inherit;
          right: 20px;
          top: 11px;
        }
    }

    @media screen and (min-width: 768px) {
      &:after {
        margin-top: -17px;
        left: 195px;
      }
    }*/
}
.left-menu-search-block {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .left-menu-search-block {
    width: 100%;
  }
}
.left-menu-search-block form {
  position: relative;
}
.left-menu-search-block--btn {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 38px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;*/
}
.left-menu-search-block input {
  width: 100%;
  /*padding: 9px 72px 9px 12px;
      color: #000;
      font-weight: 400;
      font-size: 14px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      outline: none;
      border: none;
      -webkit-box-shadow: 0 2px 5px 0px #0003;
      -moz-box-shadow: 0 2px 5px 0px #0003;
      box-shadow: 0 2px 5px 0px #0003;*/
  min-width: 80px;
  border: 2px solid #5a5a5a;
  padding: 6px 35px 6px 12px !important;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.left-menu-search-block button {
  background-color: transparent;
  background-image: url("/media/images/original/musica-searcher.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  font-size: 0;
  height: 100%;
  width: 37px;
  border: none;
  outline: none;
  /*background: yellow;
      color: #000;
      font-weight: 900;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      height: 39px;
      padding: 0px 12px;
      font-size: 12px;*/
}
.left-menu-search-block button:hover {
  background-color: transparent;
  background-image: url("/media/images/original/musica-searcher.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.swiper-container,
.swiper-container .swiper-wrapper {
  height: auto;
  min-height: 50.0vw;
}
.swiper-container {
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  /*
  @media screen and (max-width: 767px) {
    &::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
    }
  }*/
}
.swiper-container iframe {
  width: 120%;
  height: 120%;
  /* position: absolute;
    left: -7.5%;
    top: -7.5%;
    z-index: 1;*/
}
@media screen and (max-width: 767px) {
  .swiper-container iframe {
    left: -15%;
    top: -20%;
    width: 130%;
    height: 130%;
  }
}
.swiper-slide {
  background-repeat: no-repeat;
  background-color: #fff;
}
.section-btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: auto;
  z-index: 1;
  margin-left: -110px;
}
@media (max-width: 1399px) {
  .rd-navbar-static .rd-navbar-nav > li:not(:last-child),
  .rd-navbar-fullwidth .rd-navbar-nav > li:not(:last-child) {
    padding: 0 20px;
  }
}
.rd-navbar-transparent .rd-navbar-static .rd-navbar-inner {
  /*===== before 24&06 =====*/
  background: #191919;
  padding: 13px 25px;
  /*=== end before 24&06 ===*/
}
.rd-navbar-static .rd-navbar-inner {
  padding: 13px 25px;
}
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-fullwidth .rd-navbar-nav > li > a {
  text-shadow: 2px 2px 2px #000;
}
.link-fc {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  max-height: calc(100% - 17em);
  width: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1390px) {
    .link-fc {
        left: 58%;
        top: -2em;
        max-height: calc(100% - 10em);
        width: 80%;
    }
}
@media screen and (max-width: 1389px) {
    .link-fc {
        left: 60%;
        top: -2em;
        max-height: calc(100% - 10em);
        width: 75%;
    }
}
@media screen and (max-width: 1200px) {
    .link-fc {
        left: 65%;
        top: -2em;
        max-height: calc(100% - 10em);
        width: 65%;
    }
}
.gallery__fix .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.notification {
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.notification:after {
  content: '';
  background: #191919;
}
.notification p,
.notification div {
  padding: 8px 50px 8px 15px;
  margin: 0;
}
.notification-close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 9px;
  font-size: 19px;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .notification-close {
    top: 5px;
    right: 10px;
    width: 17px;
    height: 17px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .notification {
    font-size: 12px;
  }
  .notification p,
  .notification div {
    font-size: 12px;
    padding: 5px 50px 5px 10px;
    margin: 0;
  }
}
/* The Modal (background) */
  .modal-home {
    position: fixed; /* Stay in place */
    z-index: 12; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }

  /* Modal Content */
  .modal-home-content {
    position: absolute;
    top: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    max-width: 860px;
    max-height: 755px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
  }

  .modal-home-content img {
    width: 100%;
  }

    /* The Close Button */
  .close-modal-home {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -30px;
  }

  .close-modal-home:hover,
  .close-modal-home:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-home-header {
    padding: 2px 16px;
    color: white;
    position: relative;
  }

  .modal-home-body {padding: 2px 16px;}

  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }

  @keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }

  /*@media only screen and (max-width: 840px) {
    .modal-home-content  {
      max-width: 360px;
    }
  }*/

  @media only screen and (max-height: 424px) {
    .modal-home-content  {
      /*max-width: 340px;*/
      top: 5%;
    }

    .close-modal-home {
      top: 0;
    }
  }