/* BEGIN Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0;
}

input,
textarea,
select,
button {
	outline: none;
}

ul {
	list-style: none;
}

ol > li {
	display: block;
}

ol > li:before {
	content: counters(item,'.') '.   ';
	counter-increment: item;
}

ol {
	counter-reset: item;
}

.items-list {
	margin: 25px 0 0;
}

.mark-list__item:before {
	margin: 2px 8px 0 0;
	content: '\002A';
	display: inline-block;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.clearfix:before,
.clearfix:after {
	display: table;

	content: '';
}

.clearfix:after {
	clear: both;
}

.l-float {
	float: left;
}

.r-float {
	float: right;
}

.btn {
	font: 23px 'rex_lightregular', Georgia, sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	margin: 0;
	padding: 12px 36px;

	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;

	color: #000;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(/i/patterns/pattern_light.jpg);
}

.unix .btn {
	padding-top: 16px;
	padding-bottom: 16px;
}

a.btn {
	display: inline-block;
	text-decoration: none;
}

.btn[disabled],
.btn_state_disabled {
	cursor: default;
}

.btn_size_l {
	font: 26px 'rex_bold_bold', Georgia, sans-serif;

	height: 73px;
	padding: 22px 40px;

	color: #c0982d;
}

.unix .btn_size_l {
	padding: 26px 40px;
}

.page_type_auth .btn {
	min-width: 200px;
}

.input {
	font: 18px Arial, sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	margin: 0;
	padding: 6px 12px;

	vertical-align: middle;

	color: #000;
	border: 1px solid #472413;
}

/*
.input__quantity {
	width: 65px;

	font: 15px/32px Arial,sans-serif;

	color: #888;
	border-color: #CCC;
	background: none repeat scroll 0% 0% #F5F5F5;

	border-radius: 4px;
}
*/

.textarea {
	font: 18px Arial, sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 8px;

	width: 100%;
	resize: vertical;

	color: #000;
	border: 1px solid #472413;
}

.control .input,
.control .select {
	width: 100%;
}

#newsletter-subscribe .input {
	width: 400px;
	margin: 3em 1em 0 0;
}

#newsletter-subscribe b {
	color: white;
	font-size: 1.25em;
	margin: 3em;
	display: block;
}

.label {
	font: italic 21px Palatino Linotype, Georgia, sans-serif;
}

.link {
	font-family: 'rex_bold_inlineregular', Georgia, sans-serif;

	text-decoration: none;
	text-transform: uppercase;

	color: #ddd;
}

.link:hover {
	text-decoration: underline;
}

.link_type_more {
	float: right;
	margin: 5px 0 0;
}

.checkbox {
	margin: 0;
}

.success {
	color: #7aa228;
}

.warn {
	color: #bbad12;
}

.error {
	color: #eb212e;
}

.price {
	white-space: nowrap;
	color: #cbad3f;
}

.badge {
	font: 12px Arial, sans-serif;

	display: inline-block;

	margin: 0 2px;
	padding: 5px 8px;

	vertical-align: bottom;
	text-transform: none;

	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #933824;
	-webkit-box-shadow: 0 0 10px 3px rgba(51, 19, 7, 0.8);
	-moz-box-shadow: 0 0 10px 3px rgba(51, 19, 7, 0.8);
	box-shadow: 0 0 10px 3px rgba(51, 19, 7, 0.8);
}

.badge_theme_yellow {
	background: #cbad3f;
}
/* END Reset Styles */


/* BEGIN Pages Styles */
.page {
	font: 21px Palatino Linotype, Georgia, sans-serif;

	color: #ccc;
	background: #431909 url(/i/page-bg.png);
}

.page__body {
	position: relative;

	min-width: 1100px;
	min-height: 900px;
	padding: 0 0 250px;
}

.page_type_personal .page__body {
	background: url(/i/body-bg_small_personal.png) top center no-repeat;
}

.page_type_auth .page__body {
	background: url(/i/body-bg_auth.jpg) top center no-repeat;
}

.page_type_common .page__body {
	background: url(/i/body-bg.jpg) top center no-repeat;
}

.page_type_common .page__body:after,
.page_type_personal .page__body:after,
#bottom_brand {
	position: absolute;
	bottom: 50px;
	left: 50%;

	display: block;

	width: 128px;
	height: 162px;
	margin: 0 0 0 -64px;

	/*content: '';*/

	background: url(/i/i.png) 0 0 no-repeat;
}

#bottom_brand {
	cursor: pointer;
}

.header {
	height: 724px;
}

.page_type_auth .header {
	height: 260px;
}

.page_type_personal .header {
	height: 330px;
}

.header__subtitle {
	display: none;
}

.header__text {
font-size: 23px;
  width: 750px;
  margin: -147px 686px 0;
  color: #3f0708;
}

