.objects {
  display: flex;
  justify-content: space-between;
}
.objects-left {
  width: 430px;
  display: flex;
  flex-direction: column;
}
.objects-left__item {
  min-height: 84px;
  padding: 40px 0px;
  transition: all 0.3s ease;
  border-top: 1px solid #000;
  padding-left: 14px;
  cursor: pointer;
}
.objects-left__item div {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  transition: color 0.3s ease;
}
.objects-left__item span {
  color: #000;
  margin-top: 5px;
  font-size: 20px;
  transition: color 0.3s ease;
}
.objects-left__item.active {
  background: var(--dark-blue);
}
.objects-left__item.active div, .objects-left__item.active span {
  color: #fff;
}
.objects-right {
  display: flex;
  flex-direction: column;
  width: 735px;
  display: none;
}
.objects-right .objects-right.active {
  display: flex;
}
.objects-right__main {
  width: 100%;
  height: 615px;
  -o-object-fit: cover;
     object-fit: cover;
}
.objects-right-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 18px;
}
.objects-right-images img, .objects-right-images video {
  width: calc((100% - 54px) / 4);
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.objects-right__desc {
  width: 100%;
  color: #333;
  line-height: 1.2;
  margin-bottom: 12px;
}
.objects-drop {
  display: none;
}

@media (max-width: 1399px) {
  .objects-right {
    width: 600px;
  }
  .objects-left {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .objects-right {
    display: none !important;
  }
  .objects-left {
    width: 100%;
  }
  .objects-left__item {
    position: relative;
    padding-right: 40px;
  }
  .objects-left__item::after, .objects-left__item::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gray);
    width: 19px;
    height: 2px;
  }
  .objects-left__item::after {
    width: 2px;
    height: 19px;
    right: 21px;
  }
  .objects-left__item.active::after {
    display: none;
  }
  .objects-drop {
    width: 100%;
    background: var(--dark-blue);
    padding: 13px 13px 21px 13px;
  }
  .objects-drop.active {
    display: block;
  }
  .objects-drop-swiper {
    position: relative;
    height: 70vw;
  }
  .objects-drop__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
  }
  .objects-drop__btn::after {
    content: "";
    position: absolute;
    background: url(../img/photos/nextObjects.svg) no-repeat center;
    background-size: contain;
    width: 23px;
    height: 23px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .objects-drop__prev {
    left: 0;
  }
  .objects-drop__prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .objects-drop__next {
    right: 0;
  }
  .objects-drop__slide {
    width: 100%;
  }
  .objects-drop__slide img, .objects-drop__slide video {
    width: 100%;
    min-height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .objects-drop-pag {
    display: flex;
    align-items: flex-start;
    position: static;
    margin-right: auto;
    margin-bottom: 7px;
    color: var(--light-blue);
  }
  .objects-drop-pag * {
    color: var(--light-blue);
    font-size: 13px;
    margin: 0px 2px;
  }
  .objects-drop__slide img, .objects-drop__slide video {
    height: 100%;
    min-height: 0px !important;
  }
}
@media (max-width: 640px) {
  .objects-left__item div {
    font-weight: 300;
    font-size: 14px;
  }
  .objects-left__item span {
    font-size: 13px;
  }
}
.changes {
  margin-top: 60px;
}
.changes-special {
  display: flex;
  align-items: center;
  gap: 30px;
}
.changes-special-images {
  display: flex;
  gap: 30px;
}
.changes-special-images img {
  width: 400px;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
.changes-special__text {
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .changes-special-images img {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .changes-special {
    flex-direction: column-reverse;
  }
  .changes-special-images {
    margin-top: 10px;
  }
  .changes-special-images img {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .changes-special {
    gap: 0px;
  }
  .changes-special-images {
    gap: 10px;
  }
  .changes-special-images img {
    width: calc(50% - 5px);
  }
  .changes-special__text {
    font-size: 14px;
    font-weight: 300;
  }
}
.water-swiper {
  display: none;
}

.water {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.water-text {
  display: flex;
  flex-direction: column;
  max-width: 380px;
}
.water-text h4 {
  text-transform: uppercase;
  font-size: 20px;
}
.water-text p {
  margin-top: 20px;
  font-size: 15px;
}
.water-right {
  display: flex;
  flex-direction: column;
  width: 830px;
  gap: 20px;
}
.water__main {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 558px;
}
.water-subitems {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.water-subitems img {
  cursor: pointer;
  aspect-ratio: 19/16;
  width: calc((100% - 60px) / 4);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1399px) {
  .water {
    gap: 10px;
  }
  .water__main {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .water {
    align-items: flex-start;
    flex-direction: column;
  }
  .water__main {
    display: none;
  }
  .water-right {
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
  .water-swiper {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    aspect-ratio: 35/24;
  }
  .water-swiper__slide {
    width: 100%;
  }
  .water-swiper__slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .water-subitems {
    display: none;
  }
  .photo-swiper-container .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .photo-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: var(--gray);
    opacity: 1 !important;
  }
  .photo-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: var(--light-blue);
  }
  .water-text p {
    display: none;
  }
  .water-text__mob {
    display: block;
    margin-top: 20px;
    font-size: 14px;
  }
}
.before-sec {
  margin-top: 60px;
}
.before-top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.before-images {
  display: flex;
  gap: 25px;
  width: 825px;
}
.before-images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(50% - 12.5px);
}
.before__main {
  width: 825px;
  margin-top: 20px;
}
.before-text {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-left: auto;
}
.before-text h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.before-text p {
  font-size: 15px;
  margin-top: 20px;
}

.photo-swiper {
  width: 100%;
  aspect-ratio: 1/1;
}

.photo-swiper__slide {
  width: 100%;
}
.photo-swiper__slide img {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1399px) {
  .before-images {
    width: 600px;
    min-width: 600px;
  }
  .before__main {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .before {
    flex-direction: column-reverse;
  }
  .before-images {
    display: none;
  }
  .before__main {
    display: none;
  }
  .before-text {
    margin-left: 0px;
    width: 100%;
  }
  .before-swiper {
    display: block;
    width: 100%;
    margin-top: 10px;
    aspect-ratio: 10/8;
  }
  .before-swiper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .before-text .desk {
    display: none;
  }
  .before-mob-text {
    display: block;
    margin-top: 10px;
    max-width: 360px;
    font-size: 14px;
  }
}
.th-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.th-row__text {
  text-transform: uppercase;
  font-size: 20px;
  width: calc((100% - 50px) / 3);
}
.th-row-images {
  width: 825px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floor {
  margin-top: 60px;
}
.floor-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.floor img {
  width: 400px;
  height: auto;
  aspect-ratio: 40/32;
}

@media (max-width: 1399px) {
  .floor img {
    width: 320px;
  }
  .floor-images {
    width: 665px;
  }
}
@media (max-width: 1024px) {
  .floor {
    flex-direction: column;
  }
  .floor .th-row__text {
    width: 100%;
  }
  .floor .th-row-images,
  .floor .floor-bot {
    display: none;
  }
  .floor-swiper {
    display: block;
    aspect-ratio: 35/29;
    margin-top: 10px;
  }
}
.video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  position: relative;
}
.video .video-swiper-pagination {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px;
  position: absolute;
  top: 0;
  left: 920px;
  max-height: -moz-max-content;
  max-height: max-content;
}
.video-swiper {
  width: 900px;
  min-width: 900px;
  aspect-ratio: 83/69;
  margin-right: 30px;
}
.video-swiper__btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 40px;
  margin: 0;
  z-index: 900;
}
.video-swiper__btn.swiper-button-disabled {
  opacity: 0.8;
}
.video-swiper__prev {
  transform: translateY(-50%) rotate(180deg) !important;
}
.video-swiper__next {
  left: auto;
  right: 0;
}
.video-swiper__slide {
  height: 100%;
}
.video-swiper__slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-text-swiper {
  position: relative;
  padding: 0px 60px;
}
.video-text-swiper .swiper-wrapper {
  align-items: center;
}
.video-text-swiper__slide {
  width: 281px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0 !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-text-swiper__slide.swiper-slide-active {
  opacity: 1 !important;
}

@media (max-width: 1399px) {
  .video-swiper {
    width: 700px;
    min-width: 700px;
  }
}
@media (max-width: 1024px) {
  .video {
    flex-direction: column-reverse;
  }
  .video-swiper__btn {
    display: none;
  }
  .video-text-swiper {
    width: 100%;
    padding: 0;
  }
  .video-text-swiper__slide {
    align-items: flex-start;
    text-align: left;
  }
  .video-swiper {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
  .video .video-swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .video .video-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: var(--gray);
    opacity: 1 !important;
  }
  .video .video-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: var(--light-blue);
  }
}
.chlore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.chlore-text {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.chlore-text h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.chlore-text p {
  margin-top: 20px;
  font-size: 15px;
}
.chlore-images {
  display: flex;
  flex-wrap: wrap;
  width: 825px;
  gap: 20px;
}
.chlore-images img {
  width: calc(50% - 10px);
}
.chlore-images img:nth-child(3) {
  width: 100%;
}

@media (max-width: 1024px) {
  .chlore {
    flex-direction: column;
    width: 100%;
  }
  .chlore-text {
    width: 100%;
    text-align: left;
  }
  .chlore-text .desk {
    display: none;
  }
  .chlore-images {
    margin-top: 10px;
    width: 100%;
  }
  .chlore-mob {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    display: block;
    margin-right: auto;
  }
}
.chrome-swiper__slide {
  width: 100%;
  height: 100%;
}
.chrome-swiper__slide img {
  width: 100%;
  height: 100%;
}
.chrome-swiper__btn {
  top: auto;
  bottom: 0;
  transform: none;
  cursor: pointer;
}
.chrome-swiper__prev {
  transform: rotate(180deg) !important;
}
.chrome-swiper__next {
  right: auto;
  left: 190px;
}
.chrome-text-swiper {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
}
.chrome-text-swiper__slide {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.chrome-text-swiper__slide h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.chrome-text-swiper__slide p {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
}

.elast {
  flex-direction: row-reverse;
}
.elast .swiper-pagination {
  left: auto;
  right: 920px;
}
.elast .video-swiper {
  margin-right: 0px;
  margin-left: 30px;
}

.elast__title,
.changes__title,
.objects__title {
  margin-top: 130px;
  text-transform: uppercase;
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.elast__title span,
.changes__title span,
.objects__title span {
  width: 500px;
  display: inline-block;
}

.changes__title,
.objects__title {
  transform: translateX(440px);
}

.objects {
  margin-top: 60px;
}

@media (max-width: 1399px) {
  .changes__title,
  .objects__title {
    transform: translateX(200px);
  }
}
@media (max-width: 1024px) {
  .elast {
    flex-direction: column-reverse;
  }
  .elast .video-swiper {
    margin-left: 0px;
  }
  .elast__title {
    font-size: 48px;
    margin-top: 60px;
  }
  .elast__title span {
    display: none;
  }
  .chrome-text-swiper {
    padding-bottom: 0px;
  }
  .changes__title,
  .objects__title {
    font-size: 48px;
    transform: none;
  }
}
@media (max-width: 640px) {
  .elast__title {
    font-size: 35px;
  }
  .chrome-text-swiper__slide h4 {
    font-weight: 300;
  }
  .chrome-text-swiper__slide p {
    margin-top: 10px;
  }
  .objects {
    margin-top: 24px;
  }
  .changes__title,
  .objects__title {
    font-size: 35px;
  }
  .elast__title, .changes__title, .objects__title {
    margin-top: 60px;
  }
}
@media (max-width: 580px) {
  .before-text h4,
  .water-text h4,
  .floor .th-row__text,
  .video-text-swiper__slide,
  .chlore-text h4,
  .chrome-text-swiper__slide h4 {
    font-weight: 300;
    font-size: 14px;
  }
  .water-text__mob,
  .before-mob-text,
  .chlore-mob,
  .chrome-text-swiper__slide p {
    font-size: 13px;
    max-width: 310px;
  }
}
.cargo {
  width: 100%;
  padding-right: var(--oneSide);
  margin-top: 60px;
}
.cargo-sec {
  margin-top: 130px;
}
.cargo .swiper-wrapper {
  max-height: -moz-max-content;
  max-height: max-content;
}
.cargo__title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 75px;
  color: var(--dark-blue);
  font-weight: 700;
}
.cargo__slide {
  display: flex;
  height: 100%;
  max-height: 320px;
}
.cargo__slide:first-child {
  margin-left: var(--oneSide);
}
.cargo__slide:last-child {
  margin-right: var(--oneSide);
}
.cargo__slide img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cargo-btns {
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}
.cargo-btns img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.cargo-prev {
  transform: rotate(180deg);
}

@media (max-width: 640px) {
  .cargo {
    height: auto;
    padding-right: 60px;
  }
  .cargo-sec {
    margin-top: 60px;
  }
  .cargo__title {
    font-size: 35px;
  }
  .cargo__slide {
    width: auto;
    height: auto;
  }
  .cargo__slide:first-child {
    margin-left: 20px;
  }
  .cargo__slide:last-child {
    margin-right: 20px;
  }
  .cargo-btns {
    display: none;
  }
}
.objects-right {
  position: sticky;
  top: 0;
}

.objects-drop__desc {
  color: #fff;
  margin-bottom: 5px;
}/*# sourceMappingURL=photos.css.map */