.b-wallet-popup {
	width: 550px;
	border-radius: 6px;
	background: #fff;
	padding: 26px;
	position: relative;
	text-align: center;
	font-family: "Roboto",sans-serif;
	color: #333333;
}
.b-wallet-popup b {
	color: #74b617;
	font-size: 14px;
}
.b-wallet-popup__withdrawal-number {
	color: #74b617;
	font-size: 14px;
}

.b-wallet-popup p {
	padding: 0;
}

.b-wallet-popup .dropdown-menu {
	margin: 0;
	padding: 0;
}

.b-wallet-popup .dropdown-menu li {
	padding: 6px 23px 6px 12px;
}

.b-wallet-popup .dropdown-menu li:hover {
	cursor: pointer;
	background: #e6e6e6;
}

.b-wallet-popup__header {
	font-size: 13px;
	line-height: 16px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.b-wallet-popup__header:before {
	 background-color: #23b6f9;
	 bottom: -9px;
	 content: "";
	 height: 1px;
	 left: 0;
	 position: absolute;
	 right: 0;
	 width: 100%;
 }

.b-wallet-popup__text {
	margin: 0 0 20px;
	padding: 0;
	font-size: 12px;
}
.b-wallet-popup__text span {
	color: #74b617;
	font-size: 14px;
}

.b-wallet-popup__close {
	background: url('../img/close_popup.png') no-repeat;
	width: 28px;
	height: 29px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.b-wallet-popup__cancel,
.b-wallet-popup__send-again{
	color: #327791;
}

.b-wallet-popup__send-again {
	margin-left: 20px;
}

.b-wallet-popup__countdown {
	margin-top: 15px;
}

.b-wallet-popup__aside {
	margin-bottom: 15px;
}

.b-wallet-popup__send-again.disabled {
	color: #ccc;
	cursor: default;
	border: 0;
}

.b-wallet-popup__cancel {
	margin-left: 5px !important;
}

.m-wallet-popup__text__centered {
	text-align: center;
	width: 180px;
	margin: 0 auto;
}

.b-wallet-popup__buttons-aligner {
	margin-top: 20px;
	text-align: center;
}
.m-marg-bottom {
	margin-bottom: 15px;
}

.b-wallet-popup__piggy-bank {
	background: url('../img/piggy_bank.png');
	width: 116px;
	height: 105px;
	margin: 0 auto 20px auto;
}

.b-wallet-popup__code-wrapper {
	margin-top: 20px;
}

.b-wallet-popup__code {
	color: #aaaab0;
	margin: 0;
}

.b-wallet-popup__code-input {
	border: 1px solid transparent;
	border-bottom: 1px solid #dedee2;
	outline: 0;
	margin-bottom: 5px;
	width: 116px;
	color: #74b617;
}

.b-wallet-popup__buttons-wrapper {
	margin-top: 10px;
}

.b-wallet-popup__withdrawal-type-list {
	padding: 0 88px;
	margin-bottom: 30px;
}

.b-wallet-popup__withdrawal-type {
	width: 160px;
	float: left;
	text-align: center;
	padding: 30px 0 10px 0;
	border: 1px solid transparent;
	border-right-width: 2px;
	cursor: pointer;
}

.m-wallet-popup__withdrawal-type__active {

}

.b-wallet-popup__withdrawal-type-caption {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 100;
}

.b-wallet-popup__input {
	width: 116px;
	border: 0;
	border-bottom: 1px solid #dedee2;
	margin: 0 0 10px 0;
	color: #74b617;
}

.b-wallet-popup__input:focus {
	outline: 0;
}
.b-wallet-popup .f-error {
	color: #d0021b;
	font-size: 13px;
	text-align: center;
}

.b-wallet-popup__aside-text,
.b-wallet-popup__aside-icon {
	display: inline-block;
	vertical-align: middle;
}

.b-wallet-popup__aside-text {
	width: 310px;
}

.b-wallet-popup__withdrawal-number {
	display: block;
	margin-top: 5px;
}
.b-wallet-popup__text .b-logo-color {
	color: #23B6F9;
}
.m-aline-left {
	text-align: left;
}

.m-wallet-popup__centered-content {
	text-align: center;
}

.m-wallet-popup__centered-content .b-wallet-popup__to-phone-icon {
	margin-right: 15px;
}
.b-wallet-popup-button {
	text-align: center;
}
.b-btn-blue {
	font-family: "Roboto",sans-serif;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	height: 32px;
	width: 160px;
	border-radius: 3px;
	transition: all 0.5s ease 0s;
	color: #ffffff;
	padding: 0;
	background-color: #23B6F9;
	border: 1px solid;
}
.b-btn-blue:hover,
.b-btn-blue:focus {
	 background-color: #57cbff;
	 text-decoration: none;
	 outline: none;
	 color: #ffffff;
 }

.m-wallet-phone {
	position: relative;
}
.m-wallet-phone:before {
	background-image: url("../img/mob.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 78px;
	margin: 0 auto;
	position: absolute;
	top: -45px;
	width: 20px;
}
.m-wallet-phone:after {
	background-image: url("../img/no.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -30px;
	content: "";
	height: 22px;
	left: 77px;
	margin: 0 auto;
	position: absolute;
	width: 22px;
}
.m-wallet-popup__withdrawal-type__active .m-wallet-phone:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/yes.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	left: 77px;
	bottom: -30px;
}
.m-wallet-bank {
	position: relative;
}
.m-wallet-bank:before {
	background-image: url("../img/pay2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 28px;
	left: 70px;
	margin: 0 auto;
	position: absolute;
	top: -45px;
	width: 28px;
}
.m-wallet-bank:after {
	background-image: url("../img/no.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -30px;
	content: "";
	height: 22px;
	left: 73px;
	margin: 0 auto;
	position: absolute;
	width: 22px;
}
.m-wallet-popup__withdrawal-type__active .m-wallet-bank:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/yes.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	left: 73px;
	bottom: -30px;
}

.b-wallet-popup-wrap {
	font-family: "Open Sans",sans-serif;
	padding: 35px 0 40px;
	position: relative;
	text-align: center;
}
.b-wallet-popup-wrap:before {
	color: #8f8f8f;
	content: "00,- р";
	display: block;
	font-size: 20px;
	left: 50%;
	margin: 0 0 0 -35px;
	position: absolute;
	right: 170px;
	top: 0;
	transition: margin 0.2s ease-in-out 0s;
	width: 70px;
}
.b-wallet-popup-wrap.focus::before {
	color: #74b617;
	content: ",- р";
	margin: 0 0 0 45px;
}
.b-wallet-popup-wrap label {
	font-weight: 300;
	display: block;
}

.b-wallet-popup__input.m-amount {
	border-bottom: 1px solid #b2b2b2;
	background: transparent;
	margin: 0 0 0 -59px;
	position: absolute;
	text-align: center;
	border-right: none;
	border-left: none;
	border-top: none;
	font-size: 20px;
	color: #74B617;
	display: block;
	outline: none;
	height: auto;
	width: 116px;
	padding: 0;
	left: 50%;
	top: 0;
}