.tariff-list{
	overflow:hidden;
}
.tariff-list form{
	margin: 6px;
	overflow: hidden;
}
.tariff-list .wppay-tariff .pay-button{
    border:none;
    background:#1982d1;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    border-radius: 0;
    cursor:pointer;
    display: inline-block;
    margin: 10px auto;
    width: 120px;
    padding: 10px;
    float: none;
    text-transform: uppercase;
    border-radius: 3px;
}
.tariff-list .wppay-tariff{
    margin:5px;
    border: 1px solid #FF9393;
    padding: 10px 5px;
    text-align: center;
    background: #FFFBF7;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 4px 4px 9px #ccc;
}
.tariff-list .wppay-tariff:nth-last-child(2n){
    background: #FFF1DF;
}
.tariff-list .wppay-tariff:hover{
    box-shadow:0px 0px 5px 2px #FF5757;
}
.tariff-list .wppay-tariff span{
    display:block;
}
.tariff-list .wppay-tariff .title-tariff{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tariff-list .wppay-tariff .price-tariff{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1;
    color: #00980D;
}
.tariff-list .wppay-tariff .time-tariff{
    color: #505050;
    line-height: 1.2;
    font-size: 15px;
}
.wpa-tariffs-list{
    padding:20px 0;
}
.wpa-tariffs-list h3{
    margin:0;
}
.wpa-tariffs-list .tariff-list{
    padding:0;
    text-align:center;
}
.wpa-tariffs-list .form-tariff{
    text-align: center;
}
span.ruble-symbol{
    position: relative;
    font-weight: normal;
    font-family:Arial;
    display: inline-block!important;
    /* font-size: 25px; */
}

.ruble-symbol span{
    position: absolute;
    line-height: 1px;
    top: 55%;
    left: 0;
}

/*
	Notice
*/
.wpa-notice {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    margin: 5px 0;
    overflow: hidden;
    padding: 12px 36px;
    position: relative;
	clear: both;
}
.wpa-notice.wpa-notice__type-info,
.wpa-notice.wpa-notice__type-warning{
    background-color: #fff5ce;
    color: #7b743f;
}
.wpa-notice.wpa-notice__type-info.wpa-notice__border,
.wpa-notice.wpa-notice__type-warning.wpa-notice__border{
    border: 1px solid #efe5be;
}
.wpa-notice.wpa-notice__type-success {
    background-color: #e0f8c9;
    color: #457b3f;
}
.wpa-notice.wpa-notice__type-success.wpa-notice__border {
    border: 1px solid #d0e8b9;
}
.wpa-notice.wpa-notice__type-error {
    background-color: #ffdfe3;
    color: #a7565f;
}
.wpa-notice.wpa-notice__type-error.wpa-notice__border {
    border: 1px solid #efcfd3;
}
.wpa-notice.wpa-notice__type-simple {
    background-color: #eee;
    color: #555;
}
.wpa-notice.wpa-notice__type-simple.wpa-notice__border {
    border: 1px solid #ddd;
}
.wpa-notice .wpai {
    color: rgba(0, 0, 0, 0.08);
    font-size: 52px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wpa-notice .wpa-notice__text {
    text-align: center;
}
.wpa-notice .wpa-notice__title {
    color: currentColor;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px 5px;
}
.wpa-notice .wpa-notice__close {
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    right: 2px;
    top: 0;
}
.wpa-notice .wpa-notice__close:hover {
    opacity: .7;
}

#wpa-notices {
	left: 10px;
	position: fixed;
	top: 70px;
	max-width: 50%;
	z-index: 1501;
}
/**/