.page_type_common .header__title {
	max-width: 1424px;
	height: 465px;
	margin: auto;

	background-repeat: no-repeat;
	background-position: 105px;
	background-size: contain;
}

.page_type_common[lang="ru"] .header__title {
	background-image: url(/i/title_ru.png);
}

.page_type_common[lang="en"] .header__title {
	background-image: url(/i/title_en.png);
}

.page_type_common .header__title #logo {
	position: absolute;
	display: block;
	margin: 0;
	cursor: pointer;
}

.page_type_common[lang="ru"] .header__title #logo {
	top: 0;
	left: 617px;

	width: 620px;
	height: 440px;
}

.page_type_common[lang="en"] .header__title #logo {
	top: 0;
	left: 500px;

	width: 760px;
	height: 360px;
}

.page_type_auth .header__title {
	width: 913px;
	height: 377px;

	background: url(/i/mini-titles_light.png) no-repeat;
}

.page_type_auth[lang="ru"] .header__title {
	background-position: 0 0;
}

.page_type_auth[lang="en"] .header__title {
	background-position: 0 -418px;
}

.page_type_personal .header__title {
	width: 913px;
	height: 377px;

	background: url(/i/mini-titles.png) no-repeat;
}

.page_type_personal[lang="ru"] .header__title {
	background-position: 0 0;
}

.page_type_personal[lang="en"] .header__title {
	background-position: 0 -418px;
}

.page_type_personal .header__title #logo {
	position: absolute;
	display: block;
	margin: 0;
	cursor: pointer;
}

.page_type_personal[lang="ru"] .header__title #logo {
	top: 45px;
	left: 265px;

	width: 390px;
	height: 260px;
}

.page_type_personal[lang="en"] .header__title #logo {
	top: 45px;
	left: 200px;

	width: 460px;
	height: 220px;
}

.panel {
	position: absolute;
	z-index: 8;
	top: 0;
	right: 0;

	width: 514px;
	height: 144px;

	text-align: center;
}

.page_type_common .panel {
	background: url(/i/i.png) -154px 0 no-repeat;
}

.social-menu {
	margin: 90px 0 2px;
}

.page_type_common .social-menu {
	margin: 38px 0 2px;
}

.social-menu .icon {
	margin: 0 2px;
}

.switcher {
	font: 20px serif, 'rex_lightregular', Georgia, sans-serif;

	padding: 0 82px 0 0;
}

