@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: 600px) 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: 36px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #000;
    height: 4px;
    margin: 4px 0;
    transition: 0s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span {
    background: var(--default--color--1);
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: var(--default--color--1);
  }
  .wrapper__hamb span:nth-of-type(1) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(2) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(3) {
    width: 100%;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, 8px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
    opacity: 0;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: bottom;
    transform: translate(2px, -13px) rotatez(-45deg);
  }
  .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;
  }
  @keyframes scalePulse {
    0%, 100% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1); /* Powiększenie do 105% */
    }
  }
  .wrapperMargin {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapperSetMargin {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    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.1);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .wrapper__top {
    height: calc(50vw / var(--setSize--tablet));
    padding: 0px calc(20vw / var(--setSize--tablet));
    background: #001A30;
  }
  .wrapper__top--href {
    margin: 0px 0px 0px calc(10vw / var(--setSize--tablet));
    color: #fff;
    font-size: calc(18vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--tablet));
    text-decoration: none;
  }
  .wrapper__top--href:nth-child(1), .wrapper__top--href:nth-child(2) {
    margin: 0px 0px 0px calc(10vw / var(--setSize--tablet));
    font-size: 0;
  }
  .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(15vw / var(--setSize--tablet)) 0px 0px;
  }
  .wrapper__top--img--1 {
    width: calc(17vw / 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 {
    padding: calc(15vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .wrapper__logo {
    float: left;
    width: calc(182vw / var(--setSize--tablet));
    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--tablet)) 0px calc(10vw / var(--setSize--tablet)) 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: calc(5vw / var(--setSize--tablet)) calc(10vw / var(--setSize--tablet)) calc(5vw / var(--setSize--tablet)) calc(10vw / var(--setSize--tablet));
    color: var(--default--color--2);
    font-size: calc(30vw / var(--setSize--tablet));
    font-weight: 500;
    line-height: calc(45vw / var(--setSize--tablet));
    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--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(15vw / var(--setSize--tablet)) 0px calc(15vw / var(--setSize--tablet));
  }
  .wrapper__menu .subMenu {
    float: left;
    width: calc(250vw / var(--setSize--tablet));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: auto;
    left: calc(0vw / var(--setSize--tablet));
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: calc(0vw / var(--setSize--tablet));
    border-bottom-right-radius: calc(0vw / var(--setSize--tablet));
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: calc(11vw / var(--setSize--tablet));
    height: calc(11vw / var(--setSize--tablet));
    position: absolute;
    top: calc(-11vw / var(--setSize--tablet));
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            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--tablet)) calc(15vw / var(--setSize--tablet)) calc(15vw / var(--setSize--tablet)) calc(30vw / var(--setSize--tablet));
    color: #393939;
    font-size: calc(16vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(16vw / var(--setSize--tablet));
    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.smallWrapper {
    height: auto;
  }
  .wrapper.smallWrapper .wrapper__top {
    height: calc(50vw / var(--setSize--tablet));
  }
  .wrapper.smallWrapper .wrapper__down {
    height: calc(60vw / var(--setSize--tablet));
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(300vw / var(--setSize--tablet));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: var(--default--color--1);
  }
  .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--inside {
    float: left;
    width: 50%;
    height: calc(300vw / var(--setSize--tablet));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--tablet)) 0px calc(40vw / var(--setSize--tablet));
    z-index: 3;
  }
  .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--tablet));
    font-weight: 500;
    line-height: calc(30vw / var(--setSize--tablet));
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(15vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(40vw / var(--setSize--tablet));
    font-weight: 700;
    line-height: calc(45vw / var(--setSize--tablet));
  }
  .slide__slides--text a {
    float: left;
    height: calc(75vw / var(--setSize--tablet));
    position: relative;
    margin: calc(30vw / var(--setSize--tablet)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--tablet)) 0px calc(75vw / var(--setSize--tablet));
    color: #fff;
    font-size: calc(20vw / var(--setSize--tablet));
    line-height: calc(20vw / var(--setSize--tablet));
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: calc(20vw / var(--setSize--tablet));
    background: url(images/topIcon_1.svg) center left calc(40vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(19vw / var(--setSize--tablet));
    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: var(--default--color--1);
    background: #fff url(images/topIcon_1_black.svg) center left calc(40vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(19vw / var(--setSize--tablet));
  }
  .slide__slides--img {
    float: left;
    width: 50% !important;
    height: calc(300vw / var(--setSize--tablet));
    position: relative;
    right: 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(-35vw / 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(60vw / var(--setSize--tablet));
    height: calc(60vw / var(--setSize--tablet));
    position: absolute;
    top: 0;
    right: calc(-5vw / var(--setSize--tablet));
    font-size: 0;
    background: 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(60vw / var(--setSize--tablet));
    height: calc(60vw / var(--setSize--tablet));
    position: absolute;
    top: 0;
    left: calc(-5vw / var(--setSize--tablet));
    font-size: 0;
    background: 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(80vw / var(--setSize--tablet));
    bottom: calc(20vw / var(--setSize--tablet));
    z-index: 10;
  }
  .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;
    font-size: calc(40vw / var(--setSize--tablet));
    font-weight: 700;
    line-height: calc(45vw / var(--setSize--tablet));
    text-transform: uppercase;
    letter-spacing: calc(1vw / var(--setSize--tablet));
  }
  .homeOne {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeOne__text.text__19 {
    margin: calc(40vw / var(--setSize--tablet)) 0px calc(40vw / var(--setSize--tablet)) 0px;
    color: #7C92A6;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .homeOne__text.text__19 strong {
    color: var(--default--color--1);
    font-size: calc(35vw / var(--setSize--tablet));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--tablet));
  }
  .homeOne__text.text__19 table:nth-child(1) tr td img {
    width: calc(137vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne__text.text__19 table:nth-child(2) tr td img {
    width: calc(148vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne__text.text__19 table:nth-child(3) tr td img {
    width: calc(148vw / var(--setSize--tablet)) !important;
    height: auto !important;
  }
  .homeOne__text.text__19 table {
    height: auto !important;
  }
  .homeOne__text.text__19 table tr:nth-child(1) td {
    height: calc(180vw / var(--setSize--tablet)) !important;
  }
  .homeOne__text.text__19 table tr:nth-child(2) td {
    height: calc(40vw / var(--setSize--tablet)) !important;
  }
  .homeTwo {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    align-items: flex-start !important;
    background: #F7F9FB;
  }
  .homeTwo__left {
    padding: 0px calc(40vw / var(--setSize--tablet)) 0px 0px;
  }
  .homeTwo__left.w-50 {
    width: 50% !important;
  }
  .homeTwo__right {
    padding: calc(0vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
  }
  .homeTwo__right.w-50 {
    width: 50% !important;
  }
  .homeTwo__right .header {
    width: 80% !important;
  }
  .homeTwo__text.text__19 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .homeTwo__text.text__19 ul li {
    color: var(--default--color--1);
    font-weight: 600;
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .offerList {
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .offerList__box .offerList__box--inner {
    opacity: 1;
  }
  .offerList__box--inside {
    border-radius: calc(20vw / var(--setSize--tablet));
    background: #FAFBFC;
    overflow: hidden;
  }
  .offerList__box--foto {
    height: calc(440vw / var(--setSize--tablet));
    padding: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
  }
  .offerList__box--foto .mainFoto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .offerList__box--foto .mainFoto .img {
    max-width: 65%;
    max-height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .offerList__box--inner {
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: rgba(15, 59, 191, 0.9);
    z-index: 8;
    opacity: 0;
  }
  .offerList__box--inner .text__19 ul li {
    background: url(images/listWhiteBg.svg) top calc(12vw / var(--setSize--tablet)) left calc(5vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(4vw / var(--setSize--tablet));
  }
  .offerList__box--down {
    top: calc(10vw / var(--setSize--tablet));
    left: 0;
    height: calc(60vw / var(--setSize--tablet));
  }
  .offerList__box--down.p-r {
    position: absolute !important;
  }
  .offerList__box--down .fs-35 {
    font-size: calc(40vw / var(--setSize--tablet)) !important;
  }
  .offerListTwo {
    margin: calc(60vw / var(--setSize--tablet)) 0px 0px 0px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .offerListTwo__box {
    border-radius: calc(20vw / var(--setSize--tablet));
    background: #FAFBFC;
    overflow: hidden;
  }
  .offerListTwo__box--inside {
    height: calc(420vw / var(--setSize--tablet));
  }
  .offerListTwo__box--foto {
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .offerListTwo__box--foto .mainFoto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .offerListTwo__box--foto .mainFoto .img {
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .offerListTwo__box--down {
    padding: 0px calc(40vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet));
  }
  .offerListTwo__box--down .text__19 ul li {
    background: url(images/listBgBlack.svg) top calc(13vw / var(--setSize--tablet)) left calc(5vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(4vw / var(--setSize--tablet));
  }
  .homeFour {
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeFour__partners {
    height: calc(70vw / var(--setSize--tablet));
    margin: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .homeFour__partners .galleryFotoOwl {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--tablet));
    grid-row-gap: calc(40vw / var(--setSize--tablet));
  }
  .homeFour__partners .galleryFotoOwl .box {
    border: 0px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .homeFour__partners .galleryFotoOwl .box .img {
    max-width: 70%;
    max-height: 90%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .homeFive {
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeFive__left {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #F9FAFB;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .homeFive__left .header {
    text-align: center;
  }
  .homeFive__right {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .homeFive__box {
    padding: calc(20vw / var(--setSize--tablet)) 0px;
    background: #061E5E;
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .homeFive__box:nth-child(2), .homeFive__box:nth-child(3) {
    background: var(--default--color--1);
  }
  .homeFive__box:nth-child(1) img {
    width: calc(106vw / var(--setSize--tablet));
  }
  .homeFive__box:nth-child(4) img {
    width: calc(101vw / var(--setSize--tablet));
  }
  .homeFive__box--up {
    height: calc(150vw / var(--setSize--tablet));
  }
  .homeFive__box--down {
    padding: 0px calc(35vw / var(--setSize--tablet));
  }
  .homeSix {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #F7F9FB;
  }
  .homeSix__left.w-50 {
    width: 50% !important;
  }
  .homeSix__left.h-100 {
    height: calc(545vw / var(--setSize--tablet)) !important;
  }
  .homeSix__left .mainFoto {
    border-radius: calc(20vw / var(--setSize--tablet));
    overflow: hidden;
  }
  .homeSix__text {
    width: calc(410vw / var(--setSize--tablet));
    padding: calc(40vw / var(--setSize--tablet)) calc(30vw / var(--setSize--tablet));
    color: #fff;
    font-size: calc(20vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--tablet));
    position: absolute;
    top: calc(-20vw / var(--setSize--tablet));
    left: 0;
    background-color: #113A8C;
    border-radius: calc(20vw / var(--setSize--tablet));
    z-index: 7;
  }
  .homeSix__text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--tablet)) 0px;
    font-size: calc(40vw / var(--setSize--tablet));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--tablet));
  }
  .homeSix__text:before {
    content: " ";
    float: left;
    width: calc(60vw / var(--setSize--tablet));
    height: calc(60vw / var(--setSize--tablet));
    position: absolute;
    left: 0;
    bottom: calc(-40vw / var(--setSize--tablet));
    background-color: #113A8C;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .homeSix__right {
    padding: calc(40vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) 0px calc(40vw / var(--setSize--tablet));
  }
  .homeSix__right.w-50 {
    width: 50% !important;
  }
  .homeSeven {
    padding: calc(20vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeSeven__inside {
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .homeEight {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #F7F9FB;
  }
  .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;
  }
  .homeNine {
    padding: calc(80vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet));
  }
  .homeNine__inside {
    width: calc(740vw / var(--setSize--tablet));
    padding: calc(40vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet));
    border-radius: calc(20vw / var(--setSize--tablet));
    background: #fff;
  }
  .homeTen {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .homeEleven {
    padding: 0px calc(20vw / var(--setSize--tablet));
  }
  .homeEleven__inside {
    padding: calc(60vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet));
  }
  .homeEleven__inside .header {
    font-size: calc(45vw / var(--setSize--tablet)) !important;
    line-height: calc(50vw / var(--setSize--tablet)) !important;
  }
  .homeEleven__inside .fs-25 {
    font-size: calc(22vw / var(--setSize--tablet)) !important;
  }
  .opinions {
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .opinion {
    height: calc(330vw / var(--setSize--tablet));
  }
  .opinion__inside {
    height: calc(270vw / 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));
    -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
            clip-path: polygon(100% 0, 0% 100%, 0 0);
  }
  .opinion__inner {
    height: calc(95vw / 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;
  }
  .about .homeSeven {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .aboutOne {
    background: var(--default--color--1);
  }
  .aboutOne__left.h-100 {
    width: 50% !important;
    height: calc(300vw / var(--setSize--tablet)) !important;
  }
  .aboutOne__right {
    padding: 0px calc(20vw / var(--setSize--tablet));
  }
  .aboutOne__right.h-100 {
    width: 50% !important;
    height: calc(300vw / var(--setSize--tablet)) !important;
  }
  .aboutList {
    margin: calc(60vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .aboutList .aboutBox:nth-child(even) .aboutBox__left.f-l {
    float: right !important;
    padding: 0px 0px 0px calc(10vw / var(--setSize--tablet));
  }
  .aboutList .aboutBox:nth-child(even) .aboutBox__right {
    padding: calc(40vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) 0px calc(0vw / var(--setSize--tablet));
  }
  .aboutList .aboutBox:nth-child(4) {
    margin: calc(20vw / var(--setSize--tablet)) 0px calc(40vw / var(--setSize--tablet)) 0px;
    background-color: #F7F9FB;
  }
  .aboutBox {
    margin: 0px 0px calc(40vw / var(--setSize--tablet)) 0px;
  }
  .aboutBox__inside {
    padding: 0px calc(20vw / var(--setSize--tablet));
  }
  .aboutBox__left {
    padding: 0px calc(0vw / var(--setSize--tablet)) 0px 0px;
  }
  .aboutBox__left.w-50 {
    width: 50% !important;
  }
  .aboutBox__left .mainFoto {
    border-radius: calc(20vw / var(--setSize--tablet));
    overflow: hidden;
  }
  .aboutBox__right {
    padding: calc(40vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) 0px calc(60vw / var(--setSize--tablet));
  }
  .aboutBox__right.w-50 {
    width: 50% !important;
  }
  .aboutBox__right .text__19 ul li {
    float: left;
    width: 100%;
    margin: 0px 0px calc(10vw / var(--setSize--tablet)) 0px;
    padding: 0px 0px 0px calc(40vw / var(--setSize--tablet));
    position: relative;
    list-style: none;
    background: url(images/aboutListBg.svg) top calc(6vw / var(--setSize--tablet)) left calc(5vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(18vw / var(--setSize--tablet));
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .aboutBox__right .text__19 ul li h4 {
    font-weight: 500;
  }
  .aboutBox__right .text__19 ul li:last-child {
    margin: 0px 0px calc(0vw / var(--setSize--tablet)) 0px;
  }
  .offerTwo {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .offerFour {
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .offerFour .homeSeven__inside {
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    border-radius: calc(20vw / var(--setSize--tablet));
  }
  .contactTwo {
    padding: calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(60vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .contactTwo__left.w-50 {
    width: 40% !important;
  }
  .contactTwo__left .footer__up {
    margin: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .contactTwo__left .footer__up .footer__social {
    margin: 0px calc(10vw / var(--setSize--tablet)) 0px calc(10vw / var(--setSize--tablet));
  }
  .contactTwo__left .footer__up .footer__social--img {
    filter: invert(0) brightness(0);
  }
  .contactTwo__text {
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px !important;
  }
  .contactTwo__text a {
    color: var(--default--color--2) !important;
  }
  .contactTwo__text table {
    float: left;
    width: 100% !important;
    margin: calc(10vw / var(--setSize--tablet)) 0px calc(10vw / var(--setSize--tablet)) 0px;
  }
  .contactTwo__text table:nth-child(1) {
    background: url(images/contactIcon_1.svg) center left no-repeat;
    background-size: calc(79vw / var(--setSize--tablet));
  }
  .contactTwo__text table:nth-child(2) {
    background: url(images/contactIcon_2.svg) center left no-repeat;
    background-size: calc(79vw / var(--setSize--tablet));
  }
  .contactTwo__text table:nth-child(3) {
    background: url(images/contactIcon_3.svg) center left no-repeat;
    background-size: calc(79vw / var(--setSize--tablet));
  }
  .contactTwo__text table tr td {
    height: calc(80vw / var(--setSize--tablet));
    padding: 0px 0px 0px calc(100vw / var(--setSize--tablet));
  }
  .contactTwo__right {
    margin: calc(0vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .contactTwo__right.w-50 {
    width: 60% !important;
  }
  .page--4 .footer__map {
    margin: calc(20vw / var(--setSize--tablet)) 0px 0px 0px;
    padding: calc(0vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(30vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet));
  }
  .page--4 .footer__right {
    padding: calc(20vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(80vw / var(--setSize--tablet)) calc(0vw / 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(100vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
    background: #001A30;
  }
  .footer__up {
    padding: 0px 0px calc(20vw / var(--setSize--tablet)) 0px;
  }
  .footer__social {
    float: left;
    width: calc(24vw / var(--setSize--tablet));
    margin: 0px 0px 0px calc(20vw / 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);
  }
  .footer__inside {
    padding: calc(40vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet));
  }
  .footer__left {
    width: 100% !important;
    margin: 0px 0px calc(40vw / var(--setSize--tablet)) 0px;
  }
  .footer__header {
    margin: 0px 0px calc(25vw / var(--setSize--tablet)) 0px;
  }
  .footer__text em {
    font-style: normal;
    padding: 0px 0px 0px calc(40vw / var(--setSize--tablet));
  }
  .footer__text a {
    color: #fff !important;
    padding: 0px 0px 0px calc(40vw / var(--setSize--tablet));
  }
  .footer__text a[href^="tel:"] {
    background: url(images/topIcon_1.svg) center left no-repeat;
    background-size: calc(19vw / var(--setSize--tablet));
  }
  .footer__text a[href^="mailto:"] {
    background: url(images/topIcon_2.svg) center left no-repeat;
    background-size: calc(20vw / var(--setSize--tablet));
  }
  .footer__text em {
    background: url(images/topIcon_3.svg) center left no-repeat;
    background-size: calc(21vw / var(--setSize--tablet));
  }
  .footer__right {
    width: 100% !important;
    padding: calc(0vw / var(--setSize--tablet)) 0px 0px 0px;
  }
  .footer__map {
    height: calc(430vw / var(--setSize--tablet));
    padding: calc(0vw / var(--setSize--tablet)) calc(0vw / var(--setSize--tablet)) calc(30vw / 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 {
    display: none !important;
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--tablet));
    position: relative;
  }
  .footer__copy {
    float: left;
    width: 50%;
    position: relative;
    margin: 0px 0px calc(0vw / var(--setSize--tablet)) 0px;
    color: #717E97;
  }
  .footer__menu {
    float: left;
    width: 30%;
    position: relative;
    margin: 0px 0px 0px 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: #717E97;
    font-size: calc(20vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(38vw / var(--setSize--tablet));
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__menu--href:hover {
    color: #fff;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #fff;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--tablet)) 0px calc(20vw / var(--setSize--tablet));
  }
  .footer__links {
    float: left;
    width: 70%;
    position: relative;
    margin: calc(40vw / var(--setSize--tablet)) 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #717E97;
    font-size: calc(18vw / var(--setSize--tablet));
    font-weight: 400;
    line-height: calc(32vw / var(--setSize--tablet));
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .footer__links a {
    color: #717E97;
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__links a:hover {
    color: #fff;
  }
  .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(20vw / 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: 0px 0px 0px 0px;
    padding: calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet)) calc(40vw / var(--setSize--tablet)) calc(20vw / var(--setSize--tablet));
  }
  .default .text__19 ul li {
    background: url(images/listBgBlack.svg) top calc(13vw / var(--setSize--tablet)) left calc(5vw / var(--setSize--tablet)) no-repeat;
    background-size: calc(4vw / var(--setSize--tablet));
  }
  .default__left {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(40vw / var(--setSize--tablet)) 0px;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--tablet)) 0px 0px calc(0vw / 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: 599px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 36px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #000;
    height: 4px;
    margin: 4px 0;
    transition: 0s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span {
    background: var(--default--color--1);
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: var(--default--color--1);
  }
  .wrapper__hamb span:nth-of-type(1) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(2) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(3) {
    width: 100%;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, 8px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
    opacity: 0;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: bottom;
    transform: translate(2px, -13px) rotatez(-45deg);
  }
  .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;
  }
  @keyframes scalePulse {
    0%, 100% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1); /* Powiększenie do 105% */
    }
  }
  .wrapperMargin {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapperSetMargin {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    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.1);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .wrapper__top {
    height: calc(50vw / var(--setSize--mobile));
    padding: 0px calc(20vw / var(--setSize--mobile));
    background: #001A30;
  }
  .wrapper__top--href {
    margin: 0px 0px 0px calc(10vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .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(15vw / var(--setSize--mobile)) 0px 0px;
  }
  .wrapper__top--img--1 {
    width: calc(17vw / var(--setSize--mobile));
  }
  .wrapper__top--img--2 {
    width: calc(20vw / var(--setSize--mobile));
  }
  .wrapper__top--img--3 {
    width: calc(21vw / var(--setSize--mobile));
  }
  .wrapper__down {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .wrapper__logo {
    float: left;
    width: calc(182vw / 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: calc(5vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(5vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile));
    color: var(--default--color--2);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(45vw / 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(15vw / var(--setSize--mobile)) 0px calc(15vw / 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);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            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.smallWrapper {
    height: auto;
  }
  .wrapper.smallWrapper .wrapper__top {
    height: calc(50vw / var(--setSize--mobile));
  }
  .wrapper.smallWrapper .wrapper__down {
    height: calc(60vw / var(--setSize--mobile));
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(600vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: var(--default--color--1);
  }
  .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--inside {
    float: left;
    width: 100%;
    height: calc(300vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    z-index: 3;
  }
  .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: 500;
    line-height: calc(30vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text p:nth-of-type(1) {
    width: 100%;
    text-align: left;
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(15vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(36vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(45vw / var(--setSize--mobile));
  }
  .slide__slides--text a {
    float: left;
    height: calc(75vw / var(--setSize--mobile));
    position: relative;
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(75vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    line-height: calc(20vw / var(--setSize--mobile));
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: calc(20vw / var(--setSize--mobile));
    background: url(images/topIcon_1.svg) center left calc(40vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(19vw / 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: var(--default--color--1);
    background: #fff url(images/topIcon_1_black.svg) center left calc(40vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(19vw / var(--setSize--mobile));
  }
  .slide__slides--img {
    float: left;
    width: 100%;
    height: calc(300vw / var(--setSize--mobile));
    position: relative;
    right: 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(-35vw / 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(-5vw / 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(-5vw / 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: calc(80vw / var(--setSize--mobile));
    bottom: calc(20vw / var(--setSize--mobile));
    z-index: 10;
  }
  .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;
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(55vw / var(--setSize--mobile));
    text-transform: uppercase;
    letter-spacing: calc(1vw / var(--setSize--mobile));
  }
  .homeOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeOne__text.text__19 {
    margin: calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) 0px;
    color: #7C92A6;
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .homeOne__text.text__19 strong {
    color: var(--default--color--1);
    font-size: calc(35vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeOne__text.text__19 table:nth-child(1) tr td img {
    width: calc(137vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne__text.text__19 table:nth-child(2) tr td img {
    width: calc(148vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne__text.text__19 table:nth-child(3) tr td img {
    width: calc(148vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeOne__text.text__19 table {
    height: auto !important;
  }
  .homeOne__text.text__19 table tr:nth-child(1) td {
    height: calc(180vw / var(--setSize--mobile)) !important;
  }
  .homeOne__text.text__19 table tr:nth-child(2) td {
    height: calc(40vw / var(--setSize--mobile)) !important;
  }
  .homeTwo {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F7F9FB;
  }
  .homeTwo__left {
    width: 100%;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .homeTwo__right .header {
    text-align: center;
  }
  .homeTwo__text.text__19 {
    text-align: justify;
  }
  .homeTwo__text.text__19 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .homeTwo__text.text__19 ul li {
    color: var(--default--color--1);
    font-weight: 600;
    text-align: left;
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerList {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .offerList__box .offerList__box--inner {
    opacity: 1;
  }
  .offerList__box--inside {
    border-radius: calc(20vw / var(--setSize--mobile));
    background: #FAFBFC;
    overflow: hidden;
  }
  .offerList__box--foto {
    height: calc(440vw / var(--setSize--mobile));
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
  }
  .offerList__box--foto .mainFoto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .offerList__box--foto .mainFoto .img {
    max-width: 65%;
    max-height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .offerList__box--inner {
    display: none !important;
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: rgba(15, 59, 191, 0.9);
    z-index: 8;
    opacity: 0;
  }
  .offerList__box--inner .text__19 ul li {
    background: url(images/listWhiteBg.svg) top calc(12vw / var(--setSize--mobile)) left calc(5vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(4vw / var(--setSize--mobile));
  }
  .offerList__box--down {
    top: calc(10vw / var(--setSize--mobile));
    left: 0;
    height: calc(60vw / var(--setSize--mobile));
  }
  .offerList__box--down.p-r {
    position: absolute !important;
  }
  .offerList__box--down .fs-35 {
    font-size: calc(40vw / var(--setSize--mobile)) !important;
  }
  .offerListTwo {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .offerListTwo__box {
    border-radius: calc(20vw / var(--setSize--mobile));
    background: #FAFBFC;
    overflow: hidden;
  }
  .offerListTwo__box--inside {
    height: calc(420vw / var(--setSize--mobile));
  }
  .offerListTwo__box--foto {
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .offerListTwo__box--foto .mainFoto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .offerListTwo__box--foto .mainFoto .img {
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .offerListTwo__box--down {
    padding: 0px calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerListTwo__box--down .text__19 ul li {
    background: url(images/listBgBlack.svg) top calc(13vw / var(--setSize--mobile)) left calc(5vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(4vw / var(--setSize--mobile));
  }
  .homeFour {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFour__partners {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeFour__partners .galleryFotoOwl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--mobile));
    grid-row-gap: calc(40vw / var(--setSize--mobile));
  }
  .homeFour__partners .galleryFotoOwl .box {
    border: 0px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .homeFour__partners .galleryFotoOwl .box .img {
    max-width: 70%;
    max-height: 90%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .homeFive {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFive__left {
    justify-content: center !important;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F9FAFB;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeFive__left .header {
    text-align: center;
  }
  .homeFive__box {
    padding: calc(20vw / var(--setSize--mobile)) 0px;
    background: #061E5E;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeFive__box:nth-child(2), .homeFive__box:nth-child(3) {
    background: var(--default--color--1);
  }
  .homeFive__box:nth-child(1) img {
    width: calc(106vw / var(--setSize--mobile));
  }
  .homeFive__box:nth-child(4) img {
    width: calc(101vw / var(--setSize--mobile));
  }
  .homeFive__box--up {
    height: calc(150vw / var(--setSize--mobile));
  }
  .homeFive__box--down {
    padding: 0px calc(35vw / var(--setSize--mobile));
  }
  .homeSix {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F7F9FB;
  }
  .homeSix__left.h-100 {
    height: calc(545vw / var(--setSize--mobile)) !important;
  }
  .homeSix__left .mainFoto {
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeSix__text {
    width: calc(410vw / var(--setSize--mobile));
    padding: calc(40vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-20vw / var(--setSize--mobile));
    left: 0;
    background-color: #113A8C;
    border-radius: calc(20vw / var(--setSize--mobile));
    z-index: 7;
  }
  .homeSix__text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeSix__text:before {
    content: " ";
    float: left;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: calc(-40vw / var(--setSize--mobile));
    background-color: #113A8C;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .homeSix__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    justify-content: center !important;
  }
  .homeSix__right .header {
    text-align: center;
  }
  .homeSix__right .text__19 {
    text-align: justify;
  }
  .homeSeven {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSeven__inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeEight {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F7F9FB;
  }
  .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;
  }
  .homeNine {
    padding: calc(200vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    background-size: 100% auto !important;
    background-position: top left !important;
  }
  .homeNine__inside {
    width: 100%;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F9FAFB;
    border-radius: calc(20vw / var(--setSize--mobile));
    justify-content: center !important;
  }
  .homeNine__inside .header {
    text-align: center;
  }
  .homeNine__inside .text__19 {
    text-align: justify;
  }
  .homeTen {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeEleven {
    padding: 0px calc(20vw / var(--setSize--mobile));
  }
  .homeEleven__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .homeEleven__inside .header {
    font-size: calc(45vw / var(--setSize--mobile)) !important;
    line-height: calc(50vw / var(--setSize--mobile)) !important;
  }
  .homeEleven__inside .fs-25 {
    font-size: calc(27vw / var(--setSize--mobile)) !important;
  }
  .opinions {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .opinion {
    height: calc(330vw / var(--setSize--mobile));
  }
  .opinion__inside {
    height: calc(270vw / 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));
    -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
            clip-path: polygon(100% 0, 0% 100%, 0 0);
  }
  .opinion__inner {
    height: calc(95vw / 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;
  }
  .about .homeSeven {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutOne {
    background: var(--default--color--1);
  }
  .aboutOne__left.h-100 {
    height: calc(300vw / var(--setSize--mobile)) !important;
  }
  .aboutOne__right {
    padding: 0px calc(20vw / var(--setSize--mobile));
  }
  .aboutOne__right.h-100 {
    height: calc(300vw / var(--setSize--mobile)) !important;
  }
  .aboutList {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .aboutList .aboutBox:nth-child(even) .aboutBox__left.f-l {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutList .aboutBox:nth-child(even) .aboutBox__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    justify-content: center !important;
  }
  .aboutList .aboutBox:nth-child(4) {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    background-color: #F7F9FB;
  }
  .aboutBox__inside {
    padding: 0px calc(20vw / var(--setSize--mobile));
  }
  .aboutBox__left {
    padding: 0px calc(10vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutBox__left .mainFoto {
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .aboutBox__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    justify-content: center !important;
  }
  .aboutBox__right .header {
    text-align: center;
  }
  .aboutBox__right .text__19 {
    text-align: center;
  }
  .aboutBox__right .text__19 ul li {
    float: left;
    width: 100%;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px calc(40vw / var(--setSize--mobile));
    position: relative;
    list-style: none;
    background: url(images/aboutListBg.svg) top calc(6vw / var(--setSize--mobile)) left calc(5vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(18vw / var(--setSize--mobile));
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
  }
  .aboutBox__right .text__19 ul li h4 {
    font-weight: 500;
  }
  .aboutBox__right .text__19 ul li:last-child {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .offerTwo {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerFour {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerFour .homeSeven__inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    border-radius: 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));
  }
  .contactTwo__left .footer__up {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .contactTwo__left .footer__up .footer__social {
    margin: 0px calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
  }
  .contactTwo__left .footer__up .footer__social--img {
    filter: invert(0) brightness(0);
  }
  .contactTwo__text {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .contactTwo__text a {
    color: var(--default--color--2) !important;
  }
  .contactTwo__text table {
    float: left;
    width: 100% !important;
    margin: calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .contactTwo__text table:nth-child(1) {
    background: url(images/contactIcon_1.svg) center left no-repeat;
    background-size: calc(79vw / var(--setSize--mobile));
  }
  .contactTwo__text table:nth-child(2) {
    background: url(images/contactIcon_2.svg) center left no-repeat;
    background-size: calc(79vw / var(--setSize--mobile));
  }
  .contactTwo__text table:nth-child(3) {
    background: url(images/contactIcon_3.svg) center left no-repeat;
    background-size: calc(79vw / var(--setSize--mobile));
  }
  .contactTwo__text table tr td {
    height: calc(80vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(100vw / var(--setSize--mobile));
  }
  .contactTwo__right {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .contactTwo__right .contactTwo__header {
    line-height: calc(44vw / var(--setSize--mobile)) !important;
  }
  .page--400 .footer__map {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .page--400 .footer__right {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(0vw / 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(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #001A30;
  }
  .footer__up {
    padding: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .footer__social {
    float: left;
    width: calc(24vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(20vw / 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);
  }
  .footer__inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .footer__left {
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .footer__header {
    margin: 0px 0px calc(25vw / var(--setSize--mobile)) 0px;
  }
  .footer__text em {
    font-style: normal;
    padding: 0px 0px 0px calc(40vw / var(--setSize--mobile));
  }
  .footer__text a {
    color: #fff !important;
    padding: 0px 0px 0px calc(40vw / var(--setSize--mobile));
  }
  .footer__text a[href^="tel:"] {
    background: url(images/topIcon_1.svg) center left no-repeat;
    background-size: calc(19vw / var(--setSize--mobile));
  }
  .footer__text a[href^="mailto:"] {
    background: url(images/topIcon_2.svg) center left no-repeat;
    background-size: calc(20vw / var(--setSize--mobile));
  }
  .footer__text em {
    background: url(images/topIcon_3.svg) center left no-repeat;
    background-size: calc(21vw / var(--setSize--mobile));
  }
  .footer__right {
    padding: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__map {
    height: calc(430vw / var(--setSize--mobile));
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(30vw / 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 {
    display: none !important;
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__copy {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    color: #717E97;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 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: #717E97;
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(38vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__menu--href:hover {
    color: #fff;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #fff;
  }
  .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));
  }
  .footer__links {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #717E97;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(32vw / var(--setSize--mobile));
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .footer__links a {
    color: #717E97;
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__links a:hover {
    color: #fff;
  }
  .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(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: #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: 0px 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .default .text__19 ul li {
    background: url(images/listBgBlack.svg) top calc(13vw / var(--setSize--mobile)) left calc(5vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(4vw / 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 */