﻿
#services th{    font-size: 13px;}
#popup_div, #popup_liq, #popup_history, #change_pass_pop{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 15px;
	max-width: 600px;
	width: 98%;
	margin: 0 auto;
	position: relative;
}
div#popup_history{
	max-width: 900px;
}
hr {
	width: 100%;
}
.pay_form>div>span{
	display: inline-block;
    margin-left: 5px; 
    font-size: 23px;
	margin-right: 15px;
}
.pay_form>div{
	display: flex;
    align-items: center;
}
.pay_form input[type="text"]{
	width: 130px;
    text-align: center;
}
.pay_form button{
	margin-left: 10px;
}
.pay_form{
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
    border: 1px solid #bbbbbb;
}
.und_but_pay_text{
	margin: 2px 0;
	width: 100%;
}
.d-f{
	display: flex;
}
.btn-platon:hover {
    color: #fff;
    background-color: #ff8249;
    border-color: #ff8249;
}
.btn-platon{
	color: #fff;
    background-color: #E7682E;
    border-color: #E7682E;
}
.btn-platon:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 130, 73, 0.76);
}
.white-popup{
	background: #fff;
    padding: 40px 15px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}