@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);

.ua-page {
	float: none;
	width: auto;
	color: #333;
	font-family: 'PT Sans', Arial, sans-serif;
	padding: 0 83px 22px;
}

.ua-page-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 22px;
}

.ua-payments-alert {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #104395;
	margin: 0 0 22px;
}

.ua-payments-alert span {
	display: inline-block;
	padding: 0 40px;
	background: url(/media/com_bron/img/icon-alert.png) no-repeat 0 50%;
}

.ua-table {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	border: 1px solid #b8b8b8;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px;
}

.ua-table th,
.ua-table td {
	box-sizing: border-box;
	border: 1px solid #b8b8b8;
	word-wrap: break-word;
}

.ua-table th {
	font-size: 18px;
	font-weight: 400;
	padding: 18px 0;
	background: #d9d6d1;
}

.ua-table td {
	font-size: 14px;
	padding: 12px 0;
}

.ua-table-payments tbody tr:not([class="ua-table-empty"]):hover,
.ua-table-history tbody tr:not([class="ua-table-empty"]):hover  {
	cursor: pointer;
	background: #e0ebca;
}

.ua-cell-date {
	padding: 0 14px;
}

.ua-cell-date:first-line {
	font-weight: 700;
}

.ua-row-selected {
	background: #85c703 !important;
}

.ua-row-selected td {
	border-color: #85c703;
	color: #fff;
}

.ua-payments-actions {
	text-align: right;
	font-size: 14px;
	margin: 0 0 22px;
}

.ua-payments-actions span {
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 24px;
	margin: 0 0 0 15px;
}

.ua-payment-new {
	background: url(/media/com_bron/img/icon-new.png) no-repeat 0 50%;
	background-size: auto 20px;
}

.ua-payment-new:hover {
	color: green;
}

.ua-payment-edit {
	background: url(/media/com_bron/img/icon-edit.png) no-repeat 0 50%;
}

.ua-payment-edit:hover {
	color: #104395;
}

.ua-payment-delete {
	background: url(/media/com_bron/img/icon-delete.png) no-repeat 0 50%;
}

.ua-payment-delete:hover {
	color: #bf0000;
}

.ua-payment-recovery {
	background: url(/media/com_bron/img/icon-recovery.png) no-repeat 0 50%;
}

.ua-payment-recovery:hover {
	color: green;
}

.ua-payments-total,
.ua-history-toggle {
	overflow: hidden;
	font-size: 18px;
	background: #d9d6d1;
	line-height: 40px;
	height: 40px;
	margin: 0 0 22px;
}

.ua-payments-total span {
	float: left;
	width: 60%;
	padding: 0 0 0 20px;
}

.ua-payments-total strong {
	float: right;
	color: #fff;
	background: #104395;
	text-align: right;
	padding: 0 20px;
}

.ua-payments-form {
	margin: 0 0 22px;
}

.ua-form-submit {
	cursor: pointer;
	border: 0;
	display: block;
	width: 206px;
	height: 55px;
	color: #fff;
	margin: 0 auto;
	text-transform: uppercase;
	outline: 0;
	background: #85c703;
	border-radius: 8px;
	font: 400 24px/55px 'PT Sans', Arial, sans-serif;
}

.ua-form-submit:hover {
	background: #71a901;
}

.ua-history-spoiler {
	display: none;
}

.ua-history-toggle {
	cursor: pointer;
}

.ua-history-toggle:hover {
	background: #cfcfcf;
}

.ua-history-toggle span {
	display: inline-block;
	padding: 0 30px 0 20px;
	background: url(/media/com_bron/img/icon-toggle-down.png) no-repeat 100% 52%;
}

.ua-history-toggle.js-show span {
	background-image: url(/media/com_bron/img/icon-toggle-up.png);
}

.ua-login {
    position: relative;
}

