.popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.5);
	left: 0;
	top: 0;
	z-index: 999;
}
.pay-popup {
    z-index: 9999;
    height: auto;
    width: 545px;
    top: 230px;
    left: 50%;
    margin-left: -275px;
    display: block;
    border: none;
    padding-top: 10px;
    min-height: 415px;
}
.pay-popup th {
	background: #f5f5f5;
	padding: 10px;
}
.pay-popup .ui-dialog-titlebar, .pay-popup .ui-dialog-buttonpane {
    display:none;
}
.pay-popup.ui-dialog {
    padding-top: 0px;
}
.pay-popup__title {
	font-size: 25px;
	color: #333;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-right: 40px;
	padding-top: 3px;
	font-family: arial,sans-serif !important;
}
.pay-popup__user {
	color: #6E9C3C;
}
.pay-popup__descr {
	color: #888;
	font-family: arial,sans-serif !important;
	max-width: 355px;
	line-height: 1.45em;
	margin-bottom: 33px;
}
.pay-popup__table {
	font-family: arial,sans-serif !important;
}
.pay-popup__table .key {
	width: 191px;
}
.pay-popup__table td {
	font-size: 13px !important;
	vertical-align: top !important;
	padding-top: 15px !important;
}
.pay-popup__table .last {
	padding-top: 0;
}
div.pay-popup.ui-dialog {
    border: none;
}
.pay-popup__table .last svg {
	position: relative;
	top: 0;
	left: 3px;
}
.pay-popup__table th:nth-child(2) {
	width: 142px;
}
.pay-popup .ui-dialog-content .key {
	font-size: 13px;
    height: 42px;
    line-height: 1.5em;
    padding-top: 3px;
}
.pay-popup .valid {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;		
	        border-radius: 50%;		
	position: relative;
	display: inline-block;
}
.pay-popup .valid.non-success {
	border: 1px solid #cf4444;
}
.pay-popup .valid.non-success:after {
	content: "";
	width: 10px;
	height: 0px;
	display: block;
	position: absolute;
	left: 4px;
	top: 8px;
	border-bottom: 1px solid #cf4444;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pay-popup .valid.non-success:before {
	content: "";
	width: 11px;
	height: 0px;
	display: block;
	position: absolute;
	left: 3px;
	top: 8px;
	border-bottom: 1px solid #cf4444;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.pay-popup .valid.success {
	border: 1px solid #6e9c3c;
}
.pay-popup .valid.success:after {
	content: "";
	width: 7px;
	height: 3px;
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	border-bottom: 2px solid #6e9c3c;
	border-left: 2px solid #6e9c3c;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.pay-popup .ui-button-text-only .ui-button-text {
	padding: 0;
	color: #446799;
	border-bottom: 1px dashed #446799;
}
.pay-popup .ui-button-text-only .ui-button-text:hover {
    border-bottom: 1px dashed #6E9C3C;
}
a.how-to-link:hover,
.pay-popup .ui-button-text:hover {
    color: #6E9C3C;
    border-color: #6E9C3C;
}
.pay-popup .ui-button:hover .ui-button-text {
	color: #6E9C3C;
    border-color: #6E9C3C;
}

.popup-close {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 23px;
	height: 23px;
	display: block;
	cursor: pointer;
}
.popup-close:after {
	content: "";
	width: 23px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	border-bottom: 2px solid #b7b7b7;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popup-close:before {
	content: "";
	width: 23px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	border-bottom: 2px solid #b7b7b7;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.popup-close:hover:after {
	border-color: #616161;
}
.popup-close:hover:before {
	border-color: #616161;
}
.how-to-link {
	text-decoration: none;
}
.display-none {
	display: none;
}
.pay-popup.pay-popup--query {
	
}
.pay-popup__button-wrapper {
	padding-top: 52px;
	display: flex;
	justify-content: space-between
}
.pay-popup__button-wrapper .ui-button-text {
	font-family: arial;
}
.pay-popup__green-btn {
	color: #FFF !important;
}
.pay-popup--success__inner {
	text-align: center;
	padding-top: 88px;
	font-family: arial,sans-serif;
}
.pay-popup--success__inner .pay-popup__close-button{
    margin-left: -20px
}
.pay-popup--success__inner .pay-popup__button-wrapper {
    padding-top: 124px;
}
.pay-pop--success__icon .svg-icon-accept-check {
	fill: #9cb97d;
	width: 38px;height: 38px;
	margin-bottom: 21px;
}
.pay-pop--success__title {
	color: #699834;
	font-size: 24px;
	margin-bottom: 25px;
}
.pay-pop--success__descr {
	font-size: 14px;
	color: #888;
}
.pay-popup--in-progress {
	min-height: 100px;
}
.pay-popup--in-progress__descr {
	color: #888;
	margin-bottom: 60px;
	padding-right: 70px;
	line-height: 1.3em;
}
.pay-popup--in-progress__descr a {
	text-decoration: none;
}
.pay-popup .prvd_request_for_paid_answers_send {
    overflow: hidden;
}
.pay-popup--in-progress__descr {
	font-family: arial,sans-serif;	
}