body.rtl {
	text-align: right;
    direction: rtl;	
}
.blueBtn svg, .transparentBtn svg {
	  transform: rotate(180deg);
}
.contactDetails .contactTitle::before {
    left: auto;
	right: 0;
    margin: 0;
}
.cdlItemIconWrap {
    width: 33px;
    flex-shrink: 0;
    line-height: 1px;
    padding: 0 0 0 15px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7-form-control {
	direction:rtl;
	text-align:right;
}

.checkbox-wrap .wpcf7-list-item-label::before, .checkbox-wrap .wpcf7-list-item-label::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #161932;
    position: absolute;
    left: auto;
	right: 0;
    top: 5px;
}
.checkbox-wrap .wpcf7-list-item-label {
    display: block;
    padding: 0 28px 0 0;
    position: relative;
    line-height: 26px;
}
.wpcf7-spinner {
	float:left;
}
.wpcf7-submit {
	direction: rtl !important;
	background: #00ADDC url(../images/ArrowRTL.png) 5% center no-repeat; 
} 
.assetsListTitle::after {
	left: auto;
	right:0;
}
.assetsListItemTitle {
	background: url(../images/address.png) right top no-repeat;
	padding: 0 28px 0 0;
}
.assetsListItemTextWrap {
	padding: 0 30px 0 0;
}
.FinancialInformationSection .contentTitles {
	text-align: right;
}
.FinancialInformationSection .contentTitles::after {
    left: auto;
	right: 0;
    margin: 0;
}
.pressListItemTitle {
	padding: 0 0 25px 20px;
}
.pressListItemClock {
    background: url(../images/wall_clock.svg) right center no-repeat;
    padding: 0 30px 0 0;
}
.blueBtn svg, .transparentBtn svg {
    margin: 0 10px 0 10px;
}
.footerBottomLinksList > li {
    padding: 0 17px;
    border-right: unset;
	border-left: 1px solid #fff;	
}
.footerBottomLinksList > li:first-child {
    padding-right: 0;
	padding-left: 17px;
}
.footerBottomLinksList > li:last-child {
    border-right: none;
    padding-right: 17px;
	padding-left: 17px;
}
.footerCopyrights {
	margin: 0 auto 0 0;
	padding: 0 30px 0 0;
}
.footerLinksWrap {
    padding: 0 0 0 30px;
}
#header .container {
	flex-direction: row-reverse;
}
.cookiesMSGbtnsWrap a {
	margin: 0 0 0 23px;
}
.headerRightTopRight {
	margin: 0 auto 0 0;
}
.fileItemText::before {
    left: auto;
	right: 24px;
}
.footer-socials ul li ~ li{
	margin-left:0;
	margin-right:16px;
}