.welcome {
  background: url(../img/bg.webp);
  width: 100%;
  height: 52.6315789474vw;
  max-height: min(90vh, 1080px);
  display: flex;
  overflow-x: hidden;
}
.welcome-container {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  padding: 30px 30px 0;
}

.welcome-message {
  color: white;
}
.welcome-message h1 {
  font-family: Bold;
  font-size: 48px;
  max-width: 490px;
  line-height: 1.3;
}
.welcome-message p {
  max-width: 400px;
  margin: 30px 0 50px;
  line-height: 1.35;
}

.welcome-swiper-big {
  width: min(44vw, 70vh, 940px);
  height: min(44vw, 70vh, 940px);
}
.welcome-swiper-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 40px;
  padding: min(3vh, 2vw);
}

.welcome-slieders-container {
  position: relative;
  transform: translateX(18vw);
}

.welcome-swiper-small {
  width: min(30vw, 46vh, 610px);
  height: min(30vw, 46vh, 610px);
  position: absolute;
  bottom: -14%;
  transform: translate3d(-56%, -40%, 0);
  z-index: 1;
}
.welcome-swiper-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: min(3vh, 2vw);
}

.welcome-swiper-wrapper .swiper-slide {
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #B58352, transparent, transparent);
  border-image-slice: 1;
}

.welc-slid-nav {
  position: absolute;
  bottom: -14%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
}

.next-btn {
  padding: 0.5vw 0.8vw 0;
  border-top: 2px solid #B58352;
}

.nav-btn {
  transition: ease 0.3s;
  fill: #ffffff;
  width: 1.8vw;
  height: 1vw;
}

.next-btn:hover {
  border-top: 2px solid transparent;
}
.next-btn:hover .nav-btn {
  transform: scale(1.3);
}

.prev-btn {
  padding: 0 0.8vw 0.5vw;
  border-bottom: 2px solid #B58352;
}

.prev-btn:hover {
  border-bottom: 2px solid transparent;
}
.prev-btn:hover .prev-icon {
  transform: scale(1.3) rotate(180deg);
}

.slide-btn {
  cursor: pointer;
  transition: ease 0.3s;
  margin: 0 0.8vw;
  width: fit-content;
  z-index: 5;
}

.slide-btn:hover .nav-btn {
  fill: #B58352;
}

.prev-icon {
  transform: rotate(180deg);
}

.cta-btn span {
  color: #ffffff;
  font-family: Bold;
  text-transform: uppercase;
}

