@font-face {
  font-family: M B Creative Mbempire;
  src: url('../fonts/M-B-Creative---MBEmpire-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F 37 Bella Hu 10";
  src: url('../fonts/F37Bella-Heavy_HU10.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: M B Creative Mbempire Book;
  src: url('../fonts/M-B-Creative---MBEmpire-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primarycolor: #c6242b;
  --primary-dark: #9a171c;
}

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

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

.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;
}

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

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

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

.section-2 {
  z-index: 1;
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-bottom: 0 #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000008c;
}

.section-2.footer {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 15px;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.container {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 940px;
  height: auto;
  margin: 45px auto 0;
  padding: 60px 140px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.container.nyito {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -66px;
  display: flex;
}

.container.covertory {
  margin-top: -74px;
}

.container.gigi {
  padding-bottom: 40px;
}

.cikkcim {
  color: var(--primarycolor);
  letter-spacing: 0;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 86px;
  line-height: 77px;
  display: block;
}

.cikkcim.instant {
  font-size: 130px;
}

.cikkcim.coverstory {
  font-size: 60px;
  line-height: 60px;
}

.cikkcim.nadrag {
  font-size: 120px;
  line-height: 100px;
}

.cikkcim.kh {
  font-size: 96px;
  line-height: 80px;
}

.cikkcim.kabatok {
  font-size: 110px;
  line-height: 95px;
}

.cikkcim.musthave {
  white-space: normal;
  word-break: normal;
  font-size: 106px;
}

.cikkcim.ednote {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.lead {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: M B Creative Mbempire Book, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
}

.kredit-szerzo {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 13px;
  font-size: 16px;
  display: block;
}

.kredit-szerzo.pink {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: M B Creative Mbempire, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}

.kredit-szerzo.coverstory {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: M B Creative Mbempire, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}

.paragraph {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph.center.hori {
  font-size: 16px;
  line-height: 26px;
}

.paragraph.center.ednote {
  margin-top: -25px;
}

.paragraph.block {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph.block.kabat {
  padding-left: 0;
  padding-right: 0;
}

.paragraph.block.kabat.last {
  text-align: center;
}

.paragraph.block.kabat.gz {
  color: var(--primarycolor);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.kredit-termek {
  color: #fff;
  background-color: #000;
  width: auto;
  max-width: 200px;
  margin-bottom: 0;
  padding: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.kredit-termek._5 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: none;
}

.kredit-termek._2 {
  width: 50%;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.kredit-termek._3 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.kredit-termek._3.kabat {
  text-align: left;
}

.kredit-termek._3.kabat.xx {
  text-align: left;
  width: 50%;
}

.kredit-termek._4 {
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.kredit-termek._5 {
  width: 50%;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.kredit-termek._6 {
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.kredit-termek._7 {
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  transform: none;
}

.kredit-termek._8 {
  width: 50%;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.div-block {
  background-image: url('../images/cipok-desktop2.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  height: 830px;
  position: relative;
}

.image-8 {
  height: 30px;
}

.megnezem {
  background-color: var(--primarycolor);
  border-radius: 5px;
  flex: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.megnezem:hover {
  background-color: var(--primary-dark);
}

.megnezem:active {
  background-color: var(--primarycolor);
}

.kredit-gomb {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.kredit-gomb._3 {
  display: flex;
  inset: auto -33% 15% auto;
}

.kredit-gomb._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  inset: 22% -21% auto auto;
}

.kredit-gomb._4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% 0%;
}

.kredit-gomb._5 {
  display: flex;
  inset: auto 0% -39%;
}

.kredit-gomb._6 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% -48% -19%;
}

.kredit-gomb._7 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 336px 0% 0% -14%;
}

.kredit-gomb._8 {
  display: flex;
  inset: auto 14% 7% auto;
}

.kredit-gomb.n1 {
  inset: -58% 0% auto 22%;
}

.kredit-gomb.n2 {
  width: 50%;
  position: absolute;
  inset: -11% auto auto -26%;
}

.kredit-gomb.n2.kh1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: static;
}

.kredit-gomb.n3 {
  width: 50%;
  position: absolute;
  inset: 45% -34% auto auto;
}

.kredit-gomb.n3.kabat {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.kredit-gomb.n3.kabat._7 {
  justify-content: center;
  align-items: center;
}

.kredit-gomb.n3.kabat.xx {
  position: static;
}

.kredit-gomb.n3.kabat.xx.k2 {
  width: auto;
}

.kredit-gomb.n4 {
  width: 60%;
  top: -12%;
  left: -41%;
}

.kredit-gomb.n5 {
  width: 50%;
  top: 53%;
  left: -33%;
}

.kredit-gomb.n6 {
  width: 50%;
  inset: 52% -36% auto auto;
}

.wrapper-bazar {
  height: auto;
  position: relative;
}

.obj {
  z-index: auto;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.obj._2 {
  top: -14%;
  left: -5%;
}

.obj._3 {
  inset: -7% 5% auto auto;
}

.obj._4 {
  width: 415px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  top: -12%;
  left: -16%;
}

.obj._5 {
  width: 400px;
  height: 150px;
  inset: -6% -16% auto auto;
}

.obj._6 {
  width: 420px;
  height: 200px;
  left: -18%;
}

.obj._7 {
  width: 420px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  inset: 9% 0% auto 7%;
}

.obj._8 {
  width: 420px;
  inset: 9% -19% auto auto;
}

.image-17 {
  width: 100%;
  position: static;
  inset: 17px 0% auto;
  overflow: visible;
}

.num {
  color: var(--primarycolor);
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 400px;
  position: absolute;
}

.num._2 {
  font-size: 150px;
  inset: 24% auto auto -13%;
}

.num._3 {
  font-size: 150px;
  inset: 2% -27% auto auto;
}

.num._4 {
  font-size: 150px;
  inset: 11% 0% auto auto;
}

.num._5 {
  font-size: 150px;
  inset: -24% 0% auto auto;
}

.num._6 {
  font-size: 150px;
  inset: auto auto -3% 0%;
}

.num._7 {
  font-size: 150px;
  inset: -4% 0% auto -60%;
}

.num._8 {
  font-size: 150px;
  inset: auto 0% 39% auto;
}

.image-18 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.row {
  width: 100%;
  height: 400px;
  position: relative;
}

.row._4-5 {
  height: 300px;
}

.image-19 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-20 {
  transform-style: preserve-3d;
  width: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-21 {
  width: 100%;
  transform: rotate(30deg);
}

.image-22 {
  transform-style: preserve-3d;
  width: 100%;
  transform: rotate(90deg);
}

.image-23 {
  transform-style: preserve-3d;
  width: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(30deg);
}

.kozcim {
  background-color: var(--primarycolor);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 26px auto 34px;
  padding: 5px 10px;
  font-family: M B Creative Mbempire, Arial, sans-serif;
  font-size: 15px;
  display: inline-block;
  position: static;
}

.kozcim.kabat {
  margin-top: 0;
  line-height: 24px;
}

.blokkcim {
  letter-spacing: -1px;
  border-bottom: 2px solid #000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-family: M B Creative Mbempire Book, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.blokktext {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.blokktext.naphemu {
  color: var(--primarycolor);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

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

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

.mainblokk-is {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.mainblokk-is._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.mainblokk-is._2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.mainblokk-is._3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}

.mainblokk-is._4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.mainblokk-is._5 {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

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

.image-24 {
  width: 50%;
  height: 100%;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-55deg)scale(1.1);
}

.image-25 {
  width: 30%;
  height: auto;
  margin-bottom: 0;
}

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

.image-26 {
  width: 45%;
}

.image-27 {
  transform: rotate(-50deg);
}

.image-28 {
  width: 50%;
}

.q {
  font-weight: 600;
}

.nyito-kep {
  object-fit: contain;
  background-image: url('../images/250903_KissRamona12564-r.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  margin-top: -40px;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-3 {
  margin-bottom: 0;
}

.quote {
  color: var(--primarycolor);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  line-height: 31px;
}

.div-block-7 {
  width: 100%;
  height: 800px;
  margin-top: 36px;
  margin-bottom: 20px;
  position: relative;
}

.termek-nadrag {
  aspect-ratio: 1;
  width: 33%;
  height: 33%;
  position: absolute;
}

.termek-nadrag._1 {
  inset: 12% auto auto 23%;
}

.termek-nadrag._2 {
  inset: 0% auto auto -4%;
}

.termek-nadrag._3 {
  margin-left: auto;
  margin-right: auto;
  inset: 0% 6% auto auto;
}

.termek-nadrag._4 {
  margin-left: auto;
  margin-right: auto;
  inset: 58% 0% auto 12%;
}

.termek-nadrag._5 {
  inset: 44% auto auto -7%;
}

.termek-nadrag._6 {
  inset: 49% -1% auto auto;
}

.img-nadrag {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-nadrag._1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  inset: -11% 0% auto;
}

.img-nadrag._2 {
  margin-left: auto;
  margin-right: auto;
}

.img-nadrag._3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  inset: -13% 0% auto;
}

.img-nadrag._4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: -83px;
  left: 36px;
}

.img-nadrag._5 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  top: 6%;
  left: 6%;
}

.img-nadrag._6 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  top: -11px;
  left: 0;
}

.num-nadrag {
  z-index: 1;
  color: var(--primarycolor);
  width: 50px;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 143px;
  position: absolute;
  inset: 48% auto auto -22%;
}

.num-nadrag._1 {
  inset: 67% auto auto -15%;
}

.num-nadrag._2 {
  font-size: 250px;
  inset: 23% auto auto 65%;
}

.num-nadrag._3 {
  inset: 15% -8% auto auto;
}

.num-nadrag._4 {
  inset: 26% auto auto -28%;
}

.num-nadrag._6 {
  font-size: 250px;
  inset: 12% -1% auto auto;
}

.num-nadrag._5 {
  font-size: 250px;
  top: 83%;
  left: -41%;
}

.termeknev {
  color: var(--primarycolor);
  text-align: left;
  margin-bottom: 0;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.div-block-13 {
  position: static;
}

.image-30 {
  max-width: none;
}

.background-video {
  aspect-ratio: 1 / 1.47;
  height: 90vh;
}

.div-block-15 {
  margin-left: auto;
  margin-right: auto;
}

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

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto;
}

.kh-blokk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.image-31 {
  vertical-align: baseline;
  object-fit: cover;
  width: 60%;
  height: 100%;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.image-32 {
  width: 80%;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.image-33, .image-34 {
  width: 60%;
}

.image-35 {
  width: 70%;
}

.image-36 {
  width: 60%;
}

.image-37 {
  width: 75%;
}

.image-38, .image-39 {
  width: 60%;
}

.image-40 {
  width: 80%;
}

.image-41, .image-42, .image-43, .image-44, .image-45 {
  width: 60%;
}

.image-49 {
  width: 100%;
  max-width: 640px;
  height: 100%;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin: 30px auto;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.flex-block-8.right {
  flex-flow: row-reverse;
  margin-bottom: 40px;
}

.flex-block-8.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.flex-block-9 {
  width: 300%;
  display: block;
}

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

.obj-00 {
  z-index: auto;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.obj-00._1 {
  width: 45%;
  height: auto;
  inset: 0 auto auto 0;
}

.obj-00._2 {
  width: 46%;
  height: auto;
  inset: 83px auto auto 218px;
}

.obj-00._3 {
  width: 35%;
  height: auto;
  inset: -5px -36px auto auto;
}

.obj-00._4 {
  width: 45%;
  height: auto;
  inset: 404px auto auto 10px;
}

.obj-00._5 {
  width: 45%;
  height: auto;
  inset: 334px -88px auto auto;
}

.kredit-termek-00 {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex: 0 auto;
  width: auto;
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
  padding: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.kredit-termek-00.hori {
  width: 100%;
  max-width: none;
}

.megnezem-00 {
  background-color: var(--primarycolor);
  border-radius: 5px;
  flex: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}

.megnezem-00:hover {
  background-color: var(--primary-dark);
}

.megnezem-00:active {
  background-color: var(--primarycolor);
}

.kredit-gomb-00 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 279px auto auto 71px;
}

.kredit-gomb-00._2, .kredit-gomb-00._3 {
  width: 100%;
  inset: auto 0% -82px;
}

.kredit-gomb-00._4 {
  top: 107px;
  left: 53px;
}

.kredit-gomb-00._5 {
  width: 100%;
  inset: auto 0% -89px;
}

.kredit-gomb-00.horoszkop {
  width: 100%;
  position: static;
}

.num-00 {
  color: var(--primarycolor);
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 200px;
  position: absolute;
  inset: 40% auto auto -44px;
}

.num-00._2 {
  font-size: 150px;
  inset: -74px 0% auto;
}

.num-00._3 {
  font-size: 100px;
  inset: 0 0% auto;
}

.num-00._4 {
  font-size: 250px;
  top: 87px;
  left: -120px;
}

.num-00._5 {
  font-size: 150px;
  inset: 196px -28px auto auto;
}

.div-block-20 {
  height: 700px;
  position: relative;
}

.image-52 {
  width: 56%;
  min-width: 0;
}

.image-53 {
  width: 90%;
}

.image-54 {
  width: 80%;
}

.grid_horoszkop {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hori-blokk-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 5px 10px;
}

.sign {
  color: #000;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 40px;
}

.image-55 {
  width: 80%;
}

.image-56 {
  width: 98%;
  max-width: none;
}

.image-57 {
  width: 60%;
}

.image-58 {
  width: 45%;
}

.image-59 {
  width: 80%;
}

.fst {
  aspect-ratio: 1;
  width: 33%;
  height: 33%;
  position: absolute;
}

.fst._1 {
  width: 50%;
  inset: 14% auto auto 20%;
}

.fst._2 {
  inset: 0% auto auto -4%;
}

.fst._3 {
  margin-left: auto;
  margin-right: auto;
  inset: 0% 2% auto auto;
}

.fst._4 {
  margin-left: auto;
  margin-right: auto;
  inset: 53% 0% auto -6%;
}

.fst._5 {
  inset: 44% auto auto -7%;
}

.fst._6 {
  inset: 49% -4% auto auto;
}

.fst_bazar {
  width: 100%;
  height: 800px;
  margin-top: 36px;
  position: relative;
}

.num-fst {
  z-index: 1;
  color: var(--primarycolor);
  width: 50px;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 143px;
  position: absolute;
  inset: 48% auto auto -22%;
}

.num-fst._1 {
  inset: 67% auto auto -24%;
}

.num-fst._2 {
  font-size: 250px;
  inset: -39% auto auto 54%;
}

.num-fst._3 {
  inset: 15% -21% auto auto;
}

.num-fst._4 {
  inset: 26% auto auto -28%;
}

.num-fst._6 {
  font-size: 250px;
  inset: -3% 5% auto auto;
}

.num-fst._5 {
  font-size: 250px;
  top: 109%;
  left: -15%;
}

.img-fst {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-fst._1 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  inset: -11% 0% auto;
}

.img-fst._2 {
  margin-left: auto;
  margin-right: auto;
}

.img-fst._3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  inset: -13% 0% auto;
}

.img-fst._4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: -83px;
  left: 36px;
}

.img-fst._5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 6%;
  left: 6%;
}

.img-fst._6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: -11px;
  left: 0;
}

.fst-kreditgomb {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fst-kreditgomb.n1 {
  width: 50%;
  inset: -50% 0% auto 12%;
}

.fst-kreditgomb.n2 {
  width: 50%;
  position: absolute;
  inset: -11% auto auto -26%;
}

.fst-kreditgomb.n3 {
  width: 50%;
  position: absolute;
  inset: 42% -44% auto auto;
}

.fst-kreditgomb.n4 {
  width: 60%;
  top: 104%;
  left: 37%;
}

.fst-kreditgomb.n5 {
  width: 50%;
  top: 53%;
  left: -33%;
}

.fst-kreditgomb.n6 {
  width: 80%;
  inset: 116% 11% auto auto;
}

.fst-termek {
  color: #fff;
  background-color: #000;
  width: auto;
  max-width: 200px;
  margin-bottom: 0;
  padding: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.fst-termek._3 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: block;
  position: static;
  transform: none;
}

.container-fst {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 940px;
  height: auto;
  margin: 45px auto 0;
  padding: 60px 140px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.bazar-mystyle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.mystyle-blokk {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.mystyle-blokk._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.mystyle-blokk._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.mystyle-blokk._3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}

.mystyle-blokk._4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.mystyle-blokk._5 {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.mystyle-blokk._6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.mystyle-blokk._7, .mystyle-blokk._8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.image-28-copy {
  width: 50%;
}

.naphem {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 89px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.code-embed {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-26 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.number1 {
  color: var(--primarycolor);
  letter-spacing: -1px;
  border-bottom: 2px #000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 28px;
}

.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;
}

.nyito-cim {
  color: var(--primarycolor);
  margin-top: 20px;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 38px;
  text-decoration: none;
}

.background-video-3 {
  aspect-ratio: 1 / 1.48;
  object-fit: fill;
  width: auto;
  max-width: 660px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.nyito-linkbox {
  border-bottom: 1px solid #000;
  padding: 40px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nyito-linkbox:hover {
  box-shadow: 0 2px 8px 6px #0003;
}

.nyito-linkbox.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.nyito-lead {
  color: #333;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: M B Creative Mbempire Book, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.image-60, .image-62, .image-64 {
  object-fit: contain;
  width: 100%;
  height: 106px;
}

.image-65 {
  object-fit: cover;
  width: auto;
  height: 106px;
}

.image-66, .image-67, .image-68, .image-69, .image-70 {
  object-fit: contain;
  width: 100%;
  height: 106px;
}

.paragraph-4 {
  color: #868686;
  height: 20px;
  margin-bottom: 0;
  font-size: 12px;
}

.ajalno-box {
  border: 1px solid var(--primarycolor);
  padding: 10px 10px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ajalno-box:hover {
  box-shadow: 0 2px 11px 1px #0003;
}

.ajanlo-cim {
  color: var(--primarycolor);
  letter-spacing: 0;
  margin-top: 10px;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 21px;
  line-height: 19px;
  text-decoration: none;
}

.ajanlo-lead {
  color: #333;
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: M B Creative Mbempire Book, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.image-71 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 106px;
}

.image-64-copy {
  object-fit: fill;
  width: 30%;
  height: auto;
}

.image-72 {
  width: 70%;
}

.circle {
  background-color: var(--primarycolor);
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: -7px;
  line-height: 500px;
  display: flex;
}

.circle._2 {
  z-index: auto;
  position: absolute;
  inset: -16% auto auto 69%;
}

.link-2 {
  color: #fff;
  text-decoration-color: #fff;
}

.flex-block-12 {
  position: relative;
}

.flex-block-13 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.ajanlo-modul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.ajanlo-modul.ednote {
  grid-template-rows: auto auto auto auto;
}

.paragraph-6 {
  margin-top: 40px;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 39px;
}

.div-block-29 {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 50px;
}

.div-block-29-copy {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 0;
}

.image-73 {
  width: 60%;
}

.plecsni_txt {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
  padding: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.plecsni_txt.is_kedvenc {
  color: #000;
  background-color: #fff;
  width: auto;
  margin-top: 20px;
  padding: 0 2px;
}

.image-24-copy {
  width: 50%;
  height: 100%;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  margin-left: -10px;
}

.text-span-2 {
  margin-left: -8px;
}

.text-span-3 {
  margin-right: -4px;
}

.text-span-4 {
  margin-right: -3px;
}

.termeknev-kh {
  color: var(--primarycolor);
  text-align: center;
  margin-bottom: 0;
  font-family: "F 37 Bella Hu 10", Palatino Linotype, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.gz_insta {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.code-embed-copy {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.image-74 {
  width: 30%;
}

.image-75 {
  width: 33%;
}

.gz_tiktok {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-30 {
  text-align: center;
}

.imp_para1 {
  color: #c9c9c9;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.imp_link1, .imp_link2 {
  clear: both;
  color: #c9c9c9;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
}

.mgh_logo {
  width: 50px;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
    margin-top: 17px;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .container.nyito {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container.covertory {
    margin-top: -56px;
  }

  .cikkcim.instant {
    font-size: 115px;
  }

  .cikkcim.hori {
    font-size: 78px;
    line-height: 70px;
  }

  .cikkcim.kh {
    font-size: 94px;
  }

  .cikkcim.ednote {
    color: #c6242b;
  }

  .paragraph.center.hori {
    font-size: 16px;
    line-height: 26px;
  }

  .kredit-termek {
    font-size: 11px;
    line-height: 13px;
  }

  .div-block {
    background-image: url('../images/cipok-tablet.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 830px;
  }

  .kredit-gomb._3 {
    right: -34%;
  }

  .kredit-gomb._2 {
    height: auto;
    inset: auto -12% -6% auto;
  }

  .kredit-gomb._4 {
    inset: auto 0% 11%;
  }

  .kredit-gomb._5 {
    inset: auto 0% -62%;
  }

  .kredit-gomb._6 {
    bottom: -28%;
    left: -8%;
  }

  .kredit-gomb._7 {
    inset: auto 0% -49%;
  }

  .kredit-gomb._8 {
    bottom: 27%;
    right: 10%;
  }

  .kredit-gomb.n2 {
    width: 100%;
    inset: 119% auto auto -23%;
  }

  .kredit-gomb.n3 {
    top: 31%;
    right: -36%;
  }

  .kredit-gomb.n4 {
    width: 100%;
    top: -26%;
    left: -27%;
  }

  .kredit-gomb.n5 {
    width: 100%;
    top: 140%;
    left: -2%;
  }

  .kredit-gomb.n6 {
    width: 100%;
    inset: 387px -6% 0% auto;
  }

  .obj._2 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    left: 7%;
  }

  .obj._3 {
    width: 250px;
    top: 3%;
    right: 6%;
  }

  .obj._4 {
    width: 350px;
    inset: 0% auto auto -9%;
  }

  .obj._5 {
    width: 320px;
    height: 110px;
    inset: 13% -7% auto auto;
  }

  .obj._6 {
    width: 320px;
    left: -7%;
  }

  .obj._7 {
    width: 320px;
    top: 2%;
  }

  .obj._8 {
    width: 320px;
    top: 3%;
    right: -8%;
  }

  .image-17 {
    width: 90%;
  }

  .num._3 {
    top: -10%;
    right: -22%;
  }

  .num._4 {
    inset: -1% -2% auto auto;
  }

  .num._5 {
    top: -31%;
  }

  .num._6 {
    bottom: 21%;
  }

  .num._8 {
    bottom: 39%;
    right: -1%;
  }

  .row._1-3 {
    width: 100%;
    height: 339px;
  }

  .row._4-5 {
    height: 200px;
    margin-bottom: 0;
  }

  .row._6-8 {
    height: 300px;
    margin-top: 55px;
  }

  .flex-block._1 {
    width: 50%;
  }

  .mainblokk-is._2 {
    margin-top: 15px;
  }

  .image-24 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    transform: scale(1.2)rotate(-64deg);
  }

  .image-25 {
    width: 25%;
  }

  .image-27 {
    width: 50%;
    transform: scale(1.3)rotate(-58deg);
  }

  .nyito-kep {
    background-position: 50% 60%;
    height: 400px;
    margin-top: 46px;
  }

  .termek-nadrag._1 {
    left: 28%;
  }

  .termek-nadrag._2 {
    top: -7%;
    left: 1%;
  }

  .termek-nadrag._5 {
    top: 45%;
    left: 0%;
  }

  .termek-nadrag._6 {
    top: 43%;
    right: -3%;
  }

  .img-nadrag._2 {
    width: 95%;
    top: 5%;
    left: 2%;
  }

  .img-nadrag._4 {
    width: 70%;
    top: 2%;
    left: 17%;
  }

  .img-nadrag._5 {
    width: 80%;
  }

  .num-nadrag._1 {
    font-size: 200px;
    top: 86%;
    left: -27%;
  }

  .num-nadrag._2 {
    font-size: 143px;
    top: 5%;
    left: 69%;
  }

  .num-nadrag._3 {
    top: 5%;
    right: -8%;
  }

  .num-nadrag._6 {
    font-size: 143px;
    top: 97%;
  }

  .num-nadrag._5 {
    font-size: 200px;
    top: 41%;
    left: -35%;
  }

  .image-30 {
    width: 120%;
  }

  .flex-block-8.right._2 {
    margin-top: 22px;
  }

  .obj-00._2 {
    top: 64px;
    left: 179px;
  }

  .obj-00._3 {
    top: 11px;
    right: -16px;
  }

  .obj-00._4 {
    top: 375px;
  }

  .obj-00._5 {
    top: 290px;
    right: -68px;
  }

  .kredit-termek-00 {
    font-size: 11px;
    line-height: 13px;
  }

  .kredit-gomb-00._4 {
    top: 87px;
  }

  .num-00._2 {
    font-size: 100px;
    top: -52px;
  }

  .num-00._4 {
    font-size: 150px;
    left: -62px;
  }

  .num-00._5 {
    font-size: 100px;
    top: 179px;
    right: 34px;
  }

  .div-block-20 {
    height: 610px;
  }

  .image-53 {
    width: 77%;
  }

  .fst._1 {
    top: 8%;
    left: 19%;
  }

  .fst._2 {
    top: -7%;
    left: 1%;
  }

  .fst._4 {
    top: 44%;
    left: -19%;
  }

  .fst._5 {
    top: 45%;
    left: 0%;
  }

  .fst._6 {
    width: 40%;
    top: 61%;
    right: -3%;
  }

  .num-fst._1 {
    font-size: 200px;
    top: 86%;
    left: -27%;
  }

  .num-fst._2 {
    font-size: 143px;
    top: 5%;
    left: 69%;
  }

  .num-fst._3 {
    top: 5%;
    right: -8%;
  }

  .num-fst._6 {
    font-size: 200px;
    top: -29%;
    right: 13%;
  }

  .num-fst._5 {
    font-size: 150px;
    top: 132%;
    left: 52%;
  }

  .img-fst._1 {
    width: 80%;
    top: -14%;
    right: -22%;
  }

  .img-fst._2 {
    width: 95%;
    top: 5%;
    left: 2%;
  }

  .img-fst._4 {
    width: 100%;
    top: 2%;
    left: 17%;
  }

  .img-fst._5 {
    width: 100%;
    left: -10%;
  }

  .fst-kreditgomb.n1 {
    top: -46%;
    left: 24%;
  }

  .fst-kreditgomb.n2 {
    width: 100%;
    inset: 119% auto auto -23%;
  }

  .fst-kreditgomb.n3 {
    top: 31%;
    right: -36%;
  }

  .fst-kreditgomb.n4 {
    width: 100%;
    top: 159%;
    left: 25%;
  }

  .fst-kreditgomb.n5 {
    width: 100%;
    top: 163%;
    left: -13%;
  }

  .fst-kreditgomb.n6 {
    width: 50%;
    inset: -398px 37% 0% auto;
  }

  .fst-termek {
    font-size: 11px;
    line-height: 13px;
  }

  .container-fst {
    max-width: 728px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .mystyle-blokk._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .mystyle-blokk._2 {
    margin-top: 15px;
  }

  .mystyle-blokk._3 {
    width: 100%;
  }

  .image-27-copy {
    width: 50%;
  }

  .nyito-lead {
    text-transform: uppercase;
  }

  .image-64-copy {
    width: 30%;
  }

  .circle._2 {
    left: 75%;
  }

  .plecsni_txt {
    font-size: 13px;
    line-height: 17px;
  }

  .plecsni_txt.is_kedvenc {
    font-size: 13px;
  }

  .image-24-copy {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px 40px;
  }

  .container.nyito {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -20px;
  }

  .container.covertory {
    aspect-ratio: auto;
    width: 100%;
    margin-top: 0;
  }

  .cikkcim {
    margin-left: auto;
    margin-right: auto;
    font-size: 67px;
    line-height: 64px;
  }

  .cikkcim.instant {
    font-size: 90px;
    line-height: 75px;
  }

  .cikkcim.coverstory, .cikkcim.hori {
    font-size: 50px;
    line-height: 50px;
  }

  .cikkcim.nadrag {
    font-size: 85px;
    line-height: 75px;
  }

  .cikkcim.kh {
    font-size: 61px;
    line-height: 56px;
  }

  .cikkcim.kabatok {
    font-size: 75px;
    line-height: 65px;
  }

  .cikkcim.musthave {
    font-size: 80px;
  }

  .paragraph.block.kabat {
    text-align: center;
  }

  .kredit-termek._5, .kredit-termek._2 {
    width: 100%;
  }

  .kredit-termek._3 {
    width: 102px;
  }

  .kredit-termek._3.kabat {
    text-align: center;
    width: 200px;
  }

  .kredit-termek._3.kabat.xx {
    text-align: center;
  }

  .kredit-termek._6, .kredit-termek._7, .kredit-termek._8 {
    width: 100%;
  }

  .div-block {
    background-image: url('../images/cipok-mobil-L.png');
    background-size: cover;
    height: 1100px;
  }

  .kredit-gomb._3 {
    width: 100%;
    inset: 233px auto auto -22px;
  }

  .kredit-gomb._2 {
    width: 100%;
    inset: 190px 0% auto 0;
  }

  .kredit-gomb._4 {
    inset: 92px auto auto 16px;
  }

  .kredit-gomb._5 {
    inset: 104% 0% auto;
  }

  .kredit-gomb._6 {
    inset: 87px 0% auto -104px;
  }

  .kredit-gomb._7 {
    inset: 182% auto auto 0%;
  }

  .kredit-gomb._8 {
    width: 50%;
    inset: 85px 0 auto auto;
  }

  .kredit-gomb.n1 {
    inset: 213px auto auto -35%;
  }

  .kredit-gomb.n2 {
    width: 89px;
    inset: 52% auto auto 94%;
  }

  .kredit-gomb.n3 {
    inset: 200px auto auto 68%;
  }

  .kredit-gomb.n3.kabat {
    justify-content: center;
    align-items: center;
  }

  .kredit-gomb.n4 {
    inset: 212px auto auto 182px;
  }

  .kredit-gomb.n5 {
    inset: 200px auto auto -153px;
  }

  .kredit-gomb.n6 {
    inset: 53px auto auto -167px;
  }

  .wrapper-bazar {
    width: 100%;
    max-width: 456px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-bazar.cipo {
    margin-bottom: -30px;
  }

  .obj._2 {
    width: 166px;
    height: auto;
    top: -46px;
    left: 0;
  }

  .obj._3 {
    width: 190px;
    height: auto;
    inset: -63px 3px auto auto;
  }

  .obj._4 {
    width: 249px;
    height: auto;
    top: -83px;
    left: -34px;
  }

  .obj._5 {
    width: 226px;
    height: auto;
    inset: -43px -32px auto auto;
  }

  .obj._6 {
    width: 235px;
    height: auto;
    inset: -28px auto auto -27px;
  }

  .obj._7 {
    width: 235px;
    height: auto;
    top: -42px;
    left: 35px;
  }

  .obj._8 {
    width: 235px;
    height: auto;
    inset: -22px -30px auto auto;
  }

  .image-17 {
    width: auto;
  }

  .num._2 {
    font-size: 100px;
    inset: 60px 40px auto auto;
  }

  .num._3 {
    font-size: 150px;
    inset: 28px 0% auto -127px;
  }

  .num._4 {
    font-size: 100px;
    top: -1px;
    left: 181px;
  }

  .num._5 {
    font-size: 100px;
    inset: 0% auto auto 6%;
  }

  .num._6 {
    font-size: 100px;
    inset: -52px auto auto 0;
  }

  .num._7 {
    margin-bottom: 28px;
    inset: -16px auto auto 0;
  }

  .num._8 {
    font-size: 100px;
    inset: -45px 69px auto auto;
  }

  .row._1-3 {
    height: 300px;
    max-height: 290px;
    margin-top: 50px;
    margin-bottom: 15%;
  }

  .row._4-5 {
    height: 150px;
    margin-top: 5%;
  }

  .row._6-8 {
    height: 200px;
    margin-top: 19%;
  }

  .image-19 {
    top: 0%;
  }

  .image-21 {
    width: 90%;
    position: absolute;
    inset: 0 auto auto 0;
  }

  .image-23 {
    width: 90%;
    position: absolute;
    inset: 2px 0 auto auto;
  }

  .flex-block {
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin-top: 0;
  }

  .flex-block._1 {
    width: 75%;
    margin-top: -8px;
  }

  .flex-block._2 {
    margin-top: -34px;
  }

  .flex-block._3 {
    margin-top: -39px;
  }

  .flex-block._4 {
    margin-top: -5px;
  }

  .mainblokk-is._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mainblokk-is._2, .mainblokk-is._3, .mainblokk-is._4, .mainblokk-is._5 {
    flex-flow: column;
  }

  .image-24 {
    order: -1;
    transform: scale(1.2)rotate(0);
  }

  .image-25 {
    order: -1;
    width: 45%;
  }

  .flex-block-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-26 {
    order: -1;
    width: 80%;
  }

  .image-27 {
    order: -1;
    width: 80%;
    transform: translate(0, -47px);
  }

  .image-28 {
    order: -1;
    width: 90%;
  }

  .nyito-kep {
    background-position: 50%;
    height: 300px;
  }

  .div-block-7 {
    max-width: 440px;
    height: 2300px;
    margin-left: auto;
    margin-right: auto;
  }

  .termek-nadrag._1 {
    width: 231px;
    height: auto;
    inset: 422px 10px auto auto;
  }

  .termek-nadrag._2 {
    width: 347px;
    height: auto;
    inset: 0% auto auto -7%;
  }

  .termek-nadrag._3 {
    width: 257px;
    inset: 828px auto auto 38px;
  }

  .termek-nadrag._4 {
    width: 200px;
    height: auto;
    inset: 405px auto auto 0;
  }

  .termek-nadrag._5 {
    width: 220px;
    height: auto;
    inset: 69px -4px auto auto;
  }

  .termek-nadrag._6 {
    width: 220px;
    height: auto;
    inset: 838px 21px auto auto;
  }

  .img-nadrag._1 {
    width: 100%;
    inset: -53px 0% auto auto;
  }

  .img-nadrag._2 {
    width: 90%;
    top: -4%;
    left: 8%;
  }

  .img-nadrag._3 {
    left: -38%;
  }

  .img-nadrag._4 {
    width: 150px;
    top: 47px;
    left: 68px;
  }

  .img-nadrag._5 {
    top: 16%;
  }

  .img-nadrag._6 {
    width: 90%;
    top: -7%;
    left: 10%;
  }

  .num-nadrag._1 {
    font-size: 250px;
    inset: 13% -7% auto auto;
  }

  .num-nadrag._2 {
    font-size: 150px;
    inset: 142px auto auto -31%;
  }

  .num-nadrag._3 {
    font-size: 250px;
    inset: 94px auto auto 173px;
  }

  .num-nadrag._4 {
    font-size: 120px;
    inset: 146px auto auto -79px;
  }

  .num-nadrag._6 {
    font-size: 250px;
    inset: 274px auto auto -137px;
  }

  .num-nadrag._5 {
    font-size: 120px;
    top: 146px;
    left: 249px;
  }

  .termeknev {
    font-size: 25px;
  }

  .div-block-13 {
    width: auto;
    min-width: auto;
    height: 1100px;
    position: relative;
  }

  .div-block-14 {
    height: auto;
    position: relative;
  }

  .background-video {
    height: NaN% ;
    aspect-ratio: 1 / 1.47;
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .div-block-15 {
    width: 100%;
    overflow: visible;
  }

  .flex-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-8, .flex-block-8.right {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .flex-block-8.center {
    margin-top: 21px;
  }

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

  .obj-00._1 {
    top: -16px;
  }

  .obj-00._2 {
    inset: 8% auto auto 31%;
  }

  .obj-00._3 {
    top: -12px;
  }

  .obj-00._4 {
    inset: 3% auto auto 0%;
  }

  .obj-00._5 {
    width: 40%;
    inset: auto -3% 40% auto;
  }

  .kredit-gomb-00 {
    inset: 86% 0% 0% 24%;
  }

  .kredit-gomb-00._2 {
    width: 50%;
    inset: 101% 0% auto 58px;
  }

  .kredit-gomb-00._4 {
    top: 105%;
  }

  .kredit-gomb-00._5 {
    width: 50%;
    inset: 105% 0% auto 23%;
  }

  .num-00 {
    font-size: 150px;
    left: -26px;
  }

  .num-00._4 {
    font-size: 100px;
    top: 123px;
    left: -13px;
  }

  .num-00._5 {
    top: 34px;
    right: -10%;
  }

  .div-block-20 {
    height: auto;
  }

  .image-54 {
    width: 90%;
  }

  .div-block-21 {
    height: 53vw;
    position: relative;
  }

  .div-block-22 {
    height: 200px;
    position: relative;
  }

  .grid_horoszkop {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .fst._1 {
    width: 300px;
    height: auto;
    inset: 368px 6px auto auto;
  }

  .fst._2 {
    width: 300px;
    height: auto;
    inset: -3% auto auto -7%;
  }

  .fst._3 {
    width: 257px;
    inset: 748px auto auto 38px;
  }

  .fst._4 {
    width: 200px;
    height: auto;
    inset: 206px auto auto 0;
  }

  .fst._5 {
    width: 220px;
    height: auto;
    inset: -48px -4px auto auto;
  }

  .fst._6 {
    width: 300px;
    height: auto;
    inset: 706px -9px auto auto;
  }

  .fst_block2 {
    height: auto;
    position: relative;
  }

  .fst_block1 {
    width: auto;
    min-width: auto;
    height: 1100px;
    position: relative;
  }

  .fst_bazar {
    max-width: 440px;
    height: 2250px;
    margin-left: auto;
    margin-right: auto;
  }

  .num-fst._1 {
    font-size: 250px;
    inset: 29% -8% auto auto;
  }

  .num-fst._2 {
    font-size: 150px;
    inset: 142px auto auto -25%;
  }

  .num-fst._3 {
    font-size: 250px;
    inset: 94px auto auto 173px;
  }

  .num-fst._4 {
    font-size: 120px;
    inset: 146px auto auto -79px;
  }

  .num-fst._6 {
    font-size: 250px;
    inset: 274px auto auto -105px;
  }

  .num-fst._5 {
    font-size: 120px;
    top: 295px;
    left: 291px;
  }

  .img-fst._1 {
    width: 100%;
    inset: -53px 0% auto auto;
  }

  .img-fst._2 {
    width: 80%;
    top: -4%;
    left: 8%;
  }

  .img-fst._3 {
    left: -38%;
  }

  .img-fst._4 {
    width: 150%;
    max-width: none;
    top: 47px;
    left: -31px;
  }

  .img-fst._5 {
    top: 16%;
  }

  .img-fst._6 {
    width: 100%;
    top: -7%;
    left: 10%;
  }

  .fst-kreditgomb.n1 {
    inset: 213px auto auto -35%;
  }

  .fst-kreditgomb.n2 {
    width: 89px;
    inset: 65% auto auto 93%;
  }

  .fst-kreditgomb.n3 {
    inset: 200px auto auto 80%;
  }

  .fst-kreditgomb.n4 {
    inset: 363px auto auto 225px;
  }

  .fst-kreditgomb.n5 {
    inset: 200px auto auto -153px;
  }

  .fst-kreditgomb.n6 {
    inset: 76px auto auto -111px;
  }

  .fst-termek._3 {
    width: 102px;
  }

  .container-fst {
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px 40px 0;
  }

  .bazar-mystyle {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .mystyle-blokk._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mystyle-blokk._2, .mystyle-blokk._3 {
    flex-flow: column;
  }

  .mystyle-blokk._4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .mystyle-blokk._5 {
    flex-flow: column;
    margin-top: 0;
  }

  .mystyle-blokk._6 {
    flex-flow: column-reverse;
    margin-top: 0;
  }

  .mystyle-blokk._7 {
    flex-flow: column;
    margin-top: 0;
  }

  .mystyle-blokk._8 {
    flex-flow: column;
  }

  .image-28-copy {
    order: -1;
    width: 60%;
  }

  .naphem {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    width: 100%;
  }

  .image-27-copy {
    order: -1;
    width: 45%;
    margin-bottom: 14px;
  }

  .nyito-cim {
    margin-top: 10px;
    font-size: 36px;
    line-height: 32px;
  }

  .background-video-3 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .nyito-lead {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 21px;
  }

  .image-60 {
    width: 80%;
  }

  .image-62 {
    width: 70%;
  }

  .image-64 {
    width: 80%;
  }

  .image-65 {
    width: auto;
  }

  .image-66 {
    width: 70%;
  }

  .image-67 {
    width: 80%;
  }

  .image-68 {
    width: 70%;
  }

  .image-69, .image-70 {
    width: 80%;
  }

  .ajanlo-cim {
    font-size: 36px;
    line-height: 32px;
  }

  .ajanlo-lead {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 21px;
  }

  .image-64-copy {
    width: 30%;
  }

  .circle._2 {
    position: static;
  }

  .flex-block-12, .flex-block-14, .flex-block-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .ajanlo-modul {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .ajanlo-modul.ednote {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-29, .div-block-29-copy {
    margin-top: 50px;
  }

  .image-73 {
    width: 80%;
  }

  .plecsni_txt {
    font-size: 12px;
    line-height: 18px;
  }

  .plecsni_txt.is_kedvenc {
    margin-top: 10px;
  }

  .image-24-copy {
    order: -1;
    width: 60%;
  }

  .text-span {
    margin-left: -7px;
  }

  .text-span-2 {
    margin-left: -6px;
  }

  .termeknev-kh {
    font-size: 25px;
  }

  .code-embed-copy {
    width: 100%;
  }

  .image-74 {
    width: 40%;
  }

  .image-75 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px 20px 0;
  }

  .container.nyito {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .container.covertory {
    margin-top: 0;
  }

  .container.gigi {
    padding-bottom: 40px;
  }

  .cikkcim {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .cikkcim.instant {
    font-size: 100px;
    line-height: 80px;
  }

  .cikkcim.coverstory {
    font-size: 40px;
    line-height: 39px;
  }

  .cikkcim.hori {
    font-size: 38px;
    line-height: 35px;
  }

  .cikkcim.nadrag {
    font-size: 60px;
    line-height: 52px;
  }

  .cikkcim.kh {
    font-size: 41px;
    line-height: 39px;
  }

  .cikkcim.kabatok {
    font-size: 52px;
    line-height: 47px;
  }

  .cikkcim.musthave {
    line-height: 62px;
  }

  .lead {
    font-size: 11px;
    line-height: 16px;
  }

  .kredit-szerzo.pink {
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 9px;
    line-height: 13px;
  }

  .kredit-szerzo.coverstory {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
    line-height: 14px;
  }

  .paragraph.center.hori {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph.center.ednote {
    margin-top: -14px;
  }

  .paragraph.block {
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.block.kabat.gz {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .kredit-termek._5 {
    width: 100%;
  }

  .kredit-termek._2 {
    width: 75%;
  }

  .kredit-termek._3 {
    width: 100%;
  }

  .kredit-termek._4 {
    width: 100%;
    max-width: none;
  }

  .div-block {
    background-image: url('../images/cipok-mobil.png');
    background-size: contain;
  }

  .kredit-gomb._3 {
    width: 50%;
    inset: 80px auto auto -63px;
  }

  .kredit-gomb._2 {
    width: 50%;
    inset: 3px auto auto 165px;
  }

  .kredit-gomb._4 {
    width: 100%;
    inset: 96px auto auto 54px;
  }

  .kredit-gomb._5 {
    inset: 87px 0 auto auto;
  }

  .kredit-gomb._6 {
    width: 100%;
    inset: 100px auto auto -20px;
  }

  .kredit-gomb._7 {
    inset: 106px 0% auto 0;
  }

  .kredit-gomb._8 {
    width: 100%;
    inset: 126px auto auto 15px;
  }

  .kredit-gomb.n1 {
    width: 50%;
    top: 142px;
    left: -88px;
  }

  .kredit-gomb.n2 {
    width: 50%;
    inset: 135px -54% auto auto;
  }

  .kredit-gomb.n3 {
    top: 164px;
    left: 74%;
  }

  .kredit-gomb.n4 {
    width: 50%;
    top: 206px;
    left: 218px;
  }

  .kredit-gomb.n5 {
    width: 50%;
    top: 93%;
    left: -45%;
  }

  .kredit-gomb.n6 {
    width: 50%;
    top: 79px;
    left: -90px;
  }

  .wrapper-bazar {
    width: 100%;
    max-width: 335px;
    margin-top: 17px;
    margin-bottom: 68px;
  }

  .wrapper-bazar.cipo {
    margin-top: 39px;
    margin-bottom: 33px;
  }

  .obj {
    height: auto;
  }

  .obj._2 {
    width: 217px;
    inset: -86px 90px auto auto;
  }

  .obj._3 {
    width: 197px;
    display: block;
    inset: 109px 20px 92px auto;
  }

  .obj._4 {
    width: 230px;
    margin-bottom: 0;
    position: absolute;
    inset: -1px auto auto -14px;
  }

  .obj._5 {
    width: 224px;
    inset: 174px 5px auto auto;
  }

  .obj._6 {
    width: 238px;
    top: 22px;
    left: 0;
  }

  .obj._7 {
    width: 238px;
    inset: 189px -8px auto auto;
    transform: rotate(0);
  }

  .obj._8 {
    width: 260px;
    inset: 368px auto auto -13px;
  }

  .image-17 {
    width: 80%;
    display: inline-block;
    position: absolute;
  }

  .num._2 {
    font-size: 100px;
    inset: 60px auto auto 121px;
  }

  .num._3 {
    font-size: 150px;
    inset: 68px 110px auto auto;
  }

  .num._4 {
    width: 56px;
    position: absolute;
    inset: 36px -79px auto auto;
  }

  .num._5 {
    font-size: 150px;
    inset: 39px auto auto -59px;
  }

  .num._6 {
    inset: 79px -34px auto auto;
  }

  .num._7 {
    inset: 67px auto auto -68px;
  }

  .num._8 {
    inset: 29px -46px auto auto;
  }

  .image-18 {
    display: block;
    position: static;
  }

  .row._1-3 {
    height: 360px;
    max-height: none;
    margin-bottom: 0%;
    bottom: 0;
  }

  .row._4-5 {
    height: 300px;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .row._6-8 {
    height: 500px;
    margin-top: 0%;
  }

  .image-19 {
    width: 250px;
    max-width: none;
  }

  .image-20 {
    width: 240px;
    max-width: none;
  }

  .image-21 {
    transform: none;
  }

  .image-22 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .image-23 {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .kozcim {
    line-height: 25px;
  }

  .flex-block, .flex-block._1, .flex-block._2, .flex-block._4 {
    width: 100%;
  }

  .image-24 {
    width: 70%;
  }

  .image-25 {
    width: 50%;
  }

  .image-26 {
    width: 80%;
  }

  .image-27, .image-28 {
    width: 90%;
  }

  .nyito-kep {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: 28px;
  }

  .div-block-7 {
    max-width: 330px;
    height: 2040px;
  }

  .termek-nadrag._1 {
    width: 63%;
    max-width: 200px;
    top: 357px;
    right: -13px;
  }

  .termek-nadrag._2 {
    width: 70%;
    max-width: 240px;
    top: 0;
    left: -29px;
  }

  .termek-nadrag._3 {
    width: 72%;
    max-width: 230px;
    height: auto;
    inset: 692px auto auto 8px;
  }

  .termek-nadrag._4 {
    width: 69%;
    max-width: 220px;
    inset: 253px auto auto -59px;
  }

  .termek-nadrag._5 {
    width: 69%;
    max-width: 220px;
    inset: -89px -39px auto auto;
  }

  .termek-nadrag._6 {
    width: 69%;
    max-width: 220px;
    inset: 639px -3px auto auto;
  }

  .img-nadrag._1 {
    width: 100%;
  }

  .img-nadrag._2 {
    width: 100%;
    max-width: 240px;
    top: -45px;
    left: 11px;
  }

  .img-nadrag._4 {
    top: 1px;
  }

  .img-nadrag._5 {
    max-width: none;
  }

  .img-nadrag._6 {
    width: 180px;
    top: 16px;
  }

  .num-nadrag._1 {
    top: 32px;
    right: -53px;
  }

  .num-nadrag._2 {
    font-size: 200px;
    top: 53px;
    left: -53%;
  }

  .num-nadrag._3 {
    top: 64px;
    left: 64%;
  }

  .num-nadrag._4 {
    top: 65%;
    left: -65px;
  }

  .num-nadrag._6 {
    font-size: 120px;
    top: 265px;
    left: -72px;
  }

  .num-nadrag._5 {
    top: 144px;
    left: 240px;
  }

  .termeknev {
    text-align: center;
  }

  .div-block-13 {
    height: 1080px;
  }

  .div-block-14 {
    height: 1000px;
  }

  .image-30 {
    width: 90%;
  }

  .background-video {
    width: 100%;
    height: auto;
  }

  .image-31 {
    width: 100%;
  }

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

  .image-32 {
    margin-top: -25px;
  }

  .image-33, .image-34 {
    width: 100%;
  }

  .image-35 {
    margin-top: -24px;
  }

  .image-36 {
    width: 100%;
  }

  .image-37 {
    margin-top: -24px;
  }

  .image-38, .image-39 {
    width: 100%;
  }

  .image-40 {
    margin-top: -32px;
  }

  .image-41, .image-42 {
    width: 100%;
  }

  .image-43 {
    margin-top: -19px;
  }

  .image-44 {
    width: 100%;
  }

  .image-45 {
    margin-top: -20px;
  }

  .image-46, .image-47 {
    margin-top: -23px;
  }

  .image-48 {
    margin-top: -33px;
  }

  .div-block-18 {
    padding-top: 10px;
  }

  .flex-block-8.right._2 {
    margin-top: 0;
  }

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

  .obj-00 {
    height: auto;
  }

  .obj-00._1 {
    width: 60%;
    top: -17px;
    left: 12px;
  }

  .obj-00._2 {
    inset: 15% 1% auto auto;
  }

  .obj-00._3 {
    width: 50%;
    inset: 80% auto auto 0%;
  }

  .obj-00._4 {
    width: 70%;
    top: 26%;
  }

  .obj-00._5 {
    bottom: 49%;
    right: 0%;
  }

  .kredit-gomb-00._2 {
    width: 80%;
    left: 16px;
    right: auto;
  }

  .kredit-gomb-00._3 {
    bottom: -81px;
  }

  .kredit-gomb-00._4 {
    width: 80%;
    inset: 101px 0% auto;
  }

  .num-00._2 {
    font-size: 50px;
    top: -27px;
  }

  .num-00._3 {
    font-size: 50px;
    top: -2px;
  }

  .num-00._4 {
    font-size: 150px;
    inset: -20px auto auto 87px;
  }

  .num-00._5 {
    font-size: 50px;
    top: 9px;
    right: -3px;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .image-52 {
    width: 80%;
  }

  .image-53 {
    width: 90%;
  }

  .image-54 {
    width: 100%;
  }

  .div-block-21 {
    height: 100vw;
    max-height: 380px;
  }

  .div-block-22 {
    height: 70vw;
    margin-top: 58%;
  }

  .grid_horoszkop {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .fst._1 {
    width: 90%;
    max-width: 200px;
    top: 357px;
    right: -12px;
  }

  .fst._2 {
    width: 70%;
    max-width: 200px;
    top: 0;
    left: -19px;
  }

  .fst._3 {
    width: 72%;
    max-width: 230px;
    height: auto;
    inset: 633px auto auto 22px;
  }

  .fst._4 {
    width: 69%;
    max-width: 220px;
    inset: 215px auto auto 15px;
  }

  .fst._5 {
    width: 69%;
    max-width: 220px;
    inset: -189px -16px auto auto;
  }

  .fst._6 {
    width: 200px;
    max-width: none;
    inset: 498px 20px auto auto;
  }

  .fst_block2 {
    height: 850px;
  }

  .fst_block1 {
    height: 1080px;
  }

  .fst_bazar {
    max-width: 330px;
    height: 1900px;
  }

  .num-fst._1 {
    top: 32px;
    right: -53px;
  }

  .num-fst._2 {
    font-size: 200px;
    top: 53px;
    left: -41%;
  }

  .num-fst._3 {
    top: 51px;
    left: 64%;
  }

  .num-fst._4 {
    top: 88%;
    left: -90px;
  }

  .num-fst._6 {
    font-size: 120px;
    top: 234px;
    left: -32px;
  }

  .num-fst._5 {
    font-size: 200px;
    top: 153px;
    left: 161px;
  }

  .img-fst._1 {
    width: 100%;
  }

  .img-fst._2 {
    width: 100%;
    max-width: 240px;
    top: -45px;
    left: 11px;
  }

  .img-fst._4 {
    width: 100%;
    top: 1px;
  }

  .img-fst._5 {
    max-width: none;
  }

  .img-fst._6 {
    width: 100%;
    top: 41px;
  }

  .fst-kreditgomb.n1 {
    width: 50%;
    top: 142px;
    left: -81px;
  }

  .fst-kreditgomb.n2 {
    width: 50%;
    inset: 135px -54% auto auto;
  }

  .fst-kreditgomb.n3 {
    top: 164px;
    left: 74%;
  }

  .fst-kreditgomb.n4 {
    width: 80%;
    top: 221px;
    left: 124px;
  }

  .fst-kreditgomb.n5 {
    width: 50%;
    top: 119%;
    left: -45%;
  }

  .fst-kreditgomb.n6 {
    width: 50%;
    top: 79px;
    left: -65px;
  }

  .fst-termek._3 {
    width: 100%;
  }

  .container-fst {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px 20px 0;
  }

  .mystyle-blokk._4, .mystyle-blokk._8 {
    margin-top: 0;
  }

  .image-28-copy {
    width: 65%;
  }

  .image-27-copy {
    width: 50%;
  }

  .nyito-cim {
    margin-top: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .nyito-linkbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nyito-lead {
    font-size: 12px;
    line-height: 18px;
  }

  .image-60 {
    width: 100%;
  }

  .image-62 {
    width: 90%;
  }

  .image-64 {
    width: 100%;
  }

  .image-65 {
    width: auto;
  }

  .image-66, .image-67, .image-68, .image-69, .image-70 {
    width: 100%;
  }

  .paragraph-4 {
    height: 10px;
    font-size: 9px;
    line-height: 10px;
  }

  .ajalno-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ajanlo-cim {
    font-size: 32px;
    line-height: 32px;
  }

  .ajanlo-lead {
    font-size: 12px;
    line-height: 18px;
  }

  .image-64-copy {
    width: 50%;
  }

  .ajanlo-modul {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-73 {
    width: 80%;
  }

  .plecsni_txt {
    font-size: 12px;
    line-height: 18px;
  }

  .image-24-copy {
    width: 70%;
  }

  .termeknev-kh {
    text-align: center;
    font-size: 32px;
    line-height: 30px;
  }

  .image-74 {
    width: 50%;
  }

  .image-75 {
    width: 70%;
  }
}

#w-node-aae57067-ac47-1316-4402-ac9a2271245b-a8bf2443 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-aae57067-ac47-1316-4402-ac9a2271245b-a8bf2443 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'M B Creative Mbempire';
  src: url('../fonts/M-B-Creative---MBEmpire-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F 37 Bella Hu 10';
  src: url('../fonts/F37Bella-Heavy_HU10.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M B Creative Mbempire Book';
  src: url('../fonts/M-B-Creative---MBEmpire-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}