@charset "UTF-8";
@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: 601px) and (max-width: 1000px) {
  .d-c-s {
    justify-content: center !important;
  }
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #000;
    height: 3px;
    margin: 3px 0;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span,
  .wrapper__hamb.wrapper__hamb--active span {
    background: var(--default--color--1);
  }
  /* Animacja po kliknięciu */
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: center;
    transform: rotate(45deg) translate(8px, 7px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    opacity: 0;
    transform: scale(0);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: center;
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .borderRadius {
    border-radius: calc(20vw / var(--setSize--tablet));
    overflow: hidden;
  }
  .fixedPhone {
    float: right;
    width: calc(86vw / var(--setSize--tablet));
    position: fixed;
    right: calc(10vw / var(--setSize--tablet));
    bottom: calc(10vw / var(--setSize--tablet));
    z-index: 30;
    cursor: pointer;
    animation: scalePulse 3s infinite ease-in-out;
  }
  .end .fixedPhone {
    bottom: calc(40vw / var(--setSize--tablet));
  }
  @keyframes scalePulse {
    0%, 100% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1); /* Powiększenie do 105% */
    }
  }
  .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;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__up {
    height: calc(55vw / var(--setSize--tablet));
    padding: 0px calc(60vw / var(--setSize--tablet)) 0px calc(60vw / var(--setSize--tablet));
    background: #000000;
  }
  .wrapper__top--href {
    margin: 0px 0px 0px calc(40vw / var(--setSize--tablet));
    color: #fff;
    font-size: calc(22vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(26vw / var(--setSize--tablet));
    text-decoration: none;
    text-transform: uppercase;
  }
  .wrapper__top--href:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: calc(1vw / var(--setSize--tablet));
    text-underline-offset: calc(5vw / var(--setSize--tablet));
  }
  .wrapper__top--href:not(a):hover {
    color: #fff;
    text-decoration: none;
  }
  .wrapper__top--img {
    margin: 0px calc(10vw / var(--setSize--tablet)) 0px 0px;
  }
  .wrapper__top--img--1 {
    width: calc(18vw / var(--setSize--tablet));
  }
  .wrapper__top--img--2 {
    width: calc(20vw / var(--setSize--tablet));
  }
  .wrapper__top--img--3 {
    width: calc(21vw / var(--setSize--tablet));
  }
  .wrapper__down {
    height: auto;
    padding: calc(10vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(10vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .wrapper__logo {
    float: left;
    position: relative;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(32vw / var(--setSize--tablet));
    font-weight: 500;
    line-height: calc(40vw / var(--setSize--tablet));
    text-decoration: none;
    text-transform: uppercase;
  }
  .wrapper__logo span {
    color: var(--default--color--1);
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 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: var(--default--color--2);
    font-size: calc(36vw / var(--setSize--tablet));
    font-weight: 700;
    line-height: calc(48vw / var(--setSize--tablet));
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    justify-content: flex-end !important;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: calc(2vw / var(--setSize--tablet));
    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--tablet)) 0px calc(20vw / var(--setSize--tablet));
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(350vw / var(--setSize--tablet));
    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: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(0deg, rgba(89, 131, 252, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(300vw / var(--setSize--tablet)) 0px calc(60vw / var(--setSize--tablet));
    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(22vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(28vw / var(--setSize--tablet));
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2 {
    margin: 0px 0px calc(10vw / var(--setSize--tablet)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(40vw / var(--setSize--tablet));
    font-weight: 800;
    line-height: calc(40vw / var(--setSize--tablet));
    text-transform: uppercase;
  }
  .slide__slides--text a {
    float: left;
    height: calc(55vw / var(--setSize--tablet));
    position: relative;
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
    padding: 0px calc(25vw / var(--setSize--tablet)) 0px calc(25vw / var(--setSize--tablet));
    color: #fff;
    font-size: calc(20vw / var(--setSize--tablet));
    line-height: calc(20vw / var(--setSize--tablet));
    font-weight: 800;
    text-decoration: none;
    background: var(--more--color--1);
    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:before {
    content: "";
    float: left;
    width: calc(18vw / var(--setSize--tablet));
    height: calc(30vw / var(--setSize--tablet));
    position: relative;
    margin: 0px calc(10vw / var(--setSize--tablet)) 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/phoneIcon.svg) center no-repeat;
    background-size: calc(18vw / var(--setSize--tablet));
  }
  .slide__slides--text a:hover {
    color: #fff;
    background-color: var(--more--color--2);
  }
  .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(-80vw / var(--setSize--tablet)) 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(80vw / var(--setSize--tablet));
    height: calc(80vw / var(--setSize--tablet));
    position: absolute;
    top: 0;
    right: calc(-120vw / var(--setSize--tablet));
    font-size: 0;
    background: var(--default--color--1) url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(10vw / var(--setSize--tablet)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(80vw / var(--setSize--tablet));
    height: calc(80vw / var(--setSize--tablet));
    position: absolute;
    top: 0;
    left: calc(-120vw / var(--setSize--tablet));
    font-size: 0;
    background: var(--default--color--1) url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(10vw / var(--setSize--tablet)) !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--tablet));
    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--tablet));
    height: calc(10vw / var(--setSize--tablet));
    position: relative;
    margin: 0px calc(5vw / var(--setSize--tablet)) 0px calc(5vw / var(--setSize--tablet));
    padding: 0px 0px 0px 0px;
    color: #3b3a3a;
    font-size: calc(10vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(10vw / var(--setSize--tablet));
    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--tablet));
    height: calc(40vw / var(--setSize--tablet));
    position: absolute;
    left: calc(60vw / var(--setSize--tablet));
    bottom: calc(20vw / var(--setSize--tablet));
    z-index: 10;
    transform: translate(-50%);
  }
  .slide__scroll .slide__scroll--arrow {
    width: calc(15vw / var(--setSize--tablet));
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(50vw / var(--setSize--tablet));
    font-weight: 800;
    line-height: calc(45vw / var(--setSize--tablet));
    text-transform: uppercase;
  }
  .header span {
    color: var(--header--color--2);
  }
  .header.header--50 {
    font-size: calc(30vw / var(--setSize--tablet));
    font-weight: 800;
    line-height: calc(40vw / var(--setSize--tablet));
  }
  .headerSmall {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--2);
    font-size: calc(25vw / var(--setSize--tablet));
    font-weight: 500;
    line-height: calc(25vw / var(--setSize--tablet));
  }
  .headerSmall span {
    color: var(--header--color--2);
  }
  .home {
    overflow: hidden;
  }
  .homeOne {
    padding: calc(80vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .homeOne .text__19 table {
    margin: calc(0vw / var(--setSize--tablet)) 0px calc(40vw / var(--setSize--tablet)) 0px;
  }
  .homeOne .text__19 table tr td {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--tablet));
    grid-row-gap: calc(20vw / var(--setSize--tablet));
  }
  .homeOne .text__19 table tr td table {
    margin: 0;
  }
  .homeOne .text__19 table tr td table:nth-child(1) img {
    width: calc(100vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table:nth-child(2) img {
    width: calc(100vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table:nth-child(3) img {
    width: calc(116vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table:nth-child(4) img {
    width: calc(100vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table tr td {
    display: table-cell;
    padding: 0px calc(10vw / var(--setSize--tablet));
  }
  .homeOne .text__19 table tr td table tr td h3 {
    color: #000;
    font-size: calc(30vw / var(--setSize--tablet));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--tablet));
    text-transform: uppercase;
  }
  .homeOne .text__19 table tr td table tr:nth-child(1) td {
    height: calc(170vw / var(--setSize--tablet)) !important;
  }
  .w-50.w-50 {
    width: 50% !important;
  }
  .homeTwo {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #F7F9FB;
  }
  .homeTwo__left {
    padding: 0px calc(60vw / var(--setSize--tablet)) 0px 0px;
  }
  .homeTwo__right {
    padding: calc(0vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
  }
  .homeTwo__right .header {
    text-align: center;
  }
  .homeTwo__right .text__19 {
    text-align: center;
  }
  .homeTwo__right .text__19 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--tablet));
    grid-row-gap: 0px;
    font-size: calc(20vw / var(--setSize--tablet));
    line-height: calc(28vw / var(--setSize--tablet));
    text-transform: uppercase;
    text-align: left;
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .homeThree .text__19 {
    margin: calc(30vw / var(--setSize--tablet)) 0px calc(20vw / var(--setSize--tablet)) 0px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--tablet));
    grid-row-gap: calc(10vw / var(--setSize--tablet));
  }
  .homeThree .text__19 h4 {
    font-size: calc(22vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--tablet));
  }
  .homeThree .text__19 table {
    background: #fff;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .homeThree .text__19 table:nth-child(1) img {
    width: calc(103vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(2) img {
    width: calc(87vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(3) img {
    width: calc(88vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(4) img {
    width: calc(50vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(5) img {
    width: calc(66vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(6) img {
    width: calc(95vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(7) img {
    width: calc(84vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(8) img {
    width: calc(93vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table tr:nth-child(1) td {
    padding: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
    height: calc(160vw / var(--setSize--tablet));
  }
  .homeThree .text__19 table tr:nth-child(2) td {
    vertical-align: top;
    padding: 0px calc(20vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeThree .text__19 table tr td {
    padding: calc(0vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeFour {
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .homeFour__left {
    padding: 0px calc(60vw / var(--setSize--tablet)) 0px 0px;
  }
  .homeFour__right {
    padding: calc(40vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
  }
  .homeFour__right .header {
    text-align: center;
  }
  .homeFour__right .headerSmall {
    text-align: center;
  }
  .homeFour__right .text__19 {
    text-align: center;
  }
  .homeFive {
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .homeFive__inside {
    width: 50%;
    margin: 0px calc(0vw / var(--setSize--tablet)) 0px 0px;
    padding: calc(60vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .homeFive__inside .header {
    text-align: center;
  }
  .homeFive__inside .text__19 {
    text-align: center;
  }
  .homeSix {
    padding: calc(0vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(80vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .homeSix__inside {
    padding: calc(60vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet));
    background: #E5E5E5;
    border-radius: calc(40vw / var(--setSize--tablet));
    overflow: hidden;
  }
  .homeSeven__inside {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .opinions {
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .opinion {
    height: calc(530vw / var(--setSize--tablet));
  }
  .opinion__inside {
    height: calc(470vw / var(--setSize--tablet));
    padding: calc(50vw / var(--setSize--tablet)) calc(50vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
    background: #F7F9FB;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .opinion__inside:before {
    content: " ";
    float: left;
    width: calc(70vw / var(--setSize--tablet));
    height: calc(70vw / var(--setSize--tablet));
    background: #F7F9FB;
    position: absolute;
    left: 0;
    bottom: calc(-50vw / var(--setSize--tablet));
    clip-path: polygon(100% 0, 0% 100%, 0 0);
  }
  .opinion__inner {
    height: calc(295vw / var(--setSize--tablet));
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .opinion__inner .text__19 {
    text-align: justify;
    padding: 0px calc(15vw / var(--setSize--tablet)) 0px 0px;
  }
  .opinion__down {
    height: calc(60vw / var(--setSize--tablet));
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .opinion__name {
    width: calc(100% - calc(100vw / var(--setSize--tablet)));
    padding: 0px calc(40vw / var(--setSize--tablet)) 0px 0px;
  }
  .opinion__logo {
    width: calc(100vw / var(--setSize--tablet));
    height: 100%;
  }
  .opinion__logo .mainFoto .img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homeEight {
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .homeEight__inside {
    margin: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .homeEight__inside iframe {
    width: 100%;
    height: 65em;
  }
  .homeNine {
    padding: calc(80vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(80vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
    background: #F1F1F1;
  }
  .homeNine__inside .header {
    padding: 0px calc(40vw / var(--setSize--tablet)) !important;
  }
  .faqList {
    margin: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
    padding: calc(20vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .faqBox__left {
    width: calc(60vw / var(--setSize--tablet));
    height: calc(55vw / var(--setSize--tablet));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(25vw / var(--setSize--tablet));
    font-weight: 600;
    line-height: calc(25vw / var(--setSize--tablet));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .faqBox__right {
    width: calc(100% - calc(60vw / var(--setSize--tablet)));
    padding: 0px 0px 0px calc(20vw / var(--setSize--tablet));
  }
  .faqBox__name {
    margin: 0px 0px calc(4vw / var(--setSize--tablet)) 0px;
  }
  .homeTen {
    padding: calc(80vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(80vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
    background: #F1F1F1;
  }
  .about {
    overflow: hidden;
  }
  .aboutOne {
    height: calc(350vw / var(--setSize--tablet));
    margin: auto 0px 0px 0px;
    flex-direction: row-reverse !important;
    background: var(--default--color--1);
  }
  .aboutOne .w-40.w-40 {
    width: 40% !important;
  }
  .aboutOne .w-60.w-60 {
    width: 60% !important;
    height: 100% !important;
  }
  .aboutOne__right {
    padding: calc(0vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .aboutTwo {
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .aboutTwo.fdr {
    flex-direction: row-reverse !important;
  }
  .aboutTwo.fdr .aboutTwo__left {
    padding: 0px 0px 0px calc(0vw / var(--setSize--tablet)) !important;
  }
  .aboutTwo.aboutTwoBackground {
    background: #F7F9FB;
  }
  .aboutTwo__left {
    padding: 0px calc(60vw / var(--setSize--tablet)) 0px 0px;
  }
  .aboutTwo__right {
    padding: calc(40vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
  }
  .aboutTwo__right .header {
    text-align: center;
  }
  .aboutTwo__right .text__19 {
    text-align: center;
  }
  .aboutTwo__right .text__19 ul {
    text-align: left;
  }
  .aboutThree {
    margin: 0px 0px calc(0vw / var(--setSize--tablet)) 0px;
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .aboutThree__inside {
    width: 50%;
    margin: 0px calc(0vw / var(--setSize--tablet)) 0px 0px;
    padding: calc(40vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .aboutThree__inside .header {
    text-align: center;
  }
  .aboutThree__inside .text__19 {
    text-align: center;
  }
  .offer {
    overflow: hidden;
  }
  .offerTwo {
    padding: calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .offerList {
    grid-column-gap: calc(80vw / var(--setSize--tablet)) !important;
    grid-row-gap: calc(30vw / var(--setSize--tablet)) !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .offerBox {
    text-align: center;
  }
  .offerBox.offerBox--36 .mainFoto {
    height: calc(124vw / var(--setSize--tablet)) !important;
  }
  .offerBox__foto {
    height: calc(190vw / var(--setSize--tablet));
  }
  .offerBox__foto .mainFoto {
    width: auto !important;
    height: calc(105vw / var(--setSize--tablet)) !important;
  }
  .contact {
    overflow: hidden;
  }
  .contactOne .aboutOne__right {
    padding: calc(40vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
  }
  .contactTwo {
    padding: calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet));
    background: #F5F5F5;
  }
  .contactTwo__left {
    padding: 0px 0px calc(60vw / var(--setSize--tablet)) 0px;
  }
  .contactTwo__left .text__19 {
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
    font-size: calc(22vw / var(--setSize--tablet)) !important;
    line-height: calc(30vw / var(--setSize--tablet)) !important;
  }
  .contactTwo__left .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(35vw / var(--setSize--tablet)) 0px;
  }
  .contactTwo__left .text__19 table tr, .contactTwo__left .text__19 table td {
    width: auto !important;
    height: auto !important;
  }
  .contactTwo__left .text__19 table:nth-child(1) {
    background: url(images/wrapperPhone.svg) center left no-repeat;
    background-size: calc(28vw / var(--setSize--tablet));
  }
  .contactTwo__left .text__19 table:nth-child(1) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--tablet));
  }
  .contactTwo__left .text__19 table:nth-child(2) {
    background: url(images/wrapperMail.svg) center left no-repeat;
    background-size: calc(37vw / var(--setSize--tablet));
  }
  .contactTwo__left .text__19 table:nth-child(2) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--tablet));
  }
  .contactTwo__left .text__19 table:nth-child(3) {
    margin: 0;
    background: url(images/wrapperTime.svg) center left no-repeat;
    background-size: calc(32vw / var(--setSize--tablet));
  }
  .contactTwo__left .text__19 table:nth-child(3) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--tablet));
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(30vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #121212;
  }
  .footer__inside {
    padding: calc(60vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet));
  }
  .footer__header {
    float: left;
    position: relative;
    margin: 0px 0px calc(40vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(34vw / var(--setSize--tablet));
    font-weight: 500;
    line-height: calc(34vw / var(--setSize--tablet));
    text-decoration: none;
    text-transform: uppercase;
  }
  .footer__header span {
    color: var(--default--color--1);
  }
  .footer__text {
    font-size: calc(24vw / var(--setSize--tablet)) !important;
    line-height: calc(30vw / var(--setSize--tablet)) !important;
  }
  .footer__text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(25vw / var(--setSize--tablet)) 0px;
  }
  .footer__text table tr, .footer__text table td {
    width: auto !important;
    height: auto !important;
  }
  .footer__text table:nth-child(1) {
    background: url(images/wrapperPhone.svg) center left calc(4vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(28vw / var(--setSize--tablet));
  }
  .footer__text table:nth-child(1) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--tablet));
  }
  .footer__text table:nth-child(2) {
    background: url(images/wrapperMail.svg) center left no-repeat;
    background-size: calc(37vw / var(--setSize--tablet));
  }
  .footer__text table:nth-child(2) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--tablet));
  }
  .footer__text table:nth-child(3) {
    margin: 0;
    background: url(images/wrapperTime.svg) center left calc(4vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(32vw / var(--setSize--tablet));
  }
  .footer__text table:nth-child(3) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--tablet));
  }
  .footer__right {
    padding: calc(60vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .footer__links {
    font-size: calc(20vw / var(--setSize--tablet)) !important;
    font-weight: 400 !important;
    line-height: calc(34vw / var(--setSize--tablet)) !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .footer__links p {
    padding: 0px 0px 0px calc(20vw / var(--setSize--tablet));
    background: url(images/listBg.svg) top calc(14vw / var(--setSize--tablet)) left no-repeat;
    background-size: calc(5vw / var(--setSize--tablet));
  }
  .footer__links a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__links a:hover {
    color: var(--default--color--1);
  }
  .footer__map {
    height: calc(280vw / var(--setSize--tablet));
    padding: calc(0vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet));
    filter: grayscale(100%);
  }
  .footer__map .googleMap {
    overflow: hidden;
    border-radius: calc(25vw / var(--setSize--tablet));
  }
  .footer__arrow {
    float: left;
    position: relative;
    display: none !important;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--tablet));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(10vw / var(--setSize--tablet)) 0px calc(60vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 33%;
    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 calc(0vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
    padding: 0px 0px 0px 0px;
    color: #7D7D7D;
    font-size: calc(24vw / var(--setSize--tablet));
    font-weight: 500;
    line-height: calc(38vw / var(--setSize--tablet));
    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__socials {
    position: relative;
    margin: calc(0vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .footer__social {
    float: left;
    width: calc(24vw / var(--setSize--tablet));
    margin: 0px calc(20vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
  }
  .footer__social--img {
    float: left;
    width: calc(24vw / var(--setSize--tablet));
    position: relative;
  }
  .footer__social--img:hover {
    filter: invert(1) brightness(100);
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    padding: calc(20vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet));
    background-color: var(--default--color--2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(50vw / var(--setSize--tablet));
  }
  .dir__href {
    float: left;
    position: relative;
    color: #fff;
    font-size: calc(18vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--tablet));
    text-decoration: none;
  }
  .dir__href:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: calc(1vw / var(--setSize--tablet));
    text-underline-offset: calc(5vw / var(--setSize--tablet));
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--tablet));
    position: relative;
    margin: calc(0vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) 0px calc(20vw / var(--setSize--tablet));
    filter: invert(1) brightness(100);
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: auto 0px 0px 0px;
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(120vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .default__left {
    float: left;
    width: calc(450vw / var(--setSize--tablet));
    position: relative;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: calc(100% - calc(450vw / var(--setSize--tablet)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(50vw / var(--setSize--tablet)) 0px 0px calc(100vw / var(--setSize--tablet));
  }
  .default .galleryFoto {
    margin: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .default .filesBox {
    margin: calc(40vw / var(--setSize--tablet)) 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--tablet));
    grid-row-gap: calc(10vw / var(--setSize--tablet));
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--tablet));
    grid-row-gap: calc(10vw / var(--setSize--tablet));
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--tablet));
    grid-row-gap: calc(10vw / var(--setSize--tablet));
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--tablet));
    grid-row-gap: calc(10vw / var(--setSize--tablet));
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(0vw / var(--setSize--tablet));
    grid-row-gap: calc(10vw / var(--setSize--tablet));
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: calc(250vw / var(--setSize--tablet));
    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--tablet)) 0px calc(20vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--tablet)) calc(10vw / var(--setSize--tablet)) 0px;
    color: #000;
    font-size: calc(16vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--tablet));
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(40vw / var(--setSize--tablet));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--tablet)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(60vw / var(--setSize--tablet)));
    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--tablet));
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--tablet)) 0px;
    color: #383436;
    font-size: calc(20vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--tablet));
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: calc(18vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--tablet));
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .d-c-s {
    justify-content: center !important;
  }
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #000;
    height: 3px;
    margin: 3px 0;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span,
  .wrapper__hamb.wrapper__hamb--active span {
    background: var(--default--color--1);
  }
  /* Animacja po kliknięciu */
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: center;
    transform: rotate(45deg) translate(8px, 7px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    opacity: 0;
    transform: scale(0);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: center;
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .borderRadius {
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .fixedPhone {
    float: right;
    width: calc(86vw / var(--setSize--mobile));
    position: fixed;
    right: calc(10vw / var(--setSize--mobile));
    bottom: calc(10vw / var(--setSize--mobile));
    z-index: 30;
    cursor: pointer;
    animation: scalePulse 3s infinite ease-in-out;
  }
  .end .fixedPhone {
    bottom: calc(50vw / var(--setSize--mobile));
  }
  @keyframes scalePulse {
    0%, 100% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1); /* Powiększenie do 105% */
    }
  }
  .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;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__up {
    height: calc(45vw / var(--setSize--mobile));
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    background: #000000;
  }
  .wrapper__top--href {
    margin: 0px 0px 0px calc(10vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(17vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(20vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
  }
  .wrapper__top--href:nth-child(1), .wrapper__top--href:nth-child(2) {
    margin: 0px 0px 0px calc(10vw / var(--setSize--mobile));
    font-size: 0;
  }
  .wrapper__top--href:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: calc(1vw / var(--setSize--mobile));
    text-underline-offset: calc(5vw / var(--setSize--mobile));
  }
  .wrapper__top--href:not(a):hover {
    color: #fff;
    text-decoration: none;
  }
  .wrapper__top--img {
    margin: 0px calc(10vw / var(--setSize--mobile)) 0px 0px;
  }
  .wrapper__top--img--1 {
    width: calc(15vw / var(--setSize--mobile));
  }
  .wrapper__top--img--2 {
    width: calc(18vw / var(--setSize--mobile));
  }
  .wrapper__top--img--3 {
    width: calc(19vw / var(--setSize--mobile));
  }
  .wrapper__down {
    height: auto;
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .wrapper__logo {
    float: left;
    position: relative;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(30vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
  }
  .wrapper__logo span {
    color: var(--default--color--1);
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 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: var(--default--color--2);
    font-size: calc(28vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(48vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    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));
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(350vw / 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: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(0deg, rgba(89, 131, 252, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(100vw / 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(22vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2 {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(40vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .slide__slides--text a {
    float: left;
    height: calc(55vw / var(--setSize--mobile));
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(25vw / var(--setSize--mobile)) 0px calc(25vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    line-height: calc(20vw / var(--setSize--mobile));
    font-weight: 800;
    text-decoration: none;
    background: var(--more--color--1);
    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:before {
    content: "";
    float: left;
    width: calc(18vw / var(--setSize--mobile));
    height: calc(30vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(10vw / var(--setSize--mobile)) 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/phoneIcon.svg) center no-repeat;
    background-size: calc(18vw / var(--setSize--mobile));
  }
  .slide__slides--text a:hover {
    color: #fff;
    background-color: var(--more--color--2);
  }
  .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(-80vw / 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(80vw / var(--setSize--mobile));
    height: calc(80vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(-120vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1) 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(80vw / var(--setSize--mobile));
    height: calc(80vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(-120vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1) 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: calc(60vw / var(--setSize--mobile));
    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(45vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .header span {
    color: var(--header--color--2);
  }
  .header.header--50 {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .headerSmall {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .headerSmall span {
    color: var(--header--color--2);
  }
  .home {
    overflow: hidden;
  }
  .homeOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeOne .text__19 table {
    margin: calc(0vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .homeOne .text__19 table tr td {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--mobile));
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .homeOne .text__19 table tr td table {
    margin: 0;
  }
  .homeOne .text__19 table tr td table:nth-child(1) img {
    width: calc(100vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table:nth-child(2) img {
    width: calc(100vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table:nth-child(3) img {
    width: calc(116vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table:nth-child(4) img {
    width: calc(100vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne .text__19 table tr td table tr td {
    display: table-cell;
    padding: 0px calc(10vw / var(--setSize--mobile));
  }
  .homeOne .text__19 table tr td table tr td h3 {
    color: #000;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .homeOne .text__19 table tr td table tr:nth-child(1) td {
    height: calc(170vw / var(--setSize--mobile)) !important;
  }
  .homeTwo {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F7F9FB;
  }
  .homeTwo__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeTwo__right {
    padding: calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeTwo__right .header {
    text-align: center;
  }
  .homeTwo__right .text__19 {
    text-align: center;
  }
  .homeTwo__right .text__19 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--mobile));
    grid-row-gap: 0px;
    font-size: calc(20vw / var(--setSize--mobile));
    line-height: calc(28vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-align: left;
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThree .text__19 {
    margin: calc(30vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .homeThree .text__19 h4 {
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .homeThree .text__19 table {
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeThree .text__19 table:nth-child(1) img {
    width: calc(103vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(2) img {
    width: calc(87vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(3) img {
    width: calc(88vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(4) img {
    width: calc(50vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(5) img {
    width: calc(66vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(6) img {
    width: calc(95vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(7) img {
    width: calc(84vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table:nth-child(8) img {
    width: calc(93vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeThree .text__19 table tr:nth-child(1) td {
    padding: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    height: calc(160vw / var(--setSize--mobile));
  }
  .homeThree .text__19 table tr:nth-child(2) td {
    vertical-align: top;
    padding: 0px calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThree .text__19 table tr td {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFour {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFour__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeFour__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeFour__right .header {
    text-align: center;
  }
  .homeFour__right .headerSmall {
    text-align: center;
  }
  .homeFour__right .text__19 {
    text-align: center;
  }
  .homeFive {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFive__inside {
    width: 100%;
    margin: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeFive__inside .header {
    text-align: center;
  }
  .homeFive__inside .text__19 {
    text-align: center;
  }
  .homeSix {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSix__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    background: #E5E5E5;
    border-radius: calc(40vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeSeven__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .opinions {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .opinion {
    height: calc(530vw / var(--setSize--mobile));
  }
  .opinion__inside {
    height: calc(470vw / var(--setSize--mobile));
    padding: calc(50vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile));
    background: #F7F9FB;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .opinion__inside:before {
    content: " ";
    float: left;
    width: calc(70vw / var(--setSize--mobile));
    height: calc(70vw / var(--setSize--mobile));
    background: #F7F9FB;
    position: absolute;
    left: 0;
    bottom: calc(-50vw / var(--setSize--mobile));
    clip-path: polygon(100% 0, 0% 100%, 0 0);
  }
  .opinion__inner {
    height: calc(295vw / var(--setSize--mobile));
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .opinion__inner .text__19 {
    text-align: justify;
    padding: 0px calc(15vw / var(--setSize--mobile)) 0px 0px;
  }
  .opinion__down {
    height: calc(60vw / var(--setSize--mobile));
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .opinion__name {
    width: calc(100% - calc(100vw / var(--setSize--mobile)));
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px 0px;
  }
  .opinion__logo {
    width: calc(100vw / var(--setSize--mobile));
    height: 100%;
  }
  .opinion__logo .mainFoto .img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homeEight {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeEight__inside {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeEight__inside iframe {
    width: 100%;
    height: 65em;
  }
  .homeNine {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F1F1F1;
  }
  .homeNine__inside .header {
    padding: 0px calc(40vw / var(--setSize--mobile)) !important;
  }
  .faqList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .faqBox__left {
    width: calc(60vw / var(--setSize--mobile));
    height: calc(55vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(25vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .faqBox__right {
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    padding: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .faqBox__name {
    margin: 0px 0px calc(4vw / var(--setSize--mobile)) 0px;
  }
  .homeTen {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F1F1F1;
  }
  .about {
    overflow: hidden;
  }
  .aboutOne {
    margin: auto 0px 0px 0px;
    flex-direction: row-reverse !important;
    background: var(--default--color--1);
  }
  .aboutOne__left {
    height: calc(250vw / var(--setSize--mobile));
  }
  .aboutOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutTwo {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutTwo.aboutTwo--f {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutTwo.fdr {
    flex-direction: row-reverse !important;
  }
  .aboutTwo.aboutTwoBackground {
    background: #F7F9FB;
  }
  .aboutTwo__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutTwo__right .header {
    text-align: center;
  }
  .aboutTwo__right .text__19 {
    text-align: center;
  }
  .aboutTwo__right .text__19 ul {
    text-align: left;
  }
  .aboutThree {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutThree__inside {
    width: 100%;
    margin: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .aboutThree__inside .header {
    text-align: center;
  }
  .aboutThree__inside .text__19 {
    text-align: center;
  }
  .offer {
    overflow: hidden;
  }
  .offerTwo {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerList {
    grid-column-gap: calc(150vw / var(--setSize--mobile)) !important;
    grid-row-gap: calc(30vw / var(--setSize--mobile)) !important;
  }
  .offerBox {
    text-align: center;
  }
  .offerBox.offerBox--36 .mainFoto {
    height: calc(124vw / var(--setSize--mobile)) !important;
  }
  .offerBox__foto {
    height: calc(190vw / var(--setSize--mobile));
  }
  .offerBox__foto .mainFoto {
    width: auto !important;
    height: calc(105vw / var(--setSize--mobile)) !important;
  }
  .contact {
    overflow: hidden;
  }
  .contactOne .aboutOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .contactTwo {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F5F5F5;
  }
  .contactTwo__left {
    padding: 0px 0px calc(60vw / var(--setSize--mobile)) 0px;
  }
  .contactTwo__left .text__19 {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    font-size: calc(22vw / var(--setSize--mobile)) !important;
    line-height: calc(30vw / var(--setSize--mobile)) !important;
  }
  .contactTwo__left .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(35vw / var(--setSize--mobile)) 0px;
  }
  .contactTwo__left .text__19 table tr, .contactTwo__left .text__19 table td {
    width: auto !important;
    height: auto !important;
  }
  .contactTwo__left .text__19 table:nth-child(1) {
    background: url(images/wrapperPhone.svg) center left no-repeat;
    background-size: calc(28vw / var(--setSize--mobile));
  }
  .contactTwo__left .text__19 table:nth-child(1) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .contactTwo__left .text__19 table:nth-child(2) {
    background: url(images/wrapperMail.svg) center left no-repeat;
    background-size: calc(37vw / var(--setSize--mobile));
  }
  .contactTwo__left .text__19 table:nth-child(2) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .contactTwo__left .text__19 table:nth-child(3) {
    margin: 0;
    background: url(images/wrapperTime.svg) center left no-repeat;
    background-size: calc(32vw / var(--setSize--mobile));
  }
  .contactTwo__left .text__19 table:nth-child(3) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #121212;
  }
  .footer__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .footer__header {
    float: left;
    position: relative;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(34vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(34vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
  }
  .footer__header span {
    color: var(--default--color--1);
  }
  .footer__text {
    font-size: calc(24vw / var(--setSize--mobile)) !important;
    line-height: calc(30vw / var(--setSize--mobile)) !important;
  }
  .footer__text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(25vw / var(--setSize--mobile)) 0px;
  }
  .footer__text table tr, .footer__text table td {
    width: auto !important;
    height: auto !important;
  }
  .footer__text table:nth-child(1) {
    background: url(images/wrapperPhone.svg) center left calc(4vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(28vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(1) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(2) {
    background: url(images/wrapperMail.svg) center left no-repeat;
    background-size: calc(37vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(2) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(3) {
    margin: 0;
    background: url(images/wrapperTime.svg) center left calc(4vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(32vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(3) tr td {
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .footer__right {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__links {
    font-size: calc(20vw / var(--setSize--mobile)) !important;
    font-weight: 400 !important;
    line-height: calc(34vw / var(--setSize--mobile)) !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .footer__links p {
    padding: 0px 0px 0px calc(20vw / var(--setSize--mobile));
    background: url(images/listBg.svg) top calc(14vw / var(--setSize--mobile)) left no-repeat;
    background-size: calc(5vw / var(--setSize--mobile));
  }
  .footer__links a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__links a:hover {
    color: var(--default--color--1);
  }
  .footer__map {
    height: calc(280vw / var(--setSize--mobile));
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    filter: grayscale(100%);
  }
  .footer__map .googleMap {
    overflow: hidden;
    border-radius: calc(25vw / var(--setSize--mobile));
  }
  .footer__arrow {
    float: left;
    position: relative;
    display: none !important;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(10vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 50%;
    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 calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #7D7D7D;
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(38vw / 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__socials {
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__social {
    float: left;
    width: calc(24vw / var(--setSize--mobile));
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .footer__social--img {
    float: left;
    width: calc(24vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__social--img:hover {
    filter: invert(1) brightness(100);
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background-color: var(--default--color--2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(50vw / 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: #fff;
    text-decoration: underline;
    text-decoration-thickness: calc(1vw / var(--setSize--mobile));
    text-underline-offset: calc(5vw / var(--setSize--mobile));
  }
  .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));
    filter: invert(1) brightness(100);
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: auto 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .default__left {
    float: left;
    width: calc(450vw / var(--setSize--mobile));
    position: relative;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: calc(100% - calc(450vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(50vw / var(--setSize--mobile)) 0px 0px calc(100vw / 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 */