.swiper-slide {
  box-sizing: border-box;
}

.sw_controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.sw_prev,
.sw_next {
  transition: all 0.3s ease;
  cursor: pointer;
}
.sw_prev.swiper-button-disabled,
.sw_next.swiper-button-disabled {
  pointer-events: none;
  color: #ffffff;
  opacity: 0.4;
  cursor: default;
}
.sw_prev:before,
.sw_next:before {
  font-size: 24px;
}
.sw_prev:after,
.sw_next:after {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  height: 9px;
  width: 68px;
  transition: all 0.3s ease;
}

.sw_prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='9' viewBox='0 0 69 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.6516 5.26398L1.23315 5.26398L1.23315 4.26398L63.6516 4.26398L63.6516 5.26398Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.96622 4.76399L5.61037 8.16248L4.92835 8.8938L0.499992 4.76399L4.92835 0.634168L5.61037 1.3655L1.96622 4.76399Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.6773 6.28985C66.5199 6.28985 67.2029 5.60678 67.2029 4.76416C67.2029 3.92155 66.5199 3.23848 65.6773 3.23848C64.8346 3.23848 64.1516 3.92155 64.1516 4.76416C64.1516 5.60678 64.8346 6.28985 65.6773 6.28985ZM68.2029 4.76416C68.2029 6.15906 67.0722 7.28985 65.6773 7.28985C64.2824 7.28985 63.1516 6.15906 63.1516 4.76416C63.1516 3.36927 64.2824 2.23848 65.6773 2.23848C67.0722 2.23847 68.2029 3.36926 68.2029 4.76416Z' fill='%23F5EEE9'/%3E%3C/svg%3E%0A");
}

.sw_next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='9' viewBox='0 0 69 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.05136 4.2641H67.4698V5.2641H5.05136V4.2641Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.7367 4.76409L63.0926 1.36561L63.7746 0.634277L68.2029 4.76409L63.7746 8.89391L63.0926 8.16258L66.7367 4.76409Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.02569 3.23822C2.18307 3.23822 1.5 3.9213 1.5 4.76391C1.5 5.60653 2.18307 6.2896 3.02569 6.2896C3.8683 6.2896 4.55138 5.60653 4.55138 4.76391C4.55138 3.9213 3.8683 3.23822 3.02569 3.23822ZM0.5 4.76391C0.5 3.36901 1.63079 2.23822 3.02569 2.23822C4.42059 2.23822 5.55138 3.36901 5.55138 4.76391C5.55138 6.15881 4.42059 7.2896 3.02569 7.2896C1.63079 7.2896 0.5 6.15881 0.5 4.76391Z' fill='%23F5EEE9'/%3E%3C/svg%3E%0A");
}

.sw_pagination {
  width: auto !important;
  position: relative;
  text-align: center;
  bottom: 0 !important;
}
.sw_pagination.sand_pag .swiper-pagination-bullet {
  background-color: #B38255;
}
.sw_pagination.sand_pag .swiper-pagination-bullet:active {
  background-color: #f4ebe5;
}
@media screen and (min-width: 1025px) {
  .sw_pagination.sand_pag .swiper-pagination-bullet:hover {
    background-color: #f4ebe5;
  }
}
.sw_pagination.sand_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #B38255;
}
.sw_pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 10px;
  width: 10px;
  background-color: #f4ebe5;
  margin: 0 10px;
}
.sw_pagination .swiper-pagination-bullet:active {
  opacity: 1;
  background-color: #B38255;
}
@media screen and (min-width: 1025px) {
  .sw_pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: #B38255;
  }
}
.sw_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #B38255;
  border: 1px solid #f4ebe5;
}

