/* /Настройки/noria/Pages/Прочие страницы/p10800/Object CSS/ */
.custom-html ol{
	counter-reset: item;
	list-style: none;
	margin: 0;
	padding: 0; }
.custom-html ol li:before{
	display: inline;
	margin-right: 10px;
	content: counters(item,".") ".";
	counter-increment: item; }
.custom-html ol h2{
	display: inline;
	margin: 0; }
.custom-html .wrap-content > ol > li > ol{
	margin-left: 40px; }

/* Phone (360) - *-600 */
@media (max-width: 767px) {
	.custom-html h2 + ol,
	.custom-html .wrap-content > ol > li:not(:first-child){
		margin-top: 16px; }
	.custom-html .wrap-content > ol > li:before{
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 0.025em;
		line-height: 22px;
		text-transform: uppercase; }
	.custom-html .wrap-content > ol > li > ol{
		margin-left: 20px; }
}
/* Table portrait (768) - 600-900 */
@media (min-width: 768px) and (max-width: 1019px) {
	.custom-html h2 + ol,
	.custom-html .wrap-content > ol > li:not(:first-child){
		margin-top: 16px; }
	.custom-html .wrap-content > ol > li:before{
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 0.025em;
		line-height: 22px;
		text-transform: uppercase; }
}
/* Table landscape (1020) - 900-1200 */
@media (min-width: 1020px) and (max-width: 1355px) {
	.custom-html h2 + ol,
	.custom-html .wrap-content > ol > li:not(:first-child){
		margin-top: 24px; }
	.custom-html .wrap-content > ol > li:before{
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 0.025em;
		line-height: 24px;
		text-transform: uppercase; }
}
/* Desktop (1356) - 1200-1800 */
@media (min-width: 1356px) and (max-width: 1679px) {
	.custom-html h2 + ol,
	.custom-html .wrap-content > ol > li:not(:first-child){
		margin-top: 24px; }
	.custom-html .wrap-content > ol > li:before{
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.025em;
		line-height: 30px;
		text-transform: uppercase; }
}
/* Big desktop (1920) - 1800-* */
@media (min-width: 1680px) {
	.custom-html h2 + ol,
	.custom-html .wrap-content > ol > li:not(:first-child){
		margin-top: 28px; }
	.custom-html .wrap-content > ol > li:before{
		font-weight: 700;
		font-size: 26px;
		letter-spacing: 0.025em;
		line-height: 36px;
		text-transform: uppercase; }
} /* /Настройки/noria/Pages/Шаблоны/pro_main/sweetalert2.css/ */
.swal2-popup .swal2-title,
.swal2-popup .swal2-content{
	text-transform: none; }