.switcher__item {
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
/*
.unix .switcher__item {
	padding: 8px 6px 0;
}
*/
.switcher__item_state_active {
	color: #cbad3f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #431909;
}

.menu {
	text-align: center;
}

.menu__link {
	display: inline-block;

	margin: 0 0 0 30px;

	vertical-align: middle;

	//background: url(/i/i.png) no-repeat;
}

.page[lang="ru"] .menu__link_type_about {
	background: url(/images/menu/ru/about-us.png);
	width: 148px;
	height: 42px;
}

.page[lang="en"] .menu__link_type_about {
	background: url(/images/menu/en/about-us.png);
	width: 230px;
	height: 42px;
}

.page[lang="ru"] .menu__link_type_blog {
	background: url(/images/menu/ru/blog.png);
	width: 126px;
	height: 42px;
}

.page[lang="en"] .menu__link_type_blog {
	background: url(/images/menu/en/blog.png);
	width: 134px;
	height: 42px;
}

.page[lang="ru"] .menu__link_type_forum {
	background: url(/images/menu/ru/forum.png);
	width: 156px;
	height: 42px;
}

.page[lang="en"] .menu__link_type_forum {
	background: url(/images/menu/en/forum.png);
	width: 158px;
	height: 42px;
}

.page[lang="ru"] .menu__link_type_home {
	background: url(/images/menu/ru/home.png);
	width: 150px;
	height: 42px;
}

.page[lang="en"] .menu__link_type_home {
	background: url(/images/menu/en/home.png);
	width: 134px;
	height: 42px;
}

.page[lang="ru"] .menu__link_type_media {
	background: url(/images/menu/ru/media.png);
	width: 143px;
	height: 42px;
}

.page[lang="en"] .menu__link_type_media {
	background: url(/images/menu/en/media.png);
	width: 130px;
	height: 42px;
}

.page[lang="ru"] .menu__link_type_press {
	background: url(/images/menu/ru/press.png);
	width: 165px;
	height: 42px;
}

.page[lang="en"] .menu__link_type_press {
	background: url(/images/menu/en/press.png);
	width: 113px;
	height: 42px;
}

.sidebar {
	float: left;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 36%;
	padding: 0 40px 0 0;
}

.user-info {
	float: right;

	width: 315px;
	margin: 0 0 35px;
}

.user-info__header {
	margin: 0 0 20px;

	color: #ddd;
}

.user-info__name {
	font-size: 26px;
}

.user-info__header .link {
	font: 16px 'rex_lightregular', Georgia, sans-serif;

	margin-left: 25px;

	text-transform: uppercase;
}

.user-info__pic {
	max-width: 230px;
	height: auto;
}

.user-info__balance {
	font: 28px 'rex_lightregular', Georgia, sans-serif;

	padding: 10px 0;

	color: #fff;
}

.user-info__sum {
	margin-left: 15px;

	color: #cbad3f;
}

.vert-menu {
	clear: both;

	width: 100%;
	height: 440px;

	background: url(/i/vert-menu-bg.png) 100% 0 no-repeat;
}

.vert-menu__list {
	float: right;

	width: 290px;
	margin: 30px 18px 0 0;
}

.vert-menu__item {
	line-height: 1em;

	margin: 0 0 17px;
	padding: 3px 20px 8px;
}

.vert-menu__item_state_active {

}

.vert-menu__link {
	font-size: 26px;

	text-decoration: none;

	color: #711a19;
}

.vert-menu__item_state_active .vert-menu__link {
	color: black;
	font-size: 1.3em;
}

.breadcrumbs {
	margin: 0 0 105px;
	padding: 7px 20px;

/*	border: 1px solid #634134;
	-webkit-box-shadow: -3px 2px 3px 1px rgba(62, 23, 8, 0.75);
	-moz-box-shadow: -3px 2px 3px 1px rgba(62, 23, 8, 0.75);
	box-shadow: -3px 2px 3px 1px rgba(62, 23, 8, 0.75);
*/

  border-bottom: 2px solid #634134;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(62, 23, 8, 0.75);
  -moz-box-shadow: -3px 2px 3px 1px rgba(62, 23, 8, 0.75);
  box-shadow: -0px 3px 0px 0px rgba(62, 23, 8, 0.75);

}

.breadcrumbs__item {
	font-size: 18px;

	display: inline-block;
}

.breadcrumbs__item:after {
	font: bold 12px Arial, sans-serif;

	display: inline-block;

	margin: -2px 10px 0 15px;

	content: '\003E';
	vertical-align: middle;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__item:last-child .link {
	text-decoration: none;
}

.content {
	min-width: 1100px;
	margin: 30px auto 0;
}

.content__inner {
	position: relative;

	float: right;

	width: 64%;
}

.section {
	margin: 0 0 30px;
}

.section__inner {
	width: 1080px;
	margin: auto;
	padding: 0 10px;
}

.section__title {
	font-size: 34px;
	line-height: 1.2em;
	margin: 0 0 1em;
	color: #dccc96;
}

.section__title:after {
	display: inline-block;

	width: 180px;
	height: 44px;
	margin: 0 0 -8px 30px;

	content: '';
	vertical-align: bottom;

	background: url(/i/i.png) -318px -167px no-repeat;
}

.section__title_drops_no:after {
	display: none;
}

.section__subtitle {
	font: 28px 'rex_lightregular', Georgia, sans-serif;
	margin: .5em 0;
	text-transform: uppercase;
	color: #dccc96;
}

.section__subtitle.faq {
	padding: 24px 0 12px;

	font-weight: bold;
}

.section__footer {
	margin: 0 0 -10px;

	text-align: center;
}

.section_type_progress {
	padding: 40px 0;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(/i/patterns/pattern_dark.jpg);
	-webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.65);
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.65);
}

.section_type_progress .section__title {
	font-size: 60px;

	margin: 35px 0 15px;

	text-align: center;
}

.section_type_progress .section__subtitle {
	font: 26px 'rex_lightregular', Georgia, sans-serif;

	padding: 0;

	text-align: center;

	color: #e1e1e1;
}

.section_type_progress .article {
	float: left;

	width: 800px;
}

.section_type_progress .text {
	padding: 0;
}

.section_type_help {
	height: 194px;

	text-align: center;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(/i/patterns/pattern_brown.jpg) top center no-repeat;
	-webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.65);
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.65);
}

.section_type_help .btn {
	margin: 60px 0 0;
}

.section_border_1 {
	padding-bottom: 70px;

	background: url(/i/hr_style_1.png) 0 100% no-repeat;
}

.section_border_2 {
	padding-bottom: 80px;

	background: url(/i/hr_style_2.png) 0 100% no-repeat;
}

.section_border_3 {
	padding-bottom: 80px;

	background: url(/i/hr_style_3.png) 0 100% no-repeat;
}

.section_border_4 {
	padding-bottom: 60px;

	background: url(/i/hr_style_4.png) 0 100% no-repeat;
}

