[class*="browser theme-2"][dir="ltr"] .banners-wrap .banners-column.left .spin-type-column:first-child .info-block-content {
	 top: -1.2rem;
	 left: 4rem;
	 right: auto;
	 animation: info-content-left-to-right 240ms linear;
}
 [class*="browser theme-2"][dir="ltr"] .banners-wrap .banners-column.left .spin-type-column:first-child .info-block-content:before {
	 right: auto;
	 left: -0.6rem;
	 top: 2rem;
	 transform: rotate(315deg);
}
 [class*="browser theme-2"][dir="rtl"] .banners-wrap .banners-column.left .spin-type-column .info-block {
	 top: -2rem;
}
 [class*="browser theme-2"][dir="rtl"] .banners-wrap .banners-column.left .spin-type-column:first-child .info-block {
	 right: 1rem;
}
 [class*="browser theme-2"][dir="rtl"] .banners-wrap .banners-column.left .spin-type-column:last-child .info-block-content {
	 left: 4rem;
	 right: auto;
	 animation: info-content-left-to-right 240ms linear;
}
 [class*="browser theme-2"][dir="rtl"] .banners-wrap .banners-column.left .spin-type-column:last-child .info-block-content:before {
	 right: auto;
	 left: -0.6rem;
	 transform: rotate(225deg);
}