/**********************************
 *   Разработчик: Компания DXia   *
 *         CopyRight @2022        *
 *         https://dxia.ru        *
 **********************************/
*.dxBlock_lazy {
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
*.dxBlock_lazy.dxBlock_lazy_active {
	opacity: 1;
}