[id^="module-"] {
  overflow: hidden;
}

[id^="module-"].is-preview * {
  box-sizing: border-box;
}

/* Modul 1 - Hero */
.module-1 video {
  width: 100%;
  height: calc(100vh - 178px);
  display: block;
  object-fit: cover;
}

/* Modul 2 - Bemutatkozás */
.module-2 {
  padding: 120px 0;
  background-image: url('../images/bg-shape5.png');
  overflow: hidden;
}

.module-2 .container {
  width: calc(1170px + 30px);
}

.module-2 .topt {
  position: relative;
  letter-spacing: 0.1em;
  width: fit-content;
}

.module-2 .topt::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -72px;
  height: 2px;
  width: 55px;
  background-color: var(--theme-color-1);
}

.module-2 .title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.module-2 .inner {
  justify-content: space-between;
  gap: 32px;
}

.module-2 .images {
  flex: 0 1 506px;
  padding-right: 45px;
  position: relative;
}

.module-2 .images * {
  z-index: 2;
  position: relative;
}

.module-2 .images::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  background-color: var(--theme-color-1);
}

.module-2 .images::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  top: 15%;
  left: -130px;
  border: 50px solid var(--theme-color-1);
  border-radius: 50%;
  z-index: 1;
}

.module-2 .text {
  flex: 0 1 592px;
}

.module-2 .text-inner p {
  margin-bottom: 1em;
}

.module-2 .images .big {
  width: 100%;
  max-height: 614px;
  object-fit: cover;
}

.module-2 .images .small-wrap {
  padding: 15px 0 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
}

.module-2 .images .small-wrap img {
  max-width: 315px;
  object-fit: cover;
}

.module-2 .bottom {
  margin-top: 30px;
  gap: 30px;
}

.module-2 .kk-button {
  font-size: 14px;
  height: 58px;
  line-height: 58px;
  padding: 0 60px;
}

.module-2 .phone .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F3F3F9;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  margin-right: 17px;
}

.module-2 .phone .top {
  font-size: 14px;
  line-height: 1em;
}

.module-2 .phone-text {
  gap: 10px;
}

.module-2 .phone-number {
  font-size: 20px;
  line-height: 1em;
}

.module-2 .phone .icon:hover svg {
  transform: rotate(360deg);
}

.module-2 .phone svg {
  stroke: var(--theme-color-1);
  transition: transform 0.5s;
}

@media screen and (max-width: 1200px) {
  .module-2 .images .big {
    height: 550px;
  }

  .module-2 .images .small-wrap {
    bottom: -50px;
  }
}

@media screen and (max-width: 992px) {
  .module-2 {
    padding: 80px 0 119px 0;
  }

  .module-2 .inner {
    flex-direction: column-reverse;
    gap: 90px;
  }

  .module-2 .images {
    max-width: 506px;
    margin: 0 auto;
  }

  .module-2 .text {
    flex-basis: unset;
  }
}

@media screen and (max-width: 768px) {
  .module-2 {
    padding: 80px 0;
  }

  .module-2 .inner {
    gap: 50px;
  }

  .module-2 .bottom {
    flex-direction: column;
    align-items: start;
  }

  .module-2 .images {
    padding: 0;
    margin: 0;
  }

  .module-2 .images .small-wrap {
    bottom: 0;
    right: unset;
    left: 0;
    padding: 10px 10px 0 0;
  }

  .module-2 .images .small-wrap img {
    max-width: 40vw;
  }

  .module-2 .images .big {
    height: 500px;
    object-position: right center;
  }

  .module-2 .images::after,
  .module-2 .images::before {
    display: none;
  }
}

/* Modul 3 - Kártyák */
.module-3 {
  padding: 105px 0 120px 0;
  position: relative;
}

.module-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  background-color: #f2f1f8;
  z-index: -1;
}

.module-3 .topt {
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
}

.module-3 .inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 70px;
}

.module-3 .item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: all 300ms ease;
  box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
}

.module-3 .item:hover {
  transform: translateY(-20px);
}

.module-3 .image img {
  height: 252px;
  object-fit: cover;
  width: 100%;
}

.module-3 .text .dmsans {
  letter-spacing: -0.027em;
}

