.top-pay-page {
    text-align: center;
}
.top-pay-page:after {
    content: "";
    display: block;
    width: 66px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #633d3c;
}
.top-pay-block {
    margin-top: 35px;
    margin-bottom: 5px;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.top-pay-icon {
    width: 106px;
    display: table-cell;
    vertical-align: middle;
}
.top-pay-text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'LatoWebHeavy';
    font-size: 25px;
    line-height: 1.36;
    color: #633d3c;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
}
.top-pay-page.pay-error-text .top-pay-text {
    color: #ff640a;
}
.top-pay-page.pay-error-text:after {
    border-bottom: 1px solid #ff640a;
}
.pay-message {
    text-align: center;
}
.pay-message-block a {
    font-family: 'LatoWebBold';
    color: #633d3c;
    text-decoration: underline;
	white-space: nowrap;
}
.pay-telephone {
    text-align: center;
}
.pay-message-block {
    margin-bottom: 25px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.pay-message-error {
    padding: 10px;
    background: #ffeacb;
    margin-top: 5px;
    margin-bottom: 10px;
}
.pay-telephone-icon {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.order-pay-top {
    font-family: 'LatoWebHeavy';
}
.order-pay-block {
    text-align: center;
    margin-bottom: 25px;
}
.pay-telephone-text a {
    font-family: 'LatoWebHeavy';
    font-size: 16px;
}
.pay-telephone-block {
    margin-bottom: 40px;
}
.bottom-pay-page {
    text-align: center;
}
.bottom-pay-shop a {
    font-family: 'LatoWebBold';
    color: #633d3c;
    text-decoration: underline;
}
.bottom-pay-block {
    margin-bottom: 45px;
}
.buttons-pay-page {
    margin-bottom: 45px;
}
.buttons-pay-page a.btn {
    width: 190px;
    font-size: 12px;
    padding: 10px 5px 8px 5px;
    font-family: 'LatoWebHeavy';
	text-transform: uppercase;
}

@media (min-width:1600px){
.pay-page #content {padding-left:90px;padding-right:90px;}
}
