.scrollable__btn-left,
.scrollable__btn-right {
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: var(--button-large, 18px);
  background: var(--controls-bg-neutralLight-default, #F6F6F9);
  border: none;
  outline: none;
  cursor: pointer;
}

.scrollable__btn-right img {
  rotate: 180deg;
}

.scrollable__nav {
  display: flex;
  gap: 16px;
}

.scrollable__slider_img img {
  object-fit: cover;
  width: calc((100% - 40px) / 3);
  border-radius: 24px;
}

#modal_img .popup__content {
  inline-size: auto;
}

#modal_img .popup__close {
  top: 0;
  right: 0;
}

.modal_slider_img {
  width: 100%;
  max-height: 90vh;
}

@media (max-width: 1024px) {
  .scrollable__slider_img img {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 768px) {
  .scrollable__slider_img img {
    flex: 0 0 100%;
    width: 100%;
  }
}