.module-3 .text .dmsans:hover {
  color: var(--theme-color-1);
  transition: all 300ms ease;
}

.module-3 .item .text {
  padding: 20px 30px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.module-3 .item .text-inner {
  margin-top: 12px;
  margin-bottom: 25px;
}

.module-3 .item .kk-button {
  margin-top: auto;
  width: fit-content;
  font-size: 14px;
  padding: 0 64px;
}

@media screen and (max-width: 1200px ) {
  .module-3 .inner {
    flex-wrap: wrap;
  }

  .module-3 .item {
    flex: unset;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 992px) {
  .module-3 {
    padding: 62px 0;
  }

  .module-3 .inner {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }

  .module-3 .item {
    width: 370px;
    max-width: 100%;
  }

  .module-3 .item:hover {
    transform: none;
  }

  .module-3 .image img {
    height: 200px;
  }
}

/* Modul 4 - Banner */
.module-4 {
  background-color: var(--theme-color-1);
  padding: 80px 0;
}

.module-4.kék {
  background-color: var(--blue2);
}

.module-4.with-title .container {
  align-items: start;
}

.module-4 .title48 {
  line-height: 1.3333333333em;
  letter-spacing: -0.0135em;
}

.module-4.with-title .text {
  width: 73%;
}

.module-4 .text > * {
  color: #fff;
}

.module-4.with-title .text > * {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.module-4.with-title .title {
  font-size: 32px;
  line-height: 1em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 700;
  width: 25%;
  font-family: 'Poppins', sans-serif;
}

.module-4 .kk-button {
  font-size: 14px;
  font-weight: 600;
  padding: 0 50px;
}

@media screen and (max-width: 992px) {
  .module-4 {
    padding: 60px 0;
  }

  .module-4 .container {
    flex-direction: column;
    gap: 30px;
  }

  .module-4.with-title .container {
    align-items: center;
  }

  .module-4.with-title .title {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1.25em;
  }

  .module-4.with-title .text {
    width: 100%;
  }
}

@media screen and (max-width: 768px ) {
  .module-4.with-title .title {
    font-size: 18px;
    line-height: 1.25em;
  }
}

@media screen and (max-width: 567px ) {
}

/* Modul 5 - Márkák slider */
.module-5 {
  padding: 105px 0 120px 0;
  overflow: hidden;
}

.module-5 .swiper {
  margin-top: 50px;
  overflow: visible;
}

.module-5 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.module-5 img {
  display: block;
  max-height: 200px;
  width: auto;
}

.module-5 .kk-button {
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .module-5 {
    padding: 60px 0;
  }
}

/* Modul 6 - Hero slider */
.module-6 {
  background-color: #333;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.module-6::before {
  content: '';
  position: absolute;
  background: linear-gradient(352deg, var(--theme-color-1) 0%, var(--theme-color-1) 35%, rgba(0, 0, 0, 0) 35.08%, rgba(0, 0, 0, 0) 100%);
  right: 0;
  width: 100vw;
  height: 150px;
  bottom: 0;
  z-index: 2;
}

.module-6::after {
  content: '';
  position: absolute;
  background: linear-gradient(25deg, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 35%, rgba(252,252,252,0) 35.04%, rgba(252,252,252,0) 100%);
  left: 0;
  width: 20vw;
  min-width: 123px;
  height: 100px;
  bottom: 0;
  z-index: 2;
}

.module-6 .container {
  position: relative;
  z-index: 3;
}

.module-6 .swiperbg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms linear;
  z-index: 1;
  overflow: hidden;
}

.module-6 .swiperbg .inner {
  transform: scale(1);
  position: absolute;
  inset: 0;
  transition: transform 5s ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.module-6 .swiperbg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.35;
  z-index: 2;
  mix-blend-mode: darken;
}

.module-6 .swiperbg.active {
  opacity: 1;
}

.module-6 .swiperbg.active .inner {
  transform: scale(1.023);
}

.module-6 .swiper-slide {
  height: calc(100vh - 188px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 3;
}

.module-6 .swiper .swiper-slide p {
  font-size: 18px;
  line-height: 1.3333333333em;
  margin-bottom: 30px;
}

.module-6 .swiper-slide strong {
  font-size: 64px;
  line-height: 1.075em;
  font-family: 'DM Sans';
}

@media screen and (max-width: 992px) {
  .module-6 .swiper-slide strong {
    font-size: 48px;
  }

  .module-6 .swiper-slide {
    height: calc(100vh - 185px);
  }
}

@media screen and (max-width: 567px) {
  .module-6 .swiper-slide strong {
    font-size: 36px;
  }

  .module-6 .swiper-slide br {
    display: none;
  }

  .module-6 .swiper-slide {
    height: calc(100vh - 185px);
  }
}

/* Modul 7 – Szöveg kép oszlopok */
.module-7 {
  margin: 32px 0;
  padding: 32px 0;
}

.module-7 + .module-7 {
  padding-top: 0;
}

.module-7.kek {
  background: var(--blue2);
}

.module-7.kek .text * {
  color: #fff;
}

.module-7 .inner {
  gap: 32px;
  align-items: start;
  overflow: hidden;
}

.module-7 .inner.jobb {
  flex-direction: row-reverse;
}

.module-7 .inner.jobb.oszlop-3 :nth-child(1) {
  order: 1;
}

.module-7 .inner.jobb.oszlop-3 :nth-child(2) {
  order: 2;
}

.module-7 .inner.jobb.oszlop-3 :nth-child(3) {
  order: 1;
}

.module-7 .inner.jobb.oszlop-3 > *,
.module-7 .inner.bal.oszlop-3 > * {
  flex: 1;
}

.module-7 .title {
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
}

.module-7 .title > * {
  display: flex;
  align-items: center;
  gap: 24px;
}

.module-7 .jobb .title {
  margin-left: auto;
}

.module-7 .jobb .title::after {
  left: unset;
  right: calc(100% + 24px);
}

.module-7 .title::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(100% + 24px);
  width: 100vw;
  height: 1px;
  background-color: var(--blue2);
}
.module-7.kek .title::after {
  background-color: #fff;
}

.module-7 .images {
  flex: 0 1 480px;
}

.module-7 .images .i-inner {
  padding-right: 20px;
  position: relative;
  padding-bottom: 24px;
}

.module-7 .images * {
  z-index: 2;
  position: relative;
}

.module-7:not(.kek) .images .i-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  background-color: var(--orange);
}

.module-7:not(.kek) .images .i-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  height: 16px;
  background: var(--blue2);
  z-index: 1;
}