.section_border_5 {
	padding-bottom: 78px;

	background: url(/i/hr_style_6.png) 0 100% no-repeat;
}

.page_type_personal .section {
	padding-right: 20px;
	padding-left: 50px;
}

.goal-info {
	font: 28px 'rex_lightregular', Georgia, sans-serif;

	margin: 0 0 30px;

	text-align: center;

	color: #fff;
	border: 1px solid #553f37;
}

.goal-info__item {
	display: inline-block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	padding: 2px 20px 1px;
}

.unix .goal-info__item {
	padding: 8px 20px 1px;
}

.goal-info__item:first-child {
	text-align: right;
}

.goal-info__item:last-child {
	text-align: left;
}

.goal-info__sum {
	padding-left: 20px;

	color: #cbad3f;
}

.login-box {
	float: right;

	width: 260px;

	text-align: center;
}

.login-box .btn {
	width: 256px;
	margin: 0 0 12px;
}

.text {
	line-height: 1.5em;
	margin: 1em 0;
}

.text-toggle {
	line-height: 1.5em;

	padding: 25px 0 0;
}

.video {
	width: 750px;
	margin: 20px auto;
}

.features {
	position: relative;

	min-height: 640px;
	padding: 30px 0;

	background: url(/i/patterns/pattern_white.jpg);
}

.features:before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 699px;

	content: '';

	background: url(/i/light-pic-bg.png) top center no-repeat;
}

.features__list {
	position: relative;
	z-index: 1;

	width: 1100px;
	margin: auto;
}

.features__item {
	margin: 0 0 13px;
}

.features__item:last-child {
	margin: 0;
}

.feature {
	display: inline-block;

	width: 540px;

	vertical-align: top;
}

.features__item:last-child .feature {
	display: block;

	margin: auto;
}

.feature:first-child {
	margin-right: 13px;
}

.feature__img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 540px;
	height: auto;

	cursor: pointer;

	border: 1px solid #aaaaaa;
}

.feature__caption {
	font-size: 24px;

	display: none;

	padding: 15px 5px 0;

	color: #3e0409;
}

.feature__subtitle {
	font: 30px 'rex_lightregular', Georgia, sans-serif;

	text-transform: uppercase;
}

.aboutus__img {
	max-width: 100%;

	margin: 30px auto;
}
/* END Pages Styles */


/* BEGIN Tiers Styles */
.tiers-list__item {
	padding: 25px 0 0;
}

.tier {
	overflow: hidden;

	width: 1080px;
	margin: auto;
	padding: 0 10px;
}

.tier__col {
	float: left;
}

.tier__col:first-child {
	width: 110px;
}

.tier__col:nth-child(2) {
	width: 605px;
	padding: 0 10px 0 0;
}

.tier__col:nth-child(3) {
	width: 355px;

	text-align: right;
}

.tier__title {
	font: 28px 'rex_lightregular', Georgia, sans-serif;

	padding: 9px 0 25px;

	text-transform: uppercase;

	color: #ffbdb1;
}

.tier__description {
	line-height: 1.5em;
}

.tier__actions {
	margin: 0 0 34px;
}

.tier__price {
	font: 28px 'rex_lightregular', Georgia, sans-serif;

	text-transform: uppercase;

	color: #cbad3f;
}

.tier__caption {
	font: italic 26px Palatino Linotype, Georgia, sans-serif;

	padding: 5px 0 25px;

	color: #e1e1e1;
}

.tier .btn {
	width: 185px;
	margin-left: 15px;
	padding-right: 0;
	padding-left: 0;
}

.tier .price {
	float: right;

	margin: 0 10% 0 10px;
}

.tier_state_order {
	width: 100%;
	max-width: 790px;
	margin: 0;
	padding: 10px 0 50px;
}

.tier_state_selection {
	width: 100%;
	max-width: 790px;
	margin: 0;
	padding: 10px 0 60px;
}

.tier_state_selection .tier__title {
	display: block;
}

.tier_state_selection .tier__description {
	padding-left: 60px;
}

.tier_state_selection .tier__title .radio {
	margin-right: 30px;
}
/* END Tiers Styles */


/* BEGIN Table Styles */
.table {
	width: 100%;
}

.table__caption {
	font: italic 26px Palatino Linotype, Georgia, sans-serif;

	padding: 5px 0 15px;

	text-align: left;

	color: #e1e1e1;
}

.table__cell {
	font: 20px 'rex_lightregular', Georgia, sans-serif;

	padding: 7px;

	vertical-align: baseline;

	color: #fff;
}

.table__head .table__cell {
	font: 28px 'rex_lightregular', Georgia, sans-serif;

	text-align: left;

	color: #dccc96;
}

.table_type_account .table__cell:first-child {
	width: 41%;
}