.ua-login-toggle {
	display: inline-block;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px 0 40px;
	color: #fff;
	background: #85c703;
	background: url(/media/com_bron/img/icon-user.png) no-repeat 10px 50%, linear-gradient(#85c703, #7fbe03);
	font-size: 15px;
	font-family: Arial;
	border: 1px solid #9cd232;
	box-shadow: 0 0 0 1px #7ab504;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}

.ua-login-toggle:hover {
	background: url(/media/com_bron/img/icon-user.png) no-repeat 10px 50%, linear-gradient(#76b103,#85c703);
}

.ua-login-toggle:active {
	box-shadow: none;
	border-color: #76b103;
}

.ua-control-offers {
	margin: 0 0 6px;
	text-align: center;
	font-size: 14px;
}

.ua-control-offers a {
	text-decoration: underline;
}

.ua-control-offers a:hover {
	text-decoration: none;
}

.ua-login-form {
	display: none;
	position: absolute;
	top: 47px;
	right: 0;
	width: 260px;
	font-family: 'PT Sans';
	padding: 25px 30px;
	background: rgba(0, 0, 0, 0.45);
}

.ua-login-form input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 36px;
	box-shadow: inset 0 2px 4px #636465;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.45);
	outline: 0;
	padding: 0 10px 0 45px;
	font-size: 14px;
	font-family: 'PT Sans';
	color: #666;
}

.ua-control-login,
.ua-control-password {
	margin: 0 0 15px;
}


.ua-control-password input {
	background: #fff url(/media/com_bron/img/icon-password.png) no-repeat 10px 50%;
}

.ua-control-enter,
.ua-control-register {
	margin: 0 0 8px;
}

.ua-control-enter .ua-form-btn {
	background: #85c503;
}

.ua-control-enter .ua-form-btn:hover {
	background: #71a901;
}


.ua-control-register .ua-form-btn {
	background: #104395;
}

.ua-control-register .ua-form-btn:hover {
	background: #2357aa;
}

.ua-form-btn {
	color: #fff;
	width: 100%;
	border: 0;
	outline: 0;
	cursor: pointer;
	text-align: center;
	display: block;
	font-size: 18px;
	border-radius: 2px;
	height: 44px;
	line-height: 44px;
	text-decoration: none !important;
}

.ua-error-text {
	color: red;
}

.ua-control-remind {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin: 18px 0 0;
}

.ua-control-remind a {
	color: #fff;
	text-decoration: underline;
}

.ua-control-remind a:hover {
	text-decoration: none;
}

.ua-btn-payonline {
    display: block;
    width: 194px;
    height: 52px;
    background: url(/media/com_bron/img/btn-pay.png) no-repeat 0 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -999px;
    margin: -15px 0 0 47px;
    padding: 10px 0 4px;
    position: relative;
}

.ua-btn-payonline:after {
    content: '';
    width: 190px;
    height: 30px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms linear;
    bottom: 0;
    left: 2px;
    background: url(/media/com_bron/img/btn-pay-label.png) no-repeat 0 0;
}

.ua-btn-payonline:hover:after {
	opacity: 1;
	visibility: visible;
}

.ua-modal-form {
	max-width: 628px;
	box-sizing: border-box;
	padding: 20px;
	display: none;
}

.ua-fancybox .fancybox-skin {
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ua-form-close {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 16px;
	height: 16px;
	background: url(/media/com_bron/img/icon-form-close.png) no-repeat 0 0;
}

.ua-form-close:hover {
	background-image: url(/media/com_bron/img/icon-form-close_hover.png);
}

.ua-form-title {
	font-size: 24px;
	font-family: 'PT Sans';
	border-bottom: 1px solid #555;
	line-height: 1;
	padding: 0 0 10px;
	margin: 0 0 18px;
}
.ua-form-control:before,
.ua-form-control:after {
	content: '';
	display: table;
}

.ua-form-control:after {
	clear: both;
}

.ua-form-control input {
	box-sizing: border-box;
}

.ua-register-form {
	font-family: 'PT Sans';
}

.ua-register-form .ua-form-control {
	margin: 0 0 14px;
}

.ua-register-form .ua-form-control label {
	float: left;
	width: 180px;
	font-size: 16px;
	line-height: 40px;
}

.ua-register-form .ua-form-control input[type="password"],
.ua-register-form .ua-form-control input[type="text"] {
	float: right;
	width: 390px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #555;
	font-size: 15px;
	font-family: 'PT Sans';
	padding: 0 10px;
}

.ua-register-form .ua-form-control input[type="password"]:focus,
.ua-register-form .ua-form-control input[type="text"]:focus {
	border-color: #85c503;
}

.ua-register-form .ua-register-submit {
	padding: 0 0 0 196px;
	margin: 0;
}

.ua-register-form .ua-form-control.ua-register-submit label {
	float: left;
	font-size: 14px;
	width: auto;
}

.ua-form-checkbox {
	display: none;
}

.ua-form-checkbox + label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
}

.ua-form-checkbox + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin: -10px 0 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.ua-form-checkbox + label:after {
	display: none;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 50%;
    left: 5px;
    margin: -5px 0 0;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ua-form-checkbox:checked + label:after {
	display: block;
}

.ua-register-form .ua-form-btn {
	float: right;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 38px;
	font-size: 14px;
	background: #85c503;
}

.ua-register-form .ua-form-btn:hover {
	background: #71a901;
}

.ua-error-field {
	border-color: red !important;
}

.ua-register-form .ua-error-text {
	display: block;
	text-align: left;
	clear: both;
}

.ua-hide {
	display: none;
}

.ua-form-info {
	text-align: center;
	font-size: 14px;
}

.ua-modal-form fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

.ua-form-message + .ua-error-text {
	text-align: right;
}

.ua-login-form .ua-form-message.ua-error-text {
	text-align: center;
	font-size: 14px;
	margin: -6px 0 9px;
	color: #fff;
	background: red;
	display: block;;
}

.ua-control-login {
	position: relative;
}

.ua-control-login .ua-phones-country {
	top: 6px;
	left: 3px;
}

.ua-control-login .ua-country-toggle {
	top: 6px;
	left: 4px;
}

.ua-phones-country {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 36px;
	height: 26px;
	position: absolute;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
}

.ua-country-toggle {
	cursor: pointer;
	position: absolute;
	width: 46px;
	height: 26px;
	background: url(/images/dropdownarrow.png) no-repeat 100% 50%;
	z-index: 2;
}

.ua-country-toggle.js-hide {
	display: none;
}

.ua-phones-country.js-show {
	overflow: visible;
	z-index: 3;
	height: auto;
}

.ua-phones-country li {
	display: block;
	height: 26px;
	background: #fff url(/images/flags.png) no-repeat;
}

.ua-country.ua-country-ru {
	background-position: 9px 7px;
}

.ua-country.ua-country-ua {
	background-position: 9px -33px;
}

.ua-country.ua-country-by {
	background-position: 9px -73px;
}

.ua-phones-country li:hover {
	background-color: #ABCBFF;
}

.ua-register-phone {
	position: relative;
}

.ua-register-phone .ua-country-toggle {
	left: 201px;
	top: 6px;
}

.ua-register-phone .ua-phones-country {
	left: 200px;
	top: 6px;
}

.ua-register-phone input {
	padding-left: 43px !important;
}

.ua-form-control {
	font-size: 14px;
}

tr + .ua-table-empty {
	display: none !important;
}

.ua-table-empty {
	text-align: center;
}

.ua-table-payments .ua-error-text {
	font-size: 12px;
	line-height: 1;
}

#ua-alert.ua-modal-preload {
	background: url(/media/com_bron/img/loading.gif) no-repeat 50% 9px;
	min-height: 168px;
}

#new_forma {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background-color: rgba(78, 78, 78, 0.8);
}

#new_forma input:invalid {
	box-shadow: none;
}

