﻿body.rtl .about-slider__container {
  position: relative;
  background-color: #ebebeb;
  border-radius: 25px;
  padding: 20px;
}
body.rtl .gallery-slide img {
  margin: 0 auto;
  border-radius: 15px;
}
body.rtl .gallery-slider .slick-dots {
  position: absolute;
  display: flex;
  bottom: 30px;
  right: 20px;
}
body.rtl .gallery-slider ul.slick-dots {
  list-style: none;
}
body.rtl .gallery-slider .slick-dots li.slick-active button {
  background: #d8092f;
}
body.rtl .gallery-slider .slick-dots button {
  margin: 0 2px;
  border: none;
  font-size: 0;
  background: #dddddd;
  padding: 5px;
  border-radius: 50%;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
}