.table_type_account .table__cell:last-child {
	width: 13%;
}

.table .text {
	font: 16px Arial, sans-serif;

	padding: 10px 0 40px;

	text-transform: none;
}

.section .table {
/*	max-width: 790px;*/
	margin: 15px 0 50px;
}

.addon__name {
	color: #FFBDB1;
}

.press-list a,
.message a,
.addon__description a {
	color: #CAA976;
}

.table__row.selected td {
	font-weight: bold;
}

.table__row.selected .addon__name {
	color: #CC8D3F;
}

.table__row.selected .jq-selectbox__select-text {
	font-weight: bold;
}

.table__row.selected .jq-selectbox__trigger-arrow {
	opacity: 0.6;
}

/* END Table Styles */


/* BEGIN Form Styles */
.message {
	font: 28px/1.2em 'rex_lightregular', Georgia, sans-serif;

	padding: 0 0 25px;

	text-transform: uppercase;
}

.notice {
	font: 28px/1.2em 'rex_lightregular', Georgia, sans-serif;

	text-transform: uppercase;
}

.section__footer .notice {
	margin: 65px 0 -30px;
}

.notice__label {
	padding: 0 20px 0 30px;
}

.notice .link {
	font: 28px/1.2em 'rex_lightregular', Georgia, sans-serif;
}

.notice .btn {
	margin: 10px;
}

.form {
	width: 100%;
}

.page_type_auth .header__title #logo {
	position: absolute;
	display: block;
	margin: 0;
	cursor: pointer;
}

.page_type_auth[lang="ru"] .header__title #logo {
	top: 40px;
	left: 285px;

	width: 360px;
	height: 240px;
}

.page_type_auth[lang="en"] .header__title #logo {
	top: 40px;
	left: 210px;

	width: 450px;
	height: 210px;
}

.page_type_auth .form {
	width: 960px;
	margin: auto;
}

.form__title {
	font-size: 34px;
	line-height: 1.2em;

	color: #dccc96;
}

.page_type_auth .form__title {
	padding: 0 90px 30px 0;

	text-align: right;

	background: url(/i/form__title.png) 0 100% no-repeat;
}

.page_type_auth .form__body {
	position: relative;

	min-height: 250px;
	padding: 60px 90px 74px;
}

.page_type_auth .form__body:before {
	position: absolute;
	bottom: 24px;
	left: 0;

	width: 946px;
	height: 51px;

	content: '';

	background: url(/i/i.png) 0 -365px no-repeat;
}

.page_type_auth .form__body:after {
	position: absolute;
	bottom: 9px;
	left: 50%;

	width: 50%;
	height: 47px;

	content: '';

	background: url(/i/i.png) 0 -421px no-repeat;
}

.form__inner {
	position: relative;
	z-index: 10;

	text-align: right;
}

.form__line {
	margin: 0 0 50px;
}

.form__body .form__inner {
	margin: -55px 0 0;
	padding: 0 0 20px;
}

.form__footer {
	padding: 0 100px;
}

.form__footer .form__inner {
	margin: -46px 0 0;
	padding: 0 0 30px;
}

.form__footer .r-float {
	margin: 15px 0 0;
}

.form .label {
	font: italic 24px Palatino Linotype, Georgia, sans-serif;

	display: inline-block;

	margin: 0 0 20px;

	vertical-align: middle;
	white-space: nowrap;

	color: #e1e1e1;
}

.form_action_login .control {
	width: 586px;
	margin: 0 0 45px;
}

.form_action_login .form__footer .label {
	margin: 0;
}

.form_action_restore-ask .control {
	width: 446px;
	margin: 0 0 55px;
}

.form_action_restore .control {
	display: inline-block;

	width: 270px;
	margin: 20px 35px 55px 0;
}

.form_action_register .form__body {
	overflow: hidden;

	padding: 60px 90px 74px 35px;
}

.form_action_register .form__footer {
	padding: 0 100px 0 38px;
}

.form_action_register .control {
	float: left;

	width: 445px;
	margin-right: 35px;
}

.form_action_register .form__line {
	overflow: hidden;
}

.form_action_register .form__line_type_info .control:last-child {
	margin: 47px 0 0;
}

.form_action_register .form__line_type_secure .control {
	width: 205px;
}

.form_action_register .form__line_type_secure .control:last-child {
	float: right;

	width: 340px;
	margin-right: 0;
}

.form_action_support .label {
	margin: 10px 0 30px;
}

.form_action_support .control {
	max-width: 732px;
}

.form_action_support .textarea {
	width: 100%;
	min-height: 50px;
	max-height: 450px;
}

.form_action_support .btn {
	float: right;

	margin: 30px 0 0;
}

.form_action_edit-info {
	width: 90%;
	max-width: 890px;
}

