

/* Start:/programma-dlya-lombarda/onlajn-kassa-v-lombarde/primenenie-kkt//style.css?15833941809882*/
img{
	max-width: 100%;
}
.h1{
	color: #cc3333;
	font-size: 43px;
	text-align: center;
	text-transform: uppercase;
}
.h2{
	color: #000;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #cc3333;
	margin: 40px 0;
}
.tx-center{
	text-align: center;
}
.tx-red{
	color: #bb2f2c;
}

b{
	font-weight: 600;
}
a{
	color: #bb2f2c;
}

.top-section h2{
	font-size: 30px;
	margin-bottom: 40px;
}


.top-section p{
	font-size: 24px;
	/*text-transform: uppercase;*/
}
section{
	margin: 80px 0;
}
section p{
	font-size: 21px;
}
section p + p{
	margin-top: 30px;
}
section .col-left{
	padding: 0 40px;
	margin: 20px 0;
}
section .col-full{
	padding: 0 40px;
	margin: 20px 0;	
	width: 100%;
}
section .col-right{
	padding: 0 40px;
	margin: 20px 0;
}
section > .container{
	display: flex;
    flex-wrap: wrap;
}
section.red{
	margin: 100px 0;
	background: #bb2f2c;
	padding: 35px 0;
}
section.red p.center-block{
	text-align: center;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	
}
section.red-backgr{
	background: url('/programma-dlya-lombarda/onlajn-kassa-v-lombarde/primenenie-kkt//images/red_plashka.png');
	background-size: cover; 
	padding: 80px 0; 
}
section.red {
	color: #fff;
}
section h3{
	color: #bb2f2c;
	font-size: 24px;
	font-weight: bold;
}
.top-section{
	margin-top: 85px;
}
.col-right-center{
	text-align: center;
}
.merits-list,
.demerits-list{
	list-style: none;
	margin-top: 30px;
	padding-left: 30px;
	margin-bottom: 80px;
}
.merits-list li{
	position: relative;
	margin-bottom: 15px;
}
.merits-list li p{
	font-size: 21px;
}
.merits-list li:before{
	content: url('/local/Uvelirsoft2019/img/ok.svg');
	position: absolute;
	left: -30px;
	top: 7px;
}
.demerits-list li{
	position: relative;
	margin-bottom: 15px
}
.demerits-list li p{
	font-size: 21px;
}
.demerits-list li:before{
	content: url('/local/Uvelirsoft2019/img/not.svg');
	position: absolute;
	left: -30px;
	top: 7px;
}
section .col-left-big-list{
	padding-right: 60px;
}

body {
  counter-reset: section;
}
.red-hr{
	border-top: 2px solid #bb2f2c;
	margin-left: 180px;
    margin-right: 40px;
}
h2.big-list{
	position: relative;
	padding-left: 140px;
	color: #bb2f2c;
	font-size: 35px;
	text-transform: uppercase;
	min-height: 160px;
	margin-bottom: 60px;
}
h2.big-list:before {
  counter-increment: section; 
  content: counter(section);
  font-size: 225px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 160px;
  font-weight: 100;

}
.fit-img{
	max-width: fit-content;
}
.h2_big{
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 40px;
	margin-bottom: 40px
}
.h2_sub_big {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px
}

.line-list{
	margin: 40px 0;
}
.line-list p{
	position: relative;
	padding-left: 40px;
}

.line-list p:before{
	content: '';
	width: 4px;
	background: #bb2f2c;
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
}
.line-list-gray p:before{
	background: #737373;
}

section.red h2.big-list{
	color: #fff;
}
section.red h3{
	color: #fff;	
}
section.red .demerits-list li:before{
	content: url('/local/Uvelirsoft2019/img/not-white.svg');
}
section.red .merits-list li:before{
	content: url('/local/Uvelirsoft2019/img/ok-white.svg');
}
section.red .red-hr{
	border-top: 2px solid #fff;
	margin-left: 180px;
    margin-right: 40px;
    width: 100%
}
section.red .red-hr{
	margin: 60px;
}

section.rabota .checks{
	display: flex;
	align-items: center;
    justify-content: center;
}
section.rabota{
	margin-bottom: 0;
}
.section-hr{
	margin: 0;
}
section.oplata{
	margin: 0;
}
section.oplata p{
	margin: 40px 0;
	text-align: left;
}
section.prodaja{
	margin-top: 0;
}
section.prodaja .flex-container img + img{
	margin-left: 40px;
}
.checks-item + .checks-item{
	margin-left: 150px;
}
.checks-item p{
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
}
.checks-item p span{
	color: #bb2f2c;
	display: block;
}

.custom-list{
	list-style: none;
	padding: 0 40px;
}
.custom-list .custom-list-item{
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	padding-left: 50px;
	
}
.custom-list .custom-list-item + .custom-list-item{
	margin-top: 40px;
}
.custom-list .custom-list-item::before{
	counter-increment: section; 
  content: counter(section);
  font-size: 65px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 60px;
  font-weight: 100;
}

