@charset "UTF-8";
.gridCont {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
}

@layer default, comp, aloldal, hover, resp, ipad, mobil, mobilMenu, landscape, notebook, external;
@layer default {
  * {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 0px;
    font-family: "Outfit", sans-serif;
    color: #000;
    outline: none !important;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  a * {
    font-size: inherit;
  }
  .albody {
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    min-height: 100svh;
  }
  .albody footer {
    grid-row: 3;
  }
  picture {
    display: table;
  }
  picture img {
    max-width: 100%;
    height: auto;
  }
  #form_recaptcha {
    border: 0 !important;
  }
  @font-face {
    font-family: "lg";
    src: url("../fonts/lg-0e08cb307313fc66768b7c30f8edcdbb.woff2") format("woff2"), url("../fonts/lg-96f120a03a273c27f18cfda8253cca28.ttf") format("truetype"), url("../fonts/lg-013c1ff4d647b4d92d50e60af801b1a8.woff") format("woff"), url("../fonts/lg-ffb8fbc9603c01642528200576857474.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  .lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .lg-next,
  .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
  }
  .lg-next.disabled,
  .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
  }
  .lg-next:hover:not(.disabled),
  .lg-prev:hover:not(.disabled) {
    color: #fff;
  }
  .lg-single-item .lg-next,
  .lg-single-item .lg-prev {
    display: none;
  }
  .lg-next {
    right: 20px;
  }
  .lg-next:before {
    content: "\e095";
  }
  .lg-prev {
    left: 20px;
  }
  .lg-prev:after {
    content: "\e094";
  }
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
  }
  .lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-maximize {
    font-size: 22px;
  }
  .lg-toolbar .lg-maximize:after {
    content: "\e90a";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  .lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .lg-sub-html a {
    color: inherit;
  }
  .lg-sub-html a:hover {
    text-decoration: underline;
  }
  .lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .lg-error-msg {
    font-size: 14px;
    color: #999;
  }
  .lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
  }
  .lg-closing .lg-toolbar,
  .lg-closing .lg-prev,
  .lg-closing .lg-next,
  .lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, 0.6);
  }
  .lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
  }
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg-container {
    display: none;
    outline: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-on {
    scroll-behavior: unset;
  }
  .lg-overlay-open {
    overflow: hidden;
  }
  .lg-toolbar,
  .lg-prev,
  .lg-next,
  .lg-pager-outer,
  .lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-show-in .lg-toolbar,
  .lg-show-in .lg-prev,
  .lg-show-in .lg-next,
  .lg-show-in .lg-pager-outer {
    opacity: 1;
  }
  .lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
  }
  .lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-outer.lg-zoom-from-image {
    opacity: 1;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    display: none !important;
  }
  .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
  }
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before,
  .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
  }
  .lg-outer .lg-empty-html.lg-sub-html,
  .lg-outer .lg-empty-html .lg-sub-html {
    display: none;
  }
  .lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
  }
  .lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-prev-slide,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-container {
    display: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-inline .lg-backdrop,
  .lg-inline .lg-outer {
    position: absolute;
  }
  .lg-inline .lg-backdrop {
    z-index: 1;
  }
  .lg-inline .lg-outer {
    z-index: 2;
  }
  .lg-inline .lg-maximize:after {
    content: "\e909";
  }
  .lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  /**
   * Swiper 11.1.14
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2024 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 12, 2024
   */
  @font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Slide styles end */
}
@layer comp {
  body.sticky header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    background: linear-gradient(180deg, #000000 21.61%, rgba(255, 255, 255, 0) 101.65%);
  }
  body.sticky header nav ul li ul {
    /*display:none !important;*/
  }
  @media (min-width: 1200px) {
    body:not(body.sticky).albody header nav ul li a span {
      color: #2D2D2D !important;
    }
    body:not(body.sticky).albody header nav ul li a:after {
      color: #2D2D2D !important;
    }
    body:not(body.sticky).albody header .gridCont .info p a {
      color: #2D2D2D !important;
    }
    body:not(body.sticky).albody header .socials a svg path {
      stroke: #2D2D2D !important;
    }
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    z-index: 100;
  }
  header .gridCont {
    position: relative;
    z-index: 10;
    grid-template-columns: min-content 1fr min-content min-content;
    grid-column-gap: 20px;
    align-items: center;
  }
  header .gridCont .logo {
    height: fit-content;
    background: #d1dbc1;
  }
  header .gridCont nav {
    width: fit-content;
    justify-self: center;
  }
  header .gridCont nav > ul {
    width: fit-content;
    display: flex;
    grid-column-gap: 60px;
  }
  header .gridCont nav > ul > li {
    position: relative;
  }
  header .gridCont nav > ul > li a span {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }
  header .gridCont nav > ul > li:has(> input) > svg {
    display: none !important;
  }
  header .gridCont nav > ul > li:has(> input) > a:after {
    content: " +";
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }
  header .gridCont nav > ul > li:has(> input) input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
  }
  header .gridCont nav > ul > li:has(> input) input:checked ~ ul {
    display: table;
  }
  header .gridCont nav > ul > li:has(> input) input:checked ~ a:after {
    content: "-";
  }
  header .gridCont nav > ul > li:has(> input) ul {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #fff;
    padding: 8px 0;
  }
  header .gridCont nav > ul > li:has(> input) ul li a {
    padding: 0 20px;
  }
  header .gridCont nav > ul > li:has(> input) ul li a span {
    color: #000;
    line-height: 32px;
  }
  header .gridCont .info p a {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }
  header .gridCont .socials {
    display: flex;
    grid-column-gap: 15px;
  }
  .about {
    background: url("/assets/main/about_bg.png") no-repeat;
    background-position: left 0 bottom 0;
    padding: 94px 0 123px 0;
  }
  .about .gridCont {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 33px;
    text-align: left;
  }
  .about .gridCont .left .h1 {
    margin-bottom: 10px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 37.8px;
    font-weight: 400;
  }
  .about .gridCont .left .h2 {
    margin-bottom: 30px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
  }
  .about .gridCont .left p:not(.about .gridCont .left p.h1):not(.about .gridCont .left p.h2) {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .about .gridCont .left p:not(.about .gridCont .left p.h1):not(.about .gridCont .left p.h2) * {
    font-size: 16px;
    line-height: 28px;
  }
  .about .gridCont .left p:not(.about .gridCont .left p.h1):not(.about .gridCont .left p.h2) strong {
    font-weight: 700;
  }
  .about .gridCont .right svg {
    margin: 0 auto 173.5px auto;
    display: table;
  }
  .about .gridCont .right ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 25.5px;
  }
  .about .gridCont .right ul li {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 400;
  }
  .about .gridCont .right ul li:first-child {
    text-align: left;
  }
  .about .gridCont .right ul li:last-child {
    text-align: right;
  }
  .about .gridCont .right ul li:nth-child(2) {
    text-align: center;
    border-left: 1px solid #CFDAC0;
    border-right: 1px solid #CFDAC0;
  }
  .about .gridCont .right ul li strong {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
  }
  .about .gridCont .right p {
    text-align: left;
    margin-bottom: 23px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .about .gridCont .right p * {
    font-size: 16px;
    line-height: 28px;
  }
  .about .gridCont .right p strong {
    font-weight: 700;
  }
  .about .gridCont .right > a {
    display: table;
    margin: 0 0 0 auto;
    background: #D1DFDF;
    width: 240px;
    text-align: center;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
  }
  .service .gridCont {
    max-width: 100% !important;
    width: 100% !important;
    aspect-ratio: 1920/900;
    grid-template-columns: repeat(2, 1fr);
    background: #D1DFDF;
  }
  .service .gridCont .left {
    align-self: center;
    justify-self: center;
    width: fit-content;
    height: fit-content;
    text-align: left;
    max-width: 660px;
  }
  .service .gridCont .left .h3 {
    margin-bottom: 10px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 37.8px;
    font-weight: 400;
  }
  .service .gridCont .left .h4 {
    margin-bottom: 45px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
  }
  .service .gridCont .left > ul {
    margin-bottom: 74px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 29.5px;
    grid-row-gap: 10px;
  }
  .service .gridCont .left > ul li {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    text-align: left;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .service .gridCont .left > ul li svg {
    justify-self: center;
  }
  .service .gridCont .left .links {
    display: flex;
    grid-column-gap: 50px;
    margin-bottom: 60px;
  }
  .service .gridCont .left .links a {
    display: grid;
    grid-template-columns: 58.11px min-content;
    align-items: center;
  }
  .service .gridCont .left .links a .text {
    text-align: left;
    display: grid;
  }
  .service .gridCont .left .links a .text strong {
    margin-bottom: 4px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 30.24px;
    font-weight: 400;
  }
  .service .gridCont .left .links a .text span {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 20.16px;
    font-weight: 300;
  }
  .service .gridCont .left > a {
    background: #fff;
    width: 235px;
    display: table;
    margin: 0 auto 0 0;
    text-align: center;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
  }
  .service .gridCont .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: -webkit-fill-available;
  }
  .service .gridCont .items > div {
    width: -webkit-fill-available;
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 320/450;
  }
  .service .gridCont .items > div picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .service .gridCont .items > div picture img {
    position: absolute;
    max-width: initial;
    min-width: 100%;
  }
  .service .gridCont .items > div:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #000000 15.92%, rgba(255, 255, 255, 0) 63.65%);
    z-index: 5;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    display: block;
    transform: rotate(180deg);
    opacity: 0.5;
  }
  .service .gridCont .items > div span {
    position: absolute;
    z-index: 7;
    bottom: 50px;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, 0%);
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 30.24px;
    font-weight: 400;
    color: #fff;
  }
  .galeria {
    background: url("/assets/main/gallery_title.png") no-repeat;
    background-position: left calc(50% - 421px) top 0;
    padding: 120px 0 0 0;
  }
  .galeria .gridCont {
    text-align: center;
    padding-bottom: 390px;
    background: url("/assets/main/gallery_walk.png") no-repeat;
    background-position: left 50% bottom 0;
  }
  .galeria .gridCont > small {
    margin-bottom: 10px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 37.8px;
    font-weight: 400;
  }
  .galeria .gridCont > strong {
    margin-bottom: 91px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
  }
  .galeria .gridCont .imgGrid {
    position: relative;
    grid-template-columns: minmax(0, 1065px) 335px;
    grid-template-rows: minmax(0, 508px) 252px;
    display: grid;
  }
  .galeria .gridCont .imgGrid picture {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .galeria .gridCont .imgGrid > a {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #D1DFDF;
    align-items: center;
    justify-items: center;
    grid-column: 2;
    grid-row: 2;
    text-align: center;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .galeria .gridCont .imgGrid > a svg {
    margin-bottom: 11px;
  }
  .offer .gridCont {
    grid-template-columns: 334px 1fr;
    align-items: center;
    grid-column-gap: 20px;
  }
  .offer .gridCont .left {
    text-align: left;
  }
  .offer .gridCont .left .h5 {
    margin-bottom: 10px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 37.8px;
    font-weight: 400;
  }
  .offer .gridCont .left .h6 {
    margin-bottom: 30px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
  }
  .offer .gridCont .left p:not(.offer .gridCont .left p.h5):not(.offer .gridCont .left p.h6) {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .offer .gridCont .left p:not(.offer .gridCont .left p.h5):not(.offer .gridCont .left p.h6) * {
    font-size: 16px;
    line-height: 28px;
  }
  .offer .gridCont .left p:not(.offer .gridCont .left p.h5):not(.offer .gridCont .left p.h6) strong {
    font-weight: 700;
  }
  .offer .gridCont .right form #form {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, min-content);
    grid-gap: 20px;
    display: grid;
  }
  .offer .gridCont .right form #form > div {
    position: relative;
    border: 1px solid #2D2D2D;
  }
  .offer .gridCont .right form #form > div:has(.any) {
    text-align: left;
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 8px;
    align-items: center;
    border: 0;
  }
  .offer .gridCont .right form #form > div:has(.any) label {
    grid-column: 2;
    grid-row: 1;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(.any) label * {
    font-size: 14px;
    line-height: 20px;
  }
  .offer .gridCont .right form #form > div:has(.any) label strong {
    font-weight: 700;
  }
  .offer .gridCont .right form #form > div:has(.any) input {
    width: 20px;
    height: 20px;
    border: 1px solid #2D2D2D;
    grid-column: 1;
    grid-row: 1;
  }
  .offer .gridCont .right form #form > div:has(input[type=text]) label {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate(0, -10px);
  }
  .offer .gridCont .right form #form > div:has(input[type=text]):not(:has(input:placeholder-shown)) label {
    opacity: 1;
    transform: translate(0, 0);
  }
  .offer .gridCont .right form #form > div:has(input[type=text]) input {
    width: -webkit-fill-available;
    height: 50px;
    padding-left: 20px;
    text-indent: 0;
    border: 0;
    background: transparent;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(input[type=text]) input::placeholder {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(select) select {
    width: -webkit-fill-available;
    height: 50px;
    padding-left: 20px;
    text-indent: 0;
    border: 0;
    background: transparent;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(select) select option {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(textarea) textarea {
    height: 184px;
    padding: 20px;
    text-indent: 0;
    width: -webkit-fill-available;
    border: 0;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(textarea) textarea::placeholder {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .offer .gridCont .right form #form > div:has(textarea) label {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate(0, -10px);
  }
  .offer .gridCont .right form #form > div:has(textarea):not(:has(textarea:placeholder-shown)) label {
    opacity: 1;
    transform: translate(0, 0);
  }
  .offer .gridCont .right form #form > div:has(button) {
    border: 0;
  }
  .offer .gridCont .right form #form > div:has(button) button {
    width: fit-content;
    background: #CFDAC0;
    border: 0;
    cursor: pointer;
    padding: 0 60px;
    display: table;
    justify-self: right;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
  }
  footer {
    margin-top: 65px;
    background: #D1DFDF;
    padding-bottom: 50px;
  }
  footer > .gridCont {
    grid-template-columns: min-content repeat(3, 1fr);
    grid-column-gap: 40px;
  }
  footer > .gridCont .logo {
    height: fit-content;
    background: #d1dbc1;
  }
  footer > .gridCont .footerMenu {
    padding-top: 70px;
    text-align: left;
  }
  footer > .gridCont .footerMenu strong {
    display: table;
    margin-bottom: 40px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 700;
  }
  footer > .gridCont .footerMenu ul {
    margin: 0;
  }
  footer > .gridCont .footerMenu ul li {
    margin-bottom: 40px;
  }
  footer > .gridCont .footerMenu ul li a span {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  footer > .gridCont .footerMenu ul li input {
    display: none;
  }
  footer > .gridCont .footerMenu ul li svg {
    display: none;
  }
  footer > .gridCont .footerMenu ul li ul {
    margin-top: 40px;
  }
  footer > .gridCont .footerContact {
    padding-top: 70px;
  }
  footer > .gridCont .footerContact > strong {
    display: table;
    margin-bottom: 40px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 700;
  }
  footer > .gridCont .footerContact ul li {
    text-align: left;
    margin-bottom: 42px;
    display: grid;
    align-items: center;
    grid-template-columns: 32px auto;
  }
  footer > .gridCont .footerContact ul li svg {
    justify-self: left;
  }
  footer > .gridCont .footerContact ul li svg path {
    stroke: #2D2D2D;
  }
  footer > .gridCont .footerContact ul li a {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  footer .bot {
    margin-top: 60px;
  }
  footer .bot .gridCont {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  footer .bot .gridCont > span {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .elitelogo {
    height: 46px;
    width: 160px;
    border: 1px solid #2D2D2D;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    border-radius: 0;
  }
  .elitelogo picture {
    margin: 2px auto 0 auto;
  }
  .accordion {
    background: #CFDAC0;
    margin-bottom: 32px;
    padding: 32px;
    widht: -webkit-fill-available;
  }
  .accordion .item {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 57px auto;
    position: relative;
  }
  .accordion .item:not(:last-child):not(:has(input:checked)) label {
    border-bottom: 1px solid #2D2D2D;
  }
  .accordion .item input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-row: 1;
    grid-column: 1;
  }
  .accordion .item input:checked ~ label {
    color: #2D2D2D;
  }
  .accordion .item input:checked ~ label:before {
    content: "-";
  }
  .accordion .item input:checked ~ label span {
    font-weight: 700 !important;
  }
  .accordion .item input:not(:checked) ~ label {
    color: #2D2D2D !important;
  }
  .accordion .item input:not(:checked) ~ label:before {
    content: "+";
  }
  .accordion .item input:checked ~ .text {
    height: initial;
    opacity: 1;
  }
  .accordion .item input:not(:checked) ~ .text {
    height: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .accordion .item .text {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    transition: opacity 0.5s ease, height 0.5s ease;
  }
  .accordion .item .text p {
    padding-bottom: 16px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .accordion .item .text p * {
    font-size: 16px;
    line-height: 28px;
  }
  .accordion .item .text p strong {
    font-weight: 700;
  }
  .accordion .item label {
    width: 100%;
    height: 100%;
    grid-row: 1;
    grid-column: 1;
    display: grid;
    align-items: center;
    transition: color 0.5s ease;
    grid-template-columns: 1fr 20px;
    grid-column-gap: 10px;
    border-bottom: 1px solid transparent;
  }
  .accordion .item label span {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 400;
    grid-column: 1;
  }
  .accordion .item label:before {
    grid-column: 2;
    grid-row: 1;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: grid;
    text-align: center;
    align-items: center;
    font-weight: 700;
  }
  .elite-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .elite-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .elite-gallery a picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .elite-gallery a picture img {
    width: 100%;
    height: initial;
  }
  .elite-gallery a:before {
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "+";
    font-size: 40px;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: #2D2D2D;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 2;
    color: #fff;
  }
  .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    aspect-ratio: 1920/900;
    background: #2D2D2D;
  }
  .slider .swiper-container {
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slider .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    transform: initial !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    align-items: center;
    justify-items: center;
    text-align: center;
    transform: initial !important;
    transition: opacity 1s ease !important;
    width: 100% !important;
    align-content: center;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    background: linear-gradient(180deg, #000000 10.61%, rgba(255, 255, 255, 0) 63.65%);
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    position: relative !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide:not(.slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active) {
    opacity: 0 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide span {
    z-index: 5;
    position: relative;
    margin-bottom: 10px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    max-width: 1440px;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide p {
    z-index: 5;
    position: relative;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 85px;
    max-width: 1440px;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide a {
    z-index: 5;
    position: relative;
    width: fit-content;
    padding: 0 60px;
    background: #fff;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .slider .swiper-container .swiper-pagination {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 61px;
    z-index: 10;
    grid-column-gap: 14px;
  }
  .slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 16px;
    height: 16px;
  }
  .slider .swiper-container .swiper-pagination .swiper-pagination-bullet:not(.slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active) {
    background: #fff;
  }
  .slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CFDAC0;
  }
  .google_cookie {
    display: none;
    position: fixed;
    z-index: 80000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    width: 95%;
    max-width: 930px;
    max-height: 95svh;
    background: #fff;
    filter: drop-shadow(0px 0px 68px rgba(0, 0, 0, 0.15));
    color: #fff;
    padding: 76px 90px 58px 90px !important;
    text-align: center;
  }
  .google_cookie > span {
    display: table;
    margin: 0px auto 70px auto !important;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: initial;
    color: #000;
  }
  .google_cookie.hideCookie {
    display: none !important;
  }
  .google_cookie.showCookie {
    display: table !important;
  }
  .google_cookie .cookie_options {
    margin: 0px auto 50px auto !important;
    width: 100%;
    justify-content: center;
    display: none;
    grid-row-gap: 25px;
    grid-column-gap: 120px;
    grid-template-columns: repeat(2, min-content);
  }
  .google_cookie .cookie_options.cookieOpen {
    display: grid !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(3) {
    display: table !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(2) {
    display: none !important;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(3) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(4) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(2) {
    display: table;
  }
  .google_cookie .cookie_options .check {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 15px auto;
  }
  .google_cookie .cookie_options .check > * {
    grid-row: 1;
  }
  .google_cookie .cookie_options .check input {
    grid-column: 1/1;
    z-index: 2;
    padding: 0px !important;
    margin: 0px !important;
    background: transparent;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #000 !important;
  }
  .google_cookie .cookie_options .check input:checked ~ span {
    display: block !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] {
    pointer-events: none !important;
    border: 1px solid #666666 !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span {
    color: #fff !important;
    background: #666666;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span:before {
    color: #fff !important;
  }
  .google_cookie .cookie_options .check span {
    grid-column: 1/1;
    color: green;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    display: none;
    position: relative !important;
  }
  .google_cookie .cookie_options .check span:before {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 15px !important;
    font-family: fontello;
    content: "\e802";
    color: #3149e7;
  }
  .google_cookie .cookie_options .check label {
    grid-column: 2/2;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    margin: 0px !important;
    vertical-align: top;
    line-height: 15px !important;
  }
  .google_cookie .cookie_buttons {
    width: 100%;
    margin: 0px auto;
    display: grid;
    grid-column-gap: 15px;
  }
  .google_cookie .cookie_buttons button.deny {
    font-size: 13px;
    border: 0px;
    background: transparent;
    grid-column-end: 3;
    grid-column-start: 1;
    margin: 10px auto 0px auto;
    opacity: 0.4;
    cursor: pointer;
    width: 100px;
  }
  .google_cookie .cookie_buttons button:not(.deny) {
    border: 1px solid #CFDAC0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    height: 60px;
    cursor: pointer;
  }
  .google_cookie .cookie_buttons button:not(.deny):first-child {
    background: #CFDAC0;
    color: #000;
  }
  .google_cookie .cookie_buttons button:not(.deny):not(:first-child) {
    color: #000;
    background: transparent;
  }
  @media (max-width: 1000px) {
    .google_cookie {
      padding: 30px !important;
    }
    .google_cookie > span {
      font-size: 14px !important;
      line-height: initial;
      margin-bottom: 20px !important;
    }
    .google_cookie .cookie_options {
      grid-template-columns: 1fr;
      grid-row-gap: 4px;
      grid-template-columns: min-content;
      margin: 0px auto 20px auto !important;
    }
    .google_cookie .cookie_options .check label {
      font-size: 14px !important;
      margin: 0px !important;
      vertical-align: top !important;
      line-height: 15px !important;
    }
    .google_cookie .cookie_buttons button {
      font-size: 12px !important;
      height: 40px !important;
      line-height: 12px !important;
    }
  }
  .car {
    background: #D1DFDF;
    margin-top: 120px;
  }
  .car .gridCont {
    padding: 160px 0;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .car .gridCont > img:first-child {
    position: absolute;
    left: 0;
    top: -85px;
  }
  .car .gridCont > img:last-child {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  .car .gridCont .left {
    height: fit-content;
    align-self: center;
  }
  .car .gridCont .left p {
    text-align: left;
    display: grid;
    grid-row-gap: 10px;
  }
  .car .gridCont .left p > span {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
  .car .gridCont .left p > strong {
    margin-bottom: 20px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
  }
  .car .gridCont .left p > small {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .car .gridCont .right ul {
    grid-row-gap: 80px;
    display: grid;
    grid-template-rows: repeat(3, min-content);
  }
  .car .gridCont .right ul li a {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }
  .car .gridCont .right ul li a svg {
    justify-self: center;
  }
  .car .gridCont .right ul li a svg path {
    stroke: #2D2D2D;
  }
  @media (max-width: 1050px) {
    .car .gridCont {
      padding: 40px 0;
      grid-template-columns: 1fr;
    }
    .car .gridCont > img {
      display: none !important;
    }
    .car .gridCont .left {
      margin-bottom: 30px;
    }
    .car .gridCont .left p strong {
      font-size: 30px;
      line-height: 30px;
    }
    .car .gridCont .right ul {
      grid-row-gap: 24px;
    }
    .car .gridCont .right ul li a {
      font-size: 18px;
      line-height: 18px;
      grid-template-columns: 44px 1fr;
    }
    .car .gridCont .right ul li a svg {
      justify-self: left;
    }
  }
}
@layer external {
  .google_cookie {
    display: none;
    position: fixed;
    z-index: 80000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    width: 95%;
    max-width: 930px;
    max-height: 95svh;
    background: #fff;
    filter: drop-shadow(0px 0px 68px rgba(0, 0, 0, 0.15));
    color: #fff;
    padding: 76px 90px 58px 90px !important;
    text-align: center;
  }
  .google_cookie > span {
    display: table;
    margin: 0px auto 70px auto !important;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: initial;
    color: #000;
  }
  .google_cookie.hideCookie {
    display: none !important;
  }
  .google_cookie.showCookie {
    display: table !important;
  }
  .google_cookie .cookie_options {
    margin: 0px auto 50px auto !important;
    width: 100%;
    justify-content: center;
    display: none;
    grid-row-gap: 25px;
    grid-column-gap: 120px;
    grid-template-columns: repeat(2, min-content);
  }
  .google_cookie .cookie_options.cookieOpen {
    display: grid !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(3) {
    display: table !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(2) {
    display: none !important;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(3) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(4) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(2) {
    display: table;
  }
  .google_cookie .cookie_options .check {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 15px auto;
  }
  .google_cookie .cookie_options .check > * {
    grid-row: 1;
  }
  .google_cookie .cookie_options .check input {
    grid-column: 1/1;
    z-index: 2;
    padding: 0px !important;
    margin: 0px !important;
    background: transparent;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #000 !important;
  }
  .google_cookie .cookie_options .check input:checked ~ span {
    display: block !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] {
    pointer-events: none !important;
    border: 1px solid #666666 !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span {
    color: #fff !important;
    background: #666666;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span:before {
    color: #fff !important;
  }
  .google_cookie .cookie_options .check span {
    grid-column: 1/1;
    color: green;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    display: none;
    position: relative !important;
  }
  .google_cookie .cookie_options .check span:before {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 15px !important;
    font-family: fontello;
    content: "\e802";
    color: #3149e7;
  }
  .google_cookie .cookie_options .check label {
    grid-column: 2/2;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    margin: 0px !important;
    vertical-align: top;
    line-height: 15px !important;
  }
  .google_cookie .cookie_buttons {
    width: 100%;
    margin: 0px auto;
    display: grid;
    grid-column-gap: 15px;
  }
  .google_cookie .cookie_buttons button.deny {
    font-size: 13px;
    border: 0px;
    background: transparent;
    grid-column-end: 3;
    grid-column-start: 1;
    margin: 10px auto 0px auto;
    opacity: 0.4;
    cursor: pointer;
    width: 100px;
  }
  .google_cookie .cookie_buttons button:not(.deny) {
    border: 1px solid #CFDAC0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    height: 60px;
    cursor: pointer;
  }
  .google_cookie .cookie_buttons button:not(.deny):first-child {
    background: #CFDAC0;
    color: #000;
  }
  .google_cookie .cookie_buttons button:not(.deny):not(:first-child) {
    color: #000;
    background: transparent;
  }
  @media (max-width: 1000px) {
    .google_cookie {
      padding: 30px !important;
    }
    .google_cookie > span {
      font-size: 14px !important;
      line-height: initial;
      margin-bottom: 20px !important;
    }
    .google_cookie .cookie_options {
      grid-template-columns: 1fr;
      grid-row-gap: 4px;
      grid-template-columns: min-content;
      margin: 0px auto 20px auto !important;
    }
    .google_cookie .cookie_options .check label {
      font-size: 14px !important;
      margin: 0px !important;
      vertical-align: top !important;
      line-height: 15px !important;
    }
    .google_cookie .cookie_buttons button {
      font-size: 12px !important;
      height: 40px !important;
      line-height: 12px !important;
    }
  }
}
@layer aloldal {
  .article .title {
    background: linear-gradient(180deg, #D1DFDF 0%, #FFFFFA 100%);
    position: relative;
    width: 100%;
    display: grid;
    grid-template-rows: 120px min-content;
    grid-row-gap: 30px;
  }
  .article .title svg {
    grid-row: 2;
    margin: 0 auto 0 auto;
    grid-column: 1;
  }
  .article .title h1 {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    position: relative;
    z-index: 10;
  }
  .article article {
    margin: 72px auto 72px auto;
    width: 90%;
    max-width: 1000px;
    text-align: left;
  }
  .article article .elite-gallery {
    display: grid;
    width: -webkit-fill-available;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .article article h2 {
    margin-bottom: 16px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 37.8px;
    font-weight: 700;
  }
  .article article h2 * {
    font-size: 30px;
    line-height: 37.8px;
  }
  .article article h2 strong {
    font-weight: 700;
  }
  .article article h3 {
    margin-bottom: 16px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 30.24px;
    font-weight: 700;
  }
  .article article h3 * {
    font-size: 24px;
    line-height: 30.24px;
  }
  .article article h3 strong {
    font-weight: 700;
  }
  .article article > p > img {
    max-width: 100% !important;
    height: initial !important;
  }
  .article article > p {
    margin-bottom: 32px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .article article > p * {
    font-size: 16px;
    line-height: 28px;
  }
  .article article > p strong {
    font-weight: 700;
  }
  .article article ol {
    margin-bottom: 32px;
    counter-reset: list-counter;
  }
  .article article ol li {
    counter-increment: list-counter;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 22.68px;
    font-weight: 700;
  }
  .article article ol li * {
    font-size: 18px;
    line-height: 22.68px;
  }
  .article article ol li strong {
    font-weight: 700;
  }
  .article article ol li:before {
    content: counter(list-counter) ". ";
  }
  .article article ul {
    margin-bottom: 32px;
  }
  .article article ul li {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 22.68px;
    font-weight: 700;
    position: relative;
    padding-left: 32px;
  }
  .article article ul li * {
    font-size: 18px;
    line-height: 22.68px;
  }
  .article article ul li strong {
    font-weight: 700;
  }
  .article article ul li:before {
    content: "";
    left: 12px;
    top: 10px;
    background: #2D2D2D;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: table;
    position: absolute;
  }
  .article article #form {
    width: -webkit-fill-available;
    padding: 40px;
    background: #CFDAC0;
  }
  .article article #form > div {
    width: -webkit-fill-available;
    max-width: 709px;
    margin: 0 auto 20px auto;
    border: 1px solid #2D2D2D;
    background: #fff;
    position: relative;
  }
  .article article #form > div:has(.any), .article article #form > div:has(input[type=radio]), .article article #form > div:has(input[type=checkbox]) {
    text-align: left;
    display: grid;
    background: none;
    border: none;
    grid-template-columns: 20px auto;
    grid-column-gap: 8px;
    align-items: center;
    border: 0;
  }
  .article article #form > div:has(.any):not(:has(.any)), .article article #form > div:has(input[type=radio]):not(:has(.any)), .article article #form > div:has(input[type=checkbox]):not(:has(.any)) {
    display: table;
  }
  .article article #form > div:has(.any):not(:has(.any)) > div, .article article #form > div:has(input[type=radio]):not(:has(.any)) > div, .article article #form > div:has(input[type=checkbox]):not(:has(.any)) > div {
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 8px;
    align-items: center;
  }
  .article article #form > div:has(.any):not(:has(.any)) > div:not(:last-child), .article article #form > div:has(input[type=radio]):not(:has(.any)) > div:not(:last-child), .article article #form > div:has(input[type=checkbox]):not(:has(.any)) > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .article article #form > div:has(.any) label, .article article #form > div:has(input[type=radio]) label, .article article #form > div:has(input[type=checkbox]) label {
    grid-column: 2;
    grid-row: 1;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(.any) label *, .article article #form > div:has(input[type=radio]) label *, .article article #form > div:has(input[type=checkbox]) label * {
    font-size: 14px;
    line-height: 20px;
  }
  .article article #form > div:has(.any) label strong, .article article #form > div:has(input[type=radio]) label strong, .article article #form > div:has(input[type=checkbox]) label strong {
    font-weight: 700;
  }
  .article article #form > div:has(.any) input, .article article #form > div:has(input[type=radio]) input, .article article #form > div:has(input[type=checkbox]) input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #2D2D2D;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    background: #fff;
  }
  .article article #form > div:has(.any) input[type=checkbox]:checked:after, .article article #form > div:has(input[type=radio]) input[type=checkbox]:checked:after, .article article #form > div:has(input[type=checkbox]) input[type=checkbox]:checked:after {
    content: "✔";
    color: #2D2D2D;
    font-size: 16px;
    position: absolute;
    left: 3px;
    top: -1px;
  }
  .article article #form > div:has(.any) input[type=radio], .article article #form > div:has(input[type=radio]) input[type=radio], .article article #form > div:has(input[type=checkbox]) input[type=radio] {
    border-radius: 20px;
  }
  .article article #form > div:has(.any) input[type=radio]:checked:after, .article article #form > div:has(input[type=radio]) input[type=radio]:checked:after, .article article #form > div:has(input[type=checkbox]) input[type=radio]:checked:after {
    content: "";
    background: #2D2D2D;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 14px;
    height: 14px;
    display: table;
    border-radius: 16px;
  }
  .article article #form > div:has(input[type=text]) > label, .article article #form > div:has(input[type=date]) > label, .article article #form > div:has(input[type=file]) > label {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate(0, -10px);
  }
  .article article #form > div:has(input[type=text]):not(:has(input:placeholder-shown)) > label, .article article #form > div:has(input[type=date]):not(:has(input:placeholder-shown)) > label, .article article #form > div:has(input[type=file]):not(:has(input:placeholder-shown)) > label {
    opacity: 1;
    transform: translate(0, 0);
  }
  .article article #form > div:has(input[type=text]) input, .article article #form > div:has(input[type=date]) input, .article article #form > div:has(input[type=file]) input {
    width: -webkit-fill-available;
    height: 50px;
    padding-left: 20px;
    text-indent: 0;
    border: 0;
    background: transparent;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(input[type=text]) input::placeholder, .article article #form > div:has(input[type=date]) input::placeholder, .article article #form > div:has(input[type=file]) input::placeholder {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(select) select {
    width: -webkit-fill-available;
    height: 50px;
    padding-left: 20px;
    text-indent: 0;
    border: 0;
    background: transparent;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(select) select option {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(textarea) textarea {
    height: 184px;
    padding: 20px;
    text-indent: 0;
    width: -webkit-fill-available;
    border: 0;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(textarea) textarea::placeholder {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(textarea) label {
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate(0, -10px);
  }
  .article article #form > div:has(textarea):not(:has(textarea:placeholder-shown)) label {
    opacity: 1;
    transform: translate(0, 0);
  }
  .article article #form > div:has(input[type=file]) > label {
    display: none;
  }
  .article article #form > div:has(input[type=file]) div {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
  }
  .article article #form > div:has(input[type=file]) div input {
    grid-column-start: 1;
    grid-column-end: 3;
    opacity: 0;
    z-index: 10;
    position: relative;
    cursor: pointer;
  }
  .article article #form > div:has(input[type=file]) div * {
    grid-row: 1;
  }
  .article article #form > div:has(input[type=file]) div svg {
    grid-column: 2;
  }
  .article article #form > div:has(input[type=file]) div label {
    grid-column: 1;
    margin-left: 20px;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .article article #form > div:has(button) {
    border: 0;
    background: none;
    margin-bottom: 0 !important;
  }
  .article article #form > div:has(button) button {
    width: fit-content;
    cursor: pointer;
    background: #D1DFDF;
    border: 0;
    padding: 0 60px;
    display: table;
    justify-self: center;
    color: #2D2D2D;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
  }
}
@layer hover {
  @media (min-width: 1200px) {
    body.albody header nav ul li:has(> input:hover) > a span:after {
      opacity: 1;
    }
    body.albody header nav ul li a:hover span:after {
      opacity: 1;
    }
    body.albody:not(body.albody.sticky) header .socials a svg path {
      transition: fill 0.5s ease;
    }
    body.albody:not(body.albody.sticky) header .socials a:hover svg path {
      fill: #2D2D2D;
    }
    header nav ul li.active a span:after {
      opacity: 1;
    }
    header nav ul li a span {
      position: relative;
    }
    header nav ul li a span:after {
      transition: opacity 0.5s ease;
      height: 2px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #2D2D2D;
      opacity: 0;
    }
    header nav ul li:has(> input:hover) > a span {
      color: #CFDAC0;
    }
    header nav ul li a span {
      transition: color 0.5s ease;
    }
    header nav ul li a:hover span {
      color: #CFDAC0;
    }
    header .socials a svg path {
      transition: fill 0.5s ease;
    }
    header .socials a:hover svg path {
      fill: #fff;
    }
    .slider .swiper-container .swiper-wrapper .swiper-slide a {
      transition: background 0.5s ease;
    }
    .slider .swiper-container .swiper-wrapper .swiper-slide a:hover {
      background: #CFDAC0;
    }
    .slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
      cursor: pointer;
      transition: background 0.5s ease;
    }
    .slider .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
      background: #CFDAC0;
    }
    /*
    button hover
     */
    .about .gridCont .right > a,
    .service .gridCont .left > a,
    .offer .gridCont .right form #form > div:has(button) button,
    .article article #form > div:has(button) button {
      transition: background 0.5s ease, color 0.5s ease;
    }
    .about .gridCont .right > a:hover,
    .service .gridCont .left > a:hover,
    .offer .gridCont .right form #form > div:has(button) button:hover,
    .article article #form > div:has(button) button:hover {
      background: #2D2D2D;
      color: #fff;
    }
    footer > .gridCont .footerMenu ul li a:hover,
    footer > .gridCont .footerContact ul li a:hover {
      text-decoration: underline;
    }
    .elitelogo {
      transition: border 0.5s ease, background 0.5s ease;
    }
    .elitelogo:hover {
      border: 1px solid #CFDAC0;
      background: #CFDAC0;
    }
    .service .gridCont .left .links a .text strong, .service .gridCont .left .links a .text span {
      transition: color 0.5s ease;
    }
    .galeria .gridCont .imgGrid > a {
      transition: background 0.5s ease;
    }
    .galeria .gridCont .imgGrid > a svg path {
      transition: stroke 0.5s ease;
    }
    .galeria .gridCont .imgGrid > a:hover {
      background: #2D2D2D;
      color: #fff;
    }
    .galeria .gridCont .imgGrid > a:hover svg path {
      stroke: #fff;
    }
  }
}
@layer resp {
  @media (min-width: 1200px) {
    header .m {
      display: none;
    }
  }
  @media (max-width: 1360px) {
    header .gridCont nav > ul {
      grid-column-gap: 32px;
    }
    header .gridCont .info p {
      height: 18px;
    }
    header .gridCont .info p a {
      font-size: 0;
    }
    header .gridCont .info p a svg {
      display: table;
    }
    header .gridCont .info p a svg path {
      stroke: #fff;
    }
  }
  @media (max-width: 1200px) {
    header .gridCont {
      grid-template-columns: 1fr auto min-content min-content;
    }
    header .gridCont .logo {
      grid-column: 1;
    }
    header .gridCont .info {
      grid-column: 3;
      width: 50px;
      height: 50px;
      background: #D1DFDF;
      display: grid;
      align-items: center;
      justify-items: center;
      justify-content: center;
      text-align: center;
    }
    header .gridCont .info p a {
      font-size: 0px;
    }
    header .gridCont .info p a svg path {
      stroke: #2D2D2D !important;
    }
    header .gridCont .menu_open_checkbox {
      grid-column: 4;
      grid-row: 1;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
      width: 50px;
      height: 50px;
    }
    header .gridCont .menu_open {
      grid-column: 4;
      width: 50px;
      grid-row: 1;
      height: 50px;
      background: #D1DFDF;
      display: grid;
      align-items: center;
      justify-items: center;
      justify-content: center;
      text-align: center;
    }
    header .gridCont .menu_open svg path {
      fill: #2D2D2D;
    }
    header .gridCont .menu_open svg:nth-child(2) {
      display: none;
    }
    header .gridCont .socials {
      display: none;
    }
    header .gridCont nav {
      display: none;
    }
  }
  @media (max-width: 1580px) {
    .about {
      background-position: left -255px bottom 0;
    }
  }
  @media (max-width: 1330px) and (min-width: 1050px) {
    .about .gridCont .left .h2 {
      line-height: 50px;
      font-size: 50px;
    }
    .about .gridCont .right ul li {
      font-size: 20px;
      line-height: 25.2px;
    }
  }
  @media (max-width: 1050px) {
    .about {
      background: none !important;
    }
    .about .gridCont {
      grid-template-columns: 1fr;
    }
    .about .gridCont .left .h2 {
      line-height: 50px;
      font-size: 50px;
    }
    .about .gridCont .right {
      margin-top: 40px;
    }
    .about .gridCont .right > svg {
      display: none !important;
    }
    .about .gridCont .right ul li {
      font-size: 20px;
      line-height: 25.2px;
    }
  }
  @media (max-width: 620px) {
    .about .gridCont .left .h2 {
      line-height: 50px;
      font-size: 50px;
    }
    .about .gridCont .right > a {
      margin: 50px auto 0 auto !important;
    }
    .about .gridCont .right ul {
      grid-template-columns: 1fr;
    }
    .about .gridCont .right ul li {
      text-align: center !important;
      padding: 20px 0;
      font-size: 20px;
      line-height: 25.2px;
    }
    .about .gridCont .right ul li:nth-child(2) {
      border-top: 1px solid #CFDAC0;
      border-bottom: 1px solid #CFDAC0;
      border-left: 0;
      border-right: 0;
      margin: 20px 0;
    }
  }
  @media (max-width: 1450px) {
    .service .gridCont {
      grid-template-columns: 490px 1fr;
    }
    .service .gridCont .left {
      padding: 0 32px;
    }
    .service .gridCont .left .h4 {
      font-size: 40px;
      line-height: 40px;
    }
    .service .gridCont .left ul {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1230px) {
    .service .gridCont .items {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 1050px) {
    .service {
      display: table;
    }
    .service .gridCont {
      display: table !important;
      grid-template-columns: 1fr;
    }
    .service .gridCont .left {
      padding-top: 32px;
      padding-bottom: 32px;
    }
  }
  @media (max-width: 1600px) and (min-width: 1130px) {
    .galeria .gridCont .imgGrid {
      grid-template-columns: minmax(0, 1065px) 240px;
      grid-template-rows: minmax(0, 360px) 182px;
      width: 1000px;
      margin: 0 auto;
    }
  }
  @media (min-width: 760px) {
    .gallery_mobile {
      display: none;
    }
  }
  @media (max-width: 760px) {
    .gallery_pc {
      display: none;
    }
    .galeria {
      padding-top: 32px;
    }
    .galeria .gridCont > strong {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 32px;
    }
    .galeria .gridCont .imgGrid {
      grid-template-columns: 1fr;
      grid-template-rows: initial;
    }
    .galeria .gridCont .imgGrid a {
      grid-row: 2;
      grid-column: 1;
      flex-direction: initial;
      grid-column-gap: 8px;
      margin-top: 12px;
      height: 60px;
      line-height: 60px;
    }
    .galeria .gridCont .imgGrid a svg {
      margin: 0;
      height: 39px;
      width: 85px;
    }
    .galeria .gridCont .imgGrid picture {
      grid-column-end: 1;
      grid-row-end: 1;
    }
    .galeria .gridCont .imgGrid picture img {
      width: 100%;
    }
  }
  @media (max-width: 1130px) and (min-width: 760px) {
    .galeria .gridCont .imgGrid {
      grid-template-columns: minmax(0, 1045px) 161px;
      grid-template-rows: minmax(0, 243px) 121px;
      width: 671px;
      margin: 0 auto;
    }
    .galeria .gridCont .imgGrid a svg {
      width: 43px;
      height: fit-content;
    }
  }
  @media (min-width: 1300px) {
    .offer .gridCont .right form #form > div:nth-child(1) {
      grid-area: 1/1/2/5;
    }
    .offer .gridCont .right form #form > div:nth-child(2) {
      grid-area: 1/5/2/9;
    }
    .offer .gridCont .right form #form > div:nth-child(3) {
      grid-area: 1/9/2/13;
    }
    .offer .gridCont .right form #form > div:nth-child(4) {
      grid-area: 2/1/3/5;
    }
    .offer .gridCont .right form #form > div:nth-child(5) {
      grid-area: 2/5/3/9;
    }
    .offer .gridCont .right form #form > div:nth-child(6) {
      grid-area: 2/9/3/13;
    }
    .offer .gridCont .right form #form > div:nth-child(7) {
      grid-area: 3/1/4/4;
    }
    .offer .gridCont .right form #form > div:nth-child(8) {
      grid-area: 3/4/4/7;
    }
    .offer .gridCont .right form #form > div:nth-child(9) {
      grid-area: 3/7/4/10;
    }
    .offer .gridCont .right form #form > div:nth-child(10) {
      grid-area: 3/10/4/13;
    }
    .offer .gridCont .right form #form > div:nth-child(11) {
      grid-area: 4/1/5/13;
    }
    .offer .gridCont .right form #form > div:nth-child(12) {
      grid-area: 5/1/6/13;
    }
    .offer .gridCont .right form #form > div:nth-child(13) {
      grid-area: 6/1/7/13;
    }
  }
  @media ((max-width: 1300px) and (min-width: 1090px)) or ((max-width: 920px) and (min-width: 620px)) {
    .offer .gridCont .right form #form {
      grid-template-columns: repeat(3, 1fr);
    }
    .offer .gridCont .right form #form > div:has(textarea), .offer .gridCont .right form #form > div:has(.any), .offer .gridCont .right form #form > div:has(button), .offer .gridCont .right form #form > div:has(#form_select_9_11) {
      grid-column-start: 1;
      grid-column-end: 4;
    }
  }
  @media ((max-width: 1090px) and (min-width: 920px)) or ((max-width: 620px) and (min-width: 570px)) {
    .offer .gridCont .right form #form {
      grid-template-columns: repeat(2, 1fr);
    }
    .offer .gridCont .right form #form > div:has(textarea), .offer .gridCont .right form #form > div:has(.any), .offer .gridCont .right form #form > div:has(button) {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  }
  @media (max-width: 570px) {
    .offer .gridCont .right form #form {
      grid-template-columns: 1fr;
      grid-template-rows: initial;
    }
  }
  @media (max-width: 920px) {
    .offer .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 40px;
    }
    .offer .gridCont .left .h6 {
      font-size: 40px;
      line-height: 40px;
    }
  }
  @media (max-width: 1270px) {
    .article .title svg {
      display: none;
    }
  }
  @media (max-width: 750px) {
    .article .title h1 {
      font-size: 26px;
      line-height: 32px;
    }
    .article article {
      margin-bottom: 0;
    }
    .article article h2 {
      font-size: 21px;
      line-height: 27.8px;
    }
    .article article h3 {
      font-size: 17px;
      line-height: 23.24px;
    }
    .article article ul li, .article article ol li {
      font-size: 14px;
      line-height: 23px;
    }
    .article article form #form {
      padding: 20px;
    }
    .article article .elite-gallery {
      grid-template-columns: repeat(2, 1fr);
    }
    .article article .accordion .item label span {
      font-size: 15px;
      line-height: 20.2px;
    }
    .article article > p {
      font-size: 14px;
      line-height: 23px;
    }
    .article article > p:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 1000px) and (min-width: 600px) {
    footer .gridCont {
      grid-template-columns: repeat(3, 1fr);
    }
    footer .gridCont .logo {
      grid-column-start: 1;
      grid-column-end: 4;
      margin: 0 auto 32px auto;
      width: fit-content;
    }
  }
  @media (max-width: 600px) {
    footer .gridCont {
      grid-template-columns: 1fr;
    }
    footer .gridCont .logo {
      margin: 0 auto 32px auto;
      width: fit-content;
    }
    footer .gridCont .footerContact {
      padding-top: 20px;
    }
    footer .gridCont .footerContact ul li {
      margin-bottom: 16px;
    }
    footer .gridCont .footerMenu {
      padding-top: 20px;
    }
    footer .gridCont .footerMenu ul li {
      margin-bottom: 16px;
    }
    footer .gridCont .footerMenu ul li ul {
      margin-top: 16px;
    }
    footer .bot {
      margin-top: 0;
    }
    footer .bot .gridCont {
      flex-direction: column;
      grid-row-gap: 20px;
    }
  }
  @media (max-width: 1150px) {
    .slider {
      aspect-ratio: initial;
      height: 100svh;
    }
    .slider .swiper-container .swiper-wrapper .swiper-slide > span {
      font-size: 26px;
      line-height: 32px;
    }
    .slider .swiper-container .swiper-wrapper .swiper-slide > p {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 32px;
    }
    .slider .swiper-container .swiper-wrapper .swiper-slide picture img {
      min-height: 100svh;
      max-width: initial;
    }
  }
}
@layer notebook {}
@layer mobil {}
@layer mobilMenu {
  @media (max-width: 1200px) {
    header:has(.menu_open_checkbox:checked) {
      background: #D1DFDF;
      height: 100svh;
    }
    header:has(.menu_open_checkbox:checked):before {
      display: none !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont {
      grid-template-columns: min-content min-content !important;
      justify-content: space-between;
      grid-template-rows: min-content 1fr min-content min-content !important;
      grid-row-gap: 20px;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .logo {
      grid-column: 1;
      grid-row: 1;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .menu_open_checkbox {
      grid-column: 2;
      grid-row: 1;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .menu_open {
      grid-column: 2;
      grid-row: 1;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .menu_open svg:nth-child(1) {
      display: none !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .menu_open svg:nth-child(2) {
      display: table !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav {
      display: table !important;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row: 2;
      width: 100%;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav ul {
      flex-direction: column;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav ul li a span {
      color: #2D2D2D;
      line-height: 60px;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav ul li a:after {
      color: #2D2D2D !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav > ul {
      width: -webkit-fill-available !important;
      padding: 0 32px;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav > ul > li:not(:last-child) {
      border-bottom: 1px solid rgba(45, 45, 45, 0.1411764706);
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav > ul > li > input {
      height: 61px !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav > ul > li ul {
      padding: 0 !important;
      position: relative !important;
      background: transparent !important;
      top: 0;
      left: 0;
      transform: initial;
    }
    header:has(.menu_open_checkbox:checked) .gridCont nav > ul > li ul li {
      padding-left: 40px;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .info {
      justify-self: center;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row: 3;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .info p a {
      font-size: 20px !important;
      color: #2D2D2D !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .info p a svg {
      display: none !important;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .socials {
      justify-self: center;
      display: flex !important;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row: 4;
    }
    header:has(.menu_open_checkbox:checked) .gridCont .socials a svg path {
      stroke: #2D2D2D;
    }
  }
}
@layer landscape {}
@layer ipad {}

/*# sourceMappingURL=style.css-00bb56b9f15fc6111ad0c73dd49ea9b3.map */

@media(max-width:600px){
	.service .gridCont .items > div picture img{
		max-width:100% !important;
	}
}