.form_action_edit-info .form__line .control {
	display: inline-block;

	vertical-align: bottom;
}

.form_action_edit-info .control_size_s {
	width: 30%;
	margin-right: 2%;
}

.form_action_edit-info .control_size_m {
	width: 67%;
}

.form_action_edit-info .control_size_l {
	width: 100%;
}

.form_action_edit-info .btn {
	float: right;

	margin: 20px 0 0;
}

.form_action_refund .label {
	display: block;
}

.form_action_refund .input {
	width: 365px;
	margin-right: 20px;
}

.form_action_refund .btn {
	width: 120px;
	padding-right: 0;
	padding-left: 0;
}

.form_inline {
	display: inline;
}

.form_action_code {
	max-width: 790px;
}

.form_action_code .label {
	width: 100%;
}

.form_action_code .input {
	width: 74%;
	margin: 0 5% 0 0;
}

.form_action_code .btn {
	width: 20%;
	padding-right: 0;
	padding-left: 0;
}

.form_action_code .btn .icon {
	margin: -5px 0 0;
}

.form_action_edit-order .form__line .control {
	display: inline-block;

	vertical-align: bottom;
}

.form_action_edit-order .control_size_s {
	width: 30%;
	margin-right: 2%;
}

.form_action_edit-order .control_size_m {
	width: 67%;
}

.form_action_edit-order .control_size_l {
	width: 100%;
}

.form_action_edit-order .section__title {
	margin: 50px 0 20px;
}

.form_action_edit-order .text {
	margin: 0 0 35px;
}

.captcha {
	float: right;

	width: 352px;
	height: 185px;
	margin: 45px 0 48px 0;

	white-space: nowrap;
	text-align: center;

	/*border: 1px solid #d0cecc;
	background: url(/i/tmp/captcha.jpg) no-repeat;*/
}

