#payment_content,#order_content {
	background-color: #ededed;
	margin-bottom: -10px;
	min-height: 100vh;
	margin-top: 46px;
}

#payment_content .italic,#order_content .italic{
	font-style: italic;
}

#screen-card #payment_information{
	font-family: Arial,Tahoma,sans-serif; 
	background: url(/assets/css/img/top-bg.png) no-repeat center bottom;
	background-size: cover;
	padding-top: 40px;
	min-height: 1100px;
}

#payment_content .layout,#order_content .layout{
	margin: 30px auto;
	max-width: 980px;
	padding: 10px;
}

#screen-card #payment_information .caption {
	color: #3c3c3c;
	font-size: 60px;
	height: auto;
	overflow: visible;
	font-weight: 900;
	font-family: Arial;
}

#payment_information .subtitle {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #3c3c3c;
	font-weight: bold;
}

#payment_information table {
	width: 100%;
	text-align: center;
	background-color: white;
	border-radius: 11px;
	font-size: 20px;
	border-spacing: 0;
	border: 2px solid #dadada;
	border-collapse: separate;
}

#payment_information thead {
	font-weight: 700;
}

#payment_information thead td {
	font-weight: 700;
	background-color: #eee;
}

#payment_information thead td:first-child {
	border-radius: 9px 0 0 0;
}

#payment_information thead td:last-child {
	border-radius:  0 9px 0 0;
}


#payment_information td {
	line-height: 40px;
}

#payment_information tbody td {
	border-top: 1px solid #bbb;
}

#payment_information .tariff_price {
	font-weight: 700;
	color: #3b7ec9;
}

#payment_information .tariff_price_sale {
	font-weight: 700;
	color: #e41009;
}

#payment_information .tariff_price_sale .old_price{
	color: grey;
    text-decoration: line-through;
    font-weight: 100;
}

#payment_information .tariff_price_sale .percent{
	background: #e41009;
    color: white;
    padding: 2px;
    font-size: 12px;
    border-radius: 5px;
    margin: 7px;
    vertical-align: super;
}

#payment_information #online_pay {
	margin-top: 70px;
}

#payment_information #other_pay {
	margin-top: 70px;
}

#payment_information .pay_title {
	font-weight: 700;
	font-size: 20px;
}
#payment_information .pay_title sup{
	text-decoration: none;
	color: #3498db;
	cursor: pointer;
	top: -.4em;
}

#payment_information img{
	margin: 15px;
}
#payment_information .online_pay_button {
	cursor: pointer;
	background-color: #fdc90c;
	font-size: 17px;
	text-transform: uppercase;
	padding: 19px 30px 19px 30px;
	border-radius: 11px;
	color: #3e3e3e;
	border: 2px #fdc90c;
	font-weight: 600;
	margin-top: 15px;
}

#payment_information .online_pay_button:hover {
	background-color: #ffb900;
	border: 2px #ffb900;
}

#additional_information img{
	float: left;
	margin: 5px 20px 20px 0;
}
#additional_information hr{

	margin: 20px 0 20px 0;
}
#additional_information #uniteller_info{
	margin-bottom: 20px;
}
#additional_information {
	text-align: justify;
}

/* Инфографика */
#payment_information #infographic {
	margin-top: 40px;
    margin-bottom: 40px;
}

#payment_information #infographic div {
	display: inline-block;
    margin-right: 75px;
}

#payment_information #infographic > div:last-child {
	margin-right: 0;
}

#payment_information #infographic .number {
	color: #3b7ec9;
    font-size: 60px;
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    font-stretch: extra-expanded;
    transform: matrix(1, 0,0, 0.85, 0, 0);
}

#payment_information #infographic .description {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	font-weight: 600;
}

/* СТАРНИЦА ЗАКАЗА */
#order_content #payment_information{
	font-family: Arial,Tahoma,sans-serif; 
	background: url(/assets/css/img/top-bg.png) no-repeat center bottom;
	background-size: cover;
	padding-top: 40px;
	min-height: 900px;
}
#order_content #payment_information .online_pay_button{
	margin: -20px 0px 40px 0px;
}