.sms-page .container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.sms-header {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin: 30px 0;
}
.sms-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	flex-wrap: wrap;
}
.sms-left {
	width: calc(100% - 360px);
}
.sms_proj_header {
	font-size: 20px;
	margin-bottom: 10px;
}
.sms_proj_files {
	display: flex;
	margin: 30px 0;
}
.sms_proj_file {
	display: block;
	text-align: center;
	margin-right: 20px;
	max-width: 200px;
	color: #54A0F9;
}
.sms_proj_file:hover {
	text-decoration: underline;
}
.sms_proj_file img {
	display: block;
	width: 100px;
	margin: 0 auto 10px;
}
.sms_proj_text {
	margin-bottom: 30px;
}

.sms-right {
	width: 340px;
}

.contract-shadow {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 60%);
	padding: 30px;
	margin-bottom: 20px;
}
.contract-price-header {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contract-price-sum {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #555;
}
.contract-form-header {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contract-form-info {
	text-align: center;
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}
.t_payment_status {
	text-align: center;
	color: red;
	margin-bottom: 10px;
}
.t_payment_status.success {
	color: green;
}

.t_payment_form input[type=text] {
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
	max-width: 150px;
	display: block;
	line-height: 30px;
	font-size: 20px;
}
#pay_button {
	display: none;
}
.payment_buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.t_send_again {
	text-align: center;
	display: none;
	color: #00CDBB;
}
.t_send_again:hover {
	opacity: 0.9;
	text-decoration: underline;
}

.t_payment_button {
	background: #00CDBB;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    display: block;
	cursor: pointer;
    border-radius: 4px;
    border: none;
    max-width: 100%;
    box-sizing: border-box;
	text-align: center;
	/*width: calc(100% - 110px);*/
	width: 100%;
}
.t_payment_button:disabled,
.contract-form .btn-success:disabled {
	opacity: 0.9;
	background: #ccc;
	cursor: not-allowed;
}

.t_btn_prev {
	background: #999;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: block;
	cursor: pointer;
    border-radius: 4px;
    border: none;
    max-width: 100%;
    box-sizing: border-box;
	text-align: center;
	width: 100px;
}
.t_payment_button:hover,
.t_btn_prev:hover {
	opacity: 0.9;
}


.sms_proj_text a {
    color: #54A0F9;
    display: inline;
    text-decoration: underline;
}
#check_button,
.js-send-again {
	display: none;
}
.input-payment.error {
	border-color: red;
}
.t_payment_status_vcl {
	display: none;
}

.contract-form .btn-success {
	margin-bottom: 0 !important;
	background: #00CDBB;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    display: block;
	cursor: pointer;
    border-radius: 4px;
    border: none;
    max-width: 100%;
    box-sizing: border-box;
	text-align: center;
	/*width: calc(100% - 110px);*/
	width: 100%;
}

.contract-price-sum_old {
	color: #999;
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.sms-left {
		width: 100%;
	}
	.sms-wrap {
		justify-content: center;
	}
}