:root {
  --black: black;
  --white: white;
  --red: #e00303;
}

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

h3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intro head r base, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intro head r base, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.header {
  z-index: 100;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: fixed;
}

.header.fixed {
  inset: 0% 0% auto;
}

.header.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.section-hero {
  background-image: url('../images/Hero_bg-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.hero-content {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin: 0 0 2rem;
}

.margin-bottom.margin-large._0d {
  margin-bottom: 0;
}

.h1-title {
  color: var(--red);
  font-family: Intro head r base, sans-serif;
  font-size: 6rem;
  line-height: 100%;
}

.h1-title.white {
  color: var(--white);
}

.heading {
  font-family: Intro head r base, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 90%;
}

.container-xsmall {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-xsmall._30d {
  margin-bottom: 30px;
}

.text-block-large {
  font-family: Varela Round, sans-serif;
}

.text-block-large.justify {
  text-align: justify;
}

.overlay {
  z-index: 0;
  background-color: #050505;
  position: absolute;
  inset: 0%;
}

.overlay._30 {
  opacity: .3;
}

.overlay._30.z5 {
  z-index: 5;
}

.overlay._40 {
  opacity: .4;
}

.overlay._40.z5 {
  z-index: 5;
}

.overlay._20 {
  opacity: .2;
}

.overlay._20.z5 {
  z-index: 5;
}

.navbar {
  z-index: 9999;
  display: flex;
  position: fixed;
  inset: auto 0 0%;
}

.navbar.fixed {
  z-index: 9998;
  justify-content: center;
  align-items: center;
  bottom: 3rem;
}

.navbar.absolute {
  z-index: 9998;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 3rem;
  left: 0%;
}

.navbar-inner {
  flex: none;
}

.navbar-menu {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #02020291;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-family: Intro head r base, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--red);
}

.corner {
  z-index: 9999;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner.jobbfelso {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.corner.jobbalso {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.corner.balalso {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.image {
  display: block;
}

.navbar-dropdown-wrapper {
  flex: none;
  position: relative;
}

.navbar-dropdown-trigger {
  letter-spacing: .5px;
  cursor: pointer;
  padding: .75rem;
}

.icon {
  width: 24px;
  height: 24px;
}

.navbar-dropdown {
  background-color: var(--white);
  width: 260px;
  margin-left: -25px;
  padding: 1.5rem;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  right: 0;
}

.navbar-dropdown.menu {
  display: none;
}

.navbar-dropdown.menu.unhide {
  display: block;
}

.dark-text {
  color: var(--black);
}

.dark-text.t30 {
  text-align: center;
  margin-top: 30px;
}

.mobile-menu-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.mobile-menu-nav-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-menu-nav-text {
  color: var(--black);
  font-family: Intro head r base, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.mobile-menu-nav-text:hover {
  color: #838383;
}

.clip {
  overflow: hidden;
}

.mobile-menu-nav-icon {
  color: var(--black);
  width: 20px;
  height: 20px;
}

.mobile-menu-nav-line {
  background-color: #e5e5e5;
  flex: none;
  width: 100%;
  height: 1px;
}

.red {
  color: var(--red);
}

.page-left {
  z-index: 10;
  width: 50vw;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.page-left-content {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-left-content.bottom {
  align-items: flex-end;
  bottom: 17%;
}

.page-left-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-right {
  background-color: #1d1d1d;
  width: 50vw;
  position: relative;
  left: 50vw;
}

.page-right-inner {
  padding: 4rem;
}

.page-right-inner.light {
  background-color: #272727;
}

.page-right-inner._100 {
  width: 100%;
  height: 100vh;
}

.graytext {
  color: #8a8a8a;
}

.graytext.sorkizart {
  text-align: justify;
}

.graytext._2-collumn {
  column-count: 2;
}

.from-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.from-input {
  background-color: #050505;
  border: 1px solid #252525;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  font-size: 16px;
}

.from-input.is-text-area {
  min-height: 10rem;
}

.margin-top {
  margin: 1rem 0 0;
}

.button {
  background-color: var(--red);
  letter-spacing: .5px;
  border: 1px solid silver;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: border .5s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--black);
}

.button.max-width {
  width: 100%;
}

.button.dark {
  background-color: var(--black);
  font-size: .8rem;
  transition-property: all;
}

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

.grid {
  grid-template-rows: auto auto;
  place-items: center;
}

.contact-block {
  background-color: #ffffff24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.large-icon {
  background-color: var(--red);
  border-radius: 500px;
  width: 60px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.contact-link {
  font-weight: 400;
}

.contact-link.small {
  font-size: 14px;
}

.small-icon {
  background-color: var(--red);
  border-radius: 500px;
  width: 50px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem;
}

.small-icon.f {
  background-color: #3a4788;
}

.small-icon.i {
  background-color: #925299;
}

.small-icon.y {
  background-color: #aa0b0b;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.table-title {
  float: left;
  text-transform: uppercase;
}

.table_icon {
  float: left;
  width: 15px;
  margin-top: 4px;
  margin-right: 8px;
}

.table_icon.nagyobb {
  width: 25px;
  margin-top: -1px;
  margin-left: -3px;
  margin-right: 2px;
}

.table-list {
  clear: left;
  color: #acacac;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 22px;
  font-weight: 300;
  line-height: 140%;
}

.variation {
  background-color: #d1d3d4;
  padding: 4rem;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.var-div {
  transition: all .5s;
}

.var-div:hover {
  transform: scale(1.05);
}

.var-text {
  color: #3f3f3f;
  margin-top: 5px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 110%;
}

.var-line {
  background-color: #757575;
  flex: none;
  width: 100%;
  height: 1px;
  margin-top: -8px;
}

.var-line._30t {
  margin-top: 30px;
  margin-bottom: 20px;
}

.flame-icon {
  float: right;
  width: 20px;
  margin-top: -25px;
}

.felsoindex {
  font-weight: 300;
}

.tab-link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
  line-height: 120%;
  transition: all .5s;
  display: flex;
}

.tab-link:hover {
  background-color: #fff;
}

.tab-title {
  background-color: #a0a0a0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-text {
  color: #616161;
  margin-top: 13px;
  font-weight: 300;
}

.tab-dropdown {
  display: none;
}

._3d-button {
  align-items: center;
  width: 80px;
  height: 40px;
  display: flex;
  position: absolute;
  right: 0;
}

.hide {
  display: none;
}

.slider {
  background-color: #0000;
  height: 600px;
}

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

._3d-frame {
  height: 400px;
}

.page-right-fixed {
  z-index: 10;
  background-color: #1d1d1d;
  width: 50vw;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.page-right-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.full-button {
  z-index: 8;
  background-color: var(--red);
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.full-button._30 {
  opacity: .3;
}

.full-button._30.z5 {
  z-index: 5;
}

.full-button._40 {
  opacity: .4;
}

.full-button._40.z5 {
  z-index: 5;
}

.cp-page-wrap {
  text-align: center;
  background-color: #ffe3e3;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.hover-area {
  padding: 2em 1em;
}

.color-slider {
  z-index: 1;
  background-image: linear-gradient(to right, red, #f1ed00 18%, #0f1 33%, #00f7ff 52%, #0d00ff 68%, #ff0bd6 85%, #ff0004);
  border-radius: 20px;
  width: 30em;
  height: 1px;
  position: relative;
}

.color-handle {
  border: 1px solid var(--white);
  background-color: var(--white);
  cursor: grab;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  transition: border-width .1s, width .1s, height .1s, box-shadow .1s;
  position: absolute;
  inset: -.42em auto auto 0%;
  box-shadow: 0 10px 20px #143a665c;
}

.color-handle:active {
  border-width: .25em;
  width: 2.3em;
  height: 2.3em;
  box-shadow: 0 3px 5px #143a665c;
}

._20d {
  margin-bottom: 20px;
}

._20d.center {
  text-align: center;
}

.section-hero-countertops {
  background-image: url('../images/countertops.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.thin {
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start;
}

.image-2 {
  object-fit: scale-down;
  height: 450px;
}

.success-message {
  background-color: #455840;
  height: 150px;
  padding-top: 40px;
  font-size: 1.5rem;
  font-weight: 300;
}

.error-message {
  background-color: var(--red);
}

.line {
  background-color: #797979;
  width: 20%;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.line.full {
  width: 100%;
}

.center {
  text-align: center;
  display: block;
}

.bold {
  color: var(--white);
}

.more-information {
  background-color: #242424;
  padding: 4rem;
}

.column {
  background-image: url('../images/sarok_szekreny-EGYENES.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.column._2 {
  border-left: 3px solid var(--white);
  background-image: url('../images/sarok_szekreny-SAROK.webp');
}

.text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}

.page-left-gradient {
  z-index: 0;
  object-fit: cover;
  background-image: radial-gradient(circle, #525252, #000);
  width: 100%;
  height: 100%;
  position: relative;
}

.map-section {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.map-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 800px;
  max-width: 1000px;
  height: 450px;
  display: flex;
  position: relative;
}

.map-image {
  height: 450px;
}

.map-pin {
  z-index: 1;
  background-image: url('../images/pin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 35px;
  position: absolute;
  top: 260px;
  left: 432px;
}

.map-pin.slovakia {
  top: 232px;
  left: 460px;
}

.map-pin.england {
  top: 196px;
  left: 249px;
}

.map-pin.greece {
  top: 350px;
  left: 480px;
}

.map-tooltip {
  z-index: -1;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 3px 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -30px;
  right: -30px;
}

.tooltip-text {
  color: var(--black);
}

.link {
  color: #6ec1e4;
}

.ceglogo {
  width: 300px;
  margin: 20px auto;
  display: block;
}

.empty {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100px;
  display: flex;
}

.text-block {
  font-family: Varela Round, sans-serif;
}

@media screen and (max-width: 991px) {
  .hero-content.countertops {
    position: static;
  }

  .h1-title {
    font-size: 5rem;
  }

  .heading {
    font-size: 2rem;
  }

  .page-left {
    width: auto;
    height: 600px;
    position: relative;
  }

  .page-left.nagyobb {
    height: 700px;
  }

  .page-left-content.bottom {
    bottom: 20%;
  }

  .page-right {
    width: auto;
    position: relative;
    left: auto;
  }

  .page-right-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .variation {
    padding: 3rem 2rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4.small {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._3d-button {
    margin-top: 10px;
  }

  .page-right-fixed {
    width: auto;
    height: 600px;
    position: relative;
    left: auto;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 185px;
    padding-bottom: 123px;
  }

  .more-information {
    padding: 3rem 2rem;
  }

  .map-wrapper {
    min-width: 600px;
  }

  .map-image {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-pin {
    top: 241px;
    left: 318px;
  }

  .map-pin.slovakia {
    top: 220px;
    left: 340px;
  }

  .map-pin.england {
    top: 195px;
    left: 187px;
  }

  .map-pin.greece {
    top: 310px;
    left: 350px;
  }

  .empty {
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .header.absolute {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1-title {
    font-size: 4rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .heading.mobile-hide {
    display: none;
  }

  .page-left {
    height: 400px;
  }

  .page-left.height {
    height: 600px;
  }

  .page-right-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .graytext {
    font-weight: 700;
  }

  .graytext._2-collumn {
    column-count: 1;
    font-weight: 400;
  }

  .contact-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .variation {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4.small {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-link {
    border-bottom: 1px solid #d1cfcf;
    width: 100%;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-menu {
    display: none;
  }

  .tab-dropdown {
    cursor: pointer;
    background-color: #fff;
    background-image: url('../images/arrow_down_icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 15px;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    display: block;
  }

  .page-right-fixed {
    height: 400px;
  }

  .more-information {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .column._2 {
    border-top: 2px solid var(--white);
    border-left-style: none;
  }

  .map-wrapper {
    min-width: 500px;
    max-width: 750px;
  }

  .map-image {
    min-width: 100%;
    max-width: 0;
    height: auto;
  }

  .map-pin {
    left: 267px;
  }

  .map-pin.slovakia {
    left: 289px;
  }

  .map-pin.england {
    left: 139px;
  }

  .map-pin.greece {
    left: 300px;
  }
}

@media screen and (max-width: 479px) {
  .header.absolute {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-right-inner {
    padding: 2.5rem 1.5rem;
  }

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

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

  .variation {
    padding: 2.5rem 1.5rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.small {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider {
    height: 800px;
  }

  .page-right-fixed {
    height: 500px;
  }

  .color-slider {
    width: 22em;
  }

  .more-information {
    padding: 2.5rem 1.5rem;
  }
}

#w-node-_5e732dff-baeb-533b-3c35-792b895fee55-2a4e9a2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_759c0e1a-9e48-ba8a-9890-8c576cfd5f4b-2a4e9a2f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-a19bdd2b-ba4d-482a-49ad-5a5acabe458f-2a4e9a2f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_259a1b30-2c4e-10ef-e4fb-455d99560fa7-2a4e9a2f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_316eb6bc-fd73-713a-156a-d65d761eb6f9-18de80d6, #w-node-_76b7ce23-ed3a-981b-b9df-d211dc820ac6-18de80d6, #w-node-_316eb6bc-fd73-713a-156a-d65d761eb6f9-007a8963, #w-node-_76b7ce23-ed3a-981b-b9df-d211dc820ac6-007a8963, #w-node-_316eb6bc-fd73-713a-156a-d65d761eb6f9-0033ea50, #w-node-_76b7ce23-ed3a-981b-b9df-d211dc820ac6-0033ea50, #w-node-_316eb6bc-fd73-713a-156a-d65d761eb6f9-62982be8, #w-node-_76b7ce23-ed3a-981b-b9df-d211dc820ac6-62982be8, #w-node-_316eb6bc-fd73-713a-156a-d65d761eb6f9-37a1ad13, #w-node-e8adf215-4689-7d23-0490-e689ccf35c44-37a1ad13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_759c0e1a-9e48-ba8a-9890-8c576cfd5f4b-2a4e9a2f {
    grid-column: 1 / 2;
  }

  #w-node-a19bdd2b-ba4d-482a-49ad-5a5acabe458f-2a4e9a2f {
    grid-column: 2 / 3;
  }

  #w-node-_259a1b30-2c4e-10ef-e4fb-455d99560fa7-2a4e9a2f {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70c746a7-885a-3c91-95e2-8b15207af1b1-2a4e9a2f, #w-node-bd080340-324f-8561-b47f-de3b343b1cd2-2a4e9a2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a19bdd2b-ba4d-482a-49ad-5a5acabe458f-2a4e9a2f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_259a1b30-2c4e-10ef-e4fb-455d99560fa7-2a4e9a2f {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Intro head r base';
  src: url('../fonts/Intro-Head-R-Base.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}