#new_forma input:-moz-submit-invalid {
	box-shadow: none;
}

#new_forma input:-moz-ui-invalid {
	box-shadow: none;
}
#new_forma .wrapper-form-popup {
	background-color: rgba(11, 11, 11, 0.7);
	padding: 30px 25px 20px;
	margin: 30px auto;
	max-width: 400px;
	box-sizing: border-box;
	position: absolute;
	z-index: 8011;
	left: calc(50% - 200px);
	top: 5%;
	cursor: default;
}

#new_forma .close {
	width: 16px;
	height: 16px;
	background: url("img/close-btn.png") no-repeat;
	position: absolute;
	top: -20px;
	right: -20px;
	border: none;
	outline: none;
	cursor: pointer;
}

#new_forma .text-title-popup {
	font-family: "Roboto", sans-serif;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
#new_forma .text-title-popup span {
	display: block;
	color: #85c503;
	font-size: 24px;
	font-weight: 500;
}
#new_forma .text-title-popup p {
	color: #faf8f5;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}
#new_forma .text-title-popup b {
	color: #eaee72;
}

#new_forma .popup-form {
	max-width: 400px;
	margin: 20px auto;
	padding-left: 0;
}
#new_forma .popup-form input {
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: none;
	outline: none;
	background-color: #ebeae8;
	background-repeat: no-repeat;
	color: #a7a7a6;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-indent: 45px;
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
}
#new_forma .popup-form input.name-form {
	background-image: url("img/user-icon.png")!important;
	background-position: 15px center !important;
}
#new_forma .popup-form input.tel-form {
	background-image: url("img/tel-icon.png");
	background-position: 15px center;
}
#new_forma .popup-form input.date-time {
	background-image: url("img/datetime-icon.png");
	background-position: 12px center;
}
#new_forma .popup-form input.date-time.time {
	background-image: url("img/pimg.png");
	background-position: 10px center!important;
}
#new_forma .popup-form input.date-time.left  {
	 float: left;
	 width: 48%;
	text-indent: 35px;
 }