.cta-icon {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.cta-icon-one {
  position: absolute;
  right: 0;
  top: 0;
}

.cta-icon-two {
  position: absolute;
  left: -100%;
  bottom: -100%;
}

.up {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.cta-btn:hover {
  cursor: pointer;
}
.cta-btn:hover .cta-icon-one {
  right: -100%;
  top: -100%;
  transition: ease 0.3s;
}
.cta-btn:hover .cta-icon-two {
  left: 0;
  bottom: -3px;
  transition: ease 0.3s;
}

.price-block {
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  top: -20px;
  left: -52%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 6.16%, rgba(255, 255, 255, 0.03) 43.23%, rgba(255, 255, 255, 0) 82.28%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #B58352, transparent) 1;
  border-right: 2px transparent;
  border-bottom: 2px transparent;
  padding: 20px;
}

.price-block-inner {
  position: relative;
}

.connection-line {
  position: absolute;
  left: -22px;
  bottom: -100%;
}

.price-message {
  margin-bottom: 8px;
  max-width: 170px;
}

.price-from {
  font-size: 25px;
  font-family: Bold;
  color: #B58352;
}

@media (max-width: 1140px) {
  .welcome {
    height: unset;
    max-height: unset;
  }
  .welcome-container {
    flex-direction: column;
  }
  .welcome-message {
    text-align: center;
    margin-top: 90px;
  }
  .welcome-message h1 {
    max-width: 700px;
    font-size: 6vw;
  }
  .welcome-message p {
    margin: 20px auto;
  }
  .cta-btn {
    margin: 0 auto;
  }
  .welcome-slieders-container {
    margin: 60px 0;
  }
  .price-block {
    left: -56%;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .welcome-container {
    padding: 0 15px;
  }
  .welcome-swiper-big {
    width: 90vh;
    max-width: 60vw;
    height: 90vh;
    max-height: 60vw;
  }
  .welcome-slieders-container {
    transform: translateX(12vw);
    margin: 30px 0 60px;
  }
  .price-block {
    position: unset;
    margin-bottom: 30px;
    transform: translateX(-50px);
  }
}
@media (max-width: 480px) {
  .logo {
    max-width: 120px;
  }
  .header-wrap {
    padding: 0 15px;
  }
  .open-menu-header-menu-container {
    top: 16px;
  }
  .welcome-message h1 {
    font-size: 8vw;
  }
  .welcome-message p {
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .welcome-slieders-container {
    margin: 10px 0 50px;
    transform: translateX(1vw);
  }
  .welcome-swiper-big {
    max-width: 84vw;
    max-height: 76vw;
  }
  .welcome-swiper-small {
    display: none;
  }
  .cta-btn {
    padding: 14px 30px;
    margin: 20px auto 10px;
  }
  .price-block {
    font-size: 16px;
    margin: 0 auto 20px;
    transform: translateX(0);
    border-bottom: 2px solid;
    width: 258px;
  }
  .price-from {
    font-size: 22px;
  }
  .price-message {
    line-height: 1.25;
  }
  .connection-line {
    display: none;
  }
}
.container-tiles {
  max-width: 1920px;
  padding: 200px 32px;
  margin: 0 auto;
}

.tiles-content {
  max-width: 1370px;
  margin: 0 auto;
}

.tiles-title h2 {
  margin: 0;
}

.tiles-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 50px;
}

.tiles-item {
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.0509803922);
  grid-column: span 2;
}

.tiles-item:nth-child(4n+2), :nth-child(4n+3) {
  grid-column: span 1;
}

.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-text-section {
  padding: 30px;
}

.i-num {
  font-size: 50px;
  font-weight: bold;
  color: rgba(192, 200, 214, 0.5);
}

.i-title {
  width: 100%;
  max-width: 450px;
  margin: 10px 0 20px 0;
  text-transform: none;
  font-size: 25px;
}

.i-text {
  line-height: 130%;
}

.video-container {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.video-container:hover {
  cursor: pointer;
}

.play-btn {
  width: max-content;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: ease 0.3s;
}
.play-btn svg {
  width: 44px;
  height: 44px;
  z-index: 2;
}
.play-btn::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;
}
.play-btn::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;
}
.play-btn:before, .play-btn :after {
  box-sizing: border-box;
}

@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 rgba(197, 197, 197, 0.5019607843) currentColor;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 0 currentColor;
    width: 170%;
    height: 170%;
    opacity: 0;
  }
}
.video-title {
  font-family: Bold;
  line-height: 130%;
}

@media (max-width: 1000px) {
  .tiles-body {
    grid-template-columns: 1fr;
  }
  .tiles-item {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  .container-tiles {
    padding: 200px 16px;
  }
  .tiles-body {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .container-tiles {
    padding: 100px 16px;
  }
  .tiles-title {
    font-size: 22px;
  }
  .i-text-section {
    padding: 16px;
  }
  .i-num {
    font-size: 36px;
  }
  .i-title {
    font-size: 18px;
  }
  .i-text {
    font-size: 14px;
  }
  .video-container svg {
    width: 38px;
    height: 38px;
  }
  .video-title {
    font-size: 16px;
  }
}
.tiles-clip {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 32px;
}

.clip-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc((1vw + 1vh) * 70);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
}
.clip-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tiles-clip-active {
  display: block;
}

.tiles-close {
  width: 64px;
  height: 64px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 64px;
  text-align: center;
  color: #B58352;
  margin-top: 20px;
  transform: translate3d(0, 0, 0);
  transition: ease 0.3s;
}

.tiles-close:hover,
.tiles-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .clip-content {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .tiles-close {
    width: 44px;
    height: 44px;
    font-size: 44px;
  }
}
.offer {
  background: url(../img/bg.webp);
  width: 100%;
  display: flex;
}

.offer-container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 180px 30px;
}

