*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
  background-color: #B58352;
}

.border-right {
  position: absolute;
  width: 2px;
  height: 50%;
  top: 0;
  right: 0;
  background: #B58352;
  background: linear-gradient(0deg, rgba(181, 131, 82, 0) 0%, #B58352 100%);
}

.border-top {
  position: absolute;
  width: 50%;
  height: 2px;
  top: 0;
  right: 0;
  background: #B58352;
  background: linear-gradient(90deg, rgba(181, 131, 82, 0) 0%, #B58352 100%);
}

.btn {
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: #B58352;
  padding: 20px 40px;
  width: max-content;
  text-decoration: none;
  border: 0;
  font-family: Bold;
  font-size: 18px;
  text-transform: uppercase;
}
.btn span {
  color: #ffffff;
  font-family: Bold;
  margin-right: 16px;
}
.btn-icon {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.btn-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.btn-icon-one {
  position: absolute;
  right: 0;
  top: 0;
}
.btn-icon-two {
  position: absolute;
  left: -100%;
  bottom: -100%;
}

.btn:visited {
  color: white;
}

.btn:hover {
  cursor: pointer;
}
.btn:hover .btn-icon-one {
  right: -100%;
  top: -100%;
  transition: ease 0.3s;
}
.btn:hover .btn-icon-two {
  left: 0;
  bottom: 0;
  transition: ease 0.3s;
}

.btn-next, .btn-prev {
  margin: 0 17px;
  padding: 0;
  width: 60px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.btn-next span, .btn-prev span {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #B58352;
  opacity: 100%;
  transition: ease 0.5s;
}

.icon-prev, .icon-next {
  width: 35px;
  height: 18px;
  fill: #162229;
  transition: ease 0.5s;
}

.btn-next:hover, .btn-prev:hover {
  cursor: pointer;
}
.btn-next:hover .icon-next, .btn-next:hover .icon-prev, .btn-prev:hover .icon-next, .btn-prev:hover .icon-prev {
  width: 50px;
  height: 26px;
  fill: #B58352;
  transition: ease 0.5s;
}
.btn-next:hover span, .btn-prev:hover span {
  opacity: 0%;
  transition: ease 0.5s;
}

.btn-next.disabled, .btn-prev.disabled {
  pointer-events: none;
  opacity: 30%;
  transition: ease 0.5s;
}

@media (max-width: 768px) {
  .btn-next, .btn-prev {
    width: 48px;
    height: 24px;
  }
  .btn-next span, .btn-prev span {
    height: 2px;
  }
  .icon-prev, .icon-next {
    width: 28px;
    height: 14px;
  }
}
.h2, .h3 {
  font-size: 46px;
  font-family: Bold;
  position: relative;
  width: fit-content;
  padding: calc(1vw + 1vh);
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 4vh;
  text-transform: uppercase;
}

.h3 {
  font-size: 35px;
}

.h2::after, .h3::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.3vh;
  background-color: #B58352;
  bottom: 0;
  right: 0;
  background: linear-gradient(270.08deg, #B58352 50.84%, rgba(181, 131, 82, 0) 100%);
}

@media (max-width: 1000px) {
  .h2 {
    margin: 0 auto 4vh;
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .h2, .h3 {
    font-size: 25px;
  }
}
.title-bd-bt {
  position: relative;
  width: max-content;
  padding: 0 50px 13px 0;
  font-size: 35px;
  font-family: Bold;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title-bd-bt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 80%;
  height: 3px;
  background: #B58352;
  background: linear-gradient(90deg, rgba(181, 131, 82, 0) 0%, #B58352 100%);
}

@media (max-width: 480px) {
  .title-bd-bt {
    margin-bottom: 16px;
  }
}
.body {
  font-size: 18px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
.plashka-info {
  width: 151px;
  z-index: 7;
  position: absolute;
  top: 20px;
  left: -20px;
  padding: 6px;
  background: #40868C;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
}

.plashka-info.sell {
  background: #FF8102;
}

.plashka-info.new {
  background: #137DBB;
}

.list {
  list-style-type: none;
  margin-top: 12px;
}
.list li {
  margin-left: 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
.list li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #B58352;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}

strong {
  font-family: Bold;
}

.accent {
  color: #B58352;
}

.white {
  color: #ffffff;
}

.swiper-scrollbar {
  max-width: 600px;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #B58352 0.9%, rgba(181, 131, 82, 0.3) 70%, rgba(181, 131, 82, 0) 100%) !important;
  border-radius: 0 !important;
  height: 2px !important;
  cursor: pointer;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #B58352;
  margin-top: -1px;
  height: 200%;
  border-radius: 0;
}

.swiper-button-disabled {
  opacity: 30%;
  pointer-events: none;
}

.img-background {
  position: absolute;
  top: 70px;
  left: 0;
  max-width: 1920px;
  width: 100%;
  background: url(../img/bg.webp);
  z-index: -1;
}

@font-face {
  font-family: "Regular";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/montserrat-regular.woff2);
}
@font-face {
  font-family: "SemiBold";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/montserrat-semibold.woff2);
}
@font-face {
  font-family: "Bold";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/montserrat-bold.woff2);
}
body {
  font-family: Regular;
  font-size: 18px;
  overflow-x: hidden;
  background-color: #F9FAFB;
}

.cta-btn {
  background-color: #B58352;
  padding: 20px 40px;
  width: fit-content;
  display: flex;
  text-decoration: none;
  gap: 16px;
  border: 0;
}

header {
  position: fixed;
  width: 100%;
  background: url(../img/bg.webp);
  z-index: 10;
  padding: 10px 0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 30px;
}

.nav-list {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.nav-list li {
  margin: 0 1.6vw;
}

#contacts-margin {
  margin-right: 0;
}

.nav-link:link {
  text-decoration: none;
  color: #ffffff;
  transition: ease 0.3s;
  position: relative;
}

.nav-link::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 1px;
  border-radius: 1px;
  background-color: #B58352;
  transition: ease 0.3s;
}

.nav-link:visited {
  color: #ffffff;
}

.nav-link:hover {
  color: #B58352;
}

.nav-link:hover::after {
  width: 100%;
  left: 0;
}

.nav-link-active {
  color: #B58352 !important;
}

.nav-link-active::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #B58352;
  transition: ease 0.3s;
}

.btn {
  gap: 8px;
  padding: 14px 32px;
}
.btn span {
  margin-right: 0;
}

.btn-menu {
  display: none;
}

#burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .nav-link, .btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #furniture-hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* Mobile Menu Start */
  #burger {
    display: block;
  }
  .menu-header-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.375s;
    height: 100vh;
  }
  .menu-header-menu-container.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    width: 100%;
  }
  /* Yellow band effect */
  .menu-header-menu-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #212121;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all 0.275s 0.1s;
  }
  .menu-header-menu-container.is-open::before {
    transform: skew(-14deg) translateX(0);
  }
  /* Skewing effect on menu links */
  .menu-header-menu-container ul {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
  }
  .menu-header-menu-container li {
    display: block;
    text-align: right;
    transform: skew(16deg);
  }
  /* Apparition effect on links */
  .menu-header-menu-container a {
    opacity: 0;
    transform: translateY(-10px);
  }
  .menu-header-menu-container.is-open a {
    opacity: 1;
    transform: translateY(0);
  }
  .menu-header-menu-container li:nth-child(1) a {
    transition: all 275ms 175ms;
  }
  .menu-header-menu-container li:nth-child(2) a {
    transition: all 275ms 225ms;
  }
  .menu-header-menu-container li:nth-child(3) a {
    transition: all 275ms 275ms;
  }
  .menu-header-menu-container li:nth-child(4) a {
    transition: all 275ms 325ms;
  }
  .menu-header-menu-container li:nth-child(5) a {
    transition: all 275ms 375ms;
  }
  .menu-header-menu-container li:nth-child(6) a {
    transition: all 275ms 425ms;
  }
  .menu-header-menu-container li:nth-child(7) a {
    transition: all 275ms 475ms;
  }
  .menu-header-menu-container li:nth-child(8) a {
    transition: all 275ms 550ms;
  }
  /* Decoration */
  .menu-header-menu-container ul,
  .menu-header-menu-container li {
    list-style: none;
    padding: 1rem 0;
  }
  /* Burger Style */
  .open-menu-header-menu-container {
    position: fixed;
    top: 22px;
    padding-top: 20px;
    right: 10px;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .open-menu-header-menu-container:focus {
    outline: none;
  }
  .burger {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: #ffffff;
    transition: all 0.275s;
    background-color: #B58352;
  }
  .burger:after,
  .burger:before {
    content: "";
    display: block;
    height: 100%;
    background: #B58352;
    transition: all 0.275s;
  }
  .top:after,
  .top:before {
    background: #333;
  }
  .burger:after {
    transform: translateY(-10px);
  }
  .burger:before {
    transform: translateY(-16px);
  }
  /* Toggle State part */
  .is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
  }
  .is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
  }
  .is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
  }
  .btn-menu {
    margin-top: 10px;
    display: flex;
  }
  .btn-menu span, .btn-menu svg {
    transform: skew(14deg) !important;
  }
  /* Mobile Menu End */
  .header-wrap {
    padding: 0 16px;
  }
  .btn-header {
    display: none;
  }
}
.bold {
  font-family: Bold;
}

.contacts {
  padding: 160px 0;
  position: relative;
}

.map {
  width: 60vw;
  max-width: 1140px;
  height: 600px;
  z-index: 1;
  position: relative;
  box-shadow: -16px 0px 20px rgba(0, 0, 0, 0.05);
}

.map-bg-box {
  width: 80vw;
  height: 500px;
  background-image: url(../img/bg.webp);
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
  font-family: SemiBold;
}
.contact-line svg {
  width: 20px;
  height: 20px;
  fill: #B58352;
}

.contacts-box {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 50px 50px 30px;
  z-index: 1;
  border: 2px solid;
  border-image: linear-gradient(170deg, rgba(192, 200, 214, 0.3), transparent) 1;
  box-shadow: -20px -5px 20px rgba(0, 0, 0, 0.05);
}
.contacts-box .regular {
  max-width: 320px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.link {
  text-decoration: none;
  color: #212121;
  transition: ease 0.3s;
  display: block;
}

.link:visited {
  color: #212121;
}

.link:hover {
  color: #B58352;
}

.lh2 {
  line-height: 2;
}

@media all and (max-width: 1000px) {
  .map {
    display: none;
  }
  .contacts-box {
    right: unset;
    left: unset;
    transform: unset;
    position: unset;
    max-width: 90vw;
  }
  .contacts {
    background-image: url(../img/bg.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
  }
}
@media all and (max-width: 480px) {
  .contacts-box {
    padding: 20px;
  }
  .link {
    font-size: 15px;
  }
  .map-bg-box {
    display: none;
  }
  .contacts {
    padding: 20px 0;
  }
}
footer {
  background: url(../img/bg.webp);
}

.footer-inner {
  max-width: 1300px;
  padding: 30px 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.social svg {
  width: 26px;
  height: 25px;
  fill: #ffffff;
  transition: ease 0.3s;
}

.social:hover svg {
  fill: #B58352;
}

.author {
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
  transition: ease 0.3s;
  font-size: 16px;
}
.author svg {
  transition: ease 0.3s;
}

.author:visited {
  color: #ffffff;
}

.author:hover {
  color: #B58352;
}
.author:hover svg {
  fill: #B58352;
  transform: scale(1.16) rotate(-24deg);
}

.dev-logo {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-top: -2px;
}

.desktop-hide {
  display: none;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .social svg {
    width: 34px;
    height: 34px;
  }
}
#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#modal .title-bd-bt {
  margin-bottom: 16px;
}

.modal-window {
  display: flex;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
  margin: 15px;
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #ffffff;
}

.modal-col {
  width: 50%;
  position: relative;
}

.modal-img-col {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-form-col {
  min-height: 600px;
  padding: 50px;
}

.modal-title {
  font-size: 26px;
  width: 100%;
}

.modal-subtitle {
  width: 100%;
  font-size: 18px;
  color: #162229;
}

form {
  display: flex;
  flex-direction: column;
}

input, textarea {
  padding: 24px 0 20px;
  font-family: SemiBold;
  font-size: 18px;
  outline: none;
  transition: ease 0.3s;
  border: none;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(181, 131, 82, 0), rgb(181, 131, 82)) 1;
}

input::placeholder, textarea::placeholder {
  color: #212121;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

.form-container button {
  width: fit-content;
  margin: 60px auto 0;
}

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-close {
  position: absolute;
  color: #ffffff;
  font-size: 56px;
  top: 6px;
  right: 16px;
  transition: ease 0.3s;
}

.modal-close:hover {
  cursor: pointer;
  color: #B58352;
}

.fz18 {
  font-size: 18px;
  margin: 15px auto;
}

#successMessage {
  display: none;
  flex-direction: column;
  align-items: center;
}
#successMessage p {
  text-align: center;
}

.modal-close-success {
  background: #B58352;
  padding: 16px 24px;
  border: 2px solid #B58352;
  transition: ease 0.3s;
  margin: 20px 0;
  font-family: Bold;
  color: #ffffff;
}

.modal-close-success:hover {
  background: transparent;
  cursor: pointer;
  color: #B58352;
}

@media all and (max-width: 1100px) {
  .modal-col-right {
    display: none;
  }
  .modal-col {
    width: 100%;
    max-width: 500px;
  }
  .modal-window {
    aspect-ratio: unset;
    width: fit-content;
  }
  .form-container button {
    margin: 40px auto 0;
  }
}
@media all and (max-width: 480px) {
  .modal-window {
    max-width: 90vw;
  }
  input, textarea {
    padding: 30px 0 10px;
  }
  .modal-form-col {
    min-height: unset;
    padding: 30px;
  }
  .modal-title {
    font-size: 20px;
  }
  input::placeholder, textarea::placeholder {
    font-size: 16px;
  }
}
.fixed-widget-wrapper {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 64px;
  height: 64px;
  z-index: 20;
}

.fixed-widget {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 50%;
}
.fixed-widget::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(197, 197, 197, 0.5019607843);
  z-index: -1;
  border-radius: 50%;
  animation: ripple 3s infinite;
  pointer-events: none;
}
.fixed-widget::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(197, 197, 197, 0.5019607843);
  z-index: -1;
  border-radius: 50%;
  animation: ripple 3s infinite;
  animation-delay: 0.5s;
  pointer-events: none;
}
.fixed-widget::before, .fixed-widget ::after {
  box-sizing: border-box;
}
.fixed-widget svg {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 32px;
  height: 32px;
}