body
{
	font-size:10pt;
}

.form-control
{
	font-size:10pt;
}

label {
    display: inline-block;
    margin-bottom: 3px;
}

.display_none, .display_hidden  
{
	display:none;
}


.error
{
	border:1px solid red;
}


.nav-link 
{
	color: #6b6b6b;
    padding: 0px;
    padding-right: 10px;
}


.nav-link:hover
{
	text-decoration:underline;
}
.footer
{
	padding-bottom: 30px;
}

.footer .security-text,
#personalData {
  color: #8d8d8d;
  font-size: 11px;
  text-align: justify;
}

.footer .system-logos {
  text-align: right;
}

.footer .logo {
  display: inline-block;
  background-image: url("../img/img_sb/footer-logos.png");
  background-repeat: no-repeat;
}

.footer .logo + .logo {
  margin: 0 0 0 2px;
}

.footer .logo.visa {
  width: 51px;
  height: 17px;
  position: relative;
  top: -11px;
  background-position: -2px -2px;
  background-position-x: -2px;
}

.footer .logo.mastercard {
  width: 46px;
  height: 37px;
  background-position: -57px;
  background-position-x: -57px;
}

.footer .logo.verify-visa {
  width: 77px;
  height: 37px;
  background-position: -207px;
  background-position-x: -207px;
}

.footer .logo.verify-mir {
  width: 85px;
  height: 37px;
  background-position: -207px;
  background-position-x: -435px;
}

.footer .logo.verify-mastercard {
  width: 94px;
  height: 37px;
  background-position: -109px;
  background-position-x: -109px;
}

.footer .logo.pci {
  width: 87px;
  height: 37px;
  background-position: -290px;
  background-position-x: -290px;
}

.footer .logo.mir {
  width: 52px;
  height: 20px;
  top: -10px;
  position: relative;
  background-position: -380px 0;
  background-position-x: -380px;
}


.sb_sbersafe-pay__ps {
        /* opacity: .35; */
    display: block;
    max-width: 220px;
    height: 30px;
    background-image: url(../img/img_sb/payment_system_.png);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: cover;
}

[role="alert"]
{
	margin: 0px;
	width: auto;
	visibility: hidden; 
	padding:5px;
}


.logo_img
{
	background-repeat: no-repeat;
    background-image: url(../img/img_sb/uunit-wo-words-2-330x167.png);
	background-size: contain;
	height:100px;
	background-position-x: right;
    background-position-y: bottom;
}

@media (max-width: 576px) 
{
	.logo_img
	{
		background-position-x: center; 
	}
	
	.payment
	{
		text-align:center;
	}
}


@media (min-width: 576px) 
{
	.logo_img
	{
		background-position-x: center; 
	}
	
	.payment
	{ 
		text-align:center;
	}
}


@media (min-width: 768px)
{
	.logo_img
	{
		background-position-x: right; 
	}
	
	.payment
	{
		text-align:left;
	} 
}

