@media screen and (min-aspect-ratio: 13/9) {
  .popupLandscape {
    display: block !important;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .popupLandscape .popup {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #fff;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span {
    background: #fff;
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: #fff;
  }
  .wrapper__hamb span:nth-of-type(1) {
    width: 50%;
  }
  .wrapper__hamb span:nth-of-type(2) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(3) {
    width: 75%;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 1px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(20px, -8px) rotatez(45deg);
  }
  .wrapperMargin {
    float: left;
    width: 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: rgb(0, 0, 0);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__logo {
    float: left;
    width: calc(267vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(28vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(36vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: right !important;
    justify-content: flex-end !important;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: calc(2vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu {
    float: left;
    width: calc(250vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: auto;
    left: calc(0vw / var(--setSize--mobile));
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: calc(0vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(0vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: calc(11vw / var(--setSize--mobile));
    height: calc(11vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-11vw / var(--setSize--mobile));
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .wrapper__menu .wrapper__menu--name:hover .subMenu {
    display: block;
    opacity: 1;
  }
  .wrapper__menu .wrapper__menu--name:hover .wrapper__menu--href:after, .wrapper__menu .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:after {
    opacity: 1;
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: #393939;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(16vw / var(--setSize--mobile));
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper__menu .subMenu__href:last-child {
    border-bottom: 0;
  }
  .wrapper__menu .subMenu__href--span {
    width: calc(100% - 1.4vw);
  }
  .wrapper__menu .subMenu__href:hover:before, .wrapper__menu .subMenu__href.subMenu__active:before {
    background-color: var(--default--color--2);
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    background: var(--default--color--2);
  }
  .wrapper__other {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    justify-content: space-between !important;
    background: #191F22;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wrapper__social {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--href {
    float: left;
    position: relative;
    margin: 0px calc(30vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--img {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--img.wrapper__social--img--1 {
    height: calc(15vw / var(--setSize--mobile));
  }
  .wrapper__social--img.wrapper__social--img--2 {
    height: calc(15vw / var(--setSize--mobile));
  }
  .wrapper__lang {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(40vw / var(--setSize--mobile));
    padding: 0px calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
    background: var(--default--color--1);
  }
  .wrapper__lang--href {
    float: left;
    position: relative;
    margin: calc(10vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(20vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__lang--href:hover, .wrapper__lang--href.wrapper__lang--active--pl--pl, .wrapper__lang--href.wrapper__lang--active--en--en, .wrapper__lang--href.wrapper__lang--active--de--de {
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
    text-decoration-thickness: 1px;
  }
  .wrapper.smallWrapper {
    height: auto;
    background: #191F22;
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(320vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__carousel {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides:before {
    content: "";
    float: left;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    z-index: 6;
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(26vw / var(--setSize--mobile));
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2, .slide__slides--text:has(p) strong {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(60vw / var(--setSize--mobile));
    text-align: center;
  }
  .slide__slides--text a {
    float: left;
    height: calc(70vw / var(--setSize--mobile));
    position: relative;
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    color: #202020;
    font-size: calc(22vw / var(--setSize--mobile));
    line-height: calc(22vw / var(--setSize--mobile));
    font-weight: 800;
    text-decoration: none;
    border: 2px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text a:hover {
    color: #fff;
    background: var(--default--color--1);
    border: 2px solid var(--default--color--1);
  }
  .slide__slides--img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  .owl-carousel-nav--1 .owl-nav {
    float: left;
    width: 100%;
    margin: calc(-30vw / var(--setSize--mobile)) 0px 0px 0px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 5;
    font-size: 0;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next {
    float: left;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(40vw / var(--setSize--mobile));
    font-size: 0;
    background: url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(10vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(40vw / var(--setSize--mobile));
    font-size: 0;
    background: url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(10vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next:focus, .owl-carousel-nav--1 .owl-nav .owl-prev:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots {
    float: left;
    width: 94%;
    left: 3%;
    bottom: calc(20vw / var(--setSize--mobile));
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    counter-reset: section;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot {
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: calc(10vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #3b3a3a;
    font-size: calc(10vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(10vw / var(--setSize--mobile));
    border: 1px solid #3b3a3a;
    border-radius: 40em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot::before {
    counter-increment: section;
    content: counter(section);
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots .active {
    float: left;
    position: relative;
    color: #000;
    border: 1px solid #fff;
    border-radius: 40em;
    background: #fff;
  }
  .video {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide__scroll {
    display: none !important;
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    left: 50%;
    bottom: calc(20vw / var(--setSize--mobile));
    z-index: 10;
    transform: translate(-50%);
  }
  .slide__scroll .slide__scroll--arrow {
    width: calc(15vw / var(--setSize--mobile));
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .header.header--100 {
    font-size: calc(40vw / var(--setSize--mobile));
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .header.header--50 {
    font-size: calc(30vw / var(--setSize--mobile));
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .header.header--40 {
    font-size: calc(25vw / var(--setSize--mobile));
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .header span {
    font-size: calc(35vw / var(--setSize--mobile));
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .home {
    overflow: hidden;
  }
  .homeOne {
    flex-direction: row-reverse !important;
  }
  .homeOne__left {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeTwo {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 6;
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeThreeBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 8;
  }
  .homeThree__left {
    z-index: 6;
  }
  .homeThree__right {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    z-index: 6;
  }
  .homeThreeImg {
    content: " ";
    float: left;
    width: calc(180vw / var(--setSize--mobile));
    height: calc(317vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    top: calc(-50vw / var(--setSize--mobile));
    background: url(images/homeThreeImg.png) top left no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 1;
    pointer-events: none !important;
  }
  .homeFour {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFour__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    z-index: 6;
  }
  .homeFourVideo {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .homeFive {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFiveList {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeFiveProduct {
    margin: 0px 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    border: 1px solid #EAEAEA;
    border-radius: calc(25vw / var(--setSize--mobile));
  }
  .homeFiveProduct:first-child {
    margin: 0;
  }
  .homeFiveProduct__right .galleryFoto {
    height: calc(214vw / var(--setSize--mobile));
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .homeFiveProduct__right .galleryFoto .box {
    height: 100%;
  }
  .homeFiveProduct__right .galleryFoto .box .img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .homeSix {
    background: var(--default--color--1);
  }
  .homeSix .homeOne__left {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSeven {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeSevenBg.jpg) center left no-repeat;
    background-size: calc(60vw / var(--setSize--mobile)) 100%;
  }
  .homeSeven__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile));
  }
  .homeSeven__right {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(80vw / var(--setSize--mobile));
  }
  .homeSevenImg {
    float: left;
    width: calc(283vw / var(--setSize--mobile));
    height: calc(260vw / var(--setSize--mobile));
    position: absolute;
    bottom: calc(20vw / var(--setSize--mobile));
    right: calc(20vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/logoLarge.svg) center right no-repeat;
    background-size: cover;
    opacity: 0.2;
  }
  .homeEight .header {
    text-wrap: balance;
  }
  .homeEight.homeTwo {
    flex-direction: column !important;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .about {
    overflow: hidden;
  }
  .aboutOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
  }
  .aboutOne__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutOne__left .header {
    text-wrap: balance;
  }
  .aboutOne__right {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutOne__right.p-r {
    width: calc(150vw / var(--setSize--mobile)) !important;
    position: absolute !important;
    top: calc(0vw / var(--setSize--mobile)) !important;
    right: calc(20vw / var(--setSize--mobile)) !important;
  }
  .aboutTwo.homeTwo {
    flex-direction: column !important;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutThree .text__19.grid {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .aboutThree .text__19 h3 {
    color: var(--default--color--2);
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .aboutThree .text__19 table {
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    position: relative;
  }
  .aboutThree .text__19 table tr:nth-child(1) td {
    height: calc(110vw / var(--setSize--mobile));
    padding-bottom: 0;
  }
  .aboutThree .text__19 table tr:nth-child(2) td {
    padding-top: 0;
  }
  .aboutThree .text__19 table tr td {
    vertical-align: top;
    padding: calc(60vw / var(--setSize--mobile));
  }
  .aboutThree .text__19 table:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--default--color--1);
    border-radius: calc(60vw / var(--setSize--mobile));
    box-sizing: border-box;
  }
  .aboutFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutFour__left .header {
    margin: 0;
  }
  .aboutFour__right {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .offer {
    overflow: hidden;
  }
  .offerOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .offerBox {
    padding: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .offerBox__foto {
    width: 35%;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(30vw / var(--setSize--mobile)) 0px 0px;
    border: 0px solid rgba(0, 0, 0, 0.5);
  }
  .offerBox__inside.w-100 {
    width: 65% !important;
  }
  .offerBox__inside .text__19 table tr td {
    vertical-align: top !important;
  }
  .offerTwo.homeTwo {
    flex-direction: column !important;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerThree {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerFour {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
  }
  .offerFour__left {
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .offerFour__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .offerFour__right .galleryFoto {
    grid-row-gap: calc(20vw / var(--setSize--mobile)) !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .offerFour__right .galleryFoto .box {
    height: calc(214vw / var(--setSize--mobile));
  }
  .offerFour__right .galleryFoto .box .img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .offerFive {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F4E0E1;
  }
  .offerFive__inside {
    z-index: 6;
  }
  .offerFive__inside .text__19 {
    width: 90% !important;
  }
  .offerFive__foto {
    float: right;
    width: calc(242vw / var(--setSize--mobile));
    position: absolute;
    right: 0;
    bottom: calc(0vw / var(--setSize--mobile));
    z-index: 4;
  }
  .offerSix {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerSix .text__19 table tr td {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .offerSix .text__19 table tr td table {
    height: calc(140vw / var(--setSize--mobile));
    position: relative;
  }
  .offerSix .text__19 table tr td table:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 2px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .offerSix .text__19 table tr td table tr td {
    display: table-cell !important;
    padding: 0px calc(30vw / var(--setSize--mobile));
    font-size: calc(25vw / var(--setSize--mobile));
    line-height: calc(30vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .cultivation {
    overflow: hidden;
  }
  .cultivationOne {
    flex-direction: row-reverse !important;
  }
  .cultivationOne__left {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .cultivationTwo.homeTwo {
    flex-direction: column !important;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .cultivationThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .cultivationThree__inside .text__19 {
    width: 98% !important;
  }
  .cultivationFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/cultivationFourBg.jpg) top calc(-160vw / var(--setSize--mobile)) left no-repeat;
    background-size: calc(550vw / var(--setSize--mobile));
  }
  .cultivationFour__inside .text__19 {
    width: 95% !important;
  }
  .for {
    overflow: hidden;
  }
  .forOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .forOne .text__19 ul {
    text-align: left !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(30vw / var(--setSize--mobile));
    grid-row-gap: 0px;
  }
  .forOne .text__19 ul li {
    float: left;
    width: 100%;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px calc(45vw / var(--setSize--mobile));
    position: relative;
    list-style: none;
    background: url(images/forLiBg.svg) top calc(5vw / var(--setSize--mobile)) left calc(5vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(34vw / var(--setSize--mobile));
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .forOne .more__18 {
    font-size: calc(18vw / var(--setSize--mobile)) !important;
  }
  .quality {
    overflow: hidden;
  }
  .qualityOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .qualityOne .header {
    text-align: left !important;
  }
  .qualityOne__inside {
    flex-direction: row-reverse !important;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .qualityOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .qualityTwo {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .qualityTwo .text__19 {
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .qualityThree {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background-size: auto 40% !important;
    background-position: right bottom !important;
  }
  .contact {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/contactBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .contactOne .header {
    width: 100% !important;
  }
  .contactOne .footer__text {
    width: 100% !important;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) !important;
    color: #fff !important;
    font-size: calc(30vw / var(--setSize--mobile)) !important;
    font-weight: 400 !important;
    line-height: calc(30vw / var(--setSize--mobile)) !important;
  }
  .contactOne .footer__text p {
    float: left;
    width: 100%;
  }
  .contactOne .footer__text a {
    margin: 0;
    color: #fff;
  }
  .contactOne .footer__text p {
    float: left;
  }
  .contactTwo {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile));
    background: #191F22;
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background: #191F22;
  }
  .footer__up {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__logo {
    float: left;
    width: calc(267vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    color: #898989;
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .footer__text p:last-child a {
    margin: 0;
  }
  .footer__text a {
    float: left;
    width: 100%;
    height: calc(60vw / var(--setSize--mobile));
    color: #898989;
    text-decoration: none;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .footer__text a:hover {
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
  }
  .footer__text a[href^="https://maps"],
  .footer__text a[href*="google.com/maps"] {
    background: url(images/footerIcon_1.svg) center left no-repeat;
    background-size: calc(33vw / var(--setSize--mobile));
  }
  .footer__text a[href^="tel:"] {
    background: url(images/footerIcon_2.svg) center left no-repeat;
    background-size: calc(35vw / var(--setSize--mobile));
  }
  .footer__text a[href^="mailto:"] {
    background: url(images/footerIcon_3.svg) center left no-repeat;
    background-size: calc(36vw / var(--setSize--mobile));
  }
  .footer__up--right {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__down {
    padding: calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__arrow {
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #494D50;
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(36vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .footer__menu--href:hover {
    color: var(--default--color--1);
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: var(--default--color--1);
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .dir:before {
    content: " ";
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: calc(-1vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .dir__href {
    float: left;
    position: relative;
    color: #fff;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: var(--default--color--1);
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .default__left {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .default .galleryFoto {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .default .filesBox {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(0vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: calc(250vw / var(--setSize--mobile));
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #e12e38;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: calc(20vw / var(--setSize--mobile));
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: #383436;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */