﻿body.rtl .about-slider__container {
  position: relative; }

body.rtl .beauty-border__container.beauty-border--top-left {
  top: -20px;
  left: 0px; }

body.rtl .beauty-border__container {
  position: absolute;
  width: 100%;
  height: 100%; }

body.rtl .beauty-border__container.beauty-border--top-left:before {
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.rtl .beauty-border__container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%; }

body.rtl .beauty-border__container.beauty-border--top-left:after {
  top: 0;
  left: 0;
  background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.rtl .beauty-border__container:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px; }

body.rtl .beauty-border__container.beauty-border--bottom-right {
  bottom: -20px;
  right: 0; }

body.rtl .beauty-border__container.beauty-border--bottom-right:before {
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.rtl .beauty-border__container.beauty-border--bottom-right:after {
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.rtl .beauty-border__container:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px; }

body.rtl .beauty-border__container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%; }

body.rtl .gallery-slide img {
  margin: 0 auto; }

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: #d7ac00; }

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; }

body.ltr .beauty-border__container.beauty-border--top-left {
  top: -20px;
  right: 0; }

body.ltr .gallery-slide img {
  margin: 0 auto; }

body.ltr .beauty-border__container {
  position: absolute;
  width: 100%;
  height: 100%; }

body.ltr .beauty-border__container.beauty-border--top-left:before {
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.ltr .beauty-border__container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%; }

body.ltr .beauty-border__container.beauty-border--top-left:after {
  top: 0;
  left: 0;
  background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.ltr .beauty-border__container:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px; }

body.ltr .beauty-border__container.beauty-border--bottom-right {
  bottom: -20px;
  left: -10px; }

body.ltr .beauty-border__container.beauty-border--bottom-right:before {
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.ltr .beauty-border__container.beauty-border--bottom-right:after {
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, #000 0%, rgba(255, 255, 255, 0) 100%); }

body.ltr .beauty-border__container:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px; }

body.ltr .beauty-border__container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%; }

body.ltr .gallery-slider .slick-dots {
  position: absolute;
  display: flex;
  bottom: 30px;
  right: 45px; }

body.ltr .gallery-slider ul.slick-dots {
  list-style: none; }

body.ltr .gallery-slider .slick-dots li.slick-active button {
  background: #d7ac00; }

body.ltr .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; }