.module-7 .jobb .images .i-inner::before {
  background: var(--blue2);
}
.module-7 .jobb .images .i-inner::after {
  background: var(--orange);
}


.module-7 .jobb.oszlop-3 .images .i-inner {
  padding-bottom: 0;
  padding-top: 24px;
}
.module-7 .jobb.oszlop-3 .images .i-inner::before {
  background: var(--orange);
}
.module-7 .jobb.oszlop-3 .images .i-inner::after {
  bottom: unset;
  top: 0;
  background: var(--blue2);
}

.module-7 .bal.oszlop-3 .images .i-inner {
  padding-right: 0;
  padding-left: 20px;
}
.module-7 .bal.oszlop-3 .images .i-inner::before {
  background: var(--blue2);
  right: unset;
  left: 0;
}
.module-7 .bal.oszlop-3 .images .i-inner::after {
  left: 20px;
  right: 0;
  background: var(--orange);
}

.module-7 .text {
  flex: 1 1 592px;
}

.module-7 .text-inner p {
  color: var(--blue2);
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.module-7 .text-inner ol,
.module-7 .text-inner ul {
  margin-top: 0;
}

.module-7 .oszlop-3 .text-inner p {
  font-size: 16px;
  line-height: 1.625em;
  margin-bottom: 24px;
}

.module-7 .oszlop-3 .text-inner > :first-child {
  /* margin-bottom: 45px; */
}

.module-7 .oszlop-3 .text-inner > :last-child {
  margin-bottom: 0;
}

.module-7 .text-inner > p:last-child {
  margin-bottom: 0;
}

.module-7 .images img {
  display: block;
}

.module-7 .images .big {
  width: 100%;
  max-height: 444px;
  object-fit: cover;
}

.module-7 .images .small-wrap {
  padding: 8px 0 0 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
}

.module-7 .images .small-wrap img {
  max-width: 315px;
  object-fit: cover;
}

.module-7 .images .kk-button {
  width: fit-content;
  margin-left: auto;
  margin-top: 24px;
  font-size: 20px;
}

.module-7 .text .kk-button {
  display: none;
}

.module-7 .jobb .images .kk-button {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .module-7 .inner,
  .module-7 .inner.jobb {
    flex-direction: column;
    gap: 50px;
  }

  .module-7 .inner.oszlop-3,
  .module-7 .inner.jobb.oszlop-3 {
    gap: 30px;
  }

  .module-7 .inner.jobb.oszlop-3 > :nth-child(1),
  .module-7 .inner.bal.oszlop-3 > :nth-child(1) {
    order: 2;
  }
  .module-7 .inner.jobb.oszlop-3 > :nth-child(2),
  .module-7 .inner.bal.oszlop-3 > :nth-child(2) {
    order: 1;
  }
  .module-7 .inner.jobb.oszlop-3 > :nth-child(3),
  .module-7 .inner.bal.oszlop-3 > :nth-child(3) {
    order: 3;
  }

  .module-7 .inner.oszlop-3 .text-inner {
    padding-top: 16px;
  }

  .module-7 .inner.oszlop-3 > :nth-child(2) .text-inner {
    padding-top: 0;
  }

  .module-7 .title,
  .module-7 .jobb .title {
    margin: 0 auto 30px auto;
  }

  .module-7 .title::after,
  .module-7 .jobb .title::after {
    right: unset;
    left: calc(100% + 11px);
  }

  .module-7 .title::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: calc(100% + 11px);
    width: 100vw;
    height: 1px;
    background-color: var(--blue2);
  }

  .module-7.kek .title::before {
    background-color: #fff;
  }

  .module-7 .images {
    max-width: 506px;
    margin: 0 auto;
    flex-basis: unset;
  }

  .module-7 .text {
    flex-basis: unset;
  }

  .module-7 .images .kk-button {
    display: none;
  }

  .module-7 .text .kk-button {
    display: block;
    width: fit-content;
    margin: 24px auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .module-7 {
    margin: 24px 0;
    padding: 24px 0;
  }

  .module-7 .inner {
    gap: 30px;
  }

  .module-7 .title,
  .module-7 .jobb .title {
    margin-bottom: 20px;
  }

  .module-7 .text-inner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .module-7 .oszlop-3 .text-inner p {
    margin-bottom: 16px;
  }

  .module-7 .oszlop-3 .text-inner > :first-child {
    /* margin-bottom: 32px; */
  }

  .module-7 .text-inner > p:last-child {
    margin-bottom: 0;
  }

  .module-7 .text .kk-button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .module-7 .images .small-wrap img {
    max-width: 40vw;
  }

  .module-7 .images .i-inner {
    padding-right: 12px;
    padding-bottom: 15px;
  }

  .module-7 .images .small-wrap {
    padding: 5px 0 0 5px;
  }

  .module-7 .images .i-inner::before {
    width: 7px;
  }

  .module-7 .images .i-inner::after {
    height: 10px;
  }

  .module-7 .jobb.oszlop-3 .images .i-inner::after {
    height: 7px;
    right: 14px;
  }

  .module-7 .jobb.oszlop-3 .images .i-inner {
    padding-top: 14px;
    padding-right: 14px;
  }
}

/* Modul 8 – Szöveg kép hero */
.module-8 {
  margin: 75px 0 64px 0;
}

.module-8 .inner {
  gap: 32px;
  align-items: start;
  overflow: hidden;
}

.module-8 .title {
  position: relative;
  color: var(--blue2);
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.module-8 .images {
  flex: 0 1 716px;
}

.module-8 .images .i-inner {
  padding-right: 20px;
  position: relative;
  padding-bottom: 24px;
}

.module-8 .images * {
  z-index: 2;
  position: relative;
}

.module-8 .images .i-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  background-color: var(--blue2);
}

.module-8 .images .i-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: var(--orange);
  z-index: 1;
}

