body {
  text-align: right;
  /* direction: rtl; */
}

h1, h2, h3, h4, h5, h6 {
  text-align: right;
}

input {
  direction: rtl;
  padding-right: 10px;
}

#brand {
  flex-direction: row-reverse;
}

.nav-brand {
  flex-direction: row-reverse;
}

.nav-brand a {
  margin-left: 0px;
  margin-right: 30px;
}

.menu-dt {
  flex-direction: row-reverse;
}

#menu {
  flex-direction: row-reverse;
}

#menu .logo {
  margin-right: 0px;
  margin-left: 60px;
}

.menu-dt {
  margin-right: 0px;
  margin-left: 70px;
}

.header-right-items {
  direction: rtl;
}

.header-right-item img {
  margin-right: 0px;
  margin-left: 12px;
}

.header-title {
  text-shadow: 0px 0px 0.6px #000
}

/* ul, ol, li {
  list-style-type: hebrew;
}  */

.about .ttl::before {
  right: -30px;
}

.ttl {
  text-shadow: 0px 0px 0.6px #000
}

.about ul {
  margin-left: 0px;
  margin-right: 20px;
}

.about ul li::before {
  right: -20px;
}

.about-desc {
  flex-direction: row-reverse;
}

.about-desc-text {
  margin-left: 0px;
  margin-right: 30px;
}

.choise h4 {
  text-align: center;
}

.choise-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.choise-text span {
  margin-bottom: -5px;
  margin-left: 10px;
}

.choise-text {
  justify-content: center;
}

/* .service .container {
  display: flex;
  flex-direction: row-reverse;
} */

.service-wrapper {
  flex-direction: row-reverse;
}

.service-container-img {
  left: 0;
}

.accordion button {
  flex-direction: row-reverse;
}

.repairs-text li::before {
  content: '';
}

.repairs-text li::after {
  content: ' •';
  font-size: 20px;
  line-height: 1em;
}

.contacts-wrapper p {
  margin-left: 0px;
  margin-right: 30px;
}

.contacts-wrapper p svg {
  left: auto;
  right: -30px;
}

.contacts-wrapper .btn {
  margin-left: auto;
}

.footer-menu {
  flex-direction: row-reverse;
}







.contacts {
  overflow: hidden;
}