

/* Start:/solutions/hardware/terminal/terminal.css?1773826270494*/
ul.custom-empty-circle {
    list-style: none;
    padding-left: 20px;
  }

ul.custom-empty-circle li::before {
	content: "○"; /* Символ Unicode для пустого круга */
	display: inline-block;
	margin-right: 8px;
	color: #000; /* Можно изменить цвет */
	font-size: 1.2em; /* Можно изменить размер */
}

@media all and (max-width: 1000px) {
	.tablet-image-mobile {
	width: 300px !important;
	height: auto !important;
	max-width: 100%;
	}
}
/* End */
/* /solutions/hardware/terminal/terminal.css?1773826270494 */
