<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 {
  font-size: 0.935em;
}

section.front_content_cont .references_sliders_cont {
  z-index: 30;
}

.menu-banner {
  position: absolute;
  right: 10px;
  height: calc(100% - 20px);
  top: 10px;
  width: 40vw; }
  .menu-banner button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 50; }
    .menu-banner button:hover {
      opacity: .8; }
  .menu-banner a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 25; }
    .menu-banner a img {
      width: 100%;
      height: 100%;
      object-position: center right;
      object-fit: contain; }

@media (max-width: 1023px) {
  .menu-banner {
    width: 100%; }
    .menu-banner a img {
      object-position: center; } }
@media (max-width: 700px) {
  .menu-banner button {
    top: 50px; } }

.green_btn {
  height: 40px;
  background-color: #48B066;
  color: #FFFFFF;
  padding: 0 50px;
}

.catalog {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0 auto;
}

.catalog .catalog_bg {
  width: 100%;
  height: calc(100% - 25px);
  position: absolute;
  bottom: 0;
  background-color: #E8E8E8;
}

.catalog .catalog_image {
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.catalog .catalog_image img {
  position: absolute;
  right: 0;
  width: 140%;
}

.catalog .catalog_content {
  width: 37%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog .catalog_content h2 {
  width: 127%;
  align-self: flex-start;
  color: #000000;
  font-family: "Work Sans";
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 10px;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.catalog .catalog_content .catalog_text {
  color: #000000;
  font-family: "Work Sans";
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 20px;
  text-align: center;
}

.catalog .catalog_content .catalog_line {
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin: 20px 0;
}

.catalog .catalog_content .catalog_download {
  margin-top: 10px;
}

.catalog .catalog_content .btn {
  margin-top: 15px;
}

.catalog .catalog_content .catalog_note {
  color: #606060;
  font-family: "Work Sans";
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 11px;
  margin: 27px 0 9px 0;
}

@media (max-width: 1050px) {
  .catalog .catalog_content h2 {
    font-size: 40px;
    letter-spacing: 8px;
    line-height: 48px;
  }
}

@media (max-width: 900px) {
  .catalog {
    flex-direction: column;
    margin: 0 auto 0 auto;
  }

  .catalog .catalog_bg {
    height: 70%;
  }

  .catalog .catalog_image {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .catalog .catalog_image img {
    position: relative;
    right: auto;
    width: 100%;
    transform: translateX(-12%);
  }

  .catalog .catalog_content {
    width: 80%;
  }

  .catalog .catalog_content h2 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .catalog .catalog_content h2 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 38px;
  }
}

section.catalog_subpage {
  width: 100%;
  max-width: 650px;
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 68px auto 100px auto;
}

section.catalog_subpage .mobile_title {
  display: none;
  width: 100%;
  align-self: flex-start;
  color: #000000;
  font-family: "Work Sans";
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 7px;
  line-height: 44px;
  text-transform: uppercase;
  /*margin-bottom: 0.8em;*/
}

section.catalog_subpage .catalog_download {
  width: 100%;
  display: flex;
  align-items: flex-end;
  /*margin-bottom: 53px;*/
}

section.catalog_subpage .catalog_download .catalog_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56%;
  background-color: #E8E8E8;
}

section.catalog_subpage .catalog_download .catalog_image {
  width: 40%;
}

section.catalog_subpage .catalog_download .catalog_image img {
  transform: translate(-34%, 13%);
}

section.catalog_subpage .catalog_download .catalog_content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.catalog_subpage .catalog_download .catalog_content h1 {
  width: 127%;
  align-self: flex-start;
  color: #000000;
  font-family: "Work Sans";
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 10px;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

section.catalog_subpage .catalog_download .catalog_content .catalog_text {
  color: #000000;
  font-family: "Work Sans";
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

section.catalog_subpage .catalog_download .catalog_content .catalog_download_link {
  margin-bottom: 30px;
}

section.catalog_subpage .catalog_order {
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 5;
}

section.catalog_subpage .catalog_order .catalog_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56%;
  background-color: #E8E8E8;
}

section.catalog_subpage .catalog_order .catalog_image {
  width: 40%;
}

section.catalog_subpage .catalog_order .catalog_image img {
  transform: translate(-34%, 13%) rotate(-20deg);
}

section.catalog_subpage .catalog_order .catalog_content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.catalog_subpage .catalog_order .catalog_content .catalog_text {
  color: #000000;
  font-family: "Work Sans";
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

section.catalog_subpage .catalog_order .catalog_content .catalog_note {
  color: #606060;
  font-family: "Work Sans";
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 11px;
  /*margin: 27px 0 9px 0;*/
}

section.catalog_subpage .catalog_order .catalog_content svg {
  margin: 13px 0;
}

section.catalog_subpage .catalog_form_open {
  align-self: flex-end;
  margin: 40px 20px 20px 0;
}

section.catalog_subpage .catalog_form {
  /*width: 100%;*/
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr;*/
  /*grid-column-gap: 50px;*/
  /*grid-row-gap: 30px;*/
  /*background-color: #F2F2F2;*/
  /*padding: 62px 20px 35px 20px;*/

  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 300px);
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px 20px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 8;
}

section.catalog_subpage .catalog_form.extended {
  width: 1000px;
  height: auto;
  top: 50%;
  left: calc(50% - 500px);
  transform: scale(0) translateY(-50%);
}

@media (max-width: 1200px) {
  section.catalog_subpage .catalog_form.extended {
    left: 100px;
    width: calc(100% - 200px);
  }
}

@media (max-width: 700px) {
  section.catalog_subpage .catalog_form.extended {
    left: 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 600px) {
  section.catalog_subpage .catalog_form.extended {
    height: 80vh;
    top: 10vh;
    transform: scale(0) translateY(0%);
    overflow: scroll;
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  section.catalog_subpage .catalog_form {
    width: 95vw;
    left: 2.5vw;
  }
}

section.catalog_subpage .catalog_form.open {
  transform: scale(1);
  opacity: 1;
}

section.catalog_subpage .catalog_form.extended.open {
  transform: scale(1) translateY(-50%);
  opacity: 1;
}

@media (max-width: 600px) {
  section.catalog_subpage .catalog_form.extended.open {
    transform: scale(1) translateY(0%);
    opacity: 1;
  }
}

section.catalog_subpage .catalog_form .catalog_form_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('../img/svg/close_popup_gold.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.catalog_form_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog_form_wrapper.extended {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}

@media (max-width: 600px) {
  section.catalog_subpage .catalog_form_wrapper.extended {
    grid-template-columns: 100%;
  }
}

.catalog_form_wrapper.extended input {
  margin-bottom: 30px !important;
}

.catalog_form_wrapper.extended textarea {
  margin-bottom: 20px;
}

.catalog_form_wrapper .gdpr {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.catalog_form_wrapper .gdpr span {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog_form_wrapper .gdpr span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
  transform: scale(0);
  transition: all 0.3s ease;
}

.catalog_form_wrapper .gdpr.active span::after {
  transform: scale(1);
}

.catalog_form_wrapper .gdpr input {
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  opacity: 0;
  cursor: pointer;
  margin: 0 !important;
}

.catalog_form_wrapper .gdpr label {
  width: calc(100% - 12px);
  color: #000;
  font-size: 0.85em;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 10px;
  cursor: pointer;
}

.catalog_form_wrapper .gdpr label a {
  font-size: 1em;
  text-decoration: underline;
}

section.catalog_subpage .catalog_form .catalog_form_text {
  grid-column: 1/3;
}

@media (max-width: 600px) {
  section.catalog_subpage .catalog_form .catalog_form_text {
    grid-column: 1/2;
  }
}

section.catalog_subpage .catalog_form .catalog_form_thank {
  grid-column: 1/3;
  color: #000000;
  font-family: "Work Sans";
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 8px;
  line-height: 40px;
  margin: 0.5em 0;
}

section.catalog_subpage .catalog_form .catalog_form_input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 14px;
  padding: 2.5px 0;
  margin-bottom: 40px;
}

section.catalog_subpage .catalog_form .catalog_form_text {
  margin-top: 40px;
}

section.catalog_subpage .catalog_form .catalog_form_text a {
  font-size: 1em;
  text-decoration: underline;
}

section.catalog_subpage .catalog_form .catalog_form_input::placeholder {
  color: #000000;
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 14px;
}

section.catalog_subpage .catalog_form .catalog_form_textarea {
  grid-column: 1/3;
  width: 100%;
  background-color: transparent;
  border: 1px solid #979797;
  border-radius: 0;
  color: #000000;
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 14px;
  padding: 8px 10px;
  resize: none;
}

section.catalog_subpage .catalog_form .catalog_form_textarea::placeholder {
  color: #000000;
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 14px;
}

section.catalog_subpage .catalog_form .catalog_form_submit {
  grid-column: 2/3;
  margin-left: auto;
}

@media (max-width: 1050px) {
  section.catalog_subpage .catalog_download .catalog_content h1 {
    font-size: 40px;
    letter-spacing: 8px;
    line-height: 48px;
  }
}

@media (max-width: 900px) {
  section.catalog_subpage {
    width: calc(100% - 120px);
    margin: 68px 20px 100px 100px;
  }
}

@media (max-width: 700px) {
  section.catalog_subpage {
    width: calc(100% - 40px);
    margin: 68px 20px 100px 20px;
  }
}

@media (max-width: 600px) {
  section.catalog_subpage .mobile_title {
    display: block;
  }

  section.catalog_subpage .catalog_download .catalog_content h1 {
    display: none;
  }

  section.catalog_subpage .catalog_download .catalog_bg {
    height: 65%;
  }

  section.catalog_subpage .catalog_download .catalog_image {
    width: 50%;
    margin-right: -6%;
  }

  section.catalog_subpage .catalog_download .catalog_image img {
    width: 110%;
  }

  section.catalog_subpage .catalog_download .catalog_content {
    width: 56%;
  }

  section.catalog_subpage .catalog_order .catalog_bg {
    height: 70%;
  }

  section.catalog_subpage .catalog_order .catalog_image {
    width: 50%;
    margin-right: -6%;
  }

  section.catalog_subpage .catalog_order .catalog_image img {
    width: 110%;
  }

  section.catalog_subpage .catalog_order .catalog_content {
    width: 56%;
  }

  /*section.catalog_subpage .catalog_form {*/
  /*  width: 100%;*/
  /*  display: grid;*/
  /*  grid-template-columns: 100%;*/
  /*  grid-column-gap: 0;*/
  /*  grid-row-gap: 28px;*/
  /*  background-color: #F2F2F2;*/
  /*  padding: 20px;*/
  /*}*/

  section.catalog_subpage .catalog_form .catalog_form_textarea {
    grid-column: 1/2;
    width: 100%;
    background-color: transparent;
    border: 1px solid #979797;
    color: #000000;
    font-family: "Work Sans";
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 14px;
    padding: 8px 10px;
    resize: none;
  }

  section.catalog_subpage .catalog_form .catalog_form_submit {
    grid-column: 1/2;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  section.catalog_subpage .catalog_download .catalog_content .catalog_text {
    color: #000000;
    font-family: "Work Sans";
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 8px;
  }

  section.catalog_subpage .catalog_order .catalog_content .catalog_text {
    color: #000000;
    font-family: "Work Sans";
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 8px;
  }

  section.catalog_subpage .catalog_download .catalog_content .catalog_download_link {
    margin-bottom: 15px;
  }
}

.popup-catalog {
  position: fixed;
  right: 0;
  top: 32vh;
  /*max-width: 60px;*/
  /*max-height: 205px;*/
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  background-color: #FE5959;
  box-shadow: 10px 10px 24px 0 rgba(0,0,0,0.35);
  padding: 10px;
  z-index: 152;
}

.popup-catalog .popup-catalog-text {
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  white-space: break-spaces;
  text-transform: uppercase;
}

.popup-catalog .popup-catalog-mini {
  width: 32px;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .popup-catalog {
    padding: 5px;
  }

  .popup-catalog .popup-catalog-text {
    font-size: 10px;
    line-height: 12px;
  }

  .popup-catalog .popup-catalog-mini {
    width: 20px;
    margin-right: 5px;
  }

}

section.front_content_cont .news_slider_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 100px 0;
}

section.front_content_cont .news_slider_cont #front_news_slider {
  /*width: 720px;*/
  /*height: 250px;*/
  width: 81%;
}

section.front_content_cont .news_slider_cont .front_news_test {
  /*width: 720px;*/
  /*height: 250px;*/
  width: 81%;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; a {
  width: 100%;
  height: auto;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; a &gt; img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .line {
  width: 1px;
  height: 100%;
  background-color: #000;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .text_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .text_box.padded {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .text_box &gt; a {
  font-size: 1.25em;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .text_box &gt; a &gt; h2 {
  line-height: 1.2;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .text_box &gt; p.space_bottom {
  margin-bottom: 20px;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; .text_box &gt; a.arrow {
  margin-left: auto;
  margin-top: 20px;
}

section.front_content_cont .news_slider_cont .front_news_test .swiper-slide &gt; a.arrow {
  margin-left: auto;
  margin-top: 20px;
}

section.front_content_cont .news_slider_cont &gt; .swiper-pagination {
  width: 19%;
  position: relative;
  margin-top: 75px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.front_content_cont .news_slider_cont &gt; .swiper-nav {
  width: 19%;
  position: relative;
  margin-top: 75px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

section.front_content_cont .news_slider_cont &gt; .swiper-nav .swiper-nav-prev {

}

section.front_content_cont .news_slider_cont &gt; .swiper-nav span {
  height: 40px;
  width: 1px;
  background-color:  #000000;
  margin: 0 40px;
}

section.front_content_cont .news_slider_cont &gt; .swiper-nav .swiper-nav-next {
  cursor: pointer;
}

section.front_content_cont .news_slider_cont &gt; .swiper-nav .swiper-nav-prev {
  cursor: pointer;
}

section.front_content_cont .news_slider_cont &gt; .swiper-pagination &gt; .swiper-pagination-bullet {
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Abril Fatface", cursive;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  opacity: 1;
}

section.front_content_cont .news_slider_cont &gt; .swiper-pagination &gt; .swiper-pagination-bullet:not(:last-child) {
  margin-right: 25px;
}

section.front_content_cont .news_slider_cont &gt; .swiper-pagination &gt; .swiper-pagination-bullet:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #000;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  right: -12px;
  top: calc(50% - 6px);
}

section.front_content_cont .news_slider_cont &gt; .swiper-pagination &gt; .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #000;
}

@media (max-width: 1400px) {
  section.front_content_cont .news_slider_cont .front_news_test {
    width: 75%;
  }

  section.front_content_cont .news_slider_cont &gt; .swiper-nav {
    width: 25%;
    padding-left: 80px;
  }
}

@media (max-width: 700px) {
  section.front_content_cont .news_slider_cont &gt; .swiper-nav {
    width: 25%;
    padding-left: 10px;
  }

  section.front_content_cont .news_slider_cont &gt; .swiper-nav span {
    height: 40px;
    width: 1px;
    background-color:  #000000;
    margin: 0 20px;
  }
}

@media (max-width: 500px) {
  section.front_content_cont .news_slider_cont {
    flex-direction: column;
    padding: 0 20px 70px 20px;
  }

  section.front_content_cont .news_slider_cont .front_news_test {
    width: 100%;
  }

  section.front_content_cont .news_slider_cont &gt; .swiper-nav {
    width: 100%;
    padding-left: 0;
  }
}




section.front_content_cont .partners_slider_cont {
  width: 100%;
  max-width: 580px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 80px;
  margin: 0 auto;
}

section.front_content_cont .partners_slider_cont .partners_slider_cont_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.front_content_cont .partners_slider_cont .partners_slider_cont_item a img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

section.front_content_cont .partners_slider_cont #front_partners_slider {
  width: 720px;
  height: 250px;
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide &gt; a {
  width: 50%;
  height: 50%;
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide &gt; a:hover &gt; img {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

section.front_content_cont .partners_slider_cont #front_partners_slider .swiper-slide &gt; a &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  /* filter: grayscale(1); */
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
}

@media (max-width: 500px) {
  section.front_content_cont .partners_slider_cont {
    width: calc(100% - 40px);
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin: 0 20px;
  }
}

.abs_thanks_homepage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
  font-size: 2em;
}

@media (max-width: 660px) {
  .abs_thanks_homepage {
    font-size: 1.5em;
    padding: 1em;
    text-align: center;
  }
}

.pdf_container {
  margin-top: 60px;
}

.pdf_container a {
  font-size: 1em;
  text-decoration: underline;
}

#email_2 {
  display: none;
}

.pop_up_banner_cont {
  display: none;
  align-items: center;
  justify-content: center;
}

.pop_up_banner_cont.pop_up_banner_cont_show {
  display: flex;
}

.pop_up_banner_cont .pop_up_banner {
  width: 90%;
  max-width: 750px;
}

section.sale_content &gt; .text_box &gt; .sale_banner &gt; .right &gt; p {
  order: unset !important;
}

@media (max-width: 1500px) {
  .pop_up_banner_cont .pop_up_banner {
    max-width: 700px;
  }
}

.pop_up_banner_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.pop_up_banner_wrapper a {
  width: 48.5%;
}

.pop_up_banner_wrapper a img {
  width: 100%;
  max-height: 90vh;
}

.pop_up_banner_wrapper a:first-child {
  margin-right: 3%;
}

.pop_up_banner_wrapper a.wide {
  width: 100%;
  margin-right: 0;
}

.video_gallery .videoGallery_grid {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: auto;
}

@media (max-width: 1050px) {
  .video_gallery .videoGallery_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .video_gallery .videoGallery_grid {
    grid-template-columns: 100%;
  }
}

.video_gallery .videoGallery_grid .videoGallery_grid-item {
  width: 100%;
  height: 100%;
}

@media (min-width: 1050px) {
  .video_gallery .videoGallery_grid .videoGallery_grid-item:nth-child(2),
  .video_gallery .videoGallery_grid .videoGallery_grid-item:nth-child(7),
  .video_gallery .videoGallery_grid .videoGallery_grid-item:nth-child(14),
  .video_gallery .videoGallery_grid .videoGallery_grid-item:nth-child(19),
  .video_gallery .videoGallery_grid .videoGallery_grid-item:nth-child(26),
  .video_gallery .videoGallery_grid .videoGallery_grid-item:nth-child(31) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.video_gallery .videoGallery_grid .videoGallery_grid-item .cover {
  width: 100%;
  height: 100%;
}

.video_gallery .videoGallery_grid .videoGallery_grid-item .cover &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_gallery .videoGallery_grid .videoGallery_grid-item .cover &gt; span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_gallery .videoGallery_grid .videoGallery_grid-item .cover &gt; span img {
  display: block;
  width: 42px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.video_gallery .videoGallery_grid .videoGallery_grid-item .cover &gt; span &gt; span {
  display: block;
  margin-top: 25px;
  color: #fff;
  max-width: 75%;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}

/*.catalog_form {*/
/*  position: fixed;*/
/*  top: calc(50% - 300px);*/
/*  left: calc(50% - 300px);*/
/*  width: 600px;*/
/*  height: 600px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  background-color: #ffffff;*/
/*  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
/*  padding: 20px;*/
/*  z-index: 8;*/
/*}*/

.catalog_form_success {
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 300px);
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px 20px;
  z-index: 8;
}

@media (max-width: 650px) {
  .catalog_form_success {
    width: 95vw;
    left: 2.5vw;
  }
}

section.catalog_subpage .catalog_form_success .catalog_form_success_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('../img/svg/close_popup_gold.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.catalog_form_success .title {
  color: #000000;
  font-family: "Work Sans";
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 5px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.catalog_form_success p {
  text-align: center;
}

.catalog_form_success p a {
  font-size: 1em;
  text-decoration: underline;
}

@media (max-width: 550px) {
  section.products_entry &gt; .content .types_cont .types_box &gt; .cont &gt; a {
    height: 70px;
  }
}

.popup-showroom {
  background: #c3885e;
}

.popup-showroom.drop {
  height: 250px;
}

.popup-showroom .inner .popup-showroom-title {
  position: absolute;
  top: -5px;
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 8px;
  line-height: 27px;
  z-index: 50;
}

.popup-showroom .popup-showroom-btn {
  background-color: #c3885e;
}

.popup-showroom .popup-showroom-btn:hover span {
  color: #c3885e;
}

@media (max-width: 700px) {
  .popup-showroom .inner .popup-showroom-title {
    display: none;
  }
}

.menu_bar .arrow_box {
  width: 30px;
  height: 30px;
  align-self: center;
  margin-top: 10px;
}

.menu_bar .arrow_box .arrow {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform-origin: 50% 50%;
  background-image: url("../img/svg/menu_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.menu_bar .arrow_box .arrow-first {
  animation: arrow-movement 2s ease-in-out infinite;
}
.menu_bar .arrow_box .arrow-second {
  animation: arrow-movement 2s 1s ease-in-out infinite;
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 15%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header .left_bar .menu_bar &gt; strong {
  font-size: 10px;
  top: 55px;
}

@media (max-width: 600px) {
  .menu_bar .arrow_box {
    display: none;
  }

  header .left_bar .menu_bar &gt; strong {
    top: 20px;
  }
}

section.priceOffer_content {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

section.priceOffer_content .back_cont {
  position: absolute;
  top: -50px;
  right: calc((100% - 630px) / 2);
}

@media(max-width: 660px) {
  section.priceOffer_content .back_cont {
    right: 10px;
  }
}

section.priceOffer_content .priceOffer_title {
  width: 100%;
  max-width: 630px;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

section.priceOffer_content .priceOffer_subtitle {
  width: 100%;
  max-width: 630px;
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: left;
  margin: 10px 0;
  text-transform: uppercase;
}

section.priceOffer_content .priceOffer_line {
  width: 100%;
  max-width: 630px;
  height: 1px;
  display: block;
  background-color: #D5A173;
  margin: 10px 0 30px 0;
}

section.priceOffer_content .priceOffer_text {
  width: 100%;
  max-width: 630px;
  color: #000000;
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 11px;
  margin-bottom: 40px;
}

section.priceOffer_content .priceOffer_form {
  width: 100%;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.priceOffer_content .priceOffer_form label {
  width: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

section.priceOffer_content .priceOffer_form label.gold {
  color: #D5A173;
}

section.priceOffer_content .priceOffer_form label.uppercase {
  text-transform: uppercase;
}

section.priceOffer_content .priceOffer_form label.margin {
  margin-bottom: 5px;
}

section.priceOffer_content .priceOffer_form input[type=text],
section.priceOffer_content .priceOffer_form input[type=email] {
  width: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 10px;
  margin: 5px 0 20px 0;
}

section.priceOffer_content .priceOffer_form input[type=text]::placeholder,
section.priceOffer_content .priceOffer_form input[type=email]::placeholder {
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

section.priceOffer_content .priceOffer_form .checkbox {
  display: flex;
  align-items: center;
}

section.priceOffer_content .priceOffer_form .checkbox input {
  position: absolute;
  left: 0;
  height: 10px;
  width: 10px;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

section.priceOffer_content .priceOffer_form .checkbox .custom_checkbox {
  height: 10px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}

section.priceOffer_content .priceOffer_form .checkbox .custom_checkbox::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  transition: all 0.3s ease;
  background-color: #000000;
  transform: scale(0);
}

section.priceOffer_content .priceOffer_form .checkbox input:checked ~ .custom_checkbox::after {
  transform: scale(1);
}

section.priceOffer_content .priceOffer_form .checkbox label {
  max-width: 200px;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 14px;
  text-transform: uppercase;
  padding-left: 10px;
  cursor: pointer;
}

section.priceOffer_content .priceOffer_form .checkbox label.gres_20 {
  display: flex;
  align-items: center;
  max-width: 170px;
}

section.priceOffer_content .priceOffer_form .checkbox label.gres_20::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background-image: url("../img/20mm.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.priceOffer_content .priceOffer_form textarea {
  width: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 10px;
  resize: none;
}

section.priceOffer_content .priceOffer_form textarea::placeholder {
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

section.priceOffer_content .priceOffer_form .priceOffer_products {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 40px 0;
}

section.priceOffer_content .priceOffer_form .custom_file {
  width: 100%;
  margin: 5px 0 20px 0;
}

section.priceOffer_content .priceOffer_form .custom_file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

section.priceOffer_content .priceOffer_form .custom_file .custom_file_input {
  width: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  border: 1px solid #000000;
  padding: 10px 50px 10px 10px;
  margin: 0;
}

section.priceOffer_content .priceOffer_form .custom_file .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5A173;
}

section.priceOffer_content .priceOffer_form .custom_file .icon div {
  height: 16px;
  width: 18px;
  background-image: url("../img/svg/attachment.svg");
}

section.priceOffer_content .priceOffer_form .priceOffer_input {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

section.priceOffer_content .priceOffer_form .priceOffer_input label {
  width: 150px;
  padding: 0 10px 0 0;
}

section.priceOffer_content .priceOffer_form .priceOffer_input input {
  width: calc(100% - 150px);
  margin: 0 0 20px 0;
}

section.priceOffer_content .priceOffer_form .priceOffer_input textarea {
  width: calc(100% - 150px);
  margin: 0 0 20px 0;
}

section.priceOffer_content .priceOffer_form .gdpr {
  width: 100%;
  margin: 20px 0;
}
section.priceOffer_content .priceOffer_form .gdpr label {
  width: calc(100% - 10px);
  max-width: unset;
  padding: 0 0 0 10px;
}

section.priceOffer_content .priceOffer_form .gdpr label a {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}


section.priceOffer_content .priceOffer_form .btn {
  width: 100%;
  max-width: 345px;
  height: 56px;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  align-self: flex-end;
}

@media (max-width: 600px) {
  section.priceOffer_content {
    margin: 50px auto;
  }

  section.priceOffer_content .priceOffer_form .priceOffer_products .checkbox {
    width: 100%;
  }

  section.priceOffer_content .priceOffer_form .priceOffer_input {
    flex-direction: column;
  }

  section.priceOffer_content .priceOffer_form .priceOffer_input label {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
  }

  section.priceOffer_content .priceOffer_form .priceOffer_input input {
    width: 100%;
    margin: 0 0 20px 0;
  }

  section.priceOffer_content .priceOffer_form .priceOffer_input textarea {
    width: 100%;
    margin: 0 0 20px 0;
  }

  section.priceOffer_content .priceOffer_form .btn {
    max-width: 100%;
  }
}

.btn.cenova-ponuka {
  background: radial-gradient(circle, #dd1111fc 1.49%, #d52c2c91 100%) !important;
  color: white !important;
  height: 30px;
  border: 1px solid #000000 !important;
  transition: all 0.3s ease;
}

.btn.cenova-ponuka::before {
  background: #caa788 !important;
}

#interest_form input[type=text],
#interest_form input[type=email] {
  width: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 10px;
  margin: 5px 0 20px 0;
}

#interest_form input[type=text]::placeholder,
#interest_form input[type=email]::placeholder {
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

#interest_form textarea {
  width: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 10px;
  margin: 0;
  resize: none;
}

#interest_form textarea::placeholder {
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

#interest_form .btn {
  width: 100%;
  max-width: 345px;
  height: 56px;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  align-self: flex-end;
}

.price_offer_title {
  font-family: "Work Sans";
  font-size: 19px;
  font-weight: 200;
  letter-spacing: 6px;
  line-height: 24px;
  text-align: center;
  margin: 40px 0 20px 0;
}

@media (max-width: 2000px) {
  section.products.product_grid_layout &gt; .content.detail_mode .row .certificates_cont {
    width: 1.5em !important;
  }
}

@media (max-width: 600px) {
  section.products.product_grid_layout &gt; .content.detail_mode .row .certificates_cont {
    top: 2.5em;
    bottom: auto !important;
    width: 1.25em !important;
  }
}

.menu_content .sub_navigation._active {
  width: 290px;
}

.menu_content .sub_navigation a {
  font-weight: bold !important;
}

.menu_content .sub_navigation a.mobiliar::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 51px;
  height: 30px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/mobiliar_icon.png);
}

.menu_content .sub_navigation a.italy::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 51px;
  height: 30px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/italy.png);
}

.menu_content .navigation_cont .line {
  max-width: 300px;
}

.abs_product_form &gt; div.left form &gt; span {
  font-size: 20px;
  line-height: 22px;
}

section.products_20mm &gt; .cover_cont {
  margin-bottom: 10px;
}

section.products_20mm &gt; .cover_cont .cover_cont_box {
  position: absolute;
  bottom: 0;
  left: 58.7%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_top {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,0.6);
  padding: 14px 20px;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_top h1 {
  display: none;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_top img {
  height: 80px;
  width: 136px;
  object-fit: contain;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_top .separator_line {
  width: 1px;
  align-self: stretch;
  background-color: #000000;
  margin: 0 10px;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_top h2 {
  width: 140px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 14px 20px;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_bottom .text {
  width: 289px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: left;
}

section.products_20mm &gt; .cover_cont .cover_cont_box .cover_cont_box_bottom .btn {
  width: 290px !important;
  max-width: 290px !important;
  height: 32px;
  background: #28A04B !important;
  margin: 10px 0 0 0 !important;
}

section.products_20mm .references {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 0 80px;
  margin: 80px auto 0 auto;
}

section.products_20mm .references .references_swiper {
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
}

section.products_20mm .references .references_swiper .swiper-slide img {
  width: 100%;
}

section.products_20mm .references .references_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.references_prev {
  width: 53px;
  height: 7px;
  background-image: url("../img/svg/arrow_small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
}

.references_next {
  width: 53px;
  height: 7px;
  background-image: url("../img/svg/arrow_small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 700px), screen and (max-width: 750px) and (max-height: 430px) {
  section.products_20mm .references {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  section.products_20mm &gt; .cover_cont {
    padding: 0;
  }

  section.products_20mm &gt; .cover_cont .cover_cont_box {
    left: auto;
    margin: 0 auto;
    align-self: center;
  }
}

.project-content {
  width: 100%;
}

.project-content-image {
  width: 100%;
  margin: 40px 0;
}

.project-content-text {
  width: 100%;
}

.project-content-text p a {
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
}

.project-content-table {
  width: 100%;
  margin: 40px 0 0 0;
}

.project-content-table td {
  width: 50% !important;
  color: #000;
  font-size: 0.85em;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.3;
  padding: 5px 10px 5px 0;
}

.project-content-table td:last-child {
  text-align: right;
}

.popup-dod.drop {
  height: 50vh;
}

.popup-dod .inner {
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-dod .inner .image {
  width: 100%;
}

.popup-dod .inner .image img {
  width: 100%;
  height: 45vh;
  object-fit: contain;
}

.popup-dod .inner .image img.mobile {
  display: none;
}

.popup-dod .inner .buttons {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -20px 0 20px 0;
}

.popup-dod .inner .buttons .popup-showroom-btn {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
}

@media (max-width: 800px) {
  .popup-dod.drop {
    /*height: 125vw;*/
    height: calc(73vw + 60px);
  }

  .popup-dod .inner .image img {
    width: 100%;
    height: 73vw;
    object-fit: contain;
  }

  .popup-dod .inner .image img.mobile {
    display: block;
  }

  .popup-dod .inner .image img.desktop {
    display: none;
  }

  .popup-dod .inner .buttons {
    width: 90%;
    margin: 10px 0 10px 0;
  }
}

@media (max-width: 700px) {
  .popup-dod.drop {
    height: calc(88vw + 60px);
  }

  .popup-dod .inner .image img {
    height: 88vw;
  }
}

@media (max-width: 600px) {
  .popup-dod.drop {
    height: calc(88vw + 100px);
  }

  .popup-dod .inner .buttons {
    width: 90%;
    flex-direction: column;
    margin: 10px 0 10px 0;
  }
}

/*.dod_form {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  gap: 20px;*/
/*}*/

/*.dod_form .dod_form_title {*/
/*  width: 100%;*/
/*  font-size: 20px;*/
/*  letter-spacing: 8px;*/
/*  line-height: 24px;*/
/*}*/

/*.dod_form input {*/
/*  width: calc(50% - 10px);*/
/*  background: none;*/
/*  font-family: "Work Sans", sans-serif;*/
/*  font-size: 1em;*/
/*  font-weight: 400;*/
/*  border: 0;*/
/*  border-bottom: 1px solid #979797;*/
/*  color: #000;*/
/*  height: 25px;*/
/*  margin-top: 40px;*/
/*  text-align: left;*/
/*  padding: 0;*/
/*  letter-spacing: 1px;*/
/*}*/

/*@media (max-width: 600px) {*/
/*  .dod_form input {*/
/*    width: 100%;*/
/*  }*/
/*}*/

/*.dod_form input::placeholder {*/
/*  font-family: "Work Sans", sans-serif;*/
/*  font-size: 1em;*/
/*  font-weight: 400;*/
/*  letter-spacing: 1px;*/
/*}*/

/*.dod_form textarea {*/
/*  width: 100%;*/
/*  background: none;*/
/*  font-family: "Work Sans", sans-serif;*/
/*  font-size: 1em;*/
/*  font-weight: 400;*/
/*  border: 1px solid #979797;*/
/*  color: #000;*/
/*  margin-top: 40px;*/
/*  text-align: left;*/
/*  padding: 5px;*/
/*  letter-spacing: 1px;*/
/*}*/

/*.dod_form textarea::placeholder {*/
/*  font-family: "Work Sans", sans-serif;*/
/*  font-size: 1em;*/
/*  font-weight: 400;*/
/*  letter-spacing: 1px;*/
/*}*/

/*.dod_form .btn {*/
/*  width: 200px;*/
/*  height: 40px;*/
/*  margin: 0 0 0 -30px;*/
/*}*/

@media (max-width: 1000px) {
  .matrix-content .content-with-image._imaged .with-image img {
    height: auto;
  }
}

.front_slider_icons {
  position: absolute;
  left: calc(50% - 170px);
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.front_slider_icons.mobile {
  display: none;
}

@media (max-width: 1000px) {
  #front_slider_big .front_slider_icons {
    bottom: 20px;
  }
}

@media (max-width: 600px) {
  .front_slider_icons {
    position: relative;
    bottom: auto;
    left: auto;
    gap: 10px;
    margin: 0 auto;
  }

  .front_slider_icons.desktop {
    display: none;
  }

  .front_slider_icons.mobile {
    display: flex;
  }
}

.front_slider_icons .front_slider_icon_item {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
  padding: 7px 1px 0 1px;
}

@media (max-width: 600px) {
  .front_slider_icons .front_slider_icon_item {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0);
  }
}

.front_slider_icons .front_slider_icon_item .icon {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.front_slider_icons .front_slider_icon_item .icon.lifetime {
  background-image: url("../img/lifetime.svg");
}

.front_slider_icons .front_slider_icon_item .icon.eco {
  background-image: url("../img/eco.svg");
}

.front_slider_icons .front_slider_icon_item .icon.water {
  background-image: url("../img/water.svg");
}

.front_slider_icons .front_slider_icon_item .line {
  height: 1px;
  width: 16px;
  background-color: #000000;
  margin: 6px 0 9px 0;
}

.front_slider_icons .front_slider_icon_item .text {
  width: 100%;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.front_slider_icons .front_slider_icon_item .text span {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

.front_slider_icons.front_slider_icons_hu .front_slider_icon_item .text {
  width: 100%;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  text-align: center;
}

.front_slider_icons.front_slider_icons_hu .front_slider_icon_item .text span {
  display: block;
  color: #000000;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 10px;
  text-align: center;
  margin-top: 6px;
}

.price_offer_btn {
  min-width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  background-color: #FE5959;
  border: none;
  padding: 0 33.5px 0 57.5px;
  cursor: pointer;
}

.price_offer_btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 36px;
  width: 36px;
  background-color: #FFFFFF;
  border-radius: 18px;
  transition: all 0.3s ease;
}

.price_offer_btn::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
  height: 24px;
  width: 19.12px;
  background-image: url("../img/svg/priceOffer-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.price_offer_btn span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}


.price_offer_btn:hover::before {
  height: 36px;
  width: calc(100% - 6px);
}

.price_offer_btn:hover span {
  color: #000000;
}


.dod {
  width: 100%;
  max-width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 0 auto;
}

@media (max-width: 1160px) {
  .dod {
    padding: 0 20px 0 80px;
  }
}

@media (max-width: 700px) {
  .dod {
    padding: 0 10px 0 10px;
  }
}

.dod h1 {
  width: 100%;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  /*margin-bottom: 20px;*/
}

.dod_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.dod .dod_header .image {
  width: 100%;
}

.dod .dod_header .dod_btn {
  align-self: center;
  background: linear-gradient(135.67deg, #F1D3B9 0%, #B6885F 100%);
  color: white !important;
  height: 40px;
  border: 1px solid #ffffff !important;
  transition: all 0.3s ease;
}

.dod .dod_header .dod_btn span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.dod .richText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*gap: 10px;*/
}

.dod .richText {
  width: 100%;
}

.dod .richText h2 {
  margin: 20px 0 !important;
}

.dod .richText h3 {
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: none;
  margin: 10px 0;
}

.dod .richText p {
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 20px;
  margin-bottom: 20px;
}

.dod .richText p:last-child {
  margin-bottom: 0;
}

.dod .richText p a {
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 20px;
}

.dod .richText ul {
  list-style-position: inside;
}

.dod .richText ul li {
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 20px;
}

.dod h2 {
  /*width: fit-content;*/
  /*width: -moz-fit-content;*/
  align-self: flex-start;
  font-size: 0.875em;
  letter-spacing: 6px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 40px 0;
}

.dod .dod_subtitle {
  width: 100%;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 58px;
  text-transform: none;
  margin: 80px 0;
}

@media (max-width: 850px) {
  .dod .dod_subtitle {
    font-size: 40px;
    letter-spacing: 1.5px;
    line-height: 48px;
  }
}

@media (max-width: 700px) {
  .dod .dod_subtitle {
    margin: 60px 0;
  }
}

@media (max-width: 500px) {
  .dod .dod_subtitle {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 38px;
  }
}

.dod .dod_images {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.dod .dod_images img {
  width: 100%;
}

@media (max-width: 600px) {
  .dod .dod_images {
    gap: 10px;
  }
}

.dod .dod_image {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

.dod .dod_image img {
  width: 100%;
}

.dod .dod_text {
  width: 100%;
  margin-bottom: 60px;
}

.dod .dod_percentage {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}

.dod .dod_percentage .dod_percentage_item {
  width: calc(33% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 10px;*/
}

.dod .dod_percentage .dod_percentage_item span {
  color: #D5A173;
  font-family: "Work Sans";
  font-size: min(120px, 10vw);
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: -0.5em;
}

.dod .dod_percentage .dod_percentage_item img {
  width: 70%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.dod .dod_percentage .dod_percentage_item p {
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 26px;
  text-align: center;
}

.dod .dod_percentage .dod_percentage_separator {
  align-self: stretch;
  width: 2px;
  background-color: #D5A173;
  transform: rotate(5deg);
}

@media (max-width: 800px) {
  .dod .dod_percentage .dod_percentage_item p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
  }
}

@media (max-width: 600px) {
  .dod .dod_percentage {
    gap: 20px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dod .dod_percentage .dod_percentage_item {
    width: calc(50% - 11px);
  }

  .dod .dod_percentage .dod_percentage_item span {
    font-size: min(120px, 20vw);
  }

  .dod .dod_percentage .dod_percentage_item p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
  }

  .dod .dod_percentage .dod_percentage_separator:nth-child(4) {
    display: none;
  }
}

.dod .line {
  width: 80px;
  height: 2px;
  background-color: #000000;
  margin: 0 auto 40px 0;
}

.dod .dod_imageText {
  width: 100%;
  max-width: 224px;
  align-self: flex-start;
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 30px;
}

.dod .dod_gastro {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.dod .dod_gastro .richText {
  width: calc(50% - 10px);
  padding: 40px 0 0 0;
}

.dod .dod_gastro .richText h3 {
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 40px;
}

.dod .dod_gastro .richText p {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

.dod .dod_gastro .richText::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #000000;
}

.dod .dod_gastro .image {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  .dod .dod_gastro {
    flex-wrap: wrap;
  }

  .dod .dod_gastro .richText {
    width: 100%;
  }

  .dod .dod_gastro .image {
    width: 100%;
  }
}

.dod .dod_programs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: min(80px, 8vw);
  background-color: #EDEDED;
  padding: 50px 40px;
  margin: 0 0 80px 0;
}

.dod .dod_programs .richText {
  width: calc(33% - min(53px, 5.3vw));
}

@media (max-width: 850px) {
  .dod .dod_programs {
    gap: 40px 20px;
    flex-wrap: wrap;
  }

  .dod .dod_programs .richText {
    width: calc(50% - 10px);
  }

  .dod .dod_programs .richText:last-child {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .dod .dod_programs {
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  .dod .dod_programs .richText {
    width: 100%;
  }
}

.dod .dod_programs .richText h3 {
  color: #000000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 20px;
}

.dod .dod_programs .richText p {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
}

.dod .dod_programs .richText ul {
  list-style-position: inside;
  margin-top: 10px;
}

.dod .dod_programs .richText ul li {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  padding-bottom: 10px;
}

.dod .dod_programs .richText ul li:last-child {
  padding: 0
}

.dod .dod_programs .richText a {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  font-weight: bold;
}

.dod .dod_programs .richText a:hover {
  text-decoration: underline;
}

.dod .dod_picto {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.dod .dod_picto .image {
  width: calc(59% - 20px);
}

.dod .dod_picto h2 {
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 58px;
  text-transform: none;
}

@media (max-width: 850px) {
  .dod .dod_picto h2 {
    font-size: 40px;
    letter-spacing: 1.5px;
    line-height: 48px;
  }
}

@media (max-width: 700px) {
  .dod .dod_picto {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }

  .dod .dod_picto .image {
    width: 100%;
    order: 2;
  }

  .dod .dod_picto h2 {
    max-width: 100%;
    order: 1;
  }
}

@media (max-width: 500px) {
  .dod .dod_picto h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 38px;
  }
}

.dod .dod_form_title {
  width: 100%;
  /*max-width: 330px;*/
  align-self: flex-start;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.dod .dod_form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 100px;
}

.dod .dod_form .column {
  width: calc(50% - 15px);
}

@media (max-width: 700px) {
  .dod .dod_form {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
  }

  .dod .dod_form .column {
    width: 100%;
  }
}

.dod .dod_form .column label {
  display: block;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  margin-bottom: 10px;
}

.dod .dod_form .column input {
  height: 42px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  padding: 12px 16px;
  margin: 0 0 20px 0;
}

.dod .dod_form .column input:last-child {
  margin: 0;
}

.dod .dod_form .column input::placeholder {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  opacity: 0.7;
}

.dod .dod_form .column textarea {
  height: 130px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  padding: 12px 16px;
  margin: 0 0 20px 0;
}

.dod .dod_form .column textarea::placeholder {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  opacity: 0.7;
}

.dod .dod_form .column .btn {
  width: 100%;
  height: 56px;
  background-color: #000000;
  border-radius: 28px;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
  margin: 0;
}

.dod .dod_form .column .form_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}

.dod .dod_form .column .form_grid .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dod .dod_form .column .form_grid .checkbox input {
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: 0;
  z-index: 5;
}

.dod .dod_form .column .form_grid .checkbox .custom_checkbox {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dod .dod_form .column .form_grid .checkbox .custom_checkbox::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000000;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.dod .dod_form .column .form_grid .checkbox input:checked ~ .custom_checkbox::after {
  opacity: 1;
  transform: scale(1);
}

.dod .dod_form .column .form_grid .checkbox label {
  display: block;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  margin: 0;
}

@media (max-width: 700px) {
  .dod .dod_form .column label {
    margin-bottom: 5px;
  }

  .dod .dod_form .column input {
    margin: 0 0 10px 0;
  }

  .dod .dod_form .column textarea {
    margin: 0 0 10px 0;
  }

  .dod .dod_form .column .form_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section.sale_content &gt; .text_box &gt; .sale_banner &gt; .right h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

section.sale_content &gt; .text_box &gt; .sale_banner &gt; .right p {
  margin: 0 0 10px 0;
}

section.sale_content &gt; .text_box &gt; .sale_banner &gt; .right p:last-child {
  margin: 0;
}

.mobiliar {
  width: 100%;
  max-width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 0 auto;
}

@media (max-width: 1160px) {
  .mobiliar {
    padding: 0 20px 0 80px;
  }
}

@media (max-width: 700px) {
  .mobiliar {
    padding: 0 10px 0 10px;
  }
}

.mobiliar h1 {
  width: 100%;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 40px;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.mobiliar .mobiliar_subtitle {
  width: 100%;
  color: #D5A173;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mobiliar h1 {
    font-size: 30px;
    margin: 0 0 40px 0;
  }

  .mobiliar .mobiliar_subtitle {
    font-size: 20px;
  }
}

.mobiliar .mobiliar_text {
  width: 100%;
  margin-bottom: 80px;

  p {
    width: 100%;
    max-width: 680px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    line-height: 17px;
    margin-bottom: 1em;
  }
}

@media (max-width: 600px) {
  .mobiliar .mobiliar_text {
    width: 100%;
    margin-bottom: 40px;
  }
}

.mobiliar .mobiliar_content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}

.mobiliar .mobiliar_content .column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobiliar .mobiliar_content .column h2 {
  /*color: #D5A173;*/
  /*font-size: 40px;*/
  /*font-weight: 300;*/
  /*letter-spacing: 8px;*/
  /*text-align: left;*/
  /*text-transform: uppercase;*/
  /*margin-bottom: 20px;*/
}

.mobiliar .mobiliar_content .column p {
  width: 100%;
  max-width: 680px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  line-height: 17px;
  margin-bottom: 1em;
}

.mobiliar .mobiliar_content .gallery_swiper {
  width: calc(50% - 80px);
  padding: 0 40px;
  overflow: hidden;
}

.mobiliar .mobiliar_content .gallery_swiper .swiper-slide img {
  width: 100%;
}

.mobiliar .mobiliar_content .gallery_swiper .gallery_swiper_next {
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 10px;
  height: 18px;
  background-image: url("../img/svg/arrow_thin.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 20;
}

.mobiliar .mobiliar_content .gallery_swiper .gallery_swiper_next.swiper-button-disabled {
  opacity: 0.5;
}

.mobiliar .mobiliar_content .gallery_swiper .gallery_swiper_prev {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 10px;
  height: 18px;
  background-image: url("../img/svg/arrow_thin_left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 20;
}

.mobiliar .mobiliar_content .gallery_swiper .gallery_swiper_prev.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 1000px) {
  .mobiliar .mobiliar_content {
    gap: 40px;
    margin-bottom: 80px;
  }

  .mobiliar .mobiliar_content .gallery_swiper {
    width: calc(50% - 40px);
  }
}

@media (max-width: 800px) {
  .mobiliar .mobiliar_content {
    flex-direction: column;
    align-items: center;
  }

  .mobiliar .mobiliar_content.reverse {
    flex-direction: column-reverse;
  }

  .mobiliar .mobiliar_content .column {
    width: 100%;
  }

  .mobiliar .mobiliar_content .gallery_swiper {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .mobiliar .mobiliar_content .column h2 {
    /*font-size: 20px;*/
  }

  .mobiliar .mobiliar_content .gallery_swiper {
    padding: 0 20px;
  }
}

.mobiliar .mobiliar_gallery {
  width: calc(((100vw - 990px) / 2) + 990px);
  align-self: flex-start;
  padding: 0 0 0 40px;
  margin: 0 0 80px 0;
  overflow: hidden;
}

.mobiliar .mobiliar_gallery .swiper-slide img {
  width: 100%;
}

.mobiliar .mobiliar_gallery .swiper-slide img.mobile {
  display: none;
}

.mobiliar .mobiliar_gallery .mobiliar_gallery_nav {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  transform: translateY(-38px);
  z-index: 50;
}

.mobiliar .mobiliar_gallery .mobiliar_gallery_nav .mobiliar_gallery_next {
  width: 10px;
  height: 18px;
  background-image: url("../img/svg/arrow_thin.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mobiliar .mobiliar_gallery .mobiliar_gallery_nav .mobiliar_gallery_next.swiper-button-disabled {
  opacity: 0.5;
}

.mobiliar .mobiliar_gallery .mobiliar_gallery_nav .mobiliar_gallery_prev {
  width: 10px;
  height: 18px;
  background-image: url("../img/svg/arrow_thin_left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mobiliar .mobiliar_gallery .mobiliar_gallery_nav .mobiliar_gallery_prev.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 1160px) {
  .mobiliar .mobiliar_gallery {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .mobiliar .mobiliar_gallery {
    padding: 0;
  }

  .mobiliar .mobiliar_gallery .mobiliar_gallery_nav {
    position: relative;
    top: auto;
    left: auto;
    width: 80px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
    transform: translateY(0);
    margin: 40px auto 0 auto;
  }
}

@media (max-width: 600px) {
  .mobiliar .mobiliar_gallery {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 500px) {
  .mobiliar .mobiliar_gallery .swiper-slide img.mobile {
    display: block;
  }

  .mobiliar .mobiliar_gallery .swiper-slide img.desktop {
    display: none;
  }
}

.mobiliar .mobiliar_catalogue {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #EDEDED;
  padding: 2.5em;
  margin: 0 0 80px 0;
}

.mobiliar .mobiliar_catalogue .btn {
  width: 50%;
  height: 56px;
  background-color: #000000;
  border-radius: 28px;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
  margin: 0;
}

.mobiliar .mobiliar_catalogue .mobiliar_catalogue_image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -60px 0 -120px 0;
}

.mobiliar .mobiliar_catalogue .mobiliar_catalogue_image img {
  width: calc(100% + 150px);
}

.mobiliar .mobiliar_catalogue .mobiliar_catalogue_image .pdf {
  position: absolute;
  left: calc(41% - 45px);
  bottom: calc(31% - 45px);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(rgba(240, 182, 127, 1) 0%, rgba(180, 120, 82, 1) 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
}

@media (max-width: 1100px) {
  .mobiliar .mobiliar_catalogue .mobiliar_catalogue_image {
    margin: -60px 0 -120px 0;
  }

  .mobiliar .mobiliar_catalogue .mobiliar_catalogue_image img {
    width: calc(100% + 80px);
  }
}

@media (max-width: 800px) {
  .mobiliar .mobiliar_catalogue {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .mobiliar .mobiliar_catalogue .btn {
    width: 100%;
    max-width: 350px;
  }

  .mobiliar .mobiliar_catalogue .mobiliar_catalogue_image {
    width: 100%;
    margin: 0;
  }

  .mobiliar .mobiliar_catalogue .mobiliar_catalogue_image img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mobiliar .mobiliar_catalogue {
    padding: 20px;
    margin: 0 0 40px 0;
  }

  .mobiliar .mobiliar_catalogue .mobiliar_catalogue_image .pdf {
    left: calc(41% - 35px);
    bottom: calc(31% - 35px);
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

.mobiliar .mobiliar_form_title {
  width: 100%;
  max-width: 330px;
  align-self: flex-start;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.mobiliar .mobiliar_form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 100px;
}

.mobiliar .mobiliar_form .column {
  width: calc(50% - 15px);
}

@media (max-width: 700px) {
  .mobiliar .mobiliar_form {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
  }

  .mobiliar .mobiliar_form .column {
    width: 100%;
  }
}

.mobiliar .mobiliar_form .column label {
  display: block;
  color: #D5A173;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  margin-bottom: 10px;
}

.mobiliar .mobiliar_form .column input {
  height: 42px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  padding: 12px 16px;
  margin: 0 0 20px 0;
}

.mobiliar .mobiliar_form .column input:last-child {
  margin: 0;
}

.mobiliar .mobiliar_form .column input::placeholder {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  opacity: 0.7;
}

.mobiliar .mobiliar_form .column textarea {
  height: 130px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  padding: 12px 16px;
  margin: 0 0 20px 0;
}

.mobiliar .mobiliar_form .column textarea::placeholder {
  color: #000000;
  font-family: "Work Sans";
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  opacity: 0.7;
}

.mobiliar .mobiliar_form .column .btn {
  width: 100%;
  height: 56px;
  background-color: #000000;
  border-radius: 28px;
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
  margin: 0;
}

@media (max-width: 700px) {
  .mobiliar .mobiliar_form .column label {
    margin-bottom: 5px;
  }

  .mobiliar .mobiliar_form .column input {
    margin: 0 0 10px 0;
  }

  .mobiliar .mobiliar_form .column textarea {
    margin: 0 0 10px 0;
  }
}

section.front_product_cont .product_container .product_container_item:nth-child(6) .image_box img {
  width: auto;
  max-width: 100%;
}

/*# sourceMappingURL=update.css.map */
</pre></body></html>