/* layout/reset.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* chrome */
	html {
		position: relative;
	}
}
@-moz-document url-prefix() { /* firefox */
	body {
		position: relative;
		overflow: auto;
	}
}
/* a { * { cursor: pointer; } } */
a:focus,
a:active,
a:hover {
	outline: 0;
}
input:focus,
select:focus {
	outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
sub {
	bottom: -0.25em;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
dfn {
	font-style: italic;
}
legend {
	border: 0;
	padding: 0;
}
small {
	font-size: 80%;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
img {
	border: 0;
}
sup {
	top: -0.5em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b,
strong {
	font-weight: bold;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
figure {
	margin: 0;
}
svg:not(:root) {
	overflow: hidden;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
mark {
	background: #ff0;
	color: #000;
}
abbr[title] {
	border-bottom: 1px dotted;
}
[hidden] {
	display: none;
}
.b-none {
	display: none !important;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
button,
input {
	line-height: normal;
}
button,
input,
select,
textarea {
	font-size: 12px;
	line-height: 23px;
	border: 1px solid #ccc;
	font-family: inherit;
	margin: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
audio,
canvas,
video {
	display: inline-block;
}
ul,
ol,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin: 6px 4px 6px 0px;
	vertical-align: middle;
}
button[disabled],
input[disabled] {
	cursor: default;
}
label {
	vertical-align: middle;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* layout/main.css */

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
a {
	cursor: pointer;
	-webkit-transition: color 0.2s ease, opacity 0.2s ease;
	-moz-transition: color 0.2s ease, opacity 0.2s ease;
	-o-transition: color 0.2s ease, opacity 0.2s ease;
	transition: color 0.2s ease, opacity 0.2s ease;
	background: rgba(255, 255, 255, 0);
}
a:hover,
a.b-phone_link,
a.b-phone_link:hover {
	text-decoration: none;
}
a.b-phone_link {
	color:inherit !important;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px;
	font-weight: bold;
}

#t-frame {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	border: 0;
	border-collapse: collapse;
}
#t-frame .t-header-outer,
#t-frame .t-content-outer,
#t-frame .t-footer-outer {
	vertical-align: top;
}
#t-frame .t-header {
	position: relative;
	height: 20px;
}
#t-frame .t-content {
	height: 100%;
	padding-top: 2px;
}
#t-frame .t-footer {
	height: 20px;
}
.b-loading {
	background: #fff !important;
}
.b-loading #t-frame {
	display: none;
}
.b-loading .b-overlay {
	display: block !important;
}

.b-list {
	padding: 0 0 0 30px;
	list-style: decimal outside;
}
.b-list li {
	margin-bottom: 10px;
}
.b-list-style-disc {
	list-style: disc outside;
	margin-bottom: 20px;
}
.b-list-style-disc li {
	margin-bottom: 0px;
}
p {
	margin-bottom: 12px;
}
.b-clear {
	clear: both;
}
.b-center {
	margin: 0 auto;
}
.b-wrappers-width {
	width: 1015px;
}
.b-header-wrapper {

}
.b-container-wrapper {
	height: 100%;
	min-height: 100%;
	border-collapse: collapse;
	border: 0;
}
.b-footer-wrapper {

}
.b-center.pb10 {
	padding-bottom: 10px;
}
.b-center.pt10 {
	padding-top: 10px;
}
.b-pole_form {
	margin-bottom: 20px;
}
.b-pole_form .b-state {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 30px;
}
.b-pages_list__layout {
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}
.b-pages_list__layout .n-button {
	margin: 0 5px;
}
.b-margin-top-40 {
	margin-top: 40px;
}
.b-currency-rub {
	display: inline!important;
	font-family: 'rouble', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}

/* button/button.css */

.n-button {
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #ededed 100%);
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #ededed 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #ededed 100%);
	background-image: linear-gradient(top bottom, #fdfdfd 0%, #ededed 100%);
	border: 1px solid #d0d0d0;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.7) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 23px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #303740;
	font-weight: normal;
	padding: 0 15px;
	height: 25px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.n-button.disabled {
	opacity: 0.6;
	filter: alpha(opacity= 60 );
	cursor: default;
}
.n-button.big {
	padding: 0 25px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.n-button.normal {
	padding: 0 20px;
	height: 30px;
	line-height: 28px;
	font-size: 15px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.n-button.left {
	float: left;
}
.n-button.right {
	float: right;
}
.n-button.orange {
	color: #573500;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #fff1cd;
	background-image: -moz-linear-gradient(top, #fff1cd 0%, #ffe192 100%);
	background-image: -webkit-linear-gradient(top, #fff1cd 0%, #ffe192 100%);
	background-image: -o-linear-gradient(top, #fff1cd 0%, #ffe192 100%);
	background-image: linear-gradient(top bottom, #fff1cd 0%, #ffe192 100%);
	border: 1px solid #e5ca9a;
}
.n-button.orange.disabled {
	color: #573500;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #fff1cd;
	background-image: -moz-linear-gradient(top, #fff1cd 0%, #ffe192 100%);
	background-image: -webkit-linear-gradient(top, #fff1cd 0%, #ffe192 100%);
	background-image: -o-linear-gradient(top, #fff1cd 0%, #ffe192 100%);
	background-image: linear-gradient(top bottom, #fff1cd 0%, #ffe192 100%);
	border: 1px solid #e5ca9a;
}
.n-button.blue {
	color: #fff;
	background-color: #87e0fd;
	background-image: -moz-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -webkit-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -o-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: linear-gradient(top bottom, #87e0fd 0%, #05abe0 100%);
	border: 1px solid #1f94e4;
}
.n-button.blue.disabled {
	color: #fff;
	background-color: #87e0fd;
	background-image: -moz-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -webkit-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -o-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: linear-gradient(top bottom, #87e0fd 0%, #05abe0 100%);
	border: 1px solid #1f94e4;
}
.n-button.green {
	color: #244800;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #dafdb4;
	background-image: -moz-linear-gradient(top, #dafdb4 0%, #5edb0a 100%);
	background-image: -webkit-linear-gradient(top, #dafdb4 0%, #5edb0a 100%);
	background-image: -o-linear-gradient(top, #dafdb4 0%, #5edb0a 100%);
	background-image: linear-gradient(top bottom, #dafdb4 0%, #5edb0a 100%);
	border: 1px solid #6ba629;
}
.n-button.green.disabled {
	color: #244800;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #dafdb4;
	background-image: -moz-linear-gradient(top, #dafdb4 0%, #5edb0a 100%);
	background-image: -webkit-linear-gradient(top, #dafdb4 0%, #5edb0a 100%);
	background-image: -o-linear-gradient(top, #dafdb4 0%, #5edb0a 100%);
	background-image: linear-gradient(top bottom, #dafdb4 0%, #5edb0a 100%);
	border: 1px solid #6ba629;
}
.n-button.gray {
	color: #303740;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #d7d7d7 100%);
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #d7d7d7 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #d7d7d7 100%);
	background-image: linear-gradient(top bottom, #fdfdfd 0%, #d7d7d7 100%);
	border: 1px solid #cbcbcb;
}
.n-button.gray.disabled {
	color: #303740;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #d7d7d7 100%);
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #d7d7d7 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #d7d7d7 100%);
	background-image: linear-gradient(top bottom, #fdfdfd 0%, #d7d7d7 100%);
	border: 1px solid #cbcbcb;
}
.n-button.black {
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #b4b4b4;
	background-image: -moz-linear-gradient(top, #b4b4b4 0%, #4b4b4b 100%);
	background-image: -webkit-linear-gradient(top, #b4b4b4 0%, #4b4b4b 100%);
	background-image: -o-linear-gradient(top, #b4b4b4 0%, #4b4b4b 100%);
	background-image: linear-gradient(top bottom, #b4b4b4 0%, #4b4b4b 100%);
	border: 1px solid #515151;
}
.n-button.black.disabled {
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #b4b4b4;
	background-image: -moz-linear-gradient(top, #b4b4b4 0%, #4b4b4b 100%);
	background-image: -webkit-linear-gradient(top, #b4b4b4 0%, #4b4b4b 100%);
	background-image: -o-linear-gradient(top, #b4b4b4 0%, #4b4b4b 100%);
	background-image: linear-gradient(top bottom, #b4b4b4 0%, #4b4b4b 100%);
	border: 1px solid #515151;
}
.payment_button_wrapper,
.payment_button_and_text {
	display: block;
	text-align: center;
}
.payment_button_text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.payment_button_wrapper span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px;
}
.payment_button {
	display: block;
	text-decoration: none;
}
.payment_button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* end of Order Payment Button */

/* start Standart Payment Form */

.payment_block ul.b-order-successful__payment_payment-info {
	padding: 0;
}

.payment_block ul.b-order-successful__payment_payment-info div {
	margin: 0;
}

.payment_block ul.b-order-successful__payment_payment-info {
	background: #f0f1f5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.payment_block ul.b-order-successful__payment_payment-info li {
	list-style: none;
}

.payment_block .b-order-successful__payment_line {
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}

.payment_block .b-order-successful__payment_line.first {
	border-top: 0 none;
}

.payment_block .b-order-successful__payment_line.last {
	border-bottom: 0 none;
}

.payment_block .b-order-successful__payment_l-col {
	float: left;
	padding: 0 2%;
	width: 40%;
	margin: 0;
}

.payment_block .b-order-successful__payment_r-col {
	float: right;
	padding: 0 2%;
	width: 50%;
	margin: 0;
}

.payment_block .b-order-successful__payment_phone {
	padding: 2px 4px;
	width: 96%;
}

.payment_block .b-order-successful__payment_phone_comment {
	color: #555;
}

.payment_block .b-order-successful__payment_radio {
	display: block;
}

.payment_block .b-order-successful__payment_radio_text strong {
	white-space: nowrap;
}

.payment_block .b-order-successful__payment_radio_text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.payment_block .b-order-successful__payment_radio > input {
	vertical-align: middle;
	margin: -2px !important;
	margin-left: 12px;
}

.payment_block .b-order-successful__payment_radio {
	margin-bottom: 3px;
}

.payment_block .b-order-successful__payment_line.first {
	padding-bottom: 0;
}

.payment_block .b-order-successful__payment_radio:first-child > input {
	margin-left: 0;
}

.payment_block .b-order-successful__payment_radio > input.js-operator {
	display: inline-block;
	margin-top: -3px !important;
	vertical-align: middle;
}

.payment_block .b-order-successful__payment_phone_text {
	color: #b2b2b2;
	font-size: 11px;
}

/* end Standart Payment Form */

/* Online Consultant */
.b-online-consultant_button .b-button_body {
	background: #05abe0;
	border: 1px solid #1f94e4;
	background-color: #87e0fd;
	background-image: -moz-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -webkit-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -o-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: linear-gradient(top bottom, #87e0fd 0%, #05abe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87e0fd', endColorstr='#ff05abe0', GradientType=0);
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.b-online-consultant_button .b-button_text {
	color: #fff;
	height: 23px;
	font-size: 12px;
	line-height: 23px;
}
.b-widget-header_button {
	position: absolute;
	right: 6px;
	top: 6px;
}
.b-button.b-button-edit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: none repeat scroll 0 0 #FFD444;
	height: 21px;
	margin: 0 3px;
	overflow: visible;
	position: relative;
}
.b-button-edit .b-button_body {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 21px;
	margin: 0;
	position: relative;
}
.b-button-edit .b-button_text {
	font-size: 12px;
	line-height: 21px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-text-shadow: 1px 1px 1px #ffffff;
	-moz-text-shadow: 1px 1px 1px #ffffff;
	text-shadow: 1px 1px 1px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border: 0 none;
	color: #333333;
	cursor: pointer;
	font-weight: normal;
	height: 21px;
	margin: 0 -3px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	text-transform: none;
	z-index: 20;
}
.b-button-edit .b-button_icon {
	display: none;
}
.b-button-bg {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 102%;
	height: 300px;
	display: none;
	opacity: 0.4;
	filter: alpha(opacity= 40 );
	background: #fff;
	z-index: 100;
}
.b-button-disable .b-button-bg {
	display: block;
}
.b-button-disable .b-button_text {
	cursor: default;
	text-shadow: none !important;
	font-weight: normal;
}
/* end Edit Button */

/* forms/forms.css */

.n-input_text {
	padding: 3px 4px;
	font-weight: normal;
	min-width: 100px;
	position: relative;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: normal;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-moz-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-o-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	text-align: left;
}
.n-input_read-only,
.ik_select_link_disabled {
	color: #aeaeae !important;
	border-color: #cccccc !important;
	background: #f8f8f8 !important;
	cursor: default;
}
.n-input_text:-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}
.n-input_text::-webkit-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.n-input_text:-ms-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.n-input_text::-ms-clear,
.n-input_text::-ms-reveal {
	display: none;
}
.n-input_text:focus {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	outline: none;
}
.n-input_text.n-error {
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #ffffff;
}
.n-input_text.n-error.b-edit_pole {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.n-input_text.n-password[type=password] {
	width: 232px;
	padding-right: 67px;
}
.n-input_text.n-password[type=text] {
	width: 242px;
	padding-right: 57px;
}
.n-input_text[disabled],
.n-input_text.n-disable {
	opacity: 0.7;
}
.n-input_text.n-placeholder:-moz-placeholder {
	color: transparent;
	font-style: italic;
}
.n-input_text.n-placeholder::-webkit-input-placeholder {
	color: transparent;
	font-style: italic;
}
.n-input_text.n-placeholder:-ms-input-placeholder {
	color: transparent;
	font-style: italic;
}
.n-textarea {
	padding: 3px 4px;
	font-weight: normal;
	min-width: 100px;
	position: relative;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: normal;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-moz-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-o-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	text-align: left;
	width: 150px;
	min-width: 150px;
	max-width: 235px;
	height: 50px;
	min-height: 50px;
	max-height: 350px;
}
.n-textarea:-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}
.n-textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.n-textarea:-ms-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.n-textarea::-ms-clear,
.n-textarea::-ms-reveal {
	display: none;
}
.n-textarea:focus {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	outline: none;
}
.n-textarea.n-error {
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #ffffff;
}
.n-textarea.n-error.b-edit_pole {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.n-textarea.n-password[type=password] {
	width: 232px;
	padding-right: 67px;
}
.n-textarea.n-password[type=text] {
	width: 242px;
	padding-right: 57px;
}
.n-textarea[disabled],
.n-textarea.n-disable {
	opacity: 0.7;
}
.n-textarea.n-placeholder:-moz-placeholder {
	color: transparent;
	font-style: italic;
}
.n-textarea.n-placeholder::-webkit-input-placeholder {
	color: transparent;
	font-style: italic;
}
.n-textarea.n-placeholder:-ms-input-placeholder {
	color: transparent;
	font-style: italic;
}
.b-label {
	line-height: 24px;
}
.b-label .b-required {
	color: #cc0000;
	margin-left: 3px;
}
.b-payment-methods_select {
	padding: 3px 4px;
	font-weight: normal;
	min-width: 100px;
	position: relative;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: normal;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-moz-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-o-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	width: 375px;
	padding: 3px 6px;
}
.b-payment-methods_select:-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}
.b-payment-methods_select::-webkit-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.b-payment-methods_select:-ms-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.b-payment-methods_select::-ms-clear,
.b-payment-methods_select::-ms-reveal {
	display: none;
}
.b-payment-methods_select:focus {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	outline: none;
}
.b-payment-methods_select.n-error {
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #ffffff;
}
.b-payment-methods_select.n-error.b-edit_pole {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.b-payment-methods_select.n-password[type=password] {
	width: 232px;
	padding-right: 67px;
}
.b-payment-methods_select.n-password[type=text] {
	width: 242px;
	padding-right: 57px;
}
.b-payment-methods_select[disabled],
.b-payment-methods_select.n-disable {
	opacity: 0.7;
}
.b-payment-methods_select.n-placeholder:-moz-placeholder {
	color: transparent;
	font-style: italic;
}
.b-payment-methods_select.n-placeholder::-webkit-input-placeholder {
	color: transparent;
	font-style: italic;
}
.b-payment-methods_select.n-placeholder:-ms-input-placeholder {
	color: transparent;
	font-style: italic;
}
.b-select {
	padding: 3px 4px;
	font-weight: normal;
	min-width: 100px;
	position: relative;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: normal;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-moz-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	-o-transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	padding: 2px 3px;
}
.b-select:-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}
.b-select::-webkit-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.b-select:-ms-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
.b-select::-ms-clear,
.b-select::-ms-reveal {
	display: none;
}
.b-select:focus {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	outline: none;
}
.b-select.n-error {
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #ffffff;
}
.b-select.n-error.b-edit_pole {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.b-select.n-password[type=password] {
	width: 232px;
	padding-right: 67px;
}
.b-select.n-password[type=text] {
	width: 242px;
	padding-right: 57px;
}
.b-select[disabled],
.b-select.n-disable {
	color: #aeaeae !important;
	border-color: #cccccc !important;
	background: #f8f8f8 !important;
	cursor: default;
}
.b-select.n-placeholder:-moz-placeholder {
	color: transparent;
	font-style: italic;
}
.b-select.n-placeholder::-webkit-input-placeholder {
	color: transparent;
	font-style: italic;
}
.b-select.n-placeholder:-ms-input-placeholder {
	color: transparent;
	font-style: italic;
}

/* blocks/content/navigation/navigation.css */

.b-navigation {
	padding: 0 3px;
	white-space: nowrap;
}
.b-navigation_col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	white-space: normal;
	min-height: 1px;
	width: 50%;
}
.b-navigation_col.left {
	text-align: left;
}
.b-navigation_col.center {
	text-align: center;
}
.b-navigation_col.right {
	text-align: right;
}
.b-link_go-back {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: transparent url("/bundles/allsoftunicartauthorcart/images/marker-arrow-left-black.png") no-repeat 0 50%;
	padding: 0 0 0 20px;
}
/* Ico Button */
.b-ico-button {
	background: transparent url("/bundles/allsoftunicartauthorcart/images/ico-buttons.png") no-repeat 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 16px;
	height: 16px;
	border: 0 none;
	cursor: pointer;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	vertical-align: middle;
}
.b-ico-button_help {
	background-position: 0 -164px;
	height: 16px;
	width: 16px;
	margin: 0 3px;
}
.b-basket_content-delivery .b-ico-button_help {
	background-position: -26px -164px;
}
.b-ico-button_renew {
	width: 17px;
	height: 25px;
	background-position: -53px -156px;
	vertical-align: middle;
	margin-left: 3px;
	border: none !important;
}
.b-ico-button_remove {
	background-color: transparent;
	background-position: -91px -141px;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 3px;
	right: -9px;
	border: none !important;
}
/* end of Ico Button */

/* Modal Window */

.b-overlay{
	background: rgba(255,255,255,0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
	zoom:1;
}

.b-modal-window-wrapper{
	left:0;
	position:absolute;
	text-align:center;
	top:45%;
	width:100%;
}

.b-modal-window{
	background:#fff;
	border:1px solid #006ab3;
	display: inline-block;
	padding: 0.5em;
}

.ui-dialog .b-modal-window-wrapper {
	top:40%;
}
.ui-dialog .ui-dialog-titlebar-close {
	border: none;
	background: none;
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.b-modal-loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 128px;
	height: 128px;
	margin: 0 auto;
	padding: 26px;
	border: 1px solid #0099d1;
	background: #ffffff;
}
.b-modal-window_progress {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.b-modal-window_progress__rotating {
	-webkit-animation: rotating cubic-bezier(0, 0, 1, 1) 1s infinite;
	animation: rotating cubic-bezier(0, 0, 1, 1) 1s infinite;
}
.b-modal-window_text {
	display: block;
	margin-top: 14px;
}
/* end of Modal Window */
.b-border-none {
	border: none !important;
}

.b-cursor-pointer {
	cursor: pointer !important;
}

.b-margin-padding-none {
	margin: 0 !important;
	padding: 0 !important;
}

.b-font-weight-normal {
	font-weight: normal !important;
}

/* old browsers */
.b-old-browser {
	display: none;
	border-bottom: 1px solid #B8C7D3;
	text-align: center;
	background: #F2F4FF;
}
.b-old-browser .b-old-browser__title {
	line-height: 1.2;
	padding: 12px 0;
	margin-top: 0;
	font-size: 22px;
	font-weight: bold;
}
.b-old-browser .b-new-browsers {
	margin: 20px auto 10px;
}
.b-old-browser .b-new-browsers .b-new-browser__link {
	display: inline-block;
	vertical-align: top;
	width: 117px;
	padding-top: 60px;
	cursor: pointer;
	text-decoration: none;
	background-image: none;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: top center;
}
.b-old-browser .b-new-browsers .b-new-browser__link_avast {
	background-image: url(/bundles/allsoftunicartauthorcart/images/browsers/avast.png);
}
.b-old-browser .b-new-browsers .b-new-browser__link_chrome {
	background-image: url(/bundles/allsoftunicartauthorcart/images/browsers/chrome.png);
}
.b-old-browser .b-new-browsers .b-new-browser__link_safari {
	display: none;
	background-image: url(/bundles/allsoftunicartauthorcart/images/browsers/safari.png);
}
.b-old-browser .b-new-browsers .b-new-browser__link_firefox {
	background-image: url(/bundles/allsoftunicartauthorcart/images/browsers/firefox.png);
}
.b-old-browser .b-new-browsers .b-new-browser__link_opera {
	background-image: url(/bundles/allsoftunicartauthorcart/images/browsers/opera.png);
}
.b-old-browser .b-new-browsers .b-new-browser__link_yandex {
	background-image: url(/bundles/allsoftunicartauthorcart/images/browsers/yandex.png);
}
/* old browsers end */

.ui-widget-overlay {
	background: #000;
	opacity: .6;
}
.ui-front {
	z-index: 2000;
}

.b-transparent {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	cursor: default !important;
}

.b-hide {
	display: none !important;
}
button {
	outline: none;
}

.b-help-page ul {
	list-style: disc outside;
	padding-left: 30px;
}
.b-help-page ol {
	list-style: decimal outside;
	padding-left: 30px;
}
.b-page-content-item {
	margin-bottom: 15px;
}
.b-page-content-unfold .b-content-sub-title_ico,
.b-content-expand-sub-title_ico {
	background: rgba(0, 0, 0, 0) url("/bundles/allsoftunicartauthorcart/images/ico-buttons.png") no-repeat -89px -298px;
	padding: 0;
	margin: 2px 5px 15px 0;
	width: 11px;
	height: 11px;
	display: inline-block;
	cursor: pointer;
	float: left;
}
.b-page-content-unfold .b-page-content-item_compressed .b-content-sub-title_ico,
.b-page-content-item_compressed .b-content-expand-sub-title_ico {
	background-position: -89px -281px;
}
.b-page-content-unfold .b-content-sub-title,
.b-content-expand-sub-title {
	cursor: pointer;
	border-bottom: 1px dotted #000;
	display: inline;
	padding-bottom: 0;
}
.b-page-content-unfold .b-page-content-item__expand-content,
.b-page-content-expand-item__expand-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 14px 16px;
}
.b-page-content-unfold .b-page-content-item_compressed .b-page-content-item__expand-content,
.b-page-content-item_compressed .b-page-content-expand-item__expand-content {
	display: none;
}
.b-page-content-unfold .b-content-sub-title:hover,
.b-content-expand-sub-title:hover {
	border-bottom: 1px dotted transparent;
}

.b-basket_row {
	white-space: nowrap;
}
.b-basket_content {
	position: relative;
	z-index: 1;
}
.b-basket_content.top {
	margin-top: -52px;
}
.b-basket_content.top .b-basket_content-table thead th {
	padding: 0 5px;
	height: 42px;
}
.b-basket_content.top .b-basket_content-table thead th.name {
	padding-left: 0;
}
.b-basket_content-table {
	width: 100%;
}
.b-basket_content-table thead th {
	text-overflow: ellipsis;
}
.b-basket_content-table thead th.name {
	text-align: left;
}
.b-basket_content-table thead th.delivery {
	width: 90px;
}
.b-basket_content-table thead th.quantity {
	width: 60px;
}
.b-basket_content-table thead th.price {
	width: 85px;
}
.b-basket_content-table thead th.discount {
	width: 50px;
}
.b-basket_content-table thead th.value {
	width: 100px;
}
.b-basket_content-table_with-key thead th.value {
	min-width: 100px;
}
.b-basket_content-table_with-key thead th.delivery {
	min-width: 90px;
}
.b-basket_content-table_with-key thead th.quantity {
	min-width: 60px;
}
.b-basket_content-table_with-key thead th.price {
	min-width: 85px;
}
.b-basket_content-table_with-key thead th.discount {
	min-width: 50px;
}
.b-basket_content-table_with-key thead th.value {
	min-width: 100px;
}
.b-basket_content-table tbody td {
	padding: 10px 5px;
	vertical-align: top;
	text-align: center;
}
.b-basket_content-table tbody td:first-child {
	text-align: left;
}
.b-basket_content-name {
	white-space: nowrap;
}
.b-basket_content-name .b-basket_icon {
	display: table-cell;
	vertical-align: top;
	width: 60px;
}
.b-basket_content-name .b-basket_icon .b-basket_icon_image {
	display: block;
	width: 100%;
	height: auto;
}
.b-basket_content-name .b-basket_name {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
	white-space: normal;
}
.b-basket_content-name .b-basket_name .b-ico-button {
	vertical-align: middle;
}
.b-basket__nodes-wrapper,
.b-basket__nodes-wrapper .b-basket__node {
	display: inline-block;
	vertical-align: middle;
}
.b-basket__node:first-child .ik_select {
	margin-right: 5px;
}
.b-basket__node .ik_select_link {
	padding: 5px 12px 4px 10px;
}
.b-basket__node-dd.ik_select_dropdown {
	max-width: unset;
	min-width: unset;
	padding-top: 1px;
}

.b-basket_content-quantity {
	white-space: nowrap;
}
.b-basket_content-quantity .n-input_text {
	width: 22px;
	min-width: 22px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
}
.b-basket_content-quantity .b-ico-button {
	vertical-align: middle;
	margin-left: 3px;
}
.b-basket_content-value {
	position: relative;
	margin-right: 5px;
}
.b-basket_content-value .b-note {
	width: 100px;
	margin-bottom: 0;
	white-space: normal;
}
.b-basket-item {
	margin: 0 0 10px;
}
.b-basket-item_icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.b-basket-item_icon_image {
	display: block;
	width: 60px;
}
.b-basket-item_name {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	white-space: normal;
	width: 170px;
	margin-left: 7px;
}
.b-basket-item_name-text {
	font-weight: bold;
}
.b-basket-item_quantity {
	text-align: center;
	width: 30px;
	vertical-align: middle;
}
.b-basket-item_price {
	display: block;
}
.b-content-column-body_quantity ~ .b-content-column-body_value .b-price-full-term,
.b-content-column-body_quantity ~ .b-content-column-body_value .b-price-per-term {
	display: block;
}
.b-price-old {
	text-decoration: line-through;
	color: #999999;
}
.b-basket-item_note {
	color: #999;
	display: block;
	font-size: 11px;
}
.b-basket-item_info-name-text {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.b-basket-item_info-icon {
	white-space: normal;
	text-align: left;
}
.b-basket-item_info-icon img {
	width: 60px;
	margin: 3px 10px 0px 5px;
}
.b-basket-item_info-description ul {
	list-style: disc outside none;
	padding: 0 0 0 30px;
}
.b-basket-rec {
	margin: 0 0 10px;
}
.b-basket-rec_name_checkbox {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.b-basket-rec_price {
	display: block;
}
.b-basket-rec_note {
	color: #999;
	display: block;
	font-size: 11px;
}

.b-basket__delivery-form_error {
	position: relative;
	margin-bottom: 13px;
}
.b-basket-delivery-region-block td,
.u-content-block-region td {
	line-height: 15px;
}
.b-basket-region {
	margin: 0 0 10px;
}
.b-basket-region_name {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 120px);
}
.b-basket .b-basket-region_name {
	width: 110px;
}
.b-basket-delivery__wrapper_region {
	margin-bottom: 20px;
}
.b-basket-region_title {
	display: inline-block;
	vertical-align: top;
	width: 110px;
}
.b-basket-region_delivery {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
.b-basket-region_delivery_select {
	width: 330px;
}
.b-basket-region_delivery .ik_select {
	width: 200px !important;
	margin-top: 2px;
}
.b-basket-region_note {
	display: none;
}
.b-basket__delivery-form_error .b-basket-region_note {
	position: absolute;
	top: 100%;
	display: block;
}
.b-basket-region_price {
	display: block;
}
.b-basket-region .b-basket_col_name {
	overflow: hidden;
	width: 62%;
}
.b-basket-delivery-region-block .b-basket_content-value .b-note,
.u-content-block-region .b-basket_content-value .b-note {
	display: block;
}
.b-basket-additional-info {
	float: left;
	padding: 7px 0;
}
.b-basket-total {
	padding-top: 12px;
	overflow: hidden;
	text-align: right;
}
.b-basket-total .u-text-note {
	margin-top: 2px;
}
.b-basket-total .b-price {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: 5px;
}
.b-basket-total .b-price_definition {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.b-basket-total .b-price_definition span {
	display: block;
}
.b-basket-check .b-content-widget_header-icon {
	display: none;
}

/*blocks\content\currency\currency.css*/

.b-currency {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
}
.b-currency-col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.b-currency-col form {
	vertical-align: top;
}
.b-currency-other {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.b-currency_select-label {
	margin: 0 5px 0 0;
	vertical-align: top;
	line-height: 23px;
}
.b-currency-select {
	margin: 0 0 0 5px;
}

.b-currency-col .ik_select {
	display: inline-block;
	width: 160px !important;
}

/*blocks\content\offers\offers.css*/

.b-offers .b-content-widget_header-icon {
	background-position: 0 -30px;
	display: block;
}
.b-offers .b-ico-button_help {
	background-position: -34px 0;
}
.b-offers .u-text-recommend-program-name .b-ico-button_help {
	background-position: 0 -164px;
}
.b-offers_table {
	table-layout: fixed;
	margin: -11px -2px 0;
	width: 100%;
}
.b-offers_table tbody td {
	vertical-align: top;
	text-align: center;
	padding: 10px 3px;
}
.b-offers_table tbody td:nth-child(2) {
	text-align: left;
}
.b-offers_table tbody td:last-child {
	text-align: right;
}
.b-offers_table tbody tr:last-child {
	border-bottom: none;
}
.b-offers_table tbody tr:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}
.b-offers_col.image {
	width: 40px;
}
.b-offers_col.name {

}
.b-offers_col.exprice {
	width: 125px;
}
.b-offers_col.price {
	width: 127px;
}
.b-offers_col.add {
	width: 103px;
}
.b-offers-item {
	white-space: nowrap;
}
.b-offers-item_icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 40px;
	vertical-align: top;
	white-space: normal;
}
.b-offers-item_icon img {
	width: 40px;
}
.b-offers-item_description {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 7px;
	white-space: normal;
	padding-right: 20px;
}
.b-offers-item_description h3 {
	padding-top: 0;
	padding-bottom: 3px;
}
.b-offers-item_description p:last-child {
	margin-bottom: 0;
}
.u-content-block-recommend-separator .b-offers-item_description p {
	margin-bottom: 0;
}
.b-offers-item_exprice {
	color: #ccc;
}
.b-offers-item_price {
	display: block;
	color: #000;
}
.b-offers-item_note {
	display: block;
}

/*blocks\content\coupon\coupon.css*/

.b-coupon {
	border: 1px solid #e5ca9a;
}
.b-coupon .b-content-widget_header {

}
.b-coupon_row {
	overflow: hidden;
}
.b-coupon_col {
	float: left;
	min-height: 1px;
}
.b-coupon_col_data {
	width: 70%;
}
.b-coupon_col_data input {
	vertical-align: middle;
	width: 137px;
	height: 23px;
}
.b-coupon_col.b-coupon_col_data input.n-input_text::placeholder {
	color: transparent;
	font-size: 0;
}
.b-coupon_col.b-coupon_col_data input.n-input_text::-webkit-input-placeholder {
	color: transparent;
	font-size: 0;
}
.b-coupon_col.b-coupon_col_data input.n-input_text::-moz-placeholder {
	color: transparent;
	font-size: 0;
}
.b-coupon_col.b-coupon_col_data input.n-input_text:-ms-input-placeholder {
	color: transparent;
	font-size: 0;
}
.b-coupon_col.b-coupon_col_data input.n-input_text::-ms-input-placeholder {
	color: transparent;
	font-size: 0;
}
.b-coupon_col.b-coupon_col_data input.n-input_text:-moz-placeholder {
	color: transparent;
	font-size: 0;
}
.b-coupon_col_activate {
	text-align: right;
	width: 211px;
}
.b-coupon-data_note {
	color: #999;
	display: block;
	padding-top: 0.5em;
	font-size: 11px;
}
.b-coupon-data_note_success {
	color: #080;
}
.b-coupon-data_note_error {
	color: #c00;
}
.b-coupon-data_lot {
	margin-right: 2em;
}
.b-coupon-data_lot label {
	margin-right: 1em;
}
.b-coupon-data_number label {
	margin-right: 1em;
}

/* dialog */
.b-item_info-dialog,
.b-information-dialog {
	box-shadow: 0 1px 30px #000;
}
.ui-widget-header {
	border: 1px solid #c9c9c9;
	background: #e5e6ea;
	color: #333333;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content {
	padding: 10px 10px 0;
}
.ui-dialog .b-autorenew-confirming-question  {
	padding: 10px 10px 10px;
	float: none;
	margin: 0;
	font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0;
}
.ui-dialog-content *,
.ui-widget *,
.ui-dialog-content h3 {
	font-family: Arial, sans-serif;
	color:#303740;
}
.ui-widget {
	font-size: 1em;
}
.ui-widget:not(.ui-button) {
	padding-bottom: 10px;
}
.ui-dialog-content h3 {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.ui-dialog-content h3:first-of-type {
	padding-top: 0;
	margin-top: 0;
}
.ui-dialog-content .b-content-widget_body {
	-moz-border-radius: none;
	border-radius: none;
	box-shadow: none;
	padding: 0;
}
.ui-dialog .ui-resizable-se {
	background-position: -64px -224px;
	width: 16px;
	height: 16px;
	right: 0px;
	bottom: 0px;
}
.ui-dialog sup {
	top: 3px;
}
.ui-dialog ol {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}
.ui-dialog ol li {
	padding-bottom: 10px;
}
.ui-dialog ol li ul li {
	padding: 0;
	margin-left: 10px;
	list-style-position: inside;
}
.ui-dialog ol ul,
.ui-dialog ul ul {
	list-style-type: circle;
}
.ui-dialog ol li ul {
	padding: 10px 0 10px 10px;
	margin: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background: none;
	font-weight: normal;
	color: inherit;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border:none;
	background: none;
	font-weight: inherit;
	color: inherit;
}
/* / dialog */

.b-basket-item_info-wrapper td {
	padding-top: 10px;
}
.b-basket-item_info-icon_wrapper {
	width: 60px;
	white-space: normal;
}
.b-after-basket {
	clear: both;
}
.b-after-basket,
.b-after-payment {
	padding-bottom: 18px;
	margin-top: -18px;
}
.ui-dialog .ui-widget-header .b-ui-dialog-title {
	white-space: normal;
}

#basket-confirm-main-products-dialog {
	padding: 20px 20px 0 20px;
}

.ui-button-text-only .ui-button-text {
	padding: 0;
}

.b-confirm-dialog {
	box-shadow: 0 1px 30px #000;
}

.b-program-renew-flag {
	padding-top: 1px;
}

.b-program-renew-checkbox label {
	position: absolute;
	padding-top: 5px;
	width: 100%;
	max-width: 360px;
}
.b-program-renew-checkbox input[type="checkbox"] {
	margin: 5px 4px 6px 0px;
}
.b-program-renew-checkbox input[type="checkbox"] + label .b-program-renew__status_disabled,
.b-program-renew-checkbox input[type="checkbox"]:checked + label .b-program-renew__status_enabled {
	display: inline-block;
}
.b-program-renew-checkbox input[type="checkbox"]:checked + label .b-program-renew__status_disabled,
.b-program-renew-checkbox input[type="checkbox"] + label .b-program-renew__status_enabled {
	display: none;
}
.b-program-renew-checkbox.b-program-renew-checkbox_disabled *,
.b-program-renew-checkbox_disabled label a,
.b-ps-auto-renew-help-info-container .b-program-renew-checkbox_disabled,
.b-ps-auto-renew-help-info-container .b-program-renew-checkbox_disabled * {
	text-decoration: none;
	color: #d7d7d7;
	pointer-events: none;
	cursor: default;
}
.b-program-comment {
	clear: left;
}
.b-program-comment_auto-renew,
.b-program-comment_manual-renew {
	display: none;
}
.b-program-comment_show {
	display: block;
}
.b-program-comment__ico-wrapper {
	padding: 4px 0 0;
}
.b-program-comment__ico {
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
	line-height: 9px;
	font-size: 9px;
	color: #000000;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.b-program-comment__text {
	color: #999999;
	padding: 0 2px 0 0;
}
.b-program-comment__ico-wrapper + .b-program-comment__text {
	padding-left: 19px;
}
.b-basket__node select {
	height: 23px;
	border-radius: 2px;
	box-sizing: border-box;
}
.b-basket__node select:disabled {
	background-color: #fff;
	opacity: 0.7;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
.b-basket-version-comments,
.b-basket-renew-comment {
	margin: 20px 0;
	color: #999999;
	font-size: 11px;
}
.b-basket-version-comments + .b-basket-renew-comments .b-basket-renew-comment {
	margin-top: -20px;
}
.b-basket-renew-comment {
	display: none;
}
.b-coupon.b-coupon_spoiler .b-content-widget_header {
	display: block;
	cursor: pointer;
	transition: all 0.4s ease;
}
.b-coupon.b-coupon_spoiler:not(.b-coupon_spoiler_opened) .b-content-widget_header {
	border-bottom: none;
	border-radius: 5px;
}
.b-coupon.b-coupon_spoiler .b-content-widget_header-icon {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 4px;
	background-image: url("/bundles/allsoftunicartauthorcart/images/ico-coupon.svg");
}
.b-coupon.b-coupon_spoiler .b-content-widget_header-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.b-coupon.b-coupon_spoiler .b-content-widget_body {
	display: none;
}
.b-basket-last-order {
	margin-bottom: 20px;
}
.b-basket-last-order,
.b-basket-last-order .b-basket-widget-body {
	display: table;
	width:100%;
	height:65px;
	line-height: 65px;
}
.b-basket-last-order .b-basket-widget-body {
	display: block;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #F1F6ED;
	background-image: url('/bundles/allsoftunicartauthorcart/images/ico-last-order.png');
	background-position: 30% 50%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
	-miz-box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
}
.b-content-widget.b-basket-widget-body {
	margin-bottom: 0;
}
.b-button-last-order-button {
	display: inline-block;
}
.b-basket-last-order-wow {
	position: absolute;
	right: -5px;
	top: -5px;

}
.b-basket-last-order-wow.u-button-main {
	height: 29px;
	padding:0 0 0 2px;
	font-size: 24px !important;
	text-align: center;
	line-height: 29px !important;
	border-radius: 29px;
	width: 29px;
	box-sizing: border-box;
	font-weight: bold;
}
/* Upsale start */
/* general */
.b-overlay_upsale {
	background: #000;
	opacity: .6;
	z-index: 990;
}
.b-lightbox-wrapper {
	left: 0;
	position: fixed;
	text-align: center;
	top: 10%;
	width: 100%;
	z-index: 991;
}
.b-lightbox {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	display: inline-block;
	text-align: left;
	overflow: hidden;
	position: relative;
	width: 785px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 20px;
}
.b-lightbox_close {
	background: rgba(0, 0, 0, 0) url("/bundles/allsoftunicartauthorcart/images/ico-buttons.png") no-repeat -24px -413px;
	cursor: pointer;
	height: 18px;
	width: 18px;
	position: absolute;
	right: -7px;
	top: 10px;
}
.b-lightbox_close:hover {
	background-position: -48px -413px;
}
.b-lightbox-header {
	position: relative;
	padding: 11px 30px 22px;
}
.b-lightbox-header-title {
	color: #9da4aa;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.25;
	padding: 0 0 0 20px;
}
.b-lightbox .b-promo-title,
.b-lightbox .b-lightbox-title_big {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #000;
	font-weight: normal;
}
.b-lightbox .b-lightbox-title_big {
	padding-top: 20px;
}
.b-lightbox .b-promo__pic {
	float: left;
	margin:0 10px 0 0;
}
.b-lightboxe .b-promo__slogan {
	font-size: 16px;
	padding:0 0 15px 0;
	display: block;
}
.b-lightbox .b-price {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.b-lightbox .b-price .b-price__actual {
	font-size: 22px;
}
.b-lightbox .b-promo-menu {
	overflow: hidden;
}
.b-lightbox .b-promo-menu__item {
	float: left;
}
.b-lightbox .b-button .b-button_text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 23px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	padding: 0 15px;
	height: 25px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.b-lightbox .b-button.b-button-blue .b-button_text,
.b-lightbox .b-button.b-lightbox-button-continue .b-button_text {
	font-size: 16px !important;
	padding: 0 22px;
	height: 42px;
	line-height: 40px !important;
	margin:0 20px 15px 0;
}

/* 1 product */
.b-lightbox .b-promo-menu__item:last-of-type {
	padding-top: 17px;
}
.b-lightbox .b-promo-features {
	clear: both;
	overflow: hidden;
}
.b-lightbox .b-promo-features__item_first {
	background: rgba(0, 0, 0, 0) url("/bundles/allsoftunicartauthorcart/images/box/ssl-secured.png") 95% 50% no-repeat;
	padding: 20px 12% 15px 0;
	width: 38%;
}
.b-lightbox .b-promo-features__item_last {
	background: rgba(0, 0, 0, 0) url("/bundles/allsoftunicartauthorcart/images/box/money-back.png") 5% 50% no-repeat;
	padding: 20px 0 15px 13%;
	width: 37%;
}
.b-lightbox .b-promo-features__item_first,
.b-lightbox .b-promo-features__item_last {
	float: left;
	font-size: 13px;
}
.b-lightbox .b-promo-features__description h3 {
	font-weight: normal;
}

/* 2+ product */
.b-lightbox .b-lightbox-header-logo {
	display: none;
}
.b-lightbox .b-lightbox-image {
	float: left;
	margin: 0 10px 0 0;
}
.b-lightbox .b-lightbox-features {
	font-size: 16px;
	padding: 0 0 15px 0;
	display: block;
}
.b-lightbox-features_program-name {
	margin-bottom: 15px;
}
.b-lightbox .b-lightbox-options_middle {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.b-lightbox .b-lightbox-options_row {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 6px;
	display: block;
	padding: 10px 10px 10px 35px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
}
.b-lightbox .b-lightbox-options_row:hover {
	cursor: pointer;
}
.b-lightbox .b-lightbox-options_row.b-lightbox-options_row_active {
	background: #fff;
	border-color: #1f94e4;
	cursor: auto;
}
.b-lightbox .b-lightbox-options_row input[type=radio] {
	left: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
}
.b-lightbox .b-lightbox-options_price {
	font-size: 16px;
	color:#1f94e4;
}
.b-lightbox .b-lightbox-options_savings {
	font-size: 0.9;
}
.b-lightbox .b-lightbox-options_bottom {
	clear: both;
	position: relative;
	overflow: hidden;
}
.b-lightbox .b-lightbox-options_bottom .b-button {
	float: right;
}
.b-lightbox .b-button.b-lightbox-button-continue .b-button_text {
	margin:0;
}

.b-lightbox-wrapper .b-lightbox {
	padding: 0px;
	width: 715px;
}
.b-lightbox-wrapper .b-lightbox .b-lightbox-header {
	padding: 0 40px 0 20px;
	min-height: 40px;
	text-align: left;
	border-radius: 6px 6px 0 0;
}
.b-lightbox-wrapper .b-lightbox .b-lightbox-header-title {
	font-size: 18px;
	line-height: 1;
	padding: 11px 0;
	color:#000;
}
.b-lightbox-wrapper .b-lightbox .b-lightbox_close {
	background-position: 0 -413px;
	right: 11px;
}
.b-lightbox-wrapper .b-lightbox-body {
	padding: 0 20px 20px;
	overflow: hidden;
}
.b-lightbox-wrapper .b-upsale-body-wrapper {
	clear:both;
	overflow: hidden;
}
.b-upsale-body-wrapper__title_left,
.b-upsale-body-wrapper__slogan_left,
.b-upsale-body-wrapper__img_left,
.b-upsale-body-wrapper__price_left,
.b-upsale-body-wrapper__no {
	width: 310px;
	float: left;
}
.b-upsale-body-wrapper__title_right,
.b-upsale-body-wrapper__slogan_right,
.b-upsale-body-wrapper__img_right,
.b-upsale-body-wrapper__price_right,
.b-upsale-body-wrapper__yes {
	width: 350px;
	float: right;
}
.b-upsale-body-wrapper__title,
.b-upsale-body-wrapper__slogan {
	font-size: 18px;
	line-height: 21.5px;
}
.b-upsale-body-wrapper__title {
	padding-bottom: 5px;
	padding-top: 20px;
}
.b-upsale-body-wrapper__slogan_left {
	padding-top: 1px;
}
.b-upsale-body-wrapper__title_left {
	font-size: 14px;
}

.b-upsale-body-wrapper__slogan_small {
	font-size: 12px;
	line-height: 15px;
}
.b-upsale-body-wrapper__slogan_right .b-upsale-body-wrapper__slogan_small {
	padding-top: 1px;
}
.b-upsale-body-wrapper__img {}
.b-upsale-body-wrapper__img .b-promo__pic {
	float: left;
	max-width: 120px;
	margin:20px 12px 20px 0;
}
.b-upsale-body-wrapper__img_right {
	padding-top: 20px;
}
.b-upsale-body-wrapper__img_right .b-promo__pic {
	margin-top: 0;
}
.b-upsale-body-wrapper__img.b-upsale-body-wrapper__img_left {
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.b-upsale-body-wrapper__description ul {
	list-style-type: none;
	overflow: hidden;
}
.b-upsale-body-wrapper__description ul li {
	font-size: 12px;
	text-align: left;
	clear: left;
	white-space: normal;
	padding-bottom: 8px;
	padding-top: 2px;
	padding-left: 25px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDUxOTc4QTA3QzVFMTFFNTgwQjVBQkI1QUY0QzZEOTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDUxOTc4QTE3QzVFMTFFNTgwQjVBQkI1QUY0QzZEOTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NTE5Nzg5RTdDNUUxMUU1ODBCNUFCQjVBRjRDNkQ5MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NTE5Nzg5RjdDNUUxMUU1ODBCNUFCQjVBRjRDNkQ5MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmN1p1QAAAFlSURBVHjaYvj//z8Dsfjeu9f/Z5w8+B/EZmIgEpx/9vi/18LJDAvPHQfzWYjRdP/9m/+xq+cyfPj+DYy33Lj0nygbY1fPY3j77SucP+/sUcI29h3Z/f/u29dwvo+GHsPswFhGuI2vvn7+D3ISuhMnHNsL55tIy4M1gdhgjddfP//vtWASQ+PeLSi2Ve5cz/D7718wW4CTi2FGQAxcjuX4o3v/k9YtBHv66acP4NAzlJJlvPry2f+D92/BFU7wDmOQ5hNghPGZjj+6y/D5xw+4gs5DO8D07DOH4WLxRpYM7qrajMiuYSqycWVcHJbEwMHCChYA2bLz9tX/G69dhDuxws4DI9AYQakAquE/KNhBfuJmY2f4+usnWLzDPQhkIyO6Rnio2iuqMYIUgQBMk7a4FFZNKBpBIErfjBHkHxjA5kR4qKILAG1lPHT/9n8uNjYGFxVNRqI1gkCvVygwiX3Bm6IAAgwAkf+577eMRd0AAAAASUVORK5CYII=') 5px top no-repeat;
}
.b-upsale-body-wrapper__description_additionally {
	clear: both;
	font-size: 12px;
}
.b-upsale-body-wrapper__price {}
.b-upsale-body-wrapper__price_old,
.b-upsale-body-wrapper__price_actual {
	float: left;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	margin-right: 10px;
}
.b-upsale-body-wrapper__price_del {
	text-decoration: line-through;
}
.b-upsale-body-wrapper_right .b-upsale-body-wrapper__slogan {
	font-size: 20px;
	line-height: 24px;
}
.b-upsale-body-wrapper_right .b-upsale-body-wrapper__description {
	width: 207px;
	float: right;
}
.b-upsale-body-wrapper__price_right .b-upsale-body-wrapper__price_actual {
	font-weight: bold;
}

.b-lightbox-wrapper .b-upsale-body-wrapper_bottom {
	clear: both;
	padding-top: 16px;
	overflow: visible;
}
.b-lightbox-wrapper .b-upsale-body-wrapper__button_link {
	display: block;
	padding: 7px 5px 6px;
	min-height: 38px;
	height: auto;
	line-height: 1.3 !important;
	width: 100%;
	white-space: normal;
	text-overflow: initial;
	word-wrap: break-word;
	text-decoration: none !important;
}
.b-lightbox-wrapper .b-upsale-body-wrapper__no .b-upsale-body-wrapper__button_link {
	font-size: 14px !important;
}
.b-lightbox-wrapper .b-upsale-body-wrapper__yes .b-upsale-body-wrapper__button_link {
	font-size: 18px !important;
}
.b-lightbox-body__wrapper {
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.b-lightbox-body__left-wrapper,
.b-lightbox-body__right-wrapper {
	float: left;
	vertical-align: top;
}
.b-lightbox-body__right-wrapper {
	float: right;
	width: 508px;
}
.b-lightbox-body__right-wrapper * {
	font-size: 12px !important;
}
.b-lightbox-body__left-wrapper {
	width: 140px;
}
.b-lightbox-body__left-wrapper img {
	max-width: 130px;
	margin-right:10px;
}
.b-lightbox-feature-item {
	font-size: 12px;
	padding: 5px 0 5px 30px;
}
.b-lightbox-feature-item_image {
	float: left;
	height: 25px;
	margin: -5px 5px 0 -30px;
	width: 25px;
}
.b-lightbox-options_item {
	display: inline-block;
	padding: 0 5px 0 0;
	vertical-align: top;
	width: 160px;
}
.b-lightbox-options_savings {
	color: #0af;
	display: inline-block;
	vertical-align: top;
	width: 145px;
}
.b-lightbox-options_exprice {
	color: #999;
	display: inline-block;
	vertical-align: top;
	width: 65px;
}
.b-lightbox-options_price {
	float: right;
	width: 78px;
}
/* Upsale stop */
.b-navigation .center {
	text-align: center;
}
.b-navigation .full-width {
	width: 100%;
}.bw-content {
	border-top: 0 none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	white-space: nowrap;
	border-collapse: collapse;
	overflow: hidden;
}
.b-content {
	height: 100%;
	min-height: 100%;
	padding: 20px 10px 20px 10px;
	white-space: normal;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
	border: 0;
}
.b-content:first-child {
	margin-right: 0;
}
.b-content-widget {
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
}
.b-content-widget:last-child {
	margin-bottom: 0;
}
.b-content-widget_header {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	padding: 12px 10px;
	position: relative;
}
.b-content-widget_header-title .b-edit_pole {
	float: right;
	font-size: 13px;
}
.b-content-widget_body {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	padding: 10px;
}
.b-payment-block .b-content-widget_body {
    padding: 10px 8px;
}
.b-col__wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.b-cookies-agreement {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	box-sizing: border-box;
	background: #2896D5;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 999;
}
.u-text-main .b-cookies-agreement__text a {
	color: #ffffff;
}
.u-text-main .b-cookies-agreement__text a:hover {
	color: #ffffff;
	text-decoration: none;
}
.b-cookies-agreement__text,
.b-cookies-agreement__button {
	display: inline-block;
	vertical-align: middle;
}
.b-cookies-agreement__button {
	width: 68px;
	height: 30px;
	line-height: 30px;
	margin-left: 16px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.b-cookies-agreement__button:hover {
	border-color: #d92231;
	background: #d92231;
	color: #ffffff;
}
.b-footer {
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #D7D7D7;
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
}
.b-footer-copyright {
	color: #838A92;
}

.bw-header {
	padding: 10px 10px 0;
	background: #fff;
	position: relative;
}
.b-header {
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 0 20px;
}
.b-header .b-header-logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.b-header .b-header-logo .b-header-logo_link {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.b-header .b-header-logo .b-header-logo_link .b-header-logo_image {
	vertical-align: top;
	display: block;
}
/*.b-header .b-header-logo */.b-header-title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 24px;
	line-height: 1;
	color: #9BD9FF;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 24px;
}
.b-header .b-header-info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	float: right;
	margin-top: 3px;
	width: 220px;
}
.b-header .b-header-info .b-header-info-item {
	margin-bottom: 7px;
}
.b-header .b-header-info .b-header-info-item:last-child {
	margin-bottom: 0;
}
.b-header .b-header-info .b-header-info-item_text {
	color: #AAE699;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.b-header .b-header-info .b-header-info-item_note {
	color: #CCC;
}
@font-face {
	font-family: 'icon_rouble';
	src: url('/bundles/allsoftunicartauthorcart/font/font-rouble/icon_rouble.eot');
	src: url('/bundles/allsoftunicartauthorcart/font/font-rouble/icon_rouble.eot#iefix') format('embedded-opentype'),
	url('/bundles/allsoftunicartauthorcart/font/font-rouble/icon_rouble.woff') format('woff'),
	url('/bundles/allsoftunicartauthorcart/font/font-rouble/icon_rouble.ttf') format('truetype'),
	url('/bundles/allsoftunicartauthorcart/font/font-rouble/icon_rouble.svg#icon_rouble') format('svg');
	font-weight: normal;
	font-style: normal;
}
.rub-icon {
	font-family: "icon_rouble";
	font-weight: normal;
	font-style:normal;
}
.b-text-centered {
	text-align: center;
}
.b-map {
	width: auto;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.b-map .b-map_yandex {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.ymaps-logotype-div {
    display: none !important;
}
.b-delivery-address .b-group {
	border-bottom: 1px solid #bfd9e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.b-delivery-address .b-group:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.b-delivery-address .b-group-title {
	margin: 0 0 1em;
}
.b-delivery-address .b-row {
	margin-bottom: 10px;
	white-space: nowrap;
}
.b-delivery-address .b-row:last-child {
	margin: 0;
}
.b-delivery-address .b-col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	min-height: 1px;
	width: 240px;
}
.b-delivery-address .b-row:first-of-type .b-col:last-of-type .b-static-text {
    line-height: 24px;
}
.b-delivery-address .b-col-customer-type {
	width: 75%;
}
.b-delivery-address .b-col:first-child {
	width: 150px;
}
.b-delivery-address .b-option:first-child {
	margin: 0;
}
.b-delivery-address .b-option-text_disabled {
	color: #979B9F;
}
.b-delivery-address .b-select {
	width: 230px;
}
.b-delivery-address .n-input_text {
	width: 210px;
	vertical-align: middle;
}
.b-delivery-address .n-textarea {
	height: 60px;
	width: 210px;
	max-width: 210px;
}
.b-delivery-address .b-modify {
	position: relative;
	top: 5px;
}
.b-table_tariffs thead {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.b-table_tariffs td,
.b-table_tariffs th {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.b-help-page_offers {}
.b-help-page_offers .b-list-item {
	padding-bottom: 9px;
}
.b-table_payment-methods {
	margin-bottom: 30px;
}
.b-table_payment-methods td {
	padding-bottom: 20px;
	vertical-align: middle;
}
.b-table_payment-methods img {
	max-height: 40px;
}
.b-table_payment-methods .picture {
	padding-right: 27px;
}
.b-table_payment-methods  .padding-b15 {
	padding-bottom:15px;
}
.b-table_payment-methods .padding-b5 {
	padding-bottom:5px;
}
.b-page-content-item__cards-safety {
    background: transparent url("/bundles/allsoftunicartauthorcart/images/help-ps/card-safety-400.png") center top no-repeat;
    width: 400px;
    height: 50px;
    margin: 0 auto 10px;
}
.b-list_contact {
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: none !important;
	padding-left: 0 !important;
}
.b-list_contact li {
	margin-bottom: 5px;
}
.b-locale-switcher {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.b-locale-switcher__wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: right;
}
.b-locale-switcher__wrapper::before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.b-select.b-locale-switcher__select {
	display: inline-block;
	vertical-align: middle;
	min-width: 50px;
}
.b-select.b-locale-switcher__select:not(:focus) {
	border-color: transparent;
}
.b-note {
	margin-bottom: 15px;
	white-space: nowrap;
	position: relative;
}
.b-note:last-child {
	margin-bottom: 0;
}
.b-note_icon {
	background: transparent url("/bundles/allsoftunicartauthorcart/images/ico-buttons.png") no-repeat -17px 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-top: -1px;
	position: absolute;
	left: 3px;
	top: 0;
}
.b-note_text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: normal;
	vertical-align: top;
}
.b-note ul {
	list-style: disc;
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.b-note ul:last-of-type {
	margin-bottom: 0;
}
.b-note noscript ul {
	margin-bottom: 8px !important;
}
.b-input_info-note {
	display: block;
}
.b-input_error {
	display: block;
}
.b-error_contacts_message {
	padding-top: 5px;
}
.b-note-main .b-note_text {
	display: block;
	color:#000;
	padding:8px 15px 8px 0;
	margin-left:15px;
	text-align: left;
}
.b-note-main .b-note_text .error {
	margin-bottom:8px;
}
.b-note-main ul {
	padding-left: 30px;
}
.b-lightbox .b-note-main {
	margin:10px;
}
.b-note-wrapper_upsale {
	width: 767px;
	margin: 0 auto 18px;
	background: #fff;
	border-radius: 7px;
	padding: 8px 30px 16px;
}.b-customer-info .b-group {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.b-customer-info .b-group:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.b-customer-info .b-group-title {
	margin: 0 0 1em;
}
.b-customer-info .b-row {
	margin-bottom: 10px;
	white-space: normal;
}
.b-customer-info .b-row:last-child {
	margin: 0;
}
.b-customer-info .b-col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	min-height: 1px;
	width: 220px;
}
.b-customer-info .b-col-customer-type {
	width: 75%;
}
.b-customer-info .b-col:first-child {
	width: 140px;
	padding-right: 10px;
}
.b-customer-info .b-option:first-child {
	margin: 0;
}
.b-customer-info .b-option-text_disabled {
	color: #979B9F;
}
.b-customer-info .b-select {
	width: 220px;
	height: 23px;
}
.b-customer-info .n-input_text {
	width: 210px;
	height: 23px;
	vertical-align: middle;
}
form[name="order_type"] input::placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] input::-webkit-input-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] input::-moz-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] input:-ms-input-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] input::-ms-input-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] input:-moz-placeholder {
	font-size: 0;
	color: transparent;
}

.b-customer-info .n-textarea {
	height: 60px;
	width: 210px;
	max-width: 210px;
}
form[name="order_type"] textarea::placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] textarea::-webkit-input-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] textarea::-moz-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] textarea:-ms-input-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] textarea::-ms-input-placeholder {
	font-size: 0;
	color: transparent;
}
form[name="order_type"] textarea:-moz-placeholder {
	font-size: 0;
	color: transparent;
}
.b-customer-info .b-modify {
	position: relative;
	top: 5px;
}

.b-vat-number-note-wrapper_hidden {
	display: none;
}
.b-text-note_vat-number {
	clear: both;
	margin:0 0 10px 150px !important;
	padding:5px 0 0;
	font-size: 10px;
	line-height: 10px;
}
.b-text-note__wrapper {
	width: 200px;
	float: left;
}
.b-customer-info .b-vat_number {
	display: inline-block;
	width: 160px;
}
.b-select_vatnumber {
	display: inline-block;
	height: 30px;
	margin-right: 8px;
}
.b-text-note_vat-number {
	margin: 0 !important;
}
.b-text-note_vat-number .b-ico-button_help {
	float: left;
	width: 20px;
	margin: 0;
	cursor: default;
}
.b-vat-number-note {
	width: 100%;
}
.b-vat-number-note__current-price {
	clear: left;
}
.b-vat-number-note td:last-child {
	text-align: right;
}

.b-customer-physical.b-customer-physical_phone-hide .b-row_customer-phone {
	display: none;
}

.b-additional-info .b-group {
	border-bottom: 1px solid #bfd9e2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.b-additional-info .b-group:last-child {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.b-additional-info .b-group-title {
	margin-bottom: 10px;
}
.b-additional-info .b-row {
	margin-bottom: 10px;
	white-space: nowrap;
}
.b-additional-info .b-row:last-child {
	margin: 0;
}
.b-additional-info .b-col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: normal;
	width: 560px;
	vertical-align: top;
}
.b-additional-info .b-col:first-child {
	width: 145px;
	padding-right: 5px;
}
.b-additional-info .b-col .b-label {
	line-height: 15px;
}
.b-additional-info .b-label {
	padding: 0 1em 0 0;
}
.b-additional-info .n-input_text {
	display: block;
	width: 545px;
}
.b-additional-info .n-input_text:last-child {
	margin: 0;
}
.b-additional-info .b-description {
	margin: 4px 0 0;
	width: 100%;
}
.b-additional-info .u-text-note {
	padding-top: 10px;
}

.b-order-comments .n-textarea {
	min-height: 46px;
	min-width: 100%;
	max-width: 100%;
}
.b-order-comments .b-col {
	padding-right: 10px;
}
.b-customer-agreement {
	margin-bottom: 20px;
}
.b-customer-agreement_type_text,
.b-customer-agreement_type_text .b-customer-agreement_text {
	padding-left: 0 !important;
	cursor: default !important;
}
.b-customer-agreement_type_text input[type="checkbox"] + label::before {
	display: none !important;
}

.js-order-licensee-block {
	margin-bottom: 20px;
}

.b-payment-systems-custom-field__inner-row:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 42px;
	padding: 6px 0;
	gap: 12px;
}
.b-payment-systems-custom-field-wrapper--hidden {
	display: none !important;
}
.b-payment-systems-custom-field-radio-input {
	margin-left: 3px;
}
.b-payment-systems-custom-field-radio-input input[type="radio"] {
	margin-right: 1px;
}
.b-payment-systems-custom-field-image img {
	display: block;
	width: auto;
	max-height: 30px;
}
.b-payment-systems-custom-field-select select {
	width: 340px;
}
.b-payment-systems-custom-field-label.b-payment-systems-custom-field-label {
	display: inline;
	vertical-align: baseline;
	padding-right: 5px;
}
.b-payment-systems-custom-field-label_with-custom-select {
	display: block;
	float: left;
	height: 25px;
}
.b-payment-systems-custom-field > .b-input_error-note {
	margin-top: -4px;
	padding-left: 30px;
}

.b-payment-systems__help {
	position: relative;
	overflow: visible;
	margin-right: 0;
	cursor: default;
}
.b-payment-systems__help-modal {
	position: absolute;
	bottom: 100%;
	left: calc(50% - 110px);
	display: none;
	width: 220px;
	padding-bottom: 10px;
	z-index: 100;
}
.b-payment-systems__help-modal::after {
	position: absolute;
	top: calc(100% - 11px);
	left: calc(50% - 8px);
	content: "";
	border-top: 7px solid #ffffff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.b-payment-systems__help-modal::before {
	position: absolute;
	top: calc(100% - 10px);
	left: calc(50% - 8px);
	content: "";
	border-top: 7px solid #d6d6d6;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.b-payment-systems__help-inner {
	padding: 11px 16px;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	white-space: nowrap;
	text-indent: 0;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
}
.b-payment-systems__help-inner a {
	display: block;
	pointer-events: auto !important;
	cursor: pointer !important;
}
.b-payment-systems__payment-list {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 14px 28px;
}
.u-checked .b-payment-systems__payment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-payment {
	font-size: 12px;
	line-height: 14px;
}
.b-payment__date {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #999999;
	border-bottom: 1px solid #d7d7d7;
}
.b-payment:last-child .b-payment__date {
	border-color: transparent;
}
.b-payment__date::before {
	position: absolute;
	top: 20px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: #303740;
}
.b-payment__number {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.b-payment__date,
.b-payment__number,
.b-payment__amount {
	padding-right: 20px;
}

.b-buyer-type {
	display: inline-block;
	display: -moz-inline-stack;
	display: inline-block;
	_overflow: hidden;
	*zoom: 1;
	*display: inline;
	padding-right: 20px;
}

* html .b-buyer-type {
	display: inline;
	zoom: 1;
}

*+html .b-buyer-type {
	display: inline;
	zoom: 1;
}

.ik_select:not(.ik_select_autowidth) {
	width:340px !important;
	float:left;
	margin:0 6px 5px 0;
}
.ik_select_link{
	padding:4px 25px 4px 10px;
	background:#fff;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#333;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.ik_select_link:after,.intro-select2-link .ik_select_link_inner:after{position:absolute;top:50%;right:10px;font-size:20px;line-height:24px;margin-top:-11px}
.ik_select_link.ik_select_link_disabled{
	cursor:default;
	opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50)
}
.ik_select_link_text{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.ik_select_link_text:after {
	position: absolute;
	top: 50%;
	right: 6px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-top: -3px;
	border-top: 6px solid #777777;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}
.ik_select_dropdown{
	top:26px;
	background:#555;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ik_select_dropdown p{margin:0;padding:5px 15px}
.ik_select_list{padding:5px 0;color:#333;}
.ik_select_list .ik_select_option,
.ik_select_nothing_found {
	padding: 5px 15px;
}
.ik_select_nothing_found {
	padding-bottom: 0;
}
.ik_select_list .ik_select_option.ik_select_hover{
	background:#eee;
	cursor:pointer;
}
.ik_select_list .ik_select_option .ik_select_option_label{
	white-space: nowrap;
}
.ik_select_list .ik_select_option_disabled{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}
.ik_select_list .ik_select_optgroup{padding:5px 15px;}
.ik_select_list .ik_select_optgroup .ik_select_option{margin:0 -15px;padding:0 30px}
.ik_select_list .ik_select_optgroup_label{padding-bottom:2px;font-size:12px;color:rgba(255,255,255,0.5)}
.ik_select_list{
	background:#fff;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:default;
	border: 1px solid #cccccc;
}

.b-information-dialog body,
.b-information-dialog html{
	width:100%;
	height:100%;
}
.b-information-dialog html{
	overflow:auto;
}
.b-information-dialog .ui-dialog-content{
	overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.assist-loader,
.b-loader {
	background: url("/bundles/allsoftunicartauthorcart/images/assist/ajax-loader.gif") 50% 35px no-repeat;
}
.b-ps-auto-renew-help-info-container {
    padding:1px 0 0 28px;
}
.b-customer-info_switch-hidden {
	padding-top:23px;
}
.b-customer-info_switch-hidden .b-widget-customer__switch {
	display:none;
}
.auto-renew-help-text {
	display:none;
}
.renew-ready.renew-ready_enabled.b-program-renew-checkbox_enabled .auto-renew-help-text-enabled,
.renew-ready_disabled.b-program-renew-checkbox_enabled .auto-renew-help-text-disabled,
.renew-ready_disabled-not-support.b-program-renew-checkbox_disabled .auto-renew-help-text-disabled_not-support
{
	display: block;
}
.renew-ready.renew-ready_disabled-not-support.b-program-renew-checkbox_enabled .auto-renew-help-text-disabled_not-support,
.renew-ready.renew-ready_disabled.b-program-renew-checkbox_enabled .auto-renew-help-text-disabled {
	display:none;
}
.b-payment-asterisk {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.renew-ready.renew-ready_enabled.b-program-renew-checkbox_enabled .b-payment-asterisk,
.renew-ready_disabled.b-program-renew-checkbox_enabled .b-payment-asterisk,
.renew-ready_disabled-not-support.b-program-renew-checkbox_disabled .b-payment-asterisk {
	opacity: 1;
}
.b-span-item-name {
	font-weight: bold;
}

.b-tooltip {
	position: absolute;
	z-index: 500;
	display: none;
	max-width: 260px;
	margin-top: -8px;
	margin-left: 10px;
	padding: 10px 15px;
	text-indent: 0;
	text-align: left;
	background: #ffffff;
	border: 1px solid #bfd9e2;
}
.b-tooltip-help {
	margin-top: -11px;
	margin-left: 27px;
}
.b-tooltip:after,
.b-tooltip:before {
	position: absolute;
	left: -18px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	border-style: solid;
}
.b-tooltip:after {
	top: 50%;
	margin-top: -7px;
	margin-left: 2px;
	border-color: transparent #fff transparent transparent;
	border-width:8px;
}
.b-tooltip-help:after {
	top:10px;
	margin-top:0;
}
.b-tooltip:before {
	top: 50%;
	margin-top: -8px;
	border-color: transparent #bfd9e2 transparent transparent;
	border-width: 9px;
}
.b-tooltip-help:before {
	top:9px;
	margin-top:0;
}
.b-tooltip .b-tooltip-triangle {
	position: absolute;
	width: 10px;
	height: 19px;
	margin-left: -30px;
	margin-top: -1px;
}
.b-information-dialog .b-dialog-licenses-data {
	overflow: auto;
	margin: 0.5em 8px;
	padding: 0 10px 0 0;
}
.b-information-dialog .b-dialog-licenses-data ul.b-dialog-licenses-list {
	display: block;
	padding: 5px 0 15px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.b-information-dialog .b-dialog-licenses-data ul.b-dialog-licenses-list li {
	font-size: 12px;
	line-height: 18px;
}
.b-information-dialog .b-dialog-licenses-data .b-dialog-license-top {
	padding: 5px 0;
	text-align: right;
}
.b-information-dialog .b-dialog-licenses-data .b-dialog-license-wrapper {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
}
.b-information-dialog .b-dialog-licenses-data .b-dialog-license-wrapper:last-child {
	border-bottom: 0;
	margin: 0;
}
.b-customer-agreement_text--ar,
.b-customer-agreement_text--mr {
	display: none;
}
.b-help-page_order_cancel .n-button {
	height: 40px;
	padding: 0 20px;
}
.b-help-page_order_cancel .u-button-additional {
	margin-right: 10px;
}
.b-order_comments {
	margin-bottom: 10px;
	text-align: right;
}
/* Order Success */
.b-payment_order .b-group {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.b-payment_order .b-group:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.b-payment_order .b-order-success dl {
	display: table-row;
	line-height: 14px;
}
.b-payment_order .b-order-success dl dt {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	min-height: 1px;
	vertical-align: top;
	width: 190px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.b-payment_order .b-order-success dl dd {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	min-height: 1px;
	vertical-align: top;
	font-weight: bold;
}
.b-payment_order .b-order-success dl dd span.s-norder {
	color: #ed2727;
}
.b-payment_order .b-order-success dl dd span.s-order {
	color: #ed2727;
}
.b-basket__content-autorenew__title {
	margin: 15px 0;
	font-weight: bold;
}
.b-order_delivery_detail {
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
	padding-bottom:15px;
}
.b-order-paid-information-text dt,
.b-order-paid-information-text dd {
	padding-bottom: 15px;
}
.b-payment_order .b-paysystems {
	margin-bottom: 20px;
}
.b-payment_order .b-paysystems ul {
	margin-left: 0;
}
.b-payment_order .b-paysystems ul li {
	list-style: inside;
	margin-bottom: 5px;
	padding-left: 20px;
}
.b-payment_order .b-pay_section {
	margin-bottom: 20px;
}
.b-payment_order .b-pay_section .b-pay_description {
	font-size: 11px;
	line-height: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #a1a1a1;
	vertical-align: middle;
	width: 450px;
	margin-left: 20px;
}
.b-payment_order .b-pay_section .n-button {
	vertical-align: middle;
}

.b-order-success .b-basket_col-titles {
	margin-top: 0;
	padding: 0;
}
.b-order-success_title {
	margin: 6px 0 12px;
}
.b-order-success_email {
	padding: 10px 0;
	border-top: 1px solid #BFD9E2;
	border-bottom: 1px solid #BFD9E2;
	margin-bottom: 10px;
}
.b-order-success_email-icon {
	display: block;
	float:left;
	*zoom: 1;
	width: 30px;
	height: 27px;
	background: transparent url("/bundles/allsoftunicartauthorcart/images/ico-buttons.png") no-repeat -18px -17px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -4px;
}
.b-order-success_email-notification {
	display: block;
	*zoom: 1;
	vertical-align: middle;
}
.b-order-success_email-additional-notification {
	font-weight: bold;
}
.b-order-success .b-expandable-mask {
	padding-top: 10px;
}
.b-order-success .b-expandable-link {
    margin-bottom: 0;
}
.b-order-success .b-expandable.js-expanded .b-expandable-link {
    margin-bottom: 10px;
}
.b-order-success .b-expandable-trigger {
    border-bottom: 1px dotted #408CCA;
    text-decoration: none;
}
.b-order-success .b-expandable-trigger:hover {
    border-bottom-color: #000;
}
.b-order-success .b-expandable.js-expanded .b-expandable-trigger.b-expandable-trigger_expand {
    display: none;
}
.b-order-success .b-expandable.js-expanded .b-expandable-trigger.b-expandable-trigger_collapse {
    display: inline;
}
.b-order-success .b-expandable.js-collapsed {
    min-height: 27px;
}
.b-order-success .b-expandable.js-collapsed .b-basket_content,
.b-order-success .b-expandable.js-collapsed .b-basket-total {
    display:none;
}
.b-order-success .b-expandable.js-collapsed .b-expandable-trigger.b-expandable-trigger_expand {
	display: inline;
}
.b-order-success .b-expandable.js-collapsed .b-expandable-trigger.b-expandable-trigger_collapse {
	display: none;
}

.b-payment_decorated {
	min-height: 250px;
}
.b-payment_decorated p {
	margin-bottom: 1em;
}
.b-payment_decorated ol li,
.b-payment_decorated ul li {
	margin-bottom: 10px;
}
.b-payment_decorated ol, .b-payment_decorated ul {
	margin-left: 20px;
	list-style: disc outside;
}
.b-payment_decorated ol ul {
	margin-left: 20px;
	list-style: disc outside;
}
.b-payment_decorated .bw-button {
	text-align: center;
	margin: 20px 0;
}
.b-payment_decorated .n-input_text {
	margin-right: 10px;
}
.b-payment_decorated .b-label {
	margin-right: 10px;
}
/* end of Order Payment */

.b-order-history-table {
	width: 100%;
	text-align: left;
	text-indent: 0;
}
.b-order-history-table th {
	text-align: left;
	line-height: 30px;
}
.b-order-history-table th .date {
	width: 190px;
}
.b-order-history-table tbody tr:last-child {
	border: none;
}
.b-order-history-table tbody td {
	padding: 5px 0;
}
.b-order-history-table td:first-child {
	color: #999;
	width: 110px;
	white-space: nowrap;
}

.payment_block input[type='text'] {
	padding: 3px;
}
.b-payment_decorated div.b-assist-iframe-wrapper {
	margin: 0;
}
.payment_form, .payment_block {
	margin: 0 !important;
}
ul.b-order-successful__payment_payment-info li {
	list-style: none;
}
.b-order .b-order-complete-autorenew .b-payment_order {
	border: none;
	padding-top: 12px;
}
.b-main_desktop .b-order-ar__change-card {
	display: none;
}
.b-order-ar__change-card {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 2px 20px;
	background-color: transparent;
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
.b-order-ar__cancel a,
.b-order-ar__reactivate a {
	font-weight: normal;
}
.b-order-ar__cancel,
.b-order-ar__reactivate,
.b-order-ar__change-card {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 2px 0;
}
.b-order-ar__cancel {
	padding: 0 0 2px 20px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAABFCAYAAAB619d+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTIyMTYxMkM4RUQ0MTFFNkJFMTY4MkI2MjYxQTBBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTIyMTYxMkQ4RUQ0MTFFNkJFMTY4MkI2MjYxQTBBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMjIxNjEyQThFRDQxMUU2QkUxNjgyQjYyNjFBMEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMjIxNjEyQjhFRDQxMUU2QkUxNjgyQjYyNjFBMEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi0x2aQAAAUsSURBVHjalFf7b1RFFJ57766I7S621D4QFaQKQkg0aiyJImlrjFjc8IhRf9AIahEaUWmaqPEPMCkgsdZIfKRqABMVKqIxrUn5rU1YbNIsCUgFaYHd0q59YW2X3fWcu9+Us7N3VSb5krlnvjMz984535xrHW7vVEbzE+YRyvAcI4wREpLkU7ltA2GT4fgN4et8jncRWgkPE240JqsjvETYRviNDTYGFhL2E2o9nBRsteAs1I4OoZHwAEiHCPuE0z7YFDjMdXirtxK2YuA0YQvhT8IQbO8SiggrCHeDu5sdVxHmgFRC2Ej4BA66bcSYAncVb3WZIBQTWvA+utXCVixsy9hxQBimCd8SeoStB7ZpYRtgx7AwDBPeIEwQXgQmYBsWvDC/40nCEcI6HHoTYZCwB6R5OAIdEMw96UMovUO4D4SdxhnuEf1BcBM6APqwrfMqfzsPTp8bcrbt6IFOHM3rqVQyZDtOIRtTyeQkcdqp+z7h4mysjo/H5aw0kG4KBIuaxsZGFrEhGCw6Nz4+Qj0ra3nf4MDpLEM6nVbz51eo+PClc/w8VVKhRkYuKcsyHB0nO7MaGxs9X7C5uVl5plU+B3NcT+AzZ7zuFQVhfTJ5dQO9gnvg1I9R/zuRWjmOixHMjxKxQBvxDdYTjhEaCGelAixAdq8lFHjstABj+8F1HW0EcRVIRwltwqkNNgUOc20fZtiOgTOE5wlxoQBNyEVOr0pw92oFmAvSzciSNjjotg5jClxXAZYLAsvDR4QaYauBrUTYlrPjBWHgFPvJSO4wbFLJL5gKMIR3GCU8B4zCNmQqQAQzPoEsfw061CoU4DahAMyNsOMM4W0oQDnhLeMMW0U/Cu6MDoBeCHH0X+I8Ck6vG3IF6qoe+BEH/OaUckJzVdI9IupPUZ8VYDfhD0221u76PGfqx1JDToddtjjTj53tsEuTJsdSLZHcTSX66XqtRJ+Cyb8kh+JT6Zls6Wi414iJezIrtPR652PGIX/T43oC+/84eU3g89hGnbL8IZVOZA7c8seoz1/1h3wKcDtEt4aIwWtLuCH6NOEXFmut9tqRI+YrwiN5dhiEfJRgkqhWgB3CqYNwUDgdhE2Bw1zbUh/8yjXAKehKP6KH78K9IO/ASt0EPtArhKU+ELVABThYCAfwPrPBhDEtXFU2qgndSlGeVPNnAaphKxW8FbaRERzxXToDROZ0YWw2U9jxuJE6r0DlNgFx2OQCx7UCdKIs4UOvR/p8BtJmwh1CAZgb4a/KD/dDEm75j4i7DIkJ20LJXjZKErMNgxPORI59gx5ox7Z3qlQiRPZMFZma+VvZfh7bBaVHIr932Ix/Oqklc9TkmTvdx8LK39WV/mmzBrBUfbXhR45ldDHFjmSey0j9YyRHlum47alsvw/bPV/Q2h7ydsznkG8C+3qcJDdnq25AJyefVE6g3H1KTkSVU3hUpFaOAizAJ3+ciEWZ+OYiwK3M+LL9GQXiRenIkf8lMsGrcU3+DHjP8s1lo0hrEE7HjNLkEGwKHOZa/I4VUIAASpEq3IUfg1yPlbpR0kxIBQiI+301foleFauuFnVCQCvASkHgL/kpYQ1HKbAGtnLBW2njp0sqQDeCXbcIbFIBYux4wlCAzci7OuAybFIBTvhQY3dhS5zlLxC4yP0CJD7DRUIBmNunI+ch3MjF13JrNo9kP46arscWfzNbUZooowDX/VFw3L8gRz24VBP4x+V7fHa+gJKoSCZxDWwRgeAZ5DchbvWMpxCff0nSPwIMAEqzeBWMDAm6AAAAAElFTkSuQmCC');
	background-color: transparent;
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
.b-order-ar__reactivate {
	padding: 0 0 3px 20px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAaZaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDItMDZUMTQ6MDU6MDgrMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAyLTA2VDE0OjU2OjE4KzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAyLTA2VDE0OjU2OjE4KzA3OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5MGY3NzYxLTJjZjYtNDk0OC1hYWJhLTA2YTJhZDU1NDEyYSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmRhNzdiNDBmLTQwNzgtMjY0ZS1iY2Y3LTA1Nzc1NTcwYTQ4ZiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkUyMjE2MTJEOEVENDExRTZCRTE2ODJCNjI2MUEwQUMxIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyMjE2MTJBOEVENDExRTZCRTE2ODJCNjI2MUEwQUMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyMjE2MTJCOEVENDExRTZCRTE2ODJCNjI2MUEwQUMxIi8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjJiMTg5NWQ1LTcwZTctZTU0Yy04ZGM0LTE0MmQ3YWM2MGZjNSIgc3RFdnQ6d2hlbj0iMjAxOS0wMi0wNlQxNDo1NjoxOCswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjkwZjc3NjEtMmNmNi00OTQ4LWFhYmEtMDZhMmFkNTU0MTJhIiBzdEV2dDp3aGVuPSIyMDE5LTAyLTA2VDE0OjU2OjE4KzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppqf4SgAAADtSURBVCiRlZK9jcMwDEY/GVfzcIW69AEM3NVcRROocxGklDtP4EG8hjdw5wXMTgswRSBF8hn5IWBANPj0SElQVbz7bdum8zyrquILb4aI6DAMICIwM5pPIACIMUJE1KjqS7Dve40x5pyIXrcqIhXUti2896YpC0RE91BqMZm89wbAfcZUMI5jZZumqcr99ZLXzdHgabNlWXJhCAGn7x+TwXVdq12TtbQ552CtNWVdw8wmhJB/JGtpO//9Yh/5OvYHUba4twF4PABrbWUG7qd4BFVggp1zOe+67oj5DwIAMxsiemoDihnLSFfyDLwBhqekZYvj75MAAAAASUVORK5CYII=');
	background-color: transparent;
	background-position: 0 -1px;
	background-repeat: no-repeat;
}
.b-order-ar__cancel a,
.b-order-ar__reactivate a,
.b-order-ar__change-card a {
	font-weight: normal;
}
.b-order-ar__cancel a.b-link_dotted,
.b-order-ar__cancel a.b-link_dotted:hover,
.b-order-ar__change-card a.b-link_dotted,
.b-order-ar__change-card a.b-link_dotted:hover {
	color: #9c9c9c;
	text-decoration: none;
	border-bottom: 1px dotted #919191;
}
.b-order-ar__reactivate a.b-link_dotted,
.b-order-ar__reactivate a.b-link_dotted:hover {
	color: #006ab3;
	text-decoration: none;
	border-bottom: 1px dotted #006ab3;
}
.b-order-ar__change-card-form.b-loader {
	min-height: 400px;
}
.b-order-ar__change-card-form .b-iframe-container {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c9c9c9;
}
.b-order-ar__change-card-form .b-iframe-container iframe {
	height: 450px;
}

.b-confirm-dialog_sso {
  max-width: 720px;
  padding: 48px 40px 40px !important;
}

.b-confirm-dialog_sso .ui-draggable-handle {
  touch-action: auto;
}

.b-confirm-dialog_sso .ui-dialog-titlebar {
  margin-bottom: 8px;
}

div.b-confirm-dialog_sso .ui-dialog-titlebar-close {
  top: 24px;
  right: 40px;
  width: 16px;
  height: 16px;
  background: none;
}

div.b-confirm-dialog_sso .ui-dialog-titlebar-close .ui-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjQgNCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjE3NTQgMTIuMDAwMkwxOS4wNTU0IDE2Ljg4MDJMMTYuOTMzMyAxOS4wMDIyTDEyLjA1MzMgMTQuMTIyMkw3LjE3MzM0IDE5LjAwMjJMNS4wNTIwMiAxNi44ODA5TDkuOTMyMDIgMTIuMDAwOUw1LjA1MjcxIDcuMTIxNTRMNy4xNzQ3MiA0Ljk5OTUzTDEyLjA1NCA5Ljg3ODg1TDE2LjkzMjcgNS4wMDAyMkwxOS4wNTQgNy4xMjE1NEwxNC4xNzU0IDEyLjAwMDJaIiBmaWxsPSIjQUVBRUFFIi8+Cjwvc3ZnPgo=");
}

div.b-confirm-dialog_sso .ui-dialog-titlebar-close .ui-icon:hover {
  background-position: 0 0;
}

div.b-confirm-dialog_sso .ui-dialog-titlebar,
div.b-confirm-dialog_sso .ui-dialog-content {
  max-height: none !important;
  padding: 0 !important;
  border: none !important;
}

.b-confirm-dialog_sso .ui-dialog-title {
  font-size: 24px !important;
  line-height: 28px;
  text-transform: none !important;
}

.b-confirm-dialog_sso .scrollContent {
  right: 0 !important;
}

.b-order-ar__sso-main {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
  gap: 16px;
}

span.b-order-ar__sso-offer-highlight {
  font-weight: 700 !important;
}

.b-order-ar__sso-discount {
  padding: 16px 24px;
  border: 1px solid #cccccc;
}

.b-order-ar__sso-discount-rate {
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 18px;
  background: #ffaa00;
}

.b-order-ar__sso-discount-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 22px;
  color: #1d1d1b;
  gap: 8px;
}

.b-order-ar__sso-price-full {
  font-weight: 400 !important;
  text-decoration: line-through;
  color: #666666;
}

.b-order-ar__sso-price-offer {
  font-weight: 700 !important;
}

.b-order-ar__sso-main .ui-dialog-buttonpane {
  padding: 0 !important;
}

.b-order-ar__sso-main .ui-dialog-buttonset {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

div.b-order-ar__sso-main .ui-button.u-button_dialog {
  flex: 1 1 50%;
  height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  white-space: normal;
  text-overflow: unset;
}

div.b-order-ar__sso-main .ui-button.ui-button_yes {
  color: #006d5c !important;
  border: 1px solid #cccccc !important;
  background: #ffffff !important;
}
div.b-order-ar__sso-main .ui-button.ui-button_yes:hover,
div.b-order-ar__sso-main .ui-button.ui-button_yes:active {
  background: #ffffff !important;
}

div.b-order-ar__sso-main .ui-button.ui-button_no {
  color: #ffffff !important;
  background: #006d5c !important;
}
div.b-order-ar__sso-main .ui-button.ui-button_no:hover,
div.b-order-ar__sso-main .ui-button.ui-button_no:active {
  color: #ffffff !important;
  background: #005448 !important;
}

.b-order-ar__sso-note {
  margin-top: 24px;
  line-height: 18px;
}

@media (max-width: 1019px) {
  .b-confirm-dialog_sso {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .b-confirm-dialog_sso {
    max-width: 328px;
    padding: 32px 16px 24px !important;
  }

  .b-confirm-dialog_sso.ui-dialog .ui-dialog-title {
    width: 100%;
  }

  div.b-confirm-dialog_sso .ui-dialog-titlebar-close {
    top: -16px;
    right: 0;
  }

  .b-order-ar__sso-discount {
    padding-right: 16px;
    padding-left: 16px;
  }

  .b-order-ar__sso-main .ui-dialog-buttonset {
    flex-direction: column-reverse;
  }

  div.b-order-ar__sso-main .ui-button.u-button_dialog {
    flex-basis: 48px;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
  }
}

.b-order__available_payment_systems_opener {
	color: #006ab3;
	border-bottom: 1px dotted #408CCA;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	margin-left:5px;
}

.b-order__available_payment_systems .b-select {
	max-width: 335px;
	margin:0 5px 5px 0;
	float:left;
}
.b-order__current_payment_system_button-wrapper {
	float:left;
	margin-top: -1px;
}
.b-order__available_payment_systems .n-button {
	padding: 0 5px;
	margin-right: 1px;
	margin-bottom: 0;
	font-size: 12px !important;
	height: 27px;
	line-height: 27px !important;
	outline: none;
	font-weight: normal;
}

.b-order__available_payment_systems {
	line-height: 14px;
	display: none;
	margin-bottom: -3px;
}
.b-order__payment_system_dialog-active .b-order__current_payment_system,
.b-order__payment_system_dialog-active .js-payment-forms-block,
.b-order__payment_system_dialog-active .b-order__available_payment_systems_opener,
.b-order__payment_system_dialog-active .b-widget-order-autorenew {
	display: none;
}
.b-order__payment_system_dialog-active .b-order__available_payment_systems {
	display: inline-block;
}

.b-order__available_payment_systems .b-ps-auto-renew-help-info-container {
	padding-left: 0;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	width: auto;
	overflow: hidden;
    display: inline-block;
}

.b-myorders-link {
	margin-bottom: 10px;
	padding: 10px 0;
}

.b-activation-key {
	width: 100%;
	padding: 0 !important;
}
.b-activation-key * {
	font-weight: bold;
}
.b-activation-key__title {
	margin-left:70px;
	min-width: 145px;
	text-align: left;
	float:left;
	border-top:solid 1px #e8e8e8;
	line-height: 30px;
	font-weight: normal;
}
.b-activation-key__title_bold-text {
	font-weight: bold;
}
.b-activation-key__items_wrapper {
	overflow: hidden;
}
.b-activation-key__item {
	position: relative;
	clear: left;
	border-top:solid 1px #e8e8e8;
}
.b-activation-key__item_key {
	text-align: left;
	float: left;
	line-height: 30px;
	margin-right: 10px;
	display: table-row;
	width: 95%;
	padding: 2px 0 2px;
}
.b-activation-key__item-inprocess .b-activation-key__item_key {
	width: auto;
}
.b-activation-key__item_key input {
	padding:0;
	border:solid 1px transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	outline: none;
}
.b-activation-key__item_key a {
	display: block;
	line-height: 30px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.b-activation-key .b-ico-button_renew {
	background-position: -52px -152px;
	height: 30px;
	width: 24px;
	overflow: hidden;
	cursor: pointer;
}
.b-activation-key__item_key:hover input {
	color: #006ab3;
}
.b-activation-key__item:hover .b-activation-key__item_key-sent {
	cursor: auto;
	color: inherit;
}
.b-basket_content-table_row-with-key,
.b-activation-key-wrapper__with-comment {
	border-bottom: none !important;
}
.b-key-loader {
	display: inline-block;
	width: 34px;
	height: 34px;
	float:left;
	padding: 0 5px 0 0 ;
	cursor: pointer;
	border: 0 none;
	background: transparent url(/bundles/allsoftunicartauthorcart/images/ico-loader.gif) 0 50% no-repeat;
}
.b-order-price__vat {
	display: none;
}
.b-order-factura_custom-style dd a {
	display: inline-block;
	min-height: 15px;
	padding: 0 0 2px 21px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjNJREFUeNqMU89rE0EYfd/MbNY0iW4a2xz80dJLPbVni+hNEERED1IrXjx4EsEWBC34D3goHhSk/kAUPXkQQVHQo56sgWoTkZZIQRA0TU3ZZLPZ8ZtNN2Ylig9mZ2f3e2/evI8hrTUMPg3u+BL4/i4EAXqDIASVRyvfhqMvhkuRQLE/r/dcn0MoIMRvnlm3eBChUK0hefHSg9GNyqlIIHyYseQMaH3rtl5K9etSNh+OopPndVbr+Xm9CKUN3l+d06VU9n4koGIumx6sdBrCToQ7UyYD7TUB3wepBNa4ZHz6PArJLVOl2SvG5knRfUa4DUjbhkwkIKREbuYCnLNn8P3xE+T2TeBrysFHqw/jdReB1pOGpbr58BptsmUhjEYHULkcqp9XQPx969AItG8cNdv1MQGD+qaAUjD8YHUVreUyFLsCi4aZUrsuQpcDCn8oFiAjwBbssTHQgf3w3y2AjACZVoq2ALUtiJiDhnHAGSgLUkjI4SEEK2UkJ/ZCcCsl25IkWaDew4E5FIejLBvEHbCmJuE/fwm/sIjMo7vwnj6Drq5DGwevXyEKQcRCNBlIttmXhH3iGOTAdli7d6J26Cia9x52AjZOe4dY24B15DDs6XPwZi4jWChwhYIyu67/hH/zThguBp1eR2C4LhJMbl27AfpQhEylO2HF4Hl/6YKZjp/mAAlym9Ox+eelgrvWqe8I/ABeFN+8PYjNy/VPMNnUh6/RbSSiEZ6y+H9UmLv8S4ABAK/w2/dssJYIAAAAAElFTkSuQmCC') no-repeat 0 0;
}

.b-basket_name-subtitle-keys + .b-program-renew-flag {
	display: none;
}
.b-license-information__row,
.b-license-information__block {
	display: none;
}
.b-license-information__header {
	font-weight: bold;
	cursor: pointer;
}
.b-license-information__content_hidden {
	display: none;
}
.b-license-information__content_visible ol,
.b-license-information__content_hidden ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin: 10px 0;
}
.b-basket-item__price-group-comment {
	margin-left: 65px;
}
.b-typo {
	display: none;
}
.b-typo_show {
	display: block;
}
.b-typo .b-content-widget_header_clickable {
	cursor: pointer;
}
.b-typo__error {
	display: none;
	width: 100%;
	color: #ffffff;
	background: #f5354c;
}
.b-typo__error_show {
	display: block;
}
.b-typo__offer {
	margin: 7px auto 9px;
	font-size: 14px;
	line-height: 19px;
}
.b-typo__product {
	width: 100%;
	margin-bottom: 10px;
}
.b-typo__icon,
.b-typo__name,
.b-typo__price {
	padding-bottom: 23px;
	border-bottom: 1px solid #bfd9e2;
}
.b-typo__icon {
	width: 52px;
}
.b-typo__icon img {
	display: block;
	max-width: 34px;
	max-height: 34px;
}
.b-typo__name,
.b-typo__price {
	font-size: 14px;
}
.b-typo__price {
	min-width: 70px;
	text-align: center;
}
.b-typo__program-name,
.b-typo__price-current {
	font-weight: bold;
}
.b-typo__price-without-discount {
	text-decoration: line-through;
	color: #90909c;
}
.b-typo__agreement {
	margin-bottom: 10px;
	padding-bottom: 15px;
	line-height: 15px;
	border-bottom: 1px solid #bfd9e2;
}
.b-typo__payment {
	text-align: center;
}
.b-typo__payment-info {
	margin-bottom: 15px;
	text-align: left;
}
.b-typo__payment .b-typo__payment-button {
	display: inline-block;
	margin: 0 auto 10px;
	cursor: pointer;
}
.b-typo__payment-comment {
	margin-bottom: 12px;
}
.b-typo__cancel {
	text-decoration: underline;
	cursor: pointer;
}
.b-payment-block .b-content-widget_header-title {
    display: inline-block;
}
.b-payment-block-total {
    float: right;
    padding: 0;
    margin: 0;
}
.b-payment-block-total__title,
.b-payment-block-total__value {
    display: inline-block;
    vertical-align: baseline;
}
.b-payment-block-total .b-payment-block-total__vat {
    margin-top: 0;
    line-height: 1;
}
.b-payment-block_error {
    display: table;
    width: 100%;
}
.b-payment-block_error .payment_form {
    display: table-cell;
    vertical-align: middle;
}

/* Стили для платежных форм, префикс "ps-". Второй класс для перебивания стилей ПС */
.b-payment-block .ps-error__change-ps-block {
	padding-top: 6px;
}

.b-sidebar-wrapper {
	width: 100px;
	height: 100%;
	min-height: 100%;
	vertical-align: top;
}
.b-sidebar {
	width: 220px;
	vertical-align: top;
	padding: 20px 4px 10px 4px;
	white-space: normal;
	margin: 0 6px;
}
.b-sidebar-widget,
.b-sidebarlight-widget {
	margin: 0 0 20px;
}
.b-sidebar-widget-header {
	padding: 0 0 5px;
	margin-bottom: 15px;
}
.b-sidebar-logo {
	margin: 20px 0;
}
.b-sidebar-logo_image-link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 10px;
}
.b-sidebar-logo_image {
	display: block;
	width: 100%;
}
.b-sidebar-logo_note {
	display: block;
}

.b-online-consultant {
	position: relative;
	display: inline-block;
}
.b-online-consultant__wrapper {
	display: inline-block;
	min-width: 100px;
	min-height: 70px;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	padding: 7px 5px 0 47px;
	background: #fcfcfc url("/bundles/allsoftunicartauthorcart/images/online_consultant_mini.png") no-repeat 0 100%;
	border-radius: 6px;
}
.b-consultant-image {
	display: inline-block;
	width: 54px;
	height: 61px;
	margin-right:10px;
}
.b-consultant-description {
	display: inline-block;
	width: 126px;
}
.b-consultant-description__text {
	font-size: 11px;
	padding-left: 6px;
}
.b-consultant-button__text {
	display: block;
	width: 120px;
	margin: 4px 4px 4px 0;
	padding: 5px 0 4px;
	background-color: #87e0fd;
	border: 1px solid #1f94e4;
	color: #fff !important;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -webkit-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: -o-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background-image: linear-gradient(to bottom, #87e0fd 0%, #05abe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0);
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 0 2px #001c2f;
}
.b-consultant-button__text:hover {
	text-shadow: none;
}

.b-current-exchange {
	margin-bottom: 10px;
}
.b-current-exchange__rate {
	display: block;
	clear: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.b-current-exchange__date {
	font-size: 11px;
	line-height: 13px;
	color: #999;
	text-transform: uppercase;
}
.b-sidebar-help {
	margin: 0;
	padding: 0;
}
.b-sidebar-help_item {
	margin: 0.5em 0;
}
.b-sidebar-last-order,
.b-sidebar-last-order .b-sidebar-widget-body {
	width:100%;
	height:65px;
}
.b-sidebar-last-order .b-sidebar-widget-body {
	display: block;
	position: relative;
	padding: 17px 0 0 60px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	text-decoration: none !important;
	background-color: #F1F6ED;
	background-image: url('/bundles/allsoftunicartauthorcart/images/ico-last-order.png');
	background-position: 10px 50%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
	-miz-box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
}
.b-content-widget.b-sidebar-widget-body {
	margin-bottom: 0;
}
.b-sidebar-last-order-wow {
	position: absolute;
	right: -5px;
	top: -5px;

}
.b-sidebar-last-order-wow.u-button-main {
	height: 29px;
	padding:0 0 0 2px;
	font-size: 24px !important;
	text-align: center;
	line-height: 29px !important;
	border-radius: 29px;
	width: 29px;
	box-sizing: border-box;
	font-weight: bold;
}
.b-sidebar-wrapper {
	width: 100px;
	height: 100%;
	min-height: 100%;
	vertical-align: top;
}
.b-sidebar {
	width: 220px;
	vertical-align: top;
	padding: 20px 4px 10px 4px;
	white-space: normal;
	margin: 0 6px;
}
.b-sidebar-widget {
	margin: 0 0 20px;
}
.b-sidebar-widget-header {
	padding: 0 0 5px;
	margin-bottom: 15px;
}
.b-sidebar_light .b-sidebar-widget-header {
	border:none;
}
.b-sidebar-logo {
	margin: 20px 0;
}
.b-sidebar-logo_image-link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 10px;
}
.b-sidebar-logo_image {
	display: block;
}
.b-sidebar-logo_note {
	display: block;
}
.b-sidebar_light .n-button {
	max-width: 200px;
}
.b-sidebar_light .n-button,
.b-customer-care-dialog .n-button {
	height: 25px;
	line-height: 23px !important;
	font-size: 13px !important;
	text-decoration: none !important;
}
.b-sidebar_light .b-sidebar-help {}
.b-sidebar_light .b-sidebar-widget-header {
	padding: 0 0 5px;
	margin-bottom: 10px;
}
.b-sidebar_light .b-sidebar-help__button {
	margin-bottom: 10px;
}
.b-sidebar_light .b-sidebar-help__button-label {
	margin-bottom: 15px;
	font-size: 12px;
	color: #85858c;
}
.b-sidebar_light .b-sidebar-help ul li {
	margin:9px 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjdBRTFBOTFGMjNEMTFFNUE2RjhBQzFGNjNENzVGQzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjdBRTFBOTJGMjNEMTFFNUE2RjhBQzFGNjNENzVGQzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGN0FFMUE4RkYyM0QxMUU1QTZGOEFDMUY2M0Q3NUZDNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGN0FFMUE5MEYyM0QxMUU1QTZGOEFDMUY2M0Q3NUZDNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkuCPRsAAAEQSURBVHjajJKxSsNQFIaTgFao4BIKdhL7LsWtiyDFUMTi4CoK7dpBF6F9AK0O0S59gnZ1dBRaFB26uOjgZinl9vvhBAItJQe+nJub/8/JPSe+c85T3D8+bZLO4AKKsAFzmMBN/eS461n4MmHYZ90HGa9hAD8QQhka8AvnmMf+3UOsB8/wBxFMveXIQQw7UAm41GA3beBtSs6yZ/uR6WqqNGLRgl5KtBQcQakKV6q0B8MVIrfCK11Jpi07dJaQLh9YW8OMJummMn1ZW5PvXhfSvcnUgaa1dV0Tcqa7TYb7ws13hjlp+EeBbZ5CAV6trWHqDFXb32YkFfgPbJjvpAOVhkv4hBl86NeBNhwmZRcCDACpJ1HY5lTwvAAAAABJRU5ErkJggg==') 0 50% no-repeat;
	padding-left:18px;
}
.b-customer-care-dialog .ui-icon-gripsmall-diagonal-se {
	display: none !important;
}
.b-customer-care__info_complete,
.b-customer-care__info_error {
	min-height: 24px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk4MTUyRTZGMjZDMTFFNTlGRDFFQzVGNzgzMDQyNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk4MTUyRTdGMjZDMTFFNTlGRDFFQzVGNzgzMDQyNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTgxNTJFNEYyNkMxMUU1OUZEMUVDNUY3ODMwNDI1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTgxNTJFNUYyNkMxMUU1OUZEMUVDNUY3ODMwNDI1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq7EsE0AAAE4SURBVHjatJbNDcIwDIVdiwHCBh0BRuDCFUYgIzABcEeCDdoRYBIYoRvQEXAqU0XBCXFbLL0LJN/D9U8p4LyGRJSkLWlDWpAMf96SnqQ76UZqYoAiYuDAB9IO8qImnSQjFA476EMBT96ZCQcrGBbGu1tLGYyB+1H5maD3zC8wXVyY2RscvA6ZIgwzO4NSWdAwXLvOSXuhniVyn4+Br3guriQbfL9FHqKxcAi7h2ODPKFh2G4Ivy+k4CB04QKF4loPbAWTFDyspcHI2McMNfB+Dn6l+TE5auHuLPKvylkXJyW8yxh55cKAnVRlzM8deZ+D0qTKHM4b8g6vFSa5cMdsMPF8QxOjgLfM7JddI+yS0OSl2Fn7z9sNg5TsBJvUxl44vkk7ANxKkx+b5GWi8KC5U/z7b8tbgAEApT9Y1t5nIZYAAAAASUVORK5CYII=') 10px 50% no-repeat;
	padding: 7px 50px;
	margin-bottom: 10px;
}
.b-customer-care__info_error {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTI5QUUzMDNGRkFEMTFFNThCQzREMTc1OEZCRTUxRkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTI5QUUzMDRGRkFEMTFFNThCQzREMTc1OEZCRTUxRkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMjlBRTMwMUZGQUQxMUU1OEJDNEQxNzU4RkJFNTFGQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMjlBRTMwMkZGQUQxMUU1OEJDNEQxNzU4RkJFNTFGQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiKGnfUAAAChSURBVHjaYrxqZMSABwhC6fe4FDAR0HwGigXJMSANiJWgOI1UA0CaypH45VAxog0oR3O2IJqBeA0A2RQKZZtAMQNUTIkYA2aihf57JFfMJGSACxTjAhjyTFj8jh6VgvjUMKFFG7rtsHSA7oo0XAagA+RAZMCmlgnJWcYMxANjmFcYgXkB5Me7+JIrDgCKHWUmQpmFgAEMLFCGCZkueA8QYADQFxu69EpK/AAAAABJRU5ErkJggg==') no-repeat 15px 8px;
}
.b-customer-care__submit-button {
	float: right;
}
.b-customer-care__info {
	margin-bottom: 15px;
}
.ui-dialog .b-customer-care-wrapper {
	padding: 10px;
	min-height: 40px !important;
}
.b-customer-care .b-row {
	clear: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.b-customer-care .b-col {
}
.b-customer-care .b-row .b-col:first-of-type {
	width: 25%;
	float: left;
	text-align: left;
	line-height: 23px;
}
.b-customer-care .b-row .b-col:last-of-type {
	width: 70%;
	float: right;
}
.b-customer-care .b-row .b-col:last-of-type input {
	width: 100%;
}
.b-customer-care .n-input_text,
.b-customer-care textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-customer-care .b-row_message .b-col:first-of-type {
	clear: left;
	float: none;
	margin-bottom: 7px;
}
.b-customer-care .b-row_message .b-col:last-of-type {
	float: none;
	clear:both;
	width: 100%;
}
.b-customer-care .b-row_message .b-col:last-of-type textarea {
	width: 100%;
	max-width: 100%;
	min-height:150px;
}
.b-customer-care__agreement {
	margin: 10px 0;
}
.b-customer-care__submit-button_loading .n-button,
.b-customer-care__submit-button .window-progress {
	display: none;
}
.b-customer-care__submit-button_loading .window-progress {
	display: block;
}
.b-overlay.popup-loading {
	display: block !important;
	background: transparent;
	z-index: 9999;
}
.feedback-form-errors ul {
	padding-left: 23px;
	padding-top: 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTI5QUUzMDNGRkFEMTFFNThCQzREMTc1OEZCRTUxRkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTI5QUUzMDRGRkFEMTFFNThCQzREMTc1OEZCRTUxRkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMjlBRTMwMUZGQUQxMUU1OEJDNEQxNzU4RkJFNTFGQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMjlBRTMwMkZGQUQxMUU1OEJDNEQxNzU4RkJFNTFGQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiKGnfUAAAChSURBVHjaYrxqZMSABwhC6fe4FDAR0HwGigXJMSANiJWgOI1UA0CaypH45VAxog0oR3O2IJqBeA0A2RQKZZtAMQNUTIkYA2aihf57JFfMJGSACxTjAhjyTFj8jh6VgvjUMKFFG7rtsHSA7oo0XAagA+RAZMCmlgnJWcYMxANjmFcYgXkB5Me7+JIrDgCKHWUmQpmFgAEMLFCGCZkueA8QYADQFxu69EpK/AAAAABJRU5ErkJggg==') no-repeat 0 0;
}
.ui-widget.b-customer-care-dialog {
	padding-bottom: 0;
}
.b-sidebarlight-help__button-label {
	margin-bottom: 15px;
}

.b-sidebar-payment {
	overflow: hidden;
	clear: both;
}
.b-sidebar-payment__link-icon {
	display: block;
	float: left;
	height: 22px;
	overflow: hidden;
	margin: 0 12px 8px 0;
}
.b-sidebar-payment__link-icon img {
	width: auto;
	height: 22px;
	max-height: 22px;
}
.b-support-info {
}
.b-support-info-contacts {
	padding: 0;
}
.b-support-info-contacts-item {
	margin: 0 0 12px;
}
.b-support-info-contacts_term {
	font-weight: bold;
}
.b-steps {
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
}
.b-steps-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 17px;
	text-align: center;
}
.b-steps-item:last-child {
	margin-right: 0;
}
.b-steps-item_link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 120px;
	height: 46px;
	line-height: 46px !important;
	text-decoration: none;
}
.b-steps-item_number {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
}
.b-steps-item_text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.b-steps-item_active .b-steps-item_link {
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5) inset;
}
.b-steps-item a.b-steps-item_link {
	cursor: pointer;
}
.b-steps-item span.b-steps-item_link {
	cursor: default;
	padding: 0px 30px;
}

