* {
	box-sizing: border-box;
    outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body, div, p {
	margin: 0;
	padding: 0;
}
body {
    color: #605e5e;
    font-family: Raleway, sans-serif, Arial;
    font-size: 16px;
	font-weight: 400;
    height: 100%;
    line-height: 24px;
    min-width: 320px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
img {
	height: auto;
	max-width: 100%;
	width: 100%
}
label {
	cursor: pointer;
}
input[type=text] {
	max-width:250px;
	padding: 15px;
	width: 100%
}

.wrapper {
	position: relative;
}
.logo img {
	display: block;
	margin: 0 auto 15px;
	max-width: 260px;
}
.botton-pay {
	background: #000;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	max-width: 250px;
	padding: 15px 20px;
	text-decoration: none;
	width: 100%
}
/*
.botton-pay:hover {
	background-color: #FF6347;
}
*/
.error {
	background-color: #FFEBEB;
	border: 1px solid #FF4500;
	padding: 15px 20px;
	width: 100%;
}
.payment-loader {
	text-align: center;
}
.payment-loader img {
	max-width: 70px;
	width: 100%;
}
.payment-id, .return-url {
	display: none;
}
.payment-status {
	background-color: #FFFCE6;
	border: 1px solid #FFD28B;
	padding: 15px 20px;
	width: 100%;
}
.payment-status.success {
	background-color: #E6FFED;
	border: 1px solid #76E4A6;
}
.payment-status.error {
	background-color: #FFEFE6;
	border: 1px solid #FD9D9D;
}
.payment-back_link {
	margin-top: 15px;
}
.payment-back_link a {
	color: #ec0a0a;
}
.row-field {
	margin-bottom: 20px;
}
.hide {
	display: none;
}

.list-payments {
	border: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 20px;
	width: 100%;
}
.list-payments .item-payment {
	border-right: 1px solid #ccc;
	cursor: pointer;
	padding: 10px 15px;
	width: 50%;
}
.list-payments .item-payment:last-child {
	border-right: 0;
}
.list-payments .item-payment.item-payment-active {
	border-bottom: 5px solid #ffb300;
}
.list-payments .item-payment img {
	max-width: 118px;
	height: auto;
	position: relative;
	top: 4px;
	width: 100%;
}

.wrapper > .section .contant {
	margin: 0 auto;
	max-width: 500px;
	padding: 25px 10px;
}
.wrapper > .section.section-pay {
	margin-top: 0;
}
.wrapper > .section.section-pay .contant {
	text-align: center;
}
.wrapper > .section.section-pay .contant .pay {
	padding-top: 30px;
}
.wrapper > .section.section-pay .contant .pay p.note {
  color: #605e5e;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 auto 10px;
  max-width: 500px;
}

.wrapper > .section.section-pay .contant .pay p.thanks-order {
	color: #888;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.wrapper > .section.section-pay .contant .pay p.price {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.wrapper > .section.section-pay .contant .pay p.payment-status {
	margin-top: 30px;
}
.wrapper > .section.section-footer {

}
.wrapper > .section.section-footer .contant {
	margin: 0 auto;
	max-width: 500px;
	padding: 20px 10px;
}
.wrapper > .section.section-footer .contant .company-information p {
	font-size: 15px;
	margin-bottom: 2px;
	text-align: center;
}
.wrapper > .section.section-footer .contant .company-information p:last-child {
	margin-bottom: 0;
}