
html{
    direction: rtl;
}

.header-bar-content{
	direction: ltr;
}

nav.menu-desktop{
	flex-direction: row-reverse;
}

.swiper-button-next{
    left: 480px !important;
}

.swiper-button-prev{
    right: 480px !important; 
}

section.contacts > ul > li > i {
	margin-left: 10px;
	margin-right: 0px;
}

.footer-social > a{
	margin-right: 0;
	margin-left: 15px;
}

.dlg_title{
	direction: rtl;
	text-align: right;
}

.err_line{
	line-height: 1.5;
	color: var(--color-pallet-secondry);
	direction: rtl;
	text-align: right;
}

.btn.dlg{
	text-align: left;
	margin-right: auto;
}
