:root {
  --white-smoke: #f4f4f4;
  --black: #111;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
}

li {
  color: var(--white-smoke);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 2em;
  list-style-type: disc;
}

.page-contact-button {
  border: 1.5px solid var(--white-smoke);
  direction: ltr;
  color: var(--white-smoke);
  letter-spacing: 1.5px;
  text-transform: lowercase;
  white-space: normal;
  background-color: #3898ec00;
  border-radius: 100px;
  flex: 0 auto;
  order: 1;
  align-self: center;
  padding: 16px 22px 18px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.page-contact-button:hover {
  background-color: var(--white-smoke);
  color: var(--black);
}

.page-contact-button.footer {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 18px 32px;
  font-size: 18px;
  line-height: 1.4em;
  display: inline-block;
}

.main-heading {
  z-index: 2;
  color: var(--white-smoke);
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Raleway, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0 0%;
}

.container-nav {
  z-index: 10;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  min-height: 10vh;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container-main {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 8%;
  display: block;
  position: static;
  overflow: hidden;
}

.container-main.black {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 110px;
  grid-auto-columns: .75fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 8% 5% 4%;
  display: block;
  position: static;
}

.container-main.black.footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7%;
  padding-bottom: 1%;
}

.container-main.sticky {
  padding: 8% 5% 0%;
  overflow: visible;
}

.paragraph {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}

.paragraph._2 {
  z-index: 1;
  color: var(--white-smoke);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
}

.paragraph._3 {
  margin-bottom: 5%;
}

.text-block {
  color: #f7f7f7;
  letter-spacing: .5px;
  margin-bottom: 15%;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5em;
  text-decoration: none;
}

.text-block.footer {
  max-width: 700px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.image {
  z-index: 1;
  object-fit: cover;
  flex: 0 auto;
  min-width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.tab-heading-all {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: block;
}

.tab-heading-all.tab-heading {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 0%;
  padding-right: 32px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 1.3em;
}

.tab-heading-all.footer {
  margin-bottom: 0;
}

.about-us {
  background-color: #141414;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: start stretch;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-right: 10%;
}

.item-wrapper {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--white-smoke);
  border-radius: 1px;
  padding: 30px 40px;
  font-size: 18px;
  list-style-type: none;
  transition: background-color .3s ease-in-out;
}

.item-wrapper:hover {
  background-color: var(--white-smoke);
}

.img-background-wrapper {
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 800px;
  min-height: 800px;
  display: flex;
  position: relative;
  inset: 0%;
}

.img-background {
  z-index: 0;
  background-image: linear-gradient(#141414, #14141466 45%, #141414cc 90%, #141414), url('../images/final_wood_bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow-icon {
  width: 34px;
}

.list-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.image-grid {
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  min-height: 0;
  max-height: none;
  margin: 10% auto 8%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
  overflow: hidden;
}

.tabs {
  flex-direction: row;
  align-content: stretch;
  width: 100%;
  padding-left: 4%;
  display: flex;
  position: sticky;
}

.tabs-content {
  flex-direction: row;
  align-content: flex-end;
  width: 100%;
  max-width: 42%;
  height: auto;
  max-height: 900px;
  margin-top: 5%;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.tabs-menu {
  width: 60%;
  max-width: 58%;
  display: block;
  position: relative;
}

.tab-link {
  background-color: #ddd0;
  margin-top: 7%;
  margin-bottom: 7%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-link.w--current {
  cursor: default;
  background-color: #c8c8c800;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-heading {
  text-transform: uppercase;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.body {
  font-family: Raleway, sans-serif;
}

.tab-pane-tab-1 {
  z-index: 1;
  min-width: 100%;
  max-width: 100%;
  position: sticky;
  inset: 3rem 0% 0%;
}

.site-footer {
  background-color: #141414;
}

.footer-items {
  color: var(--white-smoke);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12% 0 1%;
  font-size: 24px;
  font-weight: 200;
  display: flex;
}

.footer-items.singles {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.footer-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  display: block;
}

.footer-inner.right {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  width: 20%;
  display: flex;
  position: relative;
}

.to-top {
  z-index: 1;
  text-align: right;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 28px;
  max-width: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.to-top._2 {
  margin-top: 0;
}

.location-text {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3em;
  text-decoration: none;
}

.image-holder {
  justify-content: space-between;
  max-height: 400px;
  display: flex;
}

.contact-button {
  flex: 0 auto;
  order: 1;
  align-self: center;
  max-width: 200px;
  max-height: 64px;
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  overflow: hidden;
}

.list-item {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
}

.list-item.last {
  border-width: 1px;
}

.list-heading {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.list-item-wrapper, .list-text {
  font-size: 18px;
}

.mask-wrapper {
  min-width: 49%;
  max-width: 49%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.reveal-mask {
  z-index: 2;
  background-color: #141414;
  width: 100%;
  height: 101%;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.image-wrapper-one {
  object-fit: cover;
  background-image: url('../images/replace-grid.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23%;
  min-height: 25vw;
  max-height: 30vw;
  position: relative;
}

.image-wrapper-one._2 {
  background-image: url('../images/grid-img2.jpg');
  width: 23%;
}

.image-wrapper-one._3 {
  background-image: url('../images/grid_img4.jpg');
}

.image-wrapper-one._4 {
  background-image: url('../images/grid-img4.jpg');
}

.grid-image-mask, .grid-image-mask-2 {
  z-index: 2;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.scroll-top-top-wrapper {
  background-color: #1f1f1f;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 72px;
  max-width: 72px;
  height: 72px;
  max-height: 72px;
  margin: 0;
  padding: 24px;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-top-top-wrapper:hover {
  background-color: #f9f9f9;
}

.footer-links {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  padding-left: 0%;
  position: relative;
  inset: auto;
  overflow: visible;
}

.outline-cut {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-cut.left {
  inset: 0% auto auto 0%;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.invert-small.large {
  width: 18px;
  min-width: 18px;
}

.main-hero-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.outline-clip {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-clip.left {
  inset: 0% auto auto 0%;
}

.hero-slide {
  width: 100%;
  position: relative;
  inset: 0%;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% auto;
  overflow: visible;
}

.arrow-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 260px;
  min-width: 260px;
  height: 260px;
  min-height: 260px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.arrow-outline.right {
  left: auto;
  right: 0;
}

.arrow-outline.right.light {
  inset: 0% 0% auto auto;
}

.arrow-outline.light {
  border-color: #fff;
  top: 0;
}

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

.overlay.gradient {
  background-color: #11111140;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.right-arrow-2 {
  z-index: 4;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0% 18px 0;
  display: none;
  inset: auto 0% 0%;
}

.right-arrow-2.left {
  z-index: 4;
  margin-left: 453px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero-slide-background {
  z-index: 1;
  background-image: url('../images/Image24.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 125vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.hero-slide-background.two {
  background-image: url('../images/new-slide-img-2.jpg');
  background-position: 50%;
}

.hero-slide-background.three {
  background-image: url('../images/new-slider-img3.jpg');
  background-position: 50%;
}

.hero-slide-background.four {
  background-image: url('../images/slider-img-.jpg');
  background-position: 50%;
}

.hero-slide-background.one {
  background-image: url('../images/imgslider1.jpg');
}

.slide-nav-2 {
  display: none;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.slider-background-2 {
  object-fit: fill;
  border-radius: 50% 50% 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.mask-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-slider-nav {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  min-height: 10vh;
  max-height: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.custom-nav-wrapper {
  cursor: pointer;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.play_btn {
  background-color: #f9f9f90d;
  border-radius: 50%;
  max-width: 60px;
  height: 60px;
  position: relative;
}

.slider-left {
  max-width: 60%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.slider-right {
  z-index: 2;
  max-width: 60%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
}

.slider-right.tabs {
  max-width: 100%;
  height: 64px;
  padding-left: 23px;
  padding-right: 23px;
  position: absolute;
}

.arrow-wrapper {
  cursor: pointer;
  background-color: #f9f9f90d;
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  margin-left: 16px;
  position: relative;
}

.arrow-wrapper.tabs {
  background-color: #f9f9f933;
  border-radius: 50%;
  justify-content: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  min-height: 64px;
  margin-left: 0;
  padding-left: 0%;
}

.popup-background-wrapper {
  z-index: 100;
  background-color: #111c;
  width: 100vw;
  height: 100vh;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0 0%;
}

.popup-mask {
  width: 75vw;
  max-width: 900px;
  max-height: 560px;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.popup-wrapper {
  background-color: var(--white-smoke);
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 50px 60px 24px;
  display: flex;
  overflow: scroll;
}

.popup-heading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  top: 0;
  bottom: 0;
}

.form-block {
  padding-top: 40px;
}

.form-fields {
  background-color: #fff0;
  border: 1px #d0d0d0;
  border-bottom-style: solid;
  width: 650px;
  height: 48px;
  margin-bottom: 50px;
  padding-left: 6px;
  font-size: 18px;
  line-height: 1.2em;
  transition: border-color .3s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.form-fields:hover, .form-fields:focus {
  border-bottom-color: var(--black);
}

.form-fields::placeholder {
  color: #777;
  font-size: 20px;
  font-weight: 400;
}

.form-fields.email {
  color: var(--black);
  width: 50%;
  max-width: 50%;
  margin-right: 5%;
}

.form-fields.phone {
  color: var(--black);
  width: 50%;
  max-width: 50%;
}

.form-fields.phone.font {
  font-family: Montserrat, sans-serif;
}

.form-fields.phone.font::placeholder {
  font-family: Raleway, sans-serif;
}

.form-email_phone {
  width: 650px;
  display: flex;
}

.price-range {
  flex-direction: column;
  justify-content: space-between;
  width: 650px;
  margin-bottom: 45px;
  display: none;
  position: relative;
}

.submit-button {
  color: var(--black);
  text-align: left;
  background-color: #3898ec00;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.submit-button-wrapper {
  margin-top: 0%;
  margin-left: 2px;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  top: 0;
  bottom: 0;
}

.submit-button-inactive {
  z-index: 1;
  background-color: #d0d0d0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.submit-button-active {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox-wrapper {
  justify-content: space-between;
  width: 650px;
  display: flex;
}

.price_range-placeholder {
  color: #777;
  margin-bottom: 20px;
  padding-left: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.single-checkbox {
  color: var(--black);
  border: 1px solid #d0d0d0;
  border-radius: 100px;
  width: 140px;
  height: 74px;
  transition: border-color .3s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

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

.price-text {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup-close {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message {
  background-color: #a0ebc4a1;
  width: 100%;
  min-height: 100px;
  max-height: 200px;
  position: relative;
}

.text-block-2 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.error-message {
  margin-top: 10px;
}

.preloader-wrapper {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.preloader-bg {
  z-index: 100;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.mebelcasa-logo-preloader {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 35rem;
  max-width: 40rem;
}

.mebelcasa-logo {
  background-image: url('../images/Site-logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  order: -1;
  align-self: center;
  min-width: 145px;
  max-width: 14%;
  min-height: 64px;
  position: relative;
  top: 0;
  bottom: 0;
}

.mebelcasa-logo.footer {
  z-index: 10;
  align-self: flex-start;
  min-width: 15%;
  max-width: 20%;
  min-height: 30px;
  max-height: 40px;
  margin-bottom: auto;
  position: relative;
  top: auto;
  bottom: auto;
}

.cursor-wrapper {
  z-index: 1000;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--white-smoke);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: relative;
}

.lottie-animation-4 {
  z-index: 1;
  flex: none;
  width: 111.5%;
  position: relative;
  left: auto;
  right: auto;
}

.real-img-holder {
  z-index: 2;
  background-image: url('../images/To-Real-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.element-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.paragraph-wrapper {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 8% 5% 4%;
}

.paragraph-wrapper.bg-img {
  max-width: 1680px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.typewritter-effect {
  width: 75em;
  max-width: 80em;
}

.location {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 1px;
  display: flex;
}

.image-3 {
  width: 24px;
  max-width: 30px;
}

.social-icons-wrapper {
  margin-top: 50px;
  margin-left: -4px;
  display: flex;
}

.social-icon-link {
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.social-icon-link.hide-desktop {
  display: none;
}

.social-icon-item {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 28px;
  max-width: 30px;
  display: flex;
}

.social-icons-all {
  background-color: #1f1f1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  max-width: 72px;
  height: 72px;
  max-height: 72px;
  padding: 24px;
  display: flex;
}

.email {
  color: var(--white-smoke);
  width: 28px;
  max-width: 30px;
}

.phone {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 26px;
  max-width: 28px;
  display: flex;
}

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

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

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

.casa-red {
  color: #b92a32;
  font-weight: 700;
}

.casa-red._2 {
  font-weight: 600;
}

.inside-tab-slider {
  z-index: 1;
  height: 40vw;
  max-height: 700px;
}

.tab-slider-mask {
  z-index: 1;
}

.left-arrow {
  display: none;
}

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.tab-slide-img {
  background-image: url('../images/tab-slider-bath1.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-slide-img._2 {
  background-image: url('../images/tab-slider-lib2.jpg');
}

.tab-slide-img._3 {
  background-image: url('../images/tab-slider-lib3.jpg');
}

.tab-slide-img._4 {
  background-image: url('../images/tabslider-livingroom.jpg');
}

.tab-slide-img.bath1 {
  background-image: url('../images/tab-slider-bath1.jpg');
}

.tab-slide-img.kitchen1 {
  background-image: url('../images/tab-slider-kitchen1.jpg');
}

.tab-slide-img.livingroom1 {
  background-image: url('../images/tab-slider-livingroom1.jpg');
}

.tab-slide-img.bedroom1 {
  background-image: url('../images/tab-slider-bedroom1.jpg');
}

.tab-slide-img.bedroom2 {
  background-image: url('../images/tab-slider-bedroom-2.jpg');
}

.tab-slide-img.bedroom3 {
  background-image: url('../images/tab-slider-bedroom-3.jpg');
  background-position: 100%;
}

.tab-slide-img.bedroom5 {
  background-image: url('../images/tab-slider-bedroom5.jpg');
}

.tab-slide-img._5 {
  background-image: url('../images/tab-slider-livingroom5.jpg');
}

.tab-slide-img.kitchen2 {
  background-image: url('../images/tab-slider-kitchen2.jpg');
}

.tab-slide-img.kitchen3 {
  background-image: url('../images/tab-slider-kitchen3.jpg');
}

.tab-slide-img.bath2 {
  background-image: url('../images/tab-slider-bath2.jpg');
}

.tab-slide-img.bath3 {
  background-image: url('../images/tab-slider-bath3.jpg');
}

.tab-slide-img.wd1 {
  background-image: url('../images/imgwordrobe.jpg');
}

.tab-slide-img.child-room1 {
  background-image: url('../images/childroom.jpg');
}

.tab-slide-img.child-room2 {
  background-image: url('../images/tab-slider-childroom2.jpg');
}

.tab-slide-img.child-room3 {
  background-image: url('../images/tab-slider-childroom3.jpg');
}

.tab-slide-img.corridor1 {
  background-image: url('../images/tab-slider-cor1.jpg');
}

.tab-slide-img.corridor2 {
  background-image: url('../images/tab-slider-cor2.jpg');
}

.tab-slide-img.corridor3 {
  background-image: url('../images/tab-slider-cor3.jpg');
}

.tab-slide-img.cabinet1 {
  background-image: url('../images/tab-slider-cab1.jpg');
}

.tab-slide-img.cabinet2 {
  background-image: url('../images/tab-slider-cab2.jpg');
}

.tab-slide-img.cabinet3 {
  background-image: url('../images/tab-slider-cab3.jpg');
}

.tab-slide-img.wd2 {
  background-image: url('../images/tab-slider-wordrobe3.jpg');
}

.tab-slide-img.gallery1 {
  background-image: url('../images/tab-slider-lib1.jpg');
}

.tab-slide-img.wd3 {
  background-image: url('../images/tab-slider-wordrobe2.jpg');
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  width: 64px;
  max-width: 70px;
  margin-bottom: 20px;
  margin-right: 15px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-mebelcasa {
  font-weight: 500;
}

.animation-wrapper {
  width: 100%;
  max-width: 1680px;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.icon {
  display: none;
}

.testsetstetslider {
  background-image: url('../images/new-slider-img3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  width: 500px;
  height: 500px;
  margin-top: 150px;
  margin-left: 457px;
}

.left-arrow-2, .right-arrow-4 {
  display: none;
}

.link-block-phone {
  color: var(--white-smoke);
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.heading {
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.image-5 {
  margin-top: 5px;
}

.footer-top {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 1.4em;
  }

  .page-contact-button.footer {
    padding-bottom: 16px;
    font-size: 16px;
  }

  .main-heading {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 7.5vw;
    inset: 0% 0% 8rem;
  }

  .container-nav {
    margin-top: 0;
    padding-top: 2%;
  }

  .container-main.black {
    object-fit: contain;
    flex-direction: row;
    padding-bottom: 0%;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container-main.sticky {
    min-height: 50vh;
  }

  .paragraph {
    font-size: 32px;
  }

  .text-block {
    margin-bottom: 10%;
    font-size: 20px;
  }

  .text-block.footer {
    margin-top: 0;
    margin-bottom: 24px;
  }

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

  .tab-heading-all {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.4em;
  }

  .tab-heading-all.tab-heading {
    padding-right: 16px;
    font-size: 24px;
    line-height: 1.3em;
  }

  .grid {
    grid-column-gap: 0px;
    object-fit: contain;
    grid-template-columns: 3.75fr;
    grid-template-areas: ".";
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    align-content: center;
    align-items: start;
    position: relative;
  }

  .div-block-4 {
    padding-right: 0%;
  }

  .img-background-wrapper {
    height: 65vh;
    min-height: 600px;
    font-family: Raleway, sans-serif;
    position: relative;
  }

  .right-arrow-icon {
    width: 5%;
    max-width: 6%;
  }

  .list-wrapper {
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 0%;
    display: block;
    position: relative;
  }

  .image-grid {
    flex-flow: row;
    place-content: space-around space-between;
    align-items: center;
    max-height: 600px;
    margin-top: 7%;
  }

  .tabs {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1%;
    padding-right: 0%;
    position: relative;
    overflow: visible;
  }

  .tabs-content {
    height: 45vh;
    min-height: 40vh;
    max-height: 50vh;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
  }

  .tab-link {
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .tab-link.w--current {
    min-height: 5px;
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .footer-items.singles {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .to-top, .to-top._2 {
    width: 24px;
    max-width: 24px;
  }

  .location-text {
    flex-direction: row;
    margin-right: 0%;
    font-size: 20px;
    position: relative;
  }

  .mask-wrapper {
    object-fit: cover;
    min-width: 49%;
    max-width: 49%;
    max-height: 50vw;
  }

  .footer-links {
    margin-left: 0%;
  }

  .main-hero-slider {
    height: 90vh;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 60px;
  }

  .hero-slide-background.two {
    background-image: url('../images/new-slide-img-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-background-2.separate {
    height: 120vh;
  }

  .slider-right.tabs {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-wrapper.tabs {
    min-height: 54px;
  }

  .popup-mask {
    width: 95vw;
    max-width: 98vw;
    max-height: 500px;
  }

  .popup-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .popup-heading {
    font-size: 32px;
  }

  .submit-button {
    font-size: 22px;
  }

  .mebelcasa-logo {
    min-width: 20%;
    max-width: 20%;
  }

  .mebelcasa-logo.footer {
    min-width: 25%;
    max-width: 30%;
  }

  .cursor-wrapper, .cursor {
    display: none;
  }

  .real-img-holder {
    display: block;
  }

  .typewritter-effect {
    width: 45rem;
    max-width: 48rem;
  }

  .social-icon-item.facebook {
    width: 22px;
    max-width: 22px;
  }

  .social-icons-all {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .right-arrow-3 {
    width: 54px;
    max-width: 64px;
  }

  .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  .page-contact-button {
    padding-top: 18px;
    font-size: 16px;
  }

  .main-heading {
    max-height: none;
    font-size: 8vw;
    bottom: 0%;
  }

  .container-nav {
    min-height: 8vh;
  }

  .container-main.black.footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-main.sticky {
    padding-bottom: 10%;
  }

  .paragraph {
    font-size: 24px;
  }

  .paragraph._3 {
    margin-bottom: 32px;
  }

  .text-block {
    font-size: 18px;
  }

  .tab-heading-all {
    font-size: 24px;
    line-height: 1.4em;
  }

  .tab-heading-all.tab-heading {
    flex: none;
    padding-right: 16px;
    font-size: 18px;
  }

  .img-background-wrapper {
    height: 400px;
    min-height: 400px;
  }

  .right-arrow-icon {
    width: 16px;
    max-width: 18px;
  }

  .image-grid {
    display: none;
  }

  .tabs {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .tabs-content {
    min-width: 100%;
    max-width: 100%;
    height: 50vh;
    min-height: 50vh;
    max-height: 55vh;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .tabs-menu {
    z-index: 2;
    flex-direction: row;
    align-self: flex-start;
    width: 120%;
    max-width: 120%;
    max-height: 60px;
    margin-left: -12px;
    padding-bottom: 16px;
    display: flex;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .tab-link {
    justify-content: flex-start;
    margin: 0% 12px;
    padding-right: 0;
    display: flex;
  }

  .tab-link.w--current {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0%;
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .tab-link.last {
    min-width: 50vw;
  }

  .tab-pane-tab-1 {
    height: 100%;
    max-height: 100%;
  }

  .footer-items {
    padding-bottom: 10px;
  }

  .footer-items.singles {
    flex-wrap: nowrap;
    padding-right: 5%;
    display: flex;
  }

  .footer-inner.right {
    flex-direction: row;
    justify-content: flex-end;
    width: 20%;
    margin-left: 16px;
    padding-left: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  .to-top {
    width: auto;
    min-width: 22px;
    max-width: 35%;
  }

  .location-text {
    margin-right: 0%;
  }

  .list-heading {
    font-size: 20px;
  }

  .list-text {
    line-height: 1.7em;
  }

  .mask-wrapper {
    min-width: 48%;
    max-width: 48%;
  }

  .scroll-top-top-wrapper {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
    padding: 24px;
  }

  .footer-links {
    order: 2;
  }

  .link-block-2 {
    margin-top: auto;
  }

  .main-hero-slider {
    height: 100vh;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .play_btn {
    max-width: 64px;
    height: 52px;
  }

  .slider-left {
    height: 54px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-right {
    height: 54px;
  }

  .arrow-wrapper {
    min-width: 54px;
    min-height: 54px;
  }

  .popup-mask {
    align-items: flex-start;
    height: 100%;
    max-height: 100%;
    display: flex;
  }

  .popup-wrapper {
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    overflow: scroll;
  }

  .popup-heading {
    width: 90%;
    font-size: 24px;
  }

  .form-block {
    width: 100%;
  }

  .form-fields {
    width: 100%;
    margin-bottom: 30px;
  }

  .form-fields::placeholder {
    font-size: 18px;
  }

  .form-fields.email, .form-fields.phone {
    width: 100%;
    max-width: 100%;
  }

  .form-email_phone {
    flex-direction: column;
    width: 100%;
  }

  .price-range {
    width: 100%;
  }

  .submit-button-wrapper {
    margin-top: 2%;
  }

  .checkbox-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 45%;
    max-width: 50%;
    display: grid;
  }

  .price-text {
    font-size: 17px;
  }

  .popup-close {
    z-index: 2;
    width: 24px;
    max-width: 32px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mebelcasa-logo-preloader {
    width: 80%;
  }

  .mebelcasa-logo {
    min-width: 22%;
    max-width: 22%;
  }

  .mebelcasa-logo.footer {
    min-width: 30%;
    max-width: 38%;
  }

  .real-img-holder {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-wrapper {
    padding-bottom: 4%;
  }

  .typewritter-effect {
    width: 95%;
    max-width: 100%;
  }

  .location {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .social-icon-link.hide-desktop {
    display: block;
  }

  .social-icon-item.facebook {
    width: 22px;
    max-width: 24px;
  }

  .social-icons-all {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .inside-tab-slider {
    height: 50vw;
    max-height: 400px;
  }

  .right-arrow-3 {
    display: none;
  }

  .link-block-phone._2 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .main-heading {
    padding-top: 8rem;
    padding-bottom: 8rem;
    font-size: 10vw;
  }

  .container-nav {
    margin-top: 0;
    padding-top: 5%;
  }

  .container-main {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-main.black {
    padding-top: 10%;
  }

  .container-main.black.footer {
    padding-top: 10%;
    padding-bottom: 3%;
  }

  .paragraph {
    font-size: 21px;
  }

  .text-block.footer {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 16px;
  }

  .tab-heading-all {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4em;
  }

  .item-wrapper {
    padding: 8%;
  }

  .img-background-wrapper {
    height: 600px;
  }

  .tabs-content {
    min-width: 100%;
    margin-top: 16px;
  }

  .tabs-menu {
    align-self: flex-start;
    width: 120%;
    max-width: 120%;
  }

  .tab-link {
    width: 100%;
  }

  .tab-link.last {
    min-width: 60vw;
  }

  .site-footer {
    overflow: hidden;
  }

  .footer-items {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 20%;
    display: flex;
  }

  .footer-items.singles {
    flex-flow: column;
    order: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
  }

  .footer-inner {
    flex-direction: column;
    grid-template: ". Area" minmax(max-content, 1fr)
    / 1fr;
    grid-auto-rows: 483px;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    align-items: baseline;
    width: 100%;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .footer-inner.right {
    flex-direction: row;
    grid-template-rows: auto;
    grid-auto-flow: row;
    justify-content: center;
    width: 100%;
    padding-top: 32px;
    display: flex;
  }

  .to-top {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 72px;
    height: auto;
  }

  .location-text {
    flex-flow: row;
    order: 4;
    font-size: 18px;
  }

  .list-item {
    padding: 6%;
  }

  .link-block-2 {
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-hero-slider {
    height: 90vh;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .play_btn {
    max-width: 54px;
    height: 54px;
  }

  .popup-background-wrapper {
    display: none;
  }

  .popup-mask {
    height: 60vh;
    min-height: 550px;
    max-height: 100%;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-heading {
    font-size: 24px;
    position: static;
  }

  .checkbox-wrapper {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }

  .mebelcasa-logo {
    min-width: 35%;
    max-width: 40%;
  }

  .mebelcasa-logo.footer {
    min-width: 50%;
    max-width: 60%;
    margin-bottom: 10px;
  }

  .lottie-animation-4 {
    flex: none;
    display: block;
  }

  .real-img-holder {
    display: block;
    inset: 0%;
  }

  .paragraph-wrapper {
    padding-bottom: 6%;
  }

  .typewritter-effect {
    width: 98%;
    max-width: 100%;
  }

  .location {
    order: 1;
    margin-top: 30px;
  }

  .image-3 {
    width: 22px;
    max-width: 24px;
  }

  .social-icons-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-icon-link {
    margin-left: 10px;
    margin-right: 0;
  }

  .social-icon-link.facebook {
    margin-left: 0;
  }

  .social-icons-all {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .inside-tab-slider {
    height: 85%;
    max-height: 95%;
  }

  .link-block-phone {
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6c3c11eb-e802-6b40-4864-7f64ccbd468c-317f7e07, #w-node-_6c3c11eb-e802-6b40-4864-7f64ccbd4694-317f7e07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f27518b-e2fc-b612-d40c-d2228f9aefd1-317f7e07 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


