html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q:before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

body,
html {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #222;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-padding-top: 100px;
}

body.fixed {
  position: fixed;
  max-width: 100%;
}

.new-leyout {
  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  /*
       * Spin
       */
}
.new-leyout h1 {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 64px;
}
@media screen and (max-width: 576px) {
  .new-leyout h1 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 40px;
  }
}
.new-leyout h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 35px;
}
.new-leyout h3 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 30px;
}
.new-leyout h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 25px;
}
.new-leyout p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.new-leyout a {
  text-decoration: none;
}
.new-leyout .container {
  width: 100%;
  max-width: 1419px;
  margin: 0 auto;
  padding: 0 15px;
}
.new-leyout .container.small {
  max-width: 1132px;
}
.new-leyout .container.large {
  max-width: 1670px;
}
.new-leyout .btn {
  width: max-content;
  padding: 18px 33px 18px 39px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: #80af36;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  color: #fcfcfc;
  transition: 400ms;
}
.new-leyout .btn-arrow {
  display: flex;
  align-items: center;
}
.new-leyout .btn-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("../../image/icons/right-arrow.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 50px;
}
.new-leyout .btn.btn-search {
  position: relative;
}
.new-leyout .btn.btn-search::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../../image/icons/search.svg");
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.new-leyout .btn.only-arrow {
  background-color: #222;
  padding: 15px 45px;
}
.new-leyout .btn.only-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("../../image/icons/right-arrow.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.new-leyout .btn.border {
  border: 2px solid #f2f2f2;
}
.new-leyout .btn.border:hover {
  border: 2px solid #222;
}
.new-leyout .btn.large {
  padding: 18px 88px;
}
.new-leyout .btn.white {
  background-color: #ffffff;
  color: #222222;
}
.new-leyout .btn.padding-60 {
  padding: 18px 67px;
}
.new-leyout .btn.white {
  background: #ffffff;
  color: #80af36;
}
.new-leyout .btn.dark {
  background: #222;
  color: #fff;
}
.new-leyout .btn.phone-icon {
  display: flex;
  justify-content: space-between;
}
.new-leyout .btn.phone-icon::after {
  content: "";
  width: 21.5px;
  height: 21.5px;
  display: block;
  background-image: url("../../image/icons/phone-green.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 50px;
}
.new-leyout .btn.mail-icon {
  display: flex;
  justify-content: space-between;
}
.new-leyout .btn.mail-icon::after {
  content: "";
  width: 25px;
  height: 20px;
  display: block;
  background-image: url("../../image/icons/mail-icon.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 50px;
}
.new-leyout .default-button {
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: #80af36;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  color: #fcfcfc;
  border: 5px solid #80af36;
}
.new-leyout .default-button.width-225 {
  width: 225px;
}
.new-leyout .default-button.width-full {
  width: 100%;
}
.new-leyout .default-button.small {
  padding: 8px 15px 8px;
  font-size: 0.8rem;
  margin-left: 15px;
}
@media (max-width: 380px) {
  .new-leyout .default-button.small {
    padding: 14px 40px !important;
  }
}
.new-leyout .default-button.float-right {
  float: right;
}
.new-leyout .default-button.float-right {
  float: right;
}
.new-leyout .default-button.small {
  padding: 14px 45px 14px;
  font-size: 1rem;
  margin-left: 15px;
}
.new-leyout .offer-detail--slider-thumbs {
  display: none;
}
.new-leyout .hamburger {
  display: none;
  position: relative;
  top: 6px;
  z-index: 100;
}
@media (max-width: 1180px) {
  .new-leyout .hamburger {
    display: inline-block;
  }
}
.new-leyout .hamburger.is-active .hamburger-inner,
.new-leyout .hamburger.is-active .hamburger-inner:after,
.new-leyout .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
.new-leyout .default-button.width-full {
  width: 100%;
}
.new-leyout .offer-detail .investment-office {
  margin-top: 140px;
}
.new-leyout .dark-button {
  padding: 14.5px 33px 14.5px 39px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: #80af36;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  color: #222;
  transition: 400ms;
  border: 2px solid #f2f2f2;
  background: #fff;
}
.new-leyout .dark-button.no-hover-border:hover {
  border: 2px solid transparent;
}
.new-leyout .dark-button.bg-dark {
  background: #222;
}
.new-leyout .dark-button.width-225 {
  width: 225px;
}
.new-leyout .dark-button.width-full {
  width: 100%;
}
.new-leyout .dark-button:hover {
  border: 2px solid #222;
}
.new-leyout .dark-button.small {
  padding: 8px 15px 8px;
  font-size: 0.8rem;
  margin-left: 15px;
}
.new-leyout .dark-button.save-icon {
  position: relative;
}
.new-leyout .dark-button.save-icon::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("../../image/icons/save-icon.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 50px;
}
.new-leyout .border-button.white {
  border-color: #fff;
  color: #fff;
}
.new-leyout .border-button {
  font-size: 0.95rem;
}
.new-leyout .border-button {
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 32px 15px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.new-leyout .border-button.width-225 {
  width: 225px;
}
.new-leyout .border-button.width-full {
  width: 100%;
}
.new-leyout .border-button.white {
  border-color: #fff;
  color: #fff;
}
.new-leyout .border-button.white:hover {
  background-color: #fff;
  color: #222222;
}
.new-leyout .border-button.green {
  border-color: #80af36;
  color: #80af36;
}
.new-leyout .border-button.green:hover {
  background-color: #80af36;
  color: #ffffff;
}
.new-leyout .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.new-leyout .hamburger:hover {
  opacity: 0.7;
}
.new-leyout .hamburger.is-active:hover {
  opacity: 0.7;
}
.new-leyout .hamburger.is-active .hamburger-inner,
.new-leyout .hamburger.is-active .hamburger-inner::before,
.new-leyout .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.new-leyout .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.new-leyout .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.new-leyout .hamburger-inner,
.new-leyout .hamburger-inner::before,
.new-leyout .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.new-leyout .hamburger-inner::before,
.new-leyout .hamburger-inner::after {
  content: "";
  display: block;
}
.new-leyout .hamburger-inner::before {
  top: -10px;
}
.new-leyout .hamburger-inner::after {
  bottom: -10px;
}
.new-leyout .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.new-leyout .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.new-leyout .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.new-leyout .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-leyout .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.new-leyout .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-leyout .heart {
  width: 20px;
  height: 18px;
  margin-right: 30px;
  background-image: url("../../image/icons/heart.svg");
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.new-leyout .safe-button-heart {
  position: absolute;
  right: 17px;
  top: 15px;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 15;
}
.new-leyout .safe-button-heart button.default-button.small,
.new-leyout .safe-button-heart a.default-button.small {
  padding: 0 !important;
  margin: 0;
  border: none;
}
.new-leyout .safe-button-heart button,
.new-leyout .safe-button-heart a {
  background-image: url(../../image/heart.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  font-size: 0;
  letter-spacing: 0;
  color: transparent;
}
.new-leyout .safe-button-heart button.red,
.new-leyout .safe-button-heart a.red {
  background-image: url(../../image/heart-red.svg);
}
.new-leyout .safe-button-heart button.default-button.small:hover,
.new-leyout .safe-button-heart a.default-button.small:hover {
  background-color: unset;
  transform: scale(1.1);
}
.new-leyout .whatsapp {
  position: relative;
}
.new-leyout .whatsapp::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../image/icons/whatsapp.svg");
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
}
.new-leyout .whatsapp.default-button::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  background-image: url("../../image/icons/whatsapp-white.svg");
}
.new-leyout .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  z-index: -1;
}
.new-leyout .banner .banner-content {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-leyout .banner-title h2 {
  color: #fff;
}
.new-leyout .banner-wyswig {
  margin-top: 188px;
  width: 100%;
  height: 250px;
}
.new-leyout .banner-wyswig .banner-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-leyout .search-section {
  padding-top: 196px;
  padding-bottom: 160px;
  position: absolute;
  right: calc((100% - 1390px) / 2);
  max-width: 400px;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1420px) {
  .new-leyout .search-section {
    right: 15px;
  }
}
@media (max-width: 1536px) {
  .new-leyout .search-section {
    padding-bottom: 160px;
  }
}
@media (max-width: 1280px) {
  .new-leyout .search-section {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .new-leyout .search-section {
    right: 15px;
  }
}
.new-leyout .search-section .search-box {
  display: flex;
  flex-direction: column;
  padding: 48px;
  position: relative;
  top: calc(50% + 28.5px);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 566px;
  background-color: #fff;
  border-radius: 12px;
}
.new-leyout .search-section h3 {
  font-weight: 600;
  margin-bottom: 36px;
}
.new-leyout .search-section .input-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.new-leyout .search-section .multiple-inputs {
  display: flex;
  gap: 16px;
}
.new-leyout .search-section .multiple-inputs input {
  max-width: calc(50% - 8px);
}
.new-leyout .search-section label {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 0.75rem;
  color: #8a8a8a;
}
.new-leyout .search-section input,
.new-leyout .search-section select {
  padding: 14px 25px;
  width: 100%;
  background-color: #eee;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222;
  height: 50px;
  cursor: pointer;
}
.new-leyout .search-section input::placeholder,
.new-leyout .search-section select::placeholder {
  color: #222222;
}
.new-leyout .search-section input::-webkit-outer-spin-button, .new-leyout .search-section input::-webkit-inner-spin-button,
.new-leyout .search-section select::-webkit-outer-spin-button,
.new-leyout .search-section select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.new-leyout .search-section input option,
.new-leyout .search-section select option {
  color: #222;
  font-size: 0.75rem;
  font-weight: 500;
}
.new-leyout .search-section input option .test,
.new-leyout .search-section select option .test {
  height: 300px;
}
.new-leyout .search-section input[type=number] {
  cursor: text;
}
.new-leyout .search-section .custom-select {
  cursor: pointer;
  position: relative;
}
.new-leyout .search-section .custom-select select {
  appearance: none;
  border: none;
  width: 100%;
  outline: none;
}
.new-leyout .search-section .custom-select select::-ms-expand {
  display: none;
}
.new-leyout .search-section .custom-select::after {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 23px;
  width: 10px;
  height: 5px;
  background-image: url("../../image/icons/select-arrow.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.new-leyout .search-section .button-item {
  margin-top: auto;
}
.new-leyout .search-section .btn {
  padding: 16px 26px 16px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  margin-top: auto;
  width: 100%;
  border: none;
  cursor: pointer;
}
.new-leyout .search-section.static {
  position: relative;
  right: auto;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.new-leyout .search-section.static form {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  bottom: 0;
}
.new-leyout .search-section.static h3 {
  width: 100%;
}
.new-leyout .search-section.static .input-items,
.new-leyout .search-section.static .input-item {
  margin-bottom: 0;
  width: 40%;
  display: flex;
  gap: 10px;
}
.new-leyout .search-section.static .input-items .input-item,
.new-leyout .search-section.static .input-item .input-item {
  width: calc(50% - 10px);
}
.new-leyout .search-section.static .button-item {
  margin-left: 4px;
  margin-top: 34px;
  display: inline-block;
  width: calc(20% - 20px);
}
.new-leyout .search-section.static .btn {
  height: 50px;
}
.new-leyout .search-section.static .multiple-inputs {
  gap: 10px;
}
@media (max-height: 930px) {
  .new-leyout .search-section.static {
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
  }
  .new-leyout .search-section.static form {
    top: auto;
    transform: translateY(0);
  }
}
@media (max-width: 1536px) {
  .new-leyout .search-section.static {
    padding-top: 220px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .new-leyout .search-section.static form {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 768px) {
  .new-leyout .search-section.static .button-item {
    width: calc(25% - 10px);
  }
  .new-leyout .search-section.static .input-items,
.new-leyout .search-section.static .input-item {
    width: 50%;
  }
  .new-leyout .search-section.static .button-item {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .new-leyout .search-section.static form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .new-leyout .search-section.static {
    top: 0;
    padding-top: 150px;
  }
  .new-leyout .search-section.static .multiple-inputs input {
    max-width: calc(50% - 5px);
  }
  .new-leyout .search-section.static label {
    margin-bottom: 0;
  }
  .new-leyout .search-section.static form {
    top: 0;
  }
  .new-leyout .search-section.static .input-items,
.new-leyout .search-section.static .input-item {
    width: 100%;
  }
  .new-leyout .search-section.static .input-items .input-item,
.new-leyout .search-section.static .input-item .input-item {
    width: calc(50% - 5px);
    margin-top: 0;
  }
  .new-leyout .search-section.static .input-item {
    margin-top: 8px;
  }
  .new-leyout .search-section.static .button-item {
    width: 100%;
    margin-left: 0;
  }
  .new-leyout .search-section.static .button-item .btn {
    height: 40px;
  }
}
@media (max-width: 1536px) {
  .new-leyout .search-section h3 {
    margin-bottom: 16px;
  }
  .new-leyout .search-section .input-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .new-leyout .search-section {
    padding-bottom: 160px;
  }
}
@media (max-width: 1024px) {
  .new-leyout .search-section {
    max-width: 45%;
  }
}
@media (min-height: 900px) {
  .new-leyout .search-section {
    padding-bottom: 160px;
  }
}
@media (min-height: 930px) {
  .new-leyout .search-section {
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
  }
  .new-leyout .search-section .search-box {
    top: auto;
    transform: translateY(0);
    bottom: 185px;
  }
}
@media (max-width: 576px) {
  .new-leyout .search-section {
    padding-bottom: 0;
    max-width: calc(100% - 30px);
    right: 15px;
    max-height: 500px;
  }
  .new-leyout .search-section .search-box {
    padding: 16px;
  }
  .new-leyout .search-section .input-items {
    display: flex;
    gap: 16px;
  }
  .new-leyout .search-section .input-items .input-item {
    width: 50%;
    margin-bottom: 8px;
  }
  .new-leyout .search-section label {
    margin-bottom: 8px;
  }
  .new-leyout .search-section input,
.new-leyout .search-section select {
    padding: 10px;
    height: 40px;
  }
  .new-leyout .search-section .btn {
    padding: 10px 15px;
    height: 40px;
  }
  .new-leyout .search-section .search-box {
    top: 155px;
    bottom: 0;
  }
}
.new-leyout .italy-contact {
  margin-bottom: 30px;
  position: fixed;
  top: 35px;
  z-index: 999999;
  background: #fff;
  padding: 30px;
  border-radius: 0.75rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1366px;
  text-align: center;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  transition: top 0.3s;
  animation: sliding 10s forwards;
}
.new-leyout .italy-contact h2 {
  color: #80af36;
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 576px) {
  .new-leyout .italy-contact h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.new-leyout .italy-contact p {
  font-weight: 500;
}
@media (max-width: 576px) {
  .new-leyout .italy-contact {
    width: calc(100% - 30px);
  }
}
@keyframes sliding {
  0% {
    top: -1000px;
  }
  10% {
    top: 35px;
  }
  90% {
    top: 35px;
  }
  100% {
    top: -1000px;
  }
}
.new-leyout .banner-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.new-leyout .banner-hero .container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: -1;
  position: relative;
}
@media (max-width: 576px) {
  .new-leyout .banner-hero .container {
    padding-top: 800px;
    min-height: 100vh;
  }
}
.new-leyout .banner-hero .images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.new-leyout .banner-hero .images .slick-list {
  height: 100%;
}
.new-leyout .banner-hero .images .slick-track {
  height: 100%;
}
.new-leyout .banner-hero .images .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-leyout .banner-hero .images .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-leyout .banner-hero .images .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.new-leyout .banner-hero .content {
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
  max-width: 1390px;
}
@media screen and (max-width: 576px) {
  .new-leyout .banner-hero .content {
    text-align: center;
    padding-bottom: 30px;
  }
}
.new-leyout .banner-hero .content h1 {
  color: #fcfcfc;
}
.new-leyout .banner-hero .content .btn {
  margin-top: 36px;
}
@media screen and (max-width: 576px) {
  .new-leyout .banner-hero .content .btn {
    margin: 16px auto 0;
  }
}
.new-leyout .banner-hero .content .banner-hero-dots-box {
  position: relative;
}
@media (max-width: 1536px) {
  .new-leyout .banner-hero .content .banner-hero-dots-box {
    margin-top: 0;
  }
}
.new-leyout .banner-hero .content .banner-hero-dots-box .slider-counter {
  position: absolute;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  transition: 400ms;
}
.new-leyout .banner-hero .content .banner-hero-dots-box .slider-counter.current {
  left: -37px;
}
.new-leyout .banner-hero .content .banner-hero-dots-box .slider-counter.all {
  right: -37px;
}
.new-leyout .banner-hero .content .banner-hero-dots-box .time-line {
  width: 100%;
  height: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 400ms;
}
.new-leyout .banner-hero .content .banner-hero-dots-box .time-line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}
.new-leyout .banner-hero .content .banner-hero-dots-box .time-line span {
  width: 0%;
  display: block;
  height: 100%;
  background-color: #80af36;
}
.new-leyout .banner-hero .content .banner-hero-dots-box .time-line.new-slide span {
  animation: durationLine var(--durationTime) linear forwards;
}
@keyframes durationLine {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.new-leyout .banner-hero:hover .content .banner-hero-dots-box .time-line.new-slide span {
  animation-play-state: paused;
  animation: emptyanim;
}
@media screen and (max-width: 1503px) {
  .new-leyout .banner-hero .content .banner-hero-dots-box .slider-counter.current {
    left: 0;
  }
  .new-leyout .banner-hero .content .banner-hero-dots-box .slider-counter.all {
    right: 0;
  }
  .new-leyout .banner-hero .content .banner-hero-dots-box .time-line {
    width: calc(100% - 34px - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .new-leyout .banner-hero .container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .new-leyout .banner-hero {
    height: auto;
  }
}
@media (max-height: 860px) {
  .new-leyout .banner-hero {
    height: 900px;
  }
}
.new-leyout .latest-offert {
  margin-top: 80px;
}
.new-leyout .latest-offert .title {
  margin-bottom: 80px;
  padding: 0;
  border-radius: 10px;
}
.new-leyout .latest-offert .title h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #222;
}
.new-leyout .latest-offert .content {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 27px));
  gap: 40px;
}
@media (max-width: 1150px) {
  .new-leyout .latest-offert .content {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
}
@media (max-width: 810px) {
  .new-leyout .latest-offert .content {
    grid-template-columns: repeat(1, 100%);
  }
}
.new-leyout .latest-offert .content .offert {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: 400ms;
}
.new-leyout .latest-offert .content .offert .btn {
  opacity: 0;
  margin-left: auto;
}
.new-leyout .latest-offert .content .offert:nth-child(2n) {
  margin-right: 0;
}
.new-leyout .latest-offert .content .offert .header {
  width: 100%;
  height: 292px;
  overflow: hidden;
  border-radius: 4px;
}
.new-leyout .latest-offert .content .offert .header .slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-list,
.new-leyout .latest-offert .content .offert .header .slider .slick-track {
  height: 100%;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-arrow {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-arrow::before {
  display: none;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-arrow::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../../image/icons/arrow-left-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  width: 30.5px;
  height: 30.5px;
  border-radius: 100%;
  background-color: #ffffff;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-next {
  right: 0px;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-next::after {
  right: 15px;
  transform: rotate(180deg);
}
.new-leyout .latest-offert .content .offert .header .slider .slick-prev {
  left: 0px;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-prev::after {
  left: 15px;
}
.new-leyout .latest-offert .content .offert .header .slider .slick-disabled {
  opacity: 0.45;
}
.new-leyout .latest-offert .content .offert .header .slider .item {
  height: 100%;
}
.new-leyout .latest-offert .content .offert .header .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.new-leyout .latest-offert .content .offert .body {
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 292px);
}
.new-leyout .latest-offert .content .offert .body .options {
  display: flex;
  align-items: center;
}
.new-leyout .latest-offert .content .offert .body .options .price {
  margin-right: auto;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.new-leyout .latest-offert .content .offert .body .options .price span {
  text-transform: uppercase;
  color: #d5d5d5;
}
.new-leyout .latest-offert .content .offert .body .title-offert h3 {
  color: #222222;
}
.new-leyout .latest-offert .content .offert .body .title-offert p {
  color: #cfcfcf;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .new-leyout .latest-offert .content .offert .body {
    flex-direction: column;
  }
  .new-leyout .latest-offert .content .offert .body .options {
    justify-content: space-between;
  }
}
.new-leyout .latest-offert .content .offert:hover .btn {
  opacity: 1;
}
.new-leyout .latest-offert .content-footer {
  padding-top: 90px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-leyout .latest-offert .content-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .new-leyout .latest-offert .content .offert {
    width: 100%;
    margin-right: 0px;
  }
}
.new-leyout .cross-images {
  padding: 50px 0;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .new-leyout .cross-images {
    padding-top: 80px;
  }
}
.new-leyout .cross-images .section-title {
  padding-bottom: 16px;
}
.new-leyout .cross-images .list .container.small:nth-child(2n) .item {
  flex-direction: row-reverse;
  padding-bottom: 150px;
}
@media (max-wifth: 1024px) {
  .new-leyout .cross-images .list .container.small:nth-child(2n) .item {
    padding-bottom: 70px;
  }
}
.new-leyout .cross-images .list .container.small:nth-child(2n) .item .content {
  margin-left: 100px;
  margin-right: 0;
}
.new-leyout .cross-images .list .container.small:nth-child(2n) .item .images {
  z-index: -1;
}
.new-leyout .cross-images .list .container.small:nth-child(2n) .item .images img {
  transform: rotate(270deg);
  box-shadow: unset;
  object-fit: contain;
}
@media (max-width: 1080px) {
  .new-leyout .cross-images .list .container.small:nth-child(2n) .item .images {
    margin-top: -35px;
    height: 320px;
  }
}
@media (max-width: 576px) {
  .new-leyout .cross-images .list .container.small:nth-child(2n) .item .images img {
    object-fit: contain;
  }
}
@media screen and (max-width: 1080px) {
  .new-leyout .cross-images .list .container.small:nth-child(2n) {
    flex-direction: column;
  }
  .new-leyout .cross-images .list .container.small:nth-child(2n) .content {
    margin-left: 0;
  }
}
.new-leyout .cross-images .list .container.small .item {
  display: flex;
  align-items: center;
}
.new-leyout .cross-images .list .container.small .item .images {
  flex-shrink: 0;
  width: 100%;
  max-width: 398px;
  height: 578px;
  position: relative;
}
.new-leyout .cross-images .list .container.small .item .images img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.new-leyout .cross-images .list .container.small .item .images img:nth-child(2) {
  width: 400px;
  height: 316px;
  max-width: 316px;
  position: absolute;
  top: calc(100% - 140px);
  left: -260px;
  transition: 400ms;
  display: none;
}
@media screen and (max-width: 1620px) {
  .new-leyout .cross-images .list .container.small .item .images img:nth-child(2) {
    left: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .new-leyout .cross-images .list .container.small .item .images img:nth-child(2) {
    left: -50px;
  }
}
@media screen and (max-width: 1300px) {
  .new-leyout .cross-images .list .container.small .item .images img:nth-child(2) {
    left: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .new-leyout .cross-images .list .container.small .item .images img:nth-child(2) {
    opacity: 0;
  }
}
.new-leyout .cross-images .list .container.small .item .content {
  width: 100%;
  max-width: 596px;
  margin-right: 100px;
}
.new-leyout .cross-images .list .container.small .item .content p {
  padding-bottom: 40px;
}
.new-leyout .cross-images .list .container.small .item .content p:nth-last-child(1) {
  padding-bottom: 0;
}
.new-leyout .cross-images .list .container.small .item .content h2 {
  padding-bottom: 80px;
}
.new-leyout .cross-images .list .container.small .item .content h2.content-heading {
  font-size: 2.4rem;
  line-height: 45px;
  padding-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .new-leyout .cross-images .list .container.small .item {
    flex-direction: column;
  }
  .new-leyout .cross-images .list .container.small .item .images {
    margin: 30px 0;
  }
  .new-leyout .cross-images .list .container.small .item .content {
    max-width: unset;
    margin-right: 0;
  }
}
.new-leyout .cross-images .list .item-colored {
  padding: 100px 0;
  background-color: #80af36;
}
.new-leyout .cross-images .list .item-colored h2 {
  color: #222;
  font-size: 2.4rem;
  line-height: 45px;
}
.new-leyout .cross-images .list .item-colored .container.small .item .content p {
  color: #222;
}
.new-leyout .cross-images .list .item-colored:nth-child(2n) .item {
  flex-direction: row-reverse;
  padding-bottom: 175px;
}
.new-leyout .cross-images .list .item-colored:nth-child(2n) .item .content {
  margin-left: 100px;
  margin-right: 0;
}
.new-leyout .cross-images .list .item-colored:nth-child(2n) .item .images {
  z-index: -1;
}
.new-leyout .cross-images .list .item-colored:nth-child(2n) .item .images img {
  width: calc(100% + 400px) !important;
  max-width: unset;
  box-shadow: none;
}
@media screen and (max-width: 1080px) {
  .new-leyout .cross-images .list .item-colored .container.small:nth-child(2n) {
    flex-direction: column;
  }
  .new-leyout .cross-images .list .item-colored .container.small:nth-child(2n) .content {
    margin-left: 0;
  }
}
.new-leyout .cross-images .list .item-colored .container.small .item {
  display: flex;
  align-items: center;
}
.new-leyout .cross-images .list .item-colored .container.small .item .images {
  flex-shrink: 0;
  width: 100%;
  max-width: 398px;
  height: 578px;
  position: relative;
}
.new-leyout .cross-images .list .item-colored .container.small .item .images img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.new-leyout .cross-images .list .item-colored .container.small .item .images img:nth-child(2) {
  width: 400px;
  height: 316px;
  max-width: 316px;
  position: absolute;
  top: calc(100% - 140px);
  left: -260px;
  transition: 400ms;
}
@media screen and (max-width: 1620px) {
  .new-leyout .cross-images .list .item-colored .container.small .item .images img:nth-child(2) {
    left: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .new-leyout .cross-images .list .item-colored .container.small .item .images img:nth-child(2) {
    left: -50px;
  }
}
@media screen and (max-width: 1300px) {
  .new-leyout .cross-images .list .item-colored .container.small .item .images img:nth-child(2) {
    left: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .new-leyout .cross-images .list .item-colored .container.small .item .images img:nth-child(2) {
    opacity: 0;
  }
}
.new-leyout .cross-images .list .item-colored .container.small .item .content {
  width: 100%;
  max-width: 596px;
  margin-right: 100px;
}
.new-leyout .cross-images .list .item-colored .container.small .item .content p {
  padding-bottom: 40px;
}
.new-leyout .cross-images .list .item-colored .container.small .item .content p:nth-last-child(1) {
  padding-bottom: 0;
}
.new-leyout .cross-images .list .item-colored .container.small .item .content h2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .new-leyout .cross-images .list .item-colored .container.small .item .content h2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .new-leyout .cross-images .list .item-colored .container.small .item {
    flex-direction: column;
  }
  .new-leyout .cross-images .list .item-colored .container.small .item .images {
    margin: 50px 0;
  }
  .new-leyout .cross-images .list .item-colored .container.small .item .content {
    max-width: unset;
    margin-right: 0;
  }
}
.new-leyout .cross-images .list .item-colored:nth-child(2n) .item .images {
  z-index: -1;
}
.new-leyout .cross-images .list .item-colored:nth-child(2n) .item .images img {
  width: calc(100% + 400px) !important;
  max-width: unset;
  box-shadow: none;
}
@media (min-width: 1080px) {
  .new-leyout .cross-images .list .item-colored .container.small .item {
    align-items: flex-start;
    position: relative;
  }
  .new-leyout .cross-images .list .item-colored .container.small .item .images {
    position: absolute;
    top: 0;
    right: 0;
  }
  .new-leyout .cross-images .list .container.small .item .content h2.content-heading {
    padding-bottom: 16px;
  }
}
@media (max-width: 1080px) {
  .new-leyout .cross-images .list .item-colored .container.small .item {
    position: relative;
  }
  .new-leyout .cross-images .list .item-colored .container.small .item .images {
    position: absolute;
    top: 100%;
  }
}
@media (max-width: 1080px) {
  .new-leyout .cross-images .list .item-colored {
    padding-bottom: 550px;
  }
  .new-leyout .cross-images .list .container.small:nth-child(2n) .item {
    flex-direction: column;
  }
  .new-leyout .cross-images .list .container.small:nth-child(2n) .item .content {
    margin-left: 0;
  }
  .new-leyout .cross-images .list .item-colored:nth-child(2n) .item {
    flex-direction: column;
  }
  .new-leyout .cross-images .list .item-colored:nth-child(2n) .item .content {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .new-leyout .cross-images .list .item-colored .container.small .item .images {
    width: 90%;
  }
  .new-leyout .cross-images .list .container.small .item .images {
    width: 90%;
  }
  .new-leyout .cross-images .list .item-colored h2,
.new-leyout .cross-images .list .container.small .item .content h2.content-heading {
    font-size: 1.5rem;
    line-height: 35px;
  }
}
.new-leyout .faq-custom {
  padding-top: 130px;
}
@media (max-width: 1200px) {
  .new-leyout .faq-custom {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .new-leyout .faq-custom {
    padding-top: 0px;
  }
}
.new-leyout .faq-custom .section-title {
  padding-bottom: 60px;
}
.new-leyout .faq-custom .faq-list .item {
  border: 2px solid #f5f2f2;
  margin-bottom: 28px;
  border-radius: 12px;
  overflow: hidden;
}
.new-leyout .faq-custom .faq-list .item .question {
  padding: 30px 60px 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f2f2;
  transition: 400ms;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .new-leyout .faq-custom .faq-list .item .question {
    padding: 30px 30px 30px 30px;
  }
}
.new-leyout .faq-custom .faq-list .item .question::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("../../image/icons/arrow-left-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 400ms;
  transform: rotate(-90deg);
  flex-shrink: 0;
  margin-left: 20px;
}
.new-leyout .faq-custom .faq-list .item .content {
  padding: 15px 50px 50px;
  display: none;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .new-leyout .faq-custom .faq-list .item .content {
    padding: 15px 30px 30px 30px;
  }
}
.new-leyout .faq-custom .faq-list .item.open .question {
  background-color: #ffffff;
}
.new-leyout .faq-custom .faq-list .item.open .question::after {
  transform: rotate(90deg);
}
.new-leyout .faq-custom .faq-list .item:nth-last-child(1) {
  margin-bottom: 0px;
}
.new-leyout .info-icons-box {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .new-leyout .info-icons-box {
    padding-top: 100px;
  }
}
.new-leyout .info-icons-box .box {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  padding: 4.792vw 5vw 3.75vw;
}
@media screen and (min-width: 1920px) {
  .new-leyout .info-icons-box .box {
    padding: 92px 96px 72px;
  }
}
.new-leyout .info-icons-box .box .title {
  padding-bottom: 80px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .new-leyout .info-icons-box .box .title {
    padding-bottom: 40px;
  }
}
.new-leyout .info-icons-box .box .icons {
  padding-bottom: 96px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 576px) {
  .new-leyout .info-icons-box .box .icons {
    padding-bottom: 50px;
  }
}
.new-leyout .info-icons-box .box .icons .icon-box .icon {
  display: flex;
  justify-content: center;
  height: 38px;
}
.new-leyout .info-icons-box .box .icons .icon-box .icon img {
  height: 38px;
  object-fit: contain;
}
.new-leyout .info-icons-box .box .icons .icon-box p {
  padding-top: 39px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 23px;
  color: #222222;
}
@media screen and (max-width: 576px) {
  .new-leyout .info-icons-box .box .icons {
    flex-direction: column;
  }
  .new-leyout .info-icons-box .box .icons .icon-box {
    margin-bottom: 50px;
  }
  .new-leyout .info-icons-box .box .icons .icon-box:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.new-leyout .info-icons-box .box .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .new-leyout .info-icons-box .box .footer-box {
    flex-direction: column-reverse;
  }
  .new-leyout .info-icons-box .box .footer-box .btn {
    margin-bottom: 10px;
  }
}
.new-leyout .info-icons-box .box .footer-box p {
  min-width: 80px;
  color: #bfbfbf;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 23px;
}
.new-leyout .tiles-image {
  margin: 135px 0;
  margin-bottom: 100px;
  padding: 100px 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .new-leyout .tiles-image {
    padding: 100px 0;
  }
}
.new-leyout .tiles-image .container.large {
  max-width: 1131px;
}
.new-leyout .tiles-image .mm-columns {
  --col-width: var(--_col-width, 397px);
  --columns: var(--_columns, 4);
  --gap: var(--_gap, 16px);
  columns: var(--col-width) var(--columns);
  column-gap: var(--gap);
}
.new-leyout .tiles-image .title {
  margin-bottom: 40px;
  padding: 0;
  border-radius: 10px;
}
.new-leyout .tiles-image .title h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #222;
}
.new-leyout .tiles-image .gallery .mm-columns__img {
  border-radius: 10px;
}
.new-leyout .tiles-image .gallery-section-slider {
  margin: 0 -20px;
}
.new-leyout .tiles-image .gallery-section-slider .slick-arrow {
  z-index: 2;
}
.new-leyout .tiles-image .gallery-section-slider .slick-arrow::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../image/icons/arrow-left-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  width: 30.5px;
  height: 30.5px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 2;
}
.new-leyout .tiles-image .gallery-section-slider .slick-next::after {
  transform: rotate(180deg);
}
.new-leyout .tiles-image .gallery-section-slider .slick-arrow::before {
  display: none;
}
.new-leyout .tiles-image .gallery-section-slider .slick-prev {
  left: 75px;
}
.new-leyout .tiles-image .gallery-section-slider .slick-next {
  right: 75px;
}
.new-leyout .tiles-image .gallery-section-slider .gallery-section-slider-item {
  margin: 0 20px;
  height: 500px;
  border-radius: 10px;
  height: 100% !important;
}
.new-leyout .tiles-image .gallery-section-slider .gallery-section-slider-item img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  height: 500px;
  object-fit: cover;
}
@media (max-width: 580px) {
  .new-leyout .tiles-image .gallery-section-slider .gallery-section-slider-item img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .new-leyout .cross-images .list .container.small .item .content h2.content-heading {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .new-leyout .tiles-image .gallery-section-slider .slick-next {
    right: 50px;
  }
  .new-leyout .tiles-image .gallery-section-slider .slick-prev {
    left: 40px;
  }
}
.new-leyout .text-center-with-button .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-leyout .text-center-with-button .container h2 span {
  color: #80af36;
}
.new-leyout .text-center-with-button .container .btn {
  margin-top: 26px;
}
.new-leyout footer {
  margin-top: 130px;
  padding: 96px 0 68px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .new-leyout footer {
    margin-top: 100px;
  }
}
.new-leyout footer::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fcfcfc;
  opacity: 0.65;
  z-index: -1;
}
.new-leyout footer .footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new-leyout footer .footer-main .col-main {
  display: flex;
}
.new-leyout footer .footer-main .col-main .logo {
  width: 44px;
  height: 44px;
  margin-right: 55px;
}
.new-leyout footer .footer-main .col-main .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-leyout footer .footer-main .col-main .company-info ul li {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 23px;
  color: #222222;
}
.new-leyout footer .footer-main .col-main .company-info ul li strong {
  font-weight: 600;
}
.new-leyout footer .footer-main .col-main .company-info ul li a {
  color: inherit;
}
.new-leyout footer .footer-main .col-main .company-info ul li.tell {
  padding-top: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #80af36;
}
.new-leyout footer .footer-main .col-main .company-info ul li.email {
  padding-top: 15px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #222222;
}
@media screen and (max-width: 992px) {
  .new-leyout footer .footer-main .col-main .company-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .new-leyout footer .footer-main .col-main .company-info ul li.tell {
    padding-top: 6px;
  }
}
.new-leyout footer .footer-main .footer-nav {
  display: flex;
}
.new-leyout footer .footer-main .footer-nav h4 {
  margin-bottom: 26px;
}
.new-leyout footer .footer-main .footer-nav .col {
  margin-right: 90px;
}
.new-leyout footer .footer-main .footer-nav .col:last-child {
  margin-right: 0;
}
.new-leyout footer .footer-main .footer-nav .col ul li {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 33px;
}
.new-leyout footer .footer-main .footer-nav .col ul li a {
  color: #222222;
}
@media screen and (max-width: 992px) {
  .new-leyout footer .footer-main .footer-nav {
    margin: 30px 0;
    margin-left: 96px;
    justify-content: space-between;
  }
  .new-leyout footer .footer-main .footer-nav .col {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .new-leyout footer .footer-main {
    flex-direction: column;
  }
}
.new-leyout footer .footer-social {
  margin-left: 96px;
  padding-bottom: 50px;
}
.new-leyout footer .footer-social ul {
  display: flex;
}
.new-leyout footer .footer-social ul li {
  margin-right: 28px;
}
.new-leyout footer .footer-social ul li a {
  display: block;
  width: 14px;
  height: 14px;
}
.new-leyout footer .footer-social ul li a img {
  height: 100%;
  object-fit: contain;
}
.new-leyout footer .footer-social ul li:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .new-leyout footer .footer-main .col-main {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .new-leyout footer .footer-main .col-main .logo {
    margin: 0 auto 15px;
  }
  .new-leyout footer .footer-main .col-main .company-info {
    flex-direction: column;
  }
  .new-leyout footer .footer-main .col-main .company-info ul li.tell {
    padding-top: 30px;
  }
  .new-leyout footer .footer-main .col-main .company-info ul li.email {
    padding-top: 15px;
  }
  .new-leyout footer .footer-main .footer-nav {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
  }
  .new-leyout footer .footer-main .footer-nav .col {
    margin-bottom: 30px;
  }
  .new-leyout footer .footer-main .footer-nav .col:nth-last-child(1) {
    margin-bottom: 0;
  }
  .new-leyout footer .footer-social {
    margin-left: 0;
  }
  .new-leyout footer .footer-social ul {
    justify-content: center;
  }
}
.new-leyout header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  max-width: 1420px;
  padding: 36px 15px;
  margin: 0 auto;
  transition: padding 0.3s;
}
@media (max-width: 580px) {
  .new-leyout header {
    padding: 15px;
  }
}
.new-leyout header.scroll-padding {
  max-width: 1366px;
  position: absolute;
}
.new-leyout header .nav {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 20px 35px;
  max-height: 105px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  color: #222222;
  transition: 400ms;
}
.new-leyout header .nav .logo {
  display: block;
  width: 75px;
  height: 75px;
  z-index: 10;
}
@media (max-width: 1150px) {
  .new-leyout header .nav .logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .new-leyout header .nav .logo {
    width: 70px;
  }
}
.new-leyout header .nav .logo img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.new-leyout header .nav .home {
  margin-right: auto;
  margin-left: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: 0.47;
  color: inherit;
}
@media (max-width: 1150px) {
  .new-leyout header .nav .home {
    display: none;
  }
}
.new-leyout header .nav-items-container {
  display: flex;
  flex-direction: column;
}
.new-leyout header .nav-items-top ul {
  display: flex;
  justify-content: flex-end;
}
.new-leyout header .nav-items-top ul li a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: 0.47;
  color: inherit;
}
.new-leyout header .nav-items-top ul li.arrow a {
  position: relative;
  display: flex;
  color: inherit;
}
.new-leyout header .nav-items-top ul li.arrow a::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("../../image/icons/arrow-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.new-leyout header .nav-items-bottom ul {
  display: flex;
  justify-content: flex-end;
}
.new-leyout header .nav-items-bottom ul li {
  margin-right: 13px;
}
.new-leyout header .nav-items-bottom ul li a {
  border-radius: 8px;
  padding: 11px 22px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 400ms;
  border: 2px solid transparent;
  color: inherit;
}
.new-leyout header .nav-items-bottom ul li a:hover {
  border: 2px solid #e2e2e2;
}
.new-leyout header .nav-items-bottom ul li a.active {
  border: 2px solid #e2e2e2;
}
.new-leyout header .nav-items-bottom ul li:nth-last-child(1) {
  margin-right: 0;
}
.new-leyout header .nav-items-bottom ul li.active a {
  border: 2px solid #e2e2e2;
}
.new-leyout header .nav-items-right {
  margin-left: 50px;
  transition: 400ms;
}
.new-leyout header .nav-items-right .hamburger {
  display: none;
}
.new-leyout header .nav-items-right .phone {
  margin-bottom: 31px;
  width: 20px;
  height: 20px;
}
.new-leyout header .nav-items-right .phone a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../image/icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.new-leyout header .nav-items-right .nav-icons {
  display: flex;
}
.new-leyout header .nav-items-right .nav-icons .phone-icon {
  margin-right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../image/icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.new-leyout header .nav-items-right .nav-icons .heart-box {
  width: 20px;
  height: 20px;
  position: relative;
}
.new-leyout header .nav-items-right .nav-icons .heart-box .heart-icon {
  display: block;
  width: 20px;
  height: 17px;
  background-image: url("../../image/icons/heart.svg");
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.new-leyout header .nav-items-right .nav-icons .heart-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #f5f2f2;
  top: 8px;
  left: 10px;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1370px) {
  .new-leyout header .nav-items-bottom ul li a {
    padding: 11px 15px;
  }
}
@media screen and (max-width: 1300px) {
  .new-leyout header .nav-items-bottom ul li {
    margin-right: 5px;
  }
  .new-leyout header .nav-items-bottom ul li a {
    padding: 11px 11px;
  }
  .new-leyout header .nav-items-right {
    margin-left: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .new-leyout header.scroll-padding {
    padding: 63px 30px;
  }
  .new-leyout header {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 1150px) {
  .new-leyout header .nav {
    padding: 15px 30px 15px 30px;
  }
  .new-leyout header .nav-items-container {
    position: absolute;
    background-color: #ffffff;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    transition: 400ms;
    padding-top: 150px;
  }
  .new-leyout header .nav-items-container .nav-items-top {
    padding: 0;
  }
  .new-leyout header .nav-items-container .nav-items-top ul {
    flex-direction: column;
    text-align: center;
  }
  .new-leyout header .nav-items-container .nav-items-top ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .new-leyout header .nav-items-container .nav-items-top ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .new-leyout header .nav-items-container .nav-items-bottom ul {
    flex-direction: column;
    text-align: center;
  }
  .new-leyout header .nav-items-container .nav-items-bottom ul li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .new-leyout header .nav-items-container .nav-items-bottom ul li a {
    padding: 11px 22px;
  }
  .new-leyout header .nav-items-container.is-active {
    top: 0;
  }
  .new-leyout header .nav-items-right {
    z-index: 10;
    display: flex;
    align-items: center;
  }
  .new-leyout header .nav-items-right .hamburger {
    display: block;
  }
  .new-leyout header .nav-items-right .hamburger-inner, .new-leyout header .nav-items-right .hamburger-inner::before, .new-leyout header .nav-items-right .hamburger-inner::after {
    height: 2px;
    border-radius: 4px;
    background-color: #222222;
  }
  .new-leyout header .nav-items-right .phone {
    margin: 0 0px;
  }
  .new-leyout header .nav-items-right .heart-box {
    margin-right: 30px;
  }
}
.new-leyout .sub-banner {
  margin-top: 350px;
}
.new-leyout .sub-banner.sub-page-margin {
  margin-top: 270px;
}
@media (max-width: 1024px) {
  .new-leyout .sub-banner.sub-page-margin {
    margin-top: 200px;
  }
}
@media (max-width: 576px) {
  .new-leyout .sub-banner.sub-page-margin {
    margin-top: 90px;
  }
}
.new-leyout .sub-banner h1 {
  margin-bottom: 0;
}
.new-leyout .sub-page-text {
  margin-top: 40px;
}
.new-leyout .sub-page-italy {
  padding-top: 60px;
  padding-bottom: 60px;
}
.new-leyout .sub-page-italy h1 {
  margin-bottom: 70px;
  line-height: 72px;
}
.new-leyout .sub-page-italy .smaller-margin {
  margin-bottom: 20px;
}
.new-leyout .sub-page-italy .container {
  max-width: 1366px;
}
.new-leyout .sub-page-italy .sub-page-text {
  margin-top: 0;
}
.new-leyout .sub-page-italy .btn-arrow {
  justify-content: space-between;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #222;
}
@media (max-width: 576px) {
  .new-leyout .sub-page-italy .btn-arrow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.new-leyout .sub-page-italy .page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.new-leyout .sub-page-italy .page-content .text {
  margin-top: 100px;
  width: 50%;
  margin-right: 30px;
  margin-left: 30px;
}
.new-leyout .sub-page-italy .page-content .text h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.new-leyout .sub-page-italy .page-content .text a {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 58px;
  max-width: 316px;
}
.new-leyout .sub-page-italy .page-content .text h4 {
  margin-top: 30px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #8a8a8a;
}
.new-leyout .sub-page-italy .page-content .persons {
  gap: 72px;
  display: flex;
}
.new-leyout .sub-page-italy .page-content .person {
  display: flex;
  flex-direction: column;
}
.new-leyout .sub-page-italy .page-content .person h3 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #80ae37;
}
.new-leyout .sub-page-italy .page-content .person a {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline;
  height: auto;
}
.new-leyout .sub-page-italy .page-content .contact-buttons {
  display: none;
  gap: 20px;
  justify-content: flex-start;
}
.new-leyout .sub-page-italy .page-content .left p {
  margin-bottom: 12px;
}
.new-leyout .sub-page-italy .page-content .form {
  padding: 29px 45px 45px 45px;
  max-width: 536px;
  border-radius: 12px;
  background: #80af36;
}
.new-leyout .sub-page-italy .page-content .form h2 {
  font-size: 1.125rem;
}
.new-leyout .sub-page-italy .page-content .input-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.new-leyout .sub-page-italy .page-content label {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 0.75rem;
  color: #222;
}
.new-leyout .sub-page-italy .page-content input,
.new-leyout .sub-page-italy .page-content textarea {
  padding: 14px 25px;
  border: none;
  width: 100%;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222;
  background: #eee;
  height: 50px;
}
.new-leyout .sub-page-italy .page-content textarea {
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  min-height: 205px;
  resize: vertical;
}
.new-leyout .sub-page-italy .page-content .textarea-item {
  width: 100%;
}
.new-leyout .sub-page-italy .page-content .default-checkbox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.new-leyout .sub-page-italy .page-content .default-checkbox input[type=checkbox] {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.new-leyout .sub-page-italy .page-content .default-checkbox input[type=checkbox]:checked + label::before {
  background: #fff;
  background-image: url("../../image/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-leyout .sub-page-italy .page-content .default-checkbox label::before {
  top: 3px;
  border: none;
}
.new-leyout .sub-page-italy .page-content .default-checkbox span {
  font-weight: 400;
  color: #222;
  margin: 0;
  font-size: 0.75rem;
}
.new-leyout .sub-page-italy .page-content .default-checkbox a {
  text-decoration: underline;
  font-weight: 400;
  color: #222;
}
.new-leyout .sub-page-italy .page-content .btn {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.new-leyout .sub-page-italy .page-content .btn.white {
  border: 2px solid #80af36;
}
.new-leyout .sub-page-italy .page-content .btn.btn-arrow::after {
  background-image: url("../../image/icons/right-arrow-black.svg");
}
.new-leyout .sub-page-italy .page-content .about-us {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.new-leyout .sub-page-italy .page-content .about-us .text p {
  line-height: 24px;
}
.new-leyout .sub-page-italy .page-content .about-us .image {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: 720px;
}
.new-leyout .sub-page-italy .page-content .about-us .image img {
  object-fit: cover;
  border-radius: 12px;
  max-width: 100%;
}
@media (max-width: 1080px) {
  .new-leyout .sub-page-italy .page-content .about-us {
    flex-direction: column;
  }
  .new-leyout .sub-page-italy .page-content .about-us .text {
    width: 100%;
    margin-bottom: 45px;
    margin-top: 0;
    margin-left: 0;
  }
  .new-leyout .sub-page-italy .page-content .about-us .image {
    height: 500px;
    width: 100%;
  }
  .new-leyout .sub-page-italy .page-content .about-us .image img {
    max-width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .new-leyout .sub-page-italy .contact-content {
    display: flex;
    flex-direction: column;
  }
  .new-leyout .sub-page-italy .contact-content .text {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .new-leyout .sub-page-italy .contact-content .text h1 {
    line-height: 72px;
  }
  .new-leyout .sub-page-italy .contact-content .form {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .new-leyout .sub-page-italy .page-content {
    flex-direction: column;
  }
  .new-leyout .sub-page-italy .page-content .about-us .image {
    height: 300px;
  }
  .new-leyout .sub-page-italy .page-content .about-us .image img {
    max-width: 300px;
  }
  .new-leyout .sub-page-italy .page-content .text {
    width: 100%;
    margin: 0;
  }
  .new-leyout .sub-page-italy .page-content .form {
    margin-top: 30px;
    max-width: unset;
  }
  .new-leyout .sub-page-italy .page-content input,
.new-leyout .sub-page-italy .page-content textarea {
    padding: 10px 15px;
    height: 40px;
  }
  .new-leyout .sub-page-italy .page-content textarea {
    min-height: 100px;
  }
  .new-leyout .sub-page-italy .page-content label {
    margin-bottom: 8px;
  }
  .new-leyout .sub-page-italy .page-content .input-item {
    margin-bottom: 16px;
  }
  .new-leyout .sub-page-italy .page-content .default-checkbox {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .new-leyout .sub-page-italy:has(.contact-content) {
    padding-bottom: 60px;
  }
  .new-leyout .sub-page-italy {
    padding-bottom: 150px;
  }
  .new-leyout .sub-page-italy h1 {
    margin-bottom: 36px;
  }
  .new-leyout .sub-page-italy .page-content .form {
    padding: 16px;
  }
  .new-leyout .sub-page-italy .page-content .about-us .image img {
    max-width: 100%;
    padding: 0 15px;
  }
  .new-leyout .sub-page-italy .contact-content .contact-buttons {
    flex-direction: column;
  }
  .new-leyout .sub-page-italy .contact-content .text h1 {
    line-height: 55px;
  }
  .new-leyout .sub-page-italy .contact-content .text h4 {
    margin-top: 40px;
  }
  .new-leyout .sub-page-italy .contact-content .persons {
    gap: 30px;
    flex-direction: column;
  }
}
.new-leyout *,
.new-leyout *::after,
.new-leyout *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
.new-leyout body,
.new-leyout html {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 920px) {
  .new-leyout body,
.new-leyout html {
    font-size: 12px;
    overflow-x: hidden;
  }
}
.new-leyout body {
  padding-top: 148px;
}
@media (max-width: 1180px) {
  .new-leyout body {
    padding-top: 115px;
  }
}
.new-leyout body.no-padding {
  padding-top: 0;
}
.new-leyout strong {
  font-weight: 600;
}
.new-leyout img.facebook-icon {
  width: 12px;
}
.new-leyout img.youtube-icon {
  width: 13px;
}
.new-leyout img.instagram-icon {
  width: 10px;
}
.new-leyout a {
  color: inherit;
}
.new-leyout .container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}
.new-leyout .container.width-2 {
  width: 1466px;
}
.new-leyout .container.width-3 {
  width: 780px;
}
.new-leyout p {
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
}
.new-leyout p a {
  color: inherit;
  text-decoration: none;
}
.new-leyout p a:hover {
  text-decoration: underline;
}
.new-leyout h1 {
  font-size: 3.25rem;
  line-height: 8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .new-leyout h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    word-break: break-word;
  }
}
.new-leyout h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}
@media screen and (max-width: 576px) {
  .new-leyout h2 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 35px;
  }
}
.new-leyout h3 {
  font-size: 1.15rem;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  word-break: break-word;
}
.new-leyout h4 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8rem;
}
.new-leyout .margin-top-15 {
  margin-top: 15px;
}
.new-leyout .margin-top-25 {
  margin-top: 25px;
}
.new-leyout .margin-top-50 {
  margin-top: 50px;
}
.new-leyout .margin-top-100 {
  margin-top: 100px;
}
.new-leyout .uppercase {
  text-transform: uppercase;
}
.new-leyout .default-label {
  display: inline-block;
  color: #fff;
  font-size: 0.69rem;
  padding: 6px 13px;
}
.new-leyout .text-center {
  text-align: center;
}
.new-leyout .flex-in-line {
  display: flex;
}
.new-leyout .flex-in-line.space-between {
  justify-content: space-between;
}
.new-leyout .block {
  display: block;
  width: 100%;
}
.new-leyout .relative {
  position: relative;
}
.new-leyout .max-width-50pre {
  max-width: 50%;
}
.new-leyout .text-right {
  text-align: right;
}
.new-leyout .neodom-signet {
  position: relative;
}
.new-leyout .neodom-signet::before {
  position: absolute;
  right: 10px;
  bottom: 13px;
  z-index: 1;
  content: "";
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .new-leyout .visible--only-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .new-leyout .visible--only-mobile {
    display: none !important;
  }
}
.new-leyout .margin-top--10px {
  margin-top: -10px;
}
.new-leyout .display--inline {
  display: inline;
}
.new-leyout .green-text {
  color: #80af36;
}
.new-leyout .text-color {
  color: #222222;
}
.new-leyout .new-leyout a {
  color: inherit;
  text-decoration: none;
}
.new-leyout .icon.icon-phone {
  background-image: url(../../image/ico-phone-white.svg);
}
.new-leyout .icon.icon-mail {
  background-image: url(../../image/icons/mail-icon.svg);
}
.new-leyout .icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  margin: 0 auto;
}
.new-leyout .new-leyout img {
  object-fit: cover;
  height: 240px;
  min-width: 300px;
}
.new-leyout .section--before-footer .container h3 {
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 35px;
}
.new-leyout header {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new-leyout .container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1419px;
}
.new-leyout .container-small {
  max-width: 1170px;
}
.new-leyout .offer-detail {
  margin-top: 270px;
  position: relative;
}
.new-leyout .offer-detail h2 {
  font-size: 2rem;
}
.new-leyout .offer-detail .offer-detail--slider {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  width: 60%;
  max-width: 730px;
}
@media (max-width: 1280px) {
  .new-leyout .offer-detail .offer-detail--slider {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .new-leyout .offer-detail {
    margin-top: 220px;
  }
}
@media (max-width: 576px) {
  .new-leyout .offer-detail {
    margin-top: 150px;
  }
}
.new-leyout .offer-detail .container {
  max-width: 1366px;
}
.new-leyout .offer-detail .offer-detail--header {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  margin: 200px 0 30px;
}
.new-leyout .offer-detail .offer-detail--header .price {
  display: flex;
  gap: 30px;
}
.new-leyout .offer-detail .offer-detail--header .label {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #909090;
}
.new-leyout .offer-detail .offer-detail--header .visible--only-mobile.number {
  font-size: 0.9rem;
  margin: 0 0 10px;
  font-weight: 600;
  text-align: left;
  color: #a2a2a2;
}
.new-leyout .offer-detail .offer-detail--header .title {
  width: 100%;
}
.new-leyout .offer-detail .offer-detail--header .title h2 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.new-leyout .offer-detail .offer-detail--header .number {
  font-weight: 600;
  font-size: 0.75rem;
  margin-top: 30px;
  text-align: left;
  color: #a2a2a2;
  margin-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  .new-leyout .offer-detail .offer-detail--header .number a.default-button {
    padding: 14.5px 45px;
  }
}
.new-leyout .offer-detail .offer-detail--header .price {
  text-align: left;
}
.new-leyout .offer-detail .offer-detail--header .price .price {
  font-size: 1.625rem;
  color: #80af36;
  text-transform: uppercase;
  font-weight: 600;
}
.new-leyout .offer-detail .offer-detail--header .price .price-per-meter {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 2px;
}
.new-leyout .offer-detail--slider-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.new-leyout .offer-detail--slider-main figure {
  width: 100%;
  height: 400px;
  position: relative;
}
.new-leyout .offer-detail--slider-main figure .counter-slides {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #222;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 21px 5px;
  text-align: center;
  width: 99px;
  border-top-left-radius: 12px;
}
.new-leyout .offer-detail--slider-main figure ul {
  height: 100%;
}
.new-leyout .offer-detail--slider-main figure ul .slick-next,
.new-leyout .offer-detail--slider-main figure ul .slick-prev {
  z-index: 2;
}
.new-leyout .offer-detail--slider-main figure ul .slick-next::before,
.new-leyout .offer-detail--slider-main figure ul .slick-prev::before {
  display: none;
}
.new-leyout .offer-detail--slider-main figure ul .slick-next::after,
.new-leyout .offer-detail--slider-main figure ul .slick-prev::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../image/icons/arrow-slider.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 49px;
  height: 49px;
  border-radius: 8px;
  background-color: #eeeeee;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new-leyout .offer-detail--slider-main figure ul .slick-prev {
  left: -11px;
}
@media (max-width: 1366px) {
  .new-leyout .offer-detail--slider-main figure ul .slick-prev {
    left: 25px;
  }
}
.new-leyout .offer-detail--slider-main figure ul .slick-next {
  right: -11px;
}
@media (max-width: 1366px) {
  .new-leyout .offer-detail--slider-main figure ul .slick-next {
    right: 25px;
  }
}
.new-leyout .offer-detail--slider-main figure ul .slick-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.new-leyout .offer-detail--slider-main figure ul .slick-list.draggable {
  height: 100%;
  max-width: 730px;
}
@media (max-width: 1280px) {
  .new-leyout .offer-detail--slider-main figure ul .slick-list.draggable {
    max-width: unset;
  }
}
.new-leyout .offer-detail--slider-main figure ul .slick-list.draggable .slick-track {
  height: 100%;
}
.new-leyout .offer-detail--slider-main figure ul .slick-list.draggable .slick-track li {
  height: 100%;
  background-color: #eee;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-radius: 12px;
}
.new-leyout .offer-detail--slider-main figure ul .slick-list.draggable .slick-track li a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-radius: 12px;
}
.new-leyout .offer-detail--details {
  margin-top: 60px;
}
.new-leyout .offer-detail--details h2 {
  margin-bottom: 52px;
}
.new-leyout .offer-detail--base-info {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 59px 15px;
  margin: 43px 0 125px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  margin-bottom: 50px;
  display: block;
  font-size: 0.8125rem;
}
.new-leyout .offer-detail--base-info span {
  line-height: normal;
  margin: 5px 10px;
}
.new-leyout .offer-detail--base-info .buttons {
  position: static;
  margin-top: 50px;
  width: 100%;
}
.new-leyout .offer-detail--base-info .buttons .dark-button,
.new-leyout .offer-detail--base-info .buttons .default-button {
  width: 100%;
  margin-bottom: 5px;
  padding: 24px 15px;
  font-size: 0.8125rem;
}
.new-leyout .offer-detail--base-info .buttons .dark-button span,
.new-leyout .offer-detail--base-info .buttons .default-button span {
  margin: 0;
}
.new-leyout .offer-detail--details-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-leyout .offer-detail--details-content .element {
  position: relative;
  width: 100%;
}
.new-leyout .default-table {
  font-size: 0.75rem;
  width: 100%;
  color: #6c6c6c;
  font-weight: 500;
  table-layout: fixed;
  line-height: 16px;
}
.new-leyout .default-table td {
  font-size: 1rem;
  line-height: 30px;
  border-bottom: 1px solid #707070;
  padding: 22px 45px 22px 0;
}
.new-leyout .default-table strong {
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
}
.new-leyout .fast-contact.visible--only-mobile {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
.new-leyout .main-search--content .default-button,
.new-leyout .default-select,
.new-leyout .default-input,
.new-leyout .default-textarea,
.new-leyout .default-button {
  font-family: "Montserrat", sans-serif;
}
.new-leyout .fast-contact.visible--only-mobile form {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 25px 20px;
  width: 100%;
}
.new-leyout .fast-contact.visible--only-mobile .agent {
  color: #686767;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.92rem;
  margin: 14px 0 43px;
}
.new-leyout .fast-contact.visible--only-mobile .agent .name {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 6px;
}
.new-leyout .fast-contact.visible--only-mobile .agent a {
  color: inherit;
  text-decoration: none;
}
.new-leyout .default-input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid #b2b2b2;
  padding: 14px 23px;
  background-color: #fff;
  -webkit-appearance: none;
  margin-bottom: 20px;
  height: 47px;
  color: #222;
}
.new-leyout .default-input::placeholder {
  color: #222;
}
.new-leyout .fast-contact.visible--only-mobile textarea {
  padding-bottom: 65px;
}
.new-leyout .default-textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid #b2b2b2;
  padding: 14px 23px;
  background-color: #fff;
  -webkit-appearance: none;
  margin-bottom: 20px;
  height: 160px;
  resize: none;
}
.new-leyout .default-checkbox {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #222222;
  position: relative;
  margin: 13px 0;
}
.new-leyout .default-checkbox > input {
  position: absolute;
  left: 0;
  top: 4px;
}
.new-leyout .default-checkbox label {
  position: relative;
  padding-left: 40px;
  display: block;
  cursor: pointer;
  font-weight: 500;
}
.new-leyout .default-checkbox label::before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 22px;
  background-color: #fff;
  height: 22px;
  border: 2px solid #b2b2b2;
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
}
.new-leyout .default-checkbox input:checked + label::before {
  background-color: #b2b2b2;
}
.new-leyout .fast-contact.visible--only-mobile .default-button {
  margin-top: 9px;
  padding: 18px 15px 19px;
}
.new-leyout .section--before-footer a {
  margin-top: 30px;
  padding: 21px 60px;
}
.new-leyout .offer-detail--base-info .buttons .dark-button,
.new-leyout .offer-detail--base-info .buttons .default-button {
  font-size: 0.95rem;
}
.new-leyout .offer-detail--base-info span {
  display: block;
}
.new-leyout .width-3-small {
  max-width: 100%;
}
.new-leyout .offer-detail .offert-content .container {
  display: flex;
  justify-content: space-between;
}
.new-leyout .offer-detail .offert-content .title-price {
  height: 100%;
}
.new-leyout .offer-detail .offert-content .offer-detail--header {
  margin-top: 80px;
  margin-left: 30px;
  margin-right: 65px;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  max-width: 510px;
}
@media (max-width: 1280px) {
  .new-leyout .offer-detail .offert-content .offer-detail--header {
    width: 100%;
    max-width: unset;
  }
}
.new-leyout .offer-detail .offert-content .offer-detail--header .price {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0;
}
.new-leyout .offer-detail .offert-content .offer-detail--header .price .price-box .price {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 40px;
}
.new-leyout .offer-detail .offert-content .offer-detail--header .price .price-box .price.pln {
  margin-top: 10px;
  font-weight: 500;
}
.new-leyout .offer-detail .offert-content .offer-detail--header h3 {
  margin-bottom: 0;
  font-weight: 500;
  color: #8a8a8a;
  font-size: 0.75rem;
}
.new-leyout .offer-detail .offert-content .offer-detail--header .buttons {
  margin-top: 55px;
  display: flex;
  gap: 20px;
}
.new-leyout .offer-detail .offert-content .offer-detail--header .buttons .btn-arrow,
.new-leyout .offer-detail .offert-content .offer-detail--header .buttons .dark-button {
  display: flex;
  align-items: center;
  font-size: 1rem;
  border: none;
  width: 50%;
  max-width: 256px;
  color: white;
}
.new-leyout .offer-detail .offert-content .offer-detail--header .buttons .btn-arrow::after,
.new-leyout .offer-detail .offert-content .offer-detail--header .buttons .dark-button::after {
  margin-left: auto;
}
.new-leyout .offer-detail .address {
  margin-bottom: 36px;
}
.new-leyout .offer-detail .address,
.new-leyout .offer-detail .type {
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .new-leyout .container {
    padding: 0 30px;
  }
}
.new-leyout .default-button.black-btn {
  background: #222;
  border-color: #222;
}
@media (min-width: 1420px) {
  .new-leyout .offer-detail .offer-detail--header {
    justify-content: flex-start;
    min-height: 100px;
  }
  .new-leyout .offer-detail .offer-detail--header .box-absolute {
    position: absolute;
    right: -122px;
  }
}
@media (max-width: 576px) {
  .new-leyout .offer-detail .offer-detail--header .title .address {
    margin-bottom: 10px;
  }
  .new-leyout .offer-detail .offer-detail--header .box-absolute {
    display: flex;
    flex-direction: column-reverse;
  }
  .new-leyout .offer-detail .offer-detail--header .box-absolute .number {
    margin-bottom: 0;
  }
  .new-leyout .offer-detail .offer-detail--header .box-absolute .number a {
    float: left;
  }
}
@media (max-width: 768px) {
  .new-leyout .offer-detail--slider-main figure ul .slick-list.draggable .slick-track li a {
    border-radius: 12px;
  }
  .new-leyout .offer-detail--slider-main figure ul .slick-list.draggable .slick-track li {
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .new-leyout .offer-detail .offert-content .container {
    flex-direction: column;
  }
  .new-leyout .offer-detail .offert-content .offer-detail--header {
    margin-left: 0;
  }
  .new-leyout .offer-detail .offer-detail--header .title h2 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.new-leyout .editor-style {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 26px;
}
.new-leyout .editor-style.yellow-bg {
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eee;
}
.new-leyout .editor-style.yellow-bg .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .new-leyout .editor-style.yellow-bg .container {
    flex-direction: column;
  }
}
.new-leyout .editor-style.yellow-bg .contact {
  min-width: 400px;
}
.new-leyout .editor-style.yellow-bg .contact .contact-top h2 {
  width: 190px;
}
.new-leyout .editor-style.yellow-bg .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
  max-width: 850px;
}
.new-leyout .editor-style.yellow-bg .box {
  padding: 35px 45px;
  border-radius: 12px;
  background-color: #fff;
}
.new-leyout .editor-style.yellow-bg .box h4 {
  font-size: 1.125rem;
  margin-bottom: 17px;
}
.new-leyout .editor-style.yellow-bg .box h2 {
  margin-bottom: 8px;
  font-size: 2rem;
}
.new-leyout .editor-style.yellow-bg .box p {
  color: #8a8a8a;
  font-size: 0.875rem;
}
.new-leyout .editor-style.yellow-bg .box .dark-button,
.new-leyout .editor-style.yellow-bg .box .default-button {
  padding-left: 36px;
  padding-right: 36px;
  height: 58px;
  display: flex;
  align-items: center;
  width: 100%;
}
.new-leyout .editor-style.yellow-bg .box .dark-button .icon,
.new-leyout .editor-style.yellow-bg .box .default-button .icon {
  margin: 0;
  margin-left: auto;
}
.new-leyout .editor-style.yellow-bg .box .dark-button.whatsapp::after,
.new-leyout .editor-style.yellow-bg .box .default-button.whatsapp::after {
  left: auto;
  right: 15px;
}
@media (min-width: 1280px) {
  .new-leyout .editor-style.yellow-bg .box .dark-button.phone,
.new-leyout .editor-style.yellow-bg .box .default-button.phone {
    pointer-events: none;
  }
}
.new-leyout .editor-style.yellow-bg .box .icon.icon-mail {
  background-image: url(../../image/icons/mail-icon-gray.svg);
}
.new-leyout .editor-style.yellow-bg .box .dark-button,
.new-leyout .editor-style.yellow-bg .box .default-button:not(.whatsapp, .phone) {
  background: #fff;
  color: #484d4f;
  border: 2px solid #eee;
}
.new-leyout .editor-style.yellow-bg .box .dark-button:hover,
.new-leyout .editor-style.yellow-bg .box .default-button:not(.whatsapp, .phone):hover {
  color: #fff;
  background: #cecece;
  border: 2px solid #cecece;
}
.new-leyout .editor-style.yellow-bg .box .dark-button:hover .icon.icon-mail,
.new-leyout .editor-style.yellow-bg .box .default-button:not(.whatsapp, .phone):hover .icon.icon-mail {
  background-image: url(../../image/icons/mail-icon.svg);
}
.new-leyout .editor-style.yellow-bg .box .dark-button {
  margin-bottom: 18px;
  color: #484d4f;
}
@media (max-width: 576px) {
  .new-leyout .editor-style.yellow-bg .box .dark-button {
    font-size: 0.75rem;
  }
}
.new-leyout .editor-style.yellow-bg .box .default-button {
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .new-leyout .editor-style.yellow-bg .box .default-button {
    font-size: 0.75rem;
  }
}
.new-leyout .editor-style.yellow-bg .box .btn-outline {
  border-radius: 6px;
  border: 2px solid #eee;
  color: #484d4f;
}
@media (max-width: 576px) {
  .new-leyout .editor-style.yellow-bg .box .btn-outline {
    font-size: 0.75rem;
  }
}
.new-leyout .editor-style p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 26px;
}
.new-leyout .editor-style ul {
  list-style-position: outside;
  padding-left: 40px;
  list-style: disc;
  width: 100%;
  margin-bottom: 26px;
}
.new-leyout .editor-style ul li {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .new-leyout .editor-style ul li {
    font-size: 0.875rem;
  }
}
.new-leyout .offer-detail--location {
  display: block;
  width: 100%;
}
.new-leyout .offer-detail--location #map {
  height: 200px;
  display: block;
}
.new-leyout .latest-offert {
  margin-top: 80px;
}
.new-leyout .offers-similar {
  margin: 140px 0 75px;
}
.new-leyout .offers-similar h2 {
  margin-bottom: 26px;
}
.new-leyout .offers-list {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.new-leyout .offers-list .offers-list--item {
  margin-bottom: 25px;
  padding: 0 16px;
  width: 100%;
}
.new-leyout .offers-list--item-content {
  margin-bottom: 25px;
  height: 100%;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-decoration: none;
  width: 100%;
  display: block;
  cursor: pointer;
}
.new-leyout .offers-list .offer-label-container {
  position: absolute;
  left: -5px;
  top: 15px;
  z-index: 10;
  display: flex;
}
.new-leyout .offer-label--new {
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #80af36;
  color: #fff;
  font-weight: 600;
  width: fit-content;
  margin-right: 5px;
  text-align: center;
}
.new-leyout .offer-label--new {
  display: block;
  padding: 6px 14px;
  font-size: 0.7rem;
}
.new-leyout .offer-label--new.no-provision {
  background-color: #e33838;
}
.new-leyout .offers-list .offer-label--new {
  width: 66px;
}
.new-leyout .offers-list .offer-label--new.no-provision {
  width: 88px;
}
.new-leyout .offer-number {
  text-align: right;
  font-size: 0.84rem;
  font-weight: 300;
  color: #a2a2a2;
  margin-bottom: 10px;
}
.new-leyout .offers-list--item-content .offer-image-container {
  position: relative;
}
.new-leyout .offers-list--item-content .offer-image-slider {
  display: flex;
  height: 240px;
  margin-bottom: 38px;
  overflow: hidden;
}
.new-leyout .neodom-signet {
  position: relative;
}
.new-leyout .offer-title {
  height: 78px;
  font-weight: 600;
  color: #222222;
  word-break: break-word;
  font-size: 1.05rem;
  line-height: 26px;
}
.new-leyout .offer-address {
  color: #909090;
  margin-bottom: 28px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.new-leyout .offer-basic-info {
  font-size: 1.2rem;
}
.new-leyout .offer-basic-info span {
  font-size: 1.2rem;
  margin: 0 20px 10px 0;
}
.new-leyout .offer-more-info {
  margin-top: 10px;
  height: auto;
}
.new-leyout .offer-more-info span {
  padding: 0 7px 7px 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.new-leyout .offers-list--item-content .offer-image-slider .slick-prev,
.new-leyout .offers-list--item-content .offer-image-slider .slick-next {
  z-index: 10;
  opacity: 1;
  transition: 300ms;
  width: 35px;
  height: 100%;
}
.new-leyout .offers-list--item-content .offer-image-slider .slick-prev {
  left: 0px;
}
.new-leyout .offers-list--item-content .offer-image-slider .slick-prev:before {
  transform: rotate(180deg);
}
.new-leyout .offers-list--item-content .offer-image-slider .slick-prev::before,
.new-leyout .offers-list--item-content .offer-image-slider .slick-next::before {
  background-image: url(../../image/ico-slide.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
.new-leyout .offers-list--item-content .offer-image-slider .slick-next {
  right: 0px;
}
.new-leyout .offers-list--item-content .offer-image-slider .img-box img {
  object-fit: cover;
  height: 240px;
  min-width: 300px;
}
.new-leyout .fixed-contact-block {
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px 15px;
  justify-content: space-between;
}
.new-leyout .fixed-contact-block .default-button,
.new-leyout .fixed-contact-block .dark-button {
  width: 48%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 17px 5px;
}
.new-leyout .fast-contact a {
  text-decoration: underline;
}
.new-leyout .slick-track .item .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
@media (min-height: 930px) {
  .new-leyout .slick-track .item .content {
    bottom: 85px;
  }
}
@media (max-width: 1420px) {
  .new-leyout .slick-track .item .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .new-leyout .slick-track .item .content {
    bottom: 30px;
  }
}
.new-leyout .slick-track .item .content h1 {
  margin-bottom: 0;
  line-height: 64px;
  max-width: 600px;
  word-break: break-word;
}
@media (max-width: 1280px) {
  .new-leyout .slick-track .item .content h1 {
    padding-right: 15px;
    max-width: 50%;
  }
}
.new-leyout .slick-track .item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .new-leyout .slick-track .item .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .new-leyout .slick-track .item .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .new-leyout .slick-track .item .content {
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: 40px;
    padding-bottom: 40px;
  }
  .new-leyout .slick-track .item .content h1 {
    padding-right: 0;
    line-height: 40px;
    font-size: 2rem;
    max-width: 100%;
  }
  .new-leyout .banner-hero .content .btn {
    font-size: 1rem;
  }
}
.new-leyout .contact-form-in-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.new-leyout .contact-form-in-popup.opened {
  display: flex;
}
.new-leyout .contact-form-in-popup.opened .popup-bg, .new-leyout .contact-form-in-popup.opened .popup-content {
  opacity: 1;
}
.new-leyout .contact-form-in-popup .popup-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.new-leyout .contact-form-in-popup .popup-content {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  max-width: 50%;
  transition-delay: 5s;
  transition-property: opacity;
  max-height: 90%;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .new-leyout .contact-form-in-popup .popup-content {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .new-leyout .contact-form-in-popup .popup-content {
    max-width: 90%;
  }
}
@media (max-height: 820px) {
  .new-leyout .contact-form-in-popup .popup-content {
    height: 90%;
  }
}
.new-leyout .contact-form-in-popup .popup-content .close {
  position: absolute;
  right: 45px;
  top: 40px;
  width: 15px;
  height: 15px;
  background-image: url(../../image/icons/close.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .new-leyout .contact-form-in-popup .popup-content .close {
    right: 20px;
    top: 25px;
  }
}
.new-leyout .contact-form-in-popup .popup-content .form {
  position: relative;
  padding: 29px 45px 45px 45px;
  max-width: 536px;
  border-radius: 12px;
  background: #80af36;
  max-height: 90%;
  overflow-y: auto;
}
.new-leyout .contact-form-in-popup .popup-content .form::-webkit-scrollbar {
  display: none;
}
.new-leyout .contact-form-in-popup .popup-content .form h2 {
  font-size: 1.125rem;
}
.new-leyout .contact-form-in-popup .popup-content .input-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.new-leyout .contact-form-in-popup .popup-content label {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 0.75rem;
  color: #222;
}
.new-leyout .contact-form-in-popup .popup-content label[for=italy-agreement] {
  max-height: 100px;
  overflow-y: auto;
}
.new-leyout .contact-form-in-popup .popup-content input,
.new-leyout .contact-form-in-popup .popup-content textarea {
  padding: 14px 25px;
  border: none;
  width: 100%;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222;
  background: #eee;
  height: 40px;
}
.new-leyout .contact-form-in-popup .popup-content textarea {
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  min-height: 90px;
  resize: none;
}
.new-leyout .contact-form-in-popup .popup-content .textarea-item {
  width: 100%;
}
.new-leyout .contact-form-in-popup .popup-content .default-checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}
.new-leyout .contact-form-in-popup .popup-content .default-checkbox input[type=checkbox] {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.new-leyout .contact-form-in-popup .popup-content .default-checkbox input[type=checkbox]:checked + label::before {
  background: #fff;
  background-image: url("../../image/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-leyout .contact-form-in-popup .popup-content .default-checkbox label::before {
  top: 3px;
  border: none;
}
.new-leyout .contact-form-in-popup .popup-content .default-checkbox span {
  font-weight: 400;
  color: #222;
  margin: 0;
  font-size: 0.75rem;
}
.new-leyout .contact-form-in-popup .popup-content .default-checkbox a {
  text-decoration: underline;
  font-weight: 400;
  color: #222;
}
.new-leyout .contact-form-in-popup .popup-content .btn {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.new-leyout .contact-form-in-popup .popup-content .btn.white {
  border: 2px solid #80af36;
}
.new-leyout .contact-form-in-popup .popup-content .btn.btn-arrow {
  justify-content: space-between;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #222;
}
.new-leyout .contact-form-in-popup .popup-content .btn.btn-arrow::after {
  background-image: url("../../image/icons/right-arrow-black.svg");
}
@media (max-width: 768px) {
  .new-leyout .contact-form-in-popup .popup-content .form {
    padding: 16px;
    max-width: unset;
  }
  .new-leyout .contact-form-in-popup .popup-content input,
.new-leyout .contact-form-in-popup .popup-content textarea {
    padding: 10px 15px;
    height: 40px;
  }
  .new-leyout .contact-form-in-popup .popup-content textarea {
    min-height: 75px;
  }
  .new-leyout .contact-form-in-popup .popup-content label {
    margin-bottom: 8px;
  }
  .new-leyout .contact-form-in-popup .popup-content .input-item {
    margin-bottom: 16px;
  }
  .new-leyout .contact-form-in-popup .popup-content .default-checkbox {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .new-leyout .contact-form-in-popup .contact-content .contact-buttons {
    flex-direction: column;
  }
  .new-leyout .contact-form-in-popup .contact-content .text h1 {
    line-height: 55px;
  }
  .new-leyout .contact-form-in-popup .contact-content .text h4 {
    margin-top: 40px;
  }
  .new-leyout .contact-form-in-popup .contact-content .persons {
    gap: 30px;
    flex-direction: column;
  }
}
@media (min-width: 580px) {
  .new-leyout .offer-detail--slider-thumbs {
    position: relative;
    margin-bottom: 56px;
    display: block;
  }
  .new-leyout .offer-detail--slider-thumbs .show-more-thumbs {
    position: absolute;
    right: 60px;
    top: 53px;
    padding: 0 12px 8px 12px;
  }
  .new-leyout .offer-detail--slider-thumbs li {
    display: inline-block;
    margin-right: 33px;
    width: 164px;
    height: 133px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    animation: showThumbsAnimation 0.2s;
    margin-bottom: 33px;
  }
  .new-leyout .offer-detail--slider-thumbs li.hidden-element {
    max-height: 0;
    opacity: 0;
  }
  .new-leyout .offer-detail--slider-thumbs .image {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 10px;
  }
  .new-leyout .neodom-signet {
    position: relative;
  }
  .new-leyout .neodom-signet::before {
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 1;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../../image/neodom-signet.png) no-repeat center;
  }
}
@media (min-width: 769px) {
  .new-leyout .offers-list--item-content .offer-image-slider .slick-prev,
.new-leyout .offers-list--item-content .offer-image-slider .slick-next {
    opacity: 0;
  }
  .new-leyout .offer-detail .offer-detail--header {
    flex-direction: row;
  }
  .new-leyout .offer-detail .offer-detail--header .title {
    max-width: 550px;
  }
  .new-leyout .offer-detail .offer-detail--header .title h2 {
    font-size: 2.75rem;
    line-height: 55px;
    margin-bottom: 72px;
  }
  .new-leyout .offer-detail .offer-detail--header .number {
    margin-top: 0;
    margin: 0;
  }
  .new-leyout .offer-detail .offer-detail--header .number {
    text-align: right;
  }
  .new-leyout .offer-detail .offer-detail--header .price {
    text-align: right;
  }
  .new-leyout .offer-detail--slider-main {
    flex-wrap: nowrap;
  }
  .new-leyout .offer-detail--slider-main figure {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 758px;
    width: 758px;
  }
  .new-leyout .offer-detail--slider-main .fast-contact {
    position: relative;
  }
  .new-leyout .offer-detail--slider-main .fast-contact form {
    position: relative;
    width: 280px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    display: block;
    min-height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 15px 55px 35px;
    z-index: 3;
  }
  .new-leyout .offer-detail--slider-main .fast-contact .agent {
    margin: 14px 0 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.92rem;
    color: #686767;
  }
  .new-leyout .offer-detail--slider-main .fast-contact .agent .name {
    font-size: 1.15rem;
    margin-bottom: 6px;
    color: #222222;
    font-weight: 600;
  }
  .new-leyout .offer-detail--slider-main .fast-contact .agent a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: inherit;
  }
  .new-leyout .offer-detail--slider-main .fast-contact textarea {
    line-height: 1.5rem;
    padding-bottom: 65px;
    height: 120px;
  }
  .new-leyout .offer-detail--slider-main .fast-contact textarea::-webkit-scrollbar {
    display: none;
  }
  .new-leyout .offer-detail--slider-main .fast-contact .default-checkbox {
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .new-leyout .offer-detail--slider-main .fast-contact .default-checkbox a {
    text-decoration: underline;
  }
  .new-leyout .default-button {
    font-size: 1rem;
  }
  .new-leyout .offer-detail--slider-main .fast-contact .default-button {
    margin-top: 9px;
    padding: 14.5px 15px 14.5px;
  }
  .new-leyout .offer-detail--base-info {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 59px 15px;
    margin: 43px 0 125px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 10px;
  }
  .new-leyout .offer-detail--base-info span {
    margin: 0 12px;
  }
  .new-leyout .offer-detail--base-info .price-element {
    line-height: 1.8125rem;
  }
  .new-leyout .offer-detail--base-info span.price-element small {
    font-size: 0.5rem;
    opacity: 0.8;
    font-weight: 500;
  }
  .new-leyout .offer-detail--base-info .buttons {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -33px;
  }
  .new-leyout .offer-detail--base-info .buttons .dark-button,
.new-leyout .offer-detail--base-info .buttons .default-button {
    margin: 0 5px;
    width: 224px;
    padding: 14.5px 33px 14.5px 39px;
  }
  .new-leyout .offer-detail--location #map {
    height: 400px;
  }
  .new-leyout .offer-detail--details {
    margin: 127px 0 0 0;
  }
  .new-leyout .offer-detail--details-content .element {
    width: 100%;
  }
  .new-leyout .offer-detail--details-content .element.details-banner {
    width: 100%;
  }
  .new-leyout .offer-detail--details-banner {
    position: sticky;
    top: 15px;
    margin-top: 46px;
    width: 100%;
  }
  .new-leyout .offer-detail--details-banner figure {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .new-leyout .offer-detail--details-banner .content {
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
  }
  .new-leyout .offer-detail--details-banner figure {
    width: 100%;
    height: 209px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .new-leyout .offer-detail--details-banner .content {
    padding: 57px 75px 62px;
    color: #fff;
    background-color: #222222;
  }
  .new-leyout .offer-detail--details-banner .content a {
    margin-top: 20px;
  }
  .new-leyout .offer-detail--details-banner .content {
    color: #fff;
  }
  .new-leyout .offers-list .offers-list--item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .new-leyout .offer-detail--details-content {
    flex-wrap: nowrap;
  }
  .new-leyout .offer-detail--details-content .element {
    width: 50%;
  }
  .new-leyout .offer-detail--location #map {
    margin-top: 118px;
    height: 582px;
    border-radius: 12px;
  }
  .new-leyout .offer-detail--details-content .element.details-banner {
    width: 458px;
  }
  .new-leyout .offer-detail--slider-main .fast-contact form {
    border-end-end-radius: 10px;
    border-start-end-radius: 10px;
    width: 383px;
  }
}
@media (min-width: 1200px) {
  .new-leyout .offers-list .offers-list--item {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .new-leyout .offer-detail--details-content .element {
    width: 100%;
  }
  .new-leyout .offer-detail--details-content .element tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .new-leyout .offer-detail--details-content .element tbody tr {
    width: calc(50% - 20px);
    display: flex;
  }
  .new-leyout .offer-detail--details-content .element tbody tr td {
    min-width: 250px;
    width: 100%;
  }
}
@media (min-width: 1420px) {
  .new-leyout .offer-detail--slider-main .fast-contact form {
    position: absolute;
  }
}
@media (max-width: 580px) {
  .new-leyout .offer-detail--slider-main figure ul .slick-prev {
    left: 25px;
  }
  .new-leyout .offer-detail--slider-main figure ul .slick-next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .new-leyout .offer-detail--slider-main figure {
    border-radius: 10px;
  }
  .new-leyout .offer-detail--base-info {
    border-radius: 10px;
  }
  .new-leyout .fast-contact.visible--only-mobile {
    border-radius: 10px;
  }
  .new-leyout .offer-detail--base-info .buttons .dark-button,
.new-leyout .offer-detail--base-info .buttons .default-button {
    padding: 15px 14px;
  }
  .new-leyout .fast-contact.visible--only-mobile .default-button {
    padding: 14.5px 15px;
  }
}
@media (max-width: 1024px) {
  .new-leyout .offer-detail .offert-content .container {
    flex-direction: column;
  }
  .new-leyout .offer-detail .offert-content .offer-detail--header {
    margin-left: 0;
  }
  .new-leyout .offer-detail .offer-detail--header .title h2 {
    line-height: 40px;
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .new-leyout .offer-detail .offert-content .offer-detail--header {
    margin-top: 0;
  }
  .new-leyout .offer-detail .offer-detail--header .number {
    display: flex;
    margin-bottom: 16px;
  }
  .new-leyout .offer-detail .offert-content .offer-detail--header .price,
.new-leyout .offer-detail .address {
    margin-bottom: 16px;
  }
  .new-leyout .offer-detail .offer-detail--slider-main figure ul .slick-prev {
    left: 30px;
  }
  .new-leyout .offer-detail .offer-detail--slider-main figure ul .slick-next {
    right: 30px;
  }
  .new-leyout .offer-detail .default-table td,
.new-leyout .offer-detail .default-table td strong {
    font-size: 0.875rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .new-leyout .offer-detail--slider-main figure {
    width: 100%;
    height: 424px;
  }
  .new-leyout .offer-detail h2 {
    font-size: 1.5rem;
  }
  .new-leyout .editor-style p {
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  .new-leyout .offer-detail--location #map {
    margin-top: 50px;
    border-radius: 12px;
  }
}
@media (max-width: 769px) {
  .new-leyout .editor-style.yellow-bg .contact {
    min-width: unset;
  }
}
@media (max-width: 1366px) {
  .new-leyout .offer-detail--slider-main figure {
    max-width: 100%;
    max-height: 600px;
  }
  .new-leyout .offer-detail .offer-detail--slider {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .new-leyout .offer-detail .offer-detail--slider {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .new-leyout .offer-detail--details-content .element tbody tr {
    overflow: hidden;
  }
}

/*# sourceMappingURL=main.css.map */