#new_forma .popup-form input.date-time.time.left  {
	float: right;
	width: 48%;
	text-indent: 35px;
}
#new_forma .popup-form input.number-auto {
	background-image: url("img/auto-icon.png");
	background-position: 10px center;
}
#new_forma .popup-form input.send-order {
	background-color: #85c503;
	border-radius: 3px;
	color: #fdfdfd;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	text-indent: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#new_forma .popup-form input.send-order:hover {
	opacity: 0.85;
}

#new_forma .thanks-text {
	color: #faf8f5;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#new_forma .thanks-text p {
	font-size: 24px;
	margin-bottom: 20px;
}
#new_forma .thanks-text span {
	font-size: 18px;
}

#new_forma .ok {
	width: 100%;
	height: 49px;
	border: none;
	outline: none;
	line-height: 49px;
	background-color: #85c503;
	border-radius: 3px;
	color: #fdfdfd;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	text-indent: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	margin-bottom: 20px;
	cursor: pointer;
}
#new_forma .ok:hover {
	opacity: 0.85;
}

#new_forma .social-wrap {
	text-align: center;
}
#new_forma .social-wrap p {
	color: #faf8f5;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
}
#new_forma .social-wrap ul {
	padding-left: 0;
	list-style-type: none;
}
#new_forma .social-wrap ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
#new_forma .social-wrap ul li a {
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#new_forma .social-wrap ul li a:hover {
	opacity: 0.85;
}

@media only screen and (max-width: 650px){
	.ua-modal-form{
		min-width: 270px;
	}
	.ua-modal-form .ua-form-control label{
		float: none !important;
		display: block;
	}
	.ua-register-form .ua-form-control input[type="text"]{
		float: none;
		width: 100%;
	}
	.ua-register-form .ua-register-submit{
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	#new_forma .wrapper-form-popup {
		width: 94%;
		padding: 20px;
		left: 3%;
	}
	#new_forma .popup-form input.date-time.left {
		font-size: 14px;
	}
	#new_forma .close {
		right: 0;
	}
	.ua-table th{
		font-size: 16px;
	}
	.ua-payments-actions{
		text-align: left;
	}
	.ua-payments-actions span{
		margin-left: 5px;
	}
}