.slider_gallery {
  position: relative;
  margin-top: 120px;
  margin-bottom: -60px;
  padding-bottom: 92px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider_gallery {
    padding-bottom: 80px;
  }
}
.slider_gallery:before {
  content: "";
  position: absolute;
  top: -97px;
  right: 0;
  z-index: -1;
  display: block;
  width: 30%;
  height: 75%;
  background: url("../../images/burger-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .slider_gallery:before {
    top: -49px;
  }
}
.slider_gallery:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #223F52;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .slider_gallery:after {
    width: calc(100% - 78px);
    left: 39px;
  }
}
@media screen and (max-width: 480px) {
  .slider_gallery:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .slider_gallery:after {
    transform: translateX(-50%);
    left: 50%;
    width: 74.421vw;
    max-width: 1286px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .slider_gallery:after {
    width: calc(100% - 144px);
  }
}
.slider_gallery .container_grid {
  row-gap: 0;
}
@media screen and (max-width: 1024px) {
  .slider_gallery .container_grid {
    max-width: 100%;
  }
}
.slider_gallery .slider_col {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider_gallery .slider_col {
    margin-top: 49px;
  }
}
.slider_gallery__controls {
  position: relative;
  justify-content: space-between;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .slider_gallery__controls {
    position: relative;
    z-index: 1;
    width: calc(100% - 33px);
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .slider_gallery__controls {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 480px) {
  .slider_gallery__controls {
    width: calc(100% - 44px);
  }
}
@media screen and (min-width: 1024px) {
  .slider_gallery__controls {
    width: 100%;
    margin-top: 16px !important;
  }
}
.slider_gallery__controls .sw_controls__arrows {
  display: flex;
  column-gap: 20px;
  margin-left: 9px;
}
@media screen and (max-width: 480px) {
  .slider_gallery__controls .sw_controls__arrows {
    display: none;
  }
}
.slider_gallery__controls .sw_controls__arrows .sw_prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='9' viewBox='0 0 68 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.76367H63.4335' stroke='%2364615E' stroke-miterlimit='10'/%3E%3Cpath d='M5.03626 8.52831L1 4.76415L5.03626 1' stroke='%2364615E' stroke-miterlimit='10'/%3E%3Cpath d='M65.4441 6.78966C66.5629 6.78966 67.4698 5.88273 67.4698 4.76397C67.4698 3.64521 66.5629 2.73828 65.4441 2.73828C64.3254 2.73828 63.4185 3.64521 63.4185 4.76397C63.4185 5.88273 64.3254 6.78966 65.4441 6.78966Z' stroke='%2364615E' stroke-miterlimit='10'/%3E%3C/svg%3E");
}
.slider_gallery__controls .sw_controls__arrows .sw_next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='9' viewBox='0 0 69 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67.4698 4.76465L5.0363 4.76465' stroke='%2364615E' stroke-miterlimit='10'/%3E%3Cpath d='M63.4336 1.00001L67.4698 4.76417L63.4336 8.52832' stroke='%2364615E' stroke-miterlimit='10'/%3E%3Cpath d='M3.0257 2.73866C1.90694 2.73866 1.00001 3.64559 1.00001 4.76435C1.00001 5.88311 1.90694 6.79004 3.0257 6.79004C4.14446 6.79004 5.05139 5.88311 5.05139 4.76435C5.05139 3.64559 4.14446 2.73866 3.0257 2.73866Z' stroke='%2364615E' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.slider_gallery__controls .sw_pagination {
  position: absolute !important;
  bottom: 90px !important;
  left: 5px !important;
  z-index: 1;
}
.slider_gallery__controls .sw_pagination .swiper-pagination-bullet {
  background-color: #B38255;
}
.slider_gallery__controls .sw_pagination .swiper-pagination-bullet:active {
  background-color: transparent;
  border: 1px solid #B38255;
}
@media screen and (min-width: 1025px) {
  .slider_gallery__controls .sw_pagination .swiper-pagination-bullet:hover {
    background-color: transparent;
    border: 1px solid #B38255;
  }
}
.slider_gallery__controls .sw_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #B38255;
}
.slider_gallery .description {
  background: #f4ebe5;
  padding-top: 37px;
  padding-right: 10px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .slider_gallery .description {
    padding-left: 39px;
    padding-right: 39px;
  }
}
@media screen and (max-width: 480px) {
  .slider_gallery .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider_gallery .description {
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .slider_gallery .main-swiper {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 580px) {
  .slider_gallery .main-swiper .swiper-wrapper {
    align-items: stretch;
  }
}
.slider_gallery .main-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 1s ease;
}
.slider_gallery .main-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slider_gallery .main-swiper .swiper-slide picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  min-width: 100%;
  max-height: 90vh;
  aspect-ratio: 1507/1011;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .slider_gallery .main-swiper .swiper-slide picture {
    grid-column: 1/span 5;
  }
}
@media screen and (max-width: 1024px) {
  .slider_gallery .main-swiper .swiper-slide picture {
    margin-bottom: 20px;
  }
}
.slider_gallery .main-swiper .swiper-slide picture img {
  max-height: 1000px;
  margin: 0 auto;
  transition: 0.3s;
}
.slider_gallery .main-swiper .swiper-slide picture img:active {
  transform: scale(1.05);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .slider_gallery .main-swiper .swiper-slide picture img:hover {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
.slider_gallery .thumbnail-swiper {
  position: absolute;
  bottom: -100px;
  right: -1px;
  margin-top: 20px;
  width: 60%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #f4ebe5;
  padding: 24px;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .slider_gallery .thumbnail-swiper {
    bottom: -65px;
  }
}
@media screen and (max-width: 480px) {
  .slider_gallery .thumbnail-swiper {
    bottom: -32px;
  }
}
@media screen and (max-width: 767px) {
  .slider_gallery .thumbnail-swiper {
    padding: 16px;
  }
}
.slider_gallery .thumbnail-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.slider_gallery .thumbnail-swiper .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
}
.slider_gallery .thumbnail-swiper .swiper-slide:active {
  opacity: 0.75;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .slider_gallery .thumbnail-swiper .swiper-slide:hover {
    opacity: 0.75;
    transition: 0.3s;
  }
}
.slider_gallery .thumbnail-swiper .swiper-slide .thumbnail-img {
  width: 17.3vw;
  aspect-ratio: 300/217;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slider_gallery .thumbnail-swiper .swiper-slide .thumbnail-img {
    width: 100%;
  }
}

.fancybox-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.fancybox-dots .fancybox-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: #B38255;
}
.fancybox-dots .fancybox-dot:active {
  background-color: transparent;
  border: 1px solid #B38255;
}
@media screen and (min-width: 1025px) {
  .fancybox-dots .fancybox-dot:hover {
    background-color: transparent;
    border: 1px solid #B38255;
  }
}
.fancybox-dots .fancybox-dot.active {
  background-color: transparent;
  border: 1px solid #B38255;
}

/*# sourceMappingURL=slider-gallery.css.map */