.col-left-big-list > *{
	padding-left: 140px;
}
section.kk1 h2{
	font-size: 36px;
	color: #bb2f2c;
}
section.kk1 p{
	font-size: 21px;
	text-align: center
}
.pay-process{
	background: url(/programma-dlya-lombarda/onlajn-kassa-v-lombarde/primenenie-kkt//images/red_plashka.png);
	background-size: cover;
}
.pay-process h2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.pay-process-list{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center

}
.pay-process-list-item{
	width: 170px;
	color: #fff;
	text-align: center
}
.pay-process-list-item p{
	font-size: 18px;
	text-transform:	uppercase;
}
.pay-process-list-item img {
	height: 200px;
	object-fit: scale-down;
}
.table-title{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.table .table-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	text-align: center;
}

.table .table-item:nth-child(even){
	background: #fff;
	color: #000;
}

.table .table-item:nth-child(odd){
	background: #f5f5f5;	
	color: #000;
}

.table .table-item:first-child{
	background: #bb2f2c;
	color: #fff;
}
.table .table-item .table-name{
	width: 300px;
	height: 70px;
	display: flex;
	align-items: center;
	border-right: 2px solid #fff;
	justify-content: center
}
.table .table-item .table-vals{
	flex: 1;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center
}
.table .table-item .table-vals span{
	width: 100%;
}
section.dark-red-backgr{
	background: url('/programma-dlya-lombarda/onlajn-kassa-v-lombarde/primenenie-kkt//images/dark_red_plashka.png');
	background-size: cover; 
	margin-top: -100px;
}
.p-important{
	font-size: 21px;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
}
.p-important::before {
	content: '!';
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 80px;
	font-weight: 100;
}

@media screen and (max-width: 1960px){
	.fit-img{
		max-width: 120%;
	}
}
@media screen and (max-width: 1630px) {
	section .col-left{
		padding: 0 30px;
	}
	section .col-right{
		padding: 0 30px;
	}
	.top-section p{
		font-size: 18px;
	}
	section.red p.center-block{
		font-size: 21px;
	}
	h2.big-list{
		font-size: 28px;
		padding-left: 120px;
	}
	h2.big-list:before{
		line-height: 120px;
		font-size: 170px;

	}
	section p{
		font-size: 18px;
	}
	.demerits-list li p,
	.merits-list li p{
		font-size: 18px;
	}
	.col-left-big-list > *{
		padding-left: 120px;
	}
	.h2_big{
		font-size: 23px;
	}
	.h2_sub_big{
		font-size: 21px;
	}

}
@media screen and (max-width: 1200px){
	section .col-left{
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}
	section .col-right{
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}
	.h1{
		    font-size: 36px;
	}
	.top-section{
		margin-top: 20px;
	}
	section.red{
		margin: 60px 0;
	}
	section.red p.center-block{
		font-size: 18px;
	}
	.red-hr{
		margin: 0; 
	}
	.col-left-big-list > *{
		padding-left: 0;
	}
	.mobile-order-0{
		order: -1;
	}

	section.dark-red-backgr{
		margin-top: -60px;
	}
	.p-important{
		font-size: 17px;
	}
	.pay-process-list-item img{
		height: 90px;
		margin-bottom: 20px;
	}
	.pay-process-list-item p{
		font-size: 14px;
	}
	section.kk1 p{
		font-size: 18px;
	}
}
@media screen and (max-width: 992px){
	section .col-full,
	.custom-list{
		padding: 0;
	}

	section.red{
		margin-bottom: 40px;
	}
	section.kk1 h2{
		font-size: 30px;
	}
	.table .table-item .table-name{
		width: 50%;
	}
	.table .table-item .table-vals{
		height: auto;
		flex-direction: column;
	}
	.table .table-item .table-vals span{
		padding: 24px 0;
	}
	.table .table-item{
		align-items: flex-start
	}
	.table .table-item:first-child .table-vals span{
		padding: 24px 0;
	}
	.pay-process-list{
		flex-direction: column
	}
	.pay-process-list-item{
		width: 100%;	
	}
	.pay-process-list-item img[alt='arrow']{
		transform: rotate(90deg);
	}
	section.kk1 h2{
		font-size: 24px; 
	}
	section.rabota .checks{
		flex-direction: column;
	}
	.checks-item + .checks-item{
		margin-left: 0;
		margin-top: 40px;
	}
	section.prodaja .flex-container img + img{
		margin-left: 0;
		margin-top: 40px;
	}
	section.prodaja .flex-container{
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.h2{
		font-size: 24px;
	}


}
@media screen and (max-width: 767px){
	section{
		margin: 20px 0;
	}
	.h1 {
    	font-size: 30px;
	}
	.top-section p{
		font-size: 16px;
	}
	h2.big-list{
		padding-left: 0;
	    font-size: 22px;
	    margin-bottom: 20px;
	    min-height: auto;
	}
	h2.big-list:before{
		font-size: 1em;
		line-height: normal;
		position: relative;
	}
	section.red{
		margin: 20px 0;
	}
	section.red p.center-block{
		font-size: 16px;
	}
	.fit-img{
		max-width: 100%;
	}
	.demerits-list li p, .merits-list li p,
	section p{
		font-size: 16px;
	}
	.merits-list, .demerits-list{
		margin-bottom: 20px;
	}
	section.red-backgr{
		padding: 0;
	}
	section.red .red-hr{
		margin: 20px;
	}
	.h2_big{
		text-align: center;
		font-size: 21px;
		padding: 0;
	}
	section .col-full{
		padding: 0;
	}
	.h2_sub_big{
		font-size: 18px;
		text-transform: initial;
	}
}

/* End */
/* /programma-dlya-lombarda/onlajn-kassa-v-lombarde/primenenie-kkt//style.css?15833941809882 */
