:root {
  --font-family: Montserrat, sans-serif;
  --h2\<deleted\|variable-29ba7135-0824-ed05-1a59-f27c4ce63e8b\>: 61px;
  --h1: 76px;
  --body-text: #000;
  --accent-90: #ffb000e6;
  --title1: 25px;
  --white: white;
  --title2: 20px;
  --pozadie-gradientove: #ffb0003b;
  --color: #ffb000;
  --black: black;
  --h2: 61px;
  --h5: 31px;
  --body-mobile: 18px;
  --body: 22px;
  --h3: 49px;
  --h4: 39px;
  --border: 28px;
  --accent-1: #ff0;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  font-family: var(--font-family);
  color: #000;
  font-size: var(--h2\<deleted\|variable-29ba7135-0824-ed05-1a59-f27c4ce63e8b\>);
  line-height: var(--h1);
  font-weight: 500;
}

.body {
  color: var(--body-text);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  font-family: var(--font-family);
  font-size: var(--h2\<deleted\|variable-29ba7135-0824-ed05-1a59-f27c4ce63e8b\>);
  line-height: var(--h2\<deleted\|variable-29ba7135-0824-ed05-1a59-f27c4ce63e8b\>);
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  max-width: 100%;
}

.flex-block {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 15px auto 0;
  position: relative;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70px;
  display: flex;
  position: relative;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.button {
  background-color: var(--accent-90);
  font-family: var(--font-family);
  color: var(--body-text);
  font-size: var(--title1);
  border: 1px solid #000;
  border-radius: 28px;
  margin-top: 15px;
  padding: 15px 35px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  position: relative;
}

.button:hover {
  background-color: var(--white);
}

.button.button-contact {
  font-size: var(--title2);
}

.image {
  position: relative;
  inset: 0%;
}

.image-2 {
  vertical-align: baseline;
  display: inline-block;
}

.column-3 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(180deg, var(--pozadie-gradientove), white 36%), linear-gradient(to bottom, #ffffffbd, #ffffffbd), url('../images/Frame-65.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 1200px 70vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.flex-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  line-height: 140%;
}

.heading-1 {
  clear: none;
  font-family: var(--font-family);
  color: var(--color);
  font-size: var(--h1);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 1px 1px #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border: 2px #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 140%;
  display: block;
  position: relative;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.div-block {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-4 {
  font-family: var(--font-family);
  font-size: var(--h5);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.button-copy {
  background-color: var(--white);
  font-family: var(--font-family);
  color: var(--body-text);
  border: 1px solid #000;
  border-radius: 28px;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.button-copy:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.herobanner {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.flex-block-7 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.image-3 {
  max-width: 90%;
  overflow: visible;
}

.flex-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  transition: all .2s;
}

.flex-block-8.brand-wrapper {
  justify-content: center;
  align-items: center;
}

.text-block {
  font-family: var(--font-family);
  font-size: var(--title1);
  font-weight: 700;
  line-height: 140%;
}

.body-text {
  font-family: var(--font-family);
  font-size: var(--body);
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.body-text.tabulka-secondline {
  font-size: var(--body-mobile);
  font-weight: 500;
}

.body-text.tabulka-secondline.divider {
  font-weight: 700;
}

.body-text.yesno {
  font-size: var(--body);
  font-weight: 700;
}

.container-2 {
  max-width: 90%;
}

.section-2 {
  width: 100%;
  margin-top: 75px;
}

.svg {
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.svg:hover {
  background-color: #49434300;
  transform: translate(0, -7px);
}

.path {
  background-color: #30292900;
}

.link-block {
  color: var(--body-text);
  overflow: visible;
}

.div-block-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-5 {
  font-family: var(--font-family);
  font-size: var(--h3);
  text-align: center;
  line-height: 140%;
}

.flex-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-10 {
  border-radius: var(--border);
  border: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.flex-block-11 {
  justify-content: center;
  align-items: center;
  width: 30%;
}

.section-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: radial-gradient(circle, #ffb0001c, #fff 48%), url('../images/Frame-65.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 115px;
  margin-bottom: 60px;
}

.heading-6 {
  font-family: var(--font-family);
  font-size: var(--h4);
  text-align: center;
  line-height: 140%;
}

.text-block-2 {
  font-family: var(--font-family);
  font-size: var(--body);
  font-weight: 500;
  line-height: 140%;
}

.div-block-3 {
  text-align: center;
  width: 70%;
  padding-top: 20px;
}

.section-5 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block-12 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-12.models {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.threecollums {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  border: 1px #000;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 366px;
  margin-top: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.threecollums.subscription {
  border-radius: var(--border);
  border-style: solid;
  border-width: 2px;
  padding: 0 10px;
}

.image-4 {
  object-fit: fill;
  flex: 1;
  width: 100%;
  display: block;
}

.image-4.image-uses {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.flex-block-14 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 75%;
  max-width: 100%;
  display: flex;
  position: static;
}

.text-block-3 {
  font-family: var(--font-family);
  font-size: var(--h5);
  text-align: center;
  flex: 1;
  width: 90%;
  font-weight: 700;
  line-height: 140%;
}

.div-block-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  font-family: var(--font-family);
  font-size: var(--h3);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  line-height: 140%;
}

.text-block-4 {
  font-family: var(--font-family);
  font-size: var(--body);
  text-align: center;
  flex: 0 auto;
  width: 70%;
  line-height: 140%;
}

.flex-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.container-3 {
  width: 80%;
}

.flex-block-16 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.columns-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-6 {
  text-align: left;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-17 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-block-5 {
  font-family: var(--font-family);
  font-size: var(--border);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-5.enex-2-heading {
  font-size: var(--title1);
  margin-bottom: 20px;
}

.text-block-5.enex-2-heading.enex-2-heading-2 {
  margin-bottom: 50px;
}

.flex-block-18 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.image-5 {
  padding-bottom: 15px;
}

.image-5.image-5-footer {
  padding-top: 15px;
}

.swiper-wrapper {
  overflow: visible;
}

.swiper-wrapper.swiper-wrapper2 {
  width: 100%;
  position: static;
}

.swiper-slide {
  margin-top: 0;
  padding-top: 20px;
  overflow: hidden;
}

.swiper-slide.swiper-slide-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.card {
  border-radius: var(--border);
  color: #b8b9c2;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.arrow-left {
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-body {
  color: var(--body-text);
  background-image: linear-gradient(0deg, #ffb000a3, #fff 74%);
  height: 100%;
  padding: 60px;
}

.section-7 {
  background-color: #fff0;
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/Frame-65.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.container-4 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.slide-nav {
  mix-blend-mode: normal;
  background-color: #fff0;
  border: 1px #000;
  overflow: clip;
}

.icon {
  color: var(--body-text);
}

.paragraph {
  font-family: var(--font-family);
  font-size: var(--body);
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  line-height: 140%;
}

.heading-8 {
  font-family: var(--font-family);
  font-size: var(--h3);
  text-align: center;
  margin-bottom: 100px;
  line-height: 140%;
}

.flex-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
}

.flex-block-19.flex-text {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.flex-block-19.flex-text.flex-text-mid {
  justify-content: center;
  align-items: center;
  width: 95%;
}

.flex-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-20.text-align {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.div-block-6 {
  clear: none;
  text-align: center;
  width: 20%;
  position: relative;
}

.div-block-7 {
  width: 80%;
}

.column-4 {
  border-radius: var(--border);
  border: 2px solid #000;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  position: relative;
}

.text-block-6 {
  width: 100%;
}

.text-block-6.subkarty {
  font-family: var(--font-family);
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-6.subkarty.textsubkarty {
  font-size: 12px;
}

.column-4-copy {
  border-radius: var(--border);
  border: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 570px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-4-copy.subkarta-efekt {
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.column-4-copy.subkarta-efekt:hover {
  transform: translate(0, -10px);
}

.column-5 {
  border-radius: var(--border);
  background-image: linear-gradient(0deg, var(--accent-90), white 48%);
  border: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-5.subkarta-efekt {
  height: 620px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.column-5.subkarta-efekt:hover {
  transform: translate(0, -10px);
}

.column-6 {
  border-radius: var(--border);
  border: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 570px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-6.subkarta-efekt {
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.column-6.subkarta-efekt:hover {
  transform: translate(0, -10px);
}

.swiper-content {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-content.is_first {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: var(--border);
  background-color: #fff0;
  background-image: linear-gradient(#ffffff9e, #ffffff9e), url('../images/Frame-65.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 8px 5px #0003, 0 -4px 5px #0003;
}

.swiper-content.is_second, .swiper-content.is_third {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 28px;
  width: 80%;
  height: 500px;
}

.swiper-content.is_fourth {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 28px;
  width: 80%;
  height: 500px;
}

.swiper-content.is_fifth {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 28px;
  width: 80%;
}

.swiper-content.swiper-content2 {
  text-align: center;
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  color: var(--body-text);
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

.swiper-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  font-family: var(--font-family);
  font-size: var(--h4);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 140%;
}

.swiper-heading {
  font-family: var(--font-family);
  font-size: var(--h4);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  line-height: 140%;
}

.div-block-8 {
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-text-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-text-content {
  font-family: var(--font-family);
  font-size: var(--title1);
  text-align: left;
  width: 90%;
  margin-top: 0;
  font-weight: 500;
  line-height: 140%;
}

.flex-block-22 {
  flex-flow: column;
  width: 100%;
}

.button-wrapper {
  margin-top: 60px;
}

.flex-block-23 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.left-row-contact, .right-row-contact {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.form-block {
  width: 100%;
}

.field-label, .field-label-2 {
  font-family: var(--font-family);
  font-size: var(--title1);
  line-height: 140%;
}

.field-label-2.filed-label-3 {
  margin-top: 0;
}

.textarea {
  border: 2px solid #000;
  border-radius: 28px;
  height: 0;
  padding-bottom: 100px;
  position: relative;
}

.text-field, .text-field-2 {
  border: 2px solid #000;
  border-radius: 28px;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-field-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.heading-3 {
  font-family: var(--font-family);
  font-size: var(--h3);
  text-align: center;
  margin-bottom: 60px;
  line-height: 140%;
}

.swiper-right-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.swiper-left-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.image-9 {
  max-width: 50%;
}

.image-9.image-forecast, .image-9.image-uasge, .image-9.image-savings {
  width: 40%;
  max-width: 100%;
}

.collumnwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 28px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 33%;
  height: 30vh;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: inset 0 17px 12px -11px #ffb0003d, inset 0 -17px 12px -13px #ffb0003d;
}

.row-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.heading-10 {
  font-family: var(--font-family);
  font-size: var(--h3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  line-height: 140%;
}

.div-block-10 {
  margin-bottom: 50px;
}

.heading-11 {
  font-family: var(--font-family);
  font-size: var(--h3);
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 140%;
}

.heading-11.heading-12 {
  font-size: var(--title1);
  text-align: center;
  font-weight: 500;
}

.gap {
  height: 150px;
}

.karty-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: relative;
}

.karta1 {
  border-radius: var(--border);
  object-fit: fill;
  border: 2px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.karta1.karta2 {
  background-image: linear-gradient(0deg, var(--accent-90), white 55%);
  padding-top: 0;
  padding-bottom: 0;
}

.div-karta {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 520px;
  padding-left: 0;
  display: flex;
}

.div-karta.div-h-karta {
  height: 600px;
  margin-bottom: 0;
  padding-top: 0;
}

.enex-logo-karta {
  width: 150px;
}

.enex-logo-karta.enex-logo-karta-2 {
  width: 210px;
}

.align-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.align-div.align-div-mid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 95%;
}

.footer {
  background-image: linear-gradient(0deg, #ffb000d1, #fff), linear-gradient(#ffffffba, #ffffffba), url('../images/Frame-65.png');
  background-position: 0 0, 0 0, 100% 0;
  background-size: auto, auto, auto;
  border-top: 2px #000;
  border-radius: 0;
  height: 40vh;
}

.container-5 {
  width: 80%;
}

.footer-columns-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.div-block-12 {
  width: 50%;
}

.flex-block-24 {
  justify-content: center;
  align-items: center;
  width: 50px;
}

.left-image-collumn-footer {
  border-right: 2px solid #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 70%;
  display: flex;
}

.right-flex-image-collumn-footer {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.footer-image-wrapper {
  text-align: center;
  border-right: 0 #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 70%;
  display: flex;
}

.swiper2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  display: block;
  position: relative;
}

.swiper-wrapper2 {
  width: 100%;
}

.swiper-slide2 {
  background-color: #fff0;
}

.swiper-slide-content2 {
  background-color: #000;
}

.swiper-slide-content2.swiper-slide-content {
  background-color: #868686;
}

.swiper-slide-content2.non-permanentclass {
  background-color: #b90000;
}

.image-11 {
  width: 250px;
}

.contet-collumn-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.flex-block-25 {
  flex-flow: column;
}

.flex-block-26 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.enex-target-section {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.collumn-wrapper-enex {
  aspect-ratio: auto;
  border-radius: var(--border);
  box-shadow: inset 0 -9px 8px -6px var(--pozadie-gradientove), inset 0 9px 8px -6px var(--pozadie-gradientove);
  overflow-wrap: normal;
  border: 2px solid #000;
  border-left: 1px #000;
  border-right: 1px #000;
  width: 33%;
}

.flex-block-27 {
  justify-content: center;
  align-items: center;
}

.collum-content-wrapper-enex-target {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-13 {
  width: 100%;
  height: 50%;
}

.flex-block-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
}

.target-section-image-wrapper {
  text-align: center;
  align-self: auto;
  width: 100%;
  height: 50%;
}

.image-12 {
  max-width: 50%;
}

.img-vyrobne-podniky {
  width: 200px;
  max-width: 100%;
}

.div-title-area-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 3em;
  display: block;
}

.flex-block-29 {
  width: 100%;
}

.title-row-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.icon-div-wrapper {
  width: 10%;
}

.text-div-wrapper {
  width: 90%;
}

.title {
  box-sizing: border-box;
  font-family: var(--font-family);
  font-size: var(--h5);
  text-align: center;
  white-space: normal;
  width: 80%;
  margin: auto;
  font-weight: 700;
  line-height: 140%;
}

.hero-right-collumn-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image-hero {
  border-radius: var(--border);
  object-fit: contain;
  border: 2px solid #000;
  width: 40%;
  position: static;
}

.imagetst {
  position: relative;
}

.phone-silhouette {
  z-index: 2;
  object-fit: fill;
  background-image: url('../images/5e90a804c7c8f9000434dd95.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: auto;
  margin-bottom: -100%;
  position: relative;
}

.phone-container {
  z-index: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.phone {
  z-index: 2;
  position: relative;
}

.button-wrapper-div {
  text-align: center;
  margin-top: 60px;
}

.header {
  background-image: linear-gradient(180deg, var(--pozadie-gradientove), white);
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  display: flex;
}

.left-header-col {
  width: 50%;
  padding: 10px 0;
}

.right-header-col {
  width: 50%;
}

.image-14 {
  width: 90px;
}

.enex-logo-header {
  width: 80px;
}

.header-text {
  font-family: var(--font-family);
  font-size: var(--title2);
  font-weight: 700;
}

.navbar {
  background-color: #ddd0;
}

.navbar-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  font-family: var(--font-family);
  font-size: var(--title2);
  text-align: center;
  text-transform: none;
  padding-top: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
  transition: all .2s ease-in-out;
}

.navlink:hover {
  text-transform: none;
  text-shadow: 2px 3px #00000021;
  text-decoration: underline;
}

.navlink:active {
  -webkit-text-stroke-color: var(--body-text);
  border: 1px #fff;
  text-decoration: underline;
}

.navlink.w--current {
  color: var(--body-text);
}

.align-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.porovnanie {
  grid-column-gap: 1px;
  grid-row-gap: 5px;
  grid-template: "Area . . ."
                 ". Area-2 Area-2 Area-2"
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.claim-text {
  font-family: var(--font-family);
  font-size: var(--title2);
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 140%;
}

.first-header-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.first-header-wrapper.main-wrapper {
  border-radius: 28px;
}

.image-15, .enex-logo {
  width: 100px;
}

.heading1.tabulkaheader {
  font-family: var(--font-family);
  font-size: var(--h5);
}

.row-headline-wrapper {
  border-bottom: 1px solid #c7c7c7;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.inside-table {
  font-family: var(--font-family);
  justify-content: center;
  align-items: center;
  display: flex;
}

.yesnowrapper {
  border: 1px #000;
  border-bottom: 1px solid #c7c7c7;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .button {
    border-width: 2px;
  }

  .button:hover {
    background-color: var(--white);
  }

  .flex-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .div-block {
    width: 90%;
  }

  .heading-4 {
    font-size: var(--body-mobile);
    text-align: center;
  }

  .flex-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
  }

  .flex-block-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-3 {
    max-width: 100%;
  }

  .flex-block-8 {
    justify-content: center;
    align-items: center;
  }

  .text-block {
    font-size: var(--title2);
  }

  .body-text {
    font-size: var(--body-mobile);
  }

  .div-block-2 {
    width: 90%;
  }

  .heading-5 {
    font-size: var(--h4);
  }

  .flex-block-9 {
    width: 90%;
  }

  .flex-block-10 {
    height: 50vh;
  }

  .section-3 {
    background-image: radial-gradient(circle, #ffb00024, #fff 61%), url('../images/Frame-65.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 140%;
  }

  .flex-block-12 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 90%;
    position: relative;
  }

  .threecollums {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    margin-top: 0;
  }

  .image-4, .flex-block-14 {
    flex: 1;
  }

  .text-block-3 {
    font-size: var(--title2);
    flex: 1;
    width: 95%;
  }

  .div-block-4 {
    width: 90%;
  }

  .heading-7 {
    margin-bottom: 60px;
  }

  .text-block-4 {
    font-size: var(--body-mobile);
    width: 85%;
  }

  .flex-block-16 {
    width: 90%;
  }

  .columns-2 {
    flex-flow: column;
  }

  .text-block-5 {
    font-size: var(--title1);
    text-align: center;
    width: 100%;
  }

  .text-block-5.enex-2-heading {
    font-size: var(--title2);
  }

  .div-block-5 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    width: 100%;
  }

  .image-5 {
    padding-bottom: 5px;
  }

  .flex-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-6 {
    flex: none;
  }

  .text-block-6.subkarty {
    font-size: 12px;
  }

  .text-block-6.subkarty.textsubkarty {
    font-size: 11px;
  }

  .column-4-copy.subkarta-efekt {
    order: 0;
  }

  .column-5.subkarta-efekt {
    order: -1;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .image-7, .image-8 {
    height: 100%;
  }

  .swiper-content.is_first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .swiper-heading {
    font-size: var(--h5);
  }

  .swiper-text-content {
    font-size: var(--body-mobile);
    width: 90%;
  }

  .contact-wrapper {
    width: 90%;
  }

  .heading-3 {
    font-size: var(--h4);
  }

  .collumnwrapper {
    flex: 1;
  }

  .heading-10 {
    font-size: var(--h4);
  }

  .heading-11 {
    font-size: var(--h3);
    text-align: center;
  }

  .heading-11.heading-12 {
    font-size: var(--h5);
  }

  .karty-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    width: 100%;
  }

  .karta1 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    height: 450px;
    display: flex;
    overflow: visible;
  }

  .karta1.karta2 {
    height: 500px;
  }

  .div-karta {
    flex-flow: row;
    width: 50%;
    display: block;
    position: relative;
  }

  .enex-logo-karta {
    max-width: 90%;
  }

  .enex-logo-karta.enex-logo-karta-2 {
    width: 150px;
  }

  .align-div {
    flex: 0 auto;
  }

  .footer-columns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .left-image-collumn-footer {
    padding-right: 40px;
  }

  .right-flex-image-collumn-footer {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .enex-target-section {
    flex-flow: wrap;
    width: 90%;
  }

  .collumn-wrapper-enex {
    width: 44%;
  }

  .img-vyrobne-podniky {
    width: 150px;
  }

  .title {
    font-size: var(--title2);
  }

  .navbar-container {
    justify-content: center;
    align-items: center;
  }

  .enex-logo {
    width: 60px;
  }

  .heading1.tabulkaheader {
    font-size: var(--title2);
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: var(--title2);
  }

  .flex-block-2 {
    height: 100%;
  }

  .flex-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .heading-1 {
    font-size: var(--h2);
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 100vh;
  }

  .heading-4 {
    text-align: center;
  }

  .herobanner {
    height: 80vh;
    margin-bottom: 220px;
  }

  .section {
    margin-top: 140px;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .flex-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-block-8 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-8.brand-wrapper {
    width: 100%;
  }

  .text-block {
    text-align: center;
    width: 100%;
  }

  .body-text {
    text-align: center;
    font-size: 15px;
  }

  .body-text.tabulka-secondline {
    font-size: 13px;
  }

  .heading-5 {
    font-size: var(--h5);
  }

  .flex-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
  }

  .flex-block-10 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-3 {
    background-image: radial-gradient(circle, #ffb00024, #fff 53%), url('../images/Frame-65.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .heading-6 {
    font-size: var(--title1);
  }

  .text-block-2 {
    font-size: var(--body-mobile);
    width: 100%;
  }

  .div-block-3 {
    width: 95%;
  }

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .threecollums {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    width: 100%;
  }

  .image-4 {
    width: 50%;
  }

  .flex-block-14 {
    text-align: center;
    flex: 0 auto;
    display: flex;
  }

  .text-block-3 {
    font-size: var(--title1);
    flex: 0 auto;
  }

  .heading-7 {
    font-size: var(--h4);
  }

  .flex-block-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
  }

  .text-block-5 {
    font-size: var(--h5);
    margin-bottom: 30px;
  }

  .text-block-5.enex-2-heading {
    font-size: var(--title1);
    margin-bottom: 30px;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .swiper-wrapper {
    overflow: hidden;
  }

  .swiper-slide {
    width: 100%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .flex-block-19 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .flex-block-19.flex-text {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .flex-block-20, .flex-block-20.text-align {
    width: 90%;
  }

  .flex-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-6.subkarty {
    font-size: var(--body-mobile);
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6.subkarty.textsubkarty {
    font-size: var(--body-mobile);
  }

  .image-6, .image-7, .image-8 {
    display: none;
  }

  .swiper-heading {
    padding-bottom: 10px;
  }

  .swiper-text-content {
    font-size: var(--body-mobile);
  }

  .div-block-9 {
    width: 90%;
  }

  .contact-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .left-row-contact {
    flex-flow: row;
    width: 100%;
  }

  .right-row-contact {
    width: 100%;
  }

  .collumnwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
  }

  .row-content-wrapper {
    width: 50%;
  }

  .heading-11 {
    font-size: var(--h4);
    text-align: left;
  }

  .heading-11.heading-12 {
    font-size: var(--title1);
    text-align: left;
  }

  .rrow-image-wrapper {
    text-align: center;
    width: 50%;
  }

  .gap {
    height: 300px;
    display: none;
  }

  .div-block-11 {
    width: 100%;
  }

  .karty-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .karta1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding-bottom: 40px;
    box-shadow: 0 4px 5px #0003;
  }

  .karta1.karta2 {
    height: auto;
    padding-bottom: 40px;
  }

  .div-karta {
    flex: 1;
    width: 100%;
  }

  .enex-logo-karta, .enex-logo-karta.enex-logo-karta-2 {
    width: 210px;
  }

  .align-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: 0;
    align-self: auto;
    width: 90%;
  }

  .right-flex-image-collumn-footer {
    padding-left: 60px;
  }

  .swiper2 {
    order: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
  }

  .hero-right-collumn-wrapper {
    width: 70%;
    height: 50%;
    overflow: visible;
  }

  .image-hero {
    width: 90%;
  }

  .swiper-button-prev, .swiper-button-next {
    display: block;
  }

  .container-6 {
    display: none;
  }

  .heading1.tabulkaheader {
    font-size: var(--body-mobile);
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 60vh;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block-6 {
    width: 100%;
  }

  .body-text.tabulka-secondline {
    font-size: 10px;
  }

  .div-block-2 {
    width: 100%;
  }

  .heading-5 {
    font-size: var(--h4);
    width: 100%;
  }

  .flex-block-10 {
    width: 100%;
  }

  .div-block-3 {
    width: 95%;
  }

  .threecollums {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-6 {
    margin-top: 100px;
  }

  .flex-block-17 {
    flex: 0 auto;
  }

  .text-block-5 {
    font-size: var(--title1);
  }

  .image-5 {
    display: block;
  }

  .image-5.image-5-footer {
    display: none;
  }

  .swiper {
    margin-bottom: 0;
  }

  .swiper-wrapper {
    margin-bottom: 0;
    overflow: visible;
  }

  .swiper-slide {
    overflow: visible;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .icon-2 {
    color: var(--body-text);
  }

  .div-block-6 {
    width: 15%;
  }

  .div-block-7 {
    width: 85%;
  }

  .text-block-6.subkarty {
    font-size: 14px;
  }

  .text-block-6.subkarty.textsubkarty {
    font-size: 12px;
  }

  .image-6 {
    order: 0;
    display: none;
  }

  .swiper-content.is_first {
    flex-flow: column;
    height: 50vh;
  }

  .swiper-pagination {
    margin-top: 100px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .swiper-heading {
    font-size: var(--h5);
    text-align: center;
    padding-bottom: 10px;
  }

  .swiper-text-content-wrapper {
    width: 95%;
  }

  .swiper-text-content {
    font-size: var(--body-mobile);
    text-align: center;
    width: 100%;
  }

  .contact-wrapper {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
  }

  .swiper-header-wrapper {
    text-align: center;
  }

  .swiper-right-wrapper.swiper-second-row-wrapper-mobile {
    flex: 1;
    width: 100%;
  }

  .swiper-left-wrapper.swiper-first-row-wrapper-mobile {
    flex: 1;
    width: 100%;
    height: 50%;
  }

  .image-9 {
    width: 50%;
    max-width: 100%;
  }

  .image-9.image-uasge {
    width: 50%;
  }

  .row-content-wrapper {
    width: 100%;
  }

  .heading-11 {
    text-align: center;
    width: 100%;
  }

  .heading-11.heading-12 {
    text-align: center;
  }

  .rrow-image-wrapper {
    flex: 0 auto;
    display: none;
  }

  .gap {
    height: 40px;
    display: block;
  }

  .karty-wrapper {
    flex: 1;
  }

  .karta1 {
    height: auto;
    padding-bottom: 40px;
  }

  .karta1.karta2 {
    height: 510px;
  }

  .enex-logo-karta {
    width: 160px;
  }

  .enex-logo-karta.enex-logo-karta-2 {
    width: 180px;
  }

  .align-div {
    flex: 1;
    width: 100%;
  }

  .footer {
    clear: none;
    justify-content: center;
    align-items: center;
    height: 60vh;
    margin: auto;
    display: flex;
    position: static;
  }

  .footer-columns-wrapper {
    flex-flow: column;
    height: 70%;
  }

  .left-image-collumn-footer {
    border-bottom: 2px solid #000;
    border-right-style: none;
    width: 100%;
    height: 50%;
    padding-right: 0;
  }

  .right-flex-image-collumn-footer {
    width: 100%;
    height: 50%;
    padding-left: 0;
  }

  .image-11 {
    display: none;
  }

  .section-8 {
    width: 100%;
  }

  .enex-target-section {
    flex-flow: column;
  }

  .collumn-wrapper-enex {
    width: 100%;
  }

  .image-13 {
    max-width: 100%;
  }

  .swiper-button-prev, .swiper-button-next {
    display: block;
  }

  .left-header-col {
    width: 30%;
  }

  .right-header-col {
    width: 70%;
  }

  .enex-logo-header {
    width: 60px;
  }

  .navmenu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navlink, .navlink.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .porovnanie {
    grid-template-columns: minmax(107px, .25fr) minmax(80px, 1.75fr) minmax(80px, 1fr) minmax(80px, 1fr);
    grid-template-areas: "Area . . ."
                         ". Area-2 Area-2 Area-2";
  }

  .heading1.tabulkaheader {
    font-size: 10px;
  }
}

#w-node-_0d65b60c-036a-fb9e-ac57-6014779c3a71-913eebee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87dff6a2-39f2-166a-dbf4-b893a2c0f9fc-913eebee {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d16e484c-0f66-ddc8-de74-2f70fe931a4a-913eebee {
  grid-area: Area;
}

#w-node-a1a27fbc-a3b5-95bd-a33f-e31ac4e46afe-913eebee {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2258c0ba-5e3a-0ddb-8dc5-ecbf35904c07-913eebee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee1c0f17-92f3-3bd2-a544-f112fd126963-913eebee {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_18ec1a15-5c7a-5b69-55f8-f73ff15af06b-913eebee, #w-node-f878aa49-607d-3f09-d8f1-04af382c0908-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9ce50737-7d02-d971-15e8-9eff92fcb667-913eebee, #w-node-f97d4d5f-31f8-905f-690d-8907023c223b-913eebee {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3b096bb8-22bd-94d0-f688-aaf68c53faa3-913eebee {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_3b096bb8-22bd-94d0-f688-aaf68c53faa4-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b56bb6d9-af1f-9906-53d3-15453d084dbe-913eebee {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-b56bb6d9-af1f-9906-53d3-15453d084dbf-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e4577ada-430b-bcda-cac7-30dd215552b3-913eebee {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-e4577ada-430b-bcda-cac7-30dd215552b4-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_698254d9-9c7d-dfda-a234-96b609fa6c0e-913eebee {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_698254d9-9c7d-dfda-a234-96b609fa6c0f-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_88fcd02c-ca7e-6f28-9291-81fbb51b047b-913eebee {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_88fcd02c-ca7e-6f28-9291-81fbb51b047c-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_004489bb-609c-34b2-b06d-2ee82cd04f6d-913eebee {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_004489bb-609c-34b2-b06d-2ee82cd04f6e-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d58ad7bc-6149-4138-07b7-8428263ae69e-913eebee {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-d58ad7bc-6149-4138-07b7-8428263ae69f-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e02e6a2c-548c-174c-b779-2e9702fca182-913eebee {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-e02e6a2c-548c-174c-b779-2e9702fca183-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1753c959-30b0-838e-bfdf-8b19d40119bd-913eebee {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-_1753c959-30b0-838e-bfdf-8b19d40119be-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3a49c519-8d4f-ec0b-c1b6-d052b9bb67cc-913eebee {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_3a49c519-8d4f-ec0b-c1b6-d052b9bb67cd-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_274b8785-8b94-9213-986e-be0d113e81c9-913eebee {
  grid-area: 16 / 1 / 17 / 2;
}

#w-node-_274b8785-8b94-9213-986e-be0d113e81ca-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_828e05d9-a811-720e-d05b-4f24464f25d3-913eebee {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-_828e05d9-a811-720e-d05b-4f24464f25d4-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c38eef66-2b53-2aab-602d-0332d204fe6c-913eebee {
  grid-area: 18 / 1 / 19 / 2;
}

#w-node-c38eef66-2b53-2aab-602d-0332d204fe6d-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b4d5fe7b-8dd6-ac80-c7f0-672222574b8b-913eebee {
  grid-area: 19 / 1 / 20 / 2;
}

#w-node-b4d5fe7b-8dd6-ac80-c7f0-672222574b8c-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f090b4fe-f271-0571-c70f-5f957fecbd43-913eebee {
  grid-area: 20 / 1 / 21 / 2;
}

#w-node-f090b4fe-f271-0571-c70f-5f957fecbd44-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_313077da-f7c2-4f80-747e-58669ecbaf95-913eebee {
  grid-area: 21 / 1 / 22 / 2;
}

#w-node-_313077da-f7c2-4f80-747e-58669ecbaf96-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9c77b98d-eb6f-0302-5805-6ccb9dfb649d-913eebee {
  grid-area: 22 / 1 / 23 / 2;
}

#w-node-_9c77b98d-eb6f-0302-5805-6ccb9dfb649e-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-faa59e65-7193-4a57-81af-5fb272cf1a15-913eebee {
  grid-area: 23 / 1 / 24 / 2;
}

#w-node-faa59e65-7193-4a57-81af-5fb272cf1a16-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_88ed0b3f-e531-dea1-30bc-c56e2f6897a0-913eebee {
  grid-area: 24 / 1 / 25 / 2;
}

#w-node-_88ed0b3f-e531-dea1-30bc-c56e2f6897a1-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4974f4b7-4698-8ee6-7f4f-cc0937621aa7-913eebee {
  grid-area: 25 / 1 / 26 / 2;
}

#w-node-_4974f4b7-4698-8ee6-7f4f-cc0937621aa8-913eebee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3fa4bd7f-9f09-f226-581d-cc085faaf7ac-913eebee {
  grid-area: 26 / 1 / 27 / 2;
}

#w-node-_4b5fb537-2f79-03cb-83c7-8c7d4751484c-913eebee, #w-node-_0f134ace-f78a-54af-db68-7b301137cacb-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-_9a86aa76-72ac-f86b-8088-50ddb8433567-913eebee {
  grid-area: 28 / 1 / 29 / 2;
}

#w-node-_9a86aa76-72ac-f86b-8088-50ddb8433568-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-fb2a9d22-d1b3-dfeb-8287-a9f48d7999ff-913eebee {
  grid-area: 29 / 1 / 30 / 2;
}

#w-node-fb2a9d22-d1b3-dfeb-8287-a9f48d799a00-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-f45d296c-13dd-02e9-2e7d-ee7e3a6014ad-913eebee {
  grid-area: 30 / 1 / 31 / 2;
}

#w-node-f45d296c-13dd-02e9-2e7d-ee7e3a6014ae-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-_478cc9f3-09e1-cc82-cc5a-ee8eaf7fa12b-913eebee {
  grid-area: 31 / 1 / 32 / 2;
}

#w-node-_478cc9f3-09e1-cc82-cc5a-ee8eaf7fa12c-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-a8ac925d-1b8c-4705-758d-fce22b5f463c-913eebee {
  grid-area: 32 / 1 / 33 / 2;
}

#w-node-a8ac925d-1b8c-4705-758d-fce22b5f463d-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

#w-node-_738282cf-de33-402e-f66a-b78b3e244b46-913eebee {
  grid-area: 33 / 1 / 34 / 2;
}

#w-node-_738282cf-de33-402e-f66a-b78b3e244b47-913eebee {
  grid-area: 27 / 1 / 28 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-d16e484c-0f66-ddc8-de74-2f70fe931a4a-913eebee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
