.usercontent {
  text-align: right;
  direction: rtl;
}
form {
  direction: ltr;
}

.textblock {
  float: right;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.accordion {
  max-width: 740px;
  margin: 0 auto 25px auto;
}
.textblock .usercontent {
  max-width: 740px;
}

.breadcrumb-content {
  flex-direction: row-reverse;
}
.breadcrumb-content i {
  transform: rotate(180deg);
}
.lisitem {
  direction: rtl;
}
.resourceblock .col-12,
.resourceblock .col-lg-10 {
  display: flex;
  justify-content: center;
}
.resourceblock .resourceblock-wrap {
  width: 100%;
}
.download {
  direction: rtl;
}
.download::after {
  margin-left: 0;
}
.textcta .col-12,
.textcta .col-lg-10 {
  display: flex;
  justify-content: center;
}
.textcta .textcta-wrap {
  width: 100%;
}
.textcta .videowrap {
  width: 100%;
}
.sharewrap {
  direction: rtl;
}
.shareblock {
  margin: 0 auto 50px auto;
}
@media(min-width:768px){
  .shareblock {
    margin-bottom:88px;
  }
}
@media(min-width:992px){
  .shareblock {
    margin-bottom:148px;
  }
}
.accordion-head, .accordion-content {
  direction: rtl;
}
