   .kassa a,.kassa button {
	display: inline-block;
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);
	font-weight: 600;
}
.kassa {
    width: 220px;
    max-width: 100%;
   /* margin: 0 auto;*/
    padding-bottom: 20px;
}
/*#rec441484663 {
    margin-top: 300px !important;
}*/
.formFL, .formM, .formS {
	display: table;
	border: 1px dashed rgb(182, 211, 234);
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
}

.formFL {
	width: 448px;
	height: 58px;
}

	.formFL.shadows {
		width: 448px;
		height: 58px;
	}

.formM {
	width: 298px;
	height: 58px;
}

	.formM.shadows {
		width: 298px;
		height: 60px;
	}

.formS {
	width: 225px;
	height: 43px;
}

	.formS.shadows {
		width: 240px;
		height: 45px;
	}

.formFL a,.formFL button,
.formM a {
	font-size: 11pt;
}

.formS a {
	font-size: 9pt;
}

.formFL > div,
.formM > div,
.formS > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

	.formFL > div > a,.formFL > div > button,
	.formM > div > a {
		width: 126px;
		height: 38px;
		background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-m.png");
		line-height: 37px;
		    font-family: Arial, Helvetica, sans-serif;
		    color:#fff!important;
		        padding: 0;
    border: none;
    cursor:pointer;
	}

		.formFL > div > a:active,
		.formM > div > a:active,
		.formS > div > a:active,
		.formL > div > a:active {
			position: relative;
			bottom: -2px;
		}

.formFL img,
.formM img,
.formS img {
	position: relative;
	top: 3px;
}

.formFL img,
.formFL input,
.formFL a,
.formM img,
.formM a {
	margin-right: 5px;
    margin-left: 6px;	
}

.formFL input {
	margin-top: 4px;
	padding: 0 3pt;
	width: 138px;
	height: 36px;
	border: 1px solid rgb(182, 211, 234);
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 1%,rgba(255,255,255,1) 12%);
	background: linear-gradient(to bottom, rgba(230,230,230,1) 1%,rgba(255,255,255,1) 12%);
	color: #333333;
	font-size: 16pt;
}

.formFL.shadows,
.formM.shadows,
.formS.shadows {
	position: relative;
	border: none;
	background: rgb( 232, 237, 241);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

	.formFL.shadows:before,
	.formFL.shadows:after,
	.formM.shadows:before,
	.formM.shadows:after,
	.formS.shadows:before,
	.formS.shadows:after {
		position: absolute;
		z-index: -2;
		content: "";
	}

/* Lifted corners */

.lifted {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.lifted:before,
	.lifted:after {
		bottom: 15px;
		left: 10px;
		max-width: 300px;
		max-height: 100px;
		width: 50%;
		height: 20%;
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
		-moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	.lifted:after {
		right: 10px;
		left: auto;
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

.formS > div > a {
	width: 95px;
	height: 27px;
	background: url("../Images/button-s.png");
	line-height: 26px;
}

.formV {
	width: 166px;
	height: 71px;
	border: 1px solid rgb( 182, 211, 234 );
	border-radius: 5px;
	background: rgb( 242, 242, 242 );
	text-align: center;
}

	.formV img {
		clear: both;
	}

	.formV a {
		font-size: 12pt;
		margin-top: 5px;
		width: 153px;
		height: 44px;
		background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-l.png");
		color: rgba(255,255,255,1);
		line-height: 43px;
	}

		.formV a:active {
			position: relative;
			top: 2px;
		}

.formFL a:hover,.formFL button:hover {
	background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-hover-m.png") 0 0 no-repeat;
}

.formFL a:hover,.formFL button:hover {
	background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-hover-m.png") 0 0 no-repeat;
}

.formM a:hover {
	background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-hover-m.png") 0 0 no-repeat;
}

.formS a:hover {
	background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-hover-s.png") 0 0 no-repeat;
}

.formV a:hover {
	background: url(".https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-hover-l.png") 0 0 no-repeat;
}

.formL a:hover {
	background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-hover-xl.png");
}

.formL {
	display: table;
	width: 368px;
	height: 58px;
	border: 1px solid rgb( 182, 211, 234 );
	border-radius: 5px;
	background: rgb( 242, 242, 242 );
	text-align: center;
}

	.formL > div {
		display: table-cell;
		vertical-align: middle;
	}

	.formL a,.formL button {
		font-size: 14pt;
		border:none;
		width: 171px;
		height: 41px;
		background: url("https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-xl.png") 0 0 no-repeat;
		line-height: 40px;
	}

	.formL img {
		position: relative;
		top: 7px;
		left: 5px;
	}
	
	@media (max-width: 767px) {
.formFL > div, .formM > div, .formS > div  {
	display: grid;
	grid-gap:10px;
	width:100%;
	grid-template-colums:1fr;
}
.kassa {
  /*  	margin:0 auto 20px; */
}
.formFL > div *, .formM > div *, .formS > div * {
    width:100%;
    display:block;
    box-sizing: border-box;
}
.formFL > div img, .formM > div img, .formS > div img {
    width:134px;
    margin-bottom: 8px;
    margin-top: 4px;
}
.formFL.shadows, .formM.shadows, .formS.shadows {
        width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 6px;
}
.formFL img,
.formFL input,
.formFL a,
.formM img,
.formM a {
	margin-right: 5px;
	margin-left: 0px;	
}
}

.t-menusub__target-link_active {
color: #07b8e8 !important;
}

.parent-noactive {
 color: #07b8e8 !important;   
}
}