.offer-body {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.offer-swiper .swiper-wrapper {
  max-width: min(80vw, 1050px);
}

.offer-slide-btn {
  position: relative;
}

.offer-inner-col {
  width: fit-content;
}

.offer-title {
  font-size: 25px;
  font-family: Bold;
  margin: 0 auto 3vh;
  line-height: 1.15;
  text-align: center;
  width: calc((1vw + 1vh) * 15);
}

.offer-img {
  position: relative;
  overflow: hidden;
}

.offer-img img {
  transition: ease 2s;
  width: calc((1vw + 1vh) * 15);
}

.offer-img-title {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((1vw + 1vh) * 15);
  padding: 2vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  background: rgba(232, 235, 240, 0.2);
  font-family: Bold;
  transform: translate3d(0, 0, 0);
}

.offer-slide-title {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.offer-slide-title:visited {
  color: white;
}

.offer-img:hover img {
  transform: scale(1.1);
}

.offer-swiper {
  overflow: hidden;
}

.offer-swiper .swiper-slide {
  display: flex;
  justify-content: space-around;
}

.offer-slide-btn.prev-btn {
  top: 60%;
}

.offer-slide-btn.next-btn {
  top: 40%;
}

.offer-margin {
  margin-top: 1vh;
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  font-family: Regular;
}

.offer-desc {
  color: #ffffff;
  margin-top: 2vh;
  max-width: calc((1vw + 1vh) * 15);
}

@media (max-width: 1000px) {
  .offer-swiper .swiper-wrapper {
    position: unset !important;
    flex-direction: column;
    width: unset;
    height: unset;
  }
  .offer-swiper .swiper-slide {
    flex-direction: column;
    margin-bottom: 6vh;
  }
  .offer-inner-col {
    margin-bottom: 3vh;
  }
  .offer-prev-col, .offer-next-col {
    display: none;
  }
  .offer-swiper {
    overflow: unset;
  }
  .offer-body {
    justify-content: space-around;
    margin-top: unset;
  }
  h2 {
    margin: 0 auto 4vh;
  }
}
@media (max-width: 768px) {
  .offer-container {
    padding: 60px 15px;
  }
  .offer-img img, .offer-img-title, .offer-title, .offer-desc {
    width: 80vw;
  }
  .offer-desc, .offer-img-title {
    max-width: unset;
    text-align: center;
    line-height: 1.25;
  }
  .offer-title {
    font-size: 18px;
  }
  .offer-img:hover img {
    transform: unset;
  }
}
.decoration {
  max-width: 1920px;
  width: 100%;
  display: flex;
  margin-top: -12vh;
}

.decoration-left-col {
  width: 50%;
  padding-top: 44%;
  position: relative;
}
.decoration-left-col img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.decoration-rigth-col {
  width: 50%;
  padding: 12% 4%;
}

.black-section {
  height: 1200px;
  background-color: #212121;
}

.decor-list {
  list-style-type: none;
}

.decor-item {
  margin: 2vh 0;
  font-family: SemiBold;
  opacity: 0.5;
  margin-left: 10px;
  transition: ease 0.3s;
}

.decor-item:hover {
  cursor: pointer;
}

.decor-active {
  position: relative;
  opacity: 1;
  margin-left: 0;
}

.decor-active::before {
  transition: ease 0.3s;
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #B58352;
}

.decoration-left-col {
  opacity: 1;
}

.decor-img.decor-active {
  opacity: 1;
  z-index: 10;
}

.decor-img {
  opacity: 0;
  z-index: 0;
  transition: ease 0.6s;
}

@media screen and (max-width: 768px) {
  .decoration {
    flex-direction: column;
  }
  .decoration-left-col {
    width: 100%;
    padding-top: 80%;
    position: relative;
  }
  .decoration-rigth-col {
    width: 100%;
    position: relative;
  }
}
.possibilities {
  max-width: 1300px;
  margin: 0 auto;
  padding: 180px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pos-col {
  width: 30%;
  height: auto;
  margin: 0 1vw;
}
.pos-col p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.pos-col img {
  max-width: 450px;
  width: 100%;
  object-fit: cover;
}

.mt50 {
  margin-top: 50px;
}

.m0 {
  margin: 0;
}

@media (max-width: 1100px) {
  .possibilities {
    justify-content: space-around;
  }
  .pos-col {
    width: 45%;
  }
  .pos-col1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .possibilities {
    padding: 60px 15px;
    flex-direction: column-reverse;
  }
  .pos-col {
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
  }
  .pos-col2 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tac-on-768 {
    text-align: center;
  }
  .no-hide {
    display: flex;
  }
}
.montage {
  margin: 0 auto;
  padding: 80px 30px 180px;
  max-width: 1300px;
  width: 100%;
  overflow: hidden;
}

.montage-body {
  display: flex;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.montage-main-img {
  max-width: 400px;
  width: 90vw;
  margin: 80px 0;
}

.mont-cta {
  margin: 30px auto;
}

.montage-message {
  position: absolute;
  top: -2vh;
  right: -8vw;
  background-color: #40868C;
  border-radius: 50%;
  height: calc((1vw + 1vh) * 10);
  width: calc((1vw + 1vh) * 10);
  max-width: 250px;
  max-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid #ffffff;
  text-align: center;
}
.montage-message p {
  width: calc((1vw + 1vh) * 8);
  max-width: 200px;
}
.montage-message .mm {
  margin: 1vh 0;
  font-size: 34px;
  font-family: Bold;
}

.montage-var {
  max-width: 460px;
  position: absolute;
  left: -100%;
  bottom: 14%;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
}

.zazor {
  position: absolute;
  font-family: Bold;
  font-size: 20px;
  max-width: 230px;
}

.zazor3 {
  left: -70%;
  top: 25%;
}

.zazor10 {
  right: -80%;
  bottom: 25%;
}

.zazor-title {
  padding-bottom: 10px;
}

.zazor-figure {
  color: #B58352;
  margin-bottom: 20px;
  position: relative;
}

.zazor3 .zazor-figure svg {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.zazor10 .zazor-figure svg {
  position: absolute;
  bottom: -380%;
  right: 0;
}

@media (max-width: 1440px) {
  .montage-message {
    height: calc((1vw + 1vh) * 12);
    width: calc((1vw + 1vh) * 12);
  }
  p, li {
    font-size: 15px;
  }
  .mm {
    font-size: 26px;
  }
  .montage-var {
    position: unset;
    margin: 0 0 20px;
    max-width: 400px;
    width: 100%;
  }
  .montage-main-img {
    margin: 0 0 20px;
  }
  .zazor10 {
    bottom: 45%;
    right: -70%;
  }
  .zazor3 {
    left: -55%;
  }
}
@media (max-width: 850px) {
  .zazor {
    display: none;
  }
}
@media (max-width: 768px) {
  .montage {
    padding: 80px 15px 60px;
  }
  .montage-message {
    position: unset;
    border-radius: 14px;
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 5px;
    margin-bottom: 20px;
  }
  .montage-message p {
    width: 100%;
    max-width: unset;
  }
  .montage-main-img {
    margin: 0 0 30px;
  }
}
.features {
  background-image: url(../img/bg.webp);
}

.features-container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 180px 30px;
}

.features-body {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

.features-h2 {
  max-width: 670px;
}

.feature-col {
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 15px;
}
.feature-col video {
  max-width: 580px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-col video {
  transition: ease 0.3s;
}

.feat-play-btn {
  position: absolute;
}

.play-inner {
  width: 65px;
  height: 68px;
  position: relative;
}

.arc {
  width: 65px;
  height: 68px;
  right: 0;
  position: absolute;
  transition: ease 0.3s;
  top: 50%;
  transform: translateY(-50%);
}

.play {
  fill: #ffffff;
  width: 31px;
  height: 25px;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
}

.feature-left:hover, .feature-right:hover {
  cursor: pointer;
}
.feature-left:hover .arc, .feature-right:hover .arc {
  width: 53px;
  height: 56px;
  right: 9px;
}
.feature-left:hover .play, .feature-right:hover .play {
  height: 37px;
  width: 45px;
}
.feature-left:hover video, .feature-right:hover video {
  transform: scale(1.1);
}

@media (max-width: 1000px) {
  .features-body {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .features-container {
    padding: 60px 15px;
  }
  .feature-col {
    margin: 10px 0;
  }
  .features-body {
    margin: 20px 0;
  }
}
.complectation {
  max-width: 1360px;
  margin: 0 auto;
  padding: 180px 60px;
}

.complectation-body {
  display: flex;
  max-width: 1100px;
  gap: 80px;
  margin: 100px auto 0;
}

.comp-col {
  width: 50%;
}

.bold-header {
  font-size: 25px;
  font-family: Bold;
  margin-bottom: 20px;
}

.comp-img {
  width: 100%;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .complectation {
    padding: 80px 15px;
  }
  .complectation-body {
    margin: 30px auto 0;
    flex-wrap: wrap;
  }
  .comp-col {
    width: 100%;
  }
  .comp-img {
    margin: 0 0 20px;
  }
}
.additional {
  max-width: 1360px;
  margin: 0 auto;
  padding: 180px 60px;
}

.additional-body {
  display: flex;
  max-width: 900px;
  margin: 50px auto 0;
}

.additional-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.additional-row {
  display: flex;
  align-items: center;
  margin: 50px 0;
}

.additional-img {
  max-width: 400px;
  width: 100%;
}

.additional-box {
  box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 580px;
  background-color: #ffffff;
  border: 2px solid;
  border-image: linear-gradient(170deg, rgba(192, 200, 214, 0.3), transparent) 1;
  margin-left: -70px;
}

.additional-box-to-right {
  margin: 0 -70px 0 0;
  z-index: 1;
}

.additional-row:nth-child(2) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .additional {
    padding: 90px 15px;
  }
  .additional-row {
    flex-direction: column;
    margin: 0 0 60px;
  }
  .additional-row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .additional-box {
    margin: 20px 0 0;
  }
  .additional-body {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .additional-box {
    padding: 16px;
  }
}
.gallery {
  margin-bottom: 160px;
}

.gallery-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

.gallery-head {
  width: 44%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  background-color: #F9FAFB;
  z-index: 2;
  min-height: 610px;
  padding-right: 6vw;
  position: relative;
}

.gallery-body {
  width: 56%;
}

.gallery-subheader {
  max-width: 240px;
  line-height: 1.25;
}

.gallery-slide {
  width: fit-content !important;
}
.gallery-slide img {
  width: 400px;
}

.gallery-img {
  width: 70vw;
  max-width: 360px;
}

.gallery-navigation {
  right: -2vw;
  bottom: 20px;
  left: unset;
}
.gallery-navigation svg {
  fill: #212121;
}

.scrollbar-wrapper {
  width: 50vw;
  background-color: red;
  position: relative;
  margin-left: 52vw;
}

@media (max-width: 1000px) {
  .gallery-container {
    flex-direction: column;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .gallery-body {
    width: 100%;
  }
  .gallery-head {
    width: 100%;
    align-items: center;
    min-height: unset;
  }
  .gallery-slide video {
    width: 70vw;
    max-width: 360px;
  }
  .gallery-subheader {
    max-width: 96%;
    text-align: center;
    margin-bottom: 20px;
  }
  .gallery-navigation {
    display: none;
  }
  .scrollbar-wrapper {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .gallery-slide {
    margin-bottom: 3vh;
  }
}
@media (max-width: 768px) {
  .gallery-container {
    margin: 60px 0 0 15px;
  }
  .scrollbar-wrapper {
    width: 70%;
    margin-top: 10px;
  }
}
.furniture {
  background-image: url(../img/bg.webp);
}

.furniture-container {
  padding: 160px 30px;
  max-width: 1440px;
  margin: 0 auto;
}

.furniture-subtitle {
  max-width: 600px;
  color: #ffffff;
  line-height: 1.25;
}

.furniture-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 2s;
}

.furniture-title {
  color: #ffffff;
  line-height: 1.25;
  transition: ease 0.9s;
}

.furniture-tiles {
  overflow: hidden;
}

.furniture-tiles {
  margin: 60px 0;
}

.furniture-navigation {
  display: flex;
  justify-content: end;
}

.furniture-slide {
  text-decoration: none;
}

.furniture-img-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  width: 250px;
  height: 300px;
}

.furniture-slide:hover .furniture-title {
  color: #B58352;
}
.furniture-slide:hover .furniture-img {
  transform: scale(1.2);
}

@media (max-width: 1500px) {
  .furniture-navigation {
    margin-right: 3vw;
  }
  .furniture-navigation .nav-btn {
    width: 35px;
    height: 18px;
  }
  .furniture-prev {
    padding: 0 1.6vw 1vw;
  }
  .furniture-next {
    padding: 1.6vh 1.6vw 0;
  }
}
@media (max-width: 860px) {
  .slide-btn {
    margin: 0 4vw;
  }
  .furniture-navigation {
    margin-right: 0;
    justify-content: center;
  }
  .furniture-tiles {
    margin: 30px 0 10px;
  }
  .furniture-container {
    padding: 60px 30px;
  }
}
.services {
  max-width: 1300px;
  margin: 0 auto;
  padding: 160px 30px;
}

.services-body {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 40px 0 60px;
}

.service-tile {
  width: 40%;
  min-width: 400px;
  position: relative;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 30px;
}

.services-subtitle {
  max-width: 510px;
}

.service-img {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.6s;
}

.service-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 14px;
  font-size: 20px;
  font-family: Bold;
}

.service-tile:hover {
  cursor: pointer;
}
.service-tile:hover .service-img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .services {
    padding: 60px 15px;
  }
  .service-tile {
    width: 100%;
    min-width: unset;
    margin: 15px 0;
  }
  .service-desc {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .services-body {
    margin: 20px 0 30px;
  }
}
.testimonials {
  margin-bottom: 160px;
}

.testimonials-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

.testimonials-head {
  position: relative;
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F9FAFB;
  z-index: 2;
  min-height: 610px;
  padding-right: 6vw;
}
.testimonials-head::before {
  position: absolute;
  top: -200px;
  right: 0;
  height: 900px;
  width: 3500px;
  background-color: #F9FAFB;
  content: "";
  z-index: -1;
}

.testimonials-body {
  width: 56%;
}

.testimonials-text {
  max-width: 240px;
  line-height: 1.25;
}

.testimonials-slide {
  position: relative;
  width: fit-content !important;
}
.testimonials-slide video {
  width: 400px;
  aspect-ratio: 4/6;
  object-fit: cover;
}

.testimonials-navigation {
  right: -2vw;
  bottom: 20px;
  left: unset;
}
.testimonials-navigation svg {
  fill: #212121;
}

.scrollbar-wrapper {
  width: 50vw;
  background-color: red;
  position: relative;
  margin-left: 52vw;
}

.testimonials-slide:hover {
  cursor: pointer;
}

.plashka-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 30%;
  transition: ease 0.5s;
  z-index: 2;
}

.icon-play {
  position: absolute;
  width: 71px;
  height: 68px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 1;
  transition: ease 0.5s;
}
.icon-play svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.plashka-video.hidden, .icon-play.hidden {
  opacity: 0;
  transition: ease 0.5s;
}

.plashka-video.disabled, .icon-play.disabled {
  display: none;
}

@media (max-width: 1000px) {
  .testimonials-container {
    flex-direction: column;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .testimonials-body {
    width: 100%;
  }
  .testimonials-head {
    width: 100%;
    align-items: center;
    min-height: unset;
  }
  .testimonials-head::before {
    display: none;
  }
  .testimonials-text {
    max-width: 100%;
  }
  .testimonials-slide video {
    width: 70vw;
    max-width: 360px;
  }
  .testimonials-subheader {
    max-width: 96%;
    text-align: center;
    margin-bottom: 20px;
  }
  .testimonials-navigation {
    display: none;
  }
  .scrollbar-wrapper {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .testimonials-slide {
    margin-bottom: 3vh;
  }
}
@media (max-width: 768px) {
  .testimonials-container {
    margin: 60px 0 0 15px;
  }
  .scrollbar-wrapper {
    width: 70%;
    margin-top: 10px;
  }
}