.captcha .helper {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

.captcha img {
	border: 1px solid #d0cecc;
	vertical-align: middle;
}

.input_image {
	vertical-align: middle;
}

/* END Form Styles */


/* BEGIN Accordion Styles */
.accordion__item {
	margin: 20px 0;
}

.accordion__item > .ui-state-default,
.accordion__item > .ui-state-hover {
	border: none;
	background: transparent;
}

.accordion__item .ui-icon {
	background: transparent;
}

.accordion__item_state_active {
	margin: 15px -20px 15px -50px;
	padding: 30px 50px;

	background: url(/i/patterns/pattern_white.jpg);
}

.accordion .accordion__title {
	font-size: 23px;

	padding: 0;

	cursor: pointer;

	color: #ccc;
	outline: none;
}

.accordion__item_state_active .accordion__title {
	color: #3f0708;
}

.accordion__item .accordion__inner {
	border: none;
	background: transparent;
	display: none;
	padding: 25px 0 0;
}

.accordion__item_state_active .accordion__inner {
	color: #363636;
}

.ui-accordion .ui-accordion-content {
	overflow: visible;
}
/* END Accordion Styles */


/* BEGIN Progressbar Styles */
.progressbar {
	border: 0;

	position: relative;
	overflow: visible;

	width: 494px;
	height: 28px;
	margin: 40px auto 25px;

	background: url(/i/i.png) -494px -222px no-repeat;
}

.progressbar .ui-progressbar-value {
	border: 0;

	height: 28px;
	margin: 0;

	background: url(/i/i.png) -494px -255px;
}

.progressbar__label {
	font: 69px/52px 'rex_bold_bold', Georgia, sans-serif;

	position: absolute;
	top: -14px;
	right: -155px;

	color: #d5b370;
}

.unix .progressbar__label {
	line-height: 100%;
}
/* END Progressbar Styles */

/* BEGIN Custom Dialog Styles */
.my-custom-dialog.ui-dialog {
	border: 0;
	color: #711a19;
	background: url(/i/dialog-bg.png) no-repeat;
	padding: 0;
}

.my-custom-dialog.ui-dialog .ui-widget-header {
	border: 0;
	color: #711a19;
	background: transparent;
	min-height: .5em;
}

.my-custom-dialog.ui-dialog .ui-widget-content {
	border: 0;
	color: #711a19;
	padding: .5em 2em;
}

.my-custom-dialog.ui-dialog .ui-dialog-buttonpane {
	background: transparent;
	padding-right: .5em;
	margin-top: 0;
	text-align: center;
}

.my-custom-dialog.ui-dialog .ui-dialog-buttonset {
	float: none;
}

.my-custom-dialog.ui-dialog .ui-button {
	color: black;
	background: url(/i/patterns/pattern_light.jpg);
	font: 23px 'rex_lightregular', Georgia, sans-serif;
	font-weight: normal;
	margin-right: 0;
}

.unix .my-custom-dialog.ui-dialog .ui-button-text {
	padding-bottom: .125em;
}
/* END Custom Dialog Styles */

/* BEGIN Control's Styles */

/* Toggler */
.toggler {
	position: relative;

	display: inline-block;

	width: 82px;
	height: 30px;
	margin: 0 8px;

	vertical-align: middle;
}

.toggler__input {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	cursor: pointer;

	opacity: 0;
}

.toggler__label {
	position: relative;

	display: block;

	width: 100%;
	height: 100%;

	-webkit-transition: .2s ease;
	transition: .2s ease;

	color: #909090;
	border: 1px solid #dac696;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e8e8e8;
}

.toggler__icon {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: -1px;

	display: block;

	width: 30px;
	height: 30px;

	border: 1px solid #ccba8e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(/i/patterns/pattern_light.jpg);
}

.toggler__icon:before {
	font: 15px Arial, sans-serif;

	position: absolute;
	top: 6px;
	right: -100%;
	left: 100%;

	margin-left: 8px;

	color: #000;
}

.toggler__icon.ru:before {
	content: "Выкл";
}

.toggler__icon.en:before {
	content: "Off";
}

.toggler__input:checked ~ label {
	color: #000;
	background: #ffe9b1;
}

.toggler__input:checked ~ label i {
	left: 100%;

	margin-left: -31px;
}

.toggler__input:checked ~ label i:before {
	right: 100%;
	left: -100%;

	margin-left: -8px;
}

.toggler__input.ru:checked ~ label i:before {
	content: "Вкл";
}

.toggler__input.en:checked ~ label i:before {
	content: "On";
}

/* Radiogroup */
.radio.jq-radio {
	width: 24px;
	height: 24px;
	margin: 0 4px 0 0;

	cursor: pointer;
	vertical-align: middle;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.radio.jq-radio.checked {
	background: #ffe9b1;
}

.radio.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 7px 0 0 7px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #000;
}

.radio.jq-radio.focused {
	border: 1px solid #ffe9b1;
}

.radio.jq-radio.disabled {
	opacity: 0.55;
}

.radio-group {
	display: inline-block;
	overflow: hidden;

	white-space: nowrap;

	border: 1px solid #361407;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(/i/patterns/pattern_light.jpg);
}

.radio-button.jq-radio {
	float: left;

	height: 32px;
	padding: 0 16px;

	cursor: pointer;

	border-right: 1px solid #d1d0cd;
}

.radio-button.jq-radio:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.radio-button.jq-radio:last-child {
	border: 0;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.radio-button.jq-radio.checked .jq-radio__div {
	display: none;
}

.radio-button.jq-radio.checked {
	cursor: default;

	background: #ffe9b1;
}

.radio-button.jq-radio.disabled {
	opacity: 0.55;
}

.radio-button:before {
	display: inline-block;

	content: '';

	background: url(/i/i.png) no-repeat;
}

.radio-button_icon_pp:before {
	width: 72px;
	height: 18px;
	margin-top: 8px;

	background-position: -1000px -356px;
}

.radio-button_icon_qiwi:before {
	width: 63px;
	height: 30px;
	margin-top: 2px;

	background-position: -1000px -319px;
}

.radio-button_icon_wm:before {
	width: 106px;
	height: 28px;
	margin-top: 2px;

	background-position: -1000px -381px;
}

.radio-button_icon_yam:before {
	width: 119px;
	height: 21px;
	margin-top: 6px;

	background-position: -1000px -415px;
}

/* Select */
.jq-selectbox {
	cursor: pointer;
	vertical-align: middle;
}

.addon__variant .jq-selectbox {
	padding-bottom: 5px;
}

.jq-selectbox__select {
	font: 15px/32px Arial, sans-serif;

	height: 32px;
	padding: 0 45px 0 10px;

	color: #333;
	border: 1px solid #361407;
	border-radius: 4px;
	background: url(/i/patterns/pattern_light.jpg);
}

.jq-selectbox__select:active {
	box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #ccba8e;
}

.jq-selectbox.disabled {
	cursor: default;
}

.jq-selectbox.disabled .jq-selectbox__select {
	color: #888;
	border-color: #ccc;
	background: #f5f5f5;
}

.jq-selectbox__select-text {
	display: block;
	overflow: hidden;

	white-space: nowrap;
	text-overflow: ellipsis;
}

.addon__variant .jq-selectbox__select-text {
	width: 165px !important;
}

.jq-selectbox .placeholder {
	color: #888;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;

	width: 34px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;

	overflow: hidden;

	width: 0;
	height: 0;

	opacity: 0.3;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 4px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
}

.jq-selectbox__dropdown {
	font: 15px/18px Arial, sans-serif;

	top: 33px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;

	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;

	white-space: nowrap;

	color: #231F20;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.jq-selectbox li.selected {
	color: #361407;
	background: #a3abb1;
}

.jq-selectbox li:hover {
	background: #ffe9b1;
}

.jq-selectbox li.disabled {
	color: #aaa;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	cursor: default;

	color: #231F20;
	background: none;
}

.jq-selectbox li.option {
	padding-left: 25px;
}
/* END Control's Styles */


/* BEGIN Graphics */
.icon {
	display: inline-block;

	background: url(/i/i.png) no-repeat;
}

.icon-fb {
	width: 23px;
	height: 23px;

	background-position: -176px -177px;
}

.icon-in {
	width: 23px;
	height: 23px;

	background-position: -176px -150px;
}

.icon-tw {
	width: 23px;
	height: 23px;

	background-position: -179px -259px;
}

.icon-vk {
	width: 23px;
	height: 23px;

	background-position: -178px -232px;
}

.icon-yt {
	width: 23px;
	height: 23px;

	background-position: -177px -205px;
}

.icon-drop {
	width: 51px;
	height: 26px;

	background-position: -249px -172px;
}

.icon-ks {
	width: 214px;
	height: 25px;

	background-position: -1086px -302px;
}

.icon-steam-activated {
	width: 118px;
	height: 30px;

	background-position: -1160px -345px;
}

.icon-steam {
	width: 118px;
	height: 30px;

	background-position: -1160px -390px;
}

.icon-gog-activated {
	width: 118px;
	height: 30px;

	background: transparent url("/i/icon-gog-activated.png") no-repeat scroll 0% 0%;
}

.icon-gog {
	width: 118px;
	height: 30px;

	background: transparent url("/i/icon-gog.png") no-repeat scroll 0% 0%;
}

.icon-playstation-activated {
	width: 118px;
	height: 30px;

	background: transparent url("/i/icon-playstation-activated.png") no-repeat scroll 0% 0%;
}

.icon-playstation {
	width: 118px;
	height: 30px;

	background: transparent url("/i/icon-playstation.png") no-repeat scroll 0% 0%;
}

.icon-xbox-activated {
	width: 118px;
	height: 30px;

	background: transparent url("/i/icon-xbox-activated.png") no-repeat scroll 0% 0%;
}

.icon-xbox {
	width: 118px;
	height: 30px;

	background: transparent url("/i/icon-xbox.png") no-repeat scroll 0% 0%;
}

.hr {
	margin: auto;

	border: 0;
}

.hr_style_1 {
	min-width: 1100px;
	max-width: 1371px;
	height: 51px;

	background: url(/i/hr_style_1.png) no-repeat;
	background-size: contain;
}

.hr_style_2 {
	min-width: 1100px;
	max-width: 1350px;
	height: 68px;

	background: url(/i/hr_style_2.png) no-repeat;
	background-size: contain;
}

.hr_style_3 {
	min-width: 1100px;
	max-width: 1351px;
	height: 72px;

	background: url(/i/hr_style_3.png) no-repeat;
	background-size: contain;
}

.hr_style_4 {
	min-width: 1100px;
	max-width: 1238px;
	height: 52px;

	background: url(/i/hr_style_4.png) no-repeat;
	background-size: contain;
}

.hr_style_5 {
	width: 770px;
	height: 46px;

	background: url(/i/hr_style_5.png) no-repeat;
	background-size: contain;
}

.tier-odd-icon {
	width: 100px;
	height: 100px;
}

.tier-odd-icon-style-1 {
	background: url(/i/tavro_01.png) no-repeat;
}

.tier-odd-icon-style-2 {
	background: url(/i/tavro_02.png) no-repeat;
}

.tier-odd-icon-style-3 {
	background: url(/i/tavro_03.png) no-repeat;
}

.tier-odd-icon-style-4 {
	background: url(/i/tavro_04.png) no-repeat;
}

.tier-odd-icon-style-5 {
	background: url(/i/tavro_05.png) no-repeat;
}

.tier-odd-icon-style-6 {
	background: url(/i/tavro_06.png) no-repeat;
}

.tier-odd-icon-style-7 {
	background: url(/i/tavro_07.png) no-repeat;
}

.tier-odd-icon-style-8 {
	background: url(/i/tavro_08.png) no-repeat;
}

.tier-odd-icon-style-9 {
	background: url(/i/tavro_09.png) no-repeat;
}

.tier-odd-icon-style-10 {
	background: url(/i/tavro_10.png) no-repeat;
}

.tier-odd-icon-style-11 {
	background: url(/i/tavro_11.png) no-repeat;
}

.tier-even-icon {
	width: 82px;
	height: 89px;

	background-position: -1152px -201px;
}
/* END Graphics */