.module-8 .text {
  flex: 1 1 592px;
}

.module-8 .images img {
  display: block;
}

.module-8 .images .big {
  width: 100%;
  max-height: 444px;
  object-fit: cover;
}

.module-8 .images .small-wrap {
  padding: 8px 0 0 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
}

.module-8 .images .small-wrap img {
  object-fit: cover;
}

.module-8 .images .kk-button {
  width: fit-content;
  font-size: 20px;
  min-width: 240px;
  text-align: center;
}

.module-8 .text .kk-button {
  display: none;
}

.module-8 .bottom {
  margin-top: 24px;
  gap: 32px;
  align-items: center;
}

.module-8 .icon {
  background: var(--blue2);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.module-8 .icon img {
  width: 100%;
}

@media screen and (max-width: 1300px ) {
  .module-8 .images .small-wrap {
    max-width: 50%;
  }

  .module-8 .images .kk-button {
    min-width: unset;
  }

  .module-8 .images {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 992px) {
  .module-8 {
    margin: 50px 0 ;
  }

  .module-8 .title {
    text-align: center;
  }

  .module-8 .inner {
    flex-direction: column-reverse;
    gap: 40px;
    position: relative;
    padding-bottom: 110px;
  }

  .module-8 .images {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    flex-basis: unset;
    position: static;
  }

  .module-8 .text {
    flex-basis: unset;
  }

  .module-8 .images .kk-button {
    display: none;
  }

  .module-8 .text .kk-button {
    display: block;
    width: fit-content;
    margin: 24px auto 0 auto;
  }

  .module-8 .bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .module-8 {
    margin: 48px 0;
  }

  .module-8 .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .module-8 .inner {
    gap: 30px;
    padding-bottom: 80px;
  }

  .module-8 .images .kk-button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .module-8 .icon {
    width: 40px;
    height: 40px;
  }

  .module-8 .icon img {
    max-width: 70%;
    margin: 0 auto;
  }

  .module-8 .images .small-wrap img {
    max-width: 40vw;
  }

  .module-8 .images .i-inner {
    padding-right: 12px;
    padding-bottom: 15px;
  }

  .module-8 .images .small-wrap {
    padding: 5px 0 0 5px;
  }

  .module-8 .images .i-inner::before {
    width: 7px;
  }

  .module-8 .images .i-inner::after {
    height: 10px;
  }
}

@media screen and (max-width: 567px ) {
  .module-8 {
    margin: 33px 0;
  }

  .module-8 .inner {
    padding-bottom: 64px;
  }

  .module-8 .title {
    text-align: left;
    margin-bottom: 0;
  }

  .module-8 .bottom {
    left: 0;
    transform: none;
    gap: 12px;
    width: 100%;
  }

  .module-8 .images .kk-button {
    padding: 0;
    width: 100%;
  }
}

/* Modul 9 - CTA */
.module-9 {
  padding: 64px 0;
}

.module-9 .container {
  width: 1500px;
}

.module-9 .text > * {
  color: var(--blue2);
  font-size: 24px;
  line-height: 1.625em;
}

.module-9 .kk-button {
  margin-top: 32px;
  font-size: 20px;
}

@media screen and (max-width: 992px ) {
  .module-9 .text > * {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px ) {
  .module-9 .text > * {
    font-size: 16px;
  }
  
  .module-9 .kk-button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 567px ) {
  .module-9 .text > * {
    font-size: 14px;
  }
}

/* Modul 10 - Csapat */
.module-10 {
  margin: 64px 0 70px 0;
}

.module-10 .container {
  width: 1440px;
}

.module-10 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  margin-top: 33px;
}

.module-10 .inner .el {
  display: flex;
  gap: 24px;
}

.module-10 .inner .el .img {
  width: 224px;
}

.module-10 .inner .el .img img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
}

.module-10 .inner .el .name {
  color: var(--blue2);
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 21px;
}

.module-10 .inner .el .text {
  max-width: 360px;
}

.module-10 .inner .el .data,
.module-10 .inner .el .leiras {
  color: var(--blue2);
  font-size: 20px;
  line-height: 26px;
	font-family: "Reddit Sans", sans-serif;
}

.module-10 .inner .el .leiras {
  margin-bottom: 20px;
  font-weight: 300;
}

.module-10 .inner .el .data span {
  width: 93px;
  display: inline-block;
}

@media screen and (max-width: 1300px ) {
  .module-10 .inner {
    grid-template-columns: 1fr;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    gap: 50px;
  }
}

@media screen and (max-width: 992px ) {
  .module-10 {
    margin: 50px 0;
  }

  .module-10 .inner {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px ) {
  .module-10 .el {
    flex-direction: column;
    align-items: center;
  }

  .module-10 .inner {
    gap: 48px;
  }

  .module-10 .inner .el .img {
    width: 170px;
  }

  .module-10 .inner .el .name {
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 17px;
  }

  .module-10 .inner .el .leiras,
  .module-10 .inner .el .data, .module-10 .inner .el .leiras {
    font-size: 16px;
    line-height: 24px;
  }

  .module-10 .inner .el .data,
  .module-10 .inner .el .leiras {
    display: flex;
    justify-content: space-between;
    max-width: 260px;
  }
}

/* Modul 11 - Slider galéria */
.module-11 {
  padding: 53px 0 64px 0;
}

.module-11 .inner {
  position: relative;
}

.module-11 .container .title {
  margin-bottom: 23px;
  color: #fff;
}

.module-11 .swiper {
  margin: 0 20px;
}

.module-11 .swiper-slide {
  user-select: none;
}

.module-11 .swiper-slide img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
}

.module-11 .swiper-button-prev:after,
.module-11 .swiper-button-next:after {
  display: none;
}

.module-11 .swiper-button-prev,
.module-11 .swiper-button-next {
  background-image: url('../images/swiper-arrow-white.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 57%;
}

.module-11 .swiper-button-next {
  transform: scale(-1);
  right: -31px;
}

.module-11 .swiper-button-prev {
  left: -31px;
}

@media screen and (max-width: 1600px ) {
  .module-11 .container {
    padding: 0 46px;
  }
}

@media screen and (max-width: 768px ) {
  .module-11 {
    overflow: hidden;
    padding: 42px 0 50px 0;
  }
  .module-11 .swiper-button-prev,
  .module-11 .swiper-button-next {
    display: none;
  }
  .module-11 .container {
    padding: 0 15px;
  }
  .module-11 .swiper {
    overflow: visible;
  }
  .module-11 .swiper-slide img {
    width: 100%;
    opacity: 0.5;
  }
  .module-11 .swiper-slide-active img {
    opacity: 1;
    transition: opacity 150ms ease;
  }
}

/* Modul 12 - Statisztikák  */
.module-12 {
  padding: 47px 0 64px 0;
  overflow: hidden;
}

.module-12 .text {
  font-size: 24px;
  line-height: 32px;
  margin-top: 15px;
}

.module-12 .inner {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.module-12 .inner .el {
  flex: 1;
  text-align: center;
}

.module-12 .inner .el-num,
.module-12 .inner .el-text {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.module-12 .inner .el-num {
  font-size: 64px;
  line-height: 1em;
	font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  color: var(--blue2);
  margin-bottom: 20px;
}

.module-12 .inner .el-text {
  font-size: 24px;
  line-height: 32px;
	font-family: "Reddit Sans", sans-serif;
  color: var(--blue2);
}

@media screen and (max-width: 768px ) {
  .module-12 {
    padding-bottom: 43px;
  }

  .module-12 .inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
  }
  
  .module-12 .text,
  .module-12 .inner .el-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .module-12 .inner .el-num {
    font-size: 32px;
  }
}

/* Modul 13 - Szöveg */
.module-13 {
  padding: 64px 0;
}

.module-13 p:last-child img {
  margin-bottom: 0;
}

.module-13 img {
  display: inline-block;
}

.module-13.kek {
  background: var(--blue2);
}

.module-13 .text {
  font-family: 'Reddit Sans';
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
}

.module-13 .text p {
  margin-bottom: 24px;
}

.module-13 .text > :first-child {
  margin-bottom: 33px !important;
}

.module-13 .text p:last-child {
  margin-bottom: 0 !important;
}

.module-13.kek .text ,
.module-13.kek .text * {
  color: #fff;
}

.module-13 ul {
  list-style: disc;
  margin-left: 26px;
}

.module-13 p + ul {
  margin-top: 26px;
  margin-left: 30px;
}

@media screen and (max-width: 992px ) {
  .module-13 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px ) {
  .module-13 .text > :first-child {
    margin-bottom: 26px !important;
  }

  .module-13 .text {
    font-size: 16px;
    line-height: 21px;
  }
}

/* Modul 14 - Gomb */
.module-14 a {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px ) {
  .module-14 .kk-button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* Modul 15 -Népszerű termékek */
.nepszeru {
	width: 1740px;
	max-width: 100%;
	margin: 0 auto;
  padding: 38px 60px 64px 60px;
  position: relative;
  overflow: hidden;
}

#poststuff .nepszeru .wc-tab-title,
.nepszeru .wc-tab-title,
.woocommerce .nepszeru .wc-tab-title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  color: var(--blue2);
  position: relative;
  text-align: center;
}

.nepszeru .product-swiper {
  position: relative;
  overflow: hidden;
}

.nepszeru .swiper-slide {
  height: auto;
}

.nepszeru .swiper-slide .product {
  max-width: 240px;
  margin: 0 auto;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.nepszeru .swiper-slide .product > a + a {
  display: none;
}

.nepszeru .swiper-button-prev:after,
.nepszeru .swiper-button-next:after {
  display: none;
}

.nepszeru .swiper-button-prev,
.nepszeru .swiper-button-next {
  background-image: url('../images/swiper-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 43px;
}

.nepszeru .swiper-button-next {
  transform: scale(-1);
}

#poststuff .nepszeru .woocommerce-loop-product__title,
.nepszeru .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
	font-family: "Reddit Sans", sans-serif;
  text-align: center;
  margin: 12px 0 22px 0;
  padding: 0;
  overflow: hidden;
  max-height: 6em;
  color: var(--blue2);
}

.nepszeru .woocommerce-LoopProduct-link {
  text-decoration: none;
  color: var(--blue2);
}

.nepszeru .price {
  display: none;
}

.nepszeru .woocommerce img {
  max-width: 240px;
  width: 100%;
}

.nepszeru .button,
.woocommerce .nepszeru .button {
	position: relative;
	height: 56px;
	line-height: 56px;
	display: block;
	background-color: var(--theme-color-1);
	color: #fff;
	text-decoration: none;
  text-transform: uppercase;
	padding: 0;
  width: 240px;
  text-align: center;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
  font-size: 20px;
	font-weight: 600;
	font-family: "Reddit Sans", sans-serif;
	font-style: normal;
	border-radius: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  margin-top: auto;
  border: none;
}
.nepszeru .button span,
.woocommerce .nepszeru .button span {
	position: relative;
	z-index: 2;
}
.nepszeru .button::before,
.woocommerce .nepszeru .button::before {
	content: "";
	z-index: 1;
	position: absolute;
	right: -18px;
	top: 0;
	width: 42px;
	height: 100%;
	background: var(--theme-color-3);
	opacity: 0.2;
	transform: skewX(-25deg);
	transition: all 0.5s ease;
}
.nepszeru .button:hover,
.woocommerce .nepszeru .button:hover {
	color: #fff;
}
.nepszeru .button:hover::before,
.woocommerce .nepszeru .button:hover::before {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}

@media screen and (max-width: 1200px ) {
  .nepszeru .button,
  .woocommerce .nepszeru .button {
    width: 100%;
  }

  .nepszeru .swiper-slide .product {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px ) {
  .nepszeru {
    padding: 25px 60px 55px 60px;
  }
  .nepszeru .swiper-button-prev,
  .nepszeru .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px ) {
  .nepszeru .product-swiper {
    overflow: visible;
  }

  .nepszeru .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.2s ease-out;
    user-select: none;
  }

  .nepszeru .swiper-slide-active {
    opacity: 1;
  }

  #poststuff .nepszeru .woocommerce-loop-product__title,
  .nepszeru .woocommerce-loop-product__title {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 11px;
  }

  .nepszeru .button,
  .woocommerce .nepszeru .button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 567px ) {
  #poststuff .nepszeru .wc-tab-title,
  .nepszeru .wc-tab-title,
  .woocommerce .nepszeru .wc-tab-title {
    font-size: 16